@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

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


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.noT a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* img */
img {
	max-width: 100%;
	height: auto;
}

/* sp pc */
.sp,
.sp_cont {
	display: none !important;
}
@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}
	.sp_cont {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.fade:hover,
	.fadeArea a:hover {
		opacity: 0.6;
	}
}

/* mintyo */
.mintyo {
	font-family: 'Hannari', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
}

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

/*.shadow {
	text-shadow:0px 0px 1px #fff,0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #fff;
}*/

/*#spMenu.on:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#spMenu.on:after {
	margin-top: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/


/*--------------------------------------------------
 wrapper
--------------------------------------------------*/
#wrapper {
	overflow: hidden;
	color: #333;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 17px;
	line-height: 1.7;
	text-align: left;
}
.wrap {
	position: relative;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
/*@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
}*/



/*--------------------------------------------------
 header
--------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-top: #336150 solid 6px;
	background-color: #fff;
	z-index: 100;
}
@media only screen and (max-width:991px) {
	#header {
		position: fixed;
		padding: 0;
		border-top: none;
	}
	.siteLogo {
		padding: 3px 0;
	}
	.siteLogo img {
		width: auto;
		height: 64px;
	}
}


/*--------------------------------------------------
 gNav
--------------------------------------------------*/
#gNav {
	position: absolute;
	top: 0;
	right: 15px;
	padding-right: 180px;
	line-height: 1.2;
}
#gNav a {
	color: #333;
	text-decoration: none;
}
@media only screen and (max-width:991px) {
	#gNav {
		position: static;
		display: none;
		margin: 0 -15px;
		padding-right: 0;
	}
}

/* mainNavs
--------------------------------*/
#gNav .mainNavs {
	margin-top: 22px;
}
#gNav .mainNavs li {
	float: left;
	text-align: center;
}
#gNav .mainNavs li + li {
	margin-left: 30px;
}
#gNav .mainNavs li a {
	display: table;
	height: 2.4em;
	font-size: 14px;
	font-weight: 500;
}
#gNav .mainNavs li a span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width:991px) {
	#gNav .mainNavs {
		width: 100%;
		margin-top: 0;
	}
	#gNav .mainNavs li {
		float: none;
		text-align: left;
		border-bottom: #b3b3b3 solid 1px;
	}
	#gNav .mainNavs li:first-child {
		border-top: #b3b3b3 solid 1px;
	}
	#gNav .mainNavs li + li {
		margin-left: 0;
	}
	#gNav .mainNavs li a {
		position: relative;
		display: block;
		height: auto;
		padding: 15px 15px;
		font-size: 18px;
	}
	#gNav .mainNavs li a:before {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: #b3b3b3 solid 2px;
		border-right: #b3b3b3 solid 2px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#gNav .mainNavs li a br {
		display: none;
	}
	#gNav .mainNavs li a span {
		display: block;
	}
}

/* subNavs
--------------------------------*/
#gNav .subNavs {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	text-align: center;
}
#gNav .subNavs li {
	background-color: #c30d23;
}
#gNav .subNavs li + li {
	margin-top: 3px;
}
#gNav .subNavs li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (min-width:992px) {
	#gNav .subNavs li a:hover,
	#gNav .subNavs li a:focus {
		box-shadow: inset 0 0 0 2em var(--hover);
	}
	#gNav .subNavs li a {
		--hover: #336150;
	}
}
@media only screen and (max-width:991px) {
	#gNav .subNavs {
    position: static;
    width: auto;
    padding: 20px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
}

	#gNav .subNavs li {
    float: none;
    width: 30%;
}
	.clearfix:after{display: none;}
	
}




/*--------------------------------------------------
 spMenu
--------------------------------------------------*/
#spMenu {
	display: none;
}
@media only screen and (max-width:991px) {
	#spMenu {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 70px;
		height: 70px;
		cursor: pointer;
		background-color: #c30d23;
		z-index: 5;
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 30px;
		height: 3px;
		margin-left: -15px;
		background-color: #fff;
	}
	#spMenu span {
		margin-top: -2px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#spMenu:before {
		margin-top: -11px;
	}
	#spMenu:after {
		margin-top: 7px;
	}

	.open #spMenu:before {
		animation: menuAnime01 .4s forwards;
	}
	.open #spMenu:after {
		animation: menuAnime02 .4s forwards;
	}
	.open #spMenu span {
		opacity: 0;
	}
	.close #spMenu:before {
		animation: menuAnime01_close .4s forwards;
	}
	.close #spMenu:after {
		animation: menuAnime02_close .4s forwards;
	}
}

@keyframes menuAnime01 {
	50% {
		margin-top: -2px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -2px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_close {
	0% {
		margin-top: -2px;
		transform: rotate(45deg);
	}
	50% {
		margin-top: -2px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -11px;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02 {
	50% {
		margin-top: -2px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -2px;
		transform: rotate(-45deg);
	}
}
@keyframes menuAnime02_close {
	0% {
		margin-top: -2px;
		transform: rotate(-45deg);
	}
	50% {
		margin-top: -2px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: 7px;
	}
}



/*--------------------------------------------------
 mainArea
--------------------------------------------------*/
#mainArea {
	padding-top: 104px;
}
#mainArea > * {
	position: relative;
	z-index: 15;
}
@media only screen and (max-width:991px) {
	#mainArea {
		padding-top: 70px;
	}
}



/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer {
	padding: 15px 10px;
	background-color: #336150;
	line-height: 1;
}
#footer > .clearfix  {
	max-width: 980px;
	margin: 0 auto;
}
#footer .fnav {
	float: right;
}
#footer .fnav li {
	display: inline-block;
	vertical-align: top;
}
#footer .fnav li + li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: #fff solid 1px;
}
#footer .fnav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#footer .copyright {
	float: left;
	color: #fff;
	font-size: 14px;
}
#footer .fnav li a:hover {
	opacity: 0.5;
}
@media only screen and (max-width:767px) {
	#footer .fnav {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .fnav li {
		display: inline-block;
		vertical-align: top;
	}
	#footer .fnav li a {
		font-size: 14px;
	}
	#footer .copyright {
		float: none;
		font-size: 10px;
		text-align: center;
	}
}
















/*--------------------------------------------------
 common style
--------------------------------------------------*/



/* commonApproach
--------------------------------------------------*/
.commonApproach {
	position: relative;
	padding: 200px 0;
	color: #fff;
}
.commonApproach .title {
	max-width: 550px;
	margin: 0 auto 60px;
	padding: 11px 0;
	font-size: 30px;
	border: #336150 solid 2px;
	text-align: center;
}
.commonApproach .boxWrap {
	margin-top: -90px;
}
.commonApproach .box {
	float: left;
	width: 47%;
	margin-top: 90px;
}
.commonApproach .box:nth-child(odd) {
	float: right;
}
.commonApproach .box:first-child {
	width: 100%;
}
.commonApproach .box dt {
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	border-bottom: #336150 solid 2px;
}
.commonApproach .box dd {
	line-height: 2;
}
@media only screen and (max-width:767px) {
	.commonApproach {
		padding: 100px 0;
	}
	.commonApproach .title {
		font-size: 24px;
	}
	.commonApproach .boxWrap {
		margin-top: 0;
	}
	.commonApproach .box {
		float: none;
		width: auto;
		margin-top: 0;
	}
	.commonApproach .box:nth-child(odd) {
		float: none;
	}
	.commonApproach .box + .box {
		margin-top: 80px;
	}
	.commonApproach .box dd {
		line-height: 1.7;
	}
}






/* commonBgTitle
--------------------------------------------------*/
.commonBgTitle {
	position: relative;
	width: 450px;
	margin-bottom: 40px;
	padding: 30px 0;
}
.commonBgTitle > * {
	position: relative;
	display: block;
	z-index: 2;
}
.commonBgTitle:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	background: url(../../images/common/bg_title.png);
	z-index: 1;
}
.commonBgTitle span {
	color: #336150;
	font-size: 70px;
	font-weight: 500;
	line-height: 1;
}
.commonBgTitle small {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.right .commonBgTitle {
	margin-left: auto;
	text-align: right;
}
.right .commonBgTitle:before {
	left: 0;
	right: auto;
}
@media only screen and (max-width:767px) {
	.commonBgTitle {
		width: auto;
	}
	.commonBgTitle span {
		font-size: 50px;
	}
	.commonBgTitle small {
		font-size: 17px;
	}
}



/* commonGreenTitle
--------------------------------------------------*/
.commonGreenTitle {
	margin-bottom: 60px;
	padding: 5px 0;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	background-color: #336150;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.commonGreenTitle {
		margin-bottom: 30px;
		font-size: 22px;
	}
}




/* commonDiagonal
--------------------------------------------------*/
.commonDiagonal {
	position: relative;
	padding: 200px 0;
}
.commonDiagonalInner {
	position: relative;
	z-index: 2;
}
.commonDiagonal.right {
	padding-top: 100px;
}
.commonDiagonal.first {
	margin-top: -200px;
	padding-top: 330px;
}
@media only screen and (max-width:767px) {
	.commonDiagonal,
	.commonDiagonal.right {
		padding: 80px 0;
	}
	.commonDiagonal.first {
		margin-top: -100px;
		padding-top: 130px;
	}
}

/* cds */
.commonDiagonal.cd01 { z-index: 10 !important; }
.commonDiagonal.cd02 { z-index: 9 !important; }
.commonDiagonal.cd03 { z-index: 8 !important; }
.commonDiagonal.cd04 { z-index: 7 !important; }
.commonDiagonal.cd05 { z-index: 6 !important; }
.commonDiagonal.cd06 { z-index: 5 !important; }
.commonDiagonal.cd07 { z-index: 4 !important; }
.commonDiagonal.cd08 { z-index: 3 !important; }
.commonDiagonal.cd09 { z-index: 2 !important; }
.commonDiagonal.cd10 { z-index: 1 !important; }


/* commonDiagonalBg */
.commonDiagonal .commonDiagonalBg {
	overflow: hidden;
	position: fixed;
	top: -200px;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 200px 0;
	transform:skewY(-10deg) translateZ(0);
	-webkit-transform:skewY(-10deg) translateZ(0);
	z-index: 1;
}
.commonDiagonal .commonDiagonalBg > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 200px 0;
	transform:skewY(10deg);
	-webkit-transform:skewY(10deg);
	background-position: center center;
	background-size: cover;
}
.commonDiagonal.stop .commonDiagonalBg {
	position: absolute;
	top: auto;
	bottom: 0;
}




/* commonTableStyle01
--------------------------------------------------*/
.commonTableStyle01 > dl {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
}
.commonTableStyle01 > dl > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.2;
}
.commonTableStyle01 > dl > dt {
	width: 215px;
	background-color: #f5f5f5;
	text-align: center;
}
.commonTableStyle01 > dl:nth-child(even) > dt {
	background-color: #ebebeb;
}
.commonTableStyle01 > dl > dd {
	padding: 15px 30px;
	background-color: #fff;
}
.commonTableStyle01 > dl:nth-child(even) > dd {
	background-color: #f7f7f7;
}
@media only screen and (max-width:767px) {
	.commonTableStyle01 > dl > dt {
		width: 115px;
	}
	.commonTableStyle01 > dl > dd {
		padding: 15px;
	}
}




/* commonBtn
--------------------------------------------------*/
.commonBtn01 {
	max-width: 275px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #c30d23;
}
.commonBtn01 > span {
	display: block;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


@media only screen and (min-width:992px) {
	.commonBtn01 > span:hover,
	.commonBtn01 > span:focus {
		box-shadow: inset 0 0 0 2em var(--hover);
	}
	.commonBtn01 > span {
		--hover: #336150;
	}
}



/* commonKeyVisual
--------------------------------------------------*/
.commonKeyVisual {
	position: relative;
	display: table;
	width: 100%;
	height: 650px;
	z-index: 14 !important;
}
.commonKeyVisual .inBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 850px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.commonKeyVisual.stop .inBg {
	position: absolute;
	top: 100%;
}
.commonKeyVisual .inCell,
.commonKeyVisual .inBoxCell {
	display: table-cell;
	vertical-align: middle;
}
.commonKeyVisual .inBox {
	position: relative;
	display: table;
	width: 100%;
	max-width: 280px;
	height: 280px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background-color: #336150;
	z-index: 2;
}
.commonKeyVisual .title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.commonKeyVisual .lead {
	margin-top: 25px;
	font-size: 20px;
	line-height: 1.7;
}
@media only screen and (max-width:767px) {
	.commonKeyVisual {
		height: 430px;
	}
	.commonKeyVisual .inBg {
		height: 570px;
	}
}



/* modalArea
--------------------------------------------------*/
#modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
}
#modalTable {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}
#modalCell {
	display: table-cell;
	vertical-align: middle;
}
#modalInner {
	position: relative;
	margin: 0 auto;
}
#modalInner img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#modalClose {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: url(../../images/common/ico_close.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
@media only screen and (max-width:767px) {
	#modalArea {
		-webkit-overflow-scrolling: touch;
	}
}




/*--------------------------------------------------
 detailArea
--------------------------------------------------*/

#detailArea {
	background-color: #fff;
}


/* detailTitle
--------------------------------------------------*/
#detailArea .detailTitle {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
	height: 650px;
	padding: 0 30px;
	background-size: cover;
	background-position: center center;
}
#detailArea .detailTitle .inCell {
	display: table-cell;
	vertical-align: middle;
}
#detailArea .detailTitle .title {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 560px;
	margin: 0 auto;
	padding: 40px 10px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	background-color: #336150;
	line-height: 1.3;
}
#detailArea .detailTitle .title * {
	display: block;
}
#detailArea .detailTitle .title small {
	margin-top: 10px;
	font-size: 0.5em;
}
@media only screen and (max-width:767px) {
	#detailArea .detailTitle {
		height: 430px;
	}
	#detailArea .detailTitle .title {
		padding: 30px 10px;
		font-size: 32px;
	}
}



/* detailBody
--------------------------------------------------*/
#detailArea .detailBody {
	max-width: 980px;
	padding: 90px 20px 120px;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	#detailArea .detailBody {
		padding: 60px 20px 80px;
	}
}


/* tableBox */
#detailArea .tableBox > dl {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
}
#detailArea .tableBox > dl > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.2;
}
#detailArea .tableBox > dl > dt {
	width: 275px;
	background-color: #ebebeb;
	text-align: center;
}
#detailArea .tableBox > dl:nth-child(even) > dt {
	background-color: #f5f5f5;
}
#detailArea .tableBox > dl > dd {
	padding: 15px 30px;
	background-color: #f7f7f7;
}
#detailArea .tableBox > dl:nth-child(even) > dd {
	background-color: #ffffff;
}
@media only screen and (max-width:767px) {
	#detailArea .tableBox > dl > dt {
		width: 115px;
	}
	#detailArea .tableBox > dl > dd {
		padding: 15px;
	}
}


/* gMap */
#detailArea .gMap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 46%;
}
#detailArea .gMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:767px) {
	#detailArea .gMap {
		padding-bottom: 115%;
	}
}



#detailArea .backBtn {
	margin-top: 100px;
}
@media only screen and (max-width:767px) {
	#detailArea .backBtn {
		margin-top: 60px;
	}
}









/* commonAnc
--------------------------------------------------*/
.commonAnc {
	overflow: hidden;
	position: relative;
	height: 0;
}
@media only screen and (max-width:767px) {
	.commonAnc {
		top: -40px;
	}
}












