@charset "UTF-8";

/*———————————
sub_header
———————————*/

.sub_header{
    margin-top:90px;
    margin-bottom: 90px;
}
.sub_header h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    padding-bottom:20px;
}
.sub_image{
    height:600px;
    position: relative;
}

.sub_header.entry h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}
.sub_header.interview h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}

/*社長*/
.sub_image.top{
    background-image: url("../images/sub_image_top_2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
}
/*ykさん*/
.sub_image.yk{
    height:600px;
    background-image: url("../images/yk_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
/*mkさん*/
.sub_image.mk{
    height:600px;
    background-image: url("../images/mk_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    position: relative;
}
/*ckさん*/
.sub_image.ck{
    height:600px;
    background-image: url("../images/ck_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    position: relative;
}
/*nnさん*/
.sub_image.nn{
    height:600px;
    background-image: url("../images/nn_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    position: relative;
}

.sub_image .sub_copybox{
    background-color: #D34446;
    padding:60px;
    position: absolute;
    right:10%;
    bottom:-10%;
    color:#fff;
}
.sub_copybox .sc_title{
    font-size: 40px;
    font-weight:500;
    line-height: 1.4;
}

.sub_copybox .sc_title_s{
    font-size: 22px;
    font-weight:500;
    line-height: 1.4;
}

.sub_copybox .sc_name{
    font-size: 30px;
    margin-top: 30px;
    font-weight:500;
    line-height: 1.4;
}
.sub_copybox .sc_name span{

}

.sub_image.taidan{
    height:600px;
    background-image: url("../images/taidan_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    position: relative;
}


/*———————————
interview_contents
———————————*/

.interview_contents{
    margin-top:200px;
}

.interview_contents .int_q{
    font-size:32px;
    font-weight: 600;
    position: relative;
    padding-left:65px;
}
.interview_contents .int_q::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 40px;
    height: 3px;
    left: 0;
    background-color: #D34446;
}

.interview_contents .int_a{
    font-size:20px;
    font-weight: 300;
}
.int_layout_2{
    flex-basis: 60%;
}
.int_layout_3{
    flex-basis: 35%;
}
.int_layout_3 img{
    width:100%;
    height: 280px;
    object-fit: cover;
}
.int_layout_1{
    gap:3%;
}
.int_layout_4{
    flex-basis: 50%;
}
.int_layout_5{
    flex-basis: 45%;
}
.int_layout_6{
    flex-basis: 35%;
}
.int_layout_7 img{
    width:100%;
    height: 500px;
    object-fit: cover;
}
.mt-70{
    margin-top:70px;
}



/*———————————
taidan_contents
———————————*/

.taidan_contents{
    margin-top:150px;
    margin-bottom:180px;
}

.taidan_contents .int_a{
    font-size:20px;
    font-weight: 300;
}
.int_layout_2{
    flex-basis: 60%;
}
.int_layout_3{
    flex-basis: 35%;
}
.int_layout_3 img{
    width:100%;
    height: 280px;
    object-fit: cover;
}
.int_layout_1{
    gap:3%;
}
.int_layout_4{
    flex-basis: 50%;
}
.int_layout_5{
    flex-basis: 45%;
}
.int_layout_6{
    flex-basis: 35%;
}
.int_layout_7 img{
    width:100%;
    height: 500px;
    object-fit: cover;
}
.mt-70{
    margin-top:70px;
}

.taidan_title h2{
    color:#D34446;
    font-size: 50px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

.taidan_text{
    font-size: 20px;
    font-weight: bold;
}

.color_top{
    color:#274fbb;
    font-weight:bold;
}
.color_staff{
    color:#d34446;
    font-weight:bold;
}
.color_int{
    color:#f69d21;
    font-weight:bold;
}



/*———————————
entry_contents
———————————*/
.entry_contents{
    margin-bottom:70px;
}
ul.list_entry{
    margin:0;
    font-size: 18px;
    font-weight: 300;
    list-style-type: disc;
}
ul.list_entry li{
    margin-bottom:10px;
}
ul.list_entry li a{
    text-decoration: underline;
}
a.tellink{
    pointer-events: none;
    cursor: default;
    text-decoration: none!important;
}

.entry_contents_02{
    background-color: #F5F5F5;
    padding:70px 0;
}

.btn_contact{
    display: block;
    width: 100%;
    background-color: #D34446;
    padding: 30px 60px;
    text-align: center;
    color: #fff;
    border:none;
    font-size: 20px;
    font-weight: 300;
}
.btn_contact:hover{
    text-decoration: none;
    background-color: rgba(211, 68, 70, 0.85);
    transition:0.3s;
    color: #fff;
    opacity: 1.0;
}


/*———————————
bosyu_contents
———————————*/
.sub_header.bosyu{
    margin-top:90px;
    margin-bottom: 90px;
}
.sub_header.bosyu h1{
    font-size:50px;
    font-weight: bold;
    padding-left:50px;
    padding-bottom:20px;
    border-bottom:1px solid #000;
}
.bosyu_title{
    margin-bottom: 80px;
}
.bosyu_contents{
    margin-bottom: 80px;
}
.bosyu_title h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

table.ta_bosyu{
    font-size:18px;
    font-weight: 300;
}
table.ta_bosyu tr th{
    background-color: #414141;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
table.ta_bosyu tr th,
table.ta_bosyu tr td{
    vertical-align:middle;
    padding:18px;
}
table.ta_bosyu tr td p{
    margin-bottom:0;
}
table.ta_bosyu tr td strong{
    font-weight: 500;
}
table.ta_bosyu tr th{
    width:15%;
}




/*
Media Queries
================================*/

/* 大きなデバイス */
@media (max-width: 1200px) {
    .sub_header h1,
    .sub_header.entry h1,
    .sub_header.interview h1{
        font-size: 45px;
        padding-left: 20px;
    }
    .sub_header.bosyu h1{
        font-size: 38px;
        padding-left: 20px;
    }
    .btn_contact{
        padding: 20px 35px;
        font-size: 18px;
    }
    .bosyu_title h2{
        font-size: 35px;
    }
}
/* タブレット */
@media (max-width: 1024px) {
    a.tellink{
        pointer-events:auto;
    }
    table.ta_bosyu tr th{
        width:30%;
    }
}
/* スマホ */
@media (max-width: 599px) {
    .sub_image.top,
    .sub_image.yk,
    .sub_image.mk,
    .sub_image.ck{
        height:400px;
        background-position: 20% 50%;
        background-size: 900px;
    }
    .sub_image.nn{
        height:400px;
        background-position: 40% 50%;
        background-size: 900px;
    }
    .sub_image .sub_copybox{
        width:80%;
        padding:30px;
        bottom: -30%;
        left: 50%;
        transform:translateX(-50%);
        -webkit- transform: translateX(-50%);
    }
    .sub_copybox .sc_title{
        font-size: 25px;
    }
    .sub_copybox .sc_name{
        font-size: 18px;
    }
    .sub_copybox .sc_name span{
        font-size: 22px;
    }
    .interview_contents .int_q{
        font-size:24px;
        padding-left: 0;
        border-bottom:3px solid #D34446;
        padding-bottom:15px;
    }
    .interview_contents .int_q::before {
        display: none;
    }
    .int_layout_7 img{
        width:100%;
        height: auto;
    }
    .int_layout_3 img,
    .int_layout_4 img,
    .int_layout_6 img{
        width:100%;
        height: auto;
    }
    .int_layout_7 img{
        width:100%;
        height: auto;
    }
    .int_layout_2,
    .int_layout_3,
    .int_layout_4,
    .int_layout_5,
    .int_layout_6{
        flex-basis: 100%;
    }
    .sub_copybox .sc_title_s{
        font-size: 18px;
        text-align: center;
    }
    .sub_image.taidan{
        height:400px;
        background-position: 100% 50%;
        background-size: 900px;
    }
    .sub_image.nn{
        height:400px;
        background-position: 40% 50%;
        background-size: 900px;
    }
    .sub_image .sub_copybox{
        width:80%;
        padding:30px;
        bottom: -30%;
        left: 50%;
        transform:translateX(-50%);
        -webkit- transform: translateX(-50%);
    }
    .sub_copybox .sc_title{
        font-size: 25px;
    }
    .sub_copybox .sc_name{
        font-size: 18px;
    }
    .sub_copybox .sc_name span{
        font-size: 22px;
    }
    .int_layout_7 img{
        width:100%;
        height: auto;
    }
    .int_layout_3 img,
    .int_layout_4 img,
    .int_layout_6 img{
        width:100%;
        height: auto;
    }
    .int_layout_7 img{
        width:100%;
        height: auto;
    }
    .int_layout_2,
    .int_layout_3,
    .int_layout_4,
    .int_layout_5,
    .int_layout_6{
        flex-basis: 100%;
    }
    .sub_copybox .sc_title_s{
        font-size: 18px;
        text-align: center;
    }
    /*table.ta_bosyu tr th,
    table.ta_bosyu tr td{
        white-space: nowrap;
    }*/
}