﻿@charset "UTF-8";

/* 
visual
//////////////////////////////////////////////// */

.topVisual {
	position: relative;
}

.bg {
	width: 100%;
	height: 100%;
}
.mySwiper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: 2;
}
/* Swiper */
.swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	-webkit-animation: zoomUp 10s linear 0s;
	animation: zoomUp 15s linear 0s; /* 10秒かけて拡大 */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slide-img {
	background-size: cover; 
	background-position: center center;
	height: 75vh; /* 画像の高さ100vh */
}
/* Swiper-zoom */
@-webkit-keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}
@keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@media (max-width: 769px) {

	.slide-img {
		background-position: top center;
		background-repeat: no-repeat;
		height: 70vh;
	}

}

.slide_caption {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media (min-width: 769px) {

	.slide_caption .slide_wrap,
	.swiper-slide .visual_wrap {
		max-width: 1200px;
		margin: 0 auto;
	}

	.swiper-slide  h2 {
		margin-top: 100px;
		font-size: 3rem;
		margin-bottom: 0;
	}

	.swiper-slide p {
		font-size: 1rem;
		margin-bottom: 1.5rem;
		line-height: 2;
	}

	.swiper-slide p.btn a img {
		width: 100%;
		transition: .3s;
	}

	.swiper-slide p.btn a:hover img {
		opacity: 0;
	}

	.visual_caption {
		display: none;
	}

	.slide_caption h2 {
		transform: translateX(-30px);
		transition: 3s;
		opacity: 0;
	}

	.swiper-slide-active .slide_caption h2 {
		transform: translateX( 0% );
		opacity: 1;
	}

}

@media (max-width: 769px) {

	.slide_caption .slide_wrap {
		position: absolute;
		left: 2rem;
		top: 2rem;
		margin: 0;
		width: 90%;
	}

	.slide_caption h2 {
		font-size: 5vw;
		margin-bottom: 0;
	}

	.swiper-slide p {
		display: none;
	}

	.swiper-slide p.btn {
		display: block;
	}

	.swiper-slide p.btn {
		width: 35%;
	}

	.swiper-slide p.btn a {
		min-width: 10rem;
		font-size: 0.88rem;
	}

	.visual_caption {
		font-size: 0.82rem;
		margin-top: 0 !important;
		margin-bottom: 2.5rem;
		text-align: center;
		position: relative;
	}

	.visual_caption:after {
		width: 3rem;
		height: 2px;
		content: "";
		background: #1f1f1f;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX( -50% );
	}

	.visual_caption p {
		margin: 0 0 2.5rem;
		padding-bottom: 2.5rem;
	}

	.visual_read,
	.slick-text {
	}

	.visual_read h2 {
		transform: translateX(-15px);
		transition: 3s;
		opacity: 0;
	}

	.slick-active h2 {
		transform: translateX( 0 );
		opacity: 1;
	}

}

/* 
common
//////////////////////////////////////////////// */

@media (min-width: 769px) {

	.secWrap {
		max-width: 1200px;
		margin: 0 auto;
	}

}

@media (max-width: 769px) {

	.secWrap {
		max-width: 100%;
		margin: 1.5em;
	}

}

/* 
business
//////////////////////////////////////////////// */

#business {
	background: #eeeeee;
	position: relative;
}

#business:after {
	content: "";
	background: linear-gradient(90deg,rgba(230, 49, 120, 1) 0%, rgba(239, 130, 0, 1) 8%, rgba(247, 210, 0, 1) 17%, rgba(170, 204, 3, 1) 25%, rgba(0, 166, 219, 1) 33%, rgba(170, 204, 3, 1) 42%, rgba(247, 210, 0, 1) 51%, rgba(239, 130, 0, 1) 59%, rgba(230, 49, 120, 1) 67%, rgba(239, 130, 0, 1) 75%, rgba(247, 210, 0, 1) 84%, rgba(170, 204, 3, 1) 92%, rgba(0, 166, 219, 1) 100%);
	width: 300%;
	height: 5px;
	top: 0;
	left: 0;
	display: block;
	animation: header_line 20s linear infinite;
	position: absolute;
}

@keyframes header_line {
	0%   { left: 0%; }
	100% { left: -200% }
}


#business h2 {
	width: 29%;
	margin-left: auto;
	margin-right: auto;
}

#business p.read {
	text-align: center;
	margin: 50px 0;
}


@media (min-width: 769px) {

	#business {
		padding: 100px 0;
		width: 100%;
		overflow: hidden;
	}

	#business ul {
		background: #fff;
		padding: 75px 0;
	}

	#business ul li {
		width: 1270px;
		margin-left: -35px;
		margin-bottom: 75px;
		position: relative;
		oveflow: hidden;
	}

	#business ul li:last-child {
		margin-bottom: 0;
	}

	#business ul li dl {
		display: flex;
		justify-content: space-between;
	}

	#business ul li dl dt {
		width: 52%;
	}

	#business ul li dl dt img {
		width: 100%;
		display: block;
	}

	#business ul li dl dd {
		width: 43%;
	}

	#business ul li dl dd p.top_btn01 {
		position: absolute;
		width: 35%;
		bottom: 0;
		margin: 0;
	}

	#business ul li dl dd p.top_btn01 a img {
		transition: .3s;
	}

	#business ul li dl dd p.top_btn01 a:hover img {
		opacity: 0;
	}

	#business ul li:nth-child(odd) dl {
		margin-left: 100px;
	}

	#business ul li:nth-child(even) dl {
		margin-right: 100px;
	}

	#business ul li:nth-child(odd) dl dt {
		order: 1;
	}

	#business ul li:nth-child(odd) dl dd {
		order: 0;
	}

}

@media (max-width: 769px) {

	#business {
		padding: 1.5rem 0;
		overflow: hidden;
	}

	#business h2 {
		width: 40%;
	}

	#business p.read {
		margin: 2em 0;
		font-size: 0.82rem;
		text-align: left;
	}

	#business ul {
		background: #fff;
		padding: 0;
		margin-bottom: 0;
	}

	#business ul li {
		padding: 1rem 0;
		position: relative;
		oveflow: hidden;
		font-size: 0.82rem;
		border-bottom: 1px solid #ccc;
		margin: 0 auto;
		width: 80%;
	}

	#business ul li:last-child {
		margin-bottom: 0;
		border-bottom: 0px;
	}

	#business ul li dl dt {
		width: 100%;
		margin: 1.25rem auto;
	}

	#business ul li dl dt img {
		width: 100%;
		display: block;
	}

	#business ul li dl dd {
		width: 100%;
		margin: 0 auto 1.25rem;
	}

	#business ul li dl dd picture {
		display: block;
		margin: 0 auto 1.25rem;
	}

	#business ul li dl dd p.top_btn01 {
		margin: 0 auto;
		text-align: center;
	}

}

/* 
service//////////////////////////////////////////////// */

#service .service_list li {
	padding: 0.5em;
}

#service .service_list li a {
	display: block;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 3px 3px 3px #eee;
	text-decoration: none;
	border: 1px solid #eee;
}

#service h2 {
	width: 24.4%;
	margin-left: auto;
	margin-right: auto;
}

#service p.read {
	text-align: center;
}

#service .service_list a {
	color: #1f1f1f;
}

#service .service_list span.tumbs {
	margin: 0 1.5rem 0.5rem;
	position: relative;
	height: 200px;
	display: block;
}

#service .service_list span.tumbs img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-heigh: 100%;
	transform: translate( -50%, -50% );
}

#service .service_list em {
	display: block;
	color: #959595;
	text-align: center;
	font-style: normal;
}

#service .service_list strong {
	display: block;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

#service .service_list span.date {
	display: block;
	color: #959595;
}

#service .slick-prev,
#service .slick-next {
	background: #000;
	border-radius: 50%;
	box-shadow: 3px 3px 3px #eee;
	transition: .3s;
}

#service .slick-prev::before {
	content: "\03c";
	display: inline-block;
	transform: scale( 0.5, 1 );
}

#service .slick-next::before {
	content: "\03e";
	display: inline-block;
	transform: scale( 0.5, 1 );
}


@media (min-width: 769px) {

	#service {
		padding: 100px 0 50px;
	}

	#service p.read {
		margin: 50px 0;
	}

	#service .service_list .swpier-slide {
		width: calc( 100% / 3 );
	}

	#service .service_list li {
		padding: 1em;
	}

	#service p.top_btn02 {
		margin: 50px auto;
		text-align: center;
	}

	#service p.top_btn02 a img {
		transition: .3s;
	}

	#service p.top_btn02 a:hover img {
		opacity: 0;
	}

	#service .slick-prev,
	#service .slick-next {
		width: 50px;
		height: 50px;
		transition: .3s;
	}

	#service .slick-prev {
		left: -55px;
	}

	#service .slick-next {
		right: -55px;
	}

}

@media (max-width: 769px) {

	#service {
		padding: 2rem 0;
	}

	#service .secWrap {
		margin-left: 0;
		margin-right: 0;
	}

	#service p.read {
		margin: 2em;
		font-size: 0.82rem;
		text-align: left;
	}

	#service h2 {
		width: 35%;
		margin-left: auto;
		margin-right: auto;
	}

	#service .service_list li {
		font-size: 0.82rem;
	}

	#service .service_list span.tumbs {
		margin: 1.5rem;
		position: relative;
		height: 100px;
		display: block;
	}

	#service p.top_btn02 {
		margin: 1.5rem auto;
		width: 40%;
		text-align: center;
	}

	#service .slick-prev {
		left: -100%;
	}

	#service .slick-next {
		right: -100%;
	}

}

/* 
recruit
//////////////////////////////////////////////// */

#recruit {
	background-image: url(/shared/image/top/top_bg01.png), linear-gradient(120deg,#b99fe5 0%, #4397ce 100%);
	background-size: cover, 100%;
	color: #fff;
}

#recruit h2 {
	margin-left: auto;
	margin-right: auto;
}

#recruit ul li dl dt span:after {
	content: "";
	display: block;
	width: 3.5rem;
	height: 4px;
	margin: 0.75rem auto 0;
}

#recruit ul li:nth-child(1) dl dt span:after {
	background: #87d7de;
}

#recruit ul li:nth-child(2) dl dt span:after {
	background: #afc731;
}

#recruit ul li:nth-child(3) dl dt span:after {
	background: #fa7d96;
}

@media (min-width: 769px) {

	#recruit {
		padding: 100px 0;
	}

	#recruit h2 {
		width: 24.4%;
	}

	#recruit p.top_btn04 {
		margin: 0 auto;
	}

	#recruit p.top_btn04 a img {
		transition: .3s;
	}

	#recruit p.top_btn04 a:hover img {
		opacity: 0;
	}

	#recruit ul {
		display: flex;
		width: 900px;
		margin: 50px auto 0;
	}

	#recruit ul li {
		width: calc( 100% / 3 );
		border-right: 1px solid #fff;
	}

	#recruit ul li:last-child {
		border: none;
	}

	#recruit ul li dl {
		text-align: center;
	}

	#recruit ul li dl dt {
		font-weight: 600;
		height: 3rem;
		padding: 2rem 0;
	}

	#recruit ul li dl dt span {
		display: block;
		height: 3rem;
	}

	#recruit ul li dl dd {
		height: 8rem;
		position: relative;
	}

	#recruit ul li dl dd > div {
		display: block;
		position: absolute;
		width: 100%;
	}

}

@media (max-width: 769px) {

	#recruit {
		padding: 2em 0 0;
	}

	#recruit .secWrap {
		padding-bottom: 2em;
		margin-bottom: 0;
	}

	#recruit h2 {
		width: 35%;
	}

	#recruit p.top_btn04 {
		width: 45%;
		margin: 0 auto;
	}

	#recruit p.top_btn04 a img {
		transition: .3s;
	}

	#recruit p.top_btn04 a:hover img {
		opacity: 0;
	}

	#recruit ul {
		margin: 0 auto 0;
	}

	#recruit ul li {
		border-bottom: 1px solid #fff;
		padding: 2rem 0;
	}

	#recruit ul li:last-child {
		border: none;
	}

	#recruit ul li dl {
		text-align: center;
	}

	#recruit ul li dl dt {
		font-weight: 600;
		height: 3rem;
	}

	#recruit ul li dl dt span {
		display: block;
		height: 3rem;
	}

	#recruit ul li dl dd {
		height: 8rem;
		position: relative;
	}

	#recruit ul li dl dd > div {
		display: block;
		position: absolute;
		top: 50%;
		width: 100%;
		transform: translateY( -50% );
	}


}

/* 
news
//////////////////////////////////////////////// */

#news {
}


#news ul li {
	margin-bottom: 1.3rem;
}

#news ul li:last-child {
	margin-bottom: 0;
}

#news ul li a {
	display: inline-block;
}

#news ul li a {
	color: #1f1f1f;
}

#news p.top_btn03 {
}

@media (min-width: 769px) {

	#news {
		padding: 100px 0;
	}

	#news .secWrap {
		display: flex;
	}

	#news h2 {
		width: 25%;
	}

	#news h2 img {
		width: 50%;
	}

	#news .secWrap > div {
		width: 75%;
	}

	#news p.top_btn05 {
		text-align: right;
		width: 150px;
		float: right;
	}

	#news p.top_btn05 a img {
		transition: .3s;
	}

	#news p.top_btn05 a:hover img {
		opacity: 0;
	}

	#news ul li span {
		width: 17.5%;
		display: inline-block;
	}

	#news ul li strong {
		width: 82.5%;
		display: inline-block;
	}

	#news ul li a {
		transition: .3s;
	}

	#news ul li a:hover {
		opacity: 0.5;
	}

}

@media (max-width: 769px) {

	#news {
		padding: 2em 0 1em;
	}

	#news h2 {
		width: 30%;
		margin: 0 auto;
	}

	#news h2 img {
		width: 100%;
	}

	#news p.top_btn05 {
		width: 40%;
		text-align: center;
		margin: 2.5rem auto 0;
	}

	#news ul li a {
		font-size: 0.82rem;
		text-decoration: none;
	}

	#news ul li span,
	#news ul li strong {
		display: block;

	}

	#news ul li span {
		color: #888;
	}


}

/* 
company
//////////////////////////////////////////////// */

#company {
	background: url(/shared/image/top/top_bg02.png) no-repeat;
	background-size: cover;
	color: #fff;
}

#company ul li {
	margin-bottom: 1.5rem;
}

#company ul li:last-child {
	margin-bottom: 0;
}

#company a {
	color: #fff;
}

@media (min-width: 769px) {

	#company {
		padding: 100px 0;
	}

	#company .secWrap {
		display: flex;
	}

	#company h2 {
		width: 40%;
	}

	#company h2 img {
		width: 50%;
	}

	#company ul {
		width: 60%;
	}

	#company ul li dl {
		display: flex;
	}

	#company ul li dl dt {
		width: 28%;
	}

	#company ul li dl dd {
		width: 72%;
	}

	#company a {
		transition: .3s;
	}

	#company a:hover {
		opacity: 0.5;
	}

}

@media (max-width: 769px) {

	#company {
		padding: 2em 0;
		overflow: hidden;
	}

	#company h2 {
		width: 50%;
		margin: 0 auto;
	}

	#company h2 img {
		width: 100%;
	}

	#company ul {
	}

	#company ul li dl {
		font-size: 0.82rem;
	}

	#company ul li dl dt,
	#company ul li dl dd {
		display: block;
	}


}

/*
 button
////////////////////////////////////////////////////////////////*/

a.btn01 {
	box-shadow: 3px 3px 3px #eee;
	text-decoration: none;
	border-radius: 2rem;
	padding: 1rem 0;
	min-width: 10rem;
	position: relative;
	background: #fff;
	font-size: 0.82rem;
	display: inline-block;
	text-align: center;
	color: #888;
	border: 1px solid #ccc;
}

#recruit a.btn01 {
	box-shadow: none;
}

a.btn01 span:after {
	display: inline-block;
	transform: scale( 1, 2 );
	content: "\03e";
	color: #c8c8c8;
	padding-left: 1rem;
}

a.btn02 {
	text-decoration: none;
	border-radius: 2rem;
	padding: 0.75rem 0;
	min-width: 12rem;
	position: relative;
	border: 2px solid #0e82d4;
	background: #0ea0d4;
	display: inline-block;
	text-align: center;
	color: #fff;
}

a.btn02 span:after {
	display: inline-block;
	transform: scale( 1, 2 );
	content: "\03e";
	color: #fff;
	padding-left: 1rem;
}

@media (min-width: 769px) {

	a.btn01,
	a.btn01 span:after,
	a.btn02,
	a.btn02 span:after {
		transition: .3s;
	}

	a.btn01:hover,
	a.btn01:hover span:after {
		color: #fff;
	}

	#business a.btn01:hover {
		background: #c23475;
	}

	#service a.btn01:hover {
		background: #afc731;
	}

	#recruit a.btn01 {
		background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(67, 151, 206, 1) 66%, rgba(67, 151, 206, 1) 86%, rgba(185, 159, 229, 1) 100%);
		background-size: 310%;
		background-position: left top;
	}

	#recruit a.btn01:hover {
		background-position: right top;
	}

	#news a.btn01:hover {
		background: #0ea0d4;
	}

	a.btn02:hover {
		color: #0ea0d4;
		background: #fff;
	}

	a.btn02:hover span:after {
		color: #0ea0d4;
	}

}
