@charset "utf-8";

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
	font-family: 'Noto Serif JP', serif;
	position: relative;
	margin-bottom: 32px;
}

.top_ttl h2 {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0;
	max-height: 100%;
}

.top_ttl h2.align_right {
 	text-align: right; 
}

.top_ttl h2::before {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Cormorant', sans-serif;
	font-size: 15rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 9px;
	max-height: 100%;
}

.viewmore_btn {
	display: inline-block;
	position: relative;
	color: #222222;
	padding: 9px 60px 9px 0;
	transition: all 0.3s;
}

.viewmore_btn:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	background: #222222 url(../img/veiwmore_arrow.svg) no-repeat center right 17px / 12px auto;
	z-index: 1;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.viewmore_btn span {
	font-family: 'Cormorant', sans-serif;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	transition: all 0.3s;
	z-index: 3;
}

.viewmore_btn:hover span {
	color: #fff;
}

.viewmore_btn:hover:after {
	right: 0;
	width: calc(100% + 20px);
}

/* top common// */
/*------------ mv ------------*/
#index_wrap {
	position: relative;
}

#index_mv {
	position: relative;
	display: flex;
	margin: 114px 0 173px;
}

.mv {
	width: 69.84375%;
}

.mv img {
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	min-height: 570px;
}

#top_h1 {
	max-width: calc(100% - 69.84375%);
	padding-left: 20px;
	margin: 254px 0 0 auto;
	margin: clamp(170px, 13.25vw, 254px) 0 0 auto;
}

#top_h1 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-size: clamp(2.0rem, 2.3vw, 3.2rem);
	letter-spacing: 0.1em;
	line-height: 2.03125;
	font-weight: 500;
	margin-bottom: 170px;
	margin-bottom: clamp(60px, 9vw, 170px);
	max-height: 100%;
}

#top_h1>span {
	display: block;
	font-family: 'Cormorant', serif;
	font-size: 13.0rem;
	font-size: clamp(10rem, 7.6vw, 13.0rem);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
	max-height: 100%;
	margin-bottom: 36px;
}

#top_h1 h1>span {
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
	line-height: 1.5;
}

.scroll-down {
	display: block;
	max-width: 200px;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	position: relative;
}

@keyframes rotation {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

.scroll-down_text {
	display: block;
	animation: 20s linear infinite rotation;
	object-fit: contain;
}

.scroll-down_arrow_box {
	width: 43px;
	height: auto;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.scroll-down_arrow {
	display: block;
	width: auto;
	height: auto;
}

.scroll-down:hover .scroll-down_arrow_box {
	-webkit-animation: move 1.8s infinite linear;
	animation: move 1.8s infinite linear;
}

@keyframes move {
	0% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	25% {
		-ms-transform: translate(-50%, -35%);
		-webkit-transform: translate(-50%, -35%);
		transform: translate(-50%, -35%);
	}

	50% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	75% {
		-ms-transform: translate(-50%, -65%);
		-webkit-transform: translate(-50%, -65%);
		transform: translate(-50%, -65%);
	}

	100% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@-webkit-keyframes move {
	0% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	25% {
		-ms-transform: translate(-50%, -40%);
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}

	50% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	75% {
		-ms-transform: translate(-50%, -60%);
		-webkit-transform: translate(-50%, -60%);
		transform: translate(-50%, -60%);
	}

	100% {
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


/*----------------
	message
--------------------*/
#index_message {
	margin: 0 0 92px;
	position: relative;
}

.message_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1920px;
	max-width: calc(100% + 60px);
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.message_ttl {
	position: absolute;
	width: 1754px;
	max-width: 100%;
	padding: 0 20px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.message_ttl .top_ttl {
	text-align: right;
}

.message_ttl .top_ttl h2 {
	display: flex;
	flex-direction: row-reverse;
	margin: 0;
}

.message_ttl .top_ttl h2::before {
	writing-mode: vertical-rl;
	margin: -35px 0 0 16px;
}

.message_img_l,
.message_img_r {
	width: 27.083%;
}

.message_img_l img,
.message_img_r img {
	display: block;
	width: 100%;
}

.message_box {
	min-width: 33.6%;
	width: 550px;
	margin-top: 73px;
	position: relative;
}

.message_box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	line-height: 1.842;
	max-height: 100%;
	margin-bottom: 38px;
}

.message_box p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2.111;
	margin-bottom: 27px;
}

.message_box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 2.272;
	max-height: 100%;
}

.message_img_r {
	margin-top: 114px;
}

/*----------------
	about
--------------------*/
#index_about {
	background: rgba(47, 84, 142, .1);
	padding: 185px 0 181px;
	position: relative;
}

.about_ttl {
	position: absolute;
	width: 1788px;
	max-width: 100%;
	padding: 158px 20px 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about_ttl .top_ttl h2 {
	display: flex;
	margin: 30px 0 0;
}

.about_ttl .top_ttl h2::before {
	writing-mode: vertical-rl;
	margin: -35px 0 0;
}


.about_area {
	max-width: 100%;
	width: 1318px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.about_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto 30px;
}

.about_box_l {
	width: 668px;
}

.about_box_l .top_ttl h2::before {
	position: absolute;
	writing-mode: vertical-rl;
	white-space: nowrap;
	top: -26px;
	right: calc(100% + 76px);
}

.about_box_l h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.578;
	margin: 0 0 27px;
}

.about_box_l p {
/* 	font-family: 'Noto Serif JP', serif; */
	line-height: 1.75;
	margin-bottom: 11px;
}

.about_box_r {
	max-width: calc(100% - 668px);
	padding-left: 30px;
	margin-left: auto;
}

.about_list {
	display: flex;
	flex-wrap: wrap;

}

.about_item {
	display: flex;
	width: 31.768%;
	height: 211px;
	margin: 0 auto 30px 0;
	position: relative;
}

.about_item:nth-child(3n) {
	margin-right: 0;
}

.about_item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/index_about_item_l.svg) no-repeat top left / auto 100%, url(../img/index_about_item_r.svg) no-repeat top right / auto 100%;
}

.about_item span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	width: 100%;
	margin: 0 30px;
	position: relative;
	z-index: 10;
}

.about_item span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #F5F5F5;
	z-index: -5;
}

/* loop img */
.loop_img_box {
	display: flex;
	width: calc(1974px * 3);
	min-width: 1024px;
	height: auto;
	overflow: hidden;
	margin: -119px 0 88px;
	position: relative;
}

.loop_img {
	display: flex;
	margin-bottom: 0;
}

.loop_img img {
	display: block;
	width: auto;
	height: auto;
}

@keyframes loop {
	0% {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(-200%);
	}

	to {
		transform: translateX(0%);
	}
}

.loop_img:first-child {
	animation: loop 300s -150s linear infinite;
}

.loop_img:last-child {
	animation: loop2 300s linear infinite;
}

_:-ms-lang(x)::-ms-backdrop,
.loop_img_box {
	display: -ms-grid;
	overflow: hidden;
}

/*----------------
    interview
--------------------*/
#index_interview {
	margin-bottom: 95px;
	position: relative;
}

.interview_area {
	max-width: 100%;
	width: 1540px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.interview_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	max-width: 1350px;
	margin: 0 0 20px auto;
}

.interview_box_l {
	max-width: calc(100% - 568px);
	padding-bottom: 42px;
	margin-right: auto;
}

.interview_box_r {
	width: 568px;
}

.interview_box_r h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.71875;
	margin: 0 0 27px;
}

/*  */
.all_interview_slider {
	max-width: 1408px;
	height: 682px;
	overflow: visible !important;
}

.all_interview_slider .swiper-slide {
	width: 390px;
	height: 560px;
	transition: transform .3s ease, width .3s ease;
}

.interview_link {
	display: block;
	color: #222 !important;
	text-decoration: none;
	width: 390px;
	height: 560px;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}

.interview_item_img {
	overflow: hidden;
}

.interview_item_img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

.interview_item_txt {
	display: block;
	width: 330px;
	max-width: calc(100% - 28px);
	margin: -87px -1px 0 auto;
	padding: 13px 0 0 18px;
	background: url(../img/bg_gray.png);
	border-radius: 15px 0 0 0;
	position: relative;
	transition: all .3s ease;
	z-index: 5;
}

.interview_item_txt::before,
.interview_item_txt::after {
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../img/gray_corner.svg) no-repeat center / 100% auto;
	bottom: calc(100% - 2px);
	right: -1px;
	border-bottom: 1px solid #F2F2F2;
	border-bottom: 2px solid #F2F2F2;
	border-right: 2px solid #F2F2F2;
	box-sizing: content-box;
}

.interview_item_txt::after {
	bottom: auto;
	top: 68px;
	right: calc(100% - 2px);
}

.interview_item_position {
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	margin-bottom: 3px;
}

.interview_item_name {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 2px;
	transition: all .3s ease;
}

.interview_item_data {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
}

.interview_item_dep {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-right: 23px;
	transition: all .3s ease;
}

.interview_item_year {
	font-size: 1.5rem;
	line-height: 1.5;
	transition: all .3s ease;
}

.interview_item_school {
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 100%;
	margin-top: 8px;
	transition: all .3s ease;
}

/* current slide */

.all_interview_slider .current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) {
	width: 475px;
	height: 682px;
	margin-top: 0;
}

.all_interview_slider .current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_link {
	width: 475px;
	height: 682px;
	margin-top: 0;
}

.current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_item_txt {
	width: 407px;
	padding: 18px 0 0 22px;
	margin: -106px -1px 0 auto;

}

.current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_item_txt::after {
	top: 88px;
}


.current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_item_name {
	font-size: 2.6rem;
	margin-bottom: 2px;
}

.current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_item_dep {
	font-size: 1.8rem;
	margin-right: 28px;
}

.current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_item_year {
	font-size: 1.8rem;
}

.current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_item_school {
	font-size: 1.8rem;
	margin-top: 11px;
}

/* hover */
.interview_link:hover .interview_item_img img {
	transform: scale(1.05);
}

.interview_arrow_box {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}

.interview_arrows {
	display: flex;
	align-items: center;
	position: relative;
}



.prev-arrow,
.next-arrow {
	display: block;
	width: 65px;
	height: 65px;
	background: #2E538D url(../img/interview_arrow.svg) no-repeat center;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
}

.prev-arrow {
	transform: rotate(180deg);
	margin-right: 23px;
}

/* hover */

.prev-arrow:hover,
.next-arrow:hover {
	background-color: #222;
}

/*----------------
    job list
--------------------*/
#index_job {
	background: rgba(47, 84, 142, .1);
	padding: 95px 0 68px;
	position: relative;
}

.job_area {
	max-width: 100%;
	width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.job_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	max-width: 1500px;
	margin: 0 auto 38px;
}

.job_box_l {
	width: 760px;
}

.job_box_l h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.71875;
	margin: 42px 0 23px;
}

.job_box_r {
	max-width: calc(100% - 760px);
	padding: 0 0 8px 30px;
	margin-left: auto;
}

.job_list {
	display: flex;
	flex-wrap: wrap;
}

.job_item {
	width: 32.5%;
	margin-right: 1.25%;
}

.job_item:nth-child(3n) {
	margin-right: 0;
}

.job_item_link {
	display: block;
	color: #222 !important;
	text-decoration: none;
	transition: width .3s ease;
}

.job_item_img {
	overflow: hidden;
}

.job_item_img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

.job_item_txt {
	display: block;
	width: 454px;
	max-width: calc(100% - 28px);
	margin: -69px -1px 0 auto;
	padding: 14px 0 0 15px;
	background: url(../img/bg_bluegray.png);
	border-radius: 15px 0 0 0;
	position: relative;
	z-index: 5;
}

.job_item_txt::before,
.job_item_txt::after {
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../img/bluegray_corner.svg) no-repeat center / 100% auto;
	bottom: calc(100% - 2px);
	right: -1px;
	z-index: 10;
	border-bottom: 2px solid #E3E7ED;
	border-right: 2px solid #E3E7ED;
	box-sizing: content-box;
}

.job_item_txt::after {
	bottom: auto;
	top: 50px;
	right: calc(100% - 2px);
}

.job_item_txt_in {
	max-width: 418px;
	margin-left: auto;
}

.job_item_dep {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}

.job_item_txt_in p {
	line-height: 1.5;
	margin-bottom: 19px;
}

.job_item_btn {
	text-align: right;
}

.job_item_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 165px;
	height: 40px;
	padding: 5px 15px;
	margin-left: auto;
	border-radius: 50px;
	border: 1px solid;
	transition: all .3s ease;
	font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

/* hover */
.job_item_link:hover .job_item_img img {
	transform: scale(1.05);
}

.job_item_link:hover .job_item_btn span {
	color: #FFFFFF;
	background: #222;
}

/*---------------------------------------------------------
	スクロールエフェクト
---------------------------------------------------------*/

.inview {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.inview.on {
	opacity: 1;
	transform: translateY(0);
}

.flowing {
	opacity: 0;
}


.flowing.delay {
	animation-delay: 1s;
}
.flowing.on {
    animation-name: flowing-anim;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.31, 0.04, 0, 1);
    animation-fill-mode: forwards;
}

@keyframes flowing-anim {
    0%{
        width: 0%;
        opacity: 0;
    }
    100%{
        width: 100%;
        opacity: 1;
    }
}

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


	/* home common */

	.top_ttl {
		margin-bottom: 28px;
	}

	.top_ttl h2 {
		font-size: 1.8rem;
	}

	.top_ttl h2::before {
		font-size: 6rem;
		margin: 0 0 20px !important;
	}


	.viewmore_btn {
		color: #222222;
		padding: 12px 60px 13px 0;
		transition: all 0.3s;
	}

	.viewmore_btn:after {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
	}

	.viewmore_btn span {
		font-size: 1.8rem;
	}

	.viewmore_btn:hover span {
		color: #fff;
	}

	.viewmore_btn:hover:after {
		right: 0;
		width: calc(100% + 20px);
	}

	/*------------ mv ------------*/
	#index_mv {
		flex-direction: column-reverse;
		margin: 65px 0 45px;
	}

	.mv {
		width: 100%;
		padding-left: 15px;
	}

	.mv img {
		height: auto;
		min-height: auto;
		width: 100%;
		object-fit: contain;
	}

	#top_h1 {
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		margin: 12px auto 0;
	}

	#top_h1 h1 {
		font-size: 2.2rem;
		font-size: clamp(2.2rem, 5.1vw, 2.6rem);
		margin-bottom: 18px;
	}

	#top_h1>span {
		font-size: 8.5rem;
		font-size: clamp(5.5rem, 19vw, 10rem);
		margin-bottom: 15px;
        margin-top: 10px;
	}
	

	.scroll-down {
		max-width: 130px;
		margin: 0 0 0 auto;
	}

	.scroll-down_arrow_box {
		width: 28px;
	}


	/*----------------
		message
	--------------------*/
	#index_message {
		margin: 0 0 55px;
	}

	.message_area {
		display: flex;
		flex-direction: column;
		max-width: 100%;
		left: auto;
		transform: none;
	}

	.message_ttl {
		position: static;
		max-width: 100%;
		padding: 0 20px;
		top: 0;
		left: auto;
		transform: none;
	}

	.message_ttl .top_ttl {
		text-align: right;
	}

	.message_ttl .top_ttl h2 {
		display: block;
		margin: 0;
	}

	.message_ttl .top_ttl h2::before {
		writing-mode: horizontal-tb;
	}

	.message_img_l,
	.message_img_r {
		width: 535px;
		max-width: calc(100% - 20px);
		margin: auto;
	}

	.message_img_l img,
	.message_img_r img {
		display: block;
		width: 100%;
	}

	.message_box {
		min-width: auto;
		width: 100%;
		padding: 0 20px;
		margin-top: 35px;
	}

	.message_box h3 {
		font-size: 2.0rem;
		margin-bottom: 25px;
	}

	.message_box p {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 2;
		margin-bottom: 27px;
	}

	.message_box h4 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}

	.message_img_r {
		margin: 40px auto 0 auto;
	}

	/*----------------
		about
	--------------------*/
	#index_about {
		padding: 45px 0 70px;
	}

	.about_ttl {
		position: absolute;
		width: 1788px;
		max-width: 100%;
		padding: 158px 20px 0;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.about_ttl .top_ttl h2 {
		display: flex;
		margin: 30px 0 0;
	}

	.about_ttl .top_ttl h2::before {
		writing-mode: horizontal-tb;
		margin: 0 0 0;
	}


	.about_area {
		max-width: 100%;
		width: 1318px;
		padding: 0 20px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	.about_box {
		max-width: 100%;
	}

	.about_box_l {
		width: 100%;
	}

	.about_box_l .top_ttl h2::before {
		position: static;
		writing-mode: horizontal-tb;
		white-space: nowrap;
		top: auto;
		right: auto;
	}

	.about_box_l h3 {
		font-size: 2.0rem;
		margin-bottom: 25px;
	}

	.about_box_l p {
		margin-bottom: 25px;
	}

	.about_box_r {
		max-width: 100%;
		padding-left: 0;
		margin-left: auto;
	}
	
	.about_item {
		width: 100%;
		height: auto;
		min-height: 100px;
		margin: 0 0 20px 0;
	}

	.about_item span {
		font-size: 1.6rem;
		margin: 0 19px;
		position: relative;
		z-index: 10;
	}

	/* loop img */
	.loop_img_box {
		min-width: auto;
		margin: -50px 0 40px;
		height: auto;
		width: calc(800px * 3);
	}

	.loop_img {
		width: calc(800px * 3);
	}

	.loop_img li {
		width: 800px;
	}

	/*----------------
		interview
	--------------------*/
	#index_interview {
		margin-bottom: 45px;
	}

	.interview_box_l {
		max-width: 100%;
		padding-bottom: 32px;
		margin-right: auto;
	}

	.interview_box_r {
		width: 100%;
	}

	.interview_box_r h3 {
		font-size: 2.0rem;
		margin-bottom: 25px;
	}

	/*  */
	.all_interview_slider {
		max-width: none;
		height: auto;
	}

	.all_interview_slider .swiper-slide {
		width: auto;
		height: auto;
		transition: transform .3s ease, width .3s ease;
	}

	.interview_link {
		width: auto;
		height: auto;
		margin-top: 20px;
	}

	.interview_item_txt {
		width: 407px !important;
		padding: 11px 0 0 17px !important;
		margin: -40px -1px 0 auto !important;
	}

	.interview_item_txt::after {
		top: 21px !important;
		right: calc(100% - 2px)  !important;
	}

	.interview_item_position {
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		margin-bottom: 3px;
	}

	.interview_item_name {
		font-size: 1.8rem !important;
		margin-bottom: 2px !important;
	}

	.interview_item_dep {
		font-size: 1.5rem !important;
		margin-right: 15px !important;
	}

	.interview_item_year {
		font-size: 1.5rem !important;
	}

	.interview_item_school {
				font-size: 1.5rem !important;
				margin-top: 4px  !important;
				transition: all .3s ease;
	}

	/* current slide */

	.all_interview_slider .current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) {
		width: auto;
		height: auto;
	}

	.all_interview_slider .current-slide:not(.swiper-slide-prev):not(.swiper-slide-next) .interview_link {
		width: auto;
		height: auto;
	}

	/* hover */


	.prev-arrow,
	.next-arrow {
		width: 50px;
		height: 50px;
	}

	.prev-arrow {
		margin-right: 10px;
	}

	/* hover */


	/*----------------
	    job list
	--------------------*/
	#index_job {
		padding: 45px 0 48px;
	}

	.job_box {
		margin: 0 auto 30px;
	}

	.job_box_l {
		width: 100%;
		margin-bottom: 20px;
	}

	.job_box_l h3 {
		font-size: 2.0rem;
        margin-bottom: 25px;
	}

	.job_box_r {
		max-width: 100%;
		padding: 0 0 8px 30px;
		margin-left: auto;
	}

	.job_item {
		width: 100%;
		margin: 0 0 25px;
	}

	.job_item_txt {
		width: 454px;
		max-width: calc(100% - 30px);
		margin: -40px -1px 0 auto;
		padding: 10px 0 0 15px;
	}

	.job_item_txt::after {
		bottom: auto;
		top: 21px;
	}
	
	.job_item_dep {
		font-size: 2.0rem;
		margin-bottom: 5px;
	}

	.job_item_txt_in p {
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.job_item_btn {
		text-align: right;
	}

	.job_item_btn span {
		width: 150px;
		height: 30px;
		padding: 3px 15px 2px;
	}

	/* hover */

}