@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

.flex {
  display: flex;
}

.mx {
  max-width: 960px;
  margin: 0 auto;
}

.ttl {
  background-image: url(../img/ttl.png);
  background-position: center;
  background-size: cover;
  padding: 5.5px 0;
}
.ttl-text {
  color: #fff;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.block.mx {
  margin-bottom: 5rem;
}
.block-txt {
  margin-top: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.03rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roundPink {
  background-image: url(../img/round_1.png);
  background-position: center;
  background-size: cover;
}

.roundWhite {
  background-image: url(../img/round_2.png);
  background-position: center;
  background-size: cover;
}

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

.text14 {
  font-size: 0.825rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.relative {
  position: relative;
}

.Topic2 {
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5rem;
  gap: 0.8rem;
}
.Topic2 .ttl2 {
  font-size: 4.0625rem;
  color: #debbcb;
  font-family: "Lato", sans-serif;
}
.Topic2 .subttl2 {
  font-size: 1.5rem;
  transform: translateY(36px);
  font-family: "Noto Sans JP", sans-serif;
}

.body2 {
  margin-top: 3rem;
  gap: 2rem;
}
.body2-img {
  width: 40%;
  aspect-ratio: 1/1;
}
.body2__content {
  width: 50%;
  flex: 1;
}
.body2__content-ttl {
  border-left: 8px solid #bfba92;
  padding-left: 1.5rem;
  font-size: 1.75rem;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
.body2__content-txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

.block__lower {
  margin: 3rem auto;
  border: 1px solid #debbcb;
  max-width: 775px;
}
.block__lower-pickUp {
  color: #fff;
  background-color: #debbcb;
  text-align: center;
  padding: 2rem;
  font-size: 1.625rem;
  width: 300px;
}
.block__lower-content {
  background-color: #fff;
  width: 100%;
  padding-left: 2rem;
  margin-left: 2rem;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  font-family: "Lato", sans-serif;
}
.block__lower-content-txt {
  position: relative;
  font-size: 1.375rem;
}
.block__lower-content-txt::before {
  content: "◆";
  color: #debbcb;
  position: absolute;
  top: 0;
  left: -2rem;
}

.fots24 {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}

.MB-block {
  display: none;
}

.PC-block {
  display: block;
}

.JP {
  font-family: "Noto Sans JP", sans-serif;
}

.gosic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
}

.os {
  font-family: "Oswald", sans-serif;
}

header {
  padding: 1.6875rem;
  background-color: white;
  align-items: center;
}
header .modal {
  display: none;
}
.headerLogo{
  width: 200px;
}
.headerMenu {
  gap: 2rem;
  margin-left: auto;
}
.headerMenu-ul {
  gap: 2rem;
}
.headerMenu__list:hover {
  opacity: 0.7;
}

main {
  position: relative;
  overflow: hidden;
}
main.active {
  margin-top: 70px;
}

.FV__content {
  aspect-ratio: 2.7/1;
  margin-bottom: 6rem;
}

.Policy-FV {
  background-image: url(../img/planFutaeFV.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 3.57/1;
  position: relative;
  margin-bottom: 6rem;
}
.Policy-FV-txt {
  position: absolute;
  top: 50%;
  left: calc((100vw - 960px) / 2);
  font-family: "Noto Sans JP", sans-serif;
}
.Policy-FV-txt-ttl {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  width: 592px;
}
.Policy-FV-txt-subttl {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
.Policy-FV-img {
  position: absolute;
  top: 20%;
  right: calc((100vw - 960px) / 2);
  width: 368px;
  height: auto;
}

.Policy p, .Policy li {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04rem;
  line-height: 1.8rem;
  margin: 1rem 0;
}

.Policy__title {
  font-size: 3.0625rem;
  color: #debbcb;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08rem;
  font-weight: lighter;
  margin-bottom: 3rem;
}

.FV {
  position: relative;
  height: 100%;
}
.FV__body {
  display: inline-block;
  position: absolute;
  top: 44%;
}
.FV-ttl {
  border-bottom: 1px solid #707070;
  gap: 0.5rem;
  padding-right: 4rem;
}
.FV-ttl-text {
  display: inline-block;
  padding: 0 0rem 0.2rem 0;
  color: #debbcb;
  font-size: 4.0625rem;
  font-weight: lighter;
  font-family: "Lato", sans-serif;
}
.FV-ttl-subTxt {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FV-subttl {
  font-size: 2rem;
  line-height: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.body {
  gap: 2%;
}
.body-txt {
  width: 54%;
}
.body-img {
  width: 44%;
}

.course {
  margin-bottom: 0rem;
}

.courses {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 2rem 0;
  margin-bottom: 3rem;
}
.courses__block {
  width: 233.89px;
  height: 233.89px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.courses .roundPoint {
  color: #debbcb;
  transform: translateY(-14px);
}
.courses .roundPoint .point {
  border-bottom: 1px solid #debbcb;
  font-size: 1.25rem;
  display: inline-block;
}
.courses .roundPoint .number {
  font-size: 3.125rem;
  transform: translateY(-10px);
}

.cristal {
  position: absolute;
  width: 527.16px;
  aspect-ratio: 1/1;
  rotate: -104deg;
  z-index: -2;
}

.news-archive {
  display: block;
  border-bottom: 1px solid #000;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.page-numbers:hover {
  opacity: 0.7;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.pagination .page-numbers a:hover {
  opacity: 0.7;
}

.pickup {
  flex-wrap: wrap;
  gap: 40px;
}

.pickup__img {
  width: calc(50% - 40px);
}

.FV__contentConcept {
  background-image: url(../img/concept_woman2.jpg);
  background-position: center;
  background-size: cover;
}

.roundText {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  transform: translateY(-28px);
}
.roundText-ttl {
  font-size: 1.75rem;
}
.roundText-sub {
  gap: 2px;
}
.roundText-sub-img {
  width: 12px;
  height: 12px;
}

.FV__contentPlan {
  background-image: url(../img/plan.jpg);
  background-position: center;
  background-size: cover;
}

.plan__block {
  gap: 10%;
  margin-top: 2rem;
}
.plan__block-img {
  width: 220px;
  height: 197px;
  aspect-ratio: 1/1;
  flex: 1;
}
.plan__block-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__block-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 70%;
}
.plan__block-content .planTxt {
  font-size: 1.375rem;
  padding: 0.8rem 2rem;
  background-color: #f3e7ed;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
}
.plan__block-content .planTxt:hover {
  opacity: 0.7;
}

.coursesPlan {
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 2rem;
}

.contentsPlan {
  margin-top: 1rem;
}
.contentsPlan .content-img {
  width: 50%;
  aspect-ratio: 1.1/1;
}

.contentPlan {
  border: 10px solid #edebec;
  width: 80%;
}
.contentPlan-detail {
  padding: 1rem 0 1rem 1rem;
}
.contentPlan-detail-price {
  font-size: 1.875rem;
  border-bottom: 1px solid black;
  letter-spacing: 0.3rem;
  font-family: "Lato", sans-serif;
}
.contentPlan-detail-menu {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.contentPlan-detail .pinkBig {
  font-size: 3rem;
  color: #debbcb;
}
.contentPlan-detail .BrownBig {
  font-size: 3rem;
  color: #817963;
}
.contentPlan-detail .GoldBig {
  font-size: 3rem;
  color: #bfba92;
}
.contentPlan-detail .grayBig {
  font-size: 2rem;
  color: #bfba92;
  padding: 0 0.5rem;
}
.contentPlan-detail-sum {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
.contentPlan-detail .priceBtn {
  font-size: 0.8125rem;
  color: #debbcb;
  border: 1px solid #debbcb;
  border-radius: 1rem;
  padding: 0.2rem 2rem;
  transform: translateY(-5px);
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.contentPlan-detail .priceBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
}
.contentPlan-detail .priceBtn:hover {
  color: #fff;
  background-color: #debbcb;
}
.contentPlan-detail .priceBtn.gold {
  color: #bfba92;
  border: 1px solid #bfba92;
}
.contentPlan-detail .priceBtn.gold::after {
  background-image: url(../img/arrow-02.png);
  background-position: center;
  background-size: cover;
}
.contentPlan-detail .priceBtn.gold:hover {
  color: #fff;
  background-color: #bfba92;
}
.contentPlan-detail .priceBtn.brown {
  color: #817963;
  border: 1px solid #817963;
}
.contentPlan-detail .priceBtn.brown::after {
  background-image: url(../img/arrow-03.png);
  background-position: center;
  background-size: cover;
}
.contentPlan-detail .priceBtn.brown:hover {
  color: #fff;
  background-color: #817963;
}
.contentPlan-detail .align-right {
  text-align: right;
  margin-right: 3.5rem;
  font-size: 0.875rem;
}
.contentPlan-detail-text {
  gap: 1rem;
  flex-direction: column;
  border: 1px solid #debbcb;
  padding: 1.5rem 1rem 1.5rem 3rem;
  margin: 2rem 3.2rem 0 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.contentPlan-detail-text.gold {
  border: 1px solid #bfba92;
}
.contentPlan-detail-text.brown {
  border: 1px solid #817963;
}
.contentPlan-detail-text.plan {
  flex-direction: row;
  padding: 0;
  gap: 2rem;
}
.contentPlan-detail-text.plan::before {
  content: "";
  padding: 0;
}
.contentPlan-detail-text::before {
  content: "こんな方にオススメ";
  position: absolute;
  top: -1rem;
  left: 1rem;
  padding: 0.2rem 2rem;
  color: white;
  background-color: #e4b9d0;
}
.contentPlan-detail-text .toPlanPerson {
  background-color: #debbcb;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
.contentPlan-detail-text .toPlanPerson.gold {
  background-color: #bfba92;
}
.contentPlan-detail-text .toPlanPerson.brown {
  background-color: #817963;
}
.contentPlan-detail-text .toPersons {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.contentPlan-detail-text .toPerson {
  font-size: 0.875rem;
  position: relative;
}
.contentPlan-detail-text .toPerson::before {
  content: "◆";
  color: #debbcb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.6rem;
}
.contentPlan-detail-text .toPerson.gold::before {
  color: #bfba92;
}
.contentPlan-detail-text .toPerson.brown::before {
  color: #817963;
}
.contentPlan-img {
  width: 40%;
}
.contentPlan-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.grantea {
  gap: 1.2rem;
  flex-direction: column;
  margin: 4rem 0 0 2.2rem;
}

.textPlan {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.textPlan::before {
  content: "◆";
  color: #debbcb;
  position: absolute;
  top: 0;
  left: -2.2rem;
}

.planCourse.mx {
  margin: 0 auto 6rem;
}

.FV__contentMenu {
  background-image: url(../img/menu-menu.jpg);
  background-position: center;
  background-size: cover;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.FV__contentFlow {
  background-image: url(../img/flow-flow.png);
  background-position: center;
  background-size: cover;
}

.Topic3 {
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  gap: 0.8rem;
}
.Topic3 .ttl3 {
  font-size: 4.0625rem;
  color: #debbcb;
  font-family: "Lato", sans-serif;
}
.Topic3 .subttl3 {
  font-size: 1.5rem;
  transform: translateY(12px);
  font-family: "Noto Sans JP", sans-serif;
}

.body3__content {
  transform: translateY(60px);
}
.body3__content-txt {
  letter-spacing: 0;
}

.FV__contentPrice {
  background-image: url(../img/price-price.jpg);
  background-position: center;
  background-size: cover;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  margin-top: 2rem;
  background-color: #fff;
}
table th {
  background-color: #f3e7ed;
  text-align: left;
  font-weight: lighter;
}
table th,
table td {
  padding: 1rem 2rem;
}
table .cost {
  text-align: center;
}

table th,
table td {
  border: 1px solid black;
}

.price-txt {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8rem;
}
.FV-ttl.price {
  padding-right: 12rem;
}

.FV__contentClinic {
  background-image: url(../img/clinic-clinic.jpg);
  background-position: center;
  background-size: cover;
}

.clinicTtl {
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.clinicContent {
  margin-bottom: 6rem;
}
.clinicContent__body {
  gap: 4%;
  margin-top: 2rem;
}
.clinicContent__body-detail {
  gap: 4rem;
  flex-direction: column;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 44%;
}
.clinicContent__body-img {
  width: 52%;
}
.clinicContent .addressClinic {
  gap: 1rem;
  border-bottom: 1px solid #debbcb;
  padding: 0 0rem 1rem 0;
}
.clinicContent .addressClinic-mark {
  width: 16px;
  height: 16px;
}
.clinicContent .addressClinic-mark .mark {
  transform: translateY(2px);
}
.clinicContent .addressClinic-name {
  width: 20%;
}
.clinicContent .addressClinic-txt {
  margin-left: 2rem;
  width: 60%;
}
.clinicContent .addressClinic:nth-of-type(1) {
  margin-top: 2rem;
}

.clinicMap-map {
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #e3e3e3;
  margin-top: 2rem;
}
.clinicMap-txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 2rem;
  text-align: center;
}
.clinicMap-txt-access {
  gap: 2rem;
}
.clinicMap-txt-btn {
  padding: 0.8rem 4rem;
  background-color: #fff;
  border: 1px solid #debbcb;
  border-radius: 30px;
  color: #debbcb;
  transform: translateY(-12px);
  margin: 0 2rem 0 auto;
}
.clinicMap .clinicMark {
  width: 16px;
  height: 20px;
}
.clinicMap .clinicAccessTxt {
  margin-left: 2rem;
}

.FV__contentForm {
  background-image: url(../img/form.jpg);
  background-position: center;
  background-size: cover;
}

.cristal.form1 {
  top: -100px;
  left: -300px;
}
.cristal.form2 {
  bottom: -100px;
  right: -300px;
}

.mt5px {
  margin-top: 5px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
form input {
  border: none;
  height: 3.5rem;
  border-radius: 5px;
  padding-left: 1rem;
}
form .submitBtns {
  text-align: center;
}
form .submitBtn {
  display: inline-block;
  border: 1px solid #debbcb;
  background-color: #fff;
  color: #debbcb;
  border-radius: 30px;
  font-size: 1.125rem;
  width: 333px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
form .submitBtn:hover {
  color: #fff;
  background-color: #debbcb;
}

.Form {
  background-color: #f3e7ed;
  margin-bottom: 6rem;
  padding-bottom: 4rem;
}
.Form-ttl {
  text-align: center;
  padding: 3rem 0;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.Form .mxForm {
  max-width: 615px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Form .bold {
  font-weight: bold;
}
.Form .container {
  display: flex;
  flex-direction: column;
}
.Form .container .must {
  margin-left: 10px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #707070;
  border-radius: 5px;
  padding: 0px 3px;
  transform: translateY(-5px);
  font-weight: lighter;
}
.Form .container .option {
  gap: 2rem;
}
.Form .container .radio {
  height: auto;
}
.Form .container .genderBox {
  display: inline-block;
}
.Form .container .gender {
  display: inline-block;
  margin-right: 2rem;
  margin-left: 1rem;
}
.Form .container .genders {
  gap: 1rem;
}
.Form .container .error {
  color: red;
}
.Form .container .form-must {
  border: 1px solid red !important;
  background: #ffccff;
}
.Form .container .timeOption {
  gap: 1rem;
}
.Form .container .timeOption .formTxt {
  transform: translateY(16px);
}
.Form .container .select-box {
  width: 155px;
  height: 3.5rem;
  position: relative;
}
.Form .container .select-box::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 10px;
}
.Form .container .select-box.year {
  width: 288px;
}
.Form .container .time {
  border: none;
  height: 3.5rem;
  border-radius: 5px;
  width: 100%;
  padding-left: 1rem;
}
.Form .container .lighter {
  color: #373737;
}
.Form .container .questionInput {
  height: 9.875rem;
}
.Form .gap1 {
  gap: 1rem;
}
.Form .privacyTxt {
  display: block;
  transform: translateY(16px);
}

.confirm {
  padding: 20px;
}
.confirm__check {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.confirm__check-text {
  font-size: 1.2rem;
}
.confirm__container {
  margin-top: 80px;
  margin-bottom: 40px;
}
.confirm__item + .confirm__item {
  margin-top: 40px;
}
.confirm__item-text {
  font-size: 1.2rem;
}
.confirm__label {
  font-size: 1.2rem;
  font-weight: 700;
}
.confirm__box {
  text-align: center;
}
.confirm__revise {
  padding: 5px 20px;
  display: block;
  font-size: 1.125rem;
  width: 333px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 30px;
  cursor: pointer;
}
.confirm__btn {
  display: inline-block;
  border: 1px solid #debbcb;
  background-color: #fff;
  color: #debbcb;
  border-radius: 30px;
  font-size: 1.125rem;
  width: 333px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
.confirm__btn:hover {
  color: #fff;
  background-color: #debbcb;
}

.inner {
  padding: 0 20px;
}

.thanks {
  padding-top: 40px;
  padding-bottom: 40px;
}
.thanks__container {
  margin-top: 80px;
  margin-bottom: 40px;
}
.thanks__report {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.thanks__text {
  font-size: 1.2rem;
}
.thanks__btn {
  display: inline-block;
  border: 1px solid #debbcb;
  background-color: #fff;
  color: #debbcb;
  border-radius: 30px;
  font-size: 1.125rem;
  width: 333px;
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  transition: all 0.3s;
}
.thanks__btn:hover {
  color: #fff;
  background-color: #debbcb;
}
.thanks__btn-box {
  text-align: center;
}

.policy__link {
  border-bottom: 1px solid #000;
}

.slanting {
  fill: #e4b9d0;
  transform: translateY(9px);
  position: relative;
  z-index: -3;
}

.footerUpper {
  text-align: center;
  color: white;
  background-color: #e4b9d0;
  font-size: 1.5rem;
  position: relative;
  font-family: "Lato", sans-serif;
  transform: translateY(1px);
}
.footerUpper::after {
  content: "＾";
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
}

.footerContent {
  background-color: #e4b9d0;
  padding: 2rem 0 5rem;
}

.footerWrapper {
  gap: 1rem;
}
.footerWrapper .footerRight {
  width: 30%;
}

.footerMiddle {
  justify-content: space-between;
  gap: 0.6rem;
}
.footerMiddle__block-logo{
  width: 200px;
  margin-inline: auto;
}
.footerMiddle__block .footerImg {
  width: 100%;
  height: auto;
}
.footerMiddle__block .Address {
  color: white;
  font-style: normal;
  flex-direction: column;
  margin-top: 0.6rem;
  gap: 0.6rem;
}
.footerMiddle__block .footerBtn {
  background-color: white;
  border-radius: 2rem;
  padding: 0.6rem 3rem;
  color: #e4b9d0;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  border: 4px solid #debbcb;
}
.footerMiddle__block .footerBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 8px;
  aspect-ratio: 1/1;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
}
.footerMiddle__block .footerBtn:hover {
  opacity: 0.7;
}
.footerMiddle .footerLeft {
  width: 45%;
}
.footerMiddle .footerCenter {
  width: 50%;
}

.footerMenu {
  flex-direction: column;
  gap: 1rem 0;
  color: white;
  border-left: 2px solid white;
  padding-left: 2rem;
}
.footerMenu__list {
  white-space: nowrap;
}
.footerMenu__list a:hover {
  opacity: 0.7;
}

.footerLower {
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (max-width: 1160px){
  header{
    padding: .6875rem;
  }
  header .modal {
    display: block;
  }
  header.active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .headerLogo{
    width: 60px;
  }
  .headerMenu {
    display: none;
  }
  .modal-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 50px;
    z-index: 1000;
    display: block;
  }
  .modal-btn .modalSpan {
    background-color: black;
    height: 1px;
    width: 30px;
    transition: 0.5s;
  }
  .modal-btn .modalSpan.active {
    background-color: white;
  }
  .modal-btn .modalSpan:nth-of-type(1) {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(1).active {
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(2) {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(2).active {
    display: none;
  }
  .modal-btn .modalSpan:nth-of-type(3) {
    position: absolute;
    top: 26px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(3).active {
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .modal {
    position: relative;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    transition: 1s;
    background-color: #debbcb;
    text-align: left;
    z-index: 999;
    padding-top: 20px;
  }
  .modal ul {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    gap: 40px;
  }
  .modal ul li {
    border-bottom: 1px solid white;
    padding-left: 30px;
    position: relative;
  }
  .modal ul li a {
    font-size: 24px;
    color: white;
    display: block;
    width: 100%;
  }
  .modal ul li::after {
    content: "+";
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 30px;
    color: white;
  }
  .modal.active {
    transform: translateX(-100vw);
    transition: 1s;
  }
}

@media screen and (max-width: 960px) {
  .MB-block {
    display: block;
  }
  .PC-block {
    display: none;
  }
  html {
    font-size: 12px;
  }
  .mx {
    max-width: 640px;
    margin: 0 auto;
  }
  .body2-img {
    width: 40%;
    aspect-ratio: 1/1;
  }
  .body2-img.flow {
    transform: translateY(50px);
  }
  .block-txt {
    font-size: 1.2rem;
  }
  .block__lower {
    max-width: 640px;
  }
  .text14 {
    font-size: 1.2rem;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .ttl {
    font-size: 1.6rem;
  }
  .Topic2 .subttl2 {
    transform: translateY(25px);
  }
  .FV {
    transform: translateY(calc(37.037037037vw + 2rem));
    text-align: center;
  }
  .FV.price {
    transform: translateY(calc(37.037037037vw + 2rem));
  }
  .FV__body {
    margin: 0 auto;
    display: block;
    position: relative;
    top: auto;
  }
  .FV-ttl {
    border-bottom: 1px solid #707070;
    gap: 0.5rem;
    padding-right: 0rem;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .FV-ttl.price {
    padding-right: 0;
  }
  .FV-ttl-text {
    padding: 1rem 0rem 0.2rem 0;
    font-size: 4.2rem;
  }
  .FV-ttl-subTxt {
    font-size: 1.8rem;
    transform: translateY(0px);
    padding-bottom: 1rem;
  }
  .FV-subttl {
    font-size: 1.8rem;
    line-height: 4rem;
    padding-top: 1rem;
  }
  .FV-after {
    margin-top: 28rem;
  }
  .FV-after.clinic {
    margin: 16rem auto 6rem;
  }
  .pickup {
    flex-wrap: wrap;
    gap: 20px;
  }
  .pickup__img {
    width: calc(50% - 20px);
  }
  table th,
table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
  table .cost {
    width: 90px;
  }
  .price-txt {
    font-size: 1.2rem;
  }
  .clinicTtl {
    font-size: 1.6rem;
  }
  .clinicContent {
    margin-bottom: 6rem;
  }
  .clinicContent__body {
    flex-direction: column-reverse;
  }
  .clinicContent__body-detail {
    width: 100%;
    font-size: 1.4rem;
  }
  .clinicContent__body-img {
    width: 100%;
  }
  .clinicMap {
    margin-bottom: 6rem;
  }
  .clinicMap-map {
    width: 100%;
    aspect-ratio: 2/1;
    background-color: #e3e3e3;
    margin-top: 2rem;
  }
  .clinicMap-txt {
    flex-direction: column;
  }
  .clinicMap-txt-access {
    gap: 2rem;
    font-size: 1.4rem;
  }
  .clinicMap-txt-btn {
    transform: translateY(0px);
    margin: 16px auto 0;
    font-size: 1.4rem;
  }
  .clinicMap .clinicMark {
    width: 16px;
    height: 20px;
    transform: translateY(-2px);
  }
  .clinicMap .clinicAccessTxt {
    margin-left: 2rem;
  }
  .slanting {
    transform: translateY(39px);
    padding-top: 3rem;
  }
  .footerUpper {
    font-size: 2.4rem;
    background-color: inherit;
  }
  .footerUpper::after {
    top: -3rem;
  }
  .footerMiddle {
    flex-direction: column-reverse;
  }
  .footerMiddle .footerLeft {
    width: 100%;
  }
  .footerMiddle .footerCenter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .footerMiddle .footerCenter .footerImg {
    width: 50%;
  }
  .footerMiddle__block .Address {
    flex: 1;
  }
  .footerMiddle__block .footerBtn {
    border-radius: 4rem;
    padding: 1.2rem 4rem;
    margin: 2rem;
    font-size: 1.5rem;
  }
  .footerMiddle__block-logo{
    margin-top: 20px;
  }
  .footerWrapper {
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .footerWrapper .footerRight {
    width: 100%;
  }
  .footerMenu {
    flex-direction: column;
    gap: 1rem 0;
    color: white;
    border-left: none;
    text-align: center;
    padding-left: 0;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }
  .mx {
    max-width: none;
    margin: 0 2rem;
  }
  .block-txt {
    font-size: 1.4rem;
  }
  .body {
    gap: 2%;
    flex-direction: column-reverse;
  }
  .body-txt {
    width: 100%;
  }
  .body-img {
    width: 100%;
  }
  .body2 {
    flex-direction: column;
  }
  .body2-img {
    width: 100%;
  }
  .body2-img.flow {
    transform: translateY(0px);
  }
  .body2__content {
    width: 100%;
  }
  .body2__content-ttl {
    border-left: 8px solid #bfba92;
    padding-left: 1.5rem;
    font-size: 1.75rem;
    margin-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .body2__content-txt {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
  .block__lower-pickUp {
    padding: 2rem 1rem;
    font-size: 1.4rem;
  }
  .block__lower-content {
    padding: 0.6rem 2rem;
    margin-left: 1rem;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .block__lower-content-txt {
    position: relative;
    font-size: 1.2rem;
  }
  .block__lower-content-txt::before {
    left: -2rem;
  }
  .fots24 {
    font-size: 1.2rem;
  }
  .FV__content {
    aspect-ratio: 1.2/1;
    margin-bottom: 6rem;
  }
  .FV-after {
    margin-top: 26rem;
  }
  .FV {
    text-align: center;
    transform: translateY(calc(83.3333333333vw + 2rem));
  }
  .FV__body {
    margin: 0 auto;
    display: block;
  }
  .FV-ttl {
    border-bottom: 1px solid #707070;
    gap: 0.5rem;
    padding-right: 0rem;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .FV-ttl-text {
    padding: 1rem 0rem 0.2rem 0;
    font-size: 4.2rem;
  }
  .FV-ttl-subTxt {
    font-size: 1.8rem;
    transform: translateY(0px);
    padding-bottom: 1rem;
  }
  .FV-subttl {
    font-size: 1.8rem;
    line-height: 4rem;
    padding-top: 1rem;
  }
  .Policy p {
    font-size: 1.4rem;
    letter-spacing: 0.01rem;
    line-height: 2.2rem;
  }
  .Policy-FV-txt {
    left: 50%;
    transform: translateX(-50%);
  }
  .Policy-FV-txt-ttl {
    width: 100%;
    white-space: nowrap;
  }
  .FV__content {
    background-position: right;
  }
  .courses .roundPoint {
    color: #debbcb;
    transform: translateY(-10px);
  }
  .courses .roundPoint .point {
    border-bottom: 1px solid #debbcb;
    font-size: 2rem;
    display: inline-block;
  }
  .courses .roundPoint .number {
    font-size: 4.125rem;
    transform: translateY(-10px);
  }
  .roundText {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    transform: translateY(-20px);
  }
  .roundText-ttl {
    font-size: 2.75rem;
  }
  .roundText-sub {
    gap: 2px;
  }
  .roundText-sub-img {
    width: 12px;
    height: 12px;
    transform: translateY(4px);
  }
  .roundText-sub-txt {
    flex: 1;
    font-size: 1.4rem;
  }
  .pickup {
    flex-wrap: wrap;
  }
  .pickup__img {
    width: 100%;
  }
  .contentsPlan {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .contentsPlan .content-img {
    width: 100%;
    aspect-ratio: 1.1/1;
  }
  .contentPlan {
    width: 100%;
  }
  .contentPlan-detail {
    padding: 1rem;
  }
  .contentPlan-detail .priceBtn {
    transform: translateY(-1px);
  }
  .contentPlan-detail-text {
    margin: 2rem auto 0;
  }
  .contentPlan-detail-text .toPlanPerson {
    width: 120px;
  }
  .plan__block {
    flex-direction: column;
    gap: 2rem 0;
  }
  .plan__block-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .plan__block-content {
    width: 100%;
  }
  .planCourse.mx {
    margin: 0 2rem 6rem;
  }
  .body3__content {
    transform: translateY(0px);
  }
  .body3__content-txt {
    letter-spacing: 0;
    margin-top: 1rem;
  }
  .mt6 {
    margin-top: 8rem;
  }
  .Topic3 .subttl3 {
    transform: translateY(7px);
  }
  .Topic2.flex-column {
    flex-direction: column;
  }
  .Topic2 .subttl2.tran0 {
    transform: translateY(0);
  }
  .FV.price {
    transform: translateY(calc(83.3333333333vw + 2rem));
  }
  .FV-ttl.price {
    padding-right: 0rem;
  }
  .FV-after.price {
    margin-top: 16rem;
  }
  .FV__content.clinic {
    background-position: inherit;
  }
  .FV-after.clinic {
    margin: 16rem 2rem 6rem;
  }
  .clinicMap .clinicMark {
    transform: translateY(-3px);
  }
  .FV-after.form {
    margin-top: 16rem;
  }
  form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  form input {
    border: none;
  }
  form .submitBtns {
    text-align: center;
  }
  form .submitBtn {
    display: inline-block;
    border: 1px solid #debbcb;
    background-color: #fff;
    color: #debbcb;
    border-radius: 30px;
    font-size: 1.125rem;
    width: 150px;
    height: 40px;
  }
  .Form {
    background-color: #f3e7ed;
    margin-bottom: 6rem;
    padding-bottom: 4rem;
  }
  .Form-ttl {
    text-align: center;
    padding: 3rem 0;
    font-size: 2rem;
  }
  .Form .mxForm {
    max-width: 615px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .Form .container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
    font-size: 1.4rem;
  }
  .Form .container .must {
    margin-left: 10px;
    font-size: 1rem;
    color: #fff;
    background-color: #707070;
    border-radius: 5px;
    padding: 2px 3px;
    transform: translateY(-5px);
  }
  .Form .container .option {
    gap: 2rem;
  }
  .Form .container .genders {
    gap: 1rem;
  }
  .Form .container .timeOption {
    gap: 1rem;
  }
  .Form .container .timeOption .formTxt {
    transform: translateY(0);
  }
  .Form .container .select-box {
    height: 2rem;
  }
  .Form .container .select-box::after {
    top: 70%;
  }
  .Form .container .time {
    width: 100%;
    height: 2rem;
    border: none;
  }
  .Form .container .time.year {
    width: 288px;
  }
  .Form .container .lighter {
    color: #373737;
  }
  .Form .container .questionInput {
    height: 12rem;
  }
  .Form .gap1 {
    gap: 1rem;
    margin: 0 auto;
    width: 80%;
  }
  .Form .privacyTxt {
    display: block;
    transform: translateY(9px);
  }
  .confirm__revise {
    width: 100%;
  }
  .confirm__btn {
    width: 100%;
  }
  .thanks__btn {
    width: 100%;
  }
  .slanting {
    transform: translateY(34px);
    padding-top: 3rem;
  }
}