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



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
	background: #14192E;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	color: #FFF;
	font-size: 0.733rem;
	font-weight: bold;
}
#main figure img {
	width: 100%;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 100px 0 100px 0;
	border-top: 1px solid rgba(255,255,255,.25);
	color: #FFF;
}
#info h2 {
	font-size: 1.866rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
#info h3 {
	margin: 20px 0 40px 0;
	color: #FFF;
	font-size: 4.8rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
#request-box {
	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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
#request-box p {
	width: 100%;
	margin-top: 16px;
	font-size: 1.2rem;
	line-height: 1.8;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
	padding: 130px 0;
	background: #EAF6FD url(../img/top/concept-ttl.png) no-repeat 50px 80px;
	color: #000;
}
#concept-text {
}
#concept-text h2 {
	font-size: 5.466rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#concept-text figure {
	margin: 20px 0 50px 0;
}
#concept-text p {
	font-size: 1.333rem;
	line-height: 2.6;
	letter-spacing: 0.05em;
}
#concept-text p sup {
	font-size: 60%;
	vertical-align: top;
}
#concept-column {
	width: 1100px;
	margin: auto;
	margin-top: 60px;
	padding: 40px;
	background: rgba(255,255,255,.3);
	border: 1px solid rgba(0,0,0,.3);
}
#concept-column h3 {
	font-size: 2.133rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#concept-column h3 sup {
	font-size: 60%;
	vertical-align: top;
}
#concept-column-inner {
    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;
	gap: 30px;
	margin-top: 28px;
}
#concept-column-text h4 {
	padding: 0.2em;
	background: #912C5F;
	color: #FFF;
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#concept-column-text p {
	margin-top: 0.8em;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}
#concept-column-text p .small {
	font-size: 0.866rem;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	padding: 150px 0;
}
.index-block {
	width: 1200px;
	margin: auto;
}
.index-block + .index-block {
	margin-top: 125px;
}
.index-block a {
	position: relative;
	display: block;
	color: #FFF;
	text-align: left;
}
.index-ttl {
	position: absolute;
	left: 40px;
	top: -55px;
}
.index-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 560px;
	padding: 80px 25px 25px 140px;
	background: #14192E url(../img/top/bar.png) no-repeat 25px 25px;
}
.index-text p {
	font-size: 1.6rem;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
.index-text div {
	font-family: 'Century Gothic', Futura, YuGothic, 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: right;
}
.index-block:nth-of-type(even) .index-ttl {
	left: auto;
	right: 40px;
}
.index-block:nth-of-type(even) .index-text {
	left: auto;
	right: 0;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	.spLeft {
		text-align: left;
	}
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
	}
	#main figure figcaption {
		font-size: 0.4rem;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 6vw 4vw 6vw 4vw;
	}
	#info h2 {
		margin-top: 0.1em;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#info h3 {
		margin: 2vw 0 4vw 0;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	#request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
		min-width: initial;
		min-width: auto;
		margin: 3vw 0 0 0;
	}
	#request-box > div {
		width: 100%;
	}
	#request-box > div img {
		width: 100%;
	}
	#request-box p {
		width: 100%;
		margin-top: 2vw;
		font-size: 0.866rem;
		line-height: 1.6;
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		padding: 10vw 4vw;
		background: #EAF6FD url(../img/top/concept-ttl.png) no-repeat 4vw 6vw;
		background-size: 92vw;
	}
	#concept-text h2 {
		font-size: 2.4rem;
	}
	#concept-text figure {
		width: 60vw;
		margin: 3vw auto 5vw auto;
	}
	#concept-text p {
		font-size: 1.0rem;
		line-height: 2.2;
	}
	#concept-column {
		width: 100%;
		margin-top: 6vw;
		padding: 4vw;
	}
	#concept-column h3 {
		font-size: 1.333rem;
	}
	#concept-column-inner {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		margin-top: 3vw;
	}
	#concept-column-text h4 {
		padding: 0.4em;
		font-size: 1.2rem;
	}
	#concept-column-text p {
		font-size: 1.0rem;
	}
	#concept-column-text p .small {
		font-size: 0.666rem;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	#index {
		padding: 10vw 4vw;
	}
	.index-block {
		width: 100%;
	}
	.index-block + .index-block {
		margin-top: 10vw;
	}
	.index-ttl {
		position: absolute;
		left: 4vw;
		top: -5vw;
	}
	.index-ttl img {
		width: auto;
		height: 10vw;
	}
	.index-block figure {
		overflow: hidden;
	}
	.index-block figure img {
		width: 120%;
		margin-left: -10%;
	}
	.index-text {
		position: static;
		left: 0;
		bottom: 0;
		margin-top: -10vw;
		width: 74vw;
		padding: 8vw 3vw 3vw 10vw;
		background: #14192E url(../img/top/bar.png) no-repeat 3vw 3vw;
		background-size: 10vw;
	}
	.index-text p {
		font-size: 1.0rem;
		line-height: 1.8;
	}
	.index-text div {
		font-size: 1.0rem;
	}
	.index-block:nth-of-type(even) .index-ttl {
		left: auto;
		right: 4vw;
	}
	.index-block:nth-of-type(even) .index-text {
		margin-left:18vw;
	}
}

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