@charset "UTF-8";

/*================================================
 * 各ページCSS
 ================================================*/
#header_img{margin-top: 120px; background-color: #000000;padding: 3em 0 2em;background: url("../img/header_img_pc.jpg")no-repeat center;background-size: cover;}
.recruit_header_ttl{font-size: 5.0em;text-align: left;font-family:'Montserrat', sans-serif;font-weight: bold;color: #226db6;line-height: 1.1;}
.recruit_header_h3{font-size: 1.8em;}
.header_copy{font-size: 1.8em;}

.message_back{background:repeating-linear-gradient(
-45deg,
#ffffff,
#ffffff 1px,
#d4ecf3 0,
#d4ecf3 29px
);
padding: 4em 0;}
.icon{height: 80px;}
.recruit_h3{font-size: 2.6em;text-align: center;padding: 0em 0 0;font-weight: 600;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.recruit_p{font-size: 1.4em;text-align: center;padding: 0;font-weight: normal;}

.recruit_h2{font-size: 1.8em;padding: 1em 0 0.1em;font-weight: 600;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
p.recruit::first-letter {
  font-size: 2.0em;line-height: 1.2;
}
.movie_back{background:repeating-linear-gradient(
-45deg,
#5881bb,
#5881bb 1px,
#036eb8 0,
#036eb8 29px
);
padding: 4em 0;}

.font_u01{font-size: 1.6em}
.font_u02{font-size: 1.2em}

.box-item033{width: 33%;display: inline-block;margin:1% 0 0;height: auto;}
.recruit_more{width: 50%;margin: 3em auto;}
.internship_h4{text-align: center;font-size: 1.2em;}

.box-item03_benefit{width: 27%;display: inline-block;margin:1% 0 3%;height: auto;background-color: #ffffff;padding: 2%;}
.bg_benefit{background: url("../img/benefits_illust_pc.svg") no-repeat bottom right;background-size: 30%;}
.border_bottom_blue{border-bottom: solid 3px #036eb8;padding: 2% 0;}
.yelow_box{background-color: #efb917;padding: 0.4% 2%;}
.qualification_box{width: 100%;border-bottom: solid 1px #036eb8;}
.qualification_box_last{width: 100%;border-bottom: solid 1px #036eb8;}
.qualification_box img,.qualification_box_last img{width: 15%;margin-right: 3%; float: left;}
.qualification_copy{width: 82%;float: left;}
.qualification_box h3,.qualification_box_last h3{margin-top: 4%;margin-bottom: 2%;}
span.marker {
    background-color: #fff100;
}

table {
	width: 100%;
margin: 100px auto;
border-collapse: collapse;
border: solid 2px #595959;
}
td.bg_aqua{background-color: #c3d9e9;width: 30%;}
td, th {
width: auto;
border: solid 1px #595959;
}td{
vertical-align: middle;
text-align: left;
padding: 2%;
}th {
padding: 2%;
background: #036eb8;
color: #ffffff;
}

.w50per-left{width: 50%;height: 250px; float: left; position: relative;display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;}
.w50per_left_img{background: url("../img/recruit_youkou_btn01_pc.jpg") no-repeat bottom center;background-size: 100%;}
.w50per-right{width: 50%;height: 250px; float: right; position: relative;display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;}
.w50per_right_img{background: url("../img/recruit_youkou_btn02_pc.jpg") no-repeat bottom center;background-size: 100%;}
.w50per-left a h3,.w50per-right a h3{color: #ffffff; /* 文字色 */
  font-size: 1.4em; /* 文字の大きさ */
	font-weight: normal;
  }
.w50per-left a h2,.w50per-right a h2{color: #ffffff; /* 文字色 */
  font-size: 2.0em; /* 文字の大きさ */
  }
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.recruit_h2 {
        font-size: 1.6em;
    }
.font_u02 {
    font-size: 1.2em;
	margin-top: 2em;
}
.f-left img,.f-right img{margin-top: 2%;}
.box-item03_benefit{width: 92%;display: inline-block;margin:1% 0 3%;height: auto;background-color: #ffffff;padding: 4%;}
.bg_benefit{background: none;background-size: 30%;}
.box-item03_benefit img{width: 20%;margin-right: 2%; float: left;}
.box-item03_benefit p{width: 78%;float: left;}
.blue_box{position: relative;width: 90%;margin: 0 auto;background-color: #ffffff;border-radius: 15px;z-index: -10;padding: 5em 0;border: solid 2px #036eb8;}
.qualification_box{width: 100%;border-bottom: solid 1px #036eb8;padding: 2% 0;}
.qualification_box_last{width: 100%;border-bottom: none;padding: 2% 0;}
.qualification_box img,.qualification_box_last img{width: 100%;margin-right: 0%; float: none;}
.qualification_copy{width: 100%;float: none;}
.w50per-left{width: 100%;max-height: 180px; float: none; position: relative;display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;}
	.w50per-right{width: 100%;max-height: 180px; float: none; position: relative;display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;}
}


