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

html{
	height: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 62.5%;
	letter-spacing: 0.1em;
	color: #5F666D;
}

body{
	height: 100%;
	background: #FFF;
	font-size: 14px; font-size: 1.4rem;
	color: #5F666D;
}

/*--------------------------------------------------------------------------------
 HEADER
-------------------------------------------------------------------------------- */
header {
	height: 135px;
	width: 100%;
	border-top: 2px solid #1C50A1;
}

header div.head_pc {
	margin: auto;
	width: 1000px;
}

header div.head_sp {
	display: none;
}

.head_inner {
	margin: 0 0 13px 0;
	overflow: hidden;
}

.head_pc_logo {
	padding: 18px 0 0 0;
	width: 521px;
	float: left;
}
.head_pc_logo img {
	width: 100%;
}

.head_pc_tel {
	width: 335px;
	float: right;
}
.head_pc_tel img {
	width: 100%;
}

/* NAVI */
.head_pc nav ul {
	overflow: hidden;
	position: relative;
}

.head_pc nav ul li {
	/*width: calc(100% / 6);*/
	width: 166px;
	height: 57px;
	text-align: center;
	font-size: 17px; font-size: 1.6rem;
	line-height: 1.3em;
	border-left: 1px solid #A6A6A6;
	float: left;
}

.head_pc nav ul li:last-child {
	width: 170px;
	border-right: 1px solid #A6A6A6;
}

.head_pc nav ul li a {
	padding: 10px 0 0 0;
    display: block;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%;
	color: #0A2241;
	text-decoration: none;
	transition: background-color 0.3s ease-out;
}

.head_pc nav ul li a:hover {
	background-color: #C1D6F4;
}

.head_pc nav ul li span {
	font-size: 11px; font-size: 1.1rem;
	color: #7F8080;
	font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 640px) {
	header {
		height: 70px;
		width: 100%;
		border-top: 2px solid #1C50A1;
	}
	
	header div.head_pc {
		display: none;
	}
	
	header div.head_sp {
		margin: 0 auto;
		padding: 10px 4% 17px;
		display: block;
		min-width: 320px;
	}
	
	.head_sp_logo {
		width: 80%;
		float: left;
		padding-top: 10px;
	}
	
	.head_sp_logo img {
		padding-top: 5px;
		max-width: 370px;
		width: 100%;
	}
	
	.head_sp nav {
		width: 20%;
		float: right;
	}
	
	.head_sp nav .nav_btn {
		float: right;
	}
	
	.head_sp nav .nav_btn a {
		padding: 15px 4% 15px;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 47px;
		height: 47px;
		border: 1px solid #B8B8B8;
		text-align: left;
		background: url(../img/btn_nav.png) no-repeat center 10px;
		background-size: 20px 16px;
		font-size: 8px; font-size: 0.8rem;
		letter-spacing: 0;
	}
	
	.head_sp nav .nav_close {
		position: absolute;
		top: 13px;
		right: 4%;
	}
	
	.head_sp nav .nav_close a {
		margin: 0 auto;
		padding: 15px 4% 15px;
		display: block;
		position: relative;
		width: 47px;
		height: 47px;
		border: 1px solid #FFF;
		text-align: left;
		background: #FFF url(../img/btn_nav_close.png) no-repeat center 10px;
		background-size: 20px 16px;
		font-size: 8px; font-size: 0.8rem;
		letter-spacing: 0;
	}
	
	.head_sp nav .nav_btn a span, .head_sp nav .nav_close a span {
		top: 27px;
		left: 12px;
		text-align: center;
		position: absolute;
		color: #0A2241;
	}
	
	.head_sp nav .nav_btn.on + .nav_inner {
		display: block;
	}
	
	.head_sp nav .nav_inner {
		padding-top: 60px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: rgba(28,80,160,0.7);
		height: 100%;
		min-height: 100%;
		display: none;
	}
	
	.head_sp nav ul {
	}
	
	.head_sp nav ul li a {
		padding: 15px 30px 15px 15px;
		font-size: 16px;
		color: #0A2241;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #B8B8B8;
		background: #FFF url(../img/arrow_gray.png) no-repeat 95% center;
		background-size: 5px 9px;
	}
	
	.head_sp nav ul li span {
		padding: 1em 0 2px;
		font-size: 11px; font-size: 1.1rem;
		font-family: 'Lato', sans-serif;
		color: #7F8080;
	}
	
	.head_sp_tel_box {
		width: 100%;
		background: #FFF;
	}
	.head_sp_tel {
		margin: auto;
		padding: 10px 0;
		width: calc(100% - 20px);
		background: none;
	}
	.head_sp_tel img {width: 100%;}
}

/*--------------------------------------------------------------------------------
BREADCRUMB
-------------------------------------------------------------------------------- */
.breadcrumb {
	padding: 10px 0;
	width: 100%;
	background-color: #ECEEF1;
}

.breadcrumb ul {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

.breadcrumb ul li {
	margin-right: 8px;
	padding-right: 13px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.3em;
	background: url(../img/arrow_gray.png) right center no-repeat;
	background-size: 4px 7px;
	float: left;
}

.breadcrumb ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}

.breadcrumb ul li a {
	color: #424748;
	text-decoration: none;
}

.breadcrumb ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.breadcrumb {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
 SLIDER
-------------------------------------------------------------------------------- */
.main-area {
	margin: 0 auto;
	max-width: 1500px;
	height: auto;
}

/*--------------------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------------------- */
.content-wrap, .content-wrap-g, .content-wrap-lg {
	padding: 80px;
	width: 100%;
	height: auto;
}

.content-wrap-g  {background: #E9E9E9;}
.content-wrap-lg {background: #F5F5F5;}

.content {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.content p.ttl-sub {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	font-size: 11px; font-size: 1.1rem;
	font-family: 'Lato', sans-serif;
	color: #7F8080;
	background:url(../img/point_ttl.png) left center no-repeat;
}

.content h2 {
	margin: 0 0 40px 0; 
	font-size: 30px; font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
	.content-wrap, .content-wrap-g, .content-wrap-lg {
		padding: 40px 0;
	}

	.content {
		width: calc(100% - 40px);
	}

	.content h2 {
		margin: 0 0 20px 0; 
		font-size: 24px; font-size: 2.4rem;
		letter-spacing: 0;
	}
}

.small {font-size: 80%;}

@media screen and (max-width: 640px) {
    .br-sp {display:none;}
}

/*--------------------------------------------------------------------------------
 TOP CONTENTS
-------------------------------------------------------------------------------- */
/* COMPANY(TOP) */
.top_company {
	margin: 0 auto;
	width: 100%;
	height: 500px;
	background: #E9E9E9;
	overflow: hidden;
}

.top_company_pct {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 500px;
	float: left;
}

.top_company_pct img {
	width: 100%;
}

.top_company_txt {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 500px;
	float: right;	
}

.top_company p {
	margin: 135px auto 50px;
	padding: 0;
	width: 400px;
	height: auto;
	font-size: 17px; font-size: 1.7rem;
	line-height: 1.7em;
}

.btn_top_company, .btn_footer_contact, .btn_archive {
	margin: 0 auto;
	width: 230px;
	height: 40px;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}

.btn_top_company a, .btn_footer_contact a, .btn_archive a {
	padding: 12px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #1C50A1 url(../img/arrow_white.png) 208px center no-repeat;
	background-size: 6px 12px;
	transition: opacity 0.3s ease-out;
}

.btn_top_company a:hover, .btn_footer_contact a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.top_company {
		width: 100%;
		height: auto;
	}

	.top_company_pct {
		width: 100%;
		height: 30%;
		float: none;
	}

	.top_company_txt {
		padding: 0 0 20px 0;
		width: 100%;
		height: auto;
		float: none;	
	}

	.top_company p {
		margin: 20px auto 15px;
		width: calc(100% - 40px);
		font-size: 16px; font-size: 1.6rem;
		line-height: 1.5em;
	}

	.btn_top_company, .btn_footer_contact, .btn_archive {
		width: calc(100% - 40px);
		height: auto;
		font-size: 17px; font-size: 1.7rem;
	}
	
	.btn_top_company a, .btn_footer_contact a, .btn_archive a {
		padding: 15px;
		background-position: 95% center;
	}
}

/* SERVICE(TOP) */
.top_service {overflow: hidden;}

.top_service li.top_service_box {
	margin: 0 50px 30px 0;
	width: 475px;
	overflow: hidden;
	background-size: 200px auto;
	background-color: #FFF;
	float: left;
}

.top_service1 {background: url(../img/icon_service01.png) 275px center no-repeat;}
.top_service2 {background: url(../img/icon_service02.png) 275px center no-repeat;}
.top_service3 {background: url(../img/icon_service03.png) 275px center no-repeat;}
.top_service4 {background: url(../img/icon_service04.png) 275px center no-repeat;}
.top_service5 {background: url(../img/icon_service05.png) 275px center no-repeat;}

.top_service li:nth-child(even) {margin-right: 0;}
.top_service li:last-child {margin-bottom: 0;}

.top_service_info {
	padding: 30px;
	width: 275px;
}

.top_service_info h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: bold;
}

.top_service1 h3 {color: #48A8C0;}
.top_service2 h3 {color: #EF9F31;}
.top_service3 h3 {color: #D85514;}
.top_service4 h3 {color: #40962B;}
.top_service5 h3 {color: #808080;}

.top_service_info ul li {
	margin: 0 0 12px 0;
	line-height: 1.2em;
	list-style: none;
 }

.btn_top_service {
	margin: 18px auto 0;
	width: 215px;
	height: 40px;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}

.btn_top_service a {
	padding: 12px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url(../img/arrow_white.png) 193px center no-repeat;
	background-size: 6px 12px;
	transition: opacity 0.3s ease-out;
}

.top_service1 .btn_top_service a {background-color: #48A8C0;}
.top_service2 .btn_top_service a {background-color: #EF9F31;}
.top_service3 .btn_top_service a {background-color: #D85514;}
.top_service4 .btn_top_service a {background-color: #40962B;}
.top_service5 .btn_top_service a {background-color: #808080;}

.btn_top_service a:hover {opacity: 0.7;}
@media screen and (max-width: 640px) {
	.top_service li.top_service_box {
		margin: 0 0 20px 0;
		width: 100%;
		background-size: 35% auto;
		background-position: right center;
		float: none;
	}
	
	.top_service li:last-child {margin-bottom: 0;}
	
	.top_service_info {
		padding: 15px;
		width: 65%;
	}

	.top_service_info h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	
	.top_service_info ul li {
		margin: 0 0 4px 0;
		font-size: 12px; font-size: 1.2rem;
	 }
	
	.btn_top_service {
		margin: 10px auto 0;
		width: 100%;
		height: auto;
		font-size: 15px; font-size: 1.5rem;
	}
	
	.btn_top_service a {
		padding: 11px;
		background-position: 95% center;
	}
}

/* INFORMATION(TOP and ARCHIVE) */
.info {
	width: 100%;
	font-size: 17px; font-size: 1.7rem;
	border-top: 1px solid #A6A6A6;
}

.info a {
	color: #1C50A1;
	text-decoration: none;
}

.info a:hover {
	text-decoration: underline;
}

.info dl {
	padding: 35px 10px;
	overflow: hidden;
	border-bottom: 1px solid #A6A6A6;
}

.info dt {
	width: 20%;
	float: left;
	color: #999;
}

.info dd {
	width: 80%;
	float: right;
}

.archive_link {
	margin: 15px 0 0 0;
	overflow: hidden;
}

.archive_link_l {
	float: left;
	padding: 0 0 0 13px;
	background: url(../img/arrow_gray_l.png) left center no-repeat;
	background-size: 5px 10px;
}
.archive_link_r {
	float: right;
	padding: 0 13px 0 0;
	background: url(../img/arrow_gray.png) right center no-repeat;
	background-size: 5px 10px;
}

.archive_link_l a, .archive_link_r a {
	color: #1C50A1;
	text-decoration: none;
}
.archive_link_l a:hover, .archive_link_r a:hover {
	text-decoration: underline;
}

.info_article time {
	font-size: 13px; font-size: 1.3rem;
	color: #999;
}

.info_article h2 {
	padding: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 24px; font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4em;
	color: #5F666D;
	border-bottom: 1px solid #A6A6A6;
}

.info_article_inner {
	margin: 0 auto;
	padding: 0 50px 50px 50px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.7em;
	color: #5F666D;
	border-bottom: 1px solid #A6A6A6;
}

.info_article_inner p {
	margin-bottom: 1em;
}

.info_article_inner p img {
	max-width: 900px;
	height: auto;
}

.info_article_inner strong {
	font-weight: bold;
}

.info_article_inner em {
	font-style: italic;
}

.info_article_inner ul {
	list-style-type: disc;
	list-style-position: inside;
}

.info_article_inner ul li {
	margin: 0;
	padding-left: 1em;
}

.info_article_inner ol {
	list-style-type: decimal;
}

.info_article_inner ol {
	padding-left: 40px;
	list-style-type: decimal;
}

.info_article_inner blockquote {
	padding: 1em;
	background: #E9E9E9;
}

.info_article_inner hr {
	margin-bottom: 1em;
	height: 1px;
	border: none;
	border-top: 1px #A6A6A6 solid;
}

.btn_archive {
	margin-top: 50px;
}

.info_article_inner a {
	color: #1C50A1;
	text-decoration: none;
}
.info_article_inner a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.info dl {
		padding: 16px 10px;
	}
	
	.info dt {
		margin: 0 0 8px 0;
		width: 100%;
		float: none;
	}
	
	.info dd {
		width: 100%;
		float: none;
		line-height: 1.4;
		}

	.info_article time {
		font-size: 14px; font-size: 1.4rem;
	}
	
	.info_article h2 {
		padding: 30px;
		margin-bottom: 30px;
	}
	
	.info_article_inner {
		margin: 0 auto;
		padding: 0 0 30px 0;
		width: calc(100% - 40px);
	}
	
	.info_article_inner p img {
		width: 100%;
	}
	
	.btn_archive {
		margin-top: 30px;
	}
}

/* REPORT */
.report {
	width: 100%;
	font-size: 17px; font-size: 1.7rem;
	border-top: 1px solid #A6A6A6;
}
.bottom_report {
	margin-top: 50px;
	border-top: none;
}

.report dl {
	padding: 25px 10px;
	display: flex;
	align-items: center;
}

.report dt {
	width: 200px;
	color: #999;
}

.report dd.rep_txt {
	width: 555px;
}
.report dd span {padding-right: 1.3em;}
.rep_pdf {background: url("../img/icon_pdf.png") right center/16px 16px no-repeat}
.rep_excel {background: url("../img/icon_excel.png") right center/16px 16px no-repeat}
.rep_word {background: url("../img/icon_word.png") right center/16px 16px no-repeat}

.report dd.rep_link {
	width: 245px;
}
.report dd.rep_link div {
	margin: 0 auto;
	width: 230px;
	height: 40px;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt";
	font-weight: bold;
}

.report dd.rep_link div a {
	padding: 12px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #1C50A1 url(../img/arrow_white.png) 210px center no-repeat;
	background-size: 6px 12px;
	transition: opacity 0.3s ease-out;
}

.report dd.rep_link div a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.bottom_report {
		margin-top: 20px;
	}

	.report dl {
		padding: 15px 10px;
		flex-direction: column;
	}

	.report dt {
		margin: 0 0 8px 0; 
		width: 100%;

	}
	.report dd.rep_txt {
		margin: 0 0 8px 0; 
		width: 100%;
		line-height: 1.4;
	}

	.report dd.rep_link {
		width: 100%;
	}
	.report dd.rep_link div {
		width: 100%;
	}

	.report dd.rep_link div a {
		background-position: 90%;
	}
}


/*--------------------------------------------------------------------------------
 INNER CONTENTS COMMON
-------------------------------------------------------------------------------- */
.mv {
	padding: 60px 0;
	width: 100%;
	height: 260px;
	text-align: center;
	background-color: #8EA7BF;
	background-position: center center;
	background-size: 1386px 260px;
	background-repeat: no-repeat;
}

.company .mv {background-image: url(../img/main_company.jpg);}
.service .mv {background-image: url(../img/main_service.jpg);}
.recruit .mv {background-image: url(../img/main_recruit.jpg);}

.other_mv {
	padding: 25px 0;
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #8EA7BF;
}

.info_mv {
	padding: 11px 0;
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #8EA7BF;
}

h1 {
	font-size: 34px; font-size: 3.4rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.2em;
}

h1 span {
	font-size: 16px; font-size: 1.6rem;
	font-weight: nomal;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}

.intro {
	width: 100%;
	background: url(../img/bg_dot.png);
}
@media screen and (max-width: 640px) {
	.mv {
		padding: 25px 0;
		width: 100%;
		height: 140px;
		background-size: 200%;
	}

	.other_mv {
		padding: 15px 0;
		width: 100%;
		height: 130px;
	}

	h1 {font-size: 28px; font-size: 2.8rem;}
	h1 span {font-size: 14px; font-size: 1.rem;}
	.intro {background-size: 6%;}
}

/*--------------------------------------------------------------------------------
 COMPANY
-------------------------------------------------------------------------------- */
/* MESSAGE */
.company_message {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #E9E9E9;
	overflow: hidden;
}

.company_message_txt {
	margin: 0;
	padding: 100px 40px 0 40px;
	width: 500px;
	height: auto;
	float: left;	
}

.company_message p {
	margin: 0 auto 42px;
	padding: 0;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.7em;
}

.company_message_signature {
	text-align: right;
}

.company_message_pct {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 680px;
	float: right;
	overflow: visible;
}

.company_message_pct img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.company_message {
		width: 100%;
		height: auto;
		background-color: #FFF;
	}

	.company_message_txt {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		float: none;	
	}

	.company_message p {
		margin: 0 auto 30px;
		font-size: 16px; font-size: 1.6rem;
		line-height: 1.6em;
	}
	
	.company_message_pct {
		margin: 0 auto;
		width: 70%;
		height: auto;
		float: none;
		overflow: auto;
	}
}

/* TOPMESSAGE NEW 202507 */
.company_topmessage {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 50px;
	background-color: #E9E9E9;
	overflow: hidden;
}

.company_topmessage_txt {
	margin: 0;
	width: 550px;
	height: auto;
	float: left;	
}

.company_topmessage p {
	margin: 0 auto 1em;
	padding: 0;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.7em;
}

.company_topmessage_signature {
	text-align: right;
}

.company_topmessage_pct {
	margin: 0;
	padding: 0;
    width: 300px;
    height: 320px;
	float: right;
}
.company_topmessage_pct img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.company_topmessage {
		width: 100%;
		padding: 0;
		background-color: #FFF;
	}

	.company_topmessage_txt {
		margin: 0 auto;
		width: 100%;
		float: none;	
	}

	.company_topmessage p {
		margin: 0 auto 30px;
		font-size: 16px; font-size: 1.6rem;
		line-height: 1.6em;
	}
	
	.company_topmessage_pct {
		margin: 0 auto;
		width: 70%;
		height: auto;
		float: none;
		overflow: auto;
	}
}


/* OVERVIEW */
.overview dl {
	*zoom: 1;
	padding: 40px 10px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.3em;
	border-bottom: 1px solid #A6A6A6;
}

.overview dl:first-child {
	border-top: 1px solid #A6A6A6;
}

.overview dl:after {
	content: "";
	display: table;
	clear: both;
}

.overview dl dt {
	width: 190px;
	float: left;
}

.overview dl dd {
	margin-left:;
	overflow: hidden;
}

.overview dl li {
	margin-bottom: 0.7em;
}

.overview dl li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.overview dl {
		padding: 1em 5px;
		font-size: 15px; font-size: 1.5rem;
		line-height: 1.3em;
	}
	.overview dl dt {
		width: 30%;
	}
	.overview dl li {
		margin-bottom: 0.7em;
	}
}

/* REGISTRATION */
.registration {
	padding: 40px 10px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4em;
	letter-spacing: 0;
	border-top: 1px solid #A6A6A6;
	overflow: hidden;
}

.registration_head {
	width: 240px;
	line-height: 1.4em;
	float: left;
} 

.registration_item {
	width: 710px;
	float: right;
}

.registration_item dl {
	*zoom: 1;
	padding: 0.5em 10px;
	float: left;
}

.registration_item dl:after {
	content: "";
	display: table;
	clear: both;
}

.registration_item dl dt {
	width: 367px;
	float: left;
}

.registration_item dl dd {
	width: 323px;
	overflow: hidden;
}

.registration_item dl li {
	margin-bottom: 0.7em;
}

.registration_dtl {
	padding-top: 0.7em	
}

.btn_registration_dtl {
	margin: 10px auto 0;
	width: 323px;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}

.btn_registration_dtl a {
	padding: 12px;
	height: 45px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #1C50A1 url(../img/arrow_nw.png) 297px center no-repeat;
	background-size: 11px 11px;
	transition: opacity 0.3s ease-out;
}

.btn_registration_dtl a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.registration {
		padding: 1em 5px;
		font-size: 14px; font-size: 1.4rem;
	}
	
	.registration_head {
		width: 100%;
		float: none;
	} 
	
	.registration_item {
		width: 100%;
		float: none;
	}
	
	.registration_item dl {
		float: none;
	}
	
	.registration_item dl dt {
		margin-bottom: 0.5em;
		padding-left: 1em;
		text-indent: -1em;
		width: 100%;
		float: none;
	}
	
	.registration_item dl dd {
		text-indent: 1em;
		width: 100%;
	}
	
	.registration_dtl {
		padding-top: 0.5em	
	}
	
	.btn_registration_dtl {
		width: 94%;
	}
	
	.btn_registration_dtl a {
		background-position: 95% center;
	}
}

/* LICENSE */
.license {
	padding: 40px 10px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4em;
	letter-spacing: 0;
	border-top: 1px solid #A6A6A6;
	overflow: hidden;
}

.license_head {
	width: 240px;
	line-height: 1.4em;
	float: left;
} 

.license_item {
	width: 710px;
	float: right;
}

.license_item dl {
	*zoom: 1;
	padding: 0.5em 10px;
	float: left;
}

.license_item dl:after {
	content: "";
	display: table;
	clear: both;
}

.license_item dl dt {
	width: 367px;
	float: left;
}

.license_item dl dd {
	width: 323px;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.license {
		padding: 1em 5px;
		font-size: 14px; font-size: 1.4rem;
	}

	.license_head {
		width: 100%;
		float: none;
	} 

	.license_item {
		width: 100%;
		float: none;
	}
	
	.license_item dl {
		float: none;
	}
	
	.license_item dl dt {
		padding-left: 1em;
		text-indent: -1em;
		width: 85%;
	}
	
	.license_item dl dd {
		width: 15%;
		text-align: right;
	}
}

/* CERTIFICATION */
.certification {
	padding: 0 10px 40px 280px;
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 0;
	border-bottom: 1px solid #A6A6A6;
}

.certification ul {
	overflow: hidden;
}

.certification ul li {
	margin-right: 50px;
	width: 320px;
	float: left;
}

.certification ul li:last-child {
	margin-right: 0;
}

.certification_logo {
	margin-bottom: 5px;
	width: 100%;
}

.certification_logo img {
	width: 100%;
}

.pdf_link a {
	padding: 0 0 0 1.2em;
	color: #1C50A1;
	text-decoration: none;
	background: url(../img/point_pdf.png) left center no-repeat;
	background-size: 0.8em;
}

.pdf_link a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.certification {
		padding: 0 10px 20px 10px;
		font-size: 14px; font-size: 1.4rem;
	}
	
	.certification ul li {
		margin-right: 30px;
		width: calc(50% - 15px);
	}
}

/* ACCESS */
.accesss h3 {
	margin: 0 0 10px 0;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	color: #0A2241;
}

.googlemap {
	margin: 0 0 25px 0;
}

ul.map_info {
	margin: 0 0 10px 0;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.5em;
	overflow: hidden;
}

ul.map_info li {
	width: 50%;
	float: left;
}

.accesss_2nd {
	margin-top: 80px;
}
@media screen and (max-width: 640px) {
	.accesss h3 {
		font-size: 18px; font-size: 1.8rem;
	}
	
	ul.map_info li {
		width: 100%;
		float: none;
	}
	
	.accesss_2nd {
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------------------------
 SERVICE
-------------------------------------------------------------------------------- */
/* SERVICE TOP */
.service_intro {
	margin: auto;
	padding: 80px 0;
	width: 1000px;
	font-size: 24px; font-size: 2.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	line-height: 1.65em;
}

.service_top li {
	margin: 0 0 50px 0;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}

.service_top li:last-child {
	margin-bottom: 0;
}

.service_top_pct {
	width: 500px;
	height: 260px;
	float: left;
}

.service_top_pct img {
	width: 100%;
}

.service_info {
	padding: 30px 30px 0 30px ;
	width: 500px;
	float: right;
}

.service_info h3 {
	margin: 0 0 20px 0;
	font-size: 26px; font-size:2.6rem;
	font-weight: bold;
}

.service1 h3 {color: #48A8C0;}
.service2 h3 {color: #EF9F31;}
.service3 h3 {color: #D85514;}
.service4 h3 {color: #40962B;}
.service5 h3 {color: #808080;}

.service_info ul li {
	margin: 0 0 10px 0;
 	padding-left: 1em;
	text-indent: -0.5em;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.2em;
	list-style: disc inside;
 }

.btn_service {
	margin: 18px auto 0;
	width: 440px;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}

.btn_service a {
	padding: 20px;
	height: 60px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url(../img/arrow_white.png) 408px center no-repeat;
	background-size: 6px 12px;
	transition: opacity 0.3s ease-out;
}

.service1 .btn_service a {background-color: #48A8C0;}
.service2 .btn_service a {background-color: #EF9F31;}
.service3 .btn_service a {background-color: #D85514;}
.service4 .btn_service a {background-color: #40962B;}
.service5 .btn_service a {background-color: #808080;}

.btn_service a:hover {opacity: 0.7;}
@media screen and (max-width: 640px) {
	.service_intro {
		padding: 40px 0;
		width: calc(100% - 40px);
		font-size: 20px; font-size: 2.0rem;
		line-height: 1.65em;
	}

	.service_top li {
		margin: 0 0 30px 0;
	}

	.service_top_pct {
		width: 100%;
		height: auto;
		float: none;
	}

	.service_info {
		padding: 20px;
		width: 100%;
		float: none;
	}
	
	.service_info h3 {
		margin: 0 0 10px 0;
		font-size: 24px; font-size:2.4rem;
	}

	.service_info ul li {
		margin: 0 0 8px 0;
		font-size: 15px; font-size: 1.5rem;
	 }

	.btn_service {
			width: 100%;
	}

	.btn_service a {
		padding: 18px;
		height: 56px;
		background-position: 95% center;
	}
}

/* SERVICE COMMON */
.service_head {
	padding: 75px 0;
	text-align: center;
}

.service_head h2 {
	font-size: 46px; font-size: 4.6rem;
	font-weight: lighter;
}

.cleaning h2 {color: #48A8C0;}
.facility h2 {color: #EF9F31;}
.waste h2    {color: #D85514;}
.security h2 {color: #40962B;}
.other h2    {color: #808080;}

.service_head h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

.service_head h2:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.facility h2:before {background-color: #EF9F31;}
.waste h2:before {background-color: #D85514;}
.security h2:before {background-color: #40962B;}
.other h2:before {background-color: #808080;}

.service_head p {
	margin: 15px 0 0 0;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.4em;
}

ul.service_list {
	overflow: hidden;
}

ul.service_list li {
	margin: 0 50px 40px 0;
	width: 475px;
	background: #FFF;
	float: left;
}

ul.service_list li:nth-child(even) {
	margin-right: 0;
}

ul.service_list li:nth-last-child(2) {
	margin-bottom: 0;
}

ul.service_list li:last-child {
	margin-bottom: 0;
}

.service_list_pct {
	width: 100%;
	height: auto;
}

.service_list_pct img {
	width: 100%;
}

.service_list_txt {
	padding: 30px
}

.service_list_txt h4 {
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
}

.cleaning_list h4 {color: #48A8C0;}
.facility_list h4 {color: #EF9F31;}
.waste_list h4    {color: #D85514;}
.security_list h4 {color: #40962B;}
.other_list h4    {color: #808080;}

.service_list_txt p {
	margin: 25px auto  0;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6em;
}
@media screen and (max-width: 640px) {
	.service_head {
		padding: 40px 0;
		text-align: center;
	}

	.service_head h2 {
		font-size: 42px; font-size: 4.2rem;
	}

	.service_head h2 {
		margin-bottom: 0.6em;
	}

	.service_head h2:before {
		  bottom: -20px;
	}

	.service_head p {
		margin: 15px 0 0 0;
		font-size: 16px; font-size: 1.6rem;
	}

	ul.service_list li {
		margin: 0 0 30px 0;
		width: 100%;
		float: none;
	}

	ul.service_list li:nth-last-child(2) {
		margin-bottom: 30px;
	}
	
	.service_list_txt {
		padding: 20px
	}
	
	.service_list_txt p {
		margin: 18px auto  0;
		font-size: 16px; font-size: 1.6rem;
		line-height: 1.4em;
	}
}

/* CLEANING */
.cleaning ul {
	width: 100%;
	overflow: hidden;
}

.cleaning ul li {
	width: calc(100% / 5);
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	float: left;
}

.cleaning ul li a {
	padding: 10px 10px 22px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #787878 url(../img/arrow_down_white.png) center 85% no-repeat;
	background-size: 12px 6px;
	transition: opacity 0.3s ease-out;
}

.cleaning ul li a:hover {opacity: 0.7;}

.cleaning ul li {
	border-left: 1px solid #FFF;
}

.cleaning_list h3 {
	margin: 0 0 40px 0; 
	font-size: 30px; font-size: 3.0rem;
	font-weight: bold;
	color: #0A2241;
}

.cleaning_txt {
	margin: 0 0 40px 0; 
	font-size: 17px; font-size: 1.7rem;
	line-height: 1.6em;
}
@media screen and (max-width: 640px) {
	.cleaning ul li {
		font-size: 14px; font-size: 1.4rem;
		line-height: 1.3em;
		letter-spacing: 0;
	}
	
	.cleaning ul li a {
		padding: 10px 5px 22px;
		min-height: 70px;
		display: block;
		color: #FFF;
		text-decoration: none;
		background: #787878 url(../img/arrow_down_white.png) center 85% no-repeat;
		background-size: 12px 6px;
		transition: opacity 0.3s ease-out;
	}
	
	.cleaning ul li a:hover {opacity: 0.7;}
	
	.cleaning ul li {
		border-left: 1px solid #FFF;
	}
	
	.cleaning_list h3 {
		margin: 0 0 20px 0; 
		font-size: 26px; font-size: 2.6rem;
	}
	
	.cleaning_txt {
		margin: 0 0 20px 0; 
		font-size: 16px; font-size: 1.6rem;
		line-height: 1.5em;
	}
}

/*--------------------------------------------------------------------------------
RECRUIT
-------------------------------------------------------------------------------- */
.recruit_intro {
	margin: 0 auto;
	padding: 80px 0;
	width: 1000px;
	overflow: hidden;
}

p.recruit_copy {
	width: 400px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	color: #1C50A1;
	line-height: 1.7em;
	float: left;
}

p.recruit_txt {
	width: 590px;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.7em;
	float: right;
}

ul.recruit_pct {
	margin-bottom: 50px;
	overflow: hidden;
}

ul.recruit_pct li {
	margin-right: 50px;
	width: 475px;
	float: left;
}

ul.recruit_pct  li:last-child {
	margin-right: 0;
}

ul.recruit_pct li img {
	width: 100%;
}

.recruit_link {
	margin-bottom: 40px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	color: #1C50A1;
	line-height: 1.7em;
	text-align: center;
}

.recruit_link_btn {
	margin: 0 auto;
	width: 480px;
}

.recruit_link_btn img {
	width: 252px;
	height:	auto;
}

.recruit_link_btn a {
	padding: 80px 114px;
	display: block;
	text-decoration: none;
	background: #FFF url(../img/arrow_nwbox.png) right bottom no-repeat;
	background-size: 40px 40px;
	transition: opacity 0.3s ease-out;
}

.recruit_link_btn a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.recruit_intro {
		padding: 40px 0 0 0;
		width: calc(100% - 40px);
	}

	p.recruit_copy {
		margin-bottom: 20px;
		width: 100%;
		font-size: 18px; font-size: 1.8rem;
		float: none;
	}
	
	p.recruit_txt {
		width: 100%;
		font-size: 15px; font-size: 1.5rem;
		float: none;
	}
	
	ul.recruit_pct {
		margin-bottom: 30px;
	}
	
	ul.recruit_pct li {
		margin: 0 0 30px 0;
		width: 100%;
		float: none;
	}
	
	ul.recruit_pct  li:last-child {
		margin-bottom: 0;
	}
	
	.recruit_link {
		margin-bottom: 30px;
		font-size: 18px; font-size: 1.8rem;
		font-weight: bold;
		text-align: left;
	}

	.recruit_link_btn {
		margin: 0 auto;
		width: 100%;
	}

	.recruit_link_btn img {
		width: 100%;
		height:	auto;
	}

	.recruit_link_btn a {
		padding: 60px 80px;
	}
}

/*--------------------------------------------------------------------------------
 CONTACT
-------------------------------------------------------------------------------- */
.contact_txt {
	margin: 0 0 50px 0;
	font-size: 17px; font-size: 1.7rem;
	line-height: 1.7em;
}

.red {
	color: #AA0000;
}

.contact_form dl {
	*zoom: 1;
	font-size: 17px; font-size: 1.7rem;
	border-bottom: 1px solid #A6A6A6;
}

.contact_form dl:first-child {
	border-top: 1px solid #A6A6A6;
}

.contact_form dl:after {
	content: "";
	display: table;
	clear: both;
}

.contact_form dl dt {
	padding: 35px 10px;
	width: 300px;
	float: left;
}

.contact_form dl dd {
	padding: 25px 10px;
}

.contact_form dl dd select {
	width: 320px;
	height: 45px;
	line-height: 1.5em;
	font-size: 17px; font-size: 1.7rem;
	color: #5F666D;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	display: inline-block;
	padding: 0.5em 3.5em 0.5em 1em;
	background: #FFF url(../img/arrow_gray_d.png) 95% center no-repeat;
	background-size: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact_form dl dd textarea {
	width: 670px;
	padding: 5px;
	color: #5F666D;
	border: 1px solid #BFBFBF;
	font-size: 17px; font-size: 1.7rem;
}

.contact_form dl dd input {
	width: 670px;
	padding: 5px;
	height: 45px;
	color: #5F666D;
	font-size: 17px; font-size: 1.7rem;
	border: 1px solid #BFBFBF;
}

.form_zip input {width: 200px !important;}
.form_tel input {width: 200px !important;}

.contact_form p {margin-top: 1em;}

.form_submit {
	margin: 30px auto 15px;
	width: 230px;
}

.form_submit input {
	width: 100%;
	height: 50px;
	font-size: 17px; font-size: 1.7rem;
	font-weight: bold;
	color: #FFF;
	border: none;
	background: #5F666D;
	transition: opacity 0.3s ease-out;
}

.form_submit input:hover {
	opacity: 0.7;
}

.form_notice {
	text-align: center;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.7em;
	letter-spacing: 0;
	color: #AA0000;
}
@media screen and (max-width: 640px) {
	.contact_txt {
		font-size: 15px; font-size: 1.5rem;
		line-height: 1.5em;
	}

	.contact_form dl {
		font-size: 16px; font-size: 1.6rem;
	}

	.contact_form dl dt {
		padding: 25px 0 15px;
		width: 100%;
		float: none;
	}

	.contact_form dl dd {
		padding: 0 0 20px 0;
	}
	
	.contact_form dl dd select {
		width: 100%;
	}

	.contact_form dl dd textarea {
		width: 100%;
		font-size: 16px; font-size: 1.6rem;
	}

	.contact_form dl dd input {
		width: 100%;
		font-size: 16px; font-size: 1.6rem;
	}

	.form_zip input {width: 50% !important;}
	.form_tel input {width: 100% !important;}

	.form_submit {
		margin: 20px auto 15px;
		width: 100%;
	}
}


/*--------------------------------------------------------------------------------
 PAGETOP BUTTON
-------------------------------------------------------------------------------- */
#pagetop {
	width: 78px;
    position: fixed;
    right: 30px;
    bottom: 90px;
    cursor:pointer;
}

#pagetop img {
	width: 100%;
	transition: opacity 0.3s ease-out;
}

#pagetop img:hover {
	opacity: 0.5;
}
@media screen and (max-width: 640px) {
	#pagetop {
		width: 50px;
		bottom: 50px;
	}
}

/*--------------------------------------------------------------------------------
 FOOTER
-------------------------------------------------------------------------------- */
.content-wrap-bl {
	padding: 50px 0 80px 0;
	width: 100%;
	height: auto;
	background: #1E5193;
}

.content-wrap-dg {
	padding: 50px;
	width: 100%;
	height: auto;
	background: #808080;
}

@media screen and (max-width: 640px) {
	.content-wrap-bl {
		padding: 40px 0;
	}
	
	.content-wrap-dg {
		display: none;
	}
}

/* CONTACT(FOOTER) */
.footer_contact {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
}

.footer_contact_ttl {
	width: 500px;
	float: left;
}

.footer_contact p.ttl-sub {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	font-size: 11px; font-size: 1.1rem;
	font-family: 'Lato', sans-serif;
	color: #FFF;
	background:url(../img/point_ttl_y.png) left center no-repeat;
}

.footer_contact h2 {
	margin: 0 0 40px 0;
	font-size: 30px; font-size: 3.0rem;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
}

.footer_contact_txt {
	margin: 30px 0 0 0;
	width: 400px;
	text-align: right;
	color: #FFF;
	float: right;
}

ul.footer_contact li {
	width: 480px;
	height: 217px;
	text-align: center;
	background-color: #FFF;
	border-radius: 8px;
}

ul.footer_contact li:first-child {float: left;}
ul.footer_contact li:last-child {float: right;}

ul.footer_contact li h3 {
	margin: 46px 0 0 0;
	font-size: 20px; font-size: 2.0rem;
}

.footer_tel {
	margin: 35px auto 5px;
	width: 295px;
}

.footer_tel img {
	width: 100%;
}

.btn_footer_contact {
	margin: 46px auto 0;
}
@media screen and (max-width: 640px) {
	.footer_contact {
		width: calc(100% - 40px);
	}

	.footer_contact_ttl {
		width: 100%;
		float: none;
	}

	.footer_contact h2 {
		margin: 0 0 20px 0;
		font-size: 28px; font-size: 2.8rem;
	}

	.footer_contact_txt {
		margin: 10px 0 ;
		width: 100%;
		text-align: left;
		float: none;
	}

	ul.footer_contact li {
		padding: 20px;
		width: 100%;
		height: auto;
	}

	ul.footer_contact li:first-child {margin-bottom: 20px; float: none;}
	ul.footer_contact li:last-child {float: none;}

	ul.footer_contact li h3 {
		margin: 0;
		font-size: 20px; font-size: 2.0rem;
	}
	
	.footer_tel {
		margin: 20px auto 5px;
		width: 55%;
	}

	.btn_footer_contact {
		margin: 20px auto 0;
	}
}

/* PAGE LIST */
.footer_list {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color: #FFF;
	overflow: hidden;
}

.footer_list ul {
	overflow: hidden;
	float: left;
}

.footer_list ul li {
	margin: 0 10px 0 0;
	width: 162px;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4em;
	float: left;
	white-space: nowrap;
}

.footer_list ul li:first-child {width: 90px;}

.footer_list ul li a {
	color: #FFF;
	text-decoration: none;
}
.footer_list ul li a:hover {text-decoration: underline;}

.footer_list ul li ul li {
	margin-top: 10px;
	width: 162px;
	font-weight: normal;
}

.bold {font-weight: bold !important;}

.footer_add {
	padding: 0 0 0 50px;
	width: 315px;
	border-left: 1px solid #C0C0C0;
	float: right;
}

.footer_add h3 {
	margin-bottom: 18px;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.5em;
}

.footer_add p {
	line-height: 1.75em;
}

/* FOOTER BOTTOM */
.footer_bottom {
	display: flex;
    justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}
ul.footer_bottom_navi {
	display: flex;
    margin: 10px 0 0 0;
}
ul.footer_bottom_navi li {
    margin: 0 10px 0 0;
}
ul.footer_bottom_navi li a {
	color: #666;
	text-decoration: none;
}
ul.footer_bottom_navi li a:hover {
	text-decoration: underline;
}

.copyright {
    text-align: right;
}
.copy {
	margin: 0 0 15px 0;
	font-size: 13px; font-size: 1.3rem;
}
.footer_logo {
    display: inline-block;
    margin: 0;
	width: 120px;
}
.footer_logo img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.footer_bottom {
        flex-direction: column;
		padding: 15px 0;
		width: calc(100% - 40px);
	}
	
    ul.footer_bottom_navi {
        flex-direction: column;
        margin: 0 0 10px 0;
    }
    ul.footer_bottom_navi li {
        margin: 0 0 10px 0;
    }
    .copy {
        margin: 0 0 10px 0;
    }
}
