@charset "UTF-8";

html{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; /* Chrome/Safari用 */
    -moz-osx-font-smoothing: grayscale; /* Firefox用 */
    font-smooth: always; /* 一部のブラウザ用 */
}


body{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    background-color: #F5FBFF;
}
:lang(en) {
    font-family: "Oswald", serif;
}
.btn__entry{
    background: #1B72BE 0% 0% no-repeat padding-box;
    font-weight: bold;
    transition: opacity 0.5s ease-in-out;
}
.btn__entry:hover{
    background: #1B72BE 0% 0% no-repeat padding-box;
opacity:0.7;
}
.title-area{
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
}
.title-area p:nth-child(1){
    color: #1B72BE;
}
.title-area p:nth-child(2){

}
.title-area h2{
    color: #1B72BE;
    font-size: 4.75rem;
    text-align: left;
}
.wrapper{
    max-width:1190px;
}
header{
    position: fixed;
    z-index: 200;
    width: 100%;
}

  .white-bg {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影をつけて見やすくする */
  }

  header .head__nav ul li {
    letter-spacing: 1.8px;
}

.floating_banner a{
    background: #1B72BE 0% 0% no-repeat padding-box;
}

#mv{
    font-family: "Zen Kaku Gothic New", serif;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 288px;
    background-image: url(../img/mv_s.png);
    height: 64vw;
    background-size: 100% auto;
    margin-bottom: 0;
}
#mv h1 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 7vw;
    margin-top: 170px;
}
#mv h1 .blue-text{
    color: #1B72BE;
    font-size: 5vw;
}

#mv .mv__img{

}
#mv .mv__text{
    width: 100%;
    margin-left: 100px;

}
#mv .mv__text p{
    font-size: 1.3vw;
    font-weight: bold;
}


@media screen and (max-width:768px){
header{
    padding-left: 10px;
}
header .btn__entry a{
    padding: 24px 21px 26px 21px;
    top: -7px;
}
header .head__logo span{
    letter-spacing: 0.72px;
}


    .title-area{
        margin: 0 20px;

    }
    .title-area h2{
        font-size: 3rem;

    }
    .title-area p{
    margin-bottom: 20px;
    
    }
    .title-area p:nth-child(1){
        margin-bottom: 0;
    }
    #mv{
        height: 176vw;
        max-height: 872px;
        background-image: url(../img/mv_sp_s.png);
    }
    #mv h1 {
    font-size: 3rem;
    line-height: 64px;
    margin-top: 350px;
    }
    #mv .mv__text{
    margin-left: 40px;
}
#mv .mv__text p {
    font-size: 0.8rem;

}
    #mv h1 .blue-text{
        color: #1B72BE;
        font-size: 3rem;
    }
    #mv .mv__text span {
        padding-left: 0;
    }
}
#about2{
    text-align: center;
    font-weight: bold;
    position: relative;
     background-image: url(../img/about2_s.png);
     height: 48vw;
     background-size: 100% auto;
     z-index: -1;
     min-height: 500px;
     margin-top: -130px;
     padding-top: 130px;
     background-position-y: 130px;
}
#about2 h3{
    margin-bottom: 50px;
    color: #1B72BE;
    font-size: 2rem;
}
#about2 p{
    line-height: 44px;
    
}
#about2 .about2__img{
    position: absolute;
    top: 0;

}
@media screen and (max-width:768px){
    #about2{
        height: auto;
        background-image: url(../img/about2_sp_s.png);
        padding-top: 115px;
        margin-top: 75px;
        background-position-y: 0px;
    }
    #about2 h3 {
        font-size: 1.5rem;
    }
    
    

}

#support{
    margin-bottom: 0;
    background-image: url(../img/support_s.png);
    height: 70vw;
    min-height: 1300px;
    background-size: 100% auto;
    background-position-y: 474px;
    margin-top: -220px;
    padding-top: 150px;
}
#support ul{
    display: flex;
    box-sizing: border-box;
}
#support ul li{
    width: 23%;
    margin: 0 auto;
    background-color: white;
    border: #1B72BE 8px solid;
    padding: 40px 35px;
    text-align: center;
    height: auto;
}
#support ul li img{
    margin-bottom: 30px;
    width: auto;
    max-height: 85px;
}
#support ul li p{
    text-align: left;
    font-size: 0.8rem;
}

#support ul li p:nth-child(1){
    color: #1B72BE;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #D5E8F0;
    display: inline-block;
    width: 77%;
    font-weight: bold;
    font-size: 1rem;

}

.swiper-button-next,.swiper-button-prev{
    display: none!important;
}

@media screen and (max-width:768px){
    #support{
        background-image: url(../img/support_sp_s.png);
        margin-top: 0;
        height: auto;
        position: relative;
        margin-bottom: 100px;
        padding-top: 170px;
        margin-top: -40px;
        background-position-y: 20px;
        min-height: 0;
    }
    #support ul{
        margin-left: 20px;
    }
    #support ul li{
        width: 100%!important;
        max-width: 280px;
        margin-right: 30px;
        min-height: 250px;
    }

    .swiper-container {
        width: 100%;
        max-width: 310px; /* 必要に応じて調整 */
        margin: auto;
    }
    
    .swiper-button-next,.swiper-button-prev{
        display: flex!important;
    }
    
    .swiper-slide img {
        max-width: 100px;
    }


    .custom-prev,
.custom-next {
    position: absolute;
    width: 50px!important; 
    height: 50px!important;
    background-color: #1B72BE; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {

    left: 53%!important;
    top:107%!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 33%!important;
    top:107%!important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: white!important;
    font-size: 1rem!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: white!important;
    font-size: 1rem!important;
}

}


#requirements{
    margin-top: -570px;
    padding-top: 165px;

}
#requirements .requirements__area{
    border: 3px solid #D5E8F0;
    background: white;
    padding: 52px 50px;
}
#requirements .requirements__area .spece{
  padding-left: 5em;
}
#requirements dl{
display: flex;
flex-wrap: wrap;
font-weight: bold;
}
#requirements dl dt{
    width: 30%;
    color: #1B72BE;
}
#requirements dl dd{
    width: 70%;
}
#requirements dl dt, #requirements dl dd{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #D5E8F0 1px solid;
}
#requirements dt:last-of-type, #requirements dd:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


@media screen and (max-width:768px){
    #requirements{
        margin-top: 0;
        height: auto;
        background-image: url(../img/entry_sp_s.png);
        background-size: 100% auto;
        background-position-y: -82px;
        margin-top: -130px;
        padding-top: 180px;
    }
    #requirements .requirements__area{
        margin: 0 20px;
        padding: 52px 45px;
    }
    #requirements dl{
        flex-direction: column;
        font-size: 0.85rem;
    }
    #requirements dl dt{
        width: 100%;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #requirements dl dd{
        width: 100%;
        line-height: 30px;
    }

}

#fq{
    background-image: url(../img/qa_s.png);
    background-size: 100% auto;
    padding-top: 150px;
    z-index: 1;
    position: relative;
    min-height: 1216px;
    height: auto;
}
.accordion {
    width: 100%;
    background-color: #fff;
    font-size: 1.45rem;
    margin-bottom: 30px;
}



.accordion summary {
    display: flex;
    position: relative;
    padding: 20px 0;

    background-color: #1B72BE;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    align-items: center;
    padding-left: 40px;
}
.accordion summary span{
    font-family: "Oswald", serif;
    font-size: 3rem;
    padding-right: 10px;
    color: white;
}
.accordion p{
    font-size: 1rem;

}


.accordion summary::after {
    content: '';
    position: absolute;
    top: 49.5%;
    right: 22px;
    width: 25px;
    height: 3px;
    background-color: white;
    transition: transform 0.3s;
}

.accordion summary::before {
    content: '';
    position: absolute;
    top: 40%;
    right: 32px;
    width: 3px;
    height: 25px;
    background-color: white;
    transition: transform 0.3s;
}


.accordion[open] summary::before {
    transform: rotate(90deg);
    display: none;
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 20px 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
    align-items: center;
    display: flex;
    padding-left: 40px;
    border: 3px solid #D5E8F0;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}
.accordion p span{
    font-family: "Oswald", serif;
    font-size: 3rem;
    color: #1B72BE;
    padding-right: 10px;
}
@media screen and (max-width:768px){
    summary {
        display: block;
        list-style: none;
    }
    summary::-webkit-details-marker {
        display:none;
    }
    #fq{
        height: auto;
        background-image: url(../img/fq_sp_s.png);
        min-height: 0;
    }
    .accordion  {
        font-size: 0.85rem;
        margin: 0 auto;
        width: 90%;
        margin-bottom: 20px;
    }
    .accordion summary{
        padding-right: 58px;
        align-items: flex-start;
        padding-left: 15px;
        letter-spacing: 0.84px;
        line-height: 30px;
    }
    .accordion summary::before{
        top: 9%;
        height: 23px;
        transform: translateY(18px);
    }
    .accordion summary::after{
        top: 10%;
        width: 23px;
        transform: translateY(27px);
    }
    .accordion p {
        padding-right: 20px;
        align-items: flex-start;
        padding-left: 15px;
        letter-spacing: 0.84px;
        line-height: 30px;
        font-size: 0.85rem;
    }
    .accordion summary span {

        font-size: 1.85rem;
    }
    .accordion p span {
        font-size: 1.85rem;
    }
}
#contact{
    background-image: url(../img/qa_2_s.png);
    height: 69vw;
    min-height: 1119px;
    background-size: 100% auto;
    padding-top: 300px;
    background-position-y: 15px;

}
#contact .tel{
    font-family: "Montserrat", sans-serif;
}
#contact .top{
    padding-right: 35px;

}
#contact .contact__bg{
    background-image: url(../img/contact_bg_s.png);
    height: 63vw;
    background-size: cover;
    padding-top: 70px;
    position: relative;
    min-height: 1185px;
}
#contact .contact__box {
    max-width: 1190px;
}
#contact .contact__text {
    width: 60%;
    padding: 0px 142px 0 57px;
}


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

    #contact {
        background-image: url(../img/contact_sp_s.png);
        padding-bottom: 0;
        padding-top: 240px;
        height: auto;
        margin-top: -100px;
        min-height: 0;
    }
    #contact .contact__bg{
        background-image: url(../img/contact2_sp_s.png);
        height: 468vw;
        max-height: 1770px;

    }
    #contact .contact__box{
        flex-direction: column;
        margin: 0 4%;
        padding: 43px 20px;
        margin-bottom: 20px;

    }
    #contact .contact__text{
        width: 100%;
        padding: 0;
    }
    #contact .contact__area{
        width: 100%;
        padding: 22px;

    }
    #contact .tel{
        font-size: 1.8rem;
    }
    #contact .contact__area p span{
        font-size: 0.8rem;
    }
    #contact .contact__text p{
        line-height: 24px;
    }
    #contact .contact__tel{
        margin-bottom: 30px;
    }
    #contact .btn__entry a{
        padding: 23px;
    }
    #contact dl dt{
        width: 100%;
        padding-left: 0;
        border-bottom: none;
        margin-bottom: 0;
        line-height: 25px;
    }
    #contact dl dd{
        width: 100%;
        padding: 0;
        padding-bottom: 30px;
    
    }
}




.recommends__wrapper{
    position: relative;
}
#recommends .title-area{
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: -80px;
}
#recommends .title-area h2{
    text-align: center;
}
#recommends .recommends__box {
    position: relative;
    padding-bottom: 80px;
    background-color: white;
    background-image: none;
    border-radius: 0;
    padding-top: 1px;

}
#recommends .recommends__box ul{
    margin-top: 80px;
}
#recommends .recommends__box ul li span {
    background-color: #F5EAAB;
    color: #1B72BE;
    font-weight: bold;
    border-radius: 20px;
}

#recommends .recommends__btn a{
    color: white;
}

@media screen and (max-width:768px){
    #recommends{
        padding-top: 190px;
}
#recommends h2 {
    font-size: 3rem;
    padding-top: 15px;
}
#recommends .title-area {

    margin: 0 auto;
}
}

footer {
    background-color: #4A95D6;
}