@charset "UTF-8";

/* ---------------------------------------
  index
-----------------------------------------*/

/* loading
--------------------------------*/
#loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(160.42deg, rgba(255, 255, 255, 1)30%, rgba(237, 235, 250, 1)100%);
	background-size: 200% 200%;
	background-position: right bottom;
	background-position: left top;
	transition: background 1s ease 2s;
	z-index: 102;
}

#loading.is-loading,
#loading.is-loaded {
	background-position: left top;
}

#loading .logo {
	width: 35.9rem;
	opacity: 0;
	position: absolute;
	top: 2.4415rem;
	left: calc(50% - 60rem);
	margin-left: -10rem;
}

#loading .logo.is-show {
	opacity: 1;
	transition: 1s ease;
	z-index: 103;
}

.page_wrap {
	height: 100%;
	transition: 1s ease;
	transition-delay: 2s;
}

@media screen and (max-width: 767px) {
	#loading .logo {
		width: 18.8rem;
        top: 2.9rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/* common
--------------------------------*/
.secttl {
	position: relative;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 4em;
}

.secttl span.en {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.15em;
	padding-bottom: .4em;
	margin-bottom: .5em;
}

.secttl span.en::after {
	content: "";
	width: 3rem;
	height: .3rem;
	background-color: #272676;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

.secttl.tac span.en::after {
	right: 0;
}

.secttl._white {
	color: #fff;
}

.secttl._white span.en::after {
	background-color: #fff;
}

.secttl + .lead {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 3em;
	margin-top: -1.5em;
}

@media screen and (max-width: 767px) {
	.secttl {
		font-size: 2.4rem;
		margin-bottom: 4em;
	}

	.secttl span.en {
		font-size: 6.48rem;
		padding-bottom: .4em;
		margin-bottom: .5em;
	}

	.secttl span.en::after {
		width: 4.7rem;
		height: .48rem;
	}

	.secttl + .lead {
		font-size: 2.8rem;
		letter-spacing: 0;
	}
}

/* mv
--------------------------------*/
#sec_mv::before {
	content: "";
	width: calc(50% + 35.9rem);
	height: 44.8rem;
	background: linear-gradient(90deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	position: absolute;
	right: 0;
	bottom: -18.6rem;
}

#sec_mv .wrap {
	width: calc(50% + 60rem);
	margin-left: 0;
}

#sec_mv .img {
	flex: 1;
	height: 55.7rem;
}

#sec_mv .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

#sec_mv .ttlwrap {
	width: 24.1rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

#sec_mv .ttlwrap .ttl {
	width: 12.2rem;
}

@media screen and (max-width: 767px) {
	#sec_mv::before {
		width: 54rem;
		height: 36rem;
		bottom: -13.4rem;
	}

	#sec_mv .wrap {
		width: 100%;
	}

	#sec_mv .img {
		height: 72.6rem;
	}

	#sec_mv .ttlwrap {
		width: 22.1rem;
		padding-right: 6rem;
	}

	#sec_mv .ttlwrap .ttl {
		width: 10.6rem;
	}
}


/* わたしたちの想い
--------------------------------*/
#sec_message {
	padding: 7rem 0 9rem;
}

#sec_message .txtwrap {
	position: relative;
	width: 74rem;
	padding-top: 1.5rem;
}

#sec_message .txtwrap .txt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.222;
	letter-spacing: 0;
}

#sec_message .txtwrap .txt + .txt {
	margin-top: 2.25em;
}

#sec_message .txtwrap .btn {
	position: absolute;
	right: 0;
	bottom: 1.1rem;
}

#sec_message .imgwrap {
	width: 48.7rem;
	align-items: flex-start;
	position: absolute;
	right: 0;
	top: 0;
}

#sec_message .imgwrap .img {
	width: 19.6rem;
	box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, .3);
}

#sec_message .imgwrap .img + .img {
	margin-top: 14.5rem;
}

@media screen and (max-width: 767px) {
	#sec_message {
		padding: 19rem 0 15.6rem;
	}

	#sec_message .txtwrap {
		display: contents;
		flex-direction: column;
		width: 100%;
		padding-top: 0;
	}

	#sec_message .txtwrap .txt {
		font-weight: 700;
		font-size: 2.8rem;
		line-height: 2.142;
		letter-spacing: -0.1em;
		order: 1;
	}

	#sec_message .txtwrap .txt + .txt {
		margin-top: 2.25em;
	}

	#sec_message .txtwrap .btn {
		width: 100%;
		position: static;
		margin-top: 10rem;
		order: 3;
	}

	#sec_message .imgwrap {
		width: 100%;
		position: static;
		margin-top: 8rem;
		order: 2;
	}

	#sec_message .imgwrap .img {
		width: 25.4rem;
	}

	#sec_message .imgwrap .img + .img {
		margin-top: 7.5rem;
	}
}


/* 事業一覧
--------------------------------*/
#sec_business {
	padding: 10rem 0 25rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	background-image: url(../img/index/business_bg_pc.jpg);
}

#sec_business::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_business .list {
	gap: 5.2rem 2.4rem;
}

#sec_business .list .item {
	width: 38.4rem;
}

#sec_business .list .item a {
	transition: .4s;
}

#sec_business .list .item a:hover {
	opacity: .7;
}

#sec_business .list .item .img {
	border-radius: 1rem;
	overflow: hidden;
}

#sec_business .list .item .txt {
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: .5em;
}

@media screen and (max-width: 767px) {
	#sec_business {
		padding: 14.5rem 0 29rem;
		background-image: url(../img/index/business_bg_sp.jpg);
	}

	#sec_business .list .item {
		width: 100%;
	}

	#sec_business .list .item + .item {
		margin-top: 7.5rem;
	}

	#sec_business .list .item .txt {
		font-size: 2.8rem;
		margin-top: .75em;
	}
}



/* 会社概要
--------------------------------*/
#sec_company {
	margin-top: -11.35rem;
	margin-bottom: 5rem;
}

#sec_company .bgbox a {
	display: block;
	position: relative;
	height: 22.7rem;
	padding: 6rem 7rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-color: rgba(255, 255, 255, 0.01);
	background-image: url(../img/index/company_bg_pc.jpg);
	border-radius: 1rem;
	box-shadow: 2rem 2rem 2rem rgba(39, 38, 118, .3);
	overflow: hidden;
	transition: .3s ease;
}

#sec_company .bgbox a::before {
	content: "";
	width: 100%;
	height: 100%;
	backdrop-filter: blur(.6rem);
	-webkit-backdrop-filter: blur(.6rem);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s ease;
}

@media screen and (min-width: 768px) {
	#sec_company .bgbox a:hover::before {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sec_company {
		margin-top: -18rem;
	}

	#sec_company .bgbox a {
		height: 36rem;
		padding: 9rem 5.5rem;
		background-image: url(../img/index/company_bg_sp.jpg);
	}
}


/* 採用に関するお知らせ
--------------------------------*/
#sec_news {
	padding: 10rem 0;
}

#sec_news .list {
	gap: 10rem 2.4rem;
}

#sec_news .list::after {
	content: "";
	display: inline-block;
	width: 38.4rem;
}

#sec_news .list .item {
	width: 38.4rem;
}

#sec_news .list .item a {
	display: block;
	transition: .3s ease;
}

#sec_news .list .item .img {
	width: 100%;
	height: 25.6rem;
	border-radius: 1rem;
	overflow: hidden;
}

#sec_news .list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}

#sec_news .list .item .txtwrap {
	margin-top: 1.6rem;
	transition: .3s ease;
}

#sec_news .list .item .newsttl {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.5rem;
	line-height: 1.75;
	letter-spacing: 0;
}

#sec_news .list .item .cate {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0;
	margin-top: .9rem;
}

#sec_news .list .item .cate span {
	display: inline-block;
	padding: .5375rem 2em;
	background-color: #eaedff;
	margin-top: 1rem;
	margin-right: 1rem;
}

#sec_news .btn {
	margin-top: 6rem;
}

@media screen and (min-width: 768px) {
	#sec_news .list .item a:hover .txtwrap {
		opacity: .7;
	}

	#sec_news .list .item a:hover .img img {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 767px) {
	#sec_news {
		padding: 10rem 0 12rem;
	}

	#sec_news .list .item {
		width: 100%;
	}

	#sec_news .list .item + .item {
		margin-top: 7.5rem;
	}

	#sec_news .list .item .img {
		height: 42rem;
	}

	#sec_news .list .item .txtwrap {
		margin-top: 2.75rem;
	}

	#sec_news .list .item .newsttl {
		font-size: 2.6rem;
		line-height: 2;
	}

	#sec_news .list .item .cate {
		font-size: 2.2rem;
		margin-top: 1.5rem;
	}

	#sec_news .list .item .cate span {
		padding: 1.025rem 2em;
	}

	#sec_news .btn {
		margin-top: 8rem;
	}
}