@charset "utf-8";

/***top fv***/
.top_fv_sec {
    background: url(../img/top_fv_back.png) center / cover;
    padding-top: 12rem;
    padding-bottom: 6rem;
    position: relative;
}
.top_fv_wrap {
    position: relative;
    width: calc(100% - 10rem);
    margin: 0 auto;
    padding-bottom: 13.5rem;
}
.top_fv_sec .text_box {
    text-align: center;
    padding-top: 4rem;
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeInPop 1.5s ease-out 1s forwards;
}

@keyframes fadeInPop {
    0% {
      opacity: 0;
      transform: scale(1) translateY(20px);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }


.top_fv_sec .text_box .top {
    background-color: var(--pink);
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 0.2rem 2.5rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.top_fv_sec .text_box figure {
    margin-right: auto;
    margin-left: auto;
}

.top_fv_sec .text_box .main {
    max-width: 38rem;
    margin-bottom: 3.5rem;
}

.top_fv_sec .text_box .school {
    max-width: 25.2rem;
    margin-bottom: 1.6rem;
}

.top_fv_sec .text_box .logo {
    max-width: 28.5rem;
    margin-bottom: 2.8rem;
}

.top_fv_sec .text_box .sub {
    max-width: 50rem;
}

.top_fv_sec .left,
.top_fv_sec .right {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}

.top_fv_sec .left {
    width: 34%;
    left: 0;
}
.top_fv_sec .right {
    width: 35%;
    right: 0;
}

.top_fv_sec .child,
.top_fv_sec .deco {
    position: absolute;
}


.top_fv_sec .child {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    transform-origin: center;
}

.top_fv_sec .child_1 {
    width: 49%;
    top: 0%;
    left: 37%;
    max-width: 22rem;
    animation: popIn 0.6s ease-out 0s forwards, floatY 3.5s ease-in-out 0.6s infinite;
}
.top_fv_sec .child_2 {
    width: 47%;
    bottom: 0%;
    left: 0%;
    max-width: 21.4rem;
    animation: popIn 0.6s ease-out 0.2s forwards, floatY 4s ease-in-out 0.8s infinite;
}
.top_fv_sec .child_3 {
    width: 47%;
    top: 0%;
    right: 32%;
    max-width: 22rem;
    animation: popIn 0.6s ease-out 0.4s forwards, floatY 4.5s ease-in-out 1s infinite;
}
.top_fv_sec .child_4 {
    width: 61%;
    bottom: 0%;
    right: 0%;
    max-width: 28.5rem;
    animation: popIn 0.6s ease-out 0.6s forwards, floatY 5s ease-in-out 1.2s infinite;
}

/* 1. 最初の「登場」アニメーション */
@keyframes popIn {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* 2. ゆらゆら浮遊アニメーション */
  @keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
  }
  

.top_fv_sec .deco {
    animation-name: floatUpDown;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0s; /* ← 全部同時にスタート */
    transform-origin: center;
}

.top_fv_sec .deco_1 {
    width: 7%;
    top: 10%;
    left: 20%;
    max-width: 2.9rem;
    animation-duration: 3.5s;

}
.top_fv_sec .deco_2 {
    width: 13%;
    top: 36%;
    left: 0%;
    max-width: 5.9rem;
    animation-duration: 4.2s;
 
}
.top_fv_sec .deco_3 {
    width: 14%;
    top: 29%;
    left: 82%;
    max-width: 6.5rem;
    animation-duration: 5s;
}
.top_fv_sec .deco_4 {
    width: 10%;
    top: 0%;
    left: 0%;
    max-width: 3.5rem;
    animation-duration: 3.5s;
}


.top_fv_sec .deco_5 {
    width: 18%;
    top: 5%;
    right: 13%;
    max-width: 8.2rem;
    animation-duration: 4.2s;
}
.top_fv_sec .deco_6 {
    width: 14%;
    top: 44%;
    right: 83%;
    max-width: 6.2rem;
    animation-duration: 5s;
}
.top_fv_sec .deco_7 {
    width: 16%;
    bottom: 13%;
    right: 84%;
    max-width: 7.6rem;
    animation-duration: 3.5s;
}


@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
  }

  


.top_fv_sec .wave {
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}

.top_fv_sec .wave img {
    width: 100%;
}

.top_fv_sec .original_btn.pound a {
    animation: poundPulse 4s infinite ;
    animation-delay: 2s;
}


@media screen and (max-width: 800px) {
    .top_fv_sec {
        background: url(../img/top_fv_back_sp.png) center / cover;
        padding-top: 9.5rem;
        padding-bottom: 4rem;
        overflow: hidden;
    }
    .top_fv_wrap {
        width: calc(100% - 4rem);
        padding-bottom: 25rem;
    }

    .top_fv_sec .text_box {
        padding-top: 0rem;
    }

    .top_fv_sec .text_box .top {
        font-size: 1.4rem;
        padding: 0.1rem 1.5rem;
        line-height: 1.5;
        margin-bottom: 0.35rem;
    }
    .top_fv_sec .text_box .main {
        max-width: 27rem;
        margin-bottom: 2.5rem;
    }

    .top_fv_sec .text_box .school {
        max-width: 18rem;
        margin-bottom: 1.2rem;
    }
    .top_fv_sec .text_box .logo {
        max-width: 20rem;
        margin-bottom: 1.6rem;
    }
    .top_fv_sec .text_box .sub {
        max-width: 38rem;
    }
    .top_fv_sec .left,
    .top_fv_sec .right {
        width: 100%;
        width: 100%;
        max-width: 500px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .top_fv_sec .child_1 {
        width: 34%;
        top: unset;
        bottom: 3%;
        left: -6%;
        max-width: 11.5rem;
    }
    .top_fv_sec .child_2 {
        width: 38%;
        bottom: 5%;
        left: unset;
        right: -9%;
        max-width: 12.6rem;
    }
    .top_fv_sec .child_3 {
        width: 42%;
        top: unset;
        bottom: -1%;
        right: unset;
        left: 15%;
        max-width: 14.9rem;
    }
    .top_fv_sec .child_4 {
        width: 41%;
        bottom: 5%;
        right: 17%;
        max-width: 13.8rem;
    }

    .top_fv_sec .deco_1,
    .top_fv_sec .deco_5,
    .top_fv_sec .deco_6 {
        display: none;
    }
    .top_fv_sec .deco_2 {
        left: unset;
        right: 5%;
        max-width: 3.3rem;
        width: 10%;
        top: 32%;
    }

    .top_fv_sec .deco_2 img {
        transform: rotate(90deg);
    } 

    .top_fv_sec .deco_3 {
        width: 9%;
        top: 24%;
        left: 6%;
        max-width: 2.6rem;
    }

    .top_fv_sec .deco_4 {
        width: 10%;
        top: 41%;
        left: unset;
        right: 0%;
        max-width: 3.2rem;
        animation-duration: 3.5s;
    }

    .top_fv_sec .deco_4 img {
        transform: rotate(-70deg);
    }

        
    .top_fv_sec .deco_7 {
        width: 10%;
        bottom: unset;
        top: 31%;
        right: unset;
        left: -4%;
        max-width: 3.1rem;
    }


    .top_fv_sec .deco_7 img {
        transform: rotate(-80deg);
    }


}




/***about***/
.top_about_sec {
    background-color: var(--middle-pink);
}


.top_about_sec .white_box {
    background-color: white;
    padding: 8rem;
    text-align: center;
    border-radius: 5rem;
}
.top_about_sec .white_box .inner {
    max-width: 80rem;
    margin: 0 auto;
}

.top_about_sec .sec_title {
    margin-bottom: 2.5rem;
}
.top_about_sec .ex {
    margin-bottom: 3rem;
}

.top_about_sec .image {
    margin-bottom: 5.5rem
}
.top_about_sec .point_list {
    display: flex;
    gap: 4rem;
}

.top_about_sec .point_list li {
    width: calc(50% - 4rem / 2);
    background-color: var(--middle-pink);
    line-height: 1.3;
    padding: 1.4rem 5rem;
    border: 1px solid var(--pink);
    border-radius: 5rem;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    list-style: none;
}


.top_about_sec .point_list li::before {
    content: '';
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    background: url(../img/point_icon.svg) center / contain no-repeat;
}

@media screen and (max-width: 800px) {
    .top_about_sec {
        padding-bottom: 5.5rem;
        margin-bottom: 5.5rem;
    }
    .top_about_sec .white_box {
        padding: 5rem 1rem;
        border-radius: 2.5rem;
    }

    .top_about_sec .sec_title {
        margin-bottom: 1.6rem;
    }
    .top_about_sec .ex {
        margin-bottom: 3rem;
        line-height: 1.8;
    }

    .top_about_sec .image {
        text-align: center;
    }

    .top_about_sec .image img {
        margin: 0 auto;
    }




    .top_about_sec .point_list {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.2rem;
    }

    .top_about_sec .point_list li {
        width: 100%;
        max-width: 30rem;
        padding: 1.2rem 3rem;
        font-size: 1.7rem;
    }
    .top_about_sec .point_list li::before {
        width: 2.8rem;
        height: 2.8rem;
        left: 0.8rem;
    }
    
    


    

}



/***reason***/
.top_reason_sec {
    padding-bottom: 10rem;
}
.top_reason_sec .wave img {
    width: 100%;
}

.reason_list > li {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.reason_list > li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.reason_list > li:not(:last-of-type) {
    margin-bottom: 5rem;
}


.reason_list .image {
    width: 50%;
}

.reason_list .image.smartphone .two_image {
    max-width: 46rem;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    gap: 10%;
}

.reason_list .image.smartphone .two_image .image_box {
    flex: 1;
}

.reason_list .image.smartphone .two_image figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 181%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--middle-pink);
}

.reason_list .image.smartphone .two_image figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reason_list .text {
    flex: 1;
}

.reason_list .text .sub {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    min-width: 20rem;
    background-color: var(--pink);
    color: white;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
    border-radius: 5rem;
}

.reason_list .text .sub::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 10px solid var(--pink);
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.reason_list .text h3 {
    font-size: 3.3rem;
    margin-bottom: 3rem;
}


@media screen and (max-width: 800px) {
    .top_reason_sec {
        padding-bottom: 5.5rem;
    }
    .top_reason_sec .wave {
        display: none;
    }
    .reason_list > li,
    .reason_list > li:nth-of-type(2n) {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 3.2rem;
    }

    .reason_list > li:not(:last-of-type) {
        margin-bottom: 7rem;
    }

    .reason_list .image,
    .reason_list .text {
        flex: unset;
        width: 100%;
    }
    .reason_list .image {
        max-width: 60rem;
    }
    .reason_list .image.smartphone .two_image {
       margin: 0 auto;
    }
    

    .reason_list .text .sub {
        padding: 0.5rem;
        min-width: 15rem;
        font-size: 1.4rem;

        margin-bottom: 1.6rem;
    }
    
    .reason_list .text .sub::after {
        border-right: 2.2px solid transparent;
        border-left: 2.2px solid transparent;
        border-top: 7px solid var(--pink);
    }

.reason_list .text h3 {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
}

    

}


/***message***/
.top_message_sec {
    background: url(../img/top_message_back.png) center / cover;
}

.top_message_sec .wrapper {
    position: relative;
}

.top_message_sec .text {
    padding: 6rem 0;
    text-align: center;
}

.top_message_sec .text p {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}


.top_message_sec .text p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.4s ease, transform 1.4s ease;
}

.top_message_sec .text p.inview {
    opacity: 1;
    transform: translateY(0);
}

.top_message_sec .left,
.top_message_sec .right {
    position: absolute;
    top: 0;
    height: 100%;
}

.top_message_sec .left {
    width: 23%;
    left: 0;
}

.top_message_sec .right {
    width: 19%;
    right: 0;
}

.top_message_sec .child,
.top_message_sec .deco {
    position: absolute;
}

.top_message_sec .child_1 {
    top: -6%;
    left: -1%;
    width: 67%;
    max-width: 17rem;
}

.top_message_sec .child_2 {
    top: -10%;
    right: 0;
    width: 83%;
    max-width: 17.5rem;
}

.top_message_sec .deco_1 {
    top: 48%;
    left: 58%;
    max-width: 5.6rem;
    width: 22%;
}
.top_message_sec .deco_2 {
    top: 54%;
    left: 84%;
    max-width: 2.8rem;
    width: 12%;
}
.top_message_sec .deco_3 {
    top: 19%;
    right: 81%;
    max-width: 4.4rem;
    width: 21%;
}

@keyframes floatY {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
  
  /* 共通設定 */
  .top_message_sec .child,
  .top_message_sec .deco {
    animation-name: floatY;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    transform-origin: center;
  }
  
  /* child 個別 duration（バラけさせる） */
  .top_message_sec .child_1 {
    animation-duration: 3.6s;
  }
  .top_message_sec .child_2 {
    animation-duration: 4.2s;
  }
  
  /* deco 個別 duration */
  .top_message_sec .deco_1 {
    animation-duration: 3.8s;
  }
  .top_message_sec .deco_2 {
    animation-duration: 4.5s;
  }
  .top_message_sec .deco_3 {
    animation-duration: 4.0s;
  }

  @media screen and (max-width: 800px) {
    .top_message_sec {
        background: url(../img/top_message_back_sp.png) center / cover;
    }

    .top_message_sec .text {
        padding: 4.5rem 0;
    }
    .top_message_sec .text p {
        font-size: 2rem;
    }

    .top_message_sec .left,
    .top_message_sec .right {
        width: 100%;
        max-width: 53rem;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    

    .top_message_sec .child_1 {
        top: -14%;
        left: -5%;
        width: 22%;
        max-width: 7.5rem;
    }
    
    .top_message_sec .child_2 {
        top: -28%;
        right: 0;
        width: 26%;
        max-width: 8.8rem;
    }
    
    .top_message_sec .deco_1 {
        top: -1%;
        left: 20%;
        max-width: 2.5rem;
        width: 8%;
    }
    .top_message_sec .deco_2 {
        top: 6%;
        left: 30%;
        max-width: 1.3rem;
        width: 4%;
    }
    .top_message_sec .deco_3 {
        top: 50%;
        right: 0%;
        max-width: 1.9rem;
        width: 6%;
    }



  }
  




  /***strength***/
  .top_strength_sec {
    padding: 10rem 0;
  }

  .strength_list > li {
    max-width: 36rem;
    list-style: none;
  }

  .strength_list > li .link_btn a {
    max-width: 35rem;
  }



  @media screen and (min-width: 801px) {

    .strength_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 5rem 3rem;
    }

    .strength_list > li {
        width: calc(100% / 3 - 6rem / 3);
    }
    .strength_list > li:nth-of-type(1) {
        order: 3;
    }
    .strength_list > li:nth-of-type(2) {
        order: 1;
    }
    .strength_list > li:nth-of-type(3) {
        order: 2;
    }
    .strength_list > li:nth-of-type(4) {
        order: 4;
    }
    .strength_list > li:nth-of-type(5) {
        order: 5;
    }
    .strength_list > li:nth-of-type(6) {
        order: 6;
    }

    .strength_list > li .link_btn a::before {
        right: 1.2rem;
    }
    .strength_list > li .link_btn a::after {
    right: 1.8rem;
    }

  }

.strength_list .image {
position: relative;
margin-bottom: 2.5rem;
}


.strength_list .image figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
    overflow: hidden;
    border: 3px solid var(--pink);
    border-radius: 2rem;
}

.strength_list .image figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.strength_list .image .tag {
    position: absolute;
    top: 6%;
    right: 7%;
    display: inline-block;
    background-color: var(--middle-pink);
    color: var(--pink);

    padding: 0.4rem 1.2rem;
    border-radius: 3rem;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
}


.strength_list h3 {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
}

.strength_list .ex {
    margin-bottom: 2.4rem;
}


@media screen and (max-width: 800px) {

    .top_strength_sec {
        padding: 5.5rem 0;
    }
    .strength_list li {
        max-width: 29.5rem;
    }

    .strength_list li .image,
    .strength_list li h3,
    .strength_list li .ex,
    .strength_list li .link_btn {
        max-width: 29.5rem;
        width: 76vw;
    }
    .strength_list .image {
        margin-bottom: 1.3rem;
    }
    .strength_list .image figure {
        border: 2px solid var(--pink);
        border-radius: 1.5rem;
    }
    .strength_list .image .tag {
        top: 5%;
        right: 6%;
        padding: 0.2rem 0.8rem;
        font-size: 1.2rem;
    }
    .strength_list h3 {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
    .strength_list .ex {
        margin-bottom: 1.6rem;
    }

    .strength_list .slick-track > .slick-slide:not(:last-of-type) {
        margin-right: 3rem;
    }
    

    .strength_list .link_btn a::before {
        right: 0.2rem;
    }
    .strength_list .link_btn a::after {
    right: 0.8rem;
    }

}


/***campaign***/
.top_campaign_sec {
    text-align: center;
}

.top_campaign_sec .back_top img {
    width: 100%;
}

.top_campaign_sec .back_color {
    background-color: var(--middle-pink);
}

.top_campaign_sec .wrapper {
    padding-bottom: 5rem;
    position: relative;
}
.top_campaign_sec .title {
    margin-bottom: 3rem;
}
.top_campaign_sec .title .decoration_title {
    width: 25rem;
    height: 5rem;
    background: url(../img/campaign_title.svg) center /contain no-repeat;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0.5rem;
    color: #DE99A4;
    margin: 0 auto 0.5rem;
}

.top_campaign_sec .title h3 {
    font-size: 4.2rem;
}

.campaign_before {
    margin-bottom: 2rem;
}

.campaign_before h4 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
}

.top_campaign_sec .campaign_box {
    max-width: 90rem;
    margin: 0 auto;
    background: url(../img/campaign_text_back.png) center / cover no-repeat;
    border-radius: 2rem;
    padding: 5rem 2.5rem;
}

.campaign_box .top {
    margin: 0 auto;
    margin-bottom: 2.4rem;
    max-width: max-content;
    position: relative;
}
.campaign_box .top .text h4 {
    font-size: 3.3rem;
    padding-bottom: 0.8rem;
    display: inline-block;
    position: relative;
}
.campaign_box .top .text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.4rem;
    width: 100%;
    background: url(../img/campaign_line.svg) center / contain no-repeat;
}

.campaign_box .top .mark {
    width: 10.5rem;
    height: 10.5rem;
    position: absolute;
    bottom: 0;
    right: calc(100% + 3rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/campaign_mark_back.svg) center / contain no-repeat;
}

.campaign_box .top .mark .small {
    background-color: var(--pink);
    color: white;
    border-radius: 5rem;
    font-size: 1.1rem;
    padding: 0 0.5rem;
    font-weight: 500;
    margin-bottom: -0.1rem;
}

.campaign_box .top .mark .month {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    line-height: 1.3;
}
.campaign_box .top .mark .month span {
    font-size: 2.5rem;
}

.campaign_box .ex {
    margin-bottom: 4rem;
}

.top_campaign_sec .left,
.top_campaign_sec .right {
    position: absolute;
    top: 0;
    height: 100%;
}

.top_campaign_sec .left {
    left: 0;
    width: 25%;
}

.top_campaign_sec .right {
    right: 0;
    width: 19.5%;
}

.top_campaign_sec .child,
.top_campaign_sec .deco {
    position: absolute;
}

.top_campaign_sec .child_1 {
    bottom: 4%;
    left: 6%;
    width: 62%;
    max-width: 18.4rem;
}

.top_campaign_sec .child_2 {
    top: -14%;
    right: 23%;
    width: 78%;
    max-width: 18.1rem;
}

.top_campaign_sec .deco_1 {
    bottom: 27%;
    left: 69%;
    width: 20%;
    max-width: 6rem;
}
.top_campaign_sec .deco_2 {
    bottom: 42%;
    left: 83%;
    width: 15%;
    max-width: 4.5rem;
}

.top_campaign_sec .deco_3 {
    top: -6%;
    right: 80%;
    width: 23%;
    max-width: 5.3rem;
}

.top_campaign_sec .child,
.top_campaign_sec .deco {
  animation-name: floatY;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  transform-origin: center;
}

.top_campaign_sec .child_1 {
    animation-duration: 3.8s;
}
.top_campaign_sec .child_2 {
    animation-duration: 4.3s;
}

.top_campaign_sec .deco_1 {
    animation-duration: 3.6s;
}
.top_campaign_sec .deco_2 {
    animation-duration: 4.5s;
}
.top_campaign_sec .deco_3 {
    animation-duration: 4.1s;
}


@media screen and (max-width: 800px) {
    .top_campaign_sec .wrapper {
        padding-bottom: 4rem;
    }

    .top_campaign_sec .title .decoration_title {
        position: relative;
        z-index: 2;
    }

    .top_campaign_sec .title h3 {
        font-size: 2.8rem;
        position: relative;
        z-index: 2;
    }
    .campaign_before h4 {
        font-size: 2.4rem;
    }

    .top_campaign_sec .campaign_box {
        background: url(../img/campaign_text_back_sp.png) center / cover no-repeat;
        padding: 4rem 3rem;
        max-width: 65rem;
    }
    .campaign_box .top .text p {
        margin-bottom: 0.4;
    }
    .campaign_box .top .text h4 {
        font-size: 2.6rem;
        padding-bottom: 0.8rem;
    }


    .campaign_box .top .mark {
        width: 7rem;
        height: 7rem;
        bottom: unset;
        top: -7rem;
        right: unset;
        left: -6rem;
    }

    .campaign_box .top .mark .small {
        border-radius: 5rem;
        font-size: 0.8rem;

    }

    .campaign_box .top .mark .month {
        font-size: 1rem;
    }
    .campaign_box .top .mark .month span {
        font-size: 1.5rem;
    }
    .campaign_box .ex {
        margin-bottom: 3.2rem;
    }
    .top_campaign_sec .left,
    .top_campaign_sec .right {
        width: 100%;
        right: unset;
        max-width: 52rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .top_campaign_sec .child_1 {
        bottom: unset;
        top: -17%;
        left: -4%;
        width: 32%;
        max-width: 11rem;
    }
        
    .top_campaign_sec .child_2 {
        top: unset;
        bottom: -5%;
        right: 0%;
        width: 24%;
        max-width: 8rem;
    }

    .top_campaign_sec .deco_1 {
        bottom: unset;
        top: -9%;
        left: 32%;
        width: 10%;
        max-width: 3.3rem;
    }
    .top_campaign_sec .deco_2 {
        bottom: unset;
        top: -14%;
        left: 36%;
        width: 8%;
        max-width: 2.5rem;
    }

    .top_campaign_sec .deco_3 {
        top: unset;
        bottom: 4%;
        right: 28%;
        width: 9%;
        max-width: 3.1rem;
    }


}



/***staffprice***/
.top_staffprice_sec {
    padding-top: 8rem;
}

.top_staffprice_sec .link_box {
    display: flex;
    gap: 6rem;
    align-items: stretch;
}

.top_staffprice_sec .link_box .box {
    flex: 1;
    padding: 4rem 1rem 2.5rem;
    border: 3px solid;
    border-radius: 2rem;
}


.top_staffprice_sec .link_box .box:nth-of-type(1) {
    border-color: var(--pink);
}
.top_staffprice_sec .link_box .box:nth-of-type(2) {
    border-color: var(--blue);
}

.top_staffprice_sec .link_box .box h3 {
    text-align: center;
    margin-bottom: 2.4rem;
    font-size: 2.5rem;
}

.dot-underline {
    display: inline-block;
    background-image: radial-gradient(circle, currentColor 1.5px, transparent 1.5px);
    background-repeat: repeat-x;
    background-position: 100% 100%;
    background-size: 8px 3px; /* 丸のサイズ3px、5px間隔 */
    padding-bottom: 3px; /* 下の余白 */
  }

  .top_staffprice_sec .link_box .box .ex {
    max-width: 39rem;
    margin: 0 auto 1.5rem;
    min-height: 8.2rem;
  }


.top_staffprice_sec .link_box .box:nth-of-type(1) {
    border-color: var(--pink);
}
.top_staffprice_sec .link_box .box:nth-of-type(2) {
    border-color: var(--blue);
}

.top_staffprice_sec .original_btn a {
    max-width: 26rem;
    height: 4.6rem;
    font-size: 1.4rem;
}

.top_staffprice_sec .original_btn a::before {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.6rem;
}

.top_staffprice_sec .original_btn a::after,
.top_staffprice_sec .original_btn.blue a::after {
    width: 0.4rem;
    height: 0.4rem;
    right: 2rem;
    border-top-width: 0.15rem;
    border-right-width: 0.15rem;
}


.top_staffprice_sec .wave {
    margin-top: 3.5rem;
}

.top_staffprice_sec .wave img {
    width: 100%;
}


@media screen and (max-width: 800px) {
    .top_staffprice_sec {
        padding-top: 5.5rem;
    }
    .top_staffprice_sec .link_box {
        justify-content: center;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .top_staffprice_sec .link_box .box {
        flex: unset;
        width: 100%;
        max-width: 50rem;
        padding: 3rem 2rem;
    }


    .top_staffprice_sec .link_box .box h3 {
        font-size: 2.2rem;
    }
    .dot-underline {
        padding-bottom: 1.2rem;
    }
    .top_staffprice_sec .link_box .box .ex {
        margin-bottom: 2.4rem;
        min-height: unset;
      }


}


/***flow***/
.top_flow_sec {
    background-color: var(--light-pink);
}




@media screen and (min-width: 801px) {
    .flow_list {
        display: flex;
        justify-content: center;
        gap: 4rem;
        align-items: stretch;
    }
    
    .flow_list li {
        width: calc(100% / 3 - 8rem / 3);
        display: flex;
        align-items: stretch;
    }
    
}
.flow_list li .box {
    position: relative;
    padding: 2rem;
    border: 2px solid var(--pink);
    border-radius: 2rem;

    background-color: white;
}

.flow_list li .step_num {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    color: white;
    background-color: var(--pink);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.2rem 2.2rem;
    border-radius: 2rem;
    line-height: 1.2;
}

.flow_list li .image {
    position: relative;
    margin-bottom: 1.6rem;
}

.flow_list li .image .main {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 2rem 2rem 0 0;
}

.flow_list li .image .main img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.flow_list .image .deco {
    position: absolute;
}

.flow_list .flow_1 .image .deco_1 {
    top: 12%;
    left: -5%;
    width: 29%;
    max-width: 8.6rem;
}
.flow_list .flow_1 .image .deco_2 {
    top: 36%;
    right: -3%;
    width: 33%;
    max-width: 9.7rem;
}

.flow_list .flow_2 .image .deco_1 {
    top: 5%;
    left: 1%;
    width: 26%;
    max-width: 7.5rem;
}
.flow_list .flow_2 .image .deco_2 {
    top: 52%;
    right: 5%;
    width: 30%;
    max-width: 8.8rem;
}

.flow_list .flow_3 .image .deco_1 {
    top: 58%;
    left: -5%;
    width: 43%;
    max-width: 12.6rem;
}
.flow_list .flow_3 .image .deco_2 {
    top: 62%;
    right: -3%;
    width: 50%;
    max-width: 14.6rem;
}

.flow_list li h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1.4rem;
    line-height: 1.2;
}


@media screen and (max-width: 800px) {
    .top_flow_sec {
        padding-bottom: 2.5rem;
    }

    .flow_list li .box {
        max-width: 29.5rem;
        width: 80vw;
        margin-top: 1.5rem;
    }
    .flow_list .slick-track > .slick-slide:not(:last-of-type) {
        margin-right: 3rem;
    }
    .flow_list li .step_num {
        font-size: 1.8rem;
        padding: 0.2rem 2.5rem;

    }
    .flow_list li h3 {
        font-size: 2rem;
    }
    
    

}


/***youtube***/
.top_youtube_sec {
    background-color: var(--middle-pink);
}

.youtube_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 3rem;
    justify-content: space-between;
    margin-bottom: 6.5rem;
}


@media screen and (min-width: 801px) {

    .youtube_list > .box {
        width: calc(100% / 2 - 3rem / 2);
        max-width: 50rem;
    }

    .youtube_list > .box:nth-of-type(2n) {
        transform: translateY(50%);
    }

  }

.youtube_list .box .movie_link {
position: relative;
background-color: white;
padding: 2rem;
border-radius: 0.8rem;
margin-bottom: 1.4rem;
}

.youtube_list .box .movie_link .thumbnail {
position: relative;
width: 100%;
height: 0;
padding-bottom: 63.5%;
overflow: hidden;
border-radius: 0.8rem;
}

.youtube_list .box .movie_link .thumbnail img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
object-position: center;
}

.youtube_list .box .movie_link .start_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16%;
    max-width: 8rem;
}

.youtube_list .box .ex {
    font-size: 1.8rem;
    font-weight: 500;
    font-weight: bold;
}

.modal {
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.8);
}
.modal.show {
    display: flex; 
  }
.modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.close {
    position: absolute;
    top: 10px; right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 2;
}


@media screen and (max-width: 800px) {
    .top_youtube_sec {
        padding-bottom: 3rem;
    }
    .youtube_list {
        gap: 3rem 2rem;
        margin-bottom: 5.5rem;
        justify-content: center;
    }

}


/***form***/
.top_form_sec {
    padding-bottom: 8rem;
}
.top_form_sec .youtube_wave {
    margin-bottom: 8rem;
  
}
.top_form_sec .youtube_wave img {
    width: 100%;
}

.top_form_sec .calendar_form_box .ex {
    max-width: 800px;
    margin: 0 auto;
}

.original_form {
    max-width: 72rem;
    margin: 0 auto;
}

.original_form dl {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.original_form dl:not(:last-of-type) {
    margin-bottom: 1rem;
}

.original_form dl dt {
    width: 23rem;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: var(--middle-pink);
}

.original_form dl:first-of-type dt {
    border-radius: 1rem 0 0 0;
}
.original_form dl:last-of-type dt {
    border-radius: 0 0 0 1rem;
}

.original_form dl dd {
    flex: 1;
    position: relative;
}

.original_form dl dd input[type="text"],
.original_form dl dd input[type="email"] {
    width: 100%;
    border: 1px solid #BABABA;
    border-radius: 1rem;
    padding: 1.3rem;
    font-size: 1.8rem;
}

.original_form .original_btn {
    margin-top: 5rem;
}

.original_form .error {
    color: red;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: calc(100% - 0.2rem);
    font-weight: bold;
  }

  .contact_way_select {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .contact_way_select label {
    font-size: 2rem;
  }

  .line_box {
    text-align: center;
  }

@media screen and (max-width: 800px) {
    .top_form_sec .youtube_wave {
        margin-bottom: 3rem;
    }

    .original_form dl {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .original_form dl dt {
        width: 23rem;
        padding: 1.6rem 2rem;
        font-size: 1.8rem;
        font-weight: 500;
        background-color: var(--middle-pink);
    }
    .original_form dl dd {
        width: 100%;
    }

}


@media screen and (max-width: 600px) {

    .original_form dl dt {
        padding: 1.2rem 1.5rem;
        font-size: 1.4rem;
    }

    .original_form dl:not(:last-of-type) {
        margin-bottom: 3rem;
    }
    .original_form dl dt,
    .original_form dl:first-of-type dt,
    .original_form dl:last-of-type dt {
        border-radius: 1rem;
    }

    .original_form dl dt {
        width: 100%;
    }
    .original_form dl dd input[type="text"],
    .original_form dl dd input[type="email"] {
        padding: 1rem;
        font-size: 1.4rem;
    }


  .contact_way_select {
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto 3rem;
    gap: 1rem;
  }

  .contact_way_select label {
    font-size: 1.8rem;
  }


}



/***テストデザイン***/
.contact_way_select {
    max-width: 1000px;
    margin: 0 auto;
    gap: 1rem;
}

.contact_way_select label {
    width: calc(50% - 0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 8rem;
    cursor: pointer;
    background-color: lightgray;
    color: gray;
    border-radius: 1rem 1rem 0 0;
}

.contact_way_select label.on {
    background-color: var(--pink);
    color: white;
    font-weight: 600;
}

.contact_way_select label input {
    display: none;
}


.contact_way_box {
    background-color: var(--middle-pink);
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.line_inner{
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.line_inner .ex {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}
.line_inner a {
    background-color: #06c755;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 32rem;
    height: 10rem;
    color: white;
    border-radius: 1rem;
    font-size: 3.8rem;
    gap: 1rem;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 auto;
}

.line_inner a img {
    width: 6rem;
}

.line_inner a:hover {
    opacity: 0.9;
}


@media screen and (max-width: 600px) {



    .contact_way_select {
        flex-direction: row;
    }

    .contact_way_select label {
        min-height: 7rem;
        font-size: 1.6rem;
        line-height: 1.4;
    }


    .line_inner{
        min-height: 150px;
    }

    .line_inner .ex {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    .line_inner a {
        max-width: 27rem;
        height: 8rem;
        font-size: 2.8rem;
        gap: 1rem;
    }
    .line_inner a img {
        width: 3.5rem;
    }

    .top_form_sec .calendar_form_box .ex {
        margin-bottom: 10px;
    }

    #calendly-container .calendly-inline-widget {
        width: 100%;
        min-width: inherit !important;
    }

}