@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
 
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .5s;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
html {
    font-size: 62.5%;
}
 
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #000000;
    line-height: 1.5;
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.inner{
    width: 95%;
    max-width:1140px;
    margin: 0 auto;
}

/* 共通 */

.section_ttl{
    text-align: center;
}
.section_ttl h2{
    display: inline-block;
}

/* animation */
.fadeinUp {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
  }
   
  .active{
    opacity : 1;
    transform : translate(0, 0);
  }

p{
    font-feature-settings: "palt";

}
.sp_img{
    display: none;
}
.sp_br{
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_br{
        display: block;
    }
    .pc_br{
        display: none;
    }
    .pc_img{
        display: none;
    }
    .sp_img{
        display: block;
    }
}
.underline {
    background: linear-gradient(transparent 70%, #FFE388 50%);
    font-weight: 900;
  }




/*--------------------------- 
        header
-----------------------------*/

article{
    overflow: hidden;
}

/*--------------------------- 
        top
-----------------------------*/

#top_visual{
    width: 94.6%;
    margin-left: calc(50% - 44.5vw);
    position: relative;
    z-index: 0;
}
#top_visual .top_icon{
    position: absolute;
    top: 41%;
    left: 49%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    margin-top: 0;
    z-index: -1;
}
#top_visual .top_icon img{
    width: 28%;
}
#top_visual .top_img{
    vertical-align: bottom;
    position: relative;
}

.top_fx{
    display: flex;
    justify-content: flex-end;
}
.top_L{
    width: 41%;
}
#top_visual .top_img1{
    width: 70%;
    max-width: 328px;
}
#top_visual .top_img2{
    width: 88%;
    margin-top: 34.5px;
}
#top_visual .top_img3{
    margin-top: 39px;
}

.top_R{
    width: 56%;
    z-index: -2;
}
#top_visual .top_img4{
    margin-top: 27.4px;
}

@media screen and (max-width: 1500px) {
    #top_visual .top_icon{
        top: 61%;
        left: 52%;
        margin-top: 0;
        height: 100%;
    }
    #top_visual .top_icon img{
        width: 27%;
        max-width: 368px;
    }
    .top_L{
        width: 43.69%;
    }
    .top_R{
        width: 52.74%;
    }
    #top_visual .top_img2{
        width: 89.2%;
    }
    #top_visual .top_img3{
        width: 100%;
        margin-top: 39px;
    }
    #top_visual .top_img4{
        width: 90%;
        max-width: 553px;
        margin-top: 9px;
    }
    

}

@media screen and (max-width: 1265px){
    .top_L{
        width: 43.69%;
    }
    .top_R{
        width: 59.5%;
    }
    #top_visual .top_icon {
        top: 61%;
        left: 47%;
        margin-top: 0;
        height: 100%;
    }
}
@media screen and (max-width: 1190px) {

    #top_visual .top_icon{
        top: 64%;
        left: 47.5%;
    }

}

.top_fx_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    #top_visual .top_icon{
        display:none; 
    }

    #top_visual {
        width: 100%;
        margin-left: 0;
        
    }
    .top_fx{
        display: none;
    }
    .top_fx_sp{
        display: block;
        position: relative;
    }
    .top_img3{
        position: absolute;
        top: 31%;
        left: 49%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92.8% !important;
        margin-top: 0 !important;
    }
}




/*--------------------------- 
        about
-----------------------------*/
.about_box{
    background-color: #000000;
    padding: 27px 0;
}
.about_box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.about_box ul li{
    color: #F0BC17;
    font-size: 30px;
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: bold;

}

.about_box ul li+li{
    position: relative;
}

.about_box ul li:nth-child(2)::before,.about_box ul li.sp_line::before{
    content: "";
    display: block;
    height: 18px;
    border-left: 3px solid #fff;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -18%;
    margin: auto;
    transform: rotate(30deg);
}
.about_box ul li.sp_line::before{
    left: -24%;
}
.about_box .sp_txt{
    display: none;
}
@media screen and (max-width: 768px) {
    .about_box {
        padding: 11px 0 8px 0;
    }
    .about_box .none{
        display: none;
    }
    .about_box .sp_txt{
        display: block;
    }
    .about_box ul{
        flex-wrap: wrap;
        text-align: center;
        width: 45%;
        min-width: 330px;
        margin: 0 auto;
    }
    .about_box ul li{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .about_box ul li:first-child{
        margin-right: 44px;
    }
    .about_box ul li:last-child{
        width: 100%;
    }
    .about_box ul li:last-child::before{
        display: none;
    }
    .about_box .sp_line::before{
        content: "";
        display: block;
        height: 18px;
        border-left: 3px solid #fff;
        position: absolute;
        top: 5px;
        bottom: 0;
        left: -26%;
        margin: auto;
        transform: rotate(30deg);
    }
    
}


.about_img{
    background-color: #F0BC17;
    padding: 50px 0 32px 0;
    text-align: center;
}
.about_img img{
    width: 95%;
    max-width: 1188px;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .about_img{
        padding: 8px 0 18px 0;
    }
    
    .about_img img{
        margin-left: 20px;
    } 
}
@media screen and (max-width: 500px) {

    .about_img img {
        margin-left: 14px ;
    }

}
/*--------------------------- 
        strength
-----------------------------*/
#strength{
    padding-top: 75px;
}

@media screen and (max-width: 768px) {
    #strength{
        padding-top: 24px;
    }

}
.strength_box{
    margin-top: 117px;
}
.strength_col{
    width: 100%;
    max-width: 1125px;
    margin-left: auto;
    border: 4px solid #000000;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 90px;
}



.strength_col .col_txt{
    margin-top: 66px;
    margin-left: 44px;
    width: 60%;

}
.strength_col1 .col_txt{
    margin-bottom: 34px;
}
.strength_col .col_txt p{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.strength_ttl{
    position: absolute;
    top: -21px;
    left: -19px;
    max-width: 559px;
}
.strength_ttl.strength_ttl3 {
    max-width: 459px;
}


.strength_col1 .col_txt{
    margin-top: 160px;

}
.strength_col1 .col_img {
    max-width: 450px;
    margin-right: 22px;
    margin-left: auto;

}
.strength_col2 .col_img {
    width: 55%;
    max-width: 498px;
    margin-top: 16px;
    margin-left: auto;
}
.strength_col3 .col_img {
    width: 63%;
    max-width: 536px;
    margin: 5px 0;
}
.strength_col .col_txt .mgb{
    display: block;
}

.sp_img2{
    display: none;
}
@media screen and (max-width: 1080px) {
    
    .pc_img2{
        display: none;
    }
    .sp_img2{
        display: block;
    }
    .strength_col .pc_br{
        display: none;
    }
    .strength_col{
        width: 90%;
        flex-direction: column;
        gap: 0;
        max-width: 650px;
        margin: 0 auto;
        margin-bottom: 90px;

    }
    .strength_col1{
        gap: 35px;
    }
    .strength_col .col_txt{
        width: 95%;
        margin: 0 auto;
        margin-top: 120px;
    }
    .strength_col .col_img {
        margin: 0 auto;
        
    }
    .strength_ttl {
        position: absolute;
        top: -52px;
        left: -19px;
        max-width: 450px;
    }
    .strength_ttl.strength_ttl3 {
        max-width: 450px;
    }
    .strength_col .col_txt .mgb{
        margin-top: 27px;
    }
    .strength_col1 .col_img {
        width: 90%;
    }
    .strength_col2 .col_img {
        width: 100%;
        max-width: none;
    }
    .strength_col3 .col_img {
        width: 90%;
    }
}

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

    #strength .section_ttl img{
        width: 60%;
        margin: 0 auto;
        min-width: 218px;
    }
    .strength_box{
        margin-top: 65px;
    }
    .strength_ttl{
        max-width: 330px;
        top: -40px;
        left: -19px;
    }
    .strength_ttl.strength_ttl3 {
        max-width: 330px;
    }
    .strength_col{
        max-width: 550px;
        margin-bottom: 53px;

    }
    .strength_col:last-child{
        margin-bottom: 0;
    }
    .strength_col .col_txt {
        margin-top: 63px;
    }
    .strength_col .col_txt p{
        font-size: 14px;
        line-height: 1.71;
    }


}

/*--------------------------- 
        work
-----------------------------*/
.work_topbg{
    background-image: url('./img/top_Bg.webp');
    background-size: cover;
    padding-top: 19%;
}
#work{
    background-color: #F0BC17;
    padding-top: 86px;
    padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
    #work{
        background-color: #F0BC17;
        padding-top: 22px;
        padding-bottom: 65px;
    }

    #work .section_ttl img{
        width: 60%;
        margin: 0 auto;
        min-width: 241px;
    }
}


.work_box{
    margin-top: 122px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}
.work_col{
    width: 46%;
    max-width: 520px;
    margin-bottom: 82px;
}
.work_col .col_ttl{
    width: 82%;
    max-width: 426px;
    margin: 0 auto;
    margin-bottom: 18px;
}
@media screen and (max-width: 768px) {

    .work_box{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .work_col {
        width: 70%;
        min-width: 315px;
        margin-bottom: 31px;
    }
}
.work_more{
    text-align: center;
    margin-top: 45px;
}
.work_more a{
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background-color: #000000;
    border: 4px solid #fff;
    padding: 18px 163px 18px 140px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    letter-spacing: .1em;

}
.work_more a:hover{
    background-color: #fff;
    color: #000000;
    border: 4px solid #000000;
  }
.work_more a::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 65px;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    display: block;
    width: 21px;
    height: 20px;
    background-image: url('./img/arrow2.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
.work_more a:hover:after{
    background-image: url('./img/arrow4.webp');
}
@media screen and (max-width: 768px) {

    .work_more{
        text-align: center;
        margin-top: 20px;
    }
    .work_more a{
        border: 2px solid #fff;
        padding: 12px 79px 12px 69px;
        font-size: 16px;
    }
    .work_more a::after{
        top: 52%;
        right: 27px;
        width: 13px;
        height: 11px;
    }
    .work_more a:hover{
        border: 2px solid #000000;
      }
}

/*--------------------------- 
        intro
-----------------------------*/
#intro{
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #F4F4F4;
}

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

    #intro {
        padding-top: 65px;
    }
    #intro .section_ttl img{
        width: 60%;
        margin: 0 auto;
        min-width: 209px;
    }
}
.intro_logo{
    margin-top: 97px;
    background-color: #fff;
    border: solid 4px #000000;
    box-shadow: 7px 7px 0px -4px #fff, 7px 7px 0px -1px #000000;
    padding: 18px 30px 40px 45px;
}
.logo_fx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}
.logo_fx img{
    width: 18%;
    max-width: 180px;
}
.c_logp3 {
    margin-bottom: 4px;
}
.c_logp11,.c_logp12,.c_logp13,.c_logp14,.c_logp15 {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {

    .intro_logo {
        width: 95%;
        margin: 0 auto;
        margin-top: 51px;
        border: solid 2px #000000;
        box-shadow: 7px 7px 0px -3px #fff, 7px 7px 0px -1px #000000;
        padding: 23px 0 40px 0;

    }
    .logo_fx{
        column-gap: 30px;
        row-gap: 34px;
        justify-content: center;
        text-align: center;
    }

    .logo_fx img {
        width: 23%;
    }
    .c_logp1,.c_logp5{
        width: 27% !important;
    }
    .c_logp11,.c_logp12,.c_logp13,.c_logp14,.c_logp15 {
        margin-top: 0;
    }
    .c_logp3 {
        margin-bottom: 0;
    }
}
/*--------------------------- 
        voice
-----------------------------*/
#voice{
    padding-top: 75px;
    background-color: #F4F4F4;
}


.voice_box{
    background-image: url('./img/voice_bg.webp');
    background-size: cover;
    padding-top: 160px;
    display: flex;
}
@media screen and (max-width: 1020px) {

    .voice_box{
        padding-top: 55px;
    }
}

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

    #voice{
        padding-top: 38px;
        background-color: #F4F4F4;
    }
    #voice .section_ttl img{
        width: 60%;
        margin: 0 auto;
        min-width: 188px;
    }

}


.voice_col{
    background-color: #fff;
    width: 87%;
    max-width: 975px;
    border: 4px solid #000000;
    position: relative;
    padding-top: 24px;
    margin-bottom: 100px;
}
.voice_col:last-child{
    margin-bottom: 60px;
}
.voice_col:nth-child(odd) {
    margin-left: auto;

}

.voice_icon{
    position: absolute;
    bottom: -5px;
    left: -13px;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    width: 35%;
    max-width: 334px;
}
.voice_col:nth-child(even) .voice_icon{
    left: auto;
    right: -335px;
}
.voice_col:nth-child(odd) .col_txt{
    padding-left: 137px;
    padding-right: 14px;
}
.voice_col .col_txt .sp_br{
    display: none;
}
@media screen and (max-width: 1170px) {
    .voice_col .col_txt .pc_br{
        display: none;
    }
    .voice_col .col_txt .sp_br{
        display: block;
    }
    .voice_col2,.voice_col4 {
        width: 79% !important;

    }
    .voice_col4 .voice_icon {
        right: -330px !important;
    }
}


    .voice_col .col_txt .sp_br2{
        display: none;
    }
@media screen and (max-width: 950px) {
    .voice_col .col_txt .pc_br2{
        display: none;
    }
    .voice_col .col_txt .sp_br2{
        display: block;
    }

    .voice_col{
        width: 90%;
        border: 2px solid #000000;
        padding-top: 24px;
        margin: 0 auto;
        margin-bottom: 33px;
    }
    .voice_col:last-child {
        margin-bottom: 33px;
    }
    .voice_col:nth-child(odd) {
        margin-left: auto;
        margin-right: auto;
    }
    .voice_col2, .voice_col4 {
        width: 90% !important;
    }
    .voice_icon {
        bottom: -5px;
        left: 103px;
        width: 35%;
        max-width: 200px;
    }
    .voice_col:nth-child(even) .voice_icon {
        left: auto;
        right: -95px;
    }
}
@media screen and (max-width: 768px) {

    .voice_icon {
        bottom: -3px;
        left: 71px;
        width: 46%;
        max-width: 140px;
    }
    .voice_col:nth-child(even) .voice_icon {
        left: auto;
        right: -64px;
    }
}



.voice_col .col_txt{
    padding-left: 52px;
    margin-bottom: 35px;
}
.voice_col .col_txt p{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (max-width: 950px) {

    
    .voice_col:nth-child(odd) .col_txt {
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 135px;
    }
}
@media screen and (max-width: 768px) {

    .voice_col:nth-child(odd) .col_txt {
        margin-bottom: 90px;
    }
}


.voice_col .col_ttl{
    border-bottom: 3px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: 52px;

}
.voice_col:nth-child(odd) .col_ttl{
    margin-left: 137px;

}
.voice_col .col_ttl .sp_img{
    display: none;
}
@media screen and (max-width: 950px) {
    .voice_col .col_ttl .pc_img{
        display: none;
    }
    .voice_col .col_ttl .sp_img{
        display: block;
    }
    .voice_col2 .col_ttl {
        width: 84%;
        margin: 0 auto;
        max-width: 514px;
    }
    .voice_col:nth-child(odd) .col_ttl {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }
    
}


.voice_col .col_txt2{
    background-color: #F0BC17;
    color: #000000;
    border-top: 4px solid #000000;
    padding: 10px 0;
    padding-left: 49%;
}
.voice_col:nth-child(odd) .col_txt2{
    padding-left: 20.5%;

}

.voice_col .col_txt2 p{
    font-size: 20px;
    font-weight: bold;
    color: #000000;

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

    .voice_col .col_txt2 .sp_br{
        display: block;
    }
    .voice_col .col_txt2 {
        border-top: 2px solid #000000;
        padding: 4px 0;
        padding-left: 40.5%;
    }
    .voice_col:nth-child(odd) .col_txt2 {
        padding-left: 40.5%;
    }

}

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

    .voice_col .col_txt2 p{
        font-size: 14px;
        line-height: 1.71;
    }
    .voice_col:nth-child(odd) .col_txt2 {
        padding-left: 153px;
    }
    .voice_col .col_txt2 {
        padding-left: 0;
    }
    .voice_col:nth-child(even) .col_txt2 p{
        display: block;
        width: fit-content;
        margin-left: auto;
        padding-right: 150px;
    }
}

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

    .voice_col1 .col_txt2{
        padding-right: 0 !important;
    }
}


/* お客様の声１ */
.voice_col1{
    padding-top: 26px;
}
.voice_col1 .col_ttl{
    width: 80%;
    max-width: 530px;
    margin-bottom: 15px;
}
.voice_col1 .col_txt {
    margin-bottom: 23px;
}
@media screen and (max-width: 950px) {
    .voice_col1 .col_txt {
        margin-bottom: 90px;
    }

}

/* お客様の声２ */
.voice_col2{
    padding-top: 22px;
}
.voice_col2 .col_ttl{
    width: 80%;
    max-width: 514px;
    margin-bottom: 24px;
}
.voice_col2 .col_txt {
    margin-bottom: 20px;
}

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

    .voice_col2 .col_txt {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 140px;
    }

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

    .voice_col2 .col_txt {
        margin-bottom: 107px;
    }

}


/* お客様の声３ */
.voice_col3{
    padding-top: 20px;
}
.voice_col3 .col_ttl{
    width: 80%;
    max-width: 798px;
}
.voice_col3 .col_txt{
    width: 93%;
    max-width: 899px;
    margin-bottom: 22px;
}

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


}


/* お客様の声４ */
.voice_col4{
    max-width: 924px;
    padding-top: 19px;
}
.voice_col4 .col_ttl{
    width: 80%;
    max-width: 734px;
    margin-bottom: 15px;

}
.voice_col4 .col_ttl img{
    max-width: 659px;
}
.voice_col4 .col_txt{
    width: 90%;
    max-width: 780px;
}
.voice_col4 .voice_icon {
    width: 37%;
    right: -393px !important;
}
@media screen and (max-width: 1080px) {

    .voice_col4 .voice_icon {
        right: -340px !important;
    }
}
@media screen and (max-width: 950px) {

    .voice_col4 .col_txt {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 120px;
    }
    .voice_col4 .voice_icon {
        width: 37%;
        right: -98px !important;
    }
}
@media screen and (max-width: 768px) {

    .voice_col4 .col_txt {
        margin-bottom: 90px;
    }
    .voice_col4 .voice_icon {
        width: 48%;
        right: -66px !important;
    }
    .voice_col .col_ttl {
        width: 90%;
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;

    }
}

/*--------------------------- 
        worries
-----------------------------*/

.worries_topbg{
    background-image: url('./img/worries_bg.webp');
    padding-top: 20%;
    background-size: cover;
}
#worries{
    background-color: #F0BC17;
    padding-top: 24px;
    padding-bottom: 115px;
}


@media screen and (max-width: 768px) {
    #worries{
        padding-top: 0;
        padding-bottom: 57px;
    }
    #worries .section_ttl img{
        width: 73%;
        margin: 0 auto;
    }

}

.worries_box{
    margin-top: 63px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.worries_col{
    width: 33%;
    max-width: 338px;
    background-color: #000000;

}
.worries_col .col_txt{
    text-align: center;
}
.worries_col .col_txt p{
    padding: 12px 0 14px;
    font-size: 18px;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: bold;
    line-height: 1.66;
    color: #fff;
}
@media screen and (max-width: 768px) {
    
    .worries_box{
        margin-top: 13px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .worries_col .col_txt p{
        font-size: 14px;
    }
    .worries_col{
        width: 55%;
        max-width: none;
        min-width: 260px;
    
    }

}



/*--------------------------- 
        worries2
-----------------------------*/
#worries2{
    background-image: url('./img/bg3.webp');
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 79px;
    position: relative;
}
.arrow3{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 345px;
}
#worries2 .section_ttl .sp_img{
    display: none;
}
#worries2 .section_ttl .pc_img{
    max-width: 616px;
    margin-left: 68px;
}
@media screen and (max-width: 910px) {

    #worries2{
        padding-top: 44px;
        padding-bottom: 32px;
    }
    #worries2 .section_ttl .pc_img{
        display: none;
    }
    #worries2 .section_ttl .sp_img{
        display: block;
        width: 75%;
        margin: 0 auto;
        min-width: 326px;
        padding-left: 15px;
    }
    
    .arrow3 {
        width: 218px;
    }
}


.worries2_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 81.5px;
}
.worries2_col{
    width: 47%;
    max-width: 530px;
}
#worries2 .arrow{
    max-width: 75px;
    margin-top: 120px;
}
.worries2_box .col_img{
    width: 76%;
    max-width: 400px;
    margin: 0 auto;
}
.worries2_col .col_txt,.worries2_col2 .col_txt{
    background-image: url('./img/worries_L.webp');
    background-size: contain;
    background-repeat: no-repeat;
    height: 170px;
    margin-top: 24px;
    padding-top: 11%;
    padding-left: 20px;
    padding-right: 15px;
}
.worries2_col2 .col_txt{
    background-image: url('./img/worries_R.webp');
}
.worries2_box .col_txt p{
    font-size: 18px;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 2;
    font-weight: bold;
}
@media screen and (max-width: 910px) {

    .worries2_box{
        flex-direction: column;
        align-items: center;
        margin-top: 42px;
    }
    #worries2 .arrow {
        max-width: 47px;
        transform: rotate(90deg);
        margin-top: 25px;
        margin-bottom: 28px;
    }
    .worries2_col .pc_br{
        display: none;
    }
    .worries2_col {
        width: 50%;
        min-width: 360px;
        position: relative;
        margin-bottom: 120px;
    }
    .worries2_box .col_txt p{
        font-size: 14px;
        line-height: 1.6;
        width: 95%;
    }
    .worries2_col .col_txt, .worries2_col2 .col_txt {
        height: 129px;
        margin-top: 0;
        padding-top: 8%;
        padding-left: 20px;
        padding-right: 15px;
        position: absolute;
        bottom: -119px;
        left: 50%;
        -webkit-transform : translateX(-50%);
        transform : translateX(-50%);
        width: 100%;
    }
}


/*--------------------------- 
        ex
-----------------------------*/
#ex{
    background-image: url('./img/ex_bg.webp');
    background-size: cover;
    background-position: center;
    padding-top: 120.5px;
    padding-bottom: 111px;
}

@media screen and (max-width: 768px) {
    #ex{
        padding-top: 55.5px;
        padding-bottom: 84px;
        background-size: contain;
    }
    #ex .section_ttl img{
        width: 70%;
        margin: 0 auto;
        min-width: 289px;
    }

}
.ex_box{
    margin-top: 97.5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 160px;

}
.ex_col{
    width: 48%;
    max-width: 518px;
}
.ex_inner{
    width: 98%;
    max-width:500px;
    border: 4px solid #000000;
    padding-top: 66px;
    position: relative;
    margin-left: auto;
    padding-bottom: 26.3px;
    background-color: #fff;
}
.ex_col2 .ex_inner{
    padding-top: 56px;
    padding-bottom: 15.8px;
}
@media screen and (max-width: 890px) {


    .ex_box{
        margin-top: 74px;
        flex-direction: column;
        align-items: center;
        column-gap: 0;
        row-gap: 74px;
    
    }
    .ex_inner {
        border: 2px solid #000000;
        padding-top: 45px;
        padding-bottom: 25px;
    }

}



.ex_col .col_img{
    width: 350px;
    margin: 0 auto;
}
.ex_col2 .col_img{
    width: 310px;
}
.ex_inner h3{
    position: absolute;
    top: -7px;
    left: 151px;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 342px;
}

.ex_col2 .col_txt{
    margin-top: 13px;
}
.ex_col .col_txt p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.66;
}

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

    .ex_col .col_txt .pc_br{
        display: none;
    }
    .ex_col {
        width: 55%;
        margin: 0 auto;
        min-width: 326px;
    }
    .ex_col .col_txt{
        width: 90%;
        margin: 0 auto;
        margin-top: 18px;
    }
    .ex_col .col_txt p{
        font-size: 14px;
        text-align: left;
        line-height: 1.71;
    }
    .ex_col .col_img{
        width: 90%;
        margin: 0 auto;
    }


}
@media screen and (max-width: 768px) {
    .ex_inner h3{
        top: 0px;
        left: 58px;
        width: 160px;
    }


}
/*--------------------------- 
        contact
-----------------------------*/

#contact{
    background-color: #F0BC17;
    padding-top: 87px;
    padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
    #contact{
        background-color: #F0BC17;
        padding-top: 56px;
        padding-bottom: 40px;
    }
    #contact .section_ttl img{
        width: 70%;
        margin: 0 auto;
        min-width: 226px;
    }

}
.contact_box{
    margin-top: 74px;
    background-color: #fff;
    border: solid 4px #000000;
    box-shadow: 7px 7px 0px -4px #fff, 7px 7px 0px -1px #000000;
    padding-top: 90px;
    padding-bottom: 80px;
}

.contact_box form{
    width: 90%;
    max-width: 995px;
    margin: 0 auto;
}
#form .form_area label {
    font-size:18px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}
#form .form_area {
    margin-bottom: 27px;

}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"]
 {
    width: 100%;
    border: 1px solid #ABABAB;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
}


.radio_area p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
.required{
    color: #E31313;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {

    .contact_box{
        border: solid 2px #000000;
        box-shadow: 7px 7px 0px -3px #fff, 7px 7px 0px -1px #000000;
        padding-top: 39px;
        padding-bottom: 53px;
        width: 95%;
         margin: 0 auto;
         margin-top: 50.5px;

    }
    
    #form .form_area {
        margin-bottom: 15px;
    }
    #form .form_area label {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .required {
        font-size: 9px;
        margin-left: 14px;
    }
    #form input[type="text"], #form input[type="email"], #form input[type="tel"] {
        height: 30px;
        padding-left: 15px;
        font-size: 16px;
    }
    #form .form_area {
        margin-bottom: 30px;
    }
}

#form .radio_area label {
    display: inline-block;
    font-size: 20px;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 500;
    margin-bottom: 0 !important;
}
.radiobox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
}
.radiobox input[type=radio] {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 14px;
    
  }
.radiobox div{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .radiobox {
        column-gap: 20px;
        row-gap: 17px;
        margin-bottom: 38px;
    }
    #form .radio_area label {
        font-size: 12px;
    }

    .radio_area p {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .radiobox input[type=radio] {
        width: 16px;
        height: 16px;
        margin-right: 7.5px;
        
      }

}
  /* プライバシーポリシー */
  .Check_area{
    max-width: 765px;
    margin: 0 auto;
    margin-top: 87px;
    display: flex;
  }
  input#privacy {
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 1px solid #ABABAB;
    margin-right: 10px;
    margin-top: 10px;
}
.Check_area a{
    color: #000000;
    text-decoration: underline;
}
.Check_area label{
    width: 100%;
    font-size: 16px !important;
    font-size: clamp(14px, 1.3vw, 16px) !important;
    line-height: 2.25;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .Check_area {
        margin-top: 53px;
    }
    .Check_area label {
        font-size: 12px !important;
    }
    input#privacy {
        width: 17px;
        height: 17px;
        margin-right: 11px;
        margin-top: 10px;
    }
    
}


.btn{
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 75px;
}
#button {
    width: 100%;
    background-color: #000000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid #000000;
  }
  #button:hover{
    background-color: #fff;
    color: #000000;
  }
  .btn::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 10%;
    -webkit-transform : translate(-50%,-50%) rotate(-90deg);
    transform : translate(-50%,-50%) rotate(-90deg);
    display: block;
    width: 21px;
    height: 20px;
    background-image: url('./img/arrow2.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.btn:hover:after{
    background-image: url('./img/arrow4.webp');
}
@media screen and (max-width: 768px) {

    .btn {
        margin-top: 53px;
        border-radius: 100vh;
    }
    #button {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        border-radius: 100vh;
    }
    .btn::after{
        width: 12px;
        height: 11px;
    }
}

/* confirmページ */
.btn_area {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 80px;
}

.btn_area .btn{
    margin-top: 25px;
}

.confirm_box{
    padding-top: 80px;
}
.confirm_box form {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
}
.confirm_box h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 80px;
}

.confirm_box .form_area {
    display: flex;
    align-items: baseline;
}
.confirm_box .form_area label {
    width: 35%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.confirm_box .form_area p{
    font-size: 16px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.back_btn::after{
    -webkit-transform : translate(-50%,-50%) rotate(90deg);
    transform : translate(-50%,-50%) rotate(90deg);
    top: 50%;
    right: auto;
    left: 10%;
}
@media screen and (max-width: 768px){

    .confirm_box h2{
        text-align: center;
        font-size: 24px;
        margin-bottom: 50px;
    }
    .confirm_box .form_area {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .confirm_box .form_area label {
        width: 100%;
        margin-bottom: 5px;
        font-size: 13px;

    }
    .confirm_box .form_area p {
        font-size: 13px;
    }
}

footer{
    background-color: #000000;
    padding: 20px 0 50px 0;
    color: #F0BC17;

}
.f_menu{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1168px;
    margin: 0 auto;
}
.menu_l ul{
    display: flex;
}
footer li a{
    font-size: 16px;
    color: #F0BC17;
    cursor: pointer;
}
footer li:last-child{
    margin-left: 50px;
    position: relative;

}

footer li:last-child::before {
    content: "";
    display: block;
    height: 15px;
    border-left: 1px solid #F0BC17;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -37%;
    margin: auto;
}
footer small{
    display: inline-block;
    font-size: 14px;
}



@media screen and (max-width: 768px){
    footer {
        padding: 29px 0 20px 0;
    }
    .f_menu{
        flex-direction: column;
        align-items: center;
    }
    footer li a{
        font-size: 14px;
    }
    .menu_r {
        margin-top: 10px;
    }
    footer small{
        display: inline-block;
        font-size: 10px;
    }
}

/* サンクスページ */

header{
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}
.h_logo{
    max-width: 328px;
}

.finish_box{
    width: 97%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;

}

.finish_txt{
    margin-top: 80px;
    margin-bottom: 80px;
    
}
.finish_txt h3{
    color: #F0BC17;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;

}
.finish_txt p{
    font-size: 16px;
    text-align: center;

}
.finish_box a{
    display: block;
}
@media screen and (max-width: 768px){
    
    .h_logo{
        max-width: 100px;
    }
    .finish_box .section_ttl img {
        width: 70%;
        margin: 0 auto;
        min-width: 226px;
    }
    
    .finish_txt h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .finish_txt {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .finish_txt p{
        font-size: 16px;
        text-align: left;
    
    }
}


.bottom-fixed-button {
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    padding-right: 6em;
    text-align: right;}

.bottom-fixed-button button {
    font-size: 24px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #E4791E;
    color: #FFF;
    border-radius: 0px 0px 5px 5px;
    border: none;
    font-style: normal;
    font-weight: 700;
    width: 220px;
    height: 65px;}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}

.bottom-fixed-button img{
width: 325px;
}

.img_wrap{
  overflow: hidden;
}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px){
.bottom-fixed-button {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    padding-right: 1em;
    text-align: right;
}

.bottom-fixed-button button {
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #E4791E;
    color: #FFF;
    border-radius: 0px 0px 5px 5px;
    border: none;
    font-style: normal;
    font-weight: 700;
    width: 135px;
    height: 28px;
}
.bottom-fixed-button button:hover {
  opacity: 0.8;
}

.bottom-fixed-button img{
width: 150px;
}
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}