@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/
#HeaderBG {
	min-height: 700px;
	padding-top: 50%;
	background: inherit !important;
	border: 0 none;
}
#HeaderBG::before,
#HeaderBG::after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 50%;
	transform: var(--tr-fXY);
	z-index: 2;
}
#HeaderBG::before {
	width: 80%;
	max-width: 900px;
	height: 15px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,0) 100%);
}
#HeaderBG::after {
	width: 353px;
	height: 324px;
}
#HeaderBG h2 { top: 50%; }
#HeaderBG div.Anima {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
}
#HeaderBG div#Anima01 { background-image: url("../../img/top/mv_p01.jpg"); }
#HeaderBG div#Anima02 { background-image: url("../../img/top/mv_p02.jpg"); }
#HeaderBG div#Anima03 { background-image: url("../../img/top/mv_p03.jpg"); }
#HeaderBG div#Anima04 { background-image: url("../../img/top/mv_p04.jpg"); }
#HeaderBG div#Anima05 { background-image: url("../../img/top/mv_p00.jpg"); }

@media (max-width: 979px) {
	#HeaderBG { min-height: 70vh; }
	#HeaderBG::after {
		width: 100%;
		height: 0;
		padding-top: 91.78470254957507%;
	}
}


/*------------Contents---------------------------------------------------------------*/
#Contents { padding-top: 0; }

/*------------InBox------------------------------------*/
main article {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
	overflow: hidden;
	z-index: 0;
}
main article:after { display: none; }

/*------------indulgence---------------------------------------------------------------*/
#indulgence {
	width: 100%;
	padding: 70px 0;
	background-color: var(--co-blue);
}
#indulgence section {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	color: var(--co-white);
}
#indulgence h2 {
	margin-bottom: 0.45em;
	text-align: center;
	font-family: var(--mincho);
	font-size: 2.125em;
	font-weight: bold;
	color: var(--co-yellow);
}

@media (max-width: 979px) {
	#indulgence { padding: 40px 0 35px; }
	#indulgence section { padding: 0 1em; }
	#indulgence h2 {
		line-height: 1.2;
		font-size: 2em;
	}
}


/*------------content---------------------------------------------------------------*/
#content {
	padding: 80px 0 45px;
	background-color: var(--co-silv75);
}
#content::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 50%;
	transform: var(--tr-fX);
	width: 100%;
	height: 40px;
	background-color: var(--co-blue);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	z-index: 1;
}
#content h2 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 2.125em;
	font-weight: bold;
	color: var(--co-white);
}
#content nav#contList {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}
#content nav#contList ul li { position: relative; }
#content nav#contList ul li:not(:first-of-type) { margin-top: 30px; }
#content nav#contList a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#content nav#contList ul li .img { clip-path: polygon(0 0, 85% 0, 70% 100%, 0 100%); }
#content nav#contList ul li:nth-of-type(2n) .img { clip-path: polygon(15% 0, 100% 0, 100% 100%, 30% 100%); }
#content nav#contList ul li .img img { height: 400px; }
#content nav#contList ul li .txt {
	position: absolute;
	top: 50%;
	transform: var(--tr-fY);
	width: 680px;
	height: 230px;
	padding: 0;
	background-color: rgba(42,43,43,0.80);
	clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
	right: 50px;
	z-index: 1;
}
#content nav#contList ul li:nth-of-type(2n) .txt {
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	right: inherit !important;
	left: 50px;
}
#content nav#contList ul li .txt dl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: var(--tr-fXY);
	width: 80%;
}
#content nav#contList ul li .txt::before {
	position: absolute;
	display: block;
	content: "";
	width: 42px;
	height: 44px;
	background: url("../../img/top/contents_a.png") no-repeat left top / cover;
	left: 40px;
	bottom: 20px;
}
#content nav#contList ul li:nth-of-type(2n) .txt::before {
	left: auto;
	right: 40px;
}
#content nav#contList ul li .txt dl dt {
	width: 100%;
	text-align: right;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 2.5em;
	font-weight: bold;
	color: rgba(255,255,255,0.40);
}
#content nav#contList ul li .txt dl dt span {
	display: block;
	font-weight: bold;
}
#content nav#contList ul li .txt dl dt em {
	display: inline-block;
	width: .5em;
}
#content nav#contList ul li:nth-of-type(2n) .txt dl dt { text-align: left; }
#content nav#contList ul li .txt dl dd {
	width: 100%;
	margin-top: 0.8em;
	text-align: center;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 2.3125em;
	font-weight: bold;
}

@media (max-width: 979px) {
	#content nav#contList ul li .img { clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }
	#content nav#contList ul li:nth-of-type(2n) .img { clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); }
	#content nav#contList ul li .img img { height: 300px; }
	#content nav#contList ul li .txt {
		width: 100%;
		height: 80%;
		right: 0;
		z-index: 1;
	}
	#content nav#contList ul li:nth-of-type(2n) .txt {
		right: inherit !important;
		left: 0;
	}
	#content nav#contList ul li .txt::before {
		width: 21px;
		height: 22px;
	}
	#content nav#contList ul li .txt dl dt { font-size: 1.5em; }
	#content nav#contList ul li .txt dl dd { font-size: 1.3125em; }
}

/*------------news---------------------------------------------------------------*/
#news {
	width: 100%;
	margin-top: 70px;
}
#news h2 {
	margin-bottom: 20px;
	text-align:  center;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 2.0625em;
	font-weight: bold;
	color: var(--co-orange);
}
#news section {
	width: 100%;
	max-width: inherit !important;
	padding: 45px 0;
	background-color: #d4d5d5;
}
#news section div {
	max-width: 980px;
	height: 300px;
	margin: 0 auto;
}
#news section iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

@media (max-width: 979px) {
	#news section div { width: 96%; }
}

/*------------recruit---------------------------------------------------------------*/
#recruit {
	width: 96%;
	max-width: 1400px;
	margin: 70px auto 0;
}
#recruit h2 {
	margin-bottom: 20px;
	text-align:  center;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 2.0625em;
	font-weight: bold;
	color: var(--co-blue);
}
#recruit .txt {
	position: absolute;
	left: 0;
	bottom: 85px;
	width: 70%;
	padding: 10px 90px 10px 2em;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,0) 100%);
}
#recruit .txt::before {
	position: absolute;
	display: block;
	content: "";
	width: 82px;
	height: 81px;
	background: url("../../img/top/recruit_a.png") no-repeat left top / cover;
	top: 50%;
	right: 0;
	transform: var(--tr-fY);
}
#recruit .txt p {
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 1.9375em;
	font-weight: bold;
	color: var(--co-navy);
	text-shadow: 
       5px  5px 5px var(--co-white),
      -5px  5px 5px var(--co-white),
       5px -5px 5px var(--co-white),
      -5px -5px 5px var(--co-white),
       5px  0px 5px var(--co-white),
       0px  5px 5px var(--co-white),
      -5px  0px 5px var(--co-white),
       0px -5px 5px var(--co-white);
}
#recruit .img img { height: 400px; }

@media (max-width: 979px) {
	#recruit .txt {
		width: 100%;
		padding: 10px 3em 10px 1.5em;
		bottom: 45px;
	}
	#recruit .txt::before {
		width: 41px;
		height: 40.5px;
	}
	#recruit .txt p {
		text-align: left;
		font-size: 1.25em;
	}
	#recruit .img img { height: 250px; }
}