@charset "UTF-8";
/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.mainimg {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
/* メインイメージテキスト */
.mainimgText {
	position: absolute;
	z-index: 2;
	color: #fff;
}
.mainimgText h1 span {
	display: inline-block;
	height: 84px;
	padding: 2px 10px 0;
	font-size: 7.2rem;
	line-height: 1;
	background-color: #00a0e9;
	font-weight: 700;
	letter-spacing: .04em;
}
.mainimgText h1 span + span {
	margin-top: 20px;
}
.mainimgText p {
	width: 355px;
	height: 38px;
	background-color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: 2.3rem;
	line-height: 38px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .16em;
}
.mainimg .swiper-slide img {
	width: 100%;
}
.mainimg > p {
	width: 100%;
	margin-top: 10px;
	padding: 0 1em;
	font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
	.mainimg .mainimgText {
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 0;
		bottom: 0;
		left: 7.8%;
		height: 100%;
	}
	.mainimgText h1 {
		width: 650px;
		margin-bottom: 50px;
	}
	.mainimg > p {
		text-align: right;
	}
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg {
		width: 100%;
		margin-bottom: 62px;
	}
	.mainimgText {
		top: 13%;
		left: 5%;
	}
	.mainimgText h1 {
		margin-bottom: 24px;
	}
	.mainimgText h1 span {
		height: 40px;
		padding: 0 5px;
		font-size: 3.5rem;
	}
	.mainimgText h1 span + span {
		margin-top: 10px;
	}
	.mainimgText p {
		width: 196px;
		height: 18px;
		font-size: 1.3rem;
		line-height: 18px;
		letter-spacing: .14em;
	}
}

/* ------------------------------
 見出し（PC）
------------------------------ */
.contentsHome h2 {
	margin-bottom: 60px;
}
.contentsHome h2 span {
	display: block;
	margin-bottom: 10px;
	font-family: "Outfit", sans-serif;
	font-size: 7.2rem;
	line-height: 1;
	font-weight: 500;
}
.contentsHome h2 em {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	font-style: normal;
}
.contentsHome h2 em::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px 2px 0;
	border-radius: 50%;
	background-color: #00a0e9;
	vertical-align: middle;
}
.contentsHome .contentsBlock h2 {
	margin-bottom: 0;
}
.contentsHome .contentsBlock h2 span {
	margin-bottom: 10px;
	font-size: 4rem;
}
.contentsHome .contentsBlock h2 em::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.contentsHome .contentsBlock h2 span,
	.contentsHome .contentsBlock h2 em {
		text-align: center;
	}
	/* .contentsHome .groupLink h2 span,
	.contentsHome .groupLink h2 em {
		display: inline-block;
	}
	.contentsHome .groupLink h2 em {
		margin-left: 25px;
	} */
	.contentsHome .groupLink h2 {
		margin-bottom: 30px;
	}
	.contentsHome .groupLink h2 em {
		margin-top: 30px;
	}
}
/* ------------------------------
 見出し（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome h2 {
		margin-bottom: 30px;
	}
	.contentsHome h2 span {
		margin-bottom: 8px;
		font-size: 5.2rem;
	}
	.contentsHome h2 em {
		font-size: 1.6rem;
	}
	.contentsHome h2 em::before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 8px 2px 0;
	}
	.contentsHome .contentsBlock h2 span {
		margin-bottom: 10px;
		font-size: 3rem;
	}
	.contentsHome .contentsBlock h2 em {
		font-size: 1.5rem;
	}
	.contentsHome .contentsBlock h2 em::before {
		content: none;
	}
	.contentsHome .groupLink h2 {
		margin-bottom: 20px;
	}
	.contentsHome .groupLink h2 em {
		margin-top: 20px;
	}
}

/* ------------------------------
 新着情報（PC）
------------------------------ */
.newsBlock {
	margin-bottom: 120px;
}
.newsBlock .inBlock.tar a {
	font-family: "Outfit", sans-serif;
	font-size: 2rem;
	line-height: 1;
	font-weight: 500;
}
.newsBlock .inBlock.tar a::after {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 0 4px 6px;
	border-radius: 50%;
	background: #1f1f1f url(../img/icon_dot.svg) no-repeat center center / 12px 12px;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.newsBlock .inBlock.tar {
		margin-bottom: 11px;
	}
	.newsBlock h2 {
		width: 280px;
	}
	.newsBlock .newsList {
		width: 860px;
	}
}
/* ------------------------------
 新着情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 70px;
	}
	.newsBlock .inBlock.tar {
		margin-top: 20px;
		text-align: left !important;
	}
}

/* ------------------------------
 大切なこと（PC）
------------------------------ */
.essentialBlock {
	position: relative;
	width: 100%;
	background: url(../img/linedot_bg_black.svg) repeat 0 0 / 30px 30px;
	color: #fff;
}
.essentialImg img {
	width: 100%;
}
.essentialBox .f20 {
	margin-bottom: 60px;
	line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
	.essentialBlock {
		margin-bottom: 4px;
	}
	.essentialImg {
		width: 50%;
	}
	.essentialBox {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1140px;
		margin-top: -212px;
		margin-left: -570px;
		padding-left: 650px;
	}
}
/* ------------------------------
 大切なこと（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.essentialBlock {
		margin-bottom: 2px;
		background: url(../img/linedot_bg_black_sp.svg) repeat 0 0 / 24px 24px;
	}
	.essentialBox {
		padding: 62px 5% 70px;
	}
	.essentialBox .f20 {
		margin-bottom: 30px;
		line-height: 1.75;
	}
}

/* ------------------------------
 会社を知る（PC）
------------------------------ */
.companyBlock {
	position: relative;
	color: #fff;
}
.w570 + .w570 {
	display: flex;
	column-gap: 2px;
}
@media print, screen and (min-width:768px) {
	.companyBlock {
		height: 1050px;
		margin-bottom: 4px;
	}
	.companyBlock > img {
		width: 100%;
		height: 1050px;
		object-fit: cover;
		object-position: center top;
	}
	.companyBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 70px;
		position: absolute;
		top: 12.4%;
		left: 50%;
		width: 1140px;
		margin-left: -570px;
	}
	.w570 {
		width: 570px;
	}
	.w570 .f20 {
		padding-right: 80px;
	}
}
@media print, screen and (min-width: 1904px) {
	.companyBlock {
		height: auto;
	}
	.companyBlock > img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
/* ------------------------------
 会社を知る（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.companyBlock {
		margin-bottom: 2px;
		padding-top: 250px;
		background-color: #1e86d4;
	}
	.companyBlock > img {
		width: 100%;
		height: auto;
	}
	.companyBox {
		position: absolute;
		top: 62px;
		left: 0;
		padding: 0 5%;
	}
	.w570 + .w570 {
		column-gap: 4px;
		margin: 23px 0 30px;
	}
	.w570 > img {
		width: calc((100% - 4px) / 2);
	}
	.companyBox .btn.eng {
		margin-bottom: -33px;
	}
}

/* ------------------------------
 社員インタビュー（PC）
------------------------------ */
.interviewBlock {
	position: relative;
	width: 100%;
	margin-bottom: 120px;
	background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
}
.interviewImg img {
	width: 100%;
}
.interviewBox .f20 {
	margin-bottom: 60px;
	line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
	.interviewImg {
		width: 50%;
	}
	.interviewBox {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1140px;
		margin-top: -212px;
		margin-left: -570px;
		padding-left: 650px;
	}
}
/* ------------------------------
 社員インタビュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.interviewBlock {
		margin-bottom: 70px;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.interviewBox {
		padding: 62px 5% 70px;
	}
	.interviewBox .f20 {
		margin-bottom: 30px;
		line-height: 1.75;
	}
}

/* ------------------------------
 募集要項・FAQ・お問合せ（PC）
------------------------------ */
.contentsBlock {
	margin-bottom: 120px;
}
.contentsBox li a {
	display: flex;
	width: 100%;
	height: 100%;
}
.contentsBox li:first-child a {
	color: #fff;
	background-color: #1f1f1f;
}
.contentsBox li:nth-child(2) a {
	background-color: #f1f3f5;
}
.contentsBox li:last-child a {
	background-color: #00a0e9;
}
@media print, screen and (min-width:768px) {
	.contentsBox {
		display: flex;
		width: 1140px;
		margin: 0 auto;
	}
	.contentsBox li {
		width: 380px;
		height: 380px;
	}
	.contentsBox li a {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 16px;
	}
	.contentsBox li .icon {
		height: 86px;
	}
	.contentsBox li:first-child .icon {
		padding-top: 9px;
	}
	.contentsBox li:last-child .icon {
		padding-top: 24px;
	}
}
/* ------------------------------
 募集要項・FAQ・お問合せ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsBlock {
		margin-bottom: 70px;
	}
	.contentsBox {
		padding: 0 5%;
	}
	.contentsBox li a {
		align-items: center;
		column-gap: 12px;
		height: 140px;
		padding-left: 20px;
	}
	.contentsBox li .icon {
		width: 64px;
		text-align: center;
	}
	.contentsBox li:first-child .icon img {
		width: 38px;
	}
	.contentsBox li:nth-child(2) .icon img {
		width: 64px;
	}
	.contentsBox li:last-child .icon img {
		width: 40px;
	}
}

/* ------------------------------
 グループリンク（PC）
------------------------------ */
.groupLink {
	padding: 110px 0 120px;
	background-color: #f1f3f5;
}
/* .groupLink p {
	margin-bottom: 35px;
} */
.groupLink ul {
	display: flex;
}
.groupLink ul + p {
	margin-top: 60px;
}
.groupLink p {
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1;
}
.groupLink p::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px 2px 0;
	border-radius: 50%;
	background-color: #00a0e9;
	vertical-align: middle;
}
@media print, screen and (min-width:768px) {
	.groupLink ul {
		flex-wrap: wrap;
		gap: 35px 45px;
	}
	.groupLink ul li,
	.groupLink ul li img {
		width: 350px;
	}
}
/* ------------------------------
 グループリンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.groupLink {
		padding: 62px 0 70px;
	}
	.groupLink ul {
		flex-direction: column;
		row-gap: 10px;
	}
	.groupLink ul li img {
		width: 100%;
	}
	.groupLink ul + p {
		margin-top: 40px;
	}
	.groupLink p {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.groupLink p::before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 8px 2px 0;
	}
}