body {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #333;
}
img{
    width: 100%;
    height: auto;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.pc_none{
    display: none;
}
@media screen and (max-width:768px) {
    .sp_none{
        display: none;
    }
    .pc_none{
        display: block;
    }
}
  /* Header Section */
.header-section {
    position: relative;
    width: 100%;
}
.logo {
    position: fixed;
    top: 16px;
    left: 24px;
    z-index: 10;
}
.logo h1{
    display: flex;
    gap: 10px;
}
.logo h1 img{
    width: 69%;
    max-width: 180px;
}
.logo h1 span{
    color: #EE7A00;
    font-weight: bold;
    font-size: 24px;
}
.mv_copy_area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 56px 32px;
}
.mv_btn{
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #c81d20 0%, #E32124 50%, #B11517 100%);
    color: #fff;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
    text-align: center;
    border-radius: 8px;
    padding: 1rem;
}
.mv_btn::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
}
.mv_btn span{
    display: block;
    font-size: 1rem;
    line-height: 1.8;
}
.mv_btn:hover,
.cta_btn:hover {
    animation: rotate 0.7s ease-in-out both;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-1deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(0.5deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
.mv_sp_img{
    display: none;
}
@media screen and (max-width:768px) {
    .mv_sp_img{
        display: block;
    }
    .mv_copy_area{
        width: 90%;
        padding: 2rem 1rem;
    }
    .mv_btn::after{
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 1.2rem;
    }
}

  /* Problem Statement Section */
.problem-section {
    width: 100%;
    background-color: #2B6CB0;
    background-image: url(/images/circle_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 80px 16px 0 16px;
    text-align: center;
    color: #fff;
}
.problem_container{
    max-width: 902px;
    padding: 80px 16px;
    margin: 0 auto;
    background-color: #2664B3;
}
.problem-heading {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-size: clamp(1.375rem, 1.0138rem + 1.6514vw, 2.5rem);
    margin-bottom: 32px;
}
.problem-text {
    line-height: 1.8;
}
.problem-text span{
    font-weight: bold;
    color: #FFD900;
    font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
}
.problem-image img {
    max-width: 304px;
    margin-top: -40px;
}
@media screen and (max-width:600px){
    .problem-text{
        text-align: left;
    }
}

  /* Concerns Section */
.concerns-section {
    width: 100%;
    padding: 80px 16px;
    background-image: url(/images/concerns_bgi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.concerns-content{
    margin: 0 auto;
    text-align: center;
    max-width: 580px;
}
.concerns-heading {
    width: 100%;
    background: #ED8936;
    color: #FFFFFF;
    padding: 8px;
    display: inline-block;
    font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 40px;
}
.concerns-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: left;
}
.concern-item {
    color: #fff;
    text-align: left;
    font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
}

/* Solution Section */
.solution-section {
    padding: 80px 16px;
}
.solution-content {
    display: flex;
    gap: 40px;
}
.solution-image {
    width: 33.3%;
}
.solution-text-content {
    flex: 1;
}
.solution-heading {
    font-size: clamp(1.25rem, 0.9859rem + 1.1268vw, 2rem);
    font-weight: bold;
    color: #2B6CB0;
    margin-bottom: 24px;
}
.solution-paragraph {
    line-height: 1.8;
}
@media (max-width: 768px){
    .solution-content{
        flex-direction: column;
        gap: 16px;
    }
    .solution-image{
        width: 100%;
    }
    .solution-heading{
        margin-bottom: 16px;
    }
}

/* Features Section */
.features-section {
    padding: 80px 16px;
    background: #F3F8FE;
}
.features_header_area{
    background:url(/images/features_header_img_01.png) no-repeat left bottom/12%, url(/images/features_header_img_02.png) no-repeat right bottom/13.5%;
}
.features_hi_01{
    width: 12%;
    max-width: 139px;
}
.features_hi_02{
    width: 13.5%;
}
.features-header {
    text-align: center;
    margin-bottom: 1.5rem;
}
.features-pre-heading {
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    font-weight: bold;
    text-decoration: underline;
}
.features-main-heading {
    font-size: clamp(2rem, 1.3578rem + 2.9358vw, 4rem);
    font-weight: bold;
    color: #2B6CB0;
}
.features-description {
    max-width: 820px;
    margin: 0 auto 40px;
    line-height: 1.8;
}
.features-description span{
    font-weight: bold;
    color: #EF7B00;
    font-size: 1.25rem;
}
.features-cards-row {
    display: flex;
    column-gap: 20px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto 40px;
}
.feature-label {
    position: relative;
    background: #2C6ABA;
    color: #FFFFFF;
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    padding: 8px;
    border-radius: 100px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: bold;
    z-index: 1000;
}
.feature-label::after{
    position: absolute;
    content: '';
    border-top: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 16px solid #2C6ABA;
    border-left: 16px solid #2C6ABA;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
.feature-label-orange{
    position: relative;
    background-color: #EF7B00;
}
.feature-label-orange::after {
    border-top: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 16px solid #EF7B00;
    border-left: 16px solid #EF7B00;
}
.feature-cards {
    display: flex;
    justify-content: center;
}
.feature-card {
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.feature_card_contents{
    padding: 1rem 0.5rem 1.5rem;
}
.features_cards_01 .feature-card {
    width: 368px;
    height: 343px;
}
.features_cards_02 .feature-card {
    width: 368px;
    height: 343px;
}
.feature-card-title {
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    font-weight: bold;
    color: #2C6ABA;
    margin-bottom: 1rem;
}
.features-highlight {
    max-width: 980px;
    padding: 2.5rem 0;
    font-size: clamp(1rem, 0.8194rem + 0.8257vw, 1.5625rem);
    font-weight: bold;
    text-align: center;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin: 5rem auto;
    background: url(/images/testimonial_deco_left.svg) no-repeat left center, url(/images/testimonial_deco_right.svg) no-repeat right center;
}
.features-highlight span{
    font-size: clamp(1.125rem, 0.6835rem + 2.0183vw, 2.5rem);
    color: #EF7B00;
}

  .features-images {
      display: flex;
      gap: 24px;
      justify-content: center;
  }

  .feature-image {
      width: 400px;
      height: 300px;
      background: #E0E0E0;
      border-radius: 8px;
  }
@media screen and (max-width:1200px){
    .features-description {
        max-width: 540px;
    }
}
@media screen and (max-width:940px) {
    .features-cards-row{
        flex-direction: column;
        gap: 2rem;
    }
    .features_cards_01{
        width: 100%;
        max-width: 400px;
    }
    .features_cards_01 .feature-card {
    width: 100%;
    height: auto;
    }
    .features_cards_02{
        width: 100%;
        max-width: 400px;
    }
    .features_cards_02 .feature-card {
        width: 100%;
        height: auto;
        margin: auto;
    }
}
@media screen and (max-width:768px) {
    .features_header_area{
        padding-bottom: 240px;
        margin-bottom: 2rem;
    }
    .features_header_area{
        background:url(/images/features_header_img_03.png) no-repeat center bottom/40%;
}
    .features-description {
        max-width: 768px;
    }
    .features-highlight {
        padding: 10rem 0;
        letter-spacing: 1.5px;
        margin: 2.5rem auto;
        background: url(/images/testimonial_deco_top.svg) no-repeat top center/70%, url(/images/testimonial_deco_bottom.svg) no-repeat bottom center/70%;
    }
}
@media screen and (max-width:540px) {
    .features_header_area{
        padding-bottom: 140px;
    }
    .features_header_area{
        background:url(/images/features_header_img_03.png) no-repeat center bottom/45%;
    }
    .feature-cards{
        flex-direction: column;
    }
    .features_cards_01 .feature-card,
    .features_cards_02 .feature-card {
    width: 100%;
    }
    .features-highlight {
        padding: 8rem 0;
        letter-spacing: 0;
        margin: 2.5rem auto;
        background: url(/images/testimonial_deco_top.svg) no-repeat top center/95%, url(/images/testimonial_deco_bottom.svg) no-repeat bottom center/95%;
    }
}
@media screen and (max-width:450px) {
    .features_header_area {
        padding-bottom: 140px;
    }

    .features_header_area {
        background: url(/images/features_header_img_03.png) no-repeat center bottom/50%;
    }
}

  /* Results Section */
.results-section {
    padding: 80px 16px 0;
    background: #2C6ABA;
    background-image: url(/images/circle_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.section-decorative-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    z-index: 0;
}

.section-content-wrapper {
    position: relative;
    z-index: 1;
}

.results-heading {
    font-size: clamp(1.25rem, 0.9859rem + 1.1268vw, 2rem);
    font-weight: bold;
    color: #ffd900;
    text-align: center;
    margin-bottom: 1.5rem;
}
.results-cards {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.result-card {
    background: #FFFFFF;
    padding: 2rem 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 23.5%;
}
.result-card-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
}
.result-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.result-card-title {
    font-size: clamp(0.625rem, 0.344rem + 1.2844vw, 1.5rem);
    font-weight: bold;
    color: #2C6ABA;
    margin-bottom: 0.8rem;
    text-align: center;
}
.result-card-text {
    line-height: 1.8;
}
.result-img{
    max-width: 752px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .results-cards{
        flex-wrap: wrap;
        gap: 1.5rem;
        align-items: center;
    }
    .result-card{
        width: calc( (100% - 1.5rem ) / 2 );
        padding: 2rem;
        height: 250px;
    }
    .result-card-title{
        font-size: 1.25rem;
    }
}
@media screen and (max-width:540px) {
    .results-cards{
        flex-direction: column;
    }
    .result-card{
        width: 100%;
        padding: 3rem;
        height: auto;
    }
}
  /* Score Cards Section */
.score-section {
    padding: 80px 16px;
    background: url(/images/score_bgi.svg) 
}

.score-heading-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
.score-pre-heading {
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    font-weight: bold;
    text-decoration: underline;
}
.score-main-heading {
    font-size: clamp(2rem, 1.3578rem + 2.9358vw, 4rem);
    font-weight: bold;
    color: #2B6CB0;
}
.score-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
    max-width: 740px;
    margin: 0 auto;
}
.score-card{
    box-shadow: 0 5px 20px #E2EFFE;
}

  /* Testimonials Section */
.testimonials-section {
    padding: 80px 16px;
}
.testimonials-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.testimonials-pre-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.testimonials-main-heading {
    font-size: clamp(1.25rem, 1.0092rem + 1.1009vw, 2rem);
    font-weight: bold;
    color: #2B6CB0;
}

.testimonials-list {
    width: 100%;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-card {
    display: flex;
    background: #F3F8FE;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.voice_img{
    width: 8.3%;
}
.voice_img img{
    width: 100%;
    height: auto;
}
.testimonial-text {
    width: 91.7%;
    font-size: clamp(1rem, 0.8394rem + 0.7339vw, 1.5rem);
    font-weight: bold;
}
.testimonials-footer {
    text-align: center;
    font-size: clamp(0.875rem, 0.8349rem + 0.1835vw, 1rem);
    font-weight: bold;
    margin: 0 auto;
    padding: 2.5rem;
    background: url(/images/testimonial_deco_left.svg) no-repeat left center, url(/images/testimonial_deco_right.svg) no-repeat right center;
}
.testimonials-footer span{
    font-size: clamp(1.25rem, 0.8486rem + 1.8349vw, 2.5rem);
    color: #EF7B00;
}
.tf_img_area{
    display: flex;
    margin-top: 2.5rem;
    gap: 1.5rem;
}
@media screen and (max-width:768px) {
    .testimonial-card {
        padding: 1.5rem 2rem;
    }
    .voice_img{
        width: 15%;
    }
    .testimonial-text{
        width: 85%;
    }
    .testimonials-footer{
        background: url(/images/testimonial_deco_top.svg) no-repeat top center/70%, url(/images/testimonial_deco_bottom.svg) no-repeat bottom center/70%;
        padding: 12rem 0;
    }
}
@media screen and (max-width:540px) {
    .testimonial-card {
        padding: 1rem 0.75rem;
    }
    .voice_img {
        width: 20%;
    }
    .testimonial-text {
        width: 80%;
    }
    .testimonials-footer{
        background: url(/images/testimonial_deco_top.svg) no-repeat top center/90%, url(/images/testimonial_deco_bottom.svg) no-repeat bottom center/90%;
        padding: 10rem 0;
    }
    .tf_img_area{
        flex-direction: column;
    }
}

  /* Course Structure Section */
.course-structure-section {
    padding: 80px 16px;
    background: #2C6ABA;
}
.course-structure-wrapper {
    background: #FFFFFF;
    padding: 4rem 2.5rem;
}

.course-structure-header {
    text-align: center;
}
.course-structure-pre-heading {
    font-size: clamp(0.875rem, 0.6743rem + 0.9174vw, 1.5rem);
    font-weight: bold;
    color: #2C6ABA;
    margin-bottom: 0.5rem;
}
.course-structure-main-heading {
    background: #2C6ABA;
    color: #FFFFFF;
    padding: 8px 32px;
    display: inline-block;
    font-size: clamp(1rem, 0.6789rem + 1.4679vw, 2rem);
    font-weight: bold;
}
.course-pillars {
    width: 90%;
    max-width: 420px;
    margin: 2.5rem auto;
}
.course-details-heading {
    font-size: clamp(0.875rem, 0.6743rem + 0.9174vw, 1.5rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.subject-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.subject-card {
    background: #F3F8FE;
    padding: 1.5rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 18%;
    text-align: center;
}
.subject-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
}

.subject-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subject-card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.subject-card-text{
    text-align: left;
}
.course-highlight {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
}

.course-highlight-text {
    font-size: clamp(1.25rem, 1.0092rem + 1.1009vw, 2rem);
    font-weight: bold;
    color: #EF7B00;
    text-decoration: underline;
    max-width: 900px;
}
.course-highlight-image {
    width: 20%;
}
.course-ex{
    margin-top: 40px;
}
.course-ex_header{
    font-size: clamp(1.25rem, 1.0092rem + 1.1009vw, 2rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
.course-ex_header span{
    display: block;
    text-decoration: underline;
    font-size: 16px;
}
.course-ex_contents{
    display: flex;
    justify-content: space-between;
}
.course-ex_card{
    width: 48.2%;
    background-color: #FFF4E8;
    padding: 40px;
    text-align: center;
}
.course-ex_text h4{
    font-size: clamp(1.125rem, 1.0682rem + 0.2424vw, 1.25rem);
    font-weight: bold;
    margin-bottom: 16px;
}
.course-ex_text p{
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
}
.course-ex_text p span{
    font-weight: bold;
    color: #EF7B00;
}
.course-ex_card img{
    max-width: 144px;
    margin-bottom: 8px;
}
@media screen and (max-width:768px) {
    .course-structure-wrapper {
        padding: 2.5rem 1rem;
    }
    .subject-cards{
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .subject-card{
        width: calc((100% - 1rem) / 2);
    }
    .course-highlight {
        flex-direction: column;
    }
    .course-highlight-image {
        width: 40%;
    }
    .course-ex_contents{
        flex-direction: column;
        align-items: center;
        row-gap: 32px;
    }
    .course-ex_card{
        width: 100%;
    }
}
@media screen and (max-width:540px) {
    .course-structure-main-heading{
        display: block;
        padding: 8px;
    }
    .subject-cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .subject-card {
        width: 100%;
    }
    .course-ex_card{
        padding: 32px 16px;
    }
    .course-ex_text p{
        font-size: 16px;
    }
}
  /* Trial Offer Section */
.trial-section {
    padding: 80px 16px;
    background: #F3F8FE;
}
.trial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}
.trial_heading_img{
    width: 15%;
}
.trial-pre-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

.trial-main-heading {
    font-size: clamp(1.5rem, 1.2727rem + 0.9697vw, 2rem);
    font-weight: bold;
    color: #2C6ABA;
    margin-bottom: 0.25rem;
}
.trial-main-heading span{
    color: #EF7B00;
    display: block;
}
.trial-description {
    line-height: 1.8;
}

.trial-urgency {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    text-decoration: underline;
}
.application-steps-label {
    position: relative;
    background: #2C6ABA;
    color: #FFFFFF;
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    padding: 8px;
    border-radius: 100px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    z-index: 1000;
}
.application-steps-label::after {
    position: absolute;
    content: '';
    border-top: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 16px solid #2C6ABA;
    border-left: 16px solid #2C6ABA;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
.application-steps-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}
.application-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.step-card {
    background: #FFFFFF;
    text-align: center;
    width: 24%;
    padding: 24px;
}
.step-icon {
    width: 100%;
}
.step-icon img {
    width: 100%;
    object-fit: contain;
}
.step-number {
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    font-weight: bold;
    color: #2C6ABA;
}
.step-title {
    font-size: clamp(1.125rem, 1.0046rem + 0.5505vw, 1.5rem);
    font-weight: bold;
    color: #2C6ABA;
    margin-bottom: 8px;
}
.step-text{
    text-align: left;
}
@media screen and (max-width:768px) {
    .trial-header{
        flex-direction: column;
    }
    .trial_heading_img{
        margin-bottom: 1.5rem;
        width: 40%
    }
    .application-steps{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .step-card{
        width: calc( (100% - 1rem) / 2 );
    }
}
@media screen and (max-width:540px) {
    .trial-description{
        text-align: left;
        margin-top: 1.5rem;
    }
    .step-card{
        width: 100%;
    }
}
  /* CTA Section */
.cta-section {
    padding: 80px 16px;
    background: #2C6ABA;
    background-image: url(/images/circle_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.cta-section-heading {
    font-size: clamp(1.25rem, 0.9859rem + 1.1268vw, 2rem);
    font-weight: bold;
    color: #ffd900;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cta-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.cta-card {
    background: #FFFFFF;
    width: 45%;
    padding: 24px 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.cta-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}
.cta-card-icon {
    width: 32px;
}
.cta-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cta-card-title {
    font-size: clamp(1.25rem, 1.1364rem + 0.4848vw, 1.5rem);
    font-weight: bold;
}
.cta-card-title-green {
    color: #06C755;
}
.cta-card-title-blue {
    color: #2C6ABA;
}
.cta_btn {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: linear-gradient(to bottom, #06C755 0%, #2BDB73 50%, #04AA48 100%);
    color: #fff;
    font-weight: bold;
    font-size: clamp(1rem, 0.8394rem + 0.7339vw, 1.5rem);
    text-align: center;
    border-radius: 8px;
    padding: 1rem;
}
.cta_btn::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(45deg);
}
.cta_btn span {
    display: block;
    font-size: 1rem;
    line-height: 1.8;
}
.phone-number-row {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.phone-number {
    font-size: clamp(1.5rem, 1.1591rem + 1.4545vw, 2.25rem);
    font-weight: bold;
    color: #2B6CB0;
    text-decoration: underline;
    margin-bottom: 0.5rem;
}
.phone-hours {
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width:768px) {
    .cta-card-header{
        margin-bottom: 16px;
    }
    .cta-cards{
        flex-direction: column;
    }
    .cta-card{
        width: 100%;
    }
}

  /* School Info Section */
.school-info-section {
    padding: 80px 16px;
    max-width: 1040px;
    margin: 0 auto;
}
.school-cards {
    display: flex;
    justify-content: center;
}
.school-card {
    width: 47%;
}
.school-map iframe{
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
}

.school-name {
    font-size: 24px;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 8px;
}

.school-address {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.6;
}
@media screen and (max-width:768px) {
    .school-cards{
        flex-direction: column;
        align-items: center;
        row-gap: 2.5rem;
    }
    .school-card{
        width: 80%;
    }
}
@media screen and (max-width:540px) {
    .school-card {
        width: 100%;
    }
}
  /* Footer */
.footer {
    background: #2C6ABA;
    color: #FFFFFF;
    padding: 0.75rem;
    text-align: center;
}
.footer-text {
    font-size: 0.9rem;
}

/* Animation */
@media (prefers-reduced-motion: reduce) {
    .fade_up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
.fade_up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .7s ease, transform .7s ease;
    will-change: opacity, transform;
}
.fade_up.active {
    opacity: 1;
    transform: none;
}

/* ---- fade_in (最小) ---- */
@media (prefers-reduced-motion: reduce) {
    .fade_in {
        opacity: 1 !important;
        transition: none !important;
    }
}
.fade_in {
    opacity: 0;
    transition: opacity .7s ease;
    will-change: opacity;
}
.fade_in.active {
    opacity: 1;
}

/* ---- fade_text（1文字ずつフェードイン） ---- */
.fade_text {
    display: inline-block;
    overflow: hidden;
}

.fade_text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(1em);
    animation: fadeTextIn 0.5s ease forwards;
}

@keyframes fadeTextIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}