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

html{
	overflow-x: hidden;
}


.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0; /*追記*/
  right: 0; /*追記*/
}

body{
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

.inner{
	width:980px;
	margin: auto;
}

header{
	position: relative;
	background-color: #FFF;
	padding: 50px 0;
	border-top: 6px solid #333333;
}

header .inner{
	width: 1100px;
}

header h1{
	width: 30%;
	margin: 0 auto 50px;
}

header h1 img{
	width:100%;
}

header .menuWrapPC{
	display: block;
	margin: auto;
}

header .menuWrapPC>li {
	float: left;
	width: 11%;
	text-align: center;
	font-size: 13px;
	position: relative;
	padding: 10px 0;
}

header .contactWrap{
    width: 32px;
	position: absolute;
	top: 100px;
	right:20px;
	z-index: 100;
}

header .contactWrap .title{
	margin-bottom: 95px;
	width: 100%;
	height: 104px;
}

header .contactWrap .title img{
	width:100%;
}

header .contactWrap:before{
	content: "";
	position: absolute;
	background-color: #000;
	width: 1px;
	height: 80px;
	bottom: 90px;
	right: 50%;
}

header .contactWrap .contactGroup li{
	margin: 0 auto 5px;
	width: 32px;
}

header .contactWrap .contactGroup li img{
	width: auto;
}

header .onlyPC .menuWrapPC li .child{
	display: none;
	position: absolute;
	margin-left: 0;
	padding: 0;
	margin-top: 0;
	width: 175px;
	z-index: 100;
	top:30px;
}

header .onlyPC .menuWrapPC li .child li a{
	padding: 10px 5px;
	display: block;
	color: #333333;
	background-color: #FFF;
	font-size: 13px;
	border-bottom: 1px solid #999999;
	line-height: 1.2em;
	text-align: left;
}

header .onlyPC .menuWrapPC li .child li a:hover{
	color: #FFF;
	background-color: #999999;
}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}

/*改行切り替えクラス*/
/*改行クラス（PC）*/
.breakLinePC{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSP{
	display:inline;
}

/*PCのみ表示コンテンツ*/
.onlyPC{
	display:block;
}

/*スマホのみ表示コンテンツ*/
.onlySP{
	display:none;
}

/*リンク要素にカーソル乗せた時の変化*/
a:hover{
	opacity:0.9;
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	header .inner{
		width: auto;
	}
	
	header .menuWrapPC>li:first-Child{
		width: 14%;
		margin-right: 0px;
		font-size: 12px;
		line-height: 1.5em;
	}
	
	header .menuWrapPC>li {
		width: 10%;
		margin-right: 0px;
		font-size: 12px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 980px) {
	.inner {
		width: auto;
		padding: 0 20px;
	}
}

/*画面サイズが900px以下の場合*/
@media screen and (max-width: 900px) {
	header #menuBtn{
		position: absolute;
		display: block;
		top: 30%;
		right: 6%;
		z-index: 10;
	}
	
	header #menuBtn a{
		display: block;
		letter-spacing: 1px;
		color: #000;
		font-size: 40px;
	}
	
	header .menuWrapSP {
		position: fixed;
		display: block;
		top: 15%;
		right: -100%;
		left: auto;
		height: 100%;
		width: 80%;
		background-color: #FFF;
		transition: all 0.3s ease-in-out;
		z-index: 1000;
		color: #FFF;
		margin: auto;
		padding: 20px 0;
		box-sizing: border-box;
		visibility:visible;
	}
	
	header .menuWrapSP #closeBtn{
		color: #000;
		position: absolute;
		top:10px;
		right:10px;
		font-size: 30px;
		padding: 10px;
		z-index: 100;
	}
	
	header .menuWrapSP.open {
		right: 0;
		left:0 !important;
		visibility:visible !important;
	}
	
	header .menuWrapSP{
		height: auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	header .menuWrapSP .menuGroup li{
		text-align: center;
	}
	
	header .menuWrapSP .menuGroup li a{
		display: block;
	}
	
	header .menuWrapSP .menuGroup>li{
		width: 50%;
		float: left;
		font-size: 13px;
		color:#000;
		padding: 10px 0;
		display: block;
	}
	
	header .menuWrapSP .menuGroup li.selected {
		background-color: #EDEDED;
	}
	
	.menuWrapSP .contactGroup{
		width: 20%;
		margin: 0 auto 100px;
	}
	
	.menuWrapSP .contactGroup li{
		float: left;
		width: 45%;
		margin-right: 10%;
	}
	
	.menuWrapSP .contactGroup li:last-child{
		margin-right: 0;
	}
	
	.menuWrapSP .contactGroup li img{
		width:100%;
	}
	
	.menuWrapSP .menuGroup li .child {
		display: none;
		position: relative;
		padding: 0;
		width: 100%;
		z-index: 10;
		top: 9px;
	}
	
	.menuWrapSP .menuGroup li .child li a {
		padding: 7px 5px;
		display: block;
		color: #000;
		background-color: #FFF;
		font-size: 13px;
		border-bottom: 1px solid #333;
		line-height: 1.5em;
	}
	
	#menuBtn{
		display: block;
	}

	header{
		padding: 30px 0;
	}
	
	header h1 {
		width: 80%;
		margin: 0;
	}
	
	header .menuGroupPC{
		display: none;
	}
}

/*画面サイズが850px以下の場合*/
@media screen and (max-width: 850px) {
	header {
		padding: 30px 0;
	}
}

/*画面サイズが820px以下の場合*/
@media screen and (max-width: 820px) {
	/*PCのみ表示コンテンツ*/
	header .onlyPC{
		display:none;
	}
	
	header .onlySP{
		display:block;
	}
}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	#mainContents .contentsWrap .menuGroup li {
		font-size: 14px;
	}
	
	header .menuWrapSP .menuGroup>li{
		width: 50%;
		float: left;
	}
	
	/*改行クラス（SP）*/
	.breakLineSP{
		display:block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePC{
		display:inline;
	}
	
	/*PCのみ表示コンテンツ*/
	.onlyPC{
		display:none;
	}
	
	.onlySP{
		display:block;
	}
}

/*画面サイズが600px以下の場合*/
@media screen and (max-width: 600px) {
	header .menuWrapSP .menuGroup>li{
		width: auto;
		float: none;
	}
}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {
	header .menuWrapSP {
		height: auto;
	}
	
	header .menuWrapSP .menuGroup>li{
		width: 80%;
		float: none;
		margin: auto;
	}
	
	header .menuWrapSP {
		padding: 40px 0;
	}
	
	header .menuWrapSP .menuGroup li a{
		width: 100%;
		float: none;
	}
	
	.menuWrapSP .contactGroup{
		width: 40%;
	}
	
	footer .copy{
		font-size:13px;
		letter-spacing: 0;
	}
}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}