@charset "UTF-8";

body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

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

.u-mobile {
  display: none;
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.9302325581vw;
  }
}

@media (min-width: 1720px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access__title {
  text-align: center;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}

.access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.1145833vw;
  -moz-column-gap: 4.1145833vw;
  column-gap: 4.1145833vw;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}

@media screen and (max-width: 768px) {
  .access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.2vw;
  }
}

.access__content {
  width: calc(50% - 2.05729vw);
  position: relative;
}

@media screen and (max-width: 768px) {
  .access__content {
    width: 100%;
  }
}

.access__content::before {
  content: "";
  display: block;
  padding-top: 65.6434475%;
}

.access__content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.access__content iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.access__text {
  margin-bottom: 1em;
}

.access__text p {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .access__text p {
    font-size: 3.2vw;
  }
}

.access__text span {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 400;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .access__text span {
    font-size: 3.2vw;
  }
}

.access__wrapper {
  background-color: #CDE2FA;
}

.access__explain {
  padding: clamp(24px, 2.76041667vw, 53px) clamp(24px, 4.375vw, 84px) clamp(24px, 4.375vw, 84px);
}

@media screen and (max-width: 768px) {
  .access__explain {
    padding: 3.2vw;
  }
}

.access__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875vw;
}

.access__heading h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  color: #003070;
  margin-right: 20px;
  margin-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .access__heading h3 {
    font-size: clamp(18px, 4vw, 30px);
    margin-right: 3.733vw;
  }
}

@media screen and (max-width: 768px) {
  .access__btn-wrapper {
    width: 22.5811138%;
  }
}

@media screen and (max-width: 599px) {
  .access__btn-wrapper {
    width: 31%;
  }
}

.access__btn {
  display: block;
  text-align: center;
  padding: 11px clamp(37px, 4.270833vw, 82px) 9px 3.38541667vw;
  padding: 0.6875rem clamp(37px, 4.270833vw, 82px) 0.5625rem 3.38541667vw;
  position: relative;
  border-radius: 1.3125rem;
  background-color: #003070;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .access__btn {
    padding: 12px 5.13333vw 10px 3.13333vw;
  }
}

.access__btn span {
  display: inline-block;
  text-align: center;
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .access__btn span {
    font-size: 2.667vw;
  }
}

@media screen and (max-width: 599px) {
  .access__btn span {
    font-size: 3.7333vw;
  }
}

.access__btn span::after {
  content: "";
  width: clamp(9px, 0.9375vw, 18px);
  height: clamp(9px, 0.9375vw, 18px);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -42%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .access__btn span::after {
    width: 1.8667vw;
    height: 1.8667vw;
    right: -42%;
  }
}

@media screen and (max-width: 599px) {
  .access__btn span::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: -33%;
  }
}

.access__btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.3125rem;
  border: 3px solid #003070;
}

.access__btn:hover {
  cursor: pointer;
}

.access__btn:hover span {
  color: #003070;
}

.access__btn:hover span::after {
  border-top: 4px solid #003070;
  border-right: 4px solid #003070;
}

.access__btn:hover::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.access__btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.access__destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 79.8324742%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.7708333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access__destination:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .access__destination {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .access__destination {
    -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: start;
  }
}

.access__destination p {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 400;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .access__destination p {
    font-size: clamp(16px, 2.9333vw, 22px);
    width: 77.5447942%;
    margin-bottom: 2.1333vw;
  }
}

@media screen and (max-width: 768px) {
  .access__destination p {
    width: auto;
  }
}

.access__destination-btn {
  background-color: #F4DC00;
}

.access__destination-btn span {
  color: #003070;
}

.access__destination-btn span::after {
  border-top: 4px solid #003070;
  border-right: 4px solid #003070;
}

@media screen and (max-width: 599px) {
  .access__destination-btn span::after {
    border-top: 3px solid #003070;
    border-right: 3px solid #003070;
  }
}

.access__destination-btn::after {
  border: 3px solid #F4DC00;
}

.access__wait {
  display: flex;
  justify-content: center;
  column-gap: 3%;
  width: 100%;
  background-color: #CDE2FA;
  padding: 30px 20px;
}

@media screen and (max-width: 844px) {
  .access__wait {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
}

.access__wait-wrapper {
  padding-top: 20px;
}

@media screen and (max-width: 844px) {
  .access__wait-wrapper {
    width: 100%;
  }
}

.access__wait-wrapper p {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 400;
  color: #003070;
  line-height: 1.8;
}

.access__wait-wrapper p span {
  font-weight: 700;
}

.access__wait-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 844px) {
  .access__wait-btn-wrapper {
    width: 100%;
  }
}

.access__wait-btn {
  width: 400px;
}

.access__wait-images {
  display: flex;
  width: 35%;
  column-gap: 3%;
}

@media screen and (max-width: 844px) {
  .access__wait-images {
    width: 100%;
    justify-content: center;
  }
}

.access__wait-image img {
  object-fit: contain;
}


.accordion {
  background-color: #CDE2FA;
  padding: clamp(24px, 3.75vw, 72px) clamp(24px, 1.97916667vw, 38px) clamp(24px, 2.96875vw, 57px) clamp(24px, 3.59375vw, 69px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
  -webkit-column-gap: clamp(24px, 2.96875vw, 57px);
  -moz-column-gap: clamp(24px, 2.96875vw, 57px);
  column-gap: clamp(24px, 2.96875vw, 57px);
  transition: 0.3s;
}

.js-accordion-contents.is-open .customer__btn {
  transition: 0.3s;
  position: relative;
  bottom: 0;
  left: auto;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .accordion {
    padding: 3.2vw;
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
}

.accordion__icon {
  width: 8.020833vw;
  height: 8.020833vw;
}

@media screen and (max-width: 768px) {
  .accordion__icon {
    min-width: 10.6667vw;
    height: 12vw;
  }
}

.accordion__text p {
  font-size: clamp(14px, 1.5625vw, 30px);
  font-weight: 700;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .accordion__text p {
    font-size: 4.26667vw;
  }
}

.accordion__btn {
  display: block;
  text-align: center;
  width: 100%;
  padding: 25.5px 16px;
  padding: 1.59375rem 1rem;
  position: relative;
  border-radius: 1.3125rem;
  background-color: #F4DC00;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .accordion__btn {
    padding: 2.5333vw 2.13333vw;
  }
}

.accordion__btn span {
  display: inline-block;
  text-align: center;
  font-size: clamp(26px, 2.0833vw, 40px);
  font-weight: 700;
  color: #003070;
  line-height: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .accordion__btn span {
    font-size: clamp(16px, 3.2vw, 24px);
  }
}

.accordion__btn span::after {
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-top: 4px solid #003070;
  border-right: 4px solid #003070;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  right: -55%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .accordion__btn span::after {
    width: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #003070;
    border-right: 3px solid #003070;
  }
}

.accordion__btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.3125rem;
  border: 3px solid #F4DC00;
}

.accordion__btn:hover {
  cursor: pointer;
}

.accordion__btn:hover::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__btn.is-active span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.announce-bar {
  width: 100%;
  background-color: #003070;
  padding: 7px 40px;
  padding: 0.4375rem 2.5rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .announce-bar {
    padding: 1.06667vw 2.5rem;
  }
}

.announce-bar__text {
  color: #fff;
  font-size: clamp(10px, 1.09375vw, 21px);
  font-weight: 700;
  line-height: 1.2385;
}

.another-btn {
  display: inline-block;
  text-align: center;
  padding: clamp(12px, 0.9895833vw, 19px) 30px clamp(11px, 0.9375vw, 18px);
  padding: clamp(12px, 0.9895833vw, 19px) 1.875rem clamp(11px, 0.9375vw, 18px);
  position: relative;
  border-radius: 0.5625rem;
  background-color: #A1A1A1;
  overflow: hidden;
}

.another-btn span {
  display: inline-block;
  text-align: center;
  font-size: clamp(16px, 1.30208333vw, 25px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .another-btn span {
    font-size: 3.2vw;
  }
}

.another-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.5625rem;
  border: 3px solid #A1A1A1;
}

.another-btn:hover {
  cursor: pointer;
}

.another-btn:hover span {
  color: #A1A1A1;
}

.another-btn:hover::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.another-btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner {
  width: 100%;
}

.breadcrumb {
  margin-bottom: 78px;
  margin-bottom: 4.875rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .breadcrumb li span {
    font-size: clamp(12px, 2.1333vw, 16px);
  }
}

.car-price__table {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 113px;
  margin-bottom: 7.0625rem;
}

@media screen and (max-width: 768px) {
  .car-price__table {
    max-width: 600px;
  }
}

.card {
  width: calc(50% - 2.5vw);
  position: relative;
}

@media screen and (max-width: 768px) {
  .card {
    width: 100%;
  }
}

.card__img img {
  aspect-ratio: 811/540;
}

.card__label {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #003070;
  text-align: center;
  height: clamp(80px, 7.13541667vw, 137px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .card__label {
    height: 13.8667vw;
  }
}

.card__label span {
  color: #fff;
  font-size: clamp(16px, 1.82291667vw, 35px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .card__label span {
    font-size: 3.7333vw;
  }
}

.confirm-btn {
  display: block;
  text-align: center;
  width: 100%;
  padding: 25.5px clamp(24px, 14.4791667vw, 278px) 25.6px clamp(16px, 9.6875vw, 186px);
  padding: 1.59375rem clamp(24px, 14.4791667vw, 278px) 1.6rem clamp(16px, 9.6875vw, 186px);
  position: relative;
  border-radius: 1.3125rem;
  background-color: #F4DC00;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .confirm-btn {
    padding: 2.5333vw 2.13333vw;
  }
}

@media screen and (max-width: 599px) {
  .confirm-btn {
    padding: 3.2vw 2.13333vw;
  }
}

.confirm-btn span {
  display: inline-block;
  text-align: center;
  font-size: clamp(22px, 2.0833vw, 40px);
  font-weight: 700;
  color: #003070;
  line-height: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media screen and (max-width: 768px) {
  .confirm-btn span {
    font-size: clamp(18px, 3.2vw, 24px);
  }
}

.confirm-btn span::after {
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-top: 4px solid #003070;
  border-right: 4px solid #003070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -8%;
}

@media screen and (max-width: 768px) {
  .confirm-btn span::after {
    width: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #003070;
    border-right: 3px solid #003070;
  }
}

.confirm-btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.confirm-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.3125rem;
  border: 4px solid #F4DC00;
}

.confirm-btn:hover {
  cursor: pointer;
}

.confirm-btn:hover::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.confirm-btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.confirm-btn--small {
  margin-bottom: 1rem;
}

.confirm-btn--small span {
  font-size: clamp(26px, 1.875vw, 36px);
}

@media screen and (max-width: 768px) {
  .confirm-btn--small span {
    font-size: clamp(18px, 3.2vw, 24px);
  }
}

.customer__accordions {
  position: relative;
}

.customer__mask {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%);
  position: relative;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4.6875rem;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.customer__mask.is-open {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.customer__title {
  text-align: center;
  margin-bottom: clamp(40px, 3.38541667vw, 65px);
}

.customer__btn {
  text-align: center;
  width: clamp(460px, 47.083333vw, 904px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 4.6875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .customer__btn {
    width: 100%;
  }
}

.customer__wrapper {
  position: relative;

}

.customer__container {
  overflow: hidden;
  height: 160px;
  transition: all 0.5s;
}

.customer__container input {
  transition: all 0.5s;
}

.customer__wrapper label {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  width: 100%;
  height: 120px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定 */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 50%);
}

.customer__wrapper input:checked+label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}


.customer__wrapper label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 50%;
  width: clamp(460px, 47.083333vw, 904px);
  /* padding: 0.878rem 1rem; */
  padding: 0.2rem 1rem;
  font-size: clamp(20px, 2.0833vw, 40px);
  font-family: FontAwesome;
  content: ' もっと見る';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #003070;
  font-weight: 700;
  background-color: #F4DC00;
  border-radius: 1.3125rem;
  border: 4px solid #F4DC00;
  z-index: 1;
}

.customer__wrapper label::before {
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-top: 4px solid #003070;
  border-right: 4px solid #003070;
  position: absolute;
  top: 68%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  right: 38%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

.customer__wrapper input {
  display: none;
}

.customer__wrapper.customer__container {
  overflow: hidden;
  height: 250px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.customer__wrapper input:checked+label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.customer__wrapper input:checked+label:after {
  font-family: FontAwesome;
  content: ' 閉じる';
}

.customer__wrapper input:checked~.customer__container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .customer__wrapper label {
    bottom: 0;
  }

  .customer__wrapper label:after {
    padding: 2.2rem 1rem;
    width: clamp(250px, 47.083333vw, 904px);
    font-size: 16px;
  }

  .customer__wrapper label::before {
    width: 12px;
    height: 12px;
    top: 80%;
    right: 25%;
    border-top: 3px solid #003070;
    border-right: 3px solid #003070;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .customer__wrapper label::before {
    width: 14px;
    height: 14px;
    top: 70%;
    right: 30%;
  }
}

@media screen and (min-width: 500px) and (max-width: 599px) {
  .customer__wrapper label::before {
    right: 30%;
    top: 74%;
  }
}

.footer__top {
  background-color: #003070;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.05vw;
  -moz-column-gap: 6.05vw;
  column-gap: 3.05vw;
  padding: 5.63541667vw 0 6.802083vw 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.2vw;
  }
}

.footer__text {
  width: calc(44.23518% - 2.49473vw);
}

@media screen and (max-width: 768px) {
  .footer__text {
    width: 100%;
  }
}

.footer__address p {
  color: #fff;
  font-size: 1.875vw;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer__address p {
    font-size: 3.7333vw;
  }
}

.footer__address p+p {
  margin-top: 1em;
}

.footer__question {
  width: calc(58.76482% - 3.55527vw);
}

@media screen and (max-width: 768px) {
  .footer__question {
    width: 100%;
  }
}

.footer__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.97916667vw;
  -moz-column-gap: 1.97916667vw;
  column-gap: 1.97916667vw;
  margin-bottom: 1.875vw;
}

@media screen and (max-width: 768px) {
  .footer__btn-wrapper {
    justify-content: center;
  }
}

.footer__reserve,
.footer__inquiry {
  max-width: 22.5520833vw;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .footer__reserve,
  .footer__inquiry {
    max-width: min(37.333vw, 210px);
  }
}

.footer__caution span {
  font-size: clamp(12px, 1.1458333vw, 22px);
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__caution span {
    font-size: clamp(12px, 2.1333vw, 16px);
  }
}

.footer__topics {
  text-align: center;
  padding-bottom: 10px;
}

.footer__topics p {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #F4DC00;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .footer__topics p {
    font-size: clamp(12px, 2.1333vw, 16px);
  }
}

.footer__middle {
  background-color: #4C6F9D;
}

.footer__block {
  padding: 1.66667vw 4.21875vw 1.66667vw 2.187vw;
}

@media screen and (max-width: 768px) {
  .footer__block {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2.1333vw;
    -moz-column-gap: 2.1333vw;
    column-gap: 2.1333vw;
  }
}

.footer__link {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer__link {
    width: calc(40% - 1.06665vw);
    border-right: none;
  }
}

@media screen and (max-width: 599px) {
  .footer__link {
    width: calc(50% - 1.06665vw);
  }
}

.footer__link:hover a {
  color: #003070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 1px 1px 1px #333;
}

.footer__link:last-child {
  border-right: none;
}

.footer__link a {
  font-size: clamp(14px, 1.875vw, 36px);
  font-weight: 400;
  color: #fff;
  padding: 0 0.5em;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__link a {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .footer__link a {
    font-size: 12px;
  }
}

.footer__bottom {
  background-color: #000;
  text-align: center;
  padding: 1.5625vw 0 1.09375vw;
}

.footer__copy {
  color: #fff;
  font-weight: 400;
  font-size: 1.1458333vw;
}

.guarantee__title {
  text-align: center;
  margin-bottom: clamp(20px, 3.8020833vw, 73px);
}

.guarantee__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.0625rem;
  -moz-column-gap: 4.0625rem;
  column-gap: 4.0625rem;
  margin-bottom: 59px;
  margin-bottom: 3.6875rem;
}

@media screen and (max-width: 1024px) {
  .guarantee__contents {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .guarantee__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4.26667vw;
  }
}

.guarantee__content {
  width: calc(50% - 2.03125rem);
}

@media screen and (max-width: 1024px) {
  .guarantee__content {
    width: calc(50% - 0.75rem);
  }
}

@media screen and (max-width: 768px) {
  .guarantee__content {
    width: 100%;
  }
}

.guarantee__text {
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}

.guarantee__text p {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 400;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .guarantee__text p {
    font-size: 2.6667vw;
  }
}

.guarantee__btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .guarantee__btn {
    width: 100%;
  }
}

.guarantee__modal {
  visibility: hidden;
  /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 10;
  /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, .9);
}

.guarantee__modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1000px;
  padding: 10px 30px;
}

@media screen and (max-width: 768px) {
  .guarantee__modal-wrapper {
    width: 100%;
    padding: 0;
  }
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    height: 20px;
    max-width: 25px;
    width: 100%;
    cursor: pointer;
    z-index: 999;
  }
}

.hamburger__button {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  padding: 0;
}

.hamburger__button span {
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 0.25rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

.hamburger__button span:nth-child(1) {
  top: 0;
}

.hamburger__button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger__button span:nth-child(3) {
  bottom: 0;
}

.open .hamburger__button span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.open .hamburger__button span:nth-child(2) {
  opacity: 0;
}

.open .hamburger__button span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

header {
  width: 100%;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header::before {
  content: "";
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

header.white::before {
  opacity: 1;
}

header.open {
  border: none;
}

.header {
  padding-top: 4px;
  padding-top: 0.25rem;
  height: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  position: relative;
}

.header__logo {
  max-width: 425px;
  max-width: 26.5625rem;
  min-width: 200px;
  min-width: 12.5rem;
  width: 100%;
  z-index: 100;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    max-width: clamp(180px, 26.6667vw, 200px);
  }
}

.header__logo img {
  height: auto;
}

.inner {
  max-width: 1770px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inquiry-btn {
  display: block;
  width: 100%;
  padding: 19.5px 16px;
  padding: 1.21875rem 1rem;
  position: relative;
  border-radius: 1.3125rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .inquiry-btn {
    padding: 2.5333vw 2.13333vw;
  }
}

@media screen and (max-width: 599px) {
  .inquiry-btn {
    padding: 3.2vw 2.13333vw;
  }
}

.inquiry-btn span {
  display: block;
  text-align: center;
  font-size: clamp(22px, 1.875vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .inquiry-btn span {
    font-size: clamp(18px, 3.2vw, 24px);
  }
}

.inquiry-btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(81, 176, 4, 1), rgba(4, 255, 11, 1));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.3125rem;
}

.inquiry-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.1875rem;
  -webkit-transform: scaleX(0.99) scaleY(0.9);
  transform: scaleX(0.99) scaleY(0.9);
}

.inquiry-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg, rgba(81, 176, 4, 1), rgba(4, 255, 11, 1));
}

.inquiry-btn:hover span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(81, 176, 4, 1)), to(rgba(4, 255, 11, 1)));
  background-image: linear-gradient(90deg, rgba(81, 176, 4, 1), rgba(4, 255, 11, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inquiry-btn:hover::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inquiry-btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inquiry-btn--small {
  padding: 26.5px 16px;
}

@media screen and (max-width: 768px) {
  .inquiry-btn--small {
    padding: 2.5333vw 2.13333vw;
  }
}

.inquiry-btn--small span {
  font-size: clamp(16px, 1.875vw, 36px);
}

@media screen and (max-width: 768px) {
  .inquiry-btn--small span {
    font-size: 3.7333vw;
  }
}

.inquiry-btn--small::after {
  -webkit-transform: scaleX(0.98) scaleY(0.9);
  transform: scaleX(0.98) scaleY(0.9);
}

@media screen and (max-width: 1024px) {
  .inquiry-btn--small::after {
    -webkit-transform: scaleX(0.97) scaleY(0.9);
    transform: scaleX(0.97) scaleY(0.9);
  }
}

.js-drawer-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.6s ease, opacity 0.6s ease;
  transition: visibility 0.6s ease, opacity 0.6s ease;
}

.js-drawer-menu.open {
  opacity: 1;
  visibility: visible;
}

.is-fixed {
  overflow: hidden;
}

.js-accordion-content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.js-accordion-content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
}

.main-view {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main-view__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-view__img img {
  aspect-ratio: 1920/1280;
  height: 100vh;
}

.main-view__content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-view__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

@media screen and (max-width: 1024px) {
  .main-view__inner {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .main-view__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.13333vw;
  }
}

.main-view__left {
  width: calc(47.56098% - 2.37805rem);
  background-color: #003070;
}

@media screen and (max-width: 1024px) {
  .main-view__left {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 768px) {
  .main-view__left {
    width: 100%;
  }
}

.main-view__right {
  width: calc(52.43902% - 2.62195rem);
}

@media screen and (max-width: 1024px) {
  .main-view__right {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 768px) {
  .main-view__right {
    width: 100%;
  }
}

.main-view__left-inner {
  padding: clamp(24px, 3.125vw, 60px) clamp(24px, 2.6041667vw, 50px) clamp(24px, 2.8645833vw, 55px);
}

@media screen and (max-width: 768px) {
  .main-view__left-inner {
    padding: 2.4vw 12vw;
  }
}

@media screen and (max-width: 599px) {
  .main-view__left-inner {
    padding: 7.4vw 6vw;
  }
}

.main-view__banner {
  margin-bottom: clamp(12px, 1.3020833vw, 25px);
}

@media screen and (max-width: 768px) {
  .main-view__banner {
    margin-bottom: 2.4vw;
  }
}

.main-view__text {
  font-size: clamp(16px, 1.875vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: clamp(12px, 1.3020833vw, 25px);
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .main-view__text {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 599px) {
  .main-view__text {
    font-size: 4.8vw;
  }
}

.main-view__text--yellow {
  color: #F4FF55;
  margin-bottom: clamp(20px, 2.5vw, 48px);
}

@media screen and (max-width: 768px) {
  .main-view__text--yellow {
    margin-bottom: 2.4vw;
  }
}

.main-view__right {
  overflow: hidden;
  position: relative;
}

.main-view__right::before {
  content: "";
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-view__right-inner {
  padding: clamp(24px, 2.8645833vw, 55px) clamp(24px, 3.3333vw, 64px) clamp(18px, 1.875vw, 36px);
}

@media screen and (max-width: 768px) {
  .main-view__right-inner {
    padding: 2.6667vw clamp(12px, 4.26667vw, 32px) 2.4vw;
  }
}

@media screen and (max-width: 599px) {
  .main-view__right-inner {
    padding: 7.6667vw clamp(12px, 4.26667vw, 32px) 7.4vw;
  }
}

.main-view__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: clamp(10px, 0.88541667vw, 17px);
  -moz-column-gap: clamp(10px, 0.88541667vw, 17px);
  column-gap: clamp(10px, 0.88541667vw, 17px);
  row-gap: clamp(16px, 1.14583333vw, 22px);
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

@media screen and (max-width: 768px) {
  .main-view__lists {
    -webkit-column-gap: 2.1333vw;
    -moz-column-gap: 2.1333vw;
    column-gap: 2.1333vw;
    row-gap: 2.133333vw;
  }
}

@media screen and (max-width: 599px) {
  .main-view__lists {
    margin-bottom: 18px;
  }
}

.main-view__list {
  width: calc(50% - 0.53125rem);
  background-color: #F4DC00;
  border-radius: clamp(4px, 0.625vw, 12px);
  font-size: clamp(16px, 1.875vw, 36px);
  font-weight: 700;
  color: #003070;
  text-align: center;
  line-height: 1;
  padding: clamp(20px, 2.1875vw, 42px) 16px;
  padding: clamp(20px, 2.1875vw, 42px) 1rem;
}

@media screen and (max-width: 768px) {
  .main-view__list {
    width: calc(50% - 1.06665vw);
    font-size: 2.1333vw;
    padding: 3.2vw;
  }
}

@media screen and (max-width: 599px) {
  .main-view__list {
    font-size: 4.8vw;
  }
}

.main-view__read {
  font-size: clamp(26px, 2.96875vw, 57px);
  font-weight: 700;
  color: #003070;
  text-align: center;
  line-height: 1;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width: 768px) {
  .main-view__read {
    font-size: 3.466667vw;
  }
}

@media screen and (max-width: 599px) {
  .main-view__read {
    font-size: 20px;
  }
}

.menu__inner {
  background: #003070;

}

.menu__title {
  text-align: center;
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
  padding-top: 20px;
}

.menu__title .section-title {
  color: #fff;
}

.menu__title .section-title::before {
  background: #fff;
}

.menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: clamp(70px, 6.145833vw, 118px);
}

@media screen and (max-width: 1024px) {
  .menu__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__content {
  width: calc(50% - 0.5rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .menu__content {
    display: contents;
  }
}

.menu__sub-title {
  background-color: #CDE2FA;
  text-align: center;
  padding: 18px 0;
  padding: 1.125rem 0;
  margin-bottom: clamp(16px, 1.51041667vw, 29px);
}

.menu__sub-title h3 {
  font-size: clamp(24px, 2.34375vw, 45px);
  font-weight: 700;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .menu__sub-title h3 {
    font-size: 5.333vw;
  }
}

@media screen and (max-width: 1024px) {
  .menu__sub-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.menu__img {
  margin-bottom: clamp(18px, 1.25vw, 24px);
}

@media screen and (max-width: 1024px) {
  .menu__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.menu__block {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}

@media screen and (max-width: 1024px) {
  .menu__block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.menu__explain {
  font-size: clamp(22px, 1.71875vw, 33px);
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

@media screen and (max-width: 768px) {
  .menu__explain {
    font-size: 4.26667vw;
  }
}

.menu__caution {
  font-size: clamp(14px, 1.1458333vw, 22px);
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .menu__caution {
    font-size: 3.7333vw;
  }
}

.menu__reserve {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .menu__reserve {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 5;
    /* margin-bottom: 16px; */
    margin-bottom: 1rem;
  }
}

.menu__inquiry {
  /* margin-bottom: clamp(20px, 1.875vw, 36px); */
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .menu__inquiry {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.menu__read {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}

@media screen and (max-width: 1024px) {
  .menu__read {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 9;
  }
}

@media screen and (max-width: 1024px) {
  .menu__confirm {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 7;
  }
}

.menu__title-wrapper {
  position: relative;
}

.menu__second-title {
  font-size: clamp(22px, 2.08333vw, 40px);
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .menu__second-title {
    font-size: 4.6875vw;
  }
}

.menu__tax {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .menu__tax {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .menu__table-inner {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 5.86667vw;
  }
}

.menu__table {
  height: 95%;
  margin-bottom: clamp(22px, 1.71875vw, 32px);
  overflow-y: scroll;
  border: 1px solid #707070;
  padding: 16px 16px 0;
  padding: 1rem 1rem 0;
  margin-right: 20px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .menu__table {
    height: 250px;
    margin-right: 10px;

  }
}

.img_flex {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.menu__sentence {
  font-size: clamp(19px, 1.30208333vw, 25px);
  font-weight: 700;
  color: #003070;
  /* margin-bottom: 16px; */
  /* margin-bottom: 1rem; */
  position: relative;
}

@media screen and (max-width: 768px) {
  .menu__sentence {
    font-size: 3.2vw;
  }
}

.menu__kome {
  font-size: clamp(14px, 1.1458333vw, 22px);
  font-weight: 400;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .menu__kome {
    font-size: 2.6667vw;
  }
}

.menu__another-btn {
  text-align: right;
}

.menu__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5vw;
  -moz-column-gap: 5vw;
  column-gap: 5vw;
  row-gap: clamp(30px, 6.51041667vw, 125px);
}

@media screen and (max-width: 768px) {
  .menu__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news__inner {
  position: relative;
  /* padding-bottom: 24px; */
}

.news__topic {
  padding: 0 20px;
  margin-bottom: 24px;
}

.news__topic p {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  color: #003070;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news__topic p {
    font-size: clamp(12px, 2.1333vw, 16px);
  }
}

.news__wrapper {
  background-color: #ECF7FF;
  border: 3px solid #003070;
  border-radius: 0.9375rem;
  padding: 26px clamp(80px, 6.1458333vw, 118px) 18px;
  padding: 1.625rem clamp(80px, 6.1458333vw, 118px) 1.125rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .news__wrapper {
    padding: 3.2vw 6.4vw 3.2vw;
  }
}

.news__mask {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
  position: relative;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
}

.news__mask.is-open {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}

.news__btn {
  text-align: center;
  width: clamp(460px, 47.083333vw, 904px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .news__btn {
    width: 100%;
  }
}

.js-news-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.js-news-content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
}

.js-news-contents.is-open .news__btn {
  /* transition: 0.3s; */
  position: relative;
  bottom: auto;
  left: 0;
  transform: translateX(0);
}

.news__content {
  margin-bottom: 1.5em;
}

.news__title {
  text-align: center;
  margin-bottom: clamp(21px, 2.2395833vw, 43px);
}

.news__date time {
  font-size: clamp(22px, 1.61458333vw, 28px);
  font-weight: 700;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .news__date time {
    font-size: clamp(16px, 4.2667vw, 32px);
  }
}

.news__text {
  font-size: clamp(20px, 1.3541667vw, 26px);
  font-weight: 400;
  color: #003070;
}

.news__indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .news__text {
    font-size: clamp(12px, 3.7333vw, 24px);
  }
}

.pagetop {
  position: fixed;
  bottom: 10%;
  right: 5%;
  padding: 0;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 56px;
  }
}

.pagetop img {
  border-radius: 12px;
}

.payment__title {
  text-align: center;
  margin-bottom: clamp(20px, 4.84375vw, 93px);
}

.payment__textarea {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}

.payment__textarea p {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 400;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .payment__textarea p {
    font-size: 4.2667vw;
  }
}

.payment__textarea p+p {
  margin-top: 1em;
}

.pc-menu {
  height: 100%;
}

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

.pc-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.pc-menu__list {
  height: inherit;
  position: relative;
}

.pc-menu__link {
  padding: 0 clamp(4px, 1.09375vw, 21px) 0;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(11px, 1.19791667vw, 23px);
  font-weight: 700;
  line-height: 1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .pc-menu__link {
    padding: 0 0.25rem;
  }
}

.pc-menu__link:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 1px 1px 1px #333;
}

.pc-menu__list:nth-of-type(1) .pc-menu__link {
  padding-left: 0;
}

.pc-menu__list:nth-of-type(8) .pc-menu__link {
  padding-right: 0;
}

.pc-menu__child-lists {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 75%;
  left: -15%;
  right: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
  padding: 20px clamp(12px, 1.875vw, 36px);
  padding: 1.25rem clamp(12px, 1.875vw, 36px);
  border-top: 3px solid #707070;
}

.pc-menu__child-lists::before {
  content: "";
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pc-menu__list:hover .pc-menu__child-lists {
  visibility: visible;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  top: 75%;
  left: -15%;
}

.pc-menu__child-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.pc-menu__child-list:last-child {
  padding-bottom: 0;
}

.pc-menu__child-list-link {
  font-size: clamp(10px, 0.98958333vw, 19px);
  font-weight: 700;
  color: #003070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-menu__child-list-link:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 1px 1px 1px #333;
}

.reserve-btn {
  display: block;
  width: 100%;
  padding: 19.5px 16px;
  padding: 1.21875rem 1rem;
  position: relative;
  border-radius: 1.3125rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC9703), to(#FF4400));
  background-image: linear-gradient(to right, #EC9703, #FF4400);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .reserve-btn {
    padding: 2.5333vw 2.13333vw;
  }
}

@media screen and (max-width: 599px) {
  .reserve-btn {
    padding: 3.2vw 2.13333vw;
  }
}

.reserve-btn span {
  display: block;
  text-align: center;
  font-size: clamp(22px, 1.875vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .reserve-btn span {
    font-size: clamp(18px, 3.2vw, 24px);
  }
}

.reserve-btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF4400), to(#EC9703));
  background-image: linear-gradient(to right, #FF4400, #EC9703);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.3125rem;
}

.reserve-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.1875rem;
  -webkit-transform: scaleX(0.99) scaleY(0.9);
  transform: scaleX(0.99) scaleY(0.9);
}

.reserve-btn:hover {
  cursor: pointer;
}

.reserve-btn:hover span {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF4400), to(#EC9703));
  background-image: linear-gradient(to right, #FF4400, #EC9703);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reserve-btn:hover::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reserve-btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reserve-btn--large span {
  font-size: clamp(20px, 1.875vw, 36px);
}

@media screen and (max-width: 768px) {
  .reserve-btn--large span {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 599px) {
  .reserve-btn--large span {
    font-size: 4.8vw;
  }
}

.reserve-btn--small {
  padding: 26.5px 16px;
}

@media screen and (max-width: 768px) {
  .reserve-btn--small {
    padding: 2.5333vw 2.13333vw;
  }
}

.reserve-btn--small span {
  font-size: clamp(16px, 1.875vw, 36px);
}

@media screen and (max-width: 768px) {
  .reserve-btn--small span {
    font-size: 3.7333vw;
  }
}

.reserve-btn--small::after {
  -webkit-transform: scaleX(0.98) scaleY(0.9);
  transform: scaleX(0.98) scaleY(0.9);
}

@media screen and (max-width: 1024px) {
  .reserve-btn--small::after {
    -webkit-transform: scaleX(0.97) scaleY(0.9);
    transform: scaleX(0.97) scaleY(0.9);
  }
}

.section-title {
  font-size: clamp(24px, 2.34375vw, 45px);
  font-weight: 700;
  color: #003070;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 5.333vw;
  }
}

.section-title::before {
  content: "";
  background-color: #707070;
  width: 88px;
  width: 5.5rem;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .section-title::before {
    width: 13.333vw;
  }
}

.shop__title {
  text-align: center;
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}

.shop__img-wrapper {
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
}

.sp-menu {
  opacity: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 26.6667vw 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-menu__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sp-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  z-index: 1;
}

.sp-menu__list {
  width: 100%;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .sp-menu__list {
    padding: 2.6667vw 1.3333vw;
  }
}

.sp-menu__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-menu__accordion {
  padding: 8px 10px;
  position: relative;
  cursor: pointer;
}

.sp-menu__accordion::before,
.sp-menu__accordion::after {
  content: "";
  display: block;
  background-color: #003070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 2px;
  right: 25px;
}

.sp-menu__accordion::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-active.sp-menu__accordion::after {
  -webkit-transform: translateX(-50%) rotate(0);
  transform: translateX(-50%) rotate(0);
  opacity: 0;
}

.sp-menu__child-lists {
  padding: 0 18px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sp-menu__child-lists.is-open {
  padding: 8px 18px 12px;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.sp-menu__link {
  display: inline-block;
  width: 100%;
  font-size: 3.2vw;
  font-weight: 700;
}

.sp-menu__list:nth-of-type(1) .sp-menu__link {
  width: 70%;
}

.sp-menu__child-link {
  display: inline-block;
  font-size: 3.2vw;
  width: 100%;
  padding: 2.1333vw;
  border-bottom: 1px solid #707070;
}

.swiper__wrapper {
  overflow: hidden;
  position: relative;
}

.swiper {
  overflow: visible;
  padding: 0 100px;
  padding: 0 6.25rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: clamp(50px, 5.20833vw, 100px);
  height: clamp(50px, 5.20833vw, 100px);
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  border: solid #fff;
  position: absolute;
  width: clamp(40px, 4.1667vw, 80px);
  height: clamp(40px, 4.1667vw, 80px);
  z-index: 99;
}

@media screen and (max-width: 768px) {

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 5.333vw;
    height: 5.333vw;
  }
}

.swiper-button-prev::after {
  content: "";
  border-width: 1.041667vw 0 0 1.041667vw;
  top: 20%;
  left: 100%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .swiper-button-prev::after {
    border-width: 1.8667vw 0 0 1.8667vw;
    left: 70%;
  }
}

.swiper-button-next::after {
  content: "";
  border-width: 1.041667vw 1.041667vw 0 0;
  top: 70%;
  left: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .swiper-button-next::after {
    border-width: 1.8667vw 1.8667vw 0 0;
    top: 60%;
    left: 20%;
  }
}

.swiper_content {
  position: relative;
}

.swiper__img img {
  aspect-ratio: 752/496;
}

.swiper__title {
  background-color: #003070;
  color: #fff;
  font-size: clamp(12px, 1.71875vw, 33px);
  font-weight: 700;
  text-align: center;
  padding: 14px 0;
  padding: 0.875rem 0;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .swiper__title {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}

.table__wrapper {
  position: relative;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: #f2f2f1;
  color: #5d67a5;
}

.table th,
.table td {
  border: 2px solid #003070;
  padding: 8px;
  text-align: left;
  font-size: clamp(13px, 1.25vw, 24px);
  width: 20%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }

  .table th,
  .table td {
    font-size: 2.6667vw;
    padding: 4px;
  }
}

.table .wide-cell {
  width: 100%;
  text-align: left;
  position: relative;
}

.table .wide-cell.blue {
  font-size: clamp(18px, (1.19791667vw), 23px);
}

@media screen and (max-width: 768px) {
  .table .wide-cell.blue {
    font-size: clamp(14px, 2.4vw, 18px);
  }
}

.table .empty-cell {
  width: 0;
  border: none;
  padding: 0;
}

.table .textarea-cell {
  width: 100%;
}

.table textarea {
  width: 100%;
  resize: none;
}

.table .bold {
  font-weight: 700;
}

.table .regular {
  font-weight: 400;
}

.table th {
  font-weight: 400;
  letter-spacing: 0.25em;
  text-align: center;
}

.table .center {
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0 !important;
}

.table .relative {
  position: relative;
}

.table .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table .link {
  font-size: 16px;
  position: absolute;
  right: 0.5em;
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .table .link {
    font-size: 2.6667vw;
    right: 0;
  }
}

.table .width--middle {
  width: 26.6666666667%;
}

.table .width--large {
  width: 40%;
}

.table .width--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.table .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.table .line {
  margin-top: 1em;
}

.table .space {
  letter-spacing: 1em;
}

@media screen and (max-width: 599px) {
  .table .scale {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.table .blue {
  background-color: #142b88;
  color: #fff;
}

.table .red {
  color: #c32c33;
}

.table .black {
  color: #333;
}

.table.brawn {
  background-color: #eceadb;
}

.table.blue {
  background-color: #e8e5e3;
}

.table.green {
  background-color: #e1eee7;
}

.table.yellow {
  background-color: #fcf8b9;
}

.table.lightgreen {
  background-color: #dfefd8;
}

.table.lightblue {
  background-color: #bddbf2;
}

.table.film {
  background-color: #dad5d1;
}

.table.wash {
  background-color: #deeefa;
}

.table.repair {
  background-color: #e8e4d8;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .test {
    background-color: red;
    font-size: 50px;
  }
}

.top__main-view {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__news {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__banner {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__shop {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__menu {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__payment {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__customer {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__guarantee {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.top__access {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.under-guarantee {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}

.under-guarantee__title {
  margin-bottom: clamp(80px, 5.57291667vw, 107px);
}

@media screen and (max-width: 768px) {
  .under-guarantee__title {
    margin-bottom: clamp(48px, 10.6667vw, 80px);
  }
}

.under-guarantee__block {
  margin-bottom: 4em;
}

.under-guarantee__block:last-child {
  margin-bottom: 0;
}

.under-guarantee__block h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .under-guarantee__block h3 {
    font-size: clamp(14px, 2.1333vw, 16px);
  }
}

.under-guarantee__block p {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 400;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .under-guarantee__block p {
    font-size: clamp(14px, 2.1333vw, 16px);
  }
}

.under-guarantee__block p+p {
  margin-top: 1em;
}

.under-guarantee__block a {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 400;
  color: #589EFB;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .under-guarantee__block a {
    font-size: clamp(14px, 2.1333vw, 16px);
  }
}

.under-guarantee__block span {
  margin-left: 4em;
}

.under-question {
  margin-bottom: 250px;
  margin-bottom: 15.625rem;
}

.under-question__title {
  margin-bottom: clamp(60px, 5.98958333vw, 115px);
}

.under__title h2 {
  font-size: clamp(45px, 3.125vw, 60px);
  font-weight: 700;
  color: #003070;
}

@media screen and (max-width: 768px) {
  .under__title h2 {
    font-size: clamp(32px, 6vw, 45px);
  }
}

.under__accordion-title {
  background-color: #CDE2FA;
  color: #003070;
  font-size: clamp(20px, 2.34375vw, 45px);
  padding: 32px 3em 32px 2em;
  padding: 2rem 3em 2rem 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .under__accordion-title {
    font-size: 3.466667vw;
    padding: 4.2667vw 3em 4.2667vw 2em;
  }
}

.under__accordion-title:last-of-type {
  margin-bottom: 0;
}

.under__accordion-title::after {
  content: "";
  width: clamp(20px, 2.34375vw, 45px);
  height: clamp(20px, 2.34375vw, 45px);
  border-top: 6px solid #003070;
  border-right: 6px solid #003070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 3%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .under__accordion-title::after {
    width: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #003070;
    border-right: 3px solid #003070;
  }
}

.under__accordion-title.is-active::after {
  -webkit-transform: translateY(-65%) rotate(135deg);
  transform: translateY(-65%) rotate(135deg);
}

.under__accordion-content {
  margin: 0 27px 0 1em;
  margin: 0 1.6875rem 0 1em;
  font-size: clamp(20px, 2.34375vw, 45px);
  font-weight: 400;
  color: #003070;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  .under__accordion-content {
    font-size: 3.466667vw;
  }
}

.under__accordion-content a {
  text-decoration: underline;
}

.under__accordion-content.is-open {
  margin: 47px 27px 47px 1em;
  margin: 2.9375rem 1.6875rem 2.9375rem 1em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.under__table table {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #003070;
}

.under__table th,
.under__table td {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 400;
  color: #003070;
  padding: 8px;
}

@media screen and (max-width: 768px) {

  .under__table th,
  .under__table td {
    font-size: clamp(14px, 2.1333vw, 16px);
  }
}

.under__table th {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #003070;
  border-bottom: 1px solid #003070;
}

.under__table td {
  width: 75%;
  border-bottom: 1px solid #003070;
}

.under__company-table {
  max-width: 715px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.under__company-table h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
}

@media screen and (max-width: 768px) {
  .under__company-table h3 {
    font-size: clamp(14px, 2.1333vw, 16px);
  }
}

/*# sourceMappingURL=styles.css.map */

.campaign {
  display: inline-block;
  background: #F4DC00;
  color: #E60012;
  padding: 10px 3px 10px;
  font-size: clamp(32px, 2vw, 40px);
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.campaign-br {
  display: none;
}

.campaign.blue {
  background: #A0D2F2;
  color: #E60012;
  margin-left: 0;
  font-size: clamp(10px, 1vw, 16px);
  font-weight: 700;
  padding: 6px 3px 4px;
}



.campaign.blue.normal {
  position: static;
  transform: none;
  display: block;
  width: fit-content;
  margin-left: auto;
}

.table .relative {
  position: relative;
  /* padding-bottom: 30px; */
}

.bottom-right {
  position: absolute !important;
  bottom: 1px !important;
  right: 1px !important;
  top: auto !important;
  transform: translateY(0) !important;
}

.middle-right {
  position: absolute !important;
  right: 1px !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

.right {
  position: absolute !important;
  right: 1px !important;
  top: 1rem !important;
  transform: none !important;
  margin-top: 0 !important;
}

.campaign__text {
  margin-left: 0.5em;
  color: #E60012;
  font-size: clamp(16px, 1.6145833vw, 31px);
}

.table .middle-cell {
  width: 40%;
}

.campaign-br2 {
  display: none;
}

.table.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
  .campaign-br {
    display: block;
  }

  .campaign {
    /* margin-top: 8px; */
    position: static;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1024px) {
  .campaign-br {
    display: none;
  }

  .campaign {
    margin-top: 0;
  }

  .campaign.blue {
    font-size: clamp(14px, 1vw, 16px);
  }

  .campaign__text {
    font-size: min(2.1484375vw, 22px);
  }
}

@media screen and (max-width: 768px) {
  .campaign {
    font-size: 6vw;
    padding: 10px 3px;
  }

  .campaign.blue {
    font-size: clamp(10px, 2.1333vw, 16px);
  }

  .campaign__text {
    font-size: min(3.6vw, 27px);
  }
}

@media screen and (max-width: 600px) {
  .campaign-br {
    display: block;
  }

  .campaign-br2 {
    display: block;
  }

  .campaign {
    margin-top: 4px;
    position: static;
    transform: translateY(0);
  }
}

.footer__qr-body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CDE2FA;
  border-radius: 20px;
  margin-top: 1.97916667vw;
  padding: 10px 10px;
}

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

.footer__qr {
  width: 100%;
  max-width: 130px;
  aspect-ratio: contain;
}

.footer__qr {
  width: 100%;
  height: 100%;
}

.footer__sumaho {
  width: 100%;
  max-width: 150px;
  aspect-ratio: contain;
}

.footer__qr img {
  width: 100%;
  height: 100%;
}

.footer__qr-text {
  font-size: 1.575vw;
}

.service__title {
  font-size: clamp(24px, 2.34375vw, 45px);
  font-weight: 700;
  color: red;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service__title {
    font-size: 5.333vw;
  }
}

.service__wrapper {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service__wrapper {
    margin-bottom: 24px;
  }
}

.service__contents {
  padding: 24px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 24px;
  position: relative;
}

.service__content h3 {
  font-size: clamp(22px, 1.71875vw, 33px);
  font-weight: 700;
  color: red;
  line-height: 1.5;
}

.service__content p {
  font-size: clamp(22px, 1.71875vw, 33px);
  font-weight: 400;
  color: red;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .service__contents {
    padding: 3.2vw;
  }

  .service__content h3 {
    font-size: 3.7333vw;
  }

  .service__content p {
    font-size: 3.2vw;
  }
}

.service__content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.service__content:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .service__content {
    width: 100%;
    font-size: 4.26667vw;
  }
}

.service__btn {
  text-align: center;
  width: clamp(460px, 47.083333vw, 904px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .service__btn {
    width: 100%;
  }
}

.service__mask {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%);
  position: relative;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
}

.service__mask.is-open {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}

.js-service-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.js-service-content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
}

.js-service-contents.is-open .service__btn {
  /* transition: 0.3s; */
  position: relative;
  bottom: auto;
  left: 0;
  transform: translateX(0);
}

.text-line {
  text-decoration: line-through;
}

.under-guarantee__items {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 20px 20px;
  border-bottom: #003070 1px solid;
}

.under-guarantee__item {
  display: inline-block;
  width: 100%;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 400;
  color: #003070;
}

.under-guarantee__item:not(:first-child) {
  padding-top: 10px;

}


.img_flex {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.img_flex picture {
  width: 50%;
}