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


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

.internship_h4{text-align: center;font-size: 1.2em;}
.internship_h3{text-align: center;font-size: 1.6em;}
.internship_h3-left{text-align: left;font-size: 1.4em;}
/*================================================
 * 文字下の下線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: #ffffff;
    margin-left: -12px;
}
.bg_white_kadomaru{width: 90%;margin: 0 auto; background-color: #ffffff;border-radius: 15px;padding: 5%;z-index: -100;}
.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;}

.blue_box{width: 90%; border: solid 2px #036eb8;padding: 5%;margin: 0 auto;box-shadow: 5px 5px 5px #b3b3b4;}
.blue_ttl{width: 60%;margin: 0 auto;margin-top: -9%;margin-bottom: 5%;}
.contact_h2{font-size: 1.4em;padding:0.6% 0;color: #036eb8; border-bottom: solid 2px #036eb8;}

.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%;}
.recruit_more {
    width: 100%;
    margin: 3em auto;
}
.movie_ttl_back{background: url("../img/movie_title_back_sp.svg")no-repeat top center;background-size: contain;padding-bottom: 1.8em;}
.movie_h3{text-align: center;font-size: 1.8em;}
.movie_h3 img{height: 40px;margin-right: 2%;}
.movie-wrap {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
	width: 100%;
	margin: 0 auto 5%;
}
.accordion {
    margin: 4rem auto;
    max-width: 100%;
}
.blue_ttl{width: 80%;margin: 0 auto;margin-top: -9%;margin-bottom: 5%;}
.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;}
}


