@charset "UTF-8";

body {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.body-wrap {
  overflow-x: hidden;
  max-width: 768px;
  margin: 0 auto;
}

main {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

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

.show--pc {
  display: block;
  visibility: visible;
}

@media (max-width: 1023px) {
  .show--pc {
    display: none;
    visibility: hidden;
  }
}

.show--sp {
  display: none;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .show--sp {
    display: block;
    visibility: visible;
  }
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 768px;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.fixed.hide {
  opacity: 0;
  pointer-events: none;
}

.fixed-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fixed-line-btn {
  padding: 8px;
  background-color: #06C755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 700;
  line-height: 1.6;
  min-height: 56px;
  height: 100%;
}

.fixed-line-icon-wrapper {
  width: 15%;
}

.fixed-contact-wrapper {
  position: relative;
}

.fixed-contact-hukidashi {
  display: none;
  position: absolute;
  right: 0;
  width: 105%;
  top: -16px;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  z-index: 10;
}
@media (max-width: 770px) {
  .fixed-contact-hukidashi {
    top: 0;
  }
}

@media (max-width: 500px) {
  .fixed-contact-hukidashi {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
}

.fixed-contact-hukidashi-inner {
  position: relative;
}

.fixed-contact-hukidashi-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}

@media (max-width: 500px) {
  .fixed-contact-hukidashi-content {
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
  }
}

.fixed-contact-hukidashi-content p {
  text-align: center;
  font-size: clamp(10px, 2.5vw, 16px);
  font-weight: 700;
  line-height: 1.2;
}

.fixed-contact-hukidashi-content .accent {
  color: #E74545;
}

.fixed-contact-btn {
  padding: 8px;
  background-color: #E74545;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 700;
  line-height: 1.6;
  min-height: clamp(56px, 14vw, 80px);
  height: 100%;
  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;
}

.mv {
  position: relative;
  background-color: #FCF8DE;
  background-image: url(../imgs/01_mv/mv.webp);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  min-height: 725px;
}

.mv-content-top {
  position: relative;
}

.mv-content-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.mv-content-top-text {
  padding: 5px clamp(10px, 12vw, 80px) 0;
  text-align: center;
}

@media (max-width: 374px) {
  .mv-content-top-text {
    padding-top: 0;
  }
}

.mv-content-top-text span {
  position: relative;
  font-weight: 500;
  font-size: clamp(10px, 3.5vw, 26px);
  text-align: center;
  border-bottom: 1px solid #FFF;
}

@media (min-width: 768px) {
  .mv-content-top-text span {
    border-bottom: 3px solid #FFF;
  }
}

.mv-content-top-text span:nth-of-type(2) {
  margin: 0 clamp(10px, 5vw, 40px);
}

.mv-content-top-text span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #E0D7A2;
}

@media (min-width: 768px) {
  .mv-content-top-text span::before {
    height: 3px;
  }
}

.mv-content-top .logo-wrapper {
  margin: clamp(13px, 3.3vw, 30px) auto 30px;
  width: clamp(80px, 25vw, 200px);
  height: auto;
}

@media (max-width: 375px) {
  .mv-content-top .logo-wrapper {
    margin-top: 5px;
    width: 20vw;
  }
}

.mv-content-catch {
  margin-top: 1px;
}

.mv-content-catch-inner {
  padding: 0 clamp(5px, 3vw, 40px);
}

.mv-content-subCatch {
  padding: 7px 0;
  background-color: #FCD26B;
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 0px 0px #000;
  box-shadow: 2px 2px 0px 0px #000;
  position: relative;
}

.mv-content-subCatch::after {
  content: "";
  position: absolute;
  background: url("../imgs/01_mv/mv-deco.png") no-repeat center center/cover;
  right: 0;
  width: 110px;
  height: 118px;
  max-width: 110px;
  top: -110px;
}

@media (max-width: 770px) {
  .mv-content-subCatch::after {
    width: 14.35vw;
    height: 15.38vw;
    top: -14.615vw;
  }
}

.mv-content-subCatch p {
  /* text-shadow: 1px 2px 0px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: clamp(16px, 5.1vw, 40px);
  font-weight: 900;
  line-height: 120%;
  color: #fff;
  text-align: center;
  letter-spacing: 4.8px; */
  max-width: 87%;
  margin: auto;
}

.mv-content-mainCatch {
  margin: 12px 0 0 auto;
  padding-right: 8px;
  display: block;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  text-shadow: 2.42px 0.81px 1.61px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-weight: 800;
  font-size: clamp(40px, 10.25vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.mv-content-mainCatch span.accent {
  color: #E74545;
  font-size: clamp(48px, 12.3vw, 64px);
}

.mv-content-mainCatch span.accent .letter-change {
  letter-spacing: 1.92px;
}


.mv-content-mainCatch span.large {
  color: #93DBDB;
  font-size: clamp(64px, 16.4vw, 80px);
  text-shadow: 3px 1px 2px #000;
  display: block;
  /* letter-spacing: -8.96px; */
  margin-right: 10px;
  margin-top: -9px;
}

.mv-content-bottom-inner {
  padding: 0 clamp(5px, 1.8vw, 20px) 14px;
}

@media (max-width: 374px) {
  .mv-content-bottom-inner {
    padding: 0;
  }
}

.mv-content-bottom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 40px);
}

.mv-content-bottom-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.mv-content-bottom-item-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv-content-bottom-item-ttl {
  margin-top: 5px;
  font-size: clamp(10px, 2.56vw, 16px);
  font-weight: 600;
  text-align: center;
}

.mv-content-bottom-item-img-wrapper {
  margin: 3px auto 0;
  width: clamp(20px, 10vw, 50px);
}

@media (max-width: 374px) {
  .mv-content-bottom-item-img-wrapper {
    margin-top: -5px;
    width: 25px;
  }
}

.mv-content-bottom-item:nth-of-type(2) .mv-content-bottom-item-img-wrapper {
  width: clamp(30px, 15vw, 100px);
}

.about {
  background-color: #87CCCC;
  position: relative;
}

.about::before,
.about::after {
  position: absolute;
  content: "";
  background-color: #FCF8DE;
  background-image: url(../imgs/00_common/border.png);
  background-repeat: repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
}

.about::after {
  top: auto;
  bottom: 0;
}

.about-inner {
  padding: 56px clamp(10px, 5.12vw, 40px) clamp(72px, 18.4vw, 100px);
}

.about-ttl {
  position: relative;
  margin: 0 auto;
  width: clamp(200px, 77vw, 400px);
}

.about-ttl-content {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 80%;
}

.about-ttl-content h2 {
  font-size: clamp(12px, 4.1vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

.about-ttl-content .logo {
  margin: 8px auto 0;
  width: 80%;
}

.about-text-box {
  position: relative;
  margin-top: 16px;
}

.about-text-box .deco,
.about-text-box .deco2 {
  position: absolute;
}

.about-text-box .deco {
  top: 0;
  right: 0;
  width: clamp(60px, 18vw, 100px);
  height: auto;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
}

.about-text-box .deco2 {
  top: 40%;
  left: 0;
  width: clamp(60px, 18vw, 100px);
  height: auto;
  -webkit-transform: translate(-35%, 0);
  transform: translate(-35%, 0);
}

.about-text-box p {
  font-size: clamp(14px, 4.1vw, 20px);
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 374px) {
  .about-text-box p {
    font-size: 12px;
  }
}

.about-text-box p+p {
  margin-top: 32px;
}

.about-list-wrapper {
  position: relative;
  margin-top: 16px;
}

.about-list-wrapper .deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(100px, 31vw, 150px);
  height: auto;
  -webkit-transform: translate(25%, 40%);
  transform: translate(25%, 40%);
}

.about-list-item {
  padding: 8px 16px;
  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;
  gap: clamp(14px, 4.1vw, 20px);
  background-color: #FFFCF6;
  -webkit-box-shadow: 4px 4px 0 #195C5C;
  box-shadow: 4px 4px 0 #195C5C;
  border: 1px solid #195C5C;
}

.about-list-item+.about-list-item {
  margin-top: 16px;
}

.about-list-item img {
  width: 34%;
}

.about-list-item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: clamp(14px, 4.6vw, 24px);
  line-height: 1.4;
}

.about-list-item span.accent {
  color: #E74545;
  font-weight: 700;
}

.training {
  background-color: #E74545;
}

.training-inner {
  padding: 40px clamp(10px, 5.12vw, 40px);
}

.training-ttl {
  position: relative;
  margin: 0 auto;
  width: 82%;
}

.training-ttl-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.training-ttl-content h2 {
  font-size: clamp(18px, 5.12vw, 36px);
  letter-spacing: 0.08em;
  text-align: center;
}

.training-ttl-content h2 span.accent {
  color: #E74545;
  font-size: clamp(30px, 9.2vw, 56px);
}

.training-text-content {
  margin-top: 24px;
}

.training-text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 42px;
  border-radius: 8px 8px 8px 0px;
  border: 2px solid #333333;
  background-color: #FFFCF6;
}

.training-text-box:nth-of-type(2) {
  margin: 11px 0 0 auto;
  border-radius: 8px 8px 0px 8px;
  padding: 4px 24px;
}

.training-text-box p {
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.training-text-box span.accent {
  color: #E74545;
}

.training-text-bottom {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(14px, 4.1vw, 32px);
  text-align: center;
  line-height: 1.6;
}

.training-movie-content {
  margin-top: 24px;
}

.training-movie-ttl {
  color: #fff;
  text-shadow: 2px 1px 0px #380303;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(18px, 6.15vw, 46px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.training-movie {
  position: relative;
  margin-top: 16px;
}

.training-movie-content video {
  max-width: 100%;
  border: 1px solid #380303;
  -webkit-box-shadow: 4px 4px 0px 0px #380303;
  box-shadow: 4px 4px 0px 0px #380303;
}

.training-movie .play-btn {
  display: block;
  position: absolute;
  width: 19%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}

.training-movie .play-btn.playActive {
  display: none;
}

.campaign {
  background-color: #FCF8DE;
}
.campaign-inner {
  padding: 40px clamp(10px, 3.12vw, 40px) 0;
}
.campaign-img{
  position: relative;
  margin-inline: -10px;
  z-index: 1;
}

.campaign-ttl {
  position: relative;
}

.campaign-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.campaign-ttl-content h2 {
  color: #87CCCC;
  text-align: center;
  text-shadow: 2px 1px 0px #333;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(32px, 10.25vw, 56px);
  font-weight: 900;
  line-height: 1.2;
}

.campaign-subTtl-content {
  margin-top: 14px;
  text-align: center;
  font-size: clamp(18px, 6.15vw, 46px);
  font-weight: 700;
}

.campaign-subTtl-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.campaign-subTtl-price-box .label {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  font-size: clamp(14px, 4.1vw, 32px);
  line-height: 1.2;
  padding-top: 7px;
  letter-spacing: 0.4em;
}

.campaign-subTtl-price-box .price {
  text-align: center;
  font-size: clamp(12px, 3.5vw, 20px);
  line-height: 1.7;
}

.campaign-subTtl-price-box .price span {
  position: relative;
  font-size: clamp(32px, 10.25vw, 56px);
}

.campaign-subTtl-price-box .price span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, 40%) rotate(-15deg);
  transform: translate(0, 40%) rotate(-15deg);
  background-color: #E74545;
}

.campaign-img-wrapper {
  width: 50%;
  margin: 0 auto;
}

.campaign-btn-content {
  position: relative;
  margin-top: -14%;
}

.campaign-btn-content::before,
.campaign-btn-content::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #333333;
  width: 15px;
  height: 100%;
  top: 0;
  left: 25%;
  z-index: 0;
}

.campaign-btn-content::after {
  left: auto;
  right: 25%;
}

.campaign-coupon-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 87%;
}

.campaign-coupon-box .icon-wrapper {
  width: 17%;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.campaign-hukidashi-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.campaign-hukidashi-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.campaign-hukidashi-content p {
  text-align: center;
  font-size: clamp(12px, 3.8vw, 26px);
  font-weight: 400;
  line-height: 1.4;
}

.campaign-hukidashi-content span.accent {
  color: #E74545;
  font-weight: 700;
}

.campaign-arrow-box {
  margin-right: calc(50% - 50vw);
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, -30%) rotate(-4deg);
  transform: translate(0, -30%) rotate(-4deg);
}

@media (min-width: 768px) {
  .campaign-arrow-box {
    margin-right: 0;
  }
}

.campaign-arrow-img-wrapper {
  position: relative;
  -webkit-animation: pekopeko-arrow-wrapper 2s infinite;
  animation: pekopeko-arrow-wrapper 2s infinite;
}

@-webkit-keyframes pekopeko-arrow-wrapper {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  10% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  30% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes pekopeko-arrow-wrapper {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  10% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  30% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.campaign-arrow-img-wrapper img {
  -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
  filter: drop-shadow(10px 10px 0px #195C5C);
  -webkit-animation: pekopeko-arrow 2s infinite;
  animation: pekopeko-arrow 2s infinite;
}

@-webkit-keyframes pekopeko-arrow {
  0% {
    -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
    filter: drop-shadow(10px 10px 0px #195C5C);
  }

  10% {
    -webkit-filter: drop-shadow(0px 0px 0px #195C5C);
    filter: drop-shadow(0px 0px 0px #195C5C);
  }

  20% {
    -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
    filter: drop-shadow(10px 10px 0px #195C5C);
  }

  30% {
    -webkit-filter: drop-shadow(0px 0px 0px #195C5C);
    filter: drop-shadow(0px 0px 0px #195C5C);
  }

  40% {
    -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
    filter: drop-shadow(10px 10px 0px #195C5C);
  }
}

@keyframes pekopeko-arrow {
  0% {
    -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
    filter: drop-shadow(10px 10px 0px #195C5C);
  }

  10% {
    -webkit-filter: drop-shadow(0px 0px 0px #195C5C);
    filter: drop-shadow(0px 0px 0px #195C5C);
  }

  20% {
    -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
    filter: drop-shadow(10px 10px 0px #195C5C);
  }

  30% {
    -webkit-filter: drop-shadow(0px 0px 0px #195C5C);
    filter: drop-shadow(0px 0px 0px #195C5C);
  }

  40% {
    -webkit-filter: drop-shadow(10px 10px 0px #195C5C);
    filter: drop-shadow(10px 10px 0px #195C5C);
  }
}

.campaign-arrow-img-wrapper::before {
  position: absolute;
  content: "矢印をタップ!";
  top: 0;
  left: 50%;
  color: #333333;
  -webkit-transform: translate(-50%, 70%) rotate(0deg);
  transform: translate(-50%, 70%) rotate(0deg);
  text-align: center;
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.campaign-arrow-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.campaign-arrow-content p {
  color: #333333;
  text-align: center;
  font-size: clamp(18px, 6.15vw, 46px);
  font-weight: 700;
  line-height: 1.2;
}

.campaign-line-wrapper {
  position: relative;
  z-index: 2;
  /* margin-top: -40px; */
  margin-top: 40px;
  padding-bottom: 40px;
}

.campaign-line-btn {
  margin: 0 auto;
  width: 68%;
  padding: 6px 10px;
  background-color: #06C755;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 700;
  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;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 0px #004F20;
  box-shadow: 4px 4px 0px #004F20;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 374px) {
  .campaign-line-btn {
    width: 80%;
  }
}

.campaign-line-icon-wrapper {
  width: 13%;
}

.worries {
  position: relative;
  background-image: url(../imgs/04_worries/worries-bg.png);
  background-size: cover;
  text-align: center;
}

.worries .deco-wrapper {
  position: absolute;
  width: 46%;
  bottom: 0;
  right: 0;
}

.worries-ttl {
  margin: 0px auto;
  padding-top: 40px;
  width: 91%;
}

.worries-list {
  width: 70%;
  margin: 0 auto 0 0;
}

.worries-item {
  position: relative;
  width: 51%;
}

.worries-item:first-of-type {
  margin-left: 11%;
}

.worries-item:nth-of-type(2) {
  margin-top: -15%;
  margin-left: auto;
  margin-right: 0;
}

.worries-item:nth-of-type(3) {
  margin-top: -15%;
  margin-left: 0;
  margin-right: auto;
}

.worries-item:nth-of-type(4) {
  margin-top: -15%;
  margin-left: auto;
  margin-right: 11%;
}

.worries-item-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FCF8DE;
  text-align: center;
  font-size: clamp(10px, 3vw, 20px);
  line-height: 1.6;
}

.worries-item-text span.accent {
  color: #E74545;
  font-weight: 900;
}

.worries small {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 6px;
  color: #FCF8DE;
  text-align: center;
  font-size: clamp(10px, 2.5vw, 14px);
  font-weight: 400;
  line-height: 1.6;
}

.feature {
  background-color: #FCF8DE;
}

.feature-top-content {
  background-image: url(../imgs/05_feature/feature-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-top-inner {
  padding: 40px clamp(5px, 3vw, 20px) clamp(100px, 25vw, 300px);
}

.feature-top-content .icon-q-wrapper {
  width: 14%;
  margin: 0 auto;
}

.feature-top-ttl {
  position: relative;
  margin-top: 16px;
}

.feature-top-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(14px, 4.1vw, 32px);
  line-height: 1.6;
}

.feature-top-main-img {
  margin: 5px auto 0;
  width: 96%;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-top-text {
  text-align: center;
  font-size: clamp(32px, 9.2vw, 56px);
  font-weight: 700;
  line-height: 1.2;
}

.feature-top-text span:first-of-type {
  margin-right: -5%;
}

.feature-top-text span img {
  width: 35%;
}

.feature-bottom-content {
  position: relative;
  margin-top: clamp(-200px, -10%, 100px);
  background-image: url(../imgs/05_feature/feature-bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 390px) {
  .feature-bottom-content {
    background-size: cover;
  }
}

@media (max-width: 389px) {
  .feature-bottom-content {
    background-size: cover;
  }
}

.feature-arrow {
  position: absolute;
  width: 22%;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.feature-arrow-inner {
  position: relative;
}

.feature-arrow-content {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 6.15vw, 46px);
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.feature-bottom-content .deco2 {
  position: absolute;
  top: 0;
  right: 1%;
  width: 27%;
  -webkit-transform: translate(0px, -60%);
  transform: translate(0px, -60%);
  z-index: 10;
}

.feature-bottom-content .deco3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}

.feature-bottom-content-inner {
  padding: clamp(122px, 31vw, 300px) clamp(10px, 5.12vw, 40px) clamp(66px, 15vw, 150px);
}

.feature-bottom-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8%;
  -moz-column-gap: 8%;
  column-gap: 8%;
  row-gap: 32px;
}

.feature-bottom-item {
  position: relative;
}

.feature-bottom-item-text {
  position: absolute;
  width: 115%;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.feature-bottom-item-text-inner {
  position: relative;
}

.feature-bottom-item-text-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  font-size: clamp(12px, 3.5vw, 26px);
  text-align: center;
  line-height: 1.4;
}

.feature-bottom-item-text span.accent {
  color: #E74545;
  font-weight: 700;
}

.reason {
  position: relative;
  background-image: url(../imgs/06_reason/reason-bg.png);
  background-repeat: repeat;
}

.reason::before,
.reason::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/06_reason/reason-border.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  z-index: 2;
}

.reason::before {
  top: 0;
  left: 0;
}

.reason::after {
  bottom: 0;
  left: 0;
}

.reason-inner {
  padding-top: 70px;
  padding-bottom: 58px;
}

.reason-ttl {
  position: relative;
  padding: 0px clamp(10px, 5.12vw, 40px);
}

.reason-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (max-width: 374px) {
  .reason-ttl-content {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}

.reason-ttl-content h2 {
  color: #FFFCF6;
  text-align: center;
  text-shadow: 2px 1px 0px #333;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(32px, 10.2vw, 66px);
  font-weight: 900;
  line-height: 1.2;
}

.reason-list {
  margin-top: 57px;
}

.reason-item+.reason-item {
  margin-top: 36px;
}

.reason-item-ttl {
  position: relative;
  min-height: 24px;
  margin-bottom: clamp(18px, 6.15vw, 46px);
}

.reason-item-ttl .deco-left,
.reason-item-ttl .deco-right {
  position: absolute;
  top: 50%;
  width: 30%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reason-item-ttl .deco-left {
  left: 0;
}

.reason-item-ttl .deco-right {
  right: 0;
}

.reason-item-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reason-item-ttl-content p {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 4.1vw, 30px);
  font-weight: 700;
  line-height: 1.6;
}

.reason-item-box-inner {
  margin: 0px clamp(10px, 5.12vw, 40px);
  padding: 24px clamp(5px, 3vw, 20px);
  background: #FFF;
  -webkit-box-shadow: 8px 8px 0px 0px #671612;
  box-shadow: 8px 8px 0px 0px #671612;
}

.reason-item-box-ttl {
  color: #87CCCC;
  text-align: center;
  text-shadow: 2px 2px 0px #333;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(18px, 6.15vw, 46px);
  font-weight: 700;
  line-height: 1.4;
}

.reason-item-box img {
  margin-top: 16px;
}

.reason-item-box-text {
  margin-top: 16px;
}

.reason-item-box-text p {
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.6;
}

.reason-item-box-text p+p {
  margin-top: clamp(12px, 3.5vw, 26px);
}

.original {
  padding-top: 80px;
  padding-bottom: clamp(157px, 40vw, 300px);
  position: relative;
  background-image: url(../imgs/06_reason/reason-bg.png);
  background-repeat: repeat;
}

.original::before,
.original::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/06_reason/reason-border.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  z-index: 2;
}

.original::before {
  top: 0;
  left: 0;
}

.original::after {
  bottom: 0;
  left: 0;
}

.original-inner {
  background-color: #FCF8DE;
  padding: 32px 0 40px;
}

.original-ttl {
  position: relative;
  width: 55%;
  margin: 0 auto;
}

.original-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  text-align: center;
  font-size: clamp(12px, 3.5vw, 26px);
  line-height: 1.4;
}

.original-section-ttl {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px #195C5C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(20px, 7.17vw, 50px);
  font-weight: 700;
  line-height: 1.4;
}

.original-section-ttl .accent {
  color: #87CCCC;
}

.original-item {
  margin-top: 32px;
}

.original-item-ttl {
  margin-left: -5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 16px 5px 27px;
  color: #FCF8DE;
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  border: 1px #5B3706;
  background: #717171;
  -webkit-box-shadow: 4px 4px 0px 0px #5B3706;
  box-shadow: 4px 4px 0px 0px #5B3706;
}

.original-item-ttl.orange {
  border: 1px #5B3706;
  background: #F57F55;
  -webkit-box-shadow: 4px 4px 0px 0px #5B3706;
  box-shadow: 4px 4px 0px 0px #5B3706;
}

.original-item-inner {
  margin-top: 16px;
  padding: 0 clamp(32px, 9.2vw, 66px);
}

.original-item-text {
  margin-top: 16px;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.4;
}

.original-item-text span {
  font-weight: 700;
}

.case {
  position: relative;
  background-image: url(../imgs/08_case/case-bg.png);
  background-repeat: repeat;
}

.case::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/06_reason/reason-border.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  z-index: 2;
  top: 0;
  left: 0;
}

.case-ttl {
  content: "";
  position: absolute;
  background-image: url(../imgs/08_case/case-ttl-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 69%;
  z-index: 2;
}

.case-ttl-inner {
  position: relative;
}

.case-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.case-ttl-content h2 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px #195C5C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(20px, 7.17vw, 50px);
  font-weight: 700;
  line-height: 1.2;
}

.case-ttl-content h2 span {
  color: #F57F55;
}

.case-inner {
  padding: clamp(118px, 30vw, 250px) clamp(10px, 5.12vw, 40px) 64px;
}

.case-item {
  position: relative;
}

.case-item+.case-item {
  margin-top: 32px;
}

.case-item-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px clamp(10px, 5.12vw, 40px) 51px;
}

.case-name {
  font-size: clamp(14px, 4.6vw, 36px);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.case-item-ttl {
  margin: 16px auto 0;
  padding: 10px 16px;
  width: 87%;
  border: 2px solid #333;
  background: #FFFCF6;
  -webkit-box-shadow: 4px 4px 0px 0px #4A7575;
  box-shadow: 4px 4px 0px 0px #4A7575;
  text-align: center;
}

@media (max-width: 374px) {
  .case-item-ttl {
    width: 90%;
    padding: 10px 2px;
  }
}

.case-item-ttl p {
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 374px) {
  .case-item-ttl p {
    font-size: 12px;
  }
}

.case-item-ttl span.accent {
  color: #E74545;
}

.case-item-after {
  margin: 0 auto;
  width: 55%;
}

.case-item-after-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10%;
}

.case-item-after-ttl {
  min-width: 60%;
  font-size: clamp(18px, 6.15vw, 46px);
  font-weight: 700;
  line-height: 1;
}

.case-item-after-number {
  font-size: clamp(18px, 6.15vw, 46px);
  font-weight: 700;
  line-height: 1;
}

.case-item-after-number span {
  color: #E74545;
  font-size: clamp(32px, 9.2vw, 66px);
  font-weight: 700;
  line-height: 1;
}

.case-item-after-text {
  margin-top: 16px;
  padding: 0 5px;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 374px) {
  .case-item-after-text {
    margin-top: 8px;
    font-size: 10px;
  }
}

/* ====2枚目====*/
.case-item:nth-of-type(2) .case-item-ttl {
  width: 98%;
  padding: 10px 4px;
}

.case-item:nth-of-type(2) .case-item-img {
  margin-top: 32px;
}

.case-item:nth-of-type(2) .case-item-after-ttl {
  min-width: 40%;
}

.menu {
  position: relative;
  background: #FCF8DE;
}

.menu-border-top {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
}

.menu-border-bottom {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
}

.menu-ttl {
  position: relative;
  margin: 0 auto;
  width: 61%;
}

.menu-ttl-content {
  position: absolute;
  top: 53%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-item-ttl-deco {
  position: absolute;
  left: 10%;
  top: 0;
  width: 19%;
  -webkit-transform: translate(0, -35%);
  transform: translate(0, -35%);
}

.menu-item-ttl-deco-inner {
  position: relative;
}

.menu-item-ttl-deco-content {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-item-ttl-deco-content p {
  color: #fff;
  text-align: center;
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}

.menu-ttl span.black {
  text-align: center;
  font-family: "Pacifico";
  font-size: clamp(36px, 12vw, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-left: -10%;
}

.menu-ttl span.red {
  position: relative;
  color: #E74545;
  text-align: center;
  text-shadow: 2px 2px 0px #671612;
  font-size: clamp(30px, 8.2vw, 48px);
  font-weight: 900;
  line-height: 1.2;
}

.menu-inner {
  padding: 0 clamp(32px, 9.2vw, 66px) clamp(140px, 35vw, 250px);
}

.menu-header-content {
  margin-top: 20px;
}

.menu-header-text {
  text-align: center;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.6;
}

.menu-header-price-list {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-top: 24px;
  padding: 16px;
}

.menu-header-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 500;
  line-height: 1.6;
}

.menu-header-content small {
  margin-top: 8px;
  font-size: clamp(10px, 3vw, 20px);
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
}

.menu-list {
  margin-top: 60px;
}

.menu-item {
  padding-bottom: 32px;
  border-bottom: 2px dashed #E74545;
}

.menu-item+.menu-item {
  margin-top: clamp(32px, 8.2vw, 60px);
}

.menu-item-ttl {
  position: relative;
}

.menu-item-ttl-content {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-item-ttl-content h3 {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 4.6vw, 36px);
  font-weight: 700;
  line-height: 1.4;
}

.menu-item-text {
  text-align: center;
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 500;
  line-height: 1.6;
}

.menu-item-img-wrapper {
  width: 29%;
  margin: 8px auto 0;
}

.discount-price-box {
  margin-top: 8px;
}

.menu-item-img-star2-wrapper {
  margin: 0 auto;
  width: 20%;
}

.discount-price-before,
.discount-price-after {
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.discount-price-before span {
  position: relative;
  font-family: "Pacifico";
  font-size: clamp(18px, 6.15vw, 32px);
  font-weight: 400;
  line-height: 1.4;
}

.discount-price-before span::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 2px;
  background-color: #E74545;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-10deg);
  transform: translate(-50%, 0%) rotate(-10deg);
  z-index: 2;
}

.discount-price-after span {
  color: #E74545;
  font-family: "Pacifico";
  font-size: clamp(32px, 9.2vw, 56px);
  font-weight: 400;
  line-height: 1.4;
}

.discount-price-img-wrapper {
  margin: 0 auto;
  width: 10%;
}

.menu-item-text-small {
  text-align: center;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.6;
}

.menu-item-price {
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.menu-item-price span {
  color: #E74545;
  font-family: "Pacifico";
  font-size: clamp(32px, 10.2vw, 56px);
  font-weight: 400;
  line-height: 1.4;
}

.menu-item:nth-of-type(2n) .menu-item-price span {
  color: #87CCCC;
}

.menu-item:nth-of-type(2n) {
  border-bottom: 2px dashed #87CCCC;
}

.menu-item:last-of-type {
  border: 0;
}

.trainer {
  position: relative;
  background-image: url(../imgs/10_trainer/trainer-bg.png);
  background-repeat: repeat;
}

.trainer-inner {
  padding: 40px clamp(10px, 5.12vw, 40px) 42px;
}

.trainer-ttl {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px #195C5C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(32px, 10.2vw, 56px);
  font-weight: 700;
  line-height: 1.2;
}

.trainer-list-wrapper {
  position: relative;
  margin-top: 32px;
}

.trainer-list-deco {
  position: absolute;
  top: 0;
  left: 1%;
  width: 22.5%;
  z-index: 10;
}

.trainer-item {
  position: relative;
}

.trainer-item+.trainer-item {
  margin-top: 22px;
}

.trainer-item-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 clamp(10px, 5.12vw, 40px);
}

.trainer-img-text-wrapper {
  margin-top: 16px;
}

.trainer-img-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.trainer-img-text-box p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.2;
}

.trainer-img-text-box img {
  width: 10px;
}

.trainer-profile-wrapper {
  margin-top: clamp(16px, 4.1vw, 32px);
}

.trainer-profile-ttl {
  position: relative;
  line-height: 160%;
  min-height: 24px;
}

.trainer-profile-ttl .deco-left,
.trainer-profile-ttl .deco-right {
  position: absolute;
  top: 50%;
  width: 30%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trainer-profile-ttl .deco-left {
  left: 0;
}

.trainer-profile-ttl .deco-right {
  right: 0;
}

.trainer-profile-ttl-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.trainer-profile-ttl-content p {
  color: #E74545;
  text-align: center;
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 700;
}

.trainer-profile-text {
  margin-top: 16px;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.6;
}

.trainer-profile-text p+p {
  margin-top: clamp(10px, 3vw, 20px);
}

.trainer-img-text-wrapper2 {
  margin-top: 4px;
  margin-left: 8px;
}

.trainer-img-text-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.trainer-img-text-box2 p {
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.2;
}

.trainer-img-text-box2 img {
  width: 10px;
}

.facility {
  background-color: #FCF8DE;
  position: relative;
}

.facility-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.facility-inner {
  position: relative;
  padding: clamp(108px, 27vw, 200px) clamp(10px, 5.12vw, 40px) 0px;
}

@media (min-width: 768px) {
  .facility-inner {
    padding-bottom: clamp(10px, 5.12vw, 40px);
  }
}

.facility-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.facility-ttl {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px #195C5C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(30px, 8.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.facility-swiper {
  margin-top: clamp(10px, 5.12vw, 60px);
}

.facility-swiper .swiper-wrapper {
  padding-top: clamp(10px, 5.12vw, 40px);
}

.facilitySwiper-pagination {
  text-align: center;
}

.facilitySwiper-pagination .swiper-pagination-bullet {
  background: #FCF8DE;
  opacity: 1;
}

.facilitySwiper-pagination .swiper-pagination-bullet-active {
  background: #E74545;
}

.facility-text {
  background-color: #E74545;
  color: #fff;
  font-size: clamp(14px, 4.1vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 9px 0px;
}

.store {
  position: relative;
  background-color: #FCF8DE;
}

.store-inner {
  padding: 40px clamp(32px, 9.2vw, 66px) 61px;
}

.store-ttl {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px #195C5C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(30px, 8.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.store-list {
  margin-top: 32px;
}

.store-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store-item-ttl {
  min-width: 28%;
  font-size: clamp(12px, 3.5vw, 26px);
  line-height: 1.6;
}

.store-item-text {
  font-size: clamp(12px, 3.5vw, 26px);
  line-height: 1.6;
  font-weight: 400;
}

.store-map-wrapper {
  margin-top: 16px;
}

.store-map-wrapper iframe {
  max-width: 100%;
  max-height: clamp(168px, 54vw, 350px);
  aspect-ratio: 3/2;
}

.store-deco-left {
  position: absolute;
  width: 12%;
  bottom: 0;
  left: 0;
}

.store-deco-right {
  position: absolute;
  width: 12%;
  bottom: 0;
  right: 0;
}

.flow {
  background-color: #87CCCC;
}

.flow-inner {
  padding: 40px clamp(10px, 5.12vw, 40px) 80px clamp(32px, 9.2vw, 66px);
}

.flow-ttl {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px #195C5C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: clamp(30px, 8.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.flow-list-wrapper {
  position: relative;
  margin-top: 32px;
}

.flow-item {
  position: relative;
  padding: 8px clamp(14px, 4.1vw, 32px) 8px clamp(40px, 12.3vw, 60px);
  border: 1px solid #195C5C;
  background: #FFFCF6;
  -webkit-box-shadow: 4px 4px 0px 0px #195C5C;
  box-shadow: 4px 4px 0px 0px #195C5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.flow-item+.flow-item {
  margin-top: 22px;
}

.flow-item p {
  font-size: clamp(14px, 4.6vw, 24px);
  line-height: 1.4;
}

.flow-item-number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: clamp(74px, 22%, 90px);
}

.flow-item-img {
  width: 20%;
}

.flow-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(100px, 35.4%, 150px);
  -webkit-transform: translate(-2%, 50%);
  transform: translate(-2%, 50%);
}

.faq {
  position: relative;
  background-color: #E74545;
  padding: 40px clamp(10px, 5.12vw, 40px);
}

.faq-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(140px, 40%, 230px);
  z-index: 2;
}

.faq-inner {
  padding: 40px clamp(10px, 5.12vw, 40px);
  background-color: #FCF8DE;
  border-radius: 16px;
}

.faq-ttl {
  position: relative;
}

.faq-ttl-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-ttl-content h2 {
  font-size: clamp(18px, 6.15vw, 46px);
  line-height: 1.4;
}

.faq-list {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .faq-list {
    margin-top: 56px;
  }
}

.faq-item+.faq-item {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .faq-item+.faq-item {
    margin-top: 36px;
  }
}

.faq-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E74545;
}

.faq-item-header .icon-q {
  width: clamp(24px, 6.15vw, 30px);
  min-width: clamp(24px, 6.15vw, 30px);
}

.faq-item-q {
  font-size: clamp(13px, 3.8vw, 24px);
  line-height: 1.4;
}

.faq-item-content {
  margin-top: 8px;
  font-size: clamp(12px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.4;
}
.faq-item-content a{
  text-decoration: underline;
  color: inherit;
}