@charset "UTF-8";

.header {
  position: fixed;
  top: 15%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 10;
}

@media (max-width: 540px) {
  .header {
    justify-content: center;
    gap: 0.5rem;
    flex-direction: row;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.followUpMenu {
  display: flex;
  padding: 2rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem 0 0 0.625rem;
  background: #6a5548;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 540px) {
  .followUpMenu {
    flex-direction: row;
    gap: 0.5rem;
    padding: 1.2rem 0;
    width: 47%;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.followUpMenu.consultation {
  background: #208d62;
}

.followUpMenu__text {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  /* 100% */
  letter-spacing: 0.0125rem;
  writing-mode: vertical-rl;
}

@media (max-width: 540px) {
  .followUpMenu__text {
    writing-mode: inherit;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    /* 125% */
    letter-spacing: 0.01rem;
  }
}

.followUpMenu__icon {
  width: 1.5rem;
}

/*---------------------------------------------

	FV

---------------------------------------------*/
section {
  height: auto;
}

.secFv {
  position: relative;
  height: 100%;
}

.secFv__logo {
  position: absolute;
  left: 3.75%;
  top: 23px;
  width: clamp(100px, 17.343vw, 300px);
}

@media screen and (max-width: 540px) {
  .secFv__logo {
    width: clamp(145px, 37.17vw, 250px);
  }
}

.secFv__title {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(14px, 67vw, 1100px);
}

@media (max-width: 540px) {
  .secFv__title {
    top: 22.833%;
    width: clamp(300px, 95.6vw, 460px);
  }
}

.secFv__mv {
  position: relative;
  z-index: -1;
  background: #f8f7ee;
  /* animation: loading 2.5s; */
}

.secFv__mv img {
  height: auto;
}

.secFv__mv::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/146;
  background-image: url(../img/svg/bg_wave_mv.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .secFv__mv::before {
    aspect-ratio: 390/46;
    background-image: url(../img/svg/bg_wave_mv_sp.svg);
  }
}

.secFv__deco {
  position: absolute;
  width: 24.921875vw;
  z-index: 0;
  left: 5%;
  bottom: 10%;
}

@media screen and (max-width: 540px) {
  .secFv__deco {
    width: 34.8717948718vw;
    left: 3%;
    bottom: 3%;
  }
}

.secFv__deco img {
  animation: yurayura 2s ease-in-out infinite alternate;
  transform-origin: center bottom;
}

@keyframes yurayura {

  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

@keyframes yurayura2 {

  0%,
  100% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*---------------------------------------------

	about

---------------------------------------------*/
.secAbout {
  position: relative;
}

.secAbout .inner {
  position: relative;
  margin-top: -5rem;
}

@media screen and (max-width: 540px) {
  .secAbout .inner {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}

.secAbout__bgText {
  position: absolute;
  color: #edebda;
  text-align: left;
  font-family: Jost;
  font-size: 12.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12.8125rem */
  letter-spacing: 0.12813rem;
  z-index: -1;
}

.secAbout__item {
  width: 41.8%;
  position: absolute;
  top: 16%;
  left: 14%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .secAbout__item {
    position: static;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.2rem;
  }
}

.secAbout__item.secAbout__item--02 {
  right: 7%;
  bottom: 37%;
  left: auto;
  top: auto;
}

.secAbout__text {
  color: #1f1f1f;
  font-size: clamp(10px, 1.5625vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 2.5rem */
  letter-spacing: 0.0125rem;
}

@media screen and (max-width: 540px) {
  .secAbout__text {
    position: static;
    padding-left: 3.8rem;
    width: auto;
    color: #1f1f1f;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 1.875rem */
    letter-spacing: 0.00938rem;
  }
}

.secAbout__image {
  flex: 1;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 540px) {
  .secAbout__image {
    position: relative;
    width: 88%;
    margin-left: auto;
  }

  .secAbout__image::after {
    position: absolute;
    right: 7%;
    top: -35%;
    content: "";
    background-image: url(../img/svg/deco_about_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.36088rem;
    height: 5.75919rem;
    animation: yurayura 2s ease-in-out infinite alternate;
  }
}

@media screen and (max-width: 540px) {
  .secAbout .secAbout__item--02 .secAbout__image {
    width: 100%;
    margin-left: 0;
  }

  .secAbout .secAbout__item--02 .secAbout__image::after {
    position: absolute;
    right: 0;
    top: -20%;
    content: "";
    background-image: url(../img/svg/deco_about_02.svg);
    background-repeat: no-repeat;
    width: 7.00263rem;
    height: 9.09413rem;
    animation: yurayura 2s ease-in-out infinite alternate;
  }

  .secAbout .secAbout__item--02 .secAbout__image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url(../img/svg/deco_about_03.svg);
    width: 5.5625rem;
    height: 6.1875rem;
    background-size: contain;
    background-repeat: no-repeat;
    animation: yurayura 2s ease-in-out infinite alternate;
  }
}

.secAbout__imageWrapper {
  width: 89%;
}

.secAbout::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/144;
  background-image: url(../img/svg/bg_wave_beige.svg?v1);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: scale(-1, -1);

}

.secAbout__deco {
  width: 37.375rem;
  width: clamp(500px, 46.71875vw, 800px);
  position: absolute;
  bottom: 0.8%;
  right: 0;
}

@media screen and (max-width: 1900px) {
  .secAbout__deco {
    bottom: 0;
  }
}

@media screen and (max-width: 1700px) {
  .secAbout__deco {
    bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .secAbout__deco {
    width: 18.75rem;
    bottom: -0.5%;
  }
}

.secAbout__deco--sp {
  position: absolute;
  top: -11%;
  left: -5%;
  z-index: -1;
}

.secAbout__bg {
  margin-bottom: 5rem;
  display: none;
}

@media screen and (max-width: 1500px) {
  .secAbout__bg {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .secAbout__bg {
    display: none;
  }
}

.pc_large {
  display: block;
}

@media screen and (max-width: 1500px) {
  .pc_large {
    display: none;
  }
}

.secAbout__bubble--01 {
  position: absolute;
  top: 31.5%;
  right: 37.5%;
  width: 145px;
  width: clamp(106px, 11.40625vw, 166px);
}

@media screen and (max-width: 540px) {
  .secAbout__bubble--01 {
    width: 18.974vw;
    top: auto;
    right: auto;
    bottom: 20%;
    left: 8.4548%;
  }
}

.secAbout__bubble--02 {
  position: absolute;
  bottom: 13.5%;
  left: 22.5%;
  width: 167px;
  width: clamp(127px, 13.046875vw, 197px);
}

@media screen and (max-width: 1500px) {
  .secAbout__bubble--02 {
    left: 20.5%;
  }
}

@media screen and (max-width: 540px) {
  .secAbout__bubble--02 {
    width: 24vw;
    bottom: auto;
    top: 22%;
    left: 3%;
  }
}

.secAbout__bubble--03 {
  position: absolute;
  bottom: 23.5%;
  right: 6.5%;
  width: 190px;
  width: clamp(150px, 14.84375vw, 220px);
}

@media screen and (max-width: 540px) {
  .secAbout__bubble--03 {
    width: 34.1vw;
    right: 0;
    bottom: 38%;
  }
}

.secAbout__deco--01 {
  position: absolute;
  top: 34.5%;
  left: 2.5%;
  width: 145px;
  width: clamp(75px, 11.40625vw, 166px);
}

.secAbout__deco--01 img,
.secAbout__deco--03 img {
  animation: yurayura 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 540px) {
  .secAbout__deco--01 {
    display: none;
  }
}

.secAbout__deco--02 {
  position: absolute;
  bottom: 30.5%;
  right: 0;
  width: 145px;
  width: clamp(88px, 14.453125vw, 185px);
}

.secAbout__deco--02 img {
  animation: yurayura2 2s ease-in-out infinite alternate;
}


.secAbout__deco--03 {
  position: absolute;
  bottom: 3.5%;
  left: 0;
  width: clamp(106px, 22.34375vw, 286px);
}


/*---------------------------------------------

	FV

---------------------------------------------*/
.secAchievement {
  position: relative;
  padding-top: 5rem;
  background: #edebda;
}

@media screen and (max-width: 540px) {
  .secAchievement {
    padding-top: 2rem;
  }
}

.secAchievement__description {
  margin: 0 auto;
  width: 77.37%;
}

@media screen and (max-width: 540px) {
  .secAchievement__description {
    width: 100%;
  }
}

.graphBlock {
  margin-bottom: 5rem;
}

@media screen and (max-width: 540px) {
  .graphBlock {
    margin-bottom: 3rem;
  }
}

.graphBlock__text {
  color: #1f1f1f;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 3.4rem */
  letter-spacing: 0.02rem;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .graphBlock__text {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 2.3375rem */
    letter-spacing: 0.01375rem;
  }
}

.graphBlock__text--small {
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .graphBlock__text--small {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 1.4875rem */
    letter-spacing: normal;
  }
}

.graphItemBlock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 540px) {
  .graphItemBlock {
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
}

.graph {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31%;
}

@media screen and (max-width: 540px) {
  .graph {
    width: 31%;
    margin: 0 auto;
  }
}

.graph:nth-of-type(2) .graph__title {
  color: #db5331;
  white-space: nowrap;
}

.graph:nth-of-type(3) .graph__title {
  color: #1c395b;
}

.graph__title {
  margin-bottom: 1rem;
  color: #208d62;
  font-size: clamp(16px, 2.5vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 3.4rem */
  letter-spacing: 0.02rem;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .graph__title {
    margin-bottom: 0.3rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.00813rem;
    display: flex;
    flex-grow: 1;
  }
}

/*---------------------------------------------

	選ばれる5つの理由

---------------------------------------------*/
.bg {
  transform: scale(-1, -1);
  position: absolute;
  bottom: 99.9%;
}

.secChosenReason {
  position: relative;
  background-color: #f8f7ee;
  background-image: url(../img/gif/bg_chosenreason_top.gif), url(../img/gif/bg_chosenreason_bottom.gif);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding-bottom: 20rem;
  background-size: 100%;
}

@media screen and (max-width: 1300px) {
  .secChosenReason {
    padding-bottom: 14rem;
  }
}

@media screen and (max-width: 540px) {
  .secChosenReason {
    padding-bottom: 10rem;
    background-image: url(../img/gif/bg_chosenreason_top_sp.gif), url(../img/gif/bg_chosenreason_bottom_sp.gif);
  }
}

.secChosenReason:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1324/300;
  background-image: url(../img/svg/bg_wave_achievement.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 540px) {
  .secChosenReason:before {
    aspect-ratio: 390/140;
    background-image: url(../img/svg/bg_wave_achievement_sp.svg);
  }
}

.cardBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 540px) {
  .cardBlock {
    flex-direction: column;
    gap: 1.5rem;
  }

  .cardBlock.reservation {
    gap: 1rem;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.9rem 1.3rem 0.9rem;
  flex-basis: 31%;
  min-width: 20rem;
  border-radius: 1.25rem;
  background: #208d62;
  overflow: hidden;
}

.card.reservation {
  padding: 4rem 1.9rem 2.8rem 1.9rem;
  min-width: 21rem;
}

@media screen and (max-width: 540px) {
  .card.reservation {
    padding: 3.9rem 1.75rem 1.8rem 1.75rem;
    min-width: auto;
  }
}

.card.reservation .card__title {
  padding: 0;
  margin-bottom: 0.8rem;
  color: #f8f7ee;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.8rem */
  letter-spacing: 0.01rem;
  border-bottom: none;
}

@media screen and (max-width: 540px) {
  .card.reservation .card__title {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.925rem */
    letter-spacing: 0.01375rem;
  }
}

.card.reservation .card__text {
  color: #f8f7ee;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0125rem;
  display: flex;
  margin: auto;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .card.reservation .card__text {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    line-height: 170%;
  }
}

.card.reservation .card__image {
  width: 94%;
}

@media screen and (max-width: 540px) {
  .card.reservation .card__image {
    width: 77%;
    height: auto;
  }
}

.card:nth-child(2) {
  background: #db5331;
}

.card:nth-child(2)::before {
  content: "02";
  color: #e4a289;
}

.card:nth-child(2) .card__title {
  border-bottom-color: #e4a289;
}

.card:nth-child(3) {
  background: #1c395b;
}

.card:nth-child(3)::before {
  content: "03";
  color: #89969d;
}

.card:nth-child(3) .card__title {
  border-bottom-color: #89969d;
}

.card:nth-child(4) {
  background: #6a5548;
}

.card:nth-child(4)::before {
  content: "04";
  color: #b7b293;
}

.card:nth-child(4) .card__title {
  border-bottom-color: #b7b293;
}

.card:nth-child(5) {
  background: #b68617;
}

.card:nth-child(5)::before {
  content: "05";
  color: #d8c187;
}

.card:nth-child(5) .card__title {
  border-bottom-color: #d8c187;
}

.card::before {
  position: absolute;
  content: "01";
  left: -15px;
  top: -15px;
  color: #8bbea0;
  text-align: center;
  font-family: Jost;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 540px) {
  .card::before {
    left: -5px;
    top: -10px;
    font-size: 5rem;
  }
}

.card__title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 14rem;
  color: #f8f7ee;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.45rem */
  letter-spacing: 0.0175rem;
  border-bottom: 6px dotted #8bbea0;
}

@media screen and (max-width: 540px) {
  .card__title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.575rem */
    letter-spacing: 0.01125rem;
  }
}

.card__image {
  width: 8.64469rem;
  height: 13.01063rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__text {
  color: #f8f7ee;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 2rem */
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 540px) {
  .card__text {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 1.59375rem */
    letter-spacing: 0.00938rem;
  }
}

/*---------------------------------------------

	選ばれる5つの理由

---------------------------------------------*/
.secSchedule {
  position: relative;
  padding-top: 5rem;
  background-color: #edebda;
}

@media screen and (max-width: 540px) {
  .secSchedule {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.schedule {
  display: flex;
  align-items: flex-start;
  padding-top: 9rem;
}

@media screen and (max-width: 768px) {
  .schedule {
    flex-direction: column;
  }
}

@media screen and (max-width: 540px) {
  .schedule {
    padding-top: 3rem;
    overflow: hidden;
  }
}

.schedule:nth-of-type(2) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .schedule:nth-of-type(2) {
    flex-direction: column;
  }
}

.schedule:nth-of-type(2) .schedule__title {
  color: #db5331;
}

@media screen and (max-width: 540px) {
  .schedule:nth-of-type(2) .schedule__title {
    width: 96%;
  }
}

.schedule:nth-of-type(2) .schedule__graphic {
  position: relative;
  background: #db5331;
  border-radius: 1.25rem 0 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .schedule:nth-of-type(2) .schedule__graphic {
    margin-left: auto;
  }
}

.schedule:nth-of-type(2) .schedule__image {
  margin-right: -2rem;
  margin-top: -3rem;
}

@media screen and (max-width: 830px) {
  .schedule:nth-of-type(2) .schedule__image {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .schedule:nth-of-type(2) .schedule__image {
    margin-right: auto;
    margin-top: -0.5rem;
    width: 84.7%;
  }
}

.schedule:nth-of-type(3) .schedule__title {
  color: #1c395b;
}

.schedule:nth-of-type(3) .schedule__graphic {
  background: #1c395b;
}

.schedule:nth-of-type(3) .schedule__image {
  margin-top: -3rem;
}

@media screen and (max-width: 830px) {
  .schedule:nth-of-type(3) .schedule__image {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .schedule:nth-of-type(3) .schedule__image {
    margin-right: 0;
    margin-top: -0.5rem;
  }
}

.schedule__content {
  position: relative;
  margin-top: 0.8rem;
  width: 55.2%;
  z-index: 1;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .schedule__content {
    width: 100%;
  }
}

.schedule:nth-of-type(2) .schedule__title::before {
  content: "02";
}

@media screen and (max-width: 540px) {
  .schedule:nth-of-type(2) .schedule__title::before {
    left: -5.5%;
  }
}

.schedule:nth-of-type(3) .schedule__title::before {
  content: "03";
}

.schedule__title {
  position: relative;
  margin-bottom: 0.8rem;
  color: #208d62;
  font-size: clamp(25px, 2.5vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 3.4rem */
  letter-spacing: 0.02rem;
  text-align: left;
  padding-left: 11rem;
}

.schedule__title::before {
  position: absolute;
  left: 7%;
  bottom: 20%;
  content: "01";
  color: #f8f7ee;
  text-align: center;
  font-family: Jost;
  font-size: clamp(100px, 10.9vw, 140px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14.875rem */
  letter-spacing: 0.0875rem;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  .schedule__title::before {
    left: 1%;
    bottom: 20%;
  }
}

@media screen and (max-width: 540px) {
  .schedule__title::before {
    left: -3%;
    bottom: 20%;
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05625rem;
  }
}

@media screen and (max-width: 1500px) {
  .schedule__title {
    margin: 0 auto;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__title {
    font-size: 2rem;
    padding-left: 3rem;
    text-align: left;
  }
}

@media screen and (max-width: 540px) {
  .schedule__title {
    margin-bottom: 0;
    padding-left: 1.25rem;
    width: 100%;
    text-align: left;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 2.3375rem */
    letter-spacing: normal;
  }
}

.schedule__graphic {
  position: relative;
  padding: 1.4rem 2rem;
  border-radius: 0 1.25rem 1.25rem 0;
  background: #208d62;
}

@media screen and (max-width: 768px) {
  .schedule__graphic {
    padding: 1.1rem 1.25rem;
    width: 95%;
    border-radius: 0 0.68425rem 0.68425rem 0;
  }
}

.schedule__graphic img {
  margin: 0 auto 0 9rem;
  width: 73%;
}

@media screen and (max-width: 1500px) {
  .schedule__graphic img {
    margin: 0 auto 0 4rem;
    width: 84%;
  }
}

@media screen and (max-width: 768px) {
  .schedule__graphic img {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .schedule__graphic img {
    height: auto;
    width: 100%;
  }
}

.schedule .schedule__deco {
  position: absolute;
  left: 0;
  bottom: -35%;
  width: 10.3vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .schedule .schedule__deco {
    width: 4.98856rem;
    bottom: -25%;
  }
}

@media screen and (max-width: 540px) {
  .schedule .schedule__deco {
    width: 4.98856rem;
    bottom: -48%;
  }
}

.schedule.schedule__02 .schedule__deco {
  position: absolute;
  left: -11%;
  bottom: auto;
  top: -10%;
  width: 10.55vw;
}

@media screen and (max-width: 768px) {
  .schedule.schedule__02 .schedule__deco {
    bottom: -10%;
    top: auto;
    right: 10%;
    left: auto;
  }
}

@media screen and (max-width: 540px) {
  .schedule.schedule__02 .schedule__deco {
    width: 6.1875rem;
    bottom: -20%;
    top: auto;
    right: 3%;
    left: auto;
  }
}

.schedule.schedule__03 .schedule__deco {
  position: absolute;
  left: auto;
  right: 52px;
  bottom: auto;
  top: 0px;
  width: 17.5vw;
}

@media screen and (max-width: 768px) {
  .schedule.schedule__03 .schedule__deco {
    width: 9.20719rem;
    top: 9px;
    right: 10%;
  }
}

@media screen and (max-width: 540px) {
  .schedule.schedule__03 .schedule__deco {
    width: 9.20719rem;
    top: 9px;
    right: -2%;
  }
}

.schedule__image {
  position: relative;
  width: 49.3%;
  margin-left: -2rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .schedule__image {
    margin-top: -1rem;
    width: 77.3%;
    margin-left: auto;
  }
}

.schedule__02 .schedule__content {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}

.schedule__image .pc {
  display: none;
}

@media screen and (max-width: 1500px) {
  .schedule__image .pc {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .schedule__image .pc {
    display: none;
  }
}

/*---------------------------------------------

	お客様の声

---------------------------------------------*/
.secTestimonials {
  position: relative;
  padding-bottom: 3.25rem;
  background-color: #f8f7ee;
  overflow: hidden;
}

.secTestimonials:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/144;
  background-image: url(../img/svg/bg_wave_beige.svg?v1);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.testimonials__grid {
  display: grid;
  /* 画面幅に応じて自動で 3→2→1 列に */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(14px, 2vw, 24px);
  /* 要素間の等間隔 */
  align-items: stretch;
  /* カード高さを揃える */
}

@media screen and (max-width: 540px) {
  .testimonials__grid {
    gap: 1.75rem;
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
  background: #edebda;
  border-radius: 1.25rem;
  overflow: hidden;
}

/* 上：メディア部（グレー） */
.testimonial__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 367/233;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* 下：本文部（淡い緑ベージュ） */
.testimonial__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 1.6rem 1.8rem;
  position: relative;
}

@media screen and (max-width: 540px) {
  .testimonial__content {
    padding: 0.7rem 1.4rem 1.5rem 1.4rem;
  }
}

/* 引用のカギ括弧（緑の飾り） */
.testimonial__quote {
  position: absolute;
  left: 18px;
  top: -14px;
  width: 2.39369rem;
  height: 1.48063rem;
}

@media screen and (max-width: 540px) {
  .testimonial__quote {
    width: 2.39369rem;
    height: 1.48063rem;
    top: -17px;
  }
}

/* タイトル */
.testimonial__title {
  margin-bottom: 1rem;
  color: #208d62;
  text-align: center;
  font-size: clamp(22px, 2.5vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.8rem */
  letter-spacing: 0.02rem;
  flex: 1;
  height: 100%;
  min-height: 0%;
}

@media screen and (max-width: 540px) {
  .testimonial__title {
    flex: none;
    height: auto;
    margin-bottom: 0.8rem;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.925rem */
    letter-spacing: 0.01375rem;
  }
}

/* タグ（年代/同行情報） */
.testimonial__tags {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  list-style: none;
}

@media screen and (max-width: 540px) {
  .testimonial__tags {
    margin-bottom: 0.8rem;
  }
}

.testimonial__tag {
  padding: 0.25rem 1rem;
  color: #208d62;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 1.9125rem */
  letter-spacing: 0.01125rem;
  border-radius: 1.875rem;
  background: #f8f7ee;
}

@media screen and (max-width: 540px) {
  .testimonial__tag {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 1.7rem */
    letter-spacing: 0.01rem;
  }
}

/* 本文 */
.testimonial__text {
  color: #1f1f1f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 1.8rem */
  letter-spacing: 0.01rem;
  flex: 2;
  height: 100%;
  min-height: 0%;
}

@media screen and (max-width: 540px) {
  .testimonial__text {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 1.575rem */
    letter-spacing: 0.00875rem;
  }
}

/*---------------------------------------------

	お客様の声

---------------------------------------------*/
.testimonials {
  position: relative;
}

.testimonials:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/144;
  background-image: url(../img/svg/bg_wave_beige.svg?v1);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* ===== Layout ===== */
.secPricing {
  position: relative;
  padding-bottom: 5rem;
  background: #edebda;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .secPricing {
    padding-bottom: 2rem;
  }
}

.secPricing:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/191;
  background-image: url(../img/svg/bg_wave_white.svg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 540px) {
  .secPricing:before {
    aspect-ratio: 1280/190;
  }
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 31rem));
  gap: 2.5rem clamp(14px, 2vw, 24px);
  justify-content: center;
  /* 余白は中央寄せ */
  align-items: stretch;
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 540px) {
  .pricing__grid {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* ===== Card ===== */
.plan {
  position: relative;
  background: #fffdf7;
  background: #f8f7ee;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
}

.plan--red::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  background-image: url(../img/svg/ribbon.svg);
  background-size: contain;
  width: 7.1875rem;
  height: 7.1875rem;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .plan--red::before {
    width: 5.58794rem;
    height: 5.58794rem;
  }
}

/* media (画像部) */
.plan__media {
  position: relative;
}

.plan__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 500/280;
  -o-object-fit: cover;
  object-fit: cover;
}

/* カラーバンド */
.plan__band {
  left: 0.75rem;
  right: 0.75rem;
  top: 0.75rem;
  padding: 0.75rem 1rem;
  color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
}

.plan--green .plan__band {
  background: #2b8c64;
}

.plan--red .plan__band {
  background: #e1563f;
}

.plan--blue .plan__band {
  background: #1c395b;
}

.plan--brown .plan__band {
  background: #6a5548;
}

.plan__band-title {
  color: #f8f7ee;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 3rem */
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 540px) {
  .plan__band-title {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 2.0625rem */
    letter-spacing: 0.01375rem;
  }
}

.plan__band-sub {
  color: #f8f7ee;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.875rem */
  letter-spacing: 0.0125rem;
}

@media screen and (max-width: 540px) {
  .plan__band-sub {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.59375rem */
    letter-spacing: 0.01063rem;
  }
}

/* body */
.plan__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 auto;
  padding: 1rem 2.2rem 1.375rem;
  border-radius: 0 0 1.25rem 1.25rem;
}

@media screen and (max-width: 540px) {
  .plan__body {
    padding: 1rem 1.3rem 1.5rem 1.3rem;
  }
}

.plan__price {
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
}

.plan__price-num {
  text-align: center;
  font-family: Jost;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 6rem */
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 540px) {
  .plan__price-num {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 4.6875rem */
    letter-spacing: 0.03125rem;
  }
}

.plan--green .plan__price {
  color: #2b8c64;
}

.plan--red .plan__price {
  color: #e1563f;
}

.plan--blue .plan__price {
  color: #1c395b;
}

.plan--brown .plan__price {
  color: #6a5548;
}

.plan__price-unit {
  margin-left: 0.2em;
  font-size: 1.25rem;
  color: #333;
}

@media screen and (max-width: 540px) {
  .plan__price-unit {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 2.0625rem */
    letter-spacing: 0.01375rem;
  }
}

.plan__note {
  margin-bottom: 0.75rem;
  min-height: 2rem;
  display: block;
  color: #1f1f1f;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 2.125rem */
  letter-spacing: 0.0125rem;
}

@media screen and (max-width: 540px) {
  .plan__note {
    margin-bottom: 0.8rem;
    min-height: auto;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 1.80625rem */
    letter-spacing: 0.01063rem;
  }
}

.test {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 540px) {
  .test {
    margin-bottom: 0.8rem;
  }
}

.plan--green .test {
  border-bottom: 6px dotted #8bbea0;
}

.plan--red .test {
  border-bottom: 6px dotted #e4a289;
}

.plan--blue .test {
  border-bottom: 6px dotted #89969d;
}

.plan--brown .test {
  border-bottom: 6px dotted #b7b293;
}

/* Features */
.plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  color: #1f1f1f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.2rem */
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 540px) {
  .plan__features {
    gap: 0.5rem;
  }
}

.plan__features li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.6;
}

@media screen and (max-width: 540px) {
  .plan__features li {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 1.05rem */
    letter-spacing: 0.00875rem;
  }
}

.plan__features li::before {
  content: "";
  width: 0.875rem;
  height: 0.625rem;
  background-image: url(../img/svg/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  color: currentColor;
}

@media screen and (max-width: 540px) {
  .plan__features li::before {
    top: 3px;
    left: 0%;
  }
}

.plan--red .plan__features li::before {
  background-image: url(../img/svg/icon_check_orange.svg);
}

.plan--blue .plan__features li::before {
  background-image: url(../img/svg/icon_check_blue.svg);
}

.plan--brown .plan__features li::before {
  background-image: url(../img/svg/icon_check_brown.svg);
}

.option_plusIcon {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
  width: 4.0625rem;
}

@media screen and (max-width: 540px) {
  .option_plusIcon {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}

.option_text {
  margin-bottom: 1rem;
  color: #1f1f1f;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 3.4rem */
  letter-spacing: 0.02rem;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .option_text {
    margin-bottom: 1.8rem;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 2.3375rem */
    letter-spacing: 0.01375rem;
  }
}

.price-table-block {
  margin-right: calc(50% - 50vw);
}

.price-table-wrap {
  overflow-x: auto;
  padding-right: 3rem;
}

.price-table {
  width: 1177px;
  border-collapse: collapse;
  table-layout: fixed;
  border-radius: 1.25rem;
  overflow: hidden;
  table-layout: auto;
}

@media screen and (max-width: 540px) {
  .price-table {
    width: 1130px;
  }
}

.price-table th {
  border: 1px solid #edebda;
  padding: 0.8rem 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  color: #1f1f1f;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  line-height: 120%;
  /* 1.35rem */
  letter-spacing: 0.01125rem;
  background: #b7b293;
}

@media screen and (max-width: 540px) {
  .price-table th {
    padding: 0.5rem 0;
    font-size: 0.97725rem;
    letter-spacing: 0.00975rem;
  }
}

.price-table td {
  border-right: 1px solid #d2cfc0;
  border-top: 1px solid #d2cfc0;
  padding: 1.5rem 0.7rem;
  text-align: left;
  vertical-align: top;
  background: #f8f7ee;
  color: #1f1f1f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 1.75rem */
  letter-spacing: 0.00875rem;
}

@media screen and (max-width: 540px) {
  .price-table td {
    padding: 1rem 0.6rem;
    font-size: 0.76006rem;
    letter-spacing: 0.00763rem;
  }
}

.price-table td:nth-of-type(6),
.price-table td:nth-of-type(11) {
  border-right: none;
}

th.price-table__head {
  background: #b7b293;
  width: 3.375rem;
  color: #1f1f1f;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 2.25rem */
  letter-spacing: 0.01125rem;
}

@media screen and (max-width: 540px) {
  th.price-table__head {
    font-size: 0.88225rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 1.76444rem */
    letter-spacing: 0.00881rem;
  }
}

.price-table td small {
  display: block;
  color: #3b3b3b;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.625rem */
  letter-spacing: 0.00813rem;
}

@media screen and (max-width: 540px) {
  .price-table td small {
    font-size: 0.70581rem;
    letter-spacing: 0.00706rem;
  }
}

th.noData {
  background-color: #f8f7ee;
}

strong {
  color: #1f1f1f;
  text-align: center;
  font-family: Jost;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 3rem */
  letter-spacing: 0.02rem;
  padding: 0 0.2rem;
}

@media screen and (max-width: 540px) {
  strong {
    font-size: 1.303rem;
    letter-spacing: 0.013rem;
  }
}

tr.description td {
  color: #1f1f1f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 540px) {
  tr.description td {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 1.05rem */
    letter-spacing: 0.00875rem;
  }
}

.pro {
  width: 26.5080713679%;
}

@media screen and (max-width: 540px) {
  .pro {
    width: 25.831702544%;
  }
}

.airport {
  width: 12.3194562447%;
}

@media screen and (max-width: 540px) {
  .airport {
    width: 12.915851272%;
  }
}

.relax {
  width: 13.7638062872%;
}

.special {
  width: 19.9660152931%;
}

@media screen and (max-width: 540px) {
  .special {
    width: 19.9608610568%;
  }
}

.dinner {
  width: 10.7051826678%;
}

@media screen and (max-width: 540px) {
  .dinner {
    width: 10.6653620352%;
  }
}

.attention {
  padding-left: 0.8rem;
  text-indent: -0.8rem;
  text-align: left;
}

@media screen and (max-width: 540px) {
  .attention {
    padding-left: 1.4rem;
    text-indent: -0.8rem;
  }
}

/*---------------------------------------------

	なぜパンくんが選ばれるのか

---------------------------------------------*/
.secReason {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .secReason {
    padding-bottom: 1rem;
  }
}

.secReason:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/144;
  background-image: url(../img/svg/bg_wave_beige.svg?v1);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.secReason__text {
  color: #1f1f1f;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 3.4rem */
  letter-spacing: 0.02rem;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .secReason__text {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 2.3375rem */
    letter-spacing: 0.01375rem;
  }
}

.secReason__text span {
  color: #208d62;
}

.secReason__img {
  margin-bottom: 3rem;
}

.secReason__bg {
  position: relative;
  margin-top: -2.5rem;
  z-index: -1;
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.secFaq {
  position: relative;
  margin-top: -2rem;
  padding-bottom: 4rem;
  background-color: #edebda;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .secFaq {
    margin-top: -4rem;
    padding-bottom: 2rem;
  }
}

.secFaq:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/305;
  background-image: url(../img/gif/bg_wave_reason.gif?v1);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 540px) {
  .secFaq:before {
    aspect-ratio: 390/148;
    background-image: url(../img/gif/bg_wave_reason_sp.gif);
  }
}

.secFaq__deco {
  display: block;
}

@media screen and (max-width: 1030px) {
  .secFaq__deco {
    display: none;
  }
}

.secFaq__deco--01 {
  position: absolute;
  right: 0;
  top: 18%;
  width: 10.3vw;
}

.secFaq__deco--02 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10.55vw;
}

.secFaq__deco--03 {
  position: absolute;
  right: -4%;
  bottom: 8%;
  width: 17.5vw;
}

.secFaq__head {
  padding: 1.3125rem 2.25rem 1.25rem 2.25rem;
  color: #edebda;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 2.975rem */
  letter-spacing: 0.0175rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #208d62;
}

@media screen and (max-width: 540px) {
  .secFaq__head {
    padding: 0.875rem 1.25rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 2.125rem */
    letter-spacing: 0.0125rem;
  }
}

.secFaq__items {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f8f7ee;
}

@media screen and (max-width: 540px) {
  .secFaq__items {
    padding: 0rem 1.25rem;
  }
}

.secFaq__item {
  position: relative;
  border-bottom: solid 1px #b7b293;
}

.secFaq__item:last-child {
  border-bottom: none;
}

.secFaq__textLinkBlock {
  text-align: center;
}

.secFaq__textLink {
  color: #111986;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* よくある質問|質問
-------------------------*/
.secFaq__questionItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1.15rem 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 540px) {
  .secFaq__questionItem {
    gap: 0.5rem;
    padding: 0.9rem 0;
  }
}

.secFaq__icon {
  color: #208d62;
  font-family: Jost;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 4.25rem */
  letter-spacing: 0.025rem;
  line-height: 1;
}

@media screen and (max-width: 540px) {
  .secFaq__icon {
    color: #208d62;
    font-family: Jost;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 2.975rem */
    letter-spacing: 0.0175rem;
  }
}

.secFaq__questionText {
  color: #208d62;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 1.9125rem */
  letter-spacing: 0.01125rem;
}

@media screen and (max-width: 540px) {
  .secFaq__questionText {
    font-size: 1rem;
    width: 80%;
  }
}

/* よくある質問|回答
-------------------------*/
.secFaq__answer {
  display: none;
  padding-bottom: 0.6rem;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media screen and (max-width: 540px) {
  .secFaq__answer {
    padding-bottom: 0.5rem;
  }
}

.secFaq__item.active .secFaq__answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  opacity: 1;
  transform: translateY(0);
}

.secFaq__answerText {
  flex: 1;
  color: #1f1f1f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 1.4875rem */
  letter-spacing: 0.00875rem;
}

@media screen and (max-width: 540px) {
  .secFaq__answerText {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 1.38125rem */
    letter-spacing: 0.00813rem;
  }
}

/* よくある質問|ボタン
-------------------------*/
.secFaq__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  width: 2.25rem;
  height: 2.25rem;
}

@media screen and (max-width: 540px) {
  .secFaq__toggle {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.secFaq__item.active .secFaq__toggle {
  transform: translateY(-50%) rotate(180deg);
}

/*---------------------------------------------

	今すぐ予約すべき3つの理由

---------------------------------------------*/
.secPoint {
  padding-bottom: 22rem;
  background-color: #f8f7ee;
  background-image: url(../img/gif/bg_reason_top.gif), url(../img/gif/bg_reason_bottom.gif);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}

@media screen and (max-width: 540px) {
  .secPoint {
    padding-bottom: 10rem;
    background-image: url(../img/gif/bg_reason_top_sp.gif), url(../img/gif/bg_reason_bottom_sp.gif);
  }
}

.secPoint:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/144;
  background-image: url(../img/svg/bg_wave_beige.svg?v11);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 540px) {
  .secPoint:before {
    aspect-ratio: 390/44;

  }
}


/*---------------------------------------------

	選ばれる5つの理由

---------------------------------------------*/
.secCta {
  position: relative;
  margin-top: -14rem;
  background-image: url(../img/bg_cta.png?v1111);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1280/600;
}

@media screen and (max-width: 540px) {
  .secCta {
    aspect-ratio: 390/329;
    margin-top: -5rem;
    background-image: url(../img/bg_cta_sp.png?v2);
  }
}

.secCta__bg {
  position: absolute;
  z-index: -1;
}

.cta_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .cta_block {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.cta_button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  width: 48%;
  color: #fff;
  font-size: clamp(16px, 2.5vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 3.4rem */
  letter-spacing: 0.02rem;
  border-radius: 6.25rem;
  background: #6a5548;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 830px) {
  .cta_button {
    padding: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .cta_button {
    padding: 0.9rem 0.5rem;
    width: 80%;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 1.7rem */
    letter-spacing: 0.01rem;
  }
}

.cta_button.cta_button--green {
  background: #208d62;
}

.cta_icon {
  width: 2.25rem;
  width: 1.55rem;
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.secFooter {
  padding-top: 3rem;
  background-color: #edebda;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.safety {
  margin-bottom: 5rem;
  background: #edebda;
}

@media screen and (max-width: 540px) {
  .safety {
    margin-bottom: 6.4rem;
  }
}

/* 上段2カラム */
.safety__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .safety__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

/* 見出しは外に */
.safety__heading {
  padding: 0.2rem 0;
  width: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #208d62;
}

.safety__heading h3 {
  width: 100%;
  text-align: center;
  color: #edebda;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 2.55rem */
  letter-spacing: 0.015rem;
}

@media screen and (max-width: 540px) {
  .safety__heading h3 {
    color: #edebda;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 1.9125rem */
    letter-spacing: 0.01125rem;
  }
}

.support .safety__heading {
  background: #db5331;
}

.safety__notice .safety__heading {
  background: #1c395b;
}

/* ボックス共通 */
.safety__panel {
  background: #f8f7ee;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 2rem;
}

@media screen and (max-width: 540px) {
  .safety__panel {
    padding: 1.25rem;
  }
}

/* リスト共通 */
.safety__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

@media screen and (max-width: 540px) {
  .safety__list {
    gap: 0rem;
  }
}

.safety__list-item {
  position: relative;
  padding-left: 1.5rem;
  color: #1f1f1f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
  /* 2.2rem */
  letter-spacing: 0.01rem;
  line-height: 1.8;
}

@media screen and (max-width: 540px) {
  .safety__list-item {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 220%;
    /* 1.925rem */
    letter-spacing: 0.00875rem;
  }
}

.safety__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/icon_check.svg);
  width: 0.875rem;
  height: 0.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 540px) {
  .safety__list-item::before {
    left: 2%;
  }
}

.support .safety__list-item:nth-of-type(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/icon_clock.svg?v1);
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
}

.support .safety__list-item:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/icon_emergency.svg?v1);
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
}

.support .safety__list-item:nth-of-type(3):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/icon_line.svg?v1);
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
}

/* 下段：免責 */
.safety__notice {
  max-width: 70rem;
  margin: 0 auto;
}

.safety__notice-box {
  background: #f8f7ee;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 2rem;
}

@media screen and (max-width: 540px) {
  .safety__notice-box {
    padding: 1.25rem;
  }
}

.safety__notes {
  list-style: none;
  margin: 0.25rem 1.25rem 0;
  color: #1f1f1f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 1.4875rem */
  letter-spacing: 0.00875rem;
}

@media screen and (max-width: 540px) {
  .safety__notes {
    margin: 0.25rem 0 0 1.25rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 1.38125rem */
    letter-spacing: 0.00813rem;
  }
}

.safety__notes li {
  position: relative;
  margin-bottom: 0.3rem;
}

.safety__notes li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #1c395b;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
  .safety__notes li:before {
    top: 20%;
    transform: none;
  }
}

.safety__group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.safety__panel {
  flex: 1;
  /* ← パネルを伸ばして揃える */
}

.footerBottomBlock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2.5rem 0 1.8rem 0;
  background: #c0d6c0;
}

@media screen and (max-width: 540px) {
  .footerBottomBlock {
    padding: 1.6rem 0 5rem 0;
  }
}

.copyright {
  color: #1f1f1f;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 1.0625rem */
  letter-spacing: 0.00625rem;
  text-align: center;
}

.footerdeco {
  position: absolute;
}

.footerdeco__left {
  position: absolute;
  bottom: 74%;
  left: 17px;
  width: clamp(102px, 11vw, 144px);
}

@media screen and (max-width: 540px) {
  .footerdeco__left {
    bottom: 87%;
    left: -7px;
  }
}

.footerdeco__right {
  position: absolute;
  bottom: 75%;
  right: 7px;
  width: clamp(202px, 24vw, 310px);
}

@media screen and (max-width: 540px) {
  .footerdeco__right {
    bottom: 87%;
    right: 9px;
  }
}

/*  */

.deco_sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .deco_sp {
    display: block;
    position: absolute;
  }
}

.secTestimonials .deco_sp {
  width: 95px;
  left: 0;
  top: 3%;
}

.deco_sp img {
  animation: yurayura 2s ease-in-out infinite alternate;
}


.secPricing .deco_sp {
  width: 70px;
  right: 0;
  top: 3.3%;
}

.secFaq .deco_sp {
  width: 85.837px;
  left: 7px;
  top: 5%;
}

/*# sourceMappingURL=layout.css.map */