@charset "utf-8";

/*=================================
common
=================================*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family: "Noto Sans JP";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: black;
    background-color: #fff;
    line-height: 1.5;
  }

.img{
    max-width: 100%;
    height: auto;
  }

.section__topic{
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px; 
    letter-spacing: 1px;
    padding-bottom: 35px;
    text-align: center;
}

.section__topic::before {
    content: attr(data-en);
    display: block;
    color: #000;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 6.4px;
    margin-bottom: 30px;
}

.section__topic--left,
.section__text--left{
    text-align: left;
}

.section__topic--white,
.section__topic--white::before{
    color: #fff;
}
.section__text--white,
.section__text--white::before{
    color: #fff;
}

.btn1{
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 18px 29px 20px 29px;
    position: relative;
    width: fit-content;
    height: 60px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
}

.btn2{
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 17px 25px 17px 25px;
    position: relative;
    width: fit-content;
    height: 60px;
    border-radius: 30px;
    background: #000;
    gap: 10px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
}

/* common sp */
@media screen and (max-width: 769px){
    .section__topic{
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.6px;
        text-align: center;
        padding-bottom: 25px;
    }
    
    .section__topic::before {
        font-size: 3.5rem;
        font-weight: 700;
        letter-spacing: 2.4px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}


/*=================================
headder
=================================*/
.hamburger{
    display: none;
}

.header{
    background: url(../img/FV_pc.png);
    width: 100%;
    height: 750px;
    background-size: cover;
}

.header__logo{
    width: 64px;
    height: 78.648px;
    flex-shrink: 0;
}

.header__top{
    max-width: 100%;
    padding: 27px 30px 0 30px;
    display: flex;
    align-items: center;
}

.header__list{
    display: flex;
    list-style: none;
    margin-left: 35px
}

.header__item{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.26px;
}

.header__item:not(:first-child){
    margin-left: 4.16vw;
}

.header__btn{
    margin-left: auto;
    position: fixed;
    right: 30px;
    z-index: 99;
}

.btn1{
    margin-right: 29px;
}

.header__title{
    color: #FFF;
    font-size: 5.3rem;
    font-weight: 700;
    line-height: 75px; 
    letter-spacing: 6px;
    margin-top: 320px;
    margin-left: 80px;
    margin-bottom: 32px;
    display: flex;
    list-style: none;
}

.header__img{
    height: 80px;
    flex-shrink: 0;
    margin-left: 74px;
}

.btn3{
    display: none;
}

.nav__active{
    display: none;
}




/* header sp */
@media screen and (max-width: 1040px){
.hamburger{
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}

.hamburger span{
    background-color: #FFF;
    height: 4px;
    width: 100%;
    position: absolute;
    transition: .3s;
}

.hamburger span:first-child{
   top: 0;
}

.hamburger.active span:first-child{
    transform: translateY(23px) rotate(-45deg);
 }

.hamburger span:last-child{
    bottom: 0;
 }

 .hamburger.active span:last-child{
    transform: translateY(-23px) rotate(45deg);
 }

 .hamburger.active span:nth-child(2){
   opacity: 0;
 }

 .hamburger span:nth-child(3){
    top: calc(55% - 4px);
 }

 .hamburger.active span:nth-child(3){
    opacity: 0;
  }


.header {
    background: url(../img/FV_sp.png);
    width: 100%;
    height: 560px;
    background-size: cover;
}

.header.active .header__top{
    background: #2CDBDB;
    height: 100vh;
    position: absolute;
    z-index: 100;
    align-items: flex-start;
    width: 100%;
    top: 0;
}

.header__top{
    padding: 30px 30px;
    justify-content: space-between;
}

.header__logo{
    width: 47px;
    height: 59px;
}

.header__title{
    font-size: 2.5rem;
    line-height: 38px; 
    letter-spacing: 2.5px;
    margin-top: 203px;
    margin-left: 28px;
    margin-bottom: 13px;
}

.header__list{
    display: none;
}

.header__item:not(:first-child){
    margin-left: 0;
}

.header.active .header__list{
    display: block;
    position: absolute;
    left: 0;
    top: 140px;
    margin-left: 30px;
    }

.header.active .header__item{
    color: #FFF;
    font-size: 2rem;
    margin-bottom: 40px;
    margin-top: 37px;
    font-weight: 700;
}

.btn1,
.btn2{
    width: auto;
    display: block;
    margin: 0 auto;
}

.btn1{
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 14px 27px 16px 28px;
    width: fit-content;
    height: 50px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
    position: relative;
    display: block;
}

.btn2{
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 14px 27px 16px 28px;
    width: fit-content;
    height: 50px;
    border-radius: 50px;
    background: #000;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
    position: relative;
    display: block;
    margin: 0;
}

.header__btn{
    display: none;
}

.header__img{
    height: 47px;
    margin-left: 28px;
    margin-bottom: 20px;
}

.header.active .header__btn{
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    position: absolute;
    bottom: 60px;
    right: initial;
}

.btn3{
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 14px 20px 15px;
    text-align: center;
    width: fit-content;
    height: 50px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
    position: relative;
    display: block;
    margin-left: 28px;
}

}
/* pc 769 */

/*=================================
main
=================================*/
/* section company */
.company{
    display: flex;
    align-items: center; 
}

.swiper{
    margin-top: 20px;
}

.company__item{
    margin: 20px 30px 0 30px;
    display: flex;
    width: 129px;
    height: 94px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.swiper-container{
    max-width: 1170px;
    overflow-x: hidden;
    margin: 0 auto;
    padding-bottom: 1px;
    width: 81.25%;
}

.swiper-wrapper{
    transition-timing-function: linear;
    align-items: center;
}

.company .swiper-slide{
    width: auto;
    height: 25px;
}
.swiper-slide img{
    width: auto;
    height: 100%;
}

/* company sp */
@media screen and (max-width: 768px){
    .company__item{
        width: 59px;
        height: 44px;
        margin: 14px 8px 0 8px ;
    }

    .company__item img{
        width: 59px;
    }

    .swiper{
        margin-top: 14px;
    }

    .company .swiper-slide{
        height: 19px;
    }

    }/* pc 768 */

/* section About */
.About{
    padding: 0px 100px 75px 100px;
}

.About__topic{
    flex-shrink: 0;
}

.About__img{
    width: 47.08vw;
    margin-top: 45px;
}

.About__img img{
    width: 47.08vw;
}

.About__inner {
    max-width: 1205px;  
    margin: 0 auto;
    display: flex;
    align-items: center;   
    justify-content: space-between;
}

.About__title{
    color: rgba(0, 0, 0, 0.80);
    font-size: 4rem;
    font-weight: 700;
    line-height: 55px; 
    letter-spacing: 5px;
    margin-bottom: 20px;
    margin-top: 80px;
}

.About__text{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.About__btn{
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 19px 33px 24px 35px;
    width: 304px;
    height: 80px;
    border-radius: 50px;
    background: #000;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
    position: relative;
    display: block;
}

/* about sp */
@media screen and (max-width: 768px){
    .About{
        padding: 30px 0  50px 0;
     }

    .About__inner{
        flex-direction: column-reverse;
        gap: 10px;
    }

    .About__img img{
        width: 72vw;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .About__img{
        margin-left: 0;
        margin-top: 0;
        width: 72vw;
    }

    .About__title{
        font-size: 2.5rem;
        line-height: 33px; 
        letter-spacing: 2.5px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .About__text{
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0.8px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .About__btn{
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 14px 0 16px 0; 
        width: 190px;
        height: 50px;
        fill: #000;
        display: block;
        text-align: center;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
        margin: 0 auto;
    }
}/* pc 768 */

/* Service */
.Service__all{
    padding: 75px 100px;
}

.Service__item{
    max-width: 1205px;
    margin: 0 auto;
}

.Service__group{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    border-bottom: 3px solid #2CDBDB;
    padding: 40px 0px;
}

.Service__group:nth-child(2) .Service__img{
    order: 1;
}

.Service__textwrap{
    width: 45%;
}

.Service__group:nth-child(2) .Service__textwrap{
    order: 2;
    padding-right: 0;
}

.Service__img{
    width: 45%;
    flex-shrink: 0;
}

.Service__img img{
    width: 100%;
}

.Service__group:first-child{
    border-top: 3px solid #2CDBDB;
}

.Service__no{
    color: #000;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 3.75px;
    padding-bottom: 20px;
}

.Service__list{
    font-size: 3rem;
    font-weight: 700;
    line-height: 40px; 
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.Service__text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
}

.Service figure{
    width: 27.77%;
}

.Service__group .div{
    width: 27.98%;
}

/* service sp */
@media screen and (max-width: 768px){
    .Service__all{
        padding: 50px 0 50px 0;
    }

    .Service__group{
        flex-direction: column;
        padding: 20px 0 70px;
    }

    .Service__group:nth-child(2) .Service__img{
        order: 2;
    }

    .Service__group:nth-child(2) .Service__textwrap{
        padding-left: 0;
    }

    .Service__textwrap{
        width: 100%;
    }

    .Service__no{
        color: #2CDBDB;
        font-size: 2rem;
        letter-spacing: 3px;
        position: absolute;
        right: 0;
    }

    .Service__list{
        font-size: 2rem;
        line-height: 30px; 
        letter-spacing: 2.2px;
        margin-bottom: 10px;
    }

    .Service__text{
        font-size: 1.4rem;
        line-height: 20px; 
        letter-spacing: 1.4px;
        margin-bottom: 10px;
    }

    .Service__img{
        width: 280px;
        height: 130px;
    }

    .Service__item{
        max-width: 288px;
        margin: 0 auto;
    }
} /* sp 768 */

/* Job */
.Job__all{
    padding: 75px 0 0;
}

.Job{
    background-color: #2CDBDB;
    position: relative;
    padding-top: 80px;
    border-radius: 60px 60px 0 0;
    padding-bottom: 75px;
}
.Job::after{
    content: '';
    width: 100%;
    height: calc(60% - 75px);
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Job__top{
    display: flex;
    }

.job__conditions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 10px;
}

.job__conditions li{
    display: flex;
    align-items: center;
    gap: 6px;
}

.Job .section__topic{
    margin: 0 0 10px 134px; 
}
    
.Job .section__text{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 25px; 
    letter-spacing: 0.8px;
    margin:0 0 106px 40px;
    text-align: left;
    padding-top: 20px;
}

.Job h3{
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.Job li{
    font-size: 1.4rem;
    font-weight: 400;
}

.job__btn{
    color: #000;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    padding: 16px 41px 20px 41px;
    position: relative;
    width: fit-content;
    height: 80px;
    stroke-width: 1px;
    stroke: #000;
    border: 1px solid #000;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 6px;
    display: block;
    margin: 50px auto 0;
    z-index: 1;
    position: relative;
}

.job__item{
    text-align: center;
}


.Job__list{
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0 0;
    overflow-x: hidden;
    text-align: center;
}

.swiper-button-next, 
.swiper-button-prev {
    color: #000;
    position: absolute;
    top: 58.69%;
}

.swiper-button-next{
    right: 3.88vw;
}

.swiper-button-prev {
    left: 3.88vw;
}

.Job__list>figure img {
    width: 100%;
}

/* job sp */
@media screen and (max-width: 768px){
    .Job__all{
        padding: 50px 0 0;
    }

    .Job{
        padding-top: 25px;
        overflow-x: hidden;
        padding-bottom: 50px;
    }

    .Job__top{
        flex-direction: column;
    }

    .Job .section__topic{
        margin: 25px 0 0 23px;
        text-align: left;
        padding: 0;
    }

    .Job .section__text {
        font-size: 1.2rem;
        line-height: 20px; 
        letter-spacing: 0.6px;
        margin: 10px 0 25px 23px;
        padding: 0;
    }

    .job__btn{
        font-size: 1.6rem;
        padding: 10px 20px 9px 20px;
        width: fit-content;
        height: 50px;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        letter-spacing: 2.4px;
        display: block;
        margin: 30px auto 0;
        z-index: 1;
        position: relative;
    }


    .Job h3{
        font-size: 1.2rem;
        letter-spacing: 0.6px;
        padding: 8px 0 5px;
    }

    .Job li{
        font-size: 1rem;
        letter-spacing: 0.3px;
    }

    .job__conditions{
        gap: 5px;
        padding-bottom: 6px;
    }

    .job__conditions li {
        gap: 3px
    }
    
    .Job::after{
        content: '';
        width: 100%;
        height: calc(47% - 50px);
        background-color: #FFF;
        position: absolute;
        bottom: 0;
        left: 0;
    }


    .swiper-container {
        width: 100%;
    }

} /* pc 768 */

/* Others */
.Others__all{
    padding: 75px 0 150px 0; 
    max-width: 1114px;
    margin: 0 auto;
}

.Others__group{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Others__item{
    display: flex;
    justify-content: center;
    column-gap: 60px;
}

.Others__top{
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.Others__list{
    font-size: 2rem;
    font-weight: 700;
    line-height: 35px; 
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

.Others__list::after{
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #000;
    position: absolute;
    transform: translate(-50%,-50%);
}

.Others__list>span {
  padding: 50px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.Others__item h4{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 35px; 
    letter-spacing: 1.2px;
}

.Others__item li{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px; 
    letter-spacing: 1px;
}


.Others__item figure{
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.Others__inner{
    margin-top: 37px;
}

/* Others sp */
@media screen and (max-width: 768px){
    .Others__all{
        padding: 50px 15px 100px 15px; 
    }

    .Others__top{
        margin-bottom: 50px;
    }

    .Others__item h4{
        font-size: 1.4rem;
        text-align: center;
    }

    .Others__top{
        flex-direction: column;
        gap: 50px;
    }

    .Others__list{
        font-size: 2rem;
        line-height: 35px; 
        letter-spacing: 1px;
        margin: 0;
    }

    .Others__group{
        width: 100%;
    }

    .Others__list>span {
    padding: 20px;
    }

    .Others__item{
        margin: 0 auto;
        gap: 20px 10px;
        flex-wrap: wrap;
    }

    .Others__item>section{
        width: 36.2666666667vw;
    }

    .Others__item>section>ul{
        width: fit-content;
        margin: 0 auto;
    }
    

    
}/* sp 768 */

/* CVT1 */
.CVT{
    background: url(../img/cvt1_pc.jpg);
    width: 100%;
    height: 550px;
    position: relative;
    background-size: cover
}

.CVT::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}


.CVT h2{
    color: #FFF;
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 5px;
    position: relative;
    z-index: 2;
    padding-top: 180px;
    
}

.CVT p{
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 22px; 
    letter-spacing: 1.8px;
    position: relative;
    z-index: 2;
    padding-top: 18px; 
}

.CVT__btn{
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 20px 33px 24px 35px;
    width: fit-content;
    height: 80px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 40px;
}

/* cvt sp */
@media screen and (max-width: 768px){
    .CVT{
        background: url(../img/cvt1_sp.jpg);
        width: 100%;
        height: 200px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .CVT h2{
        font-size: 1.8rem;
        line-height: 25px;
        letter-spacing: 1.8px;
        padding-top: 62px;
    }

    .CVT p{
        font-size: 0.8rem;
        line-height: 22px; 
        letter-spacing: 0.64px;
        padding-top: 0;
    }

    .CVT__btn{
        font-size: 1.3rem;
        padding: 10px 20px 10px 20px;
        text-align: center;
        width: fit-content;
        height: 40px;
        border-radius: 50px;
        background: #FFF;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        letter-spacing: 1.08px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        display: block;
        margin-top: 8px;
    }
}/* sp 768 */

/* Voice */
.Voice{
    padding: 150px 0 75px 0;
}

.section__text{
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
    letter-spacing: 1px;
}

.Voice__group{
    display: flex;
    justify-content: center;
    padding: 80px 0 0;
    column-gap: 60px;
    padding: 0 20px;
}

.Voice__top{
    border-radius: 30px;
    padding: 40px 30px;
    border: 3px solid #000;
    width: 25.6944444444vw;
    text-align: center;
}

.Voice__list{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
}

.Voice__top h3{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.Voice__top h3::after{
    content: "";
    display: block;
    height: 3px;
    width: 19.65vw;
}

.Voice__top:nth-of-type(1) h3::after{
    background-color: #FCB54A;
    margin-top: 23px;
}

.Voice__top:nth-of-type(2) h3::after{
    background-color: #2CDBDB;
    margin-top: 23px;
}

.Voice__top:nth-of-type(3) h3::after{
    background-color: #FF4848;
    margin-top: 23px;
}

.Voice__item{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 23px; 
    letter-spacing: 1px;
    text-align: left;
}

.Voice_icon{
    display: none;
}

/* voice sp */
@media screen and (max-width: 768px){
    .Voice__group{ 
        display: flex;
        overflow-x: auto;
        column-gap: 22px;
        justify-content: flex-start;
    } 
    
    .Voice{
        padding: 100px 0 50px 0;
    }

    .Voice .section__topic{
        text-align: left;
        margin-bottom: 0;
        padding: 0 ;
    }

    .Voice__text{
        font-size: 1.2rem;
        line-height: 20px; 
        letter-spacing: 0.6px;
        padding: 15px 0 0 23px;
        font-weight: 400;
        text-align: left;
    }

    .Voice__list{
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0.6px;
        margin-bottom: 7px;
    }

    .Voice__top h3{
        font-size: 1.8rem;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .Voice__top h3::after{
        content: "";
        display: block;
        width: 200px;
        height: 3px;
        margin: 0 auto;
    }

    .Voice__top:nth-of-type(1) h3::after{
        margin-top: 15px;
    }
    
    .Voice__top:nth-of-type(2) h3::after{
        margin-top: 15px;
    }
    
    .Voice__top:nth-of-type(3) h3::after{
        margin-top: 15px;
    }

    .Voice__top{
        margin: 20px 22px ;
        margin: 20px 0;
        min-width: 282px;
    }

    .Voice__scroll{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0 25px;  
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 20px; 
        letter-spacing: 1.82px;
    }

    .Voice_icon{
        display: block;
        width: 50px;
        height: 20px;
        position: relative;
        bottom: 6px;
    }
    
    .Voice_icon img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

}

/* Flow */
.Flow{
    padding: 250px 6.94vw;
    width: 100%;
    background: rgba(32, 191, 191, 0.10);
    clip-path: polygon(0 13%, 100% 0, 100% 88%, 0% 100%);
}

.Flow__all{
    max-width: 948px;
    margin: 80px auto;
    position: relative;
}
.Flow__all::after {
    content: "";
    width: 4px;
    background-color: #2CDBDB;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 306px;
}

.Flow__all section{
    margin-bottom: 78px;
}

.Flow__item h3{
    width: 262px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.25px;
}

.Flow__dec p{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.Flow__btn{
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 14px 22px 13px 21px;
    width: fit-content;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    letter-spacing: 1.08px;
    border: 1px solid #000;
    border-radius: 50px;
    display: block;
}

.Flow__btnbtn{
    margin-top: 30px;
}

.Flow__item{
    display: flex;
    position: relative;
    z-index: 1;
}

.Flow__item h3{
    order: 1;
}

.Flow__maru{
    order: 2;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 1.75px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #2CDBDB;
    text-align:center;
    line-height: 90px; 
    z-index: 1;   
}

.Flow__dec{
    width: calc(100% - 262px - 90px);
    padding-left: 50px;
    order: 3;
}

.Flow__btnbtn{
    margin-top: 13px;
}


/* flow sp */
@media screen and (max-width: 768px){
    .Flow__all{
        max-width: 620px;
        margin: 0 auto;
        position: relative;
    }

    .Flow__all section {
        margin-bottom: 20px;
        min-height: 120px;
        position: relative;
        padding-left: 65px;
    }

    .Flow{
        padding: 120px 10.66vw 70px;
        clip-path: polygon(0 8.83%, 100% 0%, 100% 91.17%, 0% 100%);
    }

    .Flow__item{
        display: flow;
    }

    .Flow__all{
        display: flex;
        flex-direction: column;
    }

    .Flow__item h3{
        font-size: 1.8rem;
        letter-spacing: 0.9px;
        margin-bottom: 8px;
        padding-left: 20px;
    }

    .Flow__dec{
        width: 100%;
        padding-left: 20px;
    }

    .Flow__dec p{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 17px; 
        letter-spacing: 0.6px;

    }

    .Flow__maru{
        font-size: 2.3rem;
        letter-spacing: 1.15px;
        width: 65px;
        height: 65px;
        line-height: 62px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .Flow__btn{
        color: #000;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 14px 22px 13px 21px;
        width: fit-content;
        background: #FFF;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        letter-spacing: 1.08px;
        border: 1px solid #000;
        border-radius: 50px;
        display: block;
    }

    .Flow__all::after {
        left: 30px;
    }

    

}/* sp 768 */

/* QA */
.QA__all{
    padding: 75px 0 150px 0;
}

.QA-Q{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    display: block;
    list-style: none;
    position: relative;
    display: flex;
    width: calc(100% - 33px);
    align-items: flex-start;
}

.QA-Q::-webkit-details-marker {
    display:none;
}

.QA-Q::before{
    content: "Q";
    font-size: 3.2rem;
    margin-right: 21px;
    line-height: 1;
}

.QA-Q span{
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    
}

.QA-Q span::before{
    content: "";
    width: 100%;
    height: 2.5px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.QA-Q span::after{
    content: "";
    width: 2.5px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.QA__topic details[open] .QA-Q span::after{
    display: none;
}

.QA-A{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
    display: flex;
    margin-top: 25px;
    margin-bottom: 5px;
    width: calc(100% - 33px);
    align-items: flex-start;
}

.QA-A::before{
    content: "A";
    font-size: 3.2rem;
    margin-right: 21px;
    font-weight: 700;
}

.QA__btn{
    color: #000;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    padding: 16px 41px 20px 41px;
    position: relative;
    width: fit-content;
    height: 80px;
    stroke-width: 1px;
    stroke: #000;
    border: 1px solid #000;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 6px;
    display: block;
    margin: 50px auto 0;
}

.QA__topic details{
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding: 30px 70px;
    cursor: pointer;
}

.QA__topic{
    margin: 0 auto;
    border: 3px solid #000;
    border-radius: 30px;
    padding: 30px 30px 60px 30px;
    width: 72.91vw;
}

/* QA sp */
@media screen and (max-width: 768px){
    .QA__all{
        padding: 50px 0 100px 0;
    }

    .QA__topic{
        width: 348px;
        padding: 20px 20px;
    }

    .QA-Q {
        font-size: 1.4rem;
        letter-spacing: 1.12px;
    }

    .QA-Q::before {
        font-size: 2.5rem;
        margin-right: 20px;
    }

    .QA-A {
        font-size: 1.2rem;
        line-height: 20px;
        letter-spacing: 0.6px;
    }

    .QA-A::before {
        font-size: 2.5rem;
        margin-right: 20px;
    }
    .QA__topic details{
        padding: 15px 0;
    }

    .QA .section__topic{
        margin-bottom: 40px;
        padding: 0;
    }

    .QA__btn{
            font-size: 1.6rem;
            padding: 10px 20px 9px 20px;
            width: 160px;
            height: 50px;
            box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
            letter-spacing: 2.4px;
            display: block;
            z-index: 1;
            position: relative;
            margin: 40px auto 0;
    }
    
}/* sp 768px  */

/* CVT2 */
.CVT2{
    background: url(../img/cvt2_pc.jpg);
    width: 100%;
    height: 550px;
    position: relative;
    background-size: cover
}

.CVT2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.CVT2__topic{
    text-align: center;
    position: relative;
    z-index: 2;
}

.CVT2 h2{
    color: #FFF;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 60px; 
    letter-spacing: 4.5px;
    padding-top: 200px;
}

.CVT2 p{
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 22px; 
    letter-spacing: 1.6px;
    margin-top: 18px;
}

.CVT2__btn{
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 20px 33px 24px 35px;
    width: fit-content;
    height: 80px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    letter-spacing: 1.08px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 40px;
}

.spBr{
    display: none;
}

@media screen and (max-width: 768px){
    .CVT2{
        background: url(../img/cvt2_sp.jpg);
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .CVT2 h2{
        font-size: 1.8rem;
        line-height: 25px;
        letter-spacing: 1.8px;
        padding-top: 47px;
    }

    .CVT2 p{
        font-size: 0.8rem;
        line-height: 0; 
        letter-spacing: 0.64px;
        margin-top: 10px;
    }

    .CVT2__btn{
        font-size: 1.3rem;
        padding: 10px 20px 10px 20px;
        text-align: center;
        width: fit-content;
        height: 40px;
        border-radius: 50px;
        background: #FFF;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        letter-spacing: 1.08px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        display: block;
        margin-top: 15px;
    }
    
    .spBr{
        display: block;
    }

}/* sp 768px */

/*=================================
footer
=================================*/
.footer{
    background-color: #000;
    height: 550px;
}

.footer__img{
    text-align: center;
    padding: 80px 0;
}

.footer__topic{
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    column-gap: 90px;
    justify-content: center;
}

.footer__topic dt{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer__topic li{
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 33px; 
    list-style: none;
    margin-bottom: 5px;
}

.footer__sns{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-top: 46px;
    margin-bottom: 30px;
    column-gap: 30px;
}

.footer__privacy{
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 33px; 
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.footer__c{
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 80px;
}

/* footer sp */
@media screen and (max-width: 768px){
    .footer{
        height: 730px;
        width: 100%;
    }

    .footer__img{
        margin: 0 auto;
        padding-top: 60px;
    }

    .footer__img img{
        width: 33.33vw;
    }

    .footer__topic{
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    .footer__list{
        display: flex;
        align-items: center;
        column-gap: 35px;
    }

    .footer__topic dt{
        color: #FFF;
        font-size: 1.6rem;
        margin-bottom: 10px;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
        padding-bottom: 9px;
    }
    
    .footer__topic li{
        color: #FFF;
        font-size: 1.2rem;
        line-height: 28px; 
        margin-bottom: 30px;
    }

    .footer__sns{
        margin: 10px auto 20px;
    }

    .footer__privacy{
        font-size: 1rem;
        line-height: 20px;
        display: flex;
        flex-direction: column;
        }




}



