@charset "Shift_JIS";

body,
.JS body {
	background-color: #fff;
}

h2,
.JS h2 {
	background: none;
	padding: 0;
	margin: 0;
}

/* 背景カラム */
/* ---------------------------------------------------- */
.SectionBgLightBlue {
	background-color: var(--color-light-blue, #f2f5ff);
}

@media screen and (min-width: 768px) {
	.SectionBgLightBlue {
		padding: 80px 0;
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 767px) {
	.SectionBgLightBlue {
		padding: 50px 0;
		margin-bottom: 50px;
	}
}
/* ---------------------------------------------------- */

/* トップFV */
/* ---------------------------------------------------- */
@keyframes SwiperZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiperFv .swiper-slide  {

}

.swiperFvSubtitle {
	overflow: hidden;
}

.swiperFvSubtitle span {
	display: block;
	transform: translateY(102%);
	transition: all 0.5s ease-in-out;
	transition-delay: 1.5s;
}

.swiperFv .swiper-slide-active .swiperFvSubtitle span,
.swiperFv .swiper-slide-duplicate-active .swiperFvSubtitle span {
	transform: translateY(0);
}

.swiperFvTitleOutline,
.swiperFvTitle {
	overflow: hidden;
}

.swiperFvTitleOutline picture,
.swiperFvTitle picture {
	display: block;
	transform: translateY(102%);
	transition: all 0.5s ease-in-out;
}

.swiperFvTitleOutline picture img,
.swiperFvTitle picture img {
	display: block;
}

.swiperFvTitleOutline picture {
	transition-delay: 1.55s;
}

.swiperFvTitle picture {
	transition-delay: 1.6s;
}

.swiperFv .swiper-slide-active .swiperFvTitleOutline picture,
.swiperFv .swiper-slide-duplicate-active .swiperFvTitleOutline picture,
.swiperFv .swiper-slide-active .swiperFvTitle picture,
.swiperFv .swiper-slide-duplicate-active .swiperFvTitle picture {
	transform: translateY(0);
}

.swiperFvSubtitle {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: var(--color-blue);
	margin-bottom: 18px;
}

.swiperFvTitle {
	position: relative;
	z-index: 1;
}

.swiperFvImage {
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
}

.swiperFvImage img {
	display: block;
	width: 100%;
}

.swiperFv .swiper-slide-active .swiperFvImage img,
.swiperFv .swiper-slide-duplicate-active .swiperFvImage img,
.swiperFv .swiper-slide-prev .swiperFvImage img {
	animation: SwiperZoomIn 10s linear 0s 1 normal both;
}

.swiperFv.pause .swiper-slide-active .swiperFvImage img,
.swiperFv.pause .swiper-slide-duplicate-active .swiperFvImage img,
.swiperFv.pause .swiper-slide-prev .swiperFvImage img {
	animation-play-state: paused;
}


.swiperFvFamousName {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 90%;
	letter-spacing: 0.12em;
	color: #fff;
	margin-bottom: 0;
}

.swiperFvController {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 965px;
	width: 100%;
}

.FvNavWrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
}

.FvNavItem {
	--link-color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	padding: 0 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.FvNavItem:link,
.FvNavItem:visited,
.FvNavItem:hover,
.FvNavItem:active {
	text-decoration: none;
}

.FvNavTitle {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	line-height: 1.4;
}

.FvNavTitle small {
	font-size: 86%;
	color: var(--color-blue);
}

.FvNavTitle span {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
/* ---------------------------------------------------- */

/* イントロダクション */
/* ---------------------------------------------------- */
.SectionCompanyIntroduction .IntroductionTitle {
	font-weight: bold;
	color: var(--color-blue, #20378b);
	margin-bottom: 30px;
}

.SectionCompanyIntroduction .IntroductionTitle img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.SectionCompanyIntroduction .TextStyle1 {
	letter-spacing: 0.12em;
	margin-bottom: 0;
}
/* ---------------------------------------------------- */

/* 商品・ソリューション */
/* ---------------------------------------------------- */
.SectionSolution .Grid4 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* ---------------------------------------------------- */

/* お知らせ */
/* ---------------------------------------------------- */
.SectionNewsList {

}

.SectionNewsList .Grid4 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.SectionNewsList .NewsList {
	width: 100%;
	margin-top: 20px;
}
/* ---------------------------------------------------- */

/* 採用情報 */
/* ---------------------------------------------------- */
.SectionRecruit .SectionTitle span {
	color: var(--color-blue);
}

.SectionRecruitContent {
	position: relative;
}

.SectionRecruitText {
	font-weight: 500;
}

.SectionRecruitMore {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: -39px 20px 0 auto;
	width: 240px;
	height: 78px;
	border-radius: 39px;
	padding: 20px 20px 20px 25px;
	box-sizing: border-box;
	font-size: 90%;
	background-color: #fff;
	box-shadow: 0, 0, 10px rgba(0, 0, 0, 0.16);
	transition: all 0.3s ease-in-out;
}

.SectionRecruitMore:link,
.SectionRecruitMore:visited,
.SectionRecruitMore:hover,
.SectionRecruitMore:active {
	color: var(--color-blue);
	text-decoration: none;
}

.SectionRecruitMore::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-color: var(--color-blue);
	transition: all 0.3s ease-in-out;
}

.SectionRecruitMore::after {
	content: "";
	position: absolute;
	right: 31px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 9px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237%22%20height%3D%229.14%22%20viewBox%3D%220%200%2037%209.14%22%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h37v9H0z%22%2F%3E%20%3Cpath%20d%3D%22m31.5%208.08%203.2-3.21-3.2-3.22%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22M26.51%204.82h7.74%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22m6.5%208.08%203.2-3.21-3.2-3.22%22%20fill%3D%22none%22%20stroke%3D%22%2320378b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22M1.51%204.82h7.74%22%20fill%3D%22none%22%20stroke%3D%22%2320378b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
	transition: all 0.3s ease-in-out;
	background-position: left 100% center;
}

.swiperRecruit {
	overflow: initial;
	overflow-x: clip;
}

.swiperRecruit .swiper-wrapper {
	transition-timing-function: linear;
}

.swiperRecruit .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 54, 155, 0.25);
}

.SectionRecruit .swiperController {
	margin-left: auto;
}

.SectionRecruit .swiperController .AutoplayProgress {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%227%22%20viewBox%3D%220%200%206%207%22%3E%20%3Cpath%20d%3D%22M6%203.5%200%207V0Z%22%20fill%3D%22%2320378B%22%2F%3E%3C%2Fsvg%3E');
}

.SectionRecruit .swiperController .AutoplayProgress.active {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.5%22%20height%3D%227.19%22%20viewBox%3D%220%200%204.5%207.19%22%3E%20%3Cpath%20d%3D%22M.75%200v7.19%22%20fill%3D%22none%22%20stroke%3D%22%2320378b%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22M3.75%200v7.19%22%20fill%3D%22none%22%20stroke%3D%22%2320378b%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
}

.SectionRecruit .swiperController .AutoplayProgress svg {
	stroke: var(--color-blue);
}

.SectionRecruit .swiperController .swiper-pagination {
	color: var(--color-blue);
}

/* ---------------------------------------------------- */

/* リンクカード */
/* ---------------------------------------------------- */
.LinkCard {
	--link-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(225deg, rgba(70,116,187,1) 0%, rgba(75,91,170,1) 100%);
	box-shadow: 0 0 6px rgba(0, 54, 155, 0.25);
}

.LinkCard:link,
.LinkCard:visited,
.LinkCard:hover,
.LinkCard:active {
	text-decoration: none;
}

.LinkCard .SectionTitle small,
.LinkCard .SectionTitle span {
	color: #fff;
}

.LinkCard .SectionTitle small::before {
	background-color: #fff;
}

.LinkCardContent {
	position: relative;
}

.LinkCardContent::before {
	content: "";
	display: block;
	width: 2px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
}

.LinkCardContent::after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top -9px right -9px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2261.06%22%20height%3D%2261.41%22%20viewBox%3D%220%200%2061.06%2061.41%22%3E%20%3Cpath%20d%3D%22M33.05%2010.67H50.4v17.34%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M28.41%2032.9%2049.3%2012.02%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%20%3Cpath%20d%3D%22M6.05%2037.76H23.4V55.1%22%2F%3E%20%3Cpath%20d%3D%22M1.41%2060%2022.3%2039.1%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	transition: all 0.3s ease-in-out;
}

.LinkCardMd .LinkCardContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.LinkCardText {
	line-height: 2;
}
/* ---------------------------------------------------- */

/* セミナー・イベント */
/* ---------------------------------------------------- */
.SectionSeminarEvent .Grid4 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.SectionSeminarEvent .swiperCardSlider {
	width: 100%;
}
/* ---------------------------------------------------- */

/* セミナー・イベント */
/* ---------------------------------------------------- */
.SectionCaseStudy .Grid4 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.SectionCaseStudy .swiperCardSlider {
	width: 100%;
}
/* ---------------------------------------------------- */



@media screen and (min-width: 768px) {
	/* トップFV */
	/* ---------------------------------------------------- */
	.SectionFrontFv {
		margin-bottom: 120px;
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.swiperFvTitleOutline {
		margin-bottom: 22px;
	}

	.swiperFvImage {
		margin-top: -50px;
	}

	.swiperFvImage img {
		width: 100%;
		min-height: 44.14vw;
	}

	.FvNavWrapper {
		max-width: 965px;
	}

	.FvNav {
		position: relative;
		z-index: 2;
		margin-top: -40px;
	}

	.FvNavItem {
		width: 23.39%;
		height: 80px;
	}

	.FvNavItem::before {
		content: "";
		display: block;
		width: 36px;
		height: 36px;
		border-radius: 18px;
		position: absolute;
		right: 13px;
		top: 50%;
		transform: translateY(-50%);
		background: linear-gradient(225deg, rgba(70,116,187,1) 0%, rgba(75,91,170,1) 100%);
		transition: all 0.3s ease-in-out;
	}

	.FvNavItem:hover::before {
		transform: translateY(-50%) scale(2.6);
	}

	.FvNavItem::after {
		content: "";
		display: block;
		width: 12px;
		height: 9px;
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%229.06%22%20viewBox%3D%220%200%2038%209.06%22%3E%20%3Cpath%20d%3D%22m32.93%207.84%203.4-3.39-3.4-3.39%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22M27.68%204.4h8.16%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22m6.93%207.84%203.4-3.39-3.4-3.39%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20d%3D%22M1.68%204.4h8.16%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M0%20.06h38v9H0z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: right 0 center;
		transition: all 0.3s ease-in-out;
	}

	.FvNavItem:hover::after {
		background-position: left 0 center;
	}

	.FvNavTitle {
		padding-bottom: 8px;
		border-bottom: 1px solid rgb(216, 216, 216, 0.6);
		min-width: 135px;
	}

	.FvNavTitle::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 10px;
		height: 1px;
		background-color: var(--color-blue);
		transition: all 0.3s ease-in-out;
	}

	.FvNavItem:hover .FvNavTitle::before {
		width: 100%;
	}

	/* ---------------------------------------------------- */

	/* イントロダクション */
	/* ---------------------------------------------------- */
	.SectionCompanyIntroduction {
		text-align: center;
		margin-bottom: 120px;
	}

	.SectionCompanyIntroduction .IntroductionTitle {
		font-size: 160%;
		letter-spacing: 0.06em;
		line-height: 2;
	}

	.SectionCompanyIntroduction .TextStyle1 {
		line-height: 2.6;
		letter-spacing: 0.12em;
	}
	/* ---------------------------------------------------- */

	/* Pickup */
	/* ---------------------------------------------------- */
	.SectionPickup {
		margin-bottom: 80px;
	}

	.SectionPickup .GridSet {
		max-width: 818px;
	}

	.SectionPickup .SectionTitle {
		margin-bottom: 20px;
	}

	.SectionPickupContent a:nth-child(1n+2) {
		margin-top: 20px;
	}
	/* ---------------------------------------------------- */

	/* 商品・ソリューション */
	/* ---------------------------------------------------- */
	.SectionSolution {
		/* margin-bottom: 80px; */
	}

	.SectionSolution .SectionSolutionList {
		margin-top: 30px;
	}
	/* ---------------------------------------------------- */

	/* お知らせ */
	/* ---------------------------------------------------- */

	/* ---------------------------------------------------- */

	/* 採用情報 */
	/* ---------------------------------------------------- */
	.SectionRecruit {
		/* margin-bottom: 80px; */
	}

	.SectionRecruit .Grid4 {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.SectionRecruit .SectionTitle {
	}

	.SectionRecruit .SectionTitle span {
		font-size: 450%;
	}

	.SectionRecruitText {
		max-width: 377px;
		margin-left: 50px;
		margin-bottom: 0;
	}

	.SectionRecruitContent {
		margin-top: 30px;
		width: 100%;
	}

	.SectionRecruitMore:hover,
	.SectionRecruitMore:active {
		--link-color: #fff;
		background-color: var(--color-blue);
	}

	.SectionRecruitMore:hover::before {
		background-color: #fff;
	}

	.SectionRecruitMore:hover::after {
		background-position: left 0 center;
	}
	/* ---------------------------------------------------- */

	/* リンクカード */
	/* ---------------------------------------------------- */
	.SectionLinkCards {
		margin-bottom: 80px;
	}

	.SectionLinkCards .Grid4 {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.SectionLinkCards .LinkCard:nth-child(1n+2) {
		margin-top: 3.28%;
	}

	.SectionLinkCards .LinkCard:nth-child(1n+3) {
		margin-left: 3.28%;
	}

	.SectionLinkCards .LinkCardMd {
		width: 48.36%;
	}

	.LinkCard {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}

	.LinkCard:hover .LinkCardContent::after {
		background-position: top -36px right -36px;
	}

	.LinkCardImage {
		width: 50%;
		object-fit: cover;
	}

	.LinkCardContent {
		width: 50%;
		padding: 35px;
	}

	.LinkCardContent::before {
		bottom: 34px;
		right: 73px;
	}

	.LinkCardText {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.LinkCardMd {
		width: 50%;
	}

	.LinkCardMd .LinkCardImage {
		width: 150px;
	}

	.LinkCardMd .LinkCardContent {
		width: calc(100% - 150px);
		padding: 0 25px;
	}

	.LinkCardMd .LinkCardContent::before {
		top: 50%;
		bottom: initial;
		transform: translateY(-50%);
		right: 63px;
	}
	/* ---------------------------------------------------- */

	/* 導入事例 */
	/* ---------------------------------------------------- */
	.SectionSeminarEvent {
		margin-bottom: 80px;
	}

	.SectionSeminarEvent .swiperCardSlider {
		margin-top: 30px;
	}
	/* ---------------------------------------------------- */

	/* セミナー・イベント */
	/* ---------------------------------------------------- */
	.SectionCaseStudy {
		margin-bottom: 80px;
	}

	.SectionCaseStudy .swiperCardSlider {
		margin-top: 30px;
	}
	/* ---------------------------------------------------- */

	/* お知らせ */
	/* ---------------------------------------------------- */
	.SectionNewsList {
		margin-bottom: 80px;
	}
	/* ---------------------------------------------------- */

}

@media screen and (max-width: 767px) {
	/* トップFV */
	/* ---------------------------------------------------- */
	.SectionFrontFv {
		padding-top: 30px;
		margin-bottom: 80px;
	}

	.swiperFvSubtitle {
		margin-bottom: 10px;
	}

	.swiperFvTitleOutline {
		margin-bottom: 14px;
	}

	.swiperFvSubtitle {
		font-size: 120%;
	}

	.swiperFvImage {
		margin-top: -20px;
	}

	.swiperFvController {
		width: 89.6%;
		bottom: 15px;
		justify-content: flex-start;
	}

	.swiperFvFamousName {
		left: initial;
		right: 20px;
		bottom: 15px;
	}

	.FvNav {
		padding: 20px 0;
		background-color: var(--color-light-blue, #f2f5ff);
	}

	.FvNavWrapper {
		width: 89.6%;
		flex-wrap: wrap;
	}

	.FvNavItem {
		width: 48.51%;
		min-height: 68px;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.65%22%20height%3D%227.88%22%20viewBox%3D%220%200%2013.65%207.88%22%3E%20%3Cpath%20d%3D%22m1.06%201.06%205.76%205.76%205.77-5.76%22%20fill%3D%22none%22%20stroke%3D%22%2320378b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: center right 10px;
	}

	.FvNavItem:nth-child(1n+3) {
		margin-top: 2.98%;
	}

	.FvNavTitle {
		letter-spacing: 0;
	}

	.FvNavTitle small {
		font-size: 70%;
	}

	.FvNavTitle span {
		font-size: 80%;
	}
	/* ---------------------------------------------------- */

	/* イントロダクション */
	/* ---------------------------------------------------- */
	.SectionCompanyIntroduction {
		margin-bottom: 50px;
	}

	.SectionCompanyIntroduction .IntroductionTitle {
		font-size: 125%;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}

	.SectionCompanyIntroduction .TextStyle1 {
		font-size: 88%;
		letter-spacing: 0.12em;
		line-height: 2;
	}
	/* ---------------------------------------------------- */

	/* Pickup */
	/* ---------------------------------------------------- */
	.SectionPickup {
		margin-bottom: 50px;
	}

	.SectionPickup .SectionTitle {
		margin-bottom: 15px;
	}

	.SectionPickupContent a:nth-child(1n+2) {
		margin-top: 15px;
	}
	/* ---------------------------------------------------- */

	/* 商品・ソリューション */
	/* ---------------------------------------------------- */
	.SectionSolution {
		/* margin-bottom: 50px; */
	}

	.SectionSolution .SectionSolutionList {
		margin-top: 20px;
	}

	/* お知らせ */
	/* ---------------------------------------------------- */

	/* ---------------------------------------------------- */

	/* 採用情報 */
	/* ---------------------------------------------------- */
	.SectionRecruit {
		/* margin-bottom: 50px; */
	}

	.SectionRecruit .SectionTitle {
		margin-bottom: 10px;
	}

	.SectionRecruit .SectionTitle span {
		font-size: 225%;
	}

	.SectionRecruitText {
		margin-bottom: 30px;
	}

	.SectionRecruit .swiperController {
		margin-top: -40px;
		margin-bottom: 20px;
	}

	.SectionRecruitMore {
		width: 198px;
		height: 64px;
	}

	.SectionRecruitMore::before {
		right: 14px;
	}

	.SectionRecruitMore::after {
		right: 25px;
	}
	/* ---------------------------------------------------- */

	/* リンクカード */
	/* ---------------------------------------------------- */
	.SectionLinkCards {
		margin-bottom: 50px;
	}

	.SectionLinkCards .LinkCard:nth-child(1n+2) {
		margin-top: 20px;
	}

	.LinkCard {
		display: block;
	}

	.LinkCardImage {
		width: 100%;
	}

	.LinkCardContent {
		padding: 15px 15px 28px 15px;
	}

	.LinkCardContent::before {
    bottom: 24px;
    right: 54px;
	}

	.LinkCardText {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.LinkCardMd {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.LinkCardMd .LinkCardImage {
		width: 113px;
	}

	.LinkCardMd .LinkCardContent {
		width: calc(100% - 113px);
		padding: 0 20px;
	}

	.LinkCardMd .LinkCardContent::before {
		top: 50%;
		bottom: initial;
		transform: translateY(-50%);
		right: 56px;
	}

	.LinkCard .SectionTitle span {
		font-size: 130%;
	}
	/* ---------------------------------------------------- */

	/* セミナー・イベント */
	/* ---------------------------------------------------- */
	.SectionSeminarEvent {
		margin-bottom: 50px;
	}

	.SectionSeminarEvent .SectionTitle span {
		font-size: 140%;
		letter-spacing: 0;
	}

	.SectionSeminarEvent .swiperCardSlider {
		margin-top: 30px;
	}
	/* ---------------------------------------------------- */

	/* セミナー・イベント */
	/* ---------------------------------------------------- */
	.SectionCaseStudy {
		margin-bottom: 50px;
	}

	.SectionCaseStudy .swiperCardSlider {
		margin-top: 20px;
	}
	/* ---------------------------------------------------- */

	/* お知らせ */
	/* ---------------------------------------------------- */
	.SectionNewsList {
		margin-bottom: 50px;
	}
	/* ---------------------------------------------------- */
}

