@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;}
.message_back_blue{background-color: #d2e0ed;
padding: 4em 0;position: relative;z-index: 0;}
.bg_white{background-color: #ffffff;}

.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;
}

.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;}

.padding_5per{padding: 5%;}
.sp_pb5per{padding-bottom: 5%;}
.interview_left{width: 26%;float: left;}
.interview_right{width: 70%;float: right;}
.interview_p{font-size: 1.4em;font-weight: bold;margin-top: 5%;}
.fd_01{font-size: 0.8em;}
.interview_h3{font-size: 2.2em;margin-top: 3%;}
.question_h2{font-size: 1.4em;margin-top: 3%;margin-bottom: 2%;}



.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;
    }
.recruit_h3{font-size: 2.2em;text-align: center;padding: 0em 0 0;font-weight: 600;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.font_u02 {
    font-size: 1.2em;
	margin-top: 2em;
}
.f-left img,.f-right img{margin-top: 2%;}
.recruit_more {
    width: 100%;
    margin: 3em auto;
}
.interview_left{width: 100%;float: none;text-align: center;}
.interview_left img{width: 40%;margin-bottom: 2%;}
.interview_right{width: 100%;float: none;}
.interview_p{font-size: 1.2em;font-weight: bold;margin-top: 0%;}
.interview_h3{font-size: 1.6em;margin-top: 2%;line-height: 1.2em;}
.fd_01{font-size: 0.8em;display: block;}
.padding_5per{width: 80%; padding: 5%;}
.sp_pb5per{padding-bottom: 10%;}
.message_back_blue{background-color: #d2e0ed;
padding: 2em 0;}
.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;}
}


