@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv {
	position: relative;
	height: 280px;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/form/fv__bg--pc.png);
    background-size: cover;
}
.fv__inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1025px;
	width: 100%;
	padding: 0 32px;
	margin: 0 auto;
	text-align: center;
}
.fv__inner h1{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}
.fv__inner p{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
	.fv {
		background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/form/fv__bg--sp.png);
	}
	.fv__inner h1{
		font-size: 24px;
	}
	.fv__inner p{
		font-size: 14px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	scroll
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.scroll .scroll__inner{
	background: #0085FF;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.scroll .scroll__image img{
	width: 40px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.scroll .scroll__inner{
		padding: 12px 0;
		font-size: 14px;
	}
	.scroll .scroll__image img{
		width: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	select
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.select{
	padding: 32px 0;
}
.select__inner{
	max-width: 1025px;
	width: 100%;
    padding: 0 24px;
    margin: 0 auto;
	text-align: center;
}
.select__inner h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.select__inner p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
}
.select__inner p.blue{
	color: #0085FF;
	font-size: 18px;
}
.select__inner iframe{
	max-width: 647px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.select__inner h2{
		font-size: 20px;
	}
	.select__inner p{
		margin-bottom: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	existing
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.existing{
	margin: 80px 0 120px;
}
.existing__inner{
	max-width: 647px;
	width: 100%;
	padding: 32px;
    margin: 0 auto;
	border: 2px #0085FF solid;
	border-radius: 8px;
	text-align: center;
}
.existing__inner > h2{
	color: #0085FF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.existing__inner > p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.existing__inner > a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 40px;
	border: 2px #0085FF solid;
	border-radius: 48px;
	width: max-content;
	margin: 0 auto;
}
.existing__inner > a p{
	color: #0085FF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.existing__inner > a img{
	margin-left: 10px;
	width: 16px;
}

@media only screen and (max-width: 768px) {
	.existing{
		margin: 64px 0 80px;
		padding: 0 24px;
	}
	.existing__inner{
		max-width: 100%;
		width: 100%;
		padding: 20px;
	}
	.existing__inner > h2{
		font-size: 18px;
	}
	.existing__inner > p{
		font-size: 14px;
	}
	.existing__inner > a p{
		font-size: 14px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	service
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.service{
	font-family: 'Helvetica Neue';
	margin: 80px 0;
}
.service h2{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 32px;
}
.service .type1__flex2{
	flex-wrap: wrap;
}
.service .type1__flex2 div{
	margin-bottom: 32px;
}
.service .type1__flex2 div p{
	font-weight: 700;
	text-align: center;
}
.service .type1__flex2 div img{
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.service{
		margin: 64px 0;
		padding: 0 20px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq__item {
	margin-bottom: 24px;
}
.faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	border: 2px solid #222222;
	border-radius: 2px;
	box-shadow: 2px 2px 0px #727272;
}
.faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
.faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
.faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
.open .faq__item--answer {
	display: flex;
}
.faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--answer p {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fujiyama
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fujiyama.scroll .scroll__inner{
	background: #223A70;
}
.fujiyama .select__inner iframe{
	margin-bottom: 24px;
}
.fujiyama .select__inner p.light{
	font-size: 12px;
	font-weight: 400;
}