@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
font-style
--------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}
.roboto{font-family: 'Roboto', sans-serif;}

/*--------------------------------------------------
page_btn
--------------------------------------------------*/
.link_btn a {
    font-size: 16px;
	font-weight: bold;
	color: #074d8e;
	letter-spacing: 0.04em;
    text-decoration: none;
    padding: 20px;
    max-width: 360px;
	width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 50px;
	border: solid 1px #074d8e;
    display: block;
	transition: 0.7s;
	box-sizing: border-box;
}
.link_btn a:hover{
	color: #fff;
    width: 360px;
    background: #074d8e;
}

/*--------------------------------------------------
layout
--------------------------------------------------*/
#wrap {
	width: 100%;
    display: inline-block;
	color: #000;
	position: relative;
    background: #f8fafc;
}
#content {
    text-align: center;
    width: 100%;
	padding: 80px 0 0 0;
	box-sizing: border-box;
}
.inner_contet {
    padding: 0 40px;
}
.h_right a {
    font-size: 21px;
	font-size: 1.7vw;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 16px 10px;
    background: #f27246;
    border-radius: 5px;
    text-decoration: none;
}
.h_right a:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.h_right a img {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -4px;
}
.media_pc{
	display: block;
}
.media_sp{
	display: none;
	}

@media screen and (min-width:1200px){
.h_right a {
    font-size: 21px;
}
}

@media screen and (max-width:768px){
#content {
    padding-top: 58px;
}	
.h_left {
    width: 17%;
	}
.h_right {
    display: none;
}
.media_pc{
	display: none;
}	
.media_sp{
	display: block;
	}	
.inner_contet {
    padding: 0 10px;
}	
.inner_contet.page03 {
    padding: 0 10px 0 10px;
}	
}

/*--------------------------------------------------
layout
--------------------------------------------------*/
.main {
	position: relative;
}
.bread_list_ul {
    display: flex;
    margin: 20px auto 0 auto;
    max-width: 1100px;
}
.bread_list_li {
    font-size: 13px;
	margin-right: 10px;
}
.bread_list_li a {
    text-decoration: none;
    color: #888;
}
.bread_list_li a::after {
    content: ">";
    margin-left: 5px;
}


@media screen and (min-width:1200px){
}
@media screen and (max-width:768px){
.bread_list_ul {
    display: none;
}	
}

@media screen and (max-width:414px){
}

/*--------------------------------------------------
common
--------------------------------------------------*/

.h2_title {
    font-size: 38px;
	font-size: 3.1vw;
    font-weight: 700;
	text-align: center;
	line-height: 1.5;
	position: relative;
	letter-spacing: 0.1em;
	padding-bottom: 28px;
	margin-bottom: 60px;
}
.h2_title:after{
	content: "";
	width: 100px;
	height: 4px;
	background-image: url("../images/icn_accent.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	margin: auto;
}
.h3_title_style {
    font-size: 32px;
	font-weight: 500;
    color: #212121;
    text-align: left;
    padding-bottom: 13px;
    border-bottom: solid 3px #707070;
	position: relative;
	margin-bottom: 50px;
}
.h3_title_style:before {
	content: "";	
	width: 180px;
	height: 3px;
	background: #074d8e;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.h4_title_style {
    font-size: 26px;
    color: #074d8e;
    font-weight: 500;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: solid 2px #074d8e;
}
.h4_title_style02::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #074d8e;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
}
.h4_title_style02::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #074d8e;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}
.h4_title_style02 {
	font-size: 24px;
    font-weight: 600;
    text-align: left;
    background: #e0ebf6;
    padding: 10px 20px;
    position: relative;
	margin-bottom: 46px;
}
.txt_col_or {
    color: #ff8200;
}
.flex_box {
    display: flex;
}
.ju_bw {
    justify-content: space-between;
}
.item_center {
    align-items: center;
}
.item_top {
    align-items: flex-start;
}
.section_inner {
    max-width: 1100px;
    margin: 0 auto 120px auto;
}
.d_block {
    display: block;
}
.u_line{
    background: linear-gradient(transparent 70%, #f4e029 70%);
}
.note_wrap {
    display: flex;
    justify-content: end;
}
.note_wrap.align_left {
    justify-content: flex-start;
}
.note {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
}
.bg_gy{
	background: #f5f5f5;
}
.bg_or{
	background: #fba052;
}
img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:1200px){
.h2_title {
    font-size: 38px;
}
}

@media screen and (max-width:768px){
.h2_title {
    font-size: 24px;
    letter-spacing: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.h2_title::after {
    width: 30px;
	}	
.note {
    font-size: 11px;
	}
.section_inner {
    margin: 0 auto;
}	
.sec02_list_li {
    padding: 10px 0 40px 0;
}	
.h3_title_style {
    font-size: 20px;
    margin-bottom: 30px;	
}
.h4_title_style {
    font-size: 18px;
	}
.flex_box {
    display: block;
}
.h4_title_style02 {
    font-size: 17px;
    font-weight: 500;
    padding: 6px 10px;
    position: relative;
    margin-bottom: 20px;
}	
.mean-container .mean-nav ul {
    padding: 10px 0 20px 0 !important;
}	
}



/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.h_logo {
    width: 30%;
    padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.05em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
  }
  .h_logo {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
/*  #header {
    height: 80px;
  }*/
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: #074d8e;
	height: 80px;
  }
  #gNav ul {
    position: relative;
    display: flex;
	justify-content: flex-end;
  }
  #gNav li {
    position: relative;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
	width: 100%;
    position: relative;
    display: block;
    text-align: center;
/*    line-height: 80px;*/
	border-right: solid 1px #fff;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
  }
	#gNav li:last-child a{
		border: none;
	}	
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    /*margin-left: -100px;*/
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
/*  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    opacity: 0.7;
  }
	#gNav ul > li:hover{
	 opacity: 0.7;	
	}*/
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #e60012;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
.nav_li {
    text-align: center;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.nav_li img {
    display: inline-block;
}
.nav li:last-child{
    border-right: none;
	}	
.h_nav {
    background: #074d8e;
    width: 85%;
}	
.nav_li a {
    color: #fff;
    text-decoration: none;
}	
}

@media screen and (max-width:768px){
	nav li a {
    font-size: 15px;
	}
}

/*--------------------------------------------------
main
--------------------------------------------------*/
.content_main {
    width: 100%;
    position: relative;
}
.main_content_l {
    position: absolute;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
	padding-left: 5%;
}
.h1_lead_wrap {
    text-align: center;
    font-size: 40px;
	font-size: 3vw;
    font-weight: 600;
    line-height: 1.6;
	white-space: nowrap;
/*    position: absolute;
    top: 20%;
    left: 10%;
*/    color: #074d8e;
}
.h1_lead_wrap span {
    display: block;
    text-align: center;
    font-size: 80%;
    line-height: 1.4;
    margin-top: 8px;
}
.h1_lead_wrap span span {
    font-size: 40px;
}
.main_btn_wrap {
    margin-top: 32px;
}
/*.main_btn_wrap {
    position: absolute;
    top: 70%;
    left: 10%;
}
*/.main_txt {
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #074d8e;
    padding: 1px 0 1px 10%;
}


@media screen and (min-width:1200px){
.h1_lead_wrap {
    text-align: center;
    font-size: 40px;
	}	
}

@media screen and (max-width:768px){
.main_btn_wrap {
    /*width: 160px;*/
	display: none;
}
.main_txt {
    font-size: 10px;
	}
.h1_lead_wrap {
    top: inherit;
    bottom: 30px;
    font-size: 26px;
    left: 30px;
    margin: auto;
    font-weight: 600;
}
.h1_lead_wrap span {
    margin-top: 0;
}
.h1_lead_wrap span span {
    font-size: 28px;
}	
.main_content_l {
    position: absolute;
    width: 100%;
    bottom: 40px;
	top: inherit;
    transform: inherit;
    -webkit- transform: inherit;
    padding-left: 0;
}	
	
}

@media screen and (max-width:414px){
.h1_lead_wrap {
    top: inherit;
    bottom: 30px;
    font-size: 20px;
	}
.main_content_l {
    bottom: 20px;
	}

.h1_lead_wrap span {
    margin-top: 0;
}	
.h1_lead_wrap span span {
    font-size: 23px;
}		
}


/*--------------------------------------------------
sec01
--------------------------------------------------*/
#sec01 {
    padding: 80px 0 0;
}
.t_sec01_list_ul {
    display: flex;
    justify-content: space-between;
}
.t_sec01_list_li {
    text-align: center;
    width: calc((100% - 100px) / 3);
    box-sizing: border-box;
	position: relative;
	background: #fff;
}
.t_sec01_list_d{
    background: #074d8e;
    padding: 40px 20px;
	box-sizing: border-box;
}
.t_sec01_title {
    font-size: 24px;
	line-height: 1.6;
	font-weight: 600;
    color: #fff;
	letter-spacing: 0.04em;
}
.t_sec01_icn {
    padding: 30px 0;
}
.t_sec01_txt {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.t_sec01_txt span{
	font-weight:600;
}
.t_sec01_list_d02 {
    padding: 20px;
}
.t_sec01_txt02 {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}
p.t_sec01_txt02 span {
    color: #074d8e;
}
.t_sec01_btn a {
    font-size: 16px;
    color: #074d8e;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #074d8e;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
	position: relative;
}
.t_sec01_btn a:after{
	content: "";
	width: 10px;
	height: 10px;
	background-image: url("../images/arrow_tokucho.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}


@media screen and (max-width:768px){
#sec01 {
    padding: 40px 10px 70px 10px;
}
.t_sec01_list_ul {
    display: block;
}	
.t_sec01_list_li {
    width: 90%;
    margin: 0 auto;
}	
.t_sec01_list_d {
    background: #074d8e;
    padding: 20px;
}
.t_sec01_title {
    font-size: 20px;
	line-height: 1.3;
	}
.t_sec01_icn {
    padding: 20px 0;
}
.t_sec01_txt {
    font-size: 16px;
	}
.t_sec01_list_d02 {
    padding: 20px;
}	
.t_sec01_txt02 {
    font-size: 16px;	
	}
.t_sec01_list_li {
    margin-bottom: 20px;
}
.t_sec01_list_li:last-child{
    margin-bottom: 0;
}	
.t_sec01_txt02 {
    height: auto !important;
}	
}


/*--------------------------------------------------
sec02
--------------------------------------------------*/
#sec02 {
    padding: 80px 0 120px 0;
    background: #fff;
}
.lead_info_wrap {
    max-width: 800px;
    margin: 80px auto;
    background: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    border: solid 1px #074d8e;
    box-shadow: 8px 8px #074d8e;
	position: relative;
}
.lead_info_wrap::before {
    content: "";
    border: solid 12px transparent;
    border-top: solid 12px #074d8e;
    transform: rotate(135deg);
    position: absolute;
    top: -12px;
    left: -12px;
}
.h4_lead_intro {
    font-size: 23px;
    font-weight: 600;
	line-height: 1.3;
    color: #074d8e;
    margin-bottom: 30px;
}
.lead_txt_intro {
    font-size: 18px;
    font-weight: 500;
	color: #074d8e;
    line-height: 1.6;
}
.profile_content_wrap {
    margin-top: 24px;
}
.profile_dl {
    font-size: 18px;
    text-align: left;
	display: flex;
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
}
.profile_dl:nth-child(1) {
    border-top: solid 1px #ccc;
}
.profile_dt {
	width: 24%;
    font-size: 18px;
    font-weight: 600;
	line-height: 2;
    color: #074d8e;
}
.profile_dd {
    line-height: 2;
}
.profile_wrap {
    width: 57%;
}
.profile_image_ul {
    width: 39%;
}
.profile_image_li:nth-child(1) {
    margin-bottom: 40px;
}

@media screen and (max-width:768px){
	.h4_lead_intro {
    font-size: 18px;
	}
.lead_txt_intro {
    font-size: 16px;
	line-height: 1.6;
	}
.profile_wrap {
    width: 100%;
}
.profile_dl {
    display: block;
    font-size: 16px;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}	
.profile_dt {
    width: 100%;
    font-size: 16px;
	}
.profile_dd {
    line-height: 1.6;
}
.profile_image_li:nth-child(1) {
    margin-bottom: 20px;
}
.profile_image_ul {
    width: 100%;
}
.lead_info_wrap {
    margin: 40px auto;
    padding: 20px 20px;
    box-shadow: 6px 6px #074d8e;
	}
#sec02 {
    padding: 0 10px 120px 10px;
}	
}



/*--------------------------------------------------
sec03
--------------------------------------------------*/
.h5_title_salary {
    font-size: 21px;
	font-weight: 600;
    color: #fff;
	line-height: 1.3;
    background: #074d8e;
    padding: 13px 10px 13px 40px;
    box-sizing: border-box;
    position: relative;
	margin-left: 40px;
	margin-bottom: 35px;
}
.h5_title_salary:after{
	content: "";
	width: 64px;
	height: 64px;
	background-image: url("../images/icn_skill_check.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lead_txt_salary {
    font-size: 18px;
	line-height: 1.3;
    font-weight: 600;
    text-align: left;
}
.salary_list_ul {
	text-align: left;
    margin-top: 45px;
	margin-bottom: 80px;
}
.salary_list_txt {
    font-size: 18px;
    font-weight: 600;
    color: #074d8e;
    padding: 10px 15px;
    border: solid 2px #074d8e;
    display: inline-block;
	margin-left: 120px;
	position: relative;
}
.salary_list_txt span {
    color: #d71618;
}
.salary_list_txt::before{
	content: "";
	width: 31px;
	height: 35px;
	background: url("../images/arrow_skill_r.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.salary_list_li {
    margin-bottom: 40px;
}
.salary_list_li:last-child {
    margin-bottom: 0;
}
.arrow_salary {
    margin: 30px auto 8px auto;
}
.salary_note {
    text-align: left;
    font-size: 13px;
    margin-top: 5px;
}
.salary_note img {
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width:768px){
.lead_txt_salary {
    font-size: 15px;
	}
.h5_title_salary {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}	
.salary_list_txt {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-left: 40px;
    position: relative;
}
.salary_d_right {
    margin-top: 20px;
}	
.salary_note {
    padding-left: 30px;
}	
}

/*--------------------------------------------------
sec04
--------------------------------------------------*/
.program_d_content {
    max-width: 900px;
    margin: 0 auto;
	border: solid 2px #074d8e;
	padding: 50px 40px 40px 40px;
	box-sizing: border-box;
	position: relative;
}
.program_title {
	width: 45%;
    font-size: 18px;
    font-weight: 600;
	color: #fff;
    text-align: center;
    background: #074d8e;
    padding: 16px 10px;
    display: inline-block;
}
.program_title {
    position: absolute;
    top: -26px;
    left: -2px;
}
.program_list_li {
    font-size: 20px;
    line-height: 2;
    text-align: left;
}

@media screen and (max-width:768px){

.program_d_content {
    padding: 30px 20px 20px 20px;
	}
.program_title {
    width: 70%;
    font-size: 16px;
    padding: 12px 10px;
    display: block;
    text-align: left;
}	
.program_list_li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}	
}


/*--------------------------------------------------
info
--------------------------------------------------*/
.info_list_content{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    border: solid 0.5px #dbe8f4;
    margin-bottom: 20px;
    background: #fff;
    text-decoration: none;
    color: #000;
}
.info_list_li a {
    text-decoration: none;
}
.info_list_li a:hover {
    opacity: 0.6;
}
.up_date {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
}
.info_list_img {
    width: 20%;
}
.info_list_details {
    width: 77%;
    text-align: left;
}
.info_list_title {
    font-size: 18px;
	line-height: 1.3;
    font-weight: 500;
	margin-bottom: 20px;
	margin-top: 10px;
}
.info_d_list_li {
    font-size: 13px;
	margin-right: 20px;
}
.info_d_list_li:last-child{
	margin-right: 0;
}
.info_d_list_li span{
	color: #074d8e;
}
.info_d_list_ul {
    display: flex;
    background: #dbe8f4;
    padding: 10px;
}
.info_btn a {
    font-size: 16px;
	font-weight: bold;
    color: #074d8e;
	letter-spacing: 0.04em;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #074d8e;
    padding: 16px 80px 16px 80px;
    border-radius: 50px;
    position: relative;
	background: #fff;
	transition: 0.7s;
}
.info_btn a:hover {
    font-size: 16px;
    color: #fff;
	background: #074d8e;
}
/*.info_btn a:after{
	content: "";
	width: 10px;
	height: 10px;
	background-image: url("../images/arrow_tokucho.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	transform: rotate(-90deg);
}
*/
@media screen and (max-width:768px){
.info_list_title {
    font-size: 16px;
	margin-bottom: 10px;
	}
.info_d_list_ul {
    display: block;
	}
.info_d_list_li {
    font-size: 13px;
    margin-right: 0;
    line-height: 1.3;
	margin-bottom: 5px;
}
.info_d_list_ul {
    padding: 10px 10px 20px 10px;
}	
.up_date {
    bottom: 20px;
    right: 20px;
}	
.info_list_content {
    display: block;
	}
.info_list_img {
    width: 100%;
}
.info_list_details {
    width: 100%;
	}
}



/*--------------------------------------------------
sec06
--------------------------------------------------*/
.intro_txt {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    font-weight: 500;
}
.intro_list_ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.intro_list_li {
    width: 48%;
}

@media screen and (max-width:768px){
.intro_txt {
    font-size: 16px;
	}
.intro_list_ul {
    margin-top: 20px;
    display: block;
	}
.intro_list_li {
    width: 100%;
    margin-bottom: 10px;
}	
}


/*--------------------------------------------------
single_recruit
--------------------------------------------------*/
.page_content #sec01{
    padding: 40px 0 50px;
}
#wrap .single_recruit {
    background: #ffffff;
}
.s_recruit_list_title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
	line-height: 1.3;
    margin-bottom: 40px;
    border-left: solid 5px #666;
    padding-left: 10px;
}
.s_recruit_list_ul {
    width: 800px;
    margin: 40px auto;
    text-align: left;
}
.s_recruit_list_li {
    font-size: 16px;
    line-height: 1.6;
}
.single_recruit th {
	width: 20%;
	font-weight: bold;
    background: #efeff1;
    padding: 10px;
	white-space: nowrap;
	text-align: left;
	box-sizing: border-box;
}
.single_recruit td {
	width: 80%;
    border: solid 1px #efeff1;
	padding: 10px 20px;
	box-sizing: border-box;
}
.single_recruit table {
	width: 100%;
    font-size: 16px;
    line-height: 1.6;
	border-collapse: separate;
	border-spacing: 8px;
	margin-top: 32px;
}
.td_in {
    border-bottom: solid 1px #efeff1;
    padding: 10px 0;
}
.td_in:last-child {
    border-bottom: none;
}
.single_recruit .img_area img {
    width: 100%;
}


@media screen and (max-width:768px){
.single_recruit table {
    border-spacing: 0 10px;
	margin-top: 20px;
	}
.single_recruit td {
    padding: 5px 10px;
    width: 100%;
    display: block;
}
.single_recruit th {
    padding: 5px 10px;
    display: block;
    width: 100%;
}		
.single_recruit .inner_contet.page03 {
    padding: 0 10px 100px 10px;
}	
.s_recruit_list_title {
    margin-bottom: 20px;
	}
}


/*--------------------------------------------------
page_recruit
--------------------------------------------------*/
.page_recruit {
    background: #fff;
}
.page_recruit {
    padding-bottom: 800px !important;
}




/*--------------------------------------------------
sec09
--------------------------------------------------*/


/*--------------------------------------------------
sec10
--------------------------------------------------*/


/*--------------------------------------------------
footer
--------------------------------------------------*/
footer {
    background: #074d8e;
    text-align: center;
    padding: 40px 0 20px 0;
}
.footer_list_ul {
    display: flex;
    justify-content: center;
	margin-bottom: 40px;
}
.footer_list_li {
	margin-right: 20px;
}
.footer_list_li:last-child {
	margin-right: 0;
}
.footer_list_li:last-child {
	border-right: none;
}
.footer_list_li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.footer_list_li a img{
	vertical-align: middle;
	margin-right: 5px;
}
address {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width:768px){
footer {
    padding: 20px 0 20px 0;
	}
.footer_list_li a {
    font-size: 12px;
	}	
}

/*--------------------------------------------------
top 
--------------------------------------------------*/
#pageTop {
   position: fixed;
      bottom: 20px;
      right: 10px;
    }
#pageTop a {
      display: block;
      z-index: 999;
      text-decoration: none;
      text-align: center;
    }
#pageTop a:nth-child(1) {
    margin-bottom: 10px;
}
#pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
    }
@media screen and (max-width:768px){
#pageTop img {
    width: 32px;
}
	
}

/*--------------------------------------------------
floating
--------------------------------------------------*/
#footer_btn {
    position: absolute;
    bottom: 238px;
    right: 10px;
}
#footer_btn a {
    display: block;
}
#footer_btn a.media_sp {
    display: none;
}
#footer_btn a.media_pc {
    display: block;
}
.footer_btn_l a:nth-child(1) {
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
#footer_btn a.media_sp {
    display: block;
}	
#footer_btn a.media_pc {
    display: none;
}	
#footer_btn {
	width: 100%;
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	text-align: center;
	background: #e60012;
	padding: 10px 40px;
	box-sizing: border-box;
}
#footer_btn img {
	max-width: 100%;
}
.footer_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}	
.footer_btn_l {
    width: 81%;
	margin-right: 4%;
	position: relative;
}	
.footer_btn_l img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_btn_r {
    width: 15%;
    text-align: right;
}	
.footer_btn_r a img {
    border: solid 1px #fff;
    border-radius: 8px;
}
.footer_btn_r img {
    width: 50px;
}
.footer_btn_l a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: block;
	position: relative;
    line-height: 40px;
    border: solid 1px #fff;
    border-radius: 8px;
}	
.footer_btn_l a:after {
	content: "";
	width: 8px;
	height: 18px;
	background-image: url("../images/h_btn_arrow_s.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.footer_btn_r a img {
    height: 40px;
    width: 40px;
}	
.footer_btn_l a img {
    vertical-align: middle;
    margin-left: 10px;
}	
.footer_btn_l img {
    width: 20px;
}	
.footer_list_ul {
    display: none;
}	
address {
    font-size: 10px;
}	
}

/*--------------------------------------------------
slider
--------------------------------------------------*/
.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-slide img {
    margin: 0 auto;
}
.slick-dots {
    display: none !important;
}
.prev.slick-arrow {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
	background: url("../images/btn_slider_l.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.next.slick-arrow {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
	background: url("../images/btn_slider_r.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


@media screen and (max-width:768px){
.next.slick-arrow {
    right: -10px !important;
	width: 30px;
	height: 30px;
}
.prev.slick-arrow {
    left: -10px !important;
	width: 30px;
	height: 30px;
	}
}

/*--------------------------------------------------
fadein
--------------------------------------------------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}