@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.font-red {
  color: #ff0000;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  scroll-margin-top: 8rem;
}
@media (min-width: 641px) and (max-width: 1160px) {
  html {
    font-size: 0.8620689655vw;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 2vw;
  }
}

html {
  scroll-padding-top: 80px;
} /* モダンブラウザ */
:is(#merit, #about, #voice, #reason, #faq, #flow)::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px; /* Safari 保険用 */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 640px) {
  .inner {
    max-width: 72rem;
  }
}

.bf-color {
  background-color: aqua;
}

.marker-yellow {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: #d3d3d3 0 0 7px 5px;
  min-height: 100vh;
}

/* 親テーマのCSSが効かないようにオーバーライド */
#keni_base-css,
#keni-advanced-css {
  display: none !important;
}

main {
  min-height: calc(100vh - 30.6rem);
}

#merit,
#about,
#voice,
#plan,
#plan,
#reason,
#faq,
#flow,
#contact,
#plan {
  padding-top: 15rem;
  margin-top: -15rem;
}

.header-style {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  justify-content: space-between;
  background-color: #1ca1f1;
  z-index: 9999;
  padding-inline: 3rem;
  color: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .header-style {
    height: 8rem;
  }
}

.header-style__kyoto {
  background-color: #fff;
}

.header-logo h1 img {
  width: 20rem;
}
@media (max-width: 640px) {
  .header-logo h1 img {
    width: 17rem;
  }
}

.header-nav__list {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  height: 100%;
  font-size: 1.8rem;
  width: 100%;
  justify-content: space-between;
}
.header-nav__list .header-nav__item {
  height: 100%;
}

.nav-address {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
}
.nav-address .nav-tel {
  text-align: right;
  justify-content: center;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  font-size: 2rem;
  order: 1;
}
.nav-address .nav-tel span {
  font-size: 1.4rem;
  display: block;
}

.nav-tel-call {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  height: 6rem;
  color: #fff;
  background-color: rgb(244, 126, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  order: 2;
}
@media (max-width: 640px) {
  .nav-tel-call {
    width: 45%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    oreder: 3;
  }
}
.nav-tel-call img {
  width: 3rem;
}
.nav-tel-call .tel-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-tel-call:hover {
  opacity: 0.7;
}

.nav-contact {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  line-height: 1;
  color: #fff;
  background-color: rgb(40, 195, 212);
  order: 3;
  height: 6rem;
}
@media (max-width: 640px) {
  .nav-contact {
    width: 45%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    order: 2;
  }
}
.nav-contact:hover {
  opacity: 0.7;
}

.kyoto-nav-address .nav-tel {
  color: #333;
  font-weight: bold;
}
.kyoto-nav-address .nav-tel span {
  color: #333;
}
.kyoto-nav-address .nav-tel-call {
  color: #333;
}

@media (max-width: 640px) {
  .nav-address {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 8rem;
    left: 0;
    display: flex;
    background-color: #dcdddd;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .nav-address .phone-img img {
    height: 8rem;
  }
  .nav-address.visible {
    opacity: 1;
    visibility: visible;
  }
}
.contact-return-top {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-size: 2rem;
  background-color: #fff;
  color: #1ca1f1;
  font-weight: bold;
}
.contact-return-top p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-return-top:hover {
  opacity: 0.7;
}

.header-nav__list2 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin-right: 1rem;
  justify-content: center;
  padding-block: 1.5rem;
  position: relative;
}
.header-nav__list2 a {
  display: flex;
  align-items: center;
}
.header-nav__list2 a:hover {
  opacity: 0.7;
}
.header-nav__list2 ::after {
  content: "";
  display: block;
  width: 70rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-color-02 {
  background-color: #04384C;
}

/*-------------------------
ハンバーガーメニュー
--------------------------*/
.hb-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.hamburger {
  display: none;
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 1.1rem;
}
.hamburger span:nth-of-type(3) {
  top: 2.2rem;
}
.hamburger.is-open span {
  height: 0.35rem;
}
.hamburger.is-open span:nth-of-type(1) {
  top: 1.2rem;
  transform: rotate(45deg);
}
.hamburger.is-open span:nth-of-type(2) {
  display: none;
}
.hamburger.is-open span:nth-of-type(3) {
  top: 1.2rem;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

@media (max-width: 768px) {
  .header-nav {
    position: absolute;
    top: 100%;
    left: 120%;
    width: 100%;
    transition: all 0.5s ease;
    padding-bottom: 3rem;
  }
}
.header-nav.is-open {
  left: 0;
}

.header-nav__list2 {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-nav__list2 li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .header-nav__list2 {
    flex-direction: column;
    width: 100%;
    padding-inline: 5rem;
  }
  .header-nav__list2 li {
    width: 100%;
    text-align: center;
    padding-block: 1.5rem;
  }
  .header-nav__list2 li a {
    border-bottom: 1px solid #eee;
    width: 100%;
    color: #fff;
  }
}

.header-nav {
  background-color: #1ca1f1;
}

.page-car-lp .header-nav {
  background-color: #1ca1f1;
}

.page-car-lp-kyoto .header-nav {
  background-color: #1ca1f1;
}

.copy-right {
  color: #fff;
  text-align: center;
  padding-block: 1rem;
  background-color: #1ca1f1;
}
@media (max-width: 640px) {
  .copy-right {
    padding-bottom: 10rem;
  }
}

.footer {
  padding-block: 2rem;
  background-color: #1ca1f1;
}
.footer .footer-logo {
  width: 25rem;
  margin-left: 5rem;
}
.footer a img {
  width: 5rem;
}

.footer-style__kyoto {
  background-color: #04384c;
}
.footer-style__kyoto .copy-right {
  background-color: #04384c;
}

.footer-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 640px) {
  .footer-box {
    flex-direction: column;
  }
}

.footer-address {
  color: #fff;
  margin-block: 1rem;
}

.footer-title {
  font-size: 2rem;
}

.main-color-02 {
  background-color: #04384C;
}

.c-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}

.fv {
  position: relative;
  z-index: -2;
  padding-top: 2rem;
}
@media (min-width: 641px) {
  .fv {
    padding-block: 1rem 1rem;
  }
}
@media (max-width: 640px) {
  .fv {
    padding-block: 2rem 2rem;
  }
}

.car-salon-inner {
  max-width: 1000px;
  margin: 9rem auto 0;
}
@media (max-width: 640px) {
  .car-salon-inner {
    margin: 0 auto 0;
  }
}

.fv-img {
  position: absolute;
  right: -4rem;
  z-index: -1;
}
@media (max-width: 640px) {
  .fv-img {
    top: 4.4rem;
    width: 59%;
  }
}
@media (min-width: 641px) {
  .fv-img {
    right: -10rem;
    width: 38%;
    display: flex;
    margin-top: 6rem;
    top: 9rem;
  }
}

.fv-sp {
  font-size: 2rem;
  font-weight: 700;
}

.fv-sp-title {
  font-size: 2rem;
  background-color: #1ca1f1;
  font-weight: 500;
  color: #fff;
  padding: 1rem 2rem;
}
@media (min-width: 641px) {
  .fv-sp-title {
    font-size: 4.8rem;
    margin-top: 5rem;
    position: relative;
    letter-spacing: -0.1rem;
    z-index: 1;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .fv-sp-title {
    margin-top: 2.5rem;
    margin-left: 1rem;
    padding-inline: 1rem;
    letter-spacing: -0.1rem;
    margin-right: 1rem;
    width: 41rem;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 2.6rem;
  }
}

.fv-main-text {
  margin: 5rem 5rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .fv-main-text {
    margin: 0 0 0 1rem;
  }
}
.fv-main-text-img {
  position: absolute;
  bottom: 7.7rem;
  left: 0;
  width: 32rem;
  z-index: -1;
}
@media (max-width: 640px) {
  .fv-main-text-img {
    width: 22rem;
    bottom: 5rem;
  }
}
.fv-main-text .fv-sp-title01 {
  text-align: left;
  font-size: 4.4rem;
  text-shadow: -2px -2px 5px white, 2px -2px 5px white, -2px 2px 5px white, 2px 2px 3px white; /* 文字の周囲4方向に白を配置 */
}
@media (max-width: 640px) {
  .fv-main-text .fv-sp-title01 {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.fv-main-text .fv-sp-title02 {
  text-align: left;
  font-size: 5.5rem;
  text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
}
.fv-main-text .fv-sp-title02 span {
  display: block;
}
@media (max-width: 640px) {
  .fv-main-text .fv-sp-title02 {
    font-size: 3.6rem;
    text-align: left;
  }
}

.fv-red-font {
  position: relative;
}
.fv-red-font .sp-list-img {
  position: absolute;
  bottom: -0.7rem;
  width: 14rem;
  z-index: -1;
}
@media (min-width: 641px) {
  .fv-red-font .sp-list-img {
    width: 2.7rem;
    bottom: 1rem;
  }
}

.fv-sp-text05 {
  padding-left: 2rem;
}
@media (min-width: 641px) {
  .fv-sp-text05 {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
@media (max-width: 640px) {
  .fv-sp-text05 {
    margin-top: 0.5rem;
  }
}

.fv-sp-list {
  display: flex;
}
@media (max-width: 640px) {
  .fv-sp-list {
    justify-content: center;
    margin-top: 1.7rem;
  }
}
.fv-sp-list .fv-sp-list-item {
  position: relative;
  text-align: center;
}
.fv-sp-list .sp-list-img {
  width: 24rem;
}
@media (max-width: 640px) {
  .fv-sp-list .sp-list-img {
    width: 16rem;
  }
}
.fv-sp-list .fv-sp-list-text {
  font-size: 2.5rem;
  margin: 0.5rem 0 0 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .fv-sp-list .fv-sp-list-text {
    font-size: 1.8rem;
  }
}

.sub-text {
  font-size: 1.4rem;
  padding-block: 1rem;
}
@media (max-width: 640px) {
  .sub-text {
    font-size: 1.2rem;
    padding-inline: 1rem;
  }
}

.coating-section {
  background: linear-gradient(to right, #f4dcd7 0%, #f4dbd7 33%, #f9f2ef 72%, #ffecec 100%);
  padding: 6rem 0 7rem;
}
@media (max-width: 640px) {
  .coating-section {
    padding: 1rem 1rem 1rem;
  }
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 640px) {
  .content {
    flex-direction: column;
    position: relative;
    z-index: 0;
    margin-top: 5rem;
    padding-top: 4rem;
    gap: 0;
  }
}

.image-area {
  width: 40rem;
}

.heading {
  text-align: center;
  color: #4b1800;
  text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff;
  font-size: 4.2rem;
  line-height: 1.5;
  margin-bottom: 5rem;
  padding-right: 0.5rem;
}
@media (max-width: 640px) {
  .heading {
    text-align: left;
    width: 46.5rem;
    font-size: 2.8rem;
  }
}

.subhead {
  background: linear-gradient(to bottom, #fff, #f6f6f6 47%, #ededed);
  text-align: center;
  color: #dcb200;
  font-weight: bold;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px #777;
  position: relative;
  width: 70rem;
  font-size: 3.4rem;
}
@media (max-width: 640px) {
  .subhead {
    width: 100%;
    font-size: 2.4rem;
  }
}

.subhead::before,
.subhead::after {
  content: "";
  position: absolute;
  top: 100%;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}

.subhead::before {
  left: 0;
  border-right: 5px solid #333;
}

.subhead::after {
  right: 0;
  border-left: 5px solid #333;
}

.badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -3rem;
}
@media (max-width: 640px) {
  .badges {
    flex-wrap: nowrap;
    gap: 5px;
  }
}

.badges li {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #febf01 0%, #914f00 41%, #f4ac02 82%, #f2b202 100%);
  border: 3px solid #cc9d28;
  color: #fff;
  text-shadow: -1px -1px #826100;
  font-size: 2.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .badges li {
    width: 16rem;
    height: 16rem;
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .parent {
    z-index: 1;
    padding-top: 5rem;
  }
  .heading {
    grid-area: 1/1/2/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff;
    padding-bottom: 1rem;
  }
  .text-area {
    display: contents;
  }
  .image-area {
    position: absolute;
    top: 0rem;
    right: 0;
    z-index: -1;
    width: 25rem;
  }
}
.sub-text {
  text-align: center;
  margin-top: 0.5rem;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 640px) {
  .cta-btn {
    flex-direction: column;
    row-gap: 2rem;
  }
}

.c-btn {
  background-color: #ffcf05;
  color: #173157;
  padding: 1.5rem 2rem;
  border-radius: 3px;
  text-align: center;
  font-size: 1.6rem;
  height: 10rem;
  width: 35rem;
  font-family: 1.6rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 3px;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease;
}

.tel-btn {
  display: flex;
  column-gap: 1rem;
}
.tel-btn .tel-icon {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  border: #333 1px solid;
}
.tel-btn .tel-icon img {
  width: 3rem;
  height: 3rem;
}

.contact-btn {
  display: flex;
  flex-direction: column;
}

.c-btn:hover {
  opacity: 0.6;
}

.cta-btn-main {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
  color: #173157;
}

.price-contact-btn-box .price-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.updown {
  animation-name: updown1; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.home-return {
  font-size: 2.2rem;
  font-weight: bold;
  width: 25rem;
  height: 6rem;
  margin: 0 auto 10rem;
}

/* 隠す用のクラス */
.hidden {
  display: none;
}

/* 表のデザイン */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

.faq {
  padding-inline: 2rem;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  padding-inline: 7.4rem;
  padding-inline: 2rem;
}

.hp-faq-list-item {
  margin-bottom: 1.6rem;
  margin-inline: 10.4rem;
}
@media (max-width: 640px) {
  .hp-faq-list-item {
    margin-inline: 0;
  }
}
.hp-faq-list-item .faq-q__text {
  font-size: 1.6rem;
  line-height: 2;
  padding-block: 1.6rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .hp-faq-list-item .faq-q__text {
    font-size: 2rem;
    padding-block: 2rem;
  }
}
.hp-faq-list-item .faq-q__text-mark {
  font-weight: 600;
  background: #1ca1f1;
  border-radius: 50%;
  color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .hp-faq-list-item .faq-q__text-mark {
    margin-right: 1rem;
  }
}
.hp-faq-list-item .faq-q__text-text {
  color: #333;
  font-weight: 700;
}
@media (max-width: 640px) {
  .hp-faq-list-item .faq-q__text-text {
    padding-right: 1rem;
  }
}
.hp-faq-list-item .faq-plus {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-faq-list-item .faq-plus span {
  background-color: #999;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  margin-top: 3.4rem;
}
.hp-faq-list-item .faq-plus span::after {
  content: "";
  background-color: #999;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.hp-faq-list-item .faq-a__text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1.6rem 0;
  display: flex;
}
@media (max-width: 640px) {
  .hp-faq-list-item .faq-a__text {
    font-size: 2rem;
    padding: 2rem 0;
  }
}
.hp-faq-list-item .faq-a__text-mark {
  font-weight: 600;
  background: #1ca1f1;
  border-radius: 50%;
  color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .hp-faq-list-item .faq-a__text-mark {
    margin-right: 1rem;
  }
}
.hp-faq-list-item .faq-a__text-text {
  font-weight: 700;
  color: #333;
}

.accordion-button {
  cursor: pointer;
  border-radius: 1.5rem 1.5rem 0 0;
  transition: all 0.3s ease;
}

.accordion-content {
  display: none;
  padding-left: 0;
  padding-inline: 7.4rem;
  padding-inline: 2rem;
}

.accordion-button.open {
  background: #1ca1f1;
  border-radius: 1.5rem 1.5rem 0 0;
}
.accordion-button.open .faq-q__text-mark {
  font-weight: 600;
  background: #fff;
  border-radius: 50%;
  color: #333;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  margin-right: 2.4rem;
}
@media (max-width: 640px) {
  .accordion-button.open .faq-q__text-mark {
    margin-right: 1rem;
  }
}
.accordion-button.open .faq-q__text-text {
  font-weight: 700;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion-button.open .faq-plus span {
  background-color: #fff;
}
.accordion-button.open .faq-plus span::after {
  transform: rotate(0deg);
  background-color: #fff;
}

.news {
  padding: 4rem 3rem;
  background-color: #ebf8fd;
}
@media (max-width: 640px) {
  .news {
    padding-inline: 2rem;
  }
}

.news-sub-line {
  border: #1ca1f1 1px solid;
  width: 74rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .news-sub-line {
    width: 100%;
  }
}

.news-box {
  background: #1ca1f1;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: #ddc828 1rem solid;
  color: #fff;
  padding-block: 1rem;
}
.news-box .news-main-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 640px) {
  .news-box .news-main-title {
    font-size: 2rem;
  }
}
.news-box .news-main-title2 {
  font-weight: 700;
  font-size: 3.2rem;
  color: #ddc828;
}
@media (max-width: 640px) {
  .news-box .news-main-title2 {
    font-size: 2.4rem;
  }
}
.news-box p {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 640px) {
  .news-box p {
    font-size: 2rem;
  }
}
.news-box .news-sub-text {
  font-size: 1.3rem;
}
.news-box .news-strong-point {
  font-weight: 700;
  font-size: 2.2rem;
  color: #ddc828;
}
@media (max-width: 640px) {
  .news-box .news-strong-point {
    font-size: 2rem;
  }
}

.future {
  padding: 4rem 3rem;
}
@media (max-width: 640px) {
  .future {
    padding-inline: 2rem;
  }
}

.future-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
}

.future-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-inline: 12rem;
}
@media (max-width: 640px) {
  .future-container {
    flex-direction: column-reverse;
    padding-inline: 0;
  }
}

.future-list {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
}
.future-list li {
  display: flex;
  border-bottom: #d3d3d3 1px dashed;
  margin-bottom: 1rem;
  column-gap: 2rem;
}
@media (max-width: 640px) {
  .future-list li {
    column-gap: 1rem;
  }
}
.future-list li img {
  width: 2.5rem;
}
@media (max-width: 640px) {
  .future-list {
    font-size: 2.2rem;
  }
}

.future-img {
  width: 37rem;
}
@media (max-width: 640px) {
  .future-img {
    width: 100%;
  }
}

.future-text2 {
  padding-inline: 12rem;
}
@media (max-width: 640px) {
  .future-text2 {
    padding-inline: 0;
    font-size: 2.2rem;
  }
}

.merit {
  padding: 4rem 3rem;
}

.merit-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 1rem;
}

.merit-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .merit-items {
    flex-direction: column;
  }
}

.merit-item {
  width: 32%;
  padding: 2rem;
  box-shadow: #d3d3d3 0 0 7px 5px;
  margin-bottom: 3rem;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .merit-item {
    width: 100%;
  }
}
.merit-item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-block: 1rem 2rem;
}
@media (max-width: 640px) {
  .merit-item h3 {
    font-size: 2.2rem;
  }
}
.merit-item p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .merit-item p {
    font-size: 2.2rem;
  }
}

.merit-sub-text {
  font-weight: 500;
}
@media (max-width: 640px) {
  .merit-sub-text {
    font-size: 2.2rem;
  }
}

.Recommended {
  padding: 4rem 3rem;
  text-align: center;
}
@media (max-width: 640px) {
  .Recommended {
    padding-inline: 2rem;
  }
}

.Recommended-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}

.Recommended-list {
  font-size: 1.8rem;
  line-height: 2;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .Recommended-list {
    font-size: 2.2rem;
  }
}
.Recommended-list li {
  display: flex;
  margin-bottom: 1rem;
  text-align: left;
  column-gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .Recommended-list li {
    column-gap: 1rem;
  }
}
.Recommended-list li img {
  width: 2.5rem;
  margin-top: 1rem;
}

.about {
  padding: 4rem 3rem;
  text-align: center;
}
@media (max-width: 640px) {
  .about {
    padding-inline: 2rem;
  }
}

.about-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}

.about-box {
  display: flex;
  column-gap: 5rem;
  padding: 4rem;
  border: #1ca1f1 2px solid;
  text-align: left;
}
@media (max-width: 640px) {
  .about-box {
    flex-direction: column;
    padding: 2rem;
  }
}
.about-box img {
  width: 56rem;
}
@media (max-width: 640px) {
  .about-box img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.about-box p {
  font-size: 2rem;
  font-weight: 500;
}
.about-box .about-name {
  font-size: 2rem;
  border-bottom: #1ca1f1 1px solid;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .about-box .about-name {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.about-box .about-text01 {
  margin-block: 2rem;
}
.about-box .about-text02 {
  margin-block: 2rem;
}

.voice {
  padding: 4rem 2rem;
}
.voice h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}

.voice-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .voice-items {
    flex-direction: column;
  }
}

.voice-item {
  width: 32%;
  padding: 2rem;
  box-shadow: #d3d3d3 0 0 7px 5px;
  margin-bottom: 3rem;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .voice-item {
    width: 100%;
  }
}
.voice-item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-block: 1rem 2rem;
  background-color: #f0f0f0;
}
@media (max-width: 640px) {
  .voice-item .voice-title01 {
    letter-spacing: -0.2rem;
  }
}
.voice-item p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .voice-item p {
    font-size: 2rem;
  }
}
.voice-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.plan {
  padding: 4rem 2rem;
}

.plan-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
}
@media (max-width: 640px) {
  .plan-items {
    flex-direction: column;
  }
}

.plan-item {
  width: 32%;
  border: #1ca1f1 3px solid;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .plan-item {
    width: 100%;
  }
}
.plan-item .plan-item-title {
  font-size: 2.2rem;
  padding-block: 2rem 2rem;
  border: none;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 8.8rem;
}
.plan-item .plan-item-title-01 {
  letter-spacing: -0.1rem;
}
.plan-item .plan-price {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #1ca1f1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #1ca1f1 1px solid;
}
.plan-item .plan-price .font-span {
  font-size: 2rem;
}
.plan-item .period {
  padding-inline: 1rem;
  margin-block: 2rem;
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .plan-item .period {
    margin-block: 1rem;
  }
}
.plan-item .plan-text {
  padding: 2rem 1rem;
}
@media (max-width: 640px) {
  .plan-item .plan-text {
    font-size: 2rem;
    padding: 0 1rem 2rem;
  }
}

.plan-sub-text {
  text-align: center;
}
@media (max-width: 640px) {
  .plan-sub-text {
    font-size: 1.8rem;
  }
}

.sec-plan02 {
  padding-block: 2rem 4rem;
}
.sec-plan02 ul {
  font-size: 2rem;
  padding-left: 22rem;
}
@media (max-width: 640px) {
  .sec-plan02 ul {
    padding-inline: 2rem;
  }
}
.sec-plan02 .sec-plan02-list-title {
  font-size: 2rem;
  font-weight: bold;
}

.price-contact {
  padding: 4rem 3rem 2rem;
  background-color: #ebf8fd;
}

.price-contact-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}
@media (max-width: 640px) {
  .price-contact-btn-box {
    flex-direction: column;
    row-gap: 3rem;
  }
}

.reason {
  padding: 6rem 4rem;
}
@media (max-width: 640px) {
  .reason {
    padding-inline: 2rem;
  }
}

.reason-lists {
  margin: 0 15rem;
  box-shadow: #d3d3d3 0 0 7px 5px;
  padding: 3rem;
}
@media (max-width: 640px) {
  .reason-lists {
    margin: 0;
  }
}

.reason-list__title {
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  column-gap: 2rem;
}
.reason-list__title img {
  width: 2.5rem;
}
.reason-list__title p {
  border-bottom: #333 2px solid;
}
@media (max-width: 640px) {
  .reason-list__title {
    font-size: 2.4rem;
  }
}

.reason-list-text {
  margin-block: 1rem 3rem;
  padding-left: 4.5rem;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .reason-list-text {
    font-size: 2rem;
    padding: 0;
    margin-left: 4rem;
  }
}

.flow {
  padding: 4rem 3rem;
}
@media (max-width: 640px) {
  .flow {
    padding: 2rem 2rem 0;
  }
}

.flow-list .flow-list-title {
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #1ca1f1;
  color: #fff;
  padding: 0.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem 0.5rem 0 0;
}
.flow-list span {
  background-color: #fff;
  color: #1ca1f1;
  padding: 0.5rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
}

.flow-container {
  display: flex;
  justify-content: flex-start;
  padding: 3rem;
  border: #1ca1f1 3px solid;
  border-radius: 0 0 0.5rem 0.5rem;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .flow-container {
    flex-direction: column;
    padding: 1rem;
  }
}
.flow-container img {
  width: 30rem;
}
@media (max-width: 640px) {
  .flow-container img {
    width: 100%;
  }
}
.flow-container .flow-list__text {
  font-size: 2.2rem;
  font-weight: 600;
  flex: 1;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .flow-container .flow-list__text {
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.flow-container::after {
  content: "";
  display: block;
  width: 15rem;
  height: 7.5rem;
  background-color: #003366;
  bottom: -6.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}

.flow-container-last::after {
  display: none;
}

.pay {
  padding: 4rem 3rem;
  padding-inline: 2rem;
}

.pay-box {
  padding: 2rem;
  border: solid 3px #1ca1f1; /* 内側の線になる一本線の枠線をひく*/
  outline: solid 1px #1ca1f1; /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 2px; /* 外側の線と内側の線の空き具合を調整*/
  margin: 2px;
  border-radius: 0.5rem;
  width: 62rem;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 640px) {
  .pay-box {
    width: 100%;
  }
}
.pay-box p {
  font-size: 2.2rem;
  line-height: 2;
}

.mind {
  padding: 4rem 3rem;
}
@media (max-width: 640px) {
  .mind {
    padding: 2rem 2rem 0;
  }
}

.mind-box {
  padding: 3rem 3rem 0;
  border: #1ca1f1 1rem solid;
}
@media (max-width: 640px) {
  .mind-box {
    padding: 0.5rem;
    margin-bottom: 3rem;
  }
}
.mind-box .mind-img {
  margin-bottom: 5rem;
  width: 60rem;
}
@media (max-width: 640px) {
  .mind-box .mind-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.mind-box p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .mind-box p {
    font-size: 2rem;
  }
}
.mind-box .mind-text {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1;
}
@media (max-width: 640px) {
  .mind-box .mind-text {
    width: 100%;
    position: static;
  }
}

.reservation {
  background-color: #1ca1f1;
  height: 10rem;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  position: relative;
}
.reservation::after {
  content: "";
  display: block;
  width: 15rem;
  height: 7.5rem;
  background-color: #1ca1f1;
  bottom: -6.7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}

.contact {
  padding: 9rem 3rem;
  min-height: calc(100vh - 30.6rem);
}

.contact-form__form {
  margin: 0 auto;
  width: 80rem;
}
@media (max-width: 640px) {
  .contact-form__form {
    width: 100%;
  }
}

.contact-title-text {
  text-align: center;
  margin-block: 3rem;
}

.contact-item {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .contact-item {
    flex-direction: column;
  }
}
.contact-item dt label {
  display: flex;
  align-items: center;
  width: 25rem;
  font-size: 2rem;
  margin-top: 0.2rem;
}

.required {
  font-size: 1.8rem;
  color: #fff;
  background-color: #f00;
  padding: 0.5rem 0.5rem 0.8rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  border-radius: 0.5rem;
  margin-left: 0.7rem;
}

dd [type=text] {
  height: 4rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
  width: 100%;
}

dd [type=email] {
  height: 4rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
  width: 100%;
}

dd [type=tel] {
  height: 4rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
  width: 100%;
}

dd [type=checkbox] {
  height: 4rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
  width: 100%;
}

.wpcf7-select {
  height: 4rem;
  width: 25rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
}

.contact-message {
  height: 30rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
  margin-bottom: 2rem;
  width: 100%;
}

.wpcf7-date {
  height: 4rem;
  padding: 0.5rem;
  background-color: #fff;
  border: #cdcdcd 1px solid;
}

.contact-label {
  font-size: 1.8rem;
}

.label-title {
  margin-bottom: 2rem;
}

.date-text {
  font-size: 1.2rem;
}

.wpcf7-submit {
  width: 30rem;
  height: 5rem;
  background-color: #1ca1f1;
  display: flex;
  margin: 0 auto;
  align-self: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 640px) {
  .wpcf7-submit {
    margin-top: 2rem;
  }
}
.wpcf7-submit:hover {
  opacity: 0.8;
}

.wpcf7-spinner {
  display: none;
}

input[type=checkbox] {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #333;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #1ca1f1;
  border-bottom: 2px solid #1ca1f1;
  content: "";
}

.contact-content__label {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.privacy {
  font-size: 1.4rem;
  margin-block: 1rem 3rem;
  text-align: center;
}

.wpcf7-list-item {
  margin-left: 0;
  font-size: 1.6rem;
}

.date dd {
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .wpcf7-form-control-wrap imput[type=text],
  .wpcf7-form-control-wrap imput[type=email],
  .wpcf7-form-control-wrap imput[type=tel] {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .contact-address {
    display: flex;
    flex-direction: column;
    column-gap: 2rem;
  }
}

.address-contact-item {
  margin-bottom: 0rem;
}

.contact-content-tel {
  margin-bottom: 0;
}

.ly_cont {
  display: grid;
  place-content: center;
  padding-block: 2rem 10rem;
}

.bl_selectCont {
  display: none;
}

.bl_selectCont.is_active {
  display: revert;
}

.bl_selectToggle_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bl_selectToggle {
  appearance: none; /* デフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem; /* 右端にスペースを確保 */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' width='10' height='10'%3E%3Cpolygon points='0,0 10,0 5,8' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 10px;
  border: #333 3px solid;
  width: 30rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
}
@media (max-width: 640px) {
  .bl_selectToggle {
    width: 100%;
  }
}

.price-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-block: 1rem;
  color: #333;
  text-align: center;
  padding-top: 10rem;
  position: relative;
}
@media (max-width: 640px) {
  .price-title {
    padding-top: 2rem;
  }
}
.price-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 5rem;
  background-color: #003366;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.select-car-items {
  margin-top: 3rem;
}
@media (max-width: 640px) {
  .select-car-items {
    width: 47rem;
  }
}

.select-car-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-block: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.car-select {
  display: flex;
  justify-content: center;
}

.car-select-box {
  width: 60rem;
  background-color: #fff;
  box-shadow: #d3d3d3 0 0 7px 5px;
}
@media (max-width: 640px) {
  .car-select-box {
    width: 100%;
  }
}
.car-select-box-title {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: #333 1px solid;
}
.car-select-box-car {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.car-select-box-car li {
  border-bottom: #1ca1f1 1px solid;
  border-right: #1ca1f1 1px solid;
  display: flex;
  align-items: center;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 0;
  cursor: pointer;
  width: 20rem;
}
.car-select-box-car li:nth-of-type(3n) {
  border-right: none;
}
@media (max-width: 640px) {
  .car-select-box-car li {
    width: 50%;
  }
  .car-select-box-car li:nth-of-type(3n) {
    border-right: #1ca1f1 1px solid;
  }
  .car-select-box-car li:nth-of-type(2n) {
    border-right: none;
  }
}

.import {
  border-left: none;
}

.select-price {
  display: none;
  margin-top: 3rem;
  border: #1ca1f1 3px solid;
  box-shadow: #d3d3d3 0 0 7px 5px;
}

.select-price-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-block: 1.5rem;
  text-align: center;
}

.select-price-list {
  display: flex;
  flex-direction: column;
}
.select-price-list li {
  display: flex;
  width: 60rem;
  border-top: #1ca1f1 2px solid;
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .select-price-list li {
    width: 100%;
    flex-direction: column;
  }
}
.select-price-list li .select-price-name {
  font-size: 2rem;
  font-weight: bold;
  width: 60%;
  padding: 1rem;
}
@media (max-width: 640px) {
  .select-price-list li .select-price-name {
    width: 100%;
    text-align: center;
  }
}
.select-price-list li .select-price-01 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: #1ca1f1 1px solid;
  padding: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .select-price-list li .select-price-01 {
    border-left: none;
    justify-content: center;
  }
}

.car-select-box-car li.active {
  background-color: rgb(40, 195, 212);
  color: #fff;
}

.price-note {
  text-align: center;
}

.thanks {
  min-height: calc(100vh - 30.6rem);
}

.thanks-text {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 640px) {
  .thanks-text {
    font-size: 1.6rem;
  }
}

#privacy {
  padding: 4rem 3rem;
}
@media (max-width: 640px) {
  #privacy {
    padding-inline: 2rem;
  }
}
#privacy h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}
#privacy h3 {
  background-color: #1ca1f1;
  font-size: 2.2rem;
  padding: 0.5rem 1rem;
  margin-block: 1rem 1rem;
}
#privacy p {
  margin-bottom: 3rem;
}/*# sourceMappingURL=style.css.map */