@charset "UTF-8";

/* パンくずリスト */
.breadcrumb_bg {
	background: #FFF;
	width: 100%;
	padding: 0;
	font-size: 16px;
	border-bottom: 1px solid #e3e3e3;
}
ul.breadcrumb {
	width: 960px;
	margin: 0 auto;
}
ul.breadcrumb li {
	display: inline-block;
	position: relative;
	*display: inline;  
   *zoom: 1;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	font-size: 0.625em;
	color: #515151;
}
ul.breadcrumb li:before {
	content: ">";
	position: absolute;
	left: 10px;
}
ul.breadcrumb li:first-child { padding-left: 20px;}
ul.breadcrumb li:first-child:before { content: none;}
ul.breadcrumb li a {
	color: #515151;
	text-decoration: underline;
}
ul.breadcrumb li a.bread_home:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 11px;
	height: 10px;
	top: 18px;
	left: 0px;
	background: url(../image/bread_home.png) left center no-repeat;
	background-size: 100%;
}
ul.breadcrumb a:hover {
	text-decoration: none;
}
.pc_no { display: none; }
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:1100px) {
   ul.breadcrumb {
      width: 100%;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
      padding-left: 30px;
      padding-right: 30px;
   }
}/*/mediaquery*/
@media screen and (max-width:768px) {
   .media_no { display: none; }
   .pc_no { display: block; }
   .breadcrumb_bg {
      border-top: 1px solid #e3e3e3;
   }
}/*/mediaquery*/

/* ~~ index_img ~~ */
.index_img {
	width: 100%;
}
.index_img img {
	width: 100%;
	height: auto;
}
/* ~~ head_img ~~ */
.head_img {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.head_img img {
	width: 100%;
	height: auto;
}
/* ~~ heading_top_lv3 ~~ */
.heading_top_lv3 {
	width: 100%;
	height: 250px;
	position: relative;
	background-position: bottom center;
   background-repeat: no-repeat;
   background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
   border-bottom: 1px solid #e3e3e3;
}
.heading_top_lv3 ul {
	width: 960px;
   margin: 0 auto;
}
.heading_top_lv3 ul li {
	font-size: 26px;
}
.heading_top_lv3 ul li span {
	font-family: CenturyGothic-Bold, "CenturyGothicStd", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
	font-weight: 300;
	display: block;
	font-size: 0.6275em;
	color: #1a4ea0;
}
.heading_top_lv3 ul li h1,
.heading_top_lv3 ul li h2 {
   margin-top: 10px;
	font-size: 1.4em;
	color: #222;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.heading_top_lv3 ul li h1:after,
.heading_top_lv3 ul li h2:after {
	content: "";
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    left: 3px;
    top: 30px;
    background: #1a4ea0;
}

@media print {
	.breadcrumb_bg,
    .heading_top_lv3 { display: none; }
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	/* ~~ lv3 ~~ */
	.heading_top_lv3 {
		height: 150px;
		background-position: top left;
	}
	.heading_top_lv3 ul {
		width: 100%;
		padding: 5%;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.heading_top_lv3 ul li {
		font-size: 16px;
	}
	.head_img {
		width: 100%;
	}
	.head_img img {
		width: 100%;
	}
	.heading_top_lv3 ul li span {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
	}
}/*/mediaquery*/

/* ~~ title ~~ */
.Top_title_bg {
	background: #1a4ea0;
	width: 100%;
	padding: 30px 0;
}
.Top_title_inner {
   width: 960px;
   margin: 0 auto;
	font-size: 16px;
}
.Top_title_inner h1 {
   color: #FFF;
	font-size: 1.7em;
	font-weight: 500;
}

@media screen and (max-width:768px) {
   .Top_title_inner { width: 100%; }
   .Top_title_inner h1 {
      font-size: 1.4em;
      line-height: 1.7em;
   }
}/*/mediaquery*/
/* ~~ border_title ~~ */
.border_title {
	padding: 30px 0;
}
.border_title h2,
.border_title p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #222;
	font-weight: 500;
	text-align: center;
}
.border_title h2:before,
.border_title p:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -7px;
	width: 36px;
	height: 1px;
	background: #b3b3b3;
	margin-right: 20px;
}
.border_title h2:after,
.border_title p:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -7px;
	width: 36px;
	height: 1px;
	background: #b3b3b3;
	margin-left: 20px;
}
.head_title {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #222;
	padding: 0;
	margin-top: 50px;
}
.head_title:after {
   content: "";
	display: inline-block;
	background: #eee;
   width: 100%;
   height: 3px;
   position: relative;
   left: 0;
   bottom: 0;
	border-radius: 2px;
}
.headline {
	color: #1a4ea0;
	font-size: 1.7em;
	font-weight: 500;
}
.headline_02 {
   background: #1a4ea0;
	color: #FFF;
   border-radius: 2px;
	font-size: 1.7em;
	font-weight: 500;
   padding: 20px 20px;
	margin: 50px 0 20px;
}
.headline_03 {
   background: #0e5faf;
	color: #FFF;
   border-radius: 2px;
	font-size: 1.7em;
	font-weight: 500;
   padding: 20px 20px;
	margin: 50px 0 20px;
}
.heading_topl {
	position: relative;
	font-size: 1.5em;
	font-weight: 400;
	color: #222;
	padding-left: 20px;
	margin: 30px 0;
}
.heading_topl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #1a4ea0;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h_border {
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: 500;
	color: #222;
	padding: 0;
	margin: 20px 0 15px;
}
.h_border:after {
   content: "";
	display: block;
	background: #222;
   width: 100%;
   height: 1px;
   position: relative;
   left: 0;
   bottom: 0;
	border-radius: 1px;
}
.h_border02 {
   height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: 500;
	color: #222;
	padding: 0;
	margin: 20px 0 15px;
}
.h_border02:after {
   content: "";
	display: block;
	background: url("../image/h_border_bg.png") no-repeat left bottom / cover;
   width: 100%;
   height: 3px;
   position: relative;
   left: 0;
}
.detail_li {
	position: relative;
	font-size: 1em;
	margin: 15px 0;
	font-weight: 400;
	color: #222;
	padding-left: 20px;
	text-decoration: underline;
}
.detail_li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #1a4ea0;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.h_border,
   .h_border02 {
      height: auto;
      padding-bottom: 15px;
      line-height: 1.2em;
   }
   .h_border:after,
   .h_border02:after {
      margin-top: 10px;
   }
	.heading_topl { font-size: 1.2em; }
	.border_title {
		padding-bottom: 30px;
	}
}/*/mediaquery*/

/* ~~ description ~~ */
.description {
	padding: 10px 0;
	margin: 15px 0 50px;
	overflow: hidden;
	font-size: 16px;
}
.description p {
	color: #222;
	line-height: 1.8em;
	font-size: 0.9375em;
	letter-spacing: .08em;
	font-weight: 300;
}
.center {text-align: center;}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.description {
		padding: 0;
	}
   .description p { font-weight: 400; }
}/*/mediaquery*/

.img_area {
	padding: 30px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 16px;
}
.img_description {
	width: 60%;
}
.img_description p {
	color: #222;
	line-height: 1.8em;
	font-size: 0.9375em;
	letter-spacing: .08em;
	font-weight: 300;
}
.img_block {
	width: 35%;
}
.img_block img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.img_area {
		display: block;
		font-size: 16px;
		padding: 15px 0 30px;
	}
	.img_description,
	.img_block { width: 100%; }
	.img_block { margin-bottom: 30px; }
}/*/mediaquery*/
/* ~~ greeting_area ~~ */
.greeting_area {
	padding: 50px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 16px;
}
.textArea {
	width: 70%;
}
.textArea p {
	color: #222;
	line-height: 1.7em;
	font-size: 0.875em;
	letter-spacing: 0.05em;
	font-weight: 300;
}
.textArea p.copy {
	line-height: 1.7em;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 300;
}
.photoArea {
	width: 25%;
}
.photoArea img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.greeting_area {
		display: block;
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 16px;
	}
	.photoArea,
	.textArea { width: 100% }
	.photoArea {
		text-align: center;
		margin-bottom: 30px;
	}
	.photoArea img { width: 80%; }
}/*/mediaquery*/

.map {
	margin: 15px 0 30px;
	padding: 0;
}
.map iframe {
	width: 100%;
	height: 450px;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.map iframe {
		max-width: 100%;
		height: 190px;
	}
}/*/mediaquery*/

/* ~~ sitemap ~~ */
.site_map {
	padding: 30px 0;
}
.site_map dl {
	line-height: 2em;
	font-size: 16px;
}
.site_map dl a:hover {
	text-decoration: underline;
}
.site_map dt {
	display: block;
	margin: 10px 0;
	font-size: 1em;
   font-weight: 500;
}
.site_map dt:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
	background: url(../image/btn_arrow_circle_222.png) no-repeat;
	background-size: 100%;
}
.site_map dt a {
	color: #222;
}
.site_map dd {
	display: block;
	font-size: 0.875em;
	color: #444;
	font-weight: 300;
	text-decoration: underline;
	margin-left: 25px;
}
.site_map dd a {
	color: #444;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:420px) {
	.site_map dl {
		font-size: 14px;
	}
}/*/mediaquery*/

/* ~~ table ~~ */
.table {
	margin: 30px 0 50px;
	padding-bottom: 30px;
	font-size: 16px;
}
.table table {
    font-size: 0.9em;
	color: #222;
	line-height: 2em;
    letter-spacing: 0.1em;
    margin: 0px;
	width: 100%;
}
.table table tr th {
	background: #f5f6f8;
	width: 20%;
	padding: 20px;
    color: #000;
	font-weight: 400;
    text-align: left;
	vertical-align: top;
	border-top: solid 1px #e3e3e3;
}
.table table tr td {
	background: #FFF;
    padding: 20px;
	color: #444;
	font-weight: 300;
    border-top: solid 1px #e3e3e3;
}
.table table tr td a {
	color:#09F ;
	text-decoration: underline;
}
.table table tr td a:hover {
	text-decoration: none;
}
.table table .last {
    border-bottom: solid 1px #e3e3e3;
}
.table table td iframe {
	width: 100%;
	height: 400px;
}
/* ul */
ul.table_li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.table_li li {
	color: #222;
	padding-left: 13px;
	background: url(../image/table_li_mk.png) left center no-repeat;
	margin-bottom: 4px;
}
/* ~~ Recruit_table ~~ */
.Recruit_table {
	margin: 15px 0;
	padding: 30px 0;
	font-size: 16px;
}
.Recruit_table dl {
	display: table;
	table-layout: fixed;
	width: 100%;
    font-size: 0.9em;
	color: #222;
	line-height: 2em;
    letter-spacing: 0.1em;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #eee;
	*overflow: auto;
}
.Recruit_table dl.last {
	border-bottom: 1px solid #eee;
}
.Recruit_table dt {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	font-weight: 500;
	color: #1a4ea0;
	background: #FFF;
	border-radius: 2px;
	padding: 13px;
	margin: 0;
	*float:left;
}
.Recruit_table dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px;
	margin: 0;
	*float:left;
	font-weight: 300;
	color: #000;
}
.Recruit_table dd iframe  {
	display: block;
	width: auto;
	height: auto;
}
@media screen and (max-width:768px) {
	.table table tr th {
		background: #f5f6f8;
		display: block;
		width: 100%;
		font-weight: bold;
		font-size: 90%;
		border-left: none; 
		border-right: none;
		border-bottom: none;
		padding: 10px;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.table table tr td {
		display: block;
		font-size: 90%; 
		padding: 10px;
		border-top: none; 
	}
	.table table tr th.last { border: none; border-top: solid 1px #eee; }
}/*/mediaquery*/

/* ~~ table ~~ */
.date01 {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.date02 {
	border-left: 1px solid #e3e3e3;
}
.date02 span {
	position: relative;
	padding-left: 15px;
}
.date02 span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #222;
	width: 3px;
	height: 100%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width:768px) {
	.date01 {
		border-top: 1px solid #e3e3e3;
	}
}/*/mediaquery*/

/* ~~ Contact_form ~~ */
.Contact_form {
	margin: 15px 0;
	padding: 0 0 50px;
	font-size: 16px;
}
.Contact_form table,
.Contact_form tbody {
	width: 100%;
}
.Contact_form th {
    color: #222;
	font-size: 1em;
	font-weight: 500;
    width: 200px;
    text-align: left;
	vertical-align: middle;
    padding: 25px 0 25px 0;
}
.Contact_form td {
	text-align: left;
    padding: 25px 0;
}
::-ms-expand {
    display: none;
}
input[type="name"],
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
	outline: none;
	width: 50%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	margin: 0;
	padding: 8px 10px;
	font-size: 15px;
}
input[type="email"] {
	margin: 5px 0;
}
input[type="name"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 2px #3498db;
    border: 1px solid #3498db;
}
textarea {
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
    box-sizing: border-box;
	margin: 0;
	padding: 15px 10px;
    outline: none;
}
.tlt{
	text-align: center;
	margin: 5px 0;
}
input[type="submit"] {
	font-size: 0.75em;
	cursor: pointer;
	padding: 15px 25px;
	background: #1a4ea0;
	border: none;
	color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="submit"]:hover {
	text-decoration: underline;
}
input[type="button"] {
	margin-left: 15px;
	font-size: 0.75em;
	cursor: pointer;
	padding: 15px 25px;
	background: #aaa;
	border: none;
	color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="button"]:hover {
	text-decoration: underline;
}
span.Contact_form_presence {
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	font-size: 0.5625em;
	margin-left: 10px;
}
span.Contact_form_presence::before {
	content: '必須';
	display: inline-block;
	background: #ed1c24;
	color: #FFF;
	border-radius: 2px;
	margin: 0;
	padding: 5px;
}
.tipped {
	font-size: 0.675em;
	color: #CCC;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.Contact_form {
		border: none;
	}
	.Contact_form table,
	.Contact_form table tbody,
	.Contact_form table tr,
	.Contact_form table th,
	.Contact_form table td {
		display: block;
		width: 100%;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.Contact_form table {
		border: none;
		padding: 0;
	}
	.Contact_form table th {
		padding: 20px 0 10px;
		border-bottom: none;
	}
	.Contact_form table td {
		padding: 10px 0 20px;
	}
	label { width: 100%;}
	input[type="name"] { width: 40%; } 
	input[type="file"],input[type="email"],input[type="text"],input[type="password"] {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	span.Contact_form_presence {
		float: none;
		margin-left: 15px;
	}
}/*/mediaquery*/

.Confirmation {
	background: #FFF;
	margin: 10px 0 80px;
	padding: 40px 50px;
	font-size: 16px;
	border-radius: 2px;
	border: 2px solid #e3e3e3;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
/* table */
.Confirmation table {
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 30px;
}
.Confirmation table th,
.Confirmation table td {
	font-size: 1em;
	padding: 30px 0;
	border-bottom: 1px dotted #e3e3e3;
}
.Confirmation table th {
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	color: #222;
	font-size: 1em;
	padding-left: 15px;
	position: relative;
}
.Confirmation table td {
	font-size: 0.9375em;
	font-weight: 300;
	color: #222;
}
.error_messe {
	color: red;
}
@media screen and (max-width:768px) {
	.Confirmation { padding: 30px;}
	.Confirmation table th {
		display: block;
		width: 100%;
		font-size: 1em;
		font-weight: 400;
		padding: 10px 10px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: none;
	}
	.Confirmation table td {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 1em;
		padding: 0px 10px 10px;
		margin-bottom: 20px;
	}
}/*/mediaquery*/

ul.index_contents {
	width: 100%;
	margin: 50px auto 20px;
	font-size: 16px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.index_contents li {
   background: #FFF;
	width: 48%;
	overflow: hidden;
	margin-bottom: 50px;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
   background-size: 50%;
	border: 1px solid #e3e3e3;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.index_contents_item {
	display: block;
	width: 100%;
	overflow: hidden;
}
ul.index_contents .image_block {
	width: 100%;
   overflow: hidden;
}
ul.index_contents .image_block img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.index_contents .title_area {
	overflow: hidden;
	line-height: 1.4em;
	font-size: 24px;
	margin-bottom: 20px;
}
ul.index_contents .title_area h2 {
	color: #222;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.09em;
   padding-bottom: 15px;
   border-bottom: 1px solid #1a4ea0;
}
ul.index_contents li:hover .title_area h2 {
	color: #1a4ea0;
}
ul.index_contents .title_area h2:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
	background: url("../image/li_arrow.svg") no-repeat center center;
   background-size: 70%;
   filter: invert(9%) sepia(9%) saturate(13%) hue-rotate(9deg) brightness(101%) contrast(89%);
}
ul.index_contents .title_area h2 {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.index_contents .title_area03 {
   display: flex;
   align-items: center;
   height: 120px;
   line-height: 1em;
	font-size: 24px;
   background-size: cover;
}
ul.index_contents .title_area03 span {
	font-family: CenturyGothic-Bold, "CenturyGothicStd", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
	font-weight: 300;
	display: block;
	font-size: 12px;
	color: #1a4ea0;
   padding-left: 30px;
}
ul.index_contents .title_area03 h2 {
	color: #222;
	font-size: 1em;
	font-weight: 500;
   padding-left: 30px;
	letter-spacing: 0.09em;
}
.home_li_bg1 { background: url("../image/Top_Thum_01.jpg") no-repeat center center; }
.home_li_bg2 { background: url("../image/Top_Thum_02.jpg") no-repeat center center; }
.home_li_bg3 { background: url("../image/Top_Thum_03.jpg") no-repeat center center; }
.home_li_bg4 { background: url("../image/Top_Thum_04.jpg") no-repeat center center; }
.home_li_bg5 { background: url("../image/Top_Thum_05.jpg") no-repeat center center; }

ul.index_contents .title_area02 h2,
ul.index_contents .title_area02 h3 {
   color: #FFF;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.09em;
}
ul.index_contents .txt_block {
	padding: 30px 30px 30px;
	overflow: hidden;
   border-top: 2px solid #1a4ea0;
}
ul.index_contents .txt_block p {
	font-size: 0.875em;
	line-height: 1.7em;
	color: #222;
	font-weight: 300;
}

/* ~~ btn_block_01 ~~ */
.btn_block_01 {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
   margin-top: 30px;
}
.btn_block_01 a {
   width: 45%;
	font-size: 0.875em;
   color: #FFF;
   font-weight: 500;
   text-align: center;
	cursor: pointer;
	padding: 15px 0;
   border-radius: 1px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_block_01 a:first-child {
   background: #1a4ea0;
}
.btn_block_01 a:nth-child(2) {
   background: #1a4ea0;
}
.btn_block_01 a:first-child:hover {
	text-decoration: underline;
}
.btn_block_01 a:nth-child(2):hover {
	text-decoration: underline;
}

a:hover .txt_block p {
	text-decoration: underline;
}
a:hover .image_block img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover ul.index_contents li { border: 10px solid #1a4ea0; }
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	ul.index_contents {
		width: 100%;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 30px 0 0;
	}
	ul.index_contents li { width: 100%; }
   ul.index_contents .txt_block p { font-weight: 400;}
}/*/mediaquery*/

/* ~~ location ~~ */
.location {
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	width: 960px;
	margin: 50px auto 0;
	font-size: 16px;
   background: #eee;
   padding: 15px;
   border-radius: 2px;
}
.location span {
	display: block;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	font-weight: 500;
	color: #222;
	padding-right: 30px;
	position: relative;
}
.location span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   transform: translate(0, -50%);
	width: 25px;
	height: 20px;
	background: url(../image/btn_arrow_222.png) no-repeat;
	background-size: 90%;
}
.location p {
	padding: 0;
	font-size: 1.8em;
	font-weight: 500;
	color: #222;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:1280px) {
	.location {
      width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
      padding-left: 5%;
      padding-right: 5%;
	}
}
@media screen and (max-width:768px) {
	.location {
		font-size: 14px;
		padding-bottom: 15px;
	}
}/*/mediaquery*/

/* ~~ entry_date ~~ */
.entry_date {
	padding: 15px 0px;
	margin: 0px auto 30px;
	overflow: hidden;
	font-size: 16px;
}
.entry_date p {
	color: #222;
	line-height: 1.5em;
	font-size: 0.9375em;
	font-weight: 400;
}
.entry_date p.call_num {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0;
	color: #1a4ea0;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.entry_date {
		font-size: 16px;
		margin: 15px auto 30px;
	}
	.entry_date .call_num {
		font-size: 100%;
		letter-spacing: 0;
		color: #1a4ea0;
	}
}/*/mediaquery*/

/* ~~ entry btn ~~ */
.entry_btn_area {
	margin: 30px 0 50px;
	font-size: 16px;
}
.entry_btn_area p {
	color: #222;
	line-height: 1.5em;
	font-size: 0.9375em;
	font-weight: 400;
}
.entry_btn_item {
	width: 40%;
}
.entry_btn_item a {
	display: block;
   background: #1a4ea0;
   background-size: 25%;
	padding: 25px 0;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #FFF;
}
.entry_btn_item a:hover {
	text-decoration: underline;
   background-size: 25%;
}

/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.entry_btn_item {
		width: 80%;
		margin: 15px auto;
	}
}/*/mediaquery*/

.check_contents,
.check_box,
.cc_ttl {
   border: 1px solid #e3e3e3;
   border-radius: 4px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.check_contents {
   padding: 0 30px;
	overflow: hidden;
	font-size: 16px;
}
.cc_ttl {
   background: #FFF;
   border-bottom: none;
   padding: 0;
   font-size: 1.6em;
	line-height: 1.4em;
	color: #222;
	font-weight: 500;
}
.cc_ttl2 {
   border-bottom: 1px solid #e3e3e3;
   padding: 10px 0;
   font-size: 1.6em;
	line-height: 1.4em;
	color: #222;
	font-weight: 500;
}
.check_box {
   background: #f8f8f8;
   border-top: none;
   text-align: center;
   padding-top: 15px;
   padding-bottom: 15px;
   margin-bottom: 50px;
}
/* チェックボックス01 */
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #222;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #7ab43b;
    border-bottom: 3px solid #7ab43b;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
@media screen and (max-width:768px) {
   .check_contents {
      padding: 10px 30px;
   }
}/*/mediaquery*/

/* ~~ entry form ~~ */
.entry_form {
	overflow: hidden;
	background: #FFF;
	margin: 30px 0 50px;
	padding: 0;
	font-size: 16px;
	border: 1px solid #e3e3e3;
   border-radius: 4px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
	border-radius: 4px;
	padding-bottom: 20px;
}
.entry_form table,
.entry_form tbody {
	width: 100%;
   background: #fcfcfc;
}
.entry_form th {
   color: #000;
	font-size: 1em;
	font-weight: 400;
   width: 30%;
   text-align: left;
	vertical-align: middle;
   padding: 25px;
   border-bottom: solid 1px #e3e3e3;
}
.entry_form td {
	text-align: left;
   padding: 25px 30px 25px;
   border-bottom: solid 1px #e3e3e3;
}
.entry_form ::-ms-expand {
   display: none;
}
.entry_form input[type="name"],
.entry_form input[type="email"],
.entry_form input[type="tel"],
.entry_form input[type="age"],
.entry_form input[type="text"],
.entry_form input[type="datetime-local"],
.entry_form input[type="date"] {
	outline: none;
	width: 50%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	margin: 0;
	padding: 8px 10px;
	font-size: 15px;
}
.entry_form input[type="age"] {
	width: 50px;
	margin-right: 15px;
}
.entry_form input[type="text"].day {
	width: auto;
}
.entry_form input[type="name"] {
	width: 150px;
	margin-right: 10px;
}
.entry_form input[type="email"] {
	margin: 5px 0;
}
.entry_form input[type="name"]:focus,
.entry_form input[type="email"]:focus,
.entry_form input[type="tel"]:focus,
.entry_form input[type="text"]:focus,
.entry_form input[type="age"]:focus,
.entry_form input[type="time"]:focus,
.entry_form input[type="datetime-local"]:focus,
.entry_form input[type="date"]:focus,
.entry_form textarea:focus {
    box-shadow: 0 0 2px #3498db;
    border: 1px solid #3498db;
}
/* 新しい入力項目（面接希望時間、希望出勤日数、希望勤務時間帯） */
.entry_form input[type="time"] {
   outline: none;
   box-sizing: border-box;
   background: #FFF;
   border: 1px solid #e3e3e3;
   border-radius: 2px;
   margin-top: 5px;
   padding: 5px;
   font-size: 15px;
}
.entry_form select {
   outline: none;
   cursor: pointer;
   position: relative;
   -webkit-appearance: none;
   appearance: none;
   display: block;
   width: 50%;
   padding: 8px 10px;
   color: #000;
   border: 1px solid #e3e3e3;
   border-radius: 2px;
   font-size: 15px;
}
.entry_form select option {
   padding: 10px;
}
.entry_form textarea {
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e2e6e8;
   box-sizing: border-box;
	margin: 0;
	padding: 15px 10px;
   outline: none;
	border-radius: 2px;
	font-size: 15px;
}
.entry_form .tlt {
	text-align: center;
	margin: 25px 0 30px;
}
.entry_form input[type="submit"] {
	-webkit-appearance: none;
	width: 200px;
	font-size: 1em;
   color: #FFF;
   font-weight: 500;
   letter-spacing: 0.1em;
	cursor: pointer;
	padding: 18px 0px;
	background: #1a4ea0;
	border: none;
   border-radius: 2px;
   box-shadow: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry_form input[type="submit"]:hover {
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry_form input[type="button"] {
	-webkit-appearance: none;
	margin-left: 15px;
	width: 200px;
	font-size: 0.9375em;
	cursor: pointer;
	padding: 18px 0px;
	background: #aaa;
	border: none;
   border-radius: 0;
	color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry_form input[type="button"]:hover {
	background: #c6c6c6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry_form span.entry_form_presence {
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	font-size: 0.5625em;
	float: right;
}
span.entry_form_presence::before {
	content: '必須';
	display: inline-block;
	background: #aaa;
	color: #FFF;
	border-radius: 2px;
	margin: 0;
	padding: 5px;
}
.entry_form_choice {
   display: inline-block;
	vertical-align: middle;
	color: transparent;
	font-size: 0.735em;
	float: right;
   background: #FFF;
	color: #222;
   border: 1px solid #222;
	border-radius: 2px;
	margin: 0;
	padding: 5px;
}
.pvtxt {
   margin: 20px 0 10px;
   padding: 15px;
	text-align: center;   
}
.pvtxt p {
   font-size: 0.875em;
   text-decoration: underline;
   color: #444;
   line-height: 1.7em;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.entry_form {
		margin: 30px 0;
	}
	.entry_form table,
	.entry_form table tbody,
	.entry_form table tr,
	.entry_form table th,
	.entry_form table td {
		display: block;
		width: 100%;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.entry_form table {
		border: none;
	}
	.entry_form table th {
		background: #f8f8f8;
		border-bottom: none;
		padding: 20px 15px 20px;
	}
	.entry_form table td {
		padding: 15px 15px 20px;
	}
	.entry_form label { width: 100%;}
	.entry_form input[type="email"],
	.entry_form input[type="text"] {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.entry_form input[type="name"] { width: 45%; }
	.entry_form span.entry_form_presence {
		float: none;
		margin-left: 15px;
	}
}/*/mediaquery*/

.Confirmation {
	background: #FFF;
	margin: 10px 0 80px;
	padding: 40px 30px;
	font-size: 16px;
	border: solid 1px #e3e3e3;
	border-radius: 4px;
   box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
/* table */
.Confirmation table {
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 30px;
}
.Confirmation table th,
.Confirmation table td {
	font-size: 1em;
	padding: 30px 0;
	border-bottom: 1px dotted #e3e3e3;
}
.Confirmation table th {
	width: 35%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
	color: #222;
	font-size: 1em;
}
.Confirmation table td {
	font-size: 0.9375em;
	font-weight: 300;
	color: #222;
}
.error_messe {
	color: red;
}
@media screen and (max-width:768px) {
	.Confirmation { padding: 30px;}
   .Confirmation table,
	.Confirmation table tbody,
	.Confirmation table tr,
	.Confirmation table th,
	.Confirmation table td {
		display: block;
		width: 100%;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.Confirmation table th {
		font-size: 1em;
		padding: 10px 0 10px;
		border: none;
	}
	.Confirmation table td {
		font-size: 1em;
		padding: 0 0 10px;
		margin-bottom: 20px;
	}
}/*/mediaquery*/

.form_breadcrumb {
   display: flex;
   font-size: 16px;
   margin: 10px 0 40px;
}
.form_breadcrumb li {
   font-size: 0.75em;
   position: relative;
   padding: 10px 0 10px 0;
   margin-right: 50px;
   text-align: center;
   color: #aaa;
}
.form_breadcrumb li.active {
   color: #222;
}
.form_breadcrumb li.active::after {
   background: #222;
}
.form_breadcrumb li::after {
   content: "";
   position: absolute;
   background: #ddd;
   height: 15px;
   width: 15px;
   border-radius: 15px;
   bottom: -15px;
   left: 50%;
   transform: translateX(-50%);
}
.form_breadcrumb li::before {
   content: "";
   position: absolute;
   background: #ddd;
   height: 1px;
   width: 30px;
   right: -56px;
   bottom: -8px;
   transform: translateX(-50%);
}
.form_breadcrumb li:last-child::before {
   content: none;
}

.sgh_ttl01 {
    background: #eaeaea;
    border-left: 5px solid #1a4ea0;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 40px;
    padding: 20px;
}
.sgh_ttl02 {
    color: #1a4ea0;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 50px;
}
.sgh_block {
    background: #e5f4ec;
    padding: 50px 40px 40px;
}
.sgh_img {
    background: #eaeaea;
    padding: 50px 30px;
    text-align: center;
}
.sgh_img img {
    width: 50%;
    height: auto;
}
.sgh_link {
    background: #eaeaea;
    padding: 50px 30px;
    margin-bottom: 70px;
}
.sgh_link a {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #1a4ea0;
    font-weight: 700;
    border: 1px solid #1a4ea0;
    background: #FFF;
    position: relative;
}
.sgh_link a:after {
    content: '▶︎';
    color: #1a4ea0;
    position: absolute;
    right: 10%;
}
@media screen and (max-width:768px) {
    .sgh_link a {
        width: 100%;
    }
}

.news_home {
   width: 100%;
   margin: 30px 0 70px;
   font-size: 16px;
   border: 10px solid #F2F2F2;
   padding-left: 50px;
   padding-right: 50px;
 	scrollbar-base-color: #F5F5F5;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.news_home_block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
}
.news_home_ttl,
.news_home_link {
   line-height: 1.5em;
   padding: 15px 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   border-bottom: 1px solid #F2F2F2;
}
.news_home_ttl {
   width: 20%;
   text-align: left;
}
.news_home_link {
   width: 80%;
}
.news_home_ttl p {
   color: #222;
   font-weight: 500;
}
.news_home_link a {
   color: 222;
}
@media screen and (max-width:1280px) {
   .news_home {
      width: 100%;
		padding-left: 50px;
		padding-right: 50px;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
   }
}
@media screen and (max-width:780px) {
   .news_home {
      width: 100%;
		padding-left: 30px;
		padding-right: 30px;
   }
}
@media screen and (max-width:768px) {
   .news_home {
      display: block;
      padding: 15px;
   }
   .news_home_block {
      display: block;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
   }
   .news_home_ttl,
   .news_home_link {
      width: 100%;
      padding: 0px;
      line-height: 1.7em;
      border: none;
   }
   .news_home_link { margin-bottom: 10px; }
}/*/mediaquery*/

/* ~~ check_point ~~ */
.check_point {
   padding: 30px;
	margin: 15px 0 100px;
	font-size: 14px;
   border: 10px solid #efefef;
   position: relative;
}
.check_point p {
   color: #222;
	line-height: 1.6em;
	font-size: 0.9375em;
	letter-spacing: .05em;
	font-weight: 300;
}
.check_point a {
   display: block;
   line-height: 1.7em;
}
p.check_p {
   display: inline-block;
   position: absolute;
   background: #FFF;
   top: -20px;
   left: 10px;
   padding: 0 15px;
   color: #222;
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: 700;
}
p.check_mk {
   color: #222;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 700;
   padding-left: 30px;
   text-indent: -30px;
}
p.check_mk:before {
   content: "";
	display: inline-block;
	background: url("../img/check_mk.png");
   background-size: 100%;
   width: 20px;
   height: 20px;
   position: relative;
   top: 4px;
   left: 0;
   margin-right: 10px;
}

/* ~~ check_point ~~ */
.point {
   padding: 30px;
	margin: 15px 0 50px;
	font-size: 16px;
   border: 10px solid #e7f3e7;
}
.point p {
   color: #222;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 700;
}
.border_box {
   padding: 30px;
   border: 10px solid #e7f3e7;
}

/* ~~ Content_box ~~ */
.Content_box {
	background: #FFF;
	margin: 30px 0 80px;
	padding: 20px 50px;
	font-size: 16px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.Content_box h3 {
	font-size: 1em;
	font-weight: 400;
	color: #222;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}
.Content_box h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #1a4ea0;
	width: 3px;
	height: 70%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Content_box p {
	font-size: 1em;
	font-weight: 300;
	color: #222;
}
/* table */
.Content_box table {
	width: 100%;
	line-height: 1.7em;
}
.Content_box table th,
.Content_box table td {
	font-size: 1em;
	padding: 30px 0;
	border-bottom: 1px solid #e3e3e3;
}
.Content_box table th {
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	color: #222;
}
.Content_box table .last { border-bottom: none; }
/* ul */
.Content_box ul li {
	line-height: 1.7em;
	color: #222;
	font-weight: 300;
	font-size: 1em;
	padding-left: 13px;
	margin-bottom: 4px;
}
@media screen and (max-width:768px) {
	.Content_box {
		padding: 30px 15px 0;
		font-size: 14px;
	}
	.Content_box table th {
		display: block;
		width: 100%;
		font-size: 1em;
		font-weight: 600;
		padding: 10px 10px 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: none;
	}
	.Content_box table th:after {
		content: none;
	}
	.Content_box table td {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0px 10px 10px;
		margin-bottom: 20px;
	}
	.Content_box table td:last { margin-bottom: 0; }
	/* ul */
.Content_box ul li { margin-bottom: 10px; }
}/*/mediaquery*/

/* ~~ Contents_img_section ~~ */
.Contents_img_section {
	margin: 50px 0;
	font-size: 16px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
.Contents_img_section_item {
	width: 50%;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.Contents_img_section_item img {
	width: 100%;
	height: auto;
}
.Contents_img_section_inner_L {
	padding-right: 30px;
}
.Contents_img_section_inner_R {
	padding-left: 30px;
}
.Contents_img_section_copy {
	padding: 10px 0;
	margin: 15px 0;
}
.Contents_img_section_description {
	margin: 0 0 15px;
}
.Contents_img_section_copy h2 {
	font-size: 2.4em;
	line-height: 1.4em;
	color: #1a4ea0;
	font-weight: 100;
}
.Contents_img_section_copy span {
	display: inline-block;
	font-weight: 400;
	padding-bottom: 30px;
}
.Contents_img_section_copy span:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    left: 0;
    top: 18px;
    background: #1a4ea0;
}
/* ~~ 社是 ~~ */
.Contents_img_section_copy h2.mission_statement {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	font-size: 2.7em;
	letter-spacing: .3em;
	color: #333;
	font-weight: normal;
}
.Contents_img_section_copy p {
	font-size: 1.4em;
	line-height: 1.7em;
	letter-spacing: .05em;
	font-weight: 100;
	color: #555;
}
.Contents_img_section_description p {
	color: #333;
	line-height: 2em;
	font-size: 0.875em;
	letter-spacing: .05em;
	font-weight: 300;
}
.Contents_img_section_copy h2.mission_statement ruby {
}
.Contents_img_section_copy h2.mission_statement ruby rt {
	font-size: 10px;
	line-height: 3em;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.Contents_img_section,
	.Contents_img_section_item {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
      text-align: center;
	}
	.Contents_img_section_inner_L,
	.Contents_img_section_inner_R {
		padding: 0;
	}
   .Contents_img_section_item img {
      width: 80%;
      height: auto;
   }
}/*/mediaquery*/

/* ~~ 社是 ~~ */
.Company_plan {
	margin: 50px 0;
	font-size: 16px;
}
.Company_plan_item {
	padding: 15px 0;
}
.Company_plan_item:last-child {padding-bottom: 0;}
.Company_plan_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	font-size: 1.8em;
   line-height: 1.8em;
	letter-spacing: .09em;
	color: #222;
	font-weight: normal;
}
.Company_plan_item p:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -8px;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #222;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:768px) {
	.Company_plan,
	.Company_plan_contens {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
   .Company_plan_item {
      text-align: center;
   }
   .Company_plan_item p {
      font-size: 1.4em;
      line-height: 1.4em;
   }
   .Company_plan_item p:before {
      display: none;
   }
}/*/mediaquery*/

/* 営業所募集情報 */
ul.Recruit_index {
	width: 100%;
	margin: 50px auto 20px;
	font-size: 16px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.Recruit_index > li {
   background: #FFF;
	width: 48%;
	overflow: hidden;
	margin-bottom: 50px;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
   background-size: 50%;
	border: 1px solid #e3e3e3;
   border-radius: 4px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
ul.Recruit_index li:hover {
   border-color: #1a4ea0;
}
ul.Recruit_index li:hover .Recruit_block_title {
   text-decoration: underline;
}
.Recruit_index_item {
	display: block;
	width: 100%;
	overflow: hidden;
}
ul.Recruit_index .image_block {
	width: 100%;
   overflow: hidden;
}
ul.Recruit_index .image_block img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.Recruit_block {
   padding: 20px;
}
.Recruit_block_title {
   color: #222;
	font-size: 1.2em;
	font-weight: 500;
   margin-bottom: 20px;
}
ul.Recruit_block_icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
ul.Recruit_block_icon li {
   background: #eee;
   border-radius: 4px;
   padding: 7px;
   font-size: 0.875em;
   color: #222;
   font-weight: 700;
   letter-spacing: 0;
   margin-right: 10px;
}
ul.Recruit_block_txt {
   padding: 20px 0;
}
ul.Recruit_block_txt p {
   font-size: 0.875em;
   color: #666;
   font-weight: 400;
   letter-spacing: 0;
   line-height: 1.5em;
}
/* ~~ btn_block_01 ~~ */
.Recruit_block_btn {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
   margin-top: 10px;
}
.Recruit_block_btn a {
   width: 45%;
	font-size: 0.875em;
   color: #FFF;
   font-weight: 500;
   text-align: center;
	cursor: pointer;
	padding: 15px 0;
   border-radius: 2px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.Recruit_block_btn a:first-child {
   background: #aaa;
}
.Recruit_block_btn a:nth-child(2) {
   background: #1a4ea0;
}
.Recruit_block_btn a:first-child:hover {
	background: #aaa;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.Recruit_block_btn a:nth-child(2):hover {
	background: #1a4ea0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover .image_block img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	ul.Recruit_index {
		width: 100%;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 30px 0 0;
	}
	ul.Recruit_index li { width: 100%; }
   .Recruit_block_title { line-height: 1.5em; }
   .Recruit_block_date table tr th,
   .Recruit_block_date table tr td {
      display: block;
		width: 100%;
      padding: 10px;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
   }
   .Recruit_block_date table tr th {
		background: #f5f6f8;
   }
}/*/mediaquery*/


/* ~~ index_contents_lv1 ~~ */
.index_contents_lv1_bg {
	display: block;
}
.index_contents_lv1 {
	font-size: 16px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	align-items: center;
	-webkit-align-items: center;
	background: #f8f8f8;
}
.index_contents_lv1_inner {
	width: 50%;
}
.index_contents_lv1_img_system {
	padding: 10%;
	text-align: center;
}
.index_contents_lv1_img_system img {
	width: 80%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.index_contents_lv1_img img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.index_contents_lv1_bg:hover .index_contents_lv1_img img,
a.index_contents_lv1_bg:hover .index_contents_lv1_img_system img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.index_contents_lv1_main_L {
	padding: 0 10% 0 20%;
}
.index_contents_lv1_main_R {
	padding: 0 20% 0 10%;
}
.index_contents_lv1_copy span {
	font-family: CenturyGothic-Bold, "CenturyGothicStd", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
	display: block;
	font-size: 0.9375em;
	color: #1a4ea0;
	font-weight: 500;
}
.index_contents_lv1_copy h1 {
   display: inline-block;
	font-size: 2em;
	line-height: 1.4em;
	color: #222;
   letter-spacing: 0;
	font-weight: 700;
	padding-bottom: 30px;
}
.index_contents_lv1_copy h2,
.index_contents_lv1_copy h3 {
	display: inline-block;
	font-size: 2em;
	line-height: 1.4em;
	color: #222;
   letter-spacing: 0.09em;
	font-weight: 500;
	padding-bottom: 30px;
}
.index_contents_lv1_copy h1:after,
.index_contents_lv1_copy h2:after,
.index_contents_lv1_copy h3:after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    position: relative;
    left: 0;
    top: 20px;
    background: #1a4ea0;
	 margin-bottom: 20px;
}
.index_contents_lv1_copy p {
	color: #222;
	line-height: 1.7em;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 30px;
}
.index_contents_lv1_description p {
	color: #111;
	line-height: 1.8em;
	font-size: 0.9375em;
	font-weight: 400;
}
.index_contents_lv1_inner .bnt_stream {
	display: block;
	margin: 30px 0 0;
}
.index_contents_lv1_inner .bnt_stream span {
	background: #FFF;
	display: block;
	width: 180px;
 	padding: 15px 0;
	border-radius: 3px;
	text-align: center;
	color: #0e5faf;
	font-weight: 400;
	font-size: 0.875em;
	border: 1px solid #0e5faf;
	box-shadow:3px 3px 0px 0px #085182;
	-moz-box-shadow:3px 3px 0px 0px #085182;
	-webkit-box-shadow:3px 3px 0px 0px #085182;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.index_contents_lv1_inner .bnt_stream span:before {
	content: "";
	background: #008ded;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.index_contents_lv1_bg:hover .index_contents_lv1_inner .bnt_stream span,
.index_contents_lv1_bg:focus .index_contents_lv1_inner .bnt_stream span,
.index_contents_lv1_bg:active .index_contents_lv1_inner .bnt_stream span {
	color: #FFF;
}
.index_contents_lv1_bg:hover .index_contents_lv1_inner .bnt_stream span:before,
.index_contents_lv1_bg:focus .index_contents_lv1_inner .bnt_stream span:before,
.index_contents_lv1_bg:active .index_contents_lv1_inner .bnt_stream span:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.index_contents_lv1_inner_media_img,
.index_contents_lv1_img_system_media {
   display: none;
}

/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:1100px) {
   .index_contents_lv1_copy span {
      font-size: 0.875em;
   }
   .index_contents_lv1_copy h2,
   .index_contents_lv1_copy h3 {
      font-size: 1.7em;
      letter-spacing: 0;
   }
   .index_contents_lv1 {
      font-size: 15px;
   }
   .index_contents_lv1_main_L,
   .index_contents_lv1_main_R {
      padding-left: 10%;
      padding-right: 10%;
   }
}/*/mediaquery*/

@media screen and (max-width:768px) {
	.index_contents_lv1_inner_media_img {
		display: block;
	}
	.index_contents_lv1_inner_media_img img {
      width: 100%;
      height: auto;
   }
   .index_contents_lv1_img_system_media {
      display: block;
      background: #FFF;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
   }
   .index_contents_lv1_img_system_media img {
      width: 80%;
      height: auto;
   }
	.index_contents_lv1 {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	.index_contents_lv1_inner { width: 100%;}
	.index_contents_lv1_main_L,
   .index_contents_lv1_main_R {
		padding: 40px 30px;
	}
   .index_contents_lv1_inner .bnt_stream span {
      width: 120px;
      padding: 12px 0;
      font-size: 0.725em;
   }
}/*/mediaquery*/

.contents_box {
   background: #FFF;
   border-radius: 3px;
   padding: 40px 30px;
   margin: 0 0 70px;
   border-radius: 4px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.contents_box_inner {
   font-size: 16px;
   margin-bottom: 30px;
}
.contents_box .last {
   margin-bottom: 0;
}
.contents_box_inner .ttl {
   background: #eee;
   padding: 15px;
   color: #222;
   font-size: 1.2em;
   font-weight: 500;
   border-radius: 2px;
   margin-bottom: 15px;
}
.contents_box_inner .ttl03 {
   line-height: 2em;
	font-size: 1.2em;
	font-weight: 500;
	color: #222;
	margin: 0 0 25px;
}
.contents_box_inner .ttl03:after {
   content: "";
	display: block;
	background: url("../image/h_border_bg.png") no-repeat left bottom / cover;
   width: 100%;
   height: 3px;
   position: relative;
   left: 0;
   margin-top: 7px;
}
.contents_box_inner p {
   color: #222;
	line-height: 1.6em;
	font-size: 0.9375em;
	font-weight: 400;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:780px) {
   .contents_box {
      padding: 30px;
   }
   .contents_box_inner .ttl {
      font-size: 1em;
   }
}/*/mediaquery*/

/* ~~ infographic ~~ */
.infographic {
   text-align: center;
   padding: 15px 0 0;
}
.infographic img {
	width: 80%;
	height: auto;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:780px) {
   .infographic img { width: 100%; }
}/*/mediaquery*/

.philosophy {
   margin: 30px 0;
   line-height: 1.7em;
   font-size: 16px;
   position: relative;
}
.philosophy_ttl {
	margin-top: 50px;
	padding: 20px 0;
}
.philosophy_ttl ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.philosophy_ttl ul:after {
   content: "";
	display: block;
	background: url("../image/h_border_bg.png") no-repeat left bottom / cover;
   margin-top: 20px;
   width: 100%;
   height: 3px;
   position: relative;
   left: 0;
}
.philosophy_ttl ul li {
   display: inline-block;
}
.philosophy_ttl ul li h2{
   font-size: 1.4em;
   letter-spacing: 0.09em;
   color: #222;
   font-weight: 400;
}
.philosophy_ttl ul li span {
	font-style: oblique;
	display: block;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #eee;
}
.philosophy p {
   font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
   color: #222;
	font-size: 1em;
	letter-spacing: .08em;
	font-weight: 300;
}