@charset "UTF-8";

@charset "UTF-8";

/* ABOUT */
#about+section {
	margin-top: 100px;
}

#about+section::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 75%;
	max-width: 1400px;
	height: 100%;
	top: 0;
	right: 0;
	background: var(--i_btn_color);
}

#about+section .heading.block_header_6 {
	writing-mode: vertical-rl;
	width: auto;
	margin-left: 0;
}

#about+section .heading.block_header_2 .h {
	font-size: 3.5rem !important;
}

#about+section .heading.block_header_2 p {
	font-size: 1.7rem !important;
}

#about+section .inner_item_img img {
	aspect-ratio: 864/660;
	object-fit: cover;
}

#about+section .inner_item_txt {
	background: var(--i_bg_color);
	padding: 65px 5% !important;
	max-width: none;
	flex-basis: auto;
	z-index: 2;
}

@media screen and (min-width: 901px) {
	#about+section .wrapper_item {
		padding-left: 5%;
	}

	#about+section .heading.block_header_6 {
		margin: 0;
		position: absolute;
		top: 50%;
		left: -2%;
		transform: translateY(-50%);
	}

	#about+section .heading.block_header_6 .h {
		font-size: clamp(4rem, 6vw, 10rem);
	}

	#about+section .inner_item_img {
		margin-left: -8%;
	}
}

@media screen and (max-width: 900px) {
	#about+section {
		padding-bottom: 0;
	}

	#about+section .heading.block_header_2 .h {
		font-size: 2.5rem !important;
	}
}

/* BLOG */
#blog+div ul>li {
	background: var(--i_bg_color);
	padding: 25px 20px 100px;
	box-sizing: border-box;
}

#blog+div li ol li {
	background: var(--i_btn_color);
	color: var(--i_bg_color);
	padding: 7px 5px 5px;
}

/* ABOUT US */
#us+section .heading+.add_text {
	font-size: 3rem;
}

a[id*="us"]+section .heading.block_header_2 {
	margin-left: -5%;
	margin-bottom: 0;
}

a[id*="us"]+section {
	width: 95%;
}

a[id*="us"]+section>.content_wrapper {
	width: calc(100% - 40px);
}

#us2+section {
	margin-left: auto;
	margin-right: 0;
	padding-top: 160px;
	margin-top: -80px;
	z-index: -1;
}

a[id*="us"]+section .heading.block_header_2 .h {
	font-size: 8rem !important;
	font-weight: 600;
	color: var(--i_sub3_color);
}

@media screen and (min-width: 1401px) {
	#us+section>.content_wrapper {
		margin-left: 10%;
	}
}

@media screen and (max-width: 900px) {
	#us2+section {
		padding-top: 120px;
	}

	#us+section .heading+.add_text {
		font-size: 1.8rem;
		line-height: 1.4;
	}

	a[id*="us"]+section .heading.block_header_2 {
		margin-left: 0;
	}

	a[id*="us"]+section .heading.block_header_2 .h {
		font-size: 4rem !important;
	}
}

/* GREETING */
#gre+section .heading.block_header_2 .h {
	font-size: 7rem !important;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: var(--i_sub3_color);
}

#gre+section .heading.block_header_2 p {
	font-size: 1.7rem !important;
}

#gre+section .wrapper_item {
	gap: 0 5%;
	align-items: baseline;
}

#gre+section .inner_item_txt {
	background: var(--i_bg_color);
	padding: 65px 5% !important;
	max-width: none;
	flex-basis: auto;
}

@media screen and (max-width: 900px) {
	#gre+section .inner_item_txt {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 800px) {
	#gre+section .heading.block_header_2 .h {
		font-size: 4rem !important;
	}

	#gre+section .heading.block_header_2 p {
		font-size: 1.5rem !important;
	}
}

/* WORKS */
#ws+div .slick-track {
	gap: 0 20px;
}

#ws+div .inner_item {
	border: 1px solid var(--i_txt_color);
	padding: 20px 20px 30px;
}

#ws+div .inner_item>a {
	padding-top: 100%;
}

#ws+div .inner_item .heading {
	padding-top: 15px;
}

/* CONCEPT */
@media screen and (min-width: 901px) {
	#ct+section .wrapper_item {
		width: 60%;
	}
}

/* SERVICE */
#sv+section .heading.block_header_2 .h {
	font-size: 7rem !important;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 1.4;
}

#sv+section .heading.block_header_2 p {
	font-size: 1.7rem !important;
}

#sv+section .wrapper_item {
	border: 0;
	background: var(--i_bg2_color);
}

#sv+section .inner_item_img img {
	aspect-ratio: 1;
}

@media screen and (max-width: 800px) {
	#sv+section .heading.block_header_2 .h {
		font-size: 4rem !important;
	}

	#sv+section .heading.block_header_2 p {
		font-size: 1.5rem !important;
	}
}

/* ACCESS */
#hac+section {
	overflow: visible;
}

#hac+section>.content_wrapper {
	background: var(--i_btn_color);
	width: 95%;
	max-width: 1700px;
	padding: 40px 20% 40px 5%;
	margin: 0;
}

#hac+section>.content_wrapper::before {
	position: absolute;
	display: block;
	content: "COMPANY";
	pointer-events: none;
	font-size: clamp(4rem, 6vw, 10rem);
	font-weight: 400;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	top: 180px;
	right: 0;
	color: var(--i_bg_color);
	writing-mode: vertical-rl;
}

#hac+section .heading.block_header_6 .h {
	font-size: 4rem;
	font-weight: 500;
	color: var(--i_bg_color);
	padding-bottom: 10px;
}

#hac+section .heading.block_header_6 p {
	color: var(--i_bg_color);
}

#ac+div .wrapper_item {
	max-width: 600px;
	width: 100%;
}

#ac+div.widget_shop01 dl {
	padding: 8px 0;
}

@media screen and (min-width: 901px) {
	#ac+div>.content_wrapper {
		display: flex;
		gap: 0 5%;
		width: 90%;
		padding-left: 5%;
		margin: 0;
	}

	#ac+div.widget_shop01 .map iframe {
		width: 100% !important;
		left: 0 !important;
	}
}

/* COLUMN */
#cl+div>.content_wrapper {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: auto 1fr;
	gap: 0 8%;
	padding: 0 5%;
	margin-right: 0;
}

#cl+div .content_wrapper li a {
	padding-top: 80px;
	padding-bottom: 80px;
}

#cl+div .contents_btn01 .content_wrapper {
	text-align: left;
}

@media screen and (min-width: 901px) {
	#cl+div ul {
		grid-area: 1 / 2 / 3 / 3;
		margin-top: 100px;
	}
}

@media screen and (max-width: 900px) {
	#cl+div>.content_wrapper {
		grid-template-columns: 1fr;
	}

	#cl+div ul {
		order: 3;
		margin-top: 50px;
	}

	#cl+div .content_wrapper li a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* FEATURE */
#fe+section .heading.block_header_6 {
	margin-bottom: 0;
	max-width: 1450px;
}

#fe+section .heading.block_header_6 .h {
	color: var(--i_sub3_color);
}

#fe+section .wrapper_item {
	position: relative;
	margin-top: -45px;
	z-index: -1;
}

#fe+section .inner_item_txt {
	background: var(--i_bg_color);
	padding: 120px 15% 100px 5% !important;
}

#fe+section .inner_item_img {
	width: 50%;
	flex-basis: auto;
	max-width: none;
	margin-top: 120px;
	z-index: 5;
}

#fe+section .contents_btn01 {
	padding-top: 60px;
}

@media screen and (max-width: 1300px) {
	#fe+section .inner_item_img img {
		aspect-ratio: 1;
		object-fit: cover;
	}
}

@media screen and (min-width: 901px) {
	#fe+section .heading.block_header_6 .h {
		font-size: clamp(4rem, 6vw, 10rem);
	}

	#fe+section .inner_item_txt {
		position: absolute;
		top: 0;
		left: 0;
		max-width: none;
		width: 60%;
	}
}

@media screen and (max-width: 900px) {
	#fe+section .inner_item_img {
		width: 90%;
		margin-top: 0;
	}

	#fe+section .inner_item_txt {
		padding-right: 5% !important;
		margin-top: -80px;
	}
}

/* CTA */
#cta+div .inner_item {
	margin: 0 !important;
}

#cta+div .inner_item:first-of-type {
	width: 50%;
}

#cta+div .inner_item:not(:first-of-type) {
	width: 25%;
}

#cta+div .inner_item:first-of-type .heading.block_header_4 {
	max-width: 800px;
	margin: 0 auto;
}

#cta+div .inner_item:first-of-type .heading.block_header_4 .h {
	font-size: 4rem !important;
	font-weight: 400;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
}

#cta+div .inner_item:not(:first-of-type) .heading.block_header_4 .h,
#cta+div .inner_item:not(:first-of-type) .heading.block_header_4 p {
	color: var(--i_txt_color) !important;
	margin-bottom: 0;
}

#cta+div .inner_item:first-of-type .inner_item_txt {
	background: rgba(54, 65, 72, 0.8);
}

#cta+div .inner_item:nth-of-type(2) .inner_item_txt {
	background: var(--i_sub3_color);
}

#cta+div .inner_item:nth-of-type(3) .inner_item_txt {
	background: var(--i_bg_color);
}

#cta+div .inner_item:not(:first-of-type) .heading.block_header_4 {
	position: relative;
	width: auto;
	padding-left: 50px;
	padding-right: 65px;
	margin: 0 auto;
	transition: .4s ease-in-out;
}

#cta+div .inner_item:not(:first-of-type) .heading.block_header_4::before,
#cta+div .inner_item:not(:first-of-type) .heading.block_header_4::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
}

#cta+div .inner_item:not(:first-of-type) .heading.block_header_4::before {
	width: 45px;
	height: 45px;
	top: 50%;
	right: 0;
	background: url("/common/upload_data/tochigi-reformcom/image/arrow.png.webp") no-repeat center right / contain;
	transform: translateY(-50%);
}

#cta+div .inner_item:not(:first-of-type) .heading.block_header_4::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/common/upload_data/tochigi-reformcom/image/tel.png.webp") no-repeat center left / 30px;
}

#cta+div .inner_item:last-of-type .heading.block_header_4::after {
	background: url("/common/upload_data/tochigi-reformcom/image/mail.png.webp") no-repeat center left / 30px;
}

#cta+div .inner_item:not(:first-of-type) a:hover+.inner_item_txt .heading.block_header_4 {
	opacity: 0.6;
}

@media screen and (max-width: 1100px) {
	#cta+div .inner_item:first-of-type {
		width: 100%;
	}

	#cta+div .inner_item:not(:first-of-type) {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	#cta+div .inner_item:first-of-type .heading.block_header_4 {
		text-align: center;
	}

	#cta+div .inner_item:not(:first-of-type) .heading.block_header_4 {
		padding-left: 35px;
	}

	#cta+div .inner_item:not(:first-of-type) .heading.block_header_4::after {
		background-size: 20px;
	}
}