@charset "UTF-8";

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

　スタッフインタビュー

=================================================*/
.page-interview #pageCatch {
	position: relative;
	margin: 0;
	padding: 100px 2.7777% 70px 11.1111%;
}
.page-interview #pageCatch::before {
	position: absolute;
	bottom: 0;
	left: calc(61.1111% - 640px);
	display: block;
	content: '';
	width: 1230px;
	height: 446px;
	background: url("../images/interview/interview_title_bg03.png") center center / 100% auto no-repeat;
}
.page-interview #pageCatch div {
	position: relative;
	width: 595px;
	margin: 0 auto;
	padding: 75px 0 45px;
	text-align: center;
	background-color: #FFDED4;
}
.page-interview #pageCatch div::before {
	position: absolute;
	top: -8px;
	left: -110px;
	display: block;
	content: '';
	width: 160px;
	height: 153px;
	background: url("../images/interview/interview_title_bg01.png") center center / 160px 153px no-repeat;
}
.page-interview #pageCatch div::after {
	position: absolute;
	bottom: -20px;
	right: -23px;
	display: block;
	content: '';
	width: 90px;
	height: 125px;
	background: url("../images/interview/interview_title_bg02.png") center center / 90px 125px no-repeat;
}
.page-interview #pageCatch h1 {
	position: relative;
	color: #D70B24;
	font-size: 4rem;
	letter-spacing: 0.2em;
	line-height: 1;
	z-index: 10;
}
.page-interview #pageCatch h2 {
	margin: -20px 0 25px;
	color: #FFF2F0;
	font-size: 6.5rem;
	font-family: 'Yellowtail', cursive;
	line-height: 1;
}
.page-interview #pageCatch p {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.2rem;
	letter-spacing: 0.24em;
	line-height: 1.8;
}


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

　スライダー

=================================================*/
.interview-slider {
	margin: 0;
	padding: 0  2.7777% 0 11.1111%;
}
.person_slider nav {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.person_slider nav li {
	padding: 9px 0;
	text-align: center;
	opacity: 1;
	transition: all 0.5s ease;
}
.person_slider nav li:hover {
	opacity: 0.4;
}
.person_slider nav li p {
	margin: 10px 0 0;
	font-size: 1.5rem;
	line-height: 1.4;
}
.person_slider nav li a {
	color: inherit;
}
.person_slider nav li img {
	width: 56.216216%;
	margin: 0 auto;
	filter:drop-shadow(0 1px 6px rgba(191, 174, 145, 0.5));
}
.multiple-items {
	display: flex;
	flex-wrap: wrap;
	width: 51.388888%;
	margin: 0 auto;
}
.multiple-items li {
	width: 25%;
}
#arrows{
	visibility: hidden;
}

.interview-content-staff {
	position: relative;
	margin: 0;
	padding: 100px 2.7777% 100px 11.1111%;
	background-color: #FFF2F0;
	z-index: 9;
}
.interview-content-staff:nth-of-type(1) {
	padding-top: 50px;
}
.interview-content-staff:nth-of-type(2) {
	background-color: #FFDED4;
	z-index: 8;
}
.interview-content-staff:nth-of-type(3) {
	z-index: 7;
}
.interview-content-staff:nth-of-type(4) {
	background-color: #FFDED4;
	z-index: 6;
}
.interview-content-staff:nth-of-type(5) {
	z-index: 5;
}
.interview-content-staff:nth-of-type(6) {
	background-color: #FFDED4;
	z-index: 4;
}
.interview-content-staff:nth-of-type(8) {
	background-color: #FFDED4;
	z-index: 4;
}
.interview-content-header {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1010px;
	margin: 0 auto 0 ;
	padding: 0;
}
.interview-content-header::before {
	position: absolute;
	top: 25px;
	left: -130px;
	display: block;
	content: '';
	width: 1287px;
	height: 478px;
	background: url("../images/interview/interview-content-header_bg01.png") center center / 100% auto no-repeat;
}

.interview-content-header h1 {
	font-size: 2.8rem;
	letter-spacing: 0.16em;
	line-height: 1;
}
.interview-content-header h2 {
	margin: 11px 0 0;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.8rem;
	letter-spacing: 0.16em;
	line-height: 1.8;
}
.interview-content-header p {
	margin: 30px 0 0;
	color: #F6656D;
	font-size: 2.2rem;
	letter-spacing: 0.24em;
	line-height: 1;
}
.interview-content-header-text {
	position: relative;
	width: 51.2871%;
	min-height: 255px;
	height: 49.2277%;
	margin: 200px 0 50px;
	padding: 28px 30px;
	background: #FFF url("../images/interview/interview_name_bg.png") right 15px bottom 15px / 156px 104px no-repeat;
	box-shadow: 0 0 12px 1px rgba(255,176,193,0.7);
	z-index: 10;
}
.interview-content-header-image {
    position: absolute;
    top: 0;
    right: 0;
	width: 64.8514%;
}
.interview-content-staff:nth-of-type(even) .interview-content-header {
	flex-direction: row-reverse;
}
.interview-content-staff:nth-of-type(even) .interview-content-header::before {
	top: 25px;
	left: -130px;
	width: 1287px;
	height: 478px;
	background: url("../images/interview/interview-content-header_bg02.png") center center / 100% auto no-repeat;
}
.interview-content-staff:nth-of-type(even) .interview-content-header-image {
    position: absolute;
    top: 0;
    left: 0;
}


.interview-content-body {
	margin: 0 0 80px;
	padding: 0 6.4516% 0 9.6774%;
}
.interview-content-body h3,
.interview-content-footer h3 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3rem;
	letter-spacing: 0.24em;
	line-height: 1.8;
}
.interview-content-body p,
.interview-content-footer p {
	margin: 25px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 2.3;
}

.interview-content-footer {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 6.4516% 0 3.2258%;
}
.interview-content-footer-text {
	width: 46.4285%;
	margin: 0;
	padding: 0;
}
.interview-content-footer-text .button a {
	position: relative;
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-content: center;
	width: 354px;
	height: 62px;
	margin: 40px 0 0;
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 1;
	background-color: #F6656D;
	border-radius: 10px;
	opacity: 1;
	transition: all 0.5s ease;
}
.interview-content-footer-text .button a::before {
	position: absolute;
	top: 50%;
	right: 24px;
	margin: -9px;
	content: '\f054';
	font-size: 2rem;
	font-family: "Font Awesome 5 Free";
}
.interview-content-footer-text .button a:hover {
	opacity: 0.5;
}

.interview-content-footer-image {
	position: relative;
	width: 48.2142%;
	margin: 0;
	padding: 0;
}
.interview-content-footer-image::before {
	position: absolute;
	left: -110px;
	bottom: -10px;
	display: block;
	content: '';
	width: 130px;
	height: 130px;
	background: url("../images/interview/interview-content-footer_bg.png") center center / 100% auto no-repeat;
	z-index: -1;
}
.interview-content-staff:nth-of-type(even) .interview-content-footer {
	flex-direction: row;
	padding: 0 0 0 9.6774%;
}
.interview-content-staff:nth-of-type(even) .interview-content-footer-image::before {
	z-index: 1;
}

.interview-infoblock-image {
	margin: 0 0 70px;
	padding: 0;
}
.interview-infoblock {
	margin: 0 0 80px;
	padding: 0 40px 100px 11.1111%;
}
.interview-infoblock h1 {
	text-align: center;
	font-size: 3.8rem;
	letter-spacing: 0.24em;
}
.interview-infoblock .interview-infoblock-message {
	margin: 30px auto 0;
	width: 690px;
	border-top: 4px solid #f6656d;
	border-bottom: 4px solid #f6656d;
}
.interview-infoblock .interview-infoblock-message div {
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-content: center;
	width: 356px;
	margin: 40px auto;
}
.interview-infoblock h2 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3.6rem;
	letter-spacing: 0.24em;
}
.interview-infoblock h3 {
	color: #F6656D;
	font-family: 'Damion', cursive;
	font-size: 3.4rem;
}


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

	.page-interview #pageCatch {
		padding: 17.0666% 0 21.0666%;
		background: url("../images/interview/interview_title_bg03_sp.png") center bottom / 100% auto no-repeat;
	}
	.page-interview #pageCatch::before {
		display: none;		
	}
	.page-interview #pageCatch div {
		width: 79.3333%;
		margin: 6.6666% auto 0;
		padding: 8.4033% 0 5.3333%;
	}
	.page-interview #pageCatch div::before {
		top: -10.7563%;
		left: -8.0672%;
		width: 22.8571%;
		height: 43.6974%;
		background: url("../images/interview/interview_title_bg01.png") center center / 100% auto no-repeat;
	}		
	.page-interview #pageCatch div::after {
		bottom: -10.084%;
		right: -2.3529%;
		width: 15.126%;
		height: 42.3529%;
		background: url("../images/interview/interview_title_bg02.png") center center / 100% auto no-repeat;
	}
	.page-interview #pageCatch h1 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.page-interview #pageCatch h2 {		
		margin: -2.2388% 0 0;
		font-size: 2.3rem;
		line-height: 1;
	}
	.page-interview #pageCatch p {
		margin: 4.4776% 0 0;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		line-height: 1.9;
	}


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

　スライダー

=================================================*/
	.interview-slider {
		margin: -10% 0 0;
		padding: 0 10.4477%;
	}
	.person_slider {
		margin: 0;
		padding: 0;
	}
	.person_slider nav {
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	.person_slider nav li {
		padding: 1% 0;
	}
	.person_slider nav li p {
		margin: 9.3613% 0 0;
		font-size: 1.2rem;
	}
	.person_slider nav li img {
		width: 85.8585%;
		filter:drop-shadow(0 1px 4px rgba(191, 174, 145, 0.65));
	}
	.multiple-items {
		display: block;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.multiple-items li {
		width: auto;
	}

	.slick-prev,
	.slick-next {
		margin-top: -8.5%;
		width: 10.1694%;
		height: 20.3388%;
	}
	.slick-prev {
		margin-left: -3.3898%;
		background: url("../images/common/r_arrow_o.png") center center / 10.1694% auto no-repeat;
	}
	.slick-next {
		margin-right: -3.3898%;
		background: url("../images/common/l_arrow_o.png") center center / 10.1694% auto no-repeat;
	}
	.slick-prev:before,
	.slick-next:before {
		content:"";
	}
	#arrows{
		visibility: visible;
	}

	.interview-content-staff {
		margin: 0;
		margin-top: -3.2%;
		padding: 19.5% 5.3333% 13.4328%;
	}

	.interview-content-staff:nth-of-type(1) {
		padding-top: 80px;
		margin-top: -80px;
		z-index: -1;
	}
	.interview-content-header {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}	
	.interview-content-header::before {
		top: auto;
		left: -5.3333%;
		bottom: -11.9402%;
		width: calc(100% + 10.6666%);
		height: 100%;
		background: url("../images/interview/interview-content-header_bg01_sp.png") center bottom / 100% auto no-repeat;
	}

	.interview-content-header-text {
		width: 78.6119%;
		min-height: auto;
		height: auto;
		margin: 47.6335% auto 0;
		padding: 7.153% 8.153%;
		background: #FFF url("../images/interview/interview_name_bg.png") right 4.8461% bottom 7.8153% / 30% auto no-repeat;
	}
	.interview-content-header-text h1 {
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	.interview-content-header-text h2 {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	.interview-content-header-text p {
		margin: 7.6923% 0 0;
		font-size: 1.5rem;
	}

	.interview-content-header-image {
		width: 100%;
	}
	.interview-content-staff:nth-of-type(even) .interview-content-header {
		margin-left: 0;
	}
	.interview-content-staff:nth-of-type(even) .interview-content-header::before {
		top: auto;
		left: -5.3333%;
		bottom: -11.9402%;
		width: calc(100% + 10.6666%);
		height: 100%;
		background: url("../images/interview/interview-content-header_bg01_sp.png") center bottom / 100% auto no-repeat;
	}
	.interview-content-staff:nth-of-type(even) .interview-content-header-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.interview-content-body {
		margin: 0;
		padding: 11.9402% 0 9.7014%;
	}
	.interview-content-body h3,
	.interview-content-footer h3 {
		font-size: 2rem;
		letter-spacing: normal;
	}
	.interview-content-body p,
	.interview-content-footer p {
		margin: 3.7313% 0 0;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		line-height: 2;
	}

	.interview-content-footer {
		flex-direction: column-reverse;
		margin: 0;
		padding: 0;
	}
	.interview-content-footer-text {
		width: 100%;
		margin: 0;
	}	

	.interview-content-footer-text .button a {
		width: 70.0855%;
		height: auto;
		margin: 10.4477% auto 0;
		padding: 6.1052% 0;
		font-size: 1.3rem;
		border-radius: 5px;
	}
	.interview-content-footer-text .button a::before {
		top: 50%;
		right: 6.0526%;
		margin-top: -2.2647%;
		font-size: 1.1rem;
		line-height: 1;
	}
	.interview-content-footer-image {
		width: 81.59%;
		margin: 0 auto 7.4626%;
	}
	.interview-content-footer-image::before {
		left: -21.6642%;
		bottom: -14.0109%;
		display: block;
		content: '';
		width: calc(100% + 42.3284%);
		height: calc(100% + 28.022%);
		background: url("../images/interview/interview-content-footer_bg_sp.png") center center / 100% auto no-repeat;
		z-index: -1;
	}
	.interview-content-staff:nth-of-type(even) .interview-content-footer {
		flex-direction: column-reverse;
		padding: 0;
	}
	.interview-content-staff:nth-of-type(even) .interview-content-footer-image {
		position: relative;
		z-index: 1;
	}
	.interview-content-staff:nth-of-type(even) .interview-content-footer-image::before {
		z-index: -1;
	}
	.interview-infoblock-image {
		margin: 0 0 10.6666%;
		padding: 0;

	}
	.interview-infoblock {
		margin: 0 0 7.4626%;
		padding: 0 5.9701% 5.9701%;
	}
	.interview-infoblock h1 {
		font-size: 1.8rem;
		letter-spacing: 0.15em;
	}

	.interview-infoblock .interview-infoblock-message {
		margin: 8.9552% auto 0;
		width: 100%;
		border-top: 2px solid #f6656d;
		border-bottom: 2px solid #f6656d;

	}
	.interview-infoblock .interview-infoblock-message div {
		width: 59.6%;
		margin: 4.3333% auto;
	}
	.interview-infoblock h2 {
		font-size: 2rem;
	}
	.interview-infoblock h3 {
		font-size: 1.9rem;
	}

}
