@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;
	color: #2b2b2b !important;
	font-family: "Noto Sans JP", "sans-serif" !important;
	font-size: 12pt !important;

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

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


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;
}

.loaded {
	visibility: hidden;
	opacity: 0;
}

.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);
	}
}


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：共通
*******************************************************************************/
.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-size: clamp(1.875rem, 1.538rem + 0.7vw, 2rem);
	white-space: nowrap;
	column-gap: clamp(0.938rem, -0.747rem + 3.51vw, 1.563rem);
	justify-content: center;
	align-items: center;
}

.common_page-title .page_main-title::before , .common_page-title .page_main-title::after {
	display: block;
	min-width: 65px;
	width: 65px;
	height: 4px;
	background-color: #1dcf80;
	align-items: center;
	content: "";
}

.common_page-title span:lang(en) {
	display: flex;
	color: #8b8b8b;
	font-weight: normal;
	font-size: clamp(0.688rem, 0.182rem + 1.05vw, 0.875rem);
	letter-spacing: 0.2em;
	flex-direction: column;
	align-items: center;

	row-gap: 10px;
}

.common_page-title span:lang(en)::before {
	display: block;
	max-width: 60px;
	min-width: 42px;
	width: clamp(2.625rem, -0.407rem + 6.32vw, 3.75rem);
	background-image: url(./images1/common_title-dotted.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";

	aspect-ratio: 30/7;
}

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

		row-gap: 15px;
	}

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

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

	@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%;
}

.header_inner {
	position: relative;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header_inner::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.95;
	content: "";
}

.header_contents {
	display: flex;
	max-width: 1820px;
	margin: 0 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: 900;
	flex-direction: column-reverse;
}

.common_logo-text span {
	display: block;
}


.common_menu-list {
	display: flex;
}





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

.head_logo a {
	color: #2b2b2b;
}

.head_logo .common_logo-contents {
	column-gap: 15px;
}

.head_logo img {
	max-width: clamp(2.063rem, 1.77rem + 0.61vw, 2.5rem);
}

.head_logo .common_logo-text {
	font-size: clamp(1.188rem, 1.062rem + 0.26vw, 1.375rem);
	line-height: clamp(1.375rem, 0.988rem + 0.81vw, 1.5rem);
}

.head_logo .common_logo-text span {
	font-weight: normal;
	font-size: clamp(0.75rem, 0.666rem + 0.17vw, 0.875rem);
}
@media screen and (min-width: 768px) {
	.head_logo .common_logo-text span {
		font-weight: normal;
	}
}
@media screen and (max-width: 767px) {
	.head_logo .common_logo-text span {
		font-weight: 900;
	}
}


@media screen and (max-width: 980px) {
	.header_menu-nav {
		display: none;
	}
}

.header_menu-list {
	font-weight: 500;
	font-size: clamp(0.938rem, 0.807rem + 0.21vw, 1.063rem);
	column-gap: clamp(0.938rem, -0.698rem + 2.67vw, 2.5rem);
}

.header_menu-list a {
	color: #2b2b2b;
}

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

.header_menu-list .menu-item::after {
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	width: calc(100% + clamp(0.313rem, -0.015rem + 0.53vw, 0.625rem));
	height: clamp(0.125rem, -0.006rem + 0.21vw, 0.25rem);
	border-radius: clamp(0.125rem, -0.006rem + 0.21vw, 0.25rem);
	background-color: #3362c4;
	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 top;
}

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


.header_access {
	display: flex;
	column-gap: clamp(0.938rem, -1.026rem + 3.21vw, 2.813rem);
	align-items: center;
}

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

.header_base a {
	font-size: clamp(1.75rem, 0.997rem + 1.57vw, 2.875rem);
	line-height: 1;
}

.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;
	justify-content: center;
	align-items: center;
}

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

.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) {
	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;
}

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

	.header_base {
		align-items: center;
	}

	.navToggle > span {
		display: none;
	}

	.toggle_line {
		width: 50px;
		height: 35px;
	}

	.toggle_line span {
		height: 5px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

@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: 0 20px;
	}

	.header_contents {
		width: 100%;
		height: 70px;
	}

	.header_base {
		align-items: flex-end;
	}

	.header_base a {
		margin-bottom: 2px;
	}

	.toggle_line {
		width: 35px;
		height: 20px;
	}

	.toggle_line span {
		height: 2px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #ffffff;
	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: #2b2b2b;
	align-items: center;
	transition: all 0.5s;
}


#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;
}

.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 strong {
	position: relative;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
}

.global_menu-list strong::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: black;
	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%;
}




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

.footer_inner::after {
	position: absolute;
	right: clamp(0.625rem, -4.531rem + 10.74vw, 7.5rem);
	bottom: calc(30px + clamp(0.938rem, 0.469rem + 0.98vw, 1.563rem));
	max-width: 210px;
	min-width: 200px;
	width: clamp(12.5rem, 12.082rem + 0.87vw, 13.125rem);
	background-image: url(./images1/footer_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 0.17;
	content: "";

	aspect-ratio: 42/65;
}

.footer_contents {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 1700px;
	width: 95%;
	margin: 0 auto;
	padding: 65px 0 100px;
	column-gap: clamp(2.5rem, -1.719rem + 8.79vw, 8.125rem);
}

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

.foot_logo a {
	color: #ffffff;
}

.foot_logo .common_logo-contents {
	column-gap: clamp(0.625rem, 0.391rem + 0.49vw, 0.938rem);
}

.foot_logo img {
	max-width: clamp(2.813rem, 2.109rem + 1.46vw, 3.75rem);
}

.foot_logo .common_logo-text {
	font-size: clamp(1.188rem, 0.391rem + 1.66vw, 2.25rem);
}

.foot_logo .common_logo-text span {
	margin-bottom: 0.273em;
	font-weight: 900;
	font-size: clamp(0.75rem, 0.281rem + 0.98vw, 1.375rem);
}

.footer_head address {
	font-style: normal;
	font-size: clamp(0.875rem, 0.734rem + 0.29vw, 1.063rem);
	line-height: 28px;
}

a#foot_instagram i {
	background-image: url(./images1/instagram_gradate.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	font-size: clamp(2.125rem, 1.891rem + 0.49vw, 2.438rem);

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

.footer_menu-nav {
	display: flex;
	width: 100%;
	margin: 0 auto;
	column-gap: clamp(2.188rem, -1.094rem + 6.84vw, 6.563rem);

	row-gap: 10px;
}

.footer_menu-list {
	font-weight: normal;
	font-size: clamp(0.875rem, 0.594rem + 0.59vw, 1.25rem);
	flex-direction: column;

	row-gap: clamp(0.625rem, 0.156rem + 0.98vw, 1.25rem);
}

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


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

.footer_menu-list li {
	display: flex;
	column-gap: clamp(0.625rem, 0.156rem + 0.98vw, 1.25rem);
	align-items: center;
}

.footer_menu-list li::before {
	display: flex;
	min-width: clamp(0.313rem, 0.172rem + 0.29vw, 0.5rem);
	border-radius: 100%;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	content: "";

	aspect-ratio: 1/1;
}


.footer_making {
	display: flex;
	padding: 6.5px 0;
	background-color: #4d4d4d;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.footer_inner {
		background: linear-gradient(120deg, #3362c6 0%, #3362c6 39.37%, #22b78f 100%);
	}

	.footer_contents {
		width: 95%;
		padding: 65px 0 100px;
	}

	.footer_head {
		max-width: 545px;
	}

	.footer_head address , a#foot_instagram {
		margin-left: calc(clamp(2.813rem, 2.109rem + 1.46vw, 3.75rem) + clamp(0.625rem, 0.391rem + 0.49vw, 0.938rem)) !important;
	}

	.footer_head address {
		margin: 10px 0 25px;
	}
}

@media screen and (max-width: 767px) {
	.footer_inner {
		background: linear-gradient(to bottom, #3362c6 0%, #3362c6 39.37%, #22b78f 100%);
	}

	.footer_contents {
		width: 100%;
		padding: 25px 30px 55px;
		flex-direction: column;
	}

	.footer_head {
		max-width: 400px;
		margin-bottom: 20px;
	}

	.footer_head address {
		margin-top: 5px;
	}

	a#foot_instagram {
		position: absolute;
		top: 0;
		right: 0;
	}

	.footer_menu-nav {
		flex-direction: column;
	}
}





.footer_bg {
	position: absolute;
}


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






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

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


	.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) {
}




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

.common_works-nav {
	display: block;
	max-width: 1130px;
	margin: 0 auto;
}

.common_works-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;

	row-gap: 60px;
}
.common_works-item {
	display: flex !important;
	max-width: 350px;
	flex-direction: column;
	align-items: center;
}
.common_works-scroll {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 270px;
	width: 85%;
	padding: 19px 0;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.83);
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	flex-direction: column;
	align-items: center;

	row-gap: 10px;
}

.twentytwenty-handle:before , .twentytwenty-handle:after {
	height: 1000% !important;
	margin-top: 0 !important;
}
.twentytwenty-handle:before {
	transform: translateY(50%);
	height: 1000% !important;
	margin-top: 0 !important;
}
.twentytwenty-handle:after {
	transform: translate(-50%, -50%);
	width: 38px !important;
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

@media screen and (min-width: 835px) {
	.common_works-list {
		column-gap: 3.53975%;
	}
	.common_works-item {
		width: 30.9735%;
	}
	.common_works-scroll {
		font-size: clamp(1.063rem, 0.327rem + 1.41vw, 1.375rem);
	}
}

@media screen and (min-width: 451px) and (max-width: 834px) {
	.common_works-list {
		max-width: 720px;
		margin: 0 auto;
		column-gap: 20px;
	}
	.common_works-item {
		width: calc(50% - 10px);
	}
	.common_works-item:not(:nth-of-type(-n+4)) {
		display: none;
	}
	.common_works-scroll {
		font-size: clamp(0.938rem, 0.422rem + 1.83vw, 1.375rem);
	}
}

@media screen and (max-width: 450px) {
	.common_works-list {
		flex-direction: column;
		align-items: center;
	}
	.common_works-item {
		width: 100%;
	}
	.common_works-item:not(:nth-of-type(-n+3)) {
		display: none;
	}
	.common_works-scroll {
		font-size: 22px;
	}
}
@media screen and (min-width: 768px) {
	#index_works {
		margin-bottom: 65px;
	}
	#index_works .index_title {
		margin-bottom: 15px;
	}
	#index_works .common_chapter-summary {
		margin-bottom: 50px;
	}
	.common_works-nav {
		width: 95%;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	#index_works {
		margin-bottom: 25px;
	}
	#index_works .index_title {
		margin-bottom: 20px;
	}
	#index_works .common_chapter-summary {
		margin-bottom: 40px;
	}
	.common_works-nav {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 20px;
	}
}


.common_works-contents {
	display: flex;
	max-width: 315px;
	width: calc(100% - 20px);
	height: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	flex-direction: column;

	row-gap: 5px;
}

.common_works-status {
	display: flex;
	font-size: 14px;
	column-gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: first baseline;

	row-gap: 10px;
}

.common_works-status time {
	font-weight: 500;
}

.common_works-status span {
	display: inline-flex;
	min-width: 90px;
	width: fit-content;
	min-height: 25px;
	padding: 0 20px;
	border-radius: 12.5px;
	background-color: #969696;
	color: #ffffff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}

.common_works-title {
	display: block;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.common_works-title a {
	color: #2b2b2b;
}

.common_works-compare {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	justify-content: space-between;
}

.works_compare-item {
	display: flex;
	font-weight: 900;
	font-size: 18px;
	column-gap: 5px;
	align-items: baseline;
}

.works_compare-before {
	color: #0e68a0;
}

.works_compare-after {
	color: #16a080;
	flex-direction: row-reverse;
}

.works_compare-item span:lang(en) {
	font-size: 12px;
}

.common_works-visual {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;

	aspect-ratio: 35/27;
}



.twentytwenty-wrapper {
	width: 100%;
}

.works_compare-slide {
	width: 100%;
	height: 100% !important;

	aspect-ratio: 35/27;
}

.common_works-img {
	width: 100% !important;
	height: 100% !important;
	box-sizing: content-box !important;

	object-fit: cover;
	object-position: center;
}

.common_works-img img {
	width: 100%;
	height: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	box-sizing: content-box !important;

	object-fit: cover;
	object-position: center;
}

.works_img-before img {
	border-top-color: #0e68a0;
}

.works_img-after img {
	border-top-color: #16a080;
}


.common_works-frame {
	position: relative;
	overflow: auto;
	max-width: 100%;
	background-color: #000000;
	white-space: nowrap;
	column-gap: 5px;
}



.twentytwenty-overlay {
	display: none;
}

.hide-scroll.show_content .common_works-scroll {
	visibility: hidden;
	opacity: 0;
	transition: all 1.3s;
	transition-delay: 1s;
}
.common_works-scroll img {
	max-width: 75px;
	width: 27.8%;
}

.common_works-link {
	display: inline-flex;
	margin-right: clamp(0.625rem, 0.056rem + 1.18vw, 0.938rem);
	margin-left: auto;
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	column-gap: 5px;
	align-items: center;
}
.common_works-link i {
	font-size: 13px;
}


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：共通お問い合わせ
*******************************************************************************/
.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: 500;
	column-gap: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	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: 3px;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}
.archive_pagination-current , .archive_pagination-numbers a {
	font-size: 16px;

	aspect-ratio: 1/1;
}
.archive_pagination-around {
	font-size: 17px;
}
.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: #3362c4;
}
.archive_pagination-numbers a {
	background-color: #cccccc;
	transition: all 0.6s;
}
.archive_pagination-numbers a:hover {
	background-color: #3362c4;
}
.archive_pagination-dots {
	overflow: hidden;
	margin: 0 clamp(0rem, -1.684rem + 3.51vw, 0.625rem);
	color: #cccccc;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3887em;
	letter-spacing: 0.05em;
}
