*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

address {
	font-style: normal;
}

@font-face {
	font-family: "Beatster";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Beatster.otf") format("opentype");
}
.drawer-icon-img {
	display: block;
	margin-left: 20px;
	margin-bottom: 50px;
}
body {
	background: #eef4f8;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-inner {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.hidden-pc {
	display: block;
}

.hidden-sp {
	display: none;
}

.header {
	display: flex;
	height: 45px;
	justify-content: space-between;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1100;
}
.headr__icon__close > picture > img {
	max-width: 150px;
}
.header__nav-pc {
	display: none;
}

.header__nav-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transition: opacity 0.3s;
}

.header__nav-item:hover {
	opacity: 0.7;
}

.header__nav-item-img {
	height: 50px;
	width: 50px;
}

.header__nav-item-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav-item-text {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.header__btns-pc {
	display: none;
}

.header__btns-pc__tell-img {
	height: 50px;
	max-width: 300px;
}

.header__btns-pc__tell-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__btns-pc__tell-btns {
	display: flex;
	gap: 20px;
}

.header__btn {
	align-items: center;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	height: 50px;
	justify-content: center;
	max-width: 160px;
	transition: opacity 0.3s;
	width: 100%;
}

.header__btn:hover {
	opacity: 0.7;
}

.bl {
	background: #288cba;
}

.pn {
	background: #FFF226;
	color: #288cba;
}

.header__open {
	align-items: center;
	background: #578eba;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 5px;
	height: 45px;
	justify-content: center;
	position: fixed;
	right: 0;
	width: 45px;
	z-index: 1101;
}

.header__open.is-open .bar1 {
	transform: rotate(45deg) translate(2px, 0px);
}

.header__open.is-open .bar2 {
	transform: rotate(-45deg) translate(5px, -3px);
}

.header__open .header__open-bar {
	transition: transform 0.3s ease;
}

.header__open-bar {
	background: #eef4f8;
	height: 1px;
	width: 25px;
}

.drawer {
	background: #578eba;
	height: 100vh;
	left: 0;
	overflow-y: auto;
	padding-top: 80px;
	position: fixed;
	top: -120%;
	transition: top 0.4s ease;
	width: 100%;
	z-index: 1000;
}

.drawer.is-open {
	top: 0;
}

.drawer__nav {
	margin-left: auto;
	margin-right: auto;
	width: 265px;
}

.drawer__nav-item {
	border-top: 1px solid #fff;
	color: #fff;
	display: flex;
	gap: 30px;
	padding: 20px 0;
}

.drawer__nav-item:nth-child(6) {
	border-bottom: 1px solid #fff;
}

.drawer__nav-item__icon {
	flex-shrink: 0;
	height: 40px;
	width: 40px;
}

.drawer__nav-item__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.drawer__nav-item__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.drawer__nav-item__body-head {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	transition: opacity 0.3s;
}

.drawer__nav-item__body-head:hover {
	opacity: 0.7;
}

.drawer__nav-item__body-links {
	display: flex;
	gap: 20px;
}

.drawer__nav-item__body-links.clumn {
	flex-direction: column;
	gap: 5px;
}

.drawer__nav-item__body-link {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.drawer__nav-item__body-link:hover {
	opacity: 0.7;
}

.header__icon__close {
	display: inline-block;
	height: 40px;
	max-width: 320px;
	min-width: 90px;
	padding: 10px 20px;
	width: 100%;
}

.header__icon__close.is-open {
	display: none;
}

.header__icon__open {
	display: none;
}

.header__icon__open.is-open {
	display: inline-block;
	height: 40px;
	max-width: 320px;
	padding: 10px 20px;
	width: 100%;
}

.sp-btn {
	bottom: 0;
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.sp-btn__bl {
	align-items: center;
	background: #288cba;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	transition: opacity 0.3s;
	width: 50%;
}

.sp-btn__bl:hover {
	opacity: 0.7;
}

.sp-btn__pk {
	align-items: center;
	background: #FFF226;
	color: #288cba;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	transition: opacity 0.3s;
	width: 50%;
}

.sp-btn__pk:hover {
	opacity: 0.7;
}

.main {
	padding-bottom: 100px;
	padding-top: 50px;
}

.fv {
	height: 600px;
	padding-top: 50px;
	position: relative;
}

.fv__bg-img {
	animation: float 10s ease-in-out infinite;
	height: 330px;
	margin-left: auto;
	width: 330px;
}
.fv__bg-img img {
	margin-top: -50px;
}
.fv__top-text {
	color: #288cba;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	left: 25px;
	letter-spacing: 5px;
	position: absolute;
	top: 30px;
	writing-mode: vertical-rl; /* 右から左に縦書き */
}

.fv__top-text span {
	background: #fff;
	margin-left: 10px;
}

.fv__sub-text {
	bottom: 20px;
	display: flex;
	flex-direction: column;
	left: 20px;
	position: absolute;
}

.fv__sub-text span {
	background: #288cba;
	color: #fff;
	font-size: 26px;
	font-style: oblique;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 20px;
	white-space: nowrap;
}


.fv__sub-text p {
	background: #288cba;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 5px;
	width: -moz-fit-content;
	width: fit-content;
}
.news {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.news__box {
	align-items: start;
	background: #fff;
	border-radius: 5px;
	display: flex;
	padding: 5px;
}

.news__head {
	border-right: 1px solid #ccc;
	color: #288cba;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
}

.news__body {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.news__link {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 10px;
	width: 100%;
}

.kurumacafe {
	margin-top: 50px;
	position: relative;
}

.kurumacafe__img {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.kurumacafe__btn {
	align-items: center;
	background: #333;
	border-radius: 5px;
	bottom: -20px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.3s;
	width: 200px;
}

.kurumacafe__btn:hover {
	opacity: 0.9;
}

.main-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	max-width: 450px;
	padding-left: 25px;
	padding-right: 25px;
}

.main-content__box {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.main-item {
	display: flex;
	flex-direction: column;
	gap: 140px;
}

.main-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.main-item__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.main-item__text.main-item__text-1::before {
	background: url(../img/2x/main-content-text-1@2x.png) no-repeat center center/cover;
	content: "";
	height: 90px;
	left: 50%;
	position: absolute;
	top: -130px;
	transform: translateX(-50%);
	width: 300px;
}

.main-item__text.main-item__text-1::after {
	background: url(../img/2x/main-content-text-1-pc@2x.png) no-repeat center center/cover;
	bottom: 10px;
	content: "";
	display: none;
	height: 100px;
	left: -139px;
	position: absolute;
	width: 468px;
}

.main-item__text.main-item__text-2::before {
	background: url(../img/2x/main-content-text-2@2x.png) no-repeat center center/cover;
	content: "";
	height: 122px;
	left: 0;
	position: absolute;
	top: -130px;
	width: 300px;
}

.main-item__text.main-item__text-2::after {
	background: url(../img/2x/main-content-text-2-pc@2x.png) no-repeat center center/cover;
	bottom: 40px;
	content: "";
	display: none;
	height: 100px;
	left: 2px;
	position: absolute;
	width: 426px;
}

.main-item__text.main-item__text-3::before {
	background: url(../img/2x/main-content-text-3@2x.png) no-repeat center center/cover;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	top: -130px;
	width: 300px;
}

.main-item__text.main-item__text-3::after {
	background: url(../img/2x/main-content-text-3-pc@2x.png) no-repeat center center/cover;
	bottom: -53px;
	content: "";
	display: none;
	height: 100px;
	left: -207px;
	position: absolute;
	width: 552px;
}

.main-item__text.main-item__text-4::before {
	background: url(../img/2x/main-content-text-4@2x.png) no-repeat center center/cover;
	content: "";
	height: 75px;
	left: 0;
	position: absolute;
	top: -110px;
	width: 300px;
}

.main-item__text.main-item__text-4::after {
	background: url(../img/2x/main-content-text-4@2x.png) no-repeat center center/cover;
	bottom: 62px;
	content: "";
	display: none;
	height: 90px;
	left: 6px;
	position: absolute;
	width: 362px;
}

.main-item__text.main-item__text-5::before {
	background: url(../img/2x/main-content-text-5@2x.png) no-repeat center center/cover;
	content: "";
	height: 78px;
	left: 0;
	position: absolute;
	top: -110px;
	width: 300px;
}

.main-item__text.main-item__text-5::after {
	background: url(../img/2x/main-content-text-5-pc@2x.png) no-repeat center center/cover;
	bottom: 23px;
	content: "";
	display: none;
	height: 85px;
	left: -211px;
	position: absolute;
	width: 552px;
}

.main-item__text-head {
	color: #288cba;
	font-size: 20px;
	font-weight: 600;
}

.main-item__text-body {
	font-size: 16px;
	line-height: 2;
}

.main-item__text-btn {
	background: #fff;
	border: 1px solid #288cba;
	color: #288cba;
	display: inline-block;
	padding: 5px 50px 5px 10px;
	position: relative;
	transition: opacity 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.main-item__text-btn:hover {
	opacity: 0.5;
}

.main-item__text-btn::after {
	background: url(../img/2x/main-btn-arow@2x.png) no-repeat center center/cover;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.top-satei {
	margin-bottom: 100px;
	margin-top: 100px;
	position: relative;
}

.top-satei__bg {
	background: #578eba;
	padding-bottom: 100px;
	padding-top: 100px;
}

.top-satei__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	padding-left: 25px;
	padding-right: 25px;
}

.top-satei__content::after {
	background: url(../img/2x/satei-top-img@2x.png) no-repeat center center/cover;
	content: "";
	height: 144px;
	position: absolute;
	right: 40px;
	top: -40px;
	width: 72px;
}

.top-satei__content::before {
	background: url(../img/2x/satei-hito-img@2x.png) no-repeat center center/cover;
	content: "";
	height: 94px;
	left: 30px;
	position: absolute;
	top: -40px;
	width: 108px;
}

.top-satei__left-top_text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.top-satei__left-sub_text {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.top-satei__left-btn {
	margin-top: 30px;
}

.top-satei__left__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 80%;
}

.top-satei__right {
	background: #fff;
	border-radius: 8px;
	padding: 35px;
}

.top-satei__right.satei {
	left: 50%;
	position: absolute;
	top: 42%;
	transform: translateX(-50%);
	width: 90%;
}

.top-satei__right-form__head {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}

.top-satei__right-form__head span {
	color: #578eba;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 29px;
	line-height: 1.2;
}

.top-satei__right-form__box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.top-satei__form-item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.top-satei__form-item__head {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 600;
	justify-content: space-between;
	width: 85px;
}

.top-satei__form-item__head span {
	border: 1px solid #e60012;
	border-radius: 15px;
	color: #e60012;
	display: inline-block;
	font-size: 7px;
	line-height: 1.2;
	padding: 1px 6px;
	    white-space: nowrap;
}

.top-satei__form-item__input {
	border: 1px solid #9fa0a0;
	padding: 8px;
	max-width: 160px;
    width: 100%;
}

.top-satei__form-submit {
	align-items: center;
	background: #333;
	border-radius: 30px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 120px;
}

.top-bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.top-bottom__box {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.top-bottom__card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.top-bottom__card-head-img {
	display: none;
}

.top-bottom__card-head-sp {
	align-items: center;
	display: flex;
	gap: 20px;
}

.top-bottom__card-head-sp__img {
	height: 100px;
	width: 100px;
}

.top-bottom__card-head-sp__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.top-bottom__card-head-sp__text {
	color: #288cba;
	font-size: 20px;
	font-weight: 700;
}

.top-bottom__card-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.top-bottom__card-body__head-pc {
	display: none;
}

.top-bottom__card-body__text {
	font-size: 16px;
}

.sns-box {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 100px;
}

.sns-box__insta {
	width: 100%;
	background: #fff;
    padding: 10px;
    overflow: scroll;
    height: 600px;
}

.sns-box__face {
	width: 100%;
	background: #fff;
    padding: 10px;
    overflow: scroll;
    height: 600px;
}

.footer__nav {
	display: none;
}

.footer__nav-boxs {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
}

.footer__nav-box {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer__nav-box__head {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	padding-bottom: 5px;
}

.footer__nav-box__links {
	display: flex;
	gap: 80px;
}

.footer__nav-box__link {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__nav-box__link-item {
	color: #fff;
	display: inline-block;
	font-size: 19px;
	transition: opacity 0.3s;
}

.footer__nav-box__link-item:hover {
	opacity: 0.7;
}

.footer__nav-tel {
	bottom: 20px;
	position: absolute;
	right: 50px;
}

.footer__nav-tel__img {
	display: inline-block;
	width: 280px;
}

.footer__add {
	display: none;
}

.footer__add__adds {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 10px;
}

.footer__add__adds-icon {
	width: 550px;
}

.footer__add__adds-icon img {
	width: 100%;
}

.footer__add__contact-btn {
	align-items: center;
	background: #FFF226;
	border-radius: 5px;
	color: #288cba;
	display: inline-block;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 60px;
	justify-content: center;
	transition: opacity 0.3s;
	width: 240px;
}

.footer__add__contact-btn:hover {
	opacity: 0.7;
}

.footer__copy {
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.main-item__text-head-1 {
	margin-top: 30px;
	position: relative;
}

.main-item__text-head-1::after {
	color: #ee87b4;
	content: "＼Webから簡単見積もり／";
	font-size: 20px;
	font-weight: 600;
	left: 50%;
	position: absolute;
	top: -50px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.page-head {
	border-bottom: 1px solid #9e9f9f;
	width: 100%;
}

.page-head__inner {
	align-items: center;
	display: flex;
	gap: 20px;
	position: relative;
}

.page-head__inner.new-car::after {
	background: url(../img/2x/new-car-img@2x.png) no-repeat center center/cover;
	bottom: -20px;
	content: "";
	height: 70px;
	position: absolute;
	right: 20px;
	width: 60px;
}

.page-head__inner.syaken::after {
	background: url(../img/2x/syaken-hito@2x.png) no-repeat center center/cover;
	bottom: -20px;
	content: "";
	height: 76px;
	position: absolute;
	right: 20px;
	width: 70px;
}

.page-head__inner.satei::after {
	background: url(../img/2x/satei-hito@2x.webp) no-repeat center center/cover;
	bottom: -20px;
	content: "";
	height: 60px;
	position: absolute;
	right: 20px;
	width: 70px;
}

.page-head__inner.company::after {
	background: url(../img/2x/company-top-img@2x.webp) no-repeat center center/cover;
	bottom: -20px;
	content: "";
	height: 48px;
	position: absolute;
	right: 20px;
	width: 70px;
}

.page-head__inner.servise::after {
	background: url(../img/2x/servise-top-img@2x.webp) no-repeat center center/cover;
	bottom: -20px;
	content: "";
	height: 80px;
	position: absolute;
	right: 20px;
	width: 65px;
}

.page-head__inner.seibi::after {
	background: url(../img/2x/boruto-img@2x.png) no-repeat center center/cover;
	bottom: -20px;
	content: "";
	height: 70px;
	position: absolute;
	right: 20px;
	width: 75px;
}

.page-head__en {
	color: #288cba;
	font-family: "Beatster", sans-serif;
	font-size: 20px;
}

.page-head__ja {
	font-size: 14px;
	font-weight: 600;
}

.new-car__top-img {
	margin-top: 100px;
	position: relative;
}

.new-car__top-img::after {
	color: #ee87b4;
	content: "＼国内全メーカーから選べる！／";
	font-size: 15px;
	font-weight: 600;
	left: 50%;
	position: absolute;
	top: -60px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.new-car__top-img.tyuuko::after {
	content: "＼すぐに壊れる車は絶対に販売致しません／";
}

.new-car__top-img.satei::after {
	content: "＼査定だけでも歓迎です。まずは知ることから！／";
}

.new-car__top-img.bankin::after {
	content: "＼当社は鈑金・塗装から始まった会社です！／";
}

.new-car__top-img.syaken::after {
	content: "＼気になること、なんでも聞ける車検です！／";
}

.new-car__top-img.seibi::after {
	content: "＼どんなお車でもお客様から安心して任せていただける人と技術と設備を。／";
	display: none;
}

.new-car__top-img.seibi::before {
	color: #ee87b4;
	content: "＼どんなお車でもお客様から安心して\a任せていただける人と技術と設備を。／";
	display: block;
	font-size: 15px;
	font-weight: 600;
	left: 50%;
	position: absolute;
	top: -60px;
	transform: translateX(-50%);
	white-space: pre;
}

.new-car__top-img__btn {
	content: "";
	height: 150px;
	position: absolute;
	right: 0;
	top: 10px;
	transition: opacity 0.3s;
	width: 75px;
}

.new-car__top-img__btn:hover {
	opacity: 0.7;
}

.tyuuko-car__top-img__btn {
	content: "";
	height: 150px;
	left: 0;
	position: absolute;
	top: 5px;
	transition: opacity 0.3s;
	width: 75px;
}

.tyuuko-car__top-img__btn:hover {
	opacity: 0.7;
}

.tyuuko-car__top-img__btn.bankin {
	top: 20px;
}

.section {
	margin-top: 150px;
}

.section__head {
	display: block;
	text-align: center;
}

.section__head-ja {
	font-size: 24px;
	font-weight: 600;
}

.section__head-ja span {
	font-size: 16px;
}

.section__head-en {
	color: #288cba;
	font-family: "Beatster", sans-serif;
	font-size: 20px;
	letter-spacing: 3px;
}

.new-car__content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

.new-car__content-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	width: 100%;
}

.new-car__content-item.seibi-point {
	gap: 20px;
}

.new-car__content-item__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	width: 100%;
}

.new-car__content-item__img.flow-img {
	max-width: 100%;
}

.new-car__content-item__img.seibi-point-1 {
	max-width: 100%;
}

.new-car-flow__text {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

.new-car__content-item__head {
	color: #288cba;
	font-size: 20px;
	font-weight: 600;
}

.new-car__content-item__head.flow-head {
	display: none;
}

.new-car__content-item__body {
	font-size: 16px;
	text-align: left;
}

.new-car-flow-btn {
	margin-top: 50px;
	text-align: center;
}

.new-car-flow-btn__text {
	font-size: 16px;
	margin-bottom: 20px;
}

.new-car-flow-btn__text.bankin {
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.new-car-flow-btn__btn {
	align-items: center;
	background: #333;
	border-radius: 5px;
	color: #fff;
	display: flex;
	height: 45px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.new-car-flow-btn__btn:hover {
	opacity: 0.7;
}

.new-car-flow-btn__btn.bankin {
	white-space: nowrap;
}

.new-car-voice__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

.new-car-voice__content-item {
	border: 2px solid #288cba;
	border-radius: 8px;
	display: flex;
	gap: 5px;
	padding: 20px;
}

.new-car-voice__content-item__img {
	flex-shrink: 0;
	max-width: 50px;
	width: 100%;
}

.new-car-voice__content-item__body {
	font-size: 16px;
}

.new-car-voice__content-item__body-date {
	font-size: 14px;
}

.seibi-service {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 50px;
}

.seibi-service-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 30px;
	width: 100%;
}

.seibi-service-item__img {
	height: 150px;
	max-width: 300px;
	width: 100%;
}

.seibi-service-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.seibi-service-item__head {
	color: #288cba;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.seibi-service-item__price {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.bankin-top-btn {
	bottom: 50px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.bankin-point-bottom {
	border-bottom: 1px solid #578eba;
	border-top: 1px solid #578eba;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 80px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.bankin-point-bottom__head {
	color: #578eba;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.bankin-point-bottom__head span {
	color: #578eba;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
}

.bankin-case {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

.bankin-case-item {
	border: 1px solid #333;
	border-radius: 10px;
	padding: 20px;
}

.bankin-case-item__head {
	color: #578eba;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.bankin-case-item__body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bankin-case-item__body-left {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	width: 49%;
}

.bankin-case-item__body-left__price {
	font-size: 18px;
	font-weight: 700;
}

.bankin-case-item__body-left__content {
	font-size: 13px;
}

.bankin-case-item__body-right {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 49%;
}

.bankin-case-item__body-right__img {
	height: 82px;
	max-width: 130px;
	width: 100%;
}

.bankin-case-item__body-right__img.kakaku-car-2 img {
	transform: scale(1.6);
}

.bankin-case-item__body-right__img.kakaku-car-3 img {
	transform: scale(1.2);
}

.bankin-case-item__body-right__img.kakaku-car-4 img {
	transform: scale(1.3);
}

.bankin-case-item__body-right__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.bankin-qa-box {
	background: #f8f5f3;
	padding-bottom: 100px;
	padding-top: 100px;
}

.bankin-qa-item {
	background: #fff;
	margin-top: 50px;
	padding: 20px 40px 20px 10px;
}

.bankin-qa-item__head {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 15px;
	position: relative;
}

/* .bankin-qa-item__head::after {
	color: #578eba;
	content: "+";
	font-size: 40px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transform-origin: center;
	transition: transform 0.3s ease-in-out;
} */

.bankin-qa-item__head.is-open::after {
	transform: translateY(-50%) rotate(45deg);
}

.bankin-qa-item__head-icon {
	color: #578eba;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 700;
	width: -moz-fit-content;
	width: fit-content;
}

.bankin-qa-item__head-body {
	font-size: 18px;
	font-weight: 600;
}

.bankin-qa-item__body {
display: flex;
	gap: 15px;
	padding-top: 20px;
}

.bankin-qa-item__body.f-open {
	display: flex;
}

.bankin-qa-item__body-icon {
	color: #578eba;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 700;
	width: -moz-fit-content;
	width: fit-content;
}

.bankin-qa-item__head {
	cursor: pointer;
}

.kakaku {
	background: #fff;
	margin-top: 0;
	padding-bottom: 80px;
	padding-top: 80px;
}

.bankin-case-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.syaken-price-img {
	height: 100%;
	width: 100%;
}

.syaken-price {
	background: #fff;
	margin-top: 0;
	padding-bottom: 80px;
	padding-top: 80px;
}

.acces {
	background: #fff;
	margin-top: 0;
	padding-bottom: 80px;
	padding-top: 80px;
}

.acces-content {
	margin-top: 50px;
}

.acces-content-body {
	border-top: #333 1px solid;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 30px 0;
}

.acces-content-body__head {
	color: #578eba;
}

.sateimethod {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

.sateimethod-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.sateimethod-item__body-head {
	color: #578eba;
	font-size: 20px;
	font-weight: 600;
}

.sateimethod-item__body-body {
	border: 1px solid #333;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
	position: relative;
}

.sateimethod-item__body-body::after {
	background: #eef4f8;
	color: #578eba;
	content: "こんな人におススメ";
	font-size: 16px;
	left: 20px;
	position: absolute;
	top: -15px;
}

.satei-up {
	background: #fff;
	margin-top: 0;
	padding-bottom: 80px;
	padding-top: 80px;
}

.satei-up__head {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.satei-up__content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 80px;
}

.satei-up__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.satei-up__body-head {
	color: #578eba;
	font-size: 20px;
	font-weight: 600;
}

.satei-body {
	margin-bottom: 100px;
}

.satei-flow {
	background: #578eba;
	margin-top: 0;
	padding-bottom: 80px;
	padding-top: 80px;
}

.satei-head {
	color: #fff;
}

.message-head {
	color: #578eba;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.message-top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.message-top-img {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.message-top-img__img {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.message-top-img__img img {
	border-radius: 15px;
	height: 100%;
	width: 100%;
}

.message-top-img__top {
	margin-top: 20px;
	text-align: center;
}

.message-top-img__name {
	font-size: 18px;
	text-align: center;
}

.message-botom {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

.message-botom-left {
	width: 100%;
}

.message-botom-head {
	color: #288cba;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.message-botom-dl-box {
	border-bottom: 1px solid #aaa;
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	padding-top: 10px;
}

.message-botom-right {
	width: 100%;
}

.message-botom-text {
	line-height: 2.2;
}

.mission-head {
	font-size: 27px;
	font-weight: 700;
	margin-top: 50px;
	text-align: center;
}

.mission-body {
	margin-top: 30px;
}

.Information {
	margin-top: 50px;
}

.Information-dl {
	border-bottom: 1px solid #aaa;
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	padding-top: 10px;
}

.Information-dt {
	color: #288cba;
	flex-shrink: 0;
	width: 100px;
}

.com-accese {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.com-accese__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.g-map {
	background: #aaa;
	height: 500px;
	width: 100%;
}

.HISTORY-dl-box {
	background: #f8f5f3;
	margin-top: 50px;
	padding: 30px 20px;
}

.HISTORY-dl {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.HISTORY-dt {
	color: #288cba;
}

.servise-head {
	align-items: center;
	display: flex;
	gap: 5px;
	margin-top: 50px;
}

.servise-head.mb {
	margin-bottom: -80px;
	margin-top: 80px;
}

.servise-head-icon {
	flex-shrink: 0;
	height: 55px;
	width: 55px;
}

.servise-head-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.servise-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	margin-top: 50px;
}

.servise-btn {
	align-items: center;
	border: 1px solid #578eba;
	border-radius: 5px;
	color: #578eba;
	display: flex;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	justify-content: center;
	margin-top: 5px;
	white-space: wrap;
	width: 105px;
}

.servise-btn:hover {
	opacity: 0.7;
}

.servise-btn.l {
	width: 158px;
}

.servise-content {
	margin-top: 50px;
}

.servise-content-item {
	border: 2px solid #578eba;
	border-radius: 15px;
	display: inline-flex;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}

.servise-content-item__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

.servise-content-item__body-head {
	color: #578eba;
	font-size: 20px;
	font-weight: 700;
}

.servise-content-item__img {
	flex-shrink: 0;
	width: 30%;
}

.servise-content-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.servise-content-item__body-btn {
	background: #288cba;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.servise-content-item__body-btn:hover {
	opacity: 0.7;
}

.servise-content-item__body-btn::after {
	background: url(../img/2x/btn-arrow@2x.webp) no-repeat center center/cover;
	content: "";
	height: 7px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.service-ather-box {
	margin-top: 100px;
}

.ather-box-sp {
	display: block;
}

.ather-box-btn {
	align-items: center;
	background: #333;
	border-radius: 8px;
	color: #fff;
	display: flex;
	height: 50px;
	justify-content: center;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	width: 240px;
}

.ather-box-sp-top {
	border: 2px solid #578eba;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.ather-box-sp-top__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}

.ather-box-sp-top__left-top {
	color: #578eba;
	font-weight: 600;
}

.ather-box-sp-top__left-name {
	color: #578eba;
	font-size: 20px;
	font-weight: 700;
}

.ather-box-sp-top__right {
	flex-shrink: 0;
	width: 35%;
}

.ather-box-sp-top__right img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ather-box-sp-body {
	margin-top: 20px;
}

.ather-box-sp-body img {
	margin-top: 15px;
}

.ather-box-pc {
	display: none;
}

.ather-box-pc-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px;
}

.ather-box-pc-left-top {
	color: #578eba;
	font-size: 20px;
	font-weight: 600;
}

.ather-box-pc-left-name {
	color: #578eba;
	font-size: 40px;
	font-weight: 700;
}

.ather-box-pc-left-body img {
	margin-top: 20px;
}

.ather-box-pc-right {
	flex-shrink: 0;
	width: 35%;
}

.ather-box-pc-right img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reka-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 70%;
}

.reka-btn:hover {
	opacity: 0.7;
}

.yoyaku-tel-text {
	margin-top: 80px;
	text-align: center;
}

.yoyaku-tel-num {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 90%;
}

.yoyaku-tel-num:hover {
	opacity: 0.7;
}

.yoyaku-box {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 100px;
}

.yoyaku-box-item {
	background: url(../img/2x/yoyaku-bg@2x.webp) no-repeat center center/cover;
	border-radius: 15px;
	display: flex;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}

.yoyaku-box-item-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	position: relative;
}

.yoyaku-box-item-left-head {
	font-size: 20px;
	font-weight: 600;
}

.yoyaku-box-item-left-text span {
	font-size: 17px;
	font-weight: 600;
}

.yoyaku-box-item-left-btn {
	align-items: center;
	background: #333;
	border-radius: 8px;
	bottom: -20px;
	color: #fff;
	display: flex;
	font-size: 12px;
	justify-content: center;
	left: 10px;
	overflow: visible;
	padding: 5px 20px;
	position: absolute;
}

.yoyaku-box-item-left-btn:hover {
	opacity: 0.8;
}

.yoyaku-box-item-right {
	flex-shrink: 0;
	width: 35%;
}

.yoyaku-box-item-right img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pop-img {
	height: 800px;
	width: 500px;
}

.pop-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.modal {
	display: none; /* 初期非表示 */
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.modal-bg {
	background-color: rgba(0, 0, 0, 0.6); /* 暗転 */
	height: 100%;
	position: absolute;
	width: 100%;
}

.pop-img {
	left: 50%;
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close-btn {
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-size: 80px;
	position: absolute;
	right: -50px;
	top: 10px;
	z-index: 10;
}

.contact-top__btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.contact-top__text {
	margin-top: 50px;
	text-align: center;
}

.checkbox-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	margin-bottom: 10px;
}

.checkbox-label input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #333;
	border-radius: 50%;
	height: 20px;
	margin-right: 8px;
	position: relative;
	width: 20px;
	flex-shrink: 0;
}

.checkbox-label input[type=checkbox]:checked::before {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 8px;
}

.contanc-content {
	margin-top: 100px;
}
.wpcf7-list-item label {
display: flex;
align-items: center;
}
.form {
	width: 100%;
}

.form-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
}

.form-item-head-tag {
	background: #d3193e;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.form-item-head-tag.gr {
	background: #9d9d9d;
}

.form-item-input {
	background: #eeedec;
	border: none;
	height: 45px;
	padding: 20px;
	width: 100%;
}

.form-item-flex {
	display: flex;
	flex: 1;
	justify-content: space-between;
	flex-wrap: wrap;
}

.checkbox-box-left {
	width: 49%;
}

.checkbox-label {
	font-size: 14px;
}

.checkbox-box-right {
	width: 49%;
}

.form-item-textarea {
	background: #eeedec;
	border: none;
	height: 230px;
	padding: 30px;
	width: 100%;
}

.form-submit {
	align-items: center;
	background: #333;
	border-radius: 10px;
	color: #fff;
	display: flex;
	display: block;
	font-weight: 600;
	height: 45px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 80%;
}

.recruit-top {
	margin-top: 100px;
}

.recruit-top-text {
	margin-top: 100px;
	text-align: center;
}

.recruit-top-text p {
	margin-top: 16px;
}

.recruit-content {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.recruit-content-item {
	width: 100%;
}

.recruit-item-img {
	display: block;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.recruit-item-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recruit-item-head {
	font-size: 20px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

.recruit-item-head::after {
	background: #578eba;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

.recruit-item-body {
	margin-top: 30px;
}

.recruitment-content {
	margin-top: 50px;
}

.recruitment-content-dl {
	border-bottom: 2px dotted #ccc;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 20px 0;
}

.recruitment-content-dt {
	color: #578eba;
}

.recruit-center-head {
	color: #578eba;
	font-size: 20px;
	text-align: center;
}

.recruit-center-text {
	text-align: center;
}

.recruit-entry-top-btn {
	text-align: center;
}

.clumn {
	display: flex;
	flex-direction: column;
}

select {
	background: #eeedec;
	border: none;
	height: 30px;
	width: 60px;
}

.birth-select span {
	margin-left: 10px;
}

.form-btm-text {
	font-size: 15px;
	margin-top: 80px;
	text-align: center;
}

.form-top-txet {
	font-size: 15px;
	margin-bottom: 80px;
	margin-top: 80px;
	text-align: center;
}

.archive-news {
	margin-top: 100px;
}

.archive-news-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.archive-news-date {
	color: #578eba;
	font-size: 13px;
}

.archive-news-body {
	font-size: 18px;
}

.single-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 460px;
	width: 100%;
}

.single-content-img {
	background: #ccc;
	height: 180px;
	width: 100%;
}

.single-content-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-content-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 50px;
	text-align: center;
}

.single-content-date {
	color: #578eba;
	font-size: 12px;
	font-weight: 600;
	margin-top: 30px;
}

.single-content-sns {
	margin-top: 30px;
}

.single-content-body {
	margin-top: 80px;
}

.single-archive {
	margin-top: 200px;
}

.single-archive-btn {
	align-items: center;
	border: 1px solid #333;
	display: flex;
	font-size: 18px;
	height: 40px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 230px;
	position: relative;
	width: 85%;
}

.single-archive-btn::after {
	background: url(../img/2x/arrow@2x.webp) no-repeat center center/cover;
	content: "";
	height: 15px;
	position: absolute;
	right: 25px;
	top: 52%;
	transform: translateY(-50%);
	width: 15px;
}

.bg-f {
	background: #fff;
}

@media screen and (min-width: 1000px) {

body {
	font-size: 17px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding-left: 30px;
	padding-right: 30px;
}

.hidden-pc {
	display: none;
}

.hidden-sp {
	display: block;
}

.header {
	align-items: center;
	gap: 30px;
	height: 150px;
	padding-left: 30px;
	padding-right: 30px;
}

.header__nav-pc {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.header__btns-pc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: -30px;
}

.header__open {
	display: none;
}

.header__icon__close {
	flex-shrink: 0;
	height: 120px;
	padding: 0;
}

.header__icon__close img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__icon__open.is-open {
	flex-shrink: 0;
	height: 120px;
	padding: 0;
}

.header__icon__open.is-open img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.sp-btn {
	display: none;
}

.main {
	padding-bottom: 200px;
	padding-top: 100px;
}

.fv {
	height: 1200px;
	padding-top: 0;
}

.fv__bg-img {
	height: 980px;
	padding-right: 50px;
	width: 980px;
}

.fv__top-text {
	font-size: 46px;
	left: 150px;
	letter-spacing: 10px;
	top: 0px;
}

.fv__sub-text span {
	font-size: 57px;
	letter-spacing: 5px;
}

.fv__sub-text p {
	font-size: 23px;
}

.fv__sub-text {
	bottom: 200px;
	left: 150px;
}

.news {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}

.news__box {
	padding: 10px 30px;
}

.news__head {
	padding-right: 30px;
}

.news__link {
	padding-left: 30px;
}

.kurumacafe {
	margin-top: 80px;
}

.kurumacafe__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.kurumacafe__btn {
	border-radius: 8px;
	bottom: -35px;
	font-size: 20px;
	height: 70px;
	width: 420px;
}

.main-content {
	max-width: 1250px;
}

.main-item.reverse {
	flex-direction: row-reverse;
}

.main-item {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.main-item__img {
	width: 62%;
}

.main-item__text.main-item__text-1::before {
	display: none;
}

.main-item__text.main-item__text-1::after {
	display: block;
}

.main-item__text.main-item__text-2::before {
	display: none;
}

.main-item__text.main-item__text-2::after {
	display: block;
}

.main-item__text.main-item__text-3::before {
	display: none;
}

.main-item__text.main-item__text-3::after {
	display: block;
}

.main-item__text.main-item__text-4::before {
	display: none;
}

.main-item__text.main-item__text-4::after {
	display: block;
}

.main-item__text.main-item__text-5::before {
	display: none;
}

.main-item__text.main-item__text-5::after {
	display: block;
}

.main-item__text.main-item__text-5 {
	margin-top: 120px;
}

.main-item__text {
	margin-top: 70px;
	width: 33%;
}

.main-item__text-head {
	font-size: 26px;
}

.main-item__text-body {
	font-size: 17px;
}

.top-satei {
	margin-top: 200px;
}

.top-satei__bg {
	padding-top: 40px;
}

.top-satei__content::after {
	height: 310px;
	right: 50px;
	top: -60px;
	width: 155px;
}

.top-satei__content::before {
	height: 154px;
	left: auto;
	right: 50px;
	top: 320px;
	width: 177px;
	z-index: 1;
}

.top-satei__content {
	flex-direction: row;
	max-width: 1050px;
}

.top-satei__left {
	width: 47%;
}

.top-satei__left-top_text {
	font-size: 36px;
}

.top-satei__left-sub_text {
	font-size: 17px;
}

.top-satei__right.satei {
	left: 58%;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
}

.top-satei__right {
	height: -moz-fit-content;
	height: fit-content;
	padding: 45px;
	width: 47%;
}

.top-satei__right-form__head span {
	font-size: 40px;
}

.top-satei__right-form__head {
	font-size: 24px;
}

.top-satei__right-form__box {
	margin-top: 50px;
}

.top-satei__form-item__head {
	font-size: 13px;
	width: 135px;
}

.top-satei__form-item__head span {
	font-size: 9px;
}

.top-satei__form-item__input {
	max-width: 220px;
}

.top-satei__form-submit {
	font-size: 16px;
	height: 50px;
	width: 165px;
}

.top-bottom__box {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
}

.top-bottom__card {
	flex-direction: row;
	gap: 12px;
	margin-top: 80px;
	width: 48%;
}

.top-bottom__card-head-img {
	display: block;
	flex-shrink: 0;
	height: 240px;
	width: 240px;
}

.top-bottom__card-head-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.top-bottom__card-head-sp {
	display: none;
}

.top-bottom__card-body {
	gap: 0;
	justify-content: space-between;
}

.top-bottom__card-body__head-pc {
	color: #288cba;
	display: block;
	font-size: 28px;
	font-weight: 700;
}

.top-bottom__card-body__text {
	font-size: 17px;
}

.sns-box {
	flex-direction: row;
	gap: 20px;
	margin-top: 200px;
}

.footer__nav {
	background: #578eba;
	display: block;
	padding: 90px;
	position: relative;
	width: 100%;
}

.footer__add {
	align-items: center;
	background: #eef4f8;
	display: flex;
	justify-content: space-between;
	padding: 30px 90px;
}

.main-item__text-body-1 {
	position: relative;
}

.main-item__text-body-1::after {
	background: url(../img/2x/car-img@2x.png) no-repeat center center/cover;
	bottom: -134px;
	content: "";
	height: 130px;
	position: absolute;
	right: -14px;
	width: 120px;
}

.main-item__text-body-2 {
	position: relative;
}

.main-item__text-body-2::after {
	background: url(../img/2x/boruto-img@2x.png) no-repeat center center/cover;
	bottom: -123px;
	content: "";
	height: 150px;
	position: absolute;
	right: -87px;
	width: 158px;
}

.main-item__text-head-1 {
	margin-top: 0;
}

.main-item__text-head-1::after {
	color: #ee87b4;
	content: "＼Webから簡単見積もり／";
	font-size: 25px;
	font-weight: 600;
	left: 45%;
	position: absolute;
	top: -50px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.page-head__inner.new-car::after {
	bottom: -50px;
	height: 174px;
	width: 156px;
}

.page-head__inner.syaken::after {
	bottom: -50px;
	height: 190px;
	width: 174px;
}

.page-head__inner.satei::after {
	bottom: -50px;
	height: 150px;
	width: 174px;
}

.page-head__inner.company::after {
	bottom: -50px;
	height: 120px;
	width: 174px;
}

.page-head__inner.servise::after {
	bottom: -50px;
	height: 180px;
	width: 150px;
}

.page-head__inner.seibi::after {
	bottom: -50px;
	height: 174px;
	width: 180px;
}

.page-head__en {
	font-size: 60px;
}

.page-head__ja {
	font-size: 26px;
}

.new-car__top-img::after {
	font-size: 26px;
	top: -80px;
}

.new-car__top-img.seibi::after {
	display: block;
}

.new-car__top-img.seibi::before {
	display: none;
	font-size: 26px;
	top: -80px;
}

.new-car__top-img {
	margin-top: 150px;
}

.new-car__top-img__btn {
	height: 290px;
	top: 150px;
	width: 145px;
}

.tyuuko-car__top-img__btn.bankin {
	top: 150px;
}

.tyuuko-car__top-img__btn {
	height: 290px;
	top: 150px;
	width: 145px;
}

.section {
	margin-top: 200px;
}

.section__head-ja span {
	font-size: 36px;
}

.section__head-ja {
	font-size: 36px;
}

.section__head-en {
	font-size: 23px;
}

.new-car__content {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.new-car__content.syaken {
	gap: 30px;
}

.new-car__content.syaken .new-car__content-item__head {
	margin-top: -35px;
}

.new-car__content-item {
	width: 31%;
}

.new-car__content-item.tyuuko {
	width: 23%;
}

.new-car__content-item__img.flow-img {
	max-width: 240px;
}

.new-car__content-item__img {
	height: 240px;
	max-width: 240px;
}

.new-car__content-item__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.new-car__content-item__head.flow-head {
	display: block;
}

.new-car__content-item__head {
	font-size: 24px;
}

.new-car__content-item__body {
	font-size: 17px;
}

.new-car-flow-btn__text {
	font-size: 16px;
	font-weight: 600;
}

.new-car-flow-btn__btn.bankin {
	width: 480px;
}

.new-car-flow-btn__btn {
	height: 70px;
	padding-left: 80px;
	padding-right: 80px;
}

.new-car-voice-sechead {
	font-size: 24px !important;
}

.new-car-voice__content {
	margin-top: 80px;
}

.new-car-voice__content-item__img {
	max-width: 80px;
}

.new-car-voice__content-item__body {
	font-size: 17px;
}

.new-car-voice__content-item__body-date {
	font-style: 17px;
}

.seibi-service {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
}

.seibi-service-item {
	align-items: start;
	gap: 8px;
	width: 32%;
}

.seibi-service-item__img {
	height: 200px;
	max-width: 320px;
}

.seibi-service-item__head {
	font-size: 22px;
}

.seibi-service-item__price {
	font-size: 22px;
}

.bankin-top-btn {
	bottom: 80px;
}

.bankin-point-bottom {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 1060px;
}

.bankin-point-bottom__head span {
	font-size: 27px;
}

.bankin-point-bottom__head {
	font-size: 42px;
	width: 48%;
}

.bankin-point-bottom__body {
	width: 48%;
}

.bankin-case {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bankin-case-item {
	flex-shrink: 0;
	padding: 30px;
	width: 48%;
}

.bankin-case-item__head {
	font-size: 32px;
}

.bankin-case-item__body-left__price {
	font-size: 40px;
}

.bankin-case-item__body-left__content {
	font-size: 19px;
}

.bankin-case-item__body-right__img {
	height: 120px;
	max-width: 240px;
}

.bankin-qa {
	max-width: 900px;
}

.bankin-qa-item {
	padding: 20px 30px;
}

.bankin-qa-item__head::after {
	right: 10px;
}

.bankin-qa-item__head {
	gap: 20px;
}

.bankin-qa-item__head-icon {
	font-size: 30px;
}

.bankin-qa-item__head-body {
	font-size: 22px;
}

.bankin-qa-item__body {
	gap: 20px;
}

.bankin-qa-item__body-icon {
	font-size: 30px;
}

.kakaku {
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.syaken-price {
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.acces {
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.acces-content {
	max-width: 860px;
}

.acces-content-body {
	flex-direction: row;
}

.acces-content-body__head {
	font-size: 18px;
	width: 300px;
}

.acces-content-body__text {
	font-size: 18px;
}

.sateimethod {
	gap: 80px;
}

.sateimethod-item {
	flex-direction: row;
	gap: 50px;
	justify-content: space-between;
}

.sateimethod-item__img {
	flex-shrink: 0;
	width: 35%;
}

.sateimethod-item__body-head {
	color: #333;
	font-size: 36px;
}

.sateimethod-item__body-body::after {
	font-size: 18px;
}

.satei-up {
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.satei-up__head {
	font-size: 36px;
}

.satei-up__content {
	flex-direction: row;
	gap: 80px;
	justify-content: space-between;
}

.satei-up__img {
	flex-shrink: 0;
	width: 55%;
}

.satei-up__body-head {
	font-size: 26px;
}

.satei-flow {
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.satei-content {
	max-width: 960px;
}

.message-head {
	font-size: 38px;
	margin-bottom: 80px;
	margin-top: 80px;
}

.message-top {
	flex-direction: row;
	justify-content: space-between;
}

.message-top-text {
	width: 48%;
}

.message-top-img {
	width: 48%;
}

.message-top-img__img {
	width: 100%;
}

.message-top-img__top {
	text-align: right;
}

.message-top-img__name {
	font-size: 25px;
	text-align: right;
}

.message-botom {
	flex-direction: row;
	justify-content: space-between;
	margin-top: 80px;
}

.message-botom-left {
	width: 48%;
}

.message-botom-head {
	font-size: 24px;
}

.message-botom-dl-box {
	flex-direction: row;
}

.message-botom-dt {
	flex-shrink: 0;
	width: 160px;
}

.message-botom-right {
	width: 48%;
}

.mission-head {
	font-size: 40px;
	margin-top: 80px;
}

.mission-body {
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
}

.Information {
	margin-top: 80px;
}

.Information-dl {
	padding-bottom: 20px;
	padding-top: 20px;
}

.Information-dt {
	font-size: 18px;
	width: 300px;
}

.Information-dd {
	font-size: 18px;
}

.com-accese {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 80px;
}

.com-accese__img {
	width: 48%;
}

.com-accese__body {
	width: 48%;
}

.com-accese__body-box {
	font-size: 18px;
}

.HISTORY-dl-box {
	margin-top: 80px;
	padding: 30px 200px;
}

.HISTORY-dl {
	flex-direction: row;
	font-size: 18px;
}

.HISTORY-dt {
	width: 300px;
}

.servise-head-icon {
	height: 70px;
	width: 70px;
}

.servise-btns {
	gap: 8px;
	margin-top: 80px;
}

.servise-btn.l {
	height: 50px;
	width: 240px;
}

.servise-btn {
	font-size: 18px;
	height: 50px;
	width: 240px;
}

.servise-content {
	margin-top: 80px;
}

.servise-flex {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.servise-content-item {
	max-height: 310px;
}

.servise-content-item__body {
	padding: 20px;
}

.servise-content-item__body-head {
	font-size: 26px;
}

.servise-content-item__img {
	width: 50%;
}

.service-ather-box {
	margin-top: 120px;
}

.ather-box-sp {
	display: none;
}

.ather-box-btn {
	height: 70px;
	width: 500px;
}

.ather-box-pc {
	border: 2px solid #578eba;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.reka-btn {
	width: 40%;
}

.yoyaku-tel-num {
	margin-top: 120px;
	width: 60%;
}

.yoyaku-box {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
	margin-top: 120px;
}

.yoyaku-box-item {
	width: 48%;
}

.yoyaku-box-item-left-head {
	font-size: 32px;
}

.yoyaku-box-item-left-text span {
	font-size: 20px;
}

.yoyaku-box-item-left-btn {
	font-size: 15px;
	left: 30px;
	padding: 5px 50px;
}

.contact-top__btn {
	max-width: 450px;
}

.form {
	max-width: 700px;
}

.form-item {
	flex-direction: row;
	gap: 0;
}

.form-item-head {
	width: 220px;
}

.form-item-input {
	width: 400px;
}

.form-item-textarea {
	width: 400px;
}

.form-submit {
	font-size: 20px;
	height: 75px;
	width: 70%;
}

.recruit-content {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.recruit-content-item {
	width: 31%;
}

.recruit-item-img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.recruit-item-img {
	height: 200px;
	width: 100%;
}

.recruit-item-head::after {
	width: 80px;
}

.recruit-item-head {
	font-size: 27px;
}

.recruitment {
	max-width: 850px;
}

.recruitment-content-dl {
	flex-direction: row;
	gap: 0;
}

.recruitment-content-dt {
	flex-shrink: 0;
	width: 220px;
}

.recruit-center-head {
	font-size: 24px;
}

.recruit-center-text {
	font-size: 20px;
}

.recruit-entry-top-btn {
	max-width: 1000px;
}

.archive-news-item {
	align-items: center;
	flex-direction: row;
}

.archive-news-date {
	font-size: 16px;
	width: 100px;
}

.archive-news-body {
	font-size: 20px;
}

.single-content {
	max-width: 790px;
}

.single-content-img {
	height: 480px;
}

.single-content-title {
	font-size: 28px;
	margin-top: 80px;
}

.single-content-date {
	font-size: 15px;
	margin-top: 50px;
}

.single-content-body {
	margin-top: 100px;
}

.single-archive {
	margin-top: 250px;
}

.single-archive-btn {
	margin-top: 80px;
}

}

@keyframes float {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-60px);
}

100% {
	transform: translateY(0);
}

}


.pagination {
	margin-top: 40px;
	text-align: center;
  }
  
  .pagination a,
  .pagination span {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 12px;
	background: #f0f0f0;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
  }
  
  .pagination .current {
	background: #333;
	color: #fff;
  }
.yoyaku-p {
		color: #ee87b4;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.yoyaku-p {
		color: #ee87b4;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
}

.recruit-baner {
	
	display: block;
	margin-top: 100px;
}