@charset "UTF-8";
/*--------------- ▽ header ▽ ---------------*/
.header {
	z-index: 5;
	box-sizing: border-box;

}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: 110px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-info {
	margin-bottom: 15px;
	gap: 20px;
}
.header-btn-list {
	gap: 12px;
}
.header-btn-item .btn {
	min-width: 268px;
	min-height: 58px;
	box-sizing: border-box;
	padding: 10px 14px;
	border-radius: 0 0 30px 30px;
	font-size: 1.5rem;
	line-height: 1.25;
}
.header-btn-item .btn .btn-wrap {
	gap: 15px;
}
.header-btn-item .btn .icon {
	display: inline-block;
	width: 29px;
	height: 29px;
}

/*-------------------
header-nav
--------------------*/
.header-nav-link:hover {
	color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.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: 100;
}

.footer {
	position: relative;
	padding: 17% 0;
}
.footer-logo {
	display: block;
	width: 140px;
	margin: 0 auto 12%;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-wrap {
	flex-direction: column;
	gap: 40px;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-info {
	position: relative;
}
.footer-nav {
	gap: 5%;
	justify-content: center;
	margin: 0 auto 8%;
}
.footer-nav-list {
	gap: 30px;
	flex-direction: column;
	width: calc(50% - 5%);
}
.footer-nav-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	transition: all 0.3s ease;
	font-size: 1.2rem;
	font-weight: 500;
}
.footer-nav-link:hover {
	color: var(--col-sub);
}
.footer-nav-link:hover::before {
	left: 5px;
}
.footer-nav-link::before {
	position: absolute;
	content: '';
	background: var(--col-sub);
	width: 12px;
	height: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.footer #copyright {
	text-align: center;
	padding: 5px 0;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 12px;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: 100%;
	height: 365px;
	background: url(../img/mv/mv-bg.jpg) no-repeat center left/cover;
}
.mv-catch {
	position: absolute;
	left: 30px;
	bottom: 55px;
	margin: auto;
	display: block;
	height: fit-content;
	color: var(--col-wh);
	text-shadow: 2px 2px 20px rgba(var(--col-text-rgb));
	width: fit-content;
}
.mv-catch .main-ttl {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	display: block;
	margin-bottom: 30px;
}
.mv-catch .sub-ttl {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid var(--col-wh);
	line-height: 1.15;
	width: fit-content;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top- ▼ ---------------*/
.top-section {
	padding: 17% 0;
	box-sizing: border-box;
}

/*--------------------
top-concerns
---------------------*/
.top-concerns {
	padding: 17% 0 25%;
	background: url(../img/common/bg-wave.png) no-repeat center bottom/100%;
}
.top-concerns-ttl {
	margin-bottom: 15%;
}
.top-concerns-wrap {
	position: relative;
	flex-direction: column;
	gap: 120px;
}
.top-concerns-container {
	position: relative;
	padding: 50px 6% 6% 6%;
}
.top-concerns-container-list {
	margin-bottom: 30px;
}
.top-concerns-container-list li {
	text-shadow: var(--text-style01);
}
.top-concerns-container-btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
}
.top-concerns-container-ttl {
	font-weight: 600;
	letter-spacing: 0.12em;
	font-size: 2.2rem;
	position: absolute;
	transform: translateY(-50%);
	top: 0;
	left: 15px;
}
.top-concerns-container-ttl .large {
	font-size: 2.6rem;
}
.top-concerns-container:nth-child(1)::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 110px;
	height: 120px;
	right: 0;
	margin: auto;
	top: -80px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-concerns-container:nth-child(2)::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 60px;
	height: 100px;
	right: 6px;
	margin: auto;
	top: -60px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-concerns-container-btn {
	margin: 0 auto;
}

/*--------------------
top-about
---------------------*/
.top-about-wrap {
	position: relative;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 20%;
}
.top-about-img-wrap {
	position: relative;
	order: 1;
}
.top-about-text-wrap {
	order: 2;
}
.top-about-img-main {
	aspect-ratio: 556/380;
	width: 100%;
	height: auto;
}
.top-about-img-sub {
	aspect-ratio: 310/212;
	width: 40vw;
	height: auto;
	position: absolute;
	right: -40px;
	bottom: -50px;
}
.top-about-text {
	margin-bottom: 40px;
}
.top-about-scene {
	position: relative;
	background: var(--col-wh);
	border-radius: 15px;
	box-sizing: border-box;
	padding: 8% 6% 20%;
}
.top-about-scene::before {
	position: absolute;
	content: '';
	background: url(../img/top/about-scene-illust01.png) no-repeat left bottom;
	width: 200px;
	height: 100px;
	bottom: -15px;
	left: -15px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-scene::after {
	position: absolute;
	content: '';
	background: url(../img/top/about-scene-illust02.png) no-repeat right bottom;
	width: 150px;
	height: 120px;
	bottom: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-scene-ttl {
	font-weight: 600;
	font-size: 2.1rem;
	text-align: center;
	margin: 0 auto 7%;
}
.top-about-scene-ttl .large {
	font-size: 2.8rem;
}
.top-about-scene-list {
	margin: 0 auto;
}

/*--------------------
top-faq
---------------------*/
.top-faq {
	padding: 0;
}
.top-faq-box {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 12% 6%;
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid var(--col-sub-light);
}
.top-faq-ttl {
	width: fit-content;
	margin: 0 auto 10%;
}
.top-faq-ttl .ttl-en {
	margin-bottom: 25px;
}
.top-faq-ttl .ttl-ja {
	line-height: 2.2;
}
.top-faq-ttl .ttl-ja .text {
	position: relative;
	display: block;
	width: fit-content;
	border-bottom: 1px solid var(--col-main-light);
}
.top-faq .inbox {
	position: relative;
}
.top-faq-wrap {
	position: relative;
}
.top-faq-illust {
	margin: 0 auto;
	width: 120px;
}
.top-faq-btn {
	margin: 0 auto;
}
.top-faq-list {
	flex-direction: column;
	gap: 20px;
	margin: 0 auto 10%;
}
.top-faq-item {
	position: relative;
	font-size: 1.8rem;
	border: 2px solid var(--col-sub);
	border-radius: 10px;
	box-shadow: 5px 5px 0 var(--col-sub-light);
	background: var(--col-wh);
	font-family: var(--font-ttl-ja);
	width: fit-content;
	box-sizing: border-box;
	padding: 5%;
	min-width: 200px;
}
.top-faq-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 40px;
	height: 30px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -25px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-faq-item:nth-child(even) {
	margin: 0 0 0 auto;
}

/*--------------------
top-news
---------------------*/
.top-news {
	padding: 17% 0 0;
}
.top-news .inbox {
	position: relative;
}
.top-news-btn {
	margin: 10% auto 0;
}

/*--------------------
com-contact
---------------------*/
.com-contact-box {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 70px 0;
	max-width: 1280px;
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid var(--col-sub-light);
}
.com-contact-ttl {
	width: fit-content;
}
.com-contact-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/contact-deco.png) no-repeat;
	width: 122px;
	height: 104px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-contact-ttl .ttl-en {
	text-shadow: var(--text-style01);
}
.com-contact-list {
	gap: 30px;
}
.com-contact-item {
	width: 100%;
}
.com-contact-item:nth-child(3) {
	order: 4;
}
.com-contact-tel {
	margin: 0 auto;
}
.com-contact-tel .num {
	font-size: 3.6rem;
	margin-bottom: 10px;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 200px;
}
.sv-ttl {
	font-size: 2.4rem;
	letter-spacing: 0.12em;
	position: absolute;
	left: 5%;
	bottom: 40px;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-removal {
	background: url(../img/sv/sv-removal-bg.jpg) no-repeat center center/cover;
}

.sv-hbl {
	background: url(../img/sv/sv-hbl-bg.jpg) no-repeat center center/cover;
}

.sv-faq {
	background: url(../img/sv/sv-faq-bg.jpg) no-repeat center right 30%/cover;
}

.sv-about {
	background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-news {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
	background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#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;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ 共通 ▼ ---------------*/
/*-----------------------
com-lead
-------------------------*/
.com-lead-list {
	flex-direction: column;
}
.com-lead-container {
	width: 100%;
	margin: 0 auto;
}

/*-----------------------
com-discount
-------------------------*/
.com-discount {
	padding: 17% 0 0;
}
.com-discount-wrap {
	flex-direction: column;
}
.com-discount-ttl {
	margin-bottom: 70px;
}
.com-discount-illust {
	width: 90px;
	margin: 0 0 0 auto;
}

/*-----------------------
com-menu
-------------------------*/
.com-menu {
	padding: 0;
}
.com-menu-box {
	background: var(--col-wh);
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid var(--col-sub-light);
	padding: 12% 0;
}
.com-menu-ttl {
	text-align: center;
}
.com-menu-wrap {
	flex-direction: column;
	gap: 70px;
}
.com-menu-section-text {
	margin-bottom: 25px;
}
.com-menu-section-list {
	background: var(--col-base);
	box-sizing: border-box;
	padding: 25px;
}
.com-menu-section-item {
	width: 100%;
	box-sizing: border-box;
	padding: 16px 0;
	border-bottom: 1px dashed var(--col-gry);
	flex-direction: column;
	width: 100%;
	gap: 12px;
}
.com-menu-section-item:last-child {
	border: none;
}
.com-menu-section-item .text01 {
	line-height: 1.6;
	font-weight: 500;
}
.com-menu-section-item .text02 {
	text-align: right;
}

/*-----------------------
com-popular
-------------------------*/
.com-popular-ttl {
	margin: 0 auto 90px;
}
.com-popular-item {
	width: 100%;
	padding: 12% 6% 8%;
}
.com-popular-item:nth-child(even) {
	margin: 0 0 0 auto;
}

/*-----------------------
com-points
-------------------------*/
/*--------------- ▲ 共通 ▲ ---------------*/
/*--------------- ▼ sub02_removal ▼ ---------------*/
/*-----------------------
removal-lead
-------------------------*/
.removal-lead {
	background: url(../img/common/bg-wave.png) no-repeat center bottom -2px/100%;
}
.removal-lead-container {
	padding: 70px 6% 10%;
}
.removal-lead-container::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust03.png) no-repeat;
	width: 120px;
	height: 100px;
	margin: auto;
	right: -20px;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------- ▲ sub02_"removal ▲ ---------------*/
/*--------------- ▼ sub03_hbl ▼ ---------------*/
/*-----------------------
hbl-lead
-------------------------*/
.hbl-lead {
	background: url(../img/common/bg-wave.png) no-repeat center bottom/100%;
	padding: 100px 0 170px;
}
.hbl-lead-container::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust05.png) no-repeat;
	width: 90px;
	height: 170px;
	bottom: -180px;
	right: 15px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.hbl-lead .list-style03-item-ttl {
	white-space: nowrap;
}

/*--------------- ▲ sub03_hbl ▲ ---------------*/
/*--------------- ▼ sub04_faq ▼ ---------------*/
/*-----------------------
com-faq
-------------------------*/
.com-faq-list {
	position: relative;
	flex-direction: column;
	gap: 20px;
}
.com-faq-item {
	position: relative;
}
.com-faq-item-q {
	position: relative;
	background: var(--col-sub-light);
	box-sizing: border-box;
	padding: 20px 20px 20px 50px;
	border-radius: 10px;
}
.com-faq-item-q::before {
	position: absolute;
	content: 'Q';
	left: 10px;
	margin: auto;
	top: 10px;
	background-size: contain;
	transition: all 0.3s ease;
	font-family: var(--font-ttl-ja);
	font-size: 2.4rem;
	color: var(--col-wh);
}
.com-faq-item-q::after {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 2px;
	height: calc(100% - 40px);
	bottom: 0;
	left: 40px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-faq-item-a {
	position: relative;
	box-sizing: border-box;
	padding: 20px 0 20px 50px;
	font-size: 1.5rem;
  line-height: 1.7;
}
.com-faq-item-a::before {
	position: absolute;
	content: 'A';
	left: 10px;
	margin: auto;
	top: 10px;
	background-size: contain;
	transition: all 0.3s ease;
	font-family: var(--font-ttl-ja);
	font-size: 2.4rem;
	color: var(--col-sub);
}
.com-faq-item-a::after {
	position: absolute;
	content: '';
	background: var(--col-sub);
	width: 2px;
	height: calc(100% - 40px);
	bottom: 0;
	left: 40px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
faq
-------------------------*/
.faq-wrap {
	gap: 100px;
	flex-direction: column;
}
.faq-container {
	position: relative;
	box-sizing: border-box;
	padding: 12% 6%;
	border-radius: 50px;
	border: 1px solid var(--col-sub);
}
.faq-container-ttl {
	font-size: 2.2rem;
	margin-bottom: 25px;
	font-weight: 500;
}

/*faq-removal*/
#faq-removal::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 100px;
	height: 100px;
	margin: auto;
	right: 10px;
	top: 30px;
	background-size: contain;
	transition: all 0.3s ease;
}
#faq-removal::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust06.png) no-repeat;
	width: 80px;
	height: 120px;
	margin: auto;
	right: 0;
	top: -118px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*faq-eyebrows*/
#faq-eyebrows {
	position: relative;
}
#faq-eyebrows .faq-container-ttl {
	box-sizing: border-box;
	padding: 0 0 0 110px;
}
#faq-eyebrows .faq-container-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 60px;
	height: 100px;
	top: -40px;
	left: 20px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}

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

-------------------------*/
/*--------------- ▲ sub04_faq ▲ ---------------*/
/*--------------- ▼ sub05_about ▼ ---------------*/
/*-----------------------
about-concept
-------------------------*/
.about-concept {
	padding: 17% 0 25%;
	background: url(../img/common/bg-wave.png) no-repeat center bottom/100%;
}
.about-concept-wrap{
  flex-direction: column;
  gap: 40px;
}

/*-----------------------
about-faq
-------------------------*/
.about-faq {
	padding: 0;
}
.about-faq-box {
	background: var(--col-wh);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 12% 0;
	border-radius: 50px;
	border: 1px solid var(--col-sub);
}
.about-faq-ttl {
	text-align: right;
	margin: 0 0 50px auto;
}
.about-faq-list {
	border: 1px solid var(--col-sub);
	border-radius: 50px;
	box-sizing: border-box;
	padding: 8% 6%;
}

/*-----------------------
about-info
-------------------------*/
.about-info-wrap {
	display: block;
}
.about-info-ttl {
	margin: 0 auto 8%;
	text-align: center;
}
.about-info-table {
	margin-bottom: 10%;
}
.about-info-map {
	width: 100%;
	height: 450px;
}

/*--------------- ▲ sub05_about ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.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: 40%;
	margin: 0 0 20px auto;
	max-width: 230px;
}
.tag-select-box:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
	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-text);
	pointer-events: none;
}
.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-bottom: 2px solid #333;
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: #333;
	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;
}

.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 */
