@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.arvo {
  font-family: "Arvo", serif;
  font-weight: 400;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 136rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.1rem;
}
.headLine01 .jp {
	margin-top: 1.6rem;
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.8rem;
	}
	.headLine01 .jp {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 4.6rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 2.9rem;
		font-size: 1.3rem;
		line-height: 1.62;
	}
}
/*------------------------------------------------------------
	comJobBox
------------------------------------------------------------*/
.comJobBox {
	padding-top: 16.6rem;
}
.comJobBox .content {
	max-width: 136rem !important;
}
.comJobBox .inner {
	padding: 4.1rem 4rem;
	background-color: #fff226;	
}
.comJobBox .jobList {
	gap: 2rem 0.8rem;
}
.comJobBox .jobList li {
	width: calc((100% - 1.6rem)/3);
	padding: 3.5rem 4rem 3.9rem;
	border-radius: 0.8rem;
	background-color: #FFF;
}
.comJobBox .jobList li:nth-child(3n) {
	margin-right: 0;
}
.comJobBox .jobList li h3 {
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.comJobBox .jobList li h3 .en {
	display: block;
	font-size: 3.6rem;
	letter-spacing: -0.01em;
}
.comJobBox .jobList li p {
	margin-bottom: 4.3rem;
	color: #383838;
	font-size: 1.3rem;
	line-height: 1.61;
	letter-spacing: 0.05em;
}
.comJobBox .jobList li .subBox {
	align-items: flex-end;
}
.comJobBox .jobList li .photoBox {
	width: 18.9rem;
}
.comJobBox .jobList li .photoBox img {
	width: 100%;
	border-radius: 0.4rem;
}
.comJobBox .jobList li .link {
	width: 16rem;
}
.comJobBox .jobList li .link a {
	padding: 1.4rem 2.1rem 1.3rem;
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 1.6rem;
	border-radius: 0.4rem;
	background: #fff226 url("../img/common/icon02.png") no-repeat right 1.6rem center / 1.2rem;
}
.comJobBox .jobList li .link a::before {
	position: absolute;
	right: 4.1rem;
	top: 1.5rem;
	bottom: 1.5rem;
	width: 1px;
	background-color: #efd360;
	content: "";
}
.comJobBox .jobList li .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comJobBox {
		padding-top: 6.7rem;
	}
	.comJobBox .headLine01 img {
		width: 14.5rem;
	}
	.comJobBox .inner {
		padding: 1rem 0;
	}
	.comJobBox .jobList {
		margin-top: 0;
		display: block;
	}
	.comJobBox .jobList li {
		margin: 0 0 0.5rem;
		width: auto;
		padding: 1.6rem 2rem 2rem;
		border-radius: 0.6rem;
	}
	.comJobBox .jobList li:last-child {
		margin-bottom: 0;
	}
	.comJobBox .jobList li h3 {
		margin-bottom: 1.9rem;
		font-size: 1.6rem;
	}
	.comJobBox .jobList li h3 .en {
		margin-bottom: -1px;
		font-size: 2.8rem;
	}
	.comJobBox .jobList li p {
		margin-bottom: 2.9rem;
		font-size: 1.2rem;
		line-height: 1.61;
	}
	.comJobBox .jobList li .photoBox {
		width: 16rem;
	}
	.comJobBox .jobList li .link {
		width: 13.9rem;
	}
	.comJobBox .jobList li .link a {
		padding: 1.4rem 1.5rem 1.3rem;
		background: #fff226 url("../img/common/icon02.png") no-repeat right 1.6rem center / 1.2rem;
	}
	.comJobBox .jobList li .link a::before {
		position: absolute;
		right: 4.1rem;
		top: 1.5rem;
		bottom: 1.5rem;
		width: 1px;
		background-color: #efd360;
		content: "";
	}
}

/*------------------------------------------------------------
	comTeamBox
------------------------------------------------------------*/
.comTeamBox {
	padding: 9.8rem 0 8.1rem;
	position: relative;
}
.comTeamBox .comInfinite {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	margin: 0;
}
.comTeamBox .content {
	max-width: 112rem;
	position: relative;
	z-index: 10;
}
.comTeamBox .title {
	margin: 0 0.5rem -0.6rem;
}
.comTeamBox .photo {
	margin: 0 1.1rem 1.6rem;
	text-align: right;
}
.comTeamBox .photo img {
	width: 102rem;
}
.comTeamBox .textImg {
	text-align: center;
}
@media all and (max-width: 896px) {
	.comTeamBox {
		padding: 4.7rem 0 7.2rem;
	}
	.comTeamBox .title {
		margin: 0 0 0.6rem;
	}
	.comTeamBox .title img {
		width: 11.9rem;
	}
	.comTeamBox .photo {
		margin: 0 0 1.5rem;
		text-align: center;
	}
	.comTeamBox .photo img {
		width: 31rem;
	}
	.comTeamBox .textImg img {
		width: 29.3rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.1rem;
	font-size: 1.8rem;
	font-family: "Arvo", serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
}
.headLine02 span {
	padding-bottom: 0.8rem;
	display: inline-block;
	vertical-align: top;
	border-bottom: 0.2rem solid #000;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	mainBox 
------------------------------------------------------------*/
.mainBox  {
	max-width: inherit !important;
	display: flex;
	align-items: flex-start;
	position: relative;
	gap: 19.5rem;
}
#sideBar {
	width: 26.5rem;
	position: sticky;
	top: 3rem;
	left: 0;
	padding: 0 0 2.9rem 3.9rem;
	z-index: 99;
}
#sideBar .headLine02 {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}
#sideBar .headLine02 span {
	padding-bottom: 0.6rem;
}
#sideBar .decorationImg {
	width: 10.5rem;
	position: absolute;
	left: 0;
	top: 100%;
}
#sideBar .linkUl {
	font-size: 1.5rem;
}
#sideBar .linkUl a {
	display: block;
	line-height: 1.7;
}
#sideBar .linkUl .num {
	display: block;
	margin-bottom: 0.4rem;
	font-family: "Arvo", serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1;
}
#sideBar .linkUl li {
	margin-bottom: 1.8rem;
}
#sideBar .linkUl li:last-child {
	margin-bottom: 0;
}
#sideBar .linkUl img {
	margin-left: 0.2rem;
	width: 1.3rem;
	display: inline-block;
	vertical-align: middle;
}
#conts {
	flex: 1;
	padding-right: 4rem;
	position: relative;
	z-index: 20;
}
#conts .contsInner {
	max-width: 94rem;
	margin: 0 auto;
}
@media all and (min-width: 897px) {
	#sideBar .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainBox  {
		display: block;
	}
	#conts .contsInner {
		max-width: inherit;
		margin: 0;
	}
	#conts {
		padding-right: 0;
	}
}


/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 7.2rem;
	font-size: 3.6rem;
	line-height: 1.22;
	color: #000;
	font-weight: 800;

}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3.2rem;
		font-size: 2.4rem;
		line-height: 1.26;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3.8rem;
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
	padding-left: 5.3rem;
	line-height: 1.81;
	letter-spacing: 0.023em;
}
.headLine04::before {
	width: 3.7rem;
	height: 0.2rem;
	position: absolute;
	top: 2rem;
	left: 0;
	background-color: #000;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
		line-height: 1.5;
		padding-left: 3rem;
	}
	.headLine04::before {
		width: 2rem;
		height: 0.2rem;
		top: 1.6rem;
		left: 0;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn .inner {
	width: 20rem;
	height: 5.8rem;
	background: #FFF226;
	border-radius: 0.4rem;
	font-size: 1.6rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn .inner {
		width: 13rem;
		height: 5rem;
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	comOtherBox
------------------------------------------------------------*/
.comOtherBox {
	max-width: 136rem !important;
	margin-top: 28rem;
}
.comOtherBox .h2Title {
	margin-bottom: 6rem;
}
.comOtherBox .h2Title img {
	width: 40.4rem;
}
.comOtherBox .otherUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5rem 0;
}
.comOtherBox .otherUl li {
	width: calc(50% - 3rem);
	border-top: 0.2rem solid #000;
}
.comOtherBox .otherUl a {
	padding-top: 5rem;
	display: flex;
	width: 100%;
}
.comOtherBox .otherUl .image {
	width: 24rem;
}
.comOtherBox .otherUl .image img {
	width: 100%;
}
.comOtherBox .otherUl .right {
	flex: 1;
	margin: 0.2rem 0 0 3rem;
}
.comOtherBox .otherUl .title {
	margin-bottom: 3.9rem;
}
.comOtherBox .otherUl .title img {
	height: 9.9rem;
}
.comOtherBox .otherUl .headLine02 {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	letter-spacing: 0;
}
.comOtherBox .otherUl .headLine02 span {
	padding-bottom: 1px;
}
.comOtherBox .otherUl .on {
	display: none;
}
@media all and (min-width: 897px) {
	.comOtherBox .otherUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comOtherBox {
		max-width: inherit;
		margin-top: 28rem;
	}
	.comOtherBox .h2Title {
		margin-bottom: 3rem;
	}
	.comOtherBox .h2Title img {
		width: 24.4rem;
	}
	.comOtherBox .otherUl {
		display: block;
	}
	.comOtherBox .otherUl li {
		width: auto;
		border-top: 0.2rem solid #000;
	}
	.comOtherBox .otherUl a {
		padding: 2.2rem 0 3.1rem;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.comOtherBox .otherUl .image {
		width: calc(50% - 4.5rem);
	}
	.comOtherBox .otherUl .right {
		margin: 0 0 -1rem 1.5rem;
	}
	.comOtherBox .otherUl .title {
		margin-bottom: 1.4rem;
	}
	.comOtherBox .otherUl .title img {
		height: 5.6rem;
	}
	.comOtherBox .otherUl .headLine02 {
		margin-bottom: 0.8rem;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.comOtherBox .otherUl .headLine02 span {
		padding-bottom: 0.3rem;
	}
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 2.2rem;
	font-size: 1.7rem;
	line-height: 1.47;
}
.headLine05 .txt {
	margin-top: 3.4rem;
	display: block;
}
.headLine05 img {
	display: block;
	width: 48.4rem;
}
@media all and (max-width: 896px) {
	.headLine05 img {
		width: 29.2rem;
	}
	.headLine05 {
		margin-bottom: 2.3rem;
		font-size: 1.4rem;
	}
	.headLine05 .txt {
		margin-top: 2.5rem;
	}
}

/*------------------------------------------------------------
	comTxt
------------------------------------------------------------*/
.comTxt {
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 5.7rem;
}
@media all and (max-width: 896px) {
	.comTxt {
		line-height: 1.63;
		font-size: 1.3rem;
		margin-bottom: 2.4rem;
	}
}


/*------------------------------------------------------------
	comInfinite
------------------------------------------------------------*/
.comInfinite {
	margin-bottom: 10rem;
}
.comInfinite .list {
	font-size: 0;
	line-height: 1;
	display: flex;
}
.comInfinite .list li {
	width: 156.5rem;
	margin: 0 3rem;
}
.comInfinite .list img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comInfinite .list li {
		width: 70.5rem;
		margin: 0 2rem;
	}
	.comInfinite {
		margin-bottom: 3rem;
	}
}


/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 a {
	padding: 0.5rem 3rem 0.5rem 2.5rem;
	width: 20rem;
	height: 4.5rem;
	background: #000000 url("../img/common/icon01.png") no-repeat right 1.4rem center/ 1.4rem auto;
	border-radius: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	comFaq
------------------------------------------------------------*/
.comFaq li + li {
	margin-top: 9.8rem;
}
.comFaq .headLine04 {
	line-height: 1.54;
	margin-bottom: 3.4rem;
	font-weight: 700;
}
.comFaq .headLine04::before {
	top: 1.6rem;
}
.comFaq .answerBox {
	padding: 0.4rem 0 0 5.4rem;
	position: relative;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.comFaq .answerBox::before {
	width: 3.9rem;
	height: 3.2rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/common/a_icon.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.comFaq .headLine04 {
		margin-bottom: 1.9rem;
		line-height: 1.5;
	}
	.comFaq .answerBox {
		line-height: 1.72;
		padding: 0.4rem 0 0 3.2rem;
	}
	.comFaq .answerBox::before {
		width: 2.4rem;
		height: 2rem;
		top: 0.6rem;
		left: 0;
	}
	.comFaq li + li {
		margin-top: 3.2rem;
	}
}
/* ==============================
   Scroll reveal animation
============================== */
.js-scroll-reveal {
	opacity: 0;
	transform: translate3d(0, 3.2rem, 0);
	transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}
.js-scroll-reveal--fade {
	transform: none;
}
.js-scroll-reveal--slide-left {
	transform: translate3d(-3.2rem, 0, 0);
}
.js-scroll-reveal--slide-right {
	transform: translate3d(3.2rem, 0, 0);
}
.js-scroll-reveal--pop {
	transform: translate3d(0, 2.4rem, 0) scale(0.98);
}
.js-scroll-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-width: 896px) {
	.js-scroll-reveal {
		transform: translate3d(0, 2.2rem, 0);
		transition-duration: 0.62s;
	}
	.js-scroll-reveal--fade {
		transform: none;
	}
	.js-scroll-reveal--slide-left,
	.js-scroll-reveal--slide-right {
		transform: translate3d(0, 2.2rem, 0);
	}
	.js-scroll-reveal--pop {
		transform: translate3d(0, 1.8rem, 0) scale(0.985);
	}
}
@media (prefers-reduced-motion: reduce) {
	.js-scroll-reveal,
	.js-scroll-reveal--fade,
	.js-scroll-reveal--slide-left,
	.js-scroll-reveal--slide-right,
	.js-scroll-reveal--pop {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}


/* ==============================
   Clickable job cards / Page top
============================== */
.comJobBox .jobList > li.is-clickable {
	cursor: pointer;
	transition: opacity 0.3s;
}
@media all and (min-width: 897px) {
	.comJobBox .jobList > li.is-clickable:hover {
		opacity: 0.82;
	}
	.comJobBox .jobList > li.is-clickable:hover .link a {
		opacity: 1;
	}
}
.comJobBox .jobList > li.is-clickable:focus-visible {
	outline: 2px solid #000;
	outline-offset: 3px;
}
.pageTopBtn {
	position: fixed;
	right: 1.5rem;
	bottom: 3rem;
	width: 4.8rem;
	padding: 0;
	border: 0;
	background: transparent;
	display: block;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	z-index: 998;
}
.pageTopBtn.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.pageTopBtn img {
	display: block;
	width: 100%;
	height: auto;
}
@media all and (min-width: 897px) {
	.pageTopBtn:hover {
	opacity: 0.65;
	}
}
@media all and (max-width: 896px) {
	.pageTopBtn {
		right: 0.6rem;
		bottom: 1.2rem;
		width: 3.8rem;
	}
}
