@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header-shapes .shape01 {
	inset: 17% auto auto -16%;
	max-width: 24%;
}

.home-header-shapes .shape02 {
	inset: 9% -8% auto auto;
	max-width: 18%;
}

.home-header-shapes .shape03 {
	inset: 98% auto auto -21%;
	max-width: 32%;
}

.home-header-shapes .shape04 {
	inset: 73% -29% auto auto;
	max-width: 37%;
}

.home-header .inner {
	position: relative;
}

.home-header-heading {
	position: relative;
	z-index: 0;
	width: fit-content;
	margin-inline: auto;
}

.home-header-heading .rabbit {
	position: absolute;
	inset: -8% -4% auto auto;
	z-index: -1;
	max-width: 14%;
}

.home-header-img {
	position: absolute;
	inset: auto auto -23% 0;
	max-width: 19%;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- コンセプト
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-concept {
	text-align: center;
}

.home-concept-shapes .shape {
	inset: auto -40px 15px auto;
}

.home-concept-shapes .rabbit {
	inset: auto 60px 170px auto;
}

@media (max-width: 767.9px) {
.home-concept {
	padding-bottom: 190px;
}

.home-concept-shapes {
	transform: scale(0.6);
	transform-origin: right bottom;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-info {
	padding-top: 0;
}

.home-info .content {
	padding: 80px 5% 40px;
	border-radius: 70px;
	background: var(--color_main_light);
}

.info-post-li:hover {
	background: var(--color_ivory);
}

@media (min-width: 1024px) {
.home-info .content {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 32px;
}

.home-info .heading_enja {
	text-align: left;
}

.info-post-ul {
	grid-column: 2;
}

.home-info .button {
	margin: 0;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- サービス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-service-li {
	display: grid;
	padding: 40px 8%;
	border-radius: 40px;
	background: #fff;
	counter-increment: number;
	gap: 40px 8%;
	justify-items: center;
}

.home-service-li:not(:last-child) {
	margin-bottom: var(--padding-block_half);
}

.home-service-li .text::before {
	display: block;
	width: fit-content;
	margin-bottom: 1.8em;
	padding: 0.2em 1em;
	border: 1px solid;
	border-radius: 100vw;
	font-weight: 700;
	font-size: 13px;
	font-family: var(--font_english);
	content: "service " counter(number, decimal-leading-zero) "."
}

.home-service-li .heading {
	margin-bottom: 0.3em;
	font-size: 28px;
}

.home-service-li .copy {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 20px;
}

@media (min-width: 768px) {
.home-service-li {
	padding-block: 80px;
	grid-template-columns: 54% auto;
	justify-content: space-between;
	align-items: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メディア掲載実績
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-media {
	padding-top: 140px;
}

.home-media-shapes .shape {
	inset: 10px 0 0 -180px;
}

.home-media-shapes .rabbit {
	inset: 90px 0 0 230px;
}

.home-media .content {
	padding: 40px var(--padding-inline);
	border-radius: 30px;
	background: #fff;
}

.home-media-ul {
	display: flex;
	gap: 20px 56px;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}

.home-media .section-description {
	margin-top: 1.8em;
}

@media (min-width: 768px) {
.home-media {
	padding-top: 230px;
}
}

@media (max-width: 767.9px) {
.home-media-shapes {
	transform: scale(0.6);
	transform-origin: left top;
}
}
