@charset "UTF-8";

.contents {
}

.contents > .inner {
}

.hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: cover;
}

body.-interview01 .hero {
	background-image: url(../img/interview/interview01/img-hero.jpg);
}

body.-interview02 .hero {
	background-image: url(../img/interview/interview02/img-hero.jpg);
}

body.-interview03 .hero {
	background-image: url(../img/interview/interview03/img-hero.jpg);
}

body.-interview04 .hero {
	background-image: url(../img/interview/interview04/img-hero.jpg);
}

body.-interview05 .hero {
	background-image: url(../img/interview/interview05/img-hero.jpg);
}

body.-interview06 .hero {
	background-image: url(../img/interview/interview06/img-hero.jpg);
}

body.-interview07 .hero {
	background-image: url(../img/interview/interview07/img-hero.jpg);
}

body.-interview08 .hero {
	background-image: url(../img/interview/interview08/img-hero.jpg);
}

body.-interview09 .hero {
	background-image: url(../img/interview/interview09/img-hero.jpg);
}

.hero:before {
	content: "";
	display: block;
	position: absolute;
	height: 370px;
	width: 50%;
	right: 50%;
	top: 50%;
	margin-top: -185px;
	background: linear-gradient(90deg, #FCA047 0%, #FF6150 100%);
}

body.-type02 .hero:before {
	right: auto;
	left: 50%;
}

.hero_inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.hero_inner:before {
	content: "";
	display: block;
	padding-top: 65%
}

.hero_cnt {
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

body.-type02 .hero_cnt {
	left: auto;
	right: 0;
}

.hero_ttl {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}

.hero_info {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	font-weight: bold;
}

.hero_info:before {
	content: "";
	display: block;
	height: 1px;
	width: 170px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
}

.hero_catch {
	position: absolute;
	bottom: -20px;
	right: 40px;
}

.intv {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 120px;
}

body.-type01 .intv:nth-child(2n) {
	flex-direction: row-reverse;
}

body.-type01 .intv:nth-child(2n+1) {
}

body.-type02 .intv:nth-child(2n) {
}

body.-type02 .intv:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.intv_wrap {
	flex: 1;
}

.intv_cnt {
}

.intv_hd {
	position: relative;
	padding-bottom: 20px;
}

.intv_hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 170px;
	background: #FD7566;
}

.intv_hd_lead {
	font-size: 20px;
	font-weight: bold;
	color: #F97059;
	line-height: 1;
}

.intv_hd_ttl {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
}

.intv_body {
	margin-top: 20px;
}

.intv_text {
}

.intv_msg {
	position: relative;
	background: rgba(254, 255, 207, 0.4);
	padding: 70px 60px;
	margin-top: 90px;
}

.intv_msg_waku {
	position: absolute;
	display: block;
	top: -6%;
	left: -2%;
	width: 102%;
	height: 100%;
}

.intv_msg_ttl {
	position: absolute;
	top: -40px;
	left: -70px;
}

.intv_msg_text {
}

.intv_img {
}

body.-type01 .intv:nth-child(2n) .intv_img {
	margin-left: -100px;
	margin-right: 8%;
}

body.-type01 .intv:nth-child(2n+1) .intv_img {
	margin-right: -100px;
	margin-left: 8%;
}

body.-type02 .intv:nth-child(2n) .intv_img {
	margin-right: -100px;
	margin-left: 8%;
}

body.-type02 .intv:nth-child(2n+1) .intv_img {
	margin-left: -100px;
	margin-right: 8%;
}

.btmimg {
	margin-top: 120px;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: cover;
}

body.-interview01 .btmimg {
	background-image: url(../img/interview/interview01/img-btm.jpg);
}

body.-interview02 .btmimg {
	background-image: url(../img/interview/interview02/img-btm.jpg);
}

body.-interview03 .btmimg {
	background-image: url(../img/interview/interview03/img-btm.jpg);
}

body.-interview04 .btmimg {
	background-image: url(../img/interview/interview04/img-btm.jpg);
}

body.-interview05 .btmimg {
	background-image: url(../img/interview/interview05/img-btm.jpg);
}

body.-interview06 .btmimg {
	background-image: url(../img/interview/interview06/img-btm.jpg);
}

body.-interview07 .btmimg {
	background-image: url(../img/interview/interview07/img-btm.jpg);
}

body.-interview08 .btmimg {
	background-image: url(../img/interview/interview08/img-btm.jpg);
}

body.-interview09 .btmimg {
	background-image: url(../img/interview/interview09/img-btm.jpg);
}

.btmimg:before {
	content: "";
	display: block;
	padding-top: 580px;
}

.btmimg img {
	display: none;
}

.back {
	text-align: center;
	padding: 60px 0;
}

.back a {
	width: 100%;
	max-width: 375px;
	padding: 0 20px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 62px;
	height: 62px;
	border: 1px solid #333;
	border-radius: 5px;
}

@media screen and (max-width:1350px) {
}

@media screen and (max-width:640px) {
	.contents {
	}

	.contents > .inner {
	}

	.hero {
	}

	body.-interview01 .hero {
		background-position: 70% 50%;
	}

	body.-interview02 .hero {
		background-position: 30% 50%;
	}

	body.-interview03 .hero {
	}

	body.-interview04 .hero {
		background-position: 80% 50%;
	}

	body.-interview05 .hero {
	}

	body.-interview06 .hero {
		background-position: 80% 50%;
	}

	body.-interview07 .hero {
		background-position: 80% 50%;
	}

	body.-interview08 .hero {
		background-position: 80% 50%;
	}

	.hero:before {
		display: none;
	}

	body.-type02 .hero:before {
	}

	.hero_inner {
	}

	.hero_inner:before {
		;
	}

	.hero_cnt {
		position: static;
		transform: none;
		padding: 20px 30px;
		background: rgba(255, 255, 255, 0.8);
		color: #333;
	}

	body.-type02 .hero_cnt {
	}

	.hero_ttl {
		font-size: 18px;
	}

	.hero_info {
		font-size: 13px;
	}

	.hero_info:before {
		background: #333;
	}

	.hero_catch {
		display: none;
	}

	.intv {
		margin-top: 60px;
		display: block;
	}

	body.-type01 .intv:nth-child(2n) {
	}

	body.-type01 .intv:nth-child(2n+1) {
	}

	body.-type02 .intv:nth-child(2n) {
	}

	body.-type02 .intv:nth-child(2n+1) {
	}

	.intv_wrap {
	}

	.intv_cnt {
	}

	.intv_hd {
	}

	.intv_hd:after {
	}

	.intv_hd_lead {
		font-size: 16px;
	}

	.intv_hd_ttl {
		font-size: 20px;
	}

	.intv_body {
	}

	.intv_text {
	}

	.intv_msg {
		margin-top: 50px;
		padding: 80px 30px 30px;
	}

	.intv_msg_waku {
		display: none;
	}

	.intv_msg_ttl {
		max-width: 90%;
		left: -10px;
		top: -20px;
	}

	.intv_msg_text {
	}

	.intv_img {
	}

	body.-type01 .intv:nth-child(2n) .intv_img {
		margin-left: 0;
		margin-right: 0;
		margin-top: 30px;
	}

	body.-type01 .intv:nth-child(2n+1) .intv_img {
		margin-left: 0;
		margin-right: 00;
		margin-top: 30px;
	}

	body.-type02 .intv:nth-child(2n) .intv_img {
	}

	body.-type02 .intv:nth-child(2n+1) .intv_img {
	}

	.btmimg {
		margin-top: 60px;
	}

	body.-interview01 .btmimg {
	}

	body.-interview02 .btmimg {
	}

	body.-interview03 .btmimg {
	}

	body.-interview04 .btmimg {
	}

	body.-interview05 .btmimg {
	}

	body.-interview06 .btmimg {
	}

	body.-interview07 .btmimg {
	}

	body.-interview08 .btmimg {
	}

	.btmimg:before {
		padding-top: 50%;
	}

	.btmimg img {
	}

	.back {
		padding: 30px 20px;
	}

	.back a {
		font-size: 18px;
	}

}
