@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}


@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.5;
}

body {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

label,
select {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .none-max-1200 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .none-min-1200 {
    display: none;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: #c4c4c6 0 0 7px 0;
          box-shadow: #c4c4c6 0 0 7px 0;
  width: 100%;
  background-color: white;
}
header .header_top {
  height: 30px;
  background-color: #277bc0;
}
@media screen and (max-width: 768px) {
  header .header_top {
    height: 26px;
  }
}
header .header_top > .inner > .h2 {
  color: white;
  font-size: 16px;
  text-align: center;
  padding-block: 3px;
}
@media screen and (max-width: 768px) {
  header .header_top > .inner > .h2 {
    font-size: 12px;
    padding-block: 3px 0;
  }
}
header > .header_bottom {
  width: 100%;
  position: relative;
}
header > .header_bottom > .btm_inner {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner {
    grid-template-columns: -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content auto min-content;
  }
}
@media screen and (min-width: 1850px) {
  header > .header_bottom > .btm_inner {
    display: block;
  }
}
header > .header_bottom > .btm_inner > .header_logo {
  position: relative;
  padding-inline: 80px 44px;
}
@media (max-width: 1500px) {
  header > .header_bottom > .btm_inner > .header_logo {
    padding-inline: 40px 22px;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .header_logo {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .header_logo {
    padding-inline: 10px clamp(12px, 3vw, 22px);
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1850px) {
  header > .header_bottom > .btm_inner > .header_logo {
    position: absolute;
    left: 0;
    top: 0;
  }
}
header > .header_bottom > .btm_inner > .header_logo > .logo {
  width: 337px;
  height: auto;
  margin-block: 33px;
}
@media (max-width: 1500px) {
  header > .header_bottom > .btm_inner > .header_logo > .logo {
    width: 297px;
  }
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .header_logo > .logo {
    margin-block: 20px 4px;
  }
}
@media screen and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .header_logo > .logo {
    width: 155px;
    margin-block: 10px 4px;
  }
}
header > .header_bottom > .btm_inner > .inner {
  padding: 12px 0;
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .inner {
    display: none;
  }
}
@media screen and (min-width: 1850px) {
  header > .header_bottom > .btm_inner > .inner {
    max-width: 900px;
    width: 100%;
    margin: auto;
  }
}
header > .header_bottom > .btm_inner > .inner > .inner_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1850px) {
  header > .header_bottom > .btm_inner > .inner > .inner_upper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left {
  width: clamp(173px, 16vw, 273px);
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .ttl {
  color: white;
  font-size: 14px;
  text-align: center;
  background-color: #003686;
  padding-block: 1.5px;
  border-radius: 4px 4px 0 0;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #277bc0;
  padding: 8px 10px 10px 0;
  border-radius: 0 0 4px 4px;
  position: relative;
  height: 44px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38%;
  right: 5%;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div .mail_img {
  width: clamp(22px, 2vw, 27px);
  height: auto;
  margin-top: 4px;
  margin-right: 4px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div > .txt > span {
  font-weight: bold;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div > .txt > span:nth-of-type(1) {
  color: white;
  font-size: clamp(17px, 1.3vw, 20px);
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div > .txt > span:nth-of-type(2) {
  color: white;
  font-size: 16px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_left > .txt_div > .txt > span:nth-of-type(3) {
  color: #fff500;
  font-size: clamp(17px, 1.3vw, 20px);
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #FF7F00), color-stop(22%, #FFF4CF));
  background: linear-gradient(#FF7F00 22%, #FFF4CF 22%);
  border-radius: 4px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .ttl {
  color: white;
  font-size: 14px;
  text-align: center;
  padding-block: 2px;
  border-radius: 4px 4px 0 0;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 12px;
  padding: 0px 23px 2px;
  border-radius: 0 0 4px 4px;
  margin-top: -6px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .img {
  width: 71px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .txtc {
  font-size: 20px;
  font-weight: 700;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .txtc > .balloon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 9px 2px 13px;
  color: #FF7F00;
  position: relative;
  z-index: 0;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .txtc > .balloon::before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 208px;
  height: 100%;
  background: url(../images/balloon.png) no-repeat center/contain;
  z-index: -1;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .txtc > .balloon > .col-red {
  color: #FF0000;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .txtc > .txt {
  text-align: center;
  margin-top: 4px;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .left > .txtc > .txt > .uline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF500));
  background: linear-gradient(transparent 60%, #FFF500 60%);
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .right > .txt > span {
  display: inline-block;
  vertical-align: middle;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .right > .txt > .shop_name {
  width: 80px;
  padding: 5px 0;
  color: white;
  font-size: 14px;
  background-color: #003686;
  text-align: center;
}
header > .header_bottom > .btm_inner > .inner > .inner_upper > .inner_upper_right > .content > .right > .txt > .tel {
  color: #ff0000;
  margin-left: 8px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.05em;
}
header > .header_bottom > .btm_inner > .inner > .inner_lower {
  max-width: 900px;
}
header > .header_bottom > .btm_inner > .inner > .inner_lower > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: min(1.3541666667vw, 26px);
  padding-block: 8px 0;
}
header > .header_bottom > .btm_inner > .inner > .inner_lower > .nav .nav_item {
  color: #003686;
  font-size: 15px;
  font-weight: bold;
}
header > .header_bottom > .btm_inner > .inner > .inner_lower > .nav .nav_item:hover {
  border-bottom: 2px solid #003686;
  cursor: pointer;
  opacity: 0.7;
}
@media (hover: hover) {
  header > .header_bottom > .btm_inner > .inner > .inner_lower > .nav .nav_item:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
header > .header_bottom > .btm_inner > .tel {
  display: none;
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .tel {
    padding: 10px 0 25px;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div {
    border: 2px solid #E60012;
    border-radius: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  header > .header_bottom > .btm_inner > .tel > .bg_div:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) and (hover: hover) {
  header > .header_bottom > .btm_inner > .tel > .bg_div:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop {
    background-color: #f3a088;
    border-bottom-left-radius: 50% 30%;
    border-bottom-right-radius: 50% 30%;
    padding: 6px 14px 0;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop {
    padding: 3px 7px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop {
    padding: 3px 2px 2px;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop > .tel_img {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop > .tel_img {
    width: 10px;
    height: 14px;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop > .name {
    color: white;
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .shop > .name {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .call {
    margin-top: -10px;
    padding: 5px 10px 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec5046), to(#E60012));
    background: linear-gradient(to bottom, #ec5046, #E60012);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .call {
    padding: 5px 0 2px;
  }
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .call > span {
    color: #FFF500;
    font-size: 19px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .tel > .bg_div > a > .call > span {
    font-size: 16px;
  }
}
header > .header_bottom > .btm_inner > .tel > .txt {
  display: none;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF500));
  background: linear-gradient(transparent 60%, #FFF500 60%);
  min-width: 153px;
  margin: auto;
  position: absolute;
  right: -5px;
  bottom: 10px;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .tel > .txt {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .tel > .txt {
    font-size: 9px;
  }
}
header > .header_bottom > .btm_inner > .tel > .txt > .col-red {
  color: #FF0000;
}
header > .header_bottom > .btm_inner > .tel > .txt > .col-orange {
  color: #FF7F00;
}
header > .header_bottom > .btm_inner > .ham_btn {
  display: none;
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .ham_btn {
    -ms-flex-line-pack: center;
        align-content: center;
    display: block;
  }
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div {
    padding-block: 0;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 63px;
    height: 63px;
    margin-inline: 35px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div {
    margin-inline: auto 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 425px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div {
    width: 43px;
  }
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar {
    display: block;
    width: 36px;
    height: 2px;
    background-color: #003686;
    position: relative;
    border-radius: 1px;
    margin: 0 auto;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar {
    width: 28px;
  }
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar::before, header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 36px;
    background-color: #003686;
    left: 0;
    border-radius: 1px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar::before, header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar::after {
    width: 28px;
  }
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar::before {
    top: -9px;
  }
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar::after {
    bottom: -9px;
  }
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar.open {
    background-color: rgba(255, 255, 255, 0);
  }
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar.open::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header > .header_bottom > .btm_inner > .ham_btn > .btn_div .ham_bar.open::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
header > .header_bottom > .btm_inner > .ham_menu {
  background-color: rgba(0, 0, 0, 0.267);
  position: fixed;
  top: 154px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .ham_menu {
    top: 122px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  header > .header_bottom > .btm_inner > .ham_menu {
    top: 85px;
  }
}
@media (max-width: 1200px) {
  header > .header_bottom > .btm_inner > .ham_menu > .nav {
    margin-left: 35%;
    background-color: rgba(255, 255, 255, 0.99);
    padding: 0 0 30px 30px;
  }
  header > .header_bottom > .btm_inner > .ham_menu > .nav > .nav_item {
    margin-top: 2rem;
  }
  header > .header_bottom > .btm_inner > .ham_menu > .nav > .nav_item:first-of-type {
    padding-top: 2rem;
    margin-top: 0;
  }
  header > .header_bottom > .btm_inner > .ham_menu > .nav > .nav_item > .nav_link {
    color: #003686;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  header > .header_bottom > .btm_inner > .ham_menu > .nav > .nav_item > .nav_link:hover {
    border-bottom: 2px solid #003686;
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 1200px) and (hover: hover) {
  header > .header_bottom > .btm_inner > .ham_menu > .nav > .nav_item > .nav_link:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
header > .header_bottom > .btm_inner > .ham_menu.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

footer {
  background-color: #404040;
}
footer > .inner {
  padding: 14.5px 0;
}
@media screen and (max-width: 768px) {
  footer > .inner {
    padding: 11.5px;
  }
}
footer > .inner > .txt {
  color: white;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer > .inner > .txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 425px) {
  footer > .inner > .txt {
    font-size: 10px;
  }
}

.guide {
  max-width: 819px;
  width: 100%;
  margin: 40px auto 0;
}
.guide > .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: -163px;
}
@media screen and (max-width: 1024px) {
  .guide > .lead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: initial;
  }
}
@media screen and (max-width: 768px) {
  .guide > .lead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.guide > .lead > .img {
  max-width: 240px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .guide > .lead > .img {
    max-width: 152px;
    width: 50%;
  }
}
.guide > .lead > .balloon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 72px;
  background-color: #FFDEDE;
  border: 5px solid #FF0000;
  border-radius: 20px;
  position: relative;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .guide > .lead > .balloon {
    padding: 20px 15px;
    margin-left: 15px;
  }
}
.guide > .lead > .balloon::before, .guide > .lead > .balloon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.guide > .lead > .balloon::before {
  left: -24px;
  width: 24px;
  height: 21px;
  background-color: #FF0000;
}
.guide > .lead > .balloon::after {
  left: -14px;
  width: 15px;
  height: 12px;
  background-color: #FFDEDE;
}
.guide > .lead > .balloon > .txt {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .guide > .lead > .balloon > .txt {
    display: block;
    font-size: clamp(16px, 4vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .guide > .lead > .balloon > .txt:nth-of-type(1) {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .guide > .lead > .balloon > .txt:nth-of-type(2) {
    text-align: right;
  }
}
.guide > .lead > .balloon > .txt.red {
  font-size: 26px;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .guide > .lead > .balloon > .txt.red {
    font-size: clamp(16px, 4vw, 20px);
  }
}
.guide > .btn {
  cursor: pointer;
  max-width: 602px;
  width: 100%;
  margin-left: auto;
  padding: 0 10px 14px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#800000));
  background: linear-gradient(#f00 0%, #800000 100%);
  border: 6px solid #aa0004;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.guide > .btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .guide > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .guide > .btn {
    margin-left: initial;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .guide > .btn {
    padding: 5px 5px 8px;
    font-size: 22px;
  }
}
.guide > .btn > .txt {
  display: block;
}
.guide > .btn > .txt.yellow {
  font-size: 60px;
  color: #FFF500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .guide > .btn > .txt.yellow {
    font-size: clamp(30px, 7.6vw, 38px);
  }
}

.main.front > .banner {
  background-color: red;
}
.main.front > .banner > .banner_div {
  position: fixed;
  right: 0;
  top: 228px;
  max-width: 100px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main.front > .banner > .banner_div:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .banner > .banner_div:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media (max-width: 1200px) {
  .main.front > .banner > .banner_div {
    top: auto;
    bottom: 0;
    left: 0;
    margin-inline: auto;
    max-width: 800px;
    padding: 0 3.5vw;
    margin-bottom: min(60px, 15vw);
  }
}
.main.front > .mainvisual {
  padding-block: 24px 14px;
}
.main.front > .mainvisual > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap {
    width: 100%;
  }
}
.main.front > .mainvisual > .wrap .splide__slide {
  position: relative;
  aspect-ratio: 1000/566;
}
.main.front > .mainvisual > .wrap .splide__slide .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(144, 144, 144, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #fff;
}
.main.front > .mainvisual > .wrap .splide__slide .play-btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  margin-left: 5px;
}
.main.front > .mainvisual > .wrap .splide__slide video {
  display: block;
  opacity: 1;
  visibility: visible;
}
.main.front > .mainvisual > .wrap .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1000/566;
}
.main.front > .mainvisual > .wrap > .guide {
  max-width: 860px;
  width: 100%;
  margin: 24px auto 0;
  padding-top: 30px;
  position: relative;
}
.main.front > .mainvisual > .wrap > .guide > .img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 240px;
  width: 50%;
}
.main.front > .mainvisual > .wrap > .guide > .cttc {
  max-width: 732px;
  width: 100%;
  margin-left: auto;
  padding: 17px 42px;
  background-color: #FFF4CF;
}
@media screen and (max-width: 1024px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc {
    padding: 24px 10px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt {
    margin: auto;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 48px;
  font-weight: 900;
  color: #FF0000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl {
    font-size: 27px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::before, .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 8px;
  height: 47px;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::before, .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::after {
    width: 4px;
    height: 26px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::before {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  left: -25px;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::before {
    left: -20px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::after {
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  right: -25px;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .ttl::after {
    right: -20px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns {
    margin-top: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  width: 100%;
  padding: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#800000));
  background: linear-gradient(#f00 0%, #800000 100%);
  border: 6px solid #aa0004;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn:nth-of-type(1) {
  max-width: 284px;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn:nth-of-type(2) {
  max-width: 277px;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn > .txt {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .btns > .btn > .txt > .col-yellow {
  color: #FFF500;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram {
  margin-top: 13px;
  padding: 17px 14px 16px 16px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram {
    margin-top: 18px;
    padding: 16px 16px 20px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head > .icon {
  width: 45px;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head > .icon {
    width: 24px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head > .txt {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head > .txt {
    margin-left: 10px;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head > .txt > .col-orange {
  color: #FF7F00;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .head > .arrow {
  margin-left: 22px;
  width: 18px;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  width: 58%;
}
@media screen and (max-width: 768px) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .btns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .btns > .btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  max-width: 156px;
  width: 100%;
  padding: 13px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .btns > .btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .btns > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.front > .mainvisual > .wrap > .guide > .cttc > .ctt > .instagram > .btns > .btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 12px;
  background-color: #FF7F00;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.main.front > .mainvisual > .wrap > .img {
  margin-top: 32px;
}
.main.front > .mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1000/566;
}
.main.front > .recommend {
  background: url(../images/recommend_car_bg.webp) no-repeat center/cover;
  padding-block: 24px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend {
    background-image: url(../images/sp_recommend_car_bg.webp);
  }
}
.main.front > .recommend > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1258px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .recommend > .wrap > .recommend_ttl_img {
  max-width: 460px;
  margin-bottom: 39px;
}
.main.front > .recommend > .wrap > .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1300px) {
  .main.front > .recommend > .wrap > .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main.front > .recommend > .wrap > .grid > .item {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 12px 12px 16px;
  background-color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: #C4C4C6 0 0 7px 0;
          box-shadow: #C4C4C6 0 0 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.main.front > .recommend > .wrap > .grid > .item:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .recommend > .wrap > .grid > .item:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .band_txt {
  color: white;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: -27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100px;
  padding-block: 5px;
  background-color: #FF7F00;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .band_txt {
    font-size: 8px;
    padding-block: 4px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .img {
  max-width: 206px;
  margin-bottom: 12px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .img {
    max-width: 160px;
    margin-bottom: 9px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .maker {
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #000000;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 8px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .maker {
    font-size: 10px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .name {
  font-size: 23px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .name {
    font-size: 16px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .option {
  font-size: 14px;
  margin-bottom: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .option {
    font-size: 9px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .lease {
  color: #003686;
  font-size: 12px;
  font-weight: 700;
  border-block: 1px solid #003686;
}
.main.front > .recommend > .wrap > .grid > .item > .lease > .bold {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .lease {
    font-size: 8px;
  }
  .main.front > .recommend > .wrap > .grid > .item > .lease > .bold {
    font-size: 14px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
}
.main.front > .recommend > .wrap > .grid > .item > .price > .red {
  color: #FF0000;
}
.main.front > .recommend > .wrap > .grid > .item > .price > .two-zero {
  font-size: 20px;
}
.main.front > .recommend > .wrap > .grid > .item > .price > .ten {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .price {
    font-size: 10px;
  }
  .main.front > .recommend > .wrap > .grid > .item > .price > .two-zero {
    font-size: 14px;
  }
  .main.front > .recommend > .wrap > .grid > .item > .price > .ten {
    font-size: 7px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .flex {
    margin-bottom: 3px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment {
  border-radius: 4px;
  text-align: center;
  color: white;
  background-color: #FF0000;
  width: 100%;
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment > .top {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .flex > .payment > .top {
    font-size: 11px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .top {
  padding-block: 5px 0px;
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .btm {
  font-weight: 700;
  margin-top: -10px;
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .btm > .zero {
  font-size: 24px;
  font-weight: 700;
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .btm > .yen {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .btm {
    margin-top: -8px;
  }
  .main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .btm > .zero {
    font-size: 18px;
  }
  .main.front > .recommend > .wrap > .grid > .item > .flex > .payment.left > .btm > .yen {
    font-size: 9px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.right > .top {
  padding-block: 5px 0px;
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.right > .btm {
  font-weight: 700;
  margin-top: -8px;
}
.main.front > .recommend > .wrap > .grid > .item > .flex > .payment.right > .btm > .monthly {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .flex > .payment.right > .btm > .monthly {
    font-size: 13px;
  }
}
.main.front > .recommend > .wrap > .grid > .item > .note {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .item > .note {
    font-size: 8px;
  }
}
.main.front > .recommend > .wrap > .grid > .item:nth-of-type(3) > .name {
  letter-spacing: -1.61px;
}
.main.front > .recommend > .wrap > .grid > .modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg {
    background-color: #fff;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content {
  padding: 35px 50px 35px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 733px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content {
    padding: 30px 15px 25px;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    max-width: initial;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top * {
  font-weight: 700;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .head {
    gap: 5px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .head > .maker {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px 1px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .head > .maker {
    padding: 0 5px 1px;
    font-size: 13px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .head > .name {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .head > .name {
    font-size: 20px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .deposit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  background-color: #FFF500;
  border: 1px solid #FF0000;
  border-radius: 28px;
  font-size: 17px;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .deposit {
    padding: 0 10px;
    font-size: 11px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .deposit > .num {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .top > .deposit > .num {
    font-size: 27px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: initial;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .pr {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .pr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .pr > .img {
    max-width: 272px;
    width: 100%;
    margin: auto;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .pr > .txt {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .pr > .txt {
    margin-top: 10px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail {
    width: 100%;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .pricec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .pricec * {
  display: inline-block;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .pricec > .month {
  padding: 8px 5px;
  font-weight: 700;
  border: 1px solid #000000;
  border-radius: 14px;
  line-height: 1;
  vertical-align: super;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .pricec > .price {
  font-size: 30px;
  font-weight: 700;
  color: #FF0000;
  margin-left: 6px;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .pricec > .price > .num {
  font-size: 59px;
  font-weight: 800;
  line-height: 1;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .all-in-price {
  padding: 2px 5px;
  background-color: #FF7F00;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 348px;
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .all-in-price {
    max-width: 330px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .all-in-price * {
  display: inline-block;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .all-in-price > .head {
  font-size: 10px;
  font-weight: 900;
  color: #FF7F00;
  padding: 0 6px;
  line-height: 1;
  background-color: #fff;
  border-radius: 12px;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .all-in-price > .txt {
  font-size: 12px;
  font-weight: 500;
  margin-left: 3px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .all-in-price > .txt {
    font-size: 11px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .list > .item {
  padding: 10px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .list > .item:not(:first-of-type) {
  border-top: 2px dotted #000000;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .list > .item > .ttl {
  font-size: 24px;
  font-weight: 700;
  width: 37%;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .list > .item > .ttl {
    width: 40%;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .list > .item > .txt {
  font-size: 14px;
  line-height: 1.2857142857;
  width: 58%;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .contact-btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B96E1), to(#105C9A));
  background: linear-gradient(#3B96E1 0%, #105C9A 100%);
  border: 1px solid #044B85;
  border-radius: 22px;
  padding: 5px 5px 7px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  max-width: 348px;
  width: 100%;
  margin: 10px auto 0;
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .contact-btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .contact-btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .contact-btn {
    max-width: 330px;
    margin: 10px auto 100px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content > .bottom > .detail > .contact-btn::after {
  content: "▶";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 18px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.main.front > .recommend > .wrap > .grid > .modal > .bg > .content .modal-close {
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .recommend > .wrap > .grid > .modal > .bg > .content .modal-close {
    top: 10px;
    right: 10px;
  }
}
.main.front > .recommend > .wrap > .grid > .modal.is-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.main.front > .recommend > .wrap > .grid > .modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.main.front > .recommend > .wrap > .grid > .modal .modal-close > .inner {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}
.main.front > .recommend > .wrap > .grid > .modal .modal-close > .inner:hover {
  cursor: pointer;
}
.main.front > .recommend > .wrap > .grid > .modal .modal-close > .inner::before, .main.front > .recommend > .wrap > .grid > .modal .modal-close > .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #000000;
}
.main.front > .recommend > .wrap > .grid > .modal .modal-close > .inner::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.main.front > .recommend > .wrap > .grid > .modal .modal-close > .inner::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.main.front > .benefits {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .benefits {
    padding-bottom: 40px;
  }
}
.main.front > .benefits > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .benefits > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .benefits > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .benefits > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .benefits > .wrap:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .benefits > .wrap:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.front > .benefits > .wrap .benefits_eight_img {
  margin-bottom: 30px;
}
.main.front > .benefits > .wrap .benefits_web_img {
  max-width: 816px;
}
.main.front > .reasons {
  padding-bottom: 50px;
}
.main.front > .reasons > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .reasons > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .reasons > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .reasons > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .reasons > .wrap .reasons_top_img, .main.front > .reasons > .wrap .reasons_middle_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .main.front > .reasons > .wrap .reasons_top_img, .main.front > .reasons > .wrap .reasons_middle_img {
    margin-bottom: 20px;
  }
}
.main.front > .flyer {
  padding-bottom: 50px;
}
.main.front > .flyer > .flyer_div {
  max-width: 1500px;
  margin-inline: auto;
}
.main.front > .flyer > .flyer_div > .item:first-of-type {
  margin-bottom: 20px;
}
.main.front > .aboutus {
  padding-bottom: 50px;
  margin-bottom: 50px;
  background-color: #FFF4CF;
  overflow: hidden;
}
.main.front > .aboutus > .aboutus_ttl_div {
  position: relative;
}
.main.front > .aboutus > .aboutus_ttl_div > img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 231px;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .aboutus_ttl_div > img {
    min-height: 139px;
  }
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl {
  position: absolute;
  top: 20px;
  left: calc(50% - 223px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .aboutus_ttl_div > .ttl {
    left: calc(50% - 131px);
  }
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .topline {
  color: #FF7F00;
  font-size: 26px;
  font-weight: 700;
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .topline > .bg_white {
  background-color: white;
  margin-right: 6px;
  vertical-align: bottom;
  padding-inline: 5px;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .topline > .bg_white {
    margin-right: 3px;
  }
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .topline > .large {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .topline {
    font-size: 15px;
  }
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .topline > .large {
    font-size: 25px;
  }
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .middleline,
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .bottomline {
  color: white;
  font-size: 46px;
  font-weight: 700;
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .middleline > .small,
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .bottomline > .small {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .middleline,
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .bottomline {
    font-size: 27px;
  }
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .middleline > .small,
  .main.front > .aboutus > .aboutus_ttl_div > .ttl > .bottomline > .small {
    font-size: 19px;
  }
}
.main.front > .aboutus > .aboutus_ttl_div > .ttl > .bottomline {
  margin-top: -20px;
  display: inline-block;
}
.main.front > .aboutus > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .aboutus > .wrap > .txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}
.main.front > .aboutus > .wrap > .txt > .blue {
  color: #277BC0;
}
.main.front > .aboutus > .wrap > .txt > .red {
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .aboutus > .wrap > picture > img {
    max-width: 600px;
  }
}
.main.front > .carlease > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .carlease > .main-copy {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 733px;
  width: 100%;
  margin: auto;
  padding-block: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .main-copy {
    width: calc(100% - 20px);
  }
}
.main.front > .carlease > .main-copy > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main.front > .carlease > .main-copy > .txt {
  margin-top: 16px;
  padding-top: 6px;
  border-top: 1px solid #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.main.front > .carlease > .all-included {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 425px) {
  .main.front > .carlease > .all-included {
    padding-top: 40px;
  }
}
.main.front > .carlease > .all-included > .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 430px;
  width: calc(100% - 20px);
}
.main.front > .carlease > .all-included > .bg {
  padding-block: 70px 30px;
  background-color: #FFF4CF;
}
@media screen and (max-width: 425px) {
  .main.front > .carlease > .all-included > .bg {
    padding-top: 64px;
  }
}
.main.front > .carlease > .all-included > .bg > .list {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 24px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list {
    gap: 15px;
  }
}
.main.front > .carlease > .all-included > .bg > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main.front > .carlease > .all-included > .bg > .list > .item > .head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-items: center;
  padding: 10px;
  background-color: #003686;
  border-radius: 10px 10px 0 0;
}
.main.front > .carlease > .all-included > .bg > .list > .item > .head > .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list > .item > .head > .txt {
    font-size: 14px;
  }
}
.main.front > .carlease > .all-included > .bg > .list > .item > .body {
  padding: 24px 20px 40px;
  background-color: #fff;
  border: 5px solid #003686;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list > .item > .body {
    padding: 10px;
    border-width: 2px;
  }
}
.main.front > .carlease > .all-included > .bg > .list > .item > .body > .imgc {
  max-width: 330px;
  width: 100%;
  margin: auto;
}
.main.front > .carlease > .all-included > .bg > .list > .item > .body > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list > .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list > .item.reverse > .head {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .all-included > .bg > .list > .item.reverse > .body {
    border: 2px solid #003686;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
}
.main.front > .carlease > .solution {
  padding-block: 50px;
}
.main.front > .carlease > .solution > .problem {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 27.5% 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "imgc ttl" "imgc list";
  gap: 20px 0.8%;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem {
    display: block;
    width: 100%;
  }
}
.main.front > .carlease > .solution > .problem > .ttl {
  grid-area: ttl;
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #003686;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem > .ttl {
    width: calc(100% - 20px);
    margin: auto;
    font-size: 18px;
  }
}
.main.front > .carlease > .solution > .problem > .ttl > .circle {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  background-color: #003686;
  border-radius: 50%;
}
.main.front > .carlease > .solution > .problem > .ttl > .circle.small {
  width: 24px;
  bottom: -35px;
  left: -74px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem > .ttl > .circle.small {
    width: 15px;
    bottom: -40px;
    left: auto;
    right: calc(30% + 24px);
  }
}
.main.front > .carlease > .solution > .problem > .ttl > .circle.large {
  width: 36px;
  bottom: -18px;
  left: -48px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem > .ttl > .circle.large {
    width: 24px;
    bottom: -30px;
    left: auto;
    right: 30%;
  }
}
.main.front > .carlease > .solution > .problem > .imgc {
  grid-area: imgc;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem > .imgc {
    max-width: 176px;
    width: calc(100% - 20px);
    margin: 26px auto 0;
  }
}
.main.front > .carlease > .solution > .problem > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main.front > .carlease > .solution > .problem > .list {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 24px 20px;
  padding: 20px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .problem > .list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  .main.front > .carlease > .solution > .problem > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.main.front > .carlease > .solution > .problem > .list > .item {
  padding: 5px 0 5px 50px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .main.front > .carlease > .solution > .problem > .list > .item {
    max-width: 385px;
    width: 100%;
  }
}
.main.front > .carlease > .solution > .problem > .list > .item > .no {
  display: grid;
  place-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 74px;
  aspect-ratio: 1;
  background-color: #000000;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
}
.main.front > .carlease > .solution > .problem > .list > .item > .content {
  display: grid;
  place-items: center start;
  height: 100%;
  padding: 6px 10px 6px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.main.front > .carlease > .solution > .problem > .list > .item > .content > .txt {
  font-size: 18px;
  font-weight: 700;
}
.main.front > .carlease > .solution > .arrow {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
  max-width: 210px;
  aspect-ratio: 210/60;
  margin-top: 30px;
  background-color: #FF7F00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .arrow {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 425px) {
  .main.front > .carlease > .solution > .arrow {
    max-width: 105px;
  }
}
.main.front > .carlease > .solution > .message {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .message {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .message {
    font-size: clamp(16px, 5vw, 20px);
  }
}
.main.front > .carlease > .solution > .message > .large {
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .message > .large {
    font-size: clamp(20px, 6.3vw, 25px);
  }
}
.main.front > .carlease > .solution > .message > .large > .red {
  color: #FF0000;
}
.main.front > .carlease > .solution > .guide {
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .solution > .guide {
    width: calc(100% - 20px);
  }
}
.main.front > .carlease > .newcar {
  background-color: #ffcb42;
  padding-block: 50px 40px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .newcar {
    padding-block: 20px;
  }
}
.main.front > .carlease > .newcar > .ttl {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .newcar > .ttl {
    padding-left: 10px;
  }
}
.main.front > .carlease > .newcar > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .newcar > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .carlease > .newcar > .wrap > .lead {
  max-width: 950px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .newcar > .wrap > .lead {
    margin: 10px auto 0;
  }
}
.main.front > .carlease > .newcar > .wrap > .lead > .note {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .main.front > .carlease > .newcar > .wrap > .lead > .note {
    margin-top: 10px;
    font-size: 16px;
  }
}
.main.front > .carlease > .summary {
  padding-block: 40px 50px;
}
.main.front > .carlease > .summary > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .summary > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .carlease > .summary > .wrap > .list {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7%;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .summary > .wrap > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.main.front > .carlease > .summary > .wrap > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .summary > .wrap > .list > .item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 500px;
    width: 100%;
  }
}
.main.front > .carlease > .summary > .wrap > .list > .item > .ttl {
  width: 100%;
  padding: 6px;
  background-color: #FF7F00;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 700;
  color: #fff;
}
.main.front > .carlease > .summary > .wrap > .list > .item > .imgc {
  margin-top: 8px;
}
.main.front > .carlease > .summary > .wrap > .list > .item > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main.front > .carlease > .summary > .wrap > .list > .item > .txt {
  margin-top: 20px;
}
.main.front > .carlease > .summary > .wrap > .guide {
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .main.front > .carlease > .summary > .wrap > .guide {
    width: calc(100% - 20px);
  }
}
.main.front > .values {
  padding-bottom: 50px;
}
.main.front > .values > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .values > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .values > .wrap > .list {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7%;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .wrap > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.main.front > .values > .wrap > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .wrap > .list > .item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 500px;
    width: 100%;
  }
}
.main.front > .values > .wrap > .list > .item > .ttl {
  width: 100%;
  padding: 6px;
  background-color: #FF7F00;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 700;
  color: #fff;
}
.main.front > .values > .wrap > .list > .item > .imgc {
  margin-top: 8px;
}
.main.front > .values > .wrap > .list > .item > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main.front > .values > .wrap > .list > .item > .txt {
  margin-top: 20px;
}
.main.front > .values > .compare {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
  padding: 40px 20px;
  background: url(../images/values-compare-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare {
    padding: 25px 10px;
  }
}
.main.front > .values > .compare > .ttl {
  max-width: 769px;
  width: 100%;
  margin: auto;
}
.main.front > .values > .compare > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 5.8263971463%;
  max-width: 841px;
  width: 100%;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
}
.main.front > .values > .compare > .list > .item.loan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main.front > .values > .compare > .list > .item.loan > .head {
  padding: 6px;
  border-radius: 10px 10px 0 0;
  background-color: #919191;
}
.main.front > .values > .compare > .list > .item.loan > .head > .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.loan > .head > .txt {
    font-size: 18px;
  }
}
.main.front > .values > .compare > .list > .item.loan > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 16px 16px;
  border-radius: 0 0 10px 10px;
  border: 3px solid #919191;
  background-color: #EFEFEF;
}
.main.front > .values > .compare > .list > .item.loan > .body > .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.main.front > .values > .compare > .list > .item.loan > .body > .price > .icon {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  background: url(../images/values-compare-icon.webp) no-repeat center/contain;
  font-size: 19px;
  font-weight: 700;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.loan > .body > .price > .icon {
    font-size: 17px;
  }
}
.main.front > .values > .compare > .list > .item.loan > .body .price-txt {
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.loan > .body .price-txt {
    font-size: 44px;
  }
}
.main.front > .values > .compare > .list > .item.loan > .body .price-txt > .small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.loan > .body .price-txt > .small {
    font-size: 31px;
  }
}
.main.front > .values > .compare > .list > .item.loan > .body > .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.loan > .body > .price-list {
    width: 95%;
  }
}
.main.front > .values > .compare > .list > .item.loan > .body > .price-list > .item {
  padding: 0 10px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #000000;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.loan > .body > .price-list > .item {
    font-size: 22px;
  }
}
.main.front > .values > .compare > .list > .item.lease {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main.front > .values > .compare > .list > .item.lease > .head {
  padding: 6px;
  border-radius: 10px 10px 0 0;
  background-color: #FF7F00;
}
.main.front > .values > .compare > .list > .item.lease > .head > .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.lease > .head > .txt {
    font-size: 18px;
  }
}
.main.front > .values > .compare > .list > .item.lease > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 16px 16px;
  border-radius: 0 0 10px 10px;
  border: 3px solid #FF7F00;
  background-color: #fff;
}
.main.front > .values > .compare > .list > .item.lease > .body > .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.main.front > .values > .compare > .list > .item.lease > .body > .price > .icon {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  background: url(../images/values-compare-icon.webp) no-repeat center/contain;
  font-size: 19px;
  font-weight: 700;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.lease > .body > .price > .icon {
    font-size: 17px;
  }
}
.main.front > .values > .compare > .list > .item.lease > .body .price-txt {
  font-size: 48px;
  font-weight: 700;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.lease > .body .price-txt {
    font-size: 44px;
  }
}
.main.front > .values > .compare > .list > .item.lease > .body .price-txt > .small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.lease > .body .price-txt > .small {
    font-size: 31px;
  }
}
.main.front > .values > .compare > .list > .item.lease > .body > .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.lease > .body > .price-list {
    width: 95%;
  }
}
.main.front > .values > .compare > .list > .item.lease > .body > .price-list > .item {
  padding: 0 10px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #000000;
  font-size: 24px;
  font-weight: 700;
  border-color: #FF7F00;
  color: #FF7F00;
}
@media screen and (max-width: 768px) {
  .main.front > .values > .compare > .list > .item.lease > .body > .price-list > .item {
    font-size: 22px;
  }
}
.main.front > .maintenance {
  padding-bottom: 50px;
}
.main.front > .maintenance > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .maintenance > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .maintenance > .wrap > .txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .txt {
    font-size: 16px;
  }
}
.main.front > .maintenance > .wrap > table {
  margin-bottom: 50px;
}
.main.front > .maintenance > .wrap > table > tbody > tr > .th_row {
  font-size: 24px;
  font-weight: 700;
  padding: 32px 42px;
  width: 400px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > .th_row {
    font-size: 14px;
    padding: 20px 0px;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr > .flat7,
.main.front > .maintenance > .wrap > table > tbody > tr > .td_flat7 {
  background-color: #F5F0B6;
  border-inline: 6px solid #FE7522;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > .flat7,
  .main.front > .maintenance > .wrap > table > tbody > tr > .td_flat7 {
    border-inline: 3px solid #FE7522;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr > .flat7 {
  border-top: 6px solid #FE7522;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > .flat7 {
    border-top: 3px solid #FE7522;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr:nth-of-type(5) > .td_flat7 {
  border-bottom: 6px solid #FE7522;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr:nth-of-type(5) > .td_flat7 {
    border-bottom: 3px solid #FE7522;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr > .th_column {
  font-size: 24px;
  font-weight: 700;
  width: 200px;
  vertical-align: middle;
  text-align: center;
  background-color: #EDEDED;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > .th_column {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > .th_column {
    padding: 0 7px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1rem;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr > td {
  text-align: center;
}
.main.front > .maintenance > .wrap > table > tbody > tr > td > .table_mark {
  width: 70px;
  height: 101px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > td > .table_mark {
    width: 40px;
    height: 58px;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr > td > .td_txt {
  text-align: start;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > td > .td_txt {
    font-size: 14px;
  }
}
.main.front > .maintenance > .wrap > table > tbody > tr > th, .main.front > .maintenance > .wrap > table > tbody > tr > td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table > tbody > tr > th, .main.front > .maintenance > .wrap > table > tbody > tr > td {
    padding: 0 15px 16px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > table {
    max-width: 600px;
    margin-inline: auto;
  }
}
.main.front > .maintenance > .wrap > .target {
  position: relative;
  margin-top: 100px;
  padding: 30px 20px 4.5px;
  background-color: #faf8ca;
  -webkit-box-shadow: 0.2px 0.2px 0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target {
    margin-top: 70px;
    padding: 20px 3.5vw;
  }
}
.main.front > .maintenance > .wrap > .target::before, .main.front > .maintenance > .wrap > .target::after {
  content: "";
  position: absolute;
  top: -50px;
  display: block;
  width: 75px;
  height: 147px;
  background: url("./../images/target_deco.webp") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target::before, .main.front > .maintenance > .wrap > .target::after {
    top: -30px;
    width: 40px;
    height: 80px;
  }
}
.main.front > .maintenance > .wrap > .target::before {
  left: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target::before {
    left: 0;
  }
}
.main.front > .maintenance > .wrap > .target::after {
  right: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target::after {
    right: 0;
  }
}
.main.front > .maintenance > .wrap > .target > .lead {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: red;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target > .lead {
    font-size: 24px;
  }
}
.main.front > .maintenance > .wrap > .target > .lead > .inner {
  text-decoration: underline;
}
.main.front > .maintenance > .wrap > .target > .list {
  margin: 60px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target > .list {
    margin-top: 20px;
  }
}
.main.front > .maintenance > .wrap > .target > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #c7c581;
  padding: 25px 0 20px 25px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target > .list > .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}
.main.front > .maintenance > .wrap > .target > .list > .item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.main.front > .maintenance > .wrap > .target > .list > .item > .item__icon {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target > .list > .item > .item__icon {
    width: 43px;
  }
}
.main.front > .maintenance > .wrap > .target > .list > .item > .item__icon > img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
}
.main.front > .maintenance > .wrap > .target > .list > .item > .item__ttl {
  margin-left: 15px;
  width: 30%;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target > .list > .item > .item__ttl {
    margin-left: 10px;
    width: calc(100% - 43px - 10px);
    font-size: 22px;
  }
}
.main.front > .maintenance > .wrap > .target > .list > .item > .item__body {
  margin-left: auto;
  width: 58%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.front > .maintenance > .wrap > .target > .list > .item > .item__body {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
  }
}
.main.front .advantage_reasons {
  padding-bottom: 50px;
}
.main.front .advantage_reasons > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front .advantage_reasons > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front .advantage_reasons .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front .advantage_reasons .wrap {
    width: calc(100% - 20px);
  }
}
.main.front .advantage_reasons .wrap > .list {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7%;
}
@media screen and (max-width: 768px) {
  .main.front .advantage_reasons .wrap > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.main.front .advantage_reasons .wrap > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .main.front .advantage_reasons .wrap > .list > .item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 500px;
    width: 100%;
  }
}
.main.front .advantage_reasons .wrap > .list > .item > .img {
  margin-bottom: 20px;
}
.main.front .advantage_reasons .wrap > .list > .item > .ttl {
  color: #FF7F00;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front .advantage_reasons .wrap > .list > .item > .ttl {
    font-size: 20px;
  }
}
.main.front .advantage_reasons .wrap > .list > .item > .txt {
  font-size: 16px;
}
.main.front > .advantage_points {
  padding-bottom: 50px;
}
.main.front > .advantage_points > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .advantage_points > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .advantage_points > .wrap > .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.main.front > .advantage_points > .wrap > .list > .item {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list > .item {
    width: 100%;
  }
}
.main.front > .advantage_points > .wrap > .list > .item > .head {
  width: 220px;
  margin: 0 auto;
  padding: 7px 30px 8px 0;
  background-color: #FF0000;
  border-radius: 35px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list > .item > .head {
    width: 185px;
    padding: 6px 27px 7px 0;
  }
}
.main.front > .advantage_points > .wrap > .list > .item > .head::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../images/icon-good.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list > .item > .head::before {
    width: 36px;
    height: 36px;
  }
}
.main.front > .advantage_points > .wrap > .list > .item > .head > .txt {
  font-size: 24px;
  font-weight: 700;
  color: #FFF500;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list > .item > .head > .txt {
    font-size: 20px;
  }
}
.main.front > .advantage_points > .wrap > .list > .item > .ttl > .red,
.main.front > .advantage_points > .wrap > .list > .item > .txt > .red {
  color: #FF0000;
}
.main.front > .advantage_points > .wrap > .list > .item > .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list > .item > .ttl {
    font-size: 20px;
    margin-top: 15px;
  }
}
.main.front > .advantage_points > .wrap > .list > .item > .txt {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .main.front > .advantage_points > .wrap > .list > .item > .txt {
    margin-top: 10px;
  }
}
.main.front > .customer {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .customer {
    padding-bottom: 40px;
  }
}
.main.front > .customer * {
  text-align: center;
}
.main.front > .customer > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .customer > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .customer > .wrap > .txt {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap > .txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
.main.front > .customer > .wrap > .list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.main.front > .customer > .wrap > .list > .item {
  width: calc(30% - 15px);
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap > .list > .item {
    width: 100%;
  }
}
.main.front > .customer > .wrap > .list > .item > .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.main.front > .customer > .wrap > .list > .item > .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #FF7F00;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap > .list > .item > .ttl {
    margin-top: 16px;
  }
}
.main.front > .customer > .wrap > .list > .item > .age {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  padding: 4px 32px 6px;
  background-color: #003686;
  border-radius: 4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap > .list > .item > .age {
    margin: 11px auto 0;
    font-size: 14px;
  }
}
.main.front > .customer > .wrap > .list > .item > .txt {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main.front > .customer > .wrap > .list > .item > .txt {
    margin-top: 10px;
  }
}
.main.front > .flow {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow {
    padding-bottom: 40px;
  }
}
.main.front > .flow > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .flow > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .flow > .wrap > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-top: 20px;
  }
}
.main.front > .flow > .wrap > .list > .item {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .list > .item {
    width: 100%;
  }
}
.main.front > .flow > .wrap > .list > .item > .ttl,
.main.front > .flow > .wrap > .list > .item > .head {
  font-weight: 700;
  text-align: center;
}
.main.front > .flow > .wrap > .list > .item > .ttl {
  font-size: 24px;
  color: #FF7F00;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .list > .item > .ttl {
    font-size: 20px;
    margin-top: 15px;
  }
}
.main.front > .flow > .wrap > .list > .item > .head {
  font-size: 18px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .list > .item > .head {
    margin-top: 10px;
  }
}
.main.front > .flow > .wrap > .list > .item > .txt {
  padding: 0 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .list > .item > .txt {
    padding: initial;
  }
}
.main.front > .flow > .wrap > .cttc {
  max-width: 788px;
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background-color: #fffee6;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .cttc {
    max-width: 370px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main.front > .flow > .wrap > .cttc > .img {
  max-width: 288px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .cttc > .img {
    max-width: 370px;
  }
}
.main.front > .flow > .wrap > .cttc > .ctt {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 0 35px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .cttc > .ctt {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.main.front > .flow > .wrap > .cttc > .ctt > .ttl {
  font-size: 26px;
  font-weight: 700;
  color: #FF7F00;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .cttc > .ctt > .ttl {
    font-size: 20px;
    text-align: center;
  }
}
.main.front > .flow > .wrap > .cttc > .ctt > .txt {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .cttc > .ctt > .txt {
    margin-top: 15px;
  }
}
.main.front > .faq {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .faq {
    padding-bottom: 40px;
  }
}
.main.front > .faq > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .faq > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .faq > .wrap > .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 820px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list {
    margin-top: 20px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item .label {
  width: 36px;
  height: 36px;
  padding-top: 6px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item .label {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    font-size: 18px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .question {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding: 15px 50px 15px 20px;
  border: 2px solid #003686;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item > .question {
    gap: 10px;
    padding-left: 15px;
    padding-right: 43px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .question > .label {
  background-color: #003686;
}
.main.front > .faq > .wrap > .faq-list > .item > .question > .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item > .question > .txt {
    padding-top: 3px;
    font-size: 16px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .question > .arrow {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  width: 14px;
  height: 8px;
  background-color: #003686;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item > .question > .arrow {
    top: 26px;
    right: 15px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .question.active > .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main.front > .faq > .wrap > .faq-list > .item > .answer {
  overflow: hidden;
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "label top" "blank txt";
  gap: 16px;
  height: 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item > .answer {
    grid-template-columns: 30px 1fr;
    grid-template-areas: "label top" "txt txt";
    gap: 10px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .answer > .label {
  grid-area: label;
  background-color: #FF0000;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item > .answer > .label {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .answer > .top {
  grid-area: top;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .faq > .wrap > .faq-list > .item > .answer > .top {
    padding-top: 0;
    font-size: 16px;
  }
}
.main.front > .faq > .wrap > .faq-list > .item > .answer > .txt {
  grid-area: txt;
}
.main.front > .company > .ttl {
  color: #FFF500;
  font-size: 30px;
  font-weight: 700;
  background-color: #003686;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.front > .company > .ttl {
    font-size: 20px;
    padding: 8px 10px 7px;
  }
}
.main.front > .company > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .company > .wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.main.front > .company > .wrap > .movie_div {
  margin-inline: auto;
  max-width: 800px;
}
.main.front > .company > .wrap > .movie_div > video {
  width: 100%;
  aspect-ratio: 16/9;
}
.main.front > .company > .wrap > .shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .company > .wrap > .shop-list {
    margin-top: 20px;
  }
}
.main.front > .company > .wrap > .shop-list > .item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .shop-list > .item:not(:last-child) {
    padding-bottom: 0;
    border-width: 0;
  }
}
.main.front > .company > .wrap > .shop-list > .item > * {
  max-width: 830px;
  width: 100%;
  margin: auto;
}
.main.front > .company > .wrap > .shop-list > .item > .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .shop-list > .item > .info-list {
    gap: 15px;
  }
}
.main.front > .company > .wrap > .shop-list > .item > .info-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 25px;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .shop-list > .item > .info-list > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main.front > .company > .wrap > .shop-list > .item > .info-list > .item > .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120px;
  width: 100%;
  padding: 13px;
  background-color: #e0e0e0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .shop-list > .item > .info-list > .item > .label {
    max-width: none;
    padding: 5px 13px;
    font-size: 14px;
  }
}
.main.front > .company > .wrap > .shop-list > .item > .info-list > .item > .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 13px 0;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .shop-list > .item > .info-list > .item > .data {
    padding: 0 13px;
    text-align: center;
  }
}
.main.front > .company > .wrap > .shop-list > .item > .mapc {
  height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .shop-list > .item > .mapc {
    height: 370px;
  }
}
.main.front > .company > .wrap > .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "top top" "left right";
  gap: 24px 20px;
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  .main.front > .company > .wrap > .gallery {
    gap: 10px;
    margin-top: 30px;
  }
}
.main.front > .company > .wrap > .gallery > .imgc.top {
  grid-area: top;
}
.main.front > .company > .wrap > .gallery > .imgc.left {
  grid-area: left;
}
.main.front > .company > .wrap > .gallery > .imgc.right {
  grid-area: right;
}
.main.front > .company > .wrap > .gallery > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main.front > .contact,
.main.front > .reserve {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .main.front > .contact,
  .main.front > .reserve {
    padding: 30px 0 40px;
  }
}
.main.front > .contact > .wrap,
.main.front > .reserve > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap,
  .main.front > .reserve > .wrap {
    width: calc(100% - 20px);
  }
}
.main.front > .contact > .wrap > .ttl,
.main.front > .reserve > .wrap > .ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .ttl,
  .main.front > .reserve > .wrap > .ttl {
    font-size: 20px;
  }
}
.main.front > .contact > .wrap > .form > .row,
.main.front > .reserve > .wrap > .form > .row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .form > .row,
  .main.front > .reserve > .wrap > .form > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .form > .row:not(:first-of-type),
  .main.front > .reserve > .wrap > .form > .row:not(:first-of-type) {
    margin-top: 20px;
  }
}
.main.front > .contact > .wrap > .form > .row > .label,
.main.front > .reserve > .wrap > .form > .row > .label {
  font-weight: 700;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .form > .row > .label,
  .main.front > .reserve > .wrap > .form > .row > .label {
    width: 100%;
  }
}
.main.front > .contact > .wrap > .form > .row > .input,
.main.front > .reserve > .wrap > .form > .row > .input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .form > .row > .input,
  .main.front > .reserve > .wrap > .form > .row > .input {
    width: 100%;
  }
}
.main.front > .contact > .wrap .btnc,
.main.front > .reserve > .wrap .btnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .btnc,
  .main.front > .reserve > .wrap .btnc {
    margin-top: 40px;
  }
}
.main.front > .contact > .wrap .btnc > .btn,
.main.front > .reserve > .wrap .btnc > .btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  max-width: 190px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#800000));
  background: linear-gradient(#f00 0%, #800000 100%);
  border: 3px solid #aa0004;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.main.front > .contact > .wrap .btnc > .btn:hover,
.main.front > .reserve > .wrap .btnc > .btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.front > .contact > .wrap .btnc > .btn:hover,
  .main.front > .reserve > .wrap .btnc > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.front > .contact > .wrap > .form > .row > .label > .req,
.main.front > .reserve > .wrap > .form > .row > .label > .req {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 2px 11px;
  background-color: #FF0000;
  border-radius: 4px;
  margin-left: 15px;
}
.main.front > .contact > .wrap > .form > .row > .input > .text,
.main.front > .contact > .wrap > .form > .row > .input > .date,
.main.front > .contact > .wrap > .form > .row > .input > .select,
.main.front > .reserve > .wrap > .form > .row > .input > .text,
.main.front > .reserve > .wrap > .form > .row > .input > .date,
.main.front > .reserve > .wrap > .form > .row > .input > .select {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #6F6F6F;
  padding: 5px 10px;
}
.main.front > .contact > .wrap > .form > .row > .input > .text,
.main.front > .reserve > .wrap > .form > .row > .input > .text {
  width: 100%;
}
.main.front > .contact > .wrap > .form > .row > .input > .date,
.main.front > .contact > .wrap > .form > .row > .input > .select,
.main.front > .reserve > .wrap > .form > .row > .input > .date,
.main.front > .reserve > .wrap > .form > .row > .input > .select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main.front > .contact > .wrap > .form > .row > .input > .date,
.main.front > .reserve > .wrap > .form > .row > .input > .date {
  margin-right: 20px;
  min-width: 150px;
  min-height: 38px;
}
@media screen and (max-width: 425px) {
  .main.front > .contact > .wrap > .form > .row > .input > .date,
  .main.front > .reserve > .wrap > .form > .row > .input > .date {
    margin-right: 10px;
  }
}
.main.front > .contact > .wrap > .form > .row > .input > .note,
.main.front > .reserve > .wrap > .form > .row > .input > .note {
  font-weight: 500;
  margin-top: 8px;
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .form > .row > .input > .radioc,
  .main.front > .reserve > .wrap > .form > .row > .input > .radioc {
    gap: 10px 30px;
    width: 100%;
  }
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 10px; /*label手前にチェックボックス用の余白を開ける*/
  position: relative;
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::before, .main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::after,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::before,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::after {
  content: "";
  display: block;
  position: absolute;
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::before,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::before {
  background-color: #fff;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #919191;
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::after,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio::after {
  opacity: 0; /*チェック前は非表示*/
  width: 18px;
  height: 10px;
  border-left: 3px solid #FF0000;
  border-bottom: 3px solid #FF0000;
  border-radius: 2px;
  bottom: 7px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio:checked::after,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .radio:checked::after {
  opacity: 1;
}
.main.front > .contact > .wrap > .form > .row > .input > .radioc > .radio > .label > .txt,
.main.front > .reserve > .wrap > .form > .row > .input > .radioc > .radio > .label > .txt {
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
  vertical-align: bottom;
}
.main.front > .contact > .wrap > .form > .row > .input > .ctitle_etc,
.main.front > .reserve > .wrap > .form > .row > .input > .ctitle_etc {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .form > .row > .input > .ctitle_etc,
  .main.front > .reserve > .wrap > .form > .row > .input > .ctitle_etc {
    margin-top: 10px;
  }
}
.main.front > .contact > .wrap > .form > .row > .input > .ctitle_etc:disabled,
.main.front > .reserve > .wrap > .form > .row > .input > .ctitle_etc:disabled {
  background-color: #cecece;
}
@media screen and (max-width: 374px) {
  .main.front > .contact > .wrap > .form > .row > .input.input-date,
  .main.front > .reserve > .wrap > .form > .row > .input.input-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.main.front > .contact > .wrap > .form .ferror,
.main.front > .reserve > .wrap > .form .ferror {
  color: #FF0000;
  font-weight: 700;
  margin-top: 5px;
}
.main.front > .contact {
  background-color: #FFF4CF;
}
.main.front > .reserve {
  background-color: #C5EFD0;
}
@media screen and (max-width: 1200px) {
  .main.front > .reserve {
    padding-bottom: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .reserve {
    padding-bottom: 22vw;
  }
}
.main.front > .reserve > .wrap > .present {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  padding: 5px 5px 6px 9px;
  background-color: #FF7F00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .reserve > .wrap > .present {
    padding: 4px 25px 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .reserve > .wrap > .present {
    padding: 4px 0 5px;
    width: 100%;
    text-align: center;
  }
}
.main.front > .reserve > .wrap > .present > .col-yellow {
  color: #FFF500;
}

.main.contact-form > .contact {
  padding: 50px 0;
  background-color: #FFF4CF;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact {
    padding: 30px 0 40px;
  }
}
.main.contact-form > .contact > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap {
    width: calc(100% - 20px);
  }
}
.main.contact-form > .contact > .wrap > .ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap > .ttl {
    font-size: 20px;
  }
}
.main.contact-form > .contact > .wrap > .form > .row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap > .form > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap > .form > .row:not(:first-of-type) {
    margin-top: 20px;
  }
}
.main.contact-form > .contact > .wrap > .form > .row > .label {
  font-weight: 700;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap > .form > .row > .label {
    width: 100%;
  }
}
.main.contact-form > .contact > .wrap > .form > .row > .input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap > .form > .row > .input {
    width: 100%;
  }
}
.main.contact-form > .contact > .wrap .btnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.contact-form > .contact > .wrap .btnc {
    margin-top: 40px;
  }
}
.main.contact-form > .contact > .wrap .btnc > .btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  max-width: 190px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#800000));
  background: linear-gradient(#f00 0%, #800000 100%);
  border: 3px solid #aa0004;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.main.contact-form > .contact > .wrap .btnc > .btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.contact-form > .contact > .wrap .btnc > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.contact-form > .contact > .wrap > .form > .btnc > .btn.btn-modify {
  background: #919191;
  border: 3px solid #919191;
}
.main.contact-form > .contact > .wrap > .txt {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.main.reserve-form > .reserve {
  padding: 50px 0;
  background-color: #C5EFD0;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve {
    padding: 30px 0 40px;
  }
}
.main.reserve-form > .reserve > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap {
    width: calc(100% - 20px);
  }
}
.main.reserve-form > .reserve > .wrap > .ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap > .ttl {
    font-size: 20px;
  }
}
.main.reserve-form > .reserve > .wrap > .form > .row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap > .form > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap > .form > .row:not(:first-of-type) {
    margin-top: 20px;
  }
}
.main.reserve-form > .reserve > .wrap > .form > .row > .label {
  font-weight: 700;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap > .form > .row > .label {
    width: 100%;
  }
}
.main.reserve-form > .reserve > .wrap > .form > .row > .input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap > .form > .row > .input {
    width: 100%;
  }
}
.main.reserve-form > .reserve > .wrap .btnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.reserve-form > .reserve > .wrap .btnc {
    margin-top: 40px;
  }
}
.main.reserve-form > .reserve > .wrap .btnc > .btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  max-width: 190px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#800000));
  background: linear-gradient(#f00 0%, #800000 100%);
  border: 3px solid #aa0004;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.main.reserve-form > .reserve > .wrap .btnc > .btn:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main.reserve-form > .reserve > .wrap .btnc > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main.reserve-form > .reserve > .wrap > .form > .btnc > .btn.btn-modify {
  background: #919191;
  border: 3px solid #919191;
}
.main.reserve-form > .reserve > .wrap > .txt {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}/*# sourceMappingURL=main.css.map */