@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700&family=Noto+Sans+JP:wght@400;700&display=swap');

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
	color: #282828;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}


/* responsive
--------------------------------*/

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}


/* base
--------------------------------*/
body {
	color: #282828;
	font-size: 1.0rem;
	text-align: left;
	min-width: 1300px;
}

main {
	display: block;
	overflow: hidden;
	padding-top: 120px;
}

section {
	position: relative;
}

.wrap {
	width: 1150px;
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
form {
	font-size: 1.6rem;
	line-height: 2.125;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.615;
}

.fade {
	transition: opacity 0.3s ease;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.white {
	color: #fff !important;
}

.blue {
	color: #0b318f !important;
}

.link_txt {
	text-decoration: underline;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.ofi {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


/*font*/
.en {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
}

.italic {
	font-style: italic;
}

@media screen and (min-width: 769px) {
	.fade:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	header .menuwrap .gnavi li:hover a {
		webkit-transform: translate3d(0, 3px, 0);
		transform: translate3d(0, 3px, 0);
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}

	main {
		padding-top: 60px;
	}

	.wrap {
		width: 84%;
	}

	p,
	th,
	td,
	dt,
	dd,
	li,
	form {
		font-size: 3.2vw;
	}

	.sp_block {
		display: block;
	}
}


/* ---------------------------------------
  scroll-animation
-----------------------------------------*/

.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

@media screen and (min-width: 769px) {
	.fadein-pc {
		opacity: 0;
		transition: opacity 1s;
	}

	.is-show .fadein-pc {
		opacity: 1;
	}
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup,
.scroll2.is-show.fadeup,
.scroll2.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein,
.scroll2.is-show.fadein,
.scroll2.is-show .fadein {
	opacity: 1;
}

.delay1 {
	transition-delay: .5s !important;
}

.delay2 {
	transition-delay: 1s !important;
}

.delay3 {
	transition-delay: 1.5s !important;
}

.delay4 {
	transition-delay: 2s !important;
}

.delay5 {
	transition-delay: 2.5s !important;
}

.delay6 {
	transition-delay: 3s !important;
}

.delay7 {
	transition-delay: 3.5s !important;
}

.delay8 {
	transition-delay: 4s !important;
}

.delay9 {
	transition-delay: 4.5s !important;
}

.delay10 {
	transition-delay: 5s !important;
}

.delay11 {
	transition-delay: 5.5s !important;
}

.delay12 {
	transition-delay: 6s !important;
}

.delay13 {
	transition-delay: 6.5s !important;
}

.delay14 {
	transition-delay: 7s !important;
}

.delay15 {
	transition-delay: 7.5s !important;
}

.delay16 {
	transition-delay: 8s !important;
}

.delay17 {
	transition-delay: 8.5s !important;
}

.delay18 {
	transition-delay: 9s !important;
}

/* ---------------------------------------
  ヘッダー
-----------------------------------------*/

header {
	width: 100%;
	min-width: 1200px;
	padding: 0 10px;
	height: 120px;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .9);
	transition: .5s;
}

header.bgnone {
	background-color: transparent;
}

header .wrap {
	width: 100%;
	height: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav {
	font-size: 0;
	line-height: 1;
	width: calc(100% - 160px);
	height: 100%;
	display: flex;
	align-items: center;
}

header .menuwrap {
	width: 100%;
	height: 100%;
}

header .menuwrap ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .menuwrap .gnavi li {
	color: #0b318f;
	letter-spacing: 0.075em;
}

header .menuwrap .gnavi li + li {
	margin-left: 2.1em;
}

header .menuwrap .gnavi li a {
	display: block;
	transition: .3s ease;
	font-weight: bold;
}


header .menuwrap .sns {
	margin-left: 40px;
}

@media screen and (min-width: 769px) {
	header .menuwrap .gnavi li a:hover {
		opacity: .8;
	}

	header .menuwrap .gnavi li a .en {
		display: none;
	}

	header.hide {
		transform: translateY(-100%);
	}
}

@media screen and (max-width: 1280px) {
	header .menuwrap .gnavi li + li {
		margin-left: 1.5em;
	}

}

@media screen and (max-width: 768px) {
	header {
		min-width: inherit;
		background-color: rgba(255, 255, 255, .9);
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		padding: 0;
	}

	header .wrap {
		width: 100%;
		height: 100%;
		padding: 0;
		align-items: center;
	}

	header .logo {
		width: 74px;
		margin-left: 4vw;
	}

	header .menu-trigger {
		display: block;
		width: 50px;
		height: 60px;
		z-index: 999;
		text-align: center;
		position: relative;
	}

	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 33px;
		height: 3px;
		background: linear-gradient(90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
	}

	header.bgnone .menu-trigger span {
		background: #fff;
	}

	header .menu-trigger span:nth-of-type(1) {
		top: 20px;
	}

	header .menu-trigger span:nth-of-type(2) {
		top: 29px;
	}

	header .menu-trigger span:nth-of-type(3) {
		top: 38px;
	}

	header.navOpen .menu-trigger span {
		background: #fff;
	}

	header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 28px;
		transform: rotate(-45deg);
	}

	header.navOpen .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	header.navOpen .menu-trigger span:nth-of-type(3) {
		top: 28px;
		transform: rotate(45deg);
	}

	header #menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		overflow-y: scroll;
		width: 100%;
		max-height: 100%;
		background: linear-gradient(90deg, rgba(6, 74, 150, .95) 0.04%, rgba(65, 180, 190, .95) 100%);
		padding: 0;
		-webkit-overflow-scrolling: touch;
	}

	header .menuwrap {
		height: auto;
		display: block;
		padding: 60px 8vw 13vw;
	}

	header .menuwrap .logo {
		width: 74px;
		position: absolute;
		left: 0;
		top: 7.5px;
	}

	header .menuwrap ul {
		display: block;
	}

	header .menuwrap .gnavi li {
		color: #fff;
		font-size: 5.2vw;
		line-height: 1.4;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	header .menuwrap .gnavi li + li {
		margin-left: 0;
	}

	header .menuwrap .gnavi li.link-recruitment a {
		color: #f4d620;
	}

	header .menuwrap .gnavi li a {
		display: block;
		padding: 0.55em 2em 0.55em 0;
		transition: .3s ease;
		position: relative;
		font-style: italic;
	}

	header .menuwrap .gnavi li a span.en {
		font-style: normal;
		margin-top: 0.2em;
	}

	header .menuwrap .gnavi li a::before {
		content: "";
		width: 1.5vw;
		height: 5vw;
		background: url(../img/common/arw_s.svg) no-repeat center / contain;
		position: absolute;
		right: 1.6vw;
		top: 0;
		bottom: 0;
		margin: auto;

	}

	header .menuwrap .gnavi li a span {
		display: block;
		font-style: italic;
		font-size: 2.4vw;
	}

	header .btnwrap {
		margin-top: 8vw;
	}

	header .btnwrap > * + * {
		margin-top: 5vw;
	}

	header .btnwrap .btn_e a {
		width: 100%;
		height: 12vw;
		font-size: 3.5vw;
		margin-bottom: 0;
	}

	header .btnwrap .btn_e .ico {
		line-height: 1;
		margin-right: 1.6vw;
		width: 5vw;
	}

}


/* ---------------------------------------
  parts
-----------------------------------------*/

/* secttl
----------------*/
.secttl {
	font-style: italic;
	color: #0b318f;
	font-weight: 700;
	font-size: 1.6rem;
}

.secttl .en {
	display: block;
	font-size: 5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.secttl.white {
	color: #fff;
}

.secttl.flex {
	align-items: center;
	justify-content: flex-start;
}

.secttl.flex .en {
	margin-right: 40px;
}

.lead {
	font-style: italic;
	color: #0b318f;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.14em;
}

.ttlwrap {
	align-items: center;
	flex-wrap: nowrap;
}

.ttlwrap .secttl {
	flex: 0 0 auto;
	margin-right: 50px;
}

.ttlwrap .lead {
	/*	margin-bottom: .25em;*/
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 3.2vw;
	}

	.secttl .en {
		font-size: 8.6vw;
	}

	.secttl.flex {
		align-items: center;
		justify-content: flex-start;
	}

	.secttl.flex .en {
		margin-right: 40px;
	}

	.lead {
		font-size: 4.8vw;
	}

	.ttlwrap .secttl {
		margin-right: 0;
	}
}

/* hover
----------------*/
@media screen and (min-width: 769px) {
	a .scaleimg img {
		transform: scale(1);
		transition: .3s ease;
	}

	a:hover .scaleimg img {
		transform: scale(1.1);
	}
}

/* btn
----------------*/

.btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 267px;
	height: 62px;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 0 1em;
	border: 1px solid #fff;
	border-right: none;
	position: relative;
	clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
	background-image: linear-gradient(to right, rgba(65, 180, 190, 1) 0%, rgba(6, 74, 150, 1) 50%, rgba(65, 180, 190, 1) 100%);
	background-size: 200% auto;
	background-position: right center;
	transition: .3s ease;
}

.btn a:hover {
	background-position: left center;
}

.btn a::before,
.btn a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	transition: .3s ease;
	z-index: 2;
}

.btn a::before {
	width: 10px;
	height: 51px;
	background-image: url(../img/common/btn_arw_s.svg);
	right: 5px;

}

.btn a::after {
	width: 11px;
	height: 62px;
	background-image: url(../img/common/btn_arw_l.svg);
	right: 0;
}

.btn.noborder a::after {
	content: none;
}

.btn.noborder a {
	border: none;
}

.btn.career a {
	background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: #cd0016;
}

.btn.career a::before {
	background-image: url(../img/common/btn_arw_s_career.svg);
}

.btn.graduate a {
	background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: #0b318f;
}

.btn.graduate a::before {
	background-image: url(../img/common/btn_arw_s_graduate.svg);
}

.btn.back a {
	border-left: none;
	border-right: 1px solid #fff;
	clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 0% 50%);
	background-image: linear-gradient(to right, rgba(6, 74, 150, 1) 0%, rgba(65, 180, 190, 1) 50%, rgba(6, 74, 150, 1) 100%);
}

.btn.back a::before,
.btn.back a::after {
	transform: scale(-1, 1);
	right: auto;
}

.btn.back a::before {
	left: 5px;
}

.btn.back a::after {
	left: 0;
}

.btn_e a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #fff;
	width: 183px;
	height: 36px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	transition: .3s ease;
}

.btn_e.career a {
	background-color: #cd0016;
}

.btn_e.graduate a {
	background-color: #0b318f;
}

@media screen and (min-width: 769px) {

	.btn.career a:hover,
	.btn.graduate a:hover {
		color: #fff;
	}

	.btn.career a:hover {
		background: #cd0016;
	}

	.btn.graduate a:hover {
		background: #0b318f;
	}

	.btn.career a:hover::before,
	.btn.graduate a:hover::before {
		background-image: url(../img/common/btn_arw_s.svg);
	}
}

@media screen and (max-width: 768px) {
	.btn a {
		min-width: 53.33vw;
		height: 12.4vw;
		font-size: 3.2vw;
		padding: 0 2.5em;
		clip-path: polygon(calc(100% - 2vw) 0, 100% 50%, calc(100% - 2vw) 100%, 0% 100%, 0% 0%);
	}

	.btn a::before {
		width: 19.2vw;
		height: 11vw;
		right: 1.1vw;
	}

	.btn a::after {
		width: 19.2vw;
	}

	.btn.back a {
		clip-path: polygon(2vw 0%, 100% 0%, 100% 100%, 2vw 100%, 0% 50%);
	}

	.btn.back a::before,
	.btn.back a::after {
		right: auto;
	}

	.btn.back a::before {
		left: 1.1vw;
	}

	.btn_e a {
		width: 40.4vw;
		height: 7.2vw;
		font-size: 3.2vw;
		margin-bottom: 3vw;
	}
}

/*slick*/

.slick-arrow {
	position: absolute;
	width: 43px;
	height: 43px;
	font-size: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.3s ease;
	outline: none;
	z-index: 1;
	top: 50%;
	margin-top: -22px;
	background: linear-gradient(-90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/common/slick_arw.svg)no-repeat center / 6px auto;
	position: absolute;
	left: 0;
	top: 0;
}

.slick-next::before {
	transform: scale(-1, 1);
}

.slick-dots {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots li {
	font-size: 0;
	line-height: 0;
	color: transparent;
	margin: 0 3px;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	color: transparent;
	display: block;
	width: 30px;
	height: 2px;
	background: #cccccc;
}

.slick-dots li.slick-active button {
	background: #000;
}

@media screen and (min-width: 769px) {
	.slick-arrow:hover {
		opacity: .8;
	}
}

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

	.slick-arrow {
		width: 8.6vw;
		height: 8.6vw;
		margin-top: -4.3vw;
	}

	.slick-arrow::before {
		background-size: 1.2vw auto;
	}

	.slick-dots {
		margin-top: 10vw;
	}

	.slick-dots li {
		margin: 0 .6vw;
	}

	.slick-dots li button {
		width: 6vw;
		height: .4vw;
	}
}

/* pagettl
----------------*/

#pagettl {
	background-color: #fff;
}

#pagettl .wrap {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pagettl .ttl {
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 4rem;
}

#pagettl .ttl span {
	display: block;
	position: relative;
}

#pagettl .ttl .en {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
}

#pagettl .ttl .ja {
	padding-bottom: .2em;
	margin-bottom: .3em;
}

#pagettl .ttl .ja::before {
	content: "";
	width: 1.375em;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#pagettl .wrap {
		height: 40vw;
	}

	#pagettl .ttl {
		font-size: 6.93vw;
	}

	#pagettl .ttl .ja::before {
		width: 1.6em;
	}

	#pagettl .ttl .en {
		font-size: 3.2vw;
	}
}


/* breadcrumb
----------------*/

#breadcrumb {
	position: relative;
	width: 100%;
	padding: 7px 0 6px;
	background-color: #f7f7f7;
}

#breadcrumb .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#breadcrumb .list li {
	color: #0b318f;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	margin-right: 2em;
	position: relative;
}

#breadcrumb .list li:last-child {
	margin-right: 0;
}

#breadcrumb .list li::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	right: -1.1em;
	top: .5em;
	transform: rotate(-45deg);
}

#breadcrumb .list li:last-child::before {
	display: none;
}

#breadcrumb .list li a {
	color: #939393;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#breadcrumb {
		padding: 1.635vw 0 1.5vw;
	}

	#breadcrumb .list {
		width: 92%;
	}

	#breadcrumb .list li {
		font-size: 2.8vw;
	}
}

/* interview_list
--------------------------------*/

.interview_list {
	justify-content: center;
	padding: 0 20px 40px;
	margin-bottom: 30px;
	position: relative;
	justify-content: flex-start;
}

.interview_list::before {
	content: "";
	width: 100%;
	height: calc(100% - 150px);
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	/* z-index: -1; */
}

.interview_list .item {
	width: 330px;
	margin: 0 20px;
}

.interview_list .item .imgwrap {
	position: relative;
	margin-top: 16px;
}

.interview_list .item .imgwrap .img {
	position: relative;
	transform: skewY(-5deg);
	overflow: hidden;
	transform-origin: left top;
	height: 376px;
	top: 23px;
	margin-bottom: 48px;
}

.interview_list .item a .imgwrap .img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: .3s ease;
}

.interview_list .item .imgwrap .img img {
	transform: skewY(5deg) translateY(-16px);
}

.interview_list .item .imgwrap .occupation {
	color: #fff;
	padding: 0 .625em;
	position: absolute;
	left: 0;
	bottom: -27px;
	z-index: 2;
}

.interview_list .item .imgwrap .occupation.all {
	background-color: #000;
}

.interview_list .item .imgwrap .occupation.occ1 {
	background-color: #6db6df;
}

.interview_list .item .imgwrap .occupation.occ2 {
	background-color: #49bcbd;
}

.interview_list .item .imgwrap .occupation.occ3 {
	background-color: #e07542;
}

.interview_list .item .imgwrap .occupation.occ4 {
	background-color: #ed7a94;
}

.interview_list .item .imgwrap .occupation.occ5 {
	background-color: #89bf23;
}

.category_list li.occ6 {
	border-color: #89bf23;
	background-color: #89bf23;
}

.interview_list .item .txtwrap {
	position: relative;
	padding: 0 10px 0 20px;
	margin-top: 25px;
}

.interview_list .item .txtwrap::before {
	content: "";
	width: 6px;
	height: 88%;
	position: absolute;
	left: 0;
	top: 5px;
}

.interview_list .item.career .txtwrap::before {
	background-color: #cd0016;
}

.interview_list .item.graduate .txtwrap::before {
	background-color: #0b318f;
}

.interview_list .item .txtwrap .ttl {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}

.interview_list .item .txtwrap p {
	font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
	.interview_list .item:nth-child(n + 4) {
		margin-top: 44px;
	}

	.interview_list .item a:hover .imgwrap .img::before {
		opacity: .4;
	}
}

@media screen and (max-width: 768px) {
	.interview_list {
		padding: 0 4vw;
		margin-bottom: 0vw;
	}

	.interview_list::before {
		height: calc(100% - 30vw);
	}

	.interview_list .item {
		width: 66vw;
		margin: 0 4vw;
	}

	.interview_list .item .imgwrap {
		margin-top: 0;
	}

	.interview_list .item .imgwrap .img {
		top: 6vw;
		height: 71vw;
		margin-bottom: 11vw;
		bottom: -6.8vw;
	}

	.interview_list .item + .item {
		margin-top: 11vw;
	}

	.interview_list .item .imgwrap .occupation {
		bottom: -6.8vw;
	}

	.interview_list .item .txtwrap {
		padding: 0 2vw 0 4.26vw;
		margin-top: 4vw;
	}

	.interview_list .item .txtwrap::before {
		width: 1.2vw;
		top: 1vw;
	}

	.interview_list .item .txtwrap .ttl {
		font-size: 3.8vw;
		margin-bottom: .8vw;
	}

	.interview_list .item .txtwrap p {
		font-size: 2.9vw;
	}

}

/* 下層ページ用
-------------------*/
#sec_interview_list.under {
	position: relative;
	background-color: #fff;
	padding: 100px 0 180px;
}

#sec_interview_list.under::before {
	content: "";
	width: 100%;
	height: calc(100% - 450px);
	background-color: #f7f7f7;
	border-top-width: 19px;
	border-top-style: solid;
	border-color: #074a97;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewY(-5deg);
	/* transform-origin: right top; */
	z-index: 1;
}

#sec_interview_list.under .wrap {
	z-index: 1;
}

#sec_interview_list.under .listttl {
	font-weight: 700;
	color: #074a97;
	font-size: 2.4rem;
	position: relative;
	padding-bottom: .65em;
	margin-bottom: 2em;
}

#sec_interview_list.under .listttl::before {
	content: "";
	width: 2.3em;
	height: 1px;
	background-color: #074a97;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

#sec_interview_list.under .btn.back a {
	width: 345px;
}

@media screen and (max-width: 768px) {
	#sec_interview_list.under {
		padding: 23vw 0 24vw;
	}

	#sec_interview_list.under::before {
		width: 100%;
		height: calc(100% - 63vw);
		border-top-width: 4vw;
	}

	#sec_interview_list.under .listttl {
		font-size: 4.8vw;
		padding-bottom: .65em;
		margin-bottom: 2em;
	}

	#sec_interview_list.under .listttl::before {
		width: 2.3em;
		height: 1px;
	}

	#sec_interview_list.under .btn {
		margin-top: 8vw;
	}

	#sec_interview_list.under .interview_list {
		padding-bottom: 8vw;
	}

	#sec_interview_list.under .btn.back a {
		width: 69.3vw;
	}
}


/* entry
--------------------------------*/
#sec_entry {
	padding-top: 90px;
	margin-top: -90px;
	z-index: 1;
}

#sec_entry .bg {
	width: 100%;
	height: 300px;
	position: absolute;
	left: -100%;
	top: 9vw;
	transition: 1s ease;
	transform: skewY(-5deg);
	overflow: hidden;
	z-index: -2;
}

#sec_entry .bg img {
	width: 100%;
	min-width: 1800px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) skewY(5deg);
}

#sec_entry.is-show .bg {
	left: 0;
	top: 0;
}

#sec_entry .secttl {
	font-size: 3rem;
	margin-bottom: 50px;
}

#sec_entry .box {
	width: 555px;
	height: 223px;
	padding: 10px 40px 38px;

}

#sec_entry .box .boxin {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
}

#sec_entry .box .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 1em;
}

#sec_entry .box .txt {
	font-weight: 700;
	margin: -1.25em 0 .5em;
}

#sec_entry .box .ttl span {
	display: block;
	color: rgba(255, 255, 255, .35);
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.075em;
}

#sec_entry .box .btn a {
	width: 386px;
}

#sec_entry .box .flex .btn a {
	min-width: inherit;
	width: 230px;
}

#sec_entry .box.career {
	background-color: #cd0016;
}

#sec_entry .box.graduate {
	background-color: #0b318f;
}

@media screen and (min-width: 769px) {
	#sec_entry .box.career {
		padding-top: 4.2em;
	}

	#sec_entry .box.graduate {
		padding-top: 2em;
	}
}

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

	#sec_entry {
		padding: 19vw 0 0;
		margin-top: -4.67vw;
	}

	#sec_entry::after {
		border-width: 0 0 8.5vw 100vw;
		bottom: 18vw;
	}

	#sec_entry .bg {
		width: 100%;
		/*		height: calc(100% - 23vw);*/
		height: 110vw;
		top: 8.5vw;
	}

	#sec_entry .bg img {
		min-width: inherit;
		top: -4.67vw;
		transform: skewY(5deg);
	}

	#sec_entry .secttl {
		font-size: 6vw;
		line-height: 1.2;
		margin-bottom: .8em;
	}

	#sec_entry .box {
		width: 100%;
		height: auto;
		padding: 7.6vw 6vw;
	}

	#sec_entry .box .boxin {
		height: auto;
	}

	#sec_entry .box + .box {
		margin-top: 4vw;
	}

	#sec_entry .box .ttl {
		font-size: 4.8vw;
	}

	#sec_entry .box .ttl span {
		font-size: 3.6vw;
	}

	#sec_entry .box .txt {
		margin: -.8em 0 1em;
	}

	#sec_entry .box .btn a {
		width: 53.3vw;
		padding: 0;
	}

	#sec_entry .box .flex .btn a {
		width: 34vw;
	}
}


/* sidenav
----------------*/

#sidenav {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	text-align: right;
}

#sidenav li {
	width: 70px;
	height: auto;
}

#sidenav li + li {
	margin-top: 16px;
}

#sidenav li a {
	display: block;
	width: 100%;
	height: auto;
	white-space: nowrap;
	position: relative;
	padding: 17px 16px 17px 5px;
	border: 1px solid #fff;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	letter-spacing: 0.075em;
	line-height: 1;
	transition: .3s ease;
	transform: translateX(10px);
}

#sidenav li a .ico {
	display: inline-block;
	margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
	#sidenav li a {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#sidenav li a:hover {
		transform: translateX(0);
	}
}

@media screen and (max-width: 768px) {
	#sidenav {
		width: 100vw;
		right: auto;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
		display: flex;
	}

	#sidenav li {
		width: 50%;
		height: 14.66vw;
	}

	#sidenav li + li {
		margin-top: 0;
	}

	#sidenav li a {
		width: 100%;
		height: 100%;
		padding: 3vw;
		transform: none;
		border-bottom: none;
	}

	#sidenav li.career a {
		border-left: none;
	}

	#sidenav li.graduate a {
		border-right: none;
	}

	#sidenav li a .ico {
		width: 4.5vw;
		margin-bottom: 0;
		margin-right: 1.6vw;
	}
}

/* btn_internship
----------------*/
#btn_internship {
	position: fixed;
	right: 70px;
	bottom: 10px;
	z-index: 98;
}

#btn_internship a {
	width: 168px;
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	background-color: #ebff00;
	border-radius: 50%;
	transition: .3s ease;
}

@media screen and (min-width: 769px) {
	#btn_internship a:hover {
		background-color: #fcff92;
	}
}

@media screen and (max-width: 768px) {
	#btn_internship {
		right: 2vw;
		bottom: 18vw;
	}

	#btn_internship a {
		width: 28vw;
		height: 28vw;
	}

	#btn_internship a img {
		width: 19.07vw;
	}
}


/* pagetop
----------------*/
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: all 0.2s ease-out;
	z-index: 999;
}

#pagetop.show {
	transform: translateY(0);
}

/* ---------------------------------------
  フッター
-----------------------------------------*/

footer {
	position: relative;
	padding: 60px 0 40px;
	background: linear-gradient(90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
	margin-top: 100px;
	z-index: 2;
}

footer .inner {
	align-items: flex-start;
}

footer .logo {
	width: 145px;
	margin: 0 17px;
}

footer .menu {
	font-size: 0;
	line-height: 1;
	margin-top: -5px;
}

footer .menu .f_navi {
	justify-content: flex-start;
	margin-left: auto;
	width: 780px;
}

footer .menu .f_navi li {
	color: #fff;
	letter-spacing: 0.075em;
	min-width: 24.8%;
}

footer .menu .f_navi li:nth-child(n + 5) {
	margin-top: .5em;
}

footer .menu .f_navi li a {
	display: block;
	transition: .3s ease;
	font-weight: bold;
	position: relative;
}

footer .menu .btnwrap {
	justify-content: flex-start;
	/* margin-top: 30px; */
	margin-top: -22px;
	margin-left: -16px;
}

footer .menu .btnwrap > * + * {
	margin-left: 16px;
}

footer .menu .btnwrap .nav_sns {
	margin-left: auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
	padding-right: 25px;
}

footer .menu .btnwrap .nav_sns a:not(:last-child) {
	margin-right: 34px;
}

footer .copyright {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.075em;
	margin-top: -1em;
}

@media screen and (min-width: 769px) {
	footer .menu .f_navi li a:hover {
		opacity: .8;
	}
}

@media screen and (max-width: 768px) {
	footer {
		padding: 12vw 0 15vw;
		margin-top: 10vw;
	}

	footer .logo {
		width: 29vw;
		margin: 0 auto 8vw;
	}

	footer .menu {
		width: 100%;
		font-size: 0;
		line-height: 1;
		margin-top: -5px;
	}

	footer .menu .f_navi {
		/* margin-right: -8vw; */
		width: 100%;
	}

	footer .menu .f_navi li {
		min-width: inherit;
		margin-right: 6vw;
	}

	footer .menu .f_navi li:nth-child(n + 4) {
		margin-top: .5em;
	}

	footer .menu .btnwrap {
		justify-content: center;
		margin-top: 6vw;
		margin-left: -1.6vw;
		margin-right: -1.6vw;
	}

	footer .menu .btnwrap > * + * {
		/* margin-left: auto; */
		margin-left: 0;
	}

	footer .menu .btnwrap .btn_mynavi {
		width: 100%;
		margin: 3.2vw auto 0;
	}

	footer .menu .btnwrap .btn_mynavi a {
		display: block;
		width: 40vw;
		margin: 0 auto;
	}

	footer .menu .btnwrap .nav_sns {
		width: 100%;
		justify-content: center;
		margin: 5vw auto 0;
		padding-right: 0;
		order: 5;
	}

	footer .menu .btnwrap .nav_sns a:not(:last-child) {
		margin-right: 7vw;
	}

	footer .menu .btnwrap .nav_sns a:nth-child(1) img {
		width: 8vw;
	}

	footer .menu .btnwrap .nav_sns a:nth-child(2) img {
		width: 6vw;
	}

	footer .menu .btnwrap .nav_sns a:nth-child(3) img {
		width: 7.2vw;
	}
	
	footer .menu .btnwrap .btn_e{
		margin-left: 1.6vw;
		margin-right: 1.6vw;
	}

	footer .copyright {
		text-align: center;
		font-size: 2.4vw;
		margin-top: 2.5em;
		padding: 1em 0;
	}
}


/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */