@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
html {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02rem;
}
html p {
  padding: 0;
  margin: 0;
}
html img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 780px) {
  .sp-wrapper {
    display: none;
  }
  .first-view {
    width: 100%;
    background-color: #e8ebfa;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
  }
  .first-view .header {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20%;
    position: relative;
    z-index: 10;
    padding-top: 16px;
    padding-right: 8%;
  }
  .first-view .header .logo {
    width: 20.73%;
    max-width: 398px;
  }
  .first-view .header .ekichika {
    width: 17%;
    max-width: 327px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first-view .first-view-contents {
    width: 61.562%;
    max-width: 1182px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 200;
    margin-top: 36px;
  }
  .first-view .first-view-contents img {
    width: 100%;
  }
  .first-view .first-view-image-girl {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 0%;
    transform: translateX(-2%);
    z-index: 0;
  }
  .first-view .first-view-image-girl img {
    width: 100%;
  }
  .first-view .first-view-button {
    width: 30.6%;
    max-width: 601px;
    display: flex;
    justify-content: center;
    z-index: 20;
    margin-top: 40px;
    transition: all 0.4s;
  }
  .first-view .first-view-button img {
    width: 100%;
  }
  .first-view .first-view-button:hover {
    opacity: 0.7;
  }
  .first-view .fv-zeikomi {
    z-index: 100;
    margin-top: 1.2vw;
    font-size: 1.1111111111vw;
  }
  .second-section {
    width: 100%;
    background-color: #c5deff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 30;
    padding-top: 64px;
  }
  .second-section__title {
    width: clamp(500px, 45.0694444444vw, 649px);
  }
  .second-section .second-onayami {
    width: 57.5%;
    max-width: 1104px;
    padding-top: 60px;
  }
  .second-section__wrapper {
    filter: drop-shadow(0 20px 0 #d0d6ef);
    position: relative;
    z-index: 30;
  }
  .second-section::after {
    content: "";
    display: inline-block;
    background-color: #c5deff;
    position: absolute;
    width: 100%;
    height: 139px;
    width: 100%;
    bottom: -139px;
    left: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 300;
    transform: translateY(-1px);
  }
  .tenkan {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e9ecfb;
    padding-top: 284px;
    position: relative;
    z-index: 10;
  }
  .tenkan__wrapper {
    filter: drop-shadow(0 20px 0 #dde7fd);
    position: relative;
    z-index: 20;
  }
  .tenkan::after {
    content: "";
    display: inline-block;
    background-color: #e9ecfb;
    position: absolute;
    width: 100%;
    height: 135px;
    width: 100%;
    bottom: -135px;
    left: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 300;
  }
  .tenkan__title {
    width: clamp(500px, 51.1111111111vw, 736px);
  }
  .tenkan__table {
    width: clamp(700px, 68.0555555556vw, 980px);
    margin-top: 96px;
    margin-bottom: 40px;
  }
  .tenkan__text {
    color: #555555;
    width: clamp(500px, 49.3055555556vw, 710px);
    font-size: clamp(16px, 1.5277777778vw, 22px);
    line-height: 1.7;
    letter-spacing: -0.01em;
  }
  .tenkan__text span {
    color: #fd5c9a;
  }
  .tenkan__image {
    width: clamp(500px, 49.3055555556vw, 710px);
    margin: 30px 0;
  }
  .third-section {
    width: 100%;
    background-color: #fff4f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 200;
    padding-top: 184px;
  }
  .third-section .third-title {
    width: 41.56%;
    max-width: 798px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    padding-top: 65px;
    transform: translateX(2.5%);
  }
  .third-section .third-points-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transform: translate(-1%, -4%);
  }
  .third-section .third-points-wrapper .point {
    width: 35.6%;
    max-width: 683px;
  }
  .why {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 99px 0 130px;
    position: relative;
  }
  .why::before, .why::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-color: #f4f6ff;
    position: absolute;
  }
  .why::before {
    top: 0;
  }
  .why::after {
    bottom: 0;
  }
  .why__title {
    width: 55.6944444444vw;
    max-width: 802px;
  }
  .why__woman {
    width: 36.9444444444vw;
    max-width: 532px;
    margin: 30px 0 40px;
  }
  .why__text {
    width: clamp(600px, 66.6666666667vw, 960px);
    font-size: clamp(12px, 1.3888888889vw, 20px);
    line-height: 2.5;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .why__text span {
    color: #fd5c9a;
  }
  .why__image {
    width: clamp(400px, 48.9583333333vw, 705px);
    margin: 41px 0;
  }
  .forth-section {
    width: 100%;
    background-color: #fffdf7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .forth-section .forth-title {
    width: 17.86%;
    max-width: 326px;
    transform: translateX(18%);
  }
  .forth-section .words-of-mouse {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 25px;
  }
  .forth-section .words-of-mouse .word {
    width: 35.5%;
    max-width: 681px;
  }
  .fifth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
  }
  .fifth-section .fifth-title {
    width: 18.12%;
    max-width: 348px;
    transform: translateX(20%);
  }
  .fifth-section .plan-wrapper {
    width: 50%;
    max-width: 960px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .fifth-section .plan-wrapper .toumei-plan {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fifth-section .plan-wrapper .toumei-plan {
    display: flex;
    gap: 1%;
  }
  .fifth-section .plan-wrapper .toumei-plan .button {
    width: 25%;
    max-width: 184px;
    height: auto;
    aspect-ratio: 184/121;
    cursor: pointer;
  }
  .fifth-section .plan-wrapper .each-plan {
    width: 100%;
  }
  .fifth-section .plan-wrapper .zensin {
    display: none;
  }
  .fifth-section .plan-wrapper .zensin-vio {
    display: none;
  }
  .fifth-section .plan-wrapper .select-zensin {
    display: none;
  }
  .fifth-section .plan-wrapper .zengao {
    display: none;
  }
  .fifth-section .plan-wrapper .vio {
    display: none;
  }
  .fifth-section .plan-wrapper .plan-open {
    display: block !important;
  }
  .fifth-section .fifth-counseling-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fifth-section .fifth-zeikomi {
    font-size: 1.1111111111vw;
    margin-top: 1.2vw;
  }
  .fifth-section .all-free {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
  }
  .fifth-section .all-free .all-free-title {
    width: 38.54%;
    max-width: 740px;
    margin-bottom: 40px;
  }
  .fifth-section .all-free .all-free-icons {
    width: 38.8%;
    max-width: 745px;
  }
  .sixth-section {
    width: 100%;
    background-color: #fff4f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .sixth-section .sixth-title {
    width: 45.72%;
    max-width: 877px;
  }
  .sixth-section .sixth-text {
    width: 47.81%;
    max-width: 917px;
  }
  .sixth-section .sixth-table {
    width: 50%;
    max-width: 960px;
    transform: translateY(-20px);
  }
  .seventh-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .seventh-section .seventh-title {
    width: 49.27%;
    max-width: 944px;
  }
  .seventh-section .lightseer-image {
    width: 40.41%;
    max-width: 768px;
    margin-top: 50px;
    transform: translateX(-1.2%);
  }
  .seventh-section .lightseer-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
  }
  .seventh-section .lightseer-description .description-title {
    width: 38%;
    max-width: 729px;
  }
  .seventh-section .lightseer-description .description-text {
    width: 43.85%;
    max-width: 842px;
    transform: translate(-2.5%, -10px);
  }
  .eighth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fffdf7;
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .eighth-section .eighth-title {
    width: 38.54%;
    max-width: 739px;
  }
  .eighth-section .counseling-steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 55px 0;
  }
  .eighth-section .counseling-steps .step {
    width: 50%;
    max-width: 960px;
  }
  .eighth-section .counseling-steps .arrow {
    width: 2.34%;
    max-width: 45px;
    margin: 25px 0;
  }
  .eighth-section .eighth-schedule {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 80px;
  }
  .eighth-section .eighth-schedule .title {
    width: 21.92%;
    max-width: 421px;
  }
  .eighth-section .eighth-schedule .text {
    width: 26%;
    max-width: 499px;
  }
  .eighth-section .eighth-counseling-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .nineth-section {
    width: 100%;
    background-color: #f4f6ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .nineth-section .faq-wrapper {
    width: 50%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .nineth-section .faq-wrapper .each-faq {
    width: 100%;
    border: 1px solid #9da7cf;
    border-radius: 10px;
    background-color: white;
  }
  .nineth-section .faq-wrapper .each-faq .question {
    color: #555;
    width: 100%;
    font-size: min(1.3541666667vw, 26px);
    padding: 25px;
    position: relative;
  }
  .nineth-section .faq-wrapper .each-faq .question::before {
    content: "";
    display: inline-block;
    background-image: url(./images/q.png);
    background-size: contain;
    width: 4.4%;
    height: auto;
    aspect-ratio: 42/35;
    margin-right: 1.5%;
    transform: translateY(27%);
  }
  .nineth-section .faq-wrapper .each-faq .question::after {
    content: "";
    position: absolute;
    background-image: url(./images/question-close.png);
    background-size: contain;
    width: 4.4%;
    height: auto;
    aspect-ratio: 43/43;
    top: 25px;
    right: 2%;
    z-index: 5;
    transition: 0.5s;
  }
  .nineth-section .faq-wrapper .each-faq .open::after {
    content: "";
    position: absolute;
    background-image: url(./images/question-open.png);
    background-size: contain;
    width: 4.4%;
    height: auto;
    aspect-ratio: 43/43;
    top: 25px;
    right: 2%;
    z-index: 100;
  }
  .nineth-section .faq-wrapper .each-faq .answer {
    display: none;
    border-top: 1px solid #9da7cf;
  }
  .nineth-section .faq-wrapper .each-faq .answer-contents {
    width: 100%;
    color: #fd5c9a;
    font-size: min(1.3541666667vw, 26px);
    display: flex;
    gap: 1.5%;
    padding: 25px;
    position: relative;
  }
  .nineth-section .faq-wrapper .each-faq .answer-contents .answer-image {
    width: 4.4%;
    height: auto;
  }
  .nineth-section .faq-wrapper .each-faq .answer-contents .answer-image img {
    aspect-ratio: 42/35;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nineth-section .nineth-title {
    width: 16.92%;
    max-width: 325px;
    margin-bottom: 20px;
    transform: translateY(7%);
  }
  .tenth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .tenth-section .tenth-title {
    width: 20.677%;
    max-width: 397px;
    margin-bottom: 20px;
    transform: translateX(16%);
  }
  .tenth-section .tenth-promise {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 90px;
  }
  .tenth-section .tenth-promise .each-promise {
    width: 49.79%;
    max-width: 956px;
  }
  .tenth-section .tenth-promise .promise01 {
    padding-bottom: 80px;
  }
  .tenth-section .tenth-promise .promise02 {
    padding-bottom: 88px;
  }
  .tenth-section .tenth-counseling-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .eleventh-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff4f7;
    padding: 65px 0;
  }
  .eleventh-section .matsui-profile {
    width: 46.14%;
    max-width: 885px;
  }
  .eleventh-section .matsui-comment {
    width: 46.14%;
    max-width: 883px;
    background-color: white;
    border-radius: 3px;
    margin-top: 40px;
  }
  .eleventh-section .matsui-comment .comment-title {
    color: #fd5c9a;
    font-size: min(1.3541666667vw, 26px);
    line-height: 2;
    border-bottom: 1px solid #fd5c9a;
    text-align: center;
  }
  .eleventh-section .matsui-comment .comment {
    color: #555;
    font-size: min(0.9375vw, 18px);
    line-height: 1.5555555556;
    padding: 5%;
  }
  .eleventh-section .matsui-comment .comment .hide-message {
    display: none;
  }
  .eleventh-section .matsui-comment .comment .message-open {
    display: block !important;
  }
  .eleventh-section .matsui-comment .comment .mottomiru-button {
    width: 47%;
    margin: 0 auto;
    margin-top: 35px;
  }
  .eleventh-section .matsui-comment .comment .mottomiru-button img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .eleventh-section .matsui-comment .comment .button-close {
    display: none;
  }
  .eleventh-section .eleventh-counseling-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
  }
  .twelveth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fffdf7;
    padding-top: 85px;
    padding-bottom: 170px;
  }
  .twelveth-section .twelveth-title {
    width: 13.02%;
    max-width: 249px;
    padding-bottom: 60px;
    transform: translateX(18%);
  }
  .twelveth-section .twelveth-contents {
    display: flex;
    justify-content: center;
    gap: 2.4%;
    width: 50%;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information {
    width: 61.8%;
    max-width: 1186px;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information {
    display: flex;
    border-bottom: 1px solid #555;
    color: #555;
    font-size: min(0.9375vw, 18px);
    line-height: 1.5555555556;
    padding: 2% 0;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information .title {
    font-weight: bold;
    width: 20%;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information .content {
    width: 80%;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information .access-wrapper {
    display: flex;
    flex-direction: column;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information:first-child {
    padding-top: 0;
  }
  .twelveth-section .twelveth-contents .google-map {
    width: 35.8%;
  }
  .twelveth-section .twelveth-contents .google-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 344/275;
  }
  footer {
    height: 100px;
    width: 100%;
    background-color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .copyright {
    width: 23%;
    max-width: 441px;
  }
  .now-off {
    width: 20.31%;
    max-width: 384px;
  }
  .counseling-button {
    transition: all 0.4s;
    width: 31.3%;
    max-width: 600px;
  }
  .counseling-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 779px) {
  .pc-wrapper {
    display: none;
  }
  .first-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 4vh;
    position: relative;
    background-color: #e8ebfa;
  }
  .first-view .first-view-image {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 750/1074;
    top: 0;
  }
  .first-view .header {
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 4%;
  }
  .first-view .header .logo {
    width: 52.93%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first-view .header .ekitika {
    width: 38%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first-view .first-view-contents {
    width: 90.5333333333vw;
    margin-top: 7.6vw;
    z-index: 10;
  }
  .first-view .first-view-couseling-button {
    width: 80.13%;
    margin-top: 2.83vh;
    z-index: 10;
  }
  .first-view .first-view-couseling-button:hover {
    opacity: 0.7;
  }
  .first-view .fv-zeikomi {
    margin-top: 5vw;
    font-size: 3.2vw;
    z-index: 10;
  }
  .second-section {
    width: 100%;
    background-color: #c5deff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 4.5vh;
    z-index: 30;
  }
  .second-section .second-title {
    width: 84%;
    margin-bottom: 20px;
  }
  .second-section .second-onayami {
    width: 91.2%;
  }
  .second-section .second-arrow {
    width: 100%;
    position: absolute;
    bottom: -10%;
  }
  .tenkan {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e9ecfb;
    padding-top: 21.3333333333vw;
    position: relative;
    z-index: 10;
  }
  .tenkan__wrapper {
    filter: drop-shadow(0 3.7333333333vw 0 #dde7fd);
    position: relative;
    z-index: 20;
  }
  .tenkan::after {
    content: "";
    display: inline-block;
    background-color: #e9ecfb;
    position: absolute;
    width: 100%;
    height: 24vw;
    width: 100%;
    bottom: -24vw;
    left: 0;
    -webkit-clip-path: polygon(50% 100%, 100% 25%, 100% 0, 0 0, 0 25%);
            clip-path: polygon(50% 100%, 100% 25%, 100% 0, 0 0, 0 25%);
    z-index: 300;
  }
  .tenkan__title {
    width: 90.6666666667vw;
  }
  .tenkan__table {
    width: 90.6666666667vw;
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .tenkan__text {
    color: #555555;
    width: 90.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.7;
    letter-spacing: -0.01em;
  }
  .tenkan__text span {
    color: #fd5c9a;
  }
  .tenkan__image {
    width: 90.6666666667vw;
    margin: 4vw 0;
  }
  .third-section {
    width: 100%;
    background-color: #fff4f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4.2vh;
  }
  .third-section .third-title {
    width: 94.8%;
    padding-top: 16.2vw;
  }
  .third-section .third-points-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
    transform: translateY(-4vh);
  }
  .third-section .third-points-wrapper .point {
    width: 100%;
  }
  .why {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13.3333333333vw 0 17.3333333333vw;
    position: relative;
  }
  .why::before, .why::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1.3333333333vw;
    background-color: #f4f6ff;
    position: absolute;
  }
  .why::before {
    top: 0;
  }
  .why::after {
    bottom: 0;
  }
  .why__title {
    width: 90.6666666667vw;
  }
  .why__woman {
    width: 70.9333333333vw;
    margin: 4vw 0 5.3333333333vw;
  }
  .why__text {
    width: 90.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 2.5;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .why__text span {
    color: #fd5c9a;
  }
  .why__image {
    width: 90.6666666667vw;
    margin: 5.4666666667vw 0;
  }
  .forth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 10vh;
    background-color: #fffdf7;
  }
  .forth-section .forth-title {
    width: 50%;
    margin-bottom: 2vh;
    transform: translateX(16%);
  }
  .forth-section .words-of-mouse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
  }
  .forth-section .words-of-mouse .word {
    width: 84.93%;
  }
  .fifth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7vh 0;
  }
  .fifth-section .fifth-title {
    width: 50.2%;
    padding-bottom: 2vh;
    transform: translateX(18%);
  }
  .fifth-section .plan-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
    margin-bottom: 20px;
  }
  .fifth-section .plan-wrapper .each-plan {
    width: 90.66%;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top {
    width: 100%;
    height: auto;
    aspect-ratio: 680/123;
    background-color: #fd5c9a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top .plan-title {
    transform: translateY(-0.5vh);
  }
  .fifth-section .plan-wrapper .each-plan .plan-top .text-zensin {
    width: 26.17%;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top .text-zensin-vio {
    width: 39.7333333333vw;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top .text-select-zensin {
    width: 56.67%;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top .text-zengao {
    width: 12.5%;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top .text-vio {
    width: 12.94%;
  }
  .fifth-section .plan-wrapper .each-plan .plan-top::after {
    content: "";
    position: absolute;
    background-image: url(./images/plan-plus.png);
    background-size: contain;
    width: 6.42%;
    height: auto;
    aspect-ratio: 44/44;
    right: 4%;
    top: 45%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .fifth-section .plan-wrapper .each-plan .pre-open {
    transition: 0.5s;
  }
  .fifth-section .plan-wrapper .each-plan .pre-open::after {
    content: "";
    position: absolute;
    background-image: url(./images/plan-minus.png);
    background-size: contain;
    width: 6.42%;
    height: auto;
    aspect-ratio: 44/44;
    right: 4%;
    top: 45%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .fifth-section .plan-wrapper .each-plan .plan-bottom {
    width: 100%;
    transform: translateY(-1vh);
    display: none;
  }
  .fifth-section .plan-caution {
    width: 58.8%;
    padding: 2vh 0 0;
    margin: 0 auto;
  }
  .fifth-section .fifth-zeikomi {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
  .fifth-section .all-free {
    width: 97.86%;
    padding-top: 12vh;
  }
  .sixth-section {
    width: 100%;
    background-color: #fff4f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6vh 0;
  }
  .sixth-section .sixth-title {
    width: 89.66%;
  }
  .sixth-section .sixth-description {
    width: 89.86%;
    color: #555;
    font-size: 4vw;
    line-height: 1.3333333333;
    margin-top: 5vh;
  }
  .sixth-section .table-symbols {
    width: 90.66%;
    position: relative;
    margin-top: 2vh;
  }
  .sixth-section .symbols {
    position: inherit;
    z-index: 20;
  }
  .sixth-section .lady {
    width: 39.41%;
    position: absolute;
    bottom: 5vh;
    right: 0;
    z-index: 1;
  }
  .sixth-section .table {
    width: 90.66%;
    overflow-x: scroll;
    margin-top: 2vh;
    padding-bottom: 1.5vh;
  }
  .sixth-section .table img {
    width: 188.8%;
  }
  .sixth-section ::-webkit-scrollbar {
    width: 1px;
    height: 1vh;
    margin-top: 5vh;
  }
  .sixth-section ::-webkit-scrollbar-track {
    background-color: #dbf3fb;
    border-radius: 10px;
  }
  .sixth-section ::-webkit-scrollbar-thumb {
    background: #fd5c9a;
    border-radius: 10px;
    width: 20%;
  }
  .seventh-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6vh 0;
  }
  .seventh-section .seventh-title {
    width: 82.53%;
  }
  .seventh-section .lightsheer-image {
    width: 94.93%;
    padding-top: 5vh;
  }
  .seventh-section .lightsheer-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
  }
  .seventh-section .lightsheer-description .description-title {
    width: 83.6%;
  }
  .seventh-section .lightsheer-description .description-text {
    width: 90.53%;
    color: #555;
    font-size: 4vw;
    padding-top: 4vh;
  }
  .seventh-section .lightsheer-description .description-text .pink {
    color: #fd5c9a;
  }
  .seventh-section .datumou-image {
    width: 85.6%;
    margin-top: 4vh;
  }
  .eighth-section {
    width: 100%;
    background-color: #fffdf7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6vh 0;
  }
  .eighth-section .eighth-title {
    width: 61.73%;
    padding-bottom: 5vh;
  }
  .eighth-section .counseling-steps {
    width: 90.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .eighth-section .counseling-steps .step {
    width: 100%;
  }
  .eighth-section .counseling-steps .arrow {
    width: 6.617%;
    transform: translateX(18vw);
    margin: 1vh 0;
  }
  .eighth-section .eighth-schedule {
    width: 89.46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555;
    margin-top: 4vh;
    gap: 2vh;
  }
  .eighth-section .eighth-schedule .schedule-title {
    font-size: 5.0666666667vw;
    line-height: 1.3684210526;
    letter-spacing: 0.02rem;
  }
  .eighth-section .eighth-schedule .schedule-text {
    font-size: 4vw;
    line-height: 1.3333333333;
    text-align: center;
    letter-spacing: 0.02rem;
  }
  .eighth-section .eighth-counseling-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vh;
    margin-top: 3vh;
  }
  .nineth-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f6ff;
    padding: 6vh 0;
  }
  .nineth-section .nineth-title {
    width: 51.1%;
    padding-bottom: 1.5vh;
    transform: translateX(6%);
  }
  .nineth-section .faq-wrapper {
    width: 90.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .nineth-section .faq-wrapper .each-faq {
    width: 100%;
    border: 1px solid #9da7cf;
    border-radius: 10px;
    background-color: white;
    color: #555;
  }
  .nineth-section .faq-wrapper .each-faq .question-contents {
    display: flex;
    padding: 1.5vh 3vw;
    position: relative;
    gap: 2vw;
  }
  .nineth-section .faq-wrapper .each-faq .question-contents .question-image {
    width: 5.14%;
    transform: translateY(-0.1vh);
  }
  .nineth-section .faq-wrapper .each-faq .question-contents .sp-question {
    width: 100%;
    font-size: 4vw;
    position: relative;
    color: #555;
  }
  .nineth-section .faq-wrapper .each-faq .question-contents::after {
    content: "";
    position: absolute;
    background-image: url(./images/question-close.png);
    background-size: contain;
    width: 7.35%;
    height: auto;
    aspect-ratio: 43/43;
    top: 50%;
    right: 3vw;
    z-index: 5;
    transition: 0.5s;
    transform: translateY(-50%);
  }
  .nineth-section .faq-wrapper .each-faq .open::after {
    content: "";
    position: absolute;
    background-image: url(./images/question-open.png);
    background-size: contain;
    width: 7.35%;
    height: auto;
    aspect-ratio: 43/43;
    top: 50%;
    right: 3vw;
    z-index: 100;
    transform: translateY(-50%);
  }
  .nineth-section .faq-wrapper .each-faq .answer {
    display: none;
    border-top: 1px solid #9da7cf;
  }
  .nineth-section .faq-wrapper .each-faq .answer-contents {
    width: 100%;
    color: #fd5c9a;
    font-size: 4vw;
    display: flex;
    gap: 2vw;
    padding: 2vh 3vw;
    position: relative;
  }
  .nineth-section .faq-wrapper .each-faq .answer-contents .answer-image {
    width: 5.14%;
    height: auto;
  }
  .nineth-section .faq-wrapper .each-faq .answer-contents .answer-image img {
    aspect-ratio: 33/24;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tenth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6vh 0;
  }
  .tenth-section .tenth-title {
    width: 56.4%;
    transform: translateX(12.6%);
  }
  .tenth-section .tenth-promise {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vh;
    margin-top: 4vh;
  }
  .tenth-section .tenth-promise .each-promise {
    width: 90.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.01rem;
  }
  .tenth-section .tenth-promise .each-promise .promise-title {
    width: 100%;
    font-size: 5.6vw;
    color: #fd5c9a;
    line-height: 1.2380952381;
    padding-bottom: 2vh;
  }
  .tenth-section .tenth-promise .each-promise .promise-image {
    width: 100%;
  }
  .tenth-section .tenth-promise .each-promise .promise-message {
    color: #555;
    font-size: 4vw;
    padding-top: 2vh;
  }
  .tenth-section .tenth-promise .each-promise .promise-message .bold {
    font-weight: bold;
  }
  .tenth-section .tenth-counseling-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6vh;
    gap: 1vh;
  }
  .eleventh-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff4f7;
    padding: 6vh 0;
  }
  .eleventh-section .eleventh-contents-wrapper {
    width: 90.66%;
    display: flex;
    flex-direction: column;
  }
  .eleventh-section .eleventh-title {
    width: 67.0666666667vw;
    margin: 0 auto;
    transform: translateX(4%);
    margin-bottom: 5.3333333333vw;
  }
  .eleventh-section .matsui-profile {
    color: #555;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.01rem;
    padding-top: 6vh;
    position: relative;
  }
  .eleventh-section .matsui-profile .hurigana {
    font-size: 2.9333333333vw;
  }
  .eleventh-section .matsui-profile .bold {
    font-weight: bold;
  }
  .eleventh-section .matsui-profile .saitama {
    padding-left: 20%;
  }
  .eleventh-section .matsui-profile .matsui-image {
    width: 32%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 2vh;
    right: 0;
  }
  .eleventh-section .matsui-comment {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    letter-spacing: 0.01rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4vh;
  }
  .eleventh-section .matsui-comment .comment-title {
    width: 100%;
    color: #fd5c9a;
    font-size: 5.0666666667vw;
    line-height: 1.3684210526;
    padding: 1vh 0;
    text-align: center;
    border-bottom: 1px solid #fd5c9a;
  }
  .eleventh-section .matsui-comment .comment {
    color: #555;
    width: 87.79%;
    font-size: 4vw;
    line-height: 1.3333333333;
    padding: 2.5vh 0;
  }
  .eleventh-section .matsui-comment .comment .hide-message {
    display: none;
  }
  .eleventh-section .matsui-comment .comment .message-open {
    display: block !important;
  }
  .eleventh-section .matsui-comment .comment .mottomiru-button {
    width: 91.32%;
    margin: 0 auto;
  }
  .eleventh-section .matsui-comment .comment .mottomiru-button img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .eleventh-section .matsui-comment .comment .button-close {
    display: none;
  }
  .eleventh-section .eleventh-counseling-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6vh;
    gap: 1vh;
  }
  .twelveth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6vh 0;
  }
  .twelveth-section .twelveth-title {
    width: 35.33%;
    transform: translate(11%);
  }
  .twelveth-section .twelveth-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90.66%;
    margin-top: 4vh;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information {
    width: 100%;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #555;
    color: #555;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding: 1.5vh 0;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information .title {
    font-weight: bold;
    width: 8.67%;
    letter-spacing: 0.01rem;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information .content {
    width: 84%;
    display: flex;
    align-items: center;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information:first-child {
    padding-top: 0;
  }
  .twelveth-section .twelveth-contents .matsui-clinic-information .each-information:last-child {
    border-bottom: none;
  }
  .twelveth-section .twelveth-contents .google-map {
    width: 100%;
    margin-top: 2vh;
  }
  .twelveth-section .twelveth-contents .google-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 680/357;
  }
  footer {
    height: 12vh;
    background-color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .copyright {
    width: 86.8%;
  }
  .now-off {
    width: 82.93%;
  }
  .counseling-button {
    width: 90.8%;
  }
  .counseling-button:hover {
    opacity: 0.7;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.08);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.dokidoki {
  animation-name: dokidoki;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 1s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite;
  /* アニメーションをループさせる */
}/*# sourceMappingURL=style.css.map */