@charset "UTF-8";
/*----------
	home
----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
/* components */
.home-subtitle > em {
	display: block;
}
.home-subtitle > em > img {
	display: block;
	width: auto;
	height: 30px;
}
.home-subtitle > em > picture {
	display: block;
	width: auto;
}
.home-subtitle > em > picture > img {
	display: block;
	width: auto;
	height: 77px;
}
.home-subtitle > span {
	display: block;
	margin-top: 16px;
	padding-left: 34px;
	position: relative;
	font-size: 1.3rem;
	line-height: var(--line-height-s);
	color: var(--color-text-caption);
}
.home-subtitle > span::before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--color-prim);
}
@media (min-width: 768px) {
	.home-subtitle > em > img {
		height: 34px;
	}
	.home-subtitle > em > picture > img {
		height: 34px;
	}
	.home-subtitle > span {
		margin-top: 24px;
	}
}

.home-subtitle-full {
	position: relative;
}
.home-subtitle-full__image {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.home-subtitle-full__image > img {
	width: 101%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.home-subtitle-full__title {
	width: 89.3333333333%;
	margin: -95px auto 0 0;
	padding: 36px 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
@media (max-width: 767px) {
	.home-subtitle-full {
		padding-bottom: 20px;
		background-color: #F1F6F6;
	}
}
@media (min-width: 768px) {
	.home-subtitle-full__image {
		height: 470px;
	}
	.home-subtitle-full__title {
		width: 640px;
		padding: 60px;
		margin-top: -160px;
	}
	.home-subtitle-full--reverse .home-subtitle-full__title {
		margin-left: auto;
		margin-right: 0;
	}
}

.home-extracontent__inner {
	display: block;
	padding: 20px 20px 40px;
	border: 1px solid var(--color-border);
	position: relative;
	text-decoration: none;
	color: var(--color-text);
	background-color: #fff;
}
.home-extracontent__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-size: 16px;
	color: var(--color-prim);
}
.home-extracontent__title {
	font-weight: bold;
	font-size: 2.1rem;
	line-height: var(--line-height-s);
}
.home-extracontent__title > span {
	display: block;
}
.home-extracontent__detail {
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px solid var(--color-prim);
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.home-extracontent__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.home-extracontent__image {
		flex: 0 0 45.7627118644%;
	}
	.home-extracontent__title {
		flex: 0 0 49.1525423729%;
	}
}
@media (min-width: 768px) {
	.home-extracontent__inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		min-height: 360px;
		margin-left: 100px;
		padding: 50px 60px 50px 350px;
		transition: color 0.2s;
	}
	.home-extracontent__inner:hover {
		color: var(--color-prim);
	}
	.home-extracontent__title {
		font-size: 3rem;
	}
	.home-extracontent__title > span {
		margin-top: 16px;
		font-size: 1.6rem;
	}
	.home-extracontent__detail {
		margin-top: 30px;
		padding-top: 26px;
	}
	.home-extracontent__image {
		width: 390px;
		position: absolute;
		top: 50px;
		left: -100px;
	}
}

/* MV */
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.home-mv {
	position: relative;
	padding-bottom: 123px;
	background-color: #2E3133;
}
.home-mv__inner {
	width: 100%;
	height: 0;
	padding-bottom: 146.6666666667%;
	position: relative;
	overflow: hidden;
}
.home-mv__inner::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	background-color: var(--color-border);
	-webkit-animation: loading 1.6s infinite;
	animation: loading 1.6s infinite;
}
.home-mv__movie video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.home-mv__copy {
	max-width: 84%;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 8%;
}
.home-mv__copy__main {
	display: block;
	position: relative;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.home-mv__copy__main::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: -webkit-transform 0.4s 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.home-mv__copy__text {
	margin-top: 30px;
	position: relative;
	font-weight: bold;
	font-size: 1.3rem;
	color: #fff;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 0.4s 0.8s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s 0.8s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.home-mv__copy__text::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: -webkit-transform 0.4s 1.4s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s 1.4s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.4s 1.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s 1.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.home-mv.active .home-mv__inner::after {
	content: none;
}
.home-mv.active .home-mv__copy__main,
.home-mv.active .home-mv__copy__text {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.home-mv.active .home-mv__copy__main::after,
.home-mv.active .home-mv__copy__text::after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
@media (min-width: 768px) {
	.home-mv {
		padding: 0 103px 150px 0;
	}
	.home-mv__inner {
		padding-bottom: 0;
		height: calc(100vh - 94px);
	}
	.home-mv__copy {
		max-width: 1040px;
		bottom: 72px;
		left: 50%;
		-webkit-transform: translateX(-520px);
		transform: translateX(-520px);
	}
	.home-mv__copy__text {
		font-size: 1.6rem;
	}
	.home-mv__item--index0 .home-mv__copy__main {
		width: 742px;
	}
}

/* topics */
.home-topics {
	margin-top: -98px;
}
.home-topics__title {
	width: 89.3333333333%;
	margin: 0 auto 25px;
	height: 18px;
}
.home-topics__title > img {
	display: block;
	width: auto;
	height: 100%;
}
.home-topics__inner {
	overflow: visible !important;
	width: 89.3333333333%;
	margin: 0 auto;
}
.home-topics__slide {
	width: 260px;
}
.home-topics__slide + .home-topics__slide {
	margin-left: 20px;
}
.home-topics__slide > a {
	display: block;
	color: var(--color-text);
	text-decoration: none;
}
.home-topics__slide > a > p {
	margin-top: 16px;
	font-size: 1.3rem;
	line-height: var(--line-height-s);
}
.home-topics__prev, .home-topics__next {
	display: none;
}
@media (min-width: 768px) {
	.home-topics {
		margin-top: -110px;
	}
	.home-topics__title {
		width: 1160px;
		height: 24px;
		margin-bottom: 40px;
	}
	.home-topics__inner {
		width: 1160px;
	}
	.home-topics__slide {
		width: 224px;
	}
	.home-topics__slide + .home-topics__slide {
		margin-left: 36px;
	}
	.home-topics__slide > a {
		transition: color 0.2s;
	}
	.home-topics__slide > a:hover {
		color: var(--color-prim);
	}
	.home-topics__prev, .home-topics__next {
		display: block;
		width: 32px;
		height: 32px;
		border: 1px solid #fff;
		position: absolute;
		top: -64px;
		right: 0;
		opacity: 1;
		cursor: pointer;
		transition: opacity 0.2s;
		text-align: center;
		font-size: 1.6rem;
		line-height: 30px;
		color: #fff;
	}
	.home-topics__prev[class*=-disabled], .home-topics__next[class*=-disabled] {
		opacity: 0.25;
	}
	.home-topics__prev:hover:not([class*=-disabled]), .home-topics__next:hover:not([class*=-disabled]) {
		opacity: 0.6;
	}
	.home-topics__prev {
		right: 48px;
	}
}

.home-section-main {
	position: relative;
	padding-bottom: 30px;
}
.home-section-main::before {
	content: "";
	display: block;
	width: 37.3333333333%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #F1F6F6;
}
@media (min-width: 768px) {
	.home-section-main {
		padding-bottom: 180px;
	}
	.home-section-main::before {
		width: 36.6032210835%;
	}
}

/* mission */
.home-mission {
	margin-top: 20px;
}
.home-mission__detail {
	width: 100%;
	padding: 48px 5.3333333333% 30px;
	background-color: #fff;
}
.home-mission__lead {
	margin-top: 20px;
	font-weight: bold;
	font-size: 2.8rem;
}
.home-mission__text {
	margin-top: 24px;
	font-size: 1.6rem;
	line-height: 2;
}
.home-mission__image {
	width: 92%;
	margin: 10px 0 10px auto;
}
.home-mission__link {
	width: 100%;
	padding: 20px 8% 30px;
	background-color: #fff;
}
.home-mission__link__inner {
	max-width: 345px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.home-mission {
		width: 1160px;
		margin: 80px auto 0;
		position: relative;
	}
	.home-mission__detail {
		width: 675px;
		padding: 90px 100px 0;
	}
	.home-mission__lead {
		margin-top: 32px;
		font-size: 4rem;
	}
	.home-mission__text {
		margin-top: 32px;
	}
	.home-mission__image {
		width: 50vw;
		height: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
		overflow: hidden;
		-webkit-transform: translateX(95px);
		transform: translateX(95px);
	}
	.home-mission__image img {
		width: 101%;
		height: 101%;
		position: absolute;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center;
	}
	.home-mission__link {
		width: 675px;
		padding: 70px 0 90px;
	}
}

/* service */
.home-service {
	position: relative;
	padding-bottom: 30px;
}
.home-service::before {
	content: "";
	display: block;
	width: 37.3333333333%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #F1F6F6;
}
@media (min-width: 768px) {
	.home-service {
		padding-bottom: 60px;
	}
	.home-service::before {
		width: 62.9575402635%;
	}
}

.home-service-list__item {
	position: relative;
	padding: 168px 15px 0;
}
.home-service-list__image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home-service-list__body {
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.home-service-list__item {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.home-service-list {
		display: grid;
		gap: 40px 0;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 70px;
	}
	.home-service-list__item:nth-child(odd) {
		padding: 266px 40px 0 50px;
	}
	.home-service-list__item:nth-child(even) {
		padding: 306px 50px 0 40px;
	}
	.home-service-list__item:nth-child(even) .home-service-list__image {
		top: 40px;
	}
	.home-service-list__body {
		box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1);
	}
}

.home-service-list__body__inner {
	display: block;
	padding: 20px 24px 40px;
	position: relative;
	background-color: #fff;
	text-decoration: none;
	color: var(--color-text);
}
.home-service-list__body__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-size: 16px;
	color: var(--color-prim);
}
.home-service-list__body__title {
	font-weight: bold;
	font-size: 2.1rem;
	line-height: var(--line-height-s);
}
.home-service-list__body__title > span {
	margin-top: 8px;
	display: block;
	font-size: 1.6rem;
}
.home-service-list__body__content {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--color-prim);
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.home-service-list__body__inner {
		padding: 48px 60px;
	}
	.home-service-list__body__title {
		font-size: 3rem;
	}
	.home-service-list__body__title > span {
		margin-top: 24px;
	}
	.home-service-list__body__content {
		margin-top: 24px;
		padding-top: 22px;
	}
}

.home-service-list__body__inner[target=_blank]::after {
	content: "\e904";
}
@media (min-width: 768px) {
	.home-service-list__body__inner {
		transition: color 0.2s;
	}
	.home-service-list__body__inner:hover {
		color: var(--color-prim);
	}
}

/* seminar */
.home-seminar {
	margin-top: 70px;
	position: relative;
}
.home-seminar::before {
	content: "";
	display: block;
	width: 89.3333333333%;
	height: calc(100% - 48px);
	position: absolute;
	top: 16px;
	left: 0;
	z-index: -1;
	background-color: #F1F6F6;
}
.home-seminar__title {
	width: 89.3333333333%;
	margin: 0 auto 30px;
}
.home-seminar__inner {
	overflow: visible !important;
	width: 89.3333333333%;
	margin: 0 auto 40px;
}
.home-seminar__slide {
	width: 260px;
}
.home-seminar__slide + .home-seminar__slide {
	margin-left: 20px;
}
.home-seminar__prev, .home-seminar__next {
	display: none;
}
@media (min-width: 768px) {
	.home-seminar {
		margin-top: 130px;
	}
	.home-seminar::before {
		width: 84.9194729136%;
	}
	.home-seminar__title {
		width: 1160px;
		margin: 0 auto 60px;
	}
	.home-seminar__inner {
		width: 1160px;
		margin-bottom: 98px;
	}
	.home-seminar__slide {
		width: 336px;
	}
	.home-seminar__slide + .home-seminar__slide {
		margin-left: 40px;
	}
	.home-seminar__prev, .home-seminar__next {
		display: block;
		width: 32px;
		height: 32px;
		border: 1px solid var(--color-border);
		position: absolute;
		top: -64px;
		right: 0;
		opacity: 1;
		cursor: pointer;
		transition: opacity 0.2s;
		text-align: center;
		font-size: 1.6rem;
		line-height: 30px;
		color: var(--color-text);
	}
	.home-seminar__prev[class*=-disabled], .home-seminar__next[class*=-disabled] {
		opacity: 0.25;
	}
	.home-seminar__prev:hover:not([class*=-disabled]), .home-seminar__next:hover:not([class*=-disabled]) {
		opacity: 0.6;
	}
	.home-seminar__prev {
		right: 48px;
	}
}

/* activity */
.home-activity {
	margin-top: 60px;
	position: relative;
}
.home-activity::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #2E3133;
}
.home-activity__inner {
	padding: 20px 0 40px;
}
.home-activity__copy {
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 5rem;
	line-height: 1;
	color: #fff;
}
.home-activity__copy span {
	display: block;
	margin: 8px 0;
	font-weight: 300;
	font-size: 5.6rem;
}
.home-activity__copy::before {
	content: "";
	display: block;
	width: 89.3333333333%;
	height: 111px;
	position: absolute;
	left: 0;
	bottom: 50%;
	z-index: -1;
	background-image: var(--color-gradient);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.home-activity__detail {
	width: 100%;
	margin-top: 40px;
	padding: 0 5.3333333333%;
	color: #fff;
}
.home-activity__text {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 2;
}
.home-activity__image {
	width: 92%;
	margin: 40px 0 0 auto;
}
.home-activity__link {
	width: 100%;
	margin-top: 20px;
	padding: 0 8%;
}
.home-activity__link__inner {
	max-width: 345px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.home-activity {
		margin: 140px auto 0;
	}
	.home-activity::before {
		width: 92.4597364568%;
	}
	.home-activity__inner {
		width: 1160px;
		margin: 0 auto;
		padding: 100px 0 80px;
	}
	.home-activity__copy {
		width: 682px;
		margin: 0 0 0 auto;
		padding: 0 30px 0 100px;
		z-index: 1;
		font-size: 5.6rem;
		text-align: right;
		word-break: keep-all;
		white-space: nowrap;
	}
	.home-activity__copy span {
		display: inline-block;
		margin: 0 16px;
	}
	.home-activity__copy::before {
		width: 100%;
		height: 30px;
		bottom: 0;
		-webkit-transform: translateY(18px);
		transform: translateY(18px);
	}
	.home-activity__detail {
		width: 630px;
		margin: 64px 0 0 auto;
		padding: 0 0 0 64px;
	}
	.home-activity__image {
		width: 46vw;
		height: 750px;
		margin: 0;
		position: absolute;
		top: calc(50% + 45px);
		left: 0;
		z-index: -1;
		overflow: hidden;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home-activity__image img {
		width: 101%;
		height: 101%;
		position: absolute;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center right;
		object-position: center right;
	}
	.home-activity__link {
		width: 630px;
		margin: 20px 0 0 auto;
		padding: 0;
	}
}

/* product */
.home-product {
	position: relative;
	margin-top: 60px;
}
.home-product::before {
	content: "";
	display: block;
	width: 37.3333333333%;
	height: calc(100% - 34px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #F1F6F6;
}
@media (min-width: 768px) {
	.home-product {
		margin-top: 160px;
	}
	.home-product::before {
		width: 85.1390922401%;
	}
}

.home-product-item {
	margin-top: 40px;
	background-color: #fff;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.home-product-item__inner {
	text-decoration: none;
}
.home-product-item__image {
	width: 100%;
	height: 0;
	padding-bottom: 55.5555555556%;
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
.home-product-item__image > img {
	width: 101%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (min-width: 768px) {
	.home-product-item {
		margin-top: 60px;
		box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1);
	}
	.home-product-item__inner {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.home-product-item__image {
		flex: 0 0 540px;
		padding-bottom: 300px;
	}
}

.home-product-item__body__inner {
	display: block;
	padding: 20px 24px 40px;
	position: relative;
	background-color: #fff;
	text-decoration: none;
	color: var(--color-text);
}
.home-product-item__body__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-size: 16px;
	color: var(--color-prim);
}
.home-product-item__body__title {
	font-weight: bold;
	font-size: 2.1rem;
	line-height: var(--line-height-s);
}
.home-product-item__body__title > span {
	margin-top: 8px;
	display: block;
	font-size: 1.6rem;
}
.home-product-item__body__content {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--color-prim);
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.home-product-item__body__inner {
		padding: 48px 60px;
	}
	.home-product-item__body__title {
		font-size: 3rem;
	}
	.home-product-item__body__title > span {
		margin-top: 24px;
	}
	.home-product-item__body__content {
		margin-top: 24px;
		padding-top: 22px;
	}
}

@media (min-width: 768px) {
	.home-product-item__body__inner {
		padding: 34px 60px;
	}
	.home-product-item__body__content {
		letter-spacing: 0.05em;
	}
	.home-product-item__inner .home-product-item__body__inner {
		transition: color 0.2s;
	}
	.home-product-item__inner:hover .home-product-item__body__inner {
		color: var(--color-prim);
	}
}

/* support */
.home-support {
	margin-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
.home-support::before {
	content: "";
	display: block;
	width: 89.3333333333%;
	height: calc(100% - 16px);
	position: absolute;
	top: 16px;
	right: 0;
	z-index: -1;
	background-color: #F1F6F6;
}
@media (min-width: 768px) {
	.home-support {
		margin-top: 170px;
		padding-bottom: 186px;
	}
}

.home-support-list {
	margin-top: 30px;
}
.home-support-list__item {
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.home-support-list__item__inner {
	display: block;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}
.home-support-list__item__inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.home-support-list__item__image {
	width: 100%;
	height: 0;
	padding-bottom: 66.6666666667%;
	position: relative;
	overflow: hidden;
}
.home-support-list__item__image > img {
	width: 101%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.home-support-list__item__title {
	width: 100%;
	padding: 0 24px 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	font-weight: bold;
	font-size: 2rem;
	line-height: var(--line-height-s);
	color: #fff;
}
.home-support-list__item__title > span {
	display: block;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #fff;
}
.home-support-list__item__title::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 28px;
	right: 24px;
	font-size: 16px;
	color: #fff;
}
@media (max-width: 767px) {
	.home-support-list__item + .home-support-list__item {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.home-support-list {
		display: flex;
		justify-content: space-between;
	}
	.home-support-list__item {
		flex: 0 0 560px;
	}
	.home-support-list__item__image > img {
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: -webkit-transform 0.4s ease-out;
		transition: transform 0.4s ease-out;
		transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	}
	.home-support-list__item__inner:hover .home-support-list__item__image > img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

/* lab */
.home-lab {
	margin-top: -16px;
}
.home-lab__inner {
	overflow: visible !important;
	width: 89.3333333333%;
	margin: 0 auto 40px;
}
.home-lab__slide {
	width: 260px;
}
.home-lab__slide + .home-lab__slide {
	margin-left: 20px;
}
.home-lab__prev, .home-lab__next {
	display: none;
}
@media (min-width: 768px) {
	.home-lab__inner {
		width: 1160px;
		margin-bottom: 98px;
	}
	.home-lab__slide {
		width: 336px;
	}
	.home-lab__slide + .home-lab__slide {
		margin-left: 40px;
	}
	.home-lab__prev, .home-lab__next {
		display: block;
		width: 32px;
		height: 32px;
		border: 1px solid var(--color-border);
		position: absolute;
		top: -64px;
		right: 0;
		opacity: 1;
		cursor: pointer;
		transition: opacity 0.2s;
		text-align: center;
		font-size: 1.6rem;
		line-height: 30px;
		color: var(--color-text);
	}
	.home-lab__prev[class*=-disabled], .home-lab__next[class*=-disabled] {
		opacity: 0.25;
	}
	.home-lab__prev:hover:not([class*=-disabled]), .home-lab__next:hover:not([class*=-disabled]) {
		opacity: 0.6;
	}
	.home-lab__prev {
		right: 48px;
	}
}

/* recruit */
.home-recruit {
	margin-top: -30px;
	padding: 80px 0 50px;
	background-color: #F1F6F6;
}
@media (min-width: 768px) {
	.home-recruit {
		padding: 136px 0 80px;
	}
}

/* 正規代理店 */
.home-agency {
	padding: 60px 0 80px 0;
}
.home-agency__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) {
	.home-agency__inner {
		width: 1240px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.home-agency__title {
	position: relative;
	text-align: center;
}
.home-agency__title::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #000;
}
.home-agency__title > span {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	background-color: #fff;
}
.home-agency__list {
	max-width: 320px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.home-agency__list > li {
	align-self: center;
}
.home-agency__list + p {
	letter-spacing: 0;
}
.home-agency__sns {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-agency__sns > li {
	width: 42px;
}
.home-agency__sns > li + li {
	margin-left: 50px;
}
.home-agency__sns > li > a {
	display: block;
}
@media (min-width: 768px) {
	.home-agency {
		padding: 80px 0;
	}
	.home-agency__inner {
		max-width: 1040px;
	}
	.home-agency__title > span {
		padding: 0 40px;
		font-size: 2.7rem;
	}
	.home-agency__list {
		max-width: none;
		margin-top: 64px;
		gap: unset;
		display: flex;
		justify-content: center;
		align-self: center;
	}
	.home-agency__list > li {
		flex: 0 0 auto;
		width: auto;
		padding: 8px;
		height: 50px;
	}
	.home-agency__list > li.p0 {
		padding: 0;
	}
	.home-agency__list > li + li {
		margin-left: 56px;
	}
	.home-agency__list > li img {
		width: auto;
		height: 100%;
	}
	.home-agency__sns {
		margin-top: 60px;
	}
}

/* fadeup用 */
.js-home-fadeup {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s, transform 0.4s ease-out;
	transition: opacity 0.4s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js-home-fadeup--active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}