@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-bottom: 56px;
	margin-bottom: 0;
	background: url("../img/common/icon01.png") repeat left top;
	background-size: 27px 30px; 
}
#main .mainVisual {
	margin-bottom: 48px;
	height: 750px;
	position: relative;
	background: url("../img/index/bg.png") no-repeat left top 30px;
	background-size: 642px auto; 
}
#main .mainVisual:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(50% + 332px);
	content: "";
	background: url("../img/index/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
	z-index: 1;
}
#main .mainVisual .infoBox {
	padding: 86px 0 0 0;
	width: 1258px;
	margin: 0 auto;
}
#main .mainVisual h2 {
	margin-bottom: 55px;
	position: relative;
	z-index: 2;
}
#main .mainVisual .title {
	margin-left: 62px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #231815;
	font-weight: bold;
	font-size: 3.27rem;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	direction: ltr; 
	line-height: 1.75;
	height: 320px;
	z-index: 2;
	position: relative;
}
#main .content {
	width: 980px;
}
#main .headLine04 {
	margin-bottom: 38px;
}
#main .inner {
	margin: 0 10px;
}
#main .inner .photoBox {
	float: right;
	width: 557px;
}
#main .inner .textBox {
	padding-top: 38px;
	float: left;
	width: 373px;
}
#main .inner .textBox p {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2;
}
#main .inner .textBox .comLink {
	margin: 0;
}
#main .inner .textBox .comLink a {
	margin: 0;
	padding: 7px 10px;
	display: block;
	border-radius: 30px;
	font-size: 1.8rem;
	width: 260px;
	box-sizing: border-box;
}
#main .linkBox {
	margin-top: 80px;
	text-align: center;
}
#main .linkBox a {
	display: inline-block;
}
#main .linkBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 30px;
		background-size: 13px 15px; 
	}
	#main .mainVisual {
		margin-bottom: 37px;
		height: auto;
		background: none;
	}
	#main .mainVisual:before {
		display: none;
	}
	#main .mainVisual .infoBox {
		padding: 0 0 39px;
		width: auto;
		background: url("../img/index/sp_icon.png") no-repeat center bottom;
		background-size: 98px auto; 
	}
	#main .mainVisual h2 {
		position: absolute;
		left: 24px;
		top: 25px;
		margin: 0;
		z-index: 10;
	}
	#main .mainVisual .title {
		margin: 13px 0 22px;
		font-size: 2.2rem;
		line-height: 1.7;
		height: auto;
		position: relative;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb; 
		text-align: center;
		letter-spacing: 0;
	}
	#main .mainVisual .title:before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		top: 22px;
		background: url("../img/index/sp_bg.png") no-repeat left top;
		background-size: 100% 100%; 
		content: "";
	}
	#main .content {
		width: auto;
	}
	#main .headLine04 {
		margin-bottom: 20px;
	}
	#main .inner {
		margin: 0 10px;
	}
	#main .inner .photoBox {
		float: none;
		width: auto;
	}
	#main .inner .photoBox img {
		width: 100%;
	}
	#main .inner .textBox {
		padding-top: 20px;
		float: none;
		width: auto;
	}
	#main .inner .textBox p {
		margin-bottom: 12px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	#main .inner .textBox .comLink a {
		margin: 0 auto;
		padding: 4px 15px 5px;
		display: block;
		font-size: 1.5rem;
		width: 230px;
		box-sizing: border-box;
	}
	#main .linkBox {
		margin-top: 50px;
	}
}
@media all and (-ms-high-contrast:none){
    #main .inner .textBox .comLink a {
        padding: 10px 10px 5px;
    }
}