@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
	background: var(--col-main-light);
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	top: 0;
	border-bottom: 5px solid var(--col-text);
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: 120px;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-wrap {
	width: 100%;
}
.header-inner {
	position: relative;
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 20px 18px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
	width: fit-content;
	margin: 0 0 0 auto;
}
.header-nav-item {
	position: relative;
	border-right: 3px dotted rgb(var(--col-text-rgb), 0.3);
}
.header-nav-item:last-child {
	border: none;
}
.header-nav-link {
	box-sizing: border-box;
	padding: 0 12px;
	font-weight: 700;
}
.header-nav-link:hover {
	color: var(--col-main);
}

/*ドロップダウンメニュー*/
.header-nav-list .dropdown-menu__list {
	position: absolute;
	visibility: hidden;
	display: none;
	transform-origin: top;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 10;
	background: var(--col-text);
	box-sizing: border-box;
	padding: 10px 15px;
	min-width: 160px;
	margin: 0 auto;
	left: -15px;
	right: 0;
	margin-top: 0px;
	border-radius: 6px;
	box-shadow: 8px 8px 0 rgb(var(--col-text-rgb), 0.3);
}

.header-nav-list .dropdown-menu__item {
	position: relative;
	padding: 12px;
	line-height: 1.2;
	box-sizing: border-box;
	border-bottom: 2px solid rgba(var(--col-wh-rgb), 0.3);
	letter-spacing: 0;
	font-weight: 600;
	color: var(--col-wh) !important;
	font-size: 1.5rem;
}
.header-nav-list .dropdown-menu__item::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 7px;
	height: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	bottom: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

.header-nav-list .dropdown-menu__item:last-child {
	border: none;
}

.header-nav-list .dropdown-menu__item:hover a {
	opacity: 0.7;
}

.header-nav-list .dropdown-menu__link {
	display: block;
}

.header-nav-item:hover > .dropdown-menu__list {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: all 0.3s ease;
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--col-main);
}

.drawer-link.current {
	color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	z-index: 60;
	width: 60px;
}

.footer {
	position: relative;
	border-top: 10px solid var(--col-text);
	background: var(--col-main-hilight);
	padding: 80px 0 0;
	/*プルダウン*/
}
.footer-logo-wrap {
	display: block;
}
.footer-logo {
	display: block;
	width: fit-content;
	margin: 0 auto 8%;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-l {
	width: 510px;
}
.footer-nav {
	gap: 50px;
}
.footer-nav-list {
	box-sizing: border-box;
	padding: 0 0 0 30px;
	border-left: 3px dotted rgb(var(--col-text-rgb), 0.3);
}
.footer-nav-item {
	margin-bottom: 12px;
	display: block;
	position: relative;
}
.footer-nav-item:last-child {
	margin-bottom: 0;
}
.footer-nav-link {
	display: block;
	position: relative;
}
.footer .footer-nav-item:nth-child(3) .footer-nav-link {
	margin-bottom: 15px;
}
.footer .footer-nav-item .dropdown-menu__list {
	margin-top: 10px;
	display: block;
}
.footer .footer-nav-item .dropdown-menu__item {
	padding: 0 0 0 25px;
	box-sizing: border-box;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 1.5rem;
	position: relative;
}
.footer .footer-nav-item .dropdown-menu__item::before {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 5px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	bottom: 0;
	margin: auto;
	left: 10px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.footer .footer-nav-item .dropdown-menu__item:last-child {
	margin-bottom: 0;
}
.footer #copyright {
	padding: 15px 0 120px;
	background: var(--col-main-light);
	margin-top: 60px;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 1rem;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

.footer .copyright-wrap {
	display: block;
}
.footer-bot-link {
	text-align: right;
	font-size: 1.2rem;
	display: block;
	width: fit-content;
	margin: 3% 0 0 auto;
}
/*--------------- △ footer △ ---------------*/
/*--------------- ▽ ent ▽ ---------------*/
.entrance-contents {
	background: url(../img/entrance/ent-deco-tr.png) no-repeat top right/30%, var(--col-main-hilight);
	box-sizing: border-box;
	padding: 100px 0 0;
	position: relative;
}
.entrance-contents::before {
	position: absolute;
	content: '';
	background: url(../img/entrance/ent-deco-br.png) no-repeat left bottom;
	width: 120px;
	height: 220px;
	bottom: -45px;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.entrance-header {
	position: relative;
}
.entrance-header-logo {
	margin: 0 auto;
	display: block;
	width: 240px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.entrance-footer {
	margin: 0 auto;
	background: var(--col-main-hilight);
	text-align: center;
}
.entrance-copyright {
	text-align: center;
	margin: 0 auto;
	width: fit-content;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	font-size: 1rem;
}
.entrance-text {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 50px auto;
	width: 80%;
}
.entrance-inner {
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
	padding: 40px 0;
}
.entrance-wrap {
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	gap: 0;
	position: relative;
	display: block;
}
.entrance-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/entrance/ent-illust.png) no-repeat;
	width: 170px;
	height: 100px;
	left: -80px;
	margin: auto;
	top: -90px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 5;
}
.entrance-main-link {
	display: block;
	margin: 0 auto 7%;
}
.entrance-sub-link {
	display: block;
	margin-bottom: 7%;
}

/*--------------- △ ent △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	margin-top: 78px;
	position: relative;
	height: 500px;
	width: 100%;
	border-bottom: 10px solid var(--col-text);
	background: url(../img/mv/mv-bg-deco-tr.png) no-repeat top right/20%,
		url(../img/mv/mv-bg-deco-bl.png) no-repeat bottom left/20%,
		url(../img/mv/mv-bg-deco-br.png) no-repeat bottom right/20%,
		url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
	box-sizing: border-box;
}
.mv-catch {
	margin: 0 auto 50px;
	width: clamp(250px, 75%, 400px);
	height: fit-content;
	position: relative;
	top: 30px;
	text-align: center;
}
.mv-catch::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 100px;
	height: 140px;
	left: -70px;
	top: 60px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.mv-img {
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: fit-content;
}
.mv-btn-wrap {
	position: relative;
	margin: 0 auto;
}
.mv-btn-box {
	position: relative;
	box-sizing: border-box;
	padding: 20px 30px 35px;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	background: url(../img/mv/mv-btn-frame.png) no-repeat center center/100%;
	width: 330px;
	z-index: 2;
}
.mv-btn-box:nth-child(2) {
	top: -10px;
	z-index: 1;
}
.mv-btn-box .btn {
	width: 200px;
	height: 45px;
	margin: 0 auto;
	font-size: 1.2rem;
}
.mv-btn-box .catch {
	margin: 0 auto 5px;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
	box-sizing: border-box;
	padding: 18% 0;
	position: relative;
	width: 100%;
}

/*--------------------
top-worries
---------------------*/
.top-worries {
	background: var(--col-main-hilight);
	max-width: 1920px;
	margin: 0 auto;
	z-index: 2;
}
.top-worries::before {
	position: absolute;
	content: '';
	background: url(../img/common/bg01.png) no-repeat center bottom/1920px;
	width: 100%;
	height: 1116px;
	bottom: 0;
	background-size: 1920px;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.top-worries-list {
	max-width: 400px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
.top-worries-list::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 70px;
	height: 120px;
	margin: auto;
	right: 10px;
	top: -40px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-worries-list::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-arw01.png) no-repeat;
	width: 90px;
	height: 90px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: -150px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 3;
}
.top-worries-item {
	position: relative;
	width: clamp(250px, 80%, 350px);
}
.top-worries-item:nth-child(even) {
	margin: 0 0 0 auto;
}
.top-worries-item:nth-child(2) {
	margin: -72px 0 0 auto;
}
.top-worries-item:nth-child(3) {
	z-index: 2;
	margin: -10px auto 0 0;
}
.top-worries-item:nth-child(4) {
	margin: -44px 0 0 auto;
	z-index: 2;
}

/*--------------------
top-solution
---------------------*/
#top-solution {
	position: relative;
}
#top-solution::before {
	position: absolute;
	content: '';
	background: url(../img/common/cut02.png) no-repeat center bottom;
	width: 100%;
	height: 75px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}

.top-solution {
	padding: 60% 0 100px;
}
.top-solution::before {
	position: absolute;
	content: '';
	background: url(../img/common/cut01.png) no-repeat top center;
	width: 100%;
	height: 77px;
	top: 0;
	left: 0;
	margin: auto;
	background-size: 1920px;
	right: 0;
	transition: all 0.3s ease;
	z-index: 1;
}
.top-solution::after {
	position: absolute;
	content: '';
	background: url(../img/common/bg02.png) no-repeat center top;
	width: 100%;
	height: 1015px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}
.top-solution-ttl {
	position: absolute;
	transform: translateY(-105%);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top-solution-ttl .sub-ttl {
	position: relative;
	display: block;
	left: 20px;
	width: clamp(240px, 70%, 280px);
	text-align: center;
	margin: 0 auto;
}
.top-solution-container {
	box-sizing: border-box;
	padding: 100px 5% 60px;
	position: relative;
	z-index: 1;
}
.top-solution-container::before {
	position: absolute;
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: var(--col-wh);
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 0;
}
.top-solution-container::after {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-solution-container .container-inner {
	z-index: 1;
	position: relative;
}
.top-solution-container .container-inner::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco02-br.png) no-repeat bottom right;
	width: 150px;
	height: 100px;
	bottom: -45px;
	right: -3px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-solution-container .container-inner::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco02-tl.png) no-repeat bottom right;
	width: 150px;
	height: 180px;
	top: -90px;
	left: -5px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-solution-container .container-text {
	margin: 0 auto 30px;
}
.top-solution-container .container-line-btn {
	margin: 0 auto;
	width: 65%;
}
.top-solution-container .container-line-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust03.png) no-repeat;
	width: 80px;
	height: 113px;
	left: -90px;
	bottom: -82px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------------
top-guide
---------------------*/
.top-guide {
	background: var(--col-sub02);
}
.top-guide::after {
	position: absolute;
	content: '';
	background: url(../img/common/cut03.png) no-repeat bottom center;
	width: 100%;
	height: 75px;
	bottom: -3px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}
.top-guide-ttl {
	width: clamp(240px, 90%, 350px);
	top: -30px;
}
.top-guide-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust04.png) no-repeat;
	width: 140px;
	height: 220px;
	bottom: 0;
	margin: auto;
	right: -24px;
	top: 245px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-guide-list {
	counter-reset: number 0;
}
.top-guide-item {
	position: relative;
	margin: 0 auto 10px;
	z-index: 1;
	box-sizing: border-box;
	padding: 65px 5% 55px;
}
.top-guide-item::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-guide-item::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -2;
}
.top-guide-item .item-inner {
	position: relative;
}
.top-guide-item .item-inner::before {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 30px;
	height: 18px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -74px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 1;
}
.top-guide-item .item-ttl {
	width: fit-content;
	text-align: center;
	margin: 0 auto 30px;
}
.top-guide-item .item-ttl .step {
	font-size: 2rem;
	font-family: var(--font-ttl-en);
	display: block;
	position: relative;
	letter-spacing: 0;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 50px 0 0;
}
.top-guide-item .item-ttl .step::before {
	position: absolute;
	content: '0' counter(number);
	counter-increment: number 1;
	bottom: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-guide-item .item-ttl .ttl-catch {
	position: absolute;
	width: 120px;
}
.top-guide-item .item-text {
	margin: 0 auto 20px;
}
.top-guide-item .item-btn {
	margin: 0 auto;
}
.top-guide-item .item-link-wrap {
	margin: 0 auto;
	text-align: center;
}
.top-guide-item .item-link-wrap .catch {
	margin: 0 auto 6px;
	display: block;
}
.top-guide-item .item-contact {
	display: block;
}
.top-guide-item .item-contact .item-contact-btn {
	width: 80%;
	margin: 0 auto 6%;
}
.top-guide-item .item-contact .item-contact-btn a {
	width: 100%;
	margin: 0 auto;
}
.top-guide-item .item-contact-tel {
	box-sizing: border-box;
	padding: 0 0 50px 0;
	margin: 0 auto;
	width: fit-content;
}
.top-guide-item:last-child .item-inner::before {
	content: none;
}
.top-guide-item:nth-child(odd)::before {
	clip-path: polygon(0 0, 100% 8%, 100% 94%, 0% 100%);
	background: var(--col-wh);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.top-guide-item:nth-child(odd)::after {
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 8%, 100% 94%, 0% 100%);
	background: var(--col-text);
}
.top-guide-item:nth-child(even)::before {
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 90%);
	background: var(--col-wh);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.top-guide-item:nth-child(even)::after {
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 90%);
	width: 100%;
	height: 100%;
	background: var(--col-text);
}
.top-guide-item:nth-child(1) .step {
	color: var(--col-sub02);
}
.top-guide-item:nth-child(1) .ttl-catch {
	top: -60px;
	left: -30px;
}
.top-guide-item:nth-child(2) .step {
	color: var(--col-sub03);
}
.top-guide-item:nth-child(2) .ttl-catch {
	top: -80px;
	right: 0;
	width: 90px;
}
.top-guide-item:nth-child(3) .step {
	color: var(--col-sub04);
}
.top-guide-item:nth-child(3) .ttl-catch {
	top: -71px;
	left: 10px;
}
.top-guide-item:nth-child(4) .step {
	color: var(--col-main);
}
.top-guide-item:nth-child(4) .ttl-catch {
	top: -112px;
	right: 0;
}
.top-guide-item:nth-child(4) .ttl-catch02 {
	position: absolute;
	top: -110px;
	left: -56px;
	color: var(--col-wh);
	background: url(../img/common/guide-catch-deco.png) no-repeat center center/contain;
	width: 200px;
	height: 120px;
	box-sizing: border-box;
	padding: 27px 7px 10px;
	font-size: 1.2rem;
	font-weight: 600;
}
.top-guide-item:nth-child(4) .ttl-catch02 .large {
	font-size: 1.6rem;
	font-weight: 700;
}
.top-guide-item:nth-child(4) .item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/top/guide-catch04-c.png) no-repeat;
	width: 90px;
	height: 80px;
	bottom: 0;
	margin: auto;
	right: -30px;
	top: -90px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------------
top-reason
---------------------*/
#top-reason {
	padding: 0 0 70px;
	position: relative;
}
#top-reason::before {
	position: absolute;
	content: '';
	background: url(../img/common/cut04.png) no-repeat center bottom;
	width: 100%;
	height: 75px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
	z-index: 3;
}

.top-reason {
	background: var(--col-main-hilight);
}
.top-reason::before {
	position: absolute;
	content: '';
	background: url(../img/common/bg05-top.png) no-repeat center top;
	width: 100%;
	height: 580px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
	z-index: 0;
}
.top-reason::after {
	position: absolute;
	content: '';
	background: url(../img/common/bg05-bot.png) no-repeat center bottom;
	width: 100%;
	height: 580px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
	z-index: 0;
}
.top-reason-text {
	margin: 0 auto 25%;
}
.top-reason-container {
	position: relative;
	box-sizing: border-box;
	padding: 100px 5% 60px;
	margin: 0 auto 50px;
	z-index: 2;
}
.top-reason-container::before {
	position: absolute;
	content: '';
	background: var(--col-sub04);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: -1;
}
.top-reason-container::after {
	position: absolute;
	content: '';
	background: var(--col-text);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
	width: 100%;
	height: 100%;
	z-index: -2;
}
.top-reason-container .container-ttl {
	position: absolute;
	transform: translateY(-20%);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
	background: var(--col-main-dark);
	box-sizing: border-box;
	padding: 15px 10px;
	border: 5px solid var(--col-text);
	width: 80%;
}
.top-reason-container .container-ttl::before {
	content: '';
	position: absolute;
	background: url(../img/top/reason-deco.png) no-repeat top left;
	width: 100px;
	height: 90px;
	left: -65px;
	top: -63px;
	margin: auto;
	z-index: 2;
	background-size: contain;
}
.top-reason-container .container-ttl img {
	width: clamp(220px, 90%, 320px);
}
.top-reason-container .container-list {
	gap: 50px;
	counter-reset: number 0;
}
.top-reason-container .container-item {
	box-sizing: border-box;
	padding: 50px 6% 6%;
	border: 5px solid var(--col-text);
}
.top-reason-container .container-item:nth-child(1) {
	background: url(../img/common/deco03-a-tl.png) no-repeat top left,
		url(../img/common/deco03-a-br.png) no-repeat bottom right, var(--col-wh);
}
.top-reason-container .container-item:nth-child(1) .num {
	background: url(../img/common/num-deco01.png) no-repeat center center/contain;
}
.top-reason-container .container-item:nth-child(2) {
	background: url(../img/common/deco03-b-tl.png) no-repeat top left,
		url(../img/common/deco03-b-br.png) no-repeat bottom right, var(--col-wh);
}
.top-reason-container .container-item:nth-child(2) .num {
	background: url(../img/common/num-deco02.png) no-repeat center center/contain;
}
.top-reason-container .container-item:nth-child(3) {
	background: url(../img/common/deco03-c-tl.png) no-repeat top left,
		url(../img/common/deco03-c-br.png) no-repeat bottom right, var(--col-wh);
}
.top-reason-container .container-item:nth-child(3) .num {
	background: url(../img/common/num-deco03.png) no-repeat center center/contain;
}
.top-reason-container .container-item .item-ttl {
	font-size: 2rem;
	text-align: center;
	margin: 0 auto 20px;
	font-weight: 800;
}
.top-reason-container .container-item .item-ttl .num {
	position: absolute;
	font-family: var(--font-ttl-en);
	display: block;
	box-sizing: border-box;
	padding: 20px 35px;
	top: -90px;
	left: 0;
	right: 0;
	margin: auto;
}
.top-reason-btn {
	margin: 0 auto;
}

/*--------------------
top-voice
---------------------*/
.top-voice {
	padding: 180px 0;
	background: var(--col-main-light);
}
.top-voice::after {
	position: absolute;
	content: '';
	background: url(../img/common/cut05.png) no-repeat center bottom;
	width: 100%;
	height: 75px;
	bottom: -7px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}
.top-voice::before {
	position: absolute;
	content: '';
	background: url(../img/common/bg03.png) no-repeat center bottom;
	width: 100%;
	height: 820px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}
.top-voice-ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: -124px;
	margin: auto;
	width: clamp(150px, 80%, 250px);
}
.top-voice-list {
	margin: 0 auto 50px;
	position: relative;
}
.top-voice-list::before {
	position: absolute;
	content: '';
	background: url(../img/top/voice-deco.png) no-repeat;
	width: 120px;
	height: 100px;
	margin: auto;
	left: -28px;
	top: -180px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-voice-btn {
	margin: 0 auto;
}

/*共通*/
.com-voice-list {
	gap: 30px 5%;
}
.com-voice-list .item {
	width: 100%;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 4%;
	border: 5px solid var(--col-text);
	position: relative;
	z-index: 1;
}
.com-voice-list .item .item-img {
	aspect-ratio: 1/1;
	width: 100%;
	height: 100%;
	margin: 0 auto 7px;
}
.com-voice-list .item .item-ttl {
	font-weight: 800;
	border-bottom: 1px dotted var(--col-text);
	box-sizing: border-box;
	padding: 0 0 10px 0;
}
.top-voice .no-post{
  position: relative;
  background: var(--col-wh);
  margin: 0 auto;
  display: block;
  width: fit-content;
  z-index: 5;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgb(var(--col-text-rgb), 0.5);
}
/*--------------------
top-products
---------------------*/
/*共通*/
.com-products-list {
	gap: 30px 5%;
	flex-wrap: wrap;
}
.com-products-list .item {
	width: 100%;
	background: var(--col-wh);
	border: 5px solid var(--col-text);
	height: auto;
	box-sizing: border-box;
	padding: 5%;
	margin: 0 !important;
}
.com-products-list .item-link {
	height: 100%;
}
.com-products-list .item .item-img {
	aspect-ratio: 1/1;
	width: 100%;
	height: fit-content;
}
.com-products-list .item .item-ttl {
	font-weight: 800;
	border-bottom: 1px dotted var(--col-text);
	box-sizing: border-box;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.com-products-list .item .item-price {
	text-align: right;
	font-weight: 800;
	display: block;
	letter-spacing: 0;
}

.top-sec-wrap01 {
	background: var(--col-main-hilight);
	padding: 0 0 17%;
	position: relative;
}

.top-products {
	margin: 0 auto 30%;
	position: relative;
	min-height: 710px;
}
.top-products::before {
	position: absolute;
	content: '';
	background: var(--col-sub02);
	border: 5px solid var(--col-text);
	width: 90%;
	height: 60%;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 310px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-products-wrap {
	position: relative;
}
.top-products-ttl {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	width: clamp(290px, 75%, 320px);
}
.top-products-container {
	box-sizing: border-box;
	position: relative;
	top: 210px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 0 50px !important;
}
.top-products-container .container-list {
	margin: 0 auto 50px;
	left: 0;
	right: 0;
	max-width: 1080px;
	transition-timing-function: linear;
	position: relative;
	z-index: 4;
}
.top-products-btn {
	margin: 0 auto;
}
.top-products .com-products-list .item {
	width: 210px !important;
}
.top-products .com-products-list .item-img {
	width: auto;
	height: auto;
	margin: 0 auto 10px;
}
.top-products .com-products-list {
	flex-wrap: nowrap;
}
/*--------------------
top-news
---------------------*/
.top-news-container {
	position: relative;
	box-sizing: border-box;
	padding: 0 7% 7% 7%;
}
.top-news-container::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	clip-path: polygon(5% 0%, 98% 0%, 100% 100%, 0% 100%);
	background: var(--col-wh);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: -1;
}
.top-news-container::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	clip-path: polygon(5% 0%, 98% 0%, 100% 100%, 0% 100%);
	background: var(--col-text);
	width: 100%;
	height: 100%;
	z-index: -2;
}
.top-news .news-wrap {
	display: block;
}
.top-news-l {
	position: relative;
	top: -30px;
}
.top-news-btn {
	margin: 10% auto 0;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
	padding: 20% 0;
	box-sizing: border-box;
	position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	margin-top: 80px;
	background: url(../img/sv/sv-bl.png) no-repeat bottom left/20%,
		url(../img/sv/sv-tr.png) no-repeat top right/20%,
		url(../img/sv/sv-bg.jpg) no-repeat center center/cover;
	overflow: hidden;
	border-bottom: 5px solid var(--col-text);
}
.sv-wrap {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.sv-ttl {
	height: fit-content;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	height: fit-content;
	z-index: 5;
}
.sv-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 80px;
	height: 135px;
	bottom: -110px;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-ttl-deco.png) no-repeat right bottom;
	width: 70px;
	height: 60px;
	background-size: contain;
	left: 32px;
	top: -80px;
}
.sv-ttl img {
	height: 40px;
}
.sv-notfound img,
.sv-privacy img {
	height: 24px;
}

.sv-img {
	width: 90%;
	height: fit-content;
	margin: 0 0 0 auto;
}
.sv-img::before {
	position: absolute;
	content: '';
	clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
	background: var(--col-text);
	width: 100%;
	height: 100%;
	margin: auto;
	top: -8px;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-img .img {
	aspect-ratio: 420/232;
	width: 100%;
	height: fit-content;
	clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
	box-sizing: border-box;
	left: 8px;
}
.sv-img .img-wrap {
	position: relative;
}
.sv-img .img-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-deo01.png) no-repeat;
	width: 60px;
	height: 58px;
	margin: auto;
	left: 40px;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-img .img-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-deo02.png) no-repeat;
	width: 71px;
	height: 61px;
	bottom: 30px;
	margin: auto;
	right: -70px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 2% 0;
	z-index: 100;
	line-height: 1;
}
#bread-clumb li {
	position: relative;
	color: var(--col-text);
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
#bread-clumb li:after {
	content: '>';
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
}
#bread-clumb li:last-child {
	margin-right: 0;
}
#bread-clumb li:last-child:after {
	display: none;
}
#bread-clumb li a {
	color: var(--col-text);
	border-bottom: 1px solid;
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_chart ▼ ---------------*/

/*--------------- ▲ sub02_chart ▲ ---------------*/
/*--------------- ▼ sub03_products ▼ ---------------*/
/*-----------------------
products
-------------------------*/
#products {
	background: var(--col-main-hilight);
}
#products .products-balloon {
	margin: 0 auto;
}
#products .products-list .item {
	height: auto;
	box-shadow: 6px 8px 0 rgb(var(--col-text-rgb), 0.3);
}
#products .products-list .item-ttl {
	font-size: 1.3rem;
	font-weight: 700;
}
#products .products-list .item-img {
	margin: 0 auto 12px;
}
#products .products-list .item-tag {
	margin-bottom: 10px;
}
#products .item .item-price{
  font-size: 3rem;
}
/*-----------------------
products-post
-------------------------*/
.products-post {
	background: var(--col-main-hilight);
}
.products-post-container {
	background: var(--col-wh);
	border: 5px solid var(--col-text);
	box-sizing: border-box;
	padding: 8% 4%;
}
.products-post-container .container-wrap {
	display: block;
}
.products-post-container .container-l {
	margin: 0 auto 10%;
}
.products-post-container .container-img {
	aspect-ratio: 1/1;
	width: 100%;
	height: fit-content;
}
.products-post-container .container-tag {
	margin-bottom: 12px;
}
.products-post-container .container-price {
	font-size: 1.8rem;
	font-weight: 800;
	text-align: right;
	display: block;
	margin: 0 0 20px auto;
}

/*--------------- ▲ sub03_products ▲ ---------------*/
/*--------------- ▼ sub04_eco_water_heater ▼ ---------------*/
/*-----------------------
eco_water_heater
-------------------------*/
.eco_water_heater {
	position: relative;
}
.eco_water_heater-lead {
	padding: 100px 0 175px;
	background: var(--col-main-hilight);
}
.eco_water_heater-lead::before {
	position: absolute;
	content: '';
	background: url(../img/common/bg05-bot.png) no-repeat center bottom;
	width: 100%;
	height: 580px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
	z-index: 1;
}
.eco_water_heater-lead:after {
	position: absolute;
	content: '';
	background: url(../img/common/cut04.png) no-repeat bottom;
	width: 100%;
	height: 75px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
	z-index: 2;
}
.eco_water_heater-lead-container {
	position: relative;
}
.eco_water_heater-lead-container .container-box-wrap {
	display: block;
}
.eco_water_heater-lead-container .container-ttl {
	text-align: center;
	margin: 0 auto 40px;
}
.eco_water_heater-lead-container .container-box {
	background: var(--col-sub03);
	box-sizing: border-box;
	padding: 8% 4%;
	border: 5px solid var(--col-text);
}
.eco_water_heater-lead-container .container-img {
	aspect-ratio: 450/400;
	width: 100%;
	height: fit-content;
	border: 5px solid var(--col-text);
}
.eco_water_heater-lead-container .container-text {
	width: 100%;
}
.eco_water_heater-lead-container .container-note {
	margin-top: 25px;
}
.eco_water_heater-lead-container .container-note-ttl {
	margin-bottom: 15px;
}
.eco_water_heater-lead-container .container-note-ttl img {
	height: 30px;
}

/*-----------------------
eco_water_heater-point
-------------------------*/
.eco_water_heater-point {
	background: var(--col-main-light);
	padding: 12% 0 20%;
}
.eco_water_heater-point::before {
	position: absolute;
	content: '';
	background: url(../img/common/cut07.png) no-repeat;
	width: 100%;
	height: 75px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}
.eco_water_heater-point-price {
	margin: 40px auto 0;
	text-align: center;
}
.eco_water_heater-point-text {
	margin: 0 auto 80px;
}
.eco_water_heater-point-main-container {
	position: relative;
	background: url(../img/common/deco05-br.png) no-repeat bottom right, var(--col-wh);
	box-sizing: border-box;
	padding: 8% 4%;
	border: 5px solid var(--col-text);
	margin-bottom: 80px;
}
.eco_water_heater-point-main-container .main-container-wrap {
	display: block;
}
.eco_water_heater-point-main-container .main-container-ttl {
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.eco_water_heater-point-main-container .main-container-img {
	aspect-ratio: 260/230;
	width: 100%;
	height: fit-content;
	margin: 0 auto;
}
.eco_water_heater-point-main-container .main-container-text {
	margin-top: 50px;
}
.eco_water_heater-point-sub-container {
	position: relative;
	width: 520px;
	border: 5px solid var(--col-text);
	background: var(--col-sub04);
	box-sizing: border-box;
	padding: 55px 4% 8%;
	text-align: center;
}
.eco_water_heater-point-sub-container-wrap {
	gap: 40px;
}
.eco_water_heater-point-sub-container .sub-container-ttl {
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.eco_water_heater-point-sub-container .sub-container-text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.8;
}
.eco_water_heater-point-sub-container .sub-container-text .text {
	position: relative;
	display: block;
}
.eco_water_heater-point-sub-container .sub-container-text .text::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-clause.png) no-repeat;
	width: 12px;
	height: 12px;
	bottom: -7px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.eco_water_heater-point-sub-container .sub-container-text .text:last-of-type::before {
	content: none;
}
.eco_water_heater-point-sub-container .sub-container-text .large {
	font-weight: 800;
}
.eco_water_heater-point-sub-container .sub-container-text .price {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 2;
}

/*-----------------------
eco_water_heater-products
-------------------------*/
.eco_water_heater-products {
	background: var(--col-main-hilight);
}
.eco_water_heater-products .inbox {
	position: relative;
}
.eco_water_heater-products .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 100px;
	height: 140px;
	bottom: -150px;
	right: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	transform: scale(-1, 1);
}
.eco_water_heater-products-text {
	margin: 0 auto 10%;
}
.eco_water_heater-products-btn {
	margin: 0 auto;
}

/*--------------- ▲ sub04_eco_water_heater ▲ ---------------*/
/*--------------- ▼ sub05_flow ▼ ---------------*/
/*-----------------------
flow-links
-------------------------*/
.flow-links {
	background: var(--col-main-hilight);
	padding: 100px 0 0;
}
.flow-links-list {
	gap: 20px;
}
.flow-links-item {
	width: 530px;
}
.flow-links-item .item-btn {
	width: 100%;
	height: 80px;
}

/*-----------------------
flow
-------------------------*/
#flow {
	background: var(--col-main-hilight);
}
#flow .flow {
	background: var(--col-main-hilight);
	padding: 100px 0 175px;
}
#flow .flow::before {
	position: absolute;
	content: '';
	background: url(../img/common/cut04.png) no-repeat;
	width: 100%;
	height: 75px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
	transform: scale(-1, 1);
	z-index: 1;
}
#flow .flow::after {
	position: absolute;
	content: '';
	background: url(../img/common/bg05-bot.png) no-repeat;
	width: 100%;
	height: 580px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: 1920px;
	transition: all 0.3s ease;
}
#flow .flow-ttl img {
	height: 35px;
}
#flow .flow-list {
	counter-reset: number 0;
	position: relative;
}
#flow .flow-list::before {
	position: absolute;
	content: '';
	border-left: 3px dotted var(--col-text);
	width: 3px;
	height: 100%;
	left: 50px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
#flow .flow-item {
	position: relative;
	background: var(--col-sub02);
	border: 5px solid var(--col-text);
	box-sizing: border-box;
	padding: 8% 4%;
	margin-bottom: 30px;
}
#flow .flow-item:last-child {
	margin-bottom: 0;
}
#flow .flow-item .item-wrap {
	gap: 20px;
}
#flow .flow-item .item-icon {
	position: relative;
	aspect-ratio: 1/1;
	width: 45px;
	height: 45px;
	background: var(--col-sub03);
	border-radius: 50%;
	border: 3px solid var(--col-text);
}
#flow .flow-item .item-icon img {
	width: 25px;
}
#flow .flow-item .item-text-wrap {
	width: 86%;
	flex: 1;
}
#flow .flow-item .item-text {
	font-size: 1.45rem;
}
#flow .flow-item .item-ttl {
	font-size: 1.6rem;
	font-weight: 800;
	width: fit-content;
	box-sizing: border-box;
	padding: 0 0 0 34px;
	margin-bottom: 8px;
	letter-spacing: 0;
}
#flow .flow-item .item-ttl::before {
	position: absolute;
	content: '0' counter(number) '.';
	counter-increment: number 1;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
flow-support
-------------------------*/
.flow-support {
	background: url(../img/common/bg06-bot.png) repeat-x center bottom, var(--col-main-light);
}
.flow-support-ttl {
	margin: 0 auto 50px;
}
.flow-support-ttl img {
	height: 80px;
}
.flow-support-item {
	box-sizing: border-box;
	padding: 45px 4% 8%;
	background: url(../img/common/deco06-tl.png) no-repeat top left/20%,
		url(../img/common/deco06-br.png) no-repeat bottom right/20%, var(--col-sub04);

	border: 5px solid var(--col-text);
	margin-bottom: 70px;
}
.flow-support-item .item-ttl {
	text-align: center;
	margin: 0 auto 30px;
}
.flow-support-item .item-ttl img {
	height: 30px;
}
.flow-support-item .item-ttl .num {
	font-size: 1.8rem;
	font-family: var(--font-ttl-en);
	background: url(../img/common/num-deco02.png) no-repeat center center/contain;
	width: 90px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -70px;
}

/*--------------- ▲ sub05_flow ▲ ---------------*/
/*--------------- ▼ sub06_voice ▼ ---------------*/
/*-----------------------
voice
-------------------------*/
#voice .voice {
	background: var(--col-main-hilight);
}
#voice .voice .item {
	box-shadow: 6px 10px 0 rgb(var(--col-text-rgb), 0.3);
}

/*-----------------------
voice-post
-------------------------*/
#voice-post .voice-post {
	background: var(--col-main-hilight);
}
#voice-post .voice-post-container {
	background: var(--col-main-light);
	border: 5px solid var(--col-text);
	box-sizing: border-box;
	padding: 8% 4%;
}
#voice-post .voice-post-container .container-ttl {
	margin: 0 auto 30px;
}
#voice-post .voice-post-container .container-imgs-wrap {
	margin: 0 auto 40px;
	position: relative;
	display: block;
}

#voice-post .voice-post-container .container-img {
	width: 100%;
	position: relative;
}
#voice-post .voice-post-container .container-img .img {
	position: relative;
	aspect-ratio: 1/1;
	width: 100%;
	height: fit-content;
}

#voice-post .voice-post-container .container-img.before::before {
	position: absolute;
	content: '';
	background: url(../img/common/text-before.png) no-repeat center top;
	margin: auto;
	top: -12px;
	left: 0;
	right: 0;
	background-size: contain;
	width: 120px;
	height: 37px;
	z-index: 2;
}
#voice-post .voice-post-container .container-img.after::after {
	position: absolute;
	content: '';
	background: url(../img/common/text-after.png) no-repeat center top;
	margin: auto;
	top: -12px;
	left: 0;
	right: 0;
	background-size: contain;
	width: 107px;
	height: 37px;
	z-index: 2;
}

#voice-post .voice-post-container .container-img.before {
	margin: 0 auto 50px;
	width: 80%;
}

#voice-post .voice-post-container .container-img.before::after {
	position: absolute;
	content: '';
	background: url(../img/common/icon-arw03.png) no-repeat;
	width: 50px;
	height: 25px;
	bottom: -20px;
	margin: auto;
	right: 0;
	left: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 2;
	transform: rotate(45deg);
}
/*-----------------------

-------------------------*/
/*--------------- ▲ sub06_voice ▲ ---------------*/
/*--------------- ▼ sub07_info ▼ ---------------*/
/*-----------------------
info-greetings
-------------------------*/
.info-greetings {
	background: url(../img/common/bg05-bot.png) no-repeat center bottom, var(--col-main-hilight);
	border-bottom: 10px solid var(--col-text);
}
.info-greetings-ttl img {
	height: 40px;
}
.info-greetings-container {
	background: var(--col-sub03);
	box-sizing: border-box;
	padding: 8% 5%;
	border: 5px solid var(--col-text);
}
.info-greetings-container .container-wrap {
	display: block;
}
.info-greetings-container .container-ttl {
	text-align: center;
	margin: 0 auto 6%;
}
.info-greetings-container .container-ttl img {
	height: 50px;
}
.info-greetings-container .container-img {
	aspect-ratio: 340/300;
	width: 100%;
	height: fit-content;
	margin: 0 auto 5%;
}
.info-greetings-container .container-img-wrap {
	margin: 0 auto 10%;
}
.info-greetings-container .container-img-wrap .name {
	text-align: center;
	margin: 0 auto;
}

/*-----------------------
info-outline
-------------------------*/
.info-outline {
	background: url(../img/common/bg06-bot.png) no-repeat center bottom, var(--col-main-light);
}
.info-outline-ttl img {
	height: 40px;
}
.info-outline-container {
	background: var(--col-sub04);
	border: 5px solid var(--col-text);
	box-sizing: border-box;
	padding: 8% 4%;
	margin: 0 auto 60px;
}
.info-outline-map {
	border: 5px solid var(--col-text);
	position: relative;
	margin-top: -40px;
}
.info-outline-map-container {
	margin: 0 auto 50px;
}
.info-outline-map-ttl {
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

/*----------------------

-------------------------*/
/*--------------- ▲ sub07_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	text-align: center;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-bottom: 30px;
	-webkit-justify-content: start;
	justify-content: start;
}
.post-wrp .tag-change li {
	flex: 0 0 30%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	padding: 5px 0;
	display: block;
	color: var(--col-main);
	background: #fff;
	font-size: 3vw;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
	position: relative;
	width: 100%;
	margin: 0 0 20px auto;
}
.tag-select-box:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--col-wh);
	pointer-events: none;
}
.tag-select-box:before {
	content: '';
	position: absolute;
	background: var(--col-text);
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	z-index: 0;
}
.tag-select-box #tag-select {
	width: 100%;
	padding: 5% 20% 5% 5%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-left: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	border: 6px solid var(--col-text);
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: var(--col-text);
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}
.tag-select-box #tag-select option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
	background: var(--col-text);
	border-bottom: 1px solid rgb(var(--col-text-rgb), 0.3);
	color: var(--col-wh);
}
.tag-select-inner {
	position: relative;
}
.tag-select-inner::before {
	position: absolute;
	content: '';
	background: var(--col-main-light);
	width: 100%;
	height: 100%;
	right: 0;
	z-index: -2;
}

.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	margin: 10px 10px 0 0;
	min-width: 190px;
	display: inline-block;
	vertical-align: middle;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	color: var(--col-main);
	background: #fff;
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
	margin-bottom: 5%;
}

.sb-post-body {
	margin-bottom: 7%;
	padding-bottom: 7%;
	border-bottom: 1px solid;
	line-height: 2;
}

.s-post-taglist {
	margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*/ /*# sourceMappingURL=style_sp.css.map */
