@charset "UTF-8";

/* common */

html{
    font-size: 62.5%;
}

body{
    font-family: 
        "Zen Antique",
        "Noto Sans JP",
        Arial;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #2F2F2F;
    font-style: normal;
    background-color: white;
    line-height: 1.5;
    overflow-x: hidden;
    
}

.article_header{
    overflow: hidden;
}

img{
    max-width: 100%;
    height: auto;
}

.topic{
    color: #141414;
    font-size: 1.6rem;
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

.background_txt{
    color: #f2941857;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 4;
}

/*==========================
fadeIn
==========================*/

.fadeIn{
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0, 0);
    opacity: 1;
}

/* header */

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    display: flex;
    align-items: center;
}

.nav_txt{
    margin: 10px 0px 0px 10px;
}

.nav_txt01{
    font-size: 1rem;
    font-family: "Noto Sans JP";
}

.nav_txt02{
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Noto Sans JP";
}

.header_topic,
.nav_logo{
    display: block;
    width: 50px;
}

.header_topic,
.nav_logo{
    margin: 20px 0px 10px 20px;
}

/* nav */

.nav_btn,
.header_btn{
    width: 30px;
}

.nav_btn,
.header_btn{
    margin: 0px 20px 0px 0px;
}

.nav{
    background: rgba(255, 253, 253, 0.89);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav_header{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.nav_item {
    margin-top: 22px;
    color: #2F2F2F;
    font-size: 1.4rem;
    letter-spacing: 2.4px;
    display: flex;
    align-items: center;
}

.nav_item::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #f29518;
    margin-right: 16px;
}

a{
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

.nav.active{
    transform: translateX(0);
}

.nav_cta{
    width: 230px;
    border-radius: 2rem;
    background-color: #f29518;
    padding: 10px 20px;
    margin: 30px auto 10px auto;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.5s;
}

.nav_cta:hover{
    background-color: #ed512e;
}

/* .header PC */
@media screen and (min-width:769px) {

    .topic{
        font-size: 3rem;
        margin-top: 20px;
    }

    .header {
        height: 100px;
        margin: 0 auto;
        padding: 10px 10px;
    }

    .header_topic {
        width: 60px;
        margin: 20px 0px 10px 10px;
    }

    .nav_txt01{
       font-size: 0.8rem;
    }

    .nav_txt02{
        font-size: 0.9rem;
    }

    .nav{
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .nav_header {
        display: none;
    }

    .btn_menu{
        display: none;
    }

    .nav_list {
        margin: 0 10px 0px 10px;
    } 

    .flex{
        display: flex;
        align-items: center;
        padding: 0px;
    }

    .nav_group{
        display: flex;
        align-items: center;
    }

    .nav_item{
        margin-top: 0;
        font-size: 1.3rem;
    }

    .nav_item::before{
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #f29518;
        margin: 0px 10px;
    }

    .header_btn{
        display: none;
    }

    .nav_btn{
        display: none;
    }

    .background_txt{
        font-size: 5rem;
    }

    .nav_cta{
        width: 180px;
        border-radius: 2rem;
        background-color: #f29518;
        padding: 10px 10px;
        margin: 0px 5px;
        text-align: center;
        font-size: 1.4rem;
        color: #FFF;
    }

}

/* pc 769px */

/* main */

.mainImg_pc{
    display: none;
    overflow: hidden;
}

.article{
    text-align: center;
}


/* .header PC */
@media screen and (min-width:769px) {
    

    .mainImg_pc{
        display: block;
        width: 100%;
    }

    .mainImg_sp{
        display: none;
    }

    .brsp{
        display: none;
    }

}

/* merit */

.merit_list{
    margin: 40px auto 0px auto 0px;
}

.merit_item{
    margin: 30px auto 0px auto;
    width: 250px;
    height: 100px;
    border-radius: 2rem;
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 20px 20px ;
    align-items: center;
}

.merit_item_01{
        padding: 30px 20px ;
}

.merit_check{
    display: none;
    width: 40px;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.merit_txt{
    font-size: 1.4rem;

}

.merit_background{
    background:#f2941839;
}

.merit_background_triangle{
    background:#f2941839;
    height: calc(tan(60deg) * 60px / 2);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.merit02_list{
    margin-top: 30px;
}

.merit02_item_img_pc,
.merit02_item_img_pc02{
    display: none;
}

.merit02_item_img_sp{
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
}

.merit02_item_img_sp02{
    display: block;
    width: 90%;
    margin: 0 auto 0 0;
}

.merit_title{
    font-size: 1.6rem;
    margin: 20px 5px;
}

.merit02_item{
    position: relative;
    margin-bottom: 30px;
}

.merit02_item:last-of-type{
    margin-bottom: -20px;
}

.merit02_txt_left{
    position: absolute;
    top: 30%;
    right: 46%;
    width: 40%;
    text-align: left;
    font-size: 1.2rem;
}

.merit02_txt_right{
    position: absolute;
    top: 30%;
    right: 12%;
    width: 40%;
    text-align: left;
    font-size: 1.2rem;
}


.background_merit02{
    position: relative;
    z-index: -2;
    top: -440px;
    margin-bottom: -340px;
}




/* merit PC */
@media screen and (min-width:769px) {

    .merit_list{
        display: flex;
        justify-content: center;
        margin: 20px 100px 0px 100px;
        gap: 10px;
    }

    .merit_item{
        width: 300px;
        height: 180px;
        padding: 30px 20px ;
    }  

    .merit_item_01{
        padding: 45px 20px ;
    }

    .merit_txt{
        font-size: 2rem;
    }

    .merit02_item_img_sp{
        display: none;
    }

    .merit02_item_img_sp02{
        display: none;
    }

    .merit02_item_img_pc{
        display: block;
        width: 80%;
        margin: 0 0 0 auto;
        margin-bottom: -180px;
    }

    .merit02_item_img_pc02{
        display: block;
        width: 80%;
        margin: 0 auto 0 0;
        margin-bottom: -180px;
    }

    .merit_title{
        font-size: 3rem;
        margin-top: 50px;
    }

    .background_merit02{
        top: -1050px;
        margin-bottom: -1050px;
        width: 100%;
    }

    .merit02_txt_left{
        font-size: 2rem;
        top: 48%;
        right: 44%;
        width: 35%;
    }

    .merit02_txt_right{
        font-size: 2rem;
        top: 48%;
        right: 21%;
        width: 35%;
    }
   
}

/* cta */

.cta_btn_area{
    display: flex;
    justify-content: space-around;
    width: 230px;
    border-radius: 2rem;
    background-color: #f29518;
    padding: 5px 20px;
    margin: 30px auto 10px auto;
    text-align: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.5s;
}

.cta_btn_area:hover{
    background-color: #ed512e;
}

.cta_btn_img{
    width: 20px;
}

.cta_btn_txt{
    font-size: 1.4rem;
    color: #fff;
}

/* cta PC */
@media screen and (min-width:769px) {
    .cta_btn_area{
        width: 400px;
        border-radius: 40px;
        padding: 10px 30px;
        margin-top: 100px;
    }

    .cta_btn_img{
        width: 40px;
    }

    .cta_btn_txt{
        font-size: 3rem;
    }

}

/* aboutus */

.section_aboutus{
    padding: 0 10px 0 30px;
}

.aboutus_area{
    display: flex;
    justify-content: space-evenly;
}

.aboutus_img{
    max-width: 154px;
    object-fit: scale-down;
    margin: 20px 5px 0px 5px;
}

.aboutus_list{
    text-align: left;
} 

.about_item{
    margin-top: 30px;
}

.about_number{
    font-size: 2rem;
    font-weight: bold;
}

.orenge{
    color: #f29518;
}

.red{
    color:#ff6359;
}

.purple{
    color: #6967c6;
}

.about_title{
    font-size: 1.3rem;
}

.about_txt{
    font-size: 1.2rem;
}

/* aboutus PC */
@media screen and (min-width:796px) {

    .section_aboutus{
        margin-top: 50px;
    }

   .aboutus_img{
        max-width: 294px;
    }

    .about_item{
        margin-top: 70px;
    }

    .about_number{
        font-size: 5rem;
    }

    .about_title{
        font-size: 2.3rem;
    }

    .about_txt{
        font-size: 2rem;
    }

}


/* cta */

.section_cta{
    margin: 20px 0px;
}

.cta_area{
    width: 100%;
    height:auto;
    background: linear-gradient(-225deg, #ffa026 50%, #ce1717 100%);
    color: #FDFDFD;
    text-align: center;
    z-index: -1;
    padding: 10px 0px;
}

.cta_txt{
    font-size: 1.2rem;
    margin-top: 10px;
}

.cta_link{
    width: 140px;
    height: auto;
    background-color: #FFF;
    padding: 5px 20px;
    border-radius: 4rem;
    color: #f29518;
    margin: 10px auto;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.5s;
}

.cta_link:hover{
    background-color: #ed512e;
    color: #FFF;
}

.cta_description{
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    gap: 10px;
}

.line{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}


/* cta PC */
@media screen and (min-width:769px) {
    .section_cta{
        margin: 30px 0px 30px 0px;
    }

    .cta_txt{
        font-size: 2rem;
    }

    .cta_link{
        width: 300px;
        font-size: 2.3rem;
    }

    .cta_description{
        font-size: 2rem;
    }
    
}

/* voive */

.section_voice{
    padding: 0px 30px;
}

.voice_item{
    margin-top: 30px;
    text-align: left;
}

.voice_img{
    width: 80px;
}

.voice_group{
    display: flex;
    align-items: center;
}

.voice_txt{
    margin-left: 10px;
}

.voice_year{
    font-size: 1.2rem;
}

.voice_title{
    font-size: 1.5rem;
}

.voice_line{
    width: 100%;
    height: 1px;
    background: linear-gradient(-225deg, #ffa026 50%, #ce1717 100%);
}

.voice_txt{
    font-size: 1.3rem;
    margin-top: 10px;
}

/* voice PC */
@media screen and (min-width:769px){
   .section_voice{
        padding: 0px 200px;
    }

    .voice_item{
        margin-top: 40px;
    }

    .voice_img{
        width: 100px;
    }
    .voice_txt{
        margin-left: 10px;
    }

    .voice_year{
        font-size: 1.4rem;
    }

    .voice_title{
        font-size: 2.3rem;
    }

    .voice_line{
        height: 2px;
    }

    .voice_txt{
        font-size: 1.6rem;
        margin-top: 10px;
    }

}

/* coach */

.section_coach{
    margin: 20px 30px;
}

.coach_list{
    padding: 10px 20px 20px 20px;
    width: calc(100%);
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 11px 2px rgba(222, 222, 222, 0.5);
    margin: 20px auto;
    background-color: #f294182a;
    border-radius: 2rem;
}

.coach_img{
    width: 200px;
    margin-top: 0px;
    border-radius: 2rem;
}

.coach_txt{
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: left;
}

.orenge_box{
    padding: 15px;
    background-color: #FDFDFD;
    border-radius: 2rem;
}

.coach_txt.orenge{
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    top: 11px;
    margin-left: 7px;
}

.coach_txt.top{
    margin-top: 20px;
}


/* coach PC */
@media screen and (min-width:769px){
   .section_coach{
        margin: 40px 30px;
    }

    .coach_list{
        display: flex;
        padding: 20px 30px 30px 30px;
        width: calc(80%);
    }

    .coach_img{
        width: 250px;
    }

    .coach_txt_group{
        padding: 0px 30px;
        justify-content: left;
    }

    .coach_txt{
        font-size: 1.8rem;
        margin-top: 10px;
        text-align: left;
    }

    .orenge_box{
        padding: 23px;
    }

    .coach_txt.orenge{
        font-size: 2.5rem;
        top: 18px;
        margin-left: 10px;
    }

    .coach_txt.top{
        margin-top: 0px;
    }
}

/* qa */

.background_txt.qa{
    position: relative;
    top: -44px;
    color:#ed512e65;
    margin-bottom: -44px;
}

.section_qa{
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.10);
    border-radius: 2rem;
    background: linear-gradient(-225deg, #ffa12684 50%, #ce171777 100%);
    width: calc(90% - 1.5rem);
    margin: 40px auto;
    padding: 20px 10px;
}

.qa_items details{
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
    background: #FFF;
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    margin-bottom: 20px;
}


.qa_list{
    position: relative;
    margin-top: 20px;
    padding: 0px 60px 3px 10px;
    list-style-type: none;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.qa_box{
    padding: 0px 20px 40px 20px;
}

.qa_list::marker{
    display: none;
}

.qa_list::-webkit-details-marker {
  display: none;
}

.qa_q{
    color: #ffa026;
    font-size: 2rem;
    margin-left: 10px;
}

.qa_title{
    font-size: 1.3rem;
    width: 180px;
    display: block;
    text-align: left;
    margin-left: 10px;
}

.qa_plus{
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 17px;
    height: 17px;
}

.qa_plus::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #141414;
}

.qa_plus::after{
    content: '';
    position: absolute;
    left: 7px;
    top: 0px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #141414;
}

.qa_items details[open] .qa_plus::after{
    display: none;
}

.qa_txt{
    font-size: 1.3rem;
    text-align: left;
}


/* qa PC */
@media screen and (min-width:769px){

    .background_txt.qa{
    top: -71px;
    margin-bottom: -71px;
}

.section_qa{
    width: calc(78% - 1.5rem);
    margin: 100px auto;
    padding: 30px 20px;
}

.qa_items details{
    width: calc(90% - 1.5rem);
}


.qa_list{
    height: 80px;
}

.qa_box{
    padding: 0px 20px 40px 20px;
}

.qa_q{
    font-size: 3rem;
    margin-left: 20px;
}

.qa_title{
    font-size: 2rem;
    width: 600px;
    margin-left: 20px;
}

.qa_plus{
    right: 4rem;
    top: 2.5rem;
    width: 30px;
    height: 30px;
}

.qa_plus::before{
    top: 13px;
    height: 3px;
}

.qa_plus::after{
    left: 13px;
    width: 3px;
}

.qa_txt{
    font-size: 1.8rem;
    margin: 0px 50px;
}

}

/* img */

.section_img{
    overflow: hidden;
    position: relative;
}

.img_txt{
    font-size: 1.6rem;
    color: #ffa026;
}

.img_slide_container {
    width: 100%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.img_slide {
  display: flex;
  gap: 10px;
  animation: slide-flow 20s infinite linear 1s both;
}

.slide{
  width: 400px;
  object-fit:cover;
  border: 1px solid #ddd;
}

@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

.img_slide_img{
    border-radius: 2rem;
    width: calc(40%);
}

.img_area{
    padding: 0px 50px;
    margin-top: 20px;
}

.img_line01{
    width: 50px;
}

.img_description{
    font-size: 1.3rem;
}

.img_line02{
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: linear-gradient(-225deg, #ffa026 50%, #ce1717 100%);
}

.voice02_area{
    width: calc(90% - 1.5rem);
    background-color: #FDFDFD;
    border-radius: 2rem;
    margin: 30px auto;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 11px 2px rgba(222, 222, 222, 0.5);
}

.voice02_title{
    font-size: 1.4rem;
}

.voice02_txt{
    margin-top: 5px;
}

/* img PC */
@media screen and (min-width:769px){

    .img_line02{
        width: 50%;
    }

    .img_txt{
        font-size: 2rem;
    }

    .img_area{
        padding: 0px 8%;
    }
    .img_description{
        font-size: 3rem;
    }

    .voice02_area{
        width: calc(80% - 1.5rem);
        margin: 40px auto;
        padding: 30px;
    }

    .voice02_title{
        font-size: 2.5rem;
    }

    .voice02_txt{
        font-size: 2rem;
        margin-top: 10px;
    }
}

/* fotter */

.fotter_txt{
    font-size: 1.2rem;
}

.fotter_number{
    width: 140px;
    height: auto;
    background-color: #ed512e;
    border-radius: 4rem;
    padding: 5px 20px;
    color: #FDFDFD;
    margin: 5px auto;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background-color 0.5s;
}

.fotter_number:hover{
    background-color: #f29518;
}

.copy{
    margin: 30px auto;
    font-size: 1rem;
}

/* footer PC */
@media screen and (min-width:769px){
    
    .fotter_txt{
        font-size: 1.8rem;
    }

    .fotter_number{
        width: 200px;
        font-size: 2rem;
    }
    
    .copy{
        font-size: 1.6rem;
    }

}

/* thanks */

.thanks{
    margin-top: 100px;
}

.thanks_txt{
    text-align: center;
    font-size: 2rem;
}

/* footer PC */
@media screen and (min-width:769px){
    
    .thanks_txt{
        font-size: 3rem;
    }

    .brsp{
        display: none;
    }

}