@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* コンテンツ h1 */
.contents .heading h1 {
	width: 1140px;
	margin: 0 auto;
	padding-top: 355px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	font-feature-settings: "palt";
}
.contents .heading h1 span {
	display: block;
	margin-bottom: 15px;
	color: #8fa3aa;
	font-family: "Inter", sans-serif;
	font-size: 2.7rem;
	font-weight: 600;
	font-feature-settings: "palt" off;
}
/* コンテンツ h2 */
.contents h2 {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.contents h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #1a1a1a;
}
.contents h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 4px;
	border-radius: 2px;
	background: rgba(64,180,221,.9);
	background: linear-gradient(90deg,rgba(64,180,221,.9) 0%, rgba(76,211,175,1) 100%);
}
/* コンテンツ h3・社員インタビュー h2 */
.contents h3,
.contentsInterview h2 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
}
.contents h3::after,
.contentsInterview h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background: rgba(64,180,221,.9);
	background: linear-gradient(0deg,rgba(64,180,221,.9) 0%, rgba(76,211,175,1) 100%);
}
/* コンテンツ h4 */
.contents h4 {
	margin-bottom: 15px;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: 700;
}
/* コンテンツ h5 */
.contents h5 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {
	/* コンテンツ h1 */
	.contents .heading,
	.contentsInterview .heading {
		height: 660px;
		background: url(../img/heading_bg.jpg) no-repeat center center / cover;
	}
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* コンテンツ h1 */
	.contents .heading,
	.contentsInterview .heading {
		min-height: 265px;
		background: url(../img/heading_bg_sp.jpg) no-repeat center 0 / cover;
	}
	.contents .heading h1 {
		width: 90%;
		padding: 140px 0 69px;
		font-size: 3rem;
	}
	.contents .heading h1 span {
		margin: 0 0 10px 2px;
		font-size: 1.6rem;
	}
	/* コンテンツ h2 */
	.contents h2 {
		font-size: 2.4rem;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.contents h2::after {
		width: 80px;
	}
	/* コンテンツ h3・社員インタビュー h2 */
	.contents h3,
	.contentsInterview h2 {
		margin-bottom: 15px;
		padding-left: 15px;
		font-size: 2.1rem;
	}
	/* コンテンツ h4 */
	.contents h4 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	/* コンテンツ h5 */
	.contents h5 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
/* その他 */
.w200 {
	width: 200px;
}
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 47.89474%;
	}
	.w546 {
		width: 546px;
	}
	/* 1/3 */
	.w1-3 {
		width: 30.70175%;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.94736%;
	}
	.w350.cms_fl + .w350.cms_fl,
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.35087%;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.63158%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.15789%;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.21052%;
	}
	.w846 {
		width: 846px;
	}
	/* その他 */
	.w700 {
		width: 700px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-2 + .w1-2:not(.sp_w1-2),
	.w1-3 + .w1-3:not(.sp_w1-3),
	.w1-3 + .w2-3:not(.sp_w2-3),
	.w2-3 + .w1-3:not(.sp_w1-3) {
		margin-top: 20px !important;
	}
	.w1-3 img {
		width: 100%;
	}
	.sp_w1-2 {
		width: 47%;
	}
	.sp_w1-3 {
		width: 30%;
	}
	.sp_w2-3 {
		width: 65%;
	}
	.sp_w1-3.cms_fl + .sp_w1-3.cms_fl,
	.sp_w1-3.fl + .sp_w1-3.fl {
		margin-left: 5%;
	}
	.sp_w1-2.cms_fl,
	.sp_w1-2.fl,
	.sp_w1-3.cms_fl,
	.sp_w1-3.fl,
	.sp_w2-3.cms_fl,
	.sp_w2-3.fl {
		float: left !important;
	}
	.sp_w1-2.cms_fr,
	.sp_w1-2.fr,
	.sp_w1-3.cms_fr,
	.sp_w1-3.fr,
	.sp_w2-3.cms_fr,
	.sp_w2-3.fr {
		float: right !important;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 背景 */
.bgBox {
	padding: 75px 80px;
	background-color: #f4f4f4;
}
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び 縦下揃え */
.flexBox.ai-fe {
	align-items: flex-end;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 40px 48px;
	}
	.flexBox.div2 > * {
		width: 546px;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 40px 30px;
	}
	.flexBox.div3 > * {
		width: 350px;
		margin-bottom: 0;
	}

	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 40px 36px;
	}
	.flexBox.div4 > * {
		width: 258px;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 背景 */
	.bgBox {
		padding: 25px 25px 25px 30px;
	}
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 47.895%;
	}
	.flexBox.div4 {
		gap: 0 4.21%;
	}
}

/* ------------------------------
 hover画像拡大
------------------------------ */
a .img-hover {
	overflow: hidden;
	display: block;
	position: relative;
}
a .img-hover img {
	display: block;
	transition-duration: 0.3s;
	overflow: hidden;
	display: block;
	width: 100%;
}
a:hover .img-hover img, a:focus .img-hover img {
	opacity: 1;
	overflow: hidden;
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* ------------------------------
 下線
------------------------------ */
.border_b {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contentsTop table,
.contents table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
}
.contentsTop table th,
.contents table th {
	padding: 33px 25px 34px 0;
	border-bottom: 1px solid #1a1a1a;
	font-weight: 700;
}
.contentsTop table td,
.contents table td {
	padding: 33px 25px 34px 30px;
	border-bottom: 1px solid #d3d6d6;
}

@media print, screen and (min-width: 768px) {
	.contentsTop table th,
	.contents table th {
		width: 20%;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop table th,
	.contents table th {
		padding: 16px 20px 16px 0;
	}
	.contentsTop table td,
	.contents table td {
		padding: 16px 20px 16px 25px;
	}
	/* レスポンシブ */
	.contentsTop .res table th,
	.contentsTop .res table td,
	.contents .res table th,
	.contents .res table td{
		display: block;
		width: 100%;
		border-bottom: none;
		border-left: none;
	}
	.contents .res table th {
		padding: 16px 0 0 0;
	}
	.contents .res table td {
		position: relative;
		padding: 2px 0 16px 0;
		border-bottom: 1px solid #ddd;
	}
	.contents .res table td::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 35%;
		height: 1px;
		background-color: #757b82;
	}
	.contents .res table tr:first-child th::after {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: 0;
		width: 35%;
		height: 1px;
		background-color: #757b82;
	}
	.contents .res table tr:first-child td {
		border-top: none;
	}
	/* スクロール */
	.cms_text.scroller table {
		width: 1140px !important;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_text ul > li,
.cms_image ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_text ul > li::before,
.cms_image ul > li::before {
	content: "●";
	position: absolute;
	top: 1.5em;
	left: 0;
	color: #139b7d;
	font-size: 45%;
}
/* 横並び */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
/* 数字 */
.cms_text ol > li {
	counter-increment: count 1;
	position: relative;
	padding-left: 1.6em;
}
.cms_text ol > li:before {
	content: counter(count)".";
	position: absolute;
	top: 0;
	left: 0;
}
/*checkアイコン*/
.checklist ul li {
	font-weight: 700;
	line-height: 2.1;
	padding-left: 2em;
}
.checklist ul li::before {
	content: "";
	width: 23px;
	height: 23px;
	background: url('../img/icon_checklist.svg') no-repeat center / 23px;
	color: transparent;
}
/* 横並び2列・3列 */
@media print, screen and (min-width: 768px) {
	.div2 ul,
	.div3 ul,
	.div4 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.div2.gap-m ul,
	.div3.gap-m ul,
	.div4.gap-m ul {
		gap: 25px 0;
	}
	.gap-m:not(.div2):not(.div3):not(.div4) ul li:not(:last-child) {
		margin-bottom: 25px;
	}
	.div2 ul li,
	.div3 ul li,
	.div4 ul li {
		padding-right: 1em;
	}
	.div2 ul li {
		width: 50%;
	}
	.div3 ul li {
		width: calc(100% / 3);
	}
	.div4 ul li {
		width: calc(100% / 4);
	}
}
/* fire fox 調整 */
/* @-moz-document url-prefix(){
	.cms_text ul > li::before,
	.cms_image ul > li::before {
		top: 6px;
	}
} */
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* ノーマルリスト●付き */
	.cms_text ul > li::before,
	.cms_image ul > li::before {
		top: 1.3em;
	}
	/* 横並び */
	.inline ul li {
		margin-right: 1em;
	}
	.gap-m:not(.div2):not(.div3) ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	/* 横並び2列・3列 */
	.div3 ul,
	.div4 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.div2 ul li {
		padding-right: 1em;
		width: 100%;
	}
	.div3 ul li,
	.div4 ul li {
		padding-right: 1em;
		width: 50%;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.btn a,
a.btn {
	display: inline-block;
	position: relative;
	min-width: 258px;
	padding: 17px 70px 17px 28px;
	border: 2px solid #1a1a1a;
	border-radius: 35px;
	background-color: #fff;
	box-shadow: 5px 6px 0 0 #1a1a1a;
	font-weight: 700;
	text-align: left;
	transition: .3s ease-in-out;
}
.btn a::after,
a.btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 36px;
	height: 36px;
	margin: auto 0;
	background: url(../img/icon_circle_arrow.svg) no-repeat 0 0 / cover;
}
.btn a[target="_blank"]::after,
a[target="_blank"].btn::after {
	background: url(../img/icon_circle_blank.svg) no-repeat 0 0 / cover;
}
.btn.list a::after,
a.btn.list::after {
	background: url(../img/icon_circle_list.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.btn a:hover,
	a.btn:hover {
		opacity: .7;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.btn a,
	a.btn {
		min-width: 210px;
		padding: 16px 60px 16px 24px;
		border-radius: 30px;
		font-size: 1.4rem;
		box-shadow: 4px 5px 0 0 #1a1a1a;
	}
	.btn a::after,
	a.btn::after {
		right: 18px;
		width: 30px;
		height: 30px;
	}
}

/* ------------------------------
 角丸（PC）
------------------------------ */
.r30,
.r30 img {
	border-radius: 30px;
}
.r15,
.r15 img {
	border-radius: 15px;
}
/* ------------------------------
 角丸（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r30,
	.r30 img {
		border-radius: 15px;
	}
	.r15,
	.r15 img {
		border-radius: 10px;
	}
}

/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.pageLink {
	display: flex;
}
.cms_block.pageLink::after {
	content: none;
}
.cms_block.pageLink .cms_link:not(.btn) a:not([target="_blank"]) {
	display: inline-block;
	position: static;
	min-width: initial;
	padding: 0 0 6px 0;
	border: none;
	border-bottom: 1px solid #1a1a1a;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	font-size: 1.5rem;
}
.cms_block.pageLink .cms_link:not(.btn) a:not([target="_blank"])::after {
	display: inline-block;
	position: static;
	width: 21px;
	height: 21px;
	margin: 0 0 2px 12px;
	background: url(../img/icon_circle_arrow_s.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
	transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
	.pageLink {
		flex-wrap: wrap;
		gap: 15px 30px;
	}
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink {
		flex-direction: column;
		row-gap: 20px;
	}

}

/* ------------------------------
 コンテンツリンク（PC）
------------------------------ */
.contentsLink {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eaf2fb;
}
.cms_block.contentsLink::after {
	content: none;
}
.cms_block.contentsLink .cms_link:not(.btn) a:not([target="_blank"]) {
	display: inline-block;
	position: static;
	min-width: initial;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	font-size: 1.5rem;
	line-height: 1.75;
}
.cms_block.contentsLink .cms_link:not(.btn):not(:last-child) a:not([target="_blank"]) {
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #1a1a1a;
}
.cms_block.contentsLink .cms_link:not(.btn).on a:not([target="_blank"]) {
	color: #2baa8b;
}
.cms_block.contentsLink .cms_link:not(.btn) a:not([target="_blank"])::after {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.contentsLink {
		height: 80px;
		border-radius: 40px;
	}
}
/* ------------------------------
 コンテンツリンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsLink {
		height: 60px;
		border-radius: 30px;
	}
	.cms_block.contentsLink {
		margin-bottom: 40px;
	}
	.cms_block.contentsLink .cms_link:not(.btn) a:not([target="_blank"]) {
		font-size: 1.3rem;
	}
	.cms_block.contentsLink .cms_link:not(.btn):not(:last-child) a:not([target="_blank"]) {
		margin-right: 1em;
		padding-right: 1em;
	}
}

/* ------------------------------
 リンク横並び（PC）
------------------------------ */
.linkBox {
	display: flex;
}
@media print, screen and (min-width: 768px) {
	.linkBox {
		display: flex;
		flex-wrap: wrap;
		gap: 26px 36px;
	}
}
/* ------------------------------
 リンク横並び（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.linkBox {
		flex-direction: column;
		row-gap: 20px;
	}
}

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
/* コンテンツトップ */
.contentsTop .mainimg {
	margin-bottom: 128px;
}
.contentsTop .mainimg img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
	/* コンテンツ */
	.contents .mainimg {
		width: 1140px;
		margin: 0 auto 88px;
	}
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .mainimg {
		margin-bottom: 41px;
	}
	/* コンテンツ */
	.contents .mainimg {
		margin-bottom: 41px;
	}
}

/* ------------------------------
 リンクブロック（PC）
------------------------------ */
.linkBlock ul {
	display: flex;
}
.linkBlock a {
	display: block;
}
.linkBlock p {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	padding-right: 32px;
	font-size: 1.8rem;
	font-weight: 700;
}
.linkBlock p::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: .15em;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../img/icon_circle_arrow.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width:768px) {
	.linkBlock ul {
		flex-wrap: wrap;
		row-gap: 80px;
		justify-content: space-between;
	}
	.linkBlock ul li {
		width: 546px;
	}
	.linkBlock a:hover {
		opacity: 1;
	}
}
/* ------------------------------
 リンクブロック（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.linkBlock ul {
		flex-direction: column;
		row-gap: 40px;
	}
}