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

.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;}
.education_h3{text-align: center;font-size: 1.8em;}
.box20 {
    position: relative;
    padding: 4em 5em;
    margin: 2em 0;
    top: 0;
    background: #ffffff;
}
.box20_bg_blue{background: #d2e0ed;}
.box20:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 50px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box20:before{
    border-left: solid 2px #036eb8;
    border-top: solid 2px #036eb8;
    border-bottom: solid 2px #036eb8;
    left: 0;
}
.box20:after{
    border-top: solid 2px #036eb8;
    border-right: solid 2px #036eb8;
    border-bottom: solid 2px #036eb8;
    right: 0;
}
.box20 p {
    margin: 0; 
    padding: 0;
}
.bg_blue_h4{background-color: #036eb8;margin: 5% auto 0;color:#ffffff;text-align: center;font-size: 1.6em;padding: 1% 0;}
.education_box{background-color: #ffffff;padding: 5%;border: solid 1px #000000;}


/*================================================
 * 文字下の下線CSS
 ================================================*/
h2.internship_h2 {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 3px solid;
    color: #036eb8;
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
}

h2.internship_h2:before,
h2.internship_h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

h2.internship_h2:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #036eb8;
    margin-left: -16px;
}

h2.internship_h2:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: #036eb8;
    margin-left: -12px;
}


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

h2.internship_h2 {
    font-size: 1.8em;
}
.education_h3{text-align: left;font-size: 1.6em;}
.bg_blue_h4{background-color: #036eb8;margin: 5% auto 0;color:#ffffff;text-align: center;font-size: 1.3em;padding: 1% 0;}
.box20 {
    padding: 4em;
}	
.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;}
.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;}
}


