@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

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

	リセット

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 0px;
	border: 0;
	border-bottom: 1px solid #cbcbcb;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
  image-rendering:auto;
}
*, *:before, *:after { box-sizing: border-box;}


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

	グローバル

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

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #231815;
	font-size: min(3.5vw,1.6em);
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
	border: solid 0.5em #000;
	padding-bottom: 14vw;
}

@media only screen and (min-width: 751px) {
  body { padding-bottom: 130px;}
}

a { color: #29A2D9;}
a:hover, a:active { color: #6ECAEA; text-decoration: none;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo18 { font-size: 1.8em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.fo_oswald { font-family: "Oswald", sans-serif;}

.fo_white { color: #FFFFFF;}
.fo_pink { color: #e7336e;}

.underline { background: linear-gradient(transparent 70%, #ffee00 0%);}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.z-1 { z-index: -1;}
.z50 { z-index: 50;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}

.break_keep { word-break: keep-all;}

.back_white { background-color: #fff;}

.container { padding: 0 1.3em;}
.bottom_border { border-bottom: solid 0.5em #000;}

.over_hidden { overflow: hidden;}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 0.5em !important;}
.mb10 { margin-bottom: 1em !important;}
.mb15 { margin-bottom: 1.5em !important;}
.mb20 { margin-bottom: 2em !important;}
.mb25 { margin-bottom: 2.5em !important;}
.mb30 { margin-bottom: 3em !important;}
.mb40 { margin-bottom: 4em !important;}

/* clearFix */
.clearFix { zoom: 100%; }
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

.header { padding: 0 75px 0 20px;}
.header h1 { line-height: 70px;}
.header h1 img { vertical-align: middle; width: auto; max-height: 37px;}

/* ハンバーガーメニュー */
.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 10000;
}
.humberger span {
	background: #fff;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 5px;
	transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 12px;}
.humberger span:nth-of-type(2) { top: 22px;}
.humberger span:nth-of-type(3) { top: 32px;}
.is-open .humberger span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg);}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}

/* ナビ本体 */
.sp-navi { -webkit-text-size-adjust: 100%;}
.sp-navi.is-open .sp-navi-inner {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.sp-navi .sp-navi-inner {
	background: #efefef;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	transition: .5s;
	padding-top: 90px;
  font-size: min(13px,4vw,1em);
}
.sp-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
  font-size: 1.3em;
	padding: 1em 1em 1em 1.5em;
}
.sp-navi li:nth-child(odd) a { background-color: #e3e3e3;}
.sp-navi li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.7em;
	border-color: transparent transparent transparent #ff9933;
}

/* ------------------------
	フッター
------------------------ */

.footer .map iframe { width: 100%; height: 200px; vertical-align: bottom;}
.footer .copy { background-color: #ff9933; padding: 5px 5px 30px;}

.pagetop {
	display: none;
	position: fixed;
	right: 10px;
	padding-bottom: 135px;
	bottom: 0px;
	z-index: 999;
}

@media only screen and (min-width: 751px) {
	.footer .copy { padding-bottom: 5px;}
}

.fixed_btn {
	position: fixed;
	width: calc(100% - 0.8em);
  max-width: calc(750px - 0.8em);
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: solid 0.5em #000;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	box-shadow: 0px -2px 8px rgba(0,0,0,0.5);
	z-index: 9999;
	display: flex;
	background: #fff;
}
.fixed_btn li { flex: 1;}
.fixed_btn a { display: block; padding: 10% 5% 15%;}
.fixed_btn img { width: 100%;}

@media only screen and (max-width: 640px) {
  .pagetop { width: 45px; padding-bottom: 23%;}
}


/* ------------------------
	コンテンツ
------------------------ */

.mainimage .btn_area { padding: 0 7%;}

.sec01 { background: #20ade4; padding-bottom: 1.3em;}
.sec01 .box01 { margin: 0 1em; padding: 1em;}
.sec01 .img01 { margin: -0.6em 0 0 60%;}

.sec02 { padding-bottom: 1.5em;}
.sec02 h2 { margin-top: -0.5em;}
.sec02 h3 .pos_ab { width: 7em; left: -0.6em; bottom: -0.2em;}

.sec03 { padding: 4em 0px 1.5em; background: url("../images/sec03_bg01.svg") no-repeat center top #edc4d6; background-size: 100% auto;}
.sec03 h2 { padding: 0px 1.5em;}

.swiper-container { margin-right: -1.3em;}
.swiper-slide { background-color: #fff; border-radius: 1.5em;}
.swiper-button-next, .swiper-button-prev { width: 40px; height: 40px; background: url("../images/ico_prev.svg") no-repeat center center; background-size: 100% auto; transform: translateY(-50%); top: 50%;}
.swiper-button-prev { background-image: url("../images/ico_prev.svg");}
.swiper-button-next { transform: translateY(-50%) scale(-1,1);}
.swiper-button-next:after, .swiper-button-prev:after { display: none;}
.swiper-pagination { position: static !important; padding: 0px 15px 5px 0px;}
.swiper-pagination-bullet { width: 15px; height: 15px; border: solid 1px #999; background-color: #fff; opacity: 1;}
.swiper-pagination-bullet-active { background-color: #999;}

.car_list figure { padding: 3em 1em 0.5em; position: relative;}
.car_list .box_inner { padding: 0px 1.2em 1.2em;}
.car_list h3 { z-index: 10; font-size: 1.1em !important;}
.car_list h3:before { content: ""; position: absolute; left: 0px; width: 100%; top: 50%; border-bottom: solid 2px #000; z-index: -1;}
.car_list h3 > span { display: inline-block; background-color: #000; padding: 4px 8px 4px 4px;}
.car_list h3 > span span { color: #000; display: inline-block; vertical-align: middle; padding: 0.2em 0.3em; margin-right: 8px;}
.car_list .box01 dl { display: table; width: 100%;}
.car_list .box01 dl:first-of-type dt, .car_list .box01 dl:first-of-type dd { color: #ff4b26; font-weight: bold;}
.car_list .box01 dt, .car_list .box01 dd { display: table-cell; vertical-align: middle;}
.car_list .box01 dt { width: 10.5em;}
.car_list .price { margin-top: 0.3em;}
.car_list .price li { display: inline-block; vertical-align: bottom;}
.car_list .price .border { display: inline-block; border: solid 1px #000; padding: 1px 0.3em; margin-bottom: 0.2em;}
.car_list .price li:first-child { margin: 0px 3px 5px 0px;}
.car_list .price li:last-child { font-size: 1.2em;}
.car_list .price .num01 { font-size: 2em; background: linear-gradient(transparent 75%, #fff100 75%, #fff100 90%, transparent 90%);}
.car_list .price .num02 { font-size: 1.2em;}
.car_list .box02 { width: 22%; left: 3%; top: 2%;}

.car_list .bal:after { content: ""; position: absolute; background: url("../images/bl_sokuno.png") no-repeat center bottom; background-size: 100% auto; max-width: 162px; width: 26%; height: 93px; bottom: 3%; right: 12%; z-index: 50;}

.sec04 .text01 { margin-top: -1.8em; padding-bottom: 1.5em;}

.faq_dl:not(:last-of-type) { border-bottom: solid 2px #231815; padding-bottom: 1.3em; margin-bottom: 1.5em;}
.faq_dl dt { font-size: 1.2em; font-weight: bold; color: #eb5514; background: url("../images/ico_q.svg") no-repeat left top; background-size: 1.6em auto; padding: 0.2em 2em 0.3em 2.1em; position: relative; cursor: pointer;}
.faq_dl dt:after { content: ""; position: absolute; background: url("../images/ico_plus.svg") no-repeat center center; background-size: 100% auto; width: 1.7em; height: 1.7em; right: 0; top: 0.2em;}
.faq_dl dt.open:after { background-image: url("../images/ico_minus.svg");}
.faq_dl dd { background-image:linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 6px 6px; padding: 1em; font-size: 0.9em; margin-top: 0.8em; display: none;}

.loan_box { background: #c4f1ff; padding: 1.5em 1em;}
.loan_box .btn_area { padding: 0 4%;}

.popup-trigger { cursor: pointer;}
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#popup-overlay.active { opacity: 1; pointer-events: auto;}
#popup-overlay.fade-out { opacity: 0; pointer-events: none;}
#popup-content { position: relative; display: inline-block; animation: zoomIn 0.3s ease;}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#popup-image { max-width: 90vw; max-height: 90vh; display: block;}
#popup-close {
  position: absolute;
  bottom: -60px;
  right: 0;
  color: #fff;
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
}

.voice_sec { background: #f7e9b0; padding: 5% 8% 8%;}
.voice_sec .list01 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1em;}
.voice_sec .list01 li { width: calc((100% - 2em) / 3); position: relative;}
.voice_sec .list01 li:after { content: ""; position: absolute; right: 0px; bottom: 0px; width: 45%; height: 100%; background: url("../images/ico_search.svg") no-repeat right bottom; background-size: 100% auto; pointer-events: none;}

.con_sec { background-image:linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 10px 10px; padding: 2.5em 2em;}
.con_sec .privacy_box { border: solid 1px #888; border-radius: 0.3em; padding: 1em; max-height: 8.5em; overflow-y: scroll;}

.contact_box input[type="text"], .contact_box input[type="email"], .contact_box input[type="tel"], .contact_box textarea, .contact_box select { width: 100%; max-width: 100%; border: solid 1px #888; padding: 0.5em; border-radius: 0.3em; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;}
.contact_box select { -webkit-appearance: menulist-button;}
.contact_box input[type="submit"] {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	text-decoration: none;
	background: #ea5514;
	padding: 0.2em;
	border-radius: 0.3em;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
}
.contact_box .btn_area span { display: inline-block; position: relative; width: 100%; transition: 0.3s;}
.contact_box .btn_area span:before, .contact_box .btn_area span:after { content: ""; top: 50%; transform: translateY(-50%); position: absolute;}
.contact_box .btn_area span:before {
	right: 1em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
	z-index: 10;
}
.contact_box .btn_area span:after {
	right: 0.75em;
  box-sizing: border-box;
  width: 0.7em;
  border: 0.6em solid transparent;
  border-left: 0.6em solid #ea5514;
	z-index: 15;
}
.contact_box textarea { width: 100% !important; min-height: 200px !important;}
.contact_box label { display: inline-block; margin-right: 1em;}
.contact_box .radio_box { display: flex; flex-wrap: wrap;}
.contact_box .radio_box label { margin: 0; width: 50%;}

.contact_box span.hissu { display: inline-block; font-size: 0.7em; color: #fff; background: #f29700; font-weight: bold; line-height: 1.4; padding: 1px 5px; vertical-align: middle;}
#form p.mb05 { margin-bottom: 0.3em !important;}

.contact_box .datepicker input[type="text"] { max-width: 250px;}

.page_wrap { padding: 25px 15px 0px;}


/* topics */
.topics_wrap { background: url("../images/topics_bg.jpg"); padding: 20px 10px; font-size: min(3.5vw,18px);}
.topics_wrap h2 span { font-size: min(5vw,2em);}
.topics_wrap h2 span:before, .topics_wrap h2 span:after { content: ""; position: absolute; background: url("../images/topics_ttl.svg") no-repeat center center; background-size: 100% auto; width: 4em; height: 1em; top: 50%; transform: translateY(-50%);}
.topics_wrap h2 span:before { left: -4.7em;}
.topics_wrap h2 span:after { right: -4.7em; transform: scale(-1,1) translateY(-50%);}

