/*--------------------------------
common
--------------------------------*/
h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 3.5rem;
}

/*--------------------------------
section01
--------------------------------*/
#hero {
	position: relative;
}
#hero .ttlbox {
	position: absolute;
	bottom: 10%;
}
#hero .subttl {
	font-size: 22px;
	color: #fff;
	letter-spacing: .2rem;
}
#hero .ttl {
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .5rem;
	background: rgba(69,86,96,0.3);
	padding: 0 2rem;
}
#hero .ml .ttl {
	margin-left: 6.6rem;
}
/*- section01 ----------*/
#section01 {
	background-image: url(../img/interview_bg01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding: 4rem 0 8rem 0;
}
#section01 .row,
#section03 .row {
	margin-bottom: 8rem;
}
#section01 .row:last-child,
#section03 .row:last-child {
	margin-bottom: 0;
}
#section01 h2.lspacing {
	letter-spacing: .2rem;
}
#section01 .number,
#section03 .number {
	display: flex;
	align-items: center;
	font-size: 80px;
	color: #f6f7f7;
	line-height: .9;
}
#section01 .number::after,
#section03 .number::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #455660;
	margin-left: 1rem;
}
/*- section02 ----------*/
#section02 .row {
	position: relative;
	padding-bottom: 5rem;
}
#section02 .txtbox {
	position: absolute;
	color: #fff;
	background: rgba(69,86,96,0.7);
	width: 100%;
	padding: 2rem 5rem;
	top: -4rem;
}
#section02 .txtbox .question {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1rem;
}
#section02 .txtbox .answer {
	font-size: 20px;
	line-height: 1.5;
}
/*- section03 ----------*/
#section03 {
	padding: 8rem 0;
}
/*- section04 ----------*/
#section04 {
	padding-bottom: 8rem;
}
#section04 h2 {
	font-weight: 400;
	letter-spacing: .2rem;
	margin-bottom: 1.5rem;
}
/*- section05 ----------*/
#section05 {
	padding-bottom: 8rem;
}
/*- インタビュー ----------*/
#interview {
	background-image: url(../img/interview_bg01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding: 8rem 0px;
}
/*--------------------------------
media
--------------------------------*/
@media (max-width: 1200px) {
	/*-  ----------*/
}
@media (max-width: 991px) {
	/*- hero ----------*/
	#hero .mb-3 {
		margin-bottom: .5rem!important;
	}
	#hero .ttlbox {
		left: 0;
		bottom: 5%;
	}
	#hero .subttl {
		font-size: 18px;
	}
	#hero .ttl {
		font-size: 24px;
		padding: 0 1.5rem;
	}
	/*- section01 ----------*/
	#section01 {
		padding: 4rem 0;
	}
	#section01 .row,
	#section03 .row {
		margin-bottom: 4rem;
	}
	#section01 .number,
	#section03 .number {
		font-size: 60px;
	}
	#section01 .col-md-9.mt-4,
	#section03 .col-md-9.mt-4 {
		margin-top: 1rem!important;
	}
	/*- section02 ----------*/
	#section02 .txtbox {
		padding: 1rem 2rem;
	}
	/*- section03 ----------*/
	#section03,
	#interview {
		padding: 4rem 0;
	}
	/*- section04 ----------*/
	#section04 {
		padding-bottom: 4rem;
	}
}
@media (max-width: 767px) {
	/*- common ----------*/
	h3 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	/*- hero ----------*/
	#hero .ttlbox {
		left: 0;
		bottom: 5%;
	}
	#hero .subttl {
		font-size: 14px;
	}
	#hero .ttl {
		font-size: 16px;
		letter-spacing: .2rem;
		padding: 0 1rem;
	}
	#hero .third .ttl {
		margin-left: 4rem;
	}
	/*- section01 ----------*/
	#section01 .number::after,
	#section03 .number::after {
		content: none;
	}
	/*- section02 ----------*/
	#section02 .row {
		padding-bottom: 2.5rem;
	}
	#section02 .txtbox {
		right: 0;
		top: -2.5rem;
		width: 90%;
		padding: 1rem;
	}
	#section02 .txtbox .question {
		margin-bottom: .5rem;
	}
}
@media (max-width: 576px) {
	/*- hero ----------*/
	#hero .ml .ttl {
		margin-left: 2rem;
	}
}
