@charset "utf-8";
/*======================================
recruit
=======================================*/
.page-section {
    background-color: rgba(255, 255, 255, .95);
    padding: 90px 0 75px;
}
.page-section-wrap {
	background-image: url(../img/recruit/recruit_bg.jpg);
}
.page-section-wrap:before,
.page-section-wrap:after {
    content: none;
}
.page-section .page-title span {
    color: #990610;
}
@media only screen and (max-width: 767px) {
    .page-section {
        padding: 45px 0 20px;
    }
}
/*------------------------------------*/

.section-title-en {
    border: 1px solid #001E6E;
    color: #001E6E;
    font-size: 1.0rem;
    letter-spacing: .2rem;
    padding: 2px 3px 2px 5px;
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    position: relative;
    display: inline-block;
}






.right {
    right: 0;
}





/*------------------------------------*/


.recruit-header {
    text-align: center;
	background-image: url(../img/recruit/catch_bg.jpg);
	background-position: center center;
    padding: 220px 0 190px;

}
.recruit-header h2.section-title {
    color: #fff;
    font-size: 4.2rem;
}
.recruit-header h2.section-title span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    padding: 10px 0;
    margin: 10px 0;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-weight: 500;
}
.recruit-header h3.section-catchcopy {
	font-size: 3.4rem;
	color: #fff;
    letter-spacing: .4rem;
    line-height: 1.3;
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: 400;
}
.recruit-header p.section-text {
    color: #fff;
}

.recruit-subheader {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 40px;
    background: #a4000b;
    background: -moz-linear-gradient(left, #a4000b 0%, #85020b 100%);
    background: -webkit-linear-gradient(left, #a4000b 0%,#85020b 100%);
    background: linear-gradient(to right, #a4000b 0%,#85020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4000b', endColorstr='#85020b',GradientType=1 );
}
.recruit.section-title-en {
	font-size: 2.4rem;
	font-weight: 600;
}

.recruit-content {
    background-image: url(../img/faq/contact_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.contant-bg01 {
    background-image: url(../img/recruit/section_bg01.jpg);
}
.contant-bg02 {
    background-image: url(../img/recruit/section_bg02.jpg);
}
.contant-bg03 {
    background-image: url(../img/recruit/section_bg03.jpg);
}
.recruit-content-inner {
background-color: #fff;
    top: -100px;
    position: relative;
    padding: 60px;
}
.area span {
    border: 1px solid #AE000B;
    color: #AE000B;
    padding: 3px 8px;
    font-size: 1.1rem;
    margin-right: 10px;
}

.recruit ul {
    padding: 0.5em 0.5em 0.5em 2em;
  }

  .recruit li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: disc;
  }



  .recruit .dl-table {
    line-height: 2.5rem;
}

.recruit .dl-table dt {
    padding: 20px 10px 10px 20px;
    border-top: 1px solid #8F0610;
    position: relative
}

.recruit .dl-table dd {
    padding: 20px 10px 10px 10px;
    border-top: 1px solid #D7D7D7;
}
.recruit .btn {font-size: 1.3rem;}
.recruit .dl-table dt:first-child,
.recruit .dl-table dd:nth-child(2) {
    border-top: 0px solid #8F0610;
}
.recruit .dl-table dt:nth-child(29) {
    border-bottom: 1px solid #8F0610;
}
.recruit .dl-table dd:nth-child(30) {
    border-bottom: 1px solid #D7D7D7;
}
.recruit a.btn, a .btn, input.btn {
    font-size: 1.6rem;
    width: calc(85px + 2vw);
}

.recruit a:hover.btn, .recruit a:hover .btn {
    background-color: #111E6E;
    color: #fff;
}

@media screen and (min-width:991px) {

    .recruit .dl-table dt {
        width: 25%;
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
    }
    .recruit .dl-table dd {
        width: 75%;
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .recruit-content {
        padding: 60px 0 0;
    }
    .recruit-header {
        padding: 75px 0px 35px;
    }
    .recruit-header h2.section-title {
        font-size: 2.4rem;
    }
    .recruit-header h3.section-catchcopy {
        font-size: 2.0rem;
    }
    .recruit-header h2.section-title span {
        font-size: 1.3rem;
    }
    .recruit-subheader {
        padding-top: 50px;
    }
    .recruit-content-inner {
        background-color: #fff;
        top: -100px;
        position: relative;
        padding: 20px;
    }
    .recruit .dl-table dt {
        padding: 10px 10px 10px 10px;
        border-bottom: 2px solid #8F0610 !important;
        border-top: 0px solid #8F0610;
    }
    .recruit .dl-table dd {
        padding: 10px 10px 10px 10px;
    }
    .recruit .dl-table dd:nth-child(30) {
        border-bottom: 0px solid #D7D7D7;
    }
}




@media screen and (min-width:991px) {

    .recruit.dl-table dt {
        width: 25%;
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
    }
    .recruit.dl-table dd {
        width: 75%;
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
    }
}
@media only screen and (max-width: 767px) {
    .recruit.dl-table dt {
        padding: 10px 10px 10px 10px;
    }
    .recruit.dl-table dd {
        padding: 10px 10px 30px 10px;
    }
}




































.section-title-en {
    background-color: #fff;
    border: 2px solid #001871;
    margin-top: -20px;
    font-size: 2.4rem;
    padding: 5px 110px;
}
.section-text {
    font-size: 1.6rem;
    color: #001871;
    font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.1rem;
}



.faq-box-wrap {
    margin-top: -100px;
}
.faq-box-header {
    background:
    linear-gradient(45deg,  transparent 20px, #fff 20px),
    linear-gradient(135deg, transparent 20px, #fff 20px),
    linear-gradient(225deg, transparent 20px, #fff 20px),
    linear-gradient(315deg, transparent 20px, #fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
    /* background: linear-gradient(45deg, #0000 20px, #fff 20px), linear-gradient(135deg, #0000 0px, #fff 0px), linear-gradient(225deg, #0000 20px, #fff 20px), linear-gradient(315deg, #0000 0px, #fff 0px); */
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;


        /* box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1); */
        -webkit-box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.2);
        box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.2);
}






.faq-faq-left {
    padding-top: 40px;

}
.faq-title-en {
    font-size: 3.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #001871;
    letter-spacing: .4rem;
}





@media only screen and (max-width: 767px) {

    .faq-header {
        padding: 75px 0px;
    }
    .faq-header h3 {
        font-size: 2.0rem;
        letter-spacing: .3rem;;
    }
    .faq-faq-left {
        padding: 30px 40px 40px;
    }
    .faq-box-wrap {
        margin-top: 20px;
    }
}

.section-subtitle-en {
    margin-top: -29px;
}
.section-subtitle-en span {

    display: inline-block;
    padding: 3px 45px;
    background-color: #001871;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.dl-table {
    line-height: 1.7;
}
.dl-table dt {
    padding-left: 1%;
    padding-right: 1%;
}
.dl-table dd {
    padding-left: 5%;
    padding-right: 5%;
}


.dl-table dt:nth-child(37) {
    border-bottom: 2px solid #001E6E;
}
.dl-table dd:nth-child(38) {
    border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 767px) {
    .requirements-header .section-title {
        font-size: 2.4rem;
    }
    .requirements-header {
        padding: 75px 0 35px 0;
        background-color: #001871;
    }
    .dl-table :nth-child(1) {
        border-top: 0px solid #001E6E;
    }
}
