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

body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

	font-size:16px;
	line-height:160%;
	color:#0A0A0A;
	margin:0;
	padding:0;
	background-color:#fff;
	font-feature-settings: "halt";
}

a{
	color:#005fa3;
	text-decoration: underline;
}
a:visited{
	color:#1533FF;
}
a:hover{
	color:#3399FF;
}


figure{
	padding: 0;
	margin: 0;
}
img{
	border:none;
}
table{
	width:100%;
	border-collapse: collapse;
}
table th,
table td{
	padding:6px;
}

form input,
form textarea{
	padding:10px; 
	font-size:1.3em; 
	border:solid 1px #ccc;
	border-radius: 3px;
}
form input[type="radio"]{
	width:20px;
}
form .form-error,
form .form-error p{
	text-align:center;
}
form .form-error ul{
	padding:0;
	color:#f00;
}
form .form-error ul li{
	display:inline;
}
form .form-error ul li:after{
	content:" / ";
}

.imgtxt{
	text-indent:-9999px;
	overflow:hidden;
}
.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}
.clear{
	clear:both;
}
.red{
	color:#f00;
}
.white{
	color:#fff;
}
.no-margin{
	margin:0;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.mawarikomi-l{
	float:left;
	margin:0 12px 12px 0;
}
.mawarikomi-r{
	float:right;
	margin:0 0 12px 12px;
}
.bgclr_sky{
	background-color: #f1f9fd;
}

.pc{
	display:inherit;
}
.smp{
	display:none;
}
.pc-center{/* PC時のみセンタリング */
	text-align:center;
}
.smp-center{
	text-align:left;
}

.flex{
	overflow:auto;
	display:flex;
	flex-wrap:wrap;
}
.flex .col-2,
.flex .col-3,
.flex .col-4,
.flex .col-5,
.flex .col-6,
.flex .col-7,
.flex .col-8,
.flex .col-9,
.flex .col-10{
	box-sizing:border-box;
	padding:0 0.5em; 
}
.flex .col-12{
	box-sizing:border-box;
	padding:0 0.5em; 
	margin-bottom:2em;
}

.flex .col-2{/*5分割*/
	width:16.6%;
}
.flex .col-3{/*4分割*/
	width:25%;
}
.flex .col-4{/*3分割*/
	width:33%;
}
.flex .col-5{
	width:41%;
}
.flex .col-6{/*2分割*/
	width:49.1%;
}
.flex .col-7{
	width:59%;
}
.flex .col-8{
	width:67%;
}
.flex .col-9{
	width:75%;
	float:left;
}
.flex .col-10{
	width:83%;
}
.flex .col-12{
	margin-bottom:0;
	width:100%;
}
.flex-space{
	justify-content: space-between;
}

/*img*/

.img-responsive{
	height:auto;
	max-width:100%;
}
.img-full{
	width:100%;
	height:auto;
}

/* 全体レイアウト */

main{
	display:block;
	margin:0 auto;
}
header{
	background-color: #005FA3;
	color: #fff;
}
header .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 93vw;
	margin: 0 auto;
}

header #gnav ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	margin-top: 0;
	flex-wrap: wrap;
}
header #gnav ul li{
	margin-left: 1.3vw;
}
header #gnav ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
header #gnav ul li a:hover{
	color: #00A99D;
}
header .rbox{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 55vw;
}
.phone{
	background: url("../img/header/ic_tel.png") no-repeat 0 0/contain;
	padding-left: 1.5em;
	padding-top: 0.5em;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 2.5em;
	margin: 0.4em 0 0.5em 0;
}
footer{
	padding: 5em 0;
	background: url("../img/footer/bg.png") no-repeat 0 0/cover;
	color: #fff;
}
footer .flex{
	display: flex;
	justify-content: space-between;
}
footer .flex .map{
	width:55%;
	
}
footer .flex .address{
	width:40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
footer .flex .address p{
	margin: 0 0 .2em 0;
}
footer .contact{
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin: 3em 0 0 0;
	padding: 1em 0;
}
footer .contact h2{
	text-align: center;
	font-size: 1.5em;
}
footer .contact ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: center;
}
footer .contact ul li{
	font-size: 2.2em;
	font-weight: bold;
	margin: .5em .5em;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 1em;
	padding: 0.5em 0 .65em 1.8em;
}

footer .contact ul li:nth-child(1){
	background-image: url("../img/footer/ic_tel.png");
}
footer .contact ul li:nth-child(2){
	background-image: url("../img/footer/ic_fax.png");
}
.copyright{
	text-align: center;
	padding: 1em 0;
	margin: 0;
}
.font_min{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


/*contents幅設定*/
.contents{
	width: 940px;
	margin: 0 auto;
}
/*contents＋ボーダー有*/
.contents-b{
	width: 940px;
	margin: 5em auto 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #c0e9f2;
	box-sizing: border-box;
}
/*contents＋padding有*/
.contents-pd{
	padding: 1.5em;
}


ul.sprites{
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#index #mainvis{
	background-color: #B5B6DF;
	position: relative;
	border-bottom: 7px solid #E6E6E6;
	background: url("../img/index/vis_bg.png") no-repeat 0 0/cover;
	height: 70vh;
	display: flex;
}
#index #mainvis h2{
	background: url("../img/index/vis_text.png") no-repeat center center/contain;
	width: 80vw;
	min-height: 100px;
	margin: auto;
	text-indent: -9999em;
}
#mainvis:before,
#mainvis_sub:before{
	display: block;
	content: "";
	position: absolute;
	top:0;
	border-style: solid;
	border-width: 15em 15em 0 0;
	border-color: #005FA3 transparent transparent transparent;
}
#mainvis:after,
#mainvis_sub:after{
	display: block;
	content: "";
	position: absolute;
	bottom:0;
	right: 0;
	z-index: 2;
	border-style: solid;
	border-width: 0 0 10em 10em;
	border-color: transparent transparent #005FA3 transparent;
}
#mainvis_sub{
	background-color: #B5B6DF;
	position: relative;
	height: 15em;
	display: flex;
}
 #mainvis_sub h2{
	text-align: center;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin: 0 auto;
	 flex-direction: column;
    justify-content: center;
	 font-size: 2.5vw;
	 line-height: 1em;
}
#mainvis_sub h2 span{
	font-family: 'Libre Baskerville', serif;
	font-size: 0.5em;
}


h2.cornertitle{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2em;
	line-height: 1.1;
	border-left: 3px solid #005FA3;
	padding: 0 1em .5em .75em;
	margin:0 0 1em 0;
	color: #005fa3;
}
.cornertitle span{
	font-size: .5em;
	font-family: "Times New Roman", Times, "serif";
	font-weight: normal;
}

.maintenance{
	padding: 5em 0;
}
.maintenance ul li{
	width: 222px;
	height: 209px;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.maintenance ul li:nth-child(1){
	background-image: url("../img/index/maintenance/1.png");
}
.maintenance ul li:nth-child(2){
	background-image: url("../img/index/maintenance/2.png");
}
.maintenance ul li:nth-child(3){
	background-image: url("../img/index/maintenance/3.png");
}
.maintenance ul li:nth-child(4){
	background-image: url("../img/index/maintenance/4.png");
}
#index .maintenance2{
	background:
		url("../img/index/maintenance/bg_bottom.png") no-repeat center top/100% auto,
		url("../img/index/no1_bg.png") no-repeat 0 0/cover;
	padding:10em 0 5em 0;
	text-align: center;
}
#index .maintenance2 h2{
	width: 500px;
	height: 277px;
	margin: auto;
	background: url("../img/index/no1_text.png") no-repeat 0 0 /contain;
	text-indent: -9999px;
}
#index .services{
	padding: 10em 0;
	background: #f1f9fd url(../img/index/maintenance/bg_bottom.png) no-repeat center top/100% auto;
}
.services .lead{
	margin: 0;
	background:url("../img/index/service/bgpt_no1.png") no-repeat 0 0/cover;
	max-width: 100%;
	height: 505px;
	padding-bottom: 20px;
	text-indent: -9999px;
}
#index .services .contents-b:nth-child(1){
	padding: 0;
}

#index .services ul{
	width: 795px;
	margin:1.5em auto 4em auto;
	flex-wrap: wrap;
}
#index .services ul li{
	width: 379px;
	height: 138px;
	margin-bottom: 2.2em;
	text-indent: -9999px;
}
#index .services ul li:nth-child(1){
	background: url("../img/index/service/text1.png") no-repeat;
	background-size: cover;
}
#index .services ul li:nth-child(2){
	background: url("../img/index/service/text2.png") no-repeat;
	background-size: cover;
}
#index .services ul li:nth-child(3){
	background: url("../img/index/service/text3.png") no-repeat;
	background-size: cover;
}
#index .services ul li:nth-child(4){
	background: url("../img/index/service/text4.png") no-repeat;
	background-size: cover;
}
.service-erea{
	background: url("../img/index/service/erea.png") no-repeat top right/contain;
}
.service-erea h3{
	color: #005fa3;
	font-weight: normal;
}
.service-erea .col-7{
	width: 70%;
}
#index .services .btn_blue{
	margin: 6em 0 4em 0;
}
#index .profile{
	padding: 5em 0;
	background: url("../img/index/company/bg.png") no-repeat right top/auto	85%;
}
#index .profile table{
	width: 64%;
}
#index .profile table th{
	width: 24%;
	text-align: left;
}
#index .profile table th,
#index .profile table td{
	border-bottom: 1px solid #E6E6E6;
	padding: 0.5em;
}
#index .profile table td ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 1em;
}
#index .profile table td ul li{
	width: 50%;
	font-size: 0.9em;
}
#index .profile table tr:last-child th,
#index .profile table tr:last-child td{
	border: none;
}

#index .memo{
	padding: 4em 0;
}
#index .memo h3{
	background-color: #005fa3;
	color: #FFFFFF;
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
	font-weight: normal;
}
#index .memo .contents-pd{
	background-color: #fff;
	margin-top: 0;
	border: 1px solid #c0e9f2;
}
#index .memo .contents-pd p{
	color: #005fa3;
}


/*業務紹介*/


.subpage{
	background: #f1f9fd url("../img/bg_subpage.png") no-repeat center top/contain;
	padding: 2em 0 0 0;
}
.ic_arrow{
	background: url("../img/ic_arrow.svg") no-repeat left top/1em auto;
	padding-left: 1.5em;
}
.blue{
	color: #005fa3;
}

#business #mainvis_sub{
	background: url("../img/business/vis_bg.png") no-repeat center center/cover;
}
#business .service-erea h2{
	margin: 0 0 1em 0;
}
#business .mainlead{
	text-align: center;
	font-weight: bold;
	padding-top: 2em;
}
#business .mainlead p{
	margin: 0.5em 0;
}
#business .mainlead p:nth-child(1){
	font-size: 1.8em;
}

#business .mainlead p:nth-child(2){
	font-size: 3em;
	line-height: 1.1em;
	color: #005fa3;
}
#business .mainlead p:nth-child(3){
	font-size: 1.5em;
}

/*#company*/
#company #mainvis_sub,
#contact #mainvis_sub,
#faq #mainvis_sub{
	background: url("../img/company/vis_bg.png") no-repeat center center/cover;
}
#company h2.cornertitle{
	margin: 3em 0 1em 0;
}
#company .contents-b{
	margin: 1.5em auto 0 auto;
	padding: 0;
}
#company .contents-pd.profile{
	padding: 3em 8em;
}
#company .profile table{
	text-align: left;
}
#company .profile table a{
	 color: #0A0A0A;
}
.table1 th{
	background-color: #56ada8;
	color: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;
	padding: 0.7em 5%;
	width: 30%;
	font-weight: normal;
}
.table1 td{
	border-bottom: 1px solid #e6e6e6;
	padding: 0.7em 5%;	
}
#company .table1 .flex{
	padding-left: 1em;
	justify-content: space-between;
}
#company .table1 .flex li{
	width: 45%;
}

#company .profile h3.ic_arrow{
	padding-left: 2em;
	margin-top: 2em;
}
#company .table2 th{
	border-bottom: 1px solid #e6e6e6;
	width: 20%;
	font-weight: normal;
	vertical-align: top;
}
#company .table2 tr:last-child th,
#company .table2 tr:last-child td{
	border: none;
}
#company .table2 td{
	border-bottom: 1px solid #e6e6e6;
	padding: 0.7em 0;	
}
#company .font_min{
	line-height: 1.5em;
}
#company .fs_l{
	font-size: 2em;
}
#company .fs_m{
	font-size: 1.3em;
}
#company .justify-center{
    display: flex;
    justify-content: center;
}

/*#flow*/
#flow #mainvis_sub{
	background: url("../img/flow/vis_bg.png") no-repeat center center/cover;
}
#flow h3{
	background-color: #56ada8;
	color: #FFFFFF;
	font-size: 1.4em;
	margin: 0;
	padding: 0.7em 1em;
}
#flow .flex .lbox h4{
	background-color: #888888;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}
#flow .flex .lbox{
	background-color: #dbdcdc;
	padding: 0;
}
#flow .flex .rbox h4{
	background-color: #376cb4;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}
#flow .contents-b .flex .rbox{
	background-color: #d2ddf0;
	padding: 0;
}
#flow .contents-b .flex{
	justify-content: space-between;
}
#flow .contents-b .pd{
	padding: 2em;
}

/*#faq*/
#faq h2.cornertitle{
	margin-bottom: 2em;
}
#faq h3{
	background: url("../img/faq/ic_q.svg") no-repeat left top/1.3em auto;
	padding-left: 2em;
	color: #005fa3;
	margin-top: 3em;
}
#faq .contents-b{
	padding-bottom: 0;
	margin-top: 0;
}

#faq ul.ic_q {
	list-style-type: none;
	padding: 0;
}
#faq ul.ic_q li{
	margin-bottom: 0.5em;
}
#faq ul.ic_q li a{
	background: url("../img/faq/ic_q.svg") no-repeat left center/contain;
	padding-left: 1.5em;
	color: #005fa3;
	text-decoration: underline;
}

/*#contact*/
#contact .contents-b{
	padding-bottom: 0;
}
#contact .tel{
	background: url("../img/contact/ic_tel.svg") no-repeat left top/contain;
	font-size: 2em;
	color: #005fa3;
	font-weight: bold;
	padding: 0.5em 0em 0.5em 2em;
}
#contact .green{
	background-color: #56ada8;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 0.5em;
	text-align: center;
}
#contact .mt{
	margin-top: 3em;
}
#contact .table1 th{
	text-align: left;
}
#contact .table1 td{
	 padding: 0.7em 1em 0.7em 1em;
}
#contact .table1 input,
#contact .table1 #textarea{
	width: 100%;
	box-sizing: border-box;
}
#contact #form1 .center input{
	width: 7em;
}

#works ul.ankerlink{
	list-style-type: none;
	line-height: 2.5;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#works ul.ankerlink li{
	background: url("../img/ic_arrow.svg") no-repeat left center/auto 50%;
	padding-left: 1.8em;
}
#works .contents-b{
	padding: 0;
}
#works .contents-b h3{
	font-size: 1.4em;
	padding-left: 1.5em;
	background: url("../img/ic_arrow.svg") no-repeat left center;
}
#works #mainvis_sub{
	background: url("../img/flow/vis_bg.png") no-repeat center center/cover;
}
#works .comment {
	padding-left:100px;
	background:url("../img/works/icon-man.png") no-repeat 0 center;
	min-height: 100px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 3em;
	margin: 1.5em 1.5em 3em 1.5em;
}
#works .comment .text{
	padding: .5em 1em;
	margin: .5em 0;
	background-color: #e8e8e8;
	border-radius: 8px;
}
#works .before-after{
	display: flex;
	margin-bottom: 3em;
}
#works .before-after figure figcaption{
	color: #fff;
	padding: .25em 1em;
}
#works .before-after figure:nth-child(1) figcaption{
	background-color: #808080;
}
#works .before-after .arrow{
	width:75px;
	background: url("../img/works/icon-arrow.svg") no-repeat center center/20px auto;
}
#works .before-after figure:nth-child(3) figcaption{
	background-color: #56ada8;
}





#smpbox{
	display: none;
}
.btn_blue{
	margin: 6em 0 4em 0;
}
.btn_blue a{
	background-color: #3573d5;
	color: #FFFFFF;
	padding: 1em 2em;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #828282;
	text-decoration: none;
}
#pagetop{
	padding:2em 1em 2em 0;
	margin: 0;
	text-align: right;
	background-color: #f1f9fd;;
}
#pagetop a{
	background: url("../img/pagetop.svg") no-repeat 0 0/contain;
	padding-left: 1.5em;
	color: #303030;
	letter-spacing: 0.1em;
	text-decoration: none;
}