@charset "utf-8";

/* 新卒採用 
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.shinsotsu_main { 
background-image: url(../images/shinsotsu/shinsotsu01_main.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
}
.shinsotsu_main02 { 
background-image: url(../images/shinsotsu/shinsotsu02-2_main.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
}
.shinsotsu_main img,.shinsotsu_main02 img { display: none; }

.introduction { 
max-width: 700px;
margin: -100px auto 60px auto;
padding: 30px;
background: #fff;
}
.introduction02 {
width: fit-content;
width: -moz-fit-content;
margin: -100px auto 60px auto;
padding: 30px;
background: #fff;
}
.introduction h2,.introduction02 h2 { font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; font-size: 36px; line-height: 1.5em; text-align: center; margin-top: 0; margin-bottom: 30px; }
.introduction h2 span br , .introduction02 h2 span br { display: none; }
.introduction p, .introduction02 p { font-size: 18px; line-height: 2em; text-align: center; margin-bottom: 0; }

@media screen and (max-width: 767px) {
.shinsotsu_main,.shinsotsu_main02 { background-image: none; height: auto; }
.shinsotsu_main img,.shinsotsu_main02 img { display: block; }
.introduction,.introduction02 { margin: 0 auto 60px auto; padding: 30px 0; }
.introduction h2,.introduction02 h2 { font-size: 30px; }
.introduction h2 span br,.introduction02 h2 span br { display: block; }
.introduction p,.introduction02 p { font-size: 16px; text-align: left; }
.introduction p br,.introduction02 p br { display: none; }
}
@media screen and (max-width: 500px) {
.introduction h2,.introduction02 h2 { font-size: 24px; }
}



/* INTERVIEW 
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.interview { max-width: 700px; margin: 0 auto 30px auto; }

.interview h2 { font-size: 30px; font-weight: normal; line-height: 1.5em; text-align: center; color: #00A0FF; margin-top: 0; margin-bottom: 30px; }
.interview h3 { font-size: 36px; line-height: 1.5em; text-align: center; margin-top: 0; margin-bottom: 0; }
.interview p { font-size: 18px; line-height: 2em; text-align: center; margin-bottom: 0; }

.interview_main { 
background-image: url(../images/shinsotsu/shinsotsu_01-2.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 600px;
}
.interview_main img { display: none; }

@media screen and (max-width: 767px) {
.interview_main { background-image: none; height: auto; }
.interview_main img { display: block; }
.interview h3 { font-size: 30px; }
.interview p { font-size: 16px; text-align: left; }
.interview p br { display: none; }
}



/* 新卒インタビュー （一覧）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.shinsotsu_interview {
max-width: 1000px;
margin: 60px auto 120px auto;
display: flex;
justify-content: space-between;
}

.shinsotsu_interview li { 
border-right: 1px solid #111;
margin-right: 30px;
padding-right: 30px;
}
.shinsotsu_interview li:last-child {
border: none;
margin-right: 0;
padding-right: 0;
}

.shinsotsu_interview .box { 
width: 100%;
max-width: 300px;
height: 100%;
background: #00A0FF;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.shinsotsu_interview .box h3 { font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; font-size: 24px; line-height: 1.8em; color: #00A0FF; margin-top: -20px; padding: 0 15px; }
.shinsotsu_interview .box h3 span { background: #fff; padding: 5px; }

.shinsotsu_interview .box p { line-height: 1.7em; color: #fff; padding: 0 15px; }
.shinsotsu_interview .box p strong { font-size: 20px; }

.shinsotsu_interview .box img { display: block; margin: 0 auto; }
.shinsotsu_interview .box .main_phot img { width: 100%; }
.shinsotsu_interview .box .sub_phot img { padding-bottom: 15px; }

.link_btn { 
max-width: 900px; 
margin: 0 auto 120px auto; 
display: flex;
justify-content: space-between;
}
.link_btn02 { 
max-width: 420px; 
margin: 120px auto 120px auto; 
display: flex;
justify-content: space-between;
}
.link_btn a,.link_btn02 a { display: block; }
.link_btn img,.link_btn02 img { width: 100%; }

@media screen and (max-width: 900px) {
.shinsotsu_interview { display: block; }
.shinsotsu_interview li {  border: none; margin-right: 0; padding-right: 0; }
.shinsotsu_interview a { display: block; max-width: 450px; margin: 0 auto; }
.shinsotsu_interview .box_wrap { margin-right: 0; padding-right: 0; border-right: none; }
.shinsotsu_interview .box { max-width: 450px; margin: 0 auto 30px auto; }
.link_btn,.link_btn02 { display: block; }
.link_btn a,.link_btn02 a { max-width: 450px; margin: 0 auto 15px auto; }
}



/* 募集内容 
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.back_recruit { background: #E5F5FF; }
.recruit { max-width: 800px; margin: 0 auto; padding: 40px 0 120px 0; }

.saiyo_btn { max-width: 500px; margin: 0 auto 50px auto; }
.saiyo_btn a { display: block; font-size: 24px; text-align: center; color: #fff; background: #00A0FF; margin-bottom: 15px; padding: 10px; }
.saiyo_btn a:last-child { margin-bottom: 0; }

.back_recruit h2 { font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; font-size: 30px; line-height: 1.5em; text-align: center; margin-top: 0; margin-bottom: 30px; padding: 40px 0 0;}
.recruit h3 { font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; font-size: 24px; line-height: 1.5em; text-align: center; margin-top: 0; margin-bottom: 30px;}
.recruit table { width: 100%; font-size: 16px; line-height: 1.5em; }
.recruit th { border-bottom: 1px solid #111; padding: 15px; width: 110px;}
.recruit td { border-bottom: 1px solid #111; padding: 15px; }

.recruit_contact { margin: 0 auto; padding: 40px 0; color: #fff; text-align: center;}
.recruit_contact h2 { font-size: 30px; line-height: 1.5em; text-align: center; margin-top: 0; margin-bottom: 10px; }
.recruit_contact li { font-size: 20px; line-height: 1.5em; }
.recruit_contact li span { margin-right: 15px; }
.recruit_contact a { font-size: 20px; line-height: 1.5em; color: #fff; }
.recruit_contact div { font-size: 20px; line-height: 1.5em; }
.recruit_contact div br{ display: none;}

@media screen and (max-width: 767px) {
.saiyo_btn a { font-size: 20px; }
.back_recruit h2 { font-size: 24px; }
.recruit h3 { font-size: 20px; }
.recruit th { display: block; border-bottom: none; padding-bottom: 0; }
.recruit td { display: block; }
.recruit_contact h2 { font-size: 24px; }
.recruit_contact li { font-size: 16px; }
.recruit_contact a { font-size: 16px; }
.recruit_contact div { font-size: 16px;}
.recruit_contact div br{ display: block;}
}



/* 新卒インタビュー（記事）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.person_tp { 
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 400px;
margin-bottom: 60px;
}
.person_01{background-image: url(../images/shinsotsu/interview_01-1.jpg);}
.person_02{background-image: url(../images/shinsotsu/interview_02-1.jpg);}
.person_03{background-image: url(../images/shinsotsu/interview_03-1.jpg);}


.person_tp img { display: none; }

@media screen and (max-width: 767px) {
.person_tp { background-image: none; height: auto; }
.person_tp img { display: block; }
}

.name_box {
max-width: 1200px;
height: 400px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: flex-end;
}
.name {
padding: 50px;
background: linear-gradient(to right, #00A0FF, #0066CC);
}
.name ul { width: 200px; height: 100px; }
.name_box li { font-size: 16px; line-height: 1.5em; color: #fff; }

@media screen and (max-width: 767px) {
.name_box { height: auto; display: block; }
.name { display: flex; padding: 15px 30px; justify-content: flex-end;}
.name ul {  width: auto; height: auto; display: table;}
}



/* 新卒インタビュー本文 */
.interview_text { max-width: 1000px; margin: 80px auto; }
.interview_text p { font-size: 18px; line-height: 2em; margin-bottom: 40px; }
.interview_text p span { color: #00A0FF; }

.interview_text .two_box { display: flex; align-items: flex-start; }
.interview_text .two_box p { width: 38%; }
.interview_text .two_box img { width: 60%; margin-left: 2%; }

@media screen and (max-width: 1000px) {
.interview_text { max-width: 700px; }	
.interview_text .two_box { display: block; }
.interview_text .two_box p { width: 100%; }
.interview_text .two_box img { display: block; width: 100%; margin: 0 auto 40px auto; }
}



/* 新卒インタビューメッセージ */
.person_m_tp { 
background-image: url(../images/shinsotsu/interview_01-3.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 450px;
margin-bottom: 80px;
}

.person_m_01{background-image: url(../images/shinsotsu/interview_01-3.jpg);}
.person_m_02{background-image: url(../images/shinsotsu/interview_02-3.jpg);}
.person_m_03{background-image: url(../images/shinsotsu/interview_03-3.jpg);}

.person_m_tp img { display: none; }

@media screen and (max-width: 900px) {
.person_m_tp { background-image: none; height: auto; }
.person_m_tp img { display: block; }
}

.message_box {
max-width: 900px;
height: 450px;
margin: 0 auto;
position: relative;
}
.message {
position: absolute;
left: 0;
top: 60px;
width: 400px;
height: 300px;
padding: 15px;
background: #fff;
}

.message h2 { font-size: 30px; font-weight: normal; line-height: 1.5em; text-align: center; color: #00A0FF; margin: 20px 0 20px 0; }
.message p { font-size: 18px; line-height: 2em; }
.message p span { color: #00A0FF; }

@media screen and (max-width: 900px) {
.message_box { height: auto; position: static; }
.message { position: static; width: auto; height: auto; padding: 15px; background: rgba(0, 160, 255, 0.1); }
.message h2 { margin: 0 0 10px 0; }
}



/* 新卒インタビューリンク */
.person_link {
display: flex; 
justify-content: space-between;
max-width: 550px;
margin: 0 auto 80px auto;
}
.person_link .box {
max-width: 250px;
border-radius: 10px;
background: #fff;
box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

.person_link .box p { font-size: 16px; font-weight: bold; line-height: 1.5em; color: #00A0FF; margin-bottom: 0; padding: 0 15px 30px 15px; }
.person_link .box img { width: 100%; border-radius: 10px 10px 0 0; margin-bottom: 30px; }

@media screen and (max-width: 767px) {
.person_link { display: block; }
.person_link .box { max-width: 300px; margin: 0 auto 30px auto; }
}



/* 採用情報
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.recruit_main { 
background-image : url(../images/shinsotsu/recruit_main.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 200px;
padding: 0 15px;
}

.recruit_box {
max-width: 1200px;
height: 200px;
margin: 0 auto;
}

.recruit_box h2 {
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
font-size: 36px;
line-height: 1.5em;
color: #fff;
margin: 0;
padding-top: 70px;
text-shadow: 1px 2px 3px #111;
}

@media screen and (max-width: 767px) {
.recruit_main { background-image : url(../images/shinsotsu/shinsotsu01_main.jpg); }
.recruit_box h2 { text-align: center; }
}



.recruit { padding: 40px 0; }
.recruit p { 
font-size: 18px;
line-height: 2em;
text-align: center;
color: #fff;
margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.recruit p { font-size: 16px; }
}
@media screen and (max-width: 500px) {
.recruit p { text-align: left; }
.recruit p br { display: none; }
}



.recruit_box01 { 
display: flex;
justify-content: space-between;
max-width: 1000px;
margin: 120px auto;
}

.recruit_box01 div { width: 49%; }
.recruit_box01 div:last-child { margin-left: 2%; }

.recruit_box01 h2 { 
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
font-size: 30px;
line-height: 1.5em;
margin-top: 0;
margin-bottom: 30px;
}
.recruit_box01 h3 { 
font-size: 24px;
line-height: 1.5em;
color: #00A0FF;
margin-top: 0;
margin-bottom: 10px;
}
.recruit_box01 p { 
font-size: 16px;
line-height: 1.8em;
margin-bottom: 0;
}

@media screen and (max-width: 900px) {
.recruit_box01 { display: block; max-width: 700px; }
.recruit_box01 div { width: 100%; }
.recruit_box01 div:last-child { margin-left: 0; }
.recruit_box01 p { margin-bottom: 30px; }
.recruit_box01 span br { display: none; }
.recruit_box01 img { width: 100%; }
}



.recruit_key-word { text-align: center; margin-bottom: 30px; }
.recruit_key-word .mb { display: none; }

@media screen and (max-width: 767px) {
.recruit_key-word .pc { display: none; }
.recruit_key-word .mb { display: block; }
}



.recruit_box02 { 
display: flex;
justify-content: space-between;
max-width: 1000px;
margin: 0 auto 40px auto;
background: #E5F5FF;
}

.recruit_box02 .sp01 img { height: 285px; }

.recruit_box02 .left { width: 49%; }
.recruit_box02 .right { display: flex; align-items: center; width: 49%; padding: 30px; }
.recruit_box02 .right img { display: block; margin: 0 auto; }

.recruit_box02 h2 { 
margin-top: 0;
margin-bottom: 0;
}
.recruit_box02 h2 .mb { display: none; }

.recruit_box02 p {  
font-size: 16px;
padding: 30px 0 30px 30px;
margin-bottom: 0;
}

@media screen and (max-width: 900px) {
.recruit_box02 { display: block; max-width: 700px; padding: 30px; }
.recruit_box02 .sp01 img { height: auto; }
.recruit_box02 .left { width: 100%; }
.recruit_box02 .right { display: block; width: 100%; padding: 0; }
.recruit_box02 .right img { width: 100%; }
.recruit_box02 h2 { margin-bottom: 30px; }
.recruit_box02 h2 .pc { display: none; }
.recruit_box02 h2 .mb { display: block; }
.recruit_box02 p { line-height: 1.8em; margin-bottom: 30px; padding: 0; }
}
@media screen and (max-width: 767px) {
.recruit_box02 { padding: 30px 15px; }
}



.recruit_box03 { 
display: flex;
justify-content: space-between;
width: 100%;
margin: 120px auto 0 auto;
}

.recruit_box03 .btn01 { 
width: 50%;
text-align: center;
background: #00bcff;
padding: 70px 15px;
}
.recruit_box03 .btn02 { 
width: 50%;
text-align: center;
background: #0066c0;
padding: 70px 15px;
}

@media screen and (max-width: 767px) {
.recruit_box03 { margin: 80px auto 0 auto; }
}


