@charset "UTF-8";
/*=======================================================
追加リセット
=======================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
select,
textarea {
  vertical-align: top;
}

input[type=text], input[type=email], input[type=tel], input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
input[type=radio] + span::before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
input[type=radio] + span::after {
  background-color: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}
input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
input[type=checkbox] + span::before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
}
input[type=checkbox] + span::after {
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}
input[type=submit] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
}
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url(../img/form-css-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* ==============================
   共通
============================== */
html {
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(14px, 14px + (100vw - 768px) * 2 / 392, 16px);
  }
}
html.is-page-curtain-waiting body::before {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
html.is-page-curtain-leaving body::before, html.is-page-curtain-leaving body::after {
  visibility: visible;
  pointer-events: auto;
}
html.is-page-curtain-leaving body::before {
  opacity: 1;
}
html.is-page-curtain-leaving body::after {
  -webkit-animation-name: pageCurtainClose;
          animation-name: pageCurtainClose;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
html.is-page-curtain-enter body::before, html.is-page-curtain-enter body::after {
  visibility: visible;
  pointer-events: auto;
}
html.is-page-curtain-enter body::before {
  opacity: 0.88;
}
html.is-page-curtain-enter body::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
html.is-page-curtain-enter-active body::before {
  -webkit-animation-name: pageCurtainMistOut;
          animation-name: pageCurtainMistOut;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
html.is-page-curtain-enter-active body::after {
  -webkit-animation-name: pageCurtainOpen;
          animation-name: pageCurtainOpen;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes pageCurtainClose {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes pageCurtainClose {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes pageCurtainOpen {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes pageCurtainOpen {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes pageCurtainMistOut {
  0% {
    opacity: 0.88;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pageCurtainMistOut {
  0% {
    opacity: 0.88;
  }
  100% {
    opacity: 0;
  }
}
body {
  color: #1c1c1c;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.7;
  background-color: #fff;
  overflow-wrap: anywhere;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body::before, body::after {
  content: "";
  position: fixed;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
}
body::before {
  background-color: rgba(255, 255, 255, 0.72);
  opacity: 0;
}
body::after {
  background-color: #fc102d;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  will-change: transform;
}
body.is-noScroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.error404 .wrapper, body.blog .wrapper, body.single-post .wrapper, body.parent-pageid-13 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.error404 .wrapper .main, body.blog .wrapper .main, body.single-post .wrapper .main, body.parent-pageid-13 .wrapper .main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

h1 {
  line-height: 1.2;
}

h2 {
  line-height: 1.3;
}

h3 {
  line-height: 1.4;
}

h4 {
  line-height: 1.5;
}

.wrapper {
  overflow-x: clip;
}

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

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

.inner {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 30px;
    max-width: 1160px;
  }
}

.section-title__en {
  color: #fc102d;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: 5rem;
  }
}

.section-title__ja {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title__ja {
    font-size: 3.4375rem;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  border: 3px solid #fc0f2d;
  padding: calc(1.25rem - 3px);
  border-radius: 9999px;
  color: #fc102d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  min-width: 15rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding: calc(1.875rem - 3px);
    min-width: 20rem;
  }
}
.c-button::after {
  content: "\f0a9";
  position: absolute;
  top: 50%;
  right: calc(1.25rem - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    right: calc(1.875rem - 3px);
    font-size: 1.5rem;
  }
}
.c-button--primary {
  background-color: #ffff00;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary:hover {
    background-color: #fff;
  }
}
.c-button--primary:focus-visible {
  background-color: #fff;
}
.c-button--secondary {
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--secondary:hover {
    background-color: #fc102d;
    color: #fff;
  }
}
.c-button--secondary:focus-visible {
  background-color: #fc102d;
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 40;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    width: calc(76.5625vw + 120px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 2px solid #fc0f2d;
    border-radius: 10px;
    overflow: hidden;
    will-change: transform, opacity;
  }
}
@media screen and (min-width: 768px) {
  .header.is-hidden {
    -webkit-transform: translate(-50%, calc(-100% - 2.5rem));
            transform: translate(-50%, calc(-100% - 2.5rem));
    opacity: 0;
    pointer-events: none;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 0 0 calc(1.875rem - 2px);
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.3125rem;
}

.header__logo-link {
  display: block;
}
.header__logo-link img {
  display: block;
  width: 100%;
}

button.header__menu-button {
  position: relative;
  width: 3.125rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 60;
}
button.header__menu-button.is-open .header__menu-button-icon::before, button.header__menu-button.is-open .header__menu-button-icon::after {
  -webkit-transform-origin: center;
          transform-origin: center;
}
button.header__menu-button.is-open .header__menu-button-icon::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
button.header__menu-button.is-open .header__menu-button-icon::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(30deg);
          transform: translateY(50%) rotate(30deg);
}
@media screen and (min-width: 768px) {
  button.header__menu-button {
    display: none;
  }
}

.header__menu-button-label {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fc102d;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
}

.header__menu-button-icon {
  width: 2.25rem;
  height: 0.8125rem;
  display: block;
  position: relative;
}
.header__menu-button-icon::before, .header__menu-button-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__menu-button-icon::before {
  top: 0;
}
.header__menu-button-icon::after {
  bottom: 0;
}

.header__menu-button-text {
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.header__nav-item {
  position: relative;
  font-size: 1.125rem;
}
.header__nav-item + .header__nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1px;
  height: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #625959;
}

.header__nav-link {
  display: block;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__nav-link.current {
  color: #fc102d;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-link:hover {
    color: #fc102d;
  }
}
.header__nav-link:focus-visible {
  color: #fc102d;
}

.header__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__cta-link {
  display: block;
  padding: 1.75rem 3.25rem;
  background-color: #fc102d;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header__cta-link.current {
  background-color: #ffff00;
  color: #fc102d;
}
@media (hover: hover) and (pointer: fine) {
  .header__cta-link:hover {
    background-color: #ffff00;
    color: #fc102d;
  }
}
.header__cta-link:focus-visible {
  background-color: #ffff00;
  color: #fc102d;
}

.drawer-content {
  position: fixed;
  inset: 0;
  background-color: #fc102d;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer-content__inner {
  min-height: 100%;
  padding: 6rem 5.3333333333% 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
}

.drawer-content__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.25rem;
}

.drawer-content__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.drawer-content__nav-link::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: radial-gradient(circle, #fff 0, #fff 0.1875rem, transparent 0.1875rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.375rem 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.drawer-content__nav-link-text {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.drawer-content__cta {
  margin-top: 1.3125rem;
}

.drawer-content__cta-link {
  display: inline-block;
  padding: 1.6875rem 1.25rem;
  min-width: 16.25rem;
  border-radius: 5px;
  background-color: #ffff00;
  color: #fc102d;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
.drawer-content__cta-link::after {
  content: "\f0a9";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.drawer-content__brand {
  margin-top: auto;
}

.drawer-content__brand-image {
  width: 12.875rem;
}
.drawer-content__brand-image img {
  display: block;
  width: 100%;
}

.drawer-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.drawer-content__privacy {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.drawer-content__copyright {
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
}

html.is-home-opening-pending,
html.is-home-opening,
html.is-home-opening-pending body,
html.is-home-opening body {
  overflow: hidden;
}

html.is-home-opening-pending::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 9998;
}

.p-home-opening {
  position: fixed;
  inset: 0;
  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;
  z-index: 9998;
  background-color: #000;
}

.p-home-opening[hidden] {
  display: none;
}

.p-home-opening__video {
  display: block;
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.p-home-opening.is-ready .p-home-opening__video {
  opacity: 1;
}

.p-home-opening__skip {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.625rem 1rem;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-home-opening__skip:hover {
    border-color: #fff;
    color: #000;
    background-color: #fff;
  }
}
.p-home-opening__skip:focus-visible {
  border-color: #fff;
  color: #000;
  background-color: #fff;
}

/* ==============================
   mv
============================== */
.mv {
  --mv-height: calc(100svh - var(--header-h, 0px));
  --mv-space-y: clamp(1rem, calc(var(--mv-height) * 0.0494), 1.875rem);
  --mv-title-top: clamp(0.5rem, calc(var(--mv-height) * 0.0214), 0.8125rem);
  --mv-title-bottom: clamp(1.75rem, calc(var(--mv-height) * 0.0708), 2.6875rem);
  position: relative;
  height: var(--mv-height);
  padding: var(--mv-space-y) 5.3333333333% var(--mv-space-y) 0;
  background-color: #cf0019;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    --mv-height: min(100svh, 1080px);
    --mv-space-y: clamp(2rem, calc(var(--mv-height) * 0.08), 4rem);
    --mv-title-bottom: clamp(1.5rem, calc(var(--mv-height) * 0.05), 2.5rem);
    padding: 0 0 var(--mv-space-y);
    background-color: transparent;
    isolation: isolate;
  }
}
@media screen and (min-width: 768px) {
  .mv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 70%;
    background-color: #cf0019;
    z-index: -1;
  }
}

.mv__media {
  height: 100%;
}
.mv__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 67% center;
     object-position: 67% center;
}
@media screen and (min-width: 768px) {
  .mv__media img {
    width: 86.25%;
    margin-left: auto;
    -o-object-position: center;
       object-position: center;
  }
}

.mv__title {
  position: absolute;
  top: var(--mv-title-top);
  bottom: var(--mv-title-bottom);
  left: 5.3333333333%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__title {
    top: auto;
    bottom: var(--mv-title-bottom);
    left: 50%;
    width: min(96.71875%, 1857px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv__title picture {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mv__title picture {
    height: auto;
  }
}
.mv__title img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mv__title img {
    width: 100%;
    height: auto;
  }
}

/* ==============================
   top-news
============================== */
.top-news {
  padding-block: 4.375rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding-block: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__inner {
    max-width: 1060px;
  }
}

.top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 1.125rem 0.9375rem 1.0625rem 1.25rem;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (min-width: 768px) {
  .top-news__link {
    -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;
    gap: 6%;
    padding: 3.875% 4%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-news__link:hover {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  }
  .top-news__link:hover .top-news__arrow {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}
.top-news__link:focus-visible {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.top-news__link:focus-visible .top-news__arrow {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-news__meta {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.top-news__label {
  color: #fc102d;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-news__label {
    position: absolute;
    bottom: 100%;
    left: 0;
    line-height: 1.625;
  }
}

.top-news__date {
  color: #808080;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-news__date {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .top-news__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.top-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  color: #fc102d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .top-news__title {
    font-size: 1.25rem;
    -webkit-line-clamp: 1;
  }
}

.top-news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1.375rem;
  height: 1.625rem;
  color: #fc102d;
  font-size: 1.375rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (min-width: 768px) {
  .top-news__arrow {
    font-size: 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}
.top-news__arrow::before {
  content: "\f138";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}

/* ==============================
   smart-sensor
============================== */
.smart-sensor__main {
  padding-top: 3.75rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0f2d), to(#fc0f2d)), url("../img/bg-texture.png");
  background-image: linear-gradient(#fc0f2d, #fc0f2d), url("../img/bg-texture.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .smart-sensor__main {
    padding-top: 5rem;
  }
}

.smart-sensor__inner {
  padding-inline: 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .smart-sensor__inner {
    max-width: 1182px;
  }
}

.smart-sensor__title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .smart-sensor__title {
    font-size: 3.4375rem;
    line-height: 1.2727272727;
    padding-inline: 3.75rem;
  }
}
.smart-sensor__title::before, .smart-sensor__title::after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.25rem;
  height: 100%;
  background-color: #fff;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .smart-sensor__title::before, .smart-sensor__title::after {
    width: 0.375rem;
  }
}
.smart-sensor__title::before {
  left: 0;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.smart-sensor__title::after {
  right: 0;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.smart-sensor__body {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .smart-sensor__body {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.4260249554%;
  }
}

@media screen and (min-width: 768px) {
  .smart-sensor__visual {
    width: 47.6827094474%;
  }
}

.smart-sensor__visual-media {
  display: block;
  width: 21.625rem;
}
@media screen and (min-width: 768px) {
  .smart-sensor__visual-media {
    width: auto;
  }
}
.smart-sensor__visual-media img {
  width: 100%;
}

.smart-sensor__content {
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .smart-sensor__content {
    width: 50.8912655971%;
    padding-bottom: 4.125rem;
  }
}

.smart-sensor__content-heading {
  display: block;
  padding: 2.2535211268% 3.3802816901% 5.6338028169% 2.8169014085%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .smart-sensor__content-heading {
    padding: 2.2767075306% 8.7565674256% 0 7.3555166375%;
    border-radius: 0;
    width: 50.78125vw;
  }
}
.smart-sensor__content-heading::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  bottom: -0.625rem;
  width: 100%;
  height: 100%;
  background-color: #cf0019;
  border-radius: 5px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .smart-sensor__content-heading::after {
    left: 1.5384615385%;
    bottom: -5.3380782918%;
    border-radius: 0;
  }
}
.smart-sensor__content-heading img {
  display: block;
  width: 100%;
}

.smart-sensor__content-title {
  max-width: 34.875rem;
}
.smart-sensor__content-title img {
  display: block;
  width: 100%;
}

.smart-sensor__point-list {
  margin: 3.125rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .smart-sensor__point-list {
    margin: 4rem 0 0;
    width: auto;
    gap: 0.75rem;
  }
}

.smart-sensor__point-item {
  position: relative;
  padding-left: 1.9375rem;
  color: #ffff00;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .smart-sensor__point-item {
    padding-left: 2.0625rem;
    font-size: 1.625rem;
  }
}
.smart-sensor__point-item::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: calc(1.3125rem * 1.7 / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem;
  color: #ffff00;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .smart-sensor__point-item::before {
    top: calc(1.625rem * 1.7 / 2);
    font-size: 1.375rem;
  }
}
.smart-sensor__point-item:nth-child(n+3) {
  color: #fff;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .smart-sensor__point-item:nth-child(n+3) {
    font-size: 1.25rem;
  }
}
.smart-sensor__point-item:nth-child(n+3)::before {
  top: calc(1.125rem * 1.7 / 2);
}
@media screen and (min-width: 768px) {
  .smart-sensor__point-item:nth-child(n+3)::before {
    top: calc(1.25rem * 1.7 / 2);
  }
}
.smart-sensor__point-item .smart-sensor__point-note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .smart-sensor__point-item .smart-sensor__point-note {
    display: inline-block;
    font-size: 0.875rem;
  }
}
.smart-sensor__point-item .smart-sensor__point-note::before {
  content: "※";
}

.smart-sensor__steps {
  padding-block: 3.6875rem 10.6666666667vw;
  background-image: url(../img/sp/steps-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .smart-sensor__steps {
    padding-block: 2.1875rem min(6.3125rem, 7.890625vw);
    background-image: url(../img/steps-bg.png);
  }
}
.smart-sensor__steps::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4.5333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100.8%;
  aspect-ratio: 378/64;
  background-image: url(../img/Smart-Oil-Censor.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .smart-sensor__steps::after {
    bottom: max(-3.5625rem, -4.453125vw);
    width: 98.125%;
    max-width: 1256px;
    aspect-ratio: 1256/213;
  }
}

.smart-sensor__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.875rem;
  max-width: 310px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-list {
    -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;
    gap: 2.5rem;
    max-width: none;
    margin-inline: 0;
  }
}

.smart-sensor__step-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-item {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
    max-width: 163px;
  }
}
.smart-sensor__step-item:not(:last-child) .smart-sensor__step-text::after {
  content: "\f078";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.5625rem + 3px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-item:not(:last-child) .smart-sensor__step-text::after {
    content: "\f054";
    left: calc(100% + 0.703125rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.75rem;
  }
}

.smart-sensor__step-label {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #cf0019;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-label {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    width: auto;
    aspect-ratio: auto;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none;
            transform: none;
  }
}

.smart-sensor__step-step {
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-step {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.smart-sensor__step-number {
  color: #ffff00;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Arial", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-number {
    font-size: 2.125rem;
  }
}

.smart-sensor__step-text {
  position: relative;
  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;
  width: calc(100% - 2.5rem);
  min-height: 3.75rem;
  margin-left: auto;
  padding: 0.625rem;
  border: 3px solid currentColor;
  border-radius: 10px;
  background-color: #fff;
  color: #fc102d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .smart-sensor__step-text {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    aspect-ratio: 1/1;
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
  }
}

.smart-sensor__cta {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .smart-sensor__cta {
    margin-top: 2.5rem;
  }
}

/* ==============================
   service
============================== */
.service {
  padding-block: 6.25rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .service {
    padding-block: 6rem 3rem;
    position: relative;
    isolation: isolate;
  }
}
@media screen and (min-width: 768px) {
  .service::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 332px;
    background-color: #fc102d;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .service__inner {
    max-width: 1197px;
  }
}

.service__grid-wrap {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .service__grid-wrap {
    margin-top: 3.5rem;
  }
}

.service__grid-container {
  container-type: inline-size;
  max-width: 860px;
  margin-inline: auto;
}

.service__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 335px), 335px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6.97674419cqi;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-card__link:hover .service-card {
    background-color: #fc102d;
  }
  .service-card__link:hover .service-card__title,
  .service-card__link:hover .service-card__text,
  .service-card__link:hover .service-card__icon::before {
    color: #fff;
  }
  .service-card__link:hover .service-card__icon::after {
    color: #fc102d;
  }
  .service-card__link:hover .service-card__button span {
    background-color: #fff;
    color: #fc102d;
  }
}
.service-card__link:focus-visible .service-card {
  background-color: #fc102d;
}
.service-card__link:focus-visible .service-card__title,
.service-card__link:focus-visible .service-card__text,
.service-card__link:focus-visible .service-card__icon::before {
  color: #fff;
}
.service-card__link:focus-visible .service-card__icon::after {
  color: #fc102d;
}
.service-card__link:focus-visible .service-card__button span {
  background-color: #fff;
  color: #fc102d;
}

.service-card {
  border: 3px solid #fc0f2d;
  padding: 2.5rem;
  border-radius: 10px;
  background-color: #fff;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 1/1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .service-card {
    border-width: 4px;
    padding: calc(12.5% - 4px) calc(1.25rem - 4px);
  }
}

.service-card__title {
  color: #fc102d;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.07em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .service-card__title {
    font-size: 1.875rem;
  }
}

.service-card__text {
  max-width: 15.25rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: -0.07em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .service-card__text {
    max-width: 18.75rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.service-card__button span {
  display: inline-block;
  background-color: #fc0f2d;
  padding: 1rem;
  min-width: 13.75rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07em;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .service-card__button span {
    min-width: 14.4375rem;
    padding: 1.0625rem;
  }
}
.service-card__button span::after {
  content: "\f0a9";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .service-card__button span::after {
    right: 1.5625rem;
  }
}

.service-card__icon {
  position: relative;
  width: 7.375rem;
  height: 5.875rem;
}
@media screen and (min-width: 768px) {
  .service-card__icon {
    width: 9.375rem;
    height: 7.5rem;
  }
}
.service-card__icon::before {
  content: "\f0d1";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Font Awesome 5 Free";
  font-size: 5.875rem;
  font-weight: 900;
  line-height: 1;
  color: #fc102d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .service-card__icon::before {
    font-size: 7.5rem;
  }
}
.service-card__icon::after {
  content: "\f52f";
  position: absolute;
  top: 0.8125rem;
  left: 1.375rem;
  font-family: "Font Awesome 5 Free";
  font-size: 2.0625rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .service-card__icon::after {
    top: 0.9375rem;
    left: 1.8125rem;
    font-size: 2.8125rem;
  }
}

.service__detail {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .service__detail {
    margin-top: 5.625rem;
  }
}

.service__notice {
  margin-inline: calc(50% - 50vw);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__notice {
    margin-inline: 0;
  }
}

.service__notice-text {
  padding: 1rem 5.3333333333% 1.9375rem;
  background-color: #ffff19;
  color: #fc102d;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .service__notice-text {
    padding: 0.75rem 0.25rem 0.6875rem 0.25rem;
    font-size: min(1.5625rem, 2.6041666667vw);
    line-height: 1;
    display: inline-block;
  }
}
.service__notice-text span {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-weight: 700;
}

.service__products {
  margin-top: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service__products {
    margin-top: 1.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.6385224274%;
  }
}

.service__product {
  padding-bottom: 1.25rem;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .service__product {
    padding-bottom: 0;
    position: static;
    isolation: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.service__product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 7.1875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fc102d;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service__product::after {
    content: none;
  }
}

.product-card {
  border: 3px solid #fc0f2d;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product-card {
    border-width: 4px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
    padding: calc(7.7994428969% - 4px) calc(7.5208913649% - 4px) calc(10.0278551532% - 4px);
  }
}

.product-card__media {
  width: 100%;
  aspect-ratio: 329/173;
}
@media screen and (min-width: 768px) {
  .product-card__media {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 305/207;
  }
}
.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card__body {
  padding: 1.25rem 0.90625rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  .product-card__body {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8125rem;
  }
}

.product-card__title {
  color: #fc102d;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-card__title {
    font-size: 1.625rem;
  }
}

.product-card__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .product-card__text {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* ==============================
   concept
============================== */
.concept {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-top: 10.125rem;
  }
}

.concept__media {
  margin: 1.75rem calc(50% - 50vw) 0;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .concept__media {
    margin: 1.4375rem 0 0;
  }
}
.concept__media::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 100%;
  height: 105.1150895141%;
  background-color: #fc102d;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept__media::after {
    left: 1.3636363636%;
    bottom: -3.8363171355%;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    border-radius: 5px;
  }
}

.concept__media-frame {
  display: block;
  width: 100%;
  aspect-ratio: 375/391;
  max-height: 391px;
}
@media screen and (min-width: 768px) {
  .concept__media-frame {
    aspect-ratio: 1100/391;
    max-height: none;
    border-radius: 5px;
    overflow: hidden;
  }
}
.concept__media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept__content {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .concept__content {
    margin-top: 5.9375rem;
  }
}

.concept__text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .concept__text {
    max-width: 786px;
    margin-inline: auto;
    font-size: 1.25rem;
    line-height: 2;
  }
}

/* ==============================
   p-service-intro
============================== */
.p-service-intro {
  padding-block: 2.1875rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-intro {
    padding-block: 15rem 10.625rem;
  }
}

.p-service-intro__inner {
  padding-inline: 4.2666666667%;
}
@media screen and (min-width: 768px) {
  .p-service-intro__inner {
    max-width: 1035px;
  }
}

.p-service-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-intro__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.1025641026%;
  }
}

.p-service-intro__media-wrap {
  position: relative;
  isolation: isolate;
  width: 77.6119402985%;
}
@media screen and (min-width: 768px) {
  .p-service-intro__media-wrap {
    width: 51.2820512821%;
  }
}
.p-service-intro__media-wrap::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  bottom: -0.625rem;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fc102d;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-service-intro__media-wrap::after {
    left: 2%;
    bottom: -2%;
  }
}

.p-service-intro__media {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
.p-service-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-service-intro__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.p-service-intro__title {
  color: #fc102d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-intro__title {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}

.p-service-intro__text {
  margin-top: 2.5rem;
}
.p-service-intro__text p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-service-intro__text p {
    font-size: 1.125rem;
  }
}

.p-service-intro__text-note {
  padding-left: 1em;
  text-indent: -1em;
}
.p-service-intro__text-note::before {
  content: "※";
}

.p-service-intro__text-link {
  color: #fc102d;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

/* ==============================
   p-service-reception
============================== */
.p-service-reception {
  padding-block: 3.75rem;
  background-image: url("../img/section-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-service-reception {
    padding-block: 5.5rem;
  }
}

.p-service-reception__title {
  color: #fff;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-reception__title {
    font-size: 3.4375rem;
  }
}

.p-service-reception__lead {
  margin-top: 1.875rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-reception__lead {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
  }
}

.p-service-reception__table-wrap {
  margin-top: 2rem;
  position: relative;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-reception__table-wrap {
    margin-top: 3.4375rem;
    padding-top: 0;
  }
}
.p-service-reception__table-wrap::before {
  content: "← 横にスクロールできます →";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  color: #ffff00;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 768px) {
  .p-service-reception__table-wrap::before {
    content: none;
  }
}
.p-service-reception__table-wrap.is-scrollable:not(.is-dismissed)::before {
  opacity: 1;
}

.p-service-reception__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p-service-reception__table-scroll {
    overflow: visible;
  }
}

.p-service-reception__table {
  display: grid;
  grid-template-columns: 29.9163179916% minmax(0, 1fr);
  width: 30.25rem;
  margin-inline: auto;
  border: 3px solid #cf0019;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-service-reception__table {
    grid-template-columns: 23.9926739927% minmax(0, 1fr);
    width: 100%;
    margin-inline: 0;
    border-width: 4px;
    border-radius: 10px;
  }
}
.p-service-reception__table > * {
  border-top: 2px solid #cf0019;
}
.p-service-reception__table > :nth-child(-n+2) {
  border-top: none;
}

.p-service-reception__term {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  border-right: 2px solid #cf0019;
  color: #fc102d;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-reception__term {
    gap: 1.25rem;
    font-size: 1.875rem;
  }
}

.p-service-reception__term-text {
  font-weight: 700;
}

.p-service-reception__badge {
  display: inline-block;
  padding: 0.4375rem 0.34375rem;
  background-color: #fc102d;
  color: #ffff00;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-reception__badge {
    padding: 0.8125rem 1.21875rem;
    font-size: 1.375rem;
  }
}

.p-service-reception__description {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-inline: 1.25rem;
  color: #fc102d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  min-height: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-reception__description {
    padding-inline: 3.8554216867%;
    font-size: 1.5rem;
    min-height: 8.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-reception__description--phone {
    grid-template-rows: 8.0625rem 8.125rem;
  }
}

.p-service-reception__phone-item {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-top: 1px dashed #cf0019;
  padding-block: 1.25rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-reception__phone-item {
    padding-block: 0;
    grid-template-columns: auto 1fr;
    gap: 0 5.3333333333%;
  }
}
.p-service-reception__phone-item:first-child {
  border-top: none;
  padding-block: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-reception__phone-item:first-child {
    padding-block: 0;
  }
}

.p-service-reception__phone-area {
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-reception__phone-area {
    font-size: 1.625rem;
    grid-row: 1/3;
  }
}

.p-service-reception__phone-number {
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-service-reception__phone-number {
    font-size: min(4.375rem, 6.25vw);
  }
}

.p-service-reception__phone-address {
  color: #fc102d;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-service-reception__phone-address {
    grid-column: 2/3;
    font-size: min(1rem, 1.5625vw);
    line-height: 1.625;
  }
}

.p-service-reception__cta {
  margin-top: 3.75rem;
  text-align: center;
}

/* ==============================
   p-service-flow
============================== */
.p-service-flow {
  padding-block: 6.25rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-flow {
    padding-block: 10rem 5rem;
  }
}

.p-service-flow__title {
  color: #fc102d;
}

.p-service-flow__unit-lists {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8805970149%;
}
@media screen and (min-width: 768px) {
  .p-service-flow__unit-lists {
    margin-top: 3.75rem;
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service-flow__unit-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-service-flow__unit-list {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-service-flow__unit-picture {
  display: block;
}
.p-service-flow__unit-picture img {
  display: block;
  width: 100%;
}

.p-service-flow__info {
  margin-top: 3.75rem;
  border-top: 2px solid #fc0f2d;
  border-bottom: 2px solid #fc0f2d;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info {
    margin-top: 5rem;
  }
}

.p-service-flow__info-unit--payment {
  border-bottom: 2px solid #fc0f2d;
  padding-block: 3.875rem calc(1.875rem - 2px);
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-unit--payment {
    padding-block: 2.5rem calc(2.5rem - 2px);
  }
}
.p-service-flow__info-unit--attention {
  padding-block: 3.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-unit--attention {
    padding-block: 2.5rem;
  }
}

.p-service-flow__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-flow__info-term {
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-term {
    width: 14.9375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.25rem;
  }
}
.p-service-flow__info-term::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.p-service-flow__info-term--payment::after {
  width: 5rem;
  aspect-ratio: 1/1;
  background: url(../img/service-payment-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-term--payment::after {
    width: 6.375rem;
  }
}
.p-service-flow__info-term--attention {
  color: #fc102d;
}
.p-service-flow__info-term--attention::after {
  width: 5rem;
  aspect-ratio: 10/9;
  background: url(../img/service-attention-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-term--attention::after {
    width: 6.125rem;
    aspect-ratio: 49/44;
  }
}

@media screen and (min-width: 768px) {
  .p-service-flow__info-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.p-service-flow__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-flow__info-list {
    gap: 0.75rem;
  }
}

.p-service-flow__payment-item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service-flow__payment-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-service-flow__payment-label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-flow__payment-label {
    width: 9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
  }
}

.p-service-flow__payment-text {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-flow__payment-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-service-flow__attention-item {
  color: #fc102d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.p-service-flow__attention-item::before {
  content: "-";
  position: absolute;
  left: 0;
}

.p-service-flow__sensor {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-flow__sensor {
    margin-top: 5.25rem;
  }
}

.p-service-flow__sensor-media {
  display: block;
  max-width: 827px;
  margin-inline: auto;
  border-radius: 5px;
  overflow: hidden;
}
.p-service-flow__sensor-media img {
  display: block;
  width: 100%;
}

.p-service-flow__cta {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-flow__cta {
    margin-top: 5rem;
  }
}

/* ==============================
   service-corporate
============================== */
.p-service-corporate {
  padding-block: 3.125rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate {
    padding-block: 5rem;
  }
}

.p-service-corporate__title {
  color: #fc102d;
}

.p-service-corporate__intro {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__intro {
    margin-top: 5rem;
  }
}

.p-service-corporate__intro-text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__intro-text {
    max-width: 786px;
    margin-inline: auto;
    font-size: 1.25rem;
  }
}

.p-service-corporate__notice {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__notice {
    margin-top: 6.25rem;
  }
}

.p-service-corporate__notice-inner {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-service-corporate__notice-inner {
    margin-inline: 0;
    text-align: center;
  }
}

.p-service-corporate__notice-text {
  padding: 1rem 5.3333333333%;
  background-color: #ffff00;
  color: #fc102d;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__notice-text {
    display: inline-block;
    padding: 0.4375rem 0.9375rem;
    font-size: 1.5625rem;
  }
}
.p-service-corporate__notice-text span {
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

.p-service-corporate__spec {
  margin-top: 2.5rem;
  border-top: 2px solid #fc0f2d;
}

.p-service-corporate__spec-row {
  border-bottom: 2px solid #fc0f2d;
  padding-block: 1.875rem calc(1.875rem - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__spec-row {
    padding-block: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.7735849057%;
    padding-inline: 1.25rem;
    min-height: 6.1875rem;
  }
}

.p-service-corporate__spec-term {
  color: #fc102d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__spec-term {
    width: 10rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.25rem;
    white-space: nowrap;
  }
}

.p-service-corporate__spec-description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__spec-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.125rem;
  }
}
.p-service-corporate__spec-description span {
  display: inline-block;
  margin-right: 0.4em;
  font-weight: 700;
}
.p-service-corporate__spec-description span:last-child {
  margin-right: 0;
}

.p-service-corporate__fleet {
  margin: 14.375rem calc(50% - 50vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  background-color: #fc102d;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet {
    margin-top: max(8.375rem, 10.46875vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-service-corporate__fleet-media-wrap {
  margin-top: -11.875rem;
  padding-right: 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-media-wrap {
    margin-top: -2.734375vw;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.59375vw;
            flex: 0 0 58.59375vw;
    max-width: 1390px;
  }
}

.p-service-corporate__fleet-media {
  border-width: 4px 4px 4px 0;
  border-style: solid;
  border-color: #fc0f2d;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 355/242;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-media {
    aspect-ratio: 750/527;
    max-height: 90.804%;
    max-height: 89.77853492%;
  }
}
.p-service-corporate__fleet-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-corporate__fleet-panel {
  padding: 0 5.3333333333% 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-panel {
    padding: 4.6875vw max(30px, 50vw - 550px) 4.6875vw min(2.5rem, 3.125vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.p-service-corporate__fleet-title {
  text-align: center;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-title {
    font-size: 2.5rem;
  }
}

.p-service-corporate__fleet-list {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-list {
    margin-top: 2.5rem;
  }
}

.p-service-corporate__fleet-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  border-top: 1px dashed currentColor;
  padding: calc(1.875rem - 1px) 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-row {
    padding: calc(1.125rem - 1px) 10% 1.125rem;
  }
}
.p-service-corporate__fleet-row:last-child {
  border-bottom: 1px dashed currentColor;
  padding: calc(1.875rem - 1px) 0;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-row:last-child {
    padding: calc(1.125rem - 1px) 10% calc(1.125rem - 1px);
  }
}

.p-service-corporate__fleet-term {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-term {
    font-size: 1.25rem;
  }
}

.p-service-corporate__fleet-value {
  padding-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__fleet-value {
    padding-right: 0;
    font-size: 1.125rem;
  }
}

.p-service-corporate__fleet-value-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-service-corporate__fleet-value-item {
  font-weight: 700;
}

.p-service-corporate__cta {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-corporate__cta {
    margin-top: 5rem;
  }
}

/* ==============================
   service-other
============================== */
.p-service-other {
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-other {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-other__inner {
    max-width: 1197px;
  }
}

.p-service-other__list {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-other__list {
    margin-top: 5.375rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.6385224274%;
  }
}

@media screen and (min-width: 768px) {
  .p-service-other__item {
    min-width: 0;
  }
}

.p-service-other__card {
  border: 2px solid #fc102d;
  padding: calc(1.25rem - 2px) calc(1.40625rem - 2px);
  background-color: #fc102d;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-other__card {
    height: 100%;
    padding: calc(8.356545961% - 2px) calc(7.7994428969% - 2px) calc(12.8133704735% - 2px);
    gap: 1.1875rem;
  }
}

.p-service-other__media {
  width: 100%;
  aspect-ratio: 290/191;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-service-other__media {
    aspect-ratio: 303/205;
    border-radius: 10px;
  }
}
.p-service-other__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-other__card-body {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-other__card-body {
    gap: 1.5rem;
  }
}

.p-service-other__card-title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-service-other__card-title {
    font-size: min(1.625rem, 2.0833333333vw);
  }
}

.p-service-other__card-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-service-other__card-text {
    padding-inline: 0.09375rem;
  }
}

.p-service-other__cta {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-other__cta {
    margin-top: 5rem;
  }
}

.p-news__section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__section {
    padding-top: 15rem;
  }
}

.p-news__title {
  color: #fc102d;
}

.p-news__list-wrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__list-wrap {
    margin-top: 3.75rem;
  }
}

.p-news__list {
  border-top: 2px solid #fc0f2d;
  border-bottom: 2px solid #fc0f2d;
}

.p-news__item {
  border-bottom: 1px dashed #fc0f2d;
}
.p-news__item:last-child {
  border-bottom: none;
}

.p-news__item-link {
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.375rem 1.875rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news__item-link {
    padding: 2.5rem 4.5454545455% 2.5rem 3.9090909091%;
    grid-template-columns: auto minmax(0, 1fr) auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.1638530288%;
    min-height: 11.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__item-link:hover {
    background-color: rgba(207, 0, 25, 0.05);
  }
}
.p-news__item-link:focus-visible {
  background-color: rgba(207, 0, 25, 0.05);
}

.p-news__item-meta {
  grid-column: 1/2;
  grid-row: 1/2;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-news__item-meta {
    grid-column: auto;
    grid-row: auto;
    position: relative;
  }
}

.p-news__item-label {
  color: #fc102d;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-news__item-label {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-news__item-date {
  color: #808080;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .p-news__item-date {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-news__item-content {
  grid-column: 1/2;
  grid-row: 2/3;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-news__item-content {
    grid-column: auto;
    grid-row: auto;
  }
}

.p-news__item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fc102d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-news__item-title {
    -webkit-line-clamp: 2;
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}

.p-news__item-icon {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: start;
  position: relative;
  width: 1.25rem;
  height: 1.625rem;
  color: #fc102d;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__item-icon {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.875rem;
  }
}
.p-news__item-icon::before {
  content: "\f138";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}

.p-news__pagination {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 7.5rem;
  }
}

.p-news__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination-list {
    gap: 3.125rem;
  }
}

.p-news__pagination-item a.p-news__pagination-link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__pagination-item a.p-news__pagination-link:hover {
    color: #fc102d;
  }
}
.p-news__pagination-item a.p-news__pagination-link:focus-visible {
  color: #fc102d;
}
.p-news__pagination-item .p-news__pagination-link {
  display: block;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}
.p-news__pagination-item .p-news__pagination-link.is-current {
  color: #fc102d;
}
.p-news__pagination-item .page-numbers.dots {
  display: block;
  font-weight: 700;
}

.p-news__empty {
  font-weight: 700;
}

.news-single__section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-single__section {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .news-single__inner {
    max-width: 740px;
  }
}

.news-single__article {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-single__article {
    margin-top: 5rem;
  }
}
.news-single__article h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cf0019;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3076923077;
}
@media screen and (min-width: 768px) {
  .news-single__article h3 {
    font-size: 2.5rem;
  }
}

.news-single__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-single__content {
    margin-top: 3.75rem;
  }
}
.news-single__content p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .news-single__content p {
    font-size: 1.125rem;
  }
}
.news-single__content p + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-single__content p + p {
    margin-top: 3.75rem;
  }
}
.news-single__content a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.news-single__content figure {
  margin-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-single__content figure {
    margin-block: 3.75rem;
  }
}
.news-single__content figure img {
  display: block;
  width: 100%;
}

.news-single__back {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-single__back {
    margin-top: 5rem;
  }
}

.news-single__back-link.c-button::after {
  content: "\f0a8";
  right: auto;
  left: calc(1.25rem - 3px);
}
@media screen and (min-width: 768px) {
  .news-single__back-link.c-button::after {
    left: calc(1.875rem - 3px);
  }
}

.reserve__section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__section {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .reserve__inner {
    max-width: 860px;
  }
}

.reserve__title {
  color: #fc102d;
}

/* ==============================
   reserve__price
============================== */
.reserve__price {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .reserve__price {
    margin-top: 3.75rem;
  }
}

.reserve__price-table {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 0.125rem;
  table-layout: fixed;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .reserve__price-table {
    border-spacing: 4px;
  }
}
.reserve__price-table th,
.reserve__price-table td {
  text-align: center;
  vertical-align: middle;
}
.reserve__price-table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.reserve__price-table thead tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.reserve__price-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.reserve__price-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.reserve__price-head {
  background-color: #fc102d;
  padding-block: 0.78125rem;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .reserve__price-head {
    padding-block: 30px;
    font-size: 20px;
  }
}
.reserve__price-head--side {
  width: 20.3076923077%;
}
@media screen and (min-width: 768px) {
  .reserve__price-head--side {
    width: 120px;
  }
}

.reserve__price-subhead {
  padding-block: 0.4375rem;
  color: #808080;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .reserve__price-subhead {
    padding-block: 6px;
    font-size: 14px;
    line-height: 1;
  }
}

.reserve__price-side {
  background-color: #efefef;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reserve__price-side {
    font-size: 18px;
  }
}

.reserve__price-cell {
  padding-block: 0.53125rem;
  background-color: #efefef;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reserve__price-cell {
    padding-block: 22px;
  }
}

.reserve__price-number {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve__price-number {
    font-size: 36px;
  }
}

.reserve__price-unit {
  margin-left: 0.3em;
  font-size: 0.625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve__price-unit {
    font-size: 14px;
  }
}

.reserve__price-note {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve__price-note {
    margin-top: 2.5rem;
  }
}

.reserve__price-note-link {
  display: inline-block;
  border: 2px solid #fc102d;
  padding: calc(0.8125rem - 2px);
  min-width: 16.25rem;
  border-radius: 9999px;
  background-color: #fff;
  color: #fc102d;
  font-weight: 700;
  line-height: 1.2142857143;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .reserve__price-note-link {
    padding: calc(1.0625rem - 2px);
    min-width: 25rem;
    line-height: 1;
  }
}
.reserve__price-note-link::after {
  content: "\f0a9";
  position: absolute;
  top: 50%;
  right: calc(1.0625rem - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reserve__price-note-link::after {
    right: calc(1.25rem - 2px);
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reserve__price-note-link:hover {
    background-color: #fc102d;
    color: #fff;
  }
}
.reserve__price-note-link:focus-visible {
  background-color: #fc102d;
  color: #fff;
}

/* ==============================
   reserve__form
============================== */
.reserve__form-wrap {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .reserve__form-wrap {
    margin-top: 4.375rem;
  }
}

.reserve__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__fields {
    gap: 3.75rem;
  }
}
.reserve__fields .wpcf7-form-control-wrap {
  display: block;
}
.reserve__fields .wpcf7-list-item {
  display: block;
  margin: 0;
}

.reserve__field--radio .reserve__field-control, .reserve__field--quantity .reserve__field-control {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reserve__field--radio .reserve__field-control, .reserve__field--quantity .reserve__field-control {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__field--textarea .reserve__field-control {
    margin-top: 1.5rem;
  }
}
.reserve__field .wpcf7-not-valid-tip {
  white-space: pre-line;
}

.reserve__field-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-head {
    gap: 1.25rem;
  }
}
.reserve__field-head--with-note {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-head--with-note {
    -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;
    gap: 1rem;
  }
}

.reserve__field-head-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-head-main {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 1.25rem;
  }
}

.reserve__field-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .reserve__field-label {
    font-size: 1.125rem;
  }
}

.reserve__field-required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.1875rem 0.3125rem;
  background-color: #fc102d;
  border-radius: 0.1666666667em;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reserve__field-required {
    border-radius: 0.1428571429em;
    font-size: 0.875rem;
  }
}

.reserve__field-control {
  margin-top: 0.625rem;
}
.reserve__field-control .reserve__field-input {
  background-color: #f8f8f8;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: calc(0.875rem - 1px) calc(1.25rem - 1px);
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve__field-control .reserve__field-input {
    padding: calc(1.0625rem - 1px) calc(1.5625rem - 1px);
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.reserve__field-control .reserve__field-input--date {
  cursor: pointer;
}
.reserve__field-control .reserve__field-input--select {
  background-position: center right 1.1875rem;
  background-size: 0.875rem 1rem;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .reserve__field-control .reserve__field-input--select {
    background-size: 1rem 1.125rem;
  }
}
.reserve__field-control .reserve__field-input--select.is-selected {
  color: #1c1c1c;
}
.reserve__field-control .reserve__field-input--select option {
  color: #1c1c1c;
}
.reserve__field-control .reserve__field-input--select option[value=""] {
  color: #808080;
}
.reserve__field-control .reserve__field-input--textarea {
  height: 13.75rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-control .reserve__field-input--textarea {
    height: 16.25rem;
  }
}
.reserve__field-control .reserve__field-input::-webkit-input-placeholder {
  color: #808080;
}
.reserve__field-control .reserve__field-input::-moz-placeholder {
  color: #808080;
}
.reserve__field-control .reserve__field-input:-ms-input-placeholder {
  color: #808080;
}
.reserve__field-control .reserve__field-input::-ms-input-placeholder {
  color: #808080;
}
.reserve__field-control .reserve__field-input::placeholder {
  color: #808080;
}

.reserve__postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reserve__postal-code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .reserve__postal-code {
    max-width: 9.375rem;
  }
}
.reserve__postal-code:nth-of-type(2) {
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__postal-code:nth-of-type(2) {
    max-width: 11.25rem;
  }
}

.reserve__postal-separator {
  margin-inline: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reserve__postal-separator {
    margin-inline: 0.4375rem;
  }
}

button.reserve__postal-button {
  margin-left: 0.5rem;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 9999px;
  padding: calc(0.875rem - 2px);
  color: #808080;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  button.reserve__postal-button {
    margin-left: 1.625rem;
    padding: calc(0.75rem - 2px) calc(1.125rem - 2px);
    font-size: 1rem;
  }
}

.reserve__field-choices .wpcf7-radio,
.reserve__field-choices .wpcf7-exclusive-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-choices .wpcf7-radio,
  .reserve__field-choices .wpcf7-exclusive-checkbox {
    gap: 4rem;
  }
}
.reserve__field-choices input[type=radio] + span,
.reserve__field-choices input[type=checkbox] + span {
  display: block;
  margin: 0;
  padding-left: 1.2777777778em;
  font-size: 1.125rem;
  font-weight: 700;
}
.reserve__field-choices input[type=radio] + span::before,
.reserve__field-choices input[type=checkbox] + span::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 1em;
  width: 1em;
}
.reserve__field-choices input[type=radio] + span::after,
.reserve__field-choices input[type=checkbox] + span::after {
  background-color: #fc102d;
  border: 0;
  border-radius: 50%;
  height: 0.5em;
  left: 0.25em;
  margin-top: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
}

.reserve__field-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity {
    gap: 3.75rem;
  }
}

.reserve__field-quantity-item--poly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-item--poly {
    gap: 3.75rem;
  }
}
.reserve__field-quantity-item--poly .reserve__field-quantity-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reserve__field-quantity-item--poly .reserve__field-quantity-input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-item--poly .reserve__field-quantity-input-group {
    gap: 1.25rem;
  }
}
.reserve__field-quantity-item--tank {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-item--tank {
    -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;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-item--tank .reserve__field-quantity-check {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.reserve__field-quantity-item--tank .reserve__field-quantity-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-item--tank .reserve__field-quantity-input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.reserve__field-quantity-check input[type=checkbox] + span {
  display: block;
  margin: 0;
  padding-left: 1.2777777778em;
  font-size: 1.125rem;
  font-weight: 700;
}
.reserve__field-quantity-check input[type=checkbox] + span::before {
  border: 1px solid currentColor;
  border-radius: 0;
}
.reserve__field-quantity-check input[type=checkbox] + span::after {
  border-bottom: 3px solid #fc102d;
  border-left: 3px solid #fc102d;
}

.reserve__field-quantity-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-label {
    font-size: 1.125rem;
  }
}

.reserve__field-quantity-select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-select-wrap {
    max-width: 16.25rem;
  }
}

.reserve__field-quantity-methods .wpcf7-radio,
.reserve__field-quantity-methods .wpcf7-exclusive-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-methods .wpcf7-radio,
  .reserve__field-quantity-methods .wpcf7-exclusive-checkbox {
    gap: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.reserve__field-quantity-methods input[type=radio] + span,
.reserve__field-quantity-methods input[type=checkbox] + span {
  display: block;
  margin: 0;
  padding-left: 1.2777777778em;
  font-size: 1.125rem;
  font-weight: 700;
}
.reserve__field-quantity-methods input[type=radio] + span::before,
.reserve__field-quantity-methods input[type=checkbox] + span::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 1em;
  width: 1em;
}
.reserve__field-quantity-methods input[type=radio] + span::after,
.reserve__field-quantity-methods input[type=checkbox] + span::after {
  background-color: #fc102d;
  border: 0;
  border-radius: 50%;
  height: 0.5em;
  left: 0.25em;
  margin-top: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
}
.reserve__field-quantity-methods input[type=radio]:disabled + span,
.reserve__field-quantity-methods input[type=checkbox]:disabled + span {
  cursor: default;
}

.reserve__field-quantity-amount {
  margin-left: auto;
  min-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .reserve__field-quantity-amount {
    margin-left: 0;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 13.4375rem;
  }
}

.reserve__additional-oil {
  margin-block: 1.25rem;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .reserve__additional-oil {
    margin-block: 0;
  }
}
.reserve__additional-oil .wpcf7-form-control-wrap[data-name=delivery-container-additional] input[type=checkbox]:disabled + span {
  cursor: default;
}

button.reserve__additional-oil-toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  button.reserve__additional-oil-toggle {
    padding: 1.25rem 1.375rem 1.25rem 0;
  }
}

.reserve__additional-oil-toggle-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.reserve__additional-oil-toggle-icon {
  width: 0.75rem;
  height: 1.25rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reserve__additional-oil-toggle-icon::before, .reserve__additional-oil-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.1875rem;
  background-color: #1c1c1c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reserve__additional-oil-toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.reserve__additional-oil-toggle-icon.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.reserve__additional-oil-panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: grid-template-rows 0.3s, padding 0.3s, opacity 0.3s, visibility 0s linear 0.3s;
  transition: grid-template-rows 0.3s, padding 0.3s, opacity 0.3s, visibility 0s linear 0.3s;
  transition: grid-template-rows 0.3s, padding 0.3s, opacity 0.3s, visibility 0s linear 0.3s, -ms-grid-rows 0.3s;
}
.reserve__additional-oil-panel.is-open {
  grid-template-rows: 1fr;
  padding: 2.5rem 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: grid-template-rows 0.3s, padding 0.3s, opacity 0.3s, visibility 0s;
  transition: grid-template-rows 0.3s, padding 0.3s, opacity 0.3s, visibility 0s;
  transition: grid-template-rows 0.3s, padding 0.3s, opacity 0.3s, visibility 0s, -ms-grid-rows 0.3s;
}

.reserve__additional-oil-panel-inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reserve__additional-oil-panel-inner {
    gap: 3.75rem;
  }
}

.reserve__field-note {
  padding-left: 1em;
  text-indent: -1em;
  color: #fc102d;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .reserve__field-note {
    font-size: 0.875rem;
  }
}
.reserve__field-note::before {
  content: "※";
}

.reserve__submit {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .reserve__submit {
    margin-top: 5rem;
  }
}
.reserve__submit .reserve__submit-button {
  display: block;
  border: 3px solid #fc0f2d;
  margin: auto;
  padding: calc(1.25rem - 3px);
  border-radius: 9999px;
  background-color: #fff;
  color: #fc102d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  min-width: 15rem;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .reserve__submit .reserve__submit-button {
    padding: calc(1.875rem - 3px);
    min-width: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reserve__submit .reserve__submit-button:hover {
    background-color: #fc102d;
    color: #fff;
  }
}
.reserve__submit .reserve__submit-button:focus-visible {
  background-color: #fc102d;
  color: #fff;
}

/* ==============================
   reserve-thanks&404
============================== */
.reserve-thanks__section,
.page-404__section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reserve-thanks__section,
  .page-404__section {
    padding-top: 15rem;
  }
}

.reserve-thanks__inner,
.page-404__inner {
  text-align: center;
}

.reserve-thanks__title,
.page-404__title {
  color: #fc102d;
}

.reserve-thanks__body,
.page-404__body {
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reserve-thanks__body,
  .page-404__body {
    margin-top: 3.75rem;
    gap: 1.25rem;
  }
}

.reserve-thanks__lead,
.page-404__lead {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve-thanks__lead,
  .page-404__lead {
    font-size: 1.5rem;
  }
}

.reserve-thanks__text,
.page-404__text {
  font-weight: 700;
}

.reserve-thanks__button,
.page-404__button {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve-thanks__button,
  .page-404__button {
    margin-top: 5rem;
  }
}

.privacy__section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy__section {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .privacy__inner {
    max-width: 740px;
  }
}

.privacy__title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 3.4375rem;
  }
}

.privacy__content {
  margin-top: 3.75rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .privacy__content {
    margin-top: 5rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.privacy__lead {
  font-weight: 700;
}

.privacy__blocks {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy__blocks {
    margin-top: 6.125rem;
  }
}

.privacy__block + .privacy__block {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .privacy__block + .privacy__block {
    margin-top: 3.75rem;
  }
}

.privacy__heading {
  font-weight: 700;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .privacy__heading {
    line-height: 2;
  }
}

.privacy__text {
  font-weight: 700;
}

.privacy__list-item {
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy__list-item::before {
  content: "・";
}

.privacy__contact-item {
  font-weight: 700;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__brand {
  padding-block: 5rem;
  width: 18.125rem;
}
@media screen and (min-width: 768px) {
  .footer__brand {
    padding-block: 7.5rem;
    width: 21rem;
  }
}
.footer__brand img {
  display: block;
  width: 100%;
}

.footer__bottom {
  padding-block: 1.25rem;
  background-image: url(../img/section-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-block: 1.5625rem;
  }
}

.footer__bottom-inner {
  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;
}

.footer__catch {
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .footer__catch {
    font-size: min(2.9375rem, 4.1666666667vw);
    line-height: 1;
  }
}

.footer__privacy {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    margin-top: 0.9375rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__privacy:hover {
    opacity: 0.7;
  }
}
.footer__privacy:focus-visible {
  opacity: 0.7;
}

.footer__copyright {
  margin-top: 0.3125rem;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
}