@charset "utf-8";

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

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header:not(._open):not(._change) .header-logo {
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 480px) {
header._open:not(._change) .header-logo {
	visibility: hidden;
	opacity: 0;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	--content-width: var(--content-width_large);
	padding-top: var(--padding-block);
	background: url("../img/home/header-background.svg") center var(--padding-block) / auto calc(100% - var(--padding-block)) repeat-x var(--color_main_lighter);
}

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

.home-header-image {
	transform: scale(1.2);
}

@keyframes home-header-person01 {
0% {
	transform: translateY(0);
}

25% {
	transform: translateY(-30%);
}

75% {
	transform: translateY(50%);
}

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

.home-header-image .person01 {
	position: absolute;
	inset: 58% auto auto 33.3%;
	width: 1.6%;
	animation: home-header-person01 3s linear infinite both;
}

.home-header-image .person02 {
	position: absolute;
	inset: 58% auto auto 35.5%;
	width: 1.5%;
	animation: home-header-person01 3s linear 0.7s infinite both;
}

@keyframes home-header-person03 {
0%,
10% {
	opacity: 0;
	transform: translate(-30%, 20%);
}

20% {
	transform: translate(-30%, 20%);
}

30% {
	opacity: 1;
}

50% {
	opacity: 1;
	transform: translate(0, 0);
}

70% {
	opacity: 1;
}

80% {
	transform: translate(30%, -20%);
}

90%,
100% {
	opacity: 0;
	transform: translate(30%, -20%);
}
}

.home-header-image .person03 {
	position: absolute;
	inset: 73% auto auto 59%;
	width: 2.7%;
	animation: home-header-person03 4s linear infinite both;
}

@keyframes home-header-person04 {
0% {
	transform: translate(0, 0);
}

25% {
	transform: translate(-30%, -20%);
}

75% {
	transform: translate(30%, 20%);
}

100% {
	transform: translate(0, 0);
}
}

.home-header-image .person04 {
	position: absolute;
	inset: 13% auto auto 45%;
	width: 3.7%;
	animation: home-header-person04 4s linear infinite both;
}

@keyframes home-header-person05 {
0% {
	transform: translate(0, 0);
}

25% {
	transform: translate(-30%, 20%);
}

50% {
	transform: translate(0, 0) scaleX(-1);
}

75% {
	transform: translate(30%, -20%) scaleX(-1);
}

100% {
	transform: translate(0 ,0);
}
}

.home-header-image .person05 {
	position: absolute;
	inset: 59% auto auto 84%;
	width: 4%;
	animation: home-header-person05 4s linear infinite both;
}

@keyframes home-header-bus {
0%,
10% {
	opacity: 0;
	transform: translate(-60%, -40%);
}

20% {
	transform: translate(-60%, -40%);
}

30% {
	opacity: 1;
}

50% {
	opacity: 1;
	transform: translate(0, 0);
}

70% {
	opacity: 1;
}

80% {
	transform: translate(60%, 40%);
}

90%,
100% {
	opacity: 0;
	transform: translate(60%, 40%);
}
}

.home-header-image .bus {
	position: absolute;
	inset: 67% auto auto 23%;
	width: 8%;
	animation: home-header-bus 5s linear infinite both;
}

@keyframes home-header-car {
0%,
10% {
	opacity: 0;
	transform: translate(150%, -105%);
}

20% {
	transform: translate(150%, -105%);
}

30% {
	opacity: 1;
}

50% {
	opacity: 1;
	transform: translate(0, 0);
}

70% {
	opacity: 1;
}

80% {
	transform: translate(-150%, 105%);
}

90%,
100% {
	opacity: 0;
	transform: translate(-150%, 105%);
}
}

.home-header-image .car {
	position: absolute;
	inset: 62% auto auto 53%;
	width: 4%;
	animation: home-header-car 7s linear infinite both;
}

@keyframes home-header-train {
0% {
	opacity: 0;
	transform: translate(90%, -75%);
}

10% {
	opacity: 1;
	transform: translate(90%, -75%);
}

70% {
	transform: translate(0, 0);
}

80% {
	opacity: 1;
}

90%,
100% {
	opacity: 0;
	transform: translate(0, 0);
}
}

.home-header-image .train {
	position: absolute;
	inset: 31% auto auto 16%;
	width: 20%;
	animation: home-header-train 10s linear infinite both;
}

.home-header-logo {
	display: grid;
	position: absolute;
	inset: calc(var(--padding-block_negative) + 1.5em) auto auto var(--padding-inline);
	width: fit-content;
	font-size: 8px;
	row-gap: 1.3em;
	justify-items: center;
}

.home-header-logo:hover {
	filter: var(--brightness);
}

.home-header-heading {
	display: grid;
	position: absolute;
	inset: 0 var(--padding-inline) auto auto;
	font-size: clamp(24px, calc(100vw * 32 / 768), 40px);
	row-gap: 0.3em;
	justify-items: end;
}

.home-header-heading .line {
	padding-inline: 0.5em;
	border-radius: 0.25em;
	background: rgb(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
.home-header-image {
	transform: scale(1.1);
}

.home-header-logo {
	font-size: 12px;
}
}

@media (min-width: 1280px) {
.home-header-heading {
	top: 50px;
}
}

@media (max-width: 767.9px) {
.home-header .inner {
	padding-top: 100px;
}

.home-header-logo .img {
	width: 80px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-info {
	--content-width: var(--content-width_large);
	padding-top: initial;
	background: var(--color_main_lighter);
}

.home-info .content {
	padding: var(--padding-block) var(--padding-inline);
	border-bottom-right-radius: var(--border-radius);
	background: #fff;
}

.home-info .heading_enja-en {
	color: var(--color_gray);
}

@media (min-width: 768px) {
.home-info .content {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: auto minmax(auto, 870px);
	column-gap: 7%;
	justify-content: center;
}

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

.info-post-ul {
	grid-row: 1 / 3;
	grid-column: 2;
}

.home-info .button {
	min-width: 220px;
	margin: initial;
}
}

@media (max-width: 1023.9px) {
.info-post-li {
	grid-template-columns: initial;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ご挨拶・企業理念
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-philosophy {
	display: grid;
	padding-top: initial;
	background: url("../img/home/philosophy-background.svg") center bottom / 159% no-repeat;
	gap: 40px 6%;
}

.home-philosophy .img01 {
	width: calc(100% - var(--padding-inline));
	height: 240px;
	border-bottom-right-radius: var(--border-radius);
	object-fit: cover;
}

.home-philosophy .inner {
	align-self: center;
}

.home-philosophy .copy {
	margin-bottom: 0.9em;
	color: var(--color_sub);
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}

.home-philosophy .img02 {
	width: calc(100% - var(--padding-inline));
	height: 240px;
	border-radius: var(--border-radius) 0 0 var(--border-radius);
	object-fit: cover;
	justify-self: end;
}

@media (min-width: 768px) {
.home-philosophy {
	height: 912px;
	padding-bottom: initial;
	grid-template-columns: auto min(48%, 710px) auto;
}

.home-philosophy .img01 {
	width: 100%;
	height: 740px;
}

.home-philosophy .inner {
	padding-inline: initial;
}

.home-philosophy .copy {
	font-size: 30px;
}

.home-philosophy .img02 {
	width: 100%;
	height: 740px;
	align-self: end;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- イツキの強み
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-strength {
	--content-width: var(--content-width_large);
	padding-bottom: initial;
}

.home-strength .inner {
	display: grid;
}

.home-strength .img {
	width: 100%;
	height: 240px;
	border-top-left-radius: var(--border-radius);
	object-fit: cover;
}

.home-strength .text {
	display: flex;
	position: relative;
	padding-inline: var(--padding-inline);
	background: var(--color_sub);
	color: #fff;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.home-strength .text::before {
	position: absolute;
	inset: 0 auto 0 100%;
	z-index: -1;
	width: 100vw;
	background: inherit;
	content: "";
}

.home-strength .description {
	max-width: 474px;
}

.home-strength .button {
	border-color: #fff;
	background: initial;
}

.home-strength .button:hover {
	background: #fff;
	color: var(--color_sub);
}

@media (min-width: 768px) {
.home-strength .inner {
	position: relative;
	grid-template-columns: 1fr 1fr;
}

.home-strength .heading_enja {
	display: block;
	position: absolute;
	inset: 0 auto 0 10%;
	z-index: 1;
	max-width: 42%;
	height: fit-content;
	margin-block: auto;
}

.home-strength .heading_enja-en {
	color: #fff;
}

.home-strength .img {
	height: 757px;
	border-bottom-left-radius: var(--border-radius);
}
}

@media (max-width: 767.9px) {
.home-strength .image {
	margin-right: var(--padding-inline_negative);
}

.home-strength .text {
	padding-block: var(--padding-block);
	border-bottom-left-radius: var(--border-radius);
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 事業内容
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-business {
	--content-width: var(--content-width_large);
	padding-bottom: initial;
	background: url("../img/home/business-background.svg") center bottom 100px / auto 54% no-repeat;
}

.home-business .wrapper {
	max-width: var(--content-width_medium);
	margin-inline: auto;
}

.home-business .heading_enja {
	margin-bottom: 0.3em;
}

.home-business .content {
	display: grid;
	margin-top: 1em;
	font-size: clamp(12px, calc(100vw * 16 / 560), 16px);
	grid-template-rows: auto auto 1fr;
	grid-template-columns: auto auto;
	gap: 2em 5%;
	justify-content: center;
}

.home-business-dl01 {
	align-self: center;
}

.home-business-dl04 {
	grid-row: 2 / 4;
	grid-column: 2;
}

.home-business-dl dt {
	margin-bottom: 0.5em;
	padding: 0.6em 1.2em;
	border-radius: 100vw;
	background: var(--color_main);
	color: #fff;
	font-weight: 700;
	font-size: clamp(13px, calc(100vw * 18 / 560), 18px);
	line-height: 1.3;
	text-align: center;
}

.home-business-dl dd {
	position: relative;
	margin: 0.2em 0 0 1em;
	padding-left: 1.2em;
	font-weight: 600;
}

.home-business-dl dd::before {
	position: absolute;
	inset: 0 auto auto 0;
	content: "・";
}

.home-business .img {
	position: relative;
	z-index: 1;
	align-self: center;
}

.home-business .button {
	background: initial;
	color: var(--color_main);
}

.home-business .button:hover {
	background: var(--color_main);
	color: #fff;
}

@media (min-width: 768px) {
.home-business .content {
	margin-top: -4%;
	font-size: min(calc(100vw * 14 / 768), 16px);
	grid-template-columns: auto auto auto;
	justify-content: space-between;
}

.home-business-dl04 {
	grid-row: 1 / 4;
	grid-column: 1;
	align-self: center;
}

.home-business-dl dt {
	position: relative;
	font-size: min(calc(100vw * 16 / 768), 24px);
}

.home-business-dl dt::before {
	position: absolute;
	inset: 50% 92% auto auto;
	width: min(8vw, 100px);
	border-top: 2px solid var(--color_main);
	border-left: 4px solid var(--color_main);
	content: "";
	aspect-ratio: 1 / 1.2;
	transform: skew(-60deg);
	transform-origin: center top;
}

.home-business-dl03 dt::before {
	transform: scaleY(-1) skew(-60deg);
}

.home-business-dl04 dt::before {
	inset-inline: 92% auto;
	transform: scaleX(-1) skew(-60deg);
}

.home-business .img {
	grid-row: 1 / 4;
}
}

@media (min-width: 1200px) {
.home-business .outline {
	position: relative;
	z-index: 0;
	padding: var(--padding-block) var(--padding-inline);
}

.home-business .outline::before,
.home-business .outline::after {
	position: absolute;
	inset-inline: 0;
	z-index: -1;
	height: 310px;
	border-top: 1px solid var(--color_main);
	border-left: 1px solid var(--color_main);
	border-radius: var(--border-radius) 0 var(--border-radius) 0;
	content: "";
}

.home-business .outline::before {
	top: 0;
}

.home-business .outline::after {
	bottom: 0;
	transform: scale(-1);
}
}

@media (max-width: 767.9px) {
.home-business .img {
	width: 320px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 採用情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-recruit .content{
	max-width: var(--content-width_large);
	margin-inline: auto;
}

.home-recruit .image {
	display: grid;
	position: relative;
	z-index: -1;
	grid-template-columns: 1fr 1fr 1fr;
}

.home-recruit .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-recruit .inner {
	position: relative;
	max-width: initial;
	padding-block: 30px;
}

.home-recruit .inner::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--color_green_dark);
	content: "";
	mix-blend-mode: multiply;
}

.home-recruit .heading_enja {
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgb(0, 0, 0, 0.7));
}

.home-recruit .heading_enja-ja {
	display: grid;
	grid-template-columns: 1.5em auto;
	column-gap: 0.5em;
	justify-content: start;
	align-items: end;
}

.home-recruit .heading_enja-en {
	color: inherit;
}

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

.home-recruit .button:not(:hover) {
	background: rgb(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
.home-recruit .content{
	position: relative;
}

.home-recruit .inner {
	display: grid;
	grid-template-columns: auto auto;
	gap: 1em 3em;
	justify-content: space-between;
	align-items: center;
}

.home-recruit .heading_enja {
	margin-bottom: initial;
	font-size: 52px;
}

.home-recruit .button {
	margin: initial;
}
}

@media (min-width: 1024px) {
.home-recruit .inner {
	position: absolute;
	inset: auto 0 0;
	grid-template-columns: auto auto auto;
}

.home-recruit .inner::before {
	inset-block: 17%;
}
}

@media (max-width: 1023.9px) {
.home-recruit .inner {
	margin-top: -5%;
}

.home-recruit .heading_enja {
	align-self: end;
}

.home-recruit .copy {
	width: 320px;
	grid-row: 1 / 3;
	grid-column: 2;
}

.home-recruit .button {
	align-self: start;
}
}

@media (max-width: 767.9px) {
.home-recruit .copy {
	display: block;
	max-width: 70%;
	margin-inline: auto;
}
}
