@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	/*overflow-x: hidden;*/
}

.ln {
	font-family: "游ゴシック", sans-serif;
}

.sf {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

a {
	text-decoration: none;
}
img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}

.wm {
	position: relative;
	width: 1000px;
	margin: auto;
}

.spbr {
	display: none;
}

.clear:after, .wm:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fl {
	float: left;
	display: inline-block;
}

.fr {
	float: right;
	display: inline-block;
}

.nav_btn {
	display: none;
}

.top_tel {
	display: none;
}

.hleft {
	width: 50%;
}

.logo {
	padding: 22px 0 0;
}

.logo a {
	display: inline-block;
	max-width: 100%;
}

.logo a b {
	display: block;
	padding: 0 5px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 1px;
	color: rgb(0, 0, 0);
}

.logo a img {
	display: block;
	max-width: 100%;
}

.hmiddle {
	position: relative;
	width: 23%;
	height: 126px;
}

.hweb {
	position: absolute;
	bottom: 16px;
	right: 0;
	padding: 0 25px;
}

.hweb a {
	float: right;
	display: block;
	padding: 1px 10px;
	line-height: 2;
	color: rgb(255, 255, 255);
	background: rgb(66, 55, 46);
	border-radius: 4px;
	webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.hweb a:hover {
	opacity: 0.8;
}

.hweb .play {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 6px 0;
	vertical-align: top;
	background: rgb(255, 255, 255);
	border-radius: 50%;
}

.hweb .play:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid rgb(66, 55, 46);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	transform: translate(-30%, -50%);
}

.hright {
	width: 27%;
	color: rgb(255, 255, 255);
	background: rgb(67, 61, 57);
}

.hright .telbox {
	padding: 24px 20px 22px;
}

.tel {
	margin: 0 0 10px;
}

.tel img {
	float: left;
	display: inline-block;
	width: 20%;
	margin: 0 2% 0 0;
}

.tel span {
	font-weight: bold;
	white-space: nowrap;
}

.tel b {
	white-space: nowrap;
	font-size: 2.6rem;
	line-height: 1.4;
}

.rtime {
	line-height: 18px;
}

.rtime i {
	display: inline-block;
	padding: 2px 10px 0;
	margin: 0 5px 0 0;
	line-height: 16px;
	font-style: normal;
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	border-radius: 2px;
}

.rtime span {
	display: inline-block;
}

.nav {
	color: rgb(255, 255, 255);
	background: #1f974f;
}

.menu {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}
.menu ul{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu ul li{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.border_menu{
	border-left: 2px solid #FFFFFF;
	font-size: 1.4rem;
	line-height: 14px;
	display: inline-block;
	height: 14px;
}

.menu a {
	display: inline-block;
	padding: 0 1px;
	color: rgb(255, 255, 255);
	padding: 25px 0 25px;
}

.menu li:hover {
	background: rgba(0, 0, 0, 0.1);
}

/*banner*/
.mv {
	position: relative;
}
.mv_main{
	background: url(../img/recruit_img03.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.mv_main img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.mv_main02{
	display: none;
}

.mv_sp {
	display: none;
}

.mv_txt {
	background: #2e5c9a;
}

.mv_txt img {
	display: block;
	margin: 0 auto;
	max-width: 95%;
}

/*section01*/
.section01{
	background: url(../img/recruit_img12.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto 50%;
	
}
.section01_box{
	max-width: 95%;
	overflow: hidden;
	padding: 75px 0;
}
.section01_box div{
	width: 33.33%;
	float: left;
	
}
.section01_box div img{
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.section01_box div:nth-child(1) img{
	margin: 0 auto 0 0;
}
.section01_box div:nth-child(3) img{
	margin: 0 0 0 auto;
}
/*section02*/
.section02{
	padding: 75px 0;
	background-color: #edf2fc;
}
.section02_title{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.section02_title img{
	display: block;
	max-width: 100%;
}
.section02_center{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	border-top: 12px solid #274b97;
	background-color: #FFFFFF;
	padding: 50px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section02_center_box{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section02_cl{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding-right: 4.8%;
}
.section02_cr{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	width: 357px;
	/*width: 38.8043%;*/
}
.section02_txt{
	
}
.section02_txt div:nth-child(1){
	font-size: 2.4rem;
	font-weight: bold;
	color: #274b97;
	border-bottom: 5px solid #2e5c9a;
	padding-bottom: 5px;
	text-align: justify;
}
.section02_txt div:nth-child(2){
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding-top: 7px;
}
.section02_txt:nth-child(2){
	padding: 60px 0;
}
.section02_cr img{
	display: block;
	/*max-width: 100%;*/
}

/*section03*/
.section03{
	padding: 50px 0 60px;
	background-color: #274b97;
}
.section03_title_box{
	position: relative;
	
}
.section03_title_box:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 104px;
	/*height: 41.4342629%;*/
	background: url(../img/recruit_img16.png);
	background-size: auto 100%;
}
.section03_title{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.section03_title img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.section03_title02{
	display: none;
}
.section03_title02 img{
	display: block;
	max-width: 100%;
}
.section03_content{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	padding-top: 30px;
}
.section03_content_box{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section03_cl{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding-right: 80px;
}
.section03_cr{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	width: 287px;
}
.section03_cl p:nth-child(1){
	font-size: 2.8rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 30px;
	text-align: justify;
}
.section03_cl p:nth-child(2){
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #FFFFFF;
	text-align: justify;
}
.section03_cr img{
	display: block;
	margin: 0 auto;
}
.section04{
	padding: 70px 0;
	background: url(../img/recruit_img19.png);
	background-repeat: no-repeat;
	background-size: 105% auto;
	background-position: center center;
}
.section04_box{
	width: 1000px;
	max-width: 95%;
	background-color: rgba(255,255,255,0.90);
	margin: 0 auto;
	padding: 60px 90px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section04_title{
	text-align: center;
}
.section04_title p:nth-child(1){
	font-size: 5.0rem;
	font-weight: bold;
	color: #231815;
}
.section04_title p:nth-child(2){
	font-size: 9.0rem;
	font-weight: bold;
	padding-top: 10px;
}
.section04_title p:nth-child(2) span:nth-child(1){
	color: #274b97;
}
.section04_title p:nth-child(2) span:nth-child(2){
	font-size: 6.0rem;
}
.section04_text{
	padding-top: 25px;
}
.section04_text p:nth-child(1){
	text-align: center;
	font-size: 2.8rem;
	color: #274b97;
	font-weight: bold;
	padding-bottom: 20px;
}
.section04_text p:nth-child(2){
	text-align: justify;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
.section05{
	background: #e6eaf5;
    background: -moz-linear-gradient(top,  #e6eaf5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6eaf5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #e6eaf5 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #e6eaf5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #e6eaf5 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e6eaf5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaf5', endColorstr='#ffffff',GradientType=0 );
	
}
:root .gradient{filter:none;}
.section05_bg{
	background: url(../img/recruit_img20.png);
	background-repeat: no-repeat;
    /*background-size: 100% auto;*/
   	background-position: 100% top;
    padding-top: 90px;
    padding-bottom: 75px;
}
.section05_title{
	
}
.section05_title img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.section05_box{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	padding-top: 85px
}
.section05_title02{
	background: #003d7c;
    background: -moz-linear-gradient(top,  #003d7c 65%, #026eaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#003d7c), color-stop(100%,#026eaa));
    background: -webkit-linear-gradient(top,  #003d7c 65%,#026eaa 100%);
    background: -o-linear-gradient(top,  #003d7c 65%,#026eaa 100%);
    background: -ms-linear-gradient(top,  #003d7c 65%,#026eaa 100%);
    background: linear-gradient(to bottom,  #003d7c 65%,#026eaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d7c', endColorstr='#026eaa',GradientType=0 );
	
	font-size: 3.5rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 25% 15px 40px;
	border-radius: 10px;
}
.section05_text{
	margin-top: -100px;
}
.section05_text_box{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section05_textl{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
	padding-bottom: 50px;
	padding-right: 56px;
}
.section05_textr{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
	/*width: 27.9%;*/
	width: 279px;
}
.section05_textl p{
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-align: justify;
}
.section05_textr img{
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.section_clear{
	clear: both;
	height: 0px;
	opacity: 0;
}
.section05_option_box{
	
}
.section05_option{
	float: left;
	width: 47.8%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.section05_option:nth-child(2n){
	float: right;
}
.section05_option_left{
	background-color: #FFFFFF;
	padding: 20px 28px 30px 0;
	-moz-box-shadow:0px 2px 2px #AEAFB2;
	-webkit-box-shadow:0px 2px 2px #AEAFB2;
	box-shadow:0px 2px 2px #AEAFB2;
}
.section05_optitle{
	border-bottom: 3px solid #cf365e;
}
.section05_optitle span:nth-child(1){
	display: inline-block;
	font-size: 4.0rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cf365e;
	padding: 7px 15px;
	position: relative;
	left: -10px;
	top: 3px;
}
.section05_optitle span:nth-child(2){
	font-size: 2.8rem;
	color: #cf365e;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
}
.section05_optext{
	padding-left: 28px;
	padding-top: 20px;
}
.section05_optext p{
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-align: justify;
}
.section05_img{
	padding-top: 20px;
}
.section05_img img{
	display: block;
	margin: 0 auto;
}
.section06{
	background: #edf2fc;
    background: -moz-linear-gradient(top,  #edf2fc 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2fc), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #edf2fc 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #edf2fc 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #edf2fc 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #edf2fc 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2fc', endColorstr='#ffffff',GradientType=0 );
	
	padding: 75px 0;
}
:root .gradient{filter:none;}
.section06_box{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.section06_title{
	background: #003d7c;
    background: -moz-linear-gradient(top,  #003d7c 65%, #026eaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#003d7c), color-stop(100%,#026eaa));
    background: -webkit-linear-gradient(top,  #003d7c 65%,#026eaa 100%);
    background: -o-linear-gradient(top,  #003d7c 65%,#026eaa 100%);
    background: -ms-linear-gradient(top,  #003d7c 65%,#026eaa 100%);
    background: linear-gradient(to bottom,  #003d7c 65%,#026eaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d7c', endColorstr='#026eaa',GradientType=0 );
	
	font-size: 3.5rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 30px 40px 26px;
	border-radius: 10px;
	text-align: center;
}
.section06_text{
	padding-top: 30px;
	font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: justify;
    padding-bottom: 40px;
}
.section06_img{
	padding: 30px 20px;
	background-color: #FFFFFF;
}
.section06_img img{
	display: block;
	margin: 0 auto;
}
.section07{
	overflow: hidden;
	background-color: #1f6569;
}
.section07_l{
	width: 50%;
	float: left;
}
.section07_r{
	width: 50%;
	float: left;
}
.section07_l_title{
	background-color: #cbe0f1;
	text-align: center;
	padding: 23px 0;
}
.section07_l_title p{
	padding: 7px 5px 2px;
	background-color: #2e5c9a;
	font-size: 2.4rem;
	/*font-size: 1.5vw;*/
	font-weight: bold;
	color: #FFFFFF;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border-radius: 40px;
}
.section07_r_title{
	background-color: #d1eadb;
}
.section07_r_title p{
	background-color: #1f974f;
}
.section07_l_link{
	background: url(../img/recruit_img25.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	height: 196px;
	display: table;
	width: 100%;
	webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.section07_l_link:hover{
	opacity: 0.8;
}
.section07_r_link{
	background: url(../img/recruit_img26.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	
}
.section07_link_box{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.section07_link_box img{
	display: inline-block;
	vertical-align: middle;
}
.section07_link_box span{
	font-size: 4.5rem;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px
}
.section07_link_box02 span{
	font-size: 4.0rem;
}

.section08{
	padding: 80px 0;
	overflow: hidden;
}
.section08_title{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	
}
.section08_center{
	padding-top: 45px;
	width: 1000px;
	max-width: 92%;
	margin: 0 auto;
}
.section08_cl{
	width: 46.5%;
	float: left;
	background-color: #edf2fc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}
.section08_cr{
	width: 46.5%;
	float: right;
	background-color: #edf2fc;
}
.section08_img{
	padding-bottom: 30px;
}
.section08_img img{
	display: block;
	margin: 0 auto;
	max-width: 90%
}
.section08_module{
	position: relative;
	padding-left: 42px;
	padding-right: 20px;
	border-left: 5px dotted #707070;
	padding-top: 15px;
	padding-bottom: 50px;
	position: relative;
	left: -2px;
}
.section08_time_img{
	position: absolute;
	top: 0;
	left: -34px;
}
.section08_time_img img{
	display: block;
}
.section08_time{
	
}
.section08_time span{
	display: inline-block;
	font-size: 2.0rem;
	padding: 7px 25px 3px;
	background-color: #5a88c6;
	color: #FFFFFF;
	border-radius: 30px;
}
.section08_m_text{
	font-size: 2.0rem;
	padding-top: 20px;
	padding-left: 10px
}
.section08_m_img{
	
	padding-top: 20px;
}
.section08_m_img img{
	display: block;
	margin: 0 auto 0 0;
}
.pdb30{
	padding-bottom: 30px;
}
.section08_module_r{
	border-left: none;
	padding-left: 20px;
    padding-right: 42px;
    border-right: 5px dotted #707070;
    padding-top: 15px;
    padding-bottom: 50px;
    position: relative;
    left: auto;
    right: -2px;
}
.section08_time_img_r{
	left: auto;
    right: -34px;
}
.section08_time_r{
	text-align: right;
}
.section08_m_text_r{
	text-align: right;
	padding-left: 0px;
	padding-right: 10px;
}
.pdt75{
	padding-top: 75px;
}
.section08_m_img_r img{
	margin: 0 0 0 auto;
}
.border_r_none{
	border-right: 5px dotted transparent;
}
.section09{
	background: #edf2fc;
    background: -moz-linear-gradient(top, #edf2fc 0%, #ffffff 50%, #edf2fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2fc), color-stop(50%,#ffffff), color-stop(100%,#edf2fc));
    background: -webkit-linear-gradient(top, #edf2fc 0%, #ffffff 50%, #edf2fc 100%);
    background: -o-linear-gradient(top, #edf2fc 0%, #ffffff 50%, #edf2fc 100%);
    background: -ms-linear-gradient(top, #edf2fc 0%, #ffffff 50%, #edf2fc 100%);
    background: linear-gradient(to bottom, #edf2fc 0%, #ffffff 50%, #edf2fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2fc', endColorstr='#ffffff',GradientType=0 );
}
.section09_box{
	padding: 100px 0 90px;
	background: url(../img/recruit_img49.png);
	background-repeat: repeat-x;
}
.section09_title{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	
	font-size: 9.0rem;
	font-weight: bold;
	color: #274b97;
	text-align: center;
}
.section09_title span{
	font-size: 6.0rem;
	color: #000000;
}
.section09_text{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.career_introduce{
	padding-top: 40px;
}
.career_introduce_module{
	
}
.introduce_module_banner{
	width: 100%;
	display: table;
	overflow: hidden;
}
.module_banner_l{
	width: 53.5%;
	display: table-cell;
	vertical-align: bottom;
}
.module_banner_l img{
	max-width: 100%;
}
.module_banner_R{
	display: table-cell;
	vertical-align: bottom;
	padding-left: 35px;
}
.module_banner_R_title{
	font-size: 2.9rem;
	font-weight: bold;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", serif;
    border-bottom: 4px solid #5a88c6;
    padding-bottom: 20px;
}
.module_banner_R_txt{
	display: table;
	width: 100%;
	padding-top: 20px;
}
.banner_R_txt_name{
	display: table-cell;
	vertical-align: middle;
}
.banner_R_txt_btn{
	width: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.banner_R_txt_name p:nth-child(1){
	font-size: 1.6rem;
	padding-bottom: 10px;
}
.banner_R_txt_name p:nth-child(1) span{
	color: #5a88c6;
}
.banner_R_txt_name p:nth-child(2){
	font-size: 2.0rem;
	font-weight: bold;
}

.banner_R_txt_btn img{
	cursor: pointer;
	opacity: 0.9;
	webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.banner_R_txt_btn img:hover{
	opacity: 1;
}
.introduce_btn02{
	display: none;
}
.introduce_module_text_box{
	overflow: hidden;
   display: none;
}
.introduce_module_text{
	padding-top: 40px;
}
.module_text_title{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 2.5rem;
}
.module_text_title table{
	width: 100%;
}
.module_text_title table td{
	vertical-align: top;
	text-align: justify;
}
.module_text_title .module_text_title_ico{
	width: 20px;
	text-align: left;
}

.module_text{
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 2px solid #989898;
}
.module_text_l{
	width: 30%;
	float: left;
}
.module_text_c{
	width: 40%;
	float: left;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.module_text_r{
	width: 30%;
	float: right;
}
.module_text_content{
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: justify;
}

.align_right{
	text-align: right;
	padding-left: 7%;
}
.pdl_none{
	padding-left: 0;
}
.mgt80{
	margin-top: 60px;
}
.module_banner_sp{
	text-align: center;
    padding-bottom: 20px;
    display: none;
}
.pd_right{
	padding-right: 7%;
}
.border_b_none{
	border-bottom: none;
	padding-bottom: 0px !important;
}
.section10{
	background-color: #274b97;
}
.section10_box{
	padding: 100px 0 90px;
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.section10_title{
	font-size: 9.0rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.section10_title span{
	font-size: 5.0rem;
}
.section10_content{
	
}
.section10_module{
	float: left;
	width: 46%;
	padding-top: 26px;
	position: relative;
	margin-bottom: 50px;
}
.section10_module:nth-child(2n){
	float: right;
}
.section10_m_title{
	width: 395px;
	height: 52px;
	max-width: 95%;
	background-color: #FFFFFF;
	border: 3px solid #274b97;
	border-radius: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 12px 20px 7px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: auto;
	box-sizing: border-box;
	overflow: hidden;
}
.section10_m_title span{
	font-size: 2.4rem;
	font-weight: bold;
}
.section10_m_title div{
	position: absolute;
	right: 3%;
	top: 0;
	width: 50px;
	height: 100%;
	background: url(../img/recruit_img55.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.section10_m_title div:hover{
	opacity: 0.8;
}
.section10_m_title div.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section10_m_text{
	background-color: #FFFFFF;
	padding: 60px 35px 50px;
}
.section10_t01{
	font-size: 1.8rem;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 5px;
}
.section10_t02{
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2.0rem;
	padding-bottom: 10px;
}
.section11{
	padding: 90px 0 40px;
}
.section11_title{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.section11_title img{
	display: block;
	margin: 0 auto;
}
.section11_content{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	padding-top: 50px;
}
.section11_module{
	width: 30%;
	box-sizing: border-box;
	float: left;
	padding-bottom: 40px;
}
.section11_module:nth-child(3n-1){
	width: 40%;
	padding: 0 5% 40px;
}
.section11_m_img{
	display: table;
	width: 100%;
}
.section11_m_img p{
	display: table-cell;
	vertical-align: bottom;
}
.section11_m_img p img{
	display: block;
	margin: 0 auto;
}
.section11_m_title{
	display: table;
	text-align: center;
	width: 100%;
}
.section11_m_title span{
	display: table-cell;
	vertical-align: middle;
	font-size: 2.4rem;
	color: #274b97;
	font-weight: bold;
	padding: 10px 0;
}
.section11_m_text{
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.2rem;
}
.section12{
	background-color: #e8e9ea;
	padding-bottom: 80px;
}
.section12_title{
	position: relative;
}
.section12_title:before{
	content: "";
	background-color: #5c89c6;
	width: 100%;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
}
.section12_title img{
	display: block;
	max-width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.section12_content{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.section12_module{
	width: 44.5%;
	float: left;
	margin-bottom: 40px;
}
.section12_module:nth-child(2n){
	float: right;
}
.section12_content02{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.section12_content02 .section12_module{
	float: none;
	width: auto;
	margin-bottom: 0;
}
.section12_m_title{
	font-size: 2.4rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5b89c6;
	padding: 15px 20px 13px 40px;
	border-radius: 40px;
	/*width: 102%;*/
	width: 453px;
	box-sizing: border-box;
	position: relative;
	left: -25px;
}
.section12_m_title:before{
	content: "";
	width: 52px;
	height: 22px;
	background: url(../img/recruit_img64.png);
	background-size: 100%;
	position: absolute;
	bottom: -22px;
	left: 40%;
}
.section12_m_title span{
	font-size: 3.5rem;
}
.section12_m_text{
	padding: 50px 0 40px 30px;
	border-left: 3px solid #5a88c6;
	border-bottom: 3px solid #5a88c6;
	position: relative;
	top: -4px;
	
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.2rem;
}
.section12_m_text p{
	padding-top: 10px;
}
.section13{
	background: url(../img/recruit_img65.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.section13_box{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	padding: 60px 0 90px;
}
.section13_title{
	padding-bottom: 20px;
}
.section13_title img{
	display: block;
	margin: 0 auto;
}
.section13_content01{
	background-color: #FFFFFF;
	border: 10px solid #d2d2d2;
	padding: 50px 45px;
}
.section13_subtitle{
	padding-bottom: 20px;
}
.section13_subtitle img{
	display: block;
	margin: 0 auto;
}
.section13_subtitle02{
	font-size: 3.0rem;
	color: #274b97;
	font-weight: bold;
	text-align: center;
	line-height: 4.5rem;
	padding-bottom: 20px;
}
.section13_c{
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: justify;
}
.section13_logistics{
	position: relative;
	margin-top: 40px;
}
.section13_log_table{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section13_log_l{
	background-color: #274b97;
	width: 87px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	border-left: 9px solid #274b97;
	border-right: 9px solid #274b97;
	border-top: 18px solid #274b97;
	border-bottom: 18px solid #274b97;
	
	padding: 10px 0;
}
.section13_log_r{
	background-color: #FFFFFF;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	border-top: 18px solid #274b97;
	border-bottom: 18px solid #274b97;
	border-right: 18px solid #274b97;
	padding: 0 5px 20px;
}
.section13_log_l p{
    font-weight: bold;
    font-size: 3.5rem;
    color: #FFFFFF;
    text-align: center;
}
.section13_log_l div{
	padding-top: 30px;
}
.section13_module{
	width: 20%;
	float: left;
	padding: 20px 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.section13_m_img{
	
}
.section13_m_img img{
	display: block;
	margin: 0 auto;
	max-width: 90%;
	padding-bottom: 10px;
}
.section13_m_title{
	display: table;
	width: 100%;
	padding-bottom: 10px;
}
.section13_m_title span{
	display: table-cell;
	vertical-align: middle;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.section13_m_title02{
	display: table;
	width: 100%;
	background-color: #3c3a4a;
	
}
.section13_m_title02 span{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 4px 3px 2px;
}
.section13_m_text{
	padding-top: 10px;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2.0rem;
}
.section13_m_btn{
	padding-top: 20px;
}
.section13_m_btn a{
	display: block;
	border: 1px solid #274b97;
	border-radius: 20px;
	font-size: 1.4rem;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background: url(../img/recruit_img75.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	box-sizing: border-box;
	padding: 4px 25px 1px;
}
.section13_m_img02{
	position: absolute;
	top: 15px;
	right: 0;
}
.section13_log_l02 {
    background-color: #ac974c !important;
    border-color: #ac974c !important;
}
.section13_log_r02 {
	border-color: #ac974c !important;
}
.section13_arrowY:after{
	content: "";
	border-top: 52px solid #ac974c;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	position: absolute;
	bottom: -51px;
	left: 40%;
	z-index: 3;
}
.section13_arrowY:before{
	content: "";
	border-bottom: 52px solid #ac974c;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	position: absolute;
	top: -51px;
	left: 50%;
	z-index: 3;
}
.section13_log_l03 {
    background-color: #1f974f !important;
    border-color: #1f974f !important;
}
.section13_log_r03 {
	border-color: #1f974f !important;
}
.section13_arrowG:before{
	content: "";
	border-bottom: 52px solid #1f974f;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	position: absolute;
	top: -51px;
	left: 50%;
	z-index: 3;
}
.section13_ico{
	position: absolute;
	top: -60px;
	left: 60%;
}
.section13_ico img{
	display: block;
}
.contact_txt{
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px
}
.contact_txt00{
	padding-top: 0;
}
.contact_checkbox{
	overflow: hidden;
}
.contact_checkbox_else{
	width: 100%;
	display: table;
}
.chb {
    width: 160px;
    display: table-cell;
    vertical-align: middle;
}
.other_career {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
.contact_checkbox_else label{
	margin-right: 0 !important;
}













.contact {
	padding: 100px 0 100px;
	background: rgb(170, 151, 70);
}

.contact_tit {
	position: relative;
	padding: 0 0 2%;
	margin: 0 0 5%;
	text-align: center;
	color: rgb(255, 255, 255);
	border-bottom: 6px solid rgb(255, 255, 255);
}

.contact_tit b {
	display: block;
	font-size: 4.5rem;
	line-height: 1.2;
}

.contact_tit span {
	display: block;
	line-height: 1.5;
}

.contact_tit i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 32px solid rgb(255, 255, 255);
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	transform: translateX(-50%);
}

.contact_tit i:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 0;
	border-top: 24px solid rgb(170, 151, 70);
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	transform: translateX(-50%);
}

.ftable {
	display: table;
	width: 100%;
	padding: 2% 0 5.2%;
	background: rgb(255, 255, 255);
}

.ft_tr {
	display: table-row;
}


.ft_th {
	display: table-cell;
	width: 28%;
	padding: 2.5% 5%;
	line-height: 1.4;
	font-weight: bold;
	vertical-align: top;
}

.ft_td {
	display: table-cell;
	padding: 1.2% 6% 1.2% 0;
}

.ft_td input[type="text"] {
	display: block;
	box-sizing: border-box;
	width: 505px;
	max-width: 100%;
	height: 46px;
	padding: 10px 20px;
	line-height: 1.8;
	border: 3px solid rgb(240, 240, 240);
}

.ft_td p {
	padding: 2% 0;
	line-height: 1.4;
}

.ft_td textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 20px;
	line-height: 1.8;
	border: 3px solid rgb(240, 240, 240);
	resize: none;
}

.ft_td .ckb {
	float: left;
	display: inline-block;
	width: 50%;
	line-height: 2.5;
}

.ft_td .ckb input {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.fsubmit {
	padding: 6% 0 0;
	font-size: 0;
	text-align: center;
}

.fsubmit button {
	display: inline-block;
	padding: 0;
	font-size: 3rem;
	line-height: 3.4;
	font-weight: bold;
	border: 0 none;
	border-radius: 8px;
	cursor: pointer;
}

.fsubmit button:hover {
	opacity: 0.8;
}

.submit {
	width: 78%;
	color: rgb(255, 255, 255);
	background: rgb(67, 61, 57);
}

.return {
	width: 37.4%;
	margin: 0 3% 0 0;
	background: rgb(240, 240, 240);
}

.send {
	width: 59.6%;
	color: rgb(255, 255, 255);
	background: rgb(67, 61, 57);
}

.ctb_confirm {
	display: none;
}

.ctb_finished {
	display: none;
	padding: 10% 0;
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
	background: rgb(255, 255, 255);
}

.send_finish {
	display: inline-block;
	color: rgb(170, 151, 70);
}

.send_finish:hover {
	text-decoration: underline;
}

#foot {
	padding: 40px 0;
	text-align: center;
}

.fbtns {
	padding: 10px 0;
}

.fbtns a {
	display: inline-block;
	padding: 0 0 0 26px;
	margin: 0 30px;
	font-size: 1.6rem;
	line-height: 2;
	color: rgb(0, 0, 0);
	background: url(../img/icon_arrd.png) no-repeat left center;
}

.fbtns a span {
	text-decoration: underline;
}

.faddress {
	font-size: 1.6rem;
	line-height: 2;
}

.faddress b {
	padding: 0 10px;
}

.copyright {
	padding: 10px;
	font-size: 1.2rem;
	line-height: 2;
}

.right_btn {
	position: fixed;
	z-index: 990;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #FFFFFF;
	border-right: none;
	
	height: 294px;
    width: 60px;
    overflow: hidden;
}
.banner_btn01 {
    background-color: #2e5c9a;
    height: 50%;
    position: relative;
    cursor: pointer;
    opacity: 0.9;
    webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.banner_btn01:hover{
	opacity: 1;
}
.banner_btn01 span {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 100%;
    line-height: 58px;
    text-align: center;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
}
.banner_btn02 {
    background-color: #246a40;
    height: 50%;
    position: relative;
    cursor: pointer;
    opacity: 0.9;
    webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.banner_btn02:hover{
	opacity: 1;
}
.banner_btn02 span {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 100%;
    line-height: 60px;
    text-align: center;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
}





/*.right_btn a {
	display: block;
	width: 1em;
	height: 150px;
	padding: 15px 25px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	color: rgb(255, 255, 255);
}*/


.totop {
	position: fixed;
	z-index: 990;
	left: 50%;
	bottom: 100px;
	transform: translateX(520px);
	/*display: none;*/
}

.totop a {
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 8px 0;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(67, 61, 57);
}

.totop a b {
	display: block;
	line-height: 1;
}

.totop a img {
	display: block;
	margin: 5px auto 0;
}

/*.totop a i {
	display: block;
	font-size: 3rem;
	line-height: 1;
	font-style: normal;
	font-family: cursive;
	transform: rotate(-90deg);
}*/

.totop a:hover {
	opacity: 0.9;
}

.fixed_head {
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	color:rgb(255, 255, 255);
	background: #1f974f;
}

.fixed_menu {
	display: none;
}

.contact_pdt{
	padding-top: 2.5%;
}
.contact_checkbox .ckb{
	position: relative;
	display: inline-block;
	float: none;
	width: auto;
	margin-right: 30px;
}
.contact_checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    visibility: hidden;
    vertical-align: middle;
}
.contact_checkbox .ckb:before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border: 2px solid #f0f0f0;
    background: #FFFFFF;
    cursor: pointer;
}
.ft_td .ckb {
	white-space: nowrap;
}
.ft_td .ckb span{
	display: inline-block;
	padding-left: 5px;
}
.contact_checkbox .lab_ck:after {
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 4px;
    border: 2px solid #443D39;
    border-top: none;
    border-right: none;
    -ms-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.contact_reminder_top{
	background-color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 4% 5% 0;
}


@media (min-width: 768px) and (max-width: 999px) {
	
	.wm {
		width: auto;
	}
	
	.right_btn {
		display: none;
	}
	
	.hleft {
		width: 334px;
		padding: 0 0 0 10px;
	}
	
	.logo {
		padding-top: 10px;
	}
	
	.logo a b {
		font-size: 1.6rem;
	}
	
	/*.hmiddle {
		width: calc(100% - 594px);
		height: 110px;
	}
	
	.hweb {
		padding: 0 10px;
	}
	
	.hweb a {
		font-size: 1.2rem;
		line-height: 2.5;
	}
	
	.hright {
		width: 250px;
	}
	
	.hright .telbox {
		padding: 15px;
	}*/
	
	.right_btn {
		display: none;
	}
	
	.hmiddle, .hright {
		display: none;
	}
	
	.hleft {
		width: 70%;
		max-width: 278px;
	}
	
	.logo {
		padding: 10px 0 10px 10px;
		font-size: 0;
	}
	
	.logo a b {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.nav_btn {
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px 8px;
		cursor: pointer;
	}
	
	.nav_btn a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -999em;
		background: #1f974f;
		border-radius: 5px;
	}
	
	.nav_btn a span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 28px;
		height: 4px;
		margin: -2px 0 0 -14px;
		background: rgb(255, 255, 255);
		transition: .2s;
	}
	
	.nav_btn a span:before,
	.nav_btn a span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 4px;
		background: rgb(255, 255, 255);
		transition: .3s;
	}
	
	.nav_btn a span:before {
		margin-top: -12px;
	}
	
	.nav_btn a span:after {
		margin-top: 8px;
	}
	
	.nav_btn a .close {
		background: transparent;
	}
	
	.nav_btn a .close:before,
	.nav_btn a .close:after {
		margin-top: 0;
	}
	
	.nav_btn a .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.nav_btn a .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.top_tel {
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px 0;
	}
	
	.top_tel a {
		display: block;
		padding: 5px;
		background: rgb(66, 61, 57);
		border-radius: 5px;
	}
	
	.top_tel a img {
		display: block;
		max-width: 100%;
	}
	
	.nav {
		display: none;
	}
	
	
	
	
	
	.contact {
		padding: 50px 0 70px;
	}
	
	.contact_tit b {
		font-size: 3.6rem;
	}
	
	.contact_box {
		padding: 0 10px;
	}
	
	.ft_th {
		padding-left: 2%;
		padding-right: 1%;
	}
	
	.ft_td {
		padding-right: 2%;
	}
	
	.fsubmit button {
		font-size: 2.6rem;
	}
	
	#foot {
		padding: 30px 0;
	}
	
}

@media (max-width: 767px) {
	
	.spbr {
		display: block;
	}
	
	.wm {
		width: auto;
	}
	
	.right_btn {
		display: none;
	}
	
	.hmiddle, .hright {
		display: none;
	}
	
	.hleft {
		width: 70%;
		max-width: 278px;
	}
	
	.logo {
		padding: 10px 0 10px 10px;
		font-size: 0;
	}
	
	.logo a b {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.nav_btn {
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px 8px;
		cursor: pointer;
	}
	
	.nav_btn a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -999em;
		background: #1f974f;
		border-radius: 5px;
	}
	
	.nav_btn a span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 28px;
		height: 4px;
		margin: -2px 0 0 -14px;
		background: rgb(255, 255, 255);
		transition: .2s;
	}
	
	.nav_btn a span:before,
	.nav_btn a span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 4px;
		background: rgb(255, 255, 255);
		transition: .3s;
	}
	
	.nav_btn a span:before {
		margin-top: -12px;
	}
	
	.nav_btn a span:after {
		margin-top: 8px;
	}
	
	.nav_btn a .close {
		background: transparent;
	}
	
	.nav_btn a .close:before,
	.nav_btn a .close:after {
		margin-top: 0;
	}
	
	.nav_btn a .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.nav_btn a .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.top_tel {
		display: block;
		width: 40px;
		height: 40px;
		margin: 10px 0;
	}
	
	.top_tel a {
		display: block;
		padding: 5px;
		background: rgb(66, 61, 57);
		border-radius: 5px;
	}
	
	.top_tel a img {
		display: block;
		max-width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.contact {
		padding: 40px 0 40px;
	}
	
	.contact_tit {
		margin: 0 0 30px;
	}
	
	.contact_tit b {
		font-size: 2.8rem;
	}
	
	.contact_box {
		padding: 10px;
	}
	
	.ftable, .ft_tr {
		display: block;
	}
	
	.ft_th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.ft_td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px 10px;
	}
	
	.ft_td input[type="text"] {
		width: 100%;
		padding: 10px;
	}
	
	.ft_td input, .ft_td textarea {
		padding: 5px 10px;
	}
	
	.ft_td .ckb {
		/*float: none;
		width: 100%;
		line-height: 2;*/
	}
	
	.ft_td p {
		padding: 5px;
		background: rgb(240, 240, 240);
	}
	
	.fsubmit button {
		font-size: 2.4rem;
		line-height: 2.5;
	}
	
	.ctb_finished {
		font-size: 1.8rem;
	}
	
	#foot {
		padding: 20px;
	}
	
	.faddress {
		font-size: 1.4rem;
	}
	
	.faddress b {
		display: block;
	}
	
	.oib_main {
		padding: 40px 15px 20px;
	}
	
	.plts i img {
		width: 44px;
		height: 44px;
	}
	
}

@media (max-width: 999px) {
	
	#head {
		visibility: hidden;
	}
	
	.fixed_head {
		display: block;
		background: rgb(255,255,255);
		border-bottom: 1px solid #1f974f;
	}
	
	.fixed_menu {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 991;
		left: 100%;
		top: 0;
		background: #1f974f;
		overflow-y: scroll;
	}
	
	.fixed_menu .header, .fixed_menu .foot {
		visibility: hidden;
	}
	
	.fixed_menu .menu {
		width: 90%;
		box-sizing: border-box;
		font-size: 1.8rem;
		line-height: 2.5;
	}
	
	.fixed_menu .menu a {
		display: block;
		text-align: left;
		border-bottom: 1px solid rgb(255, 255, 255);
		padding: 0 0 0;
	}
	
	.fixed_menu .menu span {
		display: none;
	}
	
	.fixed_menu .hweb {
		position: relative;
		right: auto;
		bottom: auto;
		padding: 20px;
	}
	
	.fixed_menu .hweb a {
		float: left;
	}
	.menu ul {
	    display: block;
	    width: auto;
	}
	.menu ul li {
	    display: block;
	}
	.mv_main{
		display: none;
	}
	.mv_main02{
		display: block;
	}
	.mv_main02 img{
		display: block;
		max-width: 100%;
	}
	
}

@media (max-width: 400px) {
	
	.jica_btn a img:first-child {
		display: none;
	}
	
}

@media (max-width: 1180px) {
	/*-------------*/
	.totop {
		left: auto;
		right: 20px;
		bottom: 20px;
		transform: none;
	}
	
}

@media only screen and (max-width:1615px) {
	/*-------------------*/
	.mv_main{
		background: url(../img/recruit_img03.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}
	.section04{
		background: url(../img/recruit_img19.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}
	.section05_bg{
		background: url(../img/recruit_img20.png);
		background-repeat: no-repeat;
	    background-size: 100% auto;
	   	background-position: 100% top;
	    padding-top: 90px
	}
	.section07_l_link{
		background: url(../img/recruit_img25.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}
	.section07_r_link{
		background: url(../img/recruit_img26.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
		
	}
	
}

@media only screen and (max-width:1200px) {
	/*---------------*/
	.section07_l_title p {
	    font-size: 2.0rem;
	    /* font-size: 1.5vw; */
	    width: 60%;
	}
	.section07_link_box span {
	    font-size: 4.0rem;
	    padding-left: 10px;
	}
	.section07_link_box img {
	    width: 50px;
	    position: relative;
	    top: -3px;
	}
	.section07_link_box02 span {
	    font-size: 3.6rem;
	}
	
	
}

@media only screen and (max-width:999px) {
	/*--------------*/
	.section02_cr img{
		display: block;
		max-width: 100%;
	}
	.section02_cr{
		width: 38.8043%;
	}
	.section03_title_box{
		display: none;
	}
	.section03_title02{
		display: block;
	}
	.section03_cl {
	    padding-right: 40px;
	}
	.section04_box {
	    padding: 60px 60px 55px;
	}
	.section04_title p:nth-child(1){
		font-size: 4.8vw;
	}
	.section04_title p:nth-child(2){
		font-size: 8.8vw;
		padding-top: 10px;
	}
	.section04_title p:nth-child(2) span:nth-child(2){
		font-size: 5.8vw;
	}
	.section05_box {
	    padding-top: 45px;
	}
	.section05_title02 {
	    font-size: 3.0rem;
	    padding: 20px 40px 15px 40px;
	    border-radius: 10px;
	}
	.section05_text {
	    margin-top: 0px;
	    padding-top: 20px;
	}
	.section05_textr {
	     width: 27.9%; 
	}
	.section05_textl {
	    display: table-cell;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    vertical-align: middle;
	    padding-bottom: 20px;
	    padding-right: 20px;
	}
	.section05_option_left {
	    padding: 20px 20px 30px 0;
	}
	.section05_optitle span:nth-child(1) {
	    font-size: 3.0rem;
	    padding: 7px 15px;
	    left: -10px;
	    top: 3px;
	}
	.section05_optitle span:nth-child(2) {
	    font-size: 2.2rem;
	    padding-left: 0px;
	}
	.section05_optext {
	    padding-left: 20px;
	}
	.section06_title {
	    font-size: 3.0rem;
	    padding: 20px 40px 15px 40px;
	    border-radius: 10px;
	}
	.section07_l_title p {
	    font-size: 2.5vw; 
	    width: 80%;
	}
	.section07_link_box span {
	    font-size: 4.0vw;
	    padding-left: 1vw;
	}
	.section07_link_box img {
	    width: 4vw;
	    position: relative;
	    top: -3px;
	}
	.section07_link_box02 span {
	    font-size: 3.6vw;
	}
	.section07_l_link {
	    height: 15vw;
	}
	.section08_center {
	    max-width: 92%;
	}
	.section08_cl {
	    width: 48%;
	    padding-top: 50px;
	}
	.section08_cr {
	    width: 48%;
	}
	.section08_module {
	    padding-left: 4vw;
	    padding-right: 3.5vw;
	    border-left: 3px dotted #707070;
	    padding-top: 1vw;
	    padding-bottom: 4.5vw;
	    left: -1px;
	}
	.section08_time_img {
	    position: absolute;
	    top: 0;
	    left: -2.90vw;
	}
	.section08_time_img img {
		width: 5.5vw;
	}
	.section08_time span {
	    font-size: 2.2vw;
	    padding: 7px 25px 3px;
	    border-radius: 30px;
	}
	.section08_m_text {
	    font-size: 1.8vw;
	}
	.section08_module_r {
		border-left: none;
	    padding-left: 3.5vw;
	    padding-right: 4vw;
	    border-right: 3px dotted #707070;
	    padding-top: 1vw;
	    padding-bottom: 4.5vw;
	    right: -1px;
	}
	.section08_time_img_r {
	    left: auto;
	    right: -2.90vw;
	}
	.section09_title {
	    font-size: 9.0vw;
	}
	.section09_title span {
	    font-size: 6.0vw;
	}
	.section10_title {
	    font-size: 9.0vw;
	}
	.section10_title span {
	    font-size: 5.0vw;
	}
	.section10_module {
	    float: left;
	    width: 48%;
	    padding-top: 26px;
	    position: relative;
	    margin-bottom: 50px;
	}
	.section11_m_title span {
	    font-size: 2.4vw;
	    padding: 10px 0;
	}
	.section12_content {
	    max-width: 93%;
	}
	.section12_m_title {
	    font-size: 2.4vw;
	    padding: 15px 2.0vw 13px 4.0vw;
	    width: 45.3vw;
	    left: -2.5vw;
	}
	.section12_module {
	    width: 43.5vw;
	}
	.section12_content02 {
	    max-width: 93%;
	}
	.section12_title:before {
	    height: 22.8vw;
	}
	.section13_subtitle02 {
	    font-size: 3.0vw;
	    line-height: 4.5vw;
	}
	.section13_module {
	    width: 33.33%;
	}
	.section13_arrowY:after {
	    left: 38%;
	}
	.section13_arrowY:before,.section13_arrowG:before {
	    left: 52%;
	}
	
	.section13_ico{
		left: 65%;
	}
	.contact_txt {
	    
	}
	.ft_th {
	    padding: 2.5% 10px;
	}
	.contact_checkbox .ckb{
		margin-right: 20px;
	}
	.contact_reminder_top {
	    padding: 4% 10px 0;
	}
	
}

@media only screen and (max-width:767px) {
	/*--------------*/
	.section02_cl {
	    display: block;
	    padding-right: 0%;
	}
	.section02_cr {
	    display: block;
	    width: auto;
	    padding-top: 30px;
	}
	.section02_cr img{
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	.section02_txt:nth-child(2) {
	    padding: 20px 0;
	}
	.section03_cl p:nth-child(1) {
	    font-size: 2.4rem;
	    padding-bottom: 20px;
	}
	.section03_cl p:nth-child(2) {
	    font-size: 1.6rem;
	    line-height: 2.2rem;
	}
	.section03_cr {
	    width: 230px;
	}
	.section04_box {
	    padding: 40px 30px;
	}
	.section04_text p:nth-child(1) {
	    font-size: 2.4rem;
	    padding-bottom: 20px;
	}
	.section05_box {
	    padding-top: 30px;
	}
	.section05_title02 {
	    font-size: 2.4rem;
	    padding: 20px 20px 15px;
	    border-radius: 10px;
	}
	.section05_textl {
	    display: block;
	    padding-right: 0px;
	    padding-bottom: 0px;
	}
	.section05_textr {
	    display: block;
	    width: auto;
	    padding-top: 30px;
	}
	.section05_textr img{
		width: 200px;
	}
	.section05_option {
	    float: none;
	    width: auto;
	    margin-bottom: 20px;
	}
	.section05_option:nth-child(2n) {
	    float: none;
	}
	.section06_title {
	    font-size: 2.4rem;
	    padding: 20px 20px 15px;
	    border-radius: 10px;
	}
	.section08_center {
	    max-width: 95%;
	    padding-left: 20px;
	    box-sizing: border-box;
	}
	.section08_cl {
	    width: auto;
	    float: none;
	}
	.section08_cr {
	    width: auto;
	    float: none;
	}
	.section08_module {
	    padding-left: 42px;
	    padding-right: 20px;
	    padding-top: 7px;
	    padding-bottom: 30px;
	    left: -1px;
	}
	.section08_time_img {
	    left: -22px;
	}
	.section08_time_img img {
	    width: 41px;
	}
	.section08_time span {
	    font-size: 1.8rem;
	}
	.section08_m_text {
	    font-size: 2.0rem;
	}
	.pdb30{
		padding-bottom: 30px;
	}
	.pdt75{
		display: none;
	}
	.section08_module_r {
	    border-left: 3px dotted #707070;
	    border-right: none;
	    left: -1px;
	    right: 0px;
	    padding-left: 42px;
	    padding-right: 20px;
	    padding-top: 7px;
	    padding-bottom: 30px;
	}
	.section08_time_img_r {
	    left: -22px;
	    right: auto;
	}
	.section08_time_r {
	    text-align: left;
	}
	.section08_m_text_r {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 0px;
	}
	.border_r_none{
		border-right: none;
		border-left: 3px dotted transparent;
	}
	.section08_m_img_r img {
	    margin: 0 auto 0 0;
	}
	.section09_box {
	    padding: 75px 0 75px;
	}
	.module_banner_R_title {
	    font-size: 2.2rem;
	    padding-bottom: 5px;
	}
	.module_banner_l {
	    display: block;
	    width: auto;
	    text-align: center;
	    padding-bottom: 20px;
	}
	.module_banner_R {
	    display: block;
	    width: auto;
	    padding-left: 0;
	}
	.introduce_module_text {
	    padding-top: 30px;
	}
	.module_text {
	    padding-bottom: 30px;
	}
	.sp_float_l{
		width: 100%;
		float: left;
	}
	.sp_float_r{
		width: 100%;
		float: right;
	}
	.module_banner_sp{
		display: block;
	}
	.align_right{
		display: none;
	}
	.module_text_l {
	    width: 100%;
	    padding-bottom: 20px;
	}
	.module_text_c {
	    width: 100%;
	    padding: 0 0 20px;
	}
	.module_text_r {
	    width: 100%;
	}
	.pd_none{
		padding: 0;
	}
	.mgt80 {
	    margin-top: 60px;
	}
	.pd_right {
	    padding-right: 0%;
	}
	.section10_box {
	    padding: 75px 0 65px;
	}
	.section10_title {
	    padding-bottom: 30px;
	}
	.section10_module {
	    float: none;
	    width: auto;
	}
	.section10_module:nth-child(2n) {
	    float: none;
	}
	.section10_m_title {
	    width: 95%;
	}
	.section11_module {
	    width: 45%;
	    padding-bottom: 40px;
	}
	.section11_module:nth-child(3n-1) {
	    width: 45%;
	    padding: 0 0% 40px;
	}
	.section11_module:nth-child(2n) {
	    float: right;
	}
	.section11_m_title span {
	    font-size: 2.0rem;
	}
	.section12_module {
	    width: auto;
	    float: none;
	}
	.section12_module:nth-child(2n) {
	    float: none;
	}
	.section12_m_title {
	    font-size: 2.0rem;
	    padding: 10px 20px 8px 40px;
	    width: 400px;
	    left: -20px;
	}
	.section12_m_title span {
	    font-size: 3.0rem;
	}
	.section12_m_text {
	    padding: 35px 0 30px 20px;
	    border-left: 3px solid #5a88c6;
	    border-bottom: 3px solid #5a88c6;
	    position: relative;
	    top: -4px;
	    font-size: 1.6rem;
	    text-align: justify;
	}
	.section12_content {
	    max-width: 95%;
	    box-sizing: border-box;
	    padding-left: 20px;
	}
	.section12_content02 {
	    max-width: 95%;
	    box-sizing: border-box;
	    padding-left: 20px;
	}
	.section13_content01 {
	    border: 5px solid #d2d2d2;
	    padding: 30px 25px;
	}
	.section13_subtitle img {
	    max-width: 70%;
	}
	.section13_subtitle02 {
	    font-size: 2.0rem;
	    line-height: normal;
	}
	.section13_module {
	    width: 50%;
	}
	.section13_log_l {
	    width: 70px;
	    border-left: 5px solid #274b97;
	    border-right: 5px solid #274b97;
	    border-top: 9px solid #274b97;
	    border-bottom: 9px solid #274b97;
	}
	.section13_log_l p {
	    font-size: 3.0rem;
	}
	.section13_log_r {
	    border-top: 9px solid #274b97;
	    border-bottom: 9px solid #274b97;
	    border-right: 9px solid #274b97;
	}
	.section13_arrowY:after {
	    left: 33%;
	}
	.section13_arrowY:before, .section13_arrowG:before {
	    left: 45%;
	}
	.section13_arrowY:before {
	    border-bottom: 5.0vw solid #ac974c;
	    border-left: 4.8vw solid transparent;
    		border-right: 4.8vw solid transparent;
	    top: -4.9vw;
	}
	.section13_arrowY:after {
	    border-top: 5.0vw solid #ac974c;
	    border-left: 4.8vw solid transparent;
    		border-right: 4.8vw solid transparent;
	    bottom: -4.9vw;
	}
	.section13_arrowG:before {
	    border-bottom: 5.0vw solid #1f974f;
	    border-left: 4.8vw solid transparent;
    		border-right: 4.8vw solid transparent;
	    top: -4.9vw;
	}
	.section13_ico {
	    left: 60%;
	    width: 30%;
	    top: -7vw;
	}
	.section13_logistics02 {
	    margin-top: 4.7vw;
	}
	
	
}

@media only screen and (max-width:480px) {
	/*--------------*/
	.mv {
		display: none;
	}
	.mv_sp {
		display: block;
	}
	
	.mv_sp img {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}
	.section01 {
	    background: none;
	   	position: relative;
	}
	.section01:before{
		content: "";
		position: absolute;
		height: 50%;
		width: 100%;
		bottom: 0;
		left: 0;
		background: url(../img/recruit_img12.png);
	}
	.section01_box {
	    padding: 40px 0;
	}
	.section01_box div{
		width: auto;
		float: none;
	}
	.section01_box div:nth-child(2){
		padding: 20px 0;
	}
	.section01_box div img{
		max-width: 80%;
		margin: 0 auto !important;
	}
	.section02 {
	    padding: 40px 0;
	}
	.section02_center {
	    border-top: 6px solid #274b97;
	    background-color: #FFFFFF;
	    padding: 20px 10px;
	}
	.section02_txt div:nth-child(1) {
	    font-size: 1.8rem;
	    border-bottom: 3px solid #2e5c9a;
	}
	.section02_txt div:nth-child(2) {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	.section02_cr {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.section03 {
	    padding: 40px 0 40px;
	}
	.section03_cl {
	    display: block;
	    padding-right: 0px;
	}
	.section03_cr {
	    display: block;
	    width: auto;
	    padding-top: 10px;
	}
	.section03_cl p:nth-child(1) {
	    font-size: 2.2rem;
	    padding-bottom: 10px;
	}
	.section03_cl p:nth-child(2) {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	.section04 {
	    padding: 40px 0;
	}
	.section04_box {
	    padding: 20px 20px;
	}
	.section04_text {
	    padding-top: 10px;
	}
	.section04_text p:nth-child(1) {
	    font-size: 2.0rem;
	    padding-bottom: 10px;
	}
	.section04_title p:nth-child(1){
		font-size: 5.0vw;
	}
	.section04_title p:nth-child(2){
		font-size: 9.0vw;
		padding-top: 10px;
	}
	.section04_title p:nth-child(2) span:nth-child(2){
		font-size: 6.0vw;
	}
	.section04_text p:nth-child(2) {
	    font-size: 1.4rem;
    		line-height: 2.0rem;
	}
	.section05_bg {
	    padding-top: 70px;
	    padding-bottom: 40px;
	}
	.section05_box {
	    padding-top: 20px;
	}
	.section05_title02 {
	    font-size: 1.8rem;
	    padding: 15px 15px 10px;
	    border-radius: 5px;
	}
	.section05_textl p {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	.section05_textr {
	    padding-top: 10px;
	}
	.section05_textr img{
		width: 180px;
	}
	.section05_optext p {
	    font-size: 1.4rem;
	}
	.section05_option_left {
	    padding: 20px 20px 20px 0;
	}
	.section06_title {
	    font-size: 1.8rem;
	    padding: 15px 15px 10px;
	    border-radius: 5px;
	}
	.section06 {
	    padding: 40px 0;
	}
	.section06_text {
	    padding-top: 20px;
	    padding-bottom: 30px;
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	.section06_img {
	    padding-top: 20px;
	}
	.section07_l,.section07_r{
		float: none;
		width: auto;
	}
	.section07_l_title p {
	    font-size: 1.8rem;
	    width: 80%;
	}
	.section07_l_link {
	    height: 136px;
	}
	.section07_link_box img {
	    width: 40px;
	    position: relative;
	    top: -3px;
	}
	.section07_link_box span {
	    font-size: 3.5rem;
	    padding-left: 5px;
	}
	.section07_link_box02 span {
	    font-size: 2.6rem;
	}
	.section08 {
	    padding: 40px 0;
	}
	.section08_center {
	    padding-top: 20px;
	}
	.section08_cl {
	    padding-top: 30px;
	}
	.section08_module {
	    padding-left: 32px;
	    padding-right: 20px;
	    padding-bottom: 20px;
	}
	.section08_m_text {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	    padding-top: 15px;
	}
	.section08_m_img {
	    padding-top: 10px;
	}
	.career_introduce {
	    padding-top: 30px;
	}
	.module_text_title {
	    padding-bottom: 10px;
	    font-size: 1.6rem;
	    line-height: normal;
	}
	
	.banner_R_txt_btn {
	    width: 60px;
	}
	.mgt80 {
	    margin-top: 40px;
	}
	.module_banner_R_title {
	    font-size: 1.8rem;
	    padding-bottom: 5px;
	}
	.module_banner_R_txt {
	    padding-top: 10px;
	}
	.banner_R_txt_name p:nth-child(1) {
	    font-size: 1.4rem;
	}
	.banner_R_txt_name p:nth-child(2) {
	    font-size: 1.6rem;
	}
	.section09_box {
	    padding: 40px 0;
	}
	.section10_box {
	    padding: 40px 0 30px;
	}
	.section10_title {
	    padding-bottom: 20px;
	}
	.section10_m_title span {
	    font-size: 2.0rem;
	    font-weight: bold;
	}
	.section10_m_title {
	    height: 48px;
	}
	.section10_module {
	    padding-top: 24px;
	    margin-bottom: 40px;
	}
	.section10_m_text {
	    padding: 45px 20px 20px;
	}
	.section11 {
	    padding: 40px 0 40px;
	}
	.section11_content {
	    padding-top: 30px;
	}
	.section11_module {
		float: none;
	    width: auto;
	    padding-bottom: 20px;
	}
	.section11_module:nth-child(3n-1) {
	    width: auto;
	    padding-bottom: 20px;
	}
	.section11_module:nth-child(2n) {
		float: none;
	    width: auto;
	    padding-bottom: 20px;
	}
	.section11_m_text {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	.section12_m_title {
	    font-size: 1.8rem;
	    padding: 10px 10px 8px 30px;
	    width: 100%;
	    left: -20px;
	}
	.section12_m_title span {
	    font-size: 2.3rem;
	}
	.section12_m_text {
	    padding: 25px 0 20px 15px;
	    border-left: 3px solid #5a88c6;
	    border-bottom: 3px solid #5a88c6;
	    position: relative;
	    top: -4px;
	    font-size: 1.4rem;
	    text-align: justify;
	    line-height: 2.0rem;
	}
	.section12_module {
	    margin-bottom: 20px;
	}
	.section12 {
	    padding-bottom: 40px;
	}
	.section12_m_title:before{
		content: "";
		width: 40px;
		height: 15px;
		background: url(../img/recruit_img64.png);
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: -15px;
		left: 40%;
	}
	.section13_box {
	    padding: 40px 0 40px;
	}
	.section13_content01 {
	    border: 3px solid #d2d2d2;
	    padding: 20px 20px;
	}
	.section13_subtitle img {
	    max-width: 100%;
	}
	.section13_subtitle02 {
	    font-size: 1.8rem;
	}
	.section13_c {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	    text-align: justify;
	}
	.section13_module {
	    width: 100%;
	}
	.section13_arrowY:after {
	    left: 15%;
	}
	.section13_arrowY:before, .section13_arrowG:before {
	    left: 35%;
	}
	.section13_logistics02 {
	    margin-top: 10vw;
	}
	.section13_arrowY:before {
	    border-bottom: 12vw solid #ac974c;
	    border-left: 10vw solid transparent;
	    border-right: 10vw solid transparent;
	    top: -11vw;
	}
	.section13_arrowY:after {
	    border-top: 12vw solid #ac974c;
	    border-left: 10vw solid transparent;
	    border-right: 10vw solid transparent;
	    bottom: -11vw;
	}
	.section13_arrowG:before {
	    border-bottom: 12vw solid #1f974f;
	    border-left: 10vw solid transparent;
	    border-right: 10vw solid transparent;
	    top: -11vw;
	}
	.section13_ico {
	    left: 58%;
	    width: 41%;
	    top: -11vw;
	}
	.chb {
	    width: auto;
	    display: block;
	}
	.other_career {
	    width: auto;
	    display: block;
	}
	.contact_checkbox .ckb {
	    position: relative;
	    display: block;
	    float: none;
	    width: auto;
	    margin-right: 0px;
	}
	.fbtns a {
	    font-size: 1.4rem;
	}
}
.updateImg{
	width: 100%;
	float: left;
	font-size: 0;
	text-align: center;
	padding-left: 5px;
	margin-top: 23px;
}
.updateImg img{
	display: inline-block;
	width: 100%;
	max-width: 748px;
}
@media only screen and (max-width:999px) {
	.updateImg{
		padding: 0 15px;
		box-sizing: border-box;
		margin-top: 20px;
	}
	.section13_log_l{
		vertical-align: middle;
	}
}