@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv {
	margin-top: 144.18px;
	position: relative;
	height: 210px;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/guidance-preparation/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: 34px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.fv__inner p{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
	.fv {
		margin-top: 110px;
		height: 100px;
		background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/guidance-preparation/fv__bg--sp.png);
	}
	.fv__inner h1{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.fv__inner p{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	breadcrumb
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under__breadcrumb.guidance-preparation{
    max-width: 1025px;
    padding: 0 24px;
    margin: 16px auto;
}
@media only screen and (max-width: 768px) {
    .under__breadcrumb.guidance-preparation{
        max-width: 100%;
        padding: 0 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	guidance-preparation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.guidance-preparation.type1{
	border: none;
}
.guidance-preparation.type1 h2{
	color: #0085FF;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
	letter-spacing: 0.08em;
    text-align: center;
	margin-bottom: 40px;
}
.guidance-preparation.type1 .guidance-preparation__icon{
	background: #F9F9F9;
	border-radius: 16px;
	padding: 20px 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 24px;
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(1){
	width: 40px;
	margin-right: 32px;
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(2){
	display: block;
	width: 1px;
	height: 100px;
	background: #D8D8D8;
	margin-right: 32px;
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(3){
	width: 64px;
	margin-right: 32px;
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(4){
	width: calc(100% - 201px);
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(4) h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(4) p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: 0.08em;
}
.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(4) p a{
	display: inline-block;
	color: #0085FF;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #0085FF;
}
.guidance-preparation.type1 .guidance-preparation__start > img{
	width: 24px;
	margin: 0 auto 24px;
}
.guidance-preparation.type1 .guidance-preparation__start > p{
	text-align: center;
}
.guidance-preparation.type1 .guidance-preparation__start > p:nth-of-type(1){
	color: #0085FF;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}
.guidance-preparation.type1 .guidance-preparation__start > p:nth-of-type(2){
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
	.guidance-preparation.type1 h2{
		font-size: 20px;
	}
	.guidance-preparation.type1 .guidance-preparation__icon{
		padding: 20px;
		display: block;
	}
	.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(1){
		width: 40px;
		margin: 0 auto 16px;
	}
	.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(2){
		display: none;
	}
	.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(3){
		width: 64px;
		margin: 0 auto 16px;
	}
	.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(4){
		width: 100%;
	}
	.guidance-preparation.type1 .guidance-preparation__icon > div:nth-of-type(4) h3{
		text-align: center;
	}
	.guidance-preparation.type1 .guidance-preparation__start > img{
		width: 24px;
		margin: 0 auto 24px;
	}
	.guidance-preparation.type1 .guidance-preparation__start > p{
		text-align: center;
	}
	.guidance-preparation.type1 .guidance-preparation__start > p:nth-of-type(1){
		font-size: 20px;
	}
}