@charset "utf-8";
/*共通設定*/
.white-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 100vh;
    padding: 10px 24px;
    margin: 0 auto;
    width: 100%;
}
/*終わり*/ 


/*<div class="gray-back">*/
.gray-back {
    background-color: #FAFAFA;
}
/*終わり*/ 


/*<section class="fv">*/
.fv {
    position: relative;
    width: 100%;
    height: 100vh;
}

.fv-in {
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.fv-title {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4;
    text-shadow: 0 0 8px #000;
}

.fv-img {
    width: 100%;
    height: 100%;
}
/*終わり*/ 


/*<section class="business">*/
.business {
    padding: 120px 5vw;
}

.business-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 64px auto 0 auto;
}

.business-con {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 120px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.business-icon-wrap {
    flex-grow: 1;
}

.busi-txt-wrap {
    margin-top: 32px;
    text-align: center;
}

.business-num-02 {
    margin-top: 8px;
    font-size: 14px;
}

.business-h3 {
    font-size: 18px;
}

.business-con-01 {
    background-image: url(../img/top/business_pc_01.png);
}

.business-con-02 {
    background-image: url(../img/top/business_pc_02.png);
}

.business-con-03 {
    background-image: url(../img/top/business_pc_03.png);
}
/*終わり*/ 


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

.about-txt-area {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}

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

.about-txt-02 {
    margin-top: 40px;
}

.about-txt-03 {
    margin-top: 8px;
}

.about-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.about-btn {
    color: #222;
    max-width: 200px;
    text-shadow: none;
}
/*終わり*/ 


/*<section class="contact">*/
.contact-wrap {
    position: relative;
}

.contact {
    padding: 80px 5vw 480px 5vw;
}

.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: "Zen Old Mincho", serif;
    border: none;
    width: 100%;
    padding: 8px;
    color: #222;
}

::placeholder {
    color: #C9C9C9;
}

.message {
    font-family: "Zen Old Mincho", 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: "Zen Old Mincho", serif;
    color: #222;
    font-weight: 400;
    text-align: left;
    border: none;
    font-size: 16px;
}

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

.submit-arrow {
    max-width: 6px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contact-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

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


/**/
/*終わり*/ 



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

/*<section class="fv">*/
    .fv {
        height: 60vh;
    }

    .fv-title {
        font-size: 40px;
        padding: 0 5vw;
    }    
/*終わり*/ 


/*<section class="business">*/
    .business {
        padding: 80px 5vw;
    }

    .business-flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1000px;
        width: 100%;
        margin: 64px auto 0 auto;
    }
/*終わり*/ 


/*<section class="about">*/
    .about {
        padding: 80px 5vw;
    }

    .about-txt-01 {
        font-size: 24px;
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
    .fv {
        height: 70vh;
    }

    .fv-in {
        bottom: 10%;
    }    

    .fv-title {
        font-size: 32px;
    }    
/*終わり*/ 


/*<section class="business">*/
    .business-flex {
        margin: 40px auto 0 auto;
    }

    .business-con {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 8px;
        align-items: center;
        justify-content: left;
        padding: 40px 16px;
    }

    .business-icon-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-grow: inherit;
        width: 40%;
    }    

    .busi-txt-wrap {
        width: calc(60% - 8px);
        margin-top: 0;
        text-align: left;
    }    

    .business-num-02 {
        font-size: 12px;
    }

    .business-con-01 {
        background-image: url(../img/top/business_sp_01.png);
    }
    
    .business-con-02 {
        background-image: url(../img/top/business_sp_02.png);
    }
    
    .business-con-03 {
        background-image: url(../img/top/business_sp_03.png);
    }
/*終わり*/ 


/*<section class="about">*/
    .about {
        background-image: url(../img/top/about_back_sp.png);
    }

    .about-txt-01 {
        font-size: 20px;
    }

    .about-txt-02, 
    .about-txt-03 {
        text-align: left;
    }
/*終わり*/ 


/*<section class="contact">*/
    .contact {
        padding: 80px 5vw 240px 5vw;
    }

    .form-wrap {
        margin-top: 40px;
    }

    .form-area dt {
        width: 100%;
        font-weight: 400;
        margin-top: 24px;
    }
    
    .form-area dd {
        width: 100%;
        margin-top: 8px;
    }    

    .form-area .first-dd {
        margin-top: 8px;
    }    
/*終わり*/ 

}