@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Top Page
	Home
	/recruit/

-------------------------- */


/* ---------------------------------------------------

	Base

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
.container { padding-bottom: 100px; }
}
/* ----------------------- */
@media (max-width: 750px) {
}


/* ---------------------------------------------------

	Intro

-------------------------- */
.intro {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	}
.intro .inner {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	}
@media (min-width: 751px) {
.intro {
	padding-top: 105px;
    justify-content: center;
	}
.intro .inner { align-items: flex-start; }
}
@media (max-width: 750px) {
.intro { padding-top: 90px; }
.intro .inner { width: 100%; }
}
/* ----------------------- */
/* Catch */
.intro .catch {
	display: flex;
	flex-direction: column;
	}
.intro .catch span { font-weight: 500; }
.intro .catch span.jp {}
.intro .catch span.en {
	color: rgba(157, 157, 157, 1);
	font-family: "Roboto", sans-serif;
	}
@media (min-width: 751px) {
.intro .catch {
	max-width: 270px;
	min-width: 270px;
	padding: 50px;
	}
.intro .catch span.jp {
	font-size: 30px;
	line-height: 1.75;
	}
.intro .catch span.en {
	font-size: 13px;
	line-height: 1.5;
	}
}
@media (min-width: 751px) and (max-width: 1120px) {
.intro .catch {
	max-width: unset;
	min-width: unset;
	}
.intro .catch span.jp br.mdl { display: none; }
}
@media (max-width: 750px) {
.intro .catch { max-width: 270px; }
.intro .catch span.jp {
	font-size: 30px;
	line-height: 1.75;
	}
.intro .catch span.en {
	font-size: 13px;
	line-height: 1.5;
	}
}
/* ----------------------- */
/* Slider */
.figarea .item {
	display: flex;
	justify-content: center;
	}
.figarea .item .thumb a {
	height: 100%;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.figarea .item .con .ttl-sub a {
	color: rgba(0, 166, 118, 1);
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: rgba(0, 166, 118, 1);
	}
.figarea .item .con .data {
	display: flex;
	flex-direction: column;
	}
/* Scheme */
.slick-list,
.slick-track { height: 100%; }
.slick-dotted.slick-slider { margin-bottom: 0; }
.slick-dots {
	width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.slick-dots li {}
.slick-dots li button {
	background-color: rgba(220, 220, 220, 1);
	border-radius: 100px;
	}
.slick-dots li.slick-active button { background-color: rgba(0, 166, 118, 1); }
.slick-dots li button:before,
.slick-dots li.slick-active button:before { color: transparent; }
@media (min-width: 751px) {
.figarea {
	max-width: 620px;
	padding: 50px;
	}
.figarea .item { align-items: flex-end; }
.figarea .item .thumb {
	height: 440px;
	min-width: 330px;
	max-width: 330px;
	}
.figarea .item .con {
	margin-left: 30px;
	max-width: 320px;
	min-width: 320px;
	}
.figarea .item .con .ttl-sub { font-size: 24px; }
.figarea .item .con .data { margin-top: 25px; }
.figarea .item .con .data span { font-size: 16px; }
/* Scheme */
.slick-dots {
	bottom: 0;
	right: -25px;
	top: 0;
	flex-direction: column;
	}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	height: 10px;
	width: 10px;
	}
.slick-dots li { margin: 7.5px 0; }
.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
	height: 12.5px;
	width: 12.5px;
	}
}
@media (max-width: 750px) {
.figarea {
	max-width: 100%;
	margin-top: 70px;
	}
.figarea .item {
	flex-direction: column;
	align-items: center;
	}
.figarea .item .thumb {
	height: 300px;
	width: 250px;
	}
.figarea .item .con { margin-top: 15px; }
.figarea .item .con .ttl-sub { font-size: 20px; }
.figarea .item .con .data { margin-top: 10px; }
.figarea .item .con .data span { font-size: 16px; }
/* Scheme */
.slick-dots {
	bottom: 0;
	right: 10px;
	top: 0;
	flex-direction: column;
	}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	height: 10px;
	width: 10px;
	}
.slick-dots li { margin: 7.5px 0; }
.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
	height: 12.5px;
	width: 12.5px;
	}
}

/* ---------------------------------------------------

	Block

-------------------------- */
.homblock { position: relative; }
.homblock .ttlarea {
	position: relative;
	z-index: 2;
	}
.homblock .ttlarea .ttl {
	display: flex;
	flex-direction: column;
	}
.homblock .ttlarea .ttl span { font-weight: 500; }
.homblock .ttlarea .ttl span.en {
	color: rgba(0, 166, 118, 1);
	font-family: "Roboto", sans-serif;
	}
.homblock .ttlarea .ttl span.jp {
	color: rgba(118, 118, 118, 1);
	line-height: 1;
	}
/* ----------------------- */
@media (min-width: 751px) {
.homblock { padding: 150px 0; }
.homblock .ttlarea .ttl span.en { font-size: 16px; }
.homblock .ttlarea .ttl span.jp { font-size: 30px; }
}
/* ----------------------- */
@media (max-width: 750px) {
.homblock { padding: 150px 0; }
.homblock .ttlarea .ttl span.en { font-size: 16px; }
.homblock .ttlarea .ttl span.jp { font-size: 30px; }
}

/* ---------------------------------------------------

	About Us

-------------------------- */
.homblock.aboutus { margin: 0 auto; }
@media (min-width: 751px) {
.homblock.aboutus {
	display: flex;
	align-items: center;
	justify-content: center;
	}
.homblock.aboutus .ttlarea {
	max-width: 520px;
	min-width: 520px;
	padding: 0 100px;
	}
}
@media (min-width: 751px) and (max-width: 1050px) {
.homblock.aboutus .ttlarea {
	max-width: 350px;
	min-width: 350px;
	padding: 0 9%;
	}
}
@media (max-width: 750px) {
.homblock.aboutus {
	padding-left: 30px;
	padding-right: 30px;
	}
}
/* ----------------------- */
/* Title Area Item */
.abu-item .linkarea { text-align: right; }
.abu-item .linkarea a {
	background-color: rgba(0, 166, 118, 1);
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
	position: relative;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 100px;
	}
.abu-item .linkarea a:after {
	background-color: rgba(255, 255, 255, 1);
	background-image: url(/recruit/src/img/common/icon/arrow-right-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: relative;
	border-radius: 100px;
	}
.abu-item .txt p { text-align: justify; }
@media (min-width: 751px) {
.abu-item .catch {
	font-size: 40px;
	line-height: 1.5;
	margin-top: 40px;
	}
.abu-item .txt { margin-top: 30px; }
.abu-item .txt p {
	font-size: 18px;
	line-height: 2;
	}
.abu-item .linkarea { margin-top: 30px; }
.abu-item .linkarea a {
	font-size: 16px;
	max-width: 200px;
	padding: 10px 20px 10px 20px;
	transition: all .3s;
	}
.abu-item .linkarea a:after {
	background-size: 10px;
	height: 20px;
	margin-left: 20px;
	min-width: 20px;
	max-width: 20px;
	transition: all .3s;
	}
/* Hover */
.abu-item .linkarea a:hover {
	padding-right: 5px;
	transform: scale(1.05);
	}
}
@media (min-width: 751px) and (max-width: 1050px) {
.abu-item .catch { font-size: 30px; }
.abu-item .txt p { font-size: 16px; }
.abu-item .txt p br.pc { display: none; }
}
@media (max-width: 750px) {
.abu-item .catch {
	font-size: min(7vw, 30px);
	line-height: 1.5;
	margin-top: 40px;
	}
.abu-item .txt { margin-top: 30px; }
.abu-item .txt p {
	font-size: 17px;
	line-height: 2;
	}
.abu-item .linkarea { margin-top: 30px; }
.abu-item .linkarea a {
	font-size: 16px;
	max-width: 200px;
	padding: 15px 20px 15px 30px;
	}
.abu-item .linkarea a:after {
	background-size: 10px;
	height: 20px;
	margin-left: 20px;
	min-width: 20px;
	max-width: 20px;
	}
}
/* ----------------------- */
/* Thumb Area */
.abu-thumbarea {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	}
@media (min-width: 751px) {
.abu-thumbarea {
	max-width: 600px;
	height: 700px;
	width: 45%;
	}
}
@media (min-width: 751px) and (max-width: 1050px) {
.abu-thumbarea { height: 500px; }
}
@media (max-width: 750px) {
.abu-thumbarea {
	height: 350px;
	margin-top: 30px;
	transform: translateX(30px);
	}
}
/* ----------------------- */
/* Figure Area */
.abu-figarea {}
.abu-figarea .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	}
@media (min-width: 751px) {
/* Scheme */
.abu-figarea .item.i01 {
	height: 260px;
	left: 0;
	top: -5%;
	width: 400px;
	}
.abu-figarea .item.i02 {
	bottom: 0;
	height: 200px;
	right: 40%;
	width: 300px;
	}
}
@media (min-width: 751px) and (max-width: 1050px) {
/* Scheme */
.abu-figarea .item.i01 {
	height: 180px;
	width: 300px;
	}
.abu-figarea .item.i02 {
	height: 120px;
	width: 200px;
	}
}
@media (max-width: 750px) {
/* Scheme */
.abu-figarea .item.i01 {
	height: 130px;
	right: 0;
	top: 5%;
	width: 200px;
	}
.abu-figarea .item.i02 {
	bottom: 5%;
	height: 130px;
	left: 0;
	width: 200px;
	}
}

/* ---------------------------------------------------

	Recruit

-------------------------- */
@media (min-width: 751px) {
.homblock.recruit {
	padding-left: 60px;
	padding-right: 60px;
	}
}
@media (max-width: 750px) {
.homblock.recruit {
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	}
}