@charset "UTF-8";
/*----------
	variation Design A
	トップページ
----------*/
.home-heading-seco {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-bottom: 14px;
}
.home-heading-seco::before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: var(--color-prim);
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.home-heading-seco {
		font-size: 2.4rem;
		padding-bottom: 24px;
	}
	.home-heading-seco::before {
		width: 100px;
	}
}

.home-mv {
	width: 100%;
	height: 0;
	padding-bottom: 106.6666666667%;
	position: relative;
	overflow: hidden;
}
.home-mv__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
	object-position: center;
}
.home-mv__copy {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	bottom: 50%;
	z-index: 3;
	left: 0;
	color: #fff;
	transform: translateY(50%);
}
.home-mv__copy > p {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1;
}
.home-mv__copy > p span {
	display: inline-block;
	margin-top: 5px;
	padding: 6px;
	background-color: var(--color-prim);
}
@media (min-width: 768px) {
	.home-mv {
		padding-bottom: 570px;
		min-width: 1024px;
	}
	.home-mv__copy {
		width: 100%;
		max-width: 1300px;
		padding-left: 50px;
		padding-right: 50px;
		left: 50%;
		transform: translate(-50%, 50%);
	}
	.home-mv__copy > p {
		font-size: 5rem;
	}
	.home-mv__copy > p span {
		padding: 10px 10px 14px;
		margin-top: 10px;
	}
}

/* lead */
.home-lead {
	margin-top: 32px;
	margin-bottom: 48px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media (min-width: 768px) {
	.home-lead {
		margin-top: 56px;
		margin-bottom: 96px;
		font-size: 2.4rem;
	}
}

/* content a */
.home-content-a__inner {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
.home-content-a__image {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 66.6666666667%;
	overflow: hidden;
}
.home-content-a__image > img {
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.home-content-a__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 80px;
	padding: 16px 48px 16px 20px;
	border-radius: 0 0 10px 10px;
	position: relative;
	background-color: var(--color-base);
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
	color: var(--color-text);
}
.home-content-a__title > span {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.2rem;
	color: var(--color-prim);
}
.home-content-a__title::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: var(--icon-cir-chev-right);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: var(--color-prim);
}
.home-content-a__text {
	margin-top: 16px;
	padding-left: 20px;
	border-left: 1px solid var(--color-border);
	font-size: 1.4rem;
	line-height: 1.8;
	color: var(--color-text);
}
@media (min-width: 768px) and (hover: hover) {
	.home-content-a__image img {
		transform: scale(1);
		transition: transform 0.4s ease-out;
	}
	.home-content-a__inner:hover .home-content-a__image img {
		transform: scale(1.05);
	}
}

@media (max-width: 767px) {
	.home-content-a-container__item + .home-content-a-container__item {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.home-content-a-container {
		display: grid;
		gap: 0 3.33%;
		margin-top: 80px;
	}
	.home-content-a-container--2up {
		grid-template-columns: repeat(2, 1fr);
	}
	.home-content-a-container--3up {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* content wide a */
.home-content-wide-a__inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}
.home-content-wide-a__image {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 66.6666666667%;
	overflow: hidden;
}
.home-content-wide-a__image > img {
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.home-content-wide-a__content {
	padding: 30px 20px 52px;
	background-color: var(--color-base);
}
.home-content-wide-a__title {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
	color: var(--color-text);
}
.home-content-wide-a__title > span {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.2rem;
	color: var(--color-prim);
}
.home-content-wide-a__title::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: var(--icon-cir-chev-right);
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: var(--color-prim);
	transform: translate(5px, 0.05em);
}
.home-content-wide-a__text {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: var(--color-text);
}
@media (min-width: 768px) {
	.home-content-wide-a__image {
		width: 81.6666666667%;
		margin: 0 auto 0 0;
		padding-bottom: 500px;
		border-radius: 10px;
	}
	.home-content-wide-a__content {
		width: 500px;
		padding: 48px 40px 60px;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 1;
		transform: translateY(-50%);
	}
	.home-content-wide-a__title {
		font-size: 2.6rem;
	}
	.home-content-wide-a__title::after {
		transform: translate(8px, -0.05em);
	}
	.home-content-wide-a--reverse .home-content-wide-a__image {
		margin: 0 0 0 auto;
	}
	.home-content-wide-a--reverse .home-content-wide-a__content {
		right: auto;
		left: 0;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.home-content-wide-a__image img {
		transform: scale(1);
		transition: transform 0.4s ease-out;
	}
	.home-content-wide-a__inner:hover .home-content-wide-a__image img {
		transform: scale(1.05);
	}
}

.home-content-wide-a-container {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.home-content-wide-a-container__item {
		margin-bottom: 48px;
	}
}
@media (min-width: 768px) {
	.home-content-wide-a-container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.home-content-wide-a-container__item + .home-content-wide-a-container__item {
		margin-top: 120px;
	}
}

/* home sub content */
.home-subcontent-a__inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.home-subcontent-a__inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
}
.home-subcontent-a__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: var(--icon-cir-chev-right);
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 3;
	background-image: radial-gradient(#fff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	font-size: 20px;
	color: var(--color-prim);
}
.home-subcontent-a__image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 138.8888888889%;
	overflow: hidden;
}
.home-subcontent-a__image img {
	width: 101%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.home-subcontent-a__title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
}
.home-subcontent-a__title > span {
	display: block;
	margin-bottom: 9px;
	padding-bottom: 9px;
}
.home-subcontent-a__title > span::after {
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.home-subcontent-a--3col .home-subcontent-a__image {
	padding-bottom: 53.3333333333%;
}
@media (min-width: 768px) {
	.home-subcontent-a__inner {
		cursor: pointer;
	}
	.home-subcontent-a__title {
		font-size: 2.6rem;
	}
	.home-subcontent-a__title > span {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.home-subcontent-a__title > span::after {
		width: 80px;
	}
	.home-subcontent-a--3col .home-subcontent-a__image {
		padding-bottom: 104.1666666667%;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.home-subcontent-a__image img {
		transform: scale(1);
		transition: transform 0.4s ease-out;
	}
	.home-subcontent-a__inner:hover .home-subcontent-a__image img {
		transform: scale(1.05);
	}
}

@media (max-width: 767px) {
	.home-subcontent-a-container--4up {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
	.home-subcontent-a-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.home-subcontent-a-container--4up {
		grid-template-columns: repeat(4, 1fr);
	}
}