@charset "utf-8";
/*共通設定*/
    /*黒ボタン*/
.black-btn {
    position: relative;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    background-color: #222;
    color: #fff;
    border-radius: 100vh;
    padding: 10px 24px;
}

.w-circle {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #999;
}

.w-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.1s all;
}

.black-btn:hover .w-circle {
    background-color: #fff;
}

.black-btn:hover .w-circle::before {
    background-image: url(../img/common/black_arrow.svg);
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

    /*白ボタン*/
.white-btn {
    position: relative;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    color: #fff;
    border-radius: 100vh;
    padding: 10px 24px;
    color: #222;
}

.b-circle {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #999;
}

.b-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #222;
    transition: 0.1s all;
}

.white-btn:hover .b-circle {
    background-color: #222;
}

.white-btn:hover .b-circle::before {
    background-image: url(../img/common/white_arrow.svg);
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

/*終わり*/  


/*<section class="fv">*/
.fv {
    width: 100%;
    height: 100vh;
    background-image: url(../img/top/fv_pc.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.fv-in {
    position: relative;
    width: 100%;
    height: 100%;
}

.fv-h1 {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
    line-height: 1;
    display: block;
    white-space: nowrap;
}

.fv-h1 small {
    font-family: "Oswald", serif;
    font-weight: 400;
    font-size: 16px;
}

.fv-h1 span {
    display: inline-block;
    font-size: 120px;
    margin-top: 8px;
}
/*終わり*/ 


/*<section class="business">*/
.business {
    padding: 120px 5vw;
    background-image: url(../img/top/business_back_pc.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.business-flex-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 64px;
}

.business-img-wrap {
    width: 40%;
    text-align: center;
}

.business-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.business-lead-wrap {
    width: 55%;
}

.business-lead-txt-01 {
    font-weight: 600;
    font-size: 32px;
}

.business-lead-txt-02 {
    margin-top: 24px;
}

.business-btn-wrap {
    margin-top: 64px;
}

.business-flex-02 {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.business-con-02 {
    width: 30%;
}

.business-con-02-01 {
    margin-top: 120px;
}

.business-con-02-02 {
    margin-top: 60px;
}

.business-small-num {
    font-family: "Oswald", serif;
    color: #A0A0A0;
    font-weight: 500;
    margin-top: 16px;
}

.business-h3 {
    font-size: 24px;
    padding: 16px 0;
    border-bottom: solid 1px #A0A0A0;
}

.business-con-txt {
    padding-top: 16px;
}

.business-con-txt .under-line {
    border-bottom: solid 1px #A0A0A0;
    transition: 0.2s;
}

.business-con-txt .under-line:hover {
    opacity: 0.7;
}
/*終わり*/ 


/*<section class="company">*/
.company {
    padding: 120px 5vw;
    background-image: url(../img/top/company_back_pc.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.company-in {
    color: #fff;
}

.company-flex {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 64px;
}

.company-con-l {
    width: 50%;
    padding-left: 40px;
}

.company-con-title {
    font-weight: 600;
    font-size: 32px;
}

.company-con-txt {
    margin-top: 24px;
}

.company-btn-wrap {
    margin-top: 64px;
}

.company-con-r {
    width: 50%;
    display: flex;
    align-items: flex-end;
    gap: 40px;
}

.company-img-01,
.company-img-02 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.company-img-wrap-01 {
    margin-bottom: 40px;
}
/*終わり*/ 


/*<section class="contact">*/
.contact {
    padding: 120px 5vw;
    background-image: url(../img/top/contact_back_pc.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    color: #fff;
}

.contact-txt {
    margin-top: 64px;
    padding-left: 40px;
}

.form-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 64px auto 0 auto;
}

.form-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form-area dt {
    width: 25%;
    margin-top: 40px;
}

.form-area .first-dt {
    margin-top: 0;
}

.form-area dd {
    width: 75%;
    margin-top: 40px;
}

.form-area .first-dd {
    margin-top: 0;
}

.input-text {
    font-family: "Noto Sans JP", serif;
    border: none;
    width: 100%;
    padding: 8px;
    color: #222;
}

::placeholder {
    color: #C9C9C9;
}

.message {
    font-family: "Noto Sans JP", serif;
    width: 100%;
    height: 240px;
    padding: 8px;
    color: #222;
    border: none;
}

.submit-btn-wrap {
    text-align: center;
}

.submit-btn-area {
    position: relative;
    text-align: center;
    margin-top: 40px ;
    display: inline-block;
    max-width: 240px;
    width: 100%;
}

.submit-button {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    text-align: left;
    border: none;
    font-size: 16px;
}

.submit-button:hover {
    cursor: pointer;
}

.submit-btn-area:hover .b-circle {
    background-color: #222;
}

.submit-btn-area:hover .b-circle::before {
    background-image: url(../img/common/white_arrow.svg);
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.wpcf7-spinner {
    display: none !important;
}
/*終わり*/ 



/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
    .fv {
        height: 60vh;
    }
    
    .fv-h1 span {
        font-size: 80px;
    }
/*終わり*/ 


/*<section class="business">*/
    .business-lead-txt-01 {
        font-size: 20px;
    }

    .business-lead-txt-02 {
        font-size: 14px;
    }

    .business-btn-wrap {
        margin-top: 48px;
    }    
    
    .business-con-02 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .business-con-02-01 {
        margin-top: 0;
    }
    
    .business-con-02-02,
    .business-con-02-03 {
        margin-top: 64px;
    }    

    .business-icon-wrap {
        width: 20%;
    }

    .busi-txt-wrap {
        width: 80%;
    }
/*終わり*/ 


/*<section class="company">*/
    .company-con-l {
        padding-left: 0;
    }

    .company-con-title {
        font-size: 20px;
    }
    
    .company-con-txt {
        font-size: 14px;
    } 

    .company-img-wrap-01 {
        margin-bottom: 0;
    }       
/*終わり*/ 


/*<section class="contact">*/
    .contact-txt {
        padding-left: 0;
    }
  
/*終わり*/ 

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    /*黒ボタン*/
    .black-btn {
        display: block;
        width: 80%;
        max-width: inherit;
        margin: 0 auto;
    }
    
        /*白ボタン*/
    .white-btn {
        display: block;
        max-width: inherit;
        width: 80%;
        margin: 0 auto;
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        height: 100vh;
        background-image: url(../img/top/fv_sp.webp);
    }

    .fv-h1 {
        left: 50%;
        padding: 0 5vw;
    }

    .fv-h1 span {
        font-size: 56px;
    }
/*終わり*/  


/*<section class="business">*/
    .business {
        padding: 80px 5vw;
        background-image: url(../img/top/business_back_sp.webp);
    }

    .business-flex-01 {
        margin-top: 40px;
    }   
    
    .business-img-wrap {
        width: 100%;
    }
    
    .business-lead-wrap {
        width: 100%;
        margin-top: 16px;
    }    

    .business-con-02 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: solid 1px #222;
        background-color: #fff;
        border-radius: 8px;
        padding: 24px 16px;
    }

    .business-con-02-02,
    .business-con-02-03 {
        margin-top: 24px;
    }    

    .business-icon-wrap {
        width: 100%;
        text-align: center;
    }

    .busi-txt-wrap {
        width: 100%;
    }

    .business-small-num {
        text-align: center;
        font-size: 14px;
    }
    
    .business-h3 {
        text-align: center;
        font-size: 18px;
    }    
/*終わり*/  


/*<section class="company">*/
    .company {
        padding: 80px 5vw;
        background-image: url(../img/top/company_back_sp.webp);
    }

    .company-flex {
        display: block;
        margin-top: 40px;
    }
    
    .company-con-l {
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }

    .company-btn-wrap {
        margin-top: 48px;
    }    
    
    .company-con-r {
        width: 100%;
    }    

    .company-img-wrap-01 {
        margin-bottom: 16px;
    }
/*終わり*/  


/*<section class="contact">*/
    .contact {
        padding: 80px 5vw;
        background-image: url(../img/top/contact_back_sp.webp);
    }

    .contact-txt {
        margin-top: 40px;
        font-size: 14px;
    }  

    .form-wrap {
        margin: 48px auto 0 auto;
    }    
    
    .form-area dt {
        width: 100%;
    }
    
    .form-area dd {
        width: 100%;
        margin-top: 8px;
    }
    
    .submit-btn-area .b-circle {
        right: 32px;
    }    
/*終わり*/  

}