@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSerifRegular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: bold;
  font-weight: 700;
  src: url('../font/NotoSerifBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Jp';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSerifJP-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Jp';
  font-style: bold;
  font-weight: 700;
  src: url('../font/NotoSerifJP-Bold.woff') format('woff');
  font-display: swap;
}

html {
  font-size: 10px;
}

body {
  margin-top: 100px;
  font-size: 1.6rem;
  font-family: 'Noto Serif Jp', sans-serif;
  color: #000000;
}

.is-sp {
  display: none;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

.header__h1 {
  position: absolute;
  top: 10px;
  left: 143px;
  width: calc(100% - 180px);
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  height: 88px;
  padding-left: 30px;
  padding-right: 12.3%;
}

.header__logo-wrap {
  display: block;
  width: 285px;
  transition: opacity 0.3s;
}

.header__logo-wrap:hover {
  opacity: 0.7;
}

.header__nav {
  margin-left: 40px;
}

.header__nav-list {
  display: flex;
  justify-content: space-between;
  width: 280px;
}

.header__nav-link {
  font-weight: bold;
  line-height: 1.4em;
  color: #000000;
  transition: opacity 0.3s;
}

.header__nav-link:hover {
  opacity: 0.7;
}

.header__menu-sp {
  display: none;
}

.eyecatch__wrap {
  position: relative;
}

.eyecatch__pc-video {
  width: 100%;
}

.eyecatch__sp-video {
  display: none;
}

.eyecatch__text1 {
  position: absolute;
  top: 10.8%;
  left: 5.5%;
  font-size: 3.33vw;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
}

.eyecatch__text2 {
  position: absolute;
  bottom: 13.8%;
  right: 6.6%;
  font-size: 3.33vw;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
}

.heading__sub-title {
  margin-bottom: 19px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #2F3192;
}

.heading__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.heading__title.mb1 {
  margin-bottom: 10px;
}

.heading__title.mb2 {
  margin-bottom: 45px;
}

.heading__title.mb3 {
  margin-bottom: 45px;
}

.heading__title.mb4 {
  margin-bottom: 45px;
}

.heading__title.mb5 {
  margin-bottom: 45px;
}

.heading__title.mb6 {
  margin-bottom: 62px;
}

.heading__title.mb7 {
  margin-bottom: 62px;
}

.mb20 {
  margin-bottom: 20px;
}

.text {
  line-height: 1.4em;
}

.text--bold {
  font-weight: bold;
}

.l-button-wrap {
  max-width: 290px;
  margin: 0 auto;
}

.l-button-wrap--right {
  max-width: 310px;
  margin-left: auto;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4em;
  border: none;
  border-radius: 0;
  background-color: #0675BD;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  appearance: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s;
}

.button:hover {
  opacity: 0.7;
}

.p-front__sec1 {
  max-width: 1055px;
  margin: 0 auto;
  padding: 79px 16px 99px;
}

.p-front__sec1-box {
  display: flex;
  align-items: center;
  margin-bottom: 88px;
}

.p-front__sec1-content-wrap {
  width: 72%;
  padding-right: 9.4%;
}

.p-front__sec1-img-wrap {
  width: 28%;
}

.p-front__sec1-iframe-wrap {
  max-width: 615px;
  height: 343px;
  margin: 0 auto;
}

.p-front__sec1-iframe-wrap > iframe {
  width: 100%;
  height: 100%;
}

.p-front__sec2 {
  padding: 53px 0 90px;
  background-color: #E6F1F8;
}

.p-front__sec2-text1 {
  max-width: 1152px;
  margin: 0 auto 43px;
  padding: 0 16px;
}

.p-front__sec2-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-front__sec2-item.bg1 {
  background-image: url(../img/front2.jpg);
}

.p-front__sec2-item.bg2 {
  background-image: url(../img/front3.jpg);
}

.p-front__sec2-item.bg3 {
  background-image: url(../img/front4.jpg);
}

.p-front__sec2-item.bg4 {
  background-image: url(../img/front5.jpg);
}

.p-front__sec2-item.bg5 {
  background-image: url(../img/front6.jpg);
}

.p-front__sec2-item:not(:last-child) {
  margin-bottom: 19px;
}

.p-front__sec2-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.p-front__sec2-inner {
  min-height: 312px;
  padding: 8px 41px 7px 21px;
  background-color: rgba(228, 228, 228, 0.8);
}

.p-front__sec2-item:nth-child(odd) .p-front__sec2-inner {
  max-width: 700px;
  margin-left: auto;
}

.p-front__sec2-item:nth-child(even) .p-front__sec2-inner {
  max-width: 704px;
}

.p-front__sec2-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.p-front__sec2-num {
  width: 77px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #0675BD;
}

.p-front__sec2-item-title {
  width: calc(100% - 77px);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4em;
}

.p-front__sec2-item-text {
  max-width: 540px;
  margin: 0 auto;
}

.p-front__sec2-item-text.mb1 {
  margin: 0 auto 75px;
}

.p-front__sec2-item-text.mb2 {
  margin: 0 auto 55px;
}

.p-front__sec3 {
  padding: 101px 0 110px;
}

.p-front__sec3-text1 {
  max-width: 1152px;
  margin: 0 auto 65px;
  padding: 0 16px;
}

.p-front__sec3-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-front__sec3-item.bg1 {
  background-image: url(../img/front7.jpg);
}

.p-front__sec3-item.bg2 {
  background-image: url(../img/front8.jpg);
}

.p-front__sec3-item.bg3 {
  background-image: url(../img/front9.jpg);
}

.p-front__sec3-item.bg4 {
  background-image: url(../img/front10.jpg);
}

.p-front__sec3-item:not(:last-child) {
  margin-bottom: 19px;
}

.p-front__sec3-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.p-front__sec3-inner {
  min-height: 312px;
  padding: 8px 41px 7px 21px;
  background-color: rgba(228, 228, 228, 0.8);
}

.p-front__sec3-item:nth-child(odd) .p-front__sec3-inner {
  max-width: 704px;
}

.p-front__sec3-item:nth-child(even) .p-front__sec3-inner {
  max-width: 700px;
  margin-left: auto;
}

.p-front__sec3-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.p-front__sec3-num {
  width: 77px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #0675BD;
}

.p-front__sec3-item-title {
  width: calc(100% - 77px);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4em;
}

.p-front__sec3-item-text {
  max-width: 540px;
}

.p-front__sec3-item-text.mb1 {
  margin: 0 auto 55px;
}

.p-front__sec3-item-text.mb2 {
  margin: 0 auto 78px;
}

.p-front__sec3-item-text.mb3 {
  margin: 0 auto 55px;
}

.p-front__sec3-item-text.mb4 {
  margin: 0 auto 55px;
}

.p-front__sec3-button-box-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.p-front__sec3-button-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -28px;
  margin-bottom: -12px;
}

.p-front__sec3-button-wrap {
  width: calc(50% - 28px);
  margin-left: 28px;
  margin-bottom: 12px;
}

.p-front__sec4 {
  margin-bottom: 110px;
  padding: 50px 0 102px;
  background-color: #E6F1F8;
}

.p-front__sec4-text1 {
  max-width: 1152px;
  margin: 0 auto 44px;
  padding: 0 16px;
}

.p-front__sec4-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-front__sec4-item.bg1 {
  background-image: url(../img/front11.jpg);
}

.p-front__sec4-item.bg2 {
  background-image: url(../img/front12.jpg);
}

.p-front__sec4-item.bg3 {
  background-image: url(../img/front13.jpg);
}

.p-front__sec4-item:not(:last-child) {
  margin-bottom: 19px;
}

.p-front__sec4-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.p-front__sec4-inner {
  min-height: 312px;
  padding: 8px 41px 7px 21px;
  background-color: rgba(228, 228, 228, 0.8);
}

.p-front__sec4-item:nth-child(odd) .p-front__sec4-inner {
  max-width: 704px;
}

.p-front__sec4-item:nth-child(even) .p-front__sec4-inner {
  max-width: 700px;
  margin-left: auto;
}

.p-front__sec4-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.p-front__sec4-num {
  width: 77px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #0675BD;
}

.p-front__sec4-item-title {
  width: calc(100% - 77px);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4em;
}

.p-front__sec4-item-text {
  max-width: 540px;
  margin: 0 auto;
}

.p-front__sec4-item-text.mb1 {
  margin: 0 auto 55px;
}

.p-front__sec5 {
  padding: 50px 0 102px;
  background-color: #E6F1F8;
}

.p-front__sec5-text1 {
  max-width: 1030px;
  margin: 0 auto 66px;
  padding: 0 16px;
}

.p-front__sec5-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-front__sec5-item.bg1 {
  background-image: url(../img/front14.jpg);
}

.p-front__sec5-item:not(:last-child) {
  margin-bottom: 19px;
}

.p-front__sec5-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.p-front__sec5-inner {
  min-height: 312px;
  padding: 8px 41px 7px 21px;
  background-color: rgba(217, 217, 217, 0.7);
}

.p-front__sec5-item:nth-child(odd) .p-front__sec5-inner {
  max-width: 704px;
}

.p-front__sec5-item:nth-child(even) .p-front__sec5-inner {
  max-width: 700px;
  margin-left: auto;
}

.p-front__sec5-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.p-front__sec5-num {
  width: 77px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #0675BD;
}

.p-front__sec5-item-title {
  width: calc(100% - 77px);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4em;
}

.p-front__sec5-item-text {
  max-width: 540px;
  margin: 0 auto;
}

.p-front__sec5-item-text.mb1 {
  margin: 0 auto 45px;
}

.p-front__sec6 {
  max-width: 907px;
  margin: 102px auto;
  padding: 58px 16px 59px;
  background-color: #D3D4EC;
}

.p-front__sec6-title {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}

.p-front__sec6-text {
  margin-bottom: 28px;
  line-height: 1.4em;
  text-align: center;
}

.footer {
  padding: 41px 16px 46px;
  background-color: #F8F7F7;
}

.footer__inner {
  display: flex;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto 110px;
}

.footer__info-wrap {
  width: 358px;
}

.footer__logo-wrap {
  display: block;
  width: 298px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

.header__logo-wrap:hover {
  opacity: 0.7;
}

.footer__text {
  font-size: 1.5rem;
  line-height: 2em;
  font-family: 'Noto Serif', sans-serif;
}

.footer__nav-link {
  display: block;
  font-size: 1.1rem;
  color: #000000;
  line-height: 2em;
  font-family: 'Noto Serif', sans-serif;
  transition: opacity 0.3s;
}

.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Noto Serif', sans-serif;
}

.breadcrumbs {
  padding: 5px 16px;
  background-color: #F8F8F8;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 5px;
}

.breadcrumbs__link {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #000000;
  text-decoration: underline;
  font-family: 'Noto Serif', sans-serif;
  transition: opacity 0.3s;
}

.breadcrumbs__link:hover {
  opacity: 0.7;
}

.p-outline__sec1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 16px 45px;
}

.p-outline__sec1-data-list > div {
  display: flex;
}

.p-outline__sec1-data-list > div:not(:last-child) {
  margin-bottom: 18px;
}

.p-outline__sec1-data-list > div > dt {
  width: 128px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7em;
  font-family: 'Noto Serif', sans-serif;
}

.p-outline__sec1-data-list > div > dd {
  width: calc(100% - 128px);
  font-size: 1.6rem;
  line-height: 1.7em;
  font-family: 'Noto Serif', sans-serif;
}

.p-outline__sec2 {
  padding: 53px 10px 77px;
  background-color: #E6F1F8;
}

.p-outline__sec2-inner {
  max-width: 1121px;
  margin: 0 auto;
}

.p-outline__sec2-data-list {
  border-top: 1px solid #000000;
}

.p-outline__sec2-data-list > div {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #000000;
}

.p-outline__sec2-data-list > div > dt {
  width: 258px;
  padding: 0 32px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-family: 'Noto Serif', sans-serif;
}

.p-outline__sec2-data-list > div > dd {
  width: calc(100% - 258px);
  font-size: 1.6rem;
  line-height: 1.4em;
  font-family: 'Noto Serif', sans-serif;
}

@media screen and (max-width: 767px) {
.is-sp {
  display: block;
}

body {
  margin-top: 50px;
}

#header {
  height: 50px;
}

.header__h1 {
  position: absolute;
  top: 4px;
  left: 17px;
  width: calc(100% - 67px);
  font-size: 1rem;
}

.header__inner {
  margin-top: 0;
  height: 50px;
  padding-left: 16px;
  padding-right: 0;
}

.header__logo-wrap {
  margin-top: 15px;
  width: 131px;
}

.header__nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  margin-left: 0;
  padding: 37px 0 100px;
  background-image: url(../img/sp1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#body.is-active .header__nav {
  display: block;
}

.header__nav-list {
  flex-wrap: wrap;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.header__nav-item {
  width: 100%;
  margin-bottom: 12px;
}

.header__nav-link {
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #ffffff;
}

.header__menu-sp {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
}

.header__menu-link,
.header__menu-link span {
  transition: all .4s;
  box-sizing: border-box;
}

.header__menu-link {
  display: block;
  position: relative;
  width: 25px;
  height: 22px;
  margin: 14px auto;
}

.header__menu-link span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3E3E3E;
}

.header__menu-link span:nth-of-type(1) {
  top: 0;
}

.header__menu-link span:nth-of-type(2) {
  top: 10px;
}

.header__menu-link span:nth-of-type(3) {
  bottom: 0;
}

#body.is-active .header__menu-link span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

#body.is-active .header__menu-link span:nth-of-type(2) {
  opacity: 0;
}

#body.is-active .header__menu-link span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.eyecatch__pc-video {
  display: none;
}

.eyecatch__sp-video {
  display: block;
  width: 100%;
}

.eyecatch__text1 {
  top: 18.8%;
  left: 9.8%;
  font-size: 6.4vw;
  text-align: center;
}

.eyecatch__text2 {
  bottom: 16.6%;
  right: 6.1%;
  font-size: 5.9vw;
}

.heading__sub-title {
  margin-bottom: 9px;
  font-size: 1.6rem;
}

.heading__title {
  font-size: 2.6rem;
}

.heading__title.sise2 {
  font-size: 2rem;
}

.heading__title.mb1 {
  margin-bottom: 25px;
}

.heading__title.mb2 {
  margin-bottom: 25px;
}

.heading__title.mb3 {
  margin-bottom: 25px;
}

.heading__title.mb4 {
  margin-bottom: 23px;
}

.heading__title.mb7 {
  margin-bottom: 22px;
}

.text--bold {
  font-weight: normal;
}

.l-button-wrap--right {
  margin-right: auto;
}

.button {
  min-height: 45px;
  padding: 5px 10px;
}

.p-front__sec1 {
  padding: 50px 16px 51px;
}

.p-front__sec1-box {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.p-front__sec1-content-wrap {
  order: 2;
  width: 100%;
  padding-right: 0;
}

.p-front__sec1-img-wrap {
  order: 1;
  width: 287px;
  margin: 0 auto 25px;
}

.p-front__sec1-iframe-wrap {
  max-width: 100%;
  height: calc(60vw - 32px);
}

.p-front__sec2 {
  padding: 42px 0 50px;
}

.p-front__sec2-text1 {
  margin: 0 auto 35px;
}

.p-front__sec2-item {
  min-height: 370px;
  padding: 16px 10px 19px;
}

.p-front__sec2-item.bg1 {
  background-image: url(../img/front2-sp.jpg);
}

.p-front__sec2-item.bg2 {
  background-image: url(../img/front3-sp.jpg);
}

.p-front__sec2-item.bg3 {
  background-image: url(../img/front4-sp.jpg);
}

.p-front__sec2-item.bg4 {
  background-image: url(../img/front5-sp.jpg);
}

.p-front__sec2-item.bg5 {
  background-image: url(../img/front6-sp.jpg);
}

.p-front__sec2-item:not(:last-child) {
  margin-bottom: 20px;
}

.p-front__sec2-inner {
  min-height: 300px;
  padding: 8px 17px 19px 13px;
}

.p-front__sec2-item:nth-child(odd) .p-front__sec2-inner {
  max-width: 100%;
}

.p-front__sec2-item:nth-child(even) .p-front__sec2-inner {
  max-width: 100%;
}

.p-front__sec2-item-title-wrap {
  margin-bottom: 30px;
}

.p-front__sec2-num {
  width: 41px;
  font-size: 3rem;
}

.p-front__sec2-item-title {
  width: calc(100% - 41px);
  font-size: 2rem;
}

.p-front__sec2-item-text {
  max-width: 100%;
  font-weight: bold;
}

.p-front__sec2-item-text.mb1 {
  margin: 0 auto 54px;
}

.p-front__sec2-item-text.mb2 {
  margin: 0 auto 10px;
}

.p-front__sec3 {
  padding: 49px 0 0;
}

.p-front__sec3-text1 {
  margin: 0 auto 26px;
}

.p-front__sec3-item {
  min-height: 370px;
  padding: 16px 10px 19px;
}

.p-front__sec3-item.bg1 {
  background-image: url(../img/front7-sp.jpg);
}

.p-front__sec3-item.bg2 {
  background-image: url(../img/front8-sp.jpg);
}

.p-front__sec3-item.bg3 {
  background-image: url(../img/front9-sp.jpg);
}

.p-front__sec3-item.bg4 {
  background-image: url(../img/front10-sp.jpg);
}

.p-front__sec3-item:not(:last-child) {
  margin-bottom: 20px;
}

.p-front__sec3-inner {
  min-height: 300px;
  padding: 8px 17px 19px 13px;
}

.p-front__sec3-item:nth-child(odd) .p-front__sec3-inner {
  max-width: 100%;
}

.p-front__sec3-item:nth-child(even) .p-front__sec3-inner {
  max-width: 100%;
}

.p-front__sec3-item-title-wrap {
  margin-bottom: 30px;
}

.p-front__sec3-num {
  width: 41px;
  font-size: 3rem;
}

.p-front__sec3-item-title {
  width: calc(100% - 41px);
  font-size: 2rem;
}

.p-front__sec3-item-text {
  max-width: 100%;
  font-weight: bold;
}

.p-front__sec3-item-text.mb1 {
  margin: 0 auto 12px;
}

.p-front__sec3-item-text.mb2 {
  margin: 0 auto 56px;
}

.p-front__sec3-item-text.mb3 {
  margin: 0 auto 12px;
}

.p-front__sec3-item-text.mb4 {
  margin: 0 auto 56px;
}

.p-front__sec3-button-box-wrap {
  max-width: 310px;
}

.p-front__sec3-button-wrap {
  width: calc(100% - 28px);
}

.p-front__sec4 {
  margin-bottom: 0;
  padding: 42px 0 49px;
}

.p-front__sec4-item {
  min-height: 370px;
  padding: 16px 10px;
}

.p-front__sec4-item.bg1 {
  background-image: url(../img/front11-sp.jpg);
}

.p-front__sec4-item.bg2 {
  background-image: url(../img/front12-sp.jpg);
}

.p-front__sec4-item.bg3 {
  background-image: url(../img/front13-sp.jpg);
}

.p-front__sec4-item:not(:last-child) {
  margin-bottom: 20px;
}

.p-front__sec4-inner {
  min-height: 300px;
  padding: 8px 17px 19px 13px;
}

.p-front__sec4-item:nth-child(odd) .p-front__sec4-inner {
  max-width: 100%;
}

.p-front__sec4-item:nth-child(even) .p-front__sec4-inner {
  max-width: 100%;
}

.p-front__sec4-item-title-wrap {
  margin-bottom: 30px;
}

.p-front__sec4-num {
  width: 41px;
  font-size: 3rem;
}

.p-front__sec4-item-title {
  width: calc(100% - 41px);
  font-size: 2rem;
}

.p-front__sec4-item-text {
  max-width: 100%;
  font-weight: bold;
}

.p-front__sec4-item-text.mb1 {
  margin: 0 auto 32px;
}

.p-front__sec5 {
  padding: 50px 0 0;
  background-color: #ffffff;
}

.p-front__sec5-item {
  min-height: 370px;
  padding: 16px 10px;
}

.p-front__sec5-item.bg1 {
  background-image: url(../img/front14-sp.jpg);
}

.p-front__sec5-item:not(:last-child) {
  margin-bottom: 20px;
}

.p-front__sec5-inner {
  min-height: 300px;
  padding: 8px 17px 19px 13px;
}

.p-front__sec5-item:nth-child(odd) .p-front__sec5-inner {
  max-width: 100%;
}

.p-front__sec5-item:nth-child(even) .p-front__sec5-inner {
  max-width: 100%;
}

.p-front__sec5-item-title-wrap {
  margin-bottom: 30px;
}

.p-front__sec5-num {
  width: 41px;
  font-size: 3rem;
}

.p-front__sec5-item-title {
  width: calc(100% - 41px);
  font-size: 2rem;
}

.p-front__sec5-item-text {
  max-width: 100%;
  font-weight: bold;
}

.p-front__sec5-item-text.mb1 {
  margin: 0 auto 45px;
}

.p-front__sec6 {
  margin: 35px auto;
  padding: 24px 16px 46px;
}

.p-front__sec6-title {
  margin-bottom: 23px;
  font-size: 2rem;
}

.p-front__sec6-text {
  margin-bottom: 25px;
  text-align: left;
}

.footer {
  padding: 14px 16px 20px;
}

.footer__inner {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 55px;
}

.footer__info-wrap {
  width: 303px;
}

.footer__logo-wrap {
  width: 303px;
  margin-bottom: 20px;
}

.footer__text {
  max-width: 224px;
  margin: 0 auto;
}

.footer__nav-list {
  display: none;
}

.breadcrumbs {
  padding: 6px 16px;
}

.breadcrumbs__item:not(:last-child)::after {
  font-size: 1rem;
}

.breadcrumbs__link {
  font-size: 1rem;
}

.p-outline__sec1 {
  padding: 40px 16px;
}

.p-outline__sec1-data-list > div {
  flex-wrap: wrap;
}

.p-outline__sec1-data-list > div:not(:last-child) {
  margin-bottom: 16px;
}

.p-outline__sec1-data-list > div > dt {
  width: 100%;
  margin-bottom: 3px;
}

.p-outline__sec1-data-list > div > dd {
  width: 100%;
}

.p-outline__sec2 {
  padding: 45px 10px 50px;
}

.p-outline__sec2-data-list > div {
  flex-wrap: wrap;
  padding: 10px 6px;
}

.p-outline__sec2-data-list > div > dt {
  width: 100%;
  margin-bottom: 3px;
  padding: 0;
  font-weight: bold;
}

.p-outline__sec2-data-list > div > dd {
  width: 100%;
}
}
