@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", 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 "Noto Sans JP", sans-serif;
  font: 16px "Noto Sans JP", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #1a1a1a;
  -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: clip;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", 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: "Noto Sans JP", 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.08em;
  line-height: 1.75;
  color: #1a1a1a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

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-05em {
  margin-bottom: 0.5em;
}

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

.u-text-75per {
  font-size: 75%;
}

.u-text-200per {
  font-size: 200%;
}

.u-text-150per {
  font-size: 150%;
}

.u-text-red {
  color: #9d181d;
}

.u-text-line {
  text-decoration: underline;
}

.u-cta {
  font-size: clamp(1.7rem, 3vw, 3rem);
}
.u-cta--text {
  margin: 1.2em auto 0.5em;
  font-weight: 900;
  text-align: center;
}
.u-cta--marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}

/*!
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: #ffff00;
  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 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.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-header {
  display: block;
  color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.c-btn-header::before {
  content: "";
  background: linear-gradient(45deg, transparent 5px, #b20e19 5px), linear-gradient(135deg, transparent 5px, #b20e19 5px), linear-gradient(225deg, transparent 5px, #b20e19 5px), linear-gradient(315deg, transparent 0px, #b20e19 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: left 0.5s, top 0.5s;
  transition: left 0.5s, top 0.5s;
}
@media screen and (max-width: 399px) {
  .c-btn-header::before {
    left: 8px;
    top: 8px;
  }
}
.c-btn-header--inner {
  padding: 0.7em 1.5em;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-btn-header--inner {
    padding: 0.7em 1em;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-header--inner {
    padding: 0.7em 0.8em;
  }
}
.c-btn-header--inner::before {
  content: "";
  background: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 5px, #fff 5px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 5px, #fff 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
}
.c-btn-header--inner::after {
  content: "";
  background: linear-gradient(45deg, transparent 0px, #f15a24 0px), linear-gradient(135deg, transparent 5px, #f15a24 5px), linear-gradient(225deg, transparent 0px, #f15a24 0px), linear-gradient(315deg, transparent 5px, #f15a24 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (any-hover: hover) {
  .c-btn-header:hover {
    translate: 4px 4px;
  }
  .c-btn-header:hover::before {
    left: 6px;
    top: 6px;
  }
}
.c-btn-header:active {
  translate: 4px 4px;
}
.c-btn-header:active::before {
  left: 6px;
  top: 6px;
}

.c-btn-reserve {
  display: block;
  color: #fff;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-inline: auto;
}
.c-btn-reserve--block {
  position: relative;
}
.c-btn-reserve--block::before {
  content: "";
  background: linear-gradient(45deg, transparent 0px, #f15a24 0px), linear-gradient(135deg, transparent 7px, #f15a24 7px), linear-gradient(225deg, transparent 0px, #f15a24 0px), linear-gradient(315deg, transparent 7px, #f15a24 7px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-btn-reserve--block::after {
  content: "";
  background: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 7px, #fff 7px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 7px, #fff 7px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  z-index: -1;
}
@media screen and (max-width: 399px) {
  .c-btn-reserve--block::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}
.c-btn-reserve::after {
  content: "";
  background: linear-gradient(45deg, transparent 7px, #b20e19 7px), linear-gradient(135deg, transparent 7px, #b20e19 7px), linear-gradient(225deg, transparent 7px, #b20e19 7px), linear-gradient(315deg, transparent 0px, #b20e19 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: left 0.5s, top 0.5s;
  transition: left 0.5s, top 0.5s;
}
@media screen and (max-width: 399px) {
  .c-btn-reserve::after {
    left: 12px;
    top: 12px;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-reserve--small {
    font-size: 90%;
  }
}
.c-btn-reserve--inner {
  padding: 1em 1.5em;
  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-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-btn-reserve--inner {
    padding: 0.7em 1em 1em;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-reserve--inner {
    padding: 0.7em 0.8em 0.9em;
  }
}
.c-btn-reserve--inner::before {
  content: "";
  width: 1.5em;
  height: 1em;
  background: url("../img/top/ico_mail-01.svg") no-repeat center left;
  display: inline-block;
}
@media (any-hover: hover) {
  .c-btn-reserve:hover {
    translate: 4px 4px;
  }
  .c-btn-reserve:hover::after {
    left: 11px;
    top: 11px;
  }
}
.c-btn-reserve:active {
  translate: 4px 4px;
}
.c-btn-reserve:active::after {
  left: 11px;
  top: 11px;
}

.c-btn-mark {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-btn-mark {
    width: 70px;
  }
}
@media (any-hover: hover) {
  .c-btn-mark:hover {
    opacity: 0.7;
  }
}
.c-btn-mark:active {
  opacity: 0.7;
}

.c-btn-footer {
  color: #fff;
  font-size: clamp(2.6rem, 3.8vw, 3.8rem);
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.c-btn-footer::before {
  content: "";
  background: linear-gradient(45deg, transparent 5px, #6d1200 5px), linear-gradient(135deg, transparent 5px, #6d1200 5px), linear-gradient(225deg, transparent 5px, #6d1200 5px), linear-gradient(315deg, transparent 0px, #6d1200 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: left 0.5s, top 0.5s;
  transition: left 0.5s, top 0.5s;
}
@media screen and (max-width: 399px) {
  .c-btn-footer::before {
    left: 8px;
    top: 8px;
  }
}
.c-btn-footer::after {
  content: "";
  width: 72px;
  height: 75px;
  background: url("../img/top/img_box-btn.svg") no-repeat right top;
  position: absolute;
  right: -50px;
  top: -40px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-btn-footer::after {
    width: 92px;
    height: 95px;
  }
}
.c-btn-footer--inner {
  line-height: 1.2;
  padding: 0.8em 2em;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-btn-footer--inner {
    padding: 0.7em 1em 0.8em;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-footer--inner {
    padding: 0.7em 0.8em 0.8em;
  }
}
.c-btn-footer--inner::before {
  content: "";
  background: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 5px, #fff 5px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 5px, #fff 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
}
.c-btn-footer--inner::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d181d), to(#cd361c));
  background: linear-gradient(90deg, #9d181d 0%, #cd361c 100%);
  -webkit-mask-image: linear-gradient(45deg, transparent 0px, #000 0px), linear-gradient(135deg, transparent 5px, #000 5px), linear-gradient(225deg, transparent 0px, #000 0px), linear-gradient(315deg, transparent 5px, #000 5px);
  -webkit-mask-position: bottom left, top left, top right, bottom right;
  -webkit-mask-size: 50.5% 50.5%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(45deg, transparent 0px, #000 0px), linear-gradient(135deg, transparent 5px, #000 5px), linear-gradient(225deg, transparent 0px, #000 0px), linear-gradient(315deg, transparent 5px, #000 5px);
  mask-position: bottom left, top left, top right, bottom right;
  mask-size: 50.5% 50.5%;
  mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (any-hover: hover) {
  .c-btn-footer:hover {
    translate: 4px 4px;
  }
  .c-btn-footer:hover::before {
    left: 6px;
    top: 6px;
  }
}
.c-btn-footer:active {
  translate: 4px 4px;
}
.c-btn-footer:active::before {
  left: 6px;
  top: 6px;
}

.c-btn-confirm {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 500;
  background-color: #9d181d;
  color: #fff;
  display: block;
  padding: 1em;
  border: none;
  border-radius: 5px;
  width: 100%;
  line-height: 1.2;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-btn-confirm:hover {
    background-color: #f15a24;
  }
}
.c-btn-confirm:active {
  background-color: #f15a24;
}
.c-btn-confirm:disabled {
  color: #fff;
  background-color: #ccc;
  cursor: not-allowed;
}

.c-btn-return {
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 5px;
  background-color: rgb(140.5, 140.5, 140.5);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  padding: 1em 2em;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: inline-block;
}
@media (any-hover: hover) {
  .c-btn-return:hover {
    background: rgb(117.6, 117.6, 117.6);
  }
}
.c-btn-return:active {
  background: rgb(117.6, 117.6, 117.6);
}

/*!
component > title
------------------------------
*/
.c-title-lead {
  text-align: center;
  font-size: clamp(2.9rem, 5.4vw, 5.4rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-title-lead--big {
  font-size: clamp(6rem, 9.4vw, 9.4rem);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00), color-stop(90%, #ffff00), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #ffff00 60%, #ffff00 90%, transparent 90%);
}
.c-title-lead::before {
  content: "";
  width: 2.5em;
  height: 4.6em;
  background: url("../img/top/bg_slash-left.svg") no-repeat left bottom;
  display: block;
}
.c-title-lead::after {
  content: "";
  width: 2.5em;
  height: 4.6em;
  background: url("../img/top/bg_slash-right.svg") no-repeat right bottom;
  display: block;
}

.c-title-easy {
  font-size: clamp(3.2rem, 5.8vw, 5.8rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}

.c-title-concerns {
  text-align: center;
  font-size: clamp(2.9rem, 5.4vw, 5.4rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.c-title-concerns--inner {
  display: inline-block;
  position: relative;
}
.c-title-concerns--inner::before {
  content: "";
  width: 2.5em;
  height: 3em;
  background: url("../img/top/ico_concerns-01.svg") no-repeat right top;
  position: absolute;
  right: -2.25em;
  top: 0;
}
.c-title-concerns--big {
  color: #ffff00;
  font-size: clamp(6rem, 11.4vw, 11.4rem);
  padding-bottom: 0.05em;
  display: inline-block;
}

.c-title-speed {
  font-size: clamp(3em, 5.4vw, 5.4rem);
  font-weight: 900;
  line-height: 1.2;
}
.c-title-speed--logo {
  display: inline-block;
  width: 70%;
  margin-right: 0.2em;
  vertical-align: baseline;
}
.c-title-speed--yellow {
  color: #ffff00;
  font-size: 150%;
  display: inline-block;
  padding-bottom: 0.1em;
}
.c-title-speed::after {
  content: "";
  width: 1.8em;
  height: 1.75em;
  background: url("../img/top/ico_arrow-01.svg") no-repeat center center;
  display: block;
  margin: 0.5em auto 0.25em;
}

.c-title-reason {
  color: #fff;
  font-size: clamp(2.4em, 4.8vw, 4.8rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  padding: 1em 0 0.6em;
  margin-bottom: 0.75em;
  background: url("../img/top/bg_box-01.svg") no-repeat center center;
  background-size: contain;
}

.c-title-anything {
  text-align: center;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 900;
  line-height: 1.3;
  padding: 1.2em 0;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
.c-title-anything::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  background: url("../img/top/bg_anything-01.svg") no-repeat left center;
  background-size: contain;
  width: 30%;
  height: 100%;
}
.c-title-anything::after {
  content: "";
  position: absolute;
  right: -5%;
  top: 0;
  background: url("../img/top/bg_anything-02.svg") no-repeat right center;
  background-size: contain;
  width: 30%;
  height: 100%;
  z-index: -1;
}
.c-title-anything--logo {
  display: inline-block;
  width: 55%;
  margin-right: 0.2em;
  vertical-align: baseline;
}
.c-title-anything--yellow {
  color: #ffff00;
  font-size: 150%;
}
@media screen and (min-width: 769px) {
  .c-title-anything--yellow {
    font-size: 170%;
  }
}
.c-title-anything--h2 {
  font-weight: 900;
  margin-bottom: 0.4em;
  line-height: 1.2;
}

.c-title-step {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.8rem, 3.8vw, 3.8rem);
  line-height: 1.3;
}
.c-title-step--sub {
  margin-bottom: 0.2em;
}
.c-title-step--main {
  color: #9d181d;
  font-weight: 900;
  font-size: clamp(4.1rem, 5.8vw, 5.8rem);
  line-height: 1.2;
  margin-bottom: 0.75em;
}
.c-title-step--en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(6.8rem, 10.8vw, 10.8rem);
  display: block;
  line-height: 1;
}

.c-title-area {
  text-align: center;
  font-size: clamp(2.9rem, 5.4vw, 5.4rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.c-title-area--logo {
  display: inline-block;
  width: 50%;
  margin-right: 0.2em;
  vertical-align: baseline;
}
.c-title-area--yellow {
  color: #ffff00;
  font-size: clamp(6rem, 10.2vw, 10.2rem);
}

.c-title-promise {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.c-title-promise--main {
  color: #9d181d;
  font-size: clamp(3.8rem, 5.6vw, 5.6rem);
  font-weight: 900;
  margin-top: -0.7em;
  line-height: 1;
}
.c-title-promise--num {
  color: #b20e19;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 180%;
  margin-right: 0.05em;
}

.c-title-faq {
  text-align: center;
  font-size: clamp(2.9rem, 6.2vw, 6.2rem);
  font-weight: 900;
  margin-bottom: 0.25em;
}

.c-title-form {
  text-align: center;
  font-size: clamp(2.9rem, 5.4vw, 5.4rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.c-title-form--red {
  display: block;
  color: #9d181d;
  font-size: clamp(3.6rem, 6.2vw, 6.2rem);
}

.c-title-simple {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
}

.c-title-example {
  text-align: center;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .c-title-example {
    line-height: 1.4;
  }
}
.c-title-example--big {
  color: #9d181d;
  text-align: center;
  font-size: clamp(4.2rem, 7.2vw, 7.2rem);
  font-weight: 900;
  line-height: 1.5;
}

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

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

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

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

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

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

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px 20px 20px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 7px 15px 15px 15px;
  }
}
@media screen and (max-width: 399px) {
  header {
    padding: 7px 15px 15px 10px;
  }
}

.header-logo {
  width: 230px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 153px;
  }
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
}

.footer-info {
  color: #fff;
  background-color: #444720;
  padding: 1.8em 0;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 500;
}
.footer-info--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (min-width: 769px) {
  .footer-info--list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (any-hover: hover) {
  .footer-info--list a:hover {
    text-decoration: underline;
  }
}
.footer-info--list a:active {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .footer-info {
    text-align: center;
  }
}

.footer-fixed {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  display: block;
  padding: 10px 10px 20px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px 20px 5px 5px;
  -webkit-box-shadow: 0 4px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px -4px rgba(0, 0, 0, 0.2);
  z-index: 100;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}
@media screen and (min-width: 769px) {
  .footer-fixed {
    padding: 10px 60px 30px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer-fixed--text {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 0.2em;
  position: relative;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
.footer-fixed.is-none {
  bottom: -300px;
  overflow: hidden;
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
  background-color: #333513;
}
.top-fv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 50px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-fv::before {
    height: 28px;
  }
}
.top-fv::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 50px;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-fv::after {
    height: 28px;
  }
}

.top-lead {
  text-align: center;
  background-color: #fff;
  padding: 20px 0 30px;
}
@media screen and (min-width: 769px) {
  .top-lead {
    padding: 50px 0 70px;
  }
}
.top-lead--image {
  width: 96%;
  margin-inline: auto;
}
.top-lead--text {
  font-size: clamp(2.5rem, 4.7vw, 4.7rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.top-concerns {
  color: #fff;
  background: url("../img/top/bg_concerns-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .top-concerns {
    padding: 100px 0;
  }
}

.top-concerns-list {
  max-width: 700px;
  margin-inline: auto;
}
.top-concerns-list--item {
  font-size: clamp(1.8rem, 4.2vw, 4.2rem);
  font-weight: 500;
  min-height: 2em;
  margin-bottom: 1em;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 2.5em 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-concerns-list--item::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: url("../img/top/ico_check-01.svg") no-repeat left center;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
}
.top-concerns-list--bg {
  color: #ffff00;
  font-weight: 900;
  background-color: #696c39;
  display: inline-block;
  line-height: 1.4;
}

.top-speed {
  text-align: center;
  color: #fff;
  background: center center #f15a24;
  background-size: cover;
  background-image: url("../img/top/bg_speed-sp.jpg");
  padding: 45px 0 70px;
}
@media screen and (min-width: 769px) {
  .top-speed {
    background-image: url("../img/top/bg_speed-pc.jpg");
    padding: 100px 0;
  }
}

.top-speed-text {
  text-align: center;
  font-size: clamp(2.9rem, 5.2vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.top-reason {
  background-color: #e6e6e6;
  padding: 25px 0 50px;
}
@media screen and (min-width: 769px) {
  .top-reason {
    padding: 70px 0 100px;
  }
}

.top-reason-item {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 860px) {
  .top-reason-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }
}
.top-reason-item--num {
  width: 52px;
  height: 52px;
  background: linear-gradient(45deg, transparent 0px, #b20e19 0px), linear-gradient(135deg, transparent 5px, #b20e19 5px), linear-gradient(225deg, transparent 0px, #b20e19 0px), linear-gradient(315deg, transparent 5px, #b20e19 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  display: block;
  padding: 10px 10px 10px 8px;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media screen and (min-width: 992px) {
  .top-reason-item--num {
    width: 70px;
    height: 70px;
  }
}
.top-reason-item--num img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-reason-item--text {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 5% 20px 55px;
}
@media screen and (min-width: 860px) {
  .top-reason-item--text {
    padding: 55px 7% 30px;
  }
}
.top-reason-item--text dt {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.top-reason-item--image {
  height: 100%;
}
.top-reason-item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top-anything {
  color: #fff;
  background-color: #444720;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .top-anything {
    padding: 80px 0;
  }
}
.top-anything--inner {
  color: #1a1a1a;
  background: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 10px, #fff 10px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
  padding: 25px 4% 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-anything--inner {
    padding: 40px 3%;
  }
}
.top-anything--list {
  max-width: 600px;
  width: 94%;
  margin-inline: auto;
  position: relative;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  font-weight: 900;
  line-height: 1.5;
}
.top-anything--list li {
  margin-bottom: 0.25em;
  padding-left: 1.8em;
  background: url("../img/top/ico_check-02.svg") no-repeat left center;
  background-size: 1.5em;
}
.top-anything--text {
  color: #b20e19;
  max-width: 600px;
  width: 94%;
  margin-inline: auto;
  margin: 0.5em auto 1em;
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  font-weight: 900;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .top-anything--text {
    text-align: center;
  }
}

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

.top-step-item {
  margin-bottom: 23px;
  position: relative;
}
.top-step-item::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-step-item {
    margin-bottom: 50px;
  }
}
.top-step-item--title {
  color: #9d181d;
  font-size: clamp(2.6rem, 4.2vw, 4.2rem);
  text-align: center;
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
  margin-top: 0.2em;
}
.top-step-item--num {
  font-size: clamp(6.8rem, 10.2vw, 10.2rem);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.top-step-item--text {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-top: 1em;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 1.5em;
}

.top-step-caution {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.5;
}
.top-step-caution--big {
  font-size: 150%;
  font-weight: 900;
}

.top-area {
  color: #fff;
  background-color: #333513;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .top-area {
    padding: 80px 0;
  }
}
.top-area--inner {
  color: #1a1a1a;
  background-color: #fff;
  border: 2px solid currentColor;
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
  padding: 20px 5%;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}
@media screen and (min-width: 769px) {
  .top-area--inner {
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 4%;
  }
}

.top-area-lead {
  margin-bottom: 1.8em;
}
.top-area-lead--bold {
  color: #6d1200;
  font-weight: 700;
  display: inline-block;
}

.top-area-content {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  row-gap: 0.5em;
}

.top-area-region:not(:last-child) {
  margin-bottom: 0.5em;
}
.top-area-region dt {
  border-bottom: 1px solid currentColor;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 0.2em;
}
.top-area-region dd {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.5;
}

.top-area-caution {
  margin: 2em auto;
}

.top-promise {
  padding: 40px 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
@media screen and (min-width: 769px) {
  .top-promise {
    padding: 80px 0;
  }
}

.top-promise-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top-promise-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.top-promise-item--title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
.top-promise-item--image {
  margin-top: 1.2em;
}

.top-faq {
  color: #fff;
  background: url("../img/top/bg_faq.jpg") no-repeat center center;
  background-color: #f15a24;
  background-size: cover;
  padding: 45px 0;
}
@media screen and (min-width: 769px) {
  .top-faq {
    padding: 80px 0;
  }
}

.top-faq-item {
  color: #1a1a1a;
  background-image: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 10px, #fff 10px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .top-faq-item {
    background-image: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 6px, #fff 6px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 6px, #fff 6px);
  }
}
.top-faq-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top-faq-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-faq-item--q {
  padding: 1em 5%;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  line-height: 1.4;
  font-weight: 900;
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  list-style-type: none;
  cursor: pointer;
}
@media screen and (max-width: 399px) {
  .top-faq-item--q {
    grid-template-columns: 15px 1fr 16px;
    padding: 1em 3% 1em 4%;
    -webkit-column-gap: 0.6em;
       -moz-column-gap: 0.6em;
            column-gap: 0.6em;
  }
}
.top-faq-item--q::marker {
  content: "";
}
.top-faq-item--q::-webkit-details-marker {
  display: none;
}
.top-faq-item--q::before {
  content: "";
  width: 100%;
  height: 40px;
  background: url("../img/top/txt_q-01.svg") no-repeat left center;
  display: block;
}
.top-faq-item--q::after {
  content: "";
  width: 100%;
  height: 20px;
  background: url("../img/top/ico_arrow-02.svg") no-repeat center center;
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.top-faq-item--a {
  padding: 1.2em 5% 1.5em;
  display: grid;
  grid-template-columns: 30px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-top: 1px solid #6d1200;
  line-height: 1.6;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (max-width: 399px) {
  .top-faq-item--a {
    grid-template-columns: 15px 1fr;
    padding: 1em 5% 1em 4%;
    -webkit-column-gap: 0.6em;
       -moz-column-gap: 0.6em;
            column-gap: 0.6em;
  }
}
.top-faq-item--a::before {
  content: "";
  width: 100%;
  height: 40px;
  background: url("../img/top/txt_a-01.svg") no-repeat left center;
  display: block;
}
.top-faq-item--a--inner {
  -ms-flex-item-align: center;
      align-self: center;
}
.top-faq-item[open] .top-faq-item--q::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-faq-item:not([open]) .top-faq-contents {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
@media (any-hover: hover) {
  .top-faq-item:hover .top-faq-item--q::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.top-faq-item:active .top-faq-item--q::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-faq-item--caution {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.top-example {
  background-color: #f2f2f2;
  padding: 30px 0 40px;
}
@media screen and (min-width: 769px) {
  .top-example {
    padding: 80px 0;
  }
}
.top-example--section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-example--section {
    margin-bottom: 40px;
  }
}

.top-example-list {
  max-width: 1000px;
  width: 96%;
  margin-inline: auto;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .top-example-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    margin: 30px auto 0;
  }
}

.top-example-item {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: linear-gradient(45deg, transparent 0px, #b20e19 0px), linear-gradient(135deg, transparent 5px, #b20e19 5px), linear-gradient(225deg, transparent 0px, #b20e19 0px), linear-gradient(315deg, transparent 5px, #b20e19 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: relative;
  padding: 13px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .top-example-item {
    padding: 25px;
  }
}
.top-example-item::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-image: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 5px, #fff 5px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 5px, #fff 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-example-item::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
  }
}
.top-example-item--name {
  margin-top: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-example-item--name li {
  line-height: 1.4;
}
.top-example-item--name li:not(:last-child) {
  margin-bottom: 0.25em;
}
.top-example-item--price {
  margin-top: 0.25em;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
}

.top-example-caution {
  text-align: center;
  margin-top: 1.5em;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  text-indent: -1em;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}

.top-example-category {
  max-width: 1000px;
  width: 96%;
  margin-inline: auto;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-example-category {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: 16px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 399px) {
  .top-example-category {
    width: 94%;
    gap: 10px;
  }
}
.top-example-category--item {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0;
  display: grid;
  grid-template-columns: 1fr 80px;
  background-image: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 5px, #fff 5px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 5px, #fff 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: relative;
  padding: 1em 10px 1em 1em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-example-category--item {
    padding: 1em 8px 1em 1em;
    grid-template-columns: 1fr 50px;
  }
}
.top-example-category--item::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-image: linear-gradient(45deg, transparent 0px, #b20e19 0px), linear-gradient(135deg, transparent 5px, #b20e19 5px), linear-gradient(225deg, transparent 0px, #b20e19 0px), linear-gradient(315deg, transparent 5px, #b20e19 5px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-example-category--item::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
  }
}
.top-example-category--icon {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .top-example-category--icon {
    height: 50px;
  }
}
.top-example-category--icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-example-category--icon--01 {
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 768px) {
  .top-example-category--icon--06 {
    padding-left: 8px;
  }
}
.top-example-category--name {
  -ms-flex-item-align: center;
      align-self: center;
}

/*!
page > form
------------------------------
*/
.form-section {
  position: relative;
  padding: 40px 0 20px;
}
@media screen and (min-width: 769px) {
  .form-section {
    padding: 80px 0;
  }
}
.form-section--confirm {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .form-section--confirm {
    padding-top: 30px;
  }
}
.form-section--confirm dl {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
  margin: 0.75em auto 1.2em;
}
.form-section--confirm dl dt {
  font-weight: 700;
  margin-bottom: 0.4em;
  display: block;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.form-section--confirm dl dt::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #9d181d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.25em);
}
.form-section--confirm dl dd {
  border-bottom: 2px solid rgb(228.0947368421, 223.6105263158, 196.7052631579);
  padding: 0 0 0.5em;
  line-height: 1.5;
  display: block;
  width: 100%;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

.form-lead {
  color: #fff;
  background-color: #9d181d;
  border-radius: 100vmax;
  text-align: center;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 900;
  padding: 0.5em;
  margin-bottom: 1.25em;
  position: relative;
}
.form-lead::before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: #9d181d;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: calc(50% - 8px);
  bottom: -7px;
}
@media screen and (min-width: 769px) {
  .form-lead::before {
    width: 24px;
    height: 12px;
    left: calc(50% - 12px);
    bottom: -11px;
  }
}

.form-wrap {
  color: #1a1a1a;
  background-image: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 10px, #fff 10px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  font-size: clamp(1.4rem, 2vw, 2rem);
  position: relative;
  padding: 50px 6%;
}
@media screen and (max-width: 768px) {
  .form-wrap {
    background-image: linear-gradient(45deg, transparent 0px, #fff 0px), linear-gradient(135deg, transparent 6px, #fff 6px), linear-gradient(225deg, transparent 0px, #fff 0px), linear-gradient(315deg, transparent 6px, #fff 6px);
    padding: 30px 5%;
  }
}
.form-wrap::before {
  content: "";
  background-image: linear-gradient(45deg, transparent 0px, #9d181d 0px), linear-gradient(135deg, transparent 10px, #9d181d 10px), linear-gradient(225deg, transparent 0px, #9d181d 0px), linear-gradient(315deg, transparent 10px, #9d181d 10px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.5% 50.5%;
  background-repeat: no-repeat;
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .form-wrap::before {
    background-image: linear-gradient(45deg, transparent 0px, #9d181d 0px), linear-gradient(135deg, transparent 6px, #9d181d 6px), linear-gradient(225deg, transparent 0px, #9d181d 0px), linear-gradient(315deg, transparent 6px, #9d181d 6px);
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
}

.form-item {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
  margin: 0.75em auto 1.2em;
}
.form-item dt {
  margin-bottom: 0.4em;
  display: block;
  line-height: 1.5;
}
.form-item input[type=text], .form-item input[type=email], .form-item input[type=tel], .form-item textarea {
  background-color: #f3f1e5;
  border-radius: 5px;
  border: none;
  padding: 0.5em;
  line-height: 1.5;
  display: block;
  width: 100%;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.form-item input[type=text]:focus, .form-item input[type=email]:focus, .form-item input[type=tel]:focus, .form-item textarea:focus {
  outline: 2px solid #f15a24;
}
.form-item input[type=text]::-webkit-input-placeholder, .form-item input[type=email]::-webkit-input-placeholder, .form-item input[type=tel]::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: #aaa;
}
.form-item input[type=text]::-moz-placeholder, .form-item input[type=email]::-moz-placeholder, .form-item input[type=tel]::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: #aaa;
}
.form-item input[type=text]:-ms-input-placeholder, .form-item input[type=email]:-ms-input-placeholder, .form-item input[type=tel]:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: #aaa;
}
.form-item input[type=text]::-ms-input-placeholder, .form-item input[type=email]::-ms-input-placeholder, .form-item input[type=tel]::-ms-input-placeholder, .form-item textarea::-ms-input-placeholder {
  color: #aaa;
}
.form-item input[type=text]::placeholder, .form-item input[type=email]::placeholder, .form-item input[type=tel]::placeholder, .form-item textarea::placeholder {
  color: #aaa;
}
.form-item select {
  color: #1a1a1a;
  background: url("../img/top/ico_arrow-03.svg") no-repeat right 0.5em center;
  background-size: 1em;
  background-color: #f3f1e5;
  border-radius: 5px;
  border: none;
  padding: 0.5em;
  line-height: 1.5;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}
.form-item select:focus {
  outline: 2px solid #f15a24;
}
.form-item--caution {
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0.5em;
}
.form-item--mark {
  padding-left: 1.25em;
}
.form-item--mark::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.25em;
  margin-right: 0.25em;
  text-align: center;
}
.form-item--mark::before {
  content: "※";
}
.form-item--item {
  margin-bottom: 0.5em;
}
.form-item {
  /*&--confirm{
  	//background-color: g.$beige;
  	//border-radius: 5px;
  	border-bottom: 2px solid color.scale(g.$beige, $lightness: -10%);
  	padding: 0.2em 0 0.5em;
  	line-height: 1.5;
  	display: block;
  	width: 100%;
  	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  }*/
}

.form-required {
  color: #fff;
  background-color: #9d181d;
  border-radius: 5px;
  padding: 0.2em;
  margin-right: 0.5em;
  line-height: 1.2;
  display: inline-block;
}

.form-radioItem {
  display: grid;
  grid-template-columns: 1.4em 1fr;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  cursor: pointer;
}

.form-radio-text {
  line-height: 1.4;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.form-radio-text--small {
  font-size: 75%;
  display: block;
  line-height: 1.4;
  margin-top: 0.2em;
}

.form-radioButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  border-radius: 5px;
  background-color: #f3f1e5;
  margin: 0;
  line-height: 1.4;
  cursor: pointer;
}
.form-radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  border-radius: 5px;
  background-color: #9d181d;
}

.form-privacy {
  padding: 0.5em 0;
}
.form-privacy--inner {
  height: 30vh;
  overflow-y: scroll;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 0.5em;
}
.form-privacy--inner h2 {
  font-size: 120%;
  margin-top: 0.5em;
}
.form-privacy--inner h3 {
  font-size: 110%;
  margin-top: 0.5em;
}
.form-privacy--inner aside {
  text-align: right;
  margin-top: 0.5em;
}

.form-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .form-agree {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form-btn-wrap {
  text-align: center;
}

.form-thank {
  margin-bottom: 2em;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */