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



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
	padding: 117px 0 0 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
	display: inline-block;
}
#main .img-box {
	position: relative;
	display: inline-block;
}
#main .img-box figcaption.in {
	position: absolute;
	left: 120px;
	bottom: 80px;
	font-size: 0.666rem;
}
.main-copy,
.main-copy2,
.main-copy3,
.main-copy4 {
	position: absolute;
	left: 0;
	top: 0;
}
.main-text {
	position: absolute;
	left: 0;
	top: 0;
}
.main-bird {
	position: absolute;
	left: 0;
	top: 0;
}



/****************************************************************************************************
point
****************************************************************************************************/
#point {
	position: relative;
	margin-top: -30px;
}
#point-block {
	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: 10px;
	margin-top: 30px;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	margin-top: 74px;
	padding: 50px 0;
	background: url(../img/top/information-bg.jpg) no-repeat center top;
	background-size: cover;
}
#info-text {
	margin: 40px 0 20px 0;
}
#campaign {
	margin-top: 30px;
}



/****************************************************************************************************
contents-inner
****************************************************************************************************/
#contents-inner {
	position: relative;
	padding: 150px 0 220px 0;
}
#contents-inner::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 280px;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(52,114,161,1), rgba(24,127,196,0));
	opacity: .35;
}
#contents-inner::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 280px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(24,127,196,0), rgba(52,114,161,1));
	opacity: .35;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
	z-index: 2;
}
#concept-ttl {
	position: relative;
	margin-bottom: 90px;
}
#concept-ttl::before,
#concept-ttl::after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 34px;
	left: 0;
	right: 0;
	top: -42px;
	margin: auto;
	background-image: linear-gradient(180deg, rgba(24,127,196,0), rgba(52,114,161,1));
}
#concept-ttl::after {
	top: auto;
	bottom: -42px;
	background-image: linear-gradient(180deg, rgba(52,114,161,1), rgba(24,127,196,0));
}
#concept-ttl h2 {
	font-size: 1.133rem;
	color: #1F4763;
}
#concept-img {
	position: relative;
	display: inline-block;
}
#concept-bird {
	position: absolute;
	right: 114px;
	bottom: -90px;
}
#concept-copy1 {
	margin-top: 104px;
	margin-bottom: 27px;
}
#concept-text {
	margin-top: 70px;
}
#concept-text p {
	font-size: 1.066rem;
	line-height: 2.5;
}
#concept-text p sup {
	font-size: 60%;
	vertical-align: top;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	position: relative;
	z-index: 2;
	margin-top: 180px;
}
.index-block,
.index-block > a {
	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: 20px;
}
.index-block + .index-block {
	margin-top: 140px;
}
.index-img {
	width: 515px;
}
.index-img .img-box {
	position: relative;
	display: inline-block;
}
.index-img .img-box figcaption.in {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.666rem;
}
.index-img .img-box figcaption.in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
.index-text {
	width: 515px;
	padding-left: 75px;
	text-align: left;
}
.index-title {
	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;
	gap: 30px;
	margin-left: 15px;
	margin-bottom: 40px;
}
.index-midashi {
	position: relative;
	padding-top: 32px;
}
.index-midashi img {
	position: relative;
}
.index-midashi::before {
	content: "";
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	left: -44px;
	top: 0;
	background: url(../img/top/midashi-bg.png) no-repeat center top;
	background-size: cover;
}
.index-ttl {
	padding-top: 32px;
}
.index-txt h4 {
	color: #1F4763;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.index-txt p {
	margin-top: 0.1em;
	color: #3E3A39;
	font-size: 1.0rem;
	line-height: 1.8;
	white-space: nowrap;
}
.index-btn {
	margin-top: 1.5em;
	padding: 0.3em 1em;
	background-image: linear-gradient(90deg, rgb(255,255,255), rgb(164,187,211));
	color: #1F4763;
	font-size: 1.133rem;
	font-family: garamond;
	font-weight: bold;
	text-align: right;
}
.index-block:nth-of-type(even) .index-btn {
	background-image: linear-gradient(90deg, rgb(164,187,211), rgb(255,255,255));
	text-align: left;
}

.index-block:nth-of-type(even) .index-img {
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
}
.index-block:nth-of-type(even) .index-text {
	padding-left: 10px;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 0 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main .img-box figcaption.in {
		left: auto;
		right: 1em;
		bottom: 32vw;
		font-size: 0.533rem;
		line-height: 1.4;
		text-align: right;
	}
	
	
	
	/****************************************************************************************************
	point
	****************************************************************************************************/
	#point {
		width: 86.6vw;
		margin: auto;
		margin-top: 8vw;
	}
	#point-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2vw;
		width: 85.333vw;
		margin: auto;
		margin-top: 6vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		margin-top: 10vw;
		padding: 10vw 0;
		background: url(../img/top/information-bg-sp.jpg) no-repeat center top;
		background-size: cover;
	}
	#name {
		width: 74.133vw;
		margin: auto;
	}
	#info-text {
		width: 70.666vw;
		margin: auto;
		margin-top: 8vw;
		margin-bottom: 5vw;
	}
	.request-box {
		width: 85.333vw;
	}
	#campaign {
		width: 92vw;
		margin: auto;
		margin-top: 2vw;
	}
	
	
	
	/****************************************************************************************************
	contents-inner
	****************************************************************************************************/
	#contents-inner {
		padding: 25vw 0 25vw 0;
	}
	#contents-inner::before {
		height: 48vw;
	}
	#contents-inner::after {
		height: 48vw;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept-ttl {
		margin-bottom: 16vw;
	}
	#concept-ttl::before,
	#concept-ttl::after {
		width: 2px;
		height: 8vw;
		top: -10vw;
	}
	#concept-ttl::after {
		top: auto;
		bottom: -10vw;
	}
	#concept-ttl h2 {
		font-size: 1.0rem;
	}
	#concept-bird {
		width: 22.666vw;
		right: 5vw;
		bottom: -18vw;
	}
	#concept-copy1 {
		width: 98vw;
		margin: auto;
		margin-top: 20vw;
		margin-bottom: 6vw;
	}
	#concept-copy2 {
		width: 50.4vw;
		margin: auto;
	}
	#concept-text {
		margin-top: 10vw;
	}
	#concept-text p {
		font-size: 0.866rem;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	#index {
		margin-top: 15vw;
	}
	.index-block,
	.index-block > a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10vw;
	}
	.index-block + .index-block {
		margin-top: 10vw;
	}
	.index-img {
		width: 100%;
	}
	.index-img .img-box figcaption.in {
		font-size: 0.533rem;
	}
	.index-text {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.index-title {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 5vw;
		margin-left: 0;
		margin-bottom: 5vw;
	}
	.index-midashi {
		padding-top: 0;
	}
	.index-midashi img {
		width: 28vw;
		height: auto;
	}
	.index-midashi::before {
		width: 20.53vw;
		height: 20.53vw;
		left: -5.4vw;
		top: -3.6vw;
	}
	.index-ttl {
		padding-top: 0;
	}
	.index-ttl img {
		zoom: .3;
	}
	.index-txt h4 {
		font-size: 1.5rem;
	}
	.index-txt p {
		margin-top: 0.2em;
	}
	.index-btn {
		width: 80vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0.6em 1em;
		background-image: linear-gradient(90deg, rgba(190,207,224,0), rgb(190,207,224,1), rgba(190,207,224,0));
		font-size: 0.866rem;
		text-align: center;
	}
	.index-block:nth-of-type(even) .index-btn {
		background-image: linear-gradient(90deg, rgba(190,207,224,0), rgb(190,207,224,1), rgba(190,207,224,0));
		text-align: center;
	}
	
	.index-block:nth-of-type(even) .index-img {
		-webkit-box-ordinal-group:1;
		-webkit-order:0;
		-ms-flex-order:0;
		order:0;
	}
	.index-block:nth-of-type(even) .index-text {
		padding-left: 0;
	}
}

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