@charset "UTF-8";

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "秀英丸ゴシック L",Shuei MaruGo L,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	color: #323232;
	letter-spacing:0.05em;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#323232;}
select,input,button,textarea{
	font-size:99%;
	font-family:"秀英丸ゴシック L",Shuei MaruGo L,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
figure{padding:0;margin:0;}
img{
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height:auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a{text-decoration: none;color:#323232;transition: all .25s ease;}
a:hover{color:#c8c8c8;}

*{box-sizing:border-box;}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
	.foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.wrapper{
	padding: 100px 0 0;
}

.inner{
	max-width:980px;
	margin:0 auto;
}

.section{}

.ov-h{overflow: hidden;}

.overlay{
	display: none;
}



/* header ---------------------------------------*/

header{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 110;
	padding: 0 20px;
}

.header-inner{
	max-width: 990px;
	height:95px;
	margin:0 auto;
	position:relative;
}

.header-logo{
	display: block;
	position: absolute;
	left:10px;
	top:50%;
	transform: translate(0,-50%);
	transition: all .25s ease;
}

.header-logo:hover{opacity:0.5;}

.header-submenu{
	width:200px;
	position: absolute;
	right:0px;
	top:30px;
}

.header-submenu-list{
	font-size: 0px;
	text-align: right;
}

.header-submenu-list-item{
	display: inline-block;
	line-height: 1.0;
	padding:0 13px;
}

.header-submenu-list-item:last-child{padding-right:0;}

.header-submenu-list-item a{
	display: block;
	transition: all .25s ease;
}

.header-submenu-list-item a:hover{opacity:0.5;}


/* gnav ---------------------------------------*/

.gnav{
	position:absolute;
	left:52.3%;
	top:50%;
	transform:translate(-50%,-50%);
}

.gnav-list{
	font-size:0px;
	width: 410px;
}

.gnav-list-item{
	display: inline-block;
	font-size:16px;
	margin: 0 22px 0 0;
	line-height: 1;
}

.gnav-list-item:last-child{margin-right: 0;}
.gnav-list-item:last-child a{padding-right: 0;}

.gnav-list-item a{
	display: block;
	padding: 0 20px 0 23px;
	background: url(../img/common/icon_1.svg) no-repeat left center;
	background-size: 14px 15px;
}

.gnav-list-item.item-home a{
	background: url(../img/common/icon_1.svg) no-repeat left center;
	background-size: 14px 15px;
}

.gnav-list-item.item-company a{
	background: url(../img/common/icon_2.svg) no-repeat left center;
	background-size: 13px 17px;
}

.gnav-list-item.item-contact a{
	background: url(../img/common/icon_3.svg) no-repeat left center;
	background-size: 17px 12px;
}


#openmenu{display:none;}


/* fixednav ---------------------------------------*/

.fixedheader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 130;
	background: #fff;
	height: 45px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	transition: all .25s ease;
	transform: translate(0,-150%);
	padding: 0 20px;
}

.headerfix .fixedheader{
	transform: translate(0,0);
}

.fixedheader-inner{
	position:relative;
	height: 45px;
	max-width: 1000px;
	margin: 0 auto;
}

.fixedcta{
	position:absolute;
	left: 0px;
	top: 0;
	width: 233px;
	height: 36px;
	border-radius:0 0 8px 8px;
	text-align:center;
	line-height: 1.0;
	padding: 8px 0 0 0;
	color: #fff;
	font-size:17px;
	letter-spacing:0.1em;
	background: #00bdc9;
}

.fixedcta:hover{
	opacity: 0.5;
	color: #fff;
}

.fixedcta::before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: url('../img/common/icon_contact.svg') 0 0 no-repeat;
	width:12px;
	height:15px;
	position:relative;
	top: -2px;
}

.fixedcta span{display:none;}

.fixednav{
	position:absolute;
	left: 300px;
	top:50%;
	transform:translate(0%,-50%);
}

.fixednav-list{
	font-size:0px;
	width: 430px;
}

.fixednav-list-item{
	display: inline-block;
	font-size:16px;
	margin: 0 0 0 18px;
	line-height: 1;
}

.fixednav-list-item:last-child{margin-right: 0;}
.fixednav-list-item:last-child a{padding-right: 0;}

.fixednav-list-item a{
	display: block;
	padding: 0 20px 0 25px;
	background: url(../img/common/icon_1.svg) no-repeat left center;
	background-size: 14px 15px;
}

.fixednav-list-item.item-home a{
	background: url(../img/common/icon_1.svg) no-repeat left center;
	background-size: 14px 15px;
}

.fixednav-list-item.item-company a{
	background: url(../img/common/icon_2.svg) no-repeat left center;
	background-size: 13px 17px;
}

.fixednav-list-item.item-contact a{
	background: url(../img/common/icon_3.svg) no-repeat left center;
	background-size: 17px 12px;
}

.fixednav-list-item a.current{
}

.fixednav-list-item a:hover{
}

/* footer ---------------------------------------*/

footer{
	text-align:center;
	padding: 30px 0 10px 0;
}

.footer-inner{
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

.gotop{
	position:fixed;
	right: 2.5%;
	bottom: 50px;
	width: 38px;
	opacity: 0;
	transition: all .25s ease;
}

.headerfix .gotop{opacity:1;}

.gotop a{transition: all .25s ease;}
.gotop a:hover{opacity:0.5;}

.gotop a img{width:100%;}

.footer-logo{
	display: inline-block;
	margin-bottom: 40px;
}

.footer-logo a{
	display: block;
	transition: all .25s ease;
}

.footer-logo a:hover{opacity:0.5;}

.footer-sns{margin-bottom: 43px;}
.footer-sns-list{font-size:0px;}

.footer-sns-list > li{
	display: inline-block;
	margin: 0 29px;
}

.footer-sns-list > li a{transition: all .25s ease;}
.footer-sns-list > li a:hover{opacity:0.5;}

.footer-address{
	margin-bottom: 20px;
	font-size:15px;
	line-height: 1.9;
	letter-spacing:0.1em;
}

.copyright{
	color: #00bdc9;
	display: block;
	text-align: center;
	font-size: 14px;
}

.copyright span{font-size:13px;}


/* title ---------------------------------------*/

.title-page{
	font-weight:600;
	font-size: 2.0rem;
	line-height: 1.5;
	color: #222;
}

.title-section{
	font-weight:600;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #222;
}

.title-block{
	font-weight:600;
	font-size: 1.0rem;
	line-height: 1.5;
	color: #222;
}

.title-paragraph{
	font-weight:600;
	font-size: .6rem;
	line-height: 1.5;
	color: #222;
}

.title-small{
	font-weight:600;
	font-size: .7rem;
	line-height: 1.5;
	color: #222;
}


/* text ---------------------------------------*/

.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.text-s{
	font-size: 1.2rem;
	line-height: 1.5;
}

.text-m{
	font-size: 1.4rem;
	line-height: 1.5;
}

.text-l{
	font-size: 1.8rem;
	color: #484848;
	line-height: 1.94;
}

.text-bold{font-weight:600;}

.text-red{color: #aa0000 !important;}


.text-ellipsis-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none){
	.text-ellipsis-2 { height: 3.2em; } /* IE10〜Edge */
	.text-ellipsis-3 { height: 4.7em; } /* IE10〜Edge */
}

.text-ellipsis-count::after{content: '…';}

.text-link{text-decoration: underline;}
.text-link:hover{text-decoration: none;}	


/* btn ---------------------------------------*/

.btn{
	display: inline-block;
	min-width: 160px;
	padding: 10px 24px;
	border-radius: 4px;
	border:1px solid #07629f;
	background-color: #07629f;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight:600;
	cursor: pointer;
}

.btn:hover{
	background-color:#008CEA;
	opacity: 1;
}



.notfound-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.notfound-wrapper img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 750px;
	max-width: 80%;
}

/* pcのみ */
@media screen and (min-width: 768px){
	.sp{display: none !important;}
	.spbr{display: none;}
}




/* small pc */
@media screen and (min-width: 768px) and (max-width: 1020px){

	.header-logo{left:0;}

	.gnav{left:56%;}
	.gnav-list{
		font-size:0px;
		width: 350px;
	}

	.gnav-list-item{margin-right: 0;font-size:15px;}
	.gnav-list-item a{padding:0 15px 0 20px;}
	.header-submenu-list-item{padding:0 10px;}

}


@media screen and (max-width: 767px){

	/* default ---------------------------------------*/

	img{max-width:100%;}
	*{box-sizing:border-box;}

	body{overflow-x: hidden;}

	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	/* layout ---------------------------------------*/

	.header-inner,
	.footer-inner,
	.inner,
	.wrapper{
		min-width:0;
		width:100%;
	}


	/* header ---------------------------------------*/

	header{
		position: fixed;
		padding: 0 10px;
		transition: all .25s ease;
	}

	.index header{background: transparent}
	.index.headerfix header{background: #fff}

	.header-inner{height:46px;}

	.header-logo{
		left:50%;
		transform: translate(-50%,-50%);
		width: 102px;
	}

	.header-submenu{
		width:200px;
		position:relative;
		right:0px;
		top:0px;
	}

	.header-submenu-list{
		font-size: 0px;
		text-align:center;
		padding-top: 40px;
	}

	.header-submenu-list-item{
		padding:0 20px;
	}

	.header-submenu-list-item:first-child{padding-left:0;}
	.header-submenu-list-item:last-child{padding-right:0;}
	.header-submenu-list-item a:hover{opacity:1;}

	.header-submenu-list-item a img{width:42px;}

	.overlay{
		content:'';
		display: block;
		position:fixed;
		width:100%;
		height:300px;
		background: rgba(0,0,0,0.5);
		left:0;
		top:0;
		z-index:6;
	}

	#openmenu{
		display:block;
		width:45px;
		height:45px;
		text-indent: -99em;
		overflow: hidden;
		position:absolute;
		right:0px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 1000;
	}

	#openmenu span{
		content:'';
		display: block;
		width:28px;
		height:1px;
		background: #323232;
		position: absolute;
		left:7px;
		transition: all .25s ease;
	}

	#openmenu span:nth-child(1){top:14px;}
	#openmenu span:nth-child(2){top:22px;}
	#openmenu span:nth-child(3){top:29px;}

	#openmenu.is-open span{background: #fff}

	#openmenu.is-open span:nth-child(1){
		transform:rotate(45deg);
		top:19px;
		left:7px;
	}

	#openmenu.is-open span:nth-child(2){
		opacity:0;
		left:-25px;
	}

	#openmenu.is-open span:nth-child(3){
		transform:rotate(-45deg);
		top:19px;
		left:7px;
	}

	.bodyfixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* gnav ---------------------------------------*/

	.gnav{
		border:none;
		background: #56D4DC;
		padding-bottom: 30px;
		overflow:auto;
		z-index:100;
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		transition: all .25s ease;
		transform:translate3d(0,-100%,0);
	}

	.gnav.is-active{
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav-list{
		width: 100%;
		padding-top: 45px;
		border-bottom: 1px solid #fff;
	}

	.gnav-list-item{
		display: block;
		font-size:16px;
		margin: 0;
		border-top: 1px solid #fff;
	}

	.gnav-list-item a{
		display: block;
		padding: 20px 50px;
		background: url(../img/common/icon_1_w.svg) no-repeat 15px center;
		background-size: 14px 15px;
		color: #ffff5f;
		position:relative;
	}

	.gnav-list-item.item-home a{
		background: url(../img/common/icon_1_w.svg) no-repeat 15px center;
		background-size: 14px 15px;
	}

	.gnav-list-item.item-company a{
		background: url(../img/common/icon_2_w.svg) no-repeat 15px center;
		background-size: 14px 18px;
	}

	.gnav-list-item.item-contact a{
		background: url(../img/common/icon_3_w.svg) no-repeat 13px center;
		background-size: 19px 13px;
	}

	.gnav-list-item a::after{
		display:block;
		content:'';
		border-right:1px solid #ffff5f;
		border-bottom:1px solid #ffff5f;
		width:9px;
		height:9px;
		position:absolute;
		right:15px;
		top:50%;
		transform:translate(0,-50%) rotate(-45deg);
	}

	/* fixednav ---------------------------------------*/

	.fixedheader{
		position: fixed;
		left: 0;
		top: 0;
		width: calc(100% - 50px);
		height: 46px;
		box-shadow:0px 0px 0px rgba(0,0,0,0);
		padding: 0;
	}

	.fixedheader-inner{
		height: 46px;
	}

	.fixedcta{
		left: 0px;
		width: 100%;
		height: 100%;
		border-radius:0;
		padding: 15px 0 0 0;
		font-size:15px;
		letter-spacing:0.2em;
	}

	.fixedcta::before{
		content:'';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		background: url('../img/common/icon_contact.svg') 0 0 no-repeat;
		width:12px;
		height:15px;
	}

	.fixedcta span{display:inline;}


	/* footer ---------------------------------------*/

	footer{
		padding:17px 0 10px 0;
	}

	.gotop{
		bottom:10px;
		right: 19px;
		width: 37px;
	}

	.footer-logo{
		margin-bottom: 35px;
		width: 170px;
	}
	.footer-logo img{width: 100%;}

	.footer-sns{margin: 0px auto 28px;}
	.footer-sns-list > li{margin: 0 25px;}
	.footer-sns-list > li:first-child{margin: 0 20px 0 0;}
	.footer-sns-list > li:last-child{margin: 0 0 0 20px;}
	.footer-sns-list img{width: 40px;}

	.footer-address{
		margin-bottom: 5px;
		font-size:12px;
		line-height: 2.2;
	}

	.copyright{font-size:10px;}





	/* modal ---------------------------------------*/

	.modal-wrapper{display: none;}

	.modal{padding: 60px 10px 20px;}

	.modal-inner-close{
		width: 320px;
		max-width: 100%;
		margin:  30px auto;
	}


}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}