@charset "utf-8";

/* -------------------------------------------------- */
/* TOPページ */
/* -------------------------------------------------- */
/* メインビジュアル */
/* -------------------------------------------------- */
#mv {
	position: relative;
	/* height: min(780px, 48vw);
	min-height: 450px; */
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	color: #FFFFFF;
}

.mv_bg {
	position: absolute;
	inset: 0;
}

.mv_bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 62%), linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 55%);
}

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

#mv h2.mv_copy,
#mv > .mv_subcopy {
	position: absolute;
	right: 8.5%;
	z-index: 1;
	width: 710px;
	text-align: right;
}

#mv h2.mv_copy {
	bottom: 80px;
	right: 3%;
	font-weight: 500;
	width: 850px;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(3.6rem, 3.45vw, 5rem);
	line-height: 1.5;
	font-feature-settings: "palt";
	white-space: nowrap;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

#mv > .mv_subcopy {
	letter-spacing: 0.06em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: max-content;
	height: 64px;
	font-size: 3.4rem;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
	animation: mvCopyMarquee 45s linear infinite;
}

#mv > .catalog {
	position: absolute;
	top: 106px;
	right: 26px;
	z-index: 2;
	width: 153px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.catalog_img img {
	width: 100%;
	height: auto;
}

.catalog_name a {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	color: #FFFFFF;
	border: 1px solid #FFF;
	font-size: 1.1rem;
	text-align: center;
	background: url(../../img/common/icon_arrow_white.svg) 90% center no-repeat rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out 0s;
}

.catalog_name a:hover {
	background: url(../../img/common/icon_arrow_white.svg) 90% center no-repeat rgba(0, 0, 0, 0.9);
}

#mv::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 64px;
	left: 0;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.82);
}

@keyframes mvCopyMarquee {
	0% { transform: translateX(100vw); }
	100% { transform: translateX(-100%); }
}

/* 新着情報 */
/* -------------------------------------------------- */
#news {
	z-index: auto;
	height: auto;
	margin-top: 0;
	padding: 65px 0 75px;
	overflow: visible;
	border-top: 0;
	background: #FFFFFF;
}

.news_list {
	display: block;
	width: min(1100px, calc(100% - 80px));
	height: auto;
	margin: 0 auto;
	animation: none;
}

.news_list > li {
	border-bottom: 1px solid #E2E4E3;
}

.news_list > li:first-child {
	border-top: 1px solid #E2E4E3;
}

.news_list a {
	align-items: center;
	display: grid;
	grid-template-columns: 250px 1fr;
	height: auto;
	min-height: 60px;
	padding: 10px 36px 10px 12px;
	background: url(../../img/common/icon_arrow_grey.svg) right 12px center / 12px auto no-repeat;
	transition: all 0.3s ease-in-out 0s;
}

.news_info,
.news_cat {
	display: flex;
	align-items: center;
}

.news_date {
	margin-right: 18px;
	color: #707873;
	font-size: 1.4rem;
}

.news_cat li,
.works_cat li {
	padding: 4px 9px;
	border: 1px solid #C9CFCC;
	color: #65716B;
	font-size: 1rem;
}

.news_tit {
	font-size: 1.6rem;
}

.news_list > li,
.news_list > li:first-child {
	border-top: 0;
	width: auto;
	border-right: 0;
	border-bottom: 1px solid #E2E4E3;
}

.news_cat li {
	border: 0;
	background: #EEEEEE;
	color: #333333;
	font-size: 1.2rem;
}

.lity-container {
	margin-top: 40px;
	max-width: 90%;
}

.newsModal {
	/* width: 600px; */
	max-width: 100%;
	padding: 60px 30px;
	background: #FFF;
	font-size: 1.5rem;
	overflow: auto;
}

.newsModal p {
	padding-bottom: 1em;
}

.newsModal a {
	text-decoration: underline;
}

.newsModal_img {
	padding-bottom: 1em;
	max-width: 100%;
}

.newsModal_img img {
	width: 100%;
}

/* 製品一覧 */
/* -------------------------------------------------- */
#product {
	padding: 0 0 150px;
}

.product_titwrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto 38px;
	margin-bottom: 46px;
}

.product_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border-top: 1px solid #DDE1DF;
	border-left: 1px solid #DDE1DF;
}

.product_item {
	min-width: 0;
	border-right: 1px solid #DDE1DF;
	border-bottom: 1px solid #DDE1DF;
	background: #F8F9F8;
}

.product_item a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 330px;
	padding: 22px 12px 18px;
	transition: background 0.25s ease;
}

.product_item a:hover {
	color: #333;
}

.product_img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 170px;
}

.product_img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product_item .product_tit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	margin-top: 14px;
}

.product_item .product_tit img {
	max-width: 145px;
	max-height: 20px;
	width: auto;
	height: auto;
}

.product_item p {
	margin-top: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}

.product_img img {
	transition: all 0.3s ease-in-out 0s;
}

.product_item a:hover .product_img img {
	transform: scale(1.1);
}

.product_btn a {
	min-width: 320px;
}


/* コンセプト */
/* -------------------------------------------------- */
#concept {
	position: relative;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	min-height: 1000px;
	background: url(../../img/top/concept_bg.jpg) right center / cover no-repeat;
}

#concept .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.concept_wrap {
	width: 50%;
}

.concept_tit {
	margin-bottom: 32px;
	font-family: var(--minchou);
	font-weight: 600;
	line-height: 1.65;
	font-size: 3.5rem;
	font-size: clamp(3rem,2.9vw,3.5rem);
	text-indent: -0.5em;
}

.concept_txt {
	margin-bottom: 20px;
	line-height: 2.1;
	font-size: 1.8rem;
	font-size: clamp(1.5rem,1.4vw,1.8rem);
	font-weight: 500;
}

.company_txt {
	margin-bottom: 20px;
	line-height: 2.1;
	font-size: clamp(1.5rem,1.4vw,1.8rem);
	font-weight: 500;
}

.concept_btn {
	margin-top: 40px;
}



/* 実績 */
/* -------------------------------------------------- */
#works {
	padding: 90px 0 100px;
	background: #F4F5F4;
}

.swiper_works {
	position: relative;
	width: 100%;
	padding: 0 max(40px, calc((100vw - 1200px) / 2)) 55px;
	overflow: hidden;
	padding-bottom: 72px;
}

.swiper_works .swiper-wrapper {
	display: flex;
}

.swiper_works .swiper-slide {
	width: 350px;
	height: auto;
	flex-shrink: 0;
}

.works_card {
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0 3px 14px rgba(18, 49, 37, 0.08);
}

.works_card a {
	display: block;
	height: 100%;
}

.works_img img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

.works_cardIn {
	padding: 24px 22px 30px;
}

.works_cat {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 15px;
}

.works_cat li {
	border-color: #999;
	color: #333;
	font-size: 1.2rem;
}

.works_tit {
	margin-bottom: 11px;
	font-weight: 600;
	line-height: 1.7;
	color: #333333;
	font-size: 1.6rem;
}

.works_txt {
	line-height: 1.8;
	color: #333333;
	font-size: 1.3rem;
}

.swiper_works .swiper-scrollbar {
	position: absolute;
	left: 50%;
	width: min(800px, calc(100% - 80px));
	background: #D8DEDB;
	transform: translateX(-50%);
	display: block !important;
	bottom: 16px;
	height: 4px;
	opacity: 1 !important;
}

.swiper_works .swiper-scrollbar-drag {
	height: 100%;
	background: var(--dark-grey);
}


/* 都道府県別実績 */
/* -------------------------------------------------- */

#worksnum {
	padding: 105px 0 125px;
	background: #FFFFFF;
}

#worksnum .inner {
	position: relative;
	min-height: 760px;
}

.worksnum_map {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 790px;
}

.worksnum_map img {
	width: 100%;
	height: auto;
}

.worksnum_info {
	position: relative;
	z-index: 2;
	width: 300px;
	padding-top: 70px;
}

.worksnum_tit {
	margin-bottom: 8px;
	font-family: "游明朝", YuMincho, serif;
	font-size: 2.6rem;
}

.worksnum_anno {
	color: #8B928E;
	font-size: 1rem;
}

.worksnum_num {
	display: flex;
	align-items: flex-end;
	margin: 22px 0 30px;
	overflow: hidden;
	line-height: 1;
	height: 1.15em;
	padding-top: 0.08em;
	color: #C47661;
	font-family: "Zen Old Mincho", serif;
	font-size: 8rem;
}

.worksnum_num .digit {
	position: relative;
	width: 0.62em;
	overflow: hidden;
	flex-shrink: 0;
	height: 1.08em;
}

.worksnum_num .digit_track {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.worksnum_num .digit_track span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1em;
}

.worksnum_btn {
	width: 230px;
}

.worksnum_todofuken {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.worksnum_todofuken > div {
	position: absolute;
	pointer-events: auto;
}

.worksnum_hokkaidou {
	top: 42px;
	right: 220px;
}

.worksnum_tohoku {
	top: 290px;
	right: 0px;
}

.worksnum_kantou {
	top: 430px;
	right: 0;
}

.worksnum_tokai {
	top: 120px;
	right: 330px;
}

.worksnum_kansai {
	top: 555px;
	right: 230px;
}

.worksnum_chugoku {
	top: 291px;
	right: 525px;
}

.worksnum_shikoku {
	top: 620px;
	right: 490px;
}

.worksnum_kyushu {
	top: 350px;
	right: 750px;
}

.todofuken_btn {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 4px;
}

.todofuken_btn p {
	min-width: 67px;
	padding: 5px 8px;
	border: 1px solid #B9D7CA;
	background: rgba(255, 255, 255, 0.9);
	color: var(--green);
	text-align: center;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
	border-color: currentColor;
	font-size: 1.4rem;
}

.todofuken_btn p:hover,
.todofuken_btn p.is-active,
.todofuken_btn p:focus-visible {
	background: var(--green);
	outline: none;
	color: #FFFFFF;
}

.worksnum_hokkaidou .todofuken_btn p {
	color: #6E8FBC;
}

.worksnum_tohoku .todofuken_btn p {
	color: #6BB3C9;
}

.worksnum_kantou .todofuken_btn p {
	color: #67B9B2;
}

.worksnum_tokai .todofuken_btn p {
	color: #6F9F6B;
}

.worksnum_kansai .todofuken_btn p {
	color: #B99938;
}

.worksnum_chugoku .todofuken_btn p {
	color: #C8783C;
}

.worksnum_shikoku .todofuken_btn p {
	color: #B87962;
}

.worksnum_kyushu .todofuken_btn p {
	color: #B9645D;
}

.worksnum_hokkaidou .todofuken_btn p:hover,
.worksnum_hokkaidou .todofuken_btn p.is-active,
.worksnum_hokkaidou .todofuken_btn p:focus-visible {
	background: #6E8FBC;
	color: #FFF;
}

.worksnum_tohoku .todofuken_btn p:hover,
.worksnum_tohoku .todofuken_btn p.is-active,
.worksnum_tohoku .todofuken_btn p:focus-visible {
	background: #6BB3C9;
	color: #FFF;
}

.worksnum_kantou .todofuken_btn p:hover,
.worksnum_kantou .todofuken_btn p.is-active,
.worksnum_kantou .todofuken_btn p:focus-visible {
	background: #67B9B2;
	color: #FFF;
}

.worksnum_tokai .todofuken_btn p:hover,
.worksnum_tokai .todofuken_btn p.is-active,
.worksnum_tokai .todofuken_btn p:focus-visible {
	background: #6F9F6B;
	color: #FFF;
}

.worksnum_kansai .todofuken_btn p:hover,
.worksnum_kansai .todofuken_btn p.is-active,
.worksnum_kansai .todofuken_btn p:focus-visible {
	background: #B99938;
	color: #FFF;
}

.worksnum_chugoku .todofuken_btn p:hover,
.worksnum_chugoku .todofuken_btn p.is-active,
.worksnum_chugoku .todofuken_btn p:focus-visible {
	background: #C8783C;
	color: #FFF;
}

.worksnum_shikoku .todofuken_btn p:hover,
.worksnum_shikoku .todofuken_btn p.is-active,
.worksnum_shikoku .todofuken_btn p:focus-visible {
	background: #B87962;
	color: #FFF;
}

.worksnum_kyushu .todofuken_btn p:hover,
.worksnum_kyushu .todofuken_btn p.is-active,
.worksnum_kyushu .todofuken_btn p:focus-visible {
	background: #B9645D;
	color: #FFF;
}

.worksnum_todofuken > div::before {
	content: "";
	position: absolute;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.worksnum_tohoku::before {
	top: -36px;
	left: -35px;
	width: 85px;
	height: 30px;
	background-image: url(../../img/top/japan_map_touhoku_border.svg);
}

.worksnum_kantou::before {
	top: 14px;
	left: -75px;
	width: 66px;
	height: 1px;
	background-image: url(../../img/top/japan_map_kantou_border.svg);
}

.worksnum_tokai::before {
	top: 155px;
	left: 110px;
	width: 1px;
	height: 84px;
	background-image: url(../../img/top/japan_map_tokai_border.svg);
}

.worksnum_kansai::before {
	top: -23px;
	left: -95px;
	width: 85px;
	height: 43px;
	background-image: url(../../img/top/japan_map_kansai_border.svg);
}

.worksnum_chugoku::before {
	top: 80px;
	left: 105px;
	width: 1px;
	height: 50px;
	background-image: url(../../img/top/japan_map_chugoku_border.svg);
}

.worksnum_shikoku::before {
	top: -85px;
	left: 74px;
	width: 1px;
	height: 75px;
	background-image: url(../../img/top/japan_map_shikoku_border.svg);
}

.worksnum_kyushu::before {
	top: 138px;
	left: 100px;
	width: 29px;
	height: 115px;
	background-image: url(../../img/top/japan_map_kyushu_border.svg);
}

/* 会社案内 */
/* -------------------------------------------------- */
#company {
	position: relative;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	min-height: 1000px;
	background: url(../../img/top/company_bg.jpg) center center / cover no-repeat;
}

#company .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.company_wrap {
	width: 50%;
}

.company_tit {
	margin-bottom: 32px;
	font-family: var(--minchou);
	font-weight: 600;
	line-height: 1.65;
	font-size: clamp(3rem,2.9vw,3.5rem);
}

.company_btn {
	margin-top: 40px;
}

/* ピックアップ */
/* -------------------------------------------------- */
#pickup {
	padding: 105px 0 115px;
}

.pickup_titwrap,
.faq_titwrap {
	margin-bottom: 50px;
}

.pickup_grid {
	display: grid;
	grid-template-columns: minmax(0, 48%) repeat(2, minmax(0, 1fr));
	gap: 28px 42px;
}

.pickup_item a {
	position: relative;
	display: block;
	height: 100%;
	padding: 34px 50px 34px 0;
	border-bottom: 1px solid #DCE1DF;
	transition: all 0.3s ease-in-out 0s;
}

.pickup_item a:hover {
	opacity: 0.6;
	color: #333;
}

.pickup_item a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 34px;
	width: 28px;
	height: 28px;
	background: url(../../img/common/icon_arrow_circle_green.svg) center / contain no-repeat;
}

.pickup_item.catalog {
	grid-row: 1 / 3;
}

.pickup_item.catalog a {
	display: grid;
	padding-top: 0;
	grid-template-columns: 36% 1fr;
	gap: 30px;
}

.pickup_img img {
	width: 100%;
	height: auto;
}

.pickup_item .pickup_tit {
	margin-bottom: 14px;
	font-family: "游明朝", YuMincho, serif;
	font-weight: 600;
	font-size: 2rem;
}

.pickup_txt {
	line-height: 1.9;
	color: #333333;
	font-size: 1.25rem;
}


/* よくある質問 */
/* -------------------------------------------------- */
#faq {
	padding: 0 0 110px;
}

#faq > .inner > p {
	margin-top: -32px;
	font-size: 1.4rem;
}

#faq > .inner > p a {
	text-decoration: underline;
}

.faq_list {
	width: min(1200px, calc(100% - 80px));
	margin: 35px auto 0;
	margin-top: 45px;
}

.faq_list li {
	margin-bottom: 8px;
}

.faq_list a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 12px 55px 12px 22px;
	min-height: 60px;
	background: #F4F4F4;
	font-size: 1.5rem;
	transition: all 0.3s ease-in-out 0s;
}

.faq_list a:hover {
	background: #bcbcbc;
}

.faq_list a::after {
	position: absolute;
	top: 50%;
	right: 22px;
	color: #87908C;
	font-size: 1.7rem;
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	background: url(../../img/common/icon_arrow_grey.svg) center / contain no-repeat;
}

.faq_icon {
	margin-right: 14px;
	font-family: var(--minchou);
	font-size: 1.6rem;
}

#faq > .inner > p,
#faq > .inner > p a,
.faq_list a,
.faq_icon {
	color: #333333;
}

.ans_list {
	padding: 50px 30px;
	background: #FFF;
	font-size: 1.5rem;
}

.ans_icon {
	margin-right: 14px;
	font-family: var(--minchou);
	font-size: 2.2rem;
}

.lity-close {
	width: 30px;
	height: 30px;
	right: 0;
	top: -40px;
	font-size: 60px;
	line-height: 30px;
	position: absolute;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	font-size: 60px;
	line-height: 30px;
}

.lity-close:active {
	top: -40px;
}

/* -------------------------------------------------- */
/* TAB/SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.product_titwrap,
	.concept_wrap,
	.faq_list {
		width: calc(100% - 50px);
	}

	body.is-drawer-open {
		overflow: hidden;
	}

	#mv {
		height: 700px;
		min-height: 0;
	}

	#mv > .catalog {
		top: 84px;
		right: 18px;
	}

	#mv h2.mv_copy,
	#mv > .mv_subcopy {
		right: 5%;
		width: 70%;
	}

	.product_grid {
		grid-template-columns: repeat(4, 1fr);
	}

	#concept {
		min-height: 1000px;
		background: url(../../img/top/concept_bg.jpg) right 30% center / cover no-repeat;
	}

	#worksnum .inner {
		display: grid;
		grid-template-columns: 280px 1fr;
		gap: 35px;
		min-height: 0;
	}

	.worksnum_map {
		position: static;
		width: 100%;
	}

	.worksnum_todofuken {
		position: static;
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, 1fr);
		gap: 18px;
	}

	.worksnum_info {
		position: static;
		padding-top: 40px;
	}

	.worksnum_todofuken > div {
		position: static;
	}

	.todofuken_btn {
		grid-template-columns: repeat(2, 1fr);
	}

	.todofuken_btn p {
		min-width: 0;
	}

	#company .concept_wrap {
		padding-left: 42%;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#mv h2.mv_copy {
		right: 5%;
		width: 90%;
		font-size: 3.5rem;
		white-space: nowrap;
	}

	#mv > .mv_subcopy {
		right: 5%;
		width: 90%;
	}

	.swiper_works .swiper-scrollbar {
		display: block !important;
		opacity: 1 !important;
	}

	#worksnum .inner {
		grid-template-columns: 265px minmax(0, 1fr);
		gap: 24px;
	}

	.worksnum_info {
		grid-row: 1;
		grid-column: 1;
	}

	.worksnum_map {
		grid-row: 1;
		grid-column: 2;
		justify-self: end;
		width: 100%;
	}

	.worksnum_todofuken {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 6px 10px;
	}

	.worksnum_todofuken > div,
	.worksnum_todofuken .todofuken_btn {
		display: contents;
	}

	.worksnum_todofuken > div::before {
		display: none;
	}

	.todofuken_btn p {
		width: 100%;
	}

	#company .concept_wrap {
		padding-left: 43%;
	}

	.company_tit {
		font-size: clamp(2.2rem, 3vw, 2.8rem);
		letter-spacing: 0.03em;
		white-space: nowrap;
	}

	.pickup_grid {
		grid-template-columns: minmax(0, 34%) repeat(2, minmax(0, 1fr));
	}

	.pickup_item.catalog {
		grid-row: 1 / 3;
	}

	.pickup_item.catalog a {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.product_titwrap,
	.concept_wrap,
	.faq_list,
	.news_list {
		width: 100%;
	}

	#mv {
		height: 680px;
	}

	.mv_bg img {
		object-position: 38% center;
	}

	#mv h2.mv_copy,
	#mv > .mv_subcopy {
		width: auto;
		text-align: right;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
	}

	#mv h2.mv_copy {
		bottom: 10%;
		right: 3%;
		font-size: clamp(2.1rem,5.2vw,3.5rem);
		line-height: 1.6;
		white-space: normal;
	}

	#mv > .mv_subcopy {
		line-height: 1.9;
		right: auto;
		bottom: 0;
		left: 0;
		width: max-content;
		height: 58px;
		font-size: clamp(1.6rem,3.5vw,2rem);
		text-align: left;
	}

	#mv > .catalog {
		top: 78px;
		right: 12px;
		bottom: auto;
		width: 100px;
	}

	.catalog_name a {
		padding: 8px 4px;
		font-size: 1rem;
		font-weight: 600;
		background: rgba(0, 0, 0, 0.5);
	}

	#news {
		height: auto;
		margin-top: 0;
		padding: 45px 0 55px;
		border-top: 0;
	}

	.news_list a {
		grid-template-columns: 145px 1fr;
		display: block;
		height: auto;
		min-height: 0;
		padding: 16px 30px 16px 4px;
	}

	.news_info {
		margin: 0;
		margin-bottom: 8px;
	}

	.news_tit {
		font-size: 1.4rem;
	}

	.news_list {
		display: block;
		width: calc(100% - 40px);
		height: auto;
	}

	.news_list > li,
	.news_list > li:first-child {
		width: auto;
	}

	.news_date {
		font-size: 1.1rem;
	}

	.news_cat li {
		font-size: 0.9rem;
	}

	#product {
		padding: 0 0 60px;
	}

	.product_titwrap {
		padding: 0 20px;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 28px;
	}

	.product_btn {
		width: 100%;
	}

	.product_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.product_item a {
		height: 240px;
		padding: 20px;
	}

	.product_img {
		height: 155px;
	}

	.product_item .product_tit {
		height: 18px;
		margin-top: 10px;
	}

	.product_item .product_tit img {
		max-width: 92px;
		max-height: 14px;
	}

	.product_item p {
		line-height: 1.3;
		font-size: 1.2rem;
	}

	#concept {
		padding: 250px 0 100px;
		min-height: 650px;
	}

	#concept {
		background: linear-gradient(90deg, rgba(0, 18, 48, 0.68), rgba(0, 18, 48, 0.18)), url(../../img/top/concept_bg_sp.jpg) center top / cover no-repeat;
	}

	.concept_tit,
	.company_tit {
		font-size: clamp(2.2rem,6vw,2.6rem);
	}

	.concept_txt,
	.company_txt {
		line-height: 1.9;
		font-size: 1.6rem;
	}

	.concept_txt br {
		display: none;
	}

	.concept_btn,
	.company_btn {
		width: 100%;
	}

	#works {
		padding: 65px 0 75px;
	}

	.swiper_works {
		padding: 0 20px 45px;
	}

	.swiper_works .swiper-slide {
		width: 82vw;
	}

	.swiper_works .swiper-scrollbar {
		width: calc(100% - 40px);
		display: block !important;
		bottom: 8px;
		opacity: 1 !important;
	}

	#worksnum {
		padding: 70px 0;
	}

	#worksnum .inner {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 20px;
	}

	.worksnum_map,
	.worksnum_info {
		position: static;
		width: 100%;
	}

	.worksnum_info {
		text-align: center;
		padding-top: 6px;
	}

	.worksnum_todofuken {
		grid-column: auto;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}

	.worksnum_num {
		margin: 10px 0 20px;
		padding-top: 0;
		justify-content: center;
		font-size: 6.5rem;
	}

	.worksnum_btn {
		width: 100%;
	}

	#company {
		background: url(../../img/top/company_bg_sp.jpg) center top / cover no-repeat #050a13;
	}

	#company {
		padding: 300px 0 100px;
		min-height: 650px;
	}

	.company_wrap {
		width: 100%;
	}

	#pickup {
		padding: 75px 0;
	}

	.pickup_grid {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.pickup_item.catalog {
		grid-row: auto;
	}

	.pickup_item.catalog a {
		grid-template-columns: 34% 1fr;
	}

	.pickup_item a {
		padding-right: 42px;
	}

	.pickup_item a::after {
		position: absolute;
		top: 50%;
		right: 0;
		bottom: auto;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	#faq {
		padding-bottom: 75px;
	}

	#faq > .inner > p {
		margin-top: -25px;
		line-height: 1.8;
	}

	.faq_list {
		margin-top: 30px;
		padding: 0 5%;
	}

	.faq_list a {
		padding-left: 15px;
		min-height: 56px;
		font-size: 1.4rem;
	}

	.worksnum_map {
		justify-self: start;
		width: 100%;
	}

	.worksnum_tit {
		font-size: 2.4rem;
	}

	.worksnum_todofuken > div,
	.worksnum_todofuken .todofuken_btn {
		display: contents;
	}

	.worksnum_todofuken > div::before {
		display: none;
	}

	.todofuken_btn p {
		width: 100%;
		min-width: 0;
		padding: 6px 2px;
		font-size: 1.2rem;
	}

	#mv::after {
		bottom: 58px;
	}
	}

	@media screen and (max-width: 374px) {
	.product_item a {
		height: 205px;
	}

	.product_img {
		height: 143px;
	}
}


