/* 
 TOP
----------------------------------------------------------- */ 
.header__nav.is-active .header__links{
	mix-blend-mode: normal;
}
.header__nav.is-active .header__link{
	color: #fff;
}
.header__nav.is-active .header__link:hover{
	color: var(--main-color);
}
.header__nav.is-active .header__item.header__item--tel::before{
	border-left: 1px dashed #fff;
}
.header__nav.is-active .header__tel-icon svg path{
	fill: #fff;
}
.header__nav.is-active .header__tel:hover .header__tel-icon svg path{
	fill: var(--main-color);
}
.p-top-h2{
	font-size: var(--fontsize-20);
	color: var(--main-color);
}
.p-top-h2.p-top-h2--white{
	color: #fff;
}
.p-top-h2.p-top-h2--mini{
	font-size: var(--fontsize-16);
}
.p-top-h2__ja{
	position: relative;
	z-index: 0;
	line-height: 1.1;
	margin-bottom: 6px;
	display: inline-block;
}
.p-top-h2__en{
	display: block;
	width: fit-content;
	font-weight: 700;
	font-size: clamp(50px, 4.1vw, 80px);
	font-family: var(--font-en);
	padding-right: clamp(23px, 1.7vw, 33px);
	position: relative;
	z-index: 0;
	line-height: 1.1;
}
.p-top-h2.p-top-h2--mini .p-top-h2__en{
	font-size: clamp(40px, 3.4vw, 65px);
}
.p-top-h2__en::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: clamp(8px, 0.73vw, 14px);
	width: 16px;
	height: 16px;
	background: url("../img/top/top-h2-icon.png") center center / contain no-repeat;
	z-index: 1;
}
.p-top-h2.p-top-h2--bg .p-top-h2__ja{
	padding: 6px 16px 6px 0;
	display: block;
	width: fit-content;
}
.p-top-h2.p-top-h2--bg .p-top-h2__en{
	padding-right: calc(clamp(23px, 1.7vw, 33px) + 15px);
}
.p-top-h2.p-top-h2--bg .p-top-h2__en::after{
	right: 15px;
}
.p-top-h2.p-top-h2--bg .p-top-h2__ja::before,
.p-top-h2.p-top-h2--bg .p-top-h2__en::before {
	content: '';
	width: calc(100% + (100vw - min(90%, 1200px)) / 2);
	height: 100%;
	background-color: #fff;
	border-radius: 0 4px 4px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transform: translateX(-101%);
	transition: transform var(--trans-slow);
}
.is-active .p-top-h2.p-top-h2--bg .p-top-h2__ja::before,
.is-active .p-top-h2.p-top-h2--bg .p-top-h2__en::before {
	transform: translateX(0%);
}
@media (prefers-reduced-motion: reduce) {
	.p-top-h2.p-top-h2--bg .p-top-h2__ja::before,
	.p-top-h2.p-top-h2--bg .p-top-h2__en::before {
		transform: translateX(0) !important;
		transition: none !important;
	}
}
.p-top-fv{
	width:100%;
	height:100vh;
	position: relative;
	z-index: -1;
}
.p-top-fv-slider{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.p-top-fv-slider__item {
	overflow: hidden;
}
.p-top-fv-slider__list .p-top-fv-slider__item img {
	transform: scale(1.1);
	transition: transform 10s linear;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.p-top-fv-slider__list .swiper-slide-active.p-top-fv-slider__item img {
	transform: scale(1);
}
.p-top-fv__copy{
	position: fixed;
	left: 25px;
	bottom: 0;
	color: #fff;
	z-index: 1;
}
.p-top-fv__text{
	font-weight: 800;
	font-size: clamp(24px, 2vw, 40px);
	line-height: 1.3;
	margin-bottom: 10px;
}
.p-top-fv__heading{
	font-weight: 700;
	font-size: clamp(70px, 7.3vw, 140px);
	font-family: var(--font-en);
	line-height: 1;
}
.p-top-fv__heading span{
	height: 100%;
}
.p-top-fv__heading .u-animeleft {
	transition: transform 2s, opacity 2s;
	transition-delay: 0.5s;
}
.p-top-fv__heading .u-animeright {
	transition: transform 2s, opacity 2s;
	transition-delay: 0.5s;
}
.p-top-fv__text {
	opacity: 0;
	filter: blur(10px);
	will-change: filter;
	transition: opacity 1s, filter 1s;
	transition-delay: 2.5s;
}
.is-active .p-top-fv__text {
	opacity: 1;
	filter: blur(0);
}
.p-top-gradation{
	pointer-events: none;
}
.p-top-gradation img{
	width: 100%;
	height: auto;
}
.p-top-concept{
	background: url("../img/top/top-concept-bg.png") center top / cover no-repeat;
	padding-block: clamp(200px, 20.8vw, 400px) clamp(60px, 8vw, 155px);
	position: relative;
}
.p-top-concept__inner{
	color: #fff;
	width: clamp(600px, 35.4vw, 650px);
	max-width: 90%;
	margin-inline: auto;
	position: relative;
	z-index: 2;
}
.p-top-concept__title{
	font-weight: 800;
	line-height: 1.6;
	font-size: clamp(30px, 2.9vw, 55px);
	margin-bottom: clamp(25px, 2.6vw, 50px);
	text-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.p-top-concept__text{
	font-weight: 800;
	font-size: var(--fontsize-18);
	text-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.p-top-concept__text:not(:first-of-type){
	margin-top: clamp(20px, 2vw, 40px);
}
.p-top-concept__cta{
	margin-top: clamp(30px, 3.4vw, 65px);
}
.p-top-concept__cta .c-more-btn{
	margin-left: auto;
}
.p-top-concept__img-item{
	position: absolute;
	z-index: 1;
}
.p-top-concept__img-item::before{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	filter: blur(16px);
	opacity: 0.4;
}
.p-top-concept__img-item.p-top-concept__img-item--lefttop{
	left: clamp(100px, 9.9vw, 190px);
	top: 165px;
}
.p-top-concept__img-item.p-top-concept__img-item--lefttop::before{
	left: calc(clamp(30px, 3.1vw, 60px) * -1);
	top: calc(clamp(30px, 3.1vw, 60px) * -1);
	background-image: url("../img/top/top-concept-img01.png")
}
.p-top-concept__img-item.p-top-concept__img-item--lefttop img{
	height: clamp(100px, 10.1vw, 195px);
	width: auto;
}
.p-top-concept__img-item.p-top-concept__img-item--righttop{
	right: clamp(90px, 7.8vw, 150px);
	top: 325px;
}
.p-top-concept__img-item.p-top-concept__img-item--righttop::before{
	right: calc(clamp(30px, 3.1vw, 60px) * -1);
	top: calc(clamp(30px, 3.1vw, 60px) * -1);
	background-image: url("../img/top/top-concept-img02.png")
}
.p-top-concept__img-item.p-top-concept__img-item--righttop img{
	height: clamp(155px, 18.8vw, 360px);
	width: auto;
}
.p-top-concept__img-item.p-top-concept__img-item--leftbottom{
	left: clamp(20px, 4.1vw, 80px);
	bottom: 190px;
}
.p-top-concept__img-item.p-top-concept__img-item--leftbottom::before{
	left: calc(clamp(40px, 4.9vw, 95px) * -1);
	top: calc(clamp(40px, 4.9vw, 95px) * -1);
	background-image: url("../img/top/top-concept-img03.png")
}
.p-top-concept__img-item.p-top-concept__img-item--leftbottom img{
	height: clamp(160px, 15.6vw, 300px);
	width: auto;
}
.p-top-concept__img-item.p-top-concept__img-item--rightbottom{
	right: 50px;
	bottom: 100px;
}
.p-top-concept__img-item.p-top-concept__img-item--rightbottom::before{
	right: calc(clamp(25px, 2.6vw, 50px) * -1);
	top: calc(clamp(25px, 2.6vw, 50px) * -1);
	background-image: url("../img/top/top-concept-img04.png")
}
.p-top-concept__img-item.p-top-concept__img-item--rightbottom img{
	height: clamp(100px, 8vw, 155px);
	width: auto;
}
.p-top-infomation{
	background-color: #fff;
	padding: 24px;
}
.p-top-infomation__box{
	background-color: var(--bg-bright);
	border-radius: 20px;
	padding: clamp(40px, 4.9vw, 95px) 25px;
}
.p-top-infomation__inner{
	width: min(100%,1535px);
	margin-inline: auto;
}
.p-top-infomation__heading{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.p-top-infomation__list{
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(20px, 2vw, 40px);
}
.p-top-infomation__article{
	height: 100%;
}
.p-top-infomation__link{
	border: 1px solid var(--border-color);
	height: 100%;
	background-color: #fff;
	padding: 28px 32px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	transition: background-color var(--trans-base);
	position: relative;
	z-index: 0;
}
.p-top-infomation__link::before{
	background: var(--pale-color);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform var(--trans-base);
	z-index: -1;
}
.p-top-infomation__link:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}
.p-top-infomation__title{
	font-size: var(--fontsize-16);
	line-height: 1.6;
	margin-block: 13px clamp(13px, 1.5vw, 28px);
	position: relative;
}
.p-top-infomation__title::before{
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: var(--orange-color);
}
.p-top-infomation__link .c-post-meta__date{
	width: 100%;
	padding-top: 16px;
	margin-top: auto;
	border-top: 1px solid var(--border-color);
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-top-infomation__link .c-post-meta__date::before{
	top: calc(50% + 8px);
}
.p-top-infomation__arrow svg{
	height: 18px;
	width: auto;
}
.p-top-infomation__arrow svg circle{
	transition: fill var(--trans-base);
}
.p-top-infomation__link:hover .p-top-infomation__arrow svg circle{
	fill: var(--orange-color);
}
.p-top-recruit{
	background-color: var(--bg-color);
	background-image: url("../img/top/top-recruit-bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.p-top-recruit__link{
	border-radius: 4px;
	height: clamp(410px, 22.9vw, 440px);
	padding: clamp(25px, 2.6vw, 50px) clamp(20px, 2vw, 40px) clamp(15px, 1.7vw, 33px);
	position: relative;
	z-index: 0;
	background: url("../img/top/top-recruit-img.jpg") center center / 100% no-repeat;
	transition: background-size var(--trans-base);
	display: flex;
	flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
	.p-top-recruit__link:hover {
		background-size: 105%;
	}
}
.p-top-recruit__link::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,45,80,0.4);
	border-radius: 4px;
	transition: background-color var(--trans-base);
	z-index: 1;
}
.p-top-recruit__link:hover::before{
	background-color: rgba(20,45,80,0.55);
}
.p-top-recruit__link .p-top-h2,
.p-top-recruit__cta{
	position: relative;
	z-index: 1;
}
.p-top-recruit__cta{
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	color: #fff;
}
.p-top-recruit__link:hover .c-more-btn{
	text-decoration: underline;
}
.p-top-recruit__link:hover .c-more-btn__arrow::before{
	opacity: 0;
}
.p-top-recruit__link:hover .c-more-btn__arrow::after{
	opacity: 1;
}
.p-top-recruit__link:hover .c-more-btn__arrow svg path{
	fill: #fff;
}
.p-top-service{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-top: clamp(50px, 6.8vw, 130px);
	background-image: linear-gradient(to right, rgba(61,103,152,0.8), rgba(34,59,85,0.8), rgba(32,56,81,0.8));
}
.p-top-service::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(61,103,152,0.8), rgba(34,59,85,0.8), rgba(32,56,81,0.8));
}
.p-top-service__bg{
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translate(-50%,0);
	height: calc(100% + 160px);
	width: 100%;
	z-index: -1;
}
.p-top-service__bg picture{
	width: 100%;
	height: 100%;
}
.p-top-service__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-top-service__inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.p-top-service__read{
	position: relative;
	z-index: 0;
	padding: clamp(25px, 2.6vw, 50px) 0 clamp(25px, 2.6vw, 50px) clamp(30px, 3.4vw, 65px);
	color: #fff;
	width: 50%;
}
.p-top-service__read::before{
	content: '';
	width: calc(100% + (100vw - min(90%, 1200px)) / 2);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(214,219,224,0.25);
	-webkit-backdrop-filter: blur(12px) brightness(1.1);
	backdrop-filter: blur(12px) brightness(1.1);
	z-index: -1;
	border-radius: 20px 0 0 0;
}
.p-top-service__title{
	position: relative;
	font-weight: 800;
	font-size: var(--fontsize-25);
	margin-bottom: 15px;
	padding-top: 30px;
}
.p-top-service__title::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 32px;
	height: 7px;
	background: url("../img/top/top-service-title.svg") center center / contain  no-repeat;
}
.p-top-service-body{
	background-color: #D6DBE0;
	background-image: url("../img/top/top-service-body-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.p-top-service-body__list{
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	z-index: 0;
}
.p-top-service-body__link{
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 24px;
	transition: background-color 0.3s ease;
	position: relative;
}
.p-top-service-body__link:hover{
	background-color: transparent;
}
.p-top-service-body__link::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.p-top-service-body__item.p-top-service-body__item--forklift .p-top-service-body__link::before{
	background-image: url("../img/top/top-service-forklift-bg.jpg");
}
.p-top-service-body__item.p-top-service-body__item--mini .p-top-service-body__link::before{
	background-image: url("../img/top/top-service-mini-bg.jpg");
}
.p-top-service-body__item.p-top-service-body__item--transport .p-top-service-body__link::before{
	background-image: url("../img/top/top-service-transport-bg.jpg");
}
.p-top-service-body__item.p-top-service-body__item--support .p-top-service-body__link::before{
	background-image: url("../img/top/top-service-support-bg.jpg");
}
.p-top-service-body__label{
	display: flex;
	align-items: center;
	color: var(--main-color);
	font-weight: 700;
	font-size: var(--fontsize-15);
	font-family: var(--font-en);
	position: relative;
	line-height: 1.4;
	margin-bottom: 15px;
	transition: color var(--trans-base);
}
.p-top-service-body__link:hover .p-top-service-body__label{
	color: #fff;
}
.p-top-service-body__icon{
	margin-left: 12px;
}
.p-top-service-body__icon svg{
	height: 10px;
	width: auto;
}
.p-top-service-body__icon svg path{
	transition: fill var(--trans-base);
}
.p-top-service-body__link:hover .p-top-service-body__icon svg path{
	fill: #fff;
}
.p-top-service-body__img{
	width: min(100%,240px);
	height: auto;
	margin: 0 auto 30px;
	transition: opacity var(--trans-base);
}
.p-top-service-body__link:hover .p-top-service-body__img{
	opacity: 0;
}
.p-top-service-body__title{
	position: relative;
	font-size: var(--fontsize-22);
	color: var(--main-color);
	padding-right: 33px;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CECECE;
	transition: color var(--trans-base);
}
.p-top-service-body__link:hover .p-top-service-body__title{
	color: #fff;
}
.p-top-service-body__en{
	display: block;
	font-family: var(--font-en);
	font-size: var(--fontsize-14);
	color: var(--sub-color);
}
.p-top-service-body__arrow{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.p-top-service-body__arrow svg{
	height: 23px;
	width: auto;
}
.p-top-service-body__arrow svg circle,
.p-top-service-body__arrow svg path{
	transition: fill var(--trans-base);
}
.p-top-service-body__link:hover .p-top-service-body__arrow svg circle{
	fill: #fff;
}
.p-top-service-body__link:hover .p-top-service-body__arrow svg path{
	fill: var(--main-color);
}
.p-top-store{
	background-color: #fff;
	padding: 24px;
}
.p-top-store__box{
	background-color: var(--bg-color);
	border-radius: 20px;
	padding: clamp(40px, 4.9vw, 95px) 25px;
	overflow:hidden; 
}
.p-top-store__inner{
	width: min(100%,1200px);
	margin-inline: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.p-top-store__text{
	width: 45%;
}
.p-top-store__img{
	width: 50vw;
	margin-left: calc(50% - 50vw);
	height: clamp(270px, 27vw, 520px);
	border-radius: 0 400px 400px 0;
	overflow: hidden;
	position: relative;
}
.p-top-store__img picture{
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translate(-50%,0);
	height: calc(100% + 160px);
	width: 100%;
}
.p-top-store__img picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-top-store__read{
	margin-block: 30px clamp(25px, 2.6vw, 50px);
}
.p-top-contact{
	background: url("../img/top/top-contact-bg.jpg") center top / cover no-repeat;
	padding-block: clamp(40px, 4.9vw, 95px) clamp(50px, 6.8vw, 130px);
}
.p-top-contact__inner{
	width: min(90%,1535px);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-top-contact__heading{
	color: #fff;
}
.p-top-contact .p-top-h2{
	margin-bottom: 30px;
}
.p-top-contact__list{
	width: 63%;
}
.p-top-contact__item{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: var(--bg-color);
	padding: 8px;
	border-radius: 4px;
	height: 140px;
}
.p-top-contact__item:not(:last-child){
	margin-bottom: 18px;
}
.p-top-contact__title{
	font-size: var(--fontsize-18);
	font-weight: 700;
	padding-inline: 60px 20px;
	position: relative;
	width: 35%;
}
.p-top-contact__title::before{
	content: '';
	position: absolute;
	left: -8px;
	top: 14px;
	display: block;
	width: 35px;
	height: 2px;
	background-color: var(--orange-color);
}
.p-top-contact__en{
	display: block;
	color: var(--gray-color);
	font-size: 12px;
	position: relative;
	padding-left: 23px;
}
.p-top-contact__en::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 8px;
	background: url("../img/top/top-contact-icon.svg") center center / contain no-repeat;
}
.p-top-contact__link{
	height: 100%;
	width: 65%;
	background-color: #fff;
	padding: 15px 55px 15px clamp(20px, 2vw, 40px);
	display: grid;
	place-content: center start;
	border-radius: 4px;
	position: relative;
	z-index: 0;
	font-size: var(--fontsize-20);
	font-weight: 700;
}
.p-top-contact__link::before{
	background: var(--pale-color);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform var(--trans-base);
	z-index: -1;
}
.p-top-contact__link:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}
.p-top-contact__desc{
	font-weight: 500;
	line-height: 1.6;
	font-size: var(--fontsize-15);
	margin-top: 10px;
}
.p-top-contact__arrow{
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.p-top-contact__arrow svg{
	height: 18px;
	width: auto;
}
.p-top-contact__arrow svg circle{
	transition: fill var(--trans-base);
}
.p-top-contact__link:hover .p-top-contact__arrow svg circle{
	fill: var(--orange-color);
}
.p-top-contact__item.p-top-contact__item--tel .p-top-contact__link{
	padding-right: clamp(20px, 2vw, 40px);
}
.p-top-contact__link-number{
	font-size: clamp(20px, 1.9vw, 38px);
	font-family: var(--font-en);
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
}
.p-top-contact__link-icon{
	margin-right: 12px;
}
.p-top-contact__link-icon svg{
	height: clamp(20px, 1.5vw, 28px);
	width: auto;
}
@media screen and (max-width: 1440px) {
	.p-top-concept__img-item.p-top-concept__img-item--lefttop{
		left: clamp(100px, 9.9vw, 190px);
	}
	.p-top-concept__img-item.p-top-concept__img-item--righttop{
		right: 40px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--leftbottom{
		left: 10px;
	}
	.p-top-contact__list{
		width: 73%;
	}
	.p-top-contact__title{
		padding-left: 40px;
	}
	.p-top-infomation__link{
		padding: 20px;
	}
	.p-top-infomation__title::before{
		left: -20px;
	}
	.p-top-infomation__title{
		margin-top: 5px;
	}
}
@media screen and (max-width: 1280px) {
	.p-top-concept__inner{
		width: clamp(460px, 35.4vw, 650px);
	}
	.p-top-recruit__link{
		height: 330px;
	}
	.p-top-contact__title{
		width: 43%;
	}
	.p-top-contact__link{
		width: 57%;
	}
	.p-top-service__read{
		width: 60%;
	}
}
@media screen and (max-width: 1024px){
	.p-top-concept__inner{
		margin-bottom: 100px;
	}
	.p-top-concept__img-item::before{
		filter: blur(10px);
	}
	.p-top-concept__img-item.p-top-concept__img-item--lefttop{
		left: 40px;
		top: 50px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--righttop{
		top: 130px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--leftbottom{
		bottom: 50px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--rightbottom{
		right: 30px;
		bottom: 30px;
	}
	.p-top-recruit__link{
		height: 250px;
	}
	.p-top-service-body__list{
		grid-template-columns: repeat(2, 1fr);
	}
	.p-top-contact__list{
		width: 60%;
	}
	.p-top-contact__title{
		width: 100%;
		margin-block: 10px 20px;
	}
	.p-top-contact__link{
		width: 100%;
	}
	.p-top-contact__item{
		height: auto;
	}
	.p-top-service-body__arrow svg{
		height: 18px;
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.p-top-news__cta{
		width: 100%;
		margin-top: 15px;
	}
	.p-top-news__cta .c-more-btn{
		margin-left: auto;
	}
	.p-top-infomation__list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-recruit__link{
		height: 500px;
		background-size: cover;
	}
	.p-top-recruit__link{
		background: url("../img/top/top-recruit-img-sp.jpg") center center / 100% no-repeat;
	}
	.p-top-recruit__cta{
		display: block;
	}
	.p-top-recruit__cta .c-more-btn{
		margin: 15px 0 0 auto;
	}
	.p-top-service__read{
		width: 100%;
		margin-top: 20px;
	}
	.p-top-service-body__list{
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top-store__text{
		width: 100%;
		margin-bottom: 20px;
	}
	.p-top-store__img{
		width: 95vw;
	}
	.p-top-contact .p-top-h2{
		margin-bottom: 10px;
	}
	.p-top-contact__list{
		width: 100%;
		margin-top: 20px;
	}
	.p-top-infomation,
	.p-top-store{
		padding: 24px 5%;
	}
	.p-top-contact{
		background: url("../img/top/top-contact-bg-sp.jpg") center top / cover no-repeat;
	}
	.p-top-store__img{
		height: 330px;
	}
}
@media screen and (max-width: 480px){
	.p-top-concept__inner{
		margin-block: 100px 250px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--lefttop{
		left: 20px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--righttop{
		top: 100px;
		right: 30px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--leftbottom{
		bottom: 140px;
	}
	.p-top-concept__img-item.p-top-concept__img-item--rightbottom{
		bottom: 60px;
	}
	.p-top-fv__copy{
		width: 90%;
		left: 5%;
		bottom: 30px;
	}
	.p-top-h2__en{
		font-size: 40px;
	}
	.p-top-store__img{
		height: 230px;
	}
}