@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #231815;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #231815;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-025em {
  margin-bottom: 0.25em;
}

.u-text-sup {
  font-size: 0.8em;
  vertical-align: top;
}

.u-text-small {
  font-size: 0.8em;
}

.u-text-redBold {
  color: #c9000c;
  font-weight: 700;
}

.u-text-blueBold {
  color: #006cb6;
  font-weight: 700;
}

.u-inlineBlock {
  display: inline-block;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #59c2e1;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 3s infinite ease-in-out;
  animation: sk-rotate 3s infinite ease-in-out;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #fff;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #fff;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  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 infinite linear;
          animation: splide-loading 1s infinite linear;
  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 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

/*!
component > btn
------------------------------
*/
.c-btn-sample {
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  border-bottom: 2px solid #231815;
  padding-bottom: 0.2em;
}
@media (hover: hover) {
  .c-btn-sample:hover {
    border-bottom: 2px solid rgba(35, 24, 21, 0);
  }
}
.c-btn-sample:active {
  border-bottom: 2px solid rgba(35, 24, 21, 0);
}

.c-btn-line {
  color: #006cb6;
  text-decoration: underline;
}
.c-btn-line:hover {
  text-decoration: none;
}

.c-btn-contact {
  color: #fff;
  background-color: #c9000c;
  display: block;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0.8em 0.75em;
  border-radius: 100px;
  text-align: center;
}
@media (hover: hover) {
  .c-btn-contact:hover {
    background-color: rgba(201, 0, 12, 0.8);
  }
}
.c-btn-contact:active {
  background-color: rgba(201, 0, 12, 0.8);
}

.c-btn-tel, .c-btn-mail {
  color: #fff;
  border-radius: 25px 25px 0 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.7em 0.5em 0.5em;
}
.c-btn-tel span, .c-btn-mail span {
  padding-left: 1.8em;
  position: relative;
}

.c-btn-tel {
  background-color: #006cb6;
}
.c-btn-tel span::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../img/common/ico_tel-01.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.25em;
}

.c-btn-mail {
  background-color: #c9000c;
}
.c-btn-mail span::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../img/common/ico_mail-01.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.25em;
}

.c-btn-experience {
  border: 1px solid #006cb6;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-btn-experience {
    gap: 0;
  }
}
@media (hover: hover) {
  .c-btn-experience:hover {
    border-color: #59c2e1;
  }
  .c-btn-experience:hover .c-btn-experience--right {
    background-color: #59c2e1;
  }
}
.c-btn-experience:active {
  border-color: #59c2e1;
}
.c-btn-experience:active .c-btn-experience--right {
  background-color: #59c2e1;
}
.c-btn-experience--left {
  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;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0.3em 1em 0.2em;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-btn-experience--left {
    padding: 0.5em 0.5em 0.4em 1em;
    letter-spacing: 0;
    width: 52%;
  }
}
.c-btn-experience--right {
  color: #fff;
  background-color: #006cb6;
  width: 52%;
  text-align: center;
  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;
  border-radius: 0 100px 100px 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-experience--right {
    width: 48%;
  }
}
.c-btn-experience--logo {
  width: 5em;
}
@media screen and (max-width: 768px) {
  .c-btn-experience--logo {
    width: 4.5em;
  }
}

.c-btn-experience-reserve {
  color: #fff;
  background-color: #006cb6;
  border-radius: 5px 100px 100px 5px;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-weight: 700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
}
@media (hover: hover) {
  .c-btn-experience-reserve:hover {
    background-color: #59c2e1;
  }
}
.c-btn-experience-reserve:active {
  background-color: #59c2e1;
}
.c-btn-experience-reserve::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.2em);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*!
component > title
------------------------------
*/
.c-title-simple {
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 700;
  margin-bottom: 0.75em;
  border-left: 3px solid #fff;
  padding-left: 0.75em;
  line-height: 1.5;
  text-align: center;
}

.c-title-point {
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 700;
  margin: 1em auto 0.5em;
  border-bottom: 2px solid #59c2e1;
}
@media screen and (min-width: 769px) {
  .c-title-point {
    border-bottom: 3px solid #59c2e1;
  }
}
.c-title-point--num {
  color: #59c2e1;
}

.c-title-speedy {
  font-size: clamp(1.9rem, 3.8vw, 3.8rem);
  font-weight: 400;
  margin: 0.75em auto 0.9em;
}
.c-title-speedy--red {
  color: #c9000c;
  display: inline-block;
  font-size: 128%;
  font-weight: 700;
}

.c-title-line {
  font-size: clamp(3.2rem, 4.2vw, 4.2rem);
  padding-bottom: 0.75em;
  margin-bottom: 0.6em;
  border-bottom: 3px solid #c9000c;
}
@media screen and (min-width: 769px) {
  .c-title-line {
    border-bottom: 4px solid #c9000c;
  }
}
.c-title-line--w1 img {
  width: calc(100% - 1.5em);
}

.c-title-redItalic {
  color: #c9000c;
  font-size: clamp(3.3rem, 4.8vw, 4.8rem);
  font-weight: 700;
  text-align: center;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.c-title-italic {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  text-align: center;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.c-title-lline {
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid currentColor;
  padding-left: 0.7em;
  margin-bottom: 0.75em;
}
.c-title-lline--red {
  color: #c9000c;
}
.c-title-lline--blue {
  color: #006cb6;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 90%;
  margin: auto;
}

.l-container-l {
  max-width: 1000px;
}

.l-container-m {
  max-width: 840px;
}

.l-container-s {
  max-width: 750px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    height: 72px;
    position: relative;
  }
}

.header-logo {
  width: 300px;
  max-width: calc(80% - 100px);
  position: relative;
  margin: 0 auto 10px 20px;
  padding-top: 20px;
}

.header-hamburger {
  position: fixed;
  width: 48px;
  height: 40px;
  top: 30px;
  right: 30px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    width: 44px;
    top: 22px;
    right: 20px;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #231815;
  width: 100%;
}
.header-hamburger span:nth-of-type(1) {
  top: 3px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(1) {
    top: 5px;
  }
}
.header-hamburger span:nth-of-type(2) {
  top: 16px;
}
.header-hamburger span:nth-of-type(3) {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(3) {
    top: 27px;
  }
}
@media (hover: hover) {
  .header-hamburger:hover span {
    background: #006cb6;
  }
}
.header-hamburger:active span {
  background: #006cb6;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(1) {
    top: 16px;
  }
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(3) {
    top: 28px;
  }
}

nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  overflow: hidden;
  color: #231815;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  nav {
    bottom: 0;
  }
}
nav::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #006cb6;
  opacity: 0.8;
}
nav.open {
  display: block;
  overflow: visible;
  opacity: 1;
  right: 0;
}

.header-nav {
  position: relative;
  z-index: 1;
  width: 82%;
  padding: 100px 0 0;
  margin: 0 auto;
  line-height: 1.2;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .header-nav {
    padding: 90px 0 0;
  }
}
.header-nav--wrap {
  max-width: 500px;
  width: 90%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.header-nav--wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9fafa;
  background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 13px 13px;
  opacity: 0.9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header-nav li {
  border-bottom: 1px solid #231815;
}
.header-nav li a {
  position: relative;
  display: block;
  padding: 1em 0.5em;
}
@media (hover: hover) {
  .header-nav li a:hover {
    color: #006cb6;
  }
}
.header-nav li a:active {
  color: #006cb6;
}
.header-nav li a::before {
  content: "";
}
.header-nav--contact {
  position: relative;
  width: 82%;
  margin: 2em auto 0;
}

/*!
layout > footer
------------------------------
*/
footer {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 0 0 100px;
  }
}

.footer-logo {
  max-width: 480px;
  width: 75%;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 20px auto 15px;
  }
}

.footer-image-tel {
  max-width: 480px;
  width: 75%;
  margin: 0 auto;
}

.footer-contact-text {
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  text-align: center;
  margin: 0.25em auto;
}

.footer-fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer-fixed {
    width: 700px;
    right: 0;
    left: auto;
  }
}
.footer-fixed--inner {
  width: 94%;
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
}
.top-fv::before {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f9fafa;
  background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 13px 13px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top-fv::before {
    height: calc(100% + 50px);
  }
}

.top-fv-image {
  position: relative;
  z-index: 2;
}
.top-fv-image img {
  border-radius: 0 0 50px 50px;
}

.top-fv-contact {
  max-width: 600px;
  width: 78.4%;
  margin: -25px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top-fv-contact {
    margin: -40px auto 0;
  }
}

.top-lead {
  max-width: 800px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}

.top-point {
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top-point {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.top-point .top-point-head {
  width: 85%;
  max-width: 780px;
  margin: 0 auto;
}

.top-point-price {
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  position: relative;
  padding: 0 0 50px;
}
@media screen and (min-width: 769px) {
  .top-point-price {
    padding: 0 0 60px;
  }
}
.top-point-price::after {
  content: "";
  width: 100%;
  height: 40px;
  background: url("../img/top/ico_arrow-01.svg") no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 5px;
}
@media screen and (min-width: 769px) {
  .top-point-price::after {
    height: 50px;
  }
}
.top-point-price--line {
  display: inline-block;
  font-size: 1.4em;
  position: relative;
}
.top-point-price--line::before, .top-point-price--line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #c9000c;
}
.top-point-price--line::before {
  top: 40%;
}
.top-point-price--line::after {
  top: 60%;
}
.top-point-price--red {
  color: #c9000c;
  display: inline-block;
  font-size: 1.4em;
  position: relative;
}

.top-point-safety {
  background-color: #fef2f1;
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .top-point-safety {
    padding: 40px 0;
  }
}

.top-point-safety-caution {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  width: 92%;
  margin: 0.5em auto 0;
}
.top-point-safety-caution li {
  margin-top: 0.1em;
  line-height: 1.5;
  padding-left: 1em;
}
.top-point-safety-caution li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-point-safety-caution li::before {
  content: "※";
}

.top-point-flex {
  display: grid;
  grid-template-columns: 1fr 110px;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .top-point-flex {
    grid-template-columns: 1fr 200px;
    margin-top: 40px;
  }
}
.top-point-flex--title {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #59c2e1;
}
@media screen and (min-width: 769px) {
  .top-point-flex--title {
    border-bottom: 3px solid #59c2e1;
    grid-column: 1/2;
  }
}
.top-point-flex--title--num {
  color: #59c2e1;
}
.top-point-flex--text {
  grid-column: 1/2;
  grid-row: 2/3;
}
.top-point-flex--image {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 769px) {
  .top-point-flex--image {
    grid-row: 1/3;
  }
}

.top-point-link {
  width: 80%;
  max-width: 600px;
  margin: 30px auto 0;
}

.top-speedy {
  position: relative;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .top-speedy {
    padding-bottom: 90px;
  }
}
.top-speedy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fef2f1;
  z-index: -1;
}
.top-speedy--redText {
  color: #c9000c;
  font-weight: 700;
  font-size: 130%;
}

.top-speedy-head {
  position: relative;
  z-index: 2;
}

.top-speedy-time {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top-speedy-time {
    margin-bottom: 70px;
  }
}

.top-speedy-image {
  margin: 0 0 20px auto;
  width: 96%;
}
@media screen and (min-width: 769px) {
  .top-speedy-image {
    margin: 0 0 40px auto;
  }
}
.top-speedy-image img {
  border-radius: 50px 0 0 0;
}
.top-speedy-image--wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.top-speedy-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top-speedy-inner {
    margin-bottom: 50px;
  }
}

.top-voice {
  padding: 40px 0;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
}
@media screen and (min-width: 769px) {
  .top-voice {
    padding: 60px 0;
  }
}

.top-voice-item {
  border-top: 1px solid #59c2e1;
  margin: 25px auto;
  padding: 1em 0 0;
}
@media screen and (min-width: 769px) {
  .top-voice-item {
    margin: 40px auto;
  }
}

.top-voice-text {
  padding-bottom: 1.8em;
  background: url("../img/top/bg_line-01.svg") no-repeat center bottom;
}
@media screen and (min-width: 769px) {
  .top-voice-text {
    padding-bottom: 2.2em;
  }
}

.top-voice-person {
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
.top-voice-person img {
  width: 30%;
  max-width: 200px;
}
.top-voice-person figcaption {
  position: absolute;
  left: 64%;
  bottom: 0;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  .top-voice-person figcaption {
    left: 60%;
  }
}

.top-flow {
  padding: 40px 0 50px;
  background-color: #def1fb;
  background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 13px 13px;
}
@media screen and (min-width: 769px) {
  .top-flow {
    padding: 80px 0 100px;
  }
}

.top-flow-inner {
  width: 92%;
  max-width: 840px;
  margin: 0 auto;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  text-align: center;
  position: relative;
}
.top-flow-inner::before {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  background-color: #231815;
  position: absolute;
  left: calc(50% - 1px);
  top: 5px;
}
@media screen and (min-width: 769px) {
  .top-flow-inner::before {
    width: 4px;
    left: calc(50% - 2px);
  }
}

.top-flow-item {
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 25px;
  padding: 1em;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-flow-item {
    border: 2px solid #231815;
    margin: 0 auto 40px;
  }
}
.top-flow-item:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-flow-item:last-child {
    margin: 0 auto;
  }
}
.top-flow-item--image {
  width: 81px;
  position: absolute;
  left: -10px;
  top: calc(50% - 40px);
}
@media screen and (min-width: 769px) {
  .top-flow-item--image {
    width: 120px;
    top: calc(50% - 60px);
  }
}
.top-flow-item--text {
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-flow-item--text {
    text-align: left;
    padding: 0 0 0 60px;
  }
}
.top-flow-item--free {
  display: inline-block;
  background-color: #006cb6;
  line-height: 1.2;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 399px) {
  .top-flow-item--title1 {
    padding-left: 45px;
  }
}
@media screen and (max-width: 399px) {
  .top-flow-item--title {
    padding-left: 25px;
  }
}

.top-flow-dl {
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 25px;
  padding: 0 0 1em;
  margin: 0 auto 30px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .top-flow-dl {
    border: 2px solid #231815;
    padding: 0.5em 0 1em;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 240px 1fr;
  }
}
.top-flow-dl--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -10px;
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .top-flow-dl--image {
    grid-row: 1/3;
    align-self: center;
    margin-top: 0;
  }
}
.top-flow-dl--image figure {
  width: 81px;
}
@media screen and (min-width: 769px) {
  .top-flow-dl--image figure {
    width: 120px;
  }
}
.top-flow-dl--text {
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-flow-dl--text {
    text-align: left;
  }
}
.top-flow-dl--item {
  margin-top: 0.5em;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  grid-column: 2/3;
}

.top-flow-caution {
  text-align: center;
  margin: 1em auto 3em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .top-flow-caution {
    margin: 1em auto 2.5em;
  }
}

.top-lineup {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .top-lineup {
    padding: 80px 0;
  }
}

.top-lineup-caution {
  max-width: 1200px;
  width: 90%;
  margin: 0.5em auto 2em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .top-lineup-caution {
    max-width: 900px;
    margin: 1em auto 2em;
  }
}
.top-lineup-caution li {
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 0.25em;
}

.top-table {
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-table {
    padding: 20px 0 5px;
  }
}
.top-table--inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-table--inner {
    width: 900px;
  }
}
.top-table table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.top-table th, .top-table td {
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff;
}
.top-table th {
  padding: 1em 0.5em 1em 1em;
  text-align: left;
  vertical-align: middle;
}
.top-table th.top-table-title {
  border: none;
  padding: 1em 1.5em;
}
.top-table th.top-table-spec {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  vertical-align: middle;
  padding: 0.5em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-table td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.top-table td.top-table-size {
  padding: 1em 0.25em;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
}
.top-table .top-table-gray {
  background-color: #eeeeef;
  position: relative;
  width: 19.5%;
  vertical-align: top;
}
.top-table .top-table-gray--icon {
  position: absolute;
  width: 70px;
  right: 2px;
  bottom: -3px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-table .top-table-gray--icon {
    width: 50px;
  }
}
.top-table .top-table-lineup {
  text-align: center;
  margin-bottom: 0.5em;
}
.top-table .top-table-lineup dt {
  color: #fff;
  background-color: #231815;
  line-height: 1.3;
  height: 4em;
  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;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.top-table .top-table-lineup dd {
  line-height: 1.3;
}
.top-table .top-table-lineup--capacity {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0.1em;
}
.top-table .top-table-lineup--small {
  font-size: 80%;
}
.top-table .top-table-image {
  padding: 0 0.5em;
}
.top-table .top-table-price {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 700;
  padding: 0.5em;
}
.top-table .top-table-price span {
  font-size: 70%;
}
.top-table .top-table-small {
  font-size: 76%;
}

.top-trust {
  background-color: #f5f5f8;
  padding: 40px 0;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .top-trust {
    padding: 80px 0;
  }
}

.top-trust-block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top-trust-block:not(:last-child) {
    margin-bottom: 70px;
  }
}

.top-faq {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  padding: 30px 0 40px;
}
@media screen and (min-width: 769px) {
  .top-faq {
    padding: 70px 0 80px;
  }
}
.top-faq--inner {
  margin-top: 30px;
}
.top-faq--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top-faq--block {
    margin-bottom: 60px;
  }
}
.top-faq--item {
  display: inline-block;
}
.top-faq--head {
  position: relative;
  text-align: left;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 700;
  padding: 0.75em 30px 0.75em 60px;
  border: none;
  border-bottom: 2px solid #231815;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-faq--head {
    padding: 0.75em 24px 0.75em 42px;
  }
}
@media (hover: hover) {
  .top-faq--head:hover::before, .top-faq--head:hover::after {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-faq--head:active::before, .top-faq--head:active::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.top-faq--head::before {
  content: "";
  background-color: #231815;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: calc(50% - 10px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .top-faq--head::before {
    height: 16px;
    top: calc(50% - 8px);
    right: 12px;
  }
}
.top-faq--head::after {
  content: "";
  background-color: #231815;
  width: 20px;
  height: 2px;
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .top-faq--head::after {
    width: 16px;
  }
}
.top-faq--head.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.top-faq--head.is-open::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.top-faq--head--inner {
  display: block;
  position: relative;
}
.top-faq--head--inner::before {
  content: "Q.";
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  color: #006cb6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -1.5em;
}
.top-faq--body {
  position: relative;
  height: 0;
  padding: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.top-faq--body::before {
  content: "A.";
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  color: #c9000c;
  position: absolute;
  top: 0.6em;
  left: 0.4em;
}
.top-faq--body.is-open {
  height: auto;
  padding: 1em 0.5em 1em 60px;
  line-height: 1.75;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-faq--body.is-open {
    padding: 0.75em 0.5em 0.75em 42px;
  }
}
.top-faq--body.is-open .top-faq-list {
  font-size: clamp(1.6rem, 2vw, 2rem);
  -ms-flex-item-align: center;
      align-self: center;
}
.top-faq--body.is-open .top-faq-list--title {
  font-weight: 700;
  margin-bottom: 0.4em;
  margin-top: 1em;
  line-height: 1.5;
}
.top-faq--body.is-open .top-faq-list--wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-bottom: 1.5em;
  background-color: #f5f5f8;
  padding: 1em 3%;
}
@media screen and (max-width: 399px) {
  .top-faq--body.is-open .top-faq-list--wrap {
    grid-template-columns: 1fr;
    row-gap: 1em;
    padding: 1em 6%;
  }
}
.top-faq--body.is-open .top-faq-list--image figcaption {
  font-size: 75%;
  margin-bottom: 0.4em;
  line-height: 1.5;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.top-faq--body.is-open .top-faq-list--image figcaption::before {
  content: "（例）";
  width: 2em;
  margin-right: 0.2em;
}
.top-faq--body.is-open .top-faq-list li {
  padding-left: 1em;
}
.top-faq--body.is-open .top-faq-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-faq--body.is-open .top-faq-list li::before {
  content: "・";
}
.top-faq--body.is-open .top-faq-caution {
  font-size: 75%;
  padding-left: 1em;
}
.top-faq--body.is-open .top-faq-caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-faq--body.is-open .top-faq-caution::before {
  content: "※";
}
.top-faq--body.is-open .top-faq-link {
  margin: 1em auto;
}

.top-area {
  font-size: clamp(1.6rem, 2vw, 2rem);
  background-color: #f5f5f8;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .top-area {
    padding: 80px 0;
  }
}

.top-area-image {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.top-area-list {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.top-area-list dt {
  font-weight: 700;
}

.top-showroom {
  padding: 45px 0;
}
@media screen and (min-width: 769px) {
  .top-showroom {
    padding: 80px 0;
  }
}

.top-showroom-head {
  display: block;
  width: 100%;
  padding: 1em 70px 1em 20px;
  border: 2px solid currentColor;
  border-radius: 20px;
  background: none;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-showroom-head {
    padding: 1em 50px 1em 20px;
  }
}
.top-showroom-head::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top-showroom-head::before {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
@media (hover: hover) {
  .top-showroom-head:hover {
    color: #006cb6;
  }
}
.top-showroom-head:active {
  color: #006cb6;
}
.top-showroom-head--inner {
  position: relative;
}
.top-showroom-head--inner::before {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 22px;
  position: absolute;
  right: -27px;
  top: calc(50% - 11px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .top-showroom-head--inner::before {
    height: 16px;
    top: calc(50% - 8px);
    right: -21px;
  }
}
.top-showroom-head--inner::after {
  content: "";
  background-color: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  right: -37px;
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-showroom-head--inner::after {
    width: 16px;
    right: -28px;
  }
}
.top-showroom-head.is-open .top-showroom-head--inner::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-showroom-head.is-open .top-showroom-head--inner::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-showroom-body {
  position: relative;
  padding: 0;
  line-height: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  overflow: hidden;
}
.top-showroom-body.is-open {
  height: auto;
  padding: 1em 0.5em 1em;
  line-height: 1.75;
  opacity: 1;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .top-showroom-body.is-open {
    padding: 0.75em 0.5em 0.75em;
  }
}
.top-showroom-body.is-open .top-showroom-block {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top-showroom-body.is-open .top-showroom-block {
    margin-bottom: 50px;
  }
}
.top-showroom-body.is-open .top-showroom-name {
  color: #006cb6;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.top-showroom-body.is-open .top-showroom-detail {
  font-size: clamp(1.4rem, 2vw, 2rem);
  display: grid;
  grid-template-columns: 4.5em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: 1em;
}
.top-showroom-body.is-open .top-showroom-link {
  margin-bottom: 1em;
}
.top-showroom-body.is-open .top-showroom-image img {
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */