@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-fv {
    padding-bottom: 30.9rem;
  }
}
.sec-fv .scroll-infinity {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  --_img-height: 35.1rem;
  height: var(--_img-height);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation: fadein-scroll 0.8s 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadein-scroll 0.8s 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll-infinity {
    --_img-height: 19rem;
  }
}
.sec-fv .scroll-infinity + .scroll-infinity {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll-infinity + .scroll-infinity {
    margin-top: 0.5rem;
  }
}
.sec-fv .scroll-infinity__wrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  overflow: hidden;
}
.sec-fv .scroll-infinity__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll-infinity__list {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.sec-fv .scroll-infinity__list + .scroll-infinity__list {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll-infinity__list + .scroll-infinity__list {
    margin-left: 0.5rem;
  }
}
.sec-fv .scroll-infinity__item {
  width: 39.7rem;
  height: var(--_img-height);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-fv .scroll-infinity__item {
    width: 21.5rem;
    border-radius: 0.5rem;
  }
}
.sec-fv .scroll-infinity__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv .fv_circle {
  position: absolute;
  left: 1.4rem;
  bottom: 0;
  width: 34rem;
  height: 34rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #302609;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation: fadein-scroll 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadein-scroll 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv_circle {
    left: 50%;
    translate: -50% 0;
  }
}
.sec-fv .fv_circle:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 32.8rem;
  height: 32.8rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.sec-fv .fv_circle .txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.sec-fv .fv_circle .price-txt {
  position: relative;
  margin-top: -0.8rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
}
.sec-fv .fv_circle .price-txt .num {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: -0.002em;
  font-weight: 500;
  font-family: "Roboto", serif;
}
.sec-fv .fv_circle .price-txt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 7rem;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.sec-fv .fv_circle .txt02 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* sec-about
---------------------------------------------------------------------------- */
.sec-about {
  position: relative;
  padding-block: 6.4rem 5.4rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-block: 9.6rem 10rem;
  }
}
.sec-about .circle__inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 77.6rem;
  height: 77.6rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-about .circle__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-block: 11.5rem 16.2rem;
    width: 100%;
    height: auto;
  }
}
.sec-about .circle__inner:after {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  display: block;
  content: "";
  border: 1px solid #ECE8E3;
  width: 77.6rem;
  height: 77.6rem;
  border-radius: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-about .circle__inner:after {
    width: 59.5rem;
    height: 59.5rem;
  }
}
.sec-about .c-text {
  width: 48.7rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-about .c-text {
    text-align: left;
    width: 28.1rem;
  }
}
.sec-about .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 6.4rem;
  margin: 0 auto;
  width: 122.8rem;
  height: 78.5rem;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-about .bg-img {
    top: 5.6rem;
    width: 100%;
    height: 68rem;
  }
}
.sec-about .bg-img:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background: url("../img/img01_about.png") center/100% auto no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-about .bg-img:after {
    background: url("../img/img01_about_sp.png") center/100% auto no-repeat;
  }
}

/* sec-point
---------------------------------------------------------------------------- */
.sec-point {
  position: relative;
  padding-block: 15.5rem 22rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-point {
    padding-block: 9rem 11rem;
  }
}
.sec-point .l-inner {
  position: relative;
  max-width: 97rem;
  z-index: 3;
}
.sec-point .l-inner .c-title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec-point .l-inner .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.sec-point .l-inner .flex-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sec-point .l-inner .flex-txt {
    width: calc(100% - 42.8rem);
    padding-top: 8.5rem;
    padding-right: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-point .l-inner .flex-txt {
    margin-top: 2.4rem;
  }
}
.sec-point .l-inner .flex-txt .c-text {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-point .l-inner .flex-txt .c-text {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.sec-point .l-inner .flex-img {
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  .sec-point .l-inner .flex-img {
    margin: 1rem auto 0;
    width: 28rem;
  }
}
.sec-point .bg-img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  translate: -50% 0;
  width: 104.5588235294vw;
}
@media screen and (max-width: 767px) {
  .sec-point .bg-img {
    width: 92.7rem;
  }
}
.sec-point .bg-img.-animation {
  z-index: 1;
  -webkit-animation: infinity-circle 80s infinite linear;
          animation: infinity-circle 80s infinite linear;
}

/* sec-service
---------------------------------------------------------------------------- */
.sec-service {
  position: relative;
  margin-top: -5rem;
  padding-block: 11rem 21.3rem;
  border-radius: 5rem 5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-service {
    margin-top: -4rem;
    padding-block: 7rem 11rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.sec-service .l-inner {
  max-width: 117.4rem;
}
.sec-service .c-title {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .sec-service .c-title {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-service .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-service .list-box {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .list-box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.sec-service .list-box .box-img {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-service .list-box .box-img {
    margin-bottom: 2.4rem;
  }
}
.sec-service .list-box .ttl {
  display: grid;
  place-content: center;
  position: relative;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4074074074;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-service .list-box .ttl {
    font-size: 2.2rem;
    line-height: 1.4090909091;
    margin-bottom: 1.8rem;
    padding-bottom: 1.4rem;
  }
}
.sec-service .list-box .ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 4rem;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .sec-service .list-box .ttl:after {
    width: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-service .list-box .c-text {
    padding-inline: 2rem;
  }
}

/* sec-photo
---------------------------------------------------------------------------- */
.sec-photo {
  position: relative;
  margin-top: -5rem;
  padding-top: 11rem;
  border-radius: 5rem 5rem 0 0;
  -webkit-box-shadow: 0 0 30px rgba(238, 222, 205, 0.5);
          box-shadow: 0 0 30px rgba(238, 222, 205, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-photo {
    margin-top: -4rem;
    padding-top: 7rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.sec-photo .c-title {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .sec-photo .c-title {
    margin-bottom: 3.2rem;
  }
}
.sec-photo .scroll-infinity {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 58.1rem;
}
@media screen and (max-width: 767px) {
  .sec-photo .scroll-infinity {
    height: 41.8rem;
  }
}
.sec-photo .scroll-infinity__wrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  overflow: hidden;
}
.sec-photo .scroll-infinity__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.sec-photo .scroll-infinity__item {
  width: 45.3rem;
  height: 58.1rem;
}
@media screen and (max-width: 767px) {
  .sec-photo .scroll-infinity__item {
    width: 32.7rem;
    height: 41.8rem;
  }
}
.sec-photo .scroll-infinity__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* magnificPopup */
/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #13182E;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.5;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-wrap .mfp-container {
  padding: 0;
}

.mfp-wrap .mfp-img {
  padding-block: 5rem;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.close-btn__wrap {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 23rem;
  height: 7rem;
  background: #13182E;
  border-radius: calc(infinity * 1px);
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .close-btn__wrap {
    right: 50%;
    bottom: 1.2rem;
    translate: 50% 0;
  }
}
.close-btn__wrap:before, .close-btn__wrap:after {
  position: absolute;
  top: 50%;
  margin: 0;
  display: block;
  content: "";
  width: 1px;
  height: 5rem;
  background: #FDFBF4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.2;
}
.close-btn__wrap:before {
  left: 7.5rem;
}
.close-btn__wrap:after {
  left: 15.5rem;
}
.close-btn__wrap .btn-txt {
  position: relative;
  width: 8rem;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.002em;
  font-weight: 600;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .close-btn__wrap .btn-txt:hover {
    opacity: 0.7;
  }
}
.close-btn__wrap .btn-txt:before, .close-btn__wrap .btn-txt:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.6rem;
  margin: 0 auto;
  display: block;
  content: "";
  width: 3.6rem;
  height: 2px;
  border-radius: calc(infinity * 1px);
  background: #fff;
}
.close-btn__wrap .btn-txt:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn__wrap .btn-txt:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-arrow {
  position: fixed;
  right: 2rem;
  top: auto;
  bottom: 2rem;
  width: 7.5rem;
  height: 7rem;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .mfp-arrow {
    right: calc(50% - 7.75rem);
    bottom: 1.2rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.mfp-arrow:before {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}
.mfp-arrow:after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: calc(50% - 0.7rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  width: 1.4rem;
  height: 3rem;
  border: none;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.263697 0.182285C0.58067 -0.0894953 1.05825 -0.0532049 1.33039 0.263342L14 15L1.33039 29.7367C1.05825 30.0532 0.580669 30.0895 0.263696 29.8177C-0.0532755 29.5459 -0.0896158 29.069 0.18253 28.7524L12.006 15L0.182531 1.24755C-0.0896158 0.931 -0.0532765 0.454066 0.263697 0.182285Z" fill="%23FDFBF4"/></svg>') center/contain no-repeat;
}
.mfp-arrow-left {
  right: 17.4rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  .mfp-arrow-left {
    right: calc(50% + 7.75rem);
  }
}
.mfp-arrow-left:after {
  left: auto;
  right: calc(50% - 0.7rem);
  scale: -1 1;
}
.mfp-arrow-left .btn {
  padding-left: 1.4rem;
}
.mfp-arrow-right .btn {
  padding-right: 1.4rem;
}
.mfp-arrow .btn {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Montserrat", serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.002em;
  font-weight: 600;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .mfp-arrow:hover {
    opacity: 0.7;
  }
}

/* sec-plan
---------------------------------------------------------------------------- */
.sec-plan {
  position: relative;
  margin-top: -5rem;
  padding-block: 11rem 12rem;
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-plan {
    margin-top: -4rem;
    padding-block: 7rem 8.4rem;
    border-radius: 4rem;
  }
}
.sec-plan .c-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec-plan .c-title {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-plan .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-plan .flex .flex-box {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.sec-plan .flex .flex-box .box-head {
  position: relative;
  width: 100%;
  height: 21.1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F2EDDE;
  border-radius: calc(infinity * 1px) calc(infinity * 1px) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-head {
    padding-bottom: 1.2rem;
    height: 16.6rem;
  }
}
.sec-plan .flex .flex-box .box-head .ttl {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4074074074;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-head .ttl {
    font-size: 2.2rem;
    line-height: 1.4090909091;
  }
}
.sec-plan .flex .flex-box .box-head .price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.25rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 22rem;
  height: 4.5rem;
  text-align: center;
  color: #FFD930;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  background: #000;
  border-radius: calc(infinity * 1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-head .price {
    font-size: 1.8rem;
    bottom: -1.8rem;
    width: 18.8rem;
    height: 3.6rem;
  }
}
.sec-plan .flex .flex-box .box-head .price .tax {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-head .price .tax {
    font-size: 1rem;
    padding-top: 0.6rem;
  }
}
.sec-plan .flex .flex-box .box-inner {
  padding: 4rem 4rem 3.3rem 4rem;
  background: #fff;
  border-radius: 0 0 1.1rem 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-inner {
    padding: 3.7rem 3.2rem 3.2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.sec-plan .flex .flex-box .box-inner .note-wrap {
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  background: #FDFBF4;
  border-radius: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-inner .note-wrap {
    padding: 1.6rem;
    border-radius: 0.9rem;
  }
}
.sec-plan .flex .flex-box .box-inner .note-wrap .atten li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-plan .flex .flex-box .box-inner .note-wrap .atten li {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.sec-plan .lead-txt {
  position: relative;
  max-width: 108.3rem;
  margin: 5.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-plan .lead-txt {
    margin-top: 4rem;
    padding-block: 1.45rem;
  }
}
.sec-plan .lead-txt:before, .sec-plan .lead-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.4rem;
  height: calc(100% - 1.9rem);
  background: #D2CCB2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 1px, 0 1px);
}
@media screen and (max-width: 767px) {
  .sec-plan .lead-txt:before, .sec-plan .lead-txt:after {
    height: 100%;
  }
}
.sec-plan .lead-txt:before {
  left: 0;
  scale: -1 1;
}
.sec-plan .lead-txt:after {
  right: 0;
}
.sec-plan .lead-txt p {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-plan .lead-txt p {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}

/* bg-movie
---------------------------------------------------------------------------- */
.bg-movie {
  position: relative;
  margin-top: -5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg-movie {
    margin-top: -4rem;
  }
}
.bg-movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.bg-movie .movie {
  width: 100%;
  aspect-ratio: 1360/635;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bg-movie .movie {
    aspect-ratio: 375/330;
  }
}
.bg-movie .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-movie .movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.sec-blog {
  position: relative;
  margin-top: -5rem;
  padding-block: 10.5rem 15rem;
  border-radius: 5rem 5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-blog {
    margin-top: -4rem;
    padding-block: 7rem 8rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.sec-blog .sub {
  text-align: center;
  margin: 0 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .sub {
    margin: 0 0 4.6rem;
  }
}
.sec-blog .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
  width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: auto;
    gap: 2.4rem 0;
  }
}
.sec-blog .flex .item {
  width: 25.6rem;
}
.sec-blog .flex .item:nth-child(5) {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item:nth-child(5) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-blog .flex .item .img {
  width: 100%;
  height: 17rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .img {
    width: 15rem;
    height: 10rem;
  }
}
.sec-blog .flex .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .inner {
    width: calc(100% - 16.6rem);
  }
}
.sec-blog .flex .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .head {
    margin: 0 0 0.4rem;
  }
}
.sec-blog .flex .item .head .date {
  width: 9rem;
  font-size: 1.4rem;
  font-family: "Montserrat", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .head .date {
    width: 7rem;
    font-size: 1.2rem;
  }
}
.sec-blog .flex .item .head .tags {
  width: calc(100% - 9rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .head .tags {
    width: calc(100% - 7rem);
  }
}
.sec-blog .flex .item .head .tags p {
  font-size: 1.2rem;
  background: #F2EDDE;
  color: #64401C;
  padding: 0.1rem 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .head .tags p {
    font-size: 1rem;
  }
}
.sec-blog .flex .item .txt {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .sec-blog .flex .item .txt {
    font-size: 1.3rem;
    -webkit-line-clamp: 4;
  }
}
.sec-blog .flex .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-blog .flex .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sec-blog .btn {
  width: 40rem;
  height: 7rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-blog .btn {
    width: 100%;
    height: 6rem;
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}
.sec-blog .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #F2EDDE;
  overflow: hidden;
  border-radius: 0.6rem;
  text-decoration: none;
}
.sec-blog .btn a span {
  position: relative;
  padding: 0 2rem 0 0;
}
.sec-blog .btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.sec-blog .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  left: -100%;
  z-index: -1;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F2EDDE), color-stop(50%, #F2EDDE), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #F2EDDE 0%, #F2EDDE 50%, #fff 50%, #fff 100%);
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.sec-blog .btn a:hover::after {
  left: 0;
}

.sec-ig .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 136rem;
  margin: 0 auto;
}
.sec-ig .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  width: 45.6rem;
  height: 45rem;
  background: #4B4B49;
}
.sec-ig .head .ttl {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Montserrat", serif;
  color: #fff;
  text-align: center;
}
.sec-ig .head .link {
  width: 15rem;
  font-size: 1.4rem;
  margin: 0 auto;
}
.sec-ig .head .link a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 0.5rem;
  background: #fff;
  border-radius: 0.4rem;
  font-weight: 600;
  font-family: "Montserrat", serif;
  padding: 0.3rem 0.8rem;
}
.sec-ig .head .link a img {
  width: 1.4rem;
}
.sec-ig .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 45.6rem);
  margin-top: -1px;
}
.sec-ig .content .sbi_item {
  width: 25%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* sec-faq
---------------------------------------------------------------------------- */
.sec-faq {
  position: relative;
  padding-block: 7.2rem 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-faq {
    margin-top: -4rem;
    padding-block: 6rem 12rem;
    border-radius: 4rem 4rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-faq .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.sec-faq .flex .c-title {
  font-size: 7.4rem;
  line-height: 1.0945945946;
  letter-spacing: 0.002em;
  font-weight: 600;
  padding: 11.5rem 0;
  margin-bottom: 0;
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex .c-title {
    font-size: 4rem;
    line-height: 1;
    padding: 0;
    width: 100%;
  }
}
.sec-faq .flex .c-title:before, .sec-faq .flex .c-title:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F2EDDE;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex .c-title:before, .sec-faq .flex .c-title:after {
    display: none;
  }
}
.sec-faq .flex .c-title:before {
  top: 0;
}
.sec-faq .flex .c-title:after {
  bottom: 0;
}
.sec-faq .flex__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sec-faq .flex__inner {
    padding-left: 4.8rem;
    width: calc(100% - 31.2rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner {
    margin-top: 2.4rem;
  }
}
.sec-faq .flex__inner .faq {
  border: 1px solid #F2EDDE;
  border-radius: 1.1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq {
    border-radius: 1rem;
  }
}
.sec-faq .flex__inner .faq .en {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq .en {
    font-size: 2.6rem;
    line-height: 1.5;
    left: 1.8rem;
  }
}
.sec-faq .flex__inner .faq__q {
  position: relative;
  padding: 4rem 4.4rem 4.4rem 9.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: #FDFBF4;
  border-bottom: 1px solid #F2EDDE;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq__q {
    padding: 2rem 1.8rem 2rem 5.3rem;
  }
}
.sec-faq .flex__inner .faq__q .en {
  color: #B5A88B;
  top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq__q .en {
    top: 1.2rem;
  }
}
.sec-faq .flex__inner .faq__q p {
  font-size: 2.3rem;
  line-height: 1.5217391304;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq__q p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.sec-faq .flex__inner .faq__a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 3rem 4.4rem 3.5rem 9.2rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq__a {
    padding: 2rem 1.8rem 2rem 5.3rem;
  }
}
.sec-faq .flex__inner .faq__a .en {
  color: #EA8C8C;
  top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq__a .en {
    top: 1.2rem;
  }
}
.sec-faq .flex__inner .faq__a p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq__a p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.sec-faq .flex__inner .faq + .faq {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .flex__inner .faq + .faq {
    margin-top: 1.2rem;
  }
}

/* sec-contact
---------------------------------------------------------------------------- */
.sec-contact {
  position: relative;
  margin-top: -5rem;
  padding-block: 10.5rem 10rem;
  border-radius: 5rem 5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  -webkit-box-shadow: 0 0 30px rgba(238, 222, 205, 0.5);
          box-shadow: 0 0 30px rgba(238, 222, 205, 0.5);
  /* -----------------
  確認画面
  -------------------- */
  /* -----------------
  完了画面
  -------------------- */
}
@media screen and (max-width: 767px) {
  .sec-contact {
    margin-top: -4rem;
    padding-block: 7rem 8rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.sec-contact .c-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .c-title {
    margin-bottom: 1.8rem;
  }
}
.sec-contact .lead-txt {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-inline: auto;
  padding-inline: 2.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec-contact .lead-txt {
    padding-inline: 0;
    width: 100%;
  }
}
.sec-contact .lead-txt:before, .sec-contact .lead-txt:after {
  content: "";
  position: absolute;
  top: calc(50% + 0.2rem);
  translate: 0 -50%;
  width: 0.8rem;
  height: calc(100% - 1.5rem);
  background: #D2CCB2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 1px, 0 1px);
}
.sec-contact .lead-txt:before {
  left: 0;
  scale: -1 1;
}
.sec-contact .lead-txt:after {
  right: 0;
}
.sec-contact .form-style {
  margin: 9.6rem auto 0;
  max-width: 83.5rem;
  border-top: 1px solid #D2CCB2;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style {
    margin-top: 5.6rem;
  }
}
.sec-contact .form-style .form-input {
  padding-block: 2rem;
  border-bottom: 1px solid #D2CCB2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sec-contact .form-style .form-input {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.sec-contact .form-style .form-input__ttl {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-contact .form-style .form-input__ttl {
    padding-top: 0.9rem;
    width: 21.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .form-input__ttl {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (min-width: 768px) {
  .sec-contact .form-style .form-input__item {
    width: calc(100% - 21.7rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .form-input__item {
    margin-top: 0.8rem;
  }
}
.sec-contact .form-style .form-input__item input,
.sec-contact .form-style .form-input__item select,
.sec-contact .form-style .form-input__item textarea {
  width: 100%;
  border: 1px solid #F0E9D1;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .form-input__item input,
  .sec-contact .form-style .form-input__item select,
  .sec-contact .form-style .form-input__item textarea {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.sec-contact .form-style .form-input__item input,
.sec-contact .form-style .form-input__item select {
  padding-inline: 1rem;
  height: 5rem;
}
.sec-contact .form-style .form-input__item select {
  color: #000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
}
.sec-contact .form-style .form-input__item select::-ms-expand {
  display: none;
}
.sec-contact .form-style .form-input__item:has(select) {
  position: relative;
}
.sec-contact .form-style .form-input__item:has(select)::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
  pointer-events: none;
}
.sec-contact .form-style .form-input__item textarea {
  padding: 1rem 1rem 1.1rem;
}
.sec-contact .form-style .form-input__item.-short input,
.sec-contact .form-style .form-input__item.-short textarea {
  max-width: 38.7rem;
}
.sec-contact .form-style .form-input__item textarea {
  height: 14.3rem;
  resize: none;
}
.sec-contact .form-style .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 3.6rem;
  }
}
.sec-contact .form-style .btn_wrap .form-button {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
.sec-contact .form-style .btn_wrap .form-button::before, .sec-contact .form-style .btn_wrap .form-button::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}
.sec-contact .form-style .btn_wrap .form-button::before {
  left: 7.7rem;
  z-index: 1;
  background: url("../img/ico_mail_white.svg") center/contain no-repeat;
  width: 2.8rem;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .btn_wrap .form-button::before {
    left: 8.1rem;
    width: 2.5rem;
  }
}
.sec-contact .form-style .btn_wrap .form-button::after {
  left: -100%;
  z-index: -1;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#64401C), color-stop(50%, #64401C), color-stop(50%, #3F3F3F), to(#3F3F3F));
  background: linear-gradient(to right, #64401C 0%, #64401C 50%, #3F3F3F 50%, #3F3F3F 100%);
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.sec-contact .form-style .btn_wrap .form-button:has(.button:hover)::after {
  left: 0;
}
.sec-contact .form-style .btn_wrap .form-button.-back::before {
  top: calc(50% + 0.1rem);
  left: 9rem;
  translate: 0 -50%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: none;
  width: 1.4rem;
  height: 1.4rem;
  rotate: 45deg;
}
.sec-contact .form-style .btn_wrap .form-button.-back::after {
  background: -webkit-gradient(linear, left top, right top, from(#3F3F3F), color-stop(50%, #3F3F3F), color-stop(50%, #64401C), to(#64401C));
  background: linear-gradient(to right, #3F3F3F 0%, #3F3F3F 50%, #64401C 50%, #64401C 100%);
}
.sec-contact .form-style .btn_wrap .form-button.-back .button {
  padding-left: 3rem;
}
.sec-contact .form-style .btn_wrap .form-button .button {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28.4rem;
  height: 7.4rem;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  background: none;
  padding: 0 0 0 4.3rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-style .btn_wrap .form-button .button {
    font-size: 2rem;
    padding: 0 0 0.2rem 3.4rem;
    height: 7rem;
  }
}
.sec-contact .form-style .error,
.sec-contact .form-style .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #EA8C8C;
}
.sec-contact.-confirm {
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-contact.-confirm .c-text {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-contact.-confirm .form-style .form-input__ttl {
  padding-top: 0;
}
.sec-contact.-confirm .form-style .form-input__confirm-txt {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-contact.-confirm .form-style .form-input__confirm-txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.sec-contact.-thanks {
  margin-top: 0;
  min-height: 100svh;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-contact.-thanks .lead-txt {
  margin-bottom: 3rem;
}
.sec-contact.-thanks .c-text {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-contact.-thanks .btn {
  margin-top: 5rem;
}
.sec-contact.-thanks .btn_link {
  font-family: "Noto Sans JP", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  margin-inline: auto;
  width: 28.4rem;
  height: 7.4rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-contact.-thanks .btn_link {
    font-size: 2rem;
    height: 7rem;
  }
}
.sec-contact.-thanks .btn_link::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  left: -100%;
  z-index: -1;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#64401C), color-stop(50%, #64401C), color-stop(50%, #3F3F3F), to(#3F3F3F));
  background: linear-gradient(to right, #64401C 0%, #64401C 50%, #3F3F3F 50%, #3F3F3F 100%);
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media screen and (min-width: 768px) {
  .sec-contact.-thanks .btn_link:hover {
    text-decoration: none;
  }
  .sec-contact.-thanks .btn_link:hover::after {
    left: 0;
  }
}
#sb_instagram #sbi_images {
  padding: 0;
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-spinner {
    bottom: spvw(-40);
  }
}