@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  background-color: #fff;
  color: #363134;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 840px) {
  body .pc-only {
    display: none;
  }
}
@media (min-width: 841px) {
  body .sp-only {
    display: none;
  }
}

.attend__small.white {
  color: #fff;
}
.attend__small.white.last {
  padding-bottom: 10px;
}

.page-404 {
  height: 100vh;
  padding: 200px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-404 h1 {
  font-size: 40px;
  font-weight: bold;
}
.page-404 p {
  font-size: 18px;
  padding: 20px 0 50px;
}
.page-404 a {
  padding: 20px 100px;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(180deg, #FF7194, #B21940);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 841px) {
  .page-404 a:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-left, .animate-right {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.animate-left {
  transform: translateX(-100px);
}

.animate-right {
  transform: translateX(100px);
}

.animate-left.show, .animate-right.show {
  opacity: 1;
  transform: translateX(0);
}

@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
.section__title {
  position: relative;
  font-size: 52px;
  font-weight: 700;
  margin-top: 115px;
  color: #344571;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  max-width: 1272px;
  margin: 0 auto;
  padding: 42px 20px 0;
}
.section__title .img {
  width: 34%;
  height: auto;
}
.section__title .title {
  display: flex;
  align-items: center;
  gap: 19px;
  width: 100%;
  text-wrap: nowrap;
  z-index: 1;
  position: absolute;
  bottom: 15px;
  white-space: nowrap;
}
.section__title .title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #344571;
}
.section__title .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #344571;
}

header {
  position: relative;
  z-index: 999;
  color: #fff;
  overflow: hidden;
  padding-bottom: 5px;
}
header .header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header .header__inner .header__left {
  background: #F04584;
  height: 190px;
  width: 720px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (min-width: 841px) {
  header .header__inner .header__left:hover {
    opacity: 0.6;
  }
}
header .header__inner .header__left .header__logo {
  display: block;
  margin-left: 80px;
  margin-top: 20px;
  width: 375px;
}
header .header__inner .header__left .header__logo:focus {
  outline: none;
}
header .header__inner .header__left .header__logo:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}
header .header__inner .header__left img {
  width: 375px;
  height: auto;
}
header .header__inner .header__right .header__btn {
  position: fixed;
  transform-origin: top right;
  will-change: transform, top;
}
header .header__inner .header__right a:focus {
  outline: none;
}
header .header__inner .header__right a:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}
@media screen and (min-width: 841px) {
  header .header__inner .header__right:hover {
    opacity: 0.6;
  }
}
header .header__inner .header__right .btn {
  width: 129px;
  display: block;
  height: 481px;
}

.front-page-header .header__inner .header__left {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (min-width: 841px) {
  .front-page-header .header__inner .header__left:hover {
    opacity: 0.6;
  }
}

.sub-page-header .header__inner .header__left {
  -webkit-clip-path: none;
          clip-path: none;
  height: 90px;
  border-bottom-right-radius: 40px;
}
@media screen and (min-width: 841px) {
  .sub-page-header .header__inner .header__left:hover {
    opacity: 0.6;
  }
}
.sub-page-header .header__inner .header__right {
  display: none;
}

main {
  background-image: linear-gradient(to right, rgb(163, 178, 217), rgb(255, 216, 230));
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 700;
  margin-top: -486px;
}
main .main__container {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 53.3333333333vw;
  align-items: center;
}
main h2 {
  display: flex;
  margin-top: 56px;
  align-items: center;
}
main .copy {
  width: 55.5555555556vw;
  height: auto;
  position: relative;
  z-index: 1000;
  margin-left: 47px;
  margin-top: 57px;
}
main .main__box {
  width: 65.9722222222vw;
  height: 53.4722222222vw;
  background-image: url(../img/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin-left: -25%;
  position: absolute;
  right: 0;
  top: 0;
}
main .main__box .medal {
  width: 20vw;
  height: auto;
  margin-bottom: -66px;
  margin-right: 13px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main .main__box .medal {
    margin-bottom: -40px;
  }
}
main .band__outer {
  background-image: url(../img/banc-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
main .band {
  color: #fff;
  font-size: 32px;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 29px;
  justify-content: center;
}
main .band p {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7803921569);
}
main .band img {
  height: 31px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 422px;
}
main .feature__point {
  background: #344571;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 37px 60px 49px;
  position: relative;
}
main .feature__point img {
  height: 5.4166666667vw;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg__container {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(245, 246, 248));
}

.service {
  font-weight: 400;
  padding: 0 20px;
}
.service .service__container {
  margin: 64px auto 60px;
  max-width: 1084px;
}
.service .service__container .intro {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 14px 20px;
  line-height: 1.5;
  margin: 0 0 0 -55px;
  font-weight: 700;
  color: white;
  background: #D5AA2F;
  transform: rotate(-6deg);
  z-index: 1;
  top: 13px;
}
.service .service__container .intro:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 53px;
  height: 28px;
  background-color: #9A7303;
  -webkit-clip-path: polygon(0 0, 97% 0, 91% 100%);
          clip-path: polygon(0 0, 97% 0, 91% 100%);
}
.service .service__box {
  padding-top: 90px;
  background: #fff;
  border: 2px solid #F04584;
  position: relative;
}
.service .service__box.top {
  background-image: url(../img/service-bg01.webp);
  background-size: 65% 87%;
  background-position: top right;
  background-repeat: no-repeat;
  margin-bottom: 41px;
}
.service .service__box.bottom {
  background-image: url(../img/service-bg02.webp);
  background-size: 65% 87%;
  background-position: top right;
  background-repeat: no-repeat;
}
.service .service__box .box__inner {
  width: 540px;
}
.service .service__box .box__inner .inner__title {
  text-align: center;
}
.service .service__box .box__inner .attend {
  font-size: 18px;
  font-weight: 500;
  margin: 34px 0 18px;
}
.service .service__box .box__inner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  background-image: linear-gradient(to right, #AF193E, #FF7194, #FFB2C6, #FF7194, #AF193E);
  padding: 25px 0;
}
.service .service__box .check__box {
  background: #fff;
  border: 1px solid #344571;
  margin: 14px 16px;
  padding: 28px 22px;
  line-height: 1.5;
}
.service .service__box .check__box .check__inner {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service .service__box .check__box .check__inner:first-child {
  margin-bottom: 21px;
}
.service .service__box .check__box img {
  width: 25px;
  height: 25px;
}
.service .service__box .check__box .check__text {
  display: flex;
  line-height: 1.6;
}
.service .service__box .service__list {
  display: flex;
  max-width: 972px;
  margin: 40px auto;
  gap: 0 38px;
  line-height: 1.5;
  padding: 0 20px;
}
.service .service__box .service__list li {
  display: flex;
  align-items: center;
  gap: 0 26px;
  width: 31%;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.service .service__box .service__list img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 841px) {
  .service .service__box .service__list img {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    max-width: 100px;
    max-height: 100px;
  }
}

.feature {
  background-image: linear-gradient(rgb(163, 178, 217), rgb(255, 255, 255));
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
  padding: 34px 20px 72px;
}
.feature .section__title {
  padding-top: 39px;
}
.feature .section__title .img {
  width: 40%;
}
.feature .section__title .title {
  bottom: 11px;
}
.feature .point__container {
  display: flex;
  max-width: 959px;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 40px;
  border: 2px solid #B21940;
  box-shadow: 0 10px 10px rgba(167, 124, 138, 0.6);
  gap: 30px;
  justify-content: center;
  position: relative;
  padding: 60px 24px 43px;
}
.feature .point__container::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 2px solid #B21940;
  border-radius: 34px;
}
.feature .point__container li {
  width: 31%;
}
.feature .point__container .title__area {
  text-align: center;
  height: 79px;
}
@media (min-width: 841px) {
  .feature .point__container .title__area {
    text-wrap: nowrap;
  }
}
.feature .point__container .title__en {
  font-weight: 700;
  color: #fff;
  background: #B21940;
  border-radius: 100px;
  display: inline-flex;
  padding: 2px 51px;
}
.feature .point__container .title__ja {
  font-size: 20px;
  margin: 8px 0;
}
.feature .point__container img {
  max-width: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
  margin: 22px 0 27px;
}
.feature .point__container .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 26px;
}
.feature .point__container .text.small {
  font-size: 12px;
}

.free {
  background-image: url(../img/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.free .free__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  opacity: 0;
  height: 112px;
  margin-right: 100px;
}
.free .now {
  width: 250px;
  height: auto;
  margin-right: -14px;
}
.free .ribbon__area {
  font-weight: 700;
  text-align: center;
  margin-right: 9px;
  margin-bottom: -3px;
}
.free .ribbon {
  background: #F04584;
  text-align: center;
  display: inline-block;
  position: relative;
  height: 33px;
  line-height: 33px;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 3px;
  font-size: 17px;
}
.free .ribbon:before, .free .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.free .ribbon:before {
  top: 0;
  left: 0;
  border-width: 17px 0px 19px 15px;
  border-color: transparent transparent transparent #6F5918;
  border-style: solid;
}
.free .ribbon:after {
  top: 0;
  right: 0;
  border-width: 17px 15px 16px 0px;
  border-color: transparent #6F5918 transparent transparent;
  border-style: solid;
}
.free .normal__price {
  font-size: 36px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.free .normal__price span {
  font-size: 25.5px;
}
.free .free__price {
  font-size: 75.5px;
  text-shadow: 0 0 5.5px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  margin-right: 5px;
}

.cta {
  background-image: url(../img/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta.large {
  gap: 10px;
}
@media (min-width: 1441px) {
  .cta.large {
    height: 500px;
    scroll-margin: 100px;
  }
}
.cta.large h3 {
  margin-top: 24px;
  margin-bottom: 0;
}
.cta h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -45px;
  margin-bottom: 15px;
  margin-left: 43px;
}
.cta h3 img {
  height: 92px;
  width: auto;
}
.cta h3 .before__white {
  width: 103px;
  height: auto;
  margin-bottom: -10px;
}
.cta a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  margin-left: 36px;
}
.cta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-30deg);
  z-index: 1;
}
.cta a img {
  width: 67.9166666667vw;
  height: auto;
  transition: transform 0.3s ease;
}
@media (min-width: 1441px) {
  .cta a img {
    width: 960px;
  }
}
@media screen and (min-width: 841px) {
  .cta a:hover::before {
    animation: shine 0.4s linear;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.cta .attention {
  font-size: 32px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background: #344571;
  margin-bottom: 8px;
  margin-top: -5px;
  padding: 15px 115px;
}

.program {
  background-image: url(../img/program-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 360px;
}
.program .section__title .img {
  width: 47%;
}
.program .for__box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.program .for__you {
  background: #B21940;
  border-radius: 40px;
  position: relative;
  font-weight: 700;
  margin: 14px 0 21px;
  display: inline;
  padding: 16px 28px;
  color: #fff;
}
.program .for__you::after {
  content: "";
  width: 2px;
  height: 10px;
  background: #B21940;
  position: absolute;
  transform: rotate(-54deg);
  left: 37px;
  bottom: -8px;
}
.program .program__container {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  background: #FEC7D9;
  border-radius: 40px;
  border: 4px solid #B21940;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  padding: 62px;
  line-height: 2;
  overflow: hidden;
}
.program .program__container .program__intro {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-size: 24px;
}
.program .program__container .text {
  background: #fff;
  margin: 43px auto 40px;
  max-width: 516px;
  padding: 20px;
  text-align: left;
}
.program .program__container .large__text {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #B21940;
  line-height: 1.7;
}
.program .program__container .img__area {
  display: flex;
  gap: 32px;
  margin: 40px 0 2px;
  justify-content: center;
}
.program .program__container .img__area img {
  width: 266px;
  height: 248px;
}

.talk__outer {
  background-image: url(../img/talk-bg0.webp);
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -202px;
  padding-bottom: 0;
  height: 681px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .talk__outer {
    background-image: url(../img/talk-bg0-sp.webp);
  }
}
.talk__outer::after {
  content: "";
  background-image: url(../img/talk-bg1.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 26px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .talk__outer::after {
    background-image: url(../img/talk-bg1-sp.webp);
  }
}

.talk .talk__intro--area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 1;
  position: relative;
}
.talk .talk__intro--area .talk__text {
  width: 53.4722222222vw;
  height: auto;
  margin: 0 0 42px 26px;
}
.talk .talk__intro--area .woman {
  width: 345px;
  height: auto;
  margin-top: 45px;
  margin-left: 2px;
}

.chat__outer {
  background: #344571;
  margin-top: -235px;
  z-index: 2;
  position: relative;
  padding-bottom: 81px;
}

.chat__container {
  max-width: 1277px;
  margin: 0 auto;
  padding: 96px 160px 77px;
  background: #B9D1F2;
  border-radius: 40px;
}
.chat__container .chat__message {
  display: flex;
}
.chat__container .chat__message .message {
  display: flex;
  flex-direction: column;
}
.chat__container .chat__message .message.regulation .reason__large--title {
  margin-top: 7px;
}
.chat__container .chat__message .message.regulation .message__content.large {
  padding: 14px 22px 15px 19px;
}
.chat__container .chat__message .message .message__name {
  font-size: 14px;
  margin-right: 14px;
}
.chat__container .chat__message .message__content.long {
  max-width: 100%;
  padding: 14px 20px 14px 15px;
}
.chat__container .chat__message .message__content.long .width {
  width: 508px;
}
.chat__container .chat__message .message__content.width {
  max-width: 74%;
}
.chat__container .chat__message .reason__large--title {
  background: linear-gradient(to right, #DEBF68, #FFF3D0, #DEBF68);
  display: flex;
  align-items: center;
  font-size: 24px;
  text-wrap: nowrap;
  padding: 18px 30px;
  width: 640.5px;
  margin: 5px 10px 4px 0;
  font-weight: 500;
  justify-content: center;
}
.chat__container .chat__message .reason__large--title span {
  margin-left: 7px;
}
.chat__container .chat__message .reason__large--title .reason__title {
  margin-right: 7px;
}
.chat__container .chat__message .reason__large--title::before {
  content: "";
  width: 77px;
  height: 1px;
  background: #363134;
  margin-right: 10px;
}
.chat__container .chat__message .reason__large--title::after {
  content: "";
  width: 77px;
  height: 1px;
  background: #363134;
  margin-left: 10px;
}
.chat__container .chat__message.right {
  flex-direction: row-reverse;
  margin-bottom: 5px;
}
.chat__container .chat__message.right .message__content {
  margin-right: 22px;
  margin-top: 5px;
}
.chat__container .chat__message.right .message__content.reg {
  padding: 11px 23px 11px 15px;
  margin-top: 1px;
}
.chat__container .chat__message.right .message__content::before {
  position: absolute;
  content: "";
  background-image: url(../img/fukidashi-right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  right: -8px;
  top: 2px;
}
.chat__container .chat__message.right .message__content .avatar {
  margin: 0 0 0 10px;
}
.chat__container .chat__message.right .message {
  align-items: flex-end;
}
.chat__container .chat__message.right .message.small {
  font-size: 14px;
  margin-top: 5px;
}
.chat__container .chat__message.right .message.small .message__content {
  padding: 15px 23px 11px 18px;
  max-width: 100%;
}
.chat__container .chat__message.left .message__content {
  margin-left: 12px;
  margin-top: 5px;
  max-width: 547px;
}
.chat__container .chat__message.left .message__content.width__short {
  width: 63%;
  min-width: 344px;
}
.chat__container .chat__message.left .message__content::before {
  position: absolute;
  content: "";
  background-image: url(../img/fukidashi.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  left: -13px;
  top: 2px;
}
.chat__container .chat__message.left .avatar {
  margin: 0 10px 0 0;
}
.chat__container .chat__message .avatar {
  width: 60px;
  text-align: center;
}
.chat__container .chat__message .avatar img {
  width: 67px;
  height: auto;
  border-radius: 50%;
}
.chat__container .chat__message .message__name {
  font-size: 14px;
  margin-right: 14px;
}
.chat__container .chat__message .message {
  display: flex;
  flex-direction: column;
}
.chat__container .chat__message .message__content {
  background: #fff;
  border-radius: 10px;
  padding: 14px 22px 14px 15px;
  max-width: 70%;
  position: relative;
}
.chat__container .chat__message .message__content.middle {
  max-width: 81%;
}
.chat__container .chat__message .message__content.large {
  margin-bottom: 4px;
  padding: 14px 22px 10px 19px;
}
.chat__container .chat__message .message__content .paragraph {
  margin-bottom: 34px;
}
.chat__container .chat__message .message__content p {
  margin: 0;
  line-height: 1.5;
}
.chat__container .chat__message .message__content .hight {
  line-height: 1.8;
}
.chat__container .chat__message .message__content.short {
  max-width: 30%;
  padding: 10px 22px 10px 15px;
  min-width: 136px;
}

.cta__container {
  position: relative;
}
.cta__container::before {
  content: "";
  position: absolute;
  bottom: 100.1%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 49vw 0 49vw;
  border-color: #344571 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 1;
}

.cta.black {
  background-image: url(../img/triangle.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: auto;
}
.cta.black h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
}
.cta.black h3 img {
  margin-top: -7px;
  z-index: 2;
}
.cta.black h3 .before__white {
  width: 103px;
  height: auto;
}
.cta.black a {
  margin-top: 35px;
  margin-left: 0;
}
.cta.black a::before {
  z-index: 2;
}
.cta.black a img {
  z-index: 1;
  position: relative;
}

.case__outer {
  background-image: linear-gradient(to right, rgb(255, 216, 230), rgb(163, 178, 217));
  margin-top: -281px;
}
.case__outer::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  content: "";
  width: 100%;
  display: block;
  margin-top: -400px;
}

.case {
  padding-top: 279px;
}
.case .section__title .img {
  width: 70%;
}
.case .section__title .title {
  bottom: -5px;
}
.case .case__container {
  max-width: 1000px;
  margin: 66px auto 0;
  padding: 0 20px;
  overflow: hidden;
}
.case .case__container .profile {
  font-size: 20px;
  background: #fff;
  text-align: right;
  padding: 20px 9px 15px;
}
.case .case__box {
  margin-bottom: 33px;
}
.case .case__box.woman .box__inner {
  gap: 49px;
}
.case .case__box.woman .text__area {
  margin-bottom: 2px;
}
.case .case__box.woman .text__area .large__class {
  margin-bottom: 38px;
}
.case .case__box.woman .text__area .small__text {
  margin-top: 6px;
}
.case .case__box .box__inner {
  background-image: url(../img/before&after-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
  justify-content: center;
  height: 600px;
  gap: 20px;
}
@media (max-width: 540px) {
  .case .case__box .box__inner {
    background-image: url(../img/before&after-bg-sp.webp);
  }
}
.case .case__box .img__area.before p {
  position: absolute;
  left: 30px;
  bottom: 75px;
}
.case .case__box .img__area.after p {
  position: absolute;
  right: 44px;
  bottom: 77px;
}
.case .case__box .img__area .before {
  width: 299px;
  height: auto;
  margin-left: 47px;
}
.case .case__box .img__area .after {
  width: 216px;
  height: auto;
  margin-right: 84px;
}
.case .case__box .img__area p {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.case .case__box .text__area {
  text-align: center;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -47px;
  margin-bottom: 17px;
}
.case .case__box .text__area .large__class {
  margin-bottom: 35px;
}
.case .case__box .text__area .large__text {
  font-size: 86px;
  font-weight: 900;
}
.case .case__box .text__area .large__text span {
  font-weight: 700;
  font-size: 46px;
}
.case .case__box .text__area .small__text {
  margin-top: 10px;
}
.case .case__box .text__area .content__box .large__text {
  font-size: 69px;
}
.case .case__box .text__area .content__box .large__text span {
  font-size: 23px;
}

.value {
  background-image: linear-gradient(rgba(255, 127, 168, 0) 10%, rgb(255, 127, 168));
  display: flex;
  justify-content: center;
  height: 231px;
  position: relative;
  align-items: flex-end;
  z-index: 2;
}
.value::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 49vw 0 49vw;
  border-color: #FF7FA8 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 2;
}
.value img {
  width: 713px;
  height: 130px;
  margin-bottom: -38px;
  z-index: 2;
}

.value__content {
  margin-top: 115px;
  position: relative;
}
.value__content h2 {
  top: 334px;
  position: relative;
}
.value__content h2 img {
  position: relative;
  z-index: 2;
  width: 273px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.value__content .value__container {
  display: flex;
  padding-top: 210px;
}
.value__content .value__container::after {
  content: "";
  background-image: url(../img/value-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 380px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 540px) {
  .value__content .value__container::after {
    background-image: url(../img/value-bg-sp.webp);
  }
}
.value__content .value__box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 933px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.value__content .value__box.left {
  background-image: url(../img/value-img01.webp);
}
.value__content .value__box.left .skew__text {
  width: 422px;
  height: auto;
  z-index: 1;
  margin-bottom: 10px;
  position: relative;
}
.value__content .value__box.right {
  background-image: url(../img/value-img02.webp);
}
.value__content .value__box.right .box__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.value__content .value__box.right .skew__text {
  width: 344px;
  height: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 14px;
}
.value__content .small__text {
  background: #FFF1F6;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2509803922);
  font-size: 20px;
  color: #B21940;
  margin: 50px 60px;
  padding: 0 33px;
  display: flex;
  align-items: center;
  height: 151px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1.8;
}
.value__content .small__text::before {
  background-image: url(../img/kakko-left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  right: -8px;
  bottom: -8px;
  position: absolute;
  width: 28px;
  height: 43px;
}
.value__content .small__text::after {
  background-image: url(../img/kakko-right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  left: -8px;
  top: -8px;
  position: absolute;
  width: 28px;
  height: 43px;
}
.value__content .small__text.padding {
  padding: 9px 38px 0;
}

.introduction__outer {
  background-image: linear-gradient(rgb(211, 211, 212), rgb(255, 255, 255));
}

.introduction .section__title .img {
  width: 72%;
}

.introduction__container {
  color: #fff;
}
.introduction__container .container__title {
  background: #363134;
  display: flex;
  align-items: center;
  margin-top: 138px;
}
.introduction__container .container__title span {
  background: #fff;
  font-size: 20px;
  color: #363134;
  margin: 0 0 0px 26px;
  padding: 8px 20px;
}
.introduction__container .container__title::before {
  content: "";
  background-image: url(../img/trainer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 264px;
  height: 178px;
}
.introduction__container .container__title .text {
  margin-left: -185px;
  display: flex;
  align-items: center;
}
.introduction__container .flex__container--outer {
  background-image: url(../img/shiney.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -277px;
  padding: 0 20px 153px;
}
.introduction__container .flex__container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 34px;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.introduction__container .flex__item {
  width: 404px;
  height: 374px;
  margin-bottom: 5px;
  margin-top: 2px;
  background-image: url(../img/flex-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #fff;
  position: relative;
}
.introduction__container .flex__item.title__box {
  background-image: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 46px;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
}
.introduction__container .flex__item.title__box .text {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.introduction__container .flex__item.title__box .text span {
  background: #fff;
  font-size: 20px;
  color: #363134;
  margin: 0 0 0 26px;
  padding: 8px 20px;
}
.introduction__container .flex__item .img__box {
  display: flex;
}
.introduction__container .flex__item .data {
  width: 245px;
  height: 112px;
  margin-left: 2px;
  margin-top: 20px;
}
.introduction__container .flex__item .person {
  height: auto;
}
.introduction__container .flex__item .person.otsuka {
  width: 223px;
  margin-left: -72px;
}
.introduction__container .flex__item .person.konaka {
  width: 230px;
  margin-left: -79px;
}
.introduction__container .flex__item .person.inoue {
  width: 200px;
  margin-left: -49px;
  margin-top: 24px;
}
.introduction__container .flex__item .person.yamada {
  width: 340px;
  margin-left: -188px;
  margin-top: 18px;
}
.introduction__container .flex__item .person.muroi {
  width: 283px;
  margin-left: -132px;
  margin-top: 25px;
}
.introduction__container .flex__item .comment__area {
  margin: 17px;
  background: rgba(255, 255, 255, 0.9);
  padding: 22px 20px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  line-height: 1.9;
  color: #363134;
  font-size: 13px;
}
.introduction__container .flex__item .comment__area.konaka {
  margin: 10px 19px 17px;
  padding: 9px 16px 9px 21px;
}
.introduction__container .flex__item .comment__area.konaka .comment {
  margin-bottom: 31px;
}
.introduction__container .flex__item .comment__area.inoue {
  margin: 10px 19px 17px;
  padding: 10px 18px 8px;
  line-height: 1.95;
}
.introduction__container .flex__item .comment__area.yamada {
  margin: 10px 19px 17px;
  padding: 20px 18px;
}
.introduction__container .flex__item .comment__area.muroi {
  margin: 10px 16px 17px 19px;
  padding: 19px 20px;
}
.introduction__container .flex__item .comment {
  margin-bottom: 30px;
}
.introduction__container .flex__item .comment .space {
  margin-right: 16px;
}

.bg {
  background: #F0EEE9;
  padding-bottom: 81.5px;
}
.bg .cta {
  background-image: none;
  color: #363134;
  margin-top: 11px;
}
.bg .cta h3 {
  margin-left: 0;
}
.bg .cta a {
  margin-left: 0;
}
.bg .cta::before, .bg .cta::after {
  border-bottom: 3px solid #363134;
}

.chart {
  border-top: 6px solid;
  -o-border-image: linear-gradient(to right, #DEBF68, #FFF3D0, #DEBF68) 1;
     border-image: linear-gradient(to right, #DEBF68, #FFF3D0, #DEBF68) 1;
}
.chart .section__title {
  padding-top: 35px;
}
.chart .section__title .img {
  width: 54%;
}
.chart .chart__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -3px;
}
.chart .chart__container img {
  width: 373px;
  height: auto;
  margin-top: 23px;
  z-index: 1;
}
.chart .table__outer {
  background: #E0DACA;
  max-width: 1280px;
  margin: -24px auto 0;
  padding: 45px 36px 45px 24px;
  border: 2px solid #fff;
}
.chart .comparison__table {
  display: grid;
  grid-template-columns: 2.2fr 2.3fr 2.3fr 2.3fr;
  gap: 0 12px;
  font-size: 18px;
  padding-bottom: 6px;
}
.chart .comparison__table .table__row {
  display: contents;
}
.chart .comparison__table .table__row.header .table__cell.none {
  background-color: transparent;
  height: 112px;
}
.chart .comparison__table .table__row.header .table__cell.shop {
  font-size: 24px;
  background-color: #BEA96B;
  color: #fff;
  height: 112px;
  padding: 0 28px 1px;
}
.chart .comparison__table .table__row.header .table__cell.shop:nth-child(2) {
  background-image: linear-gradient(to right, #B21940, #FF7FA8, #B21940);
  font-size: 32px;
  border-bottom: 4px solid #B21940;
}
.chart .comparison__table .table__row--box {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.chart .comparison__table .table__row--box.margin {
  margin-top: 10px;
}
.chart .comparison__table .table__row--box.margin .table__cell.title {
  margin-top: 0;
}
.chart .comparison__table .table__row--box.bottom {
  height: 143px;
}
.chart .comparison__table .table__cell {
  padding: 0 28px 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #BEA96B;
  height: 147px;
}
.chart .comparison__table .table__cell.title {
  font-size: 24px;
  color: #363134;
  height: 132px;
  margin-top: 10px;
  padding-top: 10px;
}
.chart .comparison__table .table__cell.main {
  color: #B21940;
  font-weight: 700;
  border-top: 0.5px solid #B21940;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2509803922);
  border-right: 4px solid #B21940;
  border-left: 4px solid #B21940;
  line-height: 1.5;
}
.chart .comparison__table .table__cell.main.border {
  border-bottom: 4px solid #B21940;
}
.chart .comparison__table .table__cell.exam {
  border: 0.5px solid #927E45;
  font-size: 16px;
  color: #927E45;
  line-height: 1.7;
  gap: 15px;
  padding-top: 20px;
  justify-content: normal;
}
.chart .comparison__table .table__cell.exam .mark {
  height: 40px;
}
.chart .comparison__table .mark {
  font-size: 40px;
  font-weight: 400;
}

.price .section__title {
  padding-top: 0;
}
.price .section__title .img {
  width: 51%;
  margin-top: -37px;
}
.price .price__title {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-left: -19px;
}
.price .medal__area {
  display: flex;
  gap: 19px;
  margin: 79px 0px 39px;
  font-size: 28px;
  color: #98803C;
  font-weight: 700;
  justify-content: center;
}
.price .medal__area span {
  z-index: 1;
}
.price .medal__area li {
  background-image: linear-gradient(to right, #DEBF68, #FFF3D0, #DEBF68);
  border-radius: 50%;
  border: 2px solid #927E45;
  width: 187px;
  height: 187px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
}
.price .medal__area li::after {
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price .medal__area span {
  font-size: 22px;
}
.price .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.price .price__container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.price .price__container .box__title {
  background: #927E45;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  padding-bottom: 19px;
}
.price .price__container .box__title.small {
  padding-bottom: 11px;
  padding-top: 3px;
  margin-bottom: 37px;
}
.price .price__container .box__title.small h3 {
  letter-spacing: 0.1em;
}
.price .price__container .box__title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -19px;
}
.price .price__container .box__title span {
  font-size: 60px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 450;
}
.price .price__container .box__title p {
  font-size: 16px;
}
.price .price__container .price__box {
  background: #fff;
  padding-bottom: 40px;
}
.price .price__container .box__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 37px 0 44px;
}
.price .price__container .menu__content {
  width: 280px;
}
.price .price__container .menu__content .content__title {
  color: #927E45;
  text-align: center;
}
.price .price__container .menu__content .number {
  font-size: 24px;
}
.price .price__container .menu__content .title {
  font-size: 24px;
  font-weight: 700;
  margin: 6px 0 11px;
  line-height: 1.5;
}
.price .price__container .menu__content img {
  width: 280px;
  height: 213px;
  margin: 10px 0 12px;
}
.price .table__container {
  width: 600px;
  padding: 0 7.5px;
  border: 4px solid #DEBF68;
  border-radius: 40px;
  margin: 0 auto;
}
.price .price__table {
  display: flex;
  justify-content: center;
  margin: 29px 0 28px;
}
.price .price__table tr {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.85;
  flex-wrap: wrap;
}
.price .price__table tr:not(:nth-child(4))::before {
  content: "●";
  color: #DEBF68;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 16px;
}
@media (min-width: 841px) {
  .price .price__table tr.large {
    margin-top: -6px;
  }
}
.price .price__table td {
  font-size: 20px;
  display: ruby;
  margin: 0 9px 0 7px;
}
.price .price__table td:nth-child(2) {
  margin: 0 14px 0 12px;
}
.price .price__table .month {
  font-size: 16px;
}
.price .price__table .yen {
  font-size: 12px;
}
.price .price__table .gray {
  color: #8D8D8D;
  font-size: 16px;
}
.price .price__table .gray .tight {
  letter-spacing: -0.1em;
}
@media (min-width: 841px) {
  .price .price__table .gray .tight {
    margin-right: -2px;
  }
}
.price .price__table .recommend__text {
  font-size: 20px;
  margin-top: 49px;
}
.price .price__table .large__text {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: -5px;
}
.price .interest {
  font-size: 20px;
  text-align: center;
  margin: 30px 0 4px;
}

.access {
  background: #FFDDE6;
  padding-bottom: 80px;
}
.access .section__title .img {
  color: rgba(255, 255, 255, 0.6);
}
.access .ribbon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.access .ribbon__title {
  width: 373px;
  height: auto;
  margin: 37px 0 20px;
}
.access .map {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 32px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  color: #fff;
  border: 4px solid #B21940;
  background: #fff;
  height: 560px;
}
.access .map .map__name {
  display: flex;
}
.access .map .tokyo {
  background: #B21940;
  width: 100%;
  padding: 13px;
  text-align: center;
}
.access .map .map__img {
  max-width: 1214px;
  width: 84.3055555556vw;
  height: 443px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 28px;
  margin-top: 6px;
}
.access .map__container {
  background: #fff;
  max-width: 1265px;
  margin: 0 auto;
  padding: 41px 94px 6px 90px;
}
.access .map__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.access .map__box .content {
  width: 480px;
  margin-top: 5px;
}
.access .map__box .content .shop {
  font-size: 20px;
  display: inline;
  background: #FFDDE6;
  padding: 3px 5px;
}
.access .map__box .content .time {
  margin: 30px 0 21px;
}
.access .map__box .content .address {
  line-height: 1.7;
}
.access .map__box iframe {
  width: 577px;
  height: 202px;
}

.faq {
  background: #A3B2D9;
  padding-bottom: 57px;
}
.faq .section__title .img {
  width: 100%;
}
.faq .faq__container {
  max-width: 1000px;
  margin: 112px auto 0;
  padding: 0 20px;
}
.faq .faq__item {
  margin-bottom: 26px;
  background: #fff;
}
.faq .faq__question {
  display: inline-flex;
  align-items: center;
  background-color: #344571;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 20px;
}
.faq .faq__question .q__mark {
  color: #FFF1C9;
  font-weight: bold;
  margin-right: 10px;
  font-family: "DIN Alternate", sans-serif;
  font-size: 20px;
  margin-right: 18px;
  margin-left: 10px;
}
.faq .faq__question .question__text {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.faq .faq__answer {
  display: flex;
  align-items: flex-start;
  padding: 6px 15px 20px;
  line-height: 1.8;
}
.faq .faq__answer .a__mark {
  font-weight: bold;
  font-size: 20px;
  margin-right: 18px;
  margin-left: 6px;
  margin-top: -5px;
}
.faq .faq__answer p {
  margin: 0;
}

.article__box {
  overflow: hidden;
}

.article__outer {
  background: #F5F5F5;
  max-width: 1286px;
  margin: 157px auto 0;
}

.article {
  background-image: url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 20px 70px;
  margin-bottom: 55px;
}
.article .message__title {
  display: flex;
}
.article .person {
  width: 407px;
  height: auto;
  margin-top: -75px;
  margin-left: 64px;
}
.article .message__area {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  margin-top: 55px;
  margin-left: 55px;
  line-height: 1.8;
  width: 577px;
  height: 222px;
  justify-content: space-between;
}
.article h3 {
  font-size: 40px;
}
.article .name {
  font-size: 20px;
  width: 100%;
  text-align: right;
}
.article .content {
  font-size: 14px;
  background: #fff;
  padding: 40px 40px 25px;
  margin: -169px auto 0;
  z-index: 1;
  position: relative;
  max-width: 1048px;
}
.article .content .text {
  margin-bottom: 18px;
}

.company {
  background: #F5F5F5;
  padding-bottom: 80px;
}
.company .section__title .img {
  width: 43%;
}
.company .company__info {
  background: #FFFFFF;
  max-width: 960px;
  margin: 39px auto 0;
  padding: 41px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.company .company__info .company__item {
  width: 390px;
}
.company .company__info h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.company .company__info h3::before {
  content: "";
  background: #B21940;
  width: 1px;
  height: 18px;
  margin-right: 17px;
}
.company .company__info p {
  margin-left: 19px;
  margin-top: 17px;
}

footer {
  background: #344571;
  margin: 0 auto;
  color: #fff;
  padding: 43px 0 20px;
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer__logo {
  max-width: 465px;
  height: auto;
}
footer a {
  text-decoration: underline;
  margin: 14px 0 28px;
}
@media screen and (min-width: 841px) {
  footer a:hover {
    opacity: 0.6;
  }
}
footer .footer__copy {
  font-size: 12px;
}

.privacy {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  color: #344571;
  margin-top: 50px;
}

.policy__text {
  padding: 32px;
  max-width: 1082px;
  margin: 78px auto;
  background: #f3f3f3;
  border-radius: 40px;
}
.policy__text h2 {
  font-size: 20px;
  padding: 10px 0 10px 23px;
  display: flex;
  letter-spacing: 0.1em;
}
.policy__text h2::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #344571;
  display: block;
  margin-right: 10px;
}
.policy__text p {
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 13.5px 12px 0 14px;
  display: flex;
}

@media (max-width: 1200px) {
  .cta.black {
    background-size: 100% 70%;
  }
  header .header__right .header__btn {
    height: 350px;
    width: auto;
  }
  .section__title {
    font-size: 42px;
  }
  header .header__inner .header__right .btn {
    width: 94px;
    display: block;
    height: 351px;
  }
  main {
    margin-top: -357px;
  }
  .service {
    margin: 0px 10px 0 38px;
  }
  .service .service__box.top, .service .service__box.bottom {
    background-size: 80% 80%;
  }
  .service .service__container .intro {
    top: -12px;
  }
  .value__content .small__text {
    font-size: 16px;
  }
  .chat__container .chat__message.left {
    margin-bottom: 20px;
  }
  .article .message__area {
    margin-left: 0;
  }
  .article h3 {
    font-size: 38px;
  }
  .article .person {
    margin-left: 0;
  }
  .chat__container .chat__message .reason__large--title {
    font-size: 20px;
    width: auto;
  }
  .chart .comparison__table {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .section__title {
    font-size: 24px;
  }
  .section__title .img {
    font-size: 64px;
    margin-bottom: 19px;
  }
  .cta {
    height: 320px;
  }
  .cta.large {
    height: 400px;
  }
  .cta h3 img {
    height: 64px;
  }
  .cta h3.red {
    margin-bottom: 0;
  }
  .cta .attention {
    padding: 15px 90px;
    font-size: 18px;
  }
  .cta.black {
    background-size: 100% 95%;
    font-size: 24px;
  }
  .cta.black a {
    margin-top: 0;
  }
  .cta.black a img {
    z-index: 2;
  }
  .free {
    background-size: 100% 100%;
  }
  .free .free__container {
    margin-right: 13px;
  }
  .free .now {
    width: 190px;
    margin-right: 0;
  }
  .free .normal__price {
    font-size: 24px;
  }
  .free .normal__price span {
    font-size: 18px;
  }
  .free .ribbon {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .free .ribbon::before {
    border-width: 14px 0px 10px 12px;
  }
  .free .ribbon::after {
    border-width: 12px 10px 15px 0px;
  }
  .free .free__price {
    font-size: 54px;
  }
  header .header__inner .header__left {
    height: 133px;
    width: 448px;
  }
  header .header__inner .header__left .header__logo {
    margin-left: 30px;
  }
  header .header__inner .header__left .header__logo img {
    width: 225px;
  }
  .sub-page-header .header__inner .header__left {
    height: 70px;
  }
  main .copy {
    width: 66.6666666667vw;
  }
  main .main__container {
    height: 75.2vw;
  }
  main .main__box {
    width: 100%;
    height: 75.2vw;
  }
  main .main__box .medal {
    left: 0;
    bottom: 2px;
    position: absolute;
    width: 26.6666666667vw;
  }
  main .band {
    font-size: 20px;
  }
  main .band img {
    width: 350px;
  }
  main .feature__point {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  main .feature__point img {
    height: 60px;
    width: 100%;
  }
  .service .service__container .intro {
    padding: 16px;
    font-size: 14px;
  }
  .service .service__box .box__inner {
    width: auto;
    margin-top: 236px;
  }
  .service .service__box .box__inner h3 {
    font-size: 32px;
  }
  .service .service__box.top, .service .service__box.bottom {
    background-size: contain;
    background-position: top 20px center;
  }
  .service .service__box .service__list li {
    flex-direction: column;
  }
  .feature {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
  }
  .feature .point__container {
    align-items: center;
    flex-direction: column;
  }
  .feature .point__container li {
    width: 100%;
  }
  .feature .point__container img {
    max-width: 100%;
  }
  .program .program__container .img__area img {
    width: 50%;
    height: auto;
  }
  .talk .talk__intro--area {
    flex-direction: column;
    margin-top: 48px;
  }
  .talk .talk__intro--area .talk__text {
    margin: 0;
    width: 450px;
  }
  .talk .talk__intro--area .woman {
    margin-top: 0;
  }
  .chat__container {
    padding: 40px 8.5px;
  }
  .chat__container .chat__message {
    margin-bottom: 20px;
  }
  .chat__container .chat__message .reason__large--title {
    font-size: 16px;
  }
  .chat__container .chat__message .reason__large--title::before, .chat__container .chat__message .reason__large--title::after {
    width: 35px;
  }
  .chat__container .chat__message.right {
    margin-bottom: 20px;
  }
  .chat__container .chat__message .reason__title::before, .chat__container .chat__message .reason__title::after {
    content: none;
  }
  .chat__container .chat__message .message__content.long .width {
    width: auto;
  }
  .case .case__box .box__inner, .case .case__box.woman .box__inner {
    height: 475px;
    gap: 0;
  }
  .case .case__box .img__area {
    margin-top: 50px;
  }
  .case .case__box .img__area.after p {
    right: 13px;
    bottom: 90px;
  }
  .case .case__box .img__area .before {
    width: 185px;
    margin-left: 0;
  }
  .case .case__box .img__area .after {
    width: 134px;
    margin-right: 0;
  }
  .case .case__box .img__area p {
    font-size: 36px;
    margin-top: 48px;
  }
  .case .case__box .text__area {
    margin: 20px 30px 0 0px;
  }
  .case .case__box .text__area .large__text {
    font-size: 48px;
  }
  .case .case__box .text__area .content__box {
    margin: 16px 0;
  }
  .case .case__box .text__area .content__box .large__text {
    font-size: 32px;
  }
  .value img {
    width: 510px;
    height: 100px;
    margin-bottom: 77px;
  }
  .value__container .value__box {
    height: 520px;
  }
  .value__content h2 {
    top: 290px;
  }
  .value__content .value__container::after {
    height: 50.6666666667vw;
    bottom: -25px;
  }
  .value__content .value__box.left .skew__text {
    width: 40vw;
  }
  .value__content .value__box.right .skew__text {
    width: 32vw;
  }
  .value__content .small__text {
    font-size: 14px;
    margin: 15px;
    padding: 0 10px;
  }
  .introduction .section__title .img {
    font-size: 64px;
  }
  .introduction__container .container__title {
    align-items: center;
    margin-top: 0;
  }
  .introduction__container .container__title .title__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
    margin-left: 23px;
  }
  .introduction__container .flex__container--outer {
    margin-top: -145.5px;
    background-size: contain;
    background-position: bottom;
  }
  .introduction__container .flex__item.title__box {
    height: auto;
  }
  .chart .chart__container {
    margin-left: 20px;
    margin-top: 55px;
    overflow: scroll;
    white-space: nowrap;
  }
  .chart .chart__container img {
    margin-top: -55px;
    position: absolute;
  }
  .chart .comparison__table {
    font-size: 16px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .chart .comparison__table .mark {
    font-size: 26px;
  }
  .chart .comparison__table .table__row--box {
    border: none;
  }
  .chart .comparison__table .table__row--box .bottom {
    height: auto;
  }
  .chart .comparison__table .table__row.header .table__cell.none {
    height: auto;
  }
  .chart .comparison__table .table__row.header .table__cell.shop {
    font-size: 18px;
    height: 75px;
  }
  .chart .comparison__table .table__row.header .table__cell.shop:nth-child(2) {
    font-size: 28px;
  }
  .chart .comparison__table .table__cell {
    padding: 0 16px;
    height: 90px;
  }
  .chart .comparison__table .table__cell.title {
    font-size: 18px;
    height: 70px;
  }
  .chart .comparison__table .table__cell.exam {
    padding-top: 0;
    gap: 0;
    line-height: normal;
    display: flex;
    justify-content: center;
  }
  .chart .attend {
    font-size: 12px;
    margin: 6px 0 0 20px;
    font-weight: 500;
  }
  .bg .cta {
    margin-top: 30px;
  }
  .price .table__container {
    width: auto;
    margin: 0 20px;
  }
  .price .medal__area {
    font-size: 24px;
  }
  .price .medal__area li {
    width: 28vw;
    height: 28vw;
  }
  .price .medal__area li::after {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .price .medal__area span {
    font-size: 18px;
  }
  .price .price__container .menu__content {
    width: auto;
    padding: 0 17.5px;
  }
  .price .price__container .menu__content img {
    width: 100%;
    height: auto;
  }
  .price .price__container .title__area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .price .interest {
    text-align: left;
    padding: 0 10px;
  }
  .price .price__table .recommend__text {
    font-size: 18px;
  }
  .access .map {
    height: auto;
    font-size: 20px;
    margin: 0 20px;
  }
  .access .map .map__img {
    height: auto;
    padding-bottom: 20px;
  }
  .access .map__container {
    margin: 0 20px;
    padding: 40px 10px 6px;
  }
  .access .map__box {
    flex-direction: column;
    gap: 22px;
  }
  .access .map__box iframe {
    width: 100%;
  }
  .faq .faq__container {
    margin: 60px auto 0;
  }
  .article .person {
    width: 300px;
  }
  .article .message__area {
    margin-left: -95px;
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }
  .article h3 {
    font-size: 28px;
  }
  .article .content {
    margin: -122px auto 0;
  }
  .policy__text {
    margin: 40px 20px;
  }
}
@media (max-width: 540px) {
  .section__title {
    font-size: 18px;
    padding-top: 18px;
  }
  .section__title .img {
    margin-bottom: 10px;
    width: 47%;
  }
  .section__title .title {
    padding: 0 4px;
    gap: 7px;
  }
}
@media (max-width: 540px) and (max-width: 375px) {
  .section__title .title {
    padding: 0 5px;
  }
}
@media (max-width: 540px) {
  .free {
    text-wrap: nowrap;
  }
  .free .free__container {
    height: 65px;
    margin-right: 0;
  }
  .free .now {
    width: 103px;
    height: 54px;
    margin-right: 14px;
    margin-left: 6px;
  }
  .free .ribbon__area {
    margin-right: 4px;
    margin-left: -15px;
    margin-bottom: 7px;
  }
  .free .ribbon {
    font-size: 11px;
    padding: 0 18px;
    height: 20px;
    line-height: 19.4px;
    margin-bottom: 2px;
  }
  .free .ribbon::before {
    border-width: 11px 0px 10px 12px;
  }
  .free .ribbon::after {
    border-width: 10px 10px 15px 0px;
  }
  .free .normal__price {
    font-size: 19px;
  }
  .free .normal__price span {
    font-size: 14px;
  }
  .free .free__price {
    font-size: 44px;
    margin-right: 9px;
  }
  .cta {
    height: 197px;
    background-size: 100% 100%;
  }
  .cta::before, .cta::after {
    top: 22px;
    border-bottom: 1px solid #fff;
  }
  .cta::before {
    padding-bottom: 3px;
  }
  .cta::after {
    padding-bottom: 5px;
  }
  .cta.black {
    margin-top: -96px;
  }
  .cta.black h3 {
    margin-bottom: -6px;
    margin-left: 6px;
    margin-top: 3px;
  }
  .cta.black h3 .before__white {
    width: 52px;
  }
  .cta.black h3 img {
    margin-top: 0;
  }
  .cta.black a {
    margin-top: -10px;
  }
  .cta.black::before {
    top: -42px;
  }
  .cta.black::after {
    top: -42px;
  }
  .cta.large {
    height: 245px;
  }
  .cta.large h3 {
    margin-top: -5px;
  }
  .cta.large a img {
    margin-top: 0;
  }
  .cta .attention {
    padding: 6px 51px;
    margin: -4px 0 1px;
  }
  .cta h3 {
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: 6px;
  }
  .cta h3 img {
    height: 46px;
  }
  .cta h3 .before__white {
    width: 55px;
    margin-bottom: -10px;
  }
  .cta a {
    margin-left: 0;
  }
  .cta a img {
    width: 335px;
    margin-top: 13px;
  }
}
@media (max-width: 540px) and (max-width: 375px) {
  .cta a img {
    width: 89.3333333333vw;
  }
}
@media (max-width: 540px) {
  .cta .attention {
    font-size: 13px;
  }
  header {
    z-index: 1001;
  }
  header .header__inner .header__left {
    height: 86px;
    width: 318px;
  }
  header .header__inner .header__left .header__logo {
    margin-left: 21px;
    margin-top: 9px;
  }
  header .header__inner .header__left .header__logo img {
    width: 165px;
  }
  header .header__inner .header__right {
    width: auto;
  }
  header .header__inner .header__right .header__btn {
    height: 278px;
  }
  header .header__inner .header__right .btn {
    width: 43px;
    display: block;
    height: 277px;
  }
  header .header__inner .header__right.shrink {
    height: 181px;
    width: 44px;
  }
  header .header__inner .header__right.shrink .header__btn {
    right: -5px;
    top: -31px;
  }
  .sub-page-header .header__inner .header__left {
    height: 40px;
  }
  main {
    margin-top: -328px;
  }
  main .main__container {
    height: 460px;
    justify-content: center;
  }
  main .copy {
    width: 342px;
    height: 235px;
    margin-left: -26px;
    margin-top: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .main__box {
    height: 460px;
    background-position: top 46px left -25px;
    background-size: 125%;
  }
  main .main__box .medal {
    width: 141px;
    margin-bottom: -43px;
  }
  main .band {
    font-size: 11px;
    padding: 13px 20px 5px;
  }
  main .band img {
    width: 214px;
    height: auto;
  }
  main .feature__point {
    padding: 8px 60px 10px;
  }
  main .feature__point img {
    height: 38px;
  }
  .service {
    padding: 0;
    margin: 0px 19px 0 20px;
  }
  .service .service__container {
    margin: 15px auto 14px;
  }
  .service .service__container .intro {
    font-size: 12px;
    top: -4px;
    margin: 0 0 0 -12px;
    padding: 10px 13px;
  }
  .service .service__container .intro::before {
    -webkit-clip-path: polygon(0 0, 13% 0, 11% 34%);
            clip-path: polygon(0 0, 13% 0, 11% 34%);
  }
  .service .service__box {
    padding-top: 67px;
  }
  .service .service__box.top, .service .service__box.bottom {
    background-position: top 49px center;
    background-size: 90%;
  }
  .service .service__box.top {
    margin-bottom: 25px;
  }
  .service .service__box .box__inner .attend {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .service .service__box .box__inner h3 {
    font-size: 24px;
    padding: 14px 0;
  }
  .service .service__box .check__box {
    font-size: 12px;
    margin: 10px;
    padding: 13px 14px;
  }
  .service .service__box .check__box .check__text {
    line-height: 1.8;
  }
  .service .service__box .check__box img {
    width: 17px;
    height: 17px;
  }
  .service .service__box .check__box .check__inner {
    gap: 9px;
  }
  .service .service__box .check__box .check__inner:first-child {
    margin-bottom: 13px;
  }
  .service .service__box .service__list {
    font-size: 11px;
    margin: 20px 7px 3px;
    padding: 0 5px 0 1px;
    justify-content: space-between;
    gap: 0;
  }
  .service .service__box .service__list li {
    width: 32%;
  }
  .service .service__box .service__list li p {
    margin: 13px 0;
    line-height: 1.8;
  }
  .service .service__box .service__list img {
    width: 71px;
    height: auto;
  }
  .feature {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
    padding-bottom: 35px;
  }
  .feature .section__title {
    padding-top: 30px;
  }
  .feature .section__title .img {
    width: 56%;
  }
  .feature .point__container {
    margin: 26px auto 0;
    padding: 20px 24px 19px;
  }
  .feature .point__container::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .feature .point__container .title__ja {
    margin: 6px 0;
  }
  .feature .point__container img {
    margin: 8px 0 10px;
  }
  .feature .point__container .text {
    margin-bottom: 4px;
  }
  .feature .point__container .text.margin {
    margin-bottom: 28px;
  }
  .program {
    overflow: hidden;
    background-size: 100% 41%;
    background-position: bottom;
    padding-bottom: 302px;
  }
  .program .section__title .img {
    width: 60%;
  }
  .program .section__title .title {
    padding: 0 23px;
    bottom: 16px;
  }
  .program .for__box {
    background-image: url(../img/program-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -55px center;
    padding-bottom: 13px;
  }
  .program .for__you {
    font-size: 14px;
    padding: 11px 18px;
    margin: 11px 0 31px;
  }
  .program .for__you::after {
    left: 28px;
  }
  .program .program__container {
    width: 388px;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin: -12px 0 0;
    padding: 45px 23px 11px;
  }
  .program .program__container .program__intro {
    font-size: 22px;
  }
  .program .program__container .text {
    font-size: 13px;
    margin: 31px auto 29px;
    padding: 15px;
    letter-spacing: 0.01em;
  }
  .program .program__container .large__text {
    font-size: 22.5px;
    line-height: 1.6;
  }
  .program .program__container .img__area {
    gap: 21px;
    margin: 31px 10px 28px;
  }
  .talk__outer {
    height: auto;
  }
  .talk__outer::after {
    top: 8px;
  }
  .talk .talk__intro--area .talk__text {
    width: 89.8666666667vw;
  }
  .talk .talk__intro--area .woman {
    width: 155px;
    margin-right: 23px;
    margin-top: 6px;
  }
  .chat__outer {
    padding-bottom: 125px;
    margin-top: -232px;
  }
  .chat__container {
    margin: 167px 20px 0;
    border-radius: 20px;
    padding-bottom: 19px;
    overflow: hidden;
  }
  .chat__container .chat__message .message .message__name {
    font-size: 8px;
  }
  .chat__container .chat__message .message.regulation .reason__large--title {
    margin-top: 0;
  }
  .chat__container .chat__message .message.regulation .message__content.large {
    padding: 8px 16px 7px 14px;
  }
  .chat__container .chat__message.left {
    margin-bottom: 21px;
  }
  .chat__container .chat__message.left .message__content {
    max-width: 225px;
    padding: 6px 10px 5.5px 13px;
    min-width: 225px;
  }
  .chat__container .chat__message.left .message__content.short {
    min-width: 102.65px;
  }
  .chat__container .chat__message.left .message__content.width__short {
    min-width: 225px;
  }
  .chat__container .chat__message.left .avatar {
    margin: 0 6px 0 0;
  }
  .chat__container .chat__message.left:last-child {
    margin-top: 23px;
  }
  .chat__container .chat__message.left:last-child .message__content.long {
    padding: 6px 13px 4.5px 15px;
  }
  .chat__container .chat__message.right .message .message__name {
    margin-right: -4px;
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .chat__container .chat__message.right .message__content.reg {
    margin-top: 4px;
    padding: 7px 9px 7.5px 13px;
  }
  .chat__container .chat__message .reason__large--title {
    padding: 0 11px 0 14px;
    margin: -2px -6px 1px 0;
    font-size: 14px;
    gap: 0;
    text-align: center;
    width: 250px;
  }
  .chat__container .chat__message .reason__large--title::before, .chat__container .chat__message .reason__large--title::after {
    display: none;
  }
  .chat__container .chat__message .reason__large--title .reason__title {
    margin-right: 12px;
  }
  .chat__container .chat__message .message__content {
    padding: 6px 9px 5.5px 13px;
    border-radius: 6px;
    max-width: 78%;
  }
  .chat__container .chat__message .message__content.long {
    max-width: 78%;
    padding: 5px 13px 5.5px 15px;
  }
  .chat__container .chat__message .message__content.short {
    max-width: 34%;
    padding: 6px 11px 6px 15px;
  }
  .chat__container .chat__message .message__content.large {
    margin-bottom: 2px;
    padding: 8px 16px 7px 14px;
    margin-top: 5px;
  }
  .chat__container .chat__message .message__content.large.regu {
    padding: 8px 13px 7px 14px;
    margin-top: 2px;
  }
  .chat__container .chat__message .message__content.large .paragraph {
    line-height: 1.2;
  }
  .chat__container .chat__message .message__content .hight {
    line-height: 1.3;
  }
  .chat__container .chat__message .message__content p {
    line-height: 1.4;
  }
  .chat__container .chat__message .avatar {
    width: auto;
  }
  .chat__container .chat__message .avatar img {
    width: 24px;
  }
  .chat__container .chat__message .message__name {
    font-size: 8px;
  }
  .chat__container .chat__message .content {
    font-size: 12px;
  }
  .chat__container .chat__message.left .message__content {
    margin-left: 0;
  }
  .chat__container .chat__message.left .message__content::before {
    height: 6px;
    width: 7px;
    left: -5px;
  }
  .chat__container .chat__message.right .avatar {
    margin-left: 10px;
  }
  .chat__container .chat__message.right .message__content {
    margin-right: 0;
    max-width: 83%;
  }
  .chat__container .chat__message.right .message__content::before {
    height: 6px;
    width: 7px;
    right: -5px;
  }
  .chat__container .chat__message.right .message__content .paragraph {
    margin-bottom: 19px;
  }
  .chat__container .chat__message.right .message.small {
    font-size: 12px;
    margin-top: 0;
    line-height: 0.3;
  }
  .chat__container .chat__message.right .message.small .message__content {
    padding: 5px 14px 5px 14px;
    max-width: 83%;
  }
  .chat__container .chat__message.left .message__content, .chat__container .chat__message.right .message__content {
    font-size: 12px;
  }
  .chat__container .chat__message .reason__title {
    font-size: 14px;
    padding: 11px 0;
  }
  .cta__container::before {
    border-width: 77px 49vw 0 49vw;
    bottom: 235px;
  }
  .cta__container::after {
    content: "";
    background-image: url(../img/triangle-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 173px;
    bottom: 148px;
    position: relative;
  }
  .case {
    padding-top: 136px;
  }
  .case .section__title .img {
    width: 89%;
    margin-bottom: 0;
  }
  .case .section__title .title {
    padding: 0 23px;
    bottom: -1px;
  }
  .case .case__container {
    margin: 30px auto;
  }
  .case .case__container .profile {
    font-size: 10px;
    padding: 10px 5px 11px;
  }
  .case .case__box {
    margin-bottom: 24px;
  }
  .case .case__box.woman .box__inner {
    height: 337px;
    gap: 4px;
  }
  .case .case__box.woman .text__area .large__class {
    margin-bottom: 7px;
  }
  .case .case__box.woman .text__area {
    margin: 5px 0px 0 -47px;
  }
  .case .case__box.woman .text__area .content__box {
    margin: 9px 0;
  }
  .case .case__box .box__inner {
    height: 337px;
    gap: 4px;
  }
  .case .case__box .img__area {
    margin-top: 9px;
    margin-left: -31px;
  }
  .case .case__box .img__area.before p {
    left: 12px;
    bottom: 17px;
  }
  .case .case__box .img__area.after p {
    bottom: 17px;
  }
  .case .case__box .img__area .before {
    width: 158px;
  }
  .case .case__box .img__area .after {
    width: 115px;
  }
  .case .case__box .img__area p {
    font-size: 18px;
    bottom: 24px;
  }
  .case .case__box .text__area {
    font-size: 18px;
    margin: 13px 0px 0 -47px;
    z-index: 1;
  }
  .case .case__box .text__area .large__class {
    margin-bottom: 12px;
  }
  .case .case__box .text__area .large__text {
    font-size: 36px;
  }
  .case .case__box .text__area .large__text span {
    font-size: 18px;
  }
  .case .case__box .text__area .small__text {
    margin: 0;
  }
  .case .case__box .text__area .content__box {
    margin: 15px 0;
  }
  .case .case__box .text__area .content__box .large__text {
    font-size: 27px;
  }
  .case .case__box .text__area .content__box .large__text span {
    font-size: 15px;
  }
  .value {
    height: 69px;
  }
  .value::before {
    border-width: 33px 49vw 0 49vw;
  }
  .value img {
    width: 89.0666666667vw;
    max-width: 400px;
    height: auto;
    margin-bottom: 40px;
  }
  .value__content h2 img {
    width: 194px;
    bottom: 26px;
  }
  .value__content .value__container {
    padding-top: 233px;
  }
  .value__content .value__container::after {
    bottom: -156px;
  }
  .value__content .value__box {
    height: 231px;
  }
  .value__content .value__box.left .skew__text, .value__content .value__box.right .skew__text {
    margin-bottom: 34px;
  }
  .value__content .value__box .box__inner {
    position: relative;
    top: 148px;
  }
  .value__content .small__text {
    font-size: 12px;
    height: 135px;
    line-height: 1.85;
    padding: 9px 8px 0px;
    margin: 0px 15px 7px;
  }
  .value__content .small__text::before {
    right: -1px;
    bottom: -2px;
    width: 7px;
    height: 14px;
  }
  .value__content .small__text::after {
    left: -1px;
    top: -2px;
    width: 7px;
    height: 14px;
  }
  .value__content .small__text.padding {
    padding: 9px 10px 0;
    margin: 0px 15px 7px;
  }
  .introduction__outer {
    margin-top: 149px;
  }
  .introduction .section__title {
    padding: 27px 0 0;
  }
  .introduction .section__title .img {
    width: 91%;
  }
  .introduction__container {
    margin-top: -19px;
  }
  .introduction__container .container__title::before {
    width: 169px;
    height: 113px;
  }
  .introduction__container .flex__container--outer {
    padding-bottom: 40px;
    margin-top: -96.5px;
  }
  .introduction__container .flex__container {
    gap: 2px 34px;
    margin-top: 6px;
  }
  .introduction__container .flex__item {
    height: 312px;
    margin-bottom: 4px;
    margin-top: -1px;
    width: 334px;
  }
  .introduction__container .flex__item .img__box {
    overflow: hidden;
    height: 310px;
  }
  .introduction__container .flex__item.title__box {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .introduction__container .flex__item.title__box .text {
    gap: 21px;
    margin-bottom: 5px;
  }
  .introduction__container .flex__item.title__box .text span {
    font-size: 12px;
    margin: 3px 19px 0px -4px;
    padding: 6px 16px;
  }
  .introduction__container .flex__item .comment {
    margin-bottom: 24px;
  }
  .introduction__container .flex__item .comment__area {
    font-size: 10px;
    margin: 23px 13px;
    padding: 16px 17px 17px 18px;
  }
  .introduction__container .flex__item .comment__area.konaka {
    margin: 13px 12px;
    padding: 23px 18px;
  }
  .introduction__container .flex__item .comment__area.konaka .comment {
    margin-bottom: 23px;
  }
  .introduction__container .flex__item .comment__area.inoue {
    margin: 12px;
    padding: 13px 17px 11px 19px;
  }
  .introduction__container .flex__item .comment__area.yamada {
    margin: 12px 12px 16px;
    padding: 17px 18px 18px;
    width: 306px;
  }
  .introduction__container .flex__item .comment__area.yamada .comment {
    margin-bottom: 22px;
  }
  .introduction__container .flex__item .comment__area.muroi {
    margin: 12px 12px 16px;
    padding: 18px 18px 19px;
  }
  .introduction__container .flex__item .data {
    width: 204px;
    height: 94px;
    margin-top: 18px;
  }
}
@media (max-width: 540px) and (max-width: 375px) {
  .introduction__container .flex__item .data {
    width: 54.4vw;
    height: 25.0666666667vw;
  }
}
@media (max-width: 540px) {
  .introduction__container .flex__item .person {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .introduction__container .flex__item .person.otsuka {
    width: 48.8vw;
    margin-left: -57px;
    margin-top: 6px;
  }
  .introduction__container .flex__item .person.konaka {
    width: 51.2vw;
    margin-left: -62px;
  }
  .introduction__container .flex__item .person.inoue {
    width: 43.7333333333vw;
    margin-left: -38px;
    margin-top: 25px;
  }
  .introduction__container .flex__item .person.yamada {
    width: 76.2666666667vw;
    margin-left: -156px;
  }
  .introduction__container .flex__item .person.muroi {
    width: 62.4vw;
    margin-left: -107px;
  }
  .chart {
    margin-top: -5px;
  }
  .chart .section__title {
    padding-top: 11px;
  }
  .chart .section__title .img {
    width: 67%;
  }
  .chart .section__title .title {
    bottom: 12px;
    padding: 11px 22px 0;
  }
  .chart .chart__container {
    margin-top: 44px;
  }
  .chart .chart__container img {
    width: 240px;
    margin-top: -37px;
  }
  .chart .comparison__table {
    gap: 0;
  }
  .chart .comparison__table .table__row--box.margin {
    margin-top: 0;
  }
  .chart .comparison__table .table__row--box.bottom {
    height: auto;
  }
  .chart .comparison__table .table__row {
    font-size: 13px;
  }
  .chart .comparison__table .table__row.header .table__cell.shop:nth-child(2) {
    font-size: 20px;
  }
  .chart .comparison__table .table__row.header .table__cell.shop:nth-child(3) {
    border-right: 1px solid;
  }
  .chart .comparison__table .table__cell.title {
    font-size: 14px;
    width: 120px;
    border: 0.5px solid #F5F5F5;
    margin-top: 0;
    height: 100%;
  }
  .chart .comparison__table .table__cell.main {
    box-shadow: none;
  }
  .chart .comparison__table .table__cell.shop, .chart .comparison__table .table__cell.main, .chart .comparison__table .table__cell.exam {
    width: 190px;
  }
  .chart .comparison__table .table__cell.exam {
    font-size: 13px;
  }
  .bg {
    padding-bottom: 48.5px;
  }
  .bg .cta::before, .bg .cta::after {
    border-bottom: 1px solid #363134;
  }
  .bg .cta h3 {
    margin-bottom: -4px;
    margin-left: 9px;
  }
  .price {
    margin-top: 25px;
  }
  .price .section__title .img {
    width: 65%;
  }
  .price .section__title .title {
    padding: 0 23px;
    bottom: 12px;
  }
  .price .medal__area {
    font-size: 16px;
    gap: 10px;
    margin: 2px 0px 36px;
  }
  .price .medal__area span {
    font-size: 13px;
  }
  .price .price__container .box__title {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 14px;
  }
  .price .price__container .box__title.small {
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-top: 11px;
  }
  .price .price__container .box__title.small h3 {
    letter-spacing: 0;
  }
  .price .price__container .box__title h3 {
    gap: 6px;
    margin-left: 0;
  }
  .price .price__container .box__title span {
    font-size: 32px;
  }
  .price .price__container .box__title p {
    font-size: 12px;
  }
  .price .price__container .box__menu {
    margin: 17px 0 39px;
  }
  .price .price__container .menu__content .number {
    font-size: 20px;
  }
  .price .price__container .menu__content .title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .price .price__container .menu__content .time {
    font-size: 14px;
  }
  .price .price__container .menu__content img {
    height: 212px;
    width: 80vw;
    margin: 5px 0 13px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price .price__container .menu__content .small__text {
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .price .price__container .price__box {
    padding-bottom: 21px;
  }
  .price .price__container .price__box:first-child {
    padding-bottom: 31px;
  }
  .price .price__title {
    margin-left: 0;
    gap: 5px;
    margin-bottom: 7px;
  }
  .price .table__container {
    margin: 0 17.5px;
    border-radius: 20px;
    border: 3px solid #DEBF68;
  }
  .price .price__table {
    margin: 8px 0 11px;
  }
  .price .price__table .gray {
    font-size: 14px;
  }
  .price .price__table tr:not(:nth-child(4))::before {
    margin-left: 5px;
    margin-right: 11px;
  }
  .price .price__table tr.large {
    margin-top: -7px;
    flex-wrap: nowrap;
    text-wrap: nowrap;
  }
  .price .price__table td {
    font-size: 16px;
    margin: 2px 4px;
  }
  .price .price__table td:nth-child(2) {
    margin: 2px 10px 2px 8px;
  }
  .price .price__table td.gray .tight {
    letter-spacing: -0.1em;
  }
  .price .price__table td.gray .yen {
    font-size: 10px;
  }
  .price .price__table .month {
    font-size: 14px;
  }
  .price .price__table .recommend__text {
    font-size: 12px;
    margin-top: 26px;
  }
  .price .interest {
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
  }
  .access {
    padding-bottom: 20px;
  }
  .access .map {
    font-size: 16px;
  }
  .access .map .map__img {
    width: 80vw;
    margin-left: 14px;
  }
  .access .map .tokyo {
    padding: 7px;
  }
  .access .section__title .title {
    padding: 0 22px;
    bottom: 20px;
  }
  .access .ribbon__title {
    width: 238px;
    margin: -9px 0 17px;
  }
  .access .map__container {
    padding: 19px 10px 6px;
  }
  .access .map__box {
    margin-bottom: 35px;
  }
  .access .map__box:last-child {
    margin-bottom: 17px;
  }
  .access .map__box .content {
    font-size: 14px;
    width: auto;
  }
  .access .map__box .content .shop {
    font-size: 18px;
  }
  .access .map__box .content .time {
    margin: 18px 0 15px;
  }
  .access .map__box .content .address {
    line-height: 1.4;
  }
  .access .map__box iframe {
    height: 178px;
  }
  .faq {
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .faq .section__title {
    padding: 0;
  }
  .faq .section__title .img {
    font-size: 48px;
  }
  .faq .section__title .title {
    padding: 0 23px;
    bottom: 12px;
  }
  .faq .faq__container {
    margin: 33px auto 0;
  }
  .faq .faq__item {
    margin-bottom: 24px;
  }
  .faq .faq__question {
    display: inline-flex;
    line-height: 1.3;
    padding: 9px 14px 9px 10px;
  }
  .faq .faq__question.first {
    padding: 9px 6px 9px 10px;
  }
  .faq .faq__question .question__text {
    font-size: 16px;
  }
  .faq .faq__answer {
    font-size: 14px;
    padding: 6px 20px 20px 14px;
  }
  .article__outer {
    margin: 36px 20px 24px;
  }
  .article {
    background-size: 50% 100%;
    background-position: left;
    padding: 0 0 39px;
    margin-bottom: 25px;
  }
  .article .person {
    width: 40vw;
    height: 54.6666666667vw;
    margin-top: -20px;
    margin-left: 9px;
  }
  .article h3 {
    font-size: 20px;
    text-wrap: nowrap;
  }
}
@media (max-width: 540px) and (max-width: 374px) {
  .article h3 {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .article .name {
    font-size: 12px;
    margin-top: -3px;
  }
  .article .content {
    font-size: 12px;
    margin: -81px 16px 0;
    padding: 21px 11px 7px;
  }
  .article .content .text {
    margin-bottom: 14.5px;
  }
  .article .message__area {
    justify-content: flex-start;
    margin: 12px 6px 0 -29px;
    line-height: 1.8;
  }
  .company {
    padding-bottom: 56px;
    margin-top: -5px;
  }
  .company .section__title .img {
    width: 48%;
  }
  .company .section__title .title {
    padding: 0 23px;
    bottom: 13px;
  }
  .company .company__info {
    margin: 14px 20px 0px;
    padding: 31px 16px 31px 20px;
  }
  .company .company__info .company__item {
    font-size: 14px;
  }
  .company .company__info h3 {
    font-size: 16px;
  }
  .company .company__info p {
    margin-top: 17px;
  }
  footer {
    padding: 30px 0 23px;
  }
  footer .footer__logo {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 33px;
  }
  footer a {
    font-size: 12px;
    margin: 20px 0 20px;
  }
  footer .footer__copy {
    font-size: 10px;
  }
  .privacy {
    font-size: 30px;
    margin-top: 30px;
  }
  .policy__text {
    border-radius: 20px;
    padding: 16px;
  }
  .policy__text h2 {
    padding-left: 15px;
  }
  .attend__small {
    font-size: 12px;
  }
  .attend__small.black {
    color: #fff;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 374px) {
  .free .free__price {
    font-size: 32px;
  }
  .section__title {
    font-size: 16px;
  }
  .cta .attention {
    font-size: 11px;
  }
  header .header__inner .header__left .header__logo {
    width: 170px;
  }
  .introduction__container .flex__item .comment__area.yamada {
    width: -webkit-fill-available;
  }
  main .main__container {
    height: 432px;
  }
  main .main__box .medal {
    width: 130px;
    margin-bottom: -10px;
  }
  .service .service__box .box__inner {
    margin-top: 200px;
  }
  .service .service__container .intro {
    padding: 10px 6px;
  }
  .feature .point__container .title__ja {
    font-size: 18px;
  }
  .chat__container .chat__message .reason__large--title {
    width: 235px;
  }
  .value__content .value__container::after {
    height: 190px;
  }
  .value__content .value__container .value__box .box__inner {
    top: 125px;
  }
  .price .price__container .box__title {
    font-size: 23px;
  }
  .price .price__container .box__title span {
    font-size: 23px;
  }
  .price .price__table .recommend__text {
    font-size: 10px;
  }
  .access .map__box .content {
    font-size: 12px;
  }
  .article .message__area {
    margin: 12px 0px 0 -37px;
  }
}
@media (max-width: 360px) {
  .price .price__table tr.large {
    text-wrap: wrap;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */