@charset "UTF-8";

html {
  font-size: 0.6510416vw;
}

body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
}

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

a {
  cursor: pointer;
}

sup {
  font-size: 0.67em;
  margin-left: -.5em;
}

.lp_contents {
  background-color: #fff;
  margin: auto;
}

.u-relative {
  position: relative;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

@media (max-width: 768px) {
  html {
    font-size: 2.4875621vw;
  }

  .u-pc-only {
    display: none;
  }

  .u-sp-only {
    display: block;
  }
}

/* ========================================
  余白
======================================== */
:root {
  --section-spacing-top: 8em;
  --section-spacing-bottom: 4em;
}

.section-unit {
  padding-top: var(--section-spacing-top);
  padding-bottom: var(--section-spacing-bottom);
}

.l-inner {
  padding: 0 2em;
}

@media (max-width: 768px) {
  :root {
    --section-spacing-top: 5em;
    --section-spacing-bottom: 4em;
  }
}

/* ========================================
  text
====================================== */
h2,
h3 {
  font-family: "Shippori Mincho";
}

.u-text {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.6;
}

.u-text-semi-bold {
  font-weight: 500;
}

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

.u-text-light-gold {
  color: #BD9764;
}

.u-text-gold {
  color: #B19049;
}

.u-txt-center {
  text-align: center;
}

.u-underline-gold {
  border-bottom: .1em solid #DABB85;
}

.u-txt-bg-white {
  padding: 0 0.2em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -.25em;
  background: linear-gradient(180deg, transparent 11%, #fff 11%);
  font-size: 3em;
}

.u-txt-bg-white-large {
  padding: 0.4em 0.2em 0 0;
}

.u-txt-bg-gold {
  display: inline-block;
  padding: 0.1em 0.1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -.25em;
  background: linear-gradient(180deg, transparent 15%, #B19049 12%);
  color: #fff;
}

@media (max-width: 768px) {

  .u-text {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6;
  }

  .u-txt-bg-white {
    font-size: 2.6em;
  }

}

/* ========================================
　共通ボタン
====================================== */
.c-cta {
  background: #CABC91;
  padding: 4.6em 0 2em;
}

.c-cta__btn {
  width: 43em;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .c-cta {
    padding: 2.6em 0 0.5em;
  }

  .c-cta__btn {
    width: 36em;
  }
}

/* ========================================
　タイトル
====================================== */
.c-ttl {
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: .5em;
}

.c-sub-ttl-en {
  color: #BD9764;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .c-ttl {
    font-size: 2.6em;
  }

  .c-sub-ttl-en {
    margin-bottom: 0.5em;
  }
}



/* ========================================
  header
======================================== */
header {
  display: flex;
  padding: 1em 2em;
  justify-content: space-between;
  align-items: center;
}

header a {
  display: block;
  width: 18em;
}

.header__logo {
  width: 15.7em;
  display: block;
}

@media (max-width: 768px) {
  header {
    padding: 1em 1.7em;
  }

  .header__logo {
    width: 13.4em;
  }

  header a {
    width: 15em;
  }
}

.p-banner__img {
  width: 110em;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .p-banner__img {
    width: auto;
  }
}


/* ========================================
  award
======================================== */
.p-award {
  background-image: url(../img/award-bg-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 54.4em;
}

.p-award__wrapper {
  padding: 5em 23em 1.5em 28em;
  display: flex;
  gap: 5.5em;
  align-items: center;
  justify-content: center;
}

.p-award__item-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
}

.p-award__item-container {
  display: flex;
  gap: 1em;
  height: 6em;

}

.p-award__item-wrap {
  display: flex;
  gap: 1em;
}

.p-award__item-01 {
  width: 22.6em;
}

/* .p-award__item-02 {
  width: 14.0622em;
}

.p-award__item-03 {
  width: 14.0595em;
}

.p-award__item-04 {
  width: 16.1em;
} */

.p-award__triangle {
  position: relative;
  margin-top: -1em;
}

.p-award__triangle-img {
  width: 31em;
  margin-left: 24em;
  padding-top: 5em;
  display: block;
}

.p-award__triangle-txt-parts01,
.p-award__triangle-txt-parts02 {
  position: absolute;
}

.p-award__triangle-txt-parts01 {
  display: flex;
  top: 8.5em;
  left: -2em;
  align-items: flex-end;
}

.p-award__triangle-txt-bg-gold {
  background: linear-gradient(90deg, #FFE1A3 0%, #E6B069 100%);
  border: 0.94px solid #D4B27B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.7em;
  font-family: "Shippori Mincho";
  width: 12em;
  height: 3.1em;
  margin-bottom: .2em;
  font-weight: 500;
}

.p-award__triangle-txt-place {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-left: .5em;
  margin-bottom: .2em;
}

.p-award__triangle-txt-num {
  color: #E6CC9A;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 6.3em;
  font-style: normal;
  font-weight: 600;
  line-height: .89;
}

.p-award__triangle-white {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 3.7em;
  font-weight: 600;
  margin-bottom: .2em;
}


.p-award__triangle-txt-parts02 {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 1.6em;
  font-weight: 500;
  width: 10.1em;
  height: 2.8em;
  border: 1px solid #BD9764;
  background: #201264;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  bottom: 4em;
  left: 5em;
}

.p-award__item-machine {
  width: 44.4em;
  padding-bottom: 2.5em;
  display: block;
}

.p-award__note {
  text-align: right;
  font-size: .8em;
  color: #fff;
  padding-left: 45em;
  margin-top: -1.5em;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .p-award {
    background-image: url(../img/award-bg-sp.webp);
    height: 102em;
  }

  .p-award__item-area {
    gap: 2em;
  }

  .p-award__wrapper {
    display: block;
    padding: 3em 1em;
  }

  .p-award__item-container {
    flex-direction: column;
    gap: 2em;
  }

  .p-award__item-wrap {
    padding: 0 1em;
  }

  .p-award__item-04 {
    width: 22.5em;
    margin: 0 auto;
  }

  .p-award__triangle {
    margin-top: 0;
  }

  .p-award__triangle-txt-parts01 {
    top: 5em;
    left: 1em;
  }

  .p-award__triangle-txt-bg-gold {
    font-size: 1.8em;
  }

  .p-award__triangle-txt-place {
    font-size: 1.6em;
  }

  .p-award__triangle-txt-num {
    font-size: 6.8em;
  }

  .p-award__triangle-white {
    font-size: 4em;
  }

  .p-award__note {
    padding-left: 0;
    margin-top: 14em;
  }

  .p-award__triangle-txt-parts02 {
    font-size: 1.5em;
    width: 9.8em;
    height: 2.8em;
    bottom: 13.6em;
    left: 2em;
  }

  .p-award__triangle-img {
    width: 30em;
    margin-left: 8em;
    padding-top: 10em;
    padding-bottom: 3em;
  }

  .p-award__item-machine {
    width: 28em;
    margin: -2em auto;
  }
}


/* ========================================
  intro
======================================== */
.p-intro {
  overflow: hidden;
}

.p-intro__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-intro__txt-wrapper {
  width: 53em;
  position: relative;
  z-index: 1;
  padding-top: 4em;
  margin-right: -2em;
}

.p-intro__item {
  position: absolute;
  width: 45.7em;
  top: -7em;
  left: -3em;
  transform: rotate(-47.758deg);
}

.p-intro__ttl {
  font-size: 3.4em;
  padding-bottom: 1.1em;
  line-height: 1.3;
  font-weight: 500;
}

.p-intro__ttl-underline {
  background-image: linear-gradient(#DABB85, #DABB85);
  background-repeat: no-repeat;
  background-size: 100% 0.025em;
  background-position: 0 92%;
}

.p-intro__sub-ttl {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.p-intro__sub-ttl .u-underline-gold {
  display: block;
  width: 100%;
  margin: auto;
  padding-bottom: 1.5em;
}

.p-intro__txt-area {
  padding: 2em 0 3.4em 2em;
}

.p-intro__txt {
  font-size: 1.7em;
  line-height: 1.4;
}

.p-intro__img {
  width: 55%;
}

@media (max-width: 768px) {
  .p-intro {
    padding-top: 8.5em;
  }

  .p-intro__item {
    position: absolute;
    width: 39.7em;
    top: -13em;
    left: 1em;
    transform: rotate(-358.758deg);
  }

  .p-intro__container {
    flex-direction: column;
  }

  .p-intro__txt-wrapper {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }

  .p-intro__ttl {
    position: relative;
    font-size: 2.8em;
    padding-bottom: 1em;
    letter-spacing: -0.125em;
  }

  .p-intro__sub-ttl {
    font-size: 1.8em;
  }

  .p-intro__sub-ttl .u-underline-gold {
    width: 80%;
    padding-bottom: .5em;
  }

  .p-intro__txt-area {
    padding: 1.3em 0 3.4em 0em;
  }

  .p-intro__txt {
    font-size: 1.3em;
    line-height: 2;
    text-align: center;
  }

  .p-intro__img {
    width: 100%;
  }
}

/* ========================================
  reason
======================================== */
/* --- 共通・PC用スタイル --- */
.p-reason {
  background: linear-gradient(324deg, rgba(0, 175, 240, 0.106) 0%, rgba(202, 245, 255, 0.106) 100%);
  overflow: hidden;
  padding-bottom: 5em;
}

.p-reason__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em;
  width: 107em;
  margin: 2em auto;
}

.p-reason__item {
  padding-top: 4em;
  z-index: 1;
  position: relative;
}

.p-reason__badge {
  position: absolute;
  top: -2.5em;
  left: -3.5em;
  width: 8em;
  z-index: 2;
}

.p-reason__img {
  width: auto;
  display: block;
}

.p-reason__item-sub-ttl-num {
  font-size: 1.5em;
  letter-spacing: .01em;
  line-height: 1;
}

.p-reason__item-txt {
  font-size: 1.7em;
  line-height: 1.3;
  padding: .8em 0 0 0;
}

.p-reason__item-txt-big {
  font-size: 4rem;
}

.p-reason__note {
  font-size: 1.1em;
  color: #999;
  margin-top: 0.5em;
}

.p-reason__item-ttl-01 {
  position: absolute;
  bottom: 12.5em;
  left: 0em;
}

.p-reason__item-ttl-02 {
  position: absolute;
  bottom: 13em;
  left: 0em;
}

.p-reason__item-ttl-03 {
  position: absolute;
  bottom: 15.5em;
  left: 0em;
}

.p-reason__item-ttl-04 {
  position: absolute;
  bottom: 13.5em;
  left: 0em;
}

.p-reason__item-ttl-05 {
  position: absolute;
  bottom: 11.5em;
  left: 0em;
}

.p-reason__item_bg {
  position: absolute;
  z-index: -1;
}

.p-reason__item_bg.p-item01 {
  width: 41em;
  top: -82%;
  opacity: 0.28;
  left: -46%;
}

.p-reason__item_bg.p-item02 {
  bottom: -52%;
  width: 23.4em;
  left: 3%;
}

.p-reason__item_bg.p-item03 {
  right: -2%;
  bottom: 43%;
  width: 23.4em;
}

.p-reason__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho";
  gap: 1em;
  margin-top: -4em;
  position: relative;
  z-index: 10;
}

.p-reason__ttl-num {
  font-size: 17em;
  color: #BD8856;
  line-height: 1;
  font-style: italic;
}

.p-reason__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3em;
}

.p-reason__txt-main {
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
}

.p-reason__txt-sub {
  font-size: 6.2em;
  font-weight: 500;
  line-height: 1.1;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-size: 95% 0.025em;
  background-position: center 12%;
  padding-top: 0.2em;
}

.p-reason__item_bg.p-item03 {
  width: 58.8em;
  bottom: -3em;
  right: -155%;
}


@media (max-width: 768px) {
  .p-reason__container {
    display: block;
    width: auto;
    margin: 0 auto;
    gap: 0;
  }

  .p-reason__item-sub-ttl--lg {
    font-size: 3em;
  }

  .p-reason__item-sub-ttl-num {
    font-size: 1.4em;
  }

  .p-reason__badge {
    top: -1.5em;
    left: 3.5em;
    width: 6.4em;
  }

  .p-reason__badge--reverse {
    left: 30.5em;
  }

  .p-reason__img-area {
    padding-left: 6.2em;
  }

  .p-reason__img-area--reverse {
    padding-right: 6.2em;
  }

  .p-reason__img {
    width: 34em;
  }

  .p-reason__item-txt {
    font-size: 1.5em;
    line-height: 1.6;
    padding: 1em 2em 0 2em;
  }

  .p-reason__item-txt--01 {
    padding: 3em 2.5em 0 2em;
  }

  .p-reason__note {
    padding-left: 3em;
  }

  .p-reason__item-ttl-01 {
    bottom: 13.5em;
    left: 3em;
  }

  .p-reason__item-ttl-02 {
    bottom: 15.5em;
    left: 2em;
    right: auto;
  }

  .p-reason__item-ttl-03 {
    bottom: 13em;
    left: 3.8em;
  }

  .p-reason__item-ttl-04 {
    bottom: 18.5em;
    right: 2rem;
    left: auto;
  }

  .p-reason__item-ttl-05 {
    bottom: 13.5em;
    left: 1.5em;
  }

  .p-reason__item_bg.p-item01 {
    width: 16em;
    top: -79%;
    left: -1%;
    opacity: 0.6;
  }

  .p-reason__item_bg.p-item03 {
    right: -2%;
    bottom: 43%;
    width: 23.4em;
  }

  .p-reason__item_bg.p-item03 {
    right: -2%;
    bottom: 43%;
    width: 23.4em;
  }

}

/* ========================================
  doctor
======================================== */
.p-doctor__ttl {
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.p-doctor__container {
  position: relative;
  padding: 4.5em 5em;
}

.p-doctor__img img {
  margin: 0 auto;
  display: block;
  width: 83.2em;
}

.p-doctor__body {
  position: absolute;
  left: 22em;
  bottom: 17em;
  width: 100%;
  z-index: 10;
}

.p-doctor__position {
  font-size: .9em;
  line-height: 1.4;
}

.p-doctor__name {
  display: flex;
  width: 26.5em;
  height: 5.5em;
  background: #B19049;
  color: #fff;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: .5em
}

.p-doctor__name-position {
  font-family: "Shippori Mincho";
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1369em;
}

.p-doctor__name-name {
  font-family: "Shippori Mincho";
  font-size: 4.5em;
  font-weight: 500;
  line-height: .9;
}

.p-doctor__profile {
  background-color: #fff;
  border: 1px solid #B19049;
  padding: 4em 1.5em 1.5em;
  margin-top: -1em;
  width: 39em;
  margin-left: 2em;
  margin-top: -3em;
}

.p-doctor__profile-item {
  font-size: 1.7em;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-doctor__ttl {
    font-size: 3.5em;
  }

  .p-doctor__body {
    left: 0;
    bottom: -1em;
  }

  .p-doctor__container {
    position: relative;
    padding: 4.5em 0;
  }

  .p-doctor__img img {
    width: 100%;
  }

  .p-doctor__name {
    width: 14.4em;
    height: 7em;
    display: flex;
    flex-direction: column;

  }

  .p-doctor__name-position {
    font-size: 1.4em;
  }

  .p-doctor__name-name {
    font-size: 4em;
    padding-bottom: .1em;
  }

  .p-doctor__profile {
    width: 31.2em;
    padding: 2em 1.5em 1.5em;
    margin-top: -1em;
  }

  .p-doctor__profile-item {
    font-size: 1.4em;
    line-height: 1.4;
  }
}


/* ========================================
  cost
======================================== */
.p-cost {
  background: #DAF0F7;
}

.p-cost__container {
  display: flex;
  gap: 3em;
  justify-content: center;
  padding: 2em 0 2em;
}

.p-cost__container-img {
  width: 52.4em;
}

.p-cost__sub {
  width: 47.25em;
}

.p-cost__price {
  width: 45em;
  padding: 2em 0;
}

.p-cost__txt-area {
  font-size: 1.4em;
  line-height: 1.3;
  padding-left: 0.5em;

}

.p-cost__txt {
  text-indent: -.5em;
}

@media (max-width: 768px) {
  .p-cost__container {
    flex-direction: column;
    gap: 0;
    padding-top: 0;

  }

  .p-cost__container-img {
    width: 100%;
  }

  .p-cost__price {
    display: block;
    margin: 0 auto;
    padding: 2em;
    width: 100%;
  }

  .p-cost__txt-area {
    font-size: 1.2em;
    padding: 0 2em;
  }


}

/* ========================================
  menu
==================== ==================== */
.p-menu-ttl__txt {
  padding: .5em 1em 0;
  text-align: center;
}

.p-menu__container {
  padding-top: 2.5em;
  display: flex;
  justify-content: center;
  gap: 3em;
  padding: 2.5em 0 2em;
}

.p-menu__item {
  border: 0.6px solid #C19A65;
  background: #FAF8F3;
  padding: 2em;
  margin-bottom: 1.2em;
  width: 34.2em;
}

.p-menu__ttl {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 0.03em solid #DABB85;
  display: block;
  line-height: 1.2;
  color: #BD9764;
  font-family: "Shippori Mincho";
  font-size: 1.8em;
  font-style: normal;
  font-weight: 500;
}

.p-menu__txt {
  font-size: 1.5em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-menu__container {
    display: block;
    padding: 2.5em 0 0;

  }

  .p-menu__item {
    width: auto;
    margin: 0 auto 1.2em;
  }

  .p-menu-ttl__txt {
    text-align: left;
  }

}


/* ========================================
  place
======================================== */
.p-place {
  background: #EDEBE5;
}

.p-place__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.p-place h3 .u-txt-bg-white {
  display: inline-block;
  line-height: 1;
  padding: .15em;
}

.p-place h3 .u-txt-bg-white.p-place__ttl-small {
  padding: .25em;
}


.p-place__img-top {
  width: 65em;
}


.p-place__ttl-small {
  font-size: 1.7em;
}

.p-place__ttl {
  font-size: 4em;
}

.p-place__ttl-kana {
  font-size: 0.35em;
}

.p-place__txt {
  font-size: 1.7em;
  line-height: 1.7;
  margin: .9em 0 1.2em;
  text-align: center;
}

.p-place__img-bottom {
  width: 35em;
  margin-top: -14em;
  margin-left: 9em;
}

.p-place-info__wrapper {
  background-color: #fff;
  width: 114em;
  margin: 5em auto;
  padding: 4.6em 2.5em 2.5em;
}

.p-place-info__txt-area {
  display: flex;
  justify-content: center;
  gap: 3em;
  align-items: center;
}

.p-place-info__logo {
  width: 21.3em;
}

.p-place-info {
  margin: 1.5em 0 2em;
}

.p-place-info__item {
  display: flex;
align-items: baseline;
}

.p-place-info__label {
  width: 4.5em;
  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-top: 0.2em;
  font-size: 1.4em;
  font-weight: 400;
}

.p-place-info__label span {
  display: inline-block;
  width: 0;
}

.p-place-info__description {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #E0E0E0;
  flex-grow: 1;
  font-size: 1.4em;
  line-height: 1.3;
}

.p-place-info__description--top {
  padding-bottom: .5em;
}

.p-place-info__item:last-child {
  margin-bottom: 0;
}

.p-place-info__wrapper iframe {
  margin-top: 2em;
  width: 100%;
  height: 37em;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .p-place__container {
    display: block;
    padding-top: 2em;
  }

  .p-place__img-top {
    padding-left: 4em;
    width: 40em;
  }

  .p-place__txt-area {
    margin-top: 3.5em;
    margin-left: 0em;
  }

  .p-place__ttl-small {
    font-size: 1.68em;
  }

  .p-place__ttl {
    font-size: 3.5em;
  }

  .p-place__ttl-kana {
    font-size: 0.35em;
  }

  .p-place__txt {
    font-size: 1.4em;
    line-height: 1.7;
    padding-left: 0;
  }

  .p-place__img-bottom {
    width: 33em;
    margin: 0 7em 4em 0;
  }

  .p-place-info__wrapper {
    background-color: #fff;
    width: 36em;
    margin: 0 auto;
    padding: 2em 1em 3em;
  }

  .p-place-info__label{
    font-size: 1.1em;
  }

  .p-place-info {
    margin-right: auto;
}

  .p-place-info__txt-area {
    flex-direction: column;
    gap: 0;
  }

  .p-place-info__logo {
    width: 17.7em;
    margin: 0 auto;
    display: block;
  }

  .p-place-info__description {
    font-size: 1.1em;
    line-height: 1.5;
  }


  .p-place-info__wrapper iframe {
    width: 100%;
    height: 21em;
    margin-top: 0;
  }
}

/* ========================================
  faq
======================================== */
.faq-container {
  width: 88.3em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 3em 0 10em;
}

.faq-item {
  border: 1px solid #B7B7B7;
  background-color: #fff;
  overflow: hidden;
}

.faq-header {
  width: 100%;
  padding: 1.6em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
}

.faq-icon {
  flex-shrink: 0;
  width: 2.5em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: rotate(180deg);
}

.faq-item.is-open .faq-icon {
  transform: rotate(0deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
}

.faq-item.is-open .faq-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -.2em;
  right: 0;
  height: .1em;
  background-color: #B7B7B7;
}

.faq-content-inner {
  padding: 1.6em 3em;
  line-height: 1.4;
  font-size: 1.6em;
}

@media (max-width: 768px) {
  .faq-container {
    width: 36em;
    padding: 0;
  }

  .faq-header {
    padding: 1.4em 1em;
    font-size: 1.5em;
    line-height: 1.4;
  }

  .faq-content-inner {
    padding: 1.4em 1em;
    line-height: 1.4;
    font-size: 1.5em;
  }
}



/* ========================================
  last
======================================== */
.p-last {
  background-image: url(../img/last-01-pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-last__txt-area {
  color: #FFF;
  padding: 8em 0 8.5em 34em;
}

.p-last__ttl {
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1em;
}

@media (max-width: 768px) {
  .p-last {
    background-image: url(../img/last-01-sp.webp);
  }

  .p-last__txt-area {
    color: #FFF;
    padding: 20em 0 4em 4em;
  }

  .p-last__ttl {
    font-size: 2.6em;
    font-weight: 500;
    line-height: 1.46;
    padding-bottom: .5em;
  }
}


/* ========================================
  c-cat-bottom
======================================== */
.c-cta-bottom__wrapper {
  padding: 6em 0;
}

.c-cta-bottom__btn {
  margin-bottom: 1em;
}

.c-cta-bottom__btn {
  width: 41em;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .c-cta-bottom__wrapper {
    padding: 2em 0;
  }

  .c-cta-bottom__btn {
    width: 34em;
  }
}


/* ========================================
  footer
======================================== */
.p-footer {
  background-color: #000;
  color: #fff;
}

.p-footer__wrapper {
  padding: 6em 16em 4em;
}

.p-footer__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.p-footer__txt-area {
  padding-left: 7em;
}

.p-footer__logo {
  width: 21.3em;
}

.p-footer__name {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__address {
  font-size: 1.5em;
  line-height: 1.7;
  padding-top: 1em;
}

.p-footer-link {
  display: flex;
  font-size: 1em;
  justify-content: center;
  gap: 6.5em;
  border-top: 1px solid #787878;
  padding-top: 3em;
  margin: 3em 0 2em;
}

.p-footer__copyright {
  color: #888;
  font-size: 1em;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 768px) {
  .p-footer__wrapper {
    padding: 2em 2em 3em;
  }

  .p-footer__content {
    display: block;
  }

  .p-footer__logo {
    width: 22.9em;
    margin: 0 auto 1.5em;
    display: block;
  }

  .p-footer__name {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
  }

  .p-footer__address {
    font-size: 1.2em;
    line-height: 1.6;
  }

  .p-footer-link {
    display: flex;
    font-size: 1em;
    justify-content: center;
    gap: 2em;
    border-top: 1px solid #787878;
    padding-top: 1.5em;
    margin: 2em 0;
  }
}