@charset "UTF-8";

/* メイン部 */
.main {
    width: 100%;
}
/* 共通部 */
.title_font{
    display: inline-block;
    width: 100%;
    font-size: 4vw;
    line-height: normal;
    color: #2C7FC3;
    text-align: center;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}
.title_sub_font{
    font-size: 2vw;
    line-height: normal;
    color: #000000;
    margin-left: 20px;
}
.sub_title_text{
    font-size: 1.5vw;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 1.2;
    
}
.link_button_content{
    background-color:#2C7FC3;
    border: 2px solid #2C7FC3;
    align-items: center;
    border-radius: 2em;
    width: 100%;
    max-width: 300px;
    text-align: center;
}
.link_button_content a{
    font-family: "Murecho", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    line-height: 1.8;
    font-size: 1.2vw;
}

/* コンテンツ1START */
.container1_main {
    height: 100vh;
    width: 100%;
    background-image: url(../images/cont1_back_image.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.title{
    font-size: 4vw;
    display: table;
    line-height: normal;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 5%;
    line-height: 1.2;
}
/* コンテンツ1END */

/* コンテンツ2START */
.container2_main {
    height: 900px;
}
.container2_area{
    background-color: #ffffff;
    display: flex;
    flex-direction:column;
    align-items: center;
    visibility: hidden;
}
.container2_title{
    margin-top: 15%;
    margin-bottom: 2%;
}
#content2_sub_text{
    margin-bottom: 2%;
    text-align: center;
}
#content2_main_text{
    display: inline-block;
    width: 700px;
}
#content2_button{
    margin-top: 30px;
}
/* コンテンツ2END */

/* コンテンツ3START */
.container3_area{
    width: 100%;
    display: table;
}
.content3{
    background-color: #ffffff;
    height: 650px;
    display: flex;
    border-radius: 50px;
}
.content3_img_area{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content3_img_area img{
    border-radius: 2em;
    width: 80%;
    height: auto;
}
.content3_text_area{
    width: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
#content3_sub_text{
    margin-top: 50px;
    margin-bottom: 20px;
}
/* コンテンツ3END */

/* コンテンツ4START */
.container4_area{
    width: 100%;
    background-color: #ffffff;
    display: table;
}
.content4{
    background-color: #ffffff;
    height: 650px;
    display: flex;
    border-radius: 50px;
}
.content4_img_area{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content4_img_area img{
    border-radius: 2em;
    width: 80%;
    height: auto;
}
.content4_text_area{
    width: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
#content4_sub_text{
    margin-top: 50px;
    margin-bottom: 20px;
}
/* コンテンツ4END */

/* コンテンツ5START */
.container5_area{
    width: 100%;
    background-color: #ffffff;
    display: table;
}
.content5{
    background-color: #ffffff;
    height: 650px;
    display: flex;
    border-radius: 50px;
}
.content5_img_area{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content5_img_area img{
    border-radius: 2em;
    width: 80%;
    height: auto;
}
.content5_text_area{
    width: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
#content5_sub_text{
    margin-top: 50px;
    margin-bottom: 20px;
}
/* コンテンツ5END */

/* コンテンツ6START */
.container6_area{
    width: 100%;
    background-color: #ffffff;
    display: table;
}
.content6{
    background-color: #ffffff;
    height: 650px;
    display: flex;
    border-radius: 30px;
}
.content6_img_area{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content6_img_area img{
    border-radius: 2em;
    width: 80%;
    height: auto;
}
.content6_text_area{
    width: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
}
#content6_sub_text{
    margin-top: 250px;
}
#content6_button{
    margin-top: 30px;
}
/* コンテンツ6END */

/*レスポンシブ対応*/
@media screen and (max-width: 480px){
    .main {
        width: 100vw;
    }
    /* 共通部 */
    .title_font{
        font-size: 8vw;
    }
    .title_sub_font{
        font-size: 4vw;
    }
    .sub_title_text{
        font-size: 3vw;
    }
    .link_button_content a{
        font-size: 18px;
    }

    /*コンテンツ1START*/
    .container1_main {
        width: 100vw;
        height: 600px;
    }
    /* コンテンツ1END */

    /* コンテンツ2START 事業内容*/
    .container2_main {
        width: 100vw;
        height: auto;
        margin-top: 1%;
    }
    .container2_area{
        width: 100%;
        height: 400px;
    }
    .container2_title{
        margin-top: 15%;
        margin-bottom: 2%;
    }
    #content2_button{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* コンテンツ2END */

    /* コンテンツ3START 会社概要*/
    .container3_main{
        height: auto;
        width: 100vw;
        margin-top: 1%;
    }
    .container3_area{
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
    }
    .content3{
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        margin-top: 1%;
    }
    .content3_img_area{
        width: 100%;
        display: flex;
    }
    .content3_img_area img{
        border-radius: 2em;
        width: 100%;
        height: 100%;
    }
    .content3_text_area{
        width: 100%;
        display: block;
        display: flex;
        flex-direction: column;
    }
    #content3_sub_text{
        margin-top: 5%;
    }
    #content3_button{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* コンテンツ3END */

    /* コンテンツ4START アクセス*/
    .container4_main{
        height: auto;
        width: 100vw;
        margin-top: 1%;
    }
    .container4_area{
        width: 100%;
        height: 500px;
        background-color: #ffffff;
        display: table;
    }
    .content4{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        border-radius: 0;
        margin-top: 1%;
    }
    .content4_img_area{
        width: 100%;
        display: flex;
    }
    .content4_img_area img{
        border-radius: 2em;
        width: 100%;
        height:100%;
    }
    .content4_text_area{
        width: 100%;
        display: flex;
    }
    #content4_sub_text{
        margin-top: 5%;
    }
    #content4_button{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* コンテンツ4END */

    /* コンテンツ5START 採用情報*/
    .container5_main{
        width: 100vw;
        height: auto;
        margin-top: 1%;
    }
    .container5_area{
        width: 100%;
        background-color: #ffffff;
        height: 500px;
        display: table;
    }
    .content5{
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        margin-top: 1%;
    }
    .content5_img_area{
        width: 100%;
        display: flex;
    }
    .content5_img_area img{
        border-radius: 2em;
        width: 100%;
        height: 100%;
    }
    .content5_text_area{
        width: 100%;
        display: flex;
    }
    #content5_sub_text{
        margin-top: 5%;
    }
    #content5_button{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* コンテンツ5END */

    /* コンテンツ6START 問い合わせ*/
    .container6_main{
        width: 100vw;
        height: auto;
        margin-top: 1%;
    }
    .container6_area{
        width: 100%;
        height: 500px;
        background-color: #ffffff;
        display: table;
    }
    .content6{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        border-radius: 0;
        margin-top: 1%;
    }
    .content6_img_area{
        width: 100%;
        display: flex;
    }
    .content6_img_area img{
        border-radius: 2em;
        width: 100%;
        height: 100%;
    }
    .content6_text_area{
        width: 100%;
        display: flex;
    }
    #content6_sub_text{
        margin-top: 5%;
    }
    #content6_button{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* コンテンツ6END */
}