@charset "UTF-8";

/*
	Theme Name: 道前運送株式会社
	Description: 道前運送株式会社専用のテンプレートファイルです。
	Author: Fellow System
	Version: 1.0
*/
/*******************************************************************************
	サイト名：
	作成会社：Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2024.11│新規│[V1.00]
*******************************************************************************/

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


html , body {
	height: 100%;
}

body {
	color: #26221e;
	font-family: "Noto Sans JP", serif;
	font-style: normal;
	font-size: 12pt;

	font-optical-sizing: auto;
	-webkit-text-size-adjust: 100%;
}

.font_serif {
	font-family: "Noto Serif JP", serif;
}

body.active {
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	outline: 0;
}

figure {
	margin: 0;
}

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

a , a[href^=tel] {
	color: #252a3e;
}

ul , ol {
	list-style: none;
}

img , video , iframe {
	display: block;
}

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

::placeholder {
	font-weight: 500;
}

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

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

textarea {
	resize: vertical;
}

input:not([type="submit"]):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;
}


.load_container {
	display: flex;
	visibility: visible;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100svh;
	background: #ffffff;
	opacity: 1;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

@media screen and (min-width: 783px) {
	.admin-bar .load_container {
		height: calc(100svh - 32px);
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .load_container {
		height: calc(100svh - 46px);
	}
}

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

.load_contents {
	display: flex;
	height: 100%;
	margin: auto;
	font-weight: bold;
	font-size: clamp(1.875rem, -0.82rem + 5.61vw, 2.875rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;

	row-gap: clamp(0.625rem, -1.059rem + 3.51vw, 1.25rem);
}

.load_contents img {
	max-width: 130px;
	width: clamp(6.875rem, 3.507rem + 7.02vw, 8.125rem);
}

.load_contents figcaption {
	display: inline-block;
	background: linear-gradient(to right, #142b8b 0%, #142b8b 50%, #000000 50%, #000000 100%);
	background-position: right 0% center;
	background-size: 200% 100%;
	transition: all 0.4s;

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

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：共通
*******************************************************************************/
.scroll_range {
	position: relative;
}


.common_logo {
	font-weight: bold;
}

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

.common_logo img {
	height: auto;
}

.common_logo figcaption {
	display: flex;
}



.common_menu-list {
	display: flex;
	flex-wrap: wrap;
}

.common_menu-list .menu-item a {
	display: flex;
	column-gap: 15px;
	justify-content: center;
	align-items: center;
}

.current-menu-item a {
	pointer-events: none;
	cursor: default;
}





/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：ヘッダー
*******************************************************************************/
.header_container {
	display: block;
	position: fixed;
	z-index: 20;
	width: 100%;
	background-color: #ffffff;
}

.header_inner {
	display: block;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

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

.header_container.active .header_logo {
	position: relative;
	z-index: 9999;
}

.header_logo figure {
	font-size: clamp(1.063rem, 0.896rem + 0.35vw, 1.313rem);
	column-gap: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
}

.header_logo img {
	width: clamp(2.188rem, 1.771rem + 0.87vw, 2.813rem);
}


.header_menu-container {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.header_menu-nav {
	display: flex;
	font-weight: bold;
	column-gap: clamp(1.563rem, -0.815rem + 3.8vw, 3.75rem);
	align-items: center;
}

.header_menu-list {
	font-size: 14px;
	column-gap: clamp(1.25rem, -0.448rem + 2.72vw, 2.813rem);
	justify-content: space-between;
}

.header_menu-list li {
	display: flex;
	flex-direction: column;
	align-items: center;

	row-gap: 2px;
}

.header_menu-list li::after {
	display: block;
	transform-origin: right top;
	width: 40px;
	height: 2px;
	background-color: #142b8b;
	content: "";
	transition: transform 0.3s;
}

.header_menu-list .menu-item.current_page_item::after , .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.current_del::after {
	transform: scale(0);
}

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

.header_menu-list a {
	width: fit-content;
	transition: all 0.6s;
}

.header_menu-extra {
	column-gap: 15px;
	flex-wrap: nowrap;
	align-items: center;
}

#header_line a , #header_instagram a {
	width: clamp(6.25rem, 5.571rem + 1.09vw, 6.875rem);
	padding: 9.5px 0;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-weight: 900;
	font-size: 14px;
	letter-spacing: 0.1em;
	transition: all 0.6s;
}
#header_line a:hover , #header_instagram a:hover {
	opacity: 0.6;
}

#header_line a {
	color: #5ac463;
}

#header_instagram a {
	background: linear-gradient(60deg, #fda123 0%, #f70088 100%);
	color: #ffffff;
}

#header_line i , #header_instagram i {
	background-color: transparent;
	font-size: 35px;
}

#header_contact a {
	width: clamp(8.75rem, 3.655rem + 8.15vw, 13.438rem);
	font-weight: bold;
	font-size: 19px;
	transition: all 0.6s;
}
#header_contact a:hover {
	background-color: #ffffff;
	color: #142b8b;
}

#header_contact i {
	font-size: 20px;
}

.header_menu-extra a {
	height: 100%;
	flex-direction: column;
	align-items: center;

	row-gap: 1px;
}

#header_contact a {
	padding: 21px 0;
	background-color: #142b8b;
	color: #ffffff;
}

.navToggle {
	display: flex;
	z-index: 9999;
	overflow: hidden;
	width: 50px;
	padding-top: 5px;
	background-color: #142b8b;
	color: #ffffff;
	font-weight: 600;
	font-size: 10px;
	flex-direction: column;
	align-items: center;
	cursor: pointer;

	aspect-ratio: 1/1;
}

@media screen and (min-width: 1001px) {
	.navToggle {
		display: none;
	}
}

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

.toggle_line {
	display: flex;
	position: relative;
	width: 25px;
	height: 15px;
	margin-top: 5px;
	margin-left: 0.5px;
	justify-content: center;
	align-items: center;
}

.navToggle span {
	position: absolute;
	transform-origin: center;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}


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

.navToggle span:nth-child(2) {
	top: 7px;
}

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

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

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

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

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

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

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



@keyframes union-bar01 {
	0% {
		transform: translateY(7.5px) rotate(28deg);
	}

	50% {
		transform: translateY(7.5px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes union-bar02 {
	0% {
		transform: translateY(-7.5px) rotate(-28deg);
	}

	50% {
		transform: translateY(-7.5px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

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

	50% {
		transform: translateY(7.5px) rotate(0);
	}

	100% {
		transform: translateY(7.5px) rotate(28deg);
	}
}

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

	50% {
		transform: translateY(-7.5px) rotate(0);
	}

	100% {
		transform: translateY(-7.5px) rotate(-28deg);
	}
}


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

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

	@media screen and (max-width: 1000px) {
		.header_contents {
			width: 95%;
			margin-right: auto;
		}
	}
}

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

	.header_inner {
		padding: 10px 20px;
	}
}






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

.menu_container.active {
	visibility: visible;
	overflow-y: scroll;
	opacity: 1;
}

.menu_inner {
	display: flex;
	position: relative;
	z-index: 9999;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
	flex-wrap: wrap;
}

.global_nav-container {
	display: flex;
	max-width: 800px;
	width: 100%;
}

.mobile_menu-list {
	width: 100%;
	height: 100%;
	column-gap: clamp(3.125rem, -12.757rem + 33.09vw, 8.75rem);
	flex-direction: column;

	row-gap: 20px;
}

.mobile_head-list {
	max-width: 360px;
	height: 215px;
}




.menu_foot {
	display: flex;
	width: 100%;
	padding: 0 10px;
	flex-direction: column;
	align-items: flex-end;

	row-gap: 10px;
}

.menu_sns-list {
	display: flex;
	font-size: 45px;
	column-gap: 15px;
}

.menu_sns-item a {
	display: block;
	line-height: 1;
}
.menu_sns-item#menu_instagram a i {
	background-image: url(./images/instagram_gradate.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;

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

.menu_address {
	font-size: 14px;
	line-height: 22px;
}

.menu_address dt {
	font-weight: bold;
}

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

.mobile_foot-list {
	font-size: 13px;

	row-gap: 15px;
}

.mobile_foot-list a::after {
	font-family: "icomoon" !important;
	content: "\e903";
}

.mobile_head-list a {
	flex-direction: column;
	align-items: flex-start !important;
}

.mobile_head-list a span:not([lang="en"]) {
	font-weight: bold;
	font-size: 22px !important;
}

.mobile_head-list a span[lang="en"] {
	color: #142b8b;
	font-weight: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.mobile_foot-list a::after {
	font-family: "icomoon" !important;
	content: "\e903";
}

@media screen and (min-width: 768px) {
	.menu_inner {
		padding-top: 200px;
	}

	.global_nav-container {
		margin-bottom: 60px;
	}

	.menu_foot {
		padding-top: 20px;
		border-top: 2px solid #696969;
		justify-content: flex-end;
	}

	.mobile_foot-list {
		margin-left: clamp(1.25rem, -9.338rem + 22.06vw, 5rem);
	}
}








@media screen and (min-width: 768px) {
	.mobile_menu-list {
		column-gap: clamp(3.125rem, -12.757rem + 33.09vw, 8.75rem);
	}

	.mobile_menu-list .menu-item a {
		position: relative;
		width: fit-content;
	}

	.mobile_menu-list .menu-item.menu-item-window a::after {
		font-size: 16px;
	}
}


@media screen and (max-width: 767px) {
	.menu_container {
		padding-top: 85px;
	}

	.menu_inner {
		align-items: center;
	}

	.global_nav-container {
		flex-direction: column;
	}

	.mobile_menu-list {
		padding: 0 10px;
		column-gap: 20px;

		row-gap: 20px;
	}

	.menu_foot {
		padding-top: 10px;
	}
	.mobile_foot-list {
		width: 100%;
		max-height: 85px;
		margin-top: 60px;
		padding-top: 20px;
		border-top: 2px solid #696969;
	}

	.mobile_foot-list li {
		width: 50%;
	}

	.mobile_foot-list li a {
		width: 100% !important;
		column-gap: 0 !important;
		justify-content: space-between !important;
	}

	.mobile_foot-list li:nth-of-type(-n+2) {
		max-width: 115px;
	}

	.mobile_foot-list li:nth-last-of-type(-n+2) {
		max-width: 165px;
	}
}



.breadcrumb {
	position: relative;
	z-index: 1;
	max-width: 1820px;
	margin: 0 auto;
	font-size: 12px;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumb , .breadcrumb ul li a {
	color: #404040;
}


.breadcrumb ul li , .breadcrumb ul li a {
	display: inline-flex;
	align-items: center;
}

.breadcrumb ul li br {
	display: none;
}

.breadcrumb ul li a i {
	margin-right: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
	color: #434343;
	font-size: clamp(1.25rem, 1.159rem + 0.39vw, 1.625rem);
}

.breadcrumb ul li:not(:last-child)::after {
	margin: 0 1em;
	line-height: 1;
	white-space: nowrap;
	content: "＞";
}

@media screen and (min-width: 768px) {
	.breadcrumb {
		width: 95%;
		margin-bottom: 40px;
		padding-top: 90px;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		width: 100%;
		margin-bottom: 20px;
		padding: 70px 20px 0;
	}
}



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

.page_link-list {
	display: flex;
	width: 100%;
}

.page_link-item {
	display: block;
}

.page_link-item a {
	display: flex;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.page_link-item a:hover {
	opacity: 0.6;
}

.page_link-item#page_link-contact a {
	background-image: url(./images/page_link-contact.webp);
}

.page_link-item#page_link-company a {
	background-image: url(./images/page_link-company.webp);
}

.page_link-item a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.66;
	content: "";
}

.page_link-item#page_link-contact a::before {
	background-color: #0092ff;
}

.page_link-item#page_link-company a::before {
	background-color: #1032bf;
}

.page_link-title {
	display: flex;
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: clamp(0.938rem, 0.771rem + 0.35vw, 1.188rem);
	flex-direction: column;
	align-items: center;

	row-gap: clamp(0.188rem, 0.104rem + 0.17vw, 0.313rem);
}

.page_link-title span {
	display: flex;
	font-weight: 500;
	font-size: clamp(1.438rem, 0.021rem + 2.95vw, 3.563rem);
	letter-spacing: 0.1em;
	align-items: center;
}

.page_link-title i {
	margin-top: clamp(0.188rem, 0.104rem + 0.17vw, 0.313rem);
	letter-spacing: 0;
}

.page_link-title i.icon-contactmax {
	margin-left: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
	font-size: clamp(1.25rem, 0.208rem + 2.17vw, 2.813rem);
}

.page_link-title i.icon-page {
	margin-left: clamp(0.625rem, 0.417rem + 0.43vw, 0.938rem);
	font-size: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
}

@media screen and (min-width: 768px) {
	.page_link-item {
		width: calc(100% / 2);
	}

	.page_link-item a {
		padding: 65px 0 75px;
	}
}

@media screen and (max-width: 767px) {
	.page_link-list {
		flex-direction: column;
	}

	.page_link-item {
		width: 100%;
	}

	.page_link-item a {
		padding: 26.5px 0;
	}
}





.footer_container {
	display: block;
	width: 100%;
	padding-bottom: 5px !important;
	background-color: #f3f3f3;
}

.footer_inner {
	display: flex;
	max-width: 1820px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.footer_contents {
	display: flex;
	max-width: 1780px;
	width: 100%;
	margin-left: auto;
	column-gap: 10px;
	justify-content: space-between;

	row-gap: 20px;
}
.footer_left-container {
	display: flex;
	flex-direction: column;
}

.footer_logo {
	width: fit-content;
}

.footer_logo figure {
	font-size: clamp(0.938rem, 0.604rem + 0.69vw, 1.438rem);
	white-space: nowrap;
	word-break: keep-all;
	column-gap: clamp(0.625rem, 1.3vw, 1.563rem);
}

.footer_logo img {
	width: clamp(2.188rem, 1.354rem + 1.74vw, 3.438rem);
}

.company_concept-text {
	margin-top: 10px;
	color: #bebebe;
	font-weight: 600;
	font-size: clamp(1.688rem, -0.822rem + 4.23vw, 4.25rem);
	letter-spacing: 0.11em;
	word-break: keep-all;
}
.footer_right-container {
	display: flex;
	max-width: 1215px;
	width: 100%;
	column-gap: 10px;
	justify-content: space-between;

	row-gap: 20px;
}

.footer_nav-container {
	width: 100%;
}

.footer_nav-list {
	display: flex;
	width: 100%;
	height: 100%;
	column-gap: clamp(0.625rem, -1.823rem + 4.12vw, 3.125rem);
	flex-direction: column;
	flex-wrap: wrap;
}
.footer_nav-item {
	width: fit-content;
}

.footer_nav-item > a {
	padding-bottom: 1px;
	border-bottom: 1px solid #142b8b;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.6s;
}
.footer_nav-item > a:hover {
	color: #142b8b;
}
.footer_submenu-list a {
	transition: all 0.6s;
}
.footer_submenu-list a:hover {
	color: #142b8b;
}
.footer_relate-numbers {
	counter-reset: number;
}

.footer_relate-numbers .footer_relate-item {
	display: flex;
}


.footer_menu-relate {
	display: flex;
	margin-top: 10px;
	font-size: clamp(0.813rem, 0.751rem + 0.1vw, 0.875rem);
	flex-direction: column;

	row-gap: 5px;
}
.footer_menu-relate a {
	color: #696969;
}
.footer_relate-numbers .footer_relate-item a::before {
	content: counter(number) ".";
	counter-increment: number;
}
.footer_submenu-list {
	display: flex;
	font-size: 14px;
	flex-direction: column;
}

.footer_bottom-container {
	display: flex;
	flex-direction: column;

	row-gap: 10px;
}
.footer-googlemap {
	display: block;
}

.footer-googlemap iframe {
	width: 100%;
}
.footer_address-container {
	display: flex;
	width: 100%;
	font-weight: bold;
	column-gap: 10px;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer_instagram-link {
	display: flex;
	min-width: 130px;
	padding: 10px 0;
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #142b8b;
	color: #ffffff;
	font-size: 15px;
	column-gap: 5px;
	justify-content: center;
	align-items: center;
}

.footer_instagram-link i {
	font-size: 20px;
}

.footer_sns-nav {
	width: fit-content;
	margin-left: auto;
}
.footer_sns-list {
	display: flex;
	font-size: 45px;
	column-gap: 15px;
}
.footer_sns-list  a {
	display: block;
	line-height: 1;
}
.footer_sns-item#footer_instagram a i {
	background-image: url(./images/instagram_gradate.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;

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

@media screen and (min-width: 1001px) {
	.footer_sns-nav {
		display: none;
	}
}

.footer_address {
	display: flex;
	line-height: clamp(1.375rem, 1.191rem + 0.31vw, 1.563rem);
	flex-direction: column;
}
@media screen and (min-width: 871px) {
	.footer_address-tab {
		display: none;
	}
}

@media screen and (max-width: 870px) {
	.footer_address-pc {
		display: none;
	}
}

.footer_address dt {
	font-size: clamp(1.375rem, 1.191rem + 0.31vw, 1.563rem);
	white-space: nowrap;
	word-break: keep-all;
}

.footer_address dt span , .footer_address dd {
	font-size: clamp(0.75rem, 0.628rem + 0.21vw, 0.875rem);
}

.footer_making {
	display: flex;
	font-weight: 500;
	font-size: 11px;
	text-align: center;
	justify-content: center;
	align-items: center;
}




@media screen and (min-width: 834px) {
	.footer_logo figure {
		padding-left: 10px;
	}
	.footer_right-container {
		padding-top: 20px;
	}
	.footer_nav-container {
		padding-top: 30px;
	}
}
@media screen and (max-width: 833px) {
	.footer_contents {
		flex-direction: column;
	}
	.company_concept-text {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.footer_container {
		padding-top: 20px;
	}

	.footer_inner {
		width: 95%;
	}
	.footer_contents {
		margin-bottom: 20px;
	}
	.footer_nav-container {
		max-width: 545px;
	}
	.footer_nav-list {
		row-gap: 35px;
	}

	@media screen and (min-width: 1031px) {
		.footer_nav-list {
			max-height: 245px;
		}
	}

	@media screen and (max-width: 1030px) {
		.footer_nav-list {
			max-height: 380px;
		}
	}
	.footer_submenu-list {
		font-weight: bold;

		row-gap: 15px;
	}
	.footer_bottom-container {
		max-width: 610px;
		min-width: 270px;
		width: clamp(20.625rem, 3.486rem + 28.87vw, 38.125rem);
	}

	.footer-googlemap iframe {
		height: 310px;
	}
	.footer_address-container {
		max-width: 335px;

		row-gap: 10px;
	}

	.footer_address-pc {
		margin-top: auto;
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.footer_container {
		padding: 15px 20px 0;
	}

	.footer_inner {
		width: 100%;
	}
	.footer_contents {
		margin-bottom: 15px;
	}
	.footer_right-container {
		flex-direction: column;
	}

	.footer_nav-list {
		row-gap: 25px;
	}

	@media screen and (min-width: 375px) {
		@media screen and (min-width: 501px) {
			.footer_nav-list {
				max-height: 245px;
			}
		}
		@media screen and (max-width: 500px) {
			.footer_nav-list {
				max-height: 335px;
			}
		}
	}
	.footer_submenu-list {
		font-weight: 500;

		row-gap: 20px;
	}

	.footer_bottom-container {
		width: 100%;
	}
	.footer-googlemap iframe {
		min-height: 170px;
		height: 100%;

		aspect-ratio: 61/31;
	}
	.footer_address-container {
		row-gap: 5px;
	}
}




.set_top-obj {
	visibility: hidden;
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.5s;
}
.set_top-obj.show_content {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}





/* 950-1920 */















