@charset "UTF-8";


img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*セクション共通css*/
.sec__ttl {
  font-size: 36px;
  line-height: 1.6;
  color: #333C77;
  letter-spacing: -.04em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .sec__ttl {
    font-size: 48px;
    letter-spacing: .04em;
  }
}

.sec__ttl-mini {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
    .sec__ttl-mini {
        font-size: 34px;
    }
}

.sec__txt {
  font-size: 15px;
  line-height: 2;
  color: #555;
  letter-spacing: .08em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
    .sec__txt {
        font-size: 16px;
    }
}

.sec__inner {
  padding: 0 24px;
}

.sec__wrapper {
  padding: 80px 0;
}

.u__pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
    .u__pc-only {
        display: block;
    }

    .u__sp-only {
      display: none;
    }
}

/*セクション共通css*/

/*sec01*/

.sec-01__wrapper {
  background: url(../img/sec-01-01-sp.webp) no-repeat center center / cover;
}
@media screen and (min-width: 768px) {
  .sec-01__wrapper {
    background: url(../img/sec-01-01.webp) no-repeat center center / cover;
  }
}

.sec-01__ttl {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .sec-01__ttl {
    margin-bottom: 80px;
  }
}

.sec-01__ttl .sec__ttl-mini {
  display: block;
}

.sec-01__ttl .sec__ttl-mini:first-of-type {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.sec-01__inner {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-01__ttl .sec__ttl-mini:last-of-type {
  text-align: right;
}

.sec-01__head {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .sec-01__head {
    width: 872px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
}

.sec-01__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sec-01__cards {
    flex-direction: row;
    gap: 32px;
    width: 100%;
  }
}

.sec-01__card {
  background: linear-gradient(45deg, rgba(22,31,82,1) 20%, rgba(28,43,92,1) 45%, rgba(78,139,173,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 0 40px;
  height: 350px;
}

@media screen and (min-width: 1024px) {
  .sec-01__card {
    gap: 32px;
    padding: 24px;
    height: auto;
  }
}

@media screen and (min-width: 1280px) {
  .sec-01__card {
    gap: 32px;
    padding: 0 64px;
    height: 430px;
  }
}

.sec-01__card:nth-child(1) .sec-01__card-img {
  width: 120px;
}

.sec-01__card:nth-child(2) .sec-01__card-img {
  width: 80px;
}

.sec-01__card:nth-child(3) .sec-01__card-img {
  width: 120px;
}

.sec-01__card-ttl {
  font-size: 32px;
  line-height: 1.36;
  color: #fff;
  letter-spacing: .08em;
  font-weight: 400;
}

.sec-01__card .sec__txt {
  color: #fff;
}

/*sec02*/
.sec-02__box-ttl {
  font-size: 28px;
  line-height: 1.36;
  font-weight: 400;
  color: #D7B87C;
  padding-bottom: 24px;
  margin-bottom: 40px;
  letter-spacing: .04em;
  border-bottom: 1px solid #D7B87C;
}

@media screen and (min-width: 768px) {
  .sec-02__box-ttl {
    font-size: 36px;
    margin-bottom: 16px;
    border-bottom: none;
    position: relative;
  }

  .sec-02__box-ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 120%;
    height: 1px;
    background-color: #D7B87C;
    z-index: -1;
  }
}

.sec-02__box-ttl-big {
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  .sec-02__box-ttl-big {
    font-size: 48px;
  }
}

@media screen and (min-width: 1024px) {
    .sec-02__box-txt {
      width: 470px;
    }
}

.sec-02__block {
  flex-direction: column-reverse;
  display: flex;
  margin-bottom: 64px;
}

@media screen and (min-width: 1024px) {
.sec-02__block {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  flex-direction: row;
  margin-bottom: 180px;
}
}

.sec-02__block-body {
padding-left: 24px;
padding-right: 24px;
position: relative;
}

@media screen and (min-width: 1024px) {
.sec-02__block-body {
  width: 648px;
  max-width: 100%;
  padding-right: 0;
  padding-left: 24px;
}
}

.sec-02__img {
  margin-bottom: 60px;
  width: calc(100% - 24px);
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
.sec-02__img {
  width: calc(100% - 648px);
  max-width: 100%;
  position: relative;
  margin: 0;
}

.sec-02__img::after {
  position: absolute;
  content: "";
  bottom: -72px;
  left: 46px;
  width: 200%;
  height: 456px;
  background-color: rgba(208, 224, 228, 0.8);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.sec-02__img img {
  object-fit: cover;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.sec-02__wrapper .sec-02__img img{
  height: 100%;
}

.sec-04__block-01 .sec-02__img img{
  height: 100%;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.sec-04__block-02 .sec-02__img img{
  height: 100%;
  object-fit: contain;
}
}

.sec-02__inner {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media screen and (min-width: 1024px) {
  .sec-02__inner {
    display: block;
    position: relative;
  }
}

.sec-02__block02-ttl {
  font-size: 28px;
  font-weight: 500;
  color: #D7B87C;
  letter-spacing: .08em;
  margin-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .sec-02__block02-ttl {
    text-align: end;
  }
}

@media screen and (min-width: 1024px) {
  .sec-02__block-txt {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    padding: 20px 0;
  }
}

.sec-02__block02-item {
  font-size: 16px;
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: .08em;
  width: calc(100% - 12px);
  max-width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  padding-left: 46px;
  padding-right: 16px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .sec-02__block02-item {
    height: 64px;
    width: 100%;
  }
}

.sec-02__block02-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 8px;
  height: 18px;
  background: url(../img/sec-02-arw.svg) no-repeat center center / contain;
}

.sec-02__block02-item:nth-child(odd) {
  background-color: #E0CDA8;
}

@media screen and (min-width: 1024px) {
  .sec-02__block02-item:nth-child(odd) {
      margin-left: auto;
      background-color: rgba(224, 205, 168, .7);
  }
}

@media screen and (min-width: 1024px) {
  .sec-02__block02-item:nth-child(3) {
    width: calc(100% - 24px);
  }

  .sec-02__block02-item:nth-child(2) {
    width: calc(100% - 48px);
  }

  .sec-02__block02-item:nth-child(1) {
    width: calc(100% - 72px);
  }
}

.sec-02__block02-item:nth-child(even) {
  background-color: #D9D9D9;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .sec-02__block02-item:nth-child(even) {
    background-color: rgba(217, 217, 217, .7);
  }
}

.sec-02__block02-item:not(:last-of-type) {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .sec-02__block02-img {
    position: absolute;
    width: 700px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

/*sec03*/

@media screen and (max-width: 767px) {
  .sec-03__wrapper {
    padding-top: 0;
  }
}

.sec-03__ttl {
  font-size: 32px;
  line-height: 1.36;
  font-weight: 400;
  color: #333C77;
  margin-bottom: 40px;
  letter-spacing: .04em;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .sec-03__ttl {
    font-size: 40px;
    margin-bottom: 56px;
    text-align: start;
  }
}

.sec-03__inner {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-03__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 56px 0;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-03__list::after {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  width: 296px;
  height: 100%;
  background-color: #F6F2EC;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .sec-03__list {
      gap: 40px;
      flex-direction: row;
      padding: 0 0 40px 0;
      width: 100%;
  }

  .sec-03__list::after {
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
    height: 370px;
  }

  .sec-03__list::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 370px;
    background-color: #F6F2EC;
    z-index: -1;
  }
}

.sec-03__item-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #AF9D7B;
}

.sec-03__item-head {
  width: 60px;
  max-width: 100%;
}

.sec-03__item-num {
  font-size: 64px;
  line-height: 1.36;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .04em;
}

.sec-03__item-ttl {
  font-size: 28px;
  line-height: 1.36;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .04em;
}

.sec-03__item-img {
  width: calc(100% - 60px - 24px);
  max-width: 100%;
}

.sec-03__item-txt {
  margin-bottom: 24px;
}

.sec-03__item-cate-wrap {
  display: flex;
  align-items: center;
}

.sec-03__item-cate {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  color: #A79471;
  letter-spacing: .08em;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  width: 128px;
  margin-left: auto;
  max-width: 100%;
  text-align: center;
}

.sec-03__item-cate-span {
  font-size: 20px;
  color: #A79471;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 400;
}

.sec-04__block .sec-02__block {
  flex-direction: column;
  position: relative;
}

.sec-04__block-01 .sec-02__block::after {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  width: 100%;
  height: 770px;
  background-color: rgba(208, 224, 228, .8);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .sec-04__block .sec-02__block {
    flex-direction: row-reverse;
    position: static;
  }

  .sec-04__block-01 .sec-02__block::after {
    position: static;
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sec-04__block .sec-02__img::after {
    position: absolute;
    content: "";
    bottom: -72px;
    left: calc(-100% - 46px);
    width: 200%;
    height: 456px;
    background-color: rgba(208, 224, 228, 0.8);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    z-index: -1;
  }
}

.sec-04__block .sec-02__block-body {
  margin-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .sec-04__block .sec-02__block-body {
      padding-left: 0;
      padding-right: 24px;
      margin-bottom: 0;
  }
}

.sec-04__block .sec-02__box-ttl {
  border-bottom-color: #87B0C8;
  color: #333C77;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
    .sec-04__block .sec-02__box-ttl-block {
      display: block;
      margin-left: auto;
      width: 470px;
    }
}

@media screen and (min-width: 1024px) {
  .sec-04__block .sec-02__box-txt {
      margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .sec-04__block .sec-02__box-ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    right: 0;
    width: calc(100% + 100px);
    height: 1px;
    background-color: #87B0C8;
    z-index: -1;
}
}

.sec-04__block .sec-02__box-ttl-en {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #E0CDA8;
  letter-spacing: 0;
  margin-bottom: 56px;
}

@media screen and (min-width: 1024px) {
    .sec-04__block .sec-02__box-ttl-en {
      text-align: end;
    }
}

.sec-04__block-02 .sec-02__box-ttl-en {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #E0CDA8;
  letter-spacing: 0;
  margin-bottom: 56px;
}


.sec-04__block .sec-02__img {
  margin-bottom: 0;
  width: 100%;
  padding: 0 24px;
}

@media screen and (min-width: 1024px) {
  .sec-04__block .sec-02__img {
    width: calc(100% - 648px);
    padding: 0;
}
}

.sec-04__block-02 .sec-02__box-ttl {
  border-bottom-color: #87B0C8;
  color: #333C77;
  margin-bottom: 56px;
}


@media screen and (min-width: 1024px) {
  .sec-04__block-02 .sec-02__box-ttl::after {
    background-color: #87B0C8;
}
}

@media screen and (min-width: 1024px) {
    .sec-04__block-02 .sec-02__block-body {
      margin-top: 120px;
    }
}

@media screen and (min-width: 1024px) {
  .sec-04__block-02 .sec-02__img::after {
    position: absolute;
    content: "";
    bottom: -72px;
    left: 46px;
    width: 200%;
    height: 530px;
    background-color: rgba(246, 242, 236, .8);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    z-index: -1;
  }
}

.sec-04__block-02 .sec-02__img {
  margin-bottom: 0;
  width: 100%;
  padding: 0 24px;
}

.sec-04__block-02 .sec-02__block {
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}

.sec-04__block-02 .sec-02__block-body {
  margin-bottom: 64px;
}

.sec-04__block-02 .sec-02__block::after {
  position: absolute;
  content: "";
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: rgba(246, 242, 236, .8);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .sec-04__block-02 .sec-02__block {
    flex-direction: row;
    position: static;
  }

  .sec-04__block-02 .sec-02__block::after {
    position: static;
    display: none;
  }
}

.sec-05__inner {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-05__ttl {
  font-size: 28px;
  line-height: 1.36;
  font-weight: 400;
  color: #D7B87C;
  margin-bottom: 48px;
  letter-spacing: .04em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec-05__ttl {
    font-size: 36px;
    margin-bottom: 72px;
  }
}

.sec-05__ttl-big {
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  .sec-05__ttl-big {
    font-size: 48px;
  }
}

.sec-05__items {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 24px;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-05__items::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 48px);
  height: 100%;
  background: url(../img/sec-05-05-sp.png) no-repeat center center / contain;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .sec-05__items::after {
    width: 1280px;
    height: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    background: url(../img/sec-05-05.png) no-repeat center center / contain;
  }
}

@media screen and (min-width: 1024px) {
  .sec-05__items {
    flex-direction: row;
    gap: 90px;
    justify-content: center;
    margin-bottom: 90px;
    width: 100%;
  }
}

.sec-05__item:nth-child(1) {
  width: 150px;
  max-width: 100%;
}

.sec-05__item:nth-child(1) .sec-05__item-img {
  width: 136px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-05__item:nth-child(2) {
  width: 232px;
  max-width: 100%;
  position: relative;
  top: -100px;
}

@media screen and (min-width: 1024px) {
  .sec-05__item:nth-child(2) {
    top: auto;
  }
}

.sec-05__item:nth-child(2) .sec-05__item-img{
  width: 120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-05__item:nth-child(3) {
  width: 170px;
  max-width: 100%;
  position: relative;
  top: -100px;
}

@media screen and (min-width: 1024px) {
  .sec-05__item:nth-child(3) {
    top: auto;
  }
}

.sec-05__item:nth-child(3) .sec-05__item-img{
  width: 128px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-05__item:nth-child(4) {
  width: 170px;
  max-width: 100%;
  position: relative;
  top: -100px;
}

@media screen and (min-width: 1024px) {
  .sec-05__item:nth-child(4) {
    top: auto;
  }
}

.sec-05__item:nth-child(4) .sec-05__item-img{
  width: 145px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-05__item-img {
  margin-bottom: 16px;
}

.sec-05__item:nth-child(odd) {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .sec-05__item:nth-child(odd) {
    margin-left: 0;
    margin-top: 40px;
  }
}

.sec-05__item-txt {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .06em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec-05__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sec-06__wrapper {
    padding-top: 0;
  }
}

.sec-06__inner {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-06__ttl {
  text-align: center;
  margin-bottom: 24px;
}

.sec-06__sub-ttl-span {
  font-size: 20px;
  line-height: 1.36;
  font-weight: 400;
  color: #fff;
  letter-spacing: .08em;
  text-align: center;
  padding: 7px 28px;
  display: block;
  width: calc(100% - 32px);
  max-width: 100%;
  background-color: #D7B87C;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sec-06__sub-ttl-span {
    width: 672px;
    font-size: 28px;
    border-radius: 24px;
    margin-bottom: 80px;
  }
}

.sec-06__item:not(:last-of-type) {
  margin-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .sec-06__item:not(:last-of-type) {
    margin-bottom: 112px;
  }
}

.sec-06__item-head {
  display: flex;
  border: 3px solid #333C77;
  padding: 18px 65px 18px 18px;
  gap: 20px;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head {
    display: flex;
    border: 3px solid #333C77;
    align-items: center;
    padding: 16px 120px 16px 56px;
  }
}

.sec-06__item-head-ttl {
  font-size: 24px;
  line-height: 1.36;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .005em;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-ttl {
    font-size: 36px;
  }
}

.sec-06__item-head-btn {
  width: 48px;
  height: 48px;
  background-color: #333C77;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-btn {
    width: 40px;
    height: 40px;
    background-color: #333C77;
    position: absolute;
    content: "";
    right: 56px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
  }
}

.sec-06__item-head-btn-yoko {
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-btn-yoko {
    background-color: #D7B87C;
    height: 5px;
    width: 40px;
  }
}

.sec-06__item-head-btn-yoko.js-yoko {
  rotate: -360deg;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  transition: .5s;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-btn-yoko.js-yoko {
  rotate: -360deg;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: .5s;
}
}

.sec-06__item-head-btn-tate {
  height: 24px;
  width: 3px;
  background-color: #fff;
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-btn-tate {
    background-color: #D7B87C;
    width: 5px;
    height: 40px;
    top: -5px;
    transform: translateX(-50%);
  }
}

.sec-06__item-head-btn-tate.js-tate {
  rotate: 90deg;
  top: 9px;
  left: 50%;
  transform: none;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .sec-06__item-head-btn-tate.js-tate {
  rotate: 90deg;
  top: -3px;
  left: 45%;
  transform: translateX(-50%);
  transition: .5s;
}
}

.sec-06__item-head-q-en {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  color: #D7B87C;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-q-en {
    font-size: 72px;
  }
}

.sec-06__item-head-q-num {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #D7B87C;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .sec-06__item-head-q-num {
    font-size: 32px;
  }
}

.sec-06__item-body-a {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .sec-06__item-body-a {
    margin-bottom: 0;
  }
}

.sec-06__item-body-a-en {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  color: #333C77;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .sec-06__item-body-a-en {
    font-size: 72px;
  }
}

.sec-06__item-body-a-num {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #333C77;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .sec-06__item-body-a-num {
    font-size: 32px;
  }
}

.sec-06__item {
  position: relative;
  z-index: 1;
}

.sec-06__item-body-inner {
  display: none;
}

.sec-06__item-body-wrap {
  padding: 32px 24px 0;
  background-color: #F0F5F6;
  position: relative;
  left: 8px;
}

.sec-06__item-body-wrap.js-active {
  padding: 32px 24px 60px;
}

@media screen and (min-width: 768px) {
  .sec-06__item-body-wrap {
    padding: 56px 120px 0 70px;
    display: flex;
    gap: 48px;
    width: calc(100% - 80px);
    max-width: 100%;
    left: 7%;
  }

  .sec-06__item-body-wrap.js-active {
    padding: 56px 120px 56px 70px;
  }
}

.sec-06__item-body-wrap::after {
  position: absolute;
  content: "";
  top: -96px;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: -1;
  background-color: #F0F5F6;
}

.sec-06__item-body-box-txt {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sec-06__item-body-box-txt {
        margin-bottom: 8px;
    }
}

.sec-06__item-body-box-img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}

.sec-06__item:nth-child(1) .sec-06__item-body-box-img {
  width: 400px;
}

.sec-06__item:nth-child(2) .sec-06__item-body-box-img {
  width: 690px;
}

.sec-06__item:nth-child(even) .sec-06__item-head {
  border: 3px solid #D7B87C;
}

.sec-06__item:nth-child(even) .sec-06__item-head-q-en {
  color: #333C77;
}

.sec-06__item:nth-child(even) .sec-06__item-head-q-num {
  color: #333C77;
}

.sec-06__item:nth-child(even) .sec-06__item-head-btn {
  background-color: #D7B87C;
}
@media screen and (min-width: 768px) {
  .sec-06__item:nth-child(even) .sec-06__item-head-btn-yoko {
    background-color: #333C77;
  }

  .sec-06__item:nth-child(even) .sec-06__item-head-btn-tate {
    background-color: #333C77;
  }

  .sec-06__item:nth-child(even) .sec-06__item-head-btn{
    background-color: transparent;
  }
}

.sec-06__item:nth-child(even) .sec-06__item-body-wrap {
  background-color: #FBF6EC;
  position: relative;
}

.sec-06__item:nth-child(even) .sec-06__item-body-wrap::after {
  background-color: #FBF6EC;
}

.sec-07__wrapper {
  padding: 0;
}

.sec-07__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sec-07__head {
    gap: 16px;
    margin-bottom: 24px;
  }
}

.sec-07__head-item {
  width: 104px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-07__head-item {
    width: 112px;
    max-width: 100%;
  }
}

.sec-07__ttl {
  text-align: center;
  margin-bottom: 72px;
}

.sec-07__box:not(:last-of-type) {
  margin-bottom: 56px;
}

@media screen and (min-width: 1200px) {
  .sec-07__box:not(:last-of-type) {
    margin-bottom: 64px;
  }
}

.sec-07__box-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .sec-07__box-head {
    gap: 24px;
    margin-bottom: 16px;
  }
}

.sec-07__box-logo {
  width: 88px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .sec-07__box-logo {
    width: 112px;
  }
}

.sec-07__box-ttl {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 400;
  color: #D7B87C;
  letter-spacing: .04em;
  width: calc(100% - 88px - 16px);
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .sec-07__box-ttl {
    font-size: 24px;
    width: calc(100% - 112px - 24px);
  }
}

.sec-07__box-ttl-big {
  font-size: 28px;
}
@media screen and (min-width: 1200px) {
  .sec-07__box-ttl-big {
    font-size: 30px;
  }
}

.sec-07__block {
  flex-direction: column;
  display: flex;
  gap: 56px;
}

@media screen and (min-width: 1200px) {
.sec-07__block {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  flex-direction: row;
  padding-left: 24px;
  padding-right: 24px;
  gap: 80px;
}
}

.sec-07__block-body {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin: auto;
}

@media screen and (min-width: 1200px) {
.sec-07__block-body {
  width: 480px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
}

@media screen and (min-width: 1200px) {
.sec-07__img {
  width: calc(100% - 480px - 80px);
  max-width: 100%;
  position: relative;
}
}

.sec-07__box-btn {
  display: flex;
  width: 272px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  align-items: center;
  justify-content: center;
  background-color: #333C77;
  border-radius: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  padding-right: 19px;
  margin-top: 36px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .sec-07__box-btn {
    font-size: 20px;
    width: 392px;
  }
}

.sec-07__box-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 40px;
  height: 100%;
  background: url(../img/sec-07-btn-sp.png) no-repeat center center / contain;
}

@media screen and (min-width: 1200px) {
  .sec-07__box-btn::after {
    width: 56px;
    background: url(../img/sec-07-btn.png) no-repeat center center / contain;
  }
}

.sec-08__inner {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-08__container{
  padding: 27px;
  border: 1px solid #333C77;
}

@media screen and (min-width: 1280px) {
  .sec-08__container{
    padding: 72px 80px;
  }
}

.sec-08__ttlsub{
  font-size: 16px;
  font-weight: 400;
  color: #4E8BAD;
  line-height: 2;
  letter-spacing: .08em;
  padding: 8px 16px;
  background-color: #D0E0E4;
  width: 136px;
  max-width: 100%;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .sec-08__ttlsub{
    margin: 0;
  }
}

.sec-08__ttl {
  font-size: 24px;
  font-weight: 500;
  color: #333C77;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
    .sec-08__ttl {
        font-size: 28px;
    }
}

.sec-08__head {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .sec-08__head {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sec-08__items {
    display: flex;
    gap: 36px;
  }
}

@media screen and (min-width: 768px) {
    .sec-08__item {
      flex: 1;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
    }
}

.sec-08__item-head-img {
  width: 56px;
  max-width: 100%;
}

.sec-08__item-head-txt {
  width: calc(100% - 56px - 20px);
  max-width: 100%;
}

.sec-08__item-head {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sec-08__item-head {
    margin-bottom: 0;
  }
}

.sec-08__item:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sec-08__item:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }
}

.sec-08__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  right: 24px;
  width: 36px;
  height: 16px;
  background: url(../img/sec-08-arw.png) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .sec-08__item:not(:last-of-type)::after {
    position: static;
    display: none;
  }

}

@media screen and (min-width: 768px) {
    .sec-08__body {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1024px) {
  .sec-09__wrapper {
    padding-bottom: 180px;
  }
}

.sec-09__block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-09__block::after{
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #F6F2EC;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .sec-09__block {
    gap: 64px;
    flex-direction: row-reverse;
  }

  .sec-09__block::after{
    position: static;
    display: none;
  }
}

.sec-09__block-body {
  padding: 0 24px;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
    .sec-09__block-body {
      width: 480px;
      max-width: 100%;
      position: relative;
      z-index: 2;
      padding: 0;
      margin: 0;
    }

    .sec-09__block-body::after {
      position: absolute;
      content: "";
      top: -40px;
      left: -220px;
      width: 995px;
      height: 456px;
      background-color: #F6F2EC;
      z-index: -2;
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
    }
}

.sec-09__img {
  padding: 0 24px;
}

@media screen and (min-width: 1024px) {
    .sec-09__img {
      width: calc(100% - 480px - 64px);
      z-index: 3;
      position: relative;
      padding: 0;
    }

    .sec-09__img::after {
      position: absolute;
      content: "";
      top: 104px;
      left: -210px;
      width: 980px;
      height: 456px;
      background-color: rgba(170, 201, 206, .56);
      z-index: -1;
      clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sec-09__img::after {
    width: 100%;
    height: 100%;
  }

  .sec-09__block-body::after {
    width: 200%;
    height: 120%;
  }
}

.sec-09__box-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
    .sec-09__box-head {
        gap: 16px;
    }
}

.sec-09__box-logo {
  width: 88px;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-09__box-logo {
    width: 112px;
  }
}


.sec-09__box-ttl {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .04em;
  width: calc(100% - 88px - 16px);
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-09__box-ttl {
    font-size: 24px;
    width: calc(100% - 112px - 24px);
  }
}

.sec-09__box-ttl-big {
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .sec-09__box-ttl-big {
    font-size: 30px;
  }
}

.sec-10__wrapper {
  background: url(../img/sec-10-02-sp.webp) no-repeat center center /cover;
}

@media screen and (min-width: 1024px) {
  .sec-10__wrapper {
    background: url(../img/sec-10-02.webp) no-repeat center center /cover;
  }
}

.sec-10__inner {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-10__ttl {
  text-align: center;
  margin-bottom: 72px;
}

@media screen and (min-width: 1024px) {
  .sec-10__ttl {
    margin-bottom: 100px;
  }
}

.sec-10__container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .sec-10__container {
    flex-direction: row-reverse;
    gap: 56px;
  }
}

.sec-10__img {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .sec-10__img {
    margin-bottom: 0;
    width: calc(100% - 672px - 56px);
  }

  .sec-10__img img {
    height: 100%;
    object-fit: cover;
  }
}

.sec-10__img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(152, 192, 200, .55);
  rotate: 2deg;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
    .sec-10__list-wrap {
      width: 672px;
      max-width: 100%;
    }
}
.sec-10__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item {
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
  }

  .sec-10__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

.sec-10__item-ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .08em;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  padding-left: 14px;
  margin-bottom: 14px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-ttl {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    width: 160px;
    max-width: 100%;
    text-align: center;
  }
}

.sec-10__item-block {
  padding-left: 32px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-block {
    padding-left: 0;
    width: calc(100% - 160px);
    max-width: 100%;
  }
}

.sec-10__item-txt {
  font-size: 16px;
  line-height: 1.68;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .08em;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-txt {
    font-size: 18px;
  }
}

.sec-10__item-txt-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-txt-wrap {
    margin-top: 0;
    flex-direction: row;
    align-items: center;
  }
}

.sec-10__item-txt-wrap .sec-10__item-txt {
  padding-left: 36px;
  position: relative;
}

.sec-10__item-txt-wrap .sec-10__item-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left:0;
  width: 24px;
  height: 31px;
  background: url(../img/sec-10-train.png) no-repeat center center / contain;
}

.sec-10__item-btn {
  display: flex;
  width: 256px;
  max-width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  background-color: #333C77;
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .04em;
  padding-right: 43px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-btn {
    font-size: 15px;
    width: 200px;
    height: 36px;
  }
}

.sec-10__item-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 28px;
  height: 100%;
  background: url(../img/sec-07-btn-sp.png) no-repeat center center / contain;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-btn::after {
    width: 24px;
    background: url(../img/sec-07-btn.png) no-repeat center center / contain;
  }
}

.sec-10__item-tel {
  font-size: 16px;
  line-height: 1.68;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .08em;
  padding-left: 52px;
  position: relative;
}

.sec-10__item-tel::after {
  position: absolute;
  content: "";
  background: url(../img/sec-10-tel.png)no-repeat center center / contain;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 32px;
  height: 42px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-tel {
    font-size: 18px;
    padding-left: 28px;
  }

  .sec-10__item-tel::after {
    left: 0;
  }
}

.sec-10__item-week {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #333C77;
  letter-spacing: .08em;
  position: relative;
  width: 48px;
  height: 24px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.sec-10__item:nth-child(4) .sec-10__item-block {
  padding-left: 16px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item:nth-child(4) .sec-10__item-block {
    padding-left: 0;
  }
}

.sec-10__item:nth-child(4) .sec-10__item-block .sec-10__item-txt {
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item:nth-child(4) .sec-10__item-block .sec-10__item-txt {
    font-size: 17px;
  }
}

.sec-10__item-kome {
  color: #D8B87B;
}

.sec-10__item-caution {
  font-size: 15px;
  color: #D8B87B;
  border: 1px solid #D0C098;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
}

@media screen and (min-width: 1024px) {
  .sec-10__item-caution {
    font-size: 16px;
    height: 36px;
    margin-top: 10px;
    width: 380px;
    max-width: 100%;
  }
}

.access {
  /* overflow: hidden; */
}

.tooth-decay {
  overflow: hidden;
}

.c-btn:hover {
  background-color: #fff;
  border: 2px solid #333C77;
  color: #333C77;
  position: relative;
  transition: ease all 0.5s;
}


.c-btn:hover::after {
  transition: ease all 0.5s;
  background: url(../img/btn-hover.png) no-repeat center center / contain;
}

/*footer*/
.top__clinic-time {
  display: flex;
  align-items: center;
  gap: 2.051vw;
}

@media screen and (min-width: 390px){
.top__clinic-time {
    gap: 8px;
}
}

.top__contact .top__clinic-time {
  justify-content: center;
  gap: 6.154vw;
}

@media screen and (min-width: 390px){
.top__contact .top__clinic-time {
    gap: 24px;
}
}

.top__clinic-time-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 19vw;
  height: 12.308vw;
  line-height: 1.4;
  font-size: 3.3vw;
  background: #fff;
  color: var(--color-02);
}

@media screen and (min-width: 390px) {
.top__clinic-time-left {
    width: 88px;
    height: 48px;
    font-size: 14px;
}
}

.top__clinic-time-left>em {
  font-size: 0.88em;
}

.top__clinic-time-right {
  font-size: 3.3vw;
  line-height: 1.6;
  color: var(--color-02);
  letter-spacing: 0;
}

@media screen and (min-width: 390px){
.top__clinic-time-right {
    font-size: 14px;
}
}

.top__contact .top__clinic-time-right {
  color: #fff;
}

/*footer*/
.sub__ftr-03 {
  text-align: center;
}
.sub__ftr-01 {
  color: #E0CDA8;
}
.sub__ftr-02 {
  color: #333C77;
}
@media screen and (min-width: 1024px) {
  .sub__ftr-03 {
    text-align: start;
  }
  .sub__ftr-01 {
    color: #E0CDA8;
    position: relative;
  }

  .sub__ftr-01::after {
    position: absolute;
    content: "";
    top: 123px;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #E0CDA8;
  }

  .sub__ftr-02 {
    text-align: right;
    color: #333C77;
  }
}

.sec-06__item:nth-child(even) .sec-06__item-body-a-en {
  color: #D7B87C;
}

.sec-06__item:nth-child(even) .sec-06__item-body-a-num {
  color: #D7B87C;
}
