@charset "utf-8";
/* CSS Document */

/* 134870 */

.page_h1{
    font-size: 4.2em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0px auto;
}
.page_h1 span{
    display: block;
    opacity: 0.5;
    font-size: 0.4em;
    margin-top: 25px;
    letter-spacing: 0.2em;
}
.contents_head{
	display: flex;
    background: linear-gradient(120deg, rgba(19,72,112,1) 0%, rgba(19,72,112,1) 30%, rgba(19,72,112,1) 50%, rgba(19,72,112,0) 100%);
    color: #fff;
	padding: 40px 0px;
}
.detail_content .page_h1{
    font-size: 2.8em;
    margin: 0px auto;
}
.detail_content .page_h1 span{
    display: inline-block;
    margin: 0 0 0 0.5em;
}
.detail_content .contents_head{
    padding-bottom: 60px;
}
.pan{
    font-size: 0.9em;
    padding-top: 10px;
}
.pan a{
    color: #fff;
    text-decoration: underline;
}
.page_nav{
    font-size: 1.1em;
    padding: 20px 40px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
}
.page_nav ul {
    display: flex;
    justify-content: left;
}
.page_nav ul li{
    margin: 0 1.5em 10px 0;
    line-height: 1;
}
.page_nav ul li:last-child{
    border-right: none;
}
.page_nav ul li a{
    padding: 0 0 0 1em;
    position: relative;
}
.page_nav ul li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.3em;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #134870;
    border-right: 2px solid #134870;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.page_nav ul li a:hover{
    opacity: 1;
}
.page_nav ul li a:hover::before{
    top: 0.5em;
}
.page_nav ul li.for_top a::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -0.1em;
    top: 0.4em;
}

.page_nav ul li.for_top a:hover::before{
    top: 0.4em;
    left: 0.1em;
}

.page_h2{
    font-size: 1.6em;
    letter-spacing: 1px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 35px;
}
.page_h2 .blueborder {
    display: inline-block;
    position: relative;
    line-height: 1.4;
    padding: 0 5px 10px;
    font-weight: bold;
}
.page_h2 .blueborder::after{
    content: '';
    background: linear-gradient(90deg, rgba(19,72,112,1) 0%, rgba(0,158,150,1) 100%);
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.page_h2 .blueborder span {
    font-size: 0.6em;
    color: #aaa;
    margin-left: 10px;
    font-weight: bold;
    letter-spacing: normal;
}
.page_h3{
    font-size: 1.4em;
    line-height: 1.4;
    padding-left: 25px;
    position: relative;
    margin-bottom: 25px;
}
.page_h3::before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0.4em;
    background: #134870;
}
.flex_3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_3 .box{
    width: calc(33% - 26px);
    margin-bottom: 40px;
    display: flex;
}
.align_center{
    text-align: center;
}
.flex_line{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.flex_line::before {
    content: '';
    width: 100%;
    bottom: -1px;
    height: 3px;
    background: #fff;
    position: absolute;
}
.flex_line .box{
    width: 33.33%;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 30px;
}
.flex_line .box:nth-child(3n-2) {
    padding-left: 0;
}
.flex_line .box:nth-child(3n){
    padding-right: 0;
    border-right: none;
}
.flex_line .box h4{
    width: 100%;
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 25px;
    text-align: center;
}
.btnarea{
    text-align: center;
}
.bluebtn{
    width: 300px;
    color: #fff;
    padding: 18px 35px 15px 25px;
    position: relative;
    display: inline-block;
    background: #960023;
    text-align: center;
    margin: 0 15px;
    line-height: 1;
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.bluebtn:hover{
    opacity: 1;
}
.bluebtn span {
    font-size: 0.7em;
    opacity: 0.8;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.15em;
    font-weight: 300;
}
.bluebtn::before{
    content: '➡';
    opacity: 0.5;
    line-height: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    font-size: 20px;
}
.bluebtn:hover::before{
    right: 10px;
}
.bluebtn.noarrow{
    padding: 20px 30px;
    display: inline-block;
    width: auto;
}
.bluebtn.noarrow::before{
    display: none;
}
.bluebtn.bluebtnback {
    padding: 18px 25px 15px 35px;
}
.bluebtn.bluebtnback::before {
    transform: scale(-1, 1);
    right: auto;
    left: 15px;
}
.bluebtn.bluebtnback:hover::before{
    left: 10px;
}
.bluebtn .mailtext_blue{
    height: 24px;
    width: auto;
}
.mailtext{
    height: 16px;
    width: auto;
    display: block;
}

.show_540{
    display: none;
}
.dot_ul li{
    padding-left: 1em;
    position: relative;
}
.dot_ul li::before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}
.line_ul li{
    padding-left: 1em;
    position: relative;
}
.line_ul li::before{
    content: '-';
    width: 1em;
    position: absolute;
    top: 0;
    left: 0;
}
.num_ul li{
    padding-left: 2em;
    position: relative;
    margin-bottom: 1em;
}
.num_ul li span {
    width: 1.2em;
    height: 1.2em;
    background: #134870;
    text-align: center;
    position: absolute;
    top: 0.2em;
    left: 0;
    line-height: 1.5;
    color: #fff;
}
.num_ul li b{
    font-weight: bold;
    color: #134870;
    margin-bottom: 0.2em;
    display: block;
}
.youtube_pop{
    position: relative;
}
.youtube_text {
    margin-top: 8px;
    font-size: 16px;
}
.youtube_pop::before {
    content: "";
    background: url(../images/video_btn.png)no-repeat center bottom;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.youtube_ctrl{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin: 0 auto;
}
.youtube_ctrl iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube_cover {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1000px;
}
.pop_cover{
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 30;
    top: 0;
    left: 0;
}
.pop_close{
    position: fixed;
    z-index: 31;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.pop_close::before, .pop_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 32;
}
.pop_close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.pop_close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// recruit ///////////////////////////*/
/*////////////////////////////////////////////////////////*/
.recruit .contents_headimg{
    background: url('/images/recruit/h1img.jpg?ver=1')no-repeat right center;
    background-size: 75%;
    min-width: 1024px;
}
.contact .contents_headimg{
    background: url('/contact/img/h1img.gif?ver=1')no-repeat right center;
    background-size: 75%;
    min-width: 1024px;
}
.recruit .lead{
    font-size: 2.1em;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}
.lead_text_body{
    position: relative;
}
.lead_text {
    text-align: center;
    position: absolute;
    width: 100%;
}
.recruit_top .img1{
    width: 360px;
    float: left;
}
.recruit_top .img2{
    width: 360px;
    float: right;
}
.recruit section{
    margin-bottom: 70px;
}
.recruit .flex_3 .box{
}
.recruit .flex_3 .box a{
    border: 1px solid #aaa;
    display: block;
    position: relative;
}
.recruit .flex_3 .box a .linktext {
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: rgba(19,72,112,0.7);
    text-align: center;
    line-height: 1.4;
    padding: 10px 40px 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.recruit .flex_3 .box a .linktext::after{
    content: '➡';
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    line-height: 20px;
    height: 20px;
}
.recruit .flex_3 .box a:hover .linktext::after{
    right: 10px;
}
.recruit_top .sec3_lead{
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 40px;
}
.recruit_top .img3 {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 70px;
}
.recruit_top .sec4_unit,
.recruit_top .sec5_unit{
    padding-right: 250px;
    min-height: 200px;
}
.recruit_top .sec4_unit{
    background: url('/images/recruit/top/bgicon1.gif')no-repeat right top;
    background-size: contain;
    margin-bottom: 15px;
}
.recruit_top .sec5_unit{
    background: url('/images/recruit/top/bgicon2.gif')no-repeat right top;
    background-size: contain;
    margin-bottom: 15px;
}
.recruit{
    padding-bottom: 140px;
}
.recruit_interview #sec0{
    margin-top: 80px;
}
.recruit_interview #sec0 .left.vertical{
    width: 75%;
}
.recruit_interview #sec0 .left{
    width: 60%;
    padding-right: 40px;
}
.recruit_interview #sec0 .right{
    width: 40%;
}
.recruit_interview #sec0 .right.vertical{
    width: 21%;
}
.recruit_btn-area-wrapper {
    position: relative;
    margin-top: 200px;
}
.recruit_btn-area {
    position: fixed;
    width: 100%;
    bottom: 50px;
    left: 0;
}
.recruit_btn-area.absolute {
    position: absolute;
    top: -130px;
}
.int_lead{
    line-height: 1.6;
    font-size: 1.7em;
    margin-bottom: 50px;
}
.int_name{
    color: #134870;
}
.int_unit{
    margin-bottom: 60px;
}
.int_unit:last-child{
    margin-bottom: 0;
}
.int_h3{
    font-size: 1.2em;
    padding-left: 200px;
    position: relative;
    color: #134870;
    margin-bottom: 30px;
}
.int_h3::before {
    content: '';
    background: #134870;
    width: 185px;
    height: 1px;
    position: absolute;
    top: 0.75em;
    left: 0;
}
.int_h4-wrapper {
    padding-left: 2em;
}
.int_h4 {
    font-size: 1.1em;
    padding-left: 100px;
    position: relative;
    color: #134870;
    padding-top: 40px;
}
.int_h4::before {
    content: '';
    background: #134870;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 55px;
    left: 38px;
}
.int_unit .int_unit_leftimg,.int_unit .int_unit_rightimg{
    width: 32%;
}
.int_unit .int_unit_rightimg.vertical{
    width: 22%;
}
.int_unit .int_unit_righttext,.int_unit .int_unit_lefttext{
    width: 64%;
}
.int_unit .int_unit_lefttext.vertical{
    width: 70%;
}
.int_unit .int_h3:not(:first-child){
    margin-top: 60px;
}
.recpage_lead {
    font-size: 1.7em;
    line-height: 1.6;
    margin-bottom: 30px;
}
.acd_title{
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    background: #134870;
    position: relative;
    font-size: 1.2em;
    line-height: 1;
    cursor: pointer;
}
.acd_title::after{
    content: '＋';
    position: absolute;
    top: 10px;
    right: 30px;
}
.open .acd_title::after{
    content: '－';
}
.acd_conetnt{
    padding: 30px;
    border: 1px solid #ccc;
}
.acd_box:not(:last-child){
    margin-bottom: 30px;
}
.acd_conetnt .page_h3:not(:first-child){
    margin-top: 50px;
}
.rec_type_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rec_type_flex .box{
    width: 30%;
}
.blue_table{
    width: 100%;
    border-top: 1px solid #ccc;
}
.blue_table tr{
    border-bottom: 1px solid #ccc;
}
.blue_table tr th,.blue_table tr td{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.blue_table tr th{
    color: #134870;
    font-weight: bold;
    padding-right: 20px;
    text-align: left;
    width: 260px;
    vertical-align: text-top;
}
.blue_table tr td a{
    text-decoration: underline;
    display: inline-block;
}
.rec_step_box{
    background: #e7ecf0;
    padding: 40px 40px 40px 100px;
    position: relative;
    width: calc(100% - 60px);
    max-width: 900px;
    margin: 0 auto 70px;
}
.rec_step_box:last-child{
    margin-bottom: 0;
}
.rec_step_box:first-child{
    margin-top: 70px;
}
.rec_step_box::before {
    content: '';
    left: calc(50% - 28px);
    width: 40px;
    height: 40px;
    border-top: 2px solid #134870;
    border-right: 2px solid #134870;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    z-index: 10;
    bottom: -40px;
}
.rec_step_box:last-child::before{
    display: none;
}
.rec_step_icon{
    background: #134870;
    width: 100px;
    position: absolute;
    top: 30px;
    left: -30px;
}
.rec_step_title{
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #134870;
}
.sec5lagre{
    font-size: 1.4em;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1;
}
.qa_box:not(:last-child){
    margin-bottom: 35px;
}
.q_box{
    margin-bottom: 10px;
    color: #134870;
}
.q_box,.a_box{
    padding-left: 45px;
    position: relative;
}
.q_box::before{
    content: 'Q';
    background: #134870;
    color: #fff;
}
.a_box::before{
    content: 'A';
    background: #FFF;
    color: #134870;
}
.q_box::before, .a_box::before {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border: 1px solid #134870;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 500;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 30px;
}
.recpage_sec1lead {
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 0.6em;
}
.recpage_lead_text.rightimg{
    text-align: left;
}
.recpage_lead_text.rightimg p{
    display: block;
    float: left;
    width: calc(100% - 360px);
}
.recpage_lead_text.rightimg img{
    width: 320px;
    float: right;
}
.right-img {
	padding-top: 40px;
}
.recruit .flex_3 .introduction__box {
    width: 43%;
}
.introduction__content{
    margin-bottom: 25px;
}
.flex_3 .video__box {
    display: block;
}
.youtube_title::before {
    content: "■";
    color: #134870;
    margin-right: 8px;
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// contact ///////////////////////////*/
/*////////////////////////////////////////////////////////*/
.contact p.err {
    color: red;
    margin: 5px 0 0;
    font-size: 0.8em;
    font-weight: bold;
}
.contact #contact_sec1,
.contact #confirm_sec1{
    text-align: center;
    margin-bottom: 40px;
}
.contact h2 {
    font-size: 1.6em;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    margin: 90px 0 30px;
}
.contact #contact_sec2,
.contact #confirm_sec2{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.contact #confirm_sec{
}
.contact .form_table{
    width: 100%;
}
.contact .form_table th {
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
    width: 220px;
}
.contact .form_table td{
    padding-bottom: 25px;
}
.contact .form_table input[type="text"],
.contact .form_table input[type="tel"],
.contact .form_table select,
.contact .form_table textarea {
    padding: 3px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
    box-shadow: none;
}
.contact .form_table select::-ms-expand {
    /*display: none;*/
    background: #fff;
    border: none;
}
.contact .form_table textarea {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    min-height: 240px;
}
.contact .check_area input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin-right: 5px;
}
.contact .check_area{
    margin-top: 1em;
}
.contact .btnarea {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-flow: row-reverse;
    flex-wrap: wrap;
}
.contact .bluebtn {
    width: 260px;
    padding: 20px 35px 20px 25px;
}
.contact .bluebtn.bluebtnback {
    padding: 20px 25px 20px 35px;
}
.contact .contact_atc{
    margin-bottom: 30px;
    color: red;
    font-size: 1.1em;
}
.contact .contact_atc_under{
    margin-top: 40px;
    font-size: 0.9em;
}
.contact{
    padding-bottom: 100px;
}
.contact #confirm_sec2 .btnarea{
    margin-top: 60px;
}
.contact .padlefttd{
    padding-left: 1em;
}
.contact .form_table td a{
    text-decoration: underline;
}
.banner-area {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.banner-area a:hover {
    opacity: 1;
}
.recruit_btn {
    width: 220px;
    padding: 10px 20px;
    font-size: 1em;
}

@media screen and (max-width: 1280px) {
    .page_nav{
        font-size: 1em;
        padding: 15px 0 5px;
    }
    .lead_text {
        position: static;
        margin-bottom: 50px;
    }
    .lead_text_body {
        max-width: 800px;
        margin: 0 auto;
    }
    .flex_line .box h4{
        font-size: 1.1em;
    }
    .recruit_top .sec4_unit, .recruit_top .sec5_unit {
        padding-right: 220px;
        min-height: 140px;
    }
}
@media screen and (max-width: 1180px) {
    .recruit .flex_3 .box a .linktext {
        padding: 10px 30px 10px 10px;
        font-size: 0.8em;
    }
    .recruit .flex_3 .box a .linktext::after {
        right: 10px;
    }
    .recruit .flex_3 .box a:hover .linktext::after {
        right: 5px;
    }
    .int_unit .int_unit_leftimg,.int_unit .int_unit_rightimg{
        width: 40%;
    }
    .int_unit .int_unit_righttext,.int_unit .int_unit_lefttext{
        width: 56%;
    }
    .int_lead {
        font-size: 1.4em;
        margin-bottom: 30px;
    }
    .int_h3 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .recpage_lead_text{
        text-align: left;
    }
    .contents_head {
        padding-bottom: 60px;
    }
    .detail_content .contents_head {
        padding-bottom: 40px;
    }
    .page_h1 {
        font-size: 3.2em;
    }
    .page_h1 span {
        margin-top: 15px;
    }
    .detail_content .page_h1 {
        font-size: 2.4em;
        margin: 30px auto 0 0;
    }
    .page_nav {
        margin-bottom: 50px;
    }
    .page_nav ul{
        flex-wrap: wrap;
    }
    .flex_3 .box {
        width: 48%;
        margin-bottom: 25px;
    }
    .page_h2 {
        margin-bottom: 25px;
    }
    .page_h3 {
        font-size: 1.3em;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .page_h3::before {
        width: 9px;
        height: 9px;
    }
    .bluebtn {
        width: 220px;
        padding: 15px 25px 10px 15px;
        margin: 0 10px 15px;
        font-size: 1.2em;
    }
    .flex_line .box {
        width: 50%;
    }
    .flex_line .box:nth-child(odd){
        padding: 20px 20px 20px 0!important;
        border-right: 1px solid #aaa;
    }
    .flex_line .box:nth-child(even){
        padding: 20px 0 20px 20px!important;
        border-right: none;
    }
    .right-img {
        padding-top: 20px;
        padding-left: 2em;
    }




    /*////////////////////////////////////////////////////////*/
    /*//////////////////// recruit ///////////////////////////*/
    /*////////////////////////////////////////////////////////*/
    .hide_768 {
        display: none;
    }
    .recruit_interview #sec0 .left.vertical {
        width: 100%;
    }
    .recruit .contents_headimg,
    .contact .contents_headimg{
        min-width: 0;
    }
    .recruit .lead {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .lead_text {
        margin-bottom: 30px;
        text-align: left;
    }
    .recruit_top .img1{
        margin-left: -15px;
    }
    .recruit_top .img2{
        margin-right: -15px;
    }
    .recruit_top .img1,
    .recruit_top .img2{
        width: 48%;
    }
    .recruit section {
        margin-bottom: 50px;
    }
    .recruit_top .sec3_lead {
        font-size: 1.2em;
        margin-bottom: 25px;
        margin-top: 35px;
    }
    .recruit #sec3 .align_center{
        text-align: left;
    }
    .recruit_top .sec4_unit, .recruit_top .sec5_unit {
        padding-right: 130px;
        min-height: 0;
    }
    .recruit_top .sec4_unit,.recruit_top .sec5_unit {
        background-size: 110px;
        margin-bottom: 15px;
    }
    .recruit {
        padding-bottom: 80px;
    }
    .recruit_btn-area {
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        justify-content: center;
        font-size: 0.8em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .recruit_btn{
        display: block;
        padding: 10px 20px;
        width: 140px;
        margin-bottom: 0;
        margin: 0;
    }
    .recruit_btn::before {
        right: 5px;
    }
    .recruit_btn-area-wrapper {
        margin-top: 140px;
    }
    .recruit_btn-area.absolute {
        top: -180px;
    }
    .recruit .flex_3 .box a .linktext{
        font-size: 1em;
    }
    .int_unit .int_unit_righttext, .int_unit .int_unit_lefttext {
        width: 100%;
        float: none;
    }
    .int_unit .int_unit_lefttext.vertical {
        width: 100%;
    }
    .int_unit .int_unit_leftimg, .int_unit .int_unit_rightimg {
        width: 100%;
        margin: 30px 0 0;
        float: none;
        max-width: 480px;
    }
    .recruit_interview #sec0 .right.vertical {
        width: 50%;
    }
    .int_unit .int_unit_rightimg.vertical {
        width: 50%;
    }
    .int_unit .int_h3:not(:first-child) {
        margin-top: 40px;
    }
    .int_unit {
        margin-bottom: 40px;
    }
    .int_h3{
        padding-left: 100px;
    }
    .int_h3::before{
        width: 90px;
    }
    .recruit_interview #sec0 .right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .recruit_interview #sec0 .left {
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .int_lead {
        margin-bottom: 15px;
    }
    .recruit_interview #sec0 {
        margin-top: 40px;
    }
    .rec_type_flex .box{
        width: 100%;
    }
    .rec_type_flex .box:not(:last-child) {
        margin-bottom: 2em;
    }
    .blue_table tr th {
        width: 120px;
    }
    .rec_step_title {
        font-size: 1.2em;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .rec_step_box::before {
        left: calc(50% - 14px);
        width: 20px;
        height: 20px;
        bottom: -25px;
    }
    .rec_step_box {
        padding: 25px 30px 25px 45px;
        width: calc(100% - 50px);
        margin: 0 auto 40px;
    }
    .rec_step_icon {
        width: 50px;
        top: 20px;
        left: -25px;
    }
    .rec_step_box:first-child {
        margin-top: 40px;
    }
    .rec_career_sec5text{
        text-align: left;
    }
    .sec5lagre {
        font-size: 1.2em;
        margin-top: 30px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .q_box, .a_box {
        padding-left: 40px;
    }
    .q_box::before, .a_box::before {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .qa_box:not(:last-child) {
        margin-bottom: 2em;
    }
    .acd_box:not(:last-child) {
        margin-bottom: 15px;
    }
    .mailtext {
        height: 14px;
    }
    .bluebtn .mailtext_blue {
        height: 18px;
    }
    .recpage_lead_text.rightimg p {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .recpage_lead_text.rightimg img {
        width: 100%;
        float: none;
        max-width: 300px;
        margin: 0 auto;
    }
    .recruit .flex_3 .introduction__box {
        width: 70%;
    }
    .youtube_text {
        margin-top: 8px;
        font-size: 14px;
    }
    /*////////////////////////////////////////////////////////*/
    /*//////////////////// contact ///////////////////////////*/
    /*////////////////////////////////////////////////////////*/
    .contact h2 {
        margin: 50px 0 20px;
    }
    .contact .contact_atc_under {
        margin-top: 20px;
    }

}
@media screen and (max-width: 640px) {
    .page_h1 {
        font-size: 2.4em;
    }
    .detail_content .page_h1 {
        font-size: 2em;
        margin: 20px auto 0 0;
    }
    .page_h1 span {
        margin-top: 10px;
    }
    .contents_head {
        padding-bottom: 40px;
    }
    .detail_content .contents_head {
        padding-bottom: 30px;
    }
    .recruit .flex_3 .box a .linktext {
        padding: 10px 30px 10px 15px;
    }
    .flex_3 .box {
        margin-bottom: 15px;
    }
    .recruit .flex_3 .box a .linktext {
        background: rgba(19,72,112,1);
        position: relative;
    }


    /*////////////////////////////////////////////////////////*/
    /*//////////////////// recruit ///////////////////////////*/
    /*////////////////////////////////////////////////////////*/







}
@media screen and (max-width: 540px) {
    .hide_540{
        display: none;
    }
    .show_540{
        display: block;
    }

    .recpage_lead {
        font-size: 1.4em;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: left;
    }
    .page_nav {
        margin-bottom: 30px;
    }
    .acd_conetnt {
        padding: 20px;
    }
    .acd_title {
        font-size: 1em;
        padding: 10px 20px;
    }
    .acd_title::after {
        right: 20px;
    }
    .acd_conetnt .page_h3:not(:first-child) {
        margin-top: 2em;
    }
    .blue_table tr th, .blue_table tr td {
        display: block;
        width: 100%;
        padding: 0.8em 0;
    }
    .blue_table tr th{
        padding-bottom: 0;
    }
    .blue_table tr td{
        padding-top: 0.4em;
    }
    .recruit_top .img3.show_540{
        display: block!important;
    }
}
@media screen and (max-width: 480px) {

    .flex_3 .box {
        width: 100%;
    }
    .video .flex_3 .box {
        margin-bottom: 30px;
    }
    .video .flex_3 .box:last-of-type {
        margin-bottom: 0;
    }
    .page_nav {
        margin-bottom: 30px;
    }
    .page_nav ul li {
        font-size: 0.9em;
    }
    .contents_head {
        padding-bottom: 25px;
    }
    .page_h1 {
        font-size: 2em;
        margin: 20px auto 0 0;
    }
    .detail_content .page_h1 {
        font-size: 1.8em;
        margin: 20px auto 0 0;
    }
    .page_h2 {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
    .page_h2 .blueborder span{
        font-size: 0.5em;
    }
    .page_h2 .blueborder {
        padding: 0 5px 5px 0;
    }
    .page_h2 .blueborder::after {
        height: 3px;
    }
    .page_h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    .page_h3::before {
        width: 8px;
        height: 8px;
    }
    .flex_line{
        margin-top: 40px;
    }
    .flex_line .box,.flex_line .box:nth-child(odd),.flex_line .box:nth-child(even) {
        width: 100%;
        border-right: none!important;
        padding: 15px 0!important;
        font-size: 0.9em;
        border-bottom: 1px dotted #aaa;
    }
    .flex_line .box:first-child{
        border-top: 1px dotted #aaa;
    }
    .flex_line .box h4 {
        margin-bottom: 10px;
        font-size: 1.2em;
    }
    .bluebtn span {
        margin-top: 5px;
    }
    .bluebtn {
        padding: 12px 25px 10px 15px;
    }
    /*////////////////////////////////////////////////////////*/
    /*//////////////////// recruit ///////////////////////////*/
    /*////////////////////////////////////////////////////////*/

    .recruit_top .img1, .recruit_top .img2 {
        width: 47%;
        margin: 0;
    }
    .recruit .lead {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    .lead_text {
        margin-bottom: 20px;
    }
    .recruit_top .img3 {
        width: 100%;
        margin: 30px auto 40px;
    }
    .recruit_top .sec4_unit, .recruit_top .sec5_unit {
        background:none;
        padding: 0;
    }
    .recruit_interview #sec0 .right.vertical {
        width: 100%;
    }
    .int_unit .int_unit_rightimg.vertical {
        width: 100%;
    }
    .recruit {
        padding-bottom: 110px;
    }
    .int_lead {
        font-size: 1.3em;
    }
    .int_h3 {
        font-size: 1.3em;
        margin-bottom: 10px;
        padding-left: 70px;
    }
    .int_h3::before{
        width: 60px;
    }
    .rec_step_box {
        padding: 30px 20px 20px 20px;
        width: 100%;
    }
    .rec_step_title {
        margin-bottom: 5px;
    }
    .rec_step_icon {
        width: 40px;
        top: -20px;
        left: 20px;
    }
    .num_ul li span {
        width: 16px;
        height: 16px;
        top: 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .num_ul li {
        padding-left: 25px;
        margin-bottom: 0.8em;
    }
    .bluebtn.noarrow {
        padding: 20px;
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    .recruit .flex_3 .introduction__box {
        width: 100%;
    }

    /*////////////////////////////////////////////////////////*/
    /*//////////////////// contact ///////////////////////////*/
    /*////////////////////////////////////////////////////////*/

    .contact #contact_sec1, .contact #confirm_sec1 {
        text-align: left;
        margin-bottom: 30px;
    }
    .contact .check_area input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .contact .form_table th,
    .contact .form_table td{
        display: block;
        width: 100%;
    }
    .contact .form_table td {
        padding-bottom: 10px;
    }
    .contact {
        padding-bottom: 60px;
    }
    .contact .form_table th{
        font-weight: bold;
    }
}
