@charset "UTF-8";
/*
	Theme Name: 将建設リニューアル
	Description: 将建設専用のテンプレートファイルです。
	Author: Fellow System
	Version: 2.0
*/
/*******************************************************************************
	サイト名：
	作成会社：Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2022.11│新規│[V1.00]
*******************************************************************************/

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");*/


@font-face {
	font-family: "impact";
	font-style: normal;
	src: local("impact"), url("./fonts/impact.woff") format("woff"), url("./fonts/impact.eot") format("eot");

	font-display: auto;
}

html , body {
	height: 100%;
}

body {
	position: static !important;
	background-color: #000000;
	color: #ffffff !important;
	font-family: "Noto Sans JP", "sans-serif" !important;
	font-size: 12pt !important;

	-webkit-text-size-adjust: 100%;
}

.font_impact {
	font-family: "impact";
}

.font_josefin {
	font-family: "Josefin Sans", sans-serif;
}

body.active {
	overflow: hidden;
}


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

figure {
	margin: 0;
}

* , *::before , *::after {
	box-sizing: border-box !important;
}

a[href^=tel] {
	color: inherit;
}

ul , ol {
	list-style: none;
}

img , video , iframe {
	display: block;
	height: auto;
}

.clearfix:after {
	display: block;
	clear: both;
	text-decoration: none;
	content: "";
}

::placeholder {
	font-weight: 500;
}

input:not(input[type="checkbox"]) , textarea , select {
	display: block;
	width: 100%;
	padding: 0.5em;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 0;
	font-size: 1em;
	outline: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus , textarea:focus , select:focus {
	border-width: 2px;
	border-color: #313131;
	border-radius: 5px;
}

select {
	background-repeat: no-repeat;
	background-position: right 10px center;
}

select::-ms-expand {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] , input[type="reset"] , input[type="button"] {
	box-sizing: border-box;
	cursor: pointer;

	-webkit-appearance: button;
	appearance: button;
}

input[type="submit"]::-webkit-search-decoration , input[type="reset"]::-webkit-search-decoration , input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus , input[type="reset"]::focus , input[type="button"]::focus {
	outline-offset: -2px;
}

.container {
	position: relative;
	overflow: hidden;
}


/* ローダー */
/*#loader {
	display: flex;
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 1200px;
	background: #ffffff;
	transition: all 1s;
}

.load_screen {
	display: flex;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	justify-content: center;
	align-items: center;
}


.loader_anime {
	display: flex;
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
}

.loader_move {
	width: 40px;
	height: 40px;
	border-top: 3px solid #ffffff;
	border-right: 1px solid #1dadcf;
	border-bottom: 1px solid #1dadcf;
	border-left: 1px solid #1dadcf;
	border-radius: 50%;
	animation: Load 1s ease infinite;
}

@keyframes Load {
	to {
		transform: rotate(360deg);
	}
}*/



#loader {
	display: flex;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100dvh;
	background-color: #000000;
	justify-content: center;
	align-items: center;
}
.loaded {
	visibility: hidden;
	opacity: 0;
	transition: all 0.8s;
}
.loader003 {
	width: 11em;
	height: 11em;
	margin: 50px auto;
	border-radius: 50%;
	background: #336ab4;
	background: linear-gradient(to right, #336ab4 10%, rgba(20, 43, 139, 0) 42%);
	font-size: 10px;
	text-indent: -9999em;
	animation: load3 1.4s infinite linear;
}

.loader003:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	border-radius: 100% 0 0 0;
	background: #336ab4;
	content: "";
}

.loader003:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 75%;
	height: 75%;
	margin: auto;
	border-radius: 50%;
	background: #000000;
	content: "";
}

@-webkit-keyframes load3 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：共通
*******************************************************************************/
.main_inner-wrap {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.common_page-title {
	display: flex;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column-reverse;
	align-items: center;
}

.common_page-title .page_main-title {
	display: flex;
	overflow: hidden;
	font-weight: 900;
	font-weight: 900;
	font-size: clamp(1.75rem, 1.076rem + 1.4vw, 2rem);
	letter-spacing: 0.05em;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
}

.common_page-title span:lang(en) {
	display: flex;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.common_page-title {
		width: 95%;

		row-gap: 10px;
	}

	.common_page-title .page_main-title {
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 767px) {
	.common_page-title {
		row-gap: 3px;
	}

	@media screen and (max-width: 389px) {
		.common_page-title .page_main-title {
			font-size: 27px;
		}
	}
}



.common_chapter h2 {
	text-transform: uppercase;
}


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：ヘッダー
*******************************************************************************/
.header_container {
	display: block;
	position: fixed;
	z-index: 9999;
	width: 100%;
	border-top: 10px solid #336ab4;
}

.header_inner {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.header_inner::after {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 100000px;
	height: 100%;

/*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
}

.header_contents {
	display: flex;
	max-width: 1870px;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
}


.common_logo-contents {
	display: flex;
	align-items: center;
}

.common_logo-contents img {
	width: 100%;
}

.common_logo-text {
	display: flex;
	font-weight: normal;
	flex-direction: column-reverse;
}



.common_menu-list {
	display: flex;
}

.common_logo-img {
	display: flex;
	justify-content: center;
	align-items: center;
}





.head_logo {
	position: relative;
	z-index: 9999;
}

.head_logo a {
	color: #ffffff;
}

.head_logo .common_logo-contents {
	column-gap: clamp(0.938rem, 0.104rem + 1.74vw, 2.188rem);
}
.head_logo .common_logo-img {
	max-width: 90px;
	min-width: 60px;
	width: clamp(3.75rem, 2.5rem + 2.6vw, 5.625rem);
	background-color: #ffffff;

	aspect-ratio: 1/1;
}

.head_logo .common_logo-img img {
	max-width: 62px;
	min-width: 44px;
	width: clamp(2.75rem, 2rem + 1.56vw, 3.875rem);
}
.head_logo .common_logo-text {
	font-size: clamp(1.563rem, 1.313rem + 0.52vw, 1.938rem);
	letter-spacing: 0.12em;
}



@media screen and (min-width: 768px) {
	.header_container {
		display: block;
		position: fixed;
		z-index: 9999;
		width: 100%;
		border-top: 10px solid #336ab4;
		border-top-width: 10px;
	}
}
@media screen and (max-width: 767px) {
	.header_container {
		display: block;
		position: fixed;
		z-index: 9999;
		width: 100%;
		border-top: 10px solid #336ab4;
		border-top-width: 5px;
	}
}


.header_menu-list {
	font-weight: 500;
	font-size: clamp(1rem, 0.904rem + 0.18vw, 1.125rem);
	letter-spacing: 0.05em;
	column-gap: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
}

.header_menu-list a {
	color: #ffffff;
}

.header_menu-list .menu-item {
	display: flex;
	position: relative;
	margin-right: -0.05em;
	flex-direction: column;
	align-items: center;
}

.header_menu-list .menu-item::after {
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	width: 100%;
	height: clamp(0.125rem, -0.006rem + 0.21vw, 0.25rem);
	background-color: #336ab4;
	content: "";
	transition: all 0.3s;
}

.header_menu-list .menu-item.current-menu-item::after , .header_menu-list .menu-item.hover_item::after {
	transform: scale(1);
}

.header_menu-list .menu-item::after , .header_menu-list .menu-item.hover_del::after {
	transform: scale(0);
}

.header_menu-list .menu-item::after , .header_menu-list .menu-item.hover_item::after {
	transform-origin: left center;
}

.header_menu-list .menu-item.current-menu-item::after {
	transform-origin: right center;
}


.header_access {
	display: flex;
	column-gap: 40px;
	align-items: center;
}

.header_base {
	display: flex;
	position: relative;
	z-index: 9999;
	column-gap: 15px;
	align-items: center;
}

.header_base a {
	border-radius: 100%;
	background-color: #000000;
	font-size: clamp(2.5rem, 2.292rem + 0.43vw, 2.813rem);
	line-height: 1;
	transition: all 0.3s;

	aspect-ratio: 1/1;
}
.header_base a:hover {
	box-shadow: 0 0 3px #ffffff;
}
.header_base a i {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}

/*.header_base a i {
	background-image: url(./images1/instagram_gradate.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}*/

.navToggle {
	display: flex;
	position: relative;
	right: 0;
	z-index: 9999;
	flex-direction: column;
	align-items: center;
	cursor: pointer;

	row-gap: 4px;
}

.navToggle > span {
	font-weight: 900;
	font-size: 12px;
}

.toggle_line {
	display: flex;
	position: relative;
	width: 35px;
	height: 30px;
	justify-content: center;
	align-items: center;
}

.toggle_line span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 5px;
	background-color: #ffffff;
}

.toggle_line span:nth-child(1) {
	top: 0px;
}


.toggle_line span:nth-child(3) {
	bottom: 0px;
}

.motion_union .toggle_line span:nth-of-type(1) {
	animation: union-bar01 0.75s forwards;
}

.motion_union .toggle_line span:nth-of-type(2) {
	top: 12.5px;
	opacity: 1;
	transition: all 0.25s 0.25s;
}

.motion_union .toggle_line span:nth-of-type(3) {
	animation: union-bar02 0.75s forwards;
}


.motion_union.active .toggle_line span:nth-of-type(1) {
	animation: active-union-bar01 0.75s forwards;
}

.motion_union.active .toggle_line span:nth-of-type(2) {
	opacity: 0;
}

.motion_union.active .toggle_line span:nth-of-type(3) {
	animation: active-union-bar03 0.75s forwards;
}

@keyframes union-bar01 {
	0% {
		transform: translate(-50%, 12.5px) rotate(33deg);
	}

	50% {
		transform: translate(-50%, 12.5px) rotate(0);
	}

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

@keyframes union-bar02 {
	0% {
		transform: translate(-50%, -12.5px) rotate(-33deg);
	}

	50% {
		transform: translate(-50%, -12.5px) rotate(0);
	}

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

@keyframes active-union-bar01 {
	0% {
		transform: translate(-50%, 0) rotate(0);
	}

	50% {
		transform: translate(-50%, 12.5px) rotate(0);
	}

	100% {
		transform: translate(-50%, 12.5px) rotate(33deg);
	}
}

@keyframes active-union-bar03 {
	0% {
		transform: translate(-50%, 0) rotate(0);
	}

	50% {
		transform: translate(-50%, -12.5px) rotate(0);
	}

	100% {
		transform: translate(-50%, -12.5px) rotate(-33deg);
	}
}

@media screen and (min-width: 768px) {
	.header_contents {
		width: 97.5%;
	}

	.header_base {
		align-items: center;
	}
}
@media screen and (min-width: 835px) {
	.navToggle {
		display: none;
	}
}
@media screen and (max-width: 834px) {
	.header_menu-nav {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	@media screen and (max-width: 600px) {
		.admin_position .header_container {
			position: absolute;
		}

		.header_container {
			top: 0;
		}
	}
}

@media screen and (max-width: 767px) {
	.header_inner {
		padding-right: 20px;
	}

	.header_contents {
		width: 100%;
	}
}

.fixed_nav {
	display: flex;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 3;
	z-index: 10;
	transform: translateX(-50%);
	max-width: 1820px;
	max-height: 1080px;
	height: 100dvh;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: flex-end;
}

@media screen and (min-width: 783px) {
	.admin-bar .fixed_nav {
		top: 32px;
		max-height: calc(1080px - 32px);
		height: calc(100dvh - 32px);
	}

	.admin_position .menu_container {
		height: calc(100dvh - 32px);
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .fixed_nav {
		top: 46px;
		max-height: calc(1080px - 46px);
		height: calc(100dvh - 46px);
	}

	.admin_position .menu_container {
		height: calc(100dvh - 46px);
	}
}


.fixed_nav-list {
	display: flex;
}

.fixed_nav-list a {
	display: flex;
	visibility: visible;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	align-items: center;
}

.fixed_nav.scroll_end a {
	visibility: hidden !important;
	opacity: 0;
}

#fixed_nav-tel a {
	background-color: #2b2b2b;
	color: #ffffff;
	column-gap: 10px;
}


#fixed_nav-contact a {
	background-color: #c6002e;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1rem, 0.749rem + 0.52vw, 1.375rem);
}

#fixed_nav-tel a i {
	font-size: 20px;
}

#fixed_nav-tel a dl {
	display: flex;
	line-height: 21px;
	flex-direction: column;
}

#fixed_nav-tel a dt {
	margin-bottom: -0.15em;
	font-weight: bold;
	font-size: 18px;
}

#fixed_nav-tel a dd {
	font-weight: 400;
	font-size: 12px;
}

#fixed_nav-contact i {
	font-size: 17px;
}

@media screen and (min-width: 768px) {
	.fixed_nav {
		width: 95%;
	}

	.fixed_nav-list {
		position: relative;
		margin-bottom: 20px;
	}

	.fixed_nav-list a {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	}

	#fixed_nav-tel {
		position: absolute;
		bottom: calc(100% - 10px);
		left: calc(0px - 10px);
		z-index: 5 !important;
		transform: rotateZ(-3deg);
	}

	#fixed_nav-tel a {
		position: relative;
		padding: 8px 25px;
	}

	#fixed_nav-tel a::before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 8px;
		border-radius: 100%;
		background-color: #ffffff;
		content: "";

		aspect-ratio: 1/1;
	}

	#fixed_nav-contact a {
		max-width: 270px;
		width: 270px;
		padding: clamp(1.281rem, 1.114rem + 0.35vw, 1.531rem) 25px clamp(1.281rem, 1.114rem + 0.35vw, 1.531rem) clamp(1.563rem, 1.144rem + 0.87vw, 2.188rem);
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.fixed_nav {
		width: 100%;
	}

	.fixed_nav-list {
		width: 100%;
	}

	.fixed_nav-item {
		width: 50%;
	}

	.fixed_nav-item a {
		width: 100%;
		height: 55px;
		justify-content: center;
	}

	#fixed_nav-contact a {
		column-gap: 35px;
	}

	#fixed_nav-contact i {
		font-size: 10px;
	}
}







.common_logo img {
	width: 100%;
}





/*.common_menu-list .menu-item.current_page_item a , .common_menu-list .menu-item a:hover {
	color: #1dadcf;
}*/

.menu-item.current_page_item a {
	pointer-events: none;
}

.mobile_menu-list .menu-item::after {
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: right top;
	height: 1px;
	background: #1dadcf;
	content: "";
	transition: transform 0.3s;
}

.mobile_menu-list .menu-item::after {
	width: calc(100% + 5px);
}


.menu_container {
	display: flex;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 100dvh;
	background-color: #000000;
	opacity: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.global_menu-list {
	flex-direction: column;
}

.menu_container.active , .test .menu_container {
	visibility: visible;
	opacity: 1;
}


.global_menu-nav {
	display: flex;
	position: relative;
	z-index: 5;
	max-width: 655px;
	width: 100%;
}


.site_menu-list {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.global_menu-list a {
	display: flex;
	color: #ffffff;
	align-items: center;
	transition: all 0.5s;
}
.global_menu-list a:hover {
	opacity: 0.8;
}


#menu-global_menu-right li:nth-last-of-type(-n+3) {
	display: flex;
	font-size: 15px;
}
#menu-global_menu-right li:nth-last-of-type(-n+3) a {
	position: relative;
}
#menu-global_menu-right li:nth-last-of-type(-n+3) a::after {
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: black;
	content: "";
}
#menu-global_menu-right {
	row-gap: 20px;
}
#menu-global_menu-right li:nth-of-type(3) {
	margin-bottom: 10px;
}

/*.set_top-obj {
	transform: translateY(50px);
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.2s;
}

.set_top-obj.show_content {
	transform: translateY(0px);
	opacity: 1;
}*/

.global_menu-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

	row-gap: 30px;
}

.global_menu-list li {
	width: fit-content;
}

.global_menu-list a {
	display: flex;
	width: fit-content;
	word-break: keep-all;
	column-gap: 10px;
	align-items: baseline;
}

.global_menu-list .main_menu strong {
	position: relative;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
}
.global_menu-list li:not(.main_menu) a {
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}
/*.global_bottom {
}*/


/*.global_bottom a {
}*/
@media screen and (max-width: 450px) {
	.global_menu-list .main_menu strong {
		font-size: 19px;
	}
	.global_menu-list li:not(.main_menu) a {
		font-size: 19px;
	}
}

.global_menu-list .main_menu strong::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	content: "";
}

.global_menu-list span:lang(en) {
	color: #1dadcf;
	font-weight: 500;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.global_menu-nav {
		width: 95%;
		column-gap: 60px;
	}

	.global_menu-list span:lang(en) {
		font-size: 16px;
	}
	#menu-global_menu-left {
		row-gap: 80px;
	}
	#menu-global_menu-right li:nth-of-type(-n+2) {
		margin-bottom: 60px;
	}
	.sitemap_menu-list span:lang(en) {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.global_menu-nav {
		width: 100%;
		padding: 0 10px;
		column-gap: 40px;
		justify-content: center;
	}

	.global_menu-list span:lang(en) {
		font-size: 16px;
	}

	.global_menu-list a {
		flex-direction: column;
		flex-wrap: wrap;

		row-gap: 5px;
	}
	#menu-global_menu-left {
		row-gap: 40px;
	}
	#menu-global_menu-right li:nth-of-type(-n+2) {
		margin-bottom: 20px;
	}

	.global_menu-list span:lang(en) {
		font-size: 14px;
	}

	@media screen and (max-width: 389px) {
		.global_menu-list {
			column-gap: 25px;
		}
	}
}



.site_menu-item.no_link a {
	opacity: 0.19;
	pointer-events: none;
}

.main_menu-container {
	font-weight: bold;
	font-size: 22px;
}


.main_menu-item span {
	margin-left: 15px;
	color: #1dadcf;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.5s;
}

.main_menu-item:first-child span {
	margin-left: 38px;
}

.sub_menu-list {
	font-weight: 500;

	row-gap: 20px;
}



@media screen and (min-width: 486px) {
	.site_menu-container {
		width: 50%;
	}

	.main_menu-list {
		row-gap: 75px;
	}

	.sub_menu-list {
		max-width: fit-content;
		margin-left: auto;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 485px) {
	.global_menu-nav {
		padding: 30px 0;
	}


	.main_menu-container {
		margin-bottom: 20px;
	}

	.main_menu-list {
		row-gap: 20px;
	}

	@media screen and (max-height: 566px) {
		.admin-bar .global_menu-nav {
			overflow-y: scroll;
		}
	}

	@media screen and (max-height: 520px) {
		body:not(.admin-bar) .global_menu-nav {
			overflow-y: scroll;
		}
	}
}

.main_wrapper {
	position: relative;
}

.main_container {
	position: relative;
	z-index: 1;
}

.main_bg-container , .menu_bg-container {
	position: absolute;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

.home .main_bg-container {
	top: 20.5014%;
	max-width: 1950px;
	width: 101.5625%;
}

body:not(.home):not(.philosophy):not(.business):not(.sitemap):not(.error404) .main_bg-container , .menu_bg-container {
	max-width: 2090px;
	width: 108.8542%;
}

body.philosophy .main_bg-container {
	z-index: -1;
	max-width: 1640px;
	width: 85.4166%;
}

body.business .main_bg-container {
	max-width: 1820px;
	width: 94.7917%;
}

body:not(.home):not(.philosophy):not(.business):not(.sitemap):not(.error404) .main_bg-container {
	top: 35.2398%;
}

body.philosophy .main_bg-container {
	top: 3.9685%;
}

body.business .main_bg-container {
	bottom: 0;
}

.menu_bg-container {
	top: 20.3704%;
}

body.sitemap .main_bg-container , body.error404 .main_bg-container {
	max-width: 1920px;
	width: 100%;
}

body.sitemap .main_bg-container {
	top: 75.0488%;
	padding-right: 2.0834%;
}

body.error404 .main_bg-container {
	top: 26.5393%;
	padding-right: 2.6042%;
}

.main_bg-container img , .menu_bg-container img {
	opacity: 0.1;
}

body:not(.sitemap):not(.error404) .main_bg-container img {
	max-width: 583px;
}

.home .main_bg-container img {
	width: 29.8974%;
}

.business .main_bg-container img {
	max-width: 585px !important;
	width: 32.1429% !important;
}

body:not(.home):not(.philosophy):not(.business) .main_bg-container img , .menu_bg-container img {
	margin-left: auto;
}

body.philosophy .main_bg-container img , body.business .main_bg-container img {
	margin-right: auto;
}

body:not(.home):not(.sitemap):not(.error404) .main_bg-container img , .menu_bg-container img {
	width: 27.8947%;
}


body.sitemap .main_bg-container img , body.error404 .main_bg-container img {
	max-width: 430px;
	width: 43%;
}

.scroll_range {
	position: relative;
}

.page_top-container {
	visibility: hidden;
	position: fixed;
	bottom: 30px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	max-width: 1000px;
}

.page_top-container.scroll_end {
	position: absolute;
}

.page_top-content {
	display: none;
	visibility: visible;
	position: absolute;
	right: 0;
	bottom: 0;
}


.page_top-content img {
	width: 25px;
	margin-bottom: 8px;
}

.page_top-content a {
	display: flex;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.1em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer_container {
	width: 100%;
	background-color: #292929;
}




.footer_inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}

.footer_contents {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 1030px;
	margin: 0 auto;
	column-gap: 170px;
}

.footer_head {
	display: flex;
	position: relative;
	color: #ffffff;
	flex-direction: column;
	align-items: flex-start;

	row-gap: 10px;
}

.foot_logo a {
	color: #ffffff;
}

.foot_logo .common_logo-contents {
	column-gap: 10px;
}

.foot_logo img {
	width: 62px;
}

.foot_logo .common_logo-text {
	font-size: 21px;
	letter-spacing: 0.12em;
}


.footer_head address {
	display: flex;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	flex-direction: column;

	row-gap: 5px;
}
.footer_head address span {
	line-height: 34px;
}
.footer_head address  ul {
	display: flex;
	flex-direction: column;

	row-gap: 10px;
}

.footer_menu-nav {
	display: flex;
	width: 100%;
	margin: 0 auto;
	column-gap: 115px;

	row-gap: 10px;
}

.footer_menu-list {
	font-weight: 500;
	font-size: 14px;
	flex-direction: column;

	row-gap: 25px;
}

.footer_menu-list a {
	color: #ffffff;
	transition: all 0.3s;
}


.footer_menu-list a:hover {
	color: #c6012e;
}

.footer_menu-list li {
	display: flex;
	align-items: center;
}



.footer_making {
	display: flex;
	padding: 15px 0;
	background-color: #336ab4;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.footer_contents {
		width: 95%;
		padding: 45px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.footer_contents {
		width: 100%;
		padding: 15px 20px 25px;
		column-gap: 50px;

		row-gap: 30px;
	}

	@media screen and (max-width: 550px) {
		.footer_contents {
			flex-direction: column;
		}
	}
	.footer_menu-nav {
		column-gap: 40px;
	}
}

.foot_sns {
	display: flex;
	max-width: 1030px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 45px;
}

.foot_sns a {
	border-radius: 100%;
	background-color: #000000;
	font-size: 45px;
	line-height: 1;
	transition: all 0.3s;

	aspect-ratio: 1/1;
}
.foot_sns a:hover {
	box-shadow: 0 0 3px #ffffff;
}



.footer_bg {
	position: absolute;
}


@media screen and (min-width: 768px) {
	.display_mb {
		display: none !important;
	}






	body:not(.home) .main_wrapper {
		padding-top: calc(clamp(4.063rem, 2.604rem + 3.04vw, 6.25rem) + 30px);
	}


	.page_top-container {
		width: 95%;
	}



	.footer_bg {
		top: 75px;
		left: 85%;
		transform: translateX(-85%);
		width: 1920px;
		opacity: 0.05;
	}
}

@media screen and (max-width: 767px) {
	.display_pc {
		display: none !important;
	}

	.global_menu-nav {
		padding: 30px 30px;
	}



	body:not(.home) .main_wrapper {
		padding-top: calc(70px + 25px);
	}

	body.error404 .main_wrapper {
		padding-top: 70px;
	}

	.page_top-container {
		width: calc(100% - 40px);
	}



	.footer_bg {
		top: 140px;
		left: 50%;
		transform: translateX(-50%);
		width: 405px;
		opacity: 0.1;
	}

	.footer_menu-list li {
		display: flex;
		width: max-content;
		align-items: center;
	}
}

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：simplebarcommon_contact-link
*******************************************************************************/

.common_contact-link {
	display: flex;
	max-width: 450px;
	width: calc(100% - 60px);
	margin: 0 auto;
	text-align: center;
	flex-direction: column;
	align-items: center;

	row-gap: 15px;
}
.common_contact-link span {
	display: flex;
	width: fit-content;
	font-weight: 900;
	font-size: 27px;
	line-height: 39px;
	column-gap: clamp(1.25rem, -0.434rem + 3.51vw, 1.875rem);
	align-items: center;
}

.common_contact-link span::before , .common_contact-link span::after {
	display: block;
	transform-origin: center;
	width: 4px;
	height: 50px;
	background-color: #000000;
	content: "";
}

.common_contact-link span::before {
	transform: rotateZ(-17deg);
}

.common_contact-link span::after {
	transform: rotateZ(17deg);
}

.common_contact-link a {
	display: flex;
	position: relative;
	max-width: 450px;
	width: 100%;
	padding: clamp(0.594rem, -0.248rem + 1.75vw, 0.906rem) 0;
	border: 2px solid #c6002e;
	border-radius: 37.5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #c6012e;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1.375rem, 0.196rem + 2.46vw, 1.813rem);
	line-height: normal;
	justify-content: center;
	transition: all 0.6s;
}

.common_contact-link a i {
	position: absolute;
	top: 50%;
	right: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	transform: translateY(-50%);
	font-size: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
}
.common_contact-link a:hover {
	background-color: #ffffff;
	color: #c6012e;
}
@media screen and (min-width: 768px) {
	.common_contact-link span br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
}




/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：共通施工実績
*******************************************************************************/


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：共通お問い合わせ
*******************************************************************************/
.contact_link-container {
	display: flex;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.footer_contact-nav {
	position: relative;
	z-index: 1;
	max-width: 1060px;
	margin: 0 auto;
}

.footer_contact-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_contact-item a {
	display: flex;
	color: #ffffff;
	align-items: center;
	transition: all 0.6s;
}
.footer_contact-item a:hover {
	opacity: 0.65;
}

.footer_contact-item a i {
	font-size: clamp(2.5rem, -0.026rem + 5.26vw, 3.438rem);
}

#footer_contact-tel a {
	background-color: #2b2b2b;
}

#footer_contact-form a {
	background-color: rgba(198, 1, 46, 0.73);
}

.footer_contact-item dl {
	display: flex;
	line-height: normal;
	flex-direction: column;

	row-gap: 5px;
}

.footer_contact-item dt {
	font-weight: 900;
	font-size: clamp(1rem, -0.347rem + 2.81vw, 1.5rem);
	text-align: center;
}

.footer_contact-item dd {
	display: flex;
	font-weight: normal;
	flex-direction: column;
}

#footer_contact-tel dd strong {
	display: block;
	font-weight: 900;
	font-size: clamp(1.125rem, -1.401rem + 5.26vw, 2.063rem);
}

#footer_contact-form dd {
	line-height: 25px;

	row-gap: 15px;
}

#footer_contact-form dd span:lang(en) {
	max-width: 125px;
	width: 100%;
	padding: 2.5px 0;
	border-radius: 15px;
	background-color: #ffffff;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.contact_link-container {
		padding: 35px 0 45px;
		background-image: url(./images1/contact_bg.webp);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.contact_link-container::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		background-color: #2b2b2b;
		opacity: 0.73;
		content: "";

		mix-blend-mode: multiply;
	}


	.footer_contact-nav {
		width: 95%;
	}

	.footer_contact-item {
		max-width: 515px;
		width: calc(50% - 10px);
	}

	.footer_contact-item a {
		min-height: clamp(14.063rem, 9.852rem + 8.77vw, 15.625rem);
		padding-top: 25px;
		border: 1px solid #ffffff;
		border-radius: 10px;
		flex-direction: column;

		row-gap: 15px;
	}

	.footer_contact-item dt , #footer_contact-tel dd strong {
		letter-spacing: 0.05em;
	}

	#footer_contact-form a {
		background-color: rgba(198, 1, 46, 0.73);
	}


	.footer_contact-item dd {
		font-size: 14px;
		align-items: center;
	}

	#footer_contact-tel dd {
		row-gap: 5px;
	}
}

@media screen and (max-width: 767px) {
	.footer_contact-nav {
		width: 100%;
	}

	.footer_contact-item {
		width: 50%;
	}

	.footer_contact-item a {
		height: 55px;
		justify-content: center;
	}

	#footer_contact-tel a {
		column-gap: 10px;
	}

	.footer_contact-item dt {
		font-weight: bold;
	}

	#footer_contact-tel a strong {
		font-weight: bold;
		column-gap: 10px;
	}

	#footer_contact-tel i {
		font-size: 20px;
	}

	#footer_contact-form a {
		background-color: #c6002e;
		column-gap: 35px;
	}

	#footer_contact-form i {
		font-size: 10px;
	}

	.footer_contact-item dd {
		font-size: 12px;
		line-height: 18px;
		align-items: flex-start;
	}

	@media screen and (max-width: 374px) {
	}
}






.archive_pagination {
	width: fit-content;
	margin: 0 auto;
}

.archive_pagination-list {
	display: flex;
	font-weight: bold;
	column-gap: 10px;
	align-items: center;
}

.page-numbers.current , .page-numbers.dots , .page-numbers a , .next a , .prev a {
	display: flex;
	height: 20px;
	justify-content: center;
}

.archive_pagination-around , .archive_pagination-current , .archive_pagination-numbers a {
	display: flex;
	min-height: 40px;
	border-radius: 5px;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}
.archive_pagination-current , .archive_pagination-numbers a {
	font-size: clamp(0.938rem, 0.601rem + 0.7vw, 1.063rem);

	aspect-ratio: 1/1;
}
.archive_pagination-around {
	font-size: 13px;
}
.archive_pagination-around a {
	display: flex;
	min-width: clamp(3.125rem, -0.243rem + 7.02vw, 4.375rem);
	min-height: 40px;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.archive_pagination-around a:hover {
	background-color: #ffffff;
	color: #343434;
}

.archive_pagination-dots {
	color: #ffffff !important;
}
/*.archive_pagination-prev {
	margin-right: clamp(0.313rem, -2.214rem + 5.26vw, 1.25rem);
}
.archive_pagination-next {
	margin-left: clamp(0.313rem, -2.214rem + 5.26vw, 1.25rem);
}*/
.archive_pagination-prev a {
	transform: rotateZ(180deg);
}
.archive_pagination-current {
	background-color: #ffffff;
	color: #343434;
}
.archive_pagination-numbers a {
	border: 2px solid #ffffff;

/*background-color: #ffffff;*/
	transition: all 0.4s;
}
.archive_pagination-numbers a:hover {
	background-color: #ffffff;
	color: #343434;
}
.archive_pagination-dots {
	overflow: hidden;
	margin: 0 clamp(0rem, -1.684rem + 3.51vw, 0.625rem);
	color: #343434;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3887em;
	letter-spacing: 0.05em;
}
