@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768.9px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 766.9px) {
  .sp {
    display: none !important;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 768.9px) {
  .pc-br {
    display: none !important;
  }
}

.sp-br {
  display: block;
}
@media (min-width: 766.9px) {
  .sp-br {
    display: none !important;
  }
}

p.txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  p.txt {
    font-size: 0.85rem;
  }
}

.section-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title p.ribbon {
  display: inline-block;
  position: relative;
  height: 3rem;
  line-height: 1.8;
  text-align: center;
  padding: 0 2rem;
  font-size: 1.6rem;
  background: #1A1A1A;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  font-weight: 700;
}
@media screen and (max-width: 768.9px) {
  .section-title p.ribbon {
    font-size: 1.1rem;
    height: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.section-title p.ribbon:before, .section-title p.ribbon:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/deco/ribbon.png");
}
@media screen and (max-width: 768.9px) {
  .section-title p.ribbon:before, .section-title p.ribbon:after {
    height: 2rem;
  }
}
.section-title p.ribbon:before {
  left: -2rem;
}
.section-title p.ribbon:after {
  right: -1.9rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.section-title h2 {
  position: relative;
  font-size: 3.6rem;
  color: #002F82;
  font-weight: 900;
  display: inline-block;
  margin: auto;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768.9px) {
  .section-title h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

span.jp {
  font-family: "M PLUS 1", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.en {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.jp {
  font-family: "M PLUS 1", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.en {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.btn {
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 5rem;
  width: 12rem;
  height: 3.3rem;
  font-weight: 700;
  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-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  a.btn {
    height: 3rem;
    width: 10rem;
    font-size: 1.1rem;
  }
}
a.btn:before, a.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
a.btn:after {
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/vector/icon_arrow.svg");
}
@media screen and (max-width: 768.9px) {
  a.btn:after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
a.btn.mail {
  background: linear-gradient(-45deg, #0194EF 0%, #0194EF 50%, #01A4EF 50%, #01A4EF 100%);
  -webkit-box-shadow: 0.2rem 0.3rem 0px 0px rgb(0, 54, 126);
          box-shadow: 0.2rem 0.3rem 0px 0px rgb(0, 54, 126);
}
a.btn.mail:before {
  width: 1.5rem;
  height: 1.5rem;
  left: 1.5rem;
  background-image: url("../img/vector/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768.9px) {
  a.btn.mail:before {
    width: 1.1rem;
    height: 1.1rem;
  }
}
a.btn.mail:hover {
  opacity: 1;
  -webkit-transform: translate(0.2rem, 0.2rem);
          transform: translate(0.2rem, 0.2rem);
  -webkit-box-shadow: 0.1rem 0.1rem 0px 0px rgb(0, 54, 126);
          box-shadow: 0.1rem 0.1rem 0px 0px rgb(0, 54, 126);
}
a.btn.tel {
  background: linear-gradient(-45deg, #D19D00 0%, #D19D00 50%, #E0A800 50%, #E0A800 100%);
  -webkit-box-shadow: 0.3rem 0.3rem 0px 0px rgb(135, 101, 0);
          box-shadow: 0.3rem 0.3rem 0px 0px rgb(135, 101, 0);
}
a.btn.tel:before {
  width: 1.5rem;
  height: 1.5rem;
  left: 1.5rem;
  background-image: url("../img/vector/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768.9px) {
  a.btn.tel:before {
    width: 1.1rem;
    height: 1.1rem;
  }
}
a.btn.tel:hover {
  opacity: 1;
  -webkit-transform: translate(0.2rem, 0.2rem);
          transform: translate(0.2rem, 0.2rem);
  -webkit-box-shadow: 0.1rem 0.1rem 0px 0px rgb(135, 101, 0);
          box-shadow: 0.1rem 0.1rem 0px 0px rgb(135, 101, 0);
}

span.fc-pink {
  color: #DE0061;
}
span.fc-yellow {
  color: #fff33f;
}
span.fc-navy {
  color: #002F82;
}
span.fc-lblue {
  color: #01A7EF;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1.5rem;
  background-color: rgb(240, 248, 255);
}
@media screen and (min-width: 1025.1px) {
  html {
    font-size: 1.1vw;
  }
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  html {
    font-size: min(1.171875vw, 20px);
  }
}
@media screen and (max-width: 768.9px) {
  html {
    font-size: min(4.2666666667vw, 26px);
    scroll-behavior: auto;
    scroll-padding-top: 1rem;
  }
}

body {
  width: 100%;
  min-width: 375px;
  font-family: "M PLUS 1", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A1A1A;
  font-size: 1rem;
}
@media screen and (max-width: 768.9px) {
  body {
    font-size: 0.9rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #1A1A1A;
  cursor: pointer;
}
a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

ol li,
ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.lb-details {
  display: none;
}

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

.FadeIn {
  opacity: 0;
}
.FadeIn.anime {
  -webkit-animation: FadeIn 0.5s ease forwards;
          animation: FadeIn 0.5s ease forwards;
}

@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    @media screen and (max-width: 768.9px) {
      -webkit-transform: translateY(0.5rem);
              transform: translateY(0.5rem);
    }
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes FadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    @media screen and (max-width: 768.9px) {
      -webkit-transform: translateY(0.5rem);
              transform: translateY(0.5rem);
    }
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.popIn {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.popIn.anime {
  -webkit-animation: popIn 0.4s ease-out forwards;
          animation: popIn 0.4s ease-out forwards;
}

@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header {
  width: 100%;
  margin: auto;
}
header .header-fixed {
  position: fixed;
  border-bottom: 0.2rem solid #002F82;
  z-index: 1000;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed {
    height: 4rem;
    border-bottom: 0.15rem solid #002F82;
  }
}
header .header-fixed .header-inner {
  width: 90%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner {
    width: 100%;
  }
}
header .header-fixed .header-inner .logo-wrap {
  position: relative;
}
header .header-fixed .header-inner .logo-wrap #logo {
  width: 19rem;
  height: 5rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .logo-wrap #logo {
    width: 15rem;
    height: 3rem;
    padding: 0 0.5rem;
  }
}
header .header-fixed .header-inner .h-btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .h-btn-wrap {
    display: none;
  }
}
header .header-fixed .header-inner .h-btn-wrap a.btn {
  width: 16rem;
}
header .header-fixed .header-inner .h-btn-wrap a.btn.tel, header .header-fixed .header-inner .h-btn-wrap a.btn.mail {
  margin-right: 1rem;
}
header .header-fixed .header-inner .h-btn-wrap a.btn.tel span:before, header .header-fixed .header-inner .h-btn-wrap a.btn.mail span:before {
  position: absolute;
  content: "";
  top: -10rem;
  left: 0;
  width: 2rem;
  height: 200%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: btn_animation 3s ease-in-out infinite;
          animation: btn_animation 3s ease-in-out infinite;
}
header .header-fixed .header-inner .h-btn-wrap a.btn.tel:hover span:before, header .header-fixed .header-inner .h-btn-wrap a.btn.mail:hover span:before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
header .header-fixed .header-inner .menu-wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  top: 5.5rem;
  right: -100%;
  width: 35vw;
  height: 100vh;
  min-height: 38rem;
  pointer-events: none;
  background: #002F82;
  padding: 5rem 5rem 0;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .menu-wrap {
    max-width: 100%;
    width: 100%;
    height: 80vh;
    top: 4rem;
    min-height: auto;
    padding: 3.5rem 1.5rem 0;
  }
}
header .header-fixed .header-inner .menu-wrap ul.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .menu-wrap ul.menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header-fixed .header-inner .menu-wrap ul.menu-list li {
  margin-bottom: 0.7rem;
  text-align: left;
  border-bottom: 0.1rem dotted #fff;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .menu-wrap ul.menu-list li {
    width: 47%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
header .header-fixed .header-inner .menu-wrap ul.menu-list li > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: #fff;
  padding: 0.5rem 0 0.8rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .menu-wrap ul.menu-list li > a {
    font-size: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header-fixed .header-inner .menu-wrap ul.menu-list li > a p.en {
  height: 1.1rem;
  margin-bottom: 0.5rem;
}
header .header-fixed .header-inner .menu-wrap ul.menu-list li > a p.en img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .header-fixed .header-inner .menu-wrap .menu-btn {
  width: 100%;
  margin-top: 1rem;
}
header .header-fixed .header-inner .menu-wrap .menu-btn a.btn {
  width: 100%;
}
header .header-fixed .header-inner .menu-wrap .menu-btn a.btn.mail {
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}
header .header-fixed .header-inner .menu-wrap .menu-btn a.btn.tel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .header-fixed .header-inner .menu-wrap .menu-btn a.btn:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
header .header-fixed .header-inner .menu-wrap.active {
  z-index: 900;
  opacity: 1;
  right: 0;
  top: 5.5rem;
  pointer-events: all;
  visibility: visible;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .menu-wrap.active {
    top: 4rem;
  }
}
header .header-fixed .header-inner .burger-btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 3.8rem;
  height: 3.8rem;
  border: 0.2rem solid #002F82;
  -webkit-box-shadow: 0.15rem 0.2rem 0px 0px rgb(0, 47, 130);
          box-shadow: 0.15rem 0.2rem 0px 0px rgb(0, 47, 130);
  background-color: #fff33f;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 999;
  right: 3rem;
  top: 0.8rem;
}
@media screen and (max-width: 768.9px) {
  header .header-fixed .header-inner .burger-btn {
    border: 0.15rem solid #002F82;
    right: 0.5rem;
    top: 0.4rem;
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: 0.1rem 0.15rem 0px 0px rgb(0, 47, 130);
            box-shadow: 0.1rem 0.15rem 0px 0px rgb(0, 47, 130);
  }
}
header .header-fixed .header-inner .burger-btn span {
  width: 55%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #002F82;
}
header .header-fixed .header-inner .burger-btn span:nth-of-type(2) {
  margin: 0.3rem 0;
}
header .header-fixed .header-inner .burger-btn.active:after {
  opacity: 0;
}
header .header-fixed .header-inner .burger-btn.active span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
header .header-fixed .header-inner .burger-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
header .header-fixed .header-inner .burger-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-fixed .header-inner .burger-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

footer {
  width: 100%;
}
footer .footer-inner {
  background-image: url("../img/footer_back.jpg");
  background-size: 3% auto;
  background-repeat: repeat;
  color: #fff;
  padding: 3rem 10rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  footer .footer-inner {
    padding: 3rem 6rem 1rem;
  }
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner {
    padding: 2rem 1rem 1rem;
  }
}
footer .footer-inner .logo {
  width: 28rem;
  height: 5rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner .logo {
    width: 12rem;
    height: 6rem;
    margin-bottom: 2rem;
  }
}
footer .footer-inner .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .footer-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem auto 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner > ul {
    margin: 0.5rem auto 1rem;
  }
}
footer .footer-inner > ul li {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner > ul li {
    font-size: 0.8rem;
    min-height: 2rem;
    width: 50%;
    text-align: center;
  }
}
footer .footer-inner > ul li:nth-of-type(6) {
  border-left: 0.1rem solid #fff;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner > ul li:nth-of-type(6) {
    border-left: none;
  }
}
footer .footer-inner > ul li:nth-of-type(odd) {
  border-left: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner > ul li:nth-of-type(even) {
    border-right: 0.1rem solid #fff;
  }
}
footer .footer-inner > ul li a {
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner > ul li a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-inner p.copy {
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  padding: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 768.9px) {
  footer .footer-inner p.copy {
    font-size: 0.8em;
  }
}

body#top {
  width: 100%;
  min-width: 375px;
  margin: auto;
  font-family: "M PLUS 1", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: rgb(240, 248, 255);
  position: relative;
  display: none;
}
@media screen and (max-width: 768.9px) {
  body#top {
    overflow: hidden;
  }
}
body#top img {
  width: 100%;
  vertical-align: bottom;
}
body#top main {
  padding: 5rem 0 0;
}
@media screen and (max-width: 768.9px) {
  body#top main {
    padding: 4rem 0 0;
  }
}
body#top main #fv {
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body#top main #fv {
    padding: 0 0;
  }
}
body#top main #fv .fv_visual {
  position: relative;
  z-index: 1;
}
body#top main #fv .fv_visual img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
body#top main #fv .fv_btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: auto;
  width: 33rem;
  height: 6rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #fv .fv_btn {
    bottom: 0.5rem;
    margin: auto;
    width: 90%;
    height: auto;
  }
}
body#top main #fv .fv_btn a:hover {
  opacity: 1;
}
body#top main #pickup .pickup-block {
  background-size: auto auto;
  background-color: rgb(240, 248, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 0.4rem, rgb(220, 239, 255) 0.4rem, rgb(220, 239, 255) 0.8rem);
}
body#top main #pickup .pickup-block .pickup-contents {
  padding: 8rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top main #pickup .pickup-block .pickup-contents {
    padding: 8rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents {
    padding: 6rem 1rem;
  }
}
body#top main #pickup .pickup-block .pickup-contents .section-title.pickup {
  position: relative;
}
body#top main #pickup .pickup-block .pickup-contents .section-title.pickup:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/pickup_sakura.png");
  width: 15rem;
  height: 5rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents .section-title.pickup:before {
    width: 10rem;
    height: 3rem;
    top: -4rem;
  }
}
body#top main #pickup .pickup-block .pickup-contents .section-title.pickup .deco {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
body#top main #pickup .pickup-block .pickup-contents .section-title.pickup .deco.car {
  top: -3rem;
  width: 25rem;
  height: 12rem;
  left: 3rem;
  background-image: url("../img/pickup_back_car.png");
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents .section-title.pickup .deco.car {
    display: none;
  }
}
body#top main #pickup .pickup-block .pickup-contents .section-title.pickup .deco.hito {
  top: -5rem;
  width: 20rem;
  height: 17rem;
  right: 3rem;
  background-image: url("../img/pickup_back_hito.png");
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents .section-title.pickup .deco.hito {
    display: none;
  }
}
body#top main #pickup .pickup-block .pickup-contents .section-title.pickup h2 {
  margin: auto;
  width: 30rem;
  height: 6rem;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents .section-title.pickup h2 {
    width: 20rem;
    height: 6rem;
    margin-top: 0.5rem;
  }
}
body#top main #pickup .pickup-block .pickup-contents ul.pickup-item-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents ul.pickup-item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top main #pickup .pickup-block .pickup-contents ul.pickup-item-list li {
  width: 32%;
}
@media screen and (max-width: 768.9px) {
  body#top main #pickup .pickup-block .pickup-contents ul.pickup-item-list li {
    width: 100%;
  }
}
body#top #tokuten .tokuten-block {
  background-position: top left;
  background-repeat: repeat;
  background-size: 3rem;
  background-image: url("../img/tokuten_back.png");
}
@media screen and (max-width: 768.9px) {
  body#top #tokuten .tokuten-block {
    background-size: 1.5rem;
  }
}
body#top #tokuten .tokuten-block .tokuten-contents {
  padding: 4rem 1rem 2rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #tokuten .tokuten-block .tokuten-contents {
    padding: 4rem 1rem 2rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #tokuten .tokuten-block .tokuten-contents {
    padding: 4rem 1rem;
  }
}
body#top #tokuten .tokuten-block .tokuten-contents .section-title.tokuten {
  position: relative;
}
body#top #tokuten .tokuten-block .tokuten-contents .section-title.tokuten .poppers {
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/tokuten_title_back.png");
  width: 46rem;
  height: 18rem;
}
@media screen and (max-width: 768.9px) {
  body#top #tokuten .tokuten-block .tokuten-contents .section-title.tokuten .poppers {
    width: 21rem;
    height: 10rem;
    top: -3rem;
  }
}
body#top #tokuten .tokuten-block .tokuten-contents .section-title.tokuten h2 {
  margin: auto;
  width: 50rem;
  height: 20rem;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body#top #tokuten .tokuten-block .tokuten-contents .section-title.tokuten h2 {
    width: 21rem;
    height: 8rem;
  }
}
body#top #tokuten .tokuten-block .tokuten-contents .tokuten-wrap {
  position: relative;
  top: -2.5rem;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  body#top #tokuten .tokuten-block .tokuten-contents .tokuten-wrap {
    top: -1.5rem;
  }
}
body#top #lineup .lineup-block {
  background-position: top left;
  background-repeat: repeat;
  background-size: 6rem auto;
  background-image: url("../img/lineup_back.jpg");
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block {
    background-size: 4rem auto;
  }
}
body#top #lineup .lineup-block .lineup-contents {
  padding: 8rem 10rem 6rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #lineup .lineup-block .lineup-contents {
    padding: 8rem 8rem 6rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents {
    padding: 4rem 1rem 2rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .section-title.lineup {
  position: relative;
  margin-bottom: 2rem;
}
body#top #lineup .lineup-block .lineup-contents .section-title.lineup h2 {
  margin: auto;
  position: relative;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap {
  margin-bottom: 3rem;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3 {
  font-size: 1.6rem;
  height: 3rem;
  color: #fff;
  border-radius: 3rem;
  margin: auto;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 30rem;
  padding: 0 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3 {
    height: 2rem;
    line-height: 1.6;
    width: 20rem;
    padding: 0;
    font-size: 1.1rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3 span {
  position: relative;
  z-index: 1;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 3rem;
  height: 2rem;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -1rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3:after {
    width: 2rem;
    height: 1rem;
    bottom: -0.9rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3.slide {
  background-color: #FE3C1C;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3.slide:after {
  background-color: #FE3C1C;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3.cool {
  background-color: #002F82;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3.cool:after {
  background-color: #002F82;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3.suv {
  background-color: #321600;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap h3.suv:after {
  background-color: #321600;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li {
  width: 32%;
  border: 0.2rem solid #321600;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  color: #321600;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li {
    width: 100%;
    border-radius: 0.5rem;
    border: 0.1rem solid #321600;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li p.name {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li p.name {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li p.name.slide {
  background: linear-gradient(-45deg, #FAF8B8 0%, #FAF8B8 50%, #fffed8 50%, #fffed8 100%);
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li p.name.cool {
  background-color: #D8F7FF;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li p.name.suv {
  background-color: #ECE0E0;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .pic {
  width: 100%;
  height: 13rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .pic {
    height: 10rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price {
  background-color: #FFCE94;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price {
    padding: 0.5rem 0;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price.slide {
  background-color: #FFCE94;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price.cool {
  background-color: #94DFFF;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price.suv {
  background-color: #D3D6D7;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price p.en, body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price p.monthly {
  font-size: 1rem;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price p.monthly {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price p.en {
  margin: auto 0 0;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price p.cost {
  color: #FE3C1C;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .price p.cost {
    font-size: 2.3rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .info {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .info {
    padding: 1rem 1.5rem;
  }
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .info dl {
  font-weight: 600;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .info dl > div {
  padding: 0.5rem 0;
  border-bottom: 0.1rem solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#top #lineup .lineup-block .lineup-contents .lineup-list-wrap ul.lineup-list li .info dl > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
body#top #lineup .lineup-block .lineup-bottom {
  position: relative;
  width: 100%;
  margin: auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/lineup_bottom_back.jpg");
  padding: 0 0 8rem;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom {
    padding: 0 0 4rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -1rem;
  width: 100%;
  height: 12rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(220, 239, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(220, 239, 255) 100%);
}
body#top #lineup .lineup-block .lineup-bottom .deco {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
body#top #lineup .lineup-block .lineup-bottom .deco.cracker {
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom .deco.cracker {
    width: 6rem;
    height: 6rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom .deco.cracker.blue {
  top: 5rem;
  right: 18rem;
  background-image: url("../img/lineup_bottom_right.png");
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #lineup .lineup-block .lineup-bottom .deco.cracker.blue {
    right: 16rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom .deco.cracker.blue {
    right: 0rem;
    top: 8rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom .deco.cracker.pink {
  top: 5rem;
  left: 18rem;
  background-image: url("../img/lineup_bottom_left.png");
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #lineup .lineup-block .lineup-bottom .deco.cracker.pink {
    left: 15rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom .deco.cracker.pink {
    left: -0.5rem;
    top: 8rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom h2 {
  width: 35rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom h2 {
    width: 20rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom p.point {
  position: relative;
  z-index: 2;
  width: 30rem;
  margin: 1rem auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom p.point {
    width: 18rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom a.btn {
  font-size: 1.6rem;
  width: 32rem;
  height: 5rem;
  margin: 0 auto 0;
  background: linear-gradient(-45deg, #E67511 0%, #E67511 50%, #ff8d28 50%, #ff8d28 100%);
  -webkit-box-shadow: 0.2rem 0.3rem 0px 0px rgb(186, 87, 0);
          box-shadow: 0.2rem 0.3rem 0px 0px rgb(186, 87, 0);
}
@media screen and (max-width: 768.9px) {
  body#top #lineup .lineup-block .lineup-bottom a.btn {
    width: 19rem;
    font-size: 1.2rem;
    height: 4rem;
  }
}
body#top #lineup .lineup-block .lineup-bottom a.btn:hover {
  opacity: 1;
  -webkit-transform: translate(0.2rem, 0.2rem);
          transform: translate(0.2rem, 0.2rem);
  -webkit-box-shadow: 0.1rem 0.1rem 0px 0px rgb(186, 87, 0);
          box-shadow: 0.1rem 0.1rem 0px 0px rgb(186, 87, 0);
}
body#top #worries {
  position: relative;
}
body#top #worries:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -3rem;
  width: 6rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/deco/arrow.png");
  -webkit-animation: floatY 3s ease-in-out infinite;
          animation: floatY 3s ease-in-out infinite;
}
@media screen and (max-width: 768.9px) {
  body#top #worries:after {
    bottom: -2rem;
    width: 4rem;
    height: 4rem;
  }
}
body#top #worries .worries-block {
  background-size: auto auto;
  background-color: rgb(30, 115, 205);
  background-image: repeating-linear-gradient(45deg, rgb(48, 132, 220), rgb(48, 132, 220) 0.4rem, rgb(30, 115, 205) 0.4rem, rgb(30, 115, 205) 0.8rem);
}
body#top #worries .worries-block .worries-contents {
  padding: 6rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #worries .worries-block .worries-contents {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #worries .worries-block .worries-contents {
    padding: 4rem 1rem;
  }
}
body#top #worries .worries-block .worries-contents .section-title.worries {
  position: relative;
}
body#top #worries .worries-block .worries-contents .section-title.worries h2 {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #worries .worries-block .worries-contents .section-title.worries h2 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
body#top #worries .worries-block .worries-contents h3.balloon {
  position: relative;
  width: 35rem;
  padding: 0;
  background: #fff;
  border: 0.1875rem solid #002F82;
  border-radius: 0.375rem;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin: auto;
  color: #002F82;
}
@media screen and (max-width: 768.9px) {
  body#top #worries .worries-block .worries-contents h3.balloon {
    width: 20rem;
    font-size: 1.3rem;
    padding: 0.5rem 0;
  }
}
body#top #worries .worries-block .worries-contents h3.balloon:before {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0.875rem 0.75rem 0 0.75rem;
  border-style: solid;
  border-color: #002F82 transparent transparent transparent;
}
body#top #worries .worries-block .worries-contents h3.balloon::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0.625rem 0.625rem 0 0.625rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
body#top #worries .worries-block .worries-contents ul.worries-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #worries .worries-block .worries-contents ul.worries-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#top #worries .worries-block .worries-contents ul.worries-list li {
  width: 25%;
}
@media screen and (max-width: 768.9px) {
  body#top #worries .worries-block .worries-contents ul.worries-list li {
    width: 47%;
  }
}
body#top #solution {
  position: relative;
}
body#top #solution:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -3rem;
  width: 6rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/deco/arrow.png");
  -webkit-animation: floatY 3s ease-in-out infinite;
          animation: floatY 3s ease-in-out infinite;
}
@media screen and (max-width: 768.9px) {
  body#top #solution:after {
    bottom: -2rem;
    width: 4rem;
    height: 4rem;
  }
}
body#top #solution .solution-block {
  background-position: top left;
  background-repeat: repeat;
  background-size: 20rem auto;
  background-image: url("../img/solution_back.jpg");
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block {
    background-size: 10rem auto;
  }
}
body#top #solution .solution-block .solution-contents {
  padding: 6rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #solution .solution-block .solution-contents {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents {
    padding: 4rem 1rem;
  }
}
body#top #solution .solution-block .solution-contents .section-title.solution {
  position: relative;
  margin-bottom: 4rem;
}
body#top #solution .solution-block .solution-contents .section-title.solution .deco {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
body#top #solution .solution-block .solution-contents .section-title.solution .deco.hito {
  bottom: -5rem;
  width: 16rem;
  height: 20rem;
  right: 3rem;
  background-image: url("../img/solution_back_hito.png");
  background-position: bottom;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .section-title.solution .deco.hito {
    display: none;
  }
}
body#top #solution .solution-block .solution-contents .section-title.solution h2 {
  margin: auto;
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 4.4rem;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .section-title.solution h2 {
    font-size: 2.3rem;
  }
}
body#top #solution .solution-block .solution-contents .section-title.solution h2 span.sub {
  font-size: 2.6rem;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .section-title.solution h2 span.sub {
    font-size: 1.6rem;
  }
}
body#top #solution .solution-block .solution-contents .section-title.solution h2 span.main {
  width: 22rem;
  height: 5rem;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .section-title.solution h2 span.main {
    width: 18rem;
    height: 3rem;
  }
}
body#top #solution .solution-block .solution-contents .section-title.solution h2 span.fc-pink {
  font-size: 6rem;
  line-height: 0.8;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .section-title.solution h2 span.fc-pink {
    font-size: 3.3rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont {
  margin-bottom: 4rem;
  border: 0.4rem solid transparent;
  border-radius: 1rem;
  position: relative;
  padding: 1rem 4rem 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(0, 47, 130)), to(rgb(69, 191, 207))) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(0, 47, 130) 0%, rgb(69, 191, 207) 100%) border-box;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont {
    padding: 0 0.5rem 2rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont:before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #ebebeb 0.1rem, transparent 0.1rem);
  background-position: 0 0;
  background-size: 1.5rem 1.5rem;
  background-repeat: repeat;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont:last-of-type {
  margin-bottom: 0;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  top: -3rem;
  font-size: 1.6rem;
  height: 4rem;
  color: #fff;
  border-radius: 3rem;
  margin: auto;
  font-weight: 900;
  position: relative;
  text-align: center;
  width: 45rem;
  padding: 0 2rem;
  background-color: #002F82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3 {
    height: 4rem;
    width: 18rem;
    padding: 0;
    font-size: 1.1rem;
    padding: 0;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3 span {
  position: relative;
  z-index: 1;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3 span.fc-yellow {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3 span.fc-yellow {
    font-size: 1.3rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3:after {
  content: "";
  background-color: #002F82;
  position: absolute;
  z-index: 0;
  width: 3rem;
  height: 2rem;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -1rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont h3:after {
    width: 2rem;
    height: 1rem;
    bottom: -0.9rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont p.txt {
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin: 0 auto 2rem;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont01 {
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont01 {
    gap: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont01 li {
  width: 45%;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont01 li {
    width: 100%;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont04 {
  margin: 2rem auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont04 li {
  width: 24%;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont04 li {
    width: 48%;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont04 li.no1:before {
  content: "";
  position: absolute;
  top: -1rem;
  width: 5rem;
  height: 6rem;
  left: -1.5rem;
  background-size: contain;
  background-image: url("../img/solution_03_01_point.png");
  background-position: center;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.solution-cont04 li.no1:before {
    top: -1rem;
    width: 2.5rem;
    height: 3rem;
    left: -0.2rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses {
  gap: 1rem;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li {
  width: 16%;
  background-color: #F2F8FF;
  border-radius: 1rem;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li {
    width: 47%;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li:after {
  clip-path: polygon(0 88%, 100% 63%, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background-color: #DAE9FB;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .pic {
  width: 100%;
  height: 6rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .pic {
    height: 4rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .info {
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4rem;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .info {
    min-height: 3rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .info p {
  font-weight: 700;
  font-size: 0.9rem;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .info p {
    font-size: 0.85rem;
  }
}
body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .info p.name {
  font-size: 1.1rem;
  font-weight: 900;
  color: #002F82;
}
@media screen and (max-width: 768.9px) {
  body#top #solution .solution-block .solution-contents .solution-wrap .solution-cont ul.expenses li .info p.name {
    font-size: 1rem;
  }
}
body#top #chosen .chosen-block {
  background-position: top left;
  background-repeat: repeat;
  background-size: 6rem auto;
  background-image: url("../img/chosen_back.jpg");
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block {
    background-size: 4rem auto;
  }
}
body#top #chosen .chosen-block .chosen-contents {
  padding: 5rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #chosen .chosen-block .chosen-contents {
    padding: 5rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents {
    padding: 4rem 1rem;
  }
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco.cracker {
  bottom: 0;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco.cracker {
    width: 4rem;
    bottom: 0;
    height: 4rem;
  }
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco.cracker.blue {
  left: -10rem;
  background-image: url("../img/deco/cracker_blue.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco.cracker.blue {
    left: -4rem;
  }
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco.cracker.pink {
  right: -10rem;
  background-image: url("../img/deco/cracker_pink.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents .section-title.chosen .deco.cracker.pink {
    right: -4rem;
  }
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 {
  line-height: 1.1;
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 {
    line-height: 1.2;
  }
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 span.sub {
  font-size: 2.6rem;
  position: relative;
  color: #DE0061;
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 span.sub {
    font-size: 1.6rem;
  }
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 span.sub:before, body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 span.sub:after {
  content: "";
  border-left: 0.2rem dotted #1A1A1A;
  height: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 span.sub:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: -1rem;
}
body#top #chosen .chosen-block .chosen-contents .section-title.chosen h2 span.sub:after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  right: -1rem;
}
body#top #chosen .chosen-block .chosen-contents ul.chosen-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents ul.chosen-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#top #chosen .chosen-block .chosen-contents ul.chosen-list li {
  width: 32%;
}
@media screen and (max-width: 768.9px) {
  body#top #chosen .chosen-block .chosen-contents ul.chosen-list li {
    width: 48%;
    padding: 0.5rem;
  }
}
body#top #strength .strength-block {
  background-position: top left;
  background-repeat: repeat;
  background-size: 3rem;
  background-image: url("../img/strength_back.png");
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block {
    background-size: 1.5rem;
  }
}
body#top #strength .strength-block .strength-contents {
  padding: 5rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #strength .strength-block .strength-contents {
    padding: 5rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents {
    padding: 4rem 1rem;
  }
}
body#top #strength .strength-block .strength-contents .section-title.strength {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .section-title.strength p.ribbon {
    margin-bottom: 0;
  }
}
body#top #strength .strength-block .strength-contents .section-title.strength h2 {
  margin: auto;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .section-title.strength h2 {
    line-height: 1.2;
  }
}
body#top #strength .strength-block .strength-contents .section-title.strength h2 span.sub {
  font-size: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .section-title.strength h2 span.sub {
    font-size: 1.3rem;
  }
}
body#top #strength .strength-block .strength-contents .section-title.strength h2 span.num {
  font-size: 5rem;
  line-height: 0;
  padding: 0 0.2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .section-title.strength h2 span.num {
    font-size: 3rem;
  }
}
body#top #strength .strength-block .strength-contents .strength-list-wrap {
  margin: 3rem 0 0;
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6rem;
  margin: 3rem 0;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list:last-of-type {
  margin: 3rem 0 0;
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .pic {
  width: 32rem;
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .pic {
    width: 100%;
    height: 13rem;
    margin-bottom: 1rem;
  }
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.2rem dotted #002F82;
  margin-bottom: 2rem;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info .title {
    margin-bottom: 1rem;
  }
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info .title p.num {
  font-family: "Ephesis", "Noto Sans JP", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6rem;
  font-style: italic;
  line-height: 1;
  color: #002F82;
  margin-right: 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info .title p.num {
    margin-right: 2rem;
    font-size: 3rem;
  }
}
body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info .title h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #002F82;
}
@media screen and (max-width: 768.9px) {
  body#top #strength .strength-block .strength-contents .strength-list-wrap .strength-list .info .title h3 {
    font-size: 1.1rem;
  }
}
body#top #information {
  position: relative;
}
body#top #information .information-block {
  background-size: auto auto;
  background-color: rgb(238, 238, 238);
  background-image: repeating-linear-gradient(45deg, rgb(238, 238, 238), rgb(238, 238, 238) 0.4rem, rgb(230, 230, 230) 0.4rem, rgb(230, 230, 230) 0.8rem);
}
body#top #information .information-block .information-contents {
  padding: 5rem 13rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #information .information-block .information-contents {
    padding: 4rem 10rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #information .information-block .information-contents {
    padding: 4rem 1rem;
  }
}
body#top #information .information-block .information-contents .section-title.information {
  position: relative;
}
body#top #information .information-block .information-contents .section-title.information h2 {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#top #information .information-block .information-contents .section-title.information h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
body#top #information .information-block .information-contents .information-table {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
body#top #information .information-block .information-contents .information-table table {
  border-collapse: separate;
  border-spacing: 0.1rem;
  background: transparent;
}
@media screen and (max-width: 768.9px) {
  body#top #information .information-block .information-contents .information-table table tr {
    display: -ms-grid;
    display: grid;
  }
}
body#top #information .information-block .information-contents .information-table table tr th {
  width: 15rem;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  background-color: #002F82;
}
@media screen and (max-width: 768.9px) {
  body#top #information .information-block .information-contents .information-table table tr th {
    width: 100%;
  }
}
body#top #information .information-block .information-contents .information-table table tr td {
  padding: 0.5rem 1rem;
  background-color: #fff;
}
@media screen and (max-width: 768.9px) {
  body#top #information .information-block .information-contents .information-table table tr td {
    padding: 0.5rem 1rem 1rem;
  }
}
body#top .visit .visit-block {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/visit_back.jpg");
}
body#top .visit .visit-block .deco {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
body#top .visit .visit-block .deco.present {
  bottom: 1rem;
  width: 25rem;
  height: 25rem;
  left: 2rem;
  background-image: url("../img/visit_back_present.png");
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .deco.present {
    display: none;
  }
}
body#top .visit .visit-block .deco.hito {
  bottom: 0;
  width: 30rem;
  height: 30rem;
  right: 0;
  background-image: url("../img/visit_back_hito.png");
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .deco.hito {
    display: none;
  }
}
body#top .visit .visit-block .visit-contents {
  padding: 4rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top .visit .visit-block .visit-contents {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .visit-contents {
    padding: 4rem 1rem;
  }
}
body#top .visit .visit-block .visit-contents .section-title.visit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body#top .visit .visit-block .visit-contents .section-title.visit .point {
  position: absolute;
  left: 10rem;
  top: -2rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/visit_title_point.png");
  width: 7rem;
  height: 7rem;
  -webkit-animation: popIn 0.6s ease forwards;
          animation: popIn 0.6s ease forwards;
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .visit-contents .section-title.visit .point {
    width: 4rem;
    height: 4rem;
    left: 3rem;
    top: -2.5rem;
  }
}
body#top .visit .visit-block .visit-contents .section-title.visit h2 {
  color: #fff;
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .visit-contents .section-title.visit h2 {
    font-size: 1.5rem;
  }
}
body#top .visit .visit-block .visit-contents .section-title.visit h2 span {
  border-bottom: 0.2rem dotted #fff;
  display: inline-block;
}
body#top .visit .visit-block .visit-contents p.lead {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 2rem auto;
}
body#top .visit .visit-block .visit-contents .btn-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .visit-contents .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top .visit .visit-block .visit-contents .btn-list a.btn {
  width: 23rem;
  height: 5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .visit-contents .btn-list a.btn {
    width: 20rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
body#top .visit .visit-block .visit-contents .btn-list a.btn.mail {
  margin-right: 1rem;
  background: linear-gradient(-45deg, #BE0053 0%, #BE0053 50%, #DE0061 50%, #DE0061 100%);
  -webkit-box-shadow: 0.2rem 0.3rem 0px 0px rgb(126, 0, 0);
          box-shadow: 0.2rem 0.3rem 0px 0px rgb(126, 0, 0);
}
@media screen and (max-width: 768.9px) {
  body#top .visit .visit-block .visit-contents .btn-list a.btn.mail {
    margin: 0 auto 1rem;
  }
}
body#top .visit .visit-block .visit-contents .btn-list a.btn.mail:hover {
  -webkit-box-shadow: 0.1rem 0.1rem 0px 0px rgb(126, 0, 0);
          box-shadow: 0.1rem 0.1rem 0px 0px rgb(126, 0, 0);
}
body#top #inspection .inspection-block {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/inspection_back.jpg");
}
body#top #inspection .inspection-block .deco {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
body#top #inspection .inspection-block .deco.car {
  bottom: 6rem;
  width: 25rem;
  height: 18rem;
  right: 2rem;
  background-image: url("../img/inspection_back_car.png");
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .deco.car {
    display: none;
  }
}
body#top #inspection .inspection-block .deco.hito {
  bottom: 0;
  width: 23rem;
  height: 30rem;
  left: 3rem;
  background-image: url("../img/inspection_back_hito.png");
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .deco.hito {
    display: none;
  }
}
body#top #inspection .inspection-block .inspection-contents {
  padding: 4rem 10rem 6rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#top #inspection .inspection-block .inspection-contents {
    padding: 4rem 8rem 6rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents {
    padding: 4rem 1rem;
  }
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection {
  position: relative;
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection .fukidashi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/inspection_fukidashi.png");
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  width: 26rem;
  margin: auto;
  height: 4rem;
  line-height: 2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .section-title.inspection .fukidashi {
    width: 18rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 {
  color: #fff;
  line-height: 0.9;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.sub {
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.sub {
    font-size: 1.6rem;
  }
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.sub:before, body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.sub:after {
  content: "";
  border-left: 0.2rem dotted #fff;
  height: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.sub:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: -1rem;
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.sub:after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  right: -1rem;
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.main {
  font-size: 3.6rem;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.main {
    font-size: 2.2rem;
  }
}
body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.fc-yellow {
  font-size: 4.4rem;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .section-title.inspection h2 span.fc-yellow {
    font-size: 3rem;
  }
}
body#top #inspection .inspection-block .inspection-contents p.lead {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 2rem auto;
}
body#top #inspection .inspection-block .inspection-contents .btn-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #inspection .inspection-block .inspection-contents .btn-list a.btn {
  width: 23rem;
  height: 5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .btn-list a.btn {
    width: 20rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
body#top #inspection .inspection-block .inspection-contents .btn-list a.btn.mail {
  margin-right: 1rem;
  background: linear-gradient(-45deg, #BE0053 0%, #BE0053 50%, #DE0061 50%, #DE0061 100%);
  -webkit-box-shadow: 0.2rem 0.3rem 0px 0px rgb(126, 0, 0);
          box-shadow: 0.2rem 0.3rem 0px 0px rgb(126, 0, 0);
}
@media screen and (max-width: 768.9px) {
  body#top #inspection .inspection-block .inspection-contents .btn-list a.btn.mail {
    margin: 0 auto 1rem;
  }
}
body#top #inspection .inspection-block .inspection-contents .btn-list a.btn.mail:hover {
  -webkit-box-shadow: 0.1rem 0.1rem 0px 0px rgb(126, 0, 0);
          box-shadow: 0.1rem 0.1rem 0px 0px rgb(126, 0, 0);
}

body#page {
  width: 100%;
  min-width: 375px;
  margin: auto;
  font-family: "M PLUS 1", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: rgb(240, 248, 255);
  position: relative;
  display: none;
}
@media screen and (max-width: 768.9px) {
  body#page {
    overflow: hidden;
  }
}
body#page img {
  width: 100%;
  vertical-align: bottom;
}
body#page main {
  padding: 5rem 0 0;
}
@media screen and (max-width: 768.9px) {
  body#page main {
    padding: 4rem 0 0;
  }
}
body#page main #reservation .reservation-block .reservation-head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/reservation/reservation_head_back.jpg");
  height: 20rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-head {
    height: 12rem;
  }
}
body#page main #reservation .reservation-block .reservation-head h2 {
  -webkit-text-stroke: 0.5rem #fff;
  paint-order: stroke;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-head h2 {
    -webkit-text-stroke: 0.25rem #fff;
  }
}
body#page main #reservation .reservation-block .reservation-contents {
  background-size: auto auto;
  background-color: rgb(240, 248, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 0.4rem, rgb(220, 239, 255) 0.4rem, rgb(220, 239, 255) 0.8rem);
  padding: 6rem 10rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#page main #reservation .reservation-block .reservation-contents {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents {
    padding: 3rem 1rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks,
body#page main #reservation .reservation-block .reservation-contents .reservation-form {
  padding: 4rem 6rem;
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form {
    padding: 4rem 4rem;
  }
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.error, body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.check-error-txt,
body#page main #reservation .reservation-block .reservation-contents .reservation-form p.error,
body#page main #reservation .reservation-block .reservation-contents .reservation-form p.check-error-txt {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.3rem 0;
  color: #FE3C1C;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.error, body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.check-error-txt,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form p.error,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form p.check-error-txt {
    font-size: 0.8rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.check-error-txt,
body#page main #reservation .reservation-block .reservation-contents .reservation-form p.check-error-txt {
  text-align: center;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.form-error-txt,
body#page main #reservation .reservation-block .reservation-contents .reservation-form p.form-error-txt {
  color: #fff;
  background-color: #FE3C1C;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.form-error-txt,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form p.form-error-txt {
    margin: 0 auto 2rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl {
  display: -ms-grid;
  display: grid;
  gap: 2rem 2rem;
  -ms-grid-columns: 1fr 2rem 3fr;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl {
    margin-bottom: 1rem;
    -ms-grid-columns: none;
    grid-template-columns: none;
    gap: 0.5rem 0;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  width: 20rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt {
    font-size: 1rem;
    width: 100%;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt label,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt label {
  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;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt label span,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt label span {
  font-size: 0.9rem;
  padding: 0 0.5rem 0.2rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 0.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt label span,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt label span {
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0 0.3rem;
    margin-left: 1rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt label span.any,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt label span.any {
  background-color: #D8D8D8;
  color: #1A1A1A;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dt label span.required,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dt label span.required {
  background-color: #E14044;
  color: #fff;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd input,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd input {
  background-color: #fff;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.15rem solid #1A1A1A;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd input,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd input {
    border: 0.1rem solid #1A1A1A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd input[type=date]::-webkit-calendar-picker-indicator,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd input[type=date],
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd input[type=date] {
  position: relative;
  background: url("../img/vector/icon_calendar.svg") no-repeat right 0.6rem center;
  background-size: 2rem auto;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd input[type=date],
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd input[type=date] {
    background-size: 1.5rem auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd select,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd select {
  background-color: #fff;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  border: 0.15rem solid #1A1A1A;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/vector/icon_clock.svg");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 2rem auto;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd select,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd select {
    border: 0.1rem solid #1A1A1A;
    background-size: 1.5rem auto;
    margin-top: 1rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd textarea,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd textarea {
  background-color: #fff;
  width: 100%;
  height: 8rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.15rem solid #1A1A1A;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd textarea,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd textarea {
    border: 0.1rem solid #1A1A1A;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd .date-field,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd .date-field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd .date-field,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd .date-field {
    -ms-grid-columns: none;
    grid-template-columns: none;
    gap: none;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd .privacy-field,
body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd .privacy-field {
  border: 0.15rem solid #1A1A1A;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks dl dd .privacy-field,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form dl dd .privacy-field {
    border: 0.1rem solid #1A1A1A;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .check-field,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .check-field {
  margin: 3rem auto 2rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .check-field,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .check-field {
    max-width: 23rem;
    margin: 2rem auto 1.5rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .check-field a,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .check-field a {
  text-decoration: underline;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .check-field label,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .check-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .check-field label input[type=checkbox],
body#page main #reservation .reservation-block .reservation-contents .reservation-form .check-field label input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0.1rem;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit {
  width: 25rem;
  margin: auto;
  font-size: 1.4rem;
  color: #fff;
  background-color: #DE0061;
  -webkit-box-shadow: 0.2rem 0.3rem 0px 0px rgb(126, 0, 0);
          box-shadow: 0.2rem 0.3rem 0px 0px rgb(126, 0, 0);
  position: relative;
  z-index: 2;
  border-radius: 5rem;
  height: 3.5em;
  font-weight: 700;
  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-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back,
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit,
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back,
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit {
    height: 3rem;
    width: 15rem;
    font-size: 1.1rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back:before, body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit:before,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back:after,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit:after {
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/vector/icon_arrow.svg");
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back:after,
  body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit:after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn .back:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .back-btn button.submit:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn .back:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks .submit-btn button.submit:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn .back:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .back-btn button.submit:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn .back:hover,
body#page main #reservation .reservation-block .reservation-contents .reservation-form .submit-btn button.submit:hover {
  opacity: 1;
  -webkit-transform: translate(0.2rem, 0.2rem);
          transform: translate(0.2rem, 0.2rem);
  -webkit-box-shadow: 0.1rem 0.1rem 0px 0px rgb(126, 0, 0);
          box-shadow: 0.1rem 0.1rem 0px 0px rgb(126, 0, 0);
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks {
  text-align: center;
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks h3 {
    font-size: 1.3rem;
  }
}
body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.txt {
  line-height: 2;
  margin: 3rem auto;
}
@media screen and (max-width: 768.9px) {
  body#page main #reservation .reservation-block .reservation-contents .reservation-thanks p.txt {
    margin: 1.5rem auto;
  }
}