
/* CSS Document */

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

top-contents
=================================================*/

.top-contents {
	margin-bottom: min(18%, 200px)!important;
}

#top-image {
	width: 100%;
	height: 100vh;
	min-height: 800px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#top-image .swiper-slide {
	width: 100%;
	height: 100vh;
	min-height: 800px;
}
#top-image #slider0 {
	background-image: url("../../images/bg_0.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-image #slider2 {
	background-image: url("../../images/s4.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-image #slider3 {
	background-image: url("../../images/s3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-image #slider4 {
	background-image: url("../../images/s2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-image #slider5 {
	background-image: url("../../images/s5.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-image .swiper-slide .txt {
	width: min(100vh, 90%);
	min-width: 680px;
	max-width: 1310px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#top-image #slider0 .txt {
	opacity: 0;
}
#top-image #slider0[class*=-prev] .txt {
	opacity: 1;
}
#top-image .swiper-slide .push-txt {
	opacity: 0;
}
#top-image .swiper-slide[class*=-prev] .push-txt {
	opacity: 1;
}
#top-image .swiper-slide[class*=-active] .push-txt  {
	animation: txt-in .5s forwards ease-out 1s;
}

#top-image .swiper-slide .line {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	clip-path: inset(0 100% 0 0);
	z-index: 1;
}
#top-image #slider0[class*=-active] .line {
	animation: line-open 1.5s forwards ease-in-out .8s;
}
#top-image #slider0[class*=-active] #t01 {
	animation: txt-in .6s forwards ease-out .5s;
}
#top-image #slider0[class*=-active] #t02 {
	animation: txt-in .6s forwards ease-out 1s;
}
#top-image #slider0[class*=-active] #t03 {
	animation: txt-in .6s forwards ease-out 1.5s;
}
#top-image #slider2[class*=-active] .line {
	animation: line-open 2s forwards ease-in-out 1s;
}
#top-image #slider3[class*=-active] .line {
	animation: line-open 2s forwards ease-in-out 1s;
}
#top-image #slider4[class*=-active] .line {
	animation: line-open 2s forwards ease-in-out 1s;
}
#top-image #slider5[class*=-active] .line {
	animation: line-open 2s forwards ease-in-out 1s;
}
@keyframes line-open {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	30% {
		clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
	}
}
@keyframes txt-in {
	0% {
		opacity: 0;
		left: 45%;
	}
	100% {
		opacity: 1;
		left: 50%;
	}
}
#top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.top-news {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: min(10%, 100px) 0;
}
.top-news .button {
	margin: min(4%, 40px) 0 0 auto;
}
.top-news .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.top-news h1 {
	display: inline-block;
	color: #00006a;
	margin-right: 15%;
}
.top-news ul {
	flex: 1;
}
.top-news ul li {
	border-bottom: 1px solid #999999;
}
.top-news ul li dl {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	padding: .8em 0;
}
.top-news ul li dl dt {
	
}
.top-news ul li dl dd {
	flex: 1;
	padding-left: 1em;
}

.top-business {
	width: 100%;
	position: relative;
	background: linear-gradient(-90deg, #ffb400, #ff7e00);
}
.top-business img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.top-business .inner-head {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: min(15%, 150px) 0;
}
.top-business .inner-head .title {
	width: 90%;
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}
.top-business .inner-head .title h1 {
	color: #FFF;
}
.top-business .inner-head .photo {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.top-business .inner-head .photo div {
	width: 33.33%;
	height: 100%;
}
.top-business .inner-head .photo div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-business .inner-body {
	width: 100%;
	padding: min(10%, 100px) 0 min(20%, 200px);
}
.top-business .inner-body ul {
	width: 90%;
	max-width: 1320px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	z-index: 3;
}
.top-business .inner-body ul li {
	width: 30%;
	text-align: center;
	border: clamp(5px, 1vw, 10px) solid #FFF;
}
.top-business .inner-body ul li a {
	display: block;
	color: #00006a;
	text-decoration: none;
	padding: 15% 5%;
}
@media (hover: hover) {
	.top-business .inner-body ul li a:hover {
		opacity: 1;
		background-color: rgba(0, 0, 153, .2);
	}
}
.top-business .inner-body ul li a span {
	display: inline-block;
	position: relative;
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin-top: 8%;
}
.top-business .inner-body ul li a span::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	aspect-ratio: .9 / 1;
	background-color: #00006a;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	top: 50%;
	right: 0;
	transform: translate(180%, -50%);
	z-index: 2;
	/* animation */
	transition: all 0.3s;
}
.top-business .inner-body ul li img {
	display: block;
	max-width: 280px;
	margin: 0 auto;
}
.top-business .inner-body .line-item {
	width: 100%;
	position: absolute;
	clip-path: inset(0 100% 0 0);
	left: 0;
	bottom: 0;
	z-index: 2;
}
.top-business .inner-body .line-item {
	animation: blight 4s ease-in-out infinite 1s;
}

@keyframes blight {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	30% {
		clip-path: inset(0 0 0 0);
	}
	100% {
		clip-path: inset(0 0 0 100%);
	}
}
@keyframes blight2 {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	20% {
		clip-path: inset(0 0 0 0);
	}
	40% {
		clip-path: inset(0 0 0 100%);
	}
	100% {
		clip-path: inset(0 0 0 100%);
	}
	
}

.top-advantage {
	width: 100%;
	position: relative;
}
.top-advantage .inner {
	width: 90%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	z-index: 1;
}
.top-advantage .inner .section-title {
	text-align: left;
	color: #00006a;
}
.top-advantage .inner .section-title span {
	text-align: left;
}
.top-advantage .inner .button {
	margin: min(4%, 40px) 0 0;
}
.top-advantage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.top-about {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: linear-gradient(-90deg, #ffb400, #ff7e00);
	margin-top: min(8%, 60px);
}
.top-about img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.top-about .line-item {
	width: 100%;
	position: absolute;
	clip-path: inset(0 100% 0 0);
	top: 50%;
	left: 0;
	transform: translate(0, -60%);
	z-index: 1;
}
.top-about .line-item-wh {
	width: 16%;
	position: absolute;
	clip-path: inset(0 100% 0 0);
	top: 0;
	right: 0;
	z-index: 1;
}
.top-about .line-item {
	animation: blight 4s ease-in-out infinite 1s;
}
.top-about .line-item-wh {
	animation: blight2 4s ease-in-out infinite 2s;
}

.top-about::before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1;
}
.top-about::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.top-about .photo {
	width: 100%;
	max-width: 1560px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}
.top-about .photo div {
	width: 60%;
	margin: 0 0 0 auto;
}

.top-about .txt {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: min(12%, 120px) 0 min(10%, 90px);
	z-index: 4;
}
.top-about .txt h1 {
	color: #FFF;
	line-height: 100%;
	text-align: left;
}
.top-about .txt h1 span {
	text-align: left;
	margin-top: .8em;
}
.top-about .txt .button {
	margin: min(4%, 40px) 0 0;
}
.top-about .inner {
	width: 98%;
	max-width: 1560px;
	position: relative;
	margin: 0 auto;
	z-index: 4;
}
.top-about .inner ul {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
.top-about .inner ul li {
	width: 50%;
	position: relative;
	aspect-ratio: 1 / .525;
	background-image: url("../../images/about_p1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-about .inner ul li:nth-of-type(2) {
	background-image: url("../../images/about_p2.jpg");
}
.top-about .inner ul li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.top-about .inner ul li a:hover {
	opacity: 1;
}
.top-about .inner ul li a div {
	width: 100%;
	position: absolute;
	pointer-events: none;
	font-size: clamp(1.8rem, 3vw, 3.2rem);
	line-height: 100%;
	color: #FFF;
	left: 0;
	bottom: 0;
	padding: 0 1em 2.5em 3em;
	z-index: 1;
}
.top-about .inner ul li a div span {
	display: block;
	font-size: 90%;
	margin-bottom: .5em;
}

.top-recruit {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: linear-gradient(-90deg, #089df7, #080594);
	border-radius: 40px 40px 0 0;
	margin-top: min(12%, 120px);
	padding: min(10%, 100px) 0 min(20%, 220px);
}
.top-recruit img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.top-recruit .line-item {
	width: 100%;
	position: absolute;
	clip-path: inset(0 100% 0 0);
	top: 0;
	left: 0;
	transform: translate(0, 60%);
	z-index: 1;
}
.top-recruit .line-item-wh {
	width: 43.75%;
	position: absolute;
	clip-path: inset(0 100% 0 0);
	top: 0;
	right: 0;
	z-index: 1;
}
.top-recruit .line-item {
	animation: blight 4s ease-in-out infinite 1s;
}
.top-recruit .line-item-wh {
	animation: blight2 4s ease-in-out infinite 2s;
}

.top-recruit .txt {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 min(8%, 80px);
	z-index: 4;
}
.top-recruit .txt h1 {
	color: #FFF;
	line-height: 100%;
	text-align: left;
}
.top-recruit .txt h1 span {
	text-align: left;
	margin-top: .8em;
}
.top-recruit .inner {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	z-index: 4;
}

.top-recruit .inner .banner-l {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.top-recruit .inner .banner-l .banner-txt {
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	padding: 0 5%;
	z-index: 1;
}
.top-recruit .inner .banner-l .banner-txt h2 {
	color: #080594;
	text-align: center;
}
.top-recruit .inner .banner-l .banner-txt h2 strong {
	font-weight: 600;
	color: #f77a00;
}

.top-recruit .inner .banner-l2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-top: min(8%, 80px);
}
.top-recruit .inner .banner-l2 .banner-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 1;
}
.top-recruit .inner .banner-l2 .banner-txt h2 {
	color: #FFF;
	text-align: center;
}

.top-recruit .inner .banner-m {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	border-radius: 20px;
	margin-top: min(8%, 80px);
}
.top-recruit .inner .banner-m > div {
	width: 50%;
	position: relative;
	aspect-ratio: 1 / .6;
	background-image: url("../../images/recruit_s4.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-recruit .inner .banner-m > div:nth-of-type(2) {
	background-image: url("../../images/recruit_s5.jpg");
}
.top-recruit .inner .banner-m > div .banner-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	padding: 5%;
	z-index: 1;
}
.top-recruit .inner .banner-m > div .banner-txt h2 {
	color: #FFF;
	text-align: center;
}

.top-recruit .inner .list-menu {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.top-recruit .inner .list-menu li {
	width: 30%;
	margin-top: min(8%, 80px);
}
.top-recruit .inner .list-menu li div {
	overflow: hidden;
	border-radius: 20px;
}
.top-recruit .inner .list-menu li p {
	color: #FFF;
	text-align: center;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	line-height: 160%;
	padding: 1.2em 0 .5em;
}
.top-recruit .inner .list-menu li p span {
	display: inline-block;
}
.top-recruit .inner .list-menu li .button {
	width: 80%;
}
.top-recruit .inner .list-menu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#top-image {
		width: 100%;
		min-height: 550px;
		max-height: 650px;
	}
	#top-image .swiper-slide {
		width: 100%;
		min-height: 550px;
		max-height: 650px;
	}
	#top-image .swiper-slide .txt {
		width: 85%;
		min-width: 85%;
		position: absolute;
		transform: translate(-50%, -50%);
	}
	
	.top-news .button {
		margin: min(4%, 40px) auto 0;
	}
	.top-news .inner {
		flex-direction: column;
	}
	.top-news h1 {
		width: 100%;
		display: inline-block;
		text-align: center;
		color: #00006a;
		margin-right: 0;
	}
	.top-business .inner-body {
		width: 100%;
		padding: min(6%, 60px) 0 min(10%, 120px);
	}
	.top-business .inner-body ul {
		flex-direction: column;
		align-items: center; 
		margin: 0 auto;
		z-index: 3;
	}
	.top-business .inner-body ul li {
		width: 80%;
		max-width: 320px;
		text-align: center;
		margin-bottom: min(4%, 30px);
	}
	.top-business .inner-body ul li a {
		display: block;
		color: #00006a;
		text-decoration: none;
		padding: 6% 8%;
	}
	.top-business .inner-body ul li a img {
		max-width: 160px;
	}
	
	.top-advantage {
		width: 100%;
		position: relative;
	}
	.top-advantage .inner {
		width: 90%;
		max-width: 1200px;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		margin: min(4%, 30px) auto 0;
		z-index: 1;
	}
	.top-advantage .inner .section-title {
		text-align: center;
	}
	.top-advantage .inner .section-title span {
		text-align: center;
	}
	.top-advantage .inner .button {
		margin: min(4%, 40px) auto 0;
	}
	
	.top-about::before {
		content: " ";
		display: block;
		position: absolute;
		width: 100%;
		height: 30px;
		background-color: #fff;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.top-about::after {
		display: none;
	}
	.top-about .photo {
		width: 100%;
		max-width: 100%;
		height: 100%;
		position: absolute;
	}
	.top-about .photo div {
		width: 60%;
		margin: 0 0 0 auto;
	}
	.top-about .photo img {
		width: 120%;
		max-width: 120%;
		height: auto;
	}
	.top-about .txt {
		padding: min(12%, 120px) 0 min(10%, 90px);
	}
	.top-about .txt h1 {
		color: #FFF;
		line-height: 100%;
		text-align: center;
	}
	.top-about .txt h1 span {
		text-align: center;
		margin-top: .8em;
	}
	.top-about .txt .button {
		margin: min(4%, 40px) auto 0;
	}
	.top-about .inner {
		width: 100%;
	}
	.top-about .inner ul {
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		overflow: hidden;
		border-radius: 0;
	}
	.top-about .inner ul li {
		width: 50%;
		position: relative;
		aspect-ratio: 1 / .6;
	}
	.top-about .inner ul li a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.top-about .inner ul li a div {
		width: 100%;
		position: absolute;
		pointer-events: none;
		text-align: center;
		color: #FFF;
		left: 0;
		bottom: 50%;
		transform: translate(0, 50%);
		padding: 0 1em;
		z-index: 1;
	}
	.top-about .inner ul li a div span {
		display: block;
		font-size: 90%;
		margin-bottom: .5em;
	}
	
	.top-recruit {
		border-radius: 20px 20px 0 0;
	}
	.top-recruit .txt h1 {
		text-align: center;
	}
	.top-recruit .txt h1 span {
		text-align: center;
		margin-top: .8em;
	}
	.top-recruit .inner {
		width: 90%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto;
		z-index: 4;
	}

	.top-recruit .inner .banner-l {
		width: 100%;
		max-width: 480px;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
		margin: 0 auto;
	}
	.top-recruit .inner .banner-l img {
		width: 140%;
		max-width: 140%;
		height: auto;
		margin-left: -20%;
		filter: brightness(0.75);
	}
	.top-recruit .inner .banner-l .banner-txt {
		width: 100%;
		position: absolute;
	}
	.top-recruit .inner .banner-l .banner-txt h2 {
		color: #FFF;
		text-align: center;
	}
	.top-recruit .inner .banner-l .banner-txt h2 strong {
		color: #f77a00;
	}

	.top-recruit .inner .banner-l2 {
		width: 100%;
		max-width: 480px;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
		margin: min(8%, 80px) auto 0;
	}
	.top-recruit .inner .banner-l2 img {
		width: 140%;
		max-width: 140%;
		height: auto;
		margin-left: -20%;
	}
	.top-recruit .inner .banner-l2 .banner-txt {
		width: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		z-index: 1;
	}
	.top-recruit .inner .banner-l2 .banner-txt h2 {
		color: #FFF;
		text-align: center;
	}

	.top-recruit .inner .banner-m {
		width: 100%;
		max-width: 480px;
		flex-direction: column;
		border-radius: 0;
		margin: 0 auto;
	}
	.top-recruit .inner .banner-m > div {
		width: 100%;
		position: relative;
		aspect-ratio: 1 / .4;
		border-radius: 10px;
		overflow: hidden;
		margin: min(8%, 80px) auto 0;
	}
	.top-recruit .inner .banner-m > div .banner-txt {
		width: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		padding: 5% 0;
		z-index: 1;
	}
	.top-recruit .inner .banner-m > div .banner-txt h2 {
		color: #FFF;
		text-align: center;
	}
	
	.top-recruit .inner .list-menu {
		width: 100%;
		max-width: 480px;
		flex-direction: column;
		margin: 0 auto;
	}
	.top-recruit .inner .list-menu li {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center; 
	}
	.top-recruit .inner .list-menu li div.photo {
		width: 40%;
		overflow: hidden;
		border-radius: 10px;
	}
	.top-recruit .inner .list-menu li div.info {
		flex: .9;
	}
	.top-recruit .inner .list-menu li p {
		padding: 0;
	}
	.top-recruit .inner .list-menu li p span {
		display: block;
		font-size: 80%;
		line-height: 160%;
	}
	.top-recruit .inner .list-menu li .button {
		width: 90%;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

