@charset "UTF-8";

body{
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color:#000;
    letter-spacing: 0.05em;
    font-size:16px;
    /*line-height: 1.8;*/
    line-height: 1.6;
    padding-top:90px;/*メニュー高さ分空ける*/
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{ 
    opacity:0.7;
    transition:0.3s;
    text-decoration: underline;
}

img{
    max-width: 100%;
    height: auto;
}



/*———————————
btn
———————————*/
.btn_outline{
    display: block;
    border:1px solid #000;
    padding:30px 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.btn_outline:hover{
    text-decoration: none;
    background-color: #000;
    transition:0.3s;
    color: #fff;
    opacity: 1.0;
}
.btn_outline i{
    font-size: 20px;
}


/*———————————
navi
———————————*/
.navi{
    height: 90px;
}
.navi a.logo:hover{
    opacity: 1.0;
    text-decoration: none;
}
.navi a.logo img{
    width:150px;
    height: auto;
}
.navi a.logo p{
    font-weight: bold;
    font-size: 18px;
}
.navi ul.list-navi{
    padding:0;
    list-style: none;
    font-family: "Roboto Condensed", sans-serif;
    gap:60px;
}
.navi ul.list-navi li a{
    color: #4F4F4F;
}
.navi a.entry{
    font-family: "Roboto Condensed", sans-serif;
    background-color: #D34446;
    color: #fff;
    text-align: center;
    height: 100%;
    font-weight: bold;
    font-size: 18px;
}

.navi a.entry:hover{
    text-decoration: none;
}

#header{
	width:100%;/*横幅指定*/
    background-color: #fff;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}



/*———————————
main-visual
———————————*/
.test{
    width:100%;
    height: 700px;
    position: relative;
}
.test_2{
    width:60%;
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translateY(-90%) translateX(-50%);
    -webkit- transform: translateY(-90%) translateX(-50%);
}
.test_2 img{
    width:100%;
    height: auto;
    transform:skew(-3deg,-3deg);
}
.main-visual{
    width:100%;
    height: 700px;
}
.main-visual .ph_1{
    background-image: url("../images/tex_1.png"),url("../images/main_1.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: auto,auto 850px;
    flex-basis: 33.33%;
    background-position: left bottom,50% 50%;
}
.main-visual .ph_2{
    background-image: url("../images/tex_1.png"),url("../images/main_2.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: auto,auto 800px;
    flex-basis: 33.33%;
    background-position: left bottom,50% 100%;
}
.main-visual .ph_3{
    background-image: url("../images/tex_1.png"),url("../images/main_3.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: auto,auto 750px;
    flex-basis: 33.33%;
    background-position: left bottom,60% 100%;
}

/*———————————
recruit_message
———————————*/
.recruit_message{
    margin-top:90px;
    margin-bottom: 90px;
}
.recruit_message h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    border-bottom:1px solid #000;
    padding-bottom:20px;
}
.recruit_message_text h2{
    font-size:40px;
    font-weight: bold;
    line-height: 1.5;
}
.recruit_message_text p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}


/*———————————
top_message
———————————*/
.top_message{
    margin-top:90px;
    margin-bottom: 90px;
}
.top_message h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    border-bottom:1px solid #000;
    padding-bottom:20px;
    margin: 0;
}
.top_message h2{
    font-size:40px;
    font-weight: bold;
    line-height: 1.5;
}
.top_name{
    font-size: 20px;
    font-weight: bold;
}
.top_name span{
    font-size: 27px;
    font-weight: bold;
}
.top_message_left{
    flex-basis: 60%;
    background-color: #F5F5F5;
}
.tm_left_box{
    padding:90px 0;
}
.top_message_right{
    flex-basis: 40%;
    background-image: url("../images/top_message.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.top_message_contents{
    height: auto;
}


/*———————————
top_interview
———————————*/
.top_interview{
    margin-top:90px;
    margin-bottom: 90px;
}
.top_interview h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    border-bottom:1px solid #000;
    padding-bottom:20px;
    margin: 0;
}
.int_wrap{
    gap:50px 100px;
    margin-top:70px;
}
.int_box{
    flex-basis: 350px;
    position: relative;
}

.int_copy{
    position: absolute;
    bottom: 70px;
    left: -40px;
    height:80px;
    width:auto;
}

.int_copy img.copy{
    height: 100%;
    width:auto;
    transform: skew(-4deg, -4deg);
}

.int_box a:hover{
    text-decoration: none;
}
.int_number{
    position: absolute;
    top:0;
    left: -50px;
    font-family: "Roboto Condensed", sans-serif;
    color: #D34545;
    font-size: 20px;
}

.int_box .staff.yk{
    background-image:url("../images/tex_2.png"),url("../images/interview_yk.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: 30px 216px,cover;
    background-position: left bottom,50% 50%;
    width:100%;
    height: 400px;
}
.int_box .staff.mk{
    background-image:url("../images/tex_2.png"),url("../images/interview_mk.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: 30px 216px,600px auto;
    background-position: left bottom,50% 50%;
    width:100%;
    height: 400px;
}
.int_box .staff.ck{
    background-image:url("../images/tex_2.png"),url("../images/interview_ck.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: 30px 216px,cover;
    background-position: left bottom,50% 50%;
    width:100%;
    height: 400px;
}
.int_box .staff.nn{
    background-image:url("../images/tex_2.png"),url("../images/interview_nn.webp");
    background-repeat: repeat-x,no-repeat;
    background-size: 30px 216px,cover;
    background-position: left bottom,60% 50%;
    width:100%;
    height: 400px;
}

.int_name{
    font-size: 20px;
    font-weight: 600;
}
.int_arrow i{
    font-weight: bold;
}


/*———————————
top_crosstalk
———————————*/
.top_crosstalk{
    margin-top:90px;
    margin-bottom: 90px;
}
.top_crosstalk h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    border-bottom:1px solid #000;
    padding-bottom:20px;
    margin: 0;
}
.crosstalk_wrap{
    margin-top:70px;
    gap:0 50px;
}
.crosstalk_wrap .crosstalk_1,
.crosstalk_wrap .crosstalk_3{
    width:300px;
    height: 400px;
}
.crosstalk_wrap .crosstalk_1 img,
.crosstalk_wrap .crosstalk_3 img{
    width:300px;
    height: 400px;
    object-fit: cover;
}
.crosstalk_2 .ct_title{
    color:#D34545;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    text-align: center;
}
.crosstalk_2 .ct_title span{
    font-size: 40px;
}
.crosstalk_2 .ct_text{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}



/*———————————
top_who
———————————*/
.who_wrap{
    background-color: #F5F5F5;
    padding:70px 0 70px 0;
}
.who_box{
    position: relative;
    width:900px;
    margin-bottom:100px;
}
.who_box img{
    width:600px;
    height:400px;
    object-fit: cover;
}
.sprit_box{
    display: block;
    position: absolute;
    bottom:-50px;
    right:0;
    width:420px;
    background-color: #fff;
    border:1px solid #000;
    padding:60px;
}
.service_box{
    display: block;
    position: absolute;
    bottom:-50px;
    left:0;
    width:420px;
    background-color: #fff;
    border:1px solid #000;
    padding:60px;
    text-align: left;
}
.who_linkbox p{
    font-weight: 300;
}

.who_linkbox:hover{
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
    box-shadow:0 0 18px rgba(0, 0, 0, 0.18);
}

.who_linkbox h2{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 45px;
    margin:0;
}



.top_who{
    margin-top:90px;
}
.top_who h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    border-bottom:1px solid #000;
    padding-bottom:20px;
    margin: 0;
}

.who_sprit{
    position: relative;
    width:900px;
}
.who_sprit img{
    width:600px;
    height:400px;
    object-fit: cover;
}

.mt_100{
    margin-top:100px;
}


.who_service{
    position: relative;
    width:800px;
}
.who_service img{
    width:600px;
    height:400px;
    object-fit: cover;
}



/*———————————
banner
———————————*/
.banner{
    margin:70px 0;
}
a.btn_entry{
    display: block;
    background-color: #D34446;
    color: #fff;
    padding:15px;
}
a.btn_entry:hover{
    text-decoration: none;
}
.b_entry_inner{
    border:1px solid #fff;
    padding:30px 50px;
}
.e_i_title{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 55px;
    line-height: 1.2;
}
.b_entry_inner i{
    font-size: 40px;
}
.aaa{
    width:500px;
    height: auto;
}


/*———————————
footer
———————————*/
.footer{
    background-color: #4F4F4F;
    padding:100px 0;
}

.footer ul.list-navi{
    padding:0;
    list-style: none;
    font-family: "Roboto Condensed", sans-serif;
    gap:60px;
    margin:0;
}
.footer a{
    color: #fff;
}
.footer .copyright{
    font-size:13px;
    text-align: right;
    color: #fff;
    font-weight: 300;
}

/*———————————
社員インタビューページ
専用ボタン
———————————*/
a.btn_bosyu{
    display: block;
    height: 100%;
    background-color: #425295;
    color: #fff;
    padding:15px;
}

a.btn_bosyu:hover{
    text-decoration: none;
}

.b_bosyu_inner{
    border:1px solid #fff;
    padding:30px 50px;
    height: 100%;
}
.bb_title{
    font-weight: 500;
    font-size: 33px;
    line-height: 1.2;
}
.b_bosyu_inner i{
    font-size: 40px;
}


/*———————————
404
———————————*/
.content_404{
    margin-top:100px;
    margin-bottom: 100px;
}
.content_404 h1{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}


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

/* 大きなデバイス */
@media (max-width: 1200px) {
    .navi a.logo p{
        font-size: 14px;
    }
    .footer .copyright{
        text-align: center;
    }
    .test{
        height: 500px;
    }
    .main-visual{
        height: 500px;
    }
    .main-visual .ph_1{
        background-size: 30px 200px,auto 600px;
        background-position: left bottom, 40% 50%;
    }
    .main-visual .ph_2{
        background-size: 30px 200px,auto 600px;
        background-position: left bottom, 40% 90%;
    }
    .main-visual .ph_3{
        background-size: 30px 200px,auto 550px;
    }
    .recruit_message h1,
    .top_message h1,
    .top_interview h1,
    .top_crosstalk h1,
    .top_who h1{
        font-size: 45px;
        padding-left: 20px;
    }
    .recruit_message_text h2,
    .top_message h2{
        font-size:25px;
    }
    .top_name{
        font-size: 18px;
    }
    .top_name span{
        font-size: 23px;
    }
    .btn_outline{
        padding: 20px 35px;
        font-size: 18px;
    }
    .who_box{
        width:90%;
    }
    .test_2{
        width:80%;
    }
}
/* タブレット */
@media (max-width: 1024px) {
    .int_box{
        flex-basis: 250px;
    }
    .int_box img.staff{
        height: 350px;
    }
    .footer ul.list-navi{
        gap:0;
        text-align: center;
    }
    .b_entry_inner,
    .b_bosyu_inner{
        padding:30px;
    }
    .bb_title{
        font-weight: 500;
        font-size: 25px;
    }
}
/* スマホ */
@media (max-width: 599px) {
    .bb_title{
        font-size: 22px;
    }
    .b_entry_inner_left{
        flex-basis: 100%;
    }
    .aaa,
    .bbb{
        display: none;
    }
    .test{
        height: 300px;
    }
    .main-visual{
        height: 300px;
    }
    .main-visual .ph_1{
        background-size: 30px 150px,auto 350px;
        background-position: left bottom, 40% 50%;
    }
    .main-visual .ph_2{
        background-size: 30px 150px,auto 350px;
        background-position: left bottom, 40% 90%;
    }
    .main-visual .ph_3{
        background-size: 30px 150px,auto 330px;
    }
    .top_message_left{
        flex-basis: 100%;
    }
    .top_message_right{
        flex-basis: 100%;
        height: 300px;
    }
    .tm_left_box{
        padding:50px 0;
    }
    .who_box{
        width:100%;
        margin-bottom: 50px;
    }
    .who_box img{
        display: none;
    }
    .sprit_box,
    .service_box{
        position: static;
        width:90%;
        margin: auto;
        padding:40px;
    }
    .who_wrap{
        padding:70px 0 20px 0;
    }
    .e_i_title{
        font-size: 35px;
    }
    .int_box{
        flex-basis: 70%;
    }
    .int_box img.staff{
        height: 350px;
    }
    .crosstalk_wrap .crosstalk_1,
    .crosstalk_wrap .crosstalk_3{
        height: 300px;
        width:80%;
    }
    .crosstalk_wrap .crosstalk_1 img,
    .crosstalk_wrap .crosstalk_3 img{
        height: 300px;
        width:100%;
    }
    .recruit_message_text p{
        font-size: 18px;
    }
    .who_linkbox h2{
        font-size: 30px;
    }
    .test_2{
        width:90%;
    }
    .navi a.logo img{
        width:100px;
    }
    .int_number{
        top:10px;
        left: 10px;
    }
}