@charset "utf-8";
/* entry css */

body {
background-color: #F8F8F8;
}
main {
padding-bottom: 80px;
}

@media all and (max-width : 820px ){
main {
padding-bottom: 0px;
}
}

footer {
background-color: #F8F8F8;
}
.bg_imgbox {
background: url("../img/entry/title_bg.jpg") ;
background-size: cover;
}
.content {
margin: 0px 0 0px;
padding-top: 100px;
}
.entry_head_txt {
font-size: 1.5rem;
line-height: 200%;
display: block;
text-align: center;
margin-bottom: 50px;
}
.job_entry_sec .entry_btn_wrap {
display: flex;
flex-wrap: wrap;
margin-top: 50px;
margin-bottom: 100px;
}
.job_entry_sec .entry_btn {
width: calc(50% - 40px / 2);
margin-right: 40px;
position: relative;
overflow: hidden;
display: block;
padding: 80px 0px ;
text-align: center;
background-color: #003D79;
transition: ease .2s;
}
.job_entry_sec .off_btn {
background-color: #BBB;
}
.job_entry_sec .entry_btn_wrap .off_btn .btn_txt_wrap .btn_en_txt {
color: #fff;
}
.job_entry_sec .entry_btn:nth-child(2) {
margin-right: 0px;
}
.job_entry_sec .entry_btn .btn_txt_wrap {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.job_entry_sec .entry_btn .btn_txt_wrap .btn_jp_txt {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
color: #fff;
line-height: 100%;
margin-bottom: 8px;
}
.job_entry_sec .entry_btn .btn_txt_wrap .btn_en_txt {
font-family: 'Barlow', sans-serif;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 0.3em;
color: #ddd;
line-height: 100%;
}
.job_entry_sec .entry_btn:hover .btn_jp_txt {
	color:#fff;
}
.job_entry_sec .bgbottom:before {
content: '';
position: absolute;
bottom:0;
left: 0;
z-index: 2;
background:  #008CCF;/*背景色*/
width: 100%;
height: 0;
transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.job_entry_sec .bgbottom:hover:before{
height: 100%;	
background-color: #008CCF;
}
.job_entry_sec .job_link_btn {
position: absolute;
z-index: 3;
top: 38%;
right: 25px;
display: block;
width: 42px;
height: 42px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
transition: all 0.12s ease-in 0s;
}
.job_entry_sec .job_link_btn:before {
position: absolute;
z-index: 2;
display: block;
content: "";
top: 0;
left: 15px;
bottom: 0;
margin: auto;
width: 6.5px;
height: 6.5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.12s ease-in 0s; 
}

@media all and (max-width : 1260px ){
.movie_wrap_box,
.service_sec_inner .box_m,
.culture_sec .box_m,
.job_info_sec .box_m {
padding: 0 20px;
}
}

@media all and (max-width : 820px ){
.job_entry_sec .entry_btn {
width: calc(50% - 20px / 2);
margin-right: 20px;
}
.job_entry_sec .job_link_btn {
top: 38%;
right: 15px;
width: 36px;
height: 36px;
}
.job_entry_sec .job_link_btn:before {
top: 0;
left: 15px;
bottom: 0;
margin: auto;
width: 4.5px;
height: 4.5px;
}
}

@media all and (max-width : 767px ){
.content {
margin-top: 0px;
padding-top: 50px;
}
.entry_head_txt {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 30px;
}
}


/*-------------------------------------------------
募集要項ページ
-------------------------------------------------*/

.sec_prologue {
display: flex;
padding-bottom: 80px;
}

@media all and (max-width : 1260px ){
.sec_prologue {
padding: 0 20px 80px;
}
}

.sec_en_title {
font-family: "balboa", sans-serif;
font-weight: 300;
font-size: 3.6rem;
letter-spacing: 0.05em;
line-height: 100%;
position: relative;
padding-left: 55px;
margin-bottom: 10px;
}
.sec_en_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 42px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}
.sec_jp_title {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.1em;
margin-left: 55px;
}
.prologue_title {
font-size: 2.6rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
.prologue_txt {
font-size: 1.5rem;
font-weight: 400;
line-height: 240%;
}
.close_txt {
font-size: 1.6rem;
font-weight: 700;
}
.sec_title_wrap {
width: 25%;
}

@media all and (max-width : 980px ){
.sec_title_wrap {
width: 35%;
}
}

@media all and (max-width : 820px ){
.sec_title_wrap {
width: 45%;
}
}

.job_box {
background-color: #fff;
border: solid 1px #ddd;
padding: 70px 0;
}
.job_box_title {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 35px;
margin-left: 10px;
}
.job_box_title2 {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 35px;
margin-left: 10px;
text-align: center;
}
.job_info_box {
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
}
.job_info_box dl {
width: 100%;
min-height: 65px;
display: flex;
align-items: center;
border-bottom: solid 1px #E6E6E6;
border-right: solid 1px #E6E6E6;
}
.job_info_box dl {
border-left: solid 1px #E6E6E6;
}
.job_info_box:nth-of-type(1) {
border-top: solid 1px #E6E6E6;
}
.job_info_box dl dt {
display: flex;
align-items: center;
min-height: 65px;
height: 100%;
width: 23%;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.1em;
background-color: #F9F9F9;
border-right: solid 1px #E6E6E6;
padding: 30px 10px 30px 25px;
}
.job_info_box dl dd {
display: flex;
align-items: center;
width: 77%;
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 0.1em;
line-height: 160%;
padding: 30px 10px 30px 40px;
word-break: break-all;
}
.page_requirements .entry_btn_wrap .entry_btn {
width: 400px;
margin: 0 auto;
position: relative;
overflow: hidden;
display: block;
padding: 25px 0px 25px;
text-align: center;
background-color: #003D7C;
transition: ease .2s;
}
.page_requirements .entry_btn_wrap .entry_btn .btn_txt_wrap {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.page_requirements .entry_btn_wrap .entry_btn .btn_txt_wrap .btn_en_txt {
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.15em;
color: #fff;
line-height: 100%;
}
.page_requirements .entry_btn_wrap .entry_btn:hover .btn_en_txt {
	color:#fff;
}
.page_requirements .entry_btn_wrap .bgbottom:before {
content: '';
position: absolute;
bottom:0;
left: 0;
z-index: 2;
background:  #008CCF;/*背景色*/
width: 100%;
height: 0;
transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.page_requirements .entry_btn_wrap .bgbottom:hover:before{
height: 100%;	
background-color: #008CCF;
}


/*-------------------------------------------------
スマートフォン
-------------------------------------------------*/

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

.bg_imgbox {
background: url("../img/entry/title_bg_sp.png") ;
}
.sec_prologue {
display: flex;
flex-direction: column;
padding: 0 20px 50px;
}
.sec_en_title {
font-size: 2.4rem;
padding-left: 28px;
margin-bottom: 5px;
}
.sec_en_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 21px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}
.sec_jp_title {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.1em;
margin-left: 30px;
}
.prologue_title {
font-size: 1.6rem;
margin-bottom: 15px;
}
.prologue_txt {
font-size: 1.2rem;
line-height: 180%;
}
.close_txt {
font-size: 1.3rem;
}
.sec_title_wrap {
width: 100%;
margin-bottom: 20px;
}
.job_entry_sec .entry_btn_wrap {
margin: 10px 0;
}
.job_entry_sec .entry_btn {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
padding: 60px 0px ;
}
.job_entry_sec .entry_btn .btn_txt_wrap .btn_jp_txt {
font-size: 1.6rem;
}
.job_entry_sec .entry_btn .btn_txt_wrap .btn_en_txt {
font-size: 1.0rem;
}
.job_entry_sec .job_link_btn {
width: 28px;
height: 28px;
}
.job_entry_sec .job_link_btn:before {
left: 10px;
width: 5.5px;
height: 5.5px;
}

/*-------------------------------------------------
募集要項ページ
-------------------------------------------------*/

main {
padding-bottom: 0px;
}
.recruit_head_title {
font-size: 1.6rem;
padding-left: 15px;
}
.recruit_head_entitle {
font-size:1.0rem;
margin-left: 10px;
}
.recruit_head_title_wrap {
margin-bottom: 20px;
}
.job_box {
border-left: none;
border-right: none;
padding: 30px 0 40px;
}
.job_box_title {
font-size: 1.6rem;
margin-bottom: 20px;
margin-left: 5px;
}
.job_info_box {
margin-bottom: 30px;
}
.job_info_box:nth-of-type(1) {
border-top: none;
}
.job_info_box dl {
width: 100%;
min-height: 55px;
border: solid 1px #E6E6E6;
border-bottom: none;
}
.job_info_box dl:last-child {
border: #ddd 1px solid;
}
.job_info_box dl dt {
min-height: 55px;
width: 25%;
font-size: 1.2rem;
padding: 15px 10px 15px 10px;
}
.job_info_box dl dd {
width: 75%;
font-size: 1.2rem;
padding: 15px 10px 15px 10px;
}
.page_requirements .entry_btn_wrap .entry_btn {
width: 300px;
padding: 15px 0px 15px;
}
.page_requirements .entry_btn_wrap .entry_btn .btn_txt_wrap .btn_en_txt {
font-size: 1.2rem;
}
}