@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Top Page
	Home
	/recruit/

-------------------------- */


/* ---------------------------------------------------

	Base

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
.container { padding-bottom: 100px; }
}
/* ----------------------- */
@media (max-width: 750px) {
}


/* ---------------------------------------------------

	Intro

-------------------------- */
.intro {
	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 {
	height: 100vh;
	padding-top: 105px;
    justify-content: center;
	}
.intro .inner { align-items: flex-start; }
}
@media (max-width: 750px) {
.intro {
	flex-wrap: wrap;
	padding-top: 90px;
}
.intro .inner { width: 100%; }
}

.intro__banner{}
.intro__banner-link{
	background-color: #00A676;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	margin: 0 0 10px;
	outline: 2px solid #fff;
  outline-offset: -5px;
	position: relative;
}
.intro__banner-link:last-of-type{
	margin: 0;
}
.intro__banner-link--orange{
	background-color: #E05F00;
}
.intro__banner-link--blue{
	background-color: #0060A6;
}
.intro__banner-link:before{
	border-radius: 50%;
	box-sizing: border-box;
	content: "i";
	display: inline-block;
	font-weight: 900;	
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}
.intro__banner-link.intro__banner-link--orange:before{
	background-color: #FAB888;
}
.intro__banner-link.intro__banner-link--blue:before{
	background-color: #60A0D0;
}
.intro__banner-link--next{}
.intro__banner-link--next:after{
	background-color: #fff;
	background-image: url(/recruit/src/img/common/icon/arrow-right-green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 100px;
	bottom: 15px;
	content: "";
	display: inline-block;
	position: absolute;
}
.intro__banner-link--orange.intro__banner-link--next:after{
	background-image: url(/recruit/src/img/common/icon/arrow-right-orange.svg);
}
.intro__banner-link--blue.intro__banner-link--next:after{
	background-image: url(/recruit/src/img/common/icon/arrow-right-darkblue.svg);
}
.intro__banner-text{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}
.intro__banner-text--pdf{}
.intro__banner-text--pdf:after{
	background-image: url(/recruit/src/img/common/icon/pdf_line_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin: 0 0 2px 3px;
	vertical-align: middle;
	width: 14px;
}
@media (min-width: 751px) {
.intro__banner{	
	position: absolute;
	right: 1.25rem;
	top: 13.25rem;
}
.intro__banner-link{
	padding: 1.25rem 3.5rem 1.25rem 3.125rem;
	transition: all 1s ease;
}
.intro__banner-link:hover{
	transform: scale(1.05);
}
.intro__banner-link:before{
	font-size: 1.125rem;
	height: 30px;
	left: 15px;
	padding: 0.05em 0 0;
	width: 30px;
}
.intro__banner-link--next{}
.intro__banner-link--next:after{
	background-size: 10px;
	height: 20px;
	right: 1rem;
	min-width: 20px;
	max-width: 20px;
}
.intro__banner-text{}
.intro__banner-text--pdf{}
.intro__banner-text--pdf:after{}
}
@media (min-width: 1121px) {
.intro__banner{	
	right: 1.25rem;
	top: 6.25rem;
}
.intro__banner-link{}
.intro__banner-link:hover{}
.intro__banner-link:before{}
.intro__banner-link--next{}
.intro__banner-link--next:after{}
.intro__banner-text{}
.intro__banner-text--pdf{}
.intro__banner-text--pdf:after{}
}
@media (max-width: 750px) {
.intro__banner{
	margin: 1.875rem 0 0;
	padding: 0 30px;
	width: 100%;
}
.intro__banner-link{
	padding: 1rem 2.8rem 1rem 3rem;
}
.intro__banner-link:before{
	font-size: 1rem;
	height: 25px;
	left: 15px;
	padding: 0.02em 0 0;
	width: 25px;
}
.intro__banner-link--next{}
.intro__banner-link--next:after{
	background-size: 10px;
	height: 20px;
	right: 0.8rem;
	min-width: 20px;
	max-width: 20px;
}
.intro__banner-text{}
.intro__banner-text--pdf{}
.intro__banner-text--pdf:after{}
}
/* ----------------------- */
/* 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;
	}
}