@charset "UTF-8";

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #333;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.mincho{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
img{
	border: none;
}

ul,ol{
	list-style: none;
}
table{
	border-collapse: collapse;
}
a{
	text-decoration: none;
	color: #000;
	transition: .3s all ease;
}
a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.sp{
	display: none !important;
}

.pic img{
	display: block;
	width: 100%;
}
.inner{
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
.outer{
	margin: auto;
	min-width: 1080px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.wide-inner{
	max-width: 1420px;
	margin: auto;
}
main{
	display: block;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus{
	outline: none;
}
p{
	line-height: 2;
}

.oswald{
	font-family: 'Oswald', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* **********************header************************* */
header{
	position: relative;
	border-bottom: 1px solid #eee;
	min-width: 1080px;
}

header .site-ttl{
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	letter-spacing: .05em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
}
header .logo{
	width: 232px;
	height: 70px;
	margin: 0 0 0 40px;
	padding: 10px 0 0 0 !important;
	border: none !important;
}
header .logo a{
	display: block;
	width: 100%;
}
header .logo img{
	display: block;
	width: 100%;
}
/* **********************nav************************* */
nav{
	clear: both;
	border-top: 1px solid #eee;
}
.global{
	overflow: hidden;
	height: 60px;
	text-align: center;
	padding: 12px 0;
}
.global li{
	float: left;
	width: 16.66%;
	line-height: 36px;
	font-weight: 600;
}
.global li:not(:last-of-type){
	border-right: 1px solid #eee;
}
.global li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	color: #f57020;
}
.contact-banner{
	position: absolute;
	right: 0;
	bottom: 61px;
	height: 70px;
	text-align: center;
	overflow: hidden;
}
.contact-banner a{
	display: block;
}
.contact-banner li{
	float: left;
}
.contact-banner li:nth-of-type(1){
	padding-right: 40px;
}
.contact-banner li:nth-of-type(1) a{
	font-size: 20px;
	color: #f57020;
	line-height: 1;
	margin-top: 14px;
}
.contact-banner li:nth-of-type(1) a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: bold;
	vertical-align: .05em;
	font-size: 90%;
	margin-right: 10px;
}
.contact-banner p{
	font-size: 12px;
	padding-top: 10px;
	line-height: 1;
	letter-spacing: 0;
}
.contact-banner li:nth-of-type(2) a{
	color: #fff;
	background: #f57020;
	width: 70px;
	height: 100%;
	display: block;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
}
.contact-banner li:nth-of-type(2) a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	-webkit-font-smoothing: antialiased;
	display: block;
	font-weight: bold;
	vertical-align: .05em;
	margin-right: 10px;
	width: 100%;
	height: 100%;
}

/* ++++++++++++++++++++++++サブページ 共通++++++++++++++++++++++++++ */
.page-ttl{
	height: 240px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #eee;
}
.page-ttl span{
	font-weight: 400;
	font-size: 52px;
	padding-bottom: 15px;
}
.page-ttl:before{
	content: "";
	display: block;
	width: 158px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/key-visual-bg01.png) no-repeat;
}
.page-ttl:after{
	content: "";
	display: block;
	width: 158px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/key-visual-bg02.png) no-repeat;
}
.bread-crumbs{
	border-bottom: 1px solid #eee;
	line-height: 1.4;
	padding: 20px 40px 13px;
	font-size: 14px;
}
.bread-crumbs ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
.bread-crumbs li:not(:last-of-type):after{
	content: "";
	display: inline-block;
	margin: 0 1em;
	width: 0;
	height: 0;
	border-left: 12px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
}
.bread-crumbs a{
	color: #f57020;
}
.bread-crumbs li{
	margin-bottom: 0.5em;
}


/* ++++++++++++++++++++++++contents 共通++++++++++++++++++++++++++ */
.sec{
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #eee;
}
.sec-ttl span{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.sec-ttl span:before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #f57020;
	vertical-align: middle;
	margin-right: 10px;
}
.sec-ttl{
	line-height: 2;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}
.btn01{
	width: 340px;
	height: 60px;
	background: #f57020;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin: auto;
	display: block;
	position: relative;
}

.btn01:before{
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg,#fff,#fff 50%,#f57020 50%,#f57020);
	transition: .15s all ease;
}
.btn01:hover:before{
	right: -40px;

}
a.btn01:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ++++++++++++++++++++++++pager++++++++++++++++++++ */
.pager{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.pager li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #f57020;
	color: #f57020;
	margin: 0 10px;
}
.pager li a{
	background: #f57020;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


/* ++++++++++++++++++++++++footer++++++++++++++++++++ */
footer{
	padding: 40px;
	background: #f1f1f1;
	position: relative;
}
footer h2,
footer h1{
	font-size: 12px;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 20px;
}
footer .logo{
	width: 232px;
	margin-bottom: 20px;
}
footer .logo *{
	display: block;
	width: 100%;
}
footer dl{
	line-height: 2;
	font-size: 14px;
}
#copyrights{
	font-size: 12px;
	line-height: 1.4;
	position: absolute;
	right: 40px;
	bottom: 40px;
}


/* ++++++++++++++++++++++IE用のスタイル++++++++++++++++++++++ */
@media all and (-ms-high-contrast: none){


}


/* **********************これ以下レスポンシブスタイル************************* */
@media screen and (max-width:768px){
	html{
		font-size: 62.5%;
	}
	body{
		font-size: 1.4rem;
		min-width: 100%;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	.outer{
		min-width: 100%;
		padding: 0 20px;
	}
	.inner{
		width: 100%;
	}
	p{
		line-height: 1.8;
	}

/* **********************header************************* */
	header{
		min-width: 100%;
	}
	header h1.outer,
	header .site-ttl{
		letter-spacing: 0;
		padding: 5px;
		font-size: 1.2rem;
	}
	header .logo{
		width: 150px;
		height: 53px;
		margin: 0 0 0 15px;
		padding: 10px 0 0 0 !important;
		float: left;
	}
	header:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		clear: both;
	}
/* **********************nav************************* */
	nav.outer{
		clear: both;
		border-top: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.95);
		padding: 90px 15px 40px;
		overflow: auto;
		z-index: 999;
	}
	.global{
		height: auto;
		padding: 0;
	}
	.global li{
		float: none;
		width: 100%;
		line-height: 1.7rem;
		padding: 20px 0;
		border-bottom: 1px dotted #c2c2c2;
	}
	.global li:not(:last-of-type){
		border-right: none;
	}
	.contact-banner{
		position: static;
		right: auto;
		bottom: auto;
		height: auto;
		margin-top: 20px;
	}
	.contact-banner li{
		float: none;
	}
	.contact-banner li:nth-of-type(1){
		padding: 10px;
		background: #555;
		margin-bottom: 15px;
	}
	.contact-banner li:nth-of-type(1) a{
		font-size: 1.7rem;
		color: #fff;
		line-height: 1;
		margin: auto;
	}
	.contact-banner li:nth-of-type(1) a:before{
		margin-right: 10px;
	}
	.contact-banner p{
		font-size: 1.2rem;
		color: #fff;
	}
	.contact-banner li:nth-of-type(2) a{
		color: #fff;
		background: #f57020;
		width: 100%;
		height: 100%;
		display: block;
		line-height: 50px;
		text-align: center;
		font-size: 1.7rem;
	}
	.contact-banner li:nth-of-type(2) a:before{
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-weight: bold;
		vertical-align: .05em;
		margin-right: 10px;
		width: auto;
		height: auto;
	}
	.contact-banner li:nth-of-type(2) a span{
		display: inline-block !important;
	}

	.menu-btn{
		position: relative;
		float: right;
		width: 53px;
		height: 53px;
		z-index:9999999;
		background: #555;
	}
	.menu-btn span{
		display: block;
		width: 15px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: .3s all ease;
	}
	.menu-btn span:nth-of-type(1){
		transform: translateY(5px);
	}
	.menu-btn span:nth-of-type(3){
		transform: translateY(-5px);
	}
	.menu-btn.opened span:nth-of-type(1){
		transform: translateY(0) rotate(45deg);
	}
	.menu-btn.opened span:nth-of-type(2){
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.menu-btn.opened span:nth-of-type(3){
		transform: translateY(0) rotate(-45deg);
	}



/* ++++++++++++++++++++++++サブページ 共通++++++++++++++++++++++++++ */
	.page-ttl{
		height: 150px;
		font-size: 1.4rem;
		letter-spacing: .1em;
	}
	.page-ttl span{
		font-size: 2.6rem;
		padding-bottom: 10px;
	}
	.page-ttl:before{
		width: 100%;	
		background-size: auto 100%;
		background-position: left top;
	}
	.page-ttl:after{
		width: 100%;	
		background-size: auto 100%;
		background-position: right top;
	}
	.bread-crumbs{
		padding: 15px 20px 9px;
		font-size: 1.2rem;
	}

/* ++++++++++++++++++++++++contents 共通++++++++++++++++++++++++++ */
	.sec{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sec-ttl span{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.sec-ttl span:before{
		width: 15px;
		height: 2px;
	}
	.sec-ttl{
		line-height: 1.8;
		font-size: 1.8rem;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.btn01{
		width: 90%;
		max-width: 320px;
		height: 50px;
		line-height: 50px;
	}
	.btn01:before{
		right: -20px;
		width: 40px;
	}
	.btn01:hover:before{
		right: -25px;
	}

/* ++++++++++++++++++++++++pager++++++++++++++++++++ */

.pager li{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}


/* ++++++++++++++++++++++++footer++++++++++++++++++++ */
	footer.outer{
		padding: 30px 15px;
		text-align: center;
	}
	footer h2{
		font-size: 1.1rem;
		margin: auto;
	}
	footer .logo{
		width: 200px;
		margin: 15px auto;
	}
	footer dl{
		line-height: 1.8;
		font-size: 1.3rem;
		margin: 15px auto;
	}
	#copyrights{
		font-size: 1rem;
		position: static;
		right: auto;
		bottom: auto;
	}

}