@charset "utf-8";
/* reset css
---------------------- */

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
address, caption, em, strong, th {
	font-style: normal;
}
caption, th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#contents table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contents p {
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	color: #111;
	font-size: 90%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 1.5px;
	line-height: 1.8;
	height: 100%;
	min-width: 1040px;
	background: #fff;
}
a:visited {
	text-decoration: none;
}

/* LAYOUT
---------------------- */
#page {
	margin: 0 auto;
	width: auto;
}

/* header */
#header {
	border-bottom: 3px solid #1d2088;
	min-width: 1020px;
}
#header.fixed {
	border-bottom: 3px solid #1d2088;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	transition: all 0.7s;
	z-index: 1000;
}
#header .header {
	margin: 0 auto;
	padding: 9px 0;
	width: 1020px;
	display: table;
}
#header .header .head-logo {
	width: 40%;
  display: table-cell;
	vertical-align: middle;
}
#header .header .head-logo img {
	display: block;
}
#sp_navi {
	display:none;
}

/* navigation */
#gnavi {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#gnavi ul:after {
	content: "";
	display: table;
	clear: both;
}
#gnavi > ul > li {
	margin-right: 35px;
	float: left;
}
#gnavi > ul > li.navi_inquiry {
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%,-50%);
	-ms-transform: translateY(-50%,-50%);
}
#gnavi > ul > li.navi_inquiry img {
	display: block;
}
#gnavi > ul > li.navi_inquiry a:hover {
	opacity: 0.7;
}
#gnavi > ul > li > a {
	color: #333;
	font-size: 0.9rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 11px 0;
	display: block;
	position: relative;
	transition: 0.2s;
}
#gnavi > ul > li > a:hover {
	color: #1d2088;
}
#gnavi > ul > li:not(:last-child) > a:hover:after {
	content: url(img/navi-point.png);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%,-50%);
	-ms-transform: translateX(-50%,-50%);
}
#gnavi > ul > li.navi_slide {
	cursor: pointer;
	position: relative;
}
#gnavi > ul > li.navi_slide:hover ul {
	display:block;
}
#gnavi > ul > li.navi_slide > a {
	cursor: default;
}
#gnavi > ul > li.navi_slide ul {
	border-bottom: 3px solid #1d2088;
	border-radius: 0 0 4px 4px;
	padding: 0 14px;
	height: inherit;
	width: 170%;
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 5000;
	background: rgba(255, 255, 255, 0.95);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gnavi > ul > li.navi_slide > ul li {
	color: #595757;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0;
	width: 100%;
	float: none;
}
#gnavi > ul > li.navi_slide > ul li:last-child {
	border: 0px;
}
#gnavi > ul > li.navi_slide > ul li a {
	color: #444;
	font-size: 0.8rem;
	text-align: left;
	text-decoration: none;
	text-shadow: inherit;
	letter-spacing: 1px;
	box-shadow: none;
	margin: 0 auto;
	padding: 12px 0;
	background: none;
	display: block;
	position: inherit;
}
#gnavi > ul > li.navi_slide > ul li a:after,
#gnavi > ul > li.navi_slide > ul li a:before {
	border: 0px;
	content: "";
}
#gnavi li.navi_slide > ul li a:hover {
	color: #1d2088;
	box-shadow: inherit;
}
#gnavi li.navi_slide > ul li a:hover:before {
	box-shadow: inherit;
	background: none;
}
#gnavi + #visual {
	border-bottom: 0px;
}
#contents {
	background: #fff;
	position: relative;
}
#contents .contents_header {
	padding: 80px 0 65px;
	background: url(img/s-title-pc.jpg) no-repeat top center / cover;
}
#contents .contents_header .head_inner > .title {
	color: #1d2088;
	font-size: 1.8rem;
	text-align: center;
}

/* contents */
#visual {
	overflow: hidden;
}
#visual .visual {
	margin: 0 auto;
	height: 620px;
	position: relative;
}
#visual_slider {
	position: absolute;
	width: 100%;
	top:  0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%, -50%);
	-ms-transform: translateX(-50%, -50%);
}
#visual .visual li:focus {
	outline: none;
}
#visual_slider img {
	min-width: 100%;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%, -50%);
	-ms-transform: translateX(-50%, -50%);
}
#visual .visual_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
#visual .visual_txt img {
	display: block;
}
.section {
	padding: 80px 0 40px;
}
.section.line {
	border-top:1px dashed #ccc;
}
#contents .section:nth-child(3) {
	background: url(img/background-img02.png) no-repeat top left;
}
#contents .section:nth-child(even) {
	background: #e6f4fd;
}
#contents .section:last-child {
	padding-bottom: 100px;
}
#contents .section > .section_title {
	font-size: 1.7rem;
	text-align: center;
	margin: 0 0 50px;
	padding: 0 0 17px;
	background: url(img/midashi-line01-pc.png) no-repeat bottom center;
}
.section .section_inner {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 1020px;
}
.child_content_section {
	margin-bottom: 70px;
}
.child_content_section .section_title_block {
	box-sizing: border-box;
	margin: 0 0 23px;
	padding: 0 17px 11px;
	background: url(img/midashi-point-pc.png) no-repeat center left / contain;
}
.child_content_section .section_title {
	font-size: 1.6rem;
	border-bottom: 3px solid #1d2088;
	padding: 17px 11px 0;
}
.child_content_section > .section_inner {
	box-sizing:border-box;
	padding: 0 27px;
}

/* .in_content */
.in_content {
	padding: 12px 5px 20px;
}
.in_content > .title {
	color: #000;
	font-size: 0.9rem;
	margin-bottom: 12px;
	padding: 10px 15px;
	background: #f1f1f1;
}
.in_content > .in_content_inner {
	padding: 10px 5px;
}

/* footer */
.footer {
	text-align: center;
	min-width: 1020px;
	background: #e6e6e6;
}
.footer_contact {
	color: #fff;
	padding: 50px 0 40px;
	background: url(img/footer-contact-bg.jpg) no-repeat center / cover;
}
.footer_contact .title {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 33px;
	padding: 0 0 17px;
	background: url(img/midashi-line02-pc.png) no-repeat bottom center;
}
.footer_contact .text {
	font-size: 1rem;
	margin: 0 0 13px;
}
.footer_contact .contact_tel {
	margin: 0 auto;
	width: 900px;
	display: table;
}
.footer_contact .contact_tel .tel,
.footer_contact .contact_tel .contact_btn {
	display: table-cell;
	vertical-align: middle;
}
.footer_contact .contact_tel .tel {
	width: 55%;
}
.footer_contact .contact_tel .tel a {
	color: #fff;
	font-size: 3.3rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 40px;
	background: url(img/tel-pc.png) no-repeat center left;
}
.footer_contact .contact_tel .contact_btn {
	padding: 0 50px 0 0;
	width: 45%;
}
.footer_contact .contact_tel .contact_btn a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 7px 0 11px;
	display: block;
	transition: 0.3s;
}
.footer_contact .contact_tel .contact_btn a:hover {
	color: #1d2088;
	background: #fff;
}
.footer_contact .contact_tel .contact_btn a:before {
	margin-right: 19px;
	content: url(img/mail01-pc.png);
	position: relative;
	top: 7px;
	transition: 0.3s;
}
.footer_contact .contact_tel .contact_btn a:hover:before {
	content: url(img/mail02-pc.png);
}
.footer_contact .contact_tel .contact_btn a:after {
	margin-left: 17px;
	content: url(img/arrow02-pc.png);
	position: relative;
	bottom: 3px;
	transition: 0.3s;
}
.footer_contact .contact_tel .contact_btn a:hover:after {
	content: url(img/arrow01-pc.png);
}
.footer_inner {
	margin: 0 auto;
	padding: 27px 0 0;
	width: 1020px;
}
.footernavi {
	border-bottom: 1px solid #c9caca;
	margin: 0 0 27px;
	padding: 0 0 27px;
}
.footernavi li {
	margin-right: 15px;
	display: inline;
}
.footernavi li:not(:last-child):after {
	color: #111;
	margin-left: 17px;
	content: "|";
}
.footernavi a {
	color: #111;
	font-size: 0.83rem;
	text-decoration: none;
}
.footernavi a:hover {
	text-decoration: underline;
}
.footer_info .footerlogo {
	margin: 0 0 13px;
}
.footer_info .footer_detail {
	font-size: 0.8rem;
}
.footer_company_navi ul {
	text-align: right;
}
.footer_company_navi li {
	display: inline;
}
.footer_company_navi li:first-child {
		margin-right: 17px;
}
.footer_company_navi li:before {
	margin-right: 3px;
	content: url(img/arrow03-pc.png);
	position: relative;
	bottom: 1px;
}
.footer_company_navi a {
	color: #111;
	font-size: 0.7rem;
	text-decoration: none;
}
.footer_company_navi a:hover {
	text-decoration: underline;
}
.copy {
	font-size: 0.75rem;
	text-align: center;
	padding: 13px 0;
	background: #1d2088;
}
.copy img {
	vertical-align: bottom;
	position: relative;
	top: -4px;
	left: 14px;
}
.copy a {
	color: #fff;
	text-decoration: none;
}

/* 戻る */
.return {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%,-50%);
	-ms-transform: translateX(-50%,-50%);
	z-index: 2;
}
.return a {
	color: #111;
	text-decoration: none;
}

/* 汎用スタイル */
.clear {
	clear: both;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}

/* 各固定ページ用
---------------------- */
/* access.html */
.access_map {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}
.access_map .map_set {
	border: 1px dotted #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	margin-bottom: 23px;
	height: 450px;
	width: 100%;
}
.access_map .access_data {
	padding: 15px 0 0;
}
.access_map .access_data dl {
	padding: 0 5px;
	overflow: hidden;
}
.access_map .access_data dl:after {
	content:" ";
	display:table;
	clear:both;
}
.access_map .access_data dl dt {
	color: #3366CC;
	font-weight:bold;
	float: left;
}
.access_map .access_data dl dd {
	padding-left:80px;
}
.access_map .access_data dl dd a {
	color:#111;
}

/* privacy.html */
.privacy_section {
	padding:50px 0 70px;
}
.privacy_section_inner {
	margin: 0 auto;
	width: 1020px;
}
.privacy_set {
	margin-bottom:20px;
}
#contents .privacy_set_title {
	font-size: 1rem;
	border-left: 6px solid #1d2088;
	margin-bottom:30px;
	padding: 10px 15px;
	background: #eef2f4;
}
.privacy_set_inner {
	box-sizing:border-box;
	padding: 0 10px 15px;
}
#contents ul.privacy_list li {
	margin-bottom: 10px;
}
#contents dl.privacy_item dt {
	margin-bottom: 4px;
}
#contents dl.privacy_item dd {
	margin-bottom: 15px;
	padding-left:40px;
}

/* inquiry.html */
.inquiry_info {
	text-align: center;
}
.inquiry_info .no {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.inquiry_info .no a {
	color: #111;
	font-size: 2.7rem;
	font-family: "arial bold";
	letter-spacing: -1px;
	line-height: 1.0;
	text-decoration:none;
}
#contents .inquiry_info .time {
	margin-bottom:0;
}
.attent_block {
	margin-bottom:20px;
}
.attent_block .title {
	font-size: 1rem;
	text-shadow:0.3px 0 0 #000;
	border-bottom: 1px solid #333;
	margin: 0 0 10px;
	padding: 5px 0;
}
.attent_block .title:before {
	content: "■";
	font: normal normal normal 18px/1 FontAwesome;
	margin-right: 6px;
}
.important_text {
	color: #5A4727;
	line-height: 1.4;
	margin-bottom: 27px;
}
#inquiry .inquiry_inset {
	margin-bottom: 25px;
}
.thanks_title {
	font-size:1.9rem;
	text-align:center;
	margin-bottom:30px;
}
.thanks_msg {
	font-size:105%;
	text-align:center;
	line-height:2.0;
}
#contents .thanks_msg > p {
	margin-bottom:20px;
}
#MailForm span.required, #MailForm span.any {
	color: #fff;
	font-size: 85%;
	border-radius: 3px;
	margin-right: 5px;
	padding: 2px 4px;
}
#MailForm span.required {
	background: #9B0000;
}
#MailForm span.any {
	background: #999;
}
#MailForm table {
	border: 2px solid #999;
	border-collapse: collapse;
	margin: 5px auto 25px;
	width: 100%;
	background: #fff;
}
#MailForm th, #MailForm td {
	color: #111;
	font-weight: normal;
	border: 1px solid #999;
	padding: 25px;
}
#MailForm th {
	padding-left: 75px;
	width: 25%;
	background:#F2F2F2;
	position: relative;
}
#MailForm th span {
	position: absolute;
	left: 25px;
}
#MailForm input, #MailForm textarea {
	color: #444;
	font-size: 0.9rem;
	font-family: "メイリオ";
	letter-spacing: 1px;
	line-height: 1.4;
	border: 1px solid #e1e1e1;
	margin: 2px 0;
	padding: 9px;
	width: 310px;
}
#MailForm select {
	font-size: 0.9rem;
	border: 1px solid #e1e1e1;
	padding: 3px 27px 3px 13px;
	background: url(img/select-arrow.png) no-repeat center right 7px / 9% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#MailForm label {
	padding: 2px 0;
	cursor: pointer;
}
#MailForm .form3 {
	vertical-align: middle;
	width: 3%;
}
#MailForm .form25 {
	width: 25%;
}
#MailForm .form45 {
	width: 45%;
}
#MailForm .form60 {
	width: 60%;
}
#MailForm .form90 {
	width: 93%;
}
#MailForm .attent {
	color: #666;
	font-size: 90%;
}
#MailForm .attent2 {
	color: #4D3A20;
	font-size: 90%;
}
#MailForm .focus {
	background: #ffe7e0;
}
#MailForm02 .focus {
	background: #ffe7e0;
}
.confirm_txt {
	text-align: center;
}
.send_btn_inner {
	text-align: center;
	padding: 15px 0 20px;
}
.send_btn {
	color: #1d2088;
	font-size: 1.2rem;
	letter-spacing: 1px;
	cursor: pointer;
	border: 2px solid #1d2088;
	box-sizing: border-box;
	padding: 13px 0;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.send_btn:hover {
	color: #fff;
}
.send_btn:before {
	height: 100%;
	width: 0;
	background: #1d2088;
	content: "　";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.5s;
}
.send_btn:hover:before {
	width: 100%;
}
.send_btn:after {
	height: 54px;
	width: 8px;
	background: url(img/arrow01-pc.png) no-repeat center center / contain;
	content: "";
	position: absolute;
	right: 40px;
	top: 0;
	transition: all 0.3s;
}
.send_btn:hover:after {
	background: url(img/arrow02-pc.png) no-repeat center center / contain;
	right: 27px;
	transition: all 0.4s 0.6s;
}
.submit_btn {
	width: 50%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
#thanks p {
	line-height: 300px;
	text-align: center;
}
#contents .inquiry-info {
	margin: 0px;
	overflow: hidden;
}
.inquiry-info li {
	margin-right: 15px;
	float: left;
}

/* formmail.cgi */
.send_inner {
	padding: 12px 0 20px;
}
.send_inner .send_step_msg {
	font-size: 140%;
	text-align: center;
	margin-bottom: 15px;
}

/* formmail.cgi:send base */
.send_guide_msg {
	color: #444;
	text-align: center;
	padding: 0 0 15px;
}
.send_inner .send_btn_inner {
	text-align: center;
}
.send_inner .send_btn_inner .send_btn {
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	border: 0px;
	margin: 0 10px;
	padding: 15px 30px;
	background: #FF9900;
	display: inline-block;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}

/* formmail.cgi:send confirm */
.send_confirm_table {
	padding: 17px 0 30px;
}
.send_confirm_table table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
}
.send_confirm_table table th, .send_confirm_table table td {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #ccc;
	padding: 17px 20px;
	background: #fff;
}
#contents .send_confirm_table table th {
	width: 40%;
	background: #f5f5f5;
}

/* formmail.cgi:send error */
.send_inner .send_error {
	padding: 15px 0 30px;
}
.send_inner .send_error li {
	font-size: 110%;
	padding: 5px 0;
}
.send_inner .send_error li:before {
	color: #C2C2C2;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: 8px;
	content: "\0025cf";
}
.send_inner .send_error li span {
	color: #FF3333;
	margin-right: 5px;
	display: inline-block;
}

/* base styles
---------------------- */
.table_base {
	padding: 0 0 25px;
}
.table_base table {
	margin: 0 auto;
	border: 2px solid #999;
	border-collapse: collapse;
	width: 100%;
	background: #fff;
}
.table_base table th, .table_base table td {
	font-weight: normal;
	border: 1px solid #999;
	padding: 25px 16px;
}
.table_base table td span.map_jump {
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.table_base table td span.map_jump a {
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	border-radius: 3px;
	padding: 0 7px;
	background: #1d2088;
	display: inline-block;
}
.table_base table td span.map_jump a:hover {
	opacity: 0.7;
}
.table_base table tbody th {
	text-align: center;
	width: 28%;
}
.table_base table tbody td {
	padding-left: 40px;
}
.content_inner {
	padding: 10px 0 25px;
}
.content_inner:after {
	content: " ";
	display: table;
	clear: both;
}
.content_inner .images_r {
	float: right;
}
.content_inner .images_l {
	float: left;
}
.content_inner .msg_l,
.content_inner .msg_r {
	line-height: 2.2;
}
.content_inner .msg_l {
	float: left;
}
.content_inner .msg_r {
	float: right;
}
.content_inner img {
	width: 100%;
}
.w_margin270 .images_r, .w_margin270 .images_l {
	width: 270px;
}
.w_margin270 .msg_l, .w_margin270 .msg_r {
	width: 680px;
}
.w_margin320 .images_r, .w_margin320 .images_l {
	width: 320px;
}
.w_margin320 .msg_l, .w_margin320 .msg_r {
	width: 630px;
}
.w_margin400 .images_r, .w_margin400 .images_l {
	width: 400px;
}
.w_margin400 .msg_l, .w_margin400 .msg_r {
	width: 570px;
}
#contents .pick_text {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.breadcrumbs {
	padding: 5px 0;
	background: #f1f1f1;
}
.breadcrumbs ul {
	margin: 0 auto;
	width: 1020px;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	font-size: 0.7rem;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	color: #111;
	margin-right: 4px;
	display: inline-block;
}
.breadcrumbs ul li a:hover {
	text-decoration: none;
}

/* .image_list */
.image_list:after {
	content: " ";
	display: table;
	clear: both;
}
.image_list li {
	float: left;
}
.image_list li img {
	width: 100%;
}
.image_list li span {
	padding: 15px 0 0;
	display: block;
}
.two_image li {
	width: 48%;
}
.two_image li:first-child {
	margin-right: 4%;
}
.three_image li {
	margin-right: 3%;
	width: 31.33%;
}
.three_image li:nth-child(3n) {
	margin-right: 0;
}

/* 各ページ用スタイル
---------------------- */
/* -------------------
汎用指定 */

.only_pc {
	display: block;
}
.only_sp {
	display: none;
}
.tel a {
	color: #111;
	text-decoration:none;
	cursor:inherit;
	pointer-events:none;
}
.fade_hover a {
	transition:0.8s;
}
.fade_hover a:hover {
	opacity:0.7;
}
.btn_base {
	margin: 0 auto;
	width: 300px;
}
.btn_base a {
	color: #1d2088;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	border: 2px solid #1d2088;
	box-sizing: border-box;
	padding: 13px 0;
	background: #fff;
	display: block;
	position: relative;
	z-index: 1;
}
.btn_base a:hover {
	color: #fff;
}
.btn_base a:before {
	height: 100%;
	width: 0;
	background: #1d2088;
	content: "　";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.5s;
}
.btn_base a:hover:before {
	width: 100%;
}
.btn_base a:after {
	height: 54px;
	width: 8px;
	background: url(img/arrow01-pc.png) no-repeat center center / contain;
	content: "";
	position: absolute;
	right: 40px;
	top: 0;
	transition: all 0.3s;
}
.btn_base a:hover:after {
	background: url(img/arrow02-pc.png) no-repeat center center / contain;
	right: 27px;
	transition: all 0.4s 0.3s;
}
.everywhere_block {
	text-align:center;
	line-height:2.2;
	box-sizing:border-box;
	margin:0 auto 50px;
	padding:0 60px;
	width: 1020px;
}
.fw_bold {
	font-weight: bold;
}


/* -------------------
index.html */

/* .top_concept */
.top_concept {
	padding: 40px 0 0;
	position: relative;
}
.top_concept:before {
	height: 300px;
	width: 50%;
	background: #e6f4fd;
	position: absolute;
	content: "";
	bottom: 80px;
	right: 0;
}
.top_concept_block {
	position: relative;
	overflow: hidden;
}
.top_concept_block:before {
	height: 300px;
	width: 1020px;
	background: #e6f4fd;
	position: absolute;
	content: "";
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%,-50%);
	-ms-transform: translateX(-50%,-50%);
}
.top_concept_inner {
	padding: 0 0 80px;
	background: url(img/background-img01.png) no-repeat bottom left;
	position: relative;
}
.top_concept .inner_contents {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 27px 40px;
	width: 1020px;
}
.top_concept .inner_contents:after {
	content: "";
	display: block;
	clear: both;
}
.top_concept .concept_image {
	float: left;
}
.concept_image.animate {
  opacity: 0;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
}
.concept_image.animate.effect {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.top_concept .concept_contents {
	padding: 50px 0 0;
	width: 610px;
	float: right;
}
.top_concept_title {
	color: #1d2088;
	font-size: 2.14rem;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 55px;
}
.top_concept .concept_detail {
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 35px;
}

/* .top_work */
.top_work {
	padding: 80px 0 60px;
	background: #f4f4f4;
}
.top_work_title {
	font-size: 1.7rem;
	text-align: center;
	margin: 0 0 60px;
	padding: 0 0 17px;
	background: url(img/midashi-line01-pc.png) no-repeat bottom center;
}
.top_work_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_work_inner:after {
	content: "";
	display: block;
	clear: both;
}
.top_work .work_set {
	margin: 0 45px 50px 0;
	float: left;
}
.top_work .work_set:nth-child(3n) {
	margin-right: 0;
}
.top_work .work_image img {
	display: block;
}
.top_work .work_set a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
}
.top_work a .work_image:before {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.7s;
	z-index: 1;
}
.top_work a:hover .work_image:before {
	background: rgba(255,255,255,0.1);
	transition: 0.7s;
}
.top_work .work_image {
	overflow: hidden;
}
.top_work .work_image img {
	width: 100%;
	display: block;
	transition: 0.7s;
}
.top_work a:hover .work_image img {
	transform: scale(1.1);
}
.top_work .work_title {
	font-size: 1.1rem;
	font-weight: normal;
	padding: 5px 0;
	width: 100%;
	background: rgba(29,32,136,0.8);
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.top_work .work_title:after {
	margin-left: 13px;
	content: url(img/arrow02-pc.png);
	position: relative;
	bottom: 2px;
}

/* .top_recruit */
.top_recruit {
	padding: 60px 0 100px;
	position: relative;
	z-index: 1;
}
.top_recruit:before {
	height: 360px;
	width: 100%;
	background: url(img/top-recruit-bg.jpg) no-repeat top center / cover;
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
}
.top_recruit_title {
	font-size: 1.7rem;
	text-align: center;
	margin: 0 0 45px;
	padding: 0 0 17px;
	background: url(img/midashi-line01-pc.png) no-repeat bottom center;
}
.top_recruit_inner {
	margin: 0 auto;
	width: 1020px;
}
.top_recruit_inner:after {
	content: "";
	display: block;
	clear: both;
}
.top_recruit .recruit_set {
	box-shadow: 3px 3px 10px #ccc;
	box-sizing: border-box;
	padding: 35px 60px;
	width: 48%;
	background: url(img/logo-img-pc.png) no-repeat center right, #fff;
	float: left;
}
.top_recruit .recruit_set:first-child {
	margin-right: 4%;
}
.top_recruit .recruit_set.animate {
  opacity: 0;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
}
.top_recruit .recruit_set.animate.effect {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.top_recruit .recruit_set:nth-child(2).effect {
	transition-delay: 0.4s;
}
.top_recruit .title {
	color: #1d2088;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 17px;
}
.top_recruit .title span {
	display: block;
}
.top_recruit .text {
	margin: 0 0 23px;
}


/* -------------------
contents2.html */

/* .jisseki_table */
.jisseki_table thead {
	background: rgba(204,204,204,0.7);
}
.jisseki_table tbody {
	background: rgba(255,255,255,0.3);
}
.jisseki_table table tr:nth-child(even) {
	background: rgba(241,241,241,0.7);
}
.jisseki_table table th,
.jisseki_table table td {
	text-align: center;
	width: 33.3%;
}
.jisseki_table table th:nth-child(3),
.jisseki_table table tbody td:nth-child(3) {
    width: 20%;
    text-align: center;
    padding: 0;
}
.jisseki_table table tbody td {
    padding: 30px;
}

/* -------------------
contents3.html */

/* .philosophy */
.philosophy {
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: center;
}

/* .message_block */
.message_block .message_title {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 27px;
}
.message_block .message_contents {
	line-height: 2.2;
}
#contents .message_block p {
	margin-bottom: 19px;
}
.message_block .message_name {
	font-size: 1rem;
	font-weight: bold;
	text-align: right;
}
.message_block .message_name span {
	font-size: 1.3rem;
	padding: 0 0 0 17px;
}


/* -------------------
contents4.html */

#contents4 .child_content_section {
	margin-bottom: 40px;
}

/* .interview */
.interview {
	position: relative;
	z-index: 0;
}
.interview:before {
	height: 110px;
	width: 75%;
	background: rgba(230,244,253,0.7);
	position: absolute;
	content: "";
	right: 0;
	top: 315px;
	z-index: -1;
}
.interview_profile {
	margin: 0 0 27px;
	padding: 0 0 40px;
}
.interview_profile .profile_contents {
	width: 55%;
	float: right;
}
.interview_profile .contents_head {
	margin: 0 0 23px;
	padding: 17px 0 17px 33px;
	background: url(img/midashi-line03-pc.png) no-repeat center left;
}
.interview_profile .contents_head .name {
	font-size: 1.9rem;
	margin: 0 0 7px;
}
.interview_profile .contents_head .name span {
	font-size: 0.9rem;
	font-weight: normal;
	padding: 0 0 0 27px;
}
.interview_profile .comment {
	color: #1d2088;
	font-size: 1.3rem;
	font-weight: bold;
}
.interview_profile .profile_image {
	width: 40%;
}
.interview_profile .profile_image img {
	width: 100%;
}

/* .interview_contents */
.interview_contents:after {
	content: "";
	display: block;
	clear: both;
}
.interview_contents .text {
	line-height: 2.2;
	width: 530px;
	float: left;
}
#contents .interview_contents p {
	margin-bottom: 25px;
}
.interview_contents .image {
	width: 400px;
	float: right;
}
.interview_contents .image img {
	width: 100%;
}


/* -------------------
contents5.html */

/* .appeal_list */
.appeal_list {
	padding: 0 0 17px;
}
.appeal_list li {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	background: url(img/appeal-point-icon.png) no-repeat top 3px left / 1.5%;
}

/* .recruit_table */
.recruit_table {
	padding: 13px 0 0;
}
.recruit_table table th,
.recruit_table table td {
	padding: 33px 16px;
}
.recruit_table table tbody td {
	font-size: 0.85rem;
}
.recruit_table .shikaku {
	padding: 0 0 13px;
}
.recruit_table .salary:after {
	content: "";
	display: block;
	clear: both;
}
.recruit_table .salary dt {
	float: left;
}
.recruit_table .info_text {
	display: block;
}
