/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2025 | 04:09:26 */
@charset "utf-8";

html {
	scroll-behavior: smooth;
}

[id] {
	scroll-margin-top: 80px; 
}

.row-reverse {
	flex-direction: row-reverse;
}

/* カスタマイズ
===================================== */
body.home #content .es-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ヘッダー
===================================== */
.top_logo {
	display: none;
}
.sub_logo {
	display: block;
}
.header_bg {
	background: rgba(255, 255, 255, .5);
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.20351890756302526) 0%, rgba(0,0,0,0) 70%);
}
.header_nav_item.personal::before { 
	width: 100%;
}
.header_nav {
	color: #000;
}
.drop-menu-item.personal04 {
	pointer-events: none;
}
.drop-menu-item.personal04 a {
	color: #05A19D;
}
.drop-menu-item.personal04::before {
	background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(-6.5 -6.5)"><path id="パス_3" data-name="パス 3" d="M19.5,19H7.5a1,1,0,0,1,0-2h12a1,1,0,0,1,0,2Z" transform="translate(0 -4.5)" fill="%2305a19d"/><path id="パス_4" data-name="パス 4" d="M18,20.5a1,1,0,0,1-.707-1.707L22.586,13.5,17.293,8.207a1,1,0,0,1,1.414-1.414l6,6a1,1,0,0,1,0,1.414l-6,6A1,1,0,0,1,18,20.5Z" transform="translate(-4.5)" fill="%2305a19d"/></g></svg>' ) no-repeat center center / cover;
}

@media only screen and (max-width:768px) {
	.top_logo {
		display: block;
	}
	.top_logo img {
		display: block;
		height: 22px;
	}
	.sub_logo {
		display: none;
	}
	.header_bg {
		background: rgba(255, 255, 255, .5);
		background: rgba(0,0,0,0.1);
	}
}

.mv_link {
	color: #151515;
}
@media only screen and (max-width:768px) {
	.mv_link {
		color: #fff;
	}
}

.wide_inner {
	max-width: 1920px;
	margin-inline: auto;
	padding-left: 40px;
}

.inner {
	max-width: 1920px;
	margin-inline: auto;
	padding-inline: 40px !important;
}

@media only screen and (max-width:1440px) {
	.wide_inner {
		padding-left: 20px;
	}
	.inner {
		padding-inline: 20px !important;
	}
}

@media only screen and (max-width:768px) {
	.inner {
		width: 100%;
		padding-inline: 20px;
	}
}

/* top_area
============================== */
.top_area {
	padding-top: 104px;
	padding-bottom: 217px;
}
.top_wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 24px;
}
.top_item {
	background-color: #05A19D;
	border-radius: 10px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .5s ease-out;
}
a.top_item:hover {
	text-decoration: none !important;
}
a.top_item:hover img {
	transform: scale( 1 );
}
.top_item_icon img {
	margin-inline: auto;
}
.top_item_title {
	margin-top: 13px;
	margin-bottom: 0 !important;
	font-size: 24px !important;
	font-size: clamp(1rem, 0.339rem + 1.29vi, 1.5rem) !important;
	font-weight: bold;
	color: #fff !important;
}

.top_item:hover {
	box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
}

@media only screen and (max-width:768px) {
	.mv, .top_area, .contents_area {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.top_area {
		padding-top: 52px;
		padding-bottom: 104px;
	}
	.top_wrap {
		max-width: 500px;
		margin-inline: auto;
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.top_item {
		height: 160px;
	}
	.top_item_icon {
		margin-inline: auto;
		display: block;
	}
	.top_item_title {
		margin-top: 10px;
		font-size: 16px;
	}
}


/* fix_nav_area
=============================== */
.fix_nav_area {
	width: 380px;
	flex-shrink: 0;
}
.fix_nav {
	position: sticky;
	top: 104px;
	left: 0px;
	padding-bottom: 100px;
	z-index: 2;
}
.fix_nav_item {
	display: block;
	position: relative;
}
.fix_nav_en {
	position: relative;
	color: #05A19D;
	font-size: 16px;
	padding-left: 20px;
}
.fix_nav_en::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #05A19D;
}
.fix_nav_title {
	margin-top: 24px;
	margin-bottom: 0 !important;
	font-size: 36px !important;
/* 	font-size: clamp(1.75rem, 0.758rem + 1.935vw, 2.5rem) !important; */
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-weight: bold !important;
	padding-bottom: 47px;
}
.fix_nav_title span {
	display: block;
	font-size: 22px !important;
}
.fix_nav_title_wrap {
	margin-top: 47px;
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}
.fix_nav_title2 {
	position: relative;
	font-size: 16px !important;
	padding-bottom: 15px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-weight: 500;
	border-bottom: 1px solid #151515;
	transition: all .5s ease-out;
}
.fix_nav_title2::before {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(-6.5 -6.5)"><path id="パス_3" data-name="パス 3" d="M19.5,19H7.5a1,1,0,0,1,0-2h12a1,1,0,0,1,0,2Z" transform="translate(0 -4.5)" fill="%2305a19d"/><path id="パス_4" data-name="パス 4" d="M18,20.5a1,1,0,0,1-.707-1.707L22.586,13.5,17.293,8.207a1,1,0,0,1,1.414-1.414l6,6a1,1,0,0,1,0,1.414l-6,6A1,1,0,0,1,18,20.5Z" transform="translate(-4.5)" fill="%2305a19d"/></g></svg>' ) no-repeat center center / contain;
	width: 12px;
	height: 12px;
}
.fix_nav_title2:last-of-type:before {
	background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14.476" height="14.476" viewBox="0 0 14.476 14.476"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(1 1)"><path id="パス_3" data-name="パス 3" d="M19.976,19H7.5a1,1,0,0,1,0-2H19.976a1,1,0,0,1,0,2Z" transform="translate(-7.5 -11.762)" fill="%23bfbfbf"/><path id="パス_4" data-name="パス 4" d="M18,20.976a1,1,0,0,1-.707-1.707l5.531-5.531L17.293,8.207a1,1,0,0,1,1.414-1.414l6.238,6.238a1,1,0,0,1,0,1.414l-6.238,6.238A1,1,0,0,1,18,20.976Z" transform="translate(-11.762 -7.5)" fill="%23bfbfbf"/></g></svg>' ) no-repeat center center / contain;
	transform: rotate(90deg);
}
.fix_nav_title2:hover {
	opacity: .7;
}

@media only screen and (max-width:1440px) {
	.fix_nav_area {
		width: clamp(11.875rem, 9.395rem + 4.839vw, 13.75rem);
	}
	.fix_nav_title {
		font-size: 21px !important;
		font-size: clamp(1.75rem, 1.419rem + 0.645vw, 2rem);
	}
	.fix_nav_en {
		font-size: 13px;
	}
}

@media only screen and (max-width:768px) {
	.fix_nav_area {
		width: 100%;
	}
	.fix_nav {
		position: static;
		padding-bottom: 40px;
	}
	.fix_nav_en {
		font-size: 13px;
		padding-left: 20px;
	}
	.fix_nav_en::before {
		left: 2px;
		width: 4px;
		height: 4px;
	}
	.fix_nav_title {
		margin-top: 10px;
		font-size: 30px !important;
		padding-bottom: 19px;
	}
	.fix_nav_title span {
		font-size: 14px !important;
	}
	.fix_nav_title_wrap {
		flex-direction: row;
		justify-content: space-between;
		column-gap: 15px;
	}
	.fix_nav_title2 {
		width: 100%;
		font-size: 13px !important;
		padding-bottom: 8px;
	}
	.fix_nav_title2::before {
		top: 4px;
		transform: rotate(90deg);
	}
	.fix_nav_title2:last-of-type:before {
		background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14.476" height="14.476" viewBox="0 0 14.476 14.476"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(1 1)"><path id="パス_3" data-name="パス 3" d="M19.976,19H7.5a1,1,0,0,1,0-2H19.976a1,1,0,0,1,0,2Z" transform="translate(-7.5 -11.762)" fill="%23bfbfbf"/><path id="パス_4" data-name="パス 4" d="M18,20.976a1,1,0,0,1-.707-1.707l5.531-5.531L17.293,8.207a1,1,0,0,1,1.414-1.414l6.238,6.238a1,1,0,0,1,0,1.414l-6.238,6.238A1,1,0,0,1,18,20.976Z" transform="translate(-11.762 -7.5)" fill="%23bfbfbf"/></g></svg>' ) no-repeat center center / contain;
		transform: rotate(90deg);
	}
}


/* contents_area
===================================== */
.contents_area {
	position: relative;
	padding-top: 214px;
	padding-bottom: 208px;
}
.contents_area.bg {
	background-color: #F8F8F8;
}
.contents_area_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}


@media only screen and (max-width:768px) {
	.contents_area {
		padding-top: 104px;
		padding-bottom: 104px;
	}
	.contents_area_wrap {
		flex-direction: column;
	}

}

/* right_area
================================ */
.right_area {
	width: 100%;
}

/* search_wrap
================================ */
.search_wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 30px;
	row-gap: 30px;
}
.search_item {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	transition: all .5s ease-out;
}

.search_wrap > a:hover img {
	transform: scale( 1 );
}
.search_item_parts {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}
.search_item_cap {
	margin-bottom: 0 !important;
	font-size: 14px !important;
/*     font-size: clamp(1.063rem, -0.018rem + 1.687vw, 1.5rem) !important; */
	color: #fff;
}
/* @media ( max-width: 1400px ) {
	.search_item_cap { font-size: 16px !important; }
} */
.banner_icon {
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}
.search_item:hover .banner_icon {
	background-color: #05A19D;
	border: 1px solid #05A19D;
}
.search_item:hover {
	filter: brightness(0.8);
}
.banner_icon svg {
	fill:#fff
}

@media only screen and (max-width:1024px) {
	.search_wrap {
		grid-template-columns: repeat(2,1fr);
		column-gap: 14px;
		row-gap: 14px;
	}
	.search_item_parts {
		width: calc(100% - 40px);
		column-gap: 10px;
	}
	.search_item_cap {
		font-size: 16px !important;
		font-size: clamp(0.813rem, 0.059rem + 1.471vi, 1rem) !important;
	}
	.banner_icon {
		width: 44px;
		width: clamp(1.875rem, -1.642rem + 6.863vi, 2.75rem);
		height: 44px;
		height: clamp(1.875rem, -1.642rem + 6.863vi, 2.75rem);
	}
}

@media only screen and (max-width:768px) {
	.search_wrap {
		max-width: 400px;
		margin-inline: auto;
		grid-template-columns: repeat(1,1fr);
		row-gap: 20px;
	}
	.search_item_parts {
		bottom: 23px;
		width: calc(100% - 40px);
		column-gap: 20px;
	}
	.search_item_cap {
		font-size: 16px !important;
	}
	.banner_icon {
		width: 30px;
		height: 30px;
	}
}




/* news_wrap
================================ */
.contents_area_bukken {
	padding-top: 60px !important;
	padding-bottom: 0;
}
.latest_wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 30px;
}
.latest_item {
	border-radius: 14px;
	overflow: hidden;
	transition: all .5s ease-out;
}
.latest_img {
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s ease-out;
}
.latest_body {
	width: calc(100% - 20px);
	margin-inline: auto;
	margin-top: 14px;
}
.latest_label {
	font-size: 14px;
	text-align: center;
	color: #05A19D;
	border: 1px solid #05A19D;
	padding: 2px 6px;
}
.latest_name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
}
.latest_price {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-top: 7px;
}
.latest_price .bold {
	font-weight: bold;
}
.latest_price .color {
	color: #E64444;
}
.latest_lead {
	font-size: 18px;
	margin-top: 8px;
}
.latest_text {
	font-size: 13px;
	margin-top: 12px;
	line-height: 1.7;
}

.latest_item:hover .latest_img {
	filter: brightness(0.8);
}

@media only screen and (max-width:768px) {
	.latest_wrap {
		min-width: 1200px;
	}
}

.contents_banner {
	padding-top: 0 !important;
}
.bottom_banner {
/* 	margin-top: 200px; */
	padding-inline: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	column-gap: clamp(1.25rem, -0.403rem + 3.226vw, 2.5rem);
}
.bottom_banner_item {
	position: relative;
	width: 100%;
/* 	font-size: 26px; */
	font-size: 1.6rem !important;
/*     font-size: clamp(1.125rem, -0.694rem + 3.548vw, 2.5rem) !important; */
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #05A19D;
	border-radius: 10px;
	height: 180px;
	padding-inline: 40px;
	padding-right: 120px;
	color: #151515 !important;
}
.bottom_banner_item:hover {
	text-decoration: none !important;
}
.bottom_banner_item .banner_icon {
	position: absolute;
	top: 50%;
	right: 56px;
	right: clamp(0.875rem, -1.571rem + 4.773vw, 3.5rem);
	transform: translateY(-50%);
	width: 66px;
	width: clamp(2.063rem, -0.665rem + 5.323vw, 4.125rem);
	height: 66px;
	height: clamp(2.063rem, -0.665rem + 5.323vw, 4.125rem);
	border: 1px solid #05A19D;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease-out;
}
.bottom_banner_item:hover .banner_icon {
	background-color: #05A19D;
}
.bottom_banner_item .banner_icon svg {
	fill:#05A19D
}
.bottom_banner_item:hover .banner_icon svg {
	fill:#fff
}

@media only screen and (max-width:768px) {
	.bottom_banner {
		margin-top: 64px;
		flex-direction: column;
		row-gap: 10px;
	}
	.bottom_banner_item {
		max-width: 400px;
		margin-inline: auto;
		padding-block: 25px;
		padding-inline: 32px;
		justify-content: left;
		height: 90px;
		font-size: 1rem !important;
	}
	.bottom_banner_item .banner_icon {
		right: 16px;
		width: 40px;
		height: 40px;
	}
}

/* proposal_area
============================== */
.proposal_area {
	padding-top: 104px;
	padding-bottom: 217px;
	background-color: #F8F8F8;
}
.proposal_wrap {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 24px;
}
.proposal_item {
	background-color: #fff;
	border-radius: 10px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .5s ease-out;
}
.proposal_item_icon img, .proposal_item_icon svg {
	margin-inline: auto;
}

.proposal_wrap > a:nth-child(1) svg {
	width: 40px;
	height: 64px;
}
.proposal_wrap > a:nth-child(2) svg {
	width: 63px;
	height: 72px;
}
.proposal_wrap > a:nth-child(3) svg {
	width: 74px;
	height: 64px;
}
.proposal_wrap > a:nth-child(4) svg {
	width: 62px;
	height: 64px;
}
.proposal_item_title {
	margin-top: 22px;
	margin-bottom: 0 !important;
	font-size: 24px !important;
	font-size: clamp(1rem, 0.339rem + 1.29vi, 1.5rem) !important;
	font-weight: bold !important;
}
.proposal_cap {
	margin-top: 16px;
	margin-bottom: 0 !important;
	font-size: 16px;
	color: #151515 !important;
	text-align: center;
}
.proposal_link:hover .proposal_item {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.proposal_link:hover {
	text-decoration: none !important;
}

@media only screen and (max-width:768px) {
	.proposal_area {
		padding-top: 104px;
		padding-bottom: 104px;
	}
	.proposal_wrap {
		grid-template-columns: repeat(2,1fr);
		column-gap: 15px;
		row-gap: 24px;
	}
	.proposal_item {
		height: 160px;
	}
	.proposal_item_icon {
		margin-inline: auto;
		display: block;
		width: 60px;
	}
	.proposal_item_title {
		margin-top: 14px;
		font-size: 16px;
	}
	.proposal_cap {
		font-size: 12px;
		margin-top: 10px;
	}
	
/* 	body:not(.home) .sp.footer_bt_bar.footer_setting_scrolling.fixed { display: none; } */
}