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

/*===============================================
*************************************************

　　導入

*************************************************
=================================================*/
#contents01{margin-bottom: 60px;}
#contents01 h2{
	font-size: 49px;
	font-weight: bold;
	margin-bottom: 60px;
}

#contents01 p{font-size: 20px; font-weight: bold; line-height: 2.5;}

@media screen and (max-width: 700px) {
	#contents01{margin-bottom: 40px;}
	#contents01 h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	#contents01 p{font-size: 16px;}
	#contents01 p .sp{display: block;}
}

/*===============================================
*************************************************

　　インタビュー部分

*************************************************
=================================================*/
.contents{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 40px;
	overflow: hidden;
	border-bottom: 3px solid #04b9f5;
	padding-bottom: 60px;
}

.contents .top_box{
	display: flex;
	padding-left: calc(100% - 860px);
	justify-content: space-between;
	align-items: end;
	margin-bottom: 50px;
	position: relative;
	padding-top: 210px;
}

.contents .top_box a{
	width: 170px;
	line-height: 47px;
	background: #04b9f5;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
}

.contents .top_box .main{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.bottom_box{display: none; position: relative;}
.bottom_box.active{display: block;}

.bottom_box .box{
	background: #FFFFFF;
}

.bottom_box .box p{
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

.bottom_box .box h3{
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
}

.bottom_box .box span{
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	display: block;
	margin: 40px 0 20px;
}

.bottom_box .box01{
	max-width: 1080px;
	width: 100%;
	margin-left:calc(100% - 1080px);
	padding: 60px 60px 75px;
	position: relative;
	margin-bottom: 35px;
}

.bottom_box .box01 p{padding-left: calc(100% - 420px);}
.bottom_box .box01 h3{
	text-align: justify;
	padding-left: calc(100% - 820px);
}

.bottom_box .box01 span{
	position: absolute;
	left: calc(100% - 880px);
	bottom: 75px;
}

.bottom_box .flex{
	display: flex;
	justify-content: space-between;
}
.bottom_box .box02{
	width: 48%;
	padding: 60px 50px;
}

.bottom_box a{
	width: 170px;
	line-height: 47px;
	background: #04b9f5;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: -70px;
	left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width: 1220px) {
	.bottom_box .box01{margin-left: 0; max-width: 100%;}
	.bottom_box .box01 h3{padding-left: 0; text-align: right;}
}

@media screen and (max-width: 850px) {
	.contents{padding-bottom: 40px;}
	.contents .top_box .main{height: 420px;}
	.contents .top_box{display: block; text-align: right;}
	.contents .top_box a{text-align: center; margin-top: 15px;}
	
	.bottom_box .box01{padding: 40px 30px; margin-bottom: 20px;}
	.bottom_box .box h3{text-align: center; font-size: 18px; margin-bottom: 15px}
	.bottom_box .box01 h3{text-align: center;}
	.bottom_box .box p{font-size: 14px; line-height: 1.5;}
	.bottom_box .flex{display: block;}
	.bottom_box .box02{width: 100%;padding: 40px 30px; margin-bottom: 20px;}
	.bottom_box .box02 img{width: 60%;}
}







