@charset "UTF-8";
/*トップスライド*/



.top main {
	overflow: hidden;
}
.top-main {
	width: 100%;
	position: relative;
	z-index: 2;
}
.top-main:before {
	width: 50%;
	height: calc(100%);
	left: 0;
	top: 0;
	background: linear-gradient(45deg, #0051a2 0%, #1a93c4 53.2%, #cef9ff 100%);
	min-height: auto;
	z-index: -1;
}
.top-main .main-visual {
	position: relative;
	z-index: 2;
	left: 16%;
	top: 80px;
}
.top-main > p {
	position: absolute;
	z-index: 3;
	width: 35%;
	max-width: 440px;
	left: 7%;
	top: 55%;
	transform: translateY(-50%);
}
/*.header-anim {
	position: absolute;
	z-index: 4!important;
}
.header-anim.hide {
	z-index: 1;
}
.header-anim .logo {
	z-index: 4;
}
.header-anim.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}*/
.top-message {
	width: 100%;
	padding: 250px 0 200px;
	background: url("../img/top-message.jpg") no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.top-message .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-message .content .txt:nth-of-type(1) {
	width: 50%;
	position: relative;
}
.top-message .content .txt:nth-of-type(1) .ttl {
	color: #FFF;
	font-family: var(--en-font);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .2em;
	position: relative;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.top-message .content .txt:nth-of-type(2) {
	width: 50%;
}
.top-message .content .txt:nth-of-type(2) p {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5em;
	padding-bottom: 1em;
}


.content-full {
	width: 100%;
	position: relative;
	max-width: 1680px;
	margin: 0 auto;
}
.top-about {
	width: 100%;
	position: relative;
	top: -50px;
	z-index: 2;
	margin-bottom: 100px;
}
.top .ttl-box p {
	font-family: var(--en-font);
	font-size: 120px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	opacity: .3;
	z-index: 4;
	line-height: 1em;
	position: absolute;
}
.top .txt-box {
	background: #FFF;
	box-sizing: border-box;
	padding: 60px;
}
.top .txt-box .ttl {
	color: var(--main-color);
	font-family: var(--en-font);
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	font-size: 20px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
.top .txt-box .ttl:before {
	width: 30px;
	height: 2px;
	background: var(--main-color);
	left: 0;
	bottom: 0;
}
.top .txt-box .jp-ttl {
	font-size: 36px;
	font-weight: bold;
}
.top .txt-box .jp-ttl + p {
	padding: 15px 0 30px;
}
.top .txt-box .btn {
	position: relative;
	background: var(--dark-blue);
	max-width: 260px;
	height: 60px;
	transition: all .3s;
}
.top .txt-box .btn:after {
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #00b0ed 0%, #0051a2 100%);
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
	bottom: 0;
	left: 0;
}
.top .txt-box .btn:hover:after {
	transform: scale(1, 1); 
}
.top .txt-box .btn:before {
	width: 24px;
	height: 4px;
	background-image: url("../img/btn-arrow.svg");
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.top .txt-box .btn p {
	color: #FFF;
	font-family: var(--en-font);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.top-about .ttl-box {
	width: 90%;
	position: relative;
	left: 0;
}
.top-about .ttl-box p {
	bottom: -.24em;
}
.top-about .txt-box {
	width: 40%;
	position: absolute;
	left: 55%;
	bottom: -60px;
	z-index: 3;
}
.top-business .ttl-box {
	width: 90%;
	position: relative;
	left: 10%;
}
.top-business .ttl-box p {
	top: 0;
	right: 0;
}
.top-business .txt-box {
	width: 40%;
	position: absolute;
	left: 9%;
	top: -60px;
	z-index: 3;
}

.top-interview {
	position: relative;
	padding: 200px 0 50px;
}
.top-interview:before {
	width: 100%;
	height: 100%;
	top: -100px;
	left: 0;
	z-index: -1;
	background: linear-gradient(45deg, #0051a2 0%, #30cde2 100%);
}

.top-interview .ttl {
	font-family: var(--en-font);
	font-size: 120px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	opacity: .3;
	z-index: 4;
	line-height: 1em;
	position: relative;
	text-align: center;
	left: 50%;
	transform: translate(-50%,0);
}
.top-interview .jp-ttl {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}
.interview-menu {
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview-menu li {
	width: 46%;
	position: relative;
}
.interview-menu li .number {
	font-family: var(--en-font);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	writing-mode: vertical-rl;
	position: absolute;
	transform-origin: center center;
	right: -30px;
	letter-spacing: .1em;
	top: 0px;
	z-index: 2;
}
.interview-menu li .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 40px 40px;
	box-sizing: border-box;
	z-index: 1;
}
.interview-menu li .txt:before {
	width: 100%;
	height: 300px;
	background: linear-gradient(rgba(0, 176, 237, 0) 0%, #0051a2 100%);
	left: 0;
	bottom: 0;
	z-index: -1;
}

.interview-menu li .txt p {
	color: #FFF;
}
.interview-menu li .txt p.cc {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.interview-menu li .txt p.cc ~ p {
	font-size: 14px;
}
.interview-menu li .txt p.cc ~ p span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.top-environment {
	padding-bottom: 200px;
	position: relative;
}
.top-environment:after {
	width: 45%;
	height: 50%;
	background: linear-gradient(45deg, #0051a2 0%, #30cde2 100%);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.top-environment .ttl-box {
	width: 90%;
	position: relative;
	left: 5%;
}
.top-environment .ttl-box p {
	top: -.03em;
	left: -.1em;
}
.top-environment .txt-box {
	width: 50%;
	padding-bottom: 200px;
	padding-left: 150px;
	position: absolute;
	left: 45%;
	bottom: -300px;
	z-index: 4;
}
.top-environment .txt-box > .ttl {
	writing-mode: vertical-rl;
	position: absolute;
	left: 60px;
	top: 60px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-environment .txt-box .jp-ttl {
	position: relative;
	top: -.4em;
}
.top-environment .txt-box > .ttl:before {
	bottom: auto;
	top: 15px;
	left: 30px;
	transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
	.top main {
		overflow: hidden;
	}
	.top-main {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.top-main:before {
		width: 50%;
		height: calc(100%);
		left: 0;
		top: 0;
		background: linear-gradient(45deg, #0051a2 0%, #1a93c4 53.2%, #cef9ff 100%);
		min-height: auto;
		z-index: -1;
	}
	.top-main .main-visual {
		position: relative;
		z-index: 2;
		left: 16%;
		top: 80px;
	}
	.top-main > p {
		position: absolute;
		z-index: 3;
		width: 40%;
		max-width: 440px;
		left: 5%;
		top: 80%;
		transform: translateY(-50%);
	}
	.top-message {
		width: 100%;
		padding: 150px 0 100px;
		background: url("../img/top-message.jpg") no-repeat center bottom;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.top-message .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 86%;
		margin: 0 auto;
	}
	.top-message .content .txt:nth-of-type(1) {
		width: 100%;
		position: relative;
	}
	.top-message .content .txt:nth-of-type(1) .ttl {
		color: #FFF;
		font-family: var(--en-font);
		font-size: 24px;
		font-weight: bold;
		letter-spacing: .2em;
		position: relative;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top-message .content .txt:nth-of-type(2) {
		width: 100%;
	}
	.top-message .content .txt:nth-of-type(2) p {
		color: #FFF;
		font-size: min(3.9vw,15px);
		letter-spacing: 0;
		font-weight: bold;
		line-height: 2.2em;
		padding-bottom: 1em;
		padding-top: 40px;
	}


	.content-full {
		width: 100%;
		position: relative;
		max-width: 1680px;
		margin: 0 auto;
	}
	.top-about {
		width: 100%;
		position: relative;
		top: -20px;
		z-index: 2;
		margin-bottom: 0px;
	}
	.top .ttl-box p {
		font-family: var(--en-font);
		font-size: 40px;
		font-weight: bold;
		color: #FFF;
		text-transform: uppercase;
		opacity: .3;
		z-index: 4;
		line-height: 1em;
		position: absolute;
	}
	.top .txt-box {
		background: #FFF;
		box-sizing: border-box;
		padding: 30px 30px;
		position: relative;
		z-index: 2;
	}
	.top .txt-box .ttl {
		color: var(--main-color);
		font-family: var(--en-font);
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
		font-size: 16px;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.top .txt-box .ttl:before {
		width: 30px;
		height: 2px;
		background: var(--main-color);
		left: 0;
		bottom: 0;
	}
	.top .txt-box .jp-ttl {
		font-size: 26px;
		font-weight: bold;
	}
	.top .txt-box .jp-ttl + p {
		padding: 10px 0 30px;
	}
	.top .txt-box .btn {
		position: relative;
		background: var(--dark-blue);
		max-width: 220px;
		height: 50px;
		transition: all .3s;
	}
	.top .txt-box .btn:after {
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg, #00b0ed 0%, #0051a2 100%);
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: left top;
		bottom: 0;
		left: 0;
	}
	.top .txt-box .btn:hover:after {
		transform: scale(1, 1); 
	}
	.top .txt-box .btn:before {
		width: 24px;
		height: 4px;
		background-image: url("../img/btn-arrow.svg");
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.top .txt-box .btn p {
		color: #FFF;
		font-family: var(--en-font);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.top-about .ttl-box {
		width: 95%;
		position: relative;
		left: 0;
		z-index: 3;
	}
	.top-about .ttl-box p {
		bottom: 15px;
	}
	.top-about .txt-box {
		width: 95%;
		position: relative;
		left: 5%;
		bottom: 0;
		top: -20px;
		z-index: 3;
	}
	.top-business .ttl-box {
		width: 95%;
		position: relative;
		left: 0%;
	}
	.top-business .ttl-box p {
		top: auto;
		bottom: 15px;
		right: 5px;
	}
	.top-business .txt-box {
		width: 95%;
		position: relative;
		left: 5%;
		top: -20px;
		z-index: 3;
	}

	.top-interview {
		position: relative;
		padding: 50px 0 0px;
	}
	.top-interview:before {
		width: 100%;
		height: calc(100% + 50px);
		top: -50px;
		left: 0;
		z-index: -1;
		background: linear-gradient(45deg, #0051a2 0%, #30cde2 100%);
	}

	.top-interview .ttl {
		font-family: var(--en-font);
		font-size: 40px;
		font-weight: bold;
		color: #FFF;
		text-transform: uppercase;
		opacity: .3;
		z-index: 4;
		line-height: 1em;
		position: relative;
		text-align: center;
		left: 50%;
		transform: translate(-50%,0);
	}
	.top-interview .jp-ttl {
		color: #FFF;
		font-size: 26px;
		font-weight: bold;
		display: inline-block;
		position: absolute;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
	}
	.interview-menu {
		margin: 50px auto 0;
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-menu li {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.interview-menu li .number {
		font-family: var(--en-font);
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		color: #FFF;
		writing-mode: vertical-rl;
		position: absolute;
		transform-origin: center center;
		right: -20px;
		letter-spacing: .1em;
		top: 0px;
		z-index: 2;
	}
	.interview-menu li .txt {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 0 15px 15px;
		box-sizing: border-box;
		z-index: 1;
	}
	.interview-menu li .txt:before {
		width: 100%;
		height: 200px;
		background: linear-gradient(rgba(0, 176, 237, 0) 0%, #0051a2 100%);
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.interview-menu li .txt p {
		color: #FFF;
	}
	.interview-menu li .txt p.cc {
		font-size: min(4.6vw,16px);
		font-weight: bold;
		line-height: 1.6em;
		padding-bottom: 10px;
	}
	.interview-menu li .txt p.cc ~ p {
		font-size: min(3.3vw,12px);
		line-height: 1.6em;
	}
	.interview-menu li .txt p.cc ~ p span {
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	.top-environment {
		margin: 50px 0 0;
		padding-bottom: 100px;
		position: relative;
	}
	.top-environment:after {
		width: 45%;
		height: 50%;
		background: linear-gradient(45deg, #0051a2 0%, #30cde2 100%);
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.top-environment .ttl-box {
		width: 95%;
		position: relative;
		left: 0%;
	}
	.top-environment .ttl-box p {
		top: auto;
		bottom: 15px;
		left: 0em;
	}
	.top-environment .txt-box {
		width: 95%;
		padding-top: 100px;
		padding-bottom: 40px;
		padding-left: 30px;
		position: relative;
		left: 5%;
		bottom: auto;
		top: -20px;
		z-index: 4;
	}
	.top-environment .txt-box > .ttl {
		writing-mode: horizontal-tb;
		position: absolute;
		left: 25px;
		top: 25px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.top-environment .txt-box .jp-ttl {
		position: relative;
		top: -.4em;
	}
	.top-environment .txt-box > .ttl:before {
		bottom: 0;
		top: auto;
		left: 0px;
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 480px) {
	.top-main:before {
		width: 90%;
		height: calc(100%);
		left: 0;
		top: 0;
		background: linear-gradient(45deg, #0051a2 0%, #1a93c4 53.2%, #cef9ff 100%);
		min-height: auto;
		z-index: -1;
	}
	.top-main .main-visual {
		position: relative;
		z-index: 2;
		left: 0%;
		top: 200px;
		padding-bottom: 120px;
	}
	.top-main > p {
		position: absolute;
		z-index: 3;
		width: 70%;
		max-width: 440px;
		left: 5%;
		top: 22%;
		transform: translateY(-50%);
	}
}