@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  height: 100%;
}
body {
	color: #222;
	background: rgb(255, 255, 255);
	font-family: Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-weight: 500;
	word-wrap: break-word;
	height: 100%;
	line-height: 1.8;
}
.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section,
article {
	display: block;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img {
	filter: brightness(120%);
}
li {list-style-type: none;}
a {
	color: #0067b2;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0067b2;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
/*パソコンにはパソコン用のスマホにはスマホ用の改行を作る-
 お問い合わせ・<br class="br-sp">ご相談 */
@media screen and (min-width: 481px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header.fixed {
	background-color: #fff;
}
header h1 a img{
	display: block;
	position: absolute;
	filter: drop-shadow(0px 0px 2px #fff);
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}
header .tel i {
	font-size: 18px;
	margin-right: 5px;
}
.pankuzu{
    font-size: 13px;
    line-height: 30px;
    color: #fbfbfb;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(7,137,209);
    background: linear-gradient(90deg, rgba(7,137,209,1) 0%, rgba(7,116,157,1) 100%, rgba(25,195,230,1) 100%);
}
.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.pankuzu li {
	display: inline-block;
}
.pankuzu li a {
	text-decoration: none;
	color: #DDD;
}
.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}
.pankuzu li a:hover {
	color: #FFF;
}
.pankuzu li i {
	padding-right: 5px;
}
/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #F2F6F7;
	padding-top: 80px;
	padding-bottom: 40px;
}
.cont_wrap{
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    position: relative;
}
.cont_wrap:after {
   content: "";
   display: block;
   clear: both;
}
#sub_top{
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    height: 40vh;
    padding-top: 18vh;
    width: 100%;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.1em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#sub_top h1{
    font-size: 38px;
}
#sub_top p{
    font-size: 22px;
}
img {
	max-width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}
.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 50px;
	right: 0;
	bottom: 0;
}
.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}
.text-right{ text-align:right;}
.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #455E65;
}
.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}
.content .cont_wrap .txt_box{
    background-color: #E6EDEE;
    padding: 20px;
    margin: 20px 0;
}
.content .cont_wrap .txt_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6CACD;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #333;
}
.content .cont_wrap .txt_box h3::after {
	display: none;
}

a.ap {
	padding-top: 100px;
	margin-top: -100px;
}
a.form {
    padding-top: 100px;
    margin-top: -100px;
}
/*
btn
-------------------------------------------*/
.btn_cnt a{
    font-size: 15px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 240px;
    background-color: #0166b1;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 1.3;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    clear: both;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
border: 1px solid #0166b1;
}
.btn_cnt a i{
    padding-left: 10px
}
.btn_cnt a:hover{
    color: #0166b1;
    border: 1px solid #0166b1;
    background-color: #FFF;
}
.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}

/*
to_top
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a{
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 60px;
}
.to_top a:hover{
	background-color: #2794e9;
	color: #FFF;
}
/*
footer
-------------------------------------------*/
footer{
    color: #fff;
    clear: both;
    width: 100%;
    display: block;
    padding-top: 40px;
    background: rgb(7,137,209);
    background: linear-gradient(90deg, rgba(7,137,209,1) 0%, rgba(7,116,157,1) 100%, rgba(25,195,230,1) 100%);
}
footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .cont_wrap .f_box {
	width: 50%;
	padding: 10px;
}
footer .cont_wrap .f_box.lg {
	width: 50%;
}
footer .cont_wrap p {
	font-size: 14px;
}
footer .cont_wrap ul {
	padding: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
footer .cont_wrap ul li a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	position: relative;
}
footer .cont_wrap ul li.contact a{
	text-align: center;
	color: #0365b0;
	background-color: #fff;
	padding: 2px 12px;
	border-radius: 4px;
}
footer .cont_wrap ul li.contact a:hover {
	color: #666;
}
footer .cont_wrap ul li.contact a::before {
	display: none;
}
footer .cont_wrap ul li a::before {
	content: "・ ";
	color: #999;
}
footer .cont_wrap ul li a:hover {
	color: #ccc;
}
.Copyright{
    text-align: center;
    background: #333;
    font-size: 12px;
    padding: 1em 0;
    margin-top: 80px;
    letter-spacing: 0.85px;
}
/*
table
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
	font-size: 15px;
}
.content table.table_01 th {
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 33%;
    background: #eee;
}
.content table.table_01 td {
	line-height: 30px;
	background-color: #FFF;
}
.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}
.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

/*
コンテンツボックス
-------------------------------------------*/
.box_cont{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    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;
    padding: 100px 20px;
}
.box_cont .box_c_in{
    width: 48%;
    min-height: 200px;
    padding: 10px 40px;
    border: 1px solid #CFDEE0;
    background: #f2f6f8;
    margin-bottom: 30px;
}
.box_cont .box_c_in:hover{
    background-color: #FFF;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
}
.box_cont .box_c_in img{
    max-width: 100%;
    padding: 20px 0;
}
.box_cont .box_c_in h2{
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0167b1;
    position: relative;
}
.box_cont .box_c_in h2:after{
    content: '';
    height: 2px;
    background: #0366b2;
    width: 100%;
    position: absolute;
    left: 0;
    top: 85%;
}

@media screen and (min-width:960px){
	body {font-size: 16px;}
	/*ヘッダー
	-------------------------------------------*/
	header {height: 110px;}
		header h1 a img{
		top: 33px;
		left: 10px;
		height: 44px;
		width: 300px;
	}
	.menu_btn,.btn_close {display: none;}
	header .tel{
		display: block;
		text-align: right;
		color: #222;
		font-size: 24px;
		padding-top: 7px;
		padding-right: 1%;
		text-decoration: none;
		text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff;
	}
	#g_navi {
		position: absolute;
		right: 10px;
		top: 50px;
		width: auto;
		margin-left: 200px;
		display: block !important;
		z-index: 1000;
	}
	#g_navi ul li{display: inline;}
	#g_navi li a{
		width: auto;
		padding: 10px;
		line-height: 30px;
		display: block;
		color: #111;
		text-decoration: none;
		text-align: center;
	position: relative;
		float: left;
		letter-spacing: 1px;
		font-size: 15px;
		font-weight: 600;
		text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff;
	}
	#g_navi li:last-of-type a{text-shadow: none;}
	#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(17,187,221,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	}
	#g_navi li a:hover::before {
	background-color: rgba(17,187,221, 1);
	top:0px;
	width: 80%;
	left: 10%;
	}
	#g_navi li a:hover {color: #0067b2 !important;}
	#g_navi.txt_w li a {color: #FFF;}
	header.fixed #g_navi.txt_w li a {color: #111;}
	#g_navi li.contact a{
    background-color: #0067b2;
    border: 1px solid #0067b2;
    color: #FFF !important;
    padding: 0.5em 20px;
    margin-left: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	}
	#g_navi li.contact a:hover {
	background-color: #FFF;
	color: #0067b2 !important;
	}
	#g_navi li.contact a::before {display: none;}
	/*下層ヘッダー
	-------------------------------------------*/
	#sub_top.service {background-image: url(../img/sub_top_service.jpg);}
	#sub_top.about {background-image: url(../img/sub_top_about.jpg);}
	#sub_top.recruit {background-image: url(../img/sub_top_recruit.jpg);}
	#sub_top.equipment {background-image: url(../img/sub_top_equipment.jpg);}
	#sub_top.contact {background-image: url(../img/sub_top_contact.jpg);}
	.no_pc {display: none !important;}
}
/*-- /960px～ --*/

@media screen and (min-width:1200px){
	header h1 a img {left: 50%;margin-left: -590px;}
	header #g_navi {right: 50%;margin-right: -590px;}
}

@media screen and (max-width:960px){
	body {font-size: 16px;}
	body.fixed {overflow: hidden;}
	header .tel{display: none;}
	.content h4 {margin-right: 10px;margin-left: 10px;}

	/*メニューボタン
	-------------------------------------------*/
	.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	}
	.menu_btn span {
	width: 28px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #0067b2;
	}
	.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
	}
	.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
	}
	.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
	}
	.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
	}
	.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
	}
	.menu_btn.opened span {background-color: #7BC;}
	.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
	}
	.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
	}
	.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
	}
	/*グローバルナビ
	-------------------------------------------*/
	#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #F2F6F7;
	background-color: rgba(242,246,247,0.85);
	display: none;
	}
	#g_navi ul {margin: 80px 8%;}
	#g_navi ul li a{
	color: #111;
	text-decoration: none;
	display: block;
	padding: 1em 0;
	font-weight: 600;
	border-bottom: dotted 1px #ccc;
	}
	#g_navi ul li a:hover {color: #0067b2;}
	#g_navi ul li.contact a{
	text-align: center;
	background-color: #0067b2;
	border: 1px solid #0067b2;
	color: #FFF;
	width: 100%;
	margin-top: 15px;
	}
	#g_navi ul li.contact a:hover {
	background-color: #FFF;
	border: 1px solid #0067b2;
	color: #0067b2;
	}
	.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
	}
	/* ヘッダー
-------------------------------------------*/
	header {height: 70px;}
	header h1 a img{top: 15px;left: 3%;height: 32px;}
	header .h_menu {display: none;}
	#sub_top{background-size: cover;}
	#sub_top.about {background-image: url(../img/sub_top_about_sp.jpg);}
	#sub_top.service {background-image: url(../img/sub_top_service_sp.jpg);}
	#sub_top.recruit {background-image: url(../img/sub_top_recruit_sp.jpg);}
	#sub_top.equipment {background-image: url(../img/sub_top_equipment_sp.jpg);}
	#sub_top.contact {background-image: url(../img/sub_top_contact_sp.jpg);}

	/*フッター
	-------------------------------------------*/
	footer .cont_wrap .f_box {width: 100%;text-align: center;}
	footer .cont_wrap .f_box.lg {width: 100%;}
	.no_sp {display: none;}
}
/*-- /～960px --*/

@media screen and (max-width:640px){
	#sub_top {height: 230px;padding-top: 100px;}
	.content {padding-top: 20px;}
	#sub_top h1{font-size: 30px;}
	#sub_top p{font-size: 18px;}
	.content p {margin-bottom: 20px;margin-top: 10px;text-align: justify;}
	.img_left,.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
	}
	.box_cont .box_c_in {width: 100%;padding: 10px 4%;}
	.content .cont_wrap .txt_box {margin-left: 0px;margin-right: 0px;}
	footer .cont_wrap .f_box:last-of-type{display: none;}
	.Copyright{margin-top: 20px;}
}

@media screen and (max-width:480px){
	header h1 a img{height: auto;width:70%;top: 20px;}
	input,textarea {max-width: 300px !important;}
	.content table.table_01 th,.content table.table_01 td {width: 100% !important;display: block;}
	#sub_top {font-size: 24px;}
	.content h2 {font-size: 22px !important;-webkit-font-feature-settings: "palt";font-feature-settings: "palt";}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
/*------------------------------*/
home
/*------------------------------*/
#index_top {
	min-height: 850px;
}
#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#index_top #top_catch{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 560px;
    height: 320px;
    color: #064c7f;
    background-color: rgb(255 255 255 / 40%);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 5px #333;
}
#index_top #top_catch h2{
	font-size: 50px;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	/*color: #ffed00;*/
}
#index_top #top_catch p{
	font-weight: 600;
	letter-spacing: 1px;
}
.content h2.cont-TTL{
	font-size: 36px;
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #15394A;
	font-weight: 500;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
}
.content h2 span{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 18px;
	color: #0166b1;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}
.content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	color: #2E94AD;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	letter-spacing: 0.05em;
}
.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #82CCD5;
	content: '';
}
.content h3 span {
	font-size: 15px;
	color: #555;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
    font-size: 20px;
    color: #3a6268;
    border-bottom: 1px dotted #ADC4C7;
    letter-spacing: 0;
    padding: 10px 10px 10px 1.5em;
    font-weight: 700;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 40px;
    position: relative;
}
.content h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #0167b1;
}
.content_about{
	margin: 60px 0;
}
.cont_top01{
	width: 45%;
	margin-right: 5%;
	float: left;
}
.cont_top01 h2{
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #3a6268;
}
.pic_top01{
	width: calc((100% - 45%) - 5%);
	margin: 0;
	float: right;
}
.pic_top01 img{
	width: 100%;
	height: auto;
}
/**/
#global-map{
    position: relative;
	height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(../img/map.svg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}
#global-map:before{
    content: '';
    background: rgb(15 25 34 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ripple{
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #0067b2;
    transform: scale(0.01,0.01);
    opacity: 0;
    animation: 3s ease-out 3s infinite running spread;
}
@keyframes spread {
  from {
    opacity: 1;
  }
  to {
    transform: scale(1,1);
    opacity: 0;
  }
}
.global-map-text{
    position: relative;
    z-index: 5;
    padding: 12% 0;
    color: #fff;
}
h2.cont-ttl{
    border-bottom: none;
    margin-bottom: 40px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 32px;
    position: relative;
    display: inline-block;
}
h2.cont-ttl:after{
    content: '';
    background: #ffed00;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}
h2.cont-ttl span{
    color: #fff;
}
#global-map ul{
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#global-map ul li{
    background: #ffed00;
    color: #222;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    padding: 0.5em 0;
    margin-bottom: 0.8em;
}
#global-map p{
    line-height: 2.4;
    font-weight: 600;
    margin-bottom: 50px;
}
/**/
.f-contact {
	width: 100%;
	height: auto;
	background-image: url(../img/f-contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 0 25%;
	position: relative;
}
.f-contact .box_in{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    position: absolute;
    color: #FFF;
    background-color: rgb(3 101 176 / 32%);
    text-align: center;
}
.f-contact h2 span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.f-contact .box_in p a.tel {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2;
}
.f-contact .box_in p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}
.f-contact .btn_cnt{
    margin-top: 20px;
}
/**/
.pick_up{
    width: 100%;
    margin-bottom: 40px;
}
.pick_up ul{
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pick_up ul li{
	width: 48%;
	position: relative;
}
.pick_up ul li a{
    display: block;
    overflow: hidden;
    max-height: 280px;
    position: relative;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.pick_up ul li a img{
	width: 100%;
	z-index: 0;
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(92,189,202,0.2);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.pick_up ul li a:hover::before{
	background-color: rgb(1 102 177 / 60%);
}
.pick_up ul li a div {
	color: #FFF;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}
.pick_up ul li a div span {
	font-size: 16px;
	letter-spacing: 2px;
}
@media screen and (max-width:1440px){
	.f-contact{padding: 0 0 35%;}
}
@media screen and (max-width:1080px){
	.f-contact{padding: 0 0 45%;}
}
@media screen and (max-width:1024px){
	#index_top #top_catch{width: 400px;height: 260px;}
	#index_top #top_catch h2 {font-size: 36px;}
}
@media screen and (max-width:800px){
	.f-contact{padding: 0 0 55%;}
	.cont_top01{width: 100%;margin-right: 0;float: none;}
	.pic_top01{width: 90%;margin: 0 auto;padding-top: 30px;float: none;}
	.cont_wrap{padding-bottom: 0;}
}
@media screen and (max-width:640px){
	#index_top #top_catch{bottom: 0;width: 90%;height: 200px;}
	#index_top #top_catch p {font-size: 14px;letter-spacing: 0;}
	.pick_up ul li {width: 100%;}
	.content h2.cont-TTL{font-size: 30px !important;margin-bottom: 40px;}
	.content h2 span{font-size: 16px;}
	.content h3{font-size: 20px;margin-bottom: 15px;padding: 15px 0 0 20px;}
	.content h3::after{left: 0;}
	.content h4{font-size: 18px;margin-left: 0;padding: 10px 0 10px 30px;}
	.content h4:before{left: 0;}
	.f-contact h2.cont-ttl{font-size: 24px;margin-bottom: 20px;}
	.f-contact h2 span{font-size: 16px;}
	.f-contact .box_in p a.tel{font-size: 20px;}
	.f-contact{padding: 0 0 65%;}
}
@media screen and (max-width:480px){
	#index_top #top_catch h2 {font-size: 30px;}
	.f-contact{padding: 0 0 100%;}
	.f-contact h2.cont-ttl{font-size: 18px;}
	#global-map ul li{font-size: 16px;}

}
@media screen and (max-width:320px){
	#global-map ul li {font-size: 16px;padding: 0.5em;}
}
/*
ABOUT
-------------------------------------------*/
.access-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gmap{
    height: 0;
    overflow: hidden;
    padding-bottom: 36.25%;
    position: relative;
    margin-bottom: 30px;
    width: 58%;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.p-company_access__info {
    width: 37%;
}
.p-company_access__info .address{
    border-left: 1px solid #0167b1;
    padding: 5px 25px;
    margin-bottom: 20px;
}
.p-company_access__info .map_btn {
    width: 250px;
}
.p-company_access__info a.more-link{
    color: #fff;
    line-height: 40px;
    padding: 10px 1em 10px 1em;
    position: relative;
    background: #000;
    border: 2px solid #000;
    text-align: center;
    z-index: 1;
    transition: 0.3s linear !important;
    display: block;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
}
@media screen and (max-width:768px){
	.access-area{display: block;}
	.gmap{margin-bottom: 20px;width: 100%;padding-bottom: 56.25%;}
	.p-company_access__info{width: 100%;}
}
@media screen and (max-width:640px){
	.service-list{width: 100%;margin: 30px 0;}
}
/*
SERVICE
-------------------------------------------*/
.service-list{
    background: #ffed00;
    width: 50%;
    border-radius: 20px;
    margin: 40px 0 0 0;
    padding: 20px 20px 20px 40px;
}
.service-list li{
    font-weight: 600;
    list-style-type: disc;
    line-height: 1.5;
    margin: 0.6em 0;
}
.cont_wrap p{
    margin-bottom: 1em;
}
.shaft-list{
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 2em 0;
}
.shaft-list li{
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.shaft-list li:before{
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #333;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
}
.shaft-list h5{
    color: #0167b1;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 0.3em 0.8em;
    margin-bottom: 0.5em;
}
.works_list li{
    display: block;
    float: left;
    width: 25%;
    padding: 20px;
    position: relative;
}
.works_list li a{
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #F2F6F7;
	position: relative;
}
.works_list li a:hover {
	background-color: #FFF;
	border: 1px solid #DDE7EA;
}
.works_list li img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.works_list li p {
	color: #111;
	text-align: center;
	margin: 0px;
}
@media screen and (max-width:768px){
	.works_list li{width: 50%;padding: 20px 10px;}
	.works_list li img{height: auto;}
}
@media screen and (max-width:640px){
	.works_list li{width: 100%;padding: 20px 0;}
}
/*
Recruit
-------------------------------------------*/
.recruit_list{
    margin-top: 30px;
}
.recruit_list li{
    display: block;
    float: left;
    width: 33%;
    padding: 20px;
    position: relative;
}
@media screen and (max-width:800px){
	.recruit_list li{padding: 10px;}
}
@media screen and (max-width:640px){
	.recruit_list li{width: 50%;}
}

/*
Contact
-------------------------------------------*/
.page-contact-box{
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 30px 5% 10px 5%;
	margin: 40px 0;
	text-align: center;
}
.page-contact-box ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.page-contact-box ul li {
    width: 30%;
}
form#mailformpro {
    width: auto;
    border-radius: 7px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}
form#mailformpro dl {
    width: 90%;
    overflow: hidden;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
form#mailformpro dl dt {
    clear: both;
    width: 30%;
    float: left;
    border-top: 1px solid #cccccc;
    text-align: right;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 8%;
}
form#mailformpro dl dt span {
    display: block;
    font-size: 80%;
    color: #648EB0;
    line-height: 120%;
}
form#mailformpro dl dd{
    width: 70%;
    float: right;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    padding-right: 5%;
    padding-bottom: 15px;
    padding-left: 3%;
    text-align: left;
}
form#mailformpro input, form#mailformpro select {
    height: 2.2em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    font-size: 16px;
    color: #505050;
    padding-left: 5px;
    padding-right: 5px;
    width: 100% !important;
}
form#mailformpro textarea{
    height: 120px !important;
    width: 100% !important;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    font-size: 16px;
    color: #505050;
    padding-left: 5px;
    padding-right: 5px;
}
form#mailformpro input#name_1, form#mailformpro input#name_2 {
    width: 160px !important;
}
form#mailformpro input#read_1, form#mailformpro input#read_2 {
    width: 90px !important;
}
form#mailformpro input#postal {
    width: 120px !important;
}
form#mailformpro #form_submit_button{
    width: 240px !important;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    line-height: 35px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #FFF;
    background-color: #0166b1;
    border: 1px solid #0166b1;
    border-radius: 5px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    margin: 40px auto 0;
    display: block;
}
form#mailformpro #form_submit_button:hover {
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #0166b1;
    color: #0166b1;
}
/*
equipment
___________________________________*/
.content .cont_wrap .txt_box.kensa{
    padding: 30px 5%;
}


@media screen and (max-width:960px) {
	.content .cont_wrap .box_left {
	width: 100%;
	float: none;
	}
	.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
	}
	.content .cont_wrap .box_right .fb-page {width: 100% !important;}

}
