@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  ページ内ジャンプ
**************************************************
--------------------------------------------------*/
.sub_page .mv.dot {
	margin-bottom: 56px;
}

.page_scroll {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 64px;
}

.page_scroll a {
	position: relative;
	padding-right: 32px;
	font-weight: 600;
}

.page_scroll a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 9px;
	height: 9px;
	border-right: var(--black-base) 2px solid;
	border-bottom: var(--black-base) 2px solid;
}

/* SP */
@media screen and (max-width: 767px) {
	.sub_page .mv.dot {
		margin-bottom: 40px;
	}

	.page_scroll {
		gap: 20px;
	}

	.page_scroll a {
		padding-right: 16px;
		font-size: 1.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  理念
**************************************************
--------------------------------------------------*/
.philosophy {
	margin-top: 160px;
}

.philosophy .flex {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.philosophy .image_box {
	overflow: hidden;
	max-height: 750px;
}

.philosophy .image_box.image_1 {
	border-radius: 0 16px 16px 0;
}

.philosophy .image_box.image_2 {
	border-radius: 16px 0 0 16px;
}

.philosophy .image_box img {
	object-fit: cover;
	width: auto;
	height: 100%;
}

.philosophy .text_1_1 {
	margin-top: 80px;
	text-align: center;
	font-size: 5.0rem;
	font-weight: 700;
}

.philosophy .text_1_2,
.philosophy .text_1_3 {
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.philosophy .text_1_2 {
	margin-top: 40px;
}

.philosophy .text_1_3 {
	margin-top: 20px;
}

.philosophy .support {
	max-width: 1728px;
	width: 90%;
	margin: 0 auto;
}

.philosophy .support .text_1_4 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.75;
}

.philosophy .support .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px 30px;
	margin-top: 90px;
}

.philosophy .support .list > li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 260px;
	width: 100%;
	min-height: 160px;
	background: var(--white);
	box-shadow: 0px 0px 40px 0px #00000026;
}

.philosophy .support .list > li img {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}

.philosophy .support .list > li:nth-child(3) img {
	top: -50px;
}

.philosophy .support .list > li:nth-child(6) img {
	top: -45px;
}

.philosophy .support .list > li p {
	font-size: 1.8rem;
	font-weight: 500;
}

/* SP */
@media screen and (max-width: 767px) {
	.philosophy {
		margin-top: 70px;
	}

	.philosophy .text_1_1 {
		margin-top: 40px;
		font-size: 2.5rem;
	}

	.philosophy .text_1_2,
	.philosophy .text_1_3 {
		text-align: left;
	}

	.philosophy .text_1_2 {
		margin-top: 30px;
	}

	.philosophy .support {
		margin-top: 40px;
	}

	.philosophy .support .text_1_4 {
		font-size: 2.1rem;
	}

	.philosophy .support .list {
		gap: 60px 10px;
		margin-top: 70px;
	}

	.philosophy .support .list > li {
		max-width: none;
		width: calc( 50% - 5px );
		min-height: auto;
		padding: 40px 10px;
	}

	.philosophy .support .list > li img {
		top: -40px;
		width: 60px;
		height: auto;
	}

	.philosophy .support .list > li:nth-child(3) img,
	.philosophy .support .list > li:nth-child(6) img {
		top: -35px;
		width: 45px;
	}

	
}


/*--------------------------------------------------
**************************************************
  代表挨拶
**************************************************
--------------------------------------------------*/
.message {
	margin-top: 200px;
}

.message .flex {
	display: flex;
	gap: 40px;
	margin-top: 80px;
}

.message .flex .image_box {
	max-width: 640px;
	width: 100%;
}

.message .flex .image_box p {
	margin-top: 30px;
	font-weight: 500;
	line-height: 2;
}

.message .flex .text_box {
	max-width: 600px;
	width: 100%;
}

.message .flex .text_box h3 {
	font-size: 2.8rem;
	font-weight: 700;
}

.message .flex .text_box p {
	margin-top: 24px;
	font-weight: 500;
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.message {
		margin-top: 120px;
	}

	.message .flex {
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-top: 40px;
	}

	.message .flex .image_box {
		display: flex;
		align-items: center;
		gap: 20px;
		max-width: none;
	}

	.message .flex .image_box img {
		width: 65%;
		height: auto;
	}

	.message .flex .image_box p {
		margin-top: 0;
		font-size: 1.4rem;
	}

	.message .flex .text_box h3 {
		text-align: center;
		font-size: 1.85rem;
	}

	.message .flex .text_box p {
		margin-top: 20px;
		font-size: 1.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  会社概要
**************************************************
--------------------------------------------------*/
.profile {
	margin-top: 160px;
}

.profile .text_box {
	margin-top: 80px;
}

.profile .text_box .flex_item {
	display: flex;
	gap: 20px;
}

.profile .text_box .flex_item:not(:nth-of-type(1)) {
	margin-top: 16px;
}

.profile .text_box .item_heading {
	display: flex;
	align-items: center;
	max-width: 230px;
	width: 100%;
	padding-left: 23px;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--blue-gradient-end);
}

.profile .text_box .item_heading.item_ttl_02::before {
	height: 100%;
}

.profile .text_box .item_body {
	max-width: 1030px;
	width: 100%;
}

.profile .text_box .cell_1 {
	width: 100%;
	padding: 37px 24px;
	background: var(--blue-extra-light);
	font-size: 1.6rem;
	color: #000;
}

.profile .text_box .cell_1 .border_bottom {
	padding-bottom: 2px;
	border-bottom: #000 1px solid;
}

.profile .text_box .cell_1 .list_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.profile .store_image {
	margin-top: 80px;
}

/* SP */
@media screen and (max-width: 767px) {
	.profile {
		margin-top: 120px;
	}

	.profile .text_box .flex_item {
		flex-direction: column;
		gap: 10px;
	}

	.profile .text_box .flex_item:not(:nth-of-type(1)) {
		margin-top: 16px;
	}

	.profile .text_box .item_heading {
		max-width: none;
		padding: 10px 0 10px 20px;
	}

	.profile .text_box .item_body {
		flex-wrap: wrap;
		gap: 2px;
	}

	.profile .text_box .cell_1 {
		padding: 16px 24px;
		font-size: 1.4rem;
	}

	.profile .text_box .cell_1 .list_flex {
		gap: 5px;
	}

	.profile .text_box .cell_1 .list_flex li {
		width: 100%;
	}

	.profile .store_image {
		margin-top: 60px;
	}
}


/*--------------------------------------------------
**************************************************
  アクセスマップ
**************************************************
--------------------------------------------------*/
.map {
	margin-top: 160px;
}

.map .flex {
	display: flex;
	gap: 40px;
	margin-top: 64px;
}

.map .map_item {
	max-width: 620px;
	width: 100%;
}

.map .map_item p:nth-of-type(1) {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}

.map .map_item .g_map {
	position: relative;
	width: 100%;
	margin-top: 24px;
	aspect-ratio: 20 / 13;
}

.map .map_item .g_map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

/* SP */
@media screen and (max-width: 767px) {
	.map {
		margin-top: 120px;
	}

	.map .flex {
		flex-direction: column;
		margin-top: 30px;
	}
}

