@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


:root {
	--color-main: #004da0;
	--color-main-rgb: 100,171,0;
	--color-yellow: #ffd700;
	--color-yellow-rgb: 255,215,0;
	--color-pink: #C70260;
	--color-pink-rgb: 199,2,96;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
	scroll-padding-top: 20rem;
	font-size: 10px;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: calc(100vw / 1600 * 10);
	}
}
 /*高さ低い画面用*/
/*@media screen and (min-width: 800.1px) and  (max-height: 927px)  {
	html {
		font-size: calc(100vh / 100);
	}
}*/




body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}
@media screen and (min-width:800.1px) {
	a[href^="tel"] {
		pointer-events: none;
	}
}

img,svg {
	vertical-align: bottom;
}

/*色*/ /*カーリース専用以外、大元common.cssと同じ*/
.color_main {
	color: #004da0;
}
.color_white {
	color: #fff;
}
.color_yellow {
    color: #ffd700;
}

.color_line {
	color: #06c655;
}
.color_orange {
	color: #f05a24;
}
.color_pink { /*カーリース専用*/
	color: #C70260;
}



/*背景*/ /*カーリース専用以外、大元common.cssと同じ*/
.bg_main,
.hover_bg_main:hover {
	background-color: #004da0;
}
.bg_white,
.hover_bg_white:hover {
	background-color: #fff;
}
.bg_yellow,
.hover_bg_yellow:hover {
    background-color: #ffd700;
}

.bg_line {
	background-color: #06c655;
}
.bg_orange {
	background-color: #f05a24;
}

.bg_pink { /*カーリース専用*/
	background-color: #C70260;
}


/*線の色*/ /*カーリース専用以外、大元common.cssと同じ*/
.bdc_main {
	border-color: #004da0!important;
}
.bdc_white {
	border-color: #fff!important;
}
.bdc_yellow {
    border-color: #ffd700!important;
}

.bdc_line {
	border-color: #06c655!important;
}
.bdc_orange {
	border-color: #f05a24!important;
}

.bdc_pink { /*カーリース専用*/
	border-color: #C70260!important;
}


/* position */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}

/* sp/pcの切替 */
.sp,.sp_inline {
	display: none;
}

/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}

/*文字種類*/
.ff_josefin {
	font-family: "Josefin Sans", sans-serif;
}
.ff_roboto {
	font-family: "Roboto", sans-serif;
}


/*文字太さ*/
.fontThin {
	font-weight: 100;
}
.fontExLight {
	font-weight: 200;
}
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontExBold {
	font-weight: 800;
}
.fontBlack {
	font-weight: 900;
}

/*文字スタイル*/
.fs_italic {
	font-style: italic;
}

/*Text Crop*/
[class*="textcrop"] {
	display: block;
}
[class*="textcrop"]::before,
[class*="textcrop"]::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
[class*="textcrop"]::before {
	margin-bottom: -0.13em;
}
[class*="textcrop"]::after {
	margin-top: -0.13em;
}


.ff_josefin[class*="textcrop"]::before {
	margin-bottom: 0;
}
.ff_josefin[class*="textcrop"]::after {
	margin-top: -0.24em;
}

.ff_roboto[class*="textcrop"]::before {
	margin-bottom: -0.12em;
}
.ff_roboto[class*="textcrop"]::after {
	margin-top: -0.13em;
}


.textcrop_notosans {
	display: inline-block;
}
.textcrop_notosans::before {
	margin-bottom: -0.12em;
}
.textcrop_notosans::after {
	margin-top: 0;
}


/*文字詰め*/
.ffs_palt {
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1; /*プロポーショナルメトリクス*/
}
.ffs_halt {
	-webkit-font-feature-settings: 'halt' 1;
	font-feature-settings: 'halt' 1; /*字幅半角メトリクス*/
}


/*文字間隔*/
.ltsg05em {
	letter-spacing: 0.5em!important;
}
.ltsg05em_indent {
	display: inline-block;
	letter-spacing: 0.5em!important;
	text-indent: 0.5em!important;
}
.ltsg1em {
	letter-spacing: 1em!important;
}
.ltsg1em_indent {
	display: inline-block;
	letter-spacing: 1em!important;
	text-indent: 1em!important;
}

/*上付き文字*/
.sup {
	font-size: 60%;
	vertical-align: super;
}

/*幅*/
.wrap_wide_rem {
	margin: 0 auto;
	width: 110rem;
}

.wid100 {
	width: 100%;
}


/*高さ*/
.h100vh {
	height: 100vh;
	height: calc((var(--vh, 1vh) * 100));
}

/*Animate.css用*/
.animated,
.animated-rm0,
.animated-dly-item,
.animation,
.animated-child {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.move,
.animated-rm0.move,
.animated-dly-item.move,
.animation.move,
.animated-child.move {
	opacity: 1;
}
.lazyload {
	opacity: 0;
}


/*******object-fit*******/
[class*="object-fit"] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}
.object-fit-ct {
	object-fit: contain;
	font-family: 'object-fit: contain; object-position: center center;';
}
.object-fit-p-tc {
	object-position: top center;
}
.object-fit-p-tr {
	object-position: top right;
}
.object-fit-p-tl {
	object-position: top left;
}
.object-fit-p-bc {
	object-position: bottom center;
}
.object-fit-p-br {
	object-position: bottom right;
}
.object-fit-p-bl {
	object-position: bottom left;
}
.object-fit-p-cl {
	object-position: center left;
}
.object-fit-p-cr {
	object-position: center right;
}

/*******flexbox*******/
[class*="flex_start"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_end"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_between"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_center"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_inline"] {
	display: -webkit-inline-box;
	display: inline-flex;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.shrink0 {
	flex-shrink: 0;
}
.align_items_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.direction_column {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.row_reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*================================================
 *  ホバー
 ================================================*/
.hover_opa:hover,
.hover_list_opa a:hover {
	opacity: 1;
}


/*******反転*******/
.hover_inv[class*="bdc_"] {
	border: 2px solid;
}

.hover_inv:hover {
	opacity: 1;
}

.hover_inv[class*="bdc_"].bg_main:not(:hover) span,
.hover_inv[class*="bdc_"].hover_bg_main:hover span,
.hover_inv[class*="bdc_"].hover_bg_white:not(:hover) span {
	color: #fff;
}

.hover_inv.bdc_yellow.bg_yellow.color_main:hover {
	background-color: transparent;
}
.hover_inv.bdc_yellow.bg_yellow.color_main:hover > * {
	color: var(--color-yellow);
}

/*******色*******/
[class*="hover_c_"]:hover,
[class*="hover_list_c_"] a:hover {
	opacity: 1;
}
.hover_c_main:hover,
.hover_list_c_main a:hover {
	color: var(--color-main);
}



/*******画像ホバー拡大*******/
.hover_img_scale {
	overflow: hidden;
}
.hover_img_scale img {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
a:hover .hover_img_scale img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*================================================
 *  ヘッダー
 ================================================*/

header .inner {
	height: 19.5rem;
	padding: 3.5rem 53.4rem 0 4rem;
}
header .inner .logo img {
	width: 60.8rem;
}


header .inner nav {
	padding: 4.5rem 4rem 0 0;
}
header .inner nav ul {
	font-size: 2.4rem;
	font-weight: 900;
}
@media screen and (max-width: 1700px) {
	header .inner nav ul {
		font-size: 2.1rem;
	}
}
header .inner nav ul li + li {
	margin-left: 1.25em;
}
header .inner nav ul li a {
	display: flex;
	align-items: center;
}
header .inner nav ul li a:hover {
	color: var(--color-pink);
}
header .inner nav ul li a img {
	width: 1.25em;
	height: auto;
	margin-right: 0.5em;
}




/*================================================
 *  PC上fixed
 ================================================*/
#pc_fixed_top {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 500;
	width: 53.4rem;
	border-left: 4px solid;
	border-bottom: 4px solid;
	border-bottom-left-radius: 2rem;
	padding:  2rem;
	overflow: hidden;
}
#contact #pc_fixed_top {
	display: none;
}

#pc_fixed_top dt {
	border-radius: 0.6rem;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 0.5em 0;
	text-align: center;
}


#pc_fixed_top dd .tel {
	width: calc(100% - 18rem);
}
#pc_fixed_top dd .tel span:first-child {
	font-size: 3rem;
	margin-right: 1rem;
}
#pc_fixed_top dd .tel span:last-child {
	font-size: 4.2rem;
	white-space: nowrap;
}
#pc_fixed_top dd .contact {
	border-radius: 100vh;
	height: 5rem;
	width: 18rem;
}
#pc_fixed_top dd .contact span:first-child {
	font-size: 1.6rem;
	margin-right: 1rem;
}
#pc_fixed_top dd .contact span:last-child {
	font-size: 2rem;
	letter-spacing: 0.04em;
}


#pc_fixed_top dd .time span[class*="icon"],
#pc_fixed_top dd .access span[class*="icon"] {
	font-size: 2.8rem;
	margin-right: 1rem;
}
#pc_fixed_top dd .time {
	margin-top: 2rem;
}
#pc_fixed_top dd .time div em {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.4em;
}
#pc_fixed_top dd .access {
	align-self: flex-start;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 2rem;
	width: 14.5rem;
}







/*================================================
 *  共通パーツ
 ================================================*/
main {
	overflow-x: clip;
}


/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.square_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list > li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list > li:before{
	display: inline;
	content: "\25CF";
}
/*■箇条書き*/
.square_list > li:before{
	display: inline;
	content: "\25A0";
}
/*()数字*/
.number_list {
	counter-reset: cnt 0;
}
.number_list > li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list > li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}
/*数字.*/
.decimal_list {
	counter-reset: dcnt 0;
}
.decimal_list > li{
	display: flex;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: dcnt;
}
.decimal_list > li:before {
	flex-shrink: 0;
	content: counter(dcnt) ".";
}



/*******丸矢印角丸ボタン*******/
.btn_arrow {
	border: 2px solid;
	border-radius: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 7rem;
	padding: 0 1.5rem 0 1.9em;
	width: 30rem;
}
.btn_arrow span:not([class*="icon-"]) {
	font-size: 2.2rem;
	font-weight: 700;
}
.btn_arrow span[class*="icon-"] {
	font-size: 3.6rem;
	position: relative;
}












/*================================================
 *  コンテンツ
 ================================================*/

/*******見出し共通*******/
h2.section_title {
	position: relative;
	max-width: 190rem;
	margin: 20rem auto 0;
}
h2.section_title > span {
	position: absolute;
	top: -7rem;
	left: -0.1em;
	color: #f5f5f5;
	font-size: 25rem;
	font-weight: 600;
}
h2.section_title > em {
	display: block;
	font-size: 4.4rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-indent: -0.04em;
	position: relative;
	text-align: center;
}
h2.section_title > em > span:first-of-type {
	animation-delay: 0.3s;
}
h2.section_title > em > span:last-of-type {
	font-size: 10.6rem;
	display: block;
	margin-top: 0.2em;
	padding-bottom: 0.04em;
}







/*===============メインエリア===============*/
/*******メインエリア*******/
section#main_area {
	height: 73.2rem;
}
section#main_area .img_bg {
	top: 0;
	left: 0;
	z-index: -5;
}


section#main_area .title_box h1 {
	width: 110rem;
	margin: 0 auto;
	padding-left: 0.7rem;
}
section#main_area .title_box h1 .img_title {
	position: relative;
	top: -2.7rem;
	width: 105rem;
}


section#main_area .img_deco_car {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 190rem;
}
@media screen and (min-width: 800.1px) {
	section#main_area .img_deco_staff {
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 87.8rem;
	}
}


/*===============中古車リースとは？===============*/
section#about_area .inner {
	padding: 10rem 0 15rem;
	z-index: 5;
}
section#about_area .inner h2 {
	font-size: 8.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 0.4em;
}
section#about_area .inner .img_point {
	display: block;
	margin: 5rem auto 0;
	width: 89.4rem;
}


@media screen and (min-width: 800.1px) {
	section#about_area .bg_box {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%,0);
		width: 190rem;
	}
	section#about_area .bg_box img {
		border-radius: 50%;
		overflow: hidden;
	}
	section#about_area .bg_box .bg_deco01 {
		top: 5rem;
		left: 8rem;
		width: 37rem;
	}
	section#about_area .bg_box .bg_deco02 {
		top: 9rem;
		right: 17rem;
		width: 30rem;
	}
	section#about_area .bg_box .bg_deco03 {
		top: 45rem;
		left: 2rem;
		width: 23rem;
	}
	section#about_area .bg_box .bg_deco04 {
		top: 29.5rem;
		right: -5rem;
		width: 37.7rem;
	}
}
@media screen and (max-width: 1700px) {
	section#about_area .bg_box {
		width: 170rem;
	}
}


/*こんな方におすすめ！*/
section#about_area .recommend_box .inr {
	width: 94rem;
	margin: 0 auto;
	padding: 14rem 0 10rem;
}
section#about_area .recommend_box .inr h3 {
	position: absolute;
	top: -0.7em;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 5.2rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
}
section#about_area .recommend_box .inr .fuki_list li {
	position: relative;
	width: calc((100% - 5rem) / 2);
}
section#about_area .recommend_box .inr .fuki_list li:nth-of-type(n+3) {
	margin-top: 3rem;
}
section#about_area .recommend_box .inr .fuki_list li .unit_fuki {
	width: 39.4rem;
	margin-left: auto;
	position: relative;
}
section#about_area .recommend_box .inr .fuki_list li:nth-of-type(even) .unit_fuki {
	margin: 0 auto 0 0;
}
section#about_area .recommend_box .inr .fuki_list li .unit_fuki p {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 18rem;
	padding-left: 1rem;
}
section#about_area .recommend_box .inr .fuki_list li:nth-of-type(even) .unit_fuki p {
	padding: 0 1rem 0 0;
}
section#about_area .recommend_box .inr .fuki_list li .img_people {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: 15.7rem;
}
section#about_area .recommend_box .inr .fuki_list li:nth-of-type(even) .img_people {
	left: auto;
	right: 0;
}











/*===============選ばれる理由===============*/
section#reason_area .inner [class*="reason_group"] .main_box {
	display: flex;
	align-items: flex-start;
	width: 130rem;
	margin: 21rem auto 0;
}
section#reason_area .inner  [class*="reason_group"]:nth-of-type(even) .main_box {
	flex-direction: row-reverse;
	padding-right: 10rem;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_img {
	width: 60rem;
	flex-shrink: 0;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_img img {
	border-radius: 1rem;
	isolation: isolate;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_img .num {
	position: absolute;
	top: -5.5rem;
	left: -4rem;
	font-size: 15rem;
	font-weight: 500;
	font-style: italic;
	z-index: 2;
}
@media screen and (min-width: 800.1px) {
	section#reason_area .inner [class*="reason_group"]:nth-of-type(even) .main_box .unit_img .num {
		left: auto;
		right: -4rem;
	}
}

section#reason_area .inner [class*="reason_group"] .main_box .unit_txt {
	padding-left: 6.5rem;
}
@media screen and (min-width: 800.1px) {
	section#reason_area .inner [class*="reason_group"]:nth-of-type(even) .main_box .unit_txt {
		width: 51rem;
	}
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	top: -7.5rem;
	left: -13rem;
	margin-bottom: -7.5rem;
}
section#reason_area .inner [class*="reason_group"]:nth-of-type(even) .main_box .unit_txt h3 {
	left: -6.5rem;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 > span {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0.78em 1.17em;
	margin: 0 0 2.5rem 1rem;
	animation-duration: 0.5s;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 img {
	height: 24.5rem;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 + p {
	margin-top: 3rem;
	width: 36rem;
}





/*******REASON01*******/
section#reason_area .inner .reason_group01 .ex_box {
	border-radius: 2rem;
	width: 110rem;
	margin: 12rem auto 0;
	padding: 13rem 7rem 11rem;
}
section#reason_area .inner .reason_group01 .ex_box h4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 900;
	height: 1.818em;
	width: 53rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car {
	padding-left: 40rem;
	height: 29rem;
}
@media screen and (min-width: 800.1px) {
	section#reason_area .inner .reason_group01 .ex_box .unit_car .img_car {
		position: absolute;
		top: -5rem;
		left: -13rem;
		width: 60rem;
		z-index: 1;
	}
}
section#reason_area .inner .reason_group01 .ex_box .unit_car .txt {
	position: relative;
	z-index: 5;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car .txt .circle_list {
	font-weight: 700;
	margin-left: 15rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car .txt .circle_list li:before {
	color: var(--color-pink);
	font-weight: 400;
}

section#reason_area .inner .reason_group01 .ex_box .unit_car .txt .img_price {
	display: block;
	width: 48rem;
	margin-top: 4rem;
}

section#reason_area .inner .reason_group01 .ex_box .unit_komi {
	padding: 7rem 11rem 4rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi::before {
	position: absolute;
	content: '';
	top: 1px;
	right: 24rem;
	transform: translateY(-100%);
	width: 5.4rem;
	height: 4.5rem;
	background-color: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi  h5 {
	font-size: 4.8rem;
	font-weight: 900;
	text-align: center;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .komi_list {
	margin: 2rem 0 2.5rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .komi_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.25;
	width: calc((100% - 2.6rem) / 3);
	min-height: 10.6rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .komi_list li:nth-of-type(n+4) {
	margin-top: 1.3rem;
}


section#reason_area .inner .reason_group01 .ex_box .unit_btn {
	width: 61rem;
	margin: 3.5rem auto 0;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a {
	width: 100%;
	height: 14rem;
	padding: 0 4rem 0 10rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a + a {
	margin-top: 2rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a span:not([class*="icon-"]) {
	font-size: 3.4rem;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a [class*="icon-"] {
	font-size: 5.4rem;
}

section#reason_area .inner .reason_group01 .ex_box .deco_staff01 {
	bottom: 0;
	left: -13.8rem;
	width: 44.6rem;
}
section#reason_area .inner .reason_group01 .ex_box .deco_staff02 {
	bottom: 0;
	right: -24rem;
	width: 47rem;
}





/*お得なこと盛り沢山！*/
section#reason_area .inner .reason_group01 .gooddeal_box {
	width: 110rem;
	margin: 0 auto;
	padding-top: 11.5rem;
}
@media screen and (min-width: 800.1px) {
	section#reason_area .inner .reason_group01 .gooddeal_box .img_plus {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 10rem;
	}
}

section#reason_area .inner .reason_group01 .gooddeal_box h4 {
	font-size: 5.2rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 1.1em;
}

@media screen and (min-width: 800.1px) {
	section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-wrapper {
		justify-content: space-between;
	}
	section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide {
		border-radius: 2rem;
		width: calc((100% - 3.2rem) / 3);
		overflow: hidden;
	}
	
}
section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide figure figcaption {
	padding: 3.5rem 5.3rem 3.5rem;
}
section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide figure figcaption h5 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 0.8em;
}









/*******REASON02*******/
@media screen and (min-width: 800.1px) {
	section#reason_area .inner .reason_group02 .main_box .point_list {
		position: absolute;
		right: 4rem;
		bottom: -16.5rem;
	}
}
section#reason_area .inner .reason_group02 .main_box .point_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 4px solid;
	border-radius: 50%;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.5;
	width: 25rem;
	height: 25rem;
	position: relative;
}
section#reason_area .inner .reason_group02 .main_box .point_list li + li {
	left: -2.5rem;
	margin-right: -2.5rem;
}






/*******REASON03*******/
section#reason_area .inner .reason_group03 .main_box {
	margin-top: 34rem;
}


/*チェック項目の一例*/
section#reason_area .inner .reason_group03 .check_box {
	border-radius: 2rem;
	width: 124rem;
	margin: 12rem auto 0;
	padding: 10rem 7rem 4rem;
}
section#reason_area .inner .reason_group03 .check_box .img_deco_staff {
	top: 0;
	right: -14rem;
	transform: translateY(-100%);
	width: 52.2rem;
}


section#reason_area .inner .reason_group03 .check_box h4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3.8rem;
	font-weight: 900;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.84em;
	width: 40rem;
}
section#reason_area .inner .reason_group03 .check_box .check_list figure {
	width: calc((100% - 6rem) / 4);
}
section#reason_area .inner .reason_group03 .check_box .check_list figure figcaption {
	padding: 4.5rem 1.4rem 0;
	position: relative;
	word-break: break-all;
}
section#reason_area .inner .reason_group03 .check_box .check_list figure figcaption h5 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 900;
	height: 2em;
	padding: 0 0.7em;
	white-space: nowrap;
}






/*******REASON04*******/
@media screen and (min-width: 800.1px) {
	section#reason_area .inner .reason_group04 .main_box .img_deco01 {
		position: absolute;
		right: -16rem;
		bottom: -13rem;
		width: 41.1rem;
	}
}


/*手厚いサポート*/
section#reason_area .inner .reason_group04 .support_box {
	margin: 23rem auto 0;
	width: 102rem;
}
section#reason_area .inner .reason_group04 .support_box .inner {
	border-radius: 2rem;
	padding: 15rem 12rem 6rem;
}
section#reason_area .inner .reason_group04 .support_box .inner h4,
section#reason_area .inner .reason_group04 .support_box .inner h4 > em {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 {
	position: absolute;
	top: -9.3rem;
	left: 50%;
	transform: translate(-50%,0);
	font-weight: 900;
	white-space: nowrap;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > span,
section#reason_area .inner .reason_group04 .support_box .inner h4 > em span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > span {
	font-size: 2.8rem;
	height: 1.8em;
	letter-spacing: 0.14em;
	padding-left: 0.14em;
	margin-bottom: 0.5em;
	width: 27rem;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > em span {
	font-size: 3.8rem;
	letter-spacing: 0.04em;
	height: 1.685em;
	padding: 0 0.8em;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > em span + span {
	margin: -0.4rem 0;
}

section#reason_area .inner .reason_group04 .support_box .inner .support_list > li {
	border: 4px solid var(--color-main);
	background-color: #fff;
	width: calc((100% - 2rem) / 2);
	padding: 5rem 4.5rem 3.5rem;
}
section#reason_area .inner .reason_group04 .support_box .inner .support_list > li:nth-child(n+3) {
	margin-top: 2rem;
}
section#reason_area .inner .reason_group04 .support_box .inner .support_list > li h5 {
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.8em;
}

section#reason_area .inner .reason_group04 .support_box [class*="bg_deco"] {
	border-radius: 50%;
	isolation: isolate;
}
@media screen and (min-width: 800.1px) {
	section#reason_area .inner .reason_group04 .support_box .bg_deco01 {
		top: 12rem;
		right: -22.5rem;
		width: 29rem;
	}
	section#reason_area .inner .reason_group04 .support_box .bg_deco02 {
		top: 45rem;
		left: -26rem;
		width: 33rem;
	}
	section#reason_area .inner .reason_group04 .support_box .bg_deco03 {
		bottom: -2.5rem;
		right: -26.5rem;
		width: 33rem;
	}
}








/*===============ご利用料金===============*/
section#price_area .inner {
	margin-top: 14rem;
}

/*初回のみ必要 + 月々に必要 共通*/
section#price_area .inner .plan_list {
	width: 132rem;
	margin: 0 auto;
}
section#price_area .inner .plan_list dl dt {
	text-align: center;
	position: relative;
	padding-top: 8.5rem;
}
section#price_area .inner .plan_list dl dt img {
	position: absolute;
	top: -3.5rem;
	left: 50%;
	transform: translate(-50%,0);
	width: 31rem;
	height: auto;
}
section#price_area .inner .plan_list dl dd .inr {
	border-radius: 2rem;
	width: 40rem;
	padding: 5.5rem 0 4rem;
	position: relative;
}
section#price_area .inner .plan_list dl dd .inr h4 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 3.5rem;
}
section#price_area .inner .plan_list dl dd .inr .txt {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}


/*初回のみ必要*/
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list {
	margin: 0 auto;
	width: 28rem;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li {
	background-color: #fff;
	font-weight: 700;
	line-height: 1.25;
	padding: 2.5rem 0 2rem 4rem;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li + li {
	margin-top: 0.8rem;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li em {
	font-size: 2.1rem;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li > span {
	font-size: 3rem;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li > span span {
	font-size: 70%;
}


/*月々に必要*/
section#price_area .inner .plan_list dl.unit_monthly {
	width: 86rem;
}
@media screen and (min-width: 800.1px) {
	section#price_area .inner .plan_list dl.unit_monthly dd .img_plus {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 10rem;
		height: auto;
		z-index: 5;
	}
}
section#price_area .inner .plan_list dl.unit_monthly dd .inr .btn_arrow {
	margin: 5.5rem auto 0;
}

@media screen and (min-width: 800.1px) {
	section#price_area .inner .plan_list dl.unit_monthly dd .inr .img_monthly_option {
		bottom: -2.5rem;
		left: 50%;
		transform: translate(-50%,0);
		width: 42.3rem;
	}
}

/*契約条件*/
section#price_area .joken_box {
	width: 65rem;
	margin: 11.5rem auto 0;
	padding-bottom: 6.5rem;
}
section#price_area .joken_box dl {
	border-radius: 2rem;
	padding: 4.5rem 4rem;
}
section#price_area .joken_box dl dt {
	border-radius: 50%;
	border: 2px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.25;
	width: 11.4rem;
	height: 11.4rem;
	margin-right: 3rem;
}
section#price_area .joken_box dl dt span {
	letter-spacing: 0.14em;
	padding-left: 0.14em;
}
section#price_area .joken_box dl dd ul {
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0.16em;
}
section#price_area .joken_box dl dd ul li + li {
	margin-top: 0.9em;
}
section#price_area .joken_box dl dd ul li span {
	font-size: 128%;
	margin-right: 0.3em;
}

@media screen and (min-width: 800.1px) {
	section#price_area .joken_box .img_deco_staff {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: 8.5rem;
		width: 49.8rem;
	}
}




/*===============プラン一覧===============*/
section#plan_area .plan_list {
	margin: 12rem auto 0;
	width: 98rem;
}
section#plan_area .plan_list .plan_box {
	border-radius: 2rem;
	padding: 3.5rem 0 3.5rem 5.7rem;
	position: relative;
}
section#plan_area .plan_list .plan_box:nth-of-type(n+2) {
	margin-top: 3rem;
}
section#plan_area .plan_list .plan_box .type {
	position: absolute;
	top: -2rem;
	left: 2rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 12rem;
	width: 12rem;
}
section#plan_area .plan_list .plan_box .type > span:first-child {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
section#plan_area .plan_list .plan_box .type > span:last-child {
	font-size: 6rem;
	font-weight: 700;
	margin-top: 0.15em;
}
@media screen and (min-width: 800.1px) {
	section#plan_area .plan_list .plan_box .inr {
		display: flex;
		flex-wrap: nowrap;
	}
	section#plan_area .plan_list .plan_box .inr .unit_thumb {
		width: 38.6rem;
	}
}
section#plan_area .plan_list .plan_box .inr .unit_txt {
	padding: 0.5rem 0 0 7rem;
}
section#plan_area .plan_list .plan_box .inr .unit_txt .img_fuki {
	display: block;
	width: 12rem;
}
section#plan_area .plan_list .plan_box .inr .unit_txt h4 {
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 1rem 0 2rem -0.13em;
}
section#plan_area .plan_list .plan_box .inr .unit_txt .img_price {
	display: block;
	width: auto;
	height: 6.4rem;
	margin-top: 2.5rem;
}


/*ボタン*/
section#plan_area .btn_arrow {
	width: 50rem;
	height: 10.4rem;
	margin: 8rem auto 0;
	padding: 0 2.9rem 0 8rem;
}
section#plan_area .btn_arrow span:not([class*="icon-"]) {
	font-size: 2.8rem;
}
section#plan_area .btn_arrowa  [class*="icon-"] {
	font-size: 4.2rem;
}







/*===============お客様の声===============*/

/*******リスト*******/
#voice_list_slider {
	width: 94rem;
	margin: 8rem auto 0;
}
@media screen and (min-width: 800.1px) {

	#voice_list_slider .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#voice_list_slider .swiper-slide {
		width: 43rem;
	}
	#voice_list_slider .swiper-slide:nth-of-type(n+3) {
		margin-top: 6rem;
	}
}

#voice_list_slider .swiper-slide {
	padding-top: 8.5rem;
}
#voice_list_slider .swiper-slide .voice_box {
	border-radius: 2rem;
	position: relative;
	padding: 17rem 5.5rem 7rem;
}
#voice_list_slider .swiper-slide .voice_box .thumb {
	position: absolute;
	top: -8.5rem;
	left: 50%;
	transform: translateX(-50%);
	border: 1rem solid var(--color-yellow);
	border-radius: 50%;
	width: 22rem;
	height: 22rem;
	overflow: hidden;
}
#voice_list_slider .swiper-slide .voice_box .unit_txt {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.75;
}




/*******ループスライダー*******/
#voice_loop_slider,
#voice_loop_slider .swiper {
	overflow: hidden;
	pointer-events: none;
}
#voice_loop_slider {
	margin-top: 12rem;
}
#voice_loop_slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
#voice_loop_slider .swiper-slide {
	width: 35rem!important;
	height: auto!important;
	padding: 0 2.5rem;
	margin-top: 6.5rem;
}
#voice_loop_slider .swiper-slide.slide-even {
	margin-top: 0;
	width: 41rem!important;
}
#voice_loop_slider .swiper-slide img {
	border-radius: 2rem;
	width: 100%;
	height: auto;
	isolation: isolate;
}




/*===============ご利用の流れ===============*/
section#flow_area {
	padding-bottom: 10rem;
}
section#flow_area::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 12rem);
	background-color: var(--color-yellow);
	z-index: -1;
}

section#flow_area .txt_notes {
	margin-top: 9rem;
}


/*流れ*/
section#flow_area .flow_list {
	width: 125rem;
	margin: 7.5rem auto;
}
section#flow_area .flow_list dl {
	height: 30rem;
	position: relative;
	width: calc((100% - (0.4rem * 4) / 5));
}
section#flow_area .flow_list dl + dl {
	margin-left: 0.4rem;
}
section#flow_area .flow_list dl + dl::before {
	position: absolute;
	content: '';
	top: 0;
	left: -0.4rem;
	width: 2.4rem;
	height: 100%;
	background: url("../images/flow_list_arrow.svg") center left / 2.4rem 101% no-repeat;
}
section#flow_area .flow_list dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
	padding: 6.5rem 0 2.5rem;
}
section#flow_area .flow_list dl dt .img_num {
	position: absolute;
	top: -1.8rem;
	left: 50%;
	transform: translate(-50%,0);
	height: 5.7rem;
}
section#flow_area .flow_list dl dd {
	padding: 0 4rem;
}




/*注意事項*/
section#flow_area .caution_box {
	border-radius: 2.8rem;
	width: 82rem;
	margin: 8rem auto 0;
	padding: 6rem 9rem;
}
section#flow_area .caution_box h3 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 5rem;
}
section#flow_area .caution_box .inner dl dt {
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.2em;
	text-align: left;
}
section#flow_area .caution_box .inner dl dd + dt {
	margin-top: 1em;
}
section#flow_area .caution_box .inner dl dt > span {
	flex-shrink: 0;
}
section#flow_area .caution_box .inner dl dd .decimal_list li {
	margin-top: 1.3em;
}



/*デコ*/
@media screen and (min-width: 800.1px) {
	section#flow_area .bg_deco_staff01 {
		bottom: 0;
		right: 50%;
		margin-right: 35rem;
		width: 50rem;
	}

	section#flow_area .bg_deco_staff02 {
		bottom: 0;
		left: 50%;
		margin-left: 49rem;
		width: 29rem;
	}
}












/*===============よくあるご質問===============*/
section#faq_area {
	padding-top: 12rem;
	
}
section#faq_area h2 {
	font-size: 4.6rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 8rem;
	text-align: center;
}

section#faq_area .faq_list dt,
section#faq_area .faq_list dd .inr {
	display: flex;
}
section#faq_area .faq_list dt > span:first-of-type,
section#faq_area .faq_list dt > span:last-of-type,
section#faq_area .faq_list dd .inr > span {
	flex-shrink: 0;
}
section#faq_area .faq_list dt {
	border: 1px solid var(--color-main);
	cursor: pointer;
	align-items: center;
	padding: 2.7rem 3rem 2.7rem 4rem;
}
section#faq_area .faq_list dd + dt {
	margin-top: 2rem;
}
section#faq_area .faq_list dt > span:first-of-type,
section#faq_area .faq_list dd .inr > span {
	color: var(--color-main);
	font-size: 4.2rem;
	font-weight: 600;
	font-style: italic;
	width: 7rem;
}
section#faq_area .faq_list dt em {
	flex-grow: 1;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding-right: 0.8em;
	text-align: left;
}
section#faq_area .faq_list dt > span:last-of-type {
	position: relative;
	font-size: 3rem;
	width: 1em;
	height: 1em;
	margin-left: auto;
}
section#faq_area .faq_list dt > span:last-of-type::before,
section#faq_area .faq_list dt > span:last-of-type::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 100%;
	height: 4px;
	background-color: var(--color-main);
	transition: all 0.3s linear;
}
section#faq_area .faq_list dt > span:last-of-type::before {
	transform: translate(-50%,-50%);
}
section#faq_area .faq_list dt > span:last-of-type::after {
	transform: translate(-50%,-50%) rotate(90deg);
}
section#faq_area .faq_list dt.open span:last-of-type::after {
	transform: translate(-50%,-50%);
	opacity: 0;
}


section#faq_area .faq_list dd {
	padding: 3.5rem 6rem 5rem 4rem;
	display: none;
}
section#faq_area .faq_list dd .inr > span {
	padding-left: 0.15em;
}
section#faq_area .faq_list dd .inr > div {
	font-size: 2rem;
	line-height: 1.75;
}










/*===============店舗情報===============*/
section#shopinfo_area {
	padding-top: 14rem;
}
section#shopinfo_area h2 {
	font-size: 8rem;
	font-weight: 600;
	text-align: center;
}
section#shopinfo_area h2::after {
	margin-top: -0.3em;
}


section#shopinfo_area .inner {
	max-width: 190rem;
	margin: 0 auto;
	overflow: hidden;
}


/*情報*/
section#shopinfo_area .inner .txt_box {
	max-width: 63rem;
	width: 100%;
	padding-top: 7rem;
}
section#shopinfo_area .inner .txt_box h4 {
	font-size: 4.8rem;
	font-weight: 600;
}
section#shopinfo_area .inner .txt_box h4:nth-of-type(n+2) {
	margin-top: 50px;
}

section#shopinfo_area .inner .txt_box .inr {
	padding: 3rem 0 0 8rem;
}
section#shopinfo_area .inner .txt_box .inr h5 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 1em;
}
section#shopinfo_area .inner .txt_box .inr h5 span {
	display: block;
	font-size: 1.8rem;
	margin-top: 0.7em;
}

section#shopinfo_area .inner .txt_box .inr .link_list {
	margin-top: 3rem;
	max-width: 45rem;
}
section#shopinfo_area .inner .txt_box .inr .link_list li {
	width: 22rem;
	width: calc(50% - 1rem);
}
section#shopinfo_area .inner .txt_box .inr .link_list li a {
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 100vh;
	font-size: 1.8rem;
	height: 3em;
	position: relative;
	padding: 0 0 0 1.6em;
}
section#shopinfo_area .inner .txt_box .inr .link_list li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.55em;
	height: 0.55em;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: translateY(-50%) rotate(45deg);
}
section#shopinfo_area .inner .txt_box .inr .link_list li a:hover {
	opacity: 1;
	background-color: #fff;
}
section#shopinfo_area .inner .txt_box .inr .link_list li a:not(:hover)::after,
section#shopinfo_area .inner .txt_box .inr .link_list li a:not(:hover) span {
	color: #fff;
}


section#shopinfo_area .inner .txt_box .hours_list dt {
	border: 1px solid;
	border-radius: 0.3rem;
	font-size: 1.8rem;
	width: 10rem;
	height: 2em;
}
section#shopinfo_area .inner .txt_box .hours_list dt:nth-of-type(n+2),
section#shopinfo_area .inner .txt_box .hours_list dd:nth-of-type(n+2) {
	margin-top: 1.3rem;
}
section#shopinfo_area .inner .txt_box .hours_list dd {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.15em 0 0 0.65em;
	width: calc(100% - 10rem);
}



/*地図*/
section#shopinfo_area .inner .map_box {
	padding: 5rem 5rem 5rem 2rem;
	width: 50%;
	z-index: 0;
}
section#shopinfo_area .inner .map_box .map {
	border-radius: 2rem;
	width: 100%;
	height: 62rem;
	overflow: hidden;
	z-index: 0;
}
section#shopinfo_area .inner .map_box .map iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 120%;
	height: calc(100% + 400px);
}

/*画像*/
section#shopinfo_area .inner .map_box .img_deco_bldg {
	position: absolute;
	bottom: 0;
	left: -13rem;
	width: 44.5rem;
}
section#shopinfo_area .inner .map_box .img_deco_staff {
	position: absolute;
	bottom: 0;
	right: 8rem;
	width: 49rem;
}




/*===============【共通】お問い合わせ===============*/
section.contact_area {
	width: 116rem;
	margin: 16rem auto 0;
}
section.contact_area h2 {
	position: absolute;
	top: -4.5rem;
	left: 50%;
	transform: translateX(-50%);
}
section.contact_area h2 img {
	width: 90rem;
}

section.contact_area .unit_deco {
	left: 50%;
	bottom: 0;
	margin-left: 46rem;
	height: 32.1rem;
	width: 45.4rem;
}
@media screen and (min-width: 800.1px) and (max-width: 1760px) {
	section.contact_area .unit_deco {
		height: 43rem;
		width: 36.4rem;
	}
}
section.contact_area .unit_deco .img_staff {
	left: 0;
	bottom: 0;
	width: 27rem;
}
section.contact_area .unit_deco .img_fuki {
	top: 0;
	right: 0;
	width: 24.5rem;
}


section.contact_area .inner {
	border-radius: 4rem;
	padding: 9rem 8rem 7rem;
}
section.contact_area .inner h3 {
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 6rem;
}
section.contact_area .inner .btn_list {
	z-index: 5;
}
section.contact_area .inner .btn_list li {
	width: calc((100% - 2rem) / 2);
	animation-duration: 0.5s;
}
section.contact_area .inner .btn_list li a {
	border-radius: 100vh;
	font-weight: 600;
	height: 18rem;
}
section.contact_area .inner .btn_list li a [class*="icon-"] {
	margin-right: 2rem;
}
section.contact_area .inner .btn_list li a .icon-tel {
	font-size: 4rem;
}
section.contact_area .inner .btn_list li a .icon-mail {
	font-size: 3rem;
}
section.contact_area .inner .btn_list li a.btn_tel span:not([class*="icon-"]) {
	font-size: 5rem;
}
section.contact_area .inner .btn_list li a.btn_contact span:not([class*="icon-"]) {
	font-size: 4.6rem;
}












/*================================================
 *  フッター
 ================================================*/

/*フッター情報*/
#footer #footer_info_area {
	padding-top: 10rem;
}
#footer #footer_info_area .logo {
	margin-bottom: 5.5rem;
}
#footer #footer_info_area .logo img {
	width: 55.8rem;
}

/*フッター最下部*/
#footer #footer_bottom_area {
	color: #666;
	font-size: 1.8rem;
	padding: 7rem 0 6rem;
	width: 96rem;
	margin: 0 auto;
}
#footer #footer_bottom_area .copyright {
	font-size: 1.4rem;
}












/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {

html {
	scroll-padding-top: 22vw;
	font-size: 1vw;
}
body {
	font-size: 4rem;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}

/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap_wide_rem {
	width: 100%;
}
.wrap_sp {
	width: 90vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_ss {
	width: 74vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_small {
	width: 80vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_medium {
	width: 86vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}


.sp_wid100 {
	width: 100%!important;
}


/*******flexbox*******/
.flex_start_spblock,
.flex_end_spblock,
.flex_between_spblock,
.flex_center_spblock,
.flex_inline_spblock {
	display: block;
}


/*================================================
 *  ヘッダー
 ================================================*/

header .inner,
#drawer .drawer_top {
	display: flex;
	align-items: center;
	height: 22vw;
	padding: 0 0 0 5vw;
}
header .inner .logo img,
#drawer .drawer_top .logo img {
	width: 54vw;
}











/*================================================
 *  ナビゲーション
 ================================================*/

#sp_fixed_top {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10001;
	height: 22vw;
	padding-right: 1.7vw;
}
#sp_fixed_top > a,
#sp_fixed_top #sp_menu_btn {
	border: 1px solid;
	border-radius: 50%;
	background-color: #fff;
	width: 16.5vw;
	height: 16.5vw;
	text-align: center;
}
#sp_fixed_top > a span:first-child,
#sp_fixed_top #sp_menu_btn .hamburger-icon {
	font-size: 5vw;
	height: 5vw;
}
#sp_fixed_top > a em,
#sp_fixed_top #sp_menu_btn em {
	display: block;
	font-size: 2.6vw;
	font-weight: bold;
	margin-top: 2vw;
}


/*******ハンバーガー*******/
#sp_fixed_top #sp_menu_btn {
	margin-left: 1.3vw;
}

#sp_fixed_top #sp_menu_btn .hamburger-icon {
	width: 6.1vw;
	position: relative;
}
#sp_fixed_top #sp_menu_btn .hamburger-icon span,
#sp_fixed_top #sp_menu_btn .hamburger-icon::before,
#sp_fixed_top #sp_menu_btn .hamburger-icon::after {
	width: 100%;
	height: 2px;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: currentColor;
	border-radius: 2px;
}
#sp_fixed_top #sp_menu_btn .hamburger-icon::before,
#sp_fixed_top #sp_menu_btn .hamburger-icon::after {
	position: absolute;
	left: 0;
	content: '';
}
#sp_fixed_top #sp_menu_btn .hamburger-icon::before {
	top: 0;
}
#sp_fixed_top #sp_menu_btn .hamburger-icon::after {
	bottom: 0;
}

#sp_fixed_top #sp_menu_btn.active .hamburger-icon span {
	background-color: transparent;
}
#sp_fixed_top #sp_menu_btn.active .hamburger-icon::before,
#sp_fixed_top #sp_menu_btn.active .hamburger-icon::after {
	top: 50%;
	bottom: auto;
}
#sp_fixed_top #sp_menu_btn.active .hamburger-icon::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sp_fixed_top #sp_menu_btn.active .hamburger-icon::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




/*******ドロワー*******/
#drawer {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 999;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	padding: 0;
}
#drawer.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


#drawer nav {
	padding: 8vw 9vw 30vw;
}
#drawer nav > ul {
	border-top: 1px solid;
}
#drawer nav > ul > li .headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 5.3vw;
	font-weight: bold;
	padding: 4.8vw 4vw;
}
#drawer nav > ul > li {
	border-bottom: 1px solid;
}
#drawer nav > ul > li .headline span[class*="icon-"] {
	font-size: 9.3vw;
}
#drawer nav > ul > li .headline.active span.icon-circle-plus:before {
	content: "\e804";
}
#drawer nav > ul > li .detail {
	display: none;
}
#drawer nav > ul > li .detail ul {
	border-top: 1px solid;
	padding: 10vw 4vw;
}
#drawer nav > ul > li .detail ul li {
	font-size: 5vw;
}
#drawer nav > ul > li .detail ul li + li {
	margin-top: 5vw;
}
#drawer nav > ul > li .detail ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
#drawer nav > ul > li .detail ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#drawer nav > ul > li .detail ul li a span[class*="icon-"] {
	font-size: 6.6vw;
	margin-right: 2.5vw;
}





/*================================================
 *  共通パーツ
 ================================================*/



/*******丸矢印角丸ボタン*******/
.btn_arrow {
	height: 16vw;
	padding: 0 3vw 0 7.3vw;
	width: 62vw;
}
.btn_arrow span:not([class*="icon-"]) {
	font-size: 4.8vw;
}
.btn_arrow span[class*="icon-"] {
	font-size: 6.6vw;
}





/*================================================
 *  コンテンツ
 ================================================*/


/*******見出し共通*******/
h2.section_title {
	max-width: inherit;
	margin-top: 25vw;
}
h2.section_title > span {
	top: -10vw;
	font-size: 22.1vw;
}
h2.section_title > em {
	font-size: 4.8vw;
}
h2.section_title > em > span:last-of-type {
	font-size: 11.5vw;
}






/*===============メインエリア===============*/
/*******メインエリア*******/
section#main_area {
	height: 134.6vw;
}


section#main_area .title_box .img_title_circle {
	position: absolute;
	top: -2.5vw;
	left: 3.5vw;
	width: 29.8vw;
	height: auto;
	z-index: 0;
}
section#main_area .title_box h1 {
	width: 115.6vw;
	margin: 0;
	padding-left: 0;
}
section#main_area .title_box h1 .img_title {
	top: 21vw;
	width: 100%;
	max-width: inherit;
	z-index: 4;
}


section#main_area .img_deco_car {
	bottom: -3.3vw;
	left: -1.2vw;
	transform: none;
	width: 103vw;
	z-index: 10;
}
section#main_area .img_deco_staff {
	top: 1.3vw;
	right: 0.5vw;
	width: 73vw;
	z-index: 2;
}






/*===============中古車リースとは？===============*/
section#about_area .inner {
	padding: 16vw 0 10vw;
}
section#about_area .inner h2 {
	font-size: 8vw;
}
section#about_area .inner .img_point {
margin-top: 9vw;
	width: 88vw;
}

section#about_area .bg_box {
	padding-bottom: 21vw;
}
section#about_area .bg_box .bg_deco_sp {
	width: 100vw;
	max-width: inherit;
	position: relative;
	left: -3.3vw;
}


/*こんな方におすすめ！*/
section#about_area .recommend_box .inr {
	width: 94vw;
	padding: 20vw 0 8vw;
}
section#about_area .recommend_box .inr h3 {
	font-size: 6.6vw;
}
section#about_area .recommend_box .inr .fuki_list li {
	width: calc((100% - 2.4vw) / 2);
	padding-bottom: 13vw;
}
section#about_area .recommend_box .inr .fuki_list li:nth-of-type(n+3) {
	margin-top: 7vw;
}
section#about_area .recommend_box .inr .fuki_list li .unit_fuki {
	width: 100%;
	margin: 0!important;
}
section#about_area .recommend_box .inr .fuki_list li .unit_fuki p {
	align-items: flex-start;
	font-size: 4.2vw;
	height: 26.93vw;
	padding: 6.5vw 0 0 !important;
}
section#about_area .recommend_box .inr .fuki_list li .img_people {
	height: 25vw;
	left: 4.6vw;
}
section#about_area .recommend_box .inr .fuki_list li:nth-of-type(even) .img_people {
	left: auto;
	right: 4.6vw;
}
















/*===============選ばれる理由===============*/
section#reason_area .inner [class*="reason_group"] .main_box {
	display: block;
	width: 80vw;
	margin-top: 17vw;
	padding: 0!important;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_img {
	width: 100%;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_img img {
	border-radius: 2.6vw;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_img .num {
	top: -8vw;
	left: -6vw;
	font-size: 18.6vw;
}


section#reason_area .inner [class*="reason_group"] .main_box .unit_txt {
	padding-left: 0;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 {
	top: -5.3vw!important;
	left: -3.8vw!important;
	margin-bottom: -5.3vw;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 > span {
	font-size: 4vw;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 img {
	height: 37vw;
}
section#reason_area .inner [class*="reason_group"] .main_box .unit_txt h3 + p {
	margin: 6vw 0 0 auto;
	width: 73vw;
}





/*******REASON01*******/
section#reason_area .inner .reason_group01 .ex_box {
	border-radius: 5.3vw;
	width: 100%;
	margin-top: 17vw;
	padding: 12vw 0 0;
}
section#reason_area .inner .reason_group01 .ex_box h4 {
	font-size: 5.8vw;
	width: 70vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car {
	padding: 0;
	height: auto;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car .img_car {
	display: block;
	width: 57vw;
	margin: 0 auto;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car .txt {
	margin-top: 3vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#reason_area .inner .reason_group01 .ex_box .unit_car .txt .circle_list {
	margin: 0;
}

section#reason_area .inner .reason_group01 .ex_box .unit_car .txt .img_price {
	width: 74vw;
	margin: 6vw auto 0;
}


section#reason_area .inner .reason_group01 .ex_box .unit_komi {
	padding: 8vw 3vw 5vw;
	width: 94vw;
	margin: 6vw auto 0;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi::before {
	right: 50%;
	transform: translate(50%,-100%);
	width: 6vw;
	height: 5.5vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi  h5 {
	font-size: 5.3vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .komi_list {
	margin: 2.5vw 0 3vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .komi_list li {
	font-size: 4.2vw;
	width: calc((100% - 2.6vw) / 3);
	min-height: 14.6vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .komi_list li:nth-of-type(n+4) {
	margin-top: 1.3vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_komi .kome_list {
	font-size: 3.4vw;
}


section#reason_area .inner .reason_group01 .ex_box .unit_btn {
	width: 72vw;
	margin-top: 6vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a {
	height: 16vw;
	padding: 0 3.7vw 0 8vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a + a {
	margin-top: 3vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a span:not([class*="icon-"]) {
	font-size: 4.8vw;
}
section#reason_area .inner .reason_group01 .ex_box .unit_btn a [class*="icon-"] {
	font-size: 7.2vw;
}

section#reason_area .inner .reason_group01 .ex_box .deco_staff01 {
	display: block;
	position: relative;
	left: auto;
	width: 100%;
	margin-top: 7vw;
}



/*お得なこと盛り沢山！*/
section#reason_area .inner .reason_group01 .gooddeal_box {
	width: 100%;
	padding-top: 4.5vw;
}
section#reason_area .inner .reason_group01 .gooddeal_box .img_plus{
	display: block;
	width: 16vw;
	margin: 0 auto;
}

section#reason_area .inner .reason_group01 .gooddeal_box h4 {
	font-size: 6.6vw;
	margin: 5vw 0 6vw;
}

section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide {
	width: 72vw;
	padding: 0 2.5vw;
}
section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide figure {
	border-radius: 4vw;
	overflow: hidden;
	isolation: isolate;
}
section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide figure figcaption {
	padding: 6vw 8vw 7vw;
}
section#reason_area .inner .reason_group01 .gooddeal_box #gooddeal_slider .swiper-slide figure figcaption h5 {
	font-size: 5.3vw;
}







/*******REASON02*******/
section#reason_area .inner .reason_group02 .main_box {
	margin-top: 24vw;
}
section#reason_area .inner .reason_group02 .main_box .point_list {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 5vw auto 0;
	width: 94.4vw;
}
section#reason_area .inner .reason_group02 .main_box .point_list li {
	border-width: 2px;
	font-size: 4.2vw;
	width: 33vw;
	height: 33vw;
}
section#reason_area .inner .reason_group02 .main_box .point_list li + li {
	left: -2.3vw;
	margin-right: -2.3vw;
}






/*******REASON03*******/
section#reason_area .inner .reason_group03 .main_box {
	margin-top: 20vw;
}


/*チェック項目の一例*/
section#reason_area .inner .reason_group03 .check_box {
	border-radius: 5.3vw;
	width: 100%;
	margin: 57vw 0 0;
	padding: 18vw 4vw 9vw;
}
section#reason_area .inner .reason_group03 .check_box .img_deco_staff {
	right: 8vw;
	width: 62vw;
}
section#reason_area .inner .reason_group03 .check_box h4 {
	font-size: 6.6vw;
	width: 73vw;
}
section#reason_area .inner .reason_group03 .check_box .check_list figure {
	width: calc((100% - 2.4vw) / 2);
}
section#reason_area .inner .reason_group03 .check_box .check_list figure:nth-child(n+3) {
	margin-top: 6vw;
}
section#reason_area .inner .reason_group03 .check_box .check_list figure figcaption {
	padding: 7vw 2.5vw 0;
}
section#reason_area .inner .reason_group03 .check_box .check_list figure figcaption h5 {
	font-size: 4vw;
}








/*******REASON04*******/
section#reason_area .inner .reason_group04 .main_box {
	margin-top: 22vw;
}
section#reason_area .inner .reason_group04 .main_box .img_deco01 {
	display: block;
	width: 81vw;
	max-width: inherit;
	margin-top: 3vw;
}

section#reason_area .inner .reason_group04 .support_box {
	margin: 23rem auto 0;
	width: 102rem;
}



/*手厚いサポート*/
section#reason_area .inner .reason_group04 .support_box {
	margin-top: 20vw;
	width: 100%;
}
section#reason_area .inner .reason_group04 .support_box .inner {
	border-radius: 5.3vw;
	padding: 25vw 0 60vw;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 {
	top: -15vw;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > span {
	font-size: 4.5vw;
	width: 43vw;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > em span {
	font-size: 6vw;
}
section#reason_area .inner .reason_group04 .support_box .inner h4 > em span + span {
	margin: -1vw 0;
}

section#reason_area .inner .reason_group04 .support_box .inner .support_list > li {
	border-width: 2px;
	width: 100%;
	padding: 6.5vw 8.5vw 6.5vw;
}
section#reason_area .inner .reason_group04 .support_box .inner .support_list > li:nth-child(n+2) {
	margin-top: 5vw;
}
section#reason_area .inner .reason_group04 .support_box .inner .support_list > li h5 {
	font-size: 5.3vw;
}

section#reason_area .inner .reason_group04 .support_box .bg_deco01 {
	left: 20vw;
	bottom: -12vw;
	width: 33vw;
}
section#reason_area .inner .reason_group04 .support_box .bg_deco02 {
	left: 5vw;
	bottom: 23vw;
	width: 31vw;
}
section#reason_area .inner .reason_group04 .support_box .bg_deco03 {
	bottom: 6vw;
	right: -3.5vw;
	width: 48vw;
}












/*===============ご利用料金===============*/
section#price_area .inner {
	margin-top: 11vw;
	padding-top: 14vw;
}

/*初回のみ必要 + 月々に必要 共通*/
section#price_area .inner .plan_list {
	width: 77vw;
}
section#price_area .inner .plan_list dl dt {
	padding: 0;
}
section#price_area .inner .plan_list dl dt img {
	top: -7.4vw;
	width: 50vw;
	z-index: 2;
}
section#price_area .inner .plan_list dl dd .inr {
	border-radius: 2.6vw;
	width: 100%;
	padding: 10.5vw 0 6.5vw;
}
section#price_area .inner .plan_list dl dd .inr h4 {
	font-size: 6.1vw;
	margin-bottom: 0.8em;
}
section#price_area .inner .plan_list dl dd .inr .txt {
	font-size: 4.2vw;
}


/*初回のみ必要*/
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list {
	width: 56vw;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li {
	padding: 4.5vw 0 4vw 7.5vw;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li + li {
	margin-top: 1.6vw;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li em {
	font-size: 4.2vw;
}
section#price_area .inner .plan_list dl.unit_shokai dd .inr .commission_list li > span {
	font-size: 6.1vw;
}


/*月々に必要*/
section#price_area .inner .plan_list dl.unit_monthly {
	width: 100%;
	margin-top: 18vw;
}
section#price_area .inner .plan_list dl.unit_monthly dd .img_plus {
	display: block;
	position: relative;
	top: -3.2vw;
	width: 16vw;
	margin: 0 auto -6.4vw;
	z-index: 5;
}
section#price_area .inner .plan_list dl.unit_monthly dd .inr {
	padding-bottom: 12vw;
}
section#price_area .inner .plan_list dl.unit_monthly dd .inr:last-of-type {
	padding-bottom: 30vw;
}
section#price_area .inner .plan_list dl.unit_monthly dd .inr .btn_arrow {
	margin-top: 5vw;
}

section#price_area .inner .plan_list dl.unit_monthly dd .inr .img_monthly_option {
	bottom: 4vw;
	left: -10vw;
	width: 90vw;
	max-width: inherit;
}


/*契約条件*/
section#price_area .joken_box {
	width: 88vw;
	margin-top: 13vw;
	padding-bottom: 34vw;
}
section#price_area .joken_box dl {
	border-radius: 2.6vw;
	padding: 8vw 0 8vw 8vw;
}
section#price_area .joken_box dl dt {
	font-size: 4.4vw;
	width: 22.6vw;
	height: 22.6vw;
	margin-right: 3.5vw;
}
section#price_area .joken_box dl dd ul {
	font-size: 4.5vw;
}
section#price_area .joken_box dl dd ul li + li {
	margin-top: 3.5vw;
}

section#price_area .joken_box .img_deco_staff {
	position: absolute;
	left: 2vw;
	bottom: 0;
	width: 86vw;
	max-width: inherit;
}










/*===============プラン一覧===============*/
section#plan_area .plan_list {
	margin-top: 10vw;
}
section#plan_area .plan_list .plan_box {
	border-radius: 2.6vw;
	padding: 5vw 0 7vw;
}
section#plan_area .plan_list .plan_box:nth-of-type(n+2) {
	margin-top: 8vw;
}
section#plan_area .plan_list .plan_box .type {
	top: -2.6vw;
	left: -3.2vw;
	height: 18.6vw;
	width: 18.6vw;
}
section#plan_area .plan_list .plan_box .type > span:first-child {
	font-size: 2.4vw;
}
section#plan_area .plan_list .plan_box .type > span:last-child {
	font-size: 9vw;
}
section#plan_area .plan_list .plan_box .inr .unit_thumb {
	width: 60vw;
	margin: 0 auto;
}
section#plan_area .plan_list .plan_box .inr .unit_txt {
	padding: 3vw 0 0 0;
	margin-left: 10vw;
}
section#plan_area .plan_list .plan_box .inr .unit_txt .img_fuki {
	position: absolute;
	top: -8.4vw;
	left: -2.5vw;
	width: 25vw;
}
section#plan_area .plan_list .plan_box .inr .unit_txt h4 {
	font-size: 5vw;
	margin: 0 0 0.5em -0.13em;
}
section#plan_area .plan_list .plan_box .inr .unit_txt .img_price {
	height: 10.5vw;
	margin-top: 4vw;
}


/*ボタン*/
section#plan_area .btn_arrow {
	width: 62vw;
	height: 16vw;
	margin-top: 10vw;
	padding: 0 4vw 0 7.5vw;
}
section#plan_area .btn_arrow span:not([class*="icon-"]) {
	font-size: 4.8vw;
}
section#plan_area .btn_arrowa  [class*="icon-"] {
	font-size: 7.2vw;
}












/*===============お客様の声===============*/

/*******リスト*******/
#voice_list_slider {
	width: 100%;
	margin-top: 8vw;
}
#voice_list_slider .swiper-slide {
	padding: 17vw 3vw 0;
	width: 80.6vw;
	height: auto;
}
#voice_list_slider .swiper-slide .voice_box {
	border-radius: 2.7vw;
	padding: 28vw 10vw 8vw;
	height: 100%;
}
#voice_list_slider .swiper-slide .voice_box .thumb {
	border-width: 4vw;
	top: -17vw;
	width: 42.6vw;
	height: 42.6vw;
}
#voice_list_slider .swiper-slide .voice_box .unit_txt {
	font-size: 4.5vw;
}










/*******ループスライダー*******/
#voice_loop_slider {
	margin-top: 15vw;
}
#voice_loop_slider .swiper-slide {
	width: 35.7vw!important;
	padding: 0 2.5vw;
	margin-top: 6vw;
}
#voice_loop_slider .swiper-slide.slide-even {
	width: 42vw!important;
}
#voice_loop_slider .swiper-slide img {
	border-radius: 1.3vw;
}




/*===============ご利用の流れ===============*/
section#flow_area {
	padding-bottom: 34.6vw;
}
section#flow_area::after {
	height: calc(100% - 14vw);
}

section#flow_area .txt_notes {
	margin-top: 8vw;
}


/*流れ*/
section#flow_area .flow_list {
	width: 80vw;
	margin-top: 6vw;
}
section#flow_area .flow_list dl {
	height: auto;
	padding: 6vw 5vw 6vw 19vw;
	width: 100%;
}
section#flow_area .flow_list dl + dl {
	margin: 0.53vw 0 0;
	padding-top: 8vw;
}
section#flow_area .flow_list dl + dl::before {
	top: -0.53vw;
	left: 0;
	width: 100%;
	height: 4.6vw;
	background: url("../images/flow_list_arrow_sp.svg") top center /81vw 4.5vw no-repeat;
}
section#flow_area .flow_list dl dt {
	display: block;
	font-size: 5vw;
	position: static;
	padding: 0 0 3.5vw;
	text-align: left;
}
section#flow_area .flow_list dl dt .img_num {
	top: 50%;
	left: -3.5vw;
	transform: translate(0,-50%);
	height: 10.6vw;
}
section#flow_area .flow_list dl dt em.ltsg05em_indent {
	text-indent: 0!important;
}
section#flow_area .flow_list dl dd {
	padding: 0;
}




/*注意事項*/
section#flow_area .caution_box {
	border-radius: 3.7vw;
	margin-top: 12vw;
	/*padding: 10vw 5vw 10vw 9vw;*/
	padding: 10vw 0;
}
section#flow_area .caution_box h3 {
	font-size: 6.4vw;
	margin-bottom: 8vw;
}
section#flow_area .caution_box .inner {
	height: 76vw;
	width: 74vw;
	margin-left: 8vw;
}
section#flow_area .caution_box .inner dl dt {
	font-size: 4.5vw;
}
section#flow_area .caution_box .inner dl dd .decimal_list li {
	margin-top: 1em;
}



/*デコ*/
section#flow_area .bg_deco_staff01 {
	bottom: 0;
	left: 0.5vw;
	width: 75vw;
}
section#flow_area .bg_deco_staff02 {
	bottom: 0;
	right: 0;
	width: 35vw;
}









/*===============よくあるご質問===============*/
section#faq_area {
	padding-top: 16vw;
	
}
section#faq_area h2 {
	font-size: 8vw;
	margin-bottom: 10vw;
}


section#faq_area .faq_list dt {
	padding: 4vw 4.5vw;
}
section#faq_area .faq_list dd + dt {
	margin-top: 2.6vw;
}
section#faq_area .faq_list dt > span:first-of-type,
section#faq_area .faq_list dd .inr > span {
	font-size: 8vw;
	width: 12vw;
}
section#faq_area .faq_list dt em {
	font-size: 4.5vw;
}
section#faq_area .faq_list dt > span:last-of-type {
	font-size: 5.3vw;
}
section#faq_area .faq_list dt > span:last-of-type::before,
section#faq_area .faq_list dt > span:last-of-type::after {
	height: 2px;
}


section#faq_area .faq_list dd {
	padding: 6vw 4.5vw 6.5vw 4.5vw;
}
section#faq_area .faq_list dd .inr > div {
	font-size: 4vw;
}
























/*===============店舗情報===============*/
section#shopinfo_area {
	padding-top: 15vw;
}
section#shopinfo_area h2 {
	font-size: 10.6vw;
}


section#shopinfo_area .inner {
	max-width: inherit;
}


/*情報*/
section#shopinfo_area .inner .txt_box {
	max-width: inherit;
	width: 100%;
	padding: 12vw 9vw 0;
}
section#shopinfo_area .inner .txt_box h4 {
	font-size: 8vw;
}
section#shopinfo_area .inner .txt_box h4:nth-of-type(n+2) {
	margin-top: 11.5vw;
}

section#shopinfo_area .inner .txt_box .inr {
	padding: 6vw 0 0;
}
section#shopinfo_area .inner .txt_box .inr h5 {
	font-size: 4.2vw;
}
section#shopinfo_area .inner .txt_box .inr h5 span {
	font-size: 3.9vw;
}

section#shopinfo_area .inner .txt_box .inr .link_list {
	margin-top: 5vw;
	max-width: inherit;
}
section#shopinfo_area .inner .txt_box .inr .link_list li {
	width: 40vw;
}
section#shopinfo_area .inner .txt_box .inr .link_list li a {
	font-size: 3.4vw;
}


section#shopinfo_area .inner .txt_box .hours_list dt {
	font-size: 3.7vw;
	width: 19vw;
	height: 8vw;
}
section#shopinfo_area .inner .txt_box .hours_list dt:nth-of-type(n+2),
section#shopinfo_area .inner .txt_box .hours_list dd:nth-of-type(n+2) {
	margin-top: 4vw;
}
section#shopinfo_area .inner .txt_box .hours_list dd {
	font-size: 4vw;
	padding-top: 1vw;
	width: calc(100% - 19vw);
}



/*地図*/
section#shopinfo_area .inner .map_box {
	padding: 6vw 7vw 16vw;
	width: 100%;
}
section#shopinfo_area .inner .map_box .map {
	border-radius: 2.6vw;
	height: 80vw;
}

/*画像*/
section#shopinfo_area .inner .map_box .img_deco_bldg {
	left: -2vw;
	width: 66vw;
}
section#shopinfo_area .inner .map_box .img_deco_staff {
	right: 0;
	width: 62.6vw;
}




/*===============【共通】お問い合わせ===============*/
section.contact_area {
	margin-top: 25vw;
}
section.contact_area h2 {
	top: -9.3vw;
}
section.contact_area h2 img {
	width: 64vw;
	max-width: inherit;
}
	
section.contact_area .unit_deco {
	left: 8vw;
	margin: 0;
	height: 35.46vw;
	width: 70.25vw;
}
section.contact_area .unit_deco .img_staff {
	width: 42vw;
}
section.contact_area .unit_deco .img_fuki {
	top: 1vw;
	width: 35.1vw;
}


section.contact_area .inner {
	border-radius: 4rem;
	padding: 20vw 0 40vw;
}
section.contact_area .inner h3 {
	font-size: 4.5vw;
	margin-bottom: 7vw;
}
section.contact_area .inner .btn_list {
	width: 75vw;
	margin: 0 auto;
}
section.contact_area .inner .btn_list li {
	width: 100%;
}
section.contact_area .inner .btn_list li + li {
	margin-top: 4vw;
}
section.contact_area .inner .btn_list li a {
	height: 21vw;
}
section.contact_area .inner .btn_list li a [class*="icon-"] {
	margin-right: 3vw;
}
section.contact_area .inner .btn_list li a .icon-tel {
	font-size: 6.9vw;
}
section.contact_area .inner .btn_list li a .icon-mail {
	font-size: 4.8vw;
}
section.contact_area .inner .btn_list li a.btn_tel span:not([class*="icon-"]) {
	font-size: 8.2vw;
}
section.contact_area .inner .btn_list li a.btn_contact span:not([class*="icon-"]) {
	font-size: 7.4vw;
}










/*================================================
 *  フッター
 ================================================*/
body:not(.sp_fixed_none) footer {
	padding-bottom: 30vw;
}

/*フッター情報*/
#footer #footer_info_area {
	padding-top: 10vw;
}
#footer #footer_info_area .logo {
	margin-bottom: 8vw;
}
#footer #footer_info_area .logo img {
	width: 59vw;
}

/*フッター最下部*/
#footer #footer_bottom_area {
	font-size: 4vw;
	padding: 10vw 0 8vw;
	width: 100%;
	text-align: center;
}
#footer #footer_bottom_area .copyright {
	font-size: 2.2vw;
	margin-top: 6.5vw;
}









/*================================================
 *  SP下fixed
 ================================================*/
#sp_fixed_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}
.sp_fixed_none #sp_fixed_bottom {
	display: none;
}

#sp_fixed_bottom > dl {
	width: 93vw;
	margin: 0 auto;
	position: relative;
}
#sp_fixed_bottom > dl > dt {
	position: absolute;
	top: -5vw;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
	border-radius: 1vw;
	height: 8.6vw;
	width: 58vw;
}
#sp_fixed_bottom > dl > dd {
	border: 2px solid var(--color-main);
	border-bottom: none;
	border-radius: 3vw 3vw 0 0;
	height: 25vw;
	padding: 6.4vw 3.3vw 0;
}

#sp_fixed_bottom > dl > dd .unit_info dt:nth-of-type(n+2),
#sp_fixed_bottom > dl > dd .unit_info dd:nth-of-type(n+2) {
	margin-top: 1vw;
}
#sp_fixed_bottom > dl > dd .unit_info dt {
	font-size: 2.9vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 5.3vw;
	width: 15vw;
}
#sp_fixed_bottom > dl > dd .unit_info dd {
	font-size: 3.2vw;
	line-height: 1.25;
	letter-spacing: -0.04em;
	width: calc(100% - 15vw);
	padding-left: 2.1vw;
}
#sp_fixed_bottom > dl > dd .unit_info dd.txt_time {
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

#sp_fixed_bottom > dl > dd .unit_btn {
	width: 31.5vw;
}
#sp_fixed_bottom > dl > dd .unit_btn a {
	border-radius: 50%;
	height: 15vw;
	width: 15vw;
}
#sp_fixed_bottom > dl > dd .unit_btn a .icon-tel {
	font-size: 6.5vw;
}
#sp_fixed_bottom > dl > dd .unit_btn a .icon-mail {
	font-size: 4.5vw;
}






	
}