@charset "utf-8";

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

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	--content-width: 1300px;
	display: flex;
	min-height: 100vh;
	margin-bottom: calc(var(--padding-block) * -1);
	clip-path: inset(0);
}

.home-header-video {
	position: fixed;
	inset: 0;
	z-index: -1;
	height: 100vh;
	background: #000;
}

.home-header-video video {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.home-header .inner {
	display: grid;
	padding-bottom: 20px;
	align-items: end;
}

.home-header .heading-ja {
	font-size: min(calc(100vw * 52 / 375), 82px);
	line-height: 1.2;
}

.home-header .heading-en {
	font-weight: 700;
	font-size: clamp(17px, calc(100vw * 17 / 375), 32px);
}

.home-header .section-description {
	margin-top: 0.8em;
	font-size: clamp(18px, calc(100vw * 18 / 375), 24px);
	text-align: initial;
}

.home-header-news {
	display: flex;
	margin: 60px 0 0 auto;
	padding: 0.8em 1.3em;
	border-radius: 1.8em;
	background: var(--color_white);
	color: var(--color_main);
	font-size: 0.9em;
	column-gap: 1em;
	align-items: center;
}

.home-header-news:hover {
	background: rgb(var(--color_white_rgb), 0.85);
}

.home-header-news .heading {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (min-width: 768px) {
.home-header .inner {
	padding-bottom: 45px;
}

.home-header .main {
	display: grid;
	column-gap: 40px;
	justify-content: space-between;
	align-items: end;
}

.home-header .kokoro {
	grid-row: 2;
	grid-column: 2;
}

.home-header .heading {
	grid-column: 1 / 3;
}

.home-header .section-description {
	letter-spacing: var(--letter-spacing);
	align-self: start;
}
}

@media (max-width: 767.9px) {
.home-header .kokoro {
	width: 60px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- はじめまして、絆です。
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-greeting {
	--content-width: 1100px;
	position: relative;
}

.home-greeting-scroll {
	display: grid;
	position: absolute;
	inset: 1em 0 auto;
	width: fit-content;
	margin-block: auto;
	color: var(--color_white);
	font-size: 11px;
	writing-mode: vertical-rl;
	grid-template-columns: auto auto;
	column-gap: 0.3em;
	align-items: center;
}

.home-greeting-scroll:hover {
	opacity: var(--opacity);
}

@keyframes scroll {
0% {
	transform: translateY(0);
}

80% {
	transform: translateY(0.5em);
}

100% {
	transform: translateY(0);
}
}

.home-greeting-scroll img {
	width: 0.5em;
	animation: scroll 1.2s ease-in-out infinite both;
}

.home-greeting .content {
	padding: 40px var(--padding-inline);
	border-radius: var(--border-radius);
	background: var(--color_white);
}

.home-greeting .heading_enja {
	margin-bottom: 0.7em;
}

.home-greeting .section-description {
	font-size: clamp(17px, calc(100vw * 17 / 375), 37px);
	line-height: 1.4;
}

@media (min-width: 768px) {
.home-greeting-scroll {
	font-size: 13px;
}

.home-greeting .content {
	padding-block: 100px;
}

.home-greeting .heading_enja {
	margin-bottom: 0.4em;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 絆にできること
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-whatwedo-li:not(:last-child) {
	margin-bottom: var(--padding-block_half);
}

.home-whatwedo-li .heading {
	margin-bottom: 0.7em;
	font-size: 26px;
}

.home-whatwedo-li .heading-en {
	font-size: 22px;
}

.home-whatwedo-li .heading-ja {
	line-height: 1;
}

.home-whatwedo-li .img {
	width: 100%;
	border-radius: var(--border-radius);
}

.home-whatwedo-li .copy {
	margin-bottom: 0.8em;
	font-weight: 700;
	font-size: 16px;
}

.home-whatwedo-li .michelin {
	margin-block: 0.6em 0.4em;
	font-weight: 700;
	font-size: 15px;
}

.home-whatwedo-li .address {
	font-size: 13px;
}

.home-whatwedo-li .tel {
	display: flex;
	width: fit-content;
	font-size: 13px;
	column-gap: 0.5em;
	align-items: center;
}

.home-whatwedo-li .tel:hover {
	opacity: var(--opacity);
}

@media (min-width: 768px) {
.home-whatwedo-li {
	display: grid;
	padding: 60px 7%;
	border: 4px solid;
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
	column-gap: 5%;
}

.home-whatwedo-li:nth-child(2n+1) {
	grid-template-columns: 49% auto;
}

.home-whatwedo-li:nth-child(2n) {
	grid-template-columns: auto 49%;
}

.home-whatwedo-li .heading {
	font-size: 40px;
	align-self: end;
}

.home-whatwedo-li .img {
	height: 420px;
	object-fit: cover;
	grid-row: 1 / 3;
}

.home-whatwedo-li:nth-child(2n) .img {
	grid-column: 2;
}

.home-whatwedo-li .copy {
	font-size: 20px;
}

.home-whatwedo-li .michelin {
	font-size: 18px;
}

.home-whatwedo-li .address {
	font-size: 14px;
}

.home-whatwedo-li .tel {
	font-size: 14px;
}

.home-whatwedo-li .buttons {
	justify-content: initial;
}

.home-whatwedo-li .button {
	margin-inline: initial;
}
}

@media (max-width: 767.9px) {
.home-whatwedo-li .heading {
	text-align: center;
}

.home-whatwedo-li .img {
	margin-bottom: 18px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 施工事例
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-works-li {
	max-width: 86%;
}

.home-works-li .img {
	border-radius: var(--border-radius);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 絆のこだわり
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-commitment {
	padding-bottom: initial;
}

.home-commitment-li {
	counter-increment: number;
}

.home-commitment-li .heading {
	display: flex;
	font-size: 18px;
	line-height: 1.3;
	gap: 0.5em 0.8em;
	align-items: center;
}

.home-commitment-li .heading::before {
	color: var(--color_white);
	font-weight: 900;
	font-size: 51px;
	font-family: var(--font_english);
	line-height: 1;
	text-shadow: var(--text-shadow);
  -webkit-text-stroke: var(--text-stroke);
	content: counter(number, decimal-leading-zero);
}

@media (min-width: 768px) {
.home-commitment-ul {
	display: grid;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-between;
}

.home-commitment-li:nth-child(2) {
	animation-delay: 0.4s;
}

.home-commitment-li:nth-child(3) {
	animation-delay: 0.5s;
}

.home-commitment-li .image {
	display: flex;
	height: 266px;
	padding-inline: var(--padding-inline);
	border: 3px solid;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
	justify-content: center;
	align-items: center;
}

.home-commitment-li .heading {
	margin-block: 1.3em 0.5em;
	font-size: 24px;
	pointer-events: none;
}

.home-commitment-li .heading::before {
	font-size: 86px;
}

.home-commitment-li .accordion-icon {
	display: none;
}

.home-commitment-li .description {
	display: block !important;
}
}

@media (min-width: 768px) and (max-width: 1023.9px) {
.home-commitment-li .heading {
	flex-flow: column;
}
}

@media (max-width: 767.9px) {
.home-commitment-li {
	display: grid;
	position: relative;
	padding-block: 2em;
	border-bottom: 1px solid;
	grid-template-columns: 1fr 50px;
	column-gap: 20px;
}

.home-commitment-li .image {
	grid-row: 1;
	grid-column: 2;
	align-self: center;
}

.home-commitment-li .heading {
	cursor: pointer;
}

.home-commitment-li .accordion-icon {
	inset: auto 0 10px;
	width: 11px;
	margin-inline: auto;
}

.home-commitment-li .description {
	padding-block: 1.1em 0.7em;
	grid-column: 1 / 3;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ご注文から納品までの流れ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-howtoorder-ul {
	margin-bottom: -42px;
}

.home-howtoorder-li {
	display: flex;
	position: relative;
	height: 100px;
	margin-bottom: 42px;
	padding-inline: 1em;
	border: 2px solid;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
	counter-increment: number;
	gap: 0.6em 1.5em;
	align-items: center;
}

.home-howtoorder-li:nth-child(-n+4)::after {
	position: absolute;
	inset: auto 0 -35px;
	width: 1.3em;
	height: 1.1em;
	margin: auto;
	background: var(--color_sub);
	content: "";
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.home-howtoorder-li .heading {
	display: flex;
	font-size: 18px;
	flex: none;
	gap: 0.2em 0.3em;
	align-items: center;
}

.home-howtoorder-li .heading::before {
	color: var(--color_white);
	font-weight: 900;
	font-size: 20px;
	font-family: var(--font_english);
	line-height: 1;
	text-shadow: var(--text-shadow);
  -webkit-text-stroke: var(--text-stroke);
	content: counter(number, decimal-leading-zero);
}

@media (min-width: 768px) {
.home-howtoorder-ul {
	display: flex;
	column-gap: 42px;
	flex-flow: wrap;
	justify-content: center;
}

.home-howtoorder-li {
	width: 204px;
	height: 208px;
	text-align: center;
	flex-flow: column;
	justify-content: center;
}

.home-howtoorder-li:nth-child(2) {
	animation-delay: 0.4s;
}

.home-howtoorder-li:nth-child(3) {
	animation-delay: 0.5s;
}

.home-howtoorder-li:nth-child(4) {
	animation-delay: 0.6s;
}

.home-howtoorder-li:nth-child(5) {
	animation-delay: 0.7s;
}

.home-howtoorder-li:nth-child(-n+4)::after {
	inset: 0 -26px 0 auto;
	transform: rotate(30deg);
}

.home-howtoorder-li .heading {
	font-size: 24px;
	flex-flow: column;
}

.home-howtoorder-li .heading::before {
	font-size: 36px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 採用情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-recruit {
	position: relative;
}

.home-recruit-sliders {
	position: absolute;
	inset: var(--padding-block) 0 auto;
	z-index: -1;
}

.home-recruit-slider._reverse {
	margin-top: 16px;
}

.home-recruit-li {
	min-width: 174px;
	max-width: 46%;
}

.home-recruit-li .img {
	border-radius: var(--border-radius);
}

.home-recruit .section-description {
	margin-bottom: initial;
}

@media (min-width: 768px) {
.home-recruit-sliders {
	top: 50%;
	transform: translateY(-50%);
}

.home-recruit-slider._reverse {
	margin-top: 33px;
}

.home-recruit .inner {
	display: flex;
	width: 650px;
	height: 650px;
	border-radius: 50%;
	background: rgb(var(--color_white_rgb), 0.95);
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
}

@media (max-width: 767.9px) {
.home-recruit {
	padding-top: 110px;
}

.home-recruit .heading_enja {
	display: flex;
	width: 5.7em;
	height: 5.7em;
	margin: 0 auto 50px;
	border-radius: 50%;
	background: rgb(var(--color_white_rgb), 0.95);
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.home-recruit .section-description {
	color: var(--color_white);
}

.home-recruit .button {
	color: var(--color_main);
}

.home-recruit .button::before {
	border: none;
	background: var(--color_sub);
}

.home-recruit .button::after {
	background: var(--color_white);
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 絆公式アカウント
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-sns lite-youtube {
	border-radius: var(--border-radius);
}

.home-sns .button {
	width: 13em;
}

@media (min-width: 768px) {
.home-sns .inner {
	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-template-columns: 44% minmax(auto, 600px);
	column-gap: 6%;
	align-items: end;
}

.home-sns .heading_enja {
	text-align: initial;
}

.home-sns .section-description {
	margin-bottom: initial;
	text-align: initial;
}

.home-sns lite-youtube {
	grid-row: 1 / 4;
	grid-column: 2;
}

.home-sns .buttons {
	font-size: 20px;
	flex-flow: column;
}

.home-sns .button {
	margin-inline: initial;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
.home-news .inner {
	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-template-columns: auto minmax(auto, 600px);
	column-gap: 6%;
}

.home-news .heading_enja {
	text-align: initial;
}

.home-news .section-description {
	margin-bottom: initial;
	text-align: initial;
}

.news-post-ul {
	grid-row: 1 / 4;
	grid-column: 2;
}

.home-news .button {
	margin-inline: initial;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページリンク
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (max-width: 1279.9px) {
.page-link:not(._show) {
	transform: translateY(100%);
}
}
