@charset "UTF-8";

/* top page */
.interviews.top .sec01 {
	background: url("../images/interviews/top/bg_interview.jpg") center top / cover;
	height: 35vw;
}

.sec01_ttl img {
	max-width: 340px;
}

@media screen and (max-width:767px) {
	.interviews.top .sec01 {
		background: url("../images/interviews/top/bg_interview-sp.jpg") center / cover;
		background-position: 0 40%;
	}

	.sec01_ttl img {
		max-width: 320px;
	}
}

@media screen and (max-width:400px) {
	.interviews.top .sec01 {
		background: url("../images/interviews/top/bg_interview-sp.jpg") center / cover;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
		height: 100vw;
	}

	.sec01_ttl img {
		max-width: 280px;
	}
}

.flex {
	display: flex !important;
}

/* profile */
.profile_area {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 10;
	min-height: 780px;
	height: calc(100vh - 50px);
	display: flex;
	align-items: flex-end;
}

.profile_box {
	max-width: 485px;
	max-height: 500px;
	width: 100%;
	margin-top: 9vh;
	padding: 40px;
	border-radius: 20px 20px 0 0;
	letter-spacing: 0.1em;
}


.right {
	right: 0;
	margin-left: auto !important;
}

.right_txt {
	text-align: right;
}

.right_sub {
	margin: 0 0 0 auto !important;
}

.left {
	left: 0;
	margin-right: auto !important;
}

.left_txt {
	text-align: left;
}

.left_sub {
	margin: 0 auto 0 0 !important;
}


/* 左右切り替え */

.flex_right {
	justify-content: flex-end;
}

.flex_left {
	justify-content: flex-start;
}

/* /左右切り替え */


h3.page_ttl {
	font-size: 56px !important;
	font-weight: 900 !important;
	padding-top: 18vh;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

.ttl_img {
	width: 520px;
}

.ttl_img_sp {
	display: none;
}

.careerstep {
	width: 160px;
	margin: 9px 0 -15px 0 !important;
}

.page_ttl_sub {
	font-size: 24px !important;
	font-weight: 300 !important;
	padding: 8px 27px !important;
	border-radius: 20px;
	display: block;
	width: fit-content;
}


.page_ttl_under li {
	font-size: 20px !important;
	padding: 8px 19px;
	margin: -18px 6px 0;
	border-radius: 25px;
}

.border_01 {
	border: 2px solid #2E73B8 !important;
}

.border_02 {
	border: 2px solid #DB7125 !important;
}

.border_03 {
	border: 2px solid #ED4CA9 !important;
}

.border_04 {
	border: 2px solid #379D56 !important;
}

.profile_box .name {
	font-size: 48px !important;
	font-weight: 500 !important;
	line-height: 1;
}

.profile_box .name .name_small {
	display: block;
	font-size: 18px !important;
	font-weight: 100 !important;
	margin-top: 7px;
	letter-spacing: 0;
}

.profile_box .text {
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
	padding-right: 10px;
	line-height: 1.77;
}

.profile_box .step_ttl {
	padding-top: 35px;
	line-height: 1;
}

.profile_box .step_list {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0;
	font-size: 14px;
}

.profile_box .step_list dt {
	width: 100px;
	margin-top: 10px !important;
	line-height: 1.4;
}

.profile_box .step_list dd {
	width: calc(100% - 100px);
	margin-top: 10px !important;
	padding-right: 15px;
	line-height: 1.4;
}

.profile_box .step_list_text {
	margin-top: 20px !important;
	margin-right: 4.6%
}

.careerStep {
	font-size: 24px !important;
	font-weight: 900 !important;
}

.owen .profile_box .name {
	font-size: 41px !important;
}

/* profile / position */
.product_img {
	position: absolute;
	top: -50px;
	right: 50px;
}

.product_img figure {
	max-width: 104px;
}

.tag_txt {
	width: 100%;
	display: inline-block;
	position: absolute;
	/*top: 280px;*/
	bottom: 90px;
	left: 485px;
	max-width: 250px;
}

.tag_txt li+li {
	margin-top: 24px;
}

.tag_txt p {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 0 6px 6px 0;
	box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: -1;
	letter-spacing: 0.1em;
}

.tag_img {
	position: absolute;
	bottom: 45px;
	right: 0;
	text-align: right;
}

.tag_img figure {
	max-width: 221px;
	margin-top: 40px;
}

.tag_img li p {
	border-bottom: 1px solid;
	display: inline-block;
}

.tag_img li+li {
	margin-top: 15px;
}

/* profile / style02 */
.style02 .profile_box {
	border-radius: 12px 12px 0 0;
	margin: 110px 0 0 auto;
	right: -20px;
}

.style02 .tag_img {
	text-align: left;
	right: auto;
	left: 20px;
}

.style02 .tag_img figure {
	margin-left: -45px;
}

.style02 .tag_txt {
	left: auto;
	right: 485px;
}

.style02 .tag_txt p {
	border-radius: 6px 0 0 6px;
	text-align: right;
}

.style02 .tag_txt li {
	text-align: right;
}

.style02 .product_img {
	right: auto;
	left: 50px;
}

/* profile / style03 */
.style03 .profile_box {
	border-radius: 12px 12px 0 0;
	margin: 110px 0 0 auto;
	right: -20px;
}

.style03 .tag_img {
	text-align: left;
	right: auto;
	left: 20px;
}

.style03 .tag_img figure {
	margin-left: -45px;
}

.style03 .tag_txt {
	left: auto;
	right: 485px;
}

.style03 .tag_txt p {
	border-radius: 6px 0 0 6px;
	text-align: right;
}

.style03 .tag_txt li {
	text-align: right;
}

.style03 .product_img {
	right: auto;
	left: 50px;
}



/* slider */
.bg_slide .profile_section {
	position: relative;
}

.bg_slide #bg_slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	max-height: 60vw;
}

#bg_slider {
	position: relative;
	overflow: hidden;
}

#bg_slider .item {
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#bg_slider .item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

#bg_slider .item.show_ {
	opacity: 1;
	padding: 0;
}

#bg_slider .item img {
	display: block;
	object-fit: cover;
	object-position: center top;
	font-family: 'object-fit: cover; object-position: center top;';
	height: 100%;
}

#bg_slider .item img.sp {
	display: none;
}

_:-ms-lang(x)::-ms-backdrop,
#bg_slider .item img {
	width: 100vw;
	/*	height: auto;*/
}

.suzuki iframe {
	width: 100%;
	border-radius: 20px;
}

.nara iframe {
	width: 100%;
	border-radius: 20px;
}

.int_slider_list li {
	width: 100%;
	aspect-ratio: 230 / 130;
	overflow: hidden;
	border-radius: 20px;
}

.int_slider_list li>* {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1200px) {

	_:-ms-lang(x)::-ms-backdrop,
	#bg_slider .item img {
		/*		height: 100vh;*/
		width: 100%;
	}

	.bg_slide #bg_slider {
		max-height: 700px;
	}

	.profile_area {
		min-height: 100vh;
		height: auto;
	}
}

@media screen and (max-width:767px) {
	.ttl_img {
		display: none;
	}

	.right_sub {
		margin: 0 auto 0 0 !important;
	}

	.ttl_img_sp {
		display: block;
		width: 205px;
	}

	.bg_slide #bg_slider {
		max-height: 105vw;
	}

	#bg_slider .item {
		height: 100%;
	}

	#bg_slider .item img.sp {
		display: block;
		object-position: center;
		font-family: 'object-fit: cover; object-position: center top;';
	}

	#bg_slider .item img.pc {
		display: none;
	}

	_:-ms-lang(x)::-ms-backdrop,
	#bg_slider .item img {
		width: 100vw;
		height: auto;
	}
}

@media screen and (max-width:1030px) {
	.tag_img {
		right: 20px;
	}
}

@media screen and (max-width:767px) {
	.profile_area {
		min-height: 500px;
	}

	.profile_box_sp {
		margin-right: 0;
		margin-left: auto;
	}

	/* 左右切り替え */
	.right_sp {
		width: 60%;
	}

	.left_sp {
		width: 100%;
	}

	/* /左右切り替え */

	h3.page_ttl {
		text-align: left;
		margin-left: 2.6%;
		padding-top: 345px;
		line-height: 1;
		font-size: 42px !important;
	}

	h3.page_ttl .page_ttl_small {
		text-align: left;
		padding-top: 5px;
		font-size: 13px !important;
	}

	.page_ttl_sub {
		font-size: 16px !important;

		padding: 1px 14px 1px !important;
		border-radius: 5px;
	}

	.page_ttl_under {
		justify-content: flex-start;
	}

	.page_ttl_under li {
		font-size: 12px !important;
		padding: 1px 9px;
		margin: 8px 5px 20px;
		border-radius: 25px;
	}

	.profile_box {
		position: relative;
		max-width: 485px;
		width: 100%;
		padding: 0px 30px 0px 20px;
		border-radius: 20px 20px 0 0;
		letter-spacing: 0.1em;
		max-height: none;
	}

	.right {
		margin: 10px -20px 0px auto;
	}

	.left {
		margin: 10px auto 0px -20px;
	}

	.profile_box .name {
		padding-top: 17px;
		font-size: 34px !important;
		letter-spacing: 0;
	}

	.profile_box .name .name_small {
		margin-top: 10px;
		font-size: 14px !important;
		font-weight: 500 !important;
	}

	.profile_box .step_list dt {
		width: 100%;
		margin-top: 10px !important;
	}

	.profile_box .step_list dd {
		width: 100%;
		margin-top: 0 !important;
		padding-right: 2%;
	}

	.profile_box .text {
		margin-top: 18px;
		line-height: 1.1;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		font-weight: 100 !important;
	}

	.profile_box .text li+li {
		margin-top: 15px;
		letter-spacing: 0;
	}

	.profile_box .step_ttl {
		padding-top: 20px;
	}

	.product_img {
		top: -40px;
		right: 0;
	}

	.product_img figure {
		max-width: 80px;
	}

	ul.tag_list {
		margin-top: 10px;
		padding-right: 10px;
	}

	.tag_img li+li {
		margin-top: 8px;
	}

	.tag_img {
		display: flex;
		flex-direction: column-reverse;
		bottom: auto;
		top: 60px;
		right: 0;
	}

	.tag_img figure {
		max-width: 110px;
		margin: 5px 10px 0 0;
	}

	.tag_img li p {
		font-size: 12px !important;
		font-size: 0.75rem !important;
	}

	.tag_txt {
		left: 100%;
	}

	.tag_txt p {
		padding: 3px 10px;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		font-weight: 500 !important;
	}

	.tag_txt li+li {
		margin-top: 16px;
	}

	/* profile / style02 */
	.style02 .profile_box {
		max-width: 46%;
		padding: 0 0 100px 4.6%;
		min-width: 175px;
		margin: 44px auto 0 0;
		right: 0;
		border-radius: 0 12px 0 0;
	}

	.style02 .tag_img {
		text-align: right;
		left: auto;
		right: 0;
	}

	.style02 .tag_img figure {
		margin-left: 0;
	}

	.style02 .tag_txt {
		right: auto;
		left: 100%;
	}

	.style02 .tag_txt p {
		border-radius: 0 6px 6px 0;
		text-align: left;
	}

	.style02 .tag_txt li {
		text-align: left;
	}

	.style02 .product_img {
		left: auto;
		right: 0;
	}

	/* profile / style03 */
	.style03 .product_img {
		top: -40px;
		left: 10px;
	}

	.style03 .profile_box {
		right: 0;
	}

	.style03 .tag_txt {
		right: 100%;
		left: auto;
	}

	.style03 .tag_img {
		top: auto;
		right: auto;
		left: 2.5%;
		bottom: 50px;
		display: block;
	}

	.style03 .tag_img figure {
		margin: 20px 0 0 -20px;
	}

	/* profile / background */
	#bg_slider .item img[src*="slide01"] {
		object-position: left 0 bottom 55%;
	}
}

@media screen and (max-width:560px) {
	h3.page_ttl {
		padding-top: 230px;
	}
}

@media screen and (max-width:450px) {
	h3.page_ttl {
		padding-top: 140px;
	}
}

@media screen and (max-width:400px) {
	.profile_box_sp {
		margin-right: 0;
		margin-left: auto;
	}
}

@media screen and (max-width:350px) {
	h3.page_ttl {
		padding-top: 110px;
	}
}

@media screen and (max-width:340px) {}

/* interview section */
.interview_section {
	position: relative;
	padding: 0 0 110px !important;
	margin-top: -1px !important;
	z-index: 10;
}

.interview_area {
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: -5px;
}

.interview_area p {
	font-size: 20px !important;
	line-height: 2.1 !important;
	letter-spacing: 0 !important;
}

.interview_box_1 {
	max-width: 960px;
	margin: 0 auto;
}

.interview_box_1 p {
	font-size: 18px !important;
	font-weight: 400 !important;
}

.interview_box_2 {
	max-width: 960px;
	margin: 0 auto;
}

.int_ttl {
	text-align: center;
	line-height: 1;
}

.int_sec_ttl {
	font-size: 48px !important;
	font-weight: 300 !important;
	margin-top: -12px;
	line-height: 1.3;
	letter-spacing: 0;
}

.int_sec_ttl+p {
	margin-top: 43px;
	line-height: 2.32;
	letter-spacing: 0.11em;
}

.interview_area section {
	padding-top: 100px;
}

figure.int_img {
	max-width: 710px;
	margin: 120px auto 0;
}

.interview_area .text_posi {
	display: block;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.01em;
}

@media screen and (max-width:767px) {
	.interview_section {
		padding: 0 0 43px !important;
	}

	.interview_area section {
		padding: 50px 0 0;
	}

	.interview_area {
		letter-spacing: 0.1em;
		margin: 0 auto;
		padding: 0 20px;
		margin-top: 0px;
	}

	.int_sec_ttl {
		font-size: 24px !important;
		line-height: 1.7;
	}

	.interview_area figure+section {
		margin-top: 25px;
	}

	.int_sec_ttl+p {
		margin-top: 4.5px;
		font-size: 14px !important;
		line-height: 2.0 !important;
		letter-spacing: 0.16em;
	}

	figure.int_img {
		margin: 30px auto 0;
	}

	.interview_area p {
		/* font-size: 20px !important;
		line-height: 2.1 !important;
		letter-spacing: 0 !important; */
	}

}

/* interview_slider */
.int_slider {
	width: 100%;
}

.int_slider_area {
	width: 100%;
	margin: 100px 0 0px;
}

.int_slider_list {
	width: 100%;
}

.int_slider_list li {
	width: 100%;
}

.int_slider_list li img {
	padding: 0 7px;
}

.nakagawa .int_slider_list {
	padding: 0 20px;
}

.nakagawa .int_slider_list li img {
	padding: 0 20px;
}

.iwakiri .int_slider_list {
	padding: 0 20px;
}

.iwakiri .int_slider_list li img {
	padding: 0 20px;
}

@media screen and (max-width:767px) {
	.int_slider_area {
		width: 100%;
		margin: 38px 0 -15px;
	}

	.int_slider_list li img {
		padding: 0 7px;
		border-radius: 25px;
	}

	.nakagawa .int_slider_list {
		padding: 0;
	}

	.nakagawa .int_slider_list li img {
		padding: 0 7px;
	}

	.iwakiri .int_slider_list {
		padding: 0;
	}

	.iwakiri .int_slider_list li img {
		padding: 0 7px;
	}
}

/* movie */
.movie-ttl {
	text-align: center;
	letter-spacing: 0.2em;
	padding-bottom: 15px;
}

.movie-p.movie-p {
	text-align: center;
	margin-bottom: 50px;
}

.movie_area {
	text-align: center;
}

.movie_area_inner {
	display: inline-block;
	position: relative;
	height: 290px;
	overflow-y: hidden;
}

.movie_area iframe {
	width: 510px;
	height: 290px;
}

.movie-on {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.2em;
}

.movie-thumb {
	width: 510px;
	height: 290px;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.movie-p.movie-p {
		margin-bottom: 30px;
	}

	.movie_area_inner {
		height: 150px;
		width: 100%;
	}

	.movie_area iframe {
		height: 150px;
		width: 270px;
	}

	.movie-thumb {
		width: 270px;
		height: 150px;
		margin: 0 auto;
	}
}


/* schedule section */
.oneday {
	width: 550px;
}

.schedule_section {
	position: relative;
	padding-bottom: 120px !important;
	margin-top: -2.7% !important;
}

.schedule_area {
	max-width: 980px;
	margin: -14px auto -38px;
	padding: 0 20px;
}

.sch_ttl {
	font-size: 54px !important;
	font-weight: 900 !important;
	text-align: center;
	padding-top: 80px !important;
	letter-spacing: 0;
}

.schedule_list {
	font-size: 18px !important;
	font-weight: 500 !important;
	padding-top: 46px;
}

.schedule_list dl div {
	display: flex;
	align-items: flex-start;
}

.schedule_list dt p {
	position: relative;
	font-size: 24px !important;
	font-weight: 900 !important;
	max-width: 160px;
	text-align: center;
	background: #ffffff;
	border-radius: 30px;
	line-height: 1;
	padding: 20px;
	min-width: 225px;
}

.schedule_list dt p:after {
	content: "";
	display: block;
	width: 4px;
	height: 75px;
	position: absolute;
	bottom: -75px;
	left: 50%;
	margin-left: -4.5px;
	background: #ffffff;
}

.schedule_list div:nth-last-of-type(1) dt p:after {
	display: none;
}

.schedule_list dl div+div {
	margin-top: 22px;
}

.schedule_list dl .indention {
	margin-bottom: -17px;
}

.schedule_list dd {
	margin: 17px 0 0 25px;
	position: relative;
	letter-spacing: 0.1em
}

/* schedule section / bg */
.schedule_section {
	padding: 0 20px;
}

.sato .schedule_section {
	background: url("../images/interviews/sato_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.taimatsu .schedule_section {
	background: url("../images/interviews/taimatsu_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.kozu .schedule_section {
	background: url("../images/interviews/kozu_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.kume .schedule_section {
	background: url("../images/interviews/kume_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.kikuchi .schedule_section {
	background: url("../images/interviews/kikuchi_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.akama .schedule_section {
	background: url("../images/interviews/akama_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.nomura .schedule_section {
	background: url("../images/interviews/nomura_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.takayama .schedule_section {
	background: url("../images/interviews/takayama_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.nakamuram .schedule_section {
	background: url("../images/interviews/nakamuram_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.iwakiri .schedule_section {
	background: url("../images/interviews/iwakiri_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.sugio .schedule_section {
	background: url("../images/interviews/sugio_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.nakamuray .schedule_section {
	background: url("../images/interviews/nakamuray_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.nara .schedule_section {
	background: url("../images/interviews/nara_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.kawaguchi .schedule_section {
	background: url("../images/interviews/kawaguchi_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.tamaya .schedule_section {
	background: url("../images/interviews/tamaya_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.suzuki .schedule_section {
	background: url("../images/interviews/suzuki_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.norimoto .schedule_section {
	background: url("../images/interviews/norimoto_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.miyake .schedule_section {
	background: url("../images/interviews/miyake_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.fukushima .schedule_section {
	background: url("../images/interviews/fukushima_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

.yazawa .schedule_section {
	background: url("../images/interviews/yazawa_bg.png")no-repeat;
	background-size: cover;
	background-position: right top;
}

@media screen and (max-width:767px) {
	.oneday {
		width: 300px;
	}

	.schedule_section {
		margin-top: -40px !important;
		padding-bottom: 80px !important;
	}

	.schedule_area {
		max-width: 960px;
		margin: 0 auto -38px;
		padding: 0;
	}

	_:-ms-lang(x)::-ms-backdrop,
	.schedule_section {
		margin-top: -4% !important;
	}

	.schedule_area:before {
		width: 50%;
		height: 50%;
		left: -6%;
		top: 10px;
	}

	.schedule_box {
		margin: 19px -20px 0 -15px !important;
		font-size: 18px !important;
	}

	.schedule_list {
		max-width: 80%;
		margin: 0 auto;
		padding-top: 0;
		font-size: 0.75rem !important;
	}

	.sch_ttl {
		padding-top: 29px !important;
		line-height: 1.25;
		font-size: 30px !important;
	}

	.schedule_list dl div+div {
		margin-top: 24px;
	}

	.schedule_list dl .indention {
		margin-bottom: -17px;
	}

	.schedule_list dt p {
		min-width: 95px;
		font-size: 16px !important;
		padding: 10px;
	}

	.schedule_list dl div {
		display: flex;
		align-items: center;
	}

	.schedule_list dt p:after {
		width: 4px;
		height: 45px;
		bottom: -44px;
		margin-left: -2px;
	}

	.schedule_list dd {
		margin: 3px 0 0 50px;
		font-size: 16px !important;
	}

	.schedule_list dd:before {
		width: 40px;
		height: 2px;
		top: 9px;
		left: -50px;
		font-size: 18px;
		font-size: 16px !important;
	}


	/* schedule section / bg */
	.sato .schedule_section {
		background: url("../images/interviews/sato_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.taimatsu .schedule_section {
		background: url("../images/interviews/taimatsu_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.kozu .schedule_section {
		background: url("../images/interviews/kozu_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.kume .schedule_section {
		background: url("../images/interviews/kume_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.kikuchi .schedule_section {
		background: url("../images/interviews/kikuchi_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.akama .schedule_section {
		background: url("../images/interviews/akama_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.nomura .schedule_section {
		background: url("../images/interviews/nomura_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.takayama .schedule_section {
		background: url("../images/interviews/takayama_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.nakamuram .schedule_section {
		background: url("../images/interviews/nakamuram_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.iwakiri .schedule_section {
		background: url("../images/interviews/iwakiri_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.sugio .schedule_section {
		background: url("../images/interviews/sugio_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.nakamuray .schedule_section {
		background: url("../images/interviews/nakamuray_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.nara .schedule_section {
		background: url("../images/interviews/nara_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.kawaguchi .schedule_section {
		background: url("../images/interviews/kawaguchi_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.tamaya .schedule_section {
		background: url("../images/interviews/tamaya_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.suzuki .schedule_section {
		background: url("../images/interviews/suzuki_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.norimoto .schedule_section {
		background: url("../images/interviews/norimoto_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}

	.miyake .schedule_section {
		background: url("../images/interviews/miyake_bg_sp.png")no-repeat;
		background-size: cover;
		padding-top: 54px;
		padding-bottom: 82px !important;
	}
}

@media screen and (max-width:445px) {
	.schedule_list dd {
		margin-left: 45px;
	}

	.schedule_list {
		max-width: 85%;
	}
}

@media screen and (max-width:400px) {
	.schedule_list dd {
		margin-left: 10px;
		margin-top: -5px;
	}
}

@media screen and (max-width:385px) {
	.schedule_list dt p:after {
		height: 60px;
		bottom: -49px;
	}

	.ibaraki .schedule_list div:nth-of-type(4) dt p:after {
		height: 65px;
		bottom: -60px;
	}
}

/* other_section2 */
.int_slider button.slick-prev.slick-arrow,
.int_slider button.slick-next.slick-arrow {
	position: absolute;
	top: 40%;
	left: 14%;
	right: auto;
	width: 50px;
	height: 60px;
	background: none;
	border: none;
	font-size: 0;
	outline: none;
	padding: 0 !important;

	z-index: 10;
}

.int_slider button.slick-next.slick-arrow {
	top: 40%;
	right: 12%;
	left: auto;
}

.int_slider button.slick-prev.slick-arrow::before,
.int_slider button.slick-next.slick-arrow::before {
	content: "";
	width: 50px;
	height: 60px;
	display: block;
}

.int_slider button.slick-prev.slick-arrow::before {
	background: url("../../assets/images/interviews/yaji_left.png")no-repeat;
	background-size: contain;
}

.int_slider button.slick-next.slick-arrow::before {
	background: url("../../assets/images/interviews/yaji_right.png")no-repeat;
	background-size: contain;
}

@media screen and (max-width:767px) {

	.int_slider button.slick-prev.slick-arrow,
	.int_slider button.slick-next.slick-arrow {
		position: absolute;
		top: 38%;
		left: 4%;
		right: auto;
		width: 50px;
		height: 35px;
		background: none;
		border: none;
		font-size: 0;
		outline: none;
		padding: 0 !important;

		z-index: 10;
	}

	.int_slider button.slick-next.slick-arrow {
		top: 40%;
		right: -6%;
		left: auto;
	}

	.int_slider button.slick-prev.slick-arrow::before,
	.int_slider button.slick-next.slick-arrow::before {
		content: "";
		width: 50px;
		height: 35px;
		display: block;
	}
}

/* /other_section2 */


/* other section */
.sliderBox {
	position: absolute;
}

.slick-active .sliderBox {
	position: absolute;
	display: block;
	text-align: right;
	top: 50%;
	right: 4vw;
	transform: translate(0, -50%);
	font-size: 26px;
	font-weight: 900;
	line-height: 0.6;
	margin-top: 0;
}

.slick-active .sliderCourse {
	font-size: 16px;
	font-weight: 900;
}

.slick-active+.slick-active .sliderBox {
	right: auto;
	margin-left: 4vw;
	text-align: left;
}

.slick-active+.slick-active .sliderCourse {
	font-size: 16px;
	font-weight: 900;

}



.other_section {
	padding-bottom: 20px !important;
	text-align: center;
}

.other_area {
	width: 100%;
	margin: 0 auto;
}

.oth_ttl {
	letter-spacing: 0.1em;
}

.oth_list_wpar {
	padding: 0;
}

.oth_list {
	position: relative;
	margin: 0 auto !important;
}

.oth_list a {
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
}

.oth_list a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.oth_list a:hover:before {
	opacity: 0;
}

.oth_list a img {
	padding: 0 !important;
	line-height: 1;
}

.oth_list span {
	display: block;
	margin-top: 20px;
}

.oth_list .sp {
	display: none;
}

.oth_list_wpar button.slick-prev.slick-arrow,
.oth_list_wpar button.slick-next.slick-arrow {
	position: absolute;
	top: 45%;
	left: 20%;
	right: auto;
	width: 110px;
	height: 60px;
	background: none;
	border: none;
	font-size: 0;
	outline: none;
	padding: 0 !important;

	z-index: 10;
}

.oth_list_wpar button.slick-next.slick-arrow {
	right: 19.5%;
	left: auto;
}

.oth_list_wpar button.slick-prev.slick-arrow::before,
.oth_list_wpar button.slick-next.slick-arrow::before {
	content: "";
	width: 110px;
	height: 60px;
	display: block;
}

.oth_list_wpar button.slick-prev.slick-arrow::before {
	background: url("../../assets/images/interviews/arrow_left.png")no-repeat;
	background-size: contain;
}

.oth_list_wpar button.slick-next.slick-arrow::before {
	background: url("../../assets/images/interviews/arrow_right.png")no-repeat;
	background-size: contain;
}

@media screen and (max-width:1500px) {
	.oth_list_wpar button.slick-prev.slick-arrow {
		left: 10%;
	}

	.oth_list_wpar button.slick-next.slick-arrow {
		right: 9%;
	}
}

@media screen and (max-width:1140px) {

	.oth_list_wpar button.slick-prev.slick-arrow,
	.oth_list_wpar button.slick-next.slick-arrow {
		left: 10%;
	}

	.oth_list_wpar button.slick-next.slick-arrow {
		left: 80vw;
	}
}

@media screen and (max-width:767px) {
	.slick-active .sliderBox {
		position: absolute;
		display: block;
		text-align: left;
		top: 33vw;
		right: auto;
		left: 20px;
		font-size: 26px;
		line-height: 0.6;
	}

	.slick-active .sliderCourse {
		font-size: 16px;
	}



	.other_section {
		padding: 0 !important;
	}

	_:-ms-lang(x)::-ms-backdrop,
	.other_section {
		margin-top: -4% !important;
	}

	.oth_list {
		max-width: 100%;
		margin: 0 auto !important;
	}

	.oth_list_wpar {
		padding: 0px !important;
	}

	.oth_list a img {
		padding: 0 !important;
	}

	.oth_list span {
		/* margin-top: 6%; */
		/* font-size: 26px !important; */
	}

	.oth_list li {
		position: relative;
	}

	.oth_list .pc {
		display: none;
	}

	.oth_list .sp {
		display: block;
	}

	.oth_list_wpar button.slick-prev.slick-arrow,
	.oth_list_wpar button.slick-next.slick-arrow {
		width: 60px;
		height: 30px;

		z-index: 10;
	}

	.oth_list_wpar button.slick-prev.slick-arrow:before,
	.oth_list_wpar button.slick-next.slick-arrow:before {
		content: "";
		width: 60px;
		height: 30px;
		display: block;
	}

	.oth_list_wpar button.slick-prev.slick-arrow {
		top: 67%;
		left: 3%;
	}

	.oth_list_wpar button.slick-next.slick-arrow {
		top: 67%;
		right: 1.5%;
		left: auto;
	}

	.oth_list_wpar button.slick-prev.slick-arrow::before {
		background: url("../../assets/images/interviews/arrow_left_sp.png")no-repeat;
		background-size: contain;
	}

	.oth_list_wpar button.slick-next.slick-arrow::before {
		background: url("../../assets/images/interviews/arrow_right_sp.png")no-repeat;
		background-size: contain;
	}
}

/*interview top*/
/* fv */
.top .fv {
	background: url(../../assets/images/interviews/bg_top.jpg);
	background-size: cover;
	background-position: center top;
	min-height: 500px;
	height: 530px;
}

.top .fv_inner {
	position: relative;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
}

.top .fv_num {
	position: absolute;
	max-width: 325.5px;
	right: 0;
	bottom: 80px;
}

/* result */
.top .top_content {
	padding: 110px 20px 130px;
	color: #000000;
}

/* tag area */
.top .tag_area {
	max-width: 1164px;
	margin: 0 auto;
}

.top .tag_ttl {
	max-width: 250px;
	height: 40px;
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .tag_list {
	display: flex;
	flex-wrap: wrap;
	line-height: 3;
	justify-content: center;
	margin: 50px auto 80px;
	max-width: 960px;
}

.top .tag_name {
	margin: 0 5px;
}

.top .tag_name input {
	display: none;
}

.top .tag_name label {
	transition: 0.5s;
	border: 2px solid #2EAAB8;
	color: #2EAAB8;
	font-size: 20px;
	border-radius: 30px;
	padding: 13px 20px;
}

.top .tag_name label:hover {
	opacity: 0.5;
	cursor: pointer;
}

.top .tag_name input:checked+label {
	opacity: 0.3;
}

/* box inner */
.top .result .content_box {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.interviews.top h3.page_ttl {
	color: #000000 !important;
}

.top .result .content_box .list {
	display: flex;
	flex-wrap: wrap;
}

.top .result .content_box .list li {
	width: calc((100% - 60px)/3);
	background: #ffffff;
	opacity: 1;
	transition: 0.5s;
	margin: 15px 10px;
	padding-bottom: 10px;
}

.top .result .content_box .list_item:hover {
	opacity: 0.7;
	cursor: pointer;
}

.top .result .content_box .list li.is_hide {
	opacity: 0;
	display: none;
}

.top .result .content_box .list a {
	text-decoration: none;
	color: #000000;
}

.top .result .content_box .list .img {
	position: relative;
}

.top .result .content_box .list .img img {
	border-radius: 20px;
}

.top .result .content_box .list .cat {
	font-size: 14px;
	background: #2E73B8;
	width: fit-content;
	position: absolute;
	bottom: -10px;
	right: 25px;
	border-radius: 20px;
	padding: 7px 20px;
	color: #fff;
}

.top .result .content_box .list .cat.green {
	background: #379D56;
}

.top .result .content_box .list .cat.orange {
	background: #DB7125;
}

.top .result .content_box .list .cat.pink {
	background: #ED4CA9;
}

.top .result .content_box .list .year {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
}

.top .result .content_box .list .name {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.top .result .content_box .list .name_en {
	font-size: 14px;
}

.top .result .content_box .list .name,
.top .result .content_box .list .dept {
	margin-top: 5px !important;
}

.top .result .content_box .list .dept {
	line-height: 1.4;
	font-size: 14px;
}

.top br.pc_s {
	display: none;
}

/* deco */
.top .result .deco_01 {
	max-width: 304px;
	position: absolute;
	top: 0;
	right: -400px;
}

.top .result .deco_02 {
	max-width: 98px;
	position: absolute;
	top: 340px;
	right: -260px;
}

.top .result .deco_03 {
	max-width: 98px;
	position: absolute;
	top: 40%;
	left: -200px;
	transform: rotate(180deg);
}

.top .result .deco_04 {
	max-width: 164.5px;
	position: absolute;
	top: 60%;
	left: -250px;
}

@media screen and (max-width:1090px) {
	.top br.pc_s {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.top .fv {
		background: url(../../assets/images/interviews/bg_top-sp.jpg);
		background-size: cover;
		background-position: center top;
		height: 600px;
	}

	.top .top_content {
		padding: 35px 10px 75px;
	}

	.top .result .content_box .list li {
		width: calc((100% - 40px)/2);
		margin: 10px;
		min-height: auto;
		padding-bottom: 0;
	}

	.top .fv_num {
		max-width: 162.75px;
		bottom: 50%;
		margin-bottom: -64.625px;
	}

	.interviews.top h3.page_ttl {
		top: 50%;
		position: absolute;
		padding-top: 0 !important;
		margin-top: -18px;
	}

	.top .tag_name label {
		font-size: 12px;
		padding: 6px 15px;
		border-width: 1px;
	}

	.top .result .content_box .list .cat {
		font-size: 10px;
		padding: 5px 10px;
		right: 5px;
		bottom: -5px;
	}

	.top .tag_name {
		line-height: 2;
		margin: 0px 2px;
	}

	.top .result .content_box .list .name {
		font-size: 22px;
		margin-top: 0 !important;
	}

	.top .result .content_box .list .name_en {
		font-size: 12px;
		margin-top: -5px;
	}

	.top .result .content_box .list .dept {
		font-size: 11px;
	}

	.top .tag_ttl {
		max-width: 150px;
		height: 25px;
	}

	.top .tag_list {
		margin: 15px 0 20px;
	}

	.top .result .content_box .list .year {
		bottom: 3px;
	}
}

/* banner_area */
.course {
	width: 225px;
}

.banner_area {
	position: relative;
	margin: 0 auto;
}

.banner_inner {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}

.banner_area .banner {
	max-width: 695px;
	margin: 0 auto;
	display: block;
}

.top_btn_area {
	width: 100%;
	max-height: 282px;
	text-align: center;
}

.top_btn {
	display: inline-block;
	font-size: 24px !important;
	font-weight: 300 !important;
	padding: 22px 29px 26px 95px !important;
	margin: 100px 0 !important;
	border-radius: 40px;
	text-decoration: none;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.top_btn:hover {
	opacity: 0.8;
}

.top_btn::after {
	content: '▶︎';
	display: inline-block;
	font-size: 15px;
	padding-left: 70px;
}

.course_area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.course_area h3 {
	font-size: 54px;
	font-weight: 900;
	position: relative;
}

.border_bottom01 {
	border-bottom: 2px solid #2E73B8 !important;
}

.border_bottom02 {
	border-bottom: 2px solid #DB7125 !important;
}

.border_bottom03 {
	border-bottom: 2px solid #ED4CA9 !important;
}

.border_bottom04 {
	border-bottom: 2px solid #379D56 !important;
}

.vertical {
	font-size: 35px !important;
	font-weight: 300 !important;
}

.course_flex {
	display: flex;
	margin: 30px 0 100px;
}

.course_flex .flex {
	justify-content: center;
	width: 100%;
	gap: 10px;
}

.course_flex .flex a{
	display: block;
	width: calc(100% / 3);
}

.course_flex a:hover {
	opacity: 0.8;
	cursor: pointer;
}

.course_flex .flex a img {
	max-width: unset;
	width: 100%;
}

.course_area img {
	max-width: 98%;
	margin-bottom: -20px;
}

.course_course {
	position: absolute;
	display: inline-block;
	font-size: 20px !important;
	font-weight: 300 !important;
	top: 34%;
}


/* course色変え */
.course_area h3 img {
	display: none;
}

.course {
	display: none;
}

.blue img[src*="_01"] {
	display: inline;
}

.orange img[src*="_02"] {
	display: inline;
}

.pink img[src*="_03"] {
	display: inline;
}

.green img[src*="_04"] {
	display: inline;
}


@media screen and (max-width:767px) {
	.course {
		width: 120px;
	}

	.top_btn {
		padding: 20px 30px 16px 72px !important;
		margin: 39px 0 !important;
		font-size: 16px !important;
	}

	.top_btn::after {
		content: '▶︎';
		display: inline-block;
		font-size: 14px;
		padding-left: 47px;
	}

	.course_area h3 {
		font-size: 30px !important;
	}

	.course_flex {
		display: block;
		margin: 20px 0 38px;
	}
	.course_flex .flex {
		flex-wrap: wrap;
	}
	
	.course_flex .flex a{
		width: calc(50% - 5px);
	}

	.course_area img {
		max-width: 98%;
		margin-bottom: -5px;
	}

	.vertical {
		font-size: 48px !important;
	}

	.course_course {
		font-size: 12px !important;
		top: 37%;
	}
}

@media screen and (max-width:500px) {
	.course_flex img {
		width: 94%;
	}
}

@media screen and (max-width:360px) {
	.top_btn {
		padding: 20px 15px 16px 50px !important;
	}
}