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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	padding: 118px 0 0 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.733rem;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}



/****************************************************************************************************
point
****************************************************************************************************/
#point ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#point ul li {
	width: calc(100% / 3);
	padding: 0.8em;
	background: #693668;
	color: #FFF;
	font-size: 1.866rem;
	font-weight: bolder;
}
#point ul li:nth-of-type(2) {
	background: #E9535C;
}
#point ul li:nth-of-type(3) {
	background: #F5AB18;
}



/****************************************************************************************************
cont
****************************************************************************************************/
#cont {
	padding: 100px 0;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
}
#info-text {
}
#info-text h3 {
	margin-bottom: 0.8em;
	color: #666;
	font-size: 2.133rem;
	line-height: 1.4;
}
#info-text h3 sup {
	font-size: 0.666rem;
	vertical-align: text-top;
}
.information {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
#contents .information a {
	display: block;
}
#contents .information h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.3em;
	padding: 0.2em 1em 0.2em 1em;
	background: #E9535D;
	color: #FFF;
	font-size: 4.266rem;
	line-height: 1.4;
}
.information div {
	padding: 1.2em;
	background: #FFF;
	border: 1px solid #E9535D;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}
#information .request-box {
	margin-top: 30px;
}
#information .request-notice {
}



/****************************************************************************************************
共通
****************************************************************************************************/
.inner {
	width: 1200px;
	padding: 120px 0;
	margin: auto;
}
.ttl-box .english {
	color: #009FC9;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.ttl-box h2 {
	color: #666666;
	font-size: 2.133rem;
	line-height: 1.5;
}
#contents .ttl-box p {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.8;
}
.ttl-box .english + h2 {
	margin-top: 0.3em;
}
.ttl-box h2 + p {
	margin-top: 1.2em;
}

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .ttl-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}

figure.img-box {
	position: relative;
	display: inline-block;
	color: #333;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.left {
	text-align: left;
}
figure.img-box figcaption.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	z-index: 2;
}
figure.img-box figcaption.in.left {
	right: auto;
	left: 0.8em;
}
figure.img-box figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
figure.img-box figcaption.white.noshadow {
	text-shadow: none;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
	padding: 120px 0;
}
#concept-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#concept-bg figure {
	position: relative;
	width: 100%;
	height: 100%;
}
#concept-bg figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: .65;
}
#concept-bg figure::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
#concept-inner {
	position: relative;
	width: 1000px;
	margin: auto;
	padding: 100px 50px;
	background: rgba(255,255,255,.90);
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}
#concept-ttl h2 {
	color: #E9525D;
	font-size: 3.733rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#concept-ttl h3 {
	color: #F7AC19;
	font-size: 2.133rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#concept-text {
	margin-top: 3em;
}
#concept-text p {
	color: #666666;
	font-size: 1.333rem;
	line-height: 2.0;
}
#concept-text p + p {
	margin-top: 2em;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
.index-block {
	border-top: 2px solid rgba(255,255,255,.25);
	overflow: hidden;
}
.index-block a {
	display: block;
	position: relative;
}
.index-block a figure {
	position: relative;
}
.index-block a figure img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.index-block a figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #666;
	font-size: 0.866rem;
	line-height: 1.4;
}
.index-block a figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.index-block a::before {
	content: "";
	position: absolute;
	display: block;
	left: 50px;
	top: 0;
	width: 560px;
	height: 100%;
	background: url(../img/top/shadow.png) repeat left top;
	box-shadow: 0 0 20px 15px rgba(0,0,0,.15);
	/*mix-blend-mode: multiply;*/
	z-index: 5;
}
.index-block .index-text {
	position: absolute;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
	left: 50px;
	top: 0;
	width: 560px;
	height: 100%;
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	z-index: 10;
}
.index-block .index-text h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.39em;
	color: #FFFF00;
	font-size: 3.733rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-block .index-text h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-image: linear-gradient(45deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
}
.index-block .index-text::after {
	content: "";
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	right: 50px;
	bottom: 50px;
	border-bottom: 2px solid rgba(255,255,255,1);
	border-right: 2px solid rgba(255,255,255,1);
	transform: translate(0, 0) skew(45deg, 0);
	transform-origin: 0 100%;
}
.index-block:nth-of-type(even) a::before {
	left: auto;
	right: 50px;
}
.index-block:nth-of-type(even) a figure figcaption {
	left: 1em;
	right: auto;
}
.index-block:nth-of-type(even) .index-text {
	left: auto;
	right: 50px;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 7.8vw 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point
	****************************************************************************************************/
	#point ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#point ul li {
		width: 100%;
		font-size: 1.2rem;
		font-weight: bolder;
	}
	#point ul li:nth-of-type(2) {
		width: 50%;
	}
	#point ul li:nth-of-type(3) {
		width: 50%;
	}
	
	
	
	/****************************************************************************************************
	cont
	****************************************************************************************************/
	#cont {
		padding: 6vw 4vw 4vw 4vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
	}
	#info-text {
	}
	#info-text h3 {
		margin-bottom: 0.6em;
		font-size: 1.2rem;
	}
	#info-text h3 sup {
		font-size: 0.533rem;
	}
	.information {
		width: 100%;
		margin-top: 4vw;
	}
	#contents .information h3 {
		gap: 0.2em;
		padding: 0.4em 1em 0.4em 1em;
		white-space: nowrap;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#contents .information h3 img {
		width: 1.4rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	#information .request-box {
		margin-top: 4vw;
	}
	#information .request-notice {
		margin-top: 3vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.inner {
		width: 92vw;
		padding: 10vw 0;
	}
	.ttl-box .english {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
	}
	#contents .ttl-box p {
		font-size: 1rem;
	}

	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.6);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.6);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.6);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.6);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.6);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.6);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.6);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.4);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.4);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.4);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.4);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.4);
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		padding: 10vw 0;
	}
	#concept-inner {
		width: 92vw;
		padding: 10vw 4vw;
		border-radius: 1vw;
	}
	#concept-ttl h2 {
		font-size: 2rem;
		letter-spacing: 0;
	}
	#concept-ttl h3 {
		margin-top: 0.3em;
		font-size: 1.466rem;
		letter-spacing: 0;
	}
	#concept-text {
		margin-top: 2em;
	}
	#concept-text p {
		font-size: 0.866rem;
		line-height: 1.8;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block a::before {
		display: none;
	}
	.index-block a figure img {
		width: 100%;
		height: 60vw;
	}
	#landplan.index-block a figure img {
		object-position: 95% 50%;
	}
	.index-block a figure figcaption {
		font-size: 0.533rem;
	}
	.index-block .index-text {
		position: static;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		background: url(../img/top/shadow.png) repeat left top;
		box-shadow: none;
		font-size: 1.2rem;
	}
	.index-block .index-text h3 {
		margin-bottom: 0.6em;
		font-size: 2.4rem;
	}
	.index-block .index-text h3::after {
		width: 92vw;
		height: 1px;
	}
	.index-block .index-text::after {
		width: calc(5.6vw * 2);
		height: calc(1.5vw * 2);
		right: 6vw;
		bottom: 6vw;
	}
	.index-block:nth-of-type(even)  a figure figcaption {
		left: 1em;
		right: auto;
	}
	.index-block:nth-of-type(even) .index-text {
		left: auto;
		right: auto;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}