@charset "utf-8";

html{
    font-size: 100%;
}

body{
    color: #000;
    font-size: 'roboto' , 'noto sans jp' , 'sans-serif';
    font-weight: 400;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

li{
    list-style: none;
}

a{
    color: #000;
    text-decoration: none;
}

a:hover{
    opacity: 0.7;
}

/*sp*/
@media screen and (max-width:767px){

    
}

/*ヘッダー*/

#header{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 20px;
}

#header .logo{
    width: 100%;
    max-width: 150px;
}

#header .logo a{
    display: block;
}

#header .navi .menu{
    display: flex;
    align-items: center;
}

#header .navi .menu li{
    font-size: 14px;
    margin-left: 40px;
}

/*sp*/
@media screen and (max-width:767px){

    main{
        padding-top: 60px;
    }

    #header{
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    #header .humburger{
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 30;
    }

    #header .humburger span{
        width: 30px;
        height: 3px;
        background-color: #000;
        display: inline-block;
        position: absolute;
        left: 10px;
        transition: all 0.4s;
    }

    #header .humburger span:nth-of-type(1){
        top: 16px;
    }

    #header .humburger span:nth-of-type(2){
        top: 25px;
    }
    #header .humburger span:nth-of-type(3){
        top: 34px;
    }

    #header .navi{

        width: 80px;
        height: 100vh;
        background-color: #dc702d;
        position: fixed;
        top: 0;
        right: -80px;
        z-index: 20;
        transition: all 0.6s;
    }

    #header .navi .menu{
        width: 100%;
        height: 100vh;
        flex-direction: column;
        padding: 60px 0;
        overflow: auto;
    }

    #header .navi .menu li{
        padding: 10px 0;
        margin-left: 0;
    }

    #header .navi.active{
        right: 0;
    }

    #header .humburger.active span:nth-of-type(1){
top: 24px;
transform: rotate(-45deg);
    }
 #header .humburger.active span:nth-of-type(2){
        opacity: 0;
    }

     #header .humburger.active span:nth-of-type(3){
        top: 24px;
        transform: rotate(45deg);
    }

}

/*メイン*/

.wrapper-1080{
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
}
.mainvisual{
    background-color: #ab58ff;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    padding: 70px 0 160px;
    margin-bottom: 40px;
}

.mainvisual .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainvisual .text .catchphrase{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mainvisual .text .catchphrase span{
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.mainvisual .text .description{
    font-weight: 500;
    line-height: 1.6;
}

.mainvisual .img{
    max-width: 560px;
   margin: 0 40px 0;
}

/*sp*/
@media screen and (max-width:767px){

    .pc{
        display: none;
    }

    .mainvisual{
        clip-path: polygon(0 0 ,100% 0,100% 90% 0 100%);
        padding: 50px 0 90px;
    }

    .mainvisual .inner{
        flex-direction: column;
    }

    .mainvisual .text .catchphrase{
        font-size: 32px;
        margin-bottom: 10px;
    }

    .mainvisual .text .description{
        font-size: 14px;
        margin-bottom: 30px;
    }
    
}

/*選ばれる理由*/

.wrapper{
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
}

.section-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

.section-title::after{
    content: "";
    width: 80px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.reason{
    margin-bottom: 80px;
}

.reason .item{
    display: flex;
    justify-content: space-between;
}

.reason .item li{
    width: 30%;
    max-width: 250px;
    margin-right: 5%;
}

.reason .item li:last-child{
    margin-right: 0;
}

.reason .item li .img{
    margin-bottom: 20px;
}

.reason .item li .img img{
   border-radius: 50%;
   background-color: #ab58ff;
}

.reason .item li .title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bolder;
   
}

/*sp*/
@media screen and (max-width:767px){

.section-title{
    font-size: 24px;
    margin-bottom: 60px;
}

.section-title::after{
    width: 60px;
}

.reason{
    margin-bottom: 40px;

}

.reason .item{
    flex-direction: column;
    align-items: center;
}

.reason .item li{
    width: 100%;
    margin: 0 0 40px;
}

.reason .item li:last-child{
    margin-bottom: ;
}

}

/*service price*/

.service{
    background-color:  #ab58ff;
    clip-path: polygon(0 0,100% 20%,100% 80%,0 100%);
    padding: 120px 0;

}

.price{
      background-color:  #ab58ff;
    clip-path: polygon(0 20%,100% 0,100% 100%,0 80%);
    padding: 120px 0;
    margin: -80px 0 80px;

}

.service-price-item{
    display: flex;
}

.service-price-item .img{
    width: 50%;
}

.service-price-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-price-item .text{
    width: 50%;
    background-color: #fff;
    padding: 20px 30px;
}

.service-price-item .text .section-title-1{
    margin-bottom: 20px;
}

.service-price-item .text .section-title-1 .en{
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.service-price-item .text .section-title-1 .ja{
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.service-price-item .description{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.service-price-item .btn{
    background-color: hsl(23, 92%, 56%);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    position: relative;
}

.service-price-item .btn::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 18px;
}


/*sp*/
@media screen and (max-width:767px){

    .service{
        clip-path: polygon(0 0,100% 10%,100% 90%,0 100%);
        padding: 80px 0;
    }

    .service-price-item{
        flex-direction: column;
    }

    .price{
        clip-path: polygon(0 10%,100% 0,100% 100%,0 90%);
        padding: 80px 0;
        margin: -45px 0 40px;
    }

    .price .service-price-item{
        flex-direction: column-reverse;
    }

    .service-price-item .img{
        width: 100%;
    }

    .service-price-item .img img{
        object-fit: contain;
    }

    .service-price-item .text{
        width: 100%;
    }

}

/*voice*/

.highlight{
    background: linear-gradient(transparent 50%,#fff390 50%);
    font-weight: 700;
}

.voice{
    margin-bottom: 80px;
}


.voice .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.voice .item .img{
    max-width: 182px;
    margin-right: 40px;
}

.voice .item .img:nth-child(2){
    margin-left: 40px;
    margin-right: 0;
}

.voice .item .img img{
    border: solid 1px #ddd;
    border-radius: 50%;
}

.voice .item .text{
    max-width: 660px;
    border: solid 1px #707070;
    border-radius: 8px;
    line-height: 2;
    padding: 20px;
    position: relative;
}

.voice .item .text::after{
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-right: solid 1px #707070;
    border-bottom: solid 1px #707070;
    position: absolute;
    top: 45%;
}

.voice .item .text:nth-child(1)::after{
    transform: rotate(-45deg);
    right: -10px;
}

.voice .item .text:nth-child(2)::after{
    transform: rotate(135deg);
    left: -10px;
}

.voice .item .text .humburger .age{
text-align: right;
}

/*sp*/
@media screen and (max-width:767px){

    .voice{
        margin-bottom: 40px;
    }

    .voice .item .img{
        width: 80px;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .voice .item .text{
        font-size: 14px;
        padding: 10px;
    }

}

/*contact*/

.contact{
    background-color: #ab58ff;
    clip-path: polygon(0 20%,100% 0,100% 100%,0 100%);
    padding: 100px 0 60px;
}

.contact .inner{
    text-align: center;
}

.contact .text{
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact .btn{
    background-color: #fff;
    border: solid 1px #707070;
    display: inline-block;
    font-size: 14px;
    padding: 20px;
}



/*sp*/
@media screen and (max-width:767px){

.contact{
    clip-path: polygon(0 10%,100% 0,100% 100%,0 100%);
    padding: 60px 0 40px;
}

}

/*footer*/

#footer{
    border-top: solid 1px #707070;
    padding: 40px 0 20px;
}

#footer .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

#footer .logo{
    max-width: 130px;
}

#footer .menu{
    display: flex;
    align-items: center;

}

#footer .menu li{
    font-size: 14px;
    margin-left: 40px;
    position: relative;
}

#footer .menu li::after{
    content: "";
    width: 1px;
    height: 16px;
    background-color: #000;
    transform: rotate(30deg);
    position: absolute;
    top: 3px;
    right: -20px;
}

#footer .menu li:last-child::after{
    content: none;
}

#footer .copyright{
    font-size: 12px;
    text-align: center;
}


/*sp*/
@media screen and (max-width:767px){

#footer .inner{
    flex-direction: column;
    margin-bottom: 40px;
}

#footer .logo{
    margin-bottom: 20px;
}
#footer .menu li{
    margin-left: 30px;
}

#footer .menu li::after{
    right: -15px;
}

#footer .menu li:first-child{
margin-left: 0;
}

}


