@charset "UTF-8";
html {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 768px) {
  html {
    width: 100%;
    scroll-padding-top: 50px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  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 */
html {
  scroll-behavior: smooth;
}

/* 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;
}

a {
  text-decoration: none;
}

/* 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: 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;
}

.header {
  display: flex;
  position: fixed;
  width: 100%;
  padding-bottom: 1vw;
  justify-content: space-between;
  background-color: transparent;
  z-index: 100;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
    background-color: #fff;
    justify-content: center;
    padding-bottom: unset;
  }
}
.header.is-scrolled {
  background-color: #000;
}

.logo {
  width: 19.5767195767vw;
  margin: 1.5873015873vw 0 0 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 69.2307692308vw;
    margin: 2.0512820513vw 0;
  }
}

.header__items {
  position: absolute;
  display: flex;
  right: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .header__items {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: env(safe-area-inset-bottom, 0);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 2.1384615385vw 0;
    z-index: 1000;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.header__item {
  font-size: 1.0582010582vw;
  font-weight: 700;
  line-height: 175%;
  width: 16.9312169312vw;
  height: 3.7037037037vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/img/bg_header-download.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: -2.1825396825vw;
  transition: filter 0.3s ease;
}

@media screen and (max-width: 768px) {
  .header__item {
    font-size: 3.5897435897vw;
    width: 48.241025641vw;
    height: 11.4512820513vw;
    background-image: url(../../assets/img/sp_bg_header-download.png);
    margin-right: -6.6666666667vw;
  }
}
.header__item:nth-child(2) {
  width: 15.873015873vw;
  justify-content: flex-end;
  padding-right: 1.5873015873vw;
  background-image: url(../../assets/img/bg_header-contact.png);
  margin-right: unset;
}

@media screen and (max-width: 768px) {
  .header__item:nth-child(2) {
    width: 52.3435897436vw;
    height: 11.4512820513vw;
    background-image: url(../../assets/img/sp_bg_header-contact.png);
    padding-right: 6.4102564103vw;
  }
}
.header__item:hover {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
}

.header__link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

.header__item:nth-child(2) .header__link {
  color: #fff;
  margin-left: 2.6455026455vw;
}

@media screen and (max-width: 768px) {
  .header__item:nth-child(2) .header__link {
    margin-left: 5.8974358974vw;
  }
}
.fv {
  position: relative;
  background-color: #000;
  padding-top: 12.4338624339vw;
  padding-bottom: 7.4074074074vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv {
    overflow-x: hidden;
    padding-top: 16.6666666667vw;
    padding-bottom: 16.6666666667vw;
  }
}

.fv::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/bg_fv.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 2.1164021164vw;
  right: 0;
  width: 99.9338624339vw;
  height: 60.4497354497vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 107.4358974359vw;
    height: 65.1282051282vw;
    top: 8.2051282051vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv-side_right,
.fv-side_left {
  position: absolute;
  font-size: 0.7936507937vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 175%;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 29.8941798942vw;
  right: 1.0582010582vw;
}

.fv-side_left {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  right: unset;
  left: 0.9920634921vw;
}

.fv__inner::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/fv-frame_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 5.0264550265vw;
  left: 0;
  width: 100%;
  height: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .fv__inner::before {
    background-image: url(../../assets/img/sp_fv-frame_01.png);
    height: 4.358974359vw;
    top: 0.1179487179vw;
  }
}

.fv__inner::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/fv-frame_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .fv__inner::after {
    background-image: url(../../assets/img/sp_fv-frame_02.png);
    height: 4.358974359vw;
  }
}

.fv-heading {
  position: relative;
}

.fv-heading::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/fv-heading_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.8597883598vw;
  height: 2.1825396825vw;
  top: 5.5555555556vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv-heading::before {
    width: 1.7948717949vw;
    height: 4.358974359vw;
    top: 12.3076923077vw;
  }
}

.fv-heading__text {
  font-size: 1.8518518519vw;
  font-weight: 700;
  line-height: 175%;
  color: #CEAD30;
  background-image: url(../../assets/img/bg_fv-heading.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 33.0687830688vw;
  height: 4.4973544974vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv-heading__text {
    font-size: 4.1025641026vw;
    width: 73.0769230769vw;
    height: 10vw;
  }
}

.fv__title {
  width: 37.3015873016vw;
  margin: 0 auto;
  padding-top: 4.828042328vw;
}
@media screen and (max-width: 768px) {
  .fv__title {
    width: 82.0512820513vw;
    padding-top: 6.6666666667vw;
  }
}

.fv-btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 3.1084656085vw;
}
@media screen and (max-width: 768px) {
  .fv-btn__wrap {
    display: block;
    margin-top: 8.4615384615vw;
  }
}

.fv-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.164021164vw;
  height: 3.5714285714vw;
  background-image: url(../../assets/img/bg_fv-btn-contact.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .fv-btn {
    width: 82.0512820513vw;
    height: 13.0769230769vw;
    background-image: url(../../assets/img/sp_bg_fv-btn-contact.png);
    margin: 0 auto;
  }
}

.fv-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../assets/img/bg_fv-btn-contact-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .fv-btn::after {
    background-image: unset;
    background-color: #C81027;
    border-radius: 2.0512820513vw;
  }
}

.fv-btn:hover::after {
  opacity: 1;
}

.fv-btn:nth-child(2) {
  background-image: url(../../assets/img/bg_fv-btn-download.png);
}
@media screen and (max-width: 768px) {
  .fv-btn:nth-child(2) {
    background-image: url(../../assets/img/sp_bg_fv-btn-download.png);
  }
}

.fv-btn:nth-child(2):after {
  background-image: url(../../assets/img/bg_fv-btn-download-hover.png);
}
@media screen and (max-width: 768px) {
  .fv-btn:nth-child(2):after {
    background-image: unset;
    background-color: #45B035;
  }
}

.fv-btn + .fv-btn {
  margin-left: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .fv-btn + .fv-btn {
    margin-left: auto;
    margin-top: 2.0512820513vw;
  }
}

.fv-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv-btn__link {
    font-size: 4.1025641026vw;
    line-height: 1.1875;
  }
}

.fv-introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 53.9682539683vw;
  background: linear-gradient(90deg, #CEAD30 0%, #F7E43F 50%, #C49F2A 100%);
  margin-top: 5.291005291vw;
  padding-top: 1.5873015873vw;
  padding-bottom: 1.1904761905vw;
}
@media screen and (max-width: 768px) {
  .fv-introduction {
    width: 82.0512820513vw;
    margin-top: 12.3076923077vw;
    padding: 4.1025641026vw 4.6153846154vw;
    padding-top: 4.6153846154vw;
    padding-left: 4.6153846154vw;
    padding-right: 4.6153846154vw;
    padding-bottom: 4.1025641026vw;
  }
}

.fv-introduction__title {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .fv-introduction__title {
    font-size: 4.6153846154vw;
  }
}

.fv-introduction__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.5211640212vw;
}
@media screen and (max-width: 768px) {
  .fv-introduction__items {
    display: block;
    margin-top: 2.5641025641vw;
    margin-left: 11.2820512821vw;
  }
}

.fv-introduction__item {
  position: relative;
  font-size: 1.8518518519vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-align: center;
  z-index: 1;
  width: 14.6164021164vw;
  height: 7.0105820106vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv-introduction__item {
    font-size: 6.1538461538vw;
    width: 56.6666666667vw;
    height: 27.1794871795vw;
    text-align: center;
    padding-top: 2.0512820513vw;
  }
}

.fv-introduction__item:nth-child(2) {
  width: 15.0793650794vw;
  padding-top: 0.3968253968vw;
}
@media screen and (max-width: 768px) {
  .fv-introduction__item:nth-child(2) {
    width: 56.6666666667vw;
    padding-top: 3.5897435897vw;
  }
}

.fv-introduction__item:nth-child(3) {
  width: 14.8148148148vw;
}
@media screen and (max-width: 768px) {
  .fv-introduction__item:nth-child(3) {
    width: 56.6666666667vw;
    padding-top: 1.0256410256vw;
  }
}

.fv-introduction__item + .fv-introduction__item {
  margin-left: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .fv-introduction__item + .fv-introduction__item {
    margin-left: unset;
    margin-top: -1.5384615385vw;
  }
}

.fv-introduction__item::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/bg_fv-introduction_item.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14.6164021164vw;
  height: 7.0105820106vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv-introduction__item::before {
    width: 56.6666666667vw;
    height: 27.1794871795vw;
  }
}

.case {
  position: relative;
  background-color: #000;
  padding-top: 4.7619047619vw;
  padding-bottom: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .case {
    padding-top: 6.9230769231vw;
    padding-bottom: 8.2051282051vw;
  }
}

.case::before {
  position: absolute;
  content: "";
  width: 0.0661375661vw;
  background-color: #CEAD30;
  left: 1.7857142857vw;
  top: 10.2513227513vw;
  bottom: 14.6164021164vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .case::before {
    background-color: transparent;
  }
}

.case::after {
  position: absolute;
  content: "";
  width: 0.0661375661vw;
  background-color: #CEAD30;
  right: 1.7857142857vw;
  top: 14.6164021164vw;
  bottom: 10.2513227513vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .case::after {
    background-color: transparent;
  }
}

.case-side__left-top,
.case-side__left-bottom,
.case-side__right-top,
.case-side__right-bottom {
  position: absolute;
  font-size: 0.7936507937vw;
  font-weight: 400;
  line-height: 175%;
  color: #CEAD30;
  writing-mode: vertical-rl;
}

.case-side__left-top,
.case-side__left-bottom {
  transform: rotate(180deg);
  left: 1.0582010582vw;
}

.case-side__right-top,
.case-side__right-bottom {
  right: 1.0582010582vw;
}

.case-side__left-top,
.case-side__right-top {
  top: 5.2248677249vw;
}

.case-side__left-bottom,
.case-side__right-bottom {
  bottom: 5.2248677249vw;
}

.case__inner {
  max-width: 67.7248677249vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .case__inner {
    max-width: 91.7948717949vw;
  }
}

.case__title {
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__title {
    font-size: 6.1538461538vw;
  }
}

.case__title .color {
  font-size: 1.5873015873vw;
  line-height: 100%;
  line-height: 1;
  color: #CEAD30;
}
@media screen and (max-width: 768px) {
  .case__title .color {
    font-size: 4.6153846154vw;
  }
}

.case-btn__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.3148148148vw;
}
@media screen and (max-width: 768px) {
  .case-btn__items {
    display: block;
    margin-top: 6.1538461538vw;
  }
}

.case-btn__item + .case-btn__item {
  margin-left: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .case-btn__item + .case-btn__item {
    margin-top: 2.0512820513vw;
    margin-left: unset;
  }
}

.case-btn__item:nth-child(4) {
  margin-left: unset;
}

.case-btn__item:nth-child(4),
.case-btn__item:nth-child(5) {
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .case-btn__item:nth-child(4),
  .case-btn__item:nth-child(5) {
    margin-top: 2.0512820513vw;
  }
}

.case-btn__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9259259259vw;
  font-weight: 700;
  line-height: 150%;
  color: #CEAD30;
  width: 22.2222222222vw;
  height: 2.6455026455vw;
  border: 0.1322751323vw solid #CEAD30;
  background-color: #fff;
  padding-left: 0.9259259259vw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case-btn__link {
    font-size: 3.5897435897vw;
    width: 100%;
    height: 10.2564102564vw;
    border: 0.5128205128vw solid #CEAD30;
    padding-left: 3.5897435897vw;
  }
}

.case-btn__link::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/case-btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.0582010582vw;
  height: 0.6613756614vw;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8597883598vw;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case-btn__link::before {
    width: 3.5897435897vw;
    height: 1.7948717949vw;
    right: 3.5897435897vw;
  }
}

.case-btn__link:hover {
  background-color: #CEAD30;
  color: #fff;
  border-color: #CEAD30;
}

.case-btn__link:hover::before {
  filter: brightness(0) invert(1);
}

.case-number {
  font-family: "Roboto", sans-serif;
}

.case-label {
  position: relative;
  margin-left: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .case-label {
    margin-left: 4.1025641026vw;
  }
}

.case-label::before {
  position: absolute;
  content: "";
  width: 0.0661375661vw;
  height: 0.9259259259vw;
  background-color: #CEAD30;
  top: 50%;
  transform: translateY(-50%);
  left: -0.462962963vw;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case-label::before {
    width: 0.2564102564vw;
    height: 3.5897435897vw;
    left: -1.7948717949vw;
    top: 52%;
  }
}

.case-btn__link:hover .case-label::before {
  background-color: #fff;
}

.case-items {
  margin-top: 1.6534391534vw;
}
@media screen and (max-width: 768px) {
  .case-items {
    margin-top: 6.1538461538vw;
  }
}

.case-item {
  padding-top: 1.6534391534vw;
  padding-bottom: 2.1164021164vw;
  background-color: #fff;
  border: 0.1322751323vw solid #CEAD30;
}
@media screen and (max-width: 768px) {
  .case-item {
    padding-top: 2.8205128205vw;
    padding-bottom: 4.1025641026vw;
    padding-left: 3.8461538462vw;
    padding-right: 4.1025641026vw;
    border: 0.5128205128vw solid #CEAD30;
  }
}

.case-item + .case-item {
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .case-item + .case-item {
    margin-top: 2.0512820513vw;
  }
}

.case-item__heading {
  max-width: 52.9100529101vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .case-item__heading {
    max-width: unset;
  }
}

.case-item__label {
  font-size: 0.9259259259vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  display: inline-flex;
  color: #CEAD30;
  border-bottom: 1px solid #CEAD30;
  padding-bottom: 0.3306878307vw;
}
@media screen and (max-width: 768px) {
  .case-item__label {
    font-size: 3.5897435897vw;
    padding-bottom: 1.2820512821vw;
  }
}

.case-item__label .case-label {
  margin-left: 0.9259259259vw;
}
@media screen and (max-width: 768px) {
  .case-item__label .case-label {
    margin-left: 3.0769230769vw;
  }
}

.case-item__label .case-label::before {
  top: 46%;
}

.case-item__title {
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 175%;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .case-item__title {
    font-size: 4.6153846154vw;
    margin-top: 2.0512820513vw;
  }
}

.case-item__text {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 175%;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .case-item__text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
    line-height: 178%;
  }
}

.case-contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .case-contents {
    display: block;
  }
}

.case-item:nth-child(1) .case-contents {
  margin-top: 1.5873015873vw;
  gap: 2.2486772487vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(1) .case-contents {
    margin-top: 4.1025641026vw;
  }
}

.case-item:nth-child(2) .case-contents {
  margin-top: 1.1243386243vw;
  gap: 3.0423280423vw;
  justify-content: start;
  margin-left: 3.835978836vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(2) .case-contents {
    margin-top: 4.1025641026vw;
    margin-left: unset;
  }
}

.case-item:nth-child(3) .case-contents {
  margin-top: 1.5873015873vw;
  gap: 1.1243386243vw;
  justify-content: start;
  margin-left: 1.9841269841vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(3) .case-contents {
    margin-top: 4.1025641026vw;
    margin-left: unset;
  }
}

.case-item:nth-child(4) .case-contents {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(4) .case-contents {
    margin-top: 4.1025641026vw;
  }
}

.case-item:nth-child(5) .case-contents {
  margin-top: 1.0582010582vw;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(5) .case-contents {
    margin-top: 4.8717948718vw;
  }
}

.case-item:nth-child(1) .case-contents__img {
  width: 35.3174603175vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(1) .case-contents__img {
    width: 100%;
  }
}

.case-item:nth-child(2) .case-contents__img {
  width: 33.664021164vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(2) .case-contents__img {
    width: 100%;
  }
}

.case-item:nth-child(3) .case-contents__img {
  width: 37.6322751323vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(3) .case-contents__img {
    width: 100%;
  }
}

.case-item:nth-child(4) .case-contents__img {
  width: 45.7010582011vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(4) .case-contents__img {
    width: 100%;
  }
}

.case-item:nth-child(5) .case-contents__img {
  width: 45.8994708995vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(5) .case-contents__img {
    width: 100%;
  }
}

.case-contents__products {
  width: 23.8095238095vw;
  background-color: #FBF5E0;
  border-radius: 1.0582010582vw;
  padding: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .case-contents__products {
    max-width: unset;
    width: 100%;
    border-radius: 4.1025641026vw;
    padding: 4.1025641026vw;
  }
}

.case-item:nth-child(1) .case-contents__products {
  margin-top: 7.9365079365vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(1) .case-contents__products {
    margin-top: 4.1025641026vw;
  }
}

.case-item:nth-child(2) .case-contents__products {
  margin-top: 7.8042328042vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(2) .case-contents__products {
    margin-top: 4.1025641026vw;
  }
}

.case-item:nth-child(3) .case-contents__products {
  margin-top: 7.0767195767vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(3) .case-contents__products {
    margin-top: 4.1025641026vw;
  }
}

.case-item:nth-child(4) .case-contents__products {
  margin-top: 1.7195767196vw;
  width: 45.7671957672vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(4) .case-contents__products {
    width: 100%;
    margin-top: 4.358974359vw;
  }
}

.case-item:nth-child(5) .case-contents__products {
  margin-top: 1.5873015873vw;
  width: 45.7671957672vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(5) .case-contents__products {
    margin-top: 4.1025641026vw;
    width: 100%;
  }
}

.case-item:nth-child(4) .case-contents__products,
.case-item:nth-child(5) .case-contents__products {
  max-width: 45.7671957672vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(4) .case-contents__products,
  .case-item:nth-child(5) .case-contents__products {
    max-width: unset;
  }
}

.case-contents__products__title {
  font-size: 0.9259259259vw;
  font-weight: 700;
  line-height: 175%;
  color: #CEAD30;
}
@media screen and (max-width: 768px) {
  .case-contents__products__title {
    font-size: 3.5897435897vw;
  }
}

.case-contents__products__items {
  margin-top: 0.2645502646vw;
}
@media screen and (max-width: 768px) {
  .case-contents__products__items {
    margin-top: 1.0256410256vw;
  }
}

.case-item:nth-child(4) .case-contents__products__items,
.case-item:nth-child(5) .case-contents__products__items {
  display: flex;
  flex-wrap: wrap;
}

.case-contents__products__item {
  font-size: 0.9259259259vw;
  font-weight: 700;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .case-contents__products__item {
    font-size: 3.5897435897vw;
  }
}

.case-contents__products__item .size {
  font-size: 0.7936507937vw;
  font-weight: 400;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .case-contents__products__item .size {
    font-size: 3.0769230769vw;
  }
}

.case-item:nth-child(4) .case-contents__products__item,
.case-item:nth-child(5) .case-contents__products__item {
  width: 21.6931216931vw;
}
@media screen and (max-width: 768px) {
  .case-item:nth-child(4) .case-contents__products__item,
  .case-item:nth-child(5) .case-contents__products__item {
    width: 100%;
  }
}

.system__inner {
  background-image: url(../../assets/img/bg_system.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 5.291005291vw;
  padding-bottom: 5.0925925926vw;
}
@media screen and (max-width: 768px) {
  .system__inner {
    background-image: url(../../assets/img/sp_bg_system.jpg);
    padding-top: 8.2051282051vw;
    padding-bottom: 8.2051282051vw;
  }
}

.system-heading {
  text-align: center;
}

.system-heading__comment {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  background-image: url(../../assets/img/bg_system-heading_comment.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28.0423280423vw;
  height: 5.0925925926vw;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.6613756614vw;
}
@media screen and (max-width: 768px) {
  .system-heading__comment {
    background-image: url(../../assets/img/sp_bg_system-heading_comment.png);
    font-size: 5.1282051282vw;
    width: 91.7948717949vw;
    height: 17.9487179487vw;
    padding-top: 2.5641025641vw;
  }
}

.system-heading__text {
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  margin-top: 1.2566137566vw;
  margin-bottom: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .system-heading__text {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
    margin-bottom: 4.1025641026vw;
  }
}

.system-heading__title {
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 175%;
  color: #CF3F3E;
  text-align: center;
  display: inline;
  background: #fff;
  padding: 0 0.5291005291vw;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .system-heading__title {
    font-size: 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
}

.system__wrap {
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 768px) {
  .system__wrap {
    margin-top: 8.2051282051vw;
    margin-top: 10.5128205128vw;
  }
}

.system-subtitle {
  display: block;
  font-size: 1.3227513228vw;
  font-weight: 700;
  margin-bottom: -2.3148148148vw;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .system-subtitle {
    font-size: 5.1282051282vw;
    margin-bottom: -8.7179487179vw;
  }
}

.system-title {
  font-size: 4.2328042328vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .system-title {
    font-size: 9.2307692308vw;
    margin-top: 1.7948717949vw;
    line-height: 127%;
  }
}

.system-text__wrap {
  max-width: 42.328042328vw;
  margin-top: 1.9841269841vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .system-text__wrap {
    max-width: unset;
    margin-top: 5.1282051282vw;
    padding: 0 4.1025641026vw;
  }
}

.system-text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .system-text {
    font-size: 3.5897435897vw;
  }
}

.system-text + .system-text {
  margin-top: 1.7857142857vw;
}
@media screen and (max-width: 768px) {
  .system-text + .system-text {
    margin-top: 7.1794871795vw;
  }
}

.system-img__wrap {
  position: relative;
}

.system-img {
  width: 67.4603174603vw;
  margin: 0 auto;
  margin-top: 4.2989417989vw;
}
@media screen and (max-width: 768px) {
  .system-img {
    width: 100%;
    margin-top: 8.2051282051vw;
  }
}

.system-img__cover {
  position: absolute;
  display: block;
  width: 10.2764550265vw;
  height: 3.9788359788vw;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s background-image;
  z-index: 6;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .system-img__cover {
    width: 13.9769230769vw;
    height: 5.4128205128vw;
  }
}

.system-img__pink {
  background-image: url(../../assets/img/system-img_pink.png);
  top: 0.7936507937vw;
  right: 8.5978835979vw;
}
.system-img__pink:hover {
  background-image: url(../../assets/img/system-img_pink-hover.png);
}
@media screen and (max-width: 768px) {
  .system-img__pink {
    top: 1.0256410256vw;
    left: 66.4102564103vw;
  }
}

.system-img__green {
  background-image: url(../../assets/img/system-img_green.png);
  top: 0.7936507937vw;
  left: 9.9206349206vw;
}
.system-img__green:hover {
  background-image: url(../../assets/img/system-img_green-hover.png);
}
@media screen and (max-width: 768px) {
  .system-img__green {
    top: 1.0256410256vw;
    left: 13.3333333333vw;
  }
}

.system-img__orange {
  background-image: url(../../assets/img/system-img_orange.png);
  top: 14.2857142857vw;
  right: 0.2645502646vw;
}
.system-img__orange:hover {
  background-image: url(../../assets/img/system-img_orange-hover.png);
}
@media screen and (max-width: 768px) {
  .system-img__orange {
    top: 19.2307692308vw;
    right: 0.2564102564vw;
  }
}

.system-img__brown02 {
  background-image: url(../../assets/img/system-img_brown02.png);
  right: 8.5978835979vw;
  bottom: 0vw;
}
.system-img__brown02:hover {
  background-image: url(../../assets/img/system-img_brown02-hover.png);
}
@media screen and (max-width: 768px) {
  .system-img__brown02 {
    right: 11.5384615385vw;
    bottom: 0vw;
  }
}

.system-img__brown {
  background-image: url(../../assets/img/system-img_brown.png);
  left: 9.9867724868vw;
  bottom: 0vw;
}
.system-img__brown:hover {
  background-image: url(../../assets/img/system-img_brown-hover.png);
}
@media screen and (max-width: 768px) {
  .system-img__brown {
    left: 13.3333333333vw;
    bottom: 0vw;
  }
}

.system-img__blue {
  background-image: url(../../assets/img/system-img_blue.png);
  left: 1.6534391534vw;
  bottom: 12.5661375661vw;
}
.system-img__blue:hover {
  background-image: url(../../assets/img/system-img_blue-hover.png);
}
@media screen and (max-width: 768px) {
  .system-img__blue {
    left: 2.0512820513vw;
    bottom: 17.1794871795vw;
  }
}

.system-figure {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s background-image;
}

.system-figure__pink {
  width: 16.1607142857vw;
  height: 11.369047619vw;
  background-image: url(../../assets/img/system-figure_pink.png);
  top: 5.4894179894vw;
  right: 19.246031746vw;
}
.system-figure__pink:hover {
  background-image: url(../../assets/img/system-figure_pink-hover.png);
}
@media screen and (max-width: 768px) {
  .system-figure__pink {
    width: 21.9820512821vw;
    height: 15.4641025641vw;
    top: 7.4358974359vw;
    right: 25.8974358974vw;
  }
}

.system-figure__green {
  width: 15.8194444444vw;
  height: 10.7526455026vw;
  background-image: url(../../assets/img/system-figure_green.png);
  top: 5.4894179894vw;
  left: 20.5687830688vw;
}
.system-figure__green:hover {
  background-image: url(../../assets/img/system-figure_green-hover.png);
}
@media screen and (max-width: 768px) {
  .system-figure__green {
    width: 21.5179487179vw;
    height: 14.6256410256vw;
    top: 7.4358974359vw;
    left: 27.6923076923vw;
  }
}

.system-figure__orange {
  width: 7.6071428571vw;
  height: 18.6276455026vw;
  background-image: url(../../assets/img/system-figure_orange.png);
  top: 6.9444444444vw;
  right: 13.8888888889vw;
}
.system-figure__orange:hover {
  background-image: url(../../assets/img/system-figure_orange-hover.png);
}
@media screen and (max-width: 768px) {
  .system-figure__orange {
    width: 10.3461538462vw;
    height: 25.3358974359vw;
    top: 9.4871794872vw;
    right: 18.7179487179vw;
  }
}

.system-figure__brown02 {
  width: 13.8994708995vw;
  height: 10.7526455026vw;
  background-image: url(../../assets/img/system-figure_brown02.png);
  bottom: 3.835978836vw;
  right: 19.3121693122vw;
}
.system-figure__brown02:hover {
  background-image: url(../../assets/img/system-figure_brown02-hover.png);
}
@media screen and (max-width: 768px) {
  .system-figure__brown02 {
    width: 18.9051282051vw;
    height: 14.6256410256vw;
    bottom: 5.1282051282vw;
    right: 25.8974358974vw;
  }
}

.system-figure__brown {
  width: 16.0992063492vw;
  height: 10.787037037vw;
  background-image: url(../../assets/img/system-figure_brown.png);
  bottom: 3.835978836vw;
  left: 20.6349206349vw;
}
.system-figure__brown:hover {
  background-image: url(../../assets/img/system-figure_brown-hover.png);
}
@media screen and (max-width: 768px) {
  .system-figure__brown {
    width: 21.8974358974vw;
    height: 14.6717948718vw;
    bottom: 5.1282051282vw;
    left: 27.9487179487vw;
  }
}

.system-figure__blue {
  width: 7.6071428571vw;
  height: 18.6276455026vw;
  background-image: url(../../assets/img/system-figure_blue.png);
  top: 6.9444444444vw;
  left: 15.2777777778vw;
}
.system-figure__blue:hover {
  background-image: url(../../assets/img/system-figure_blue-hover.png);
}
@media screen and (max-width: 768px) {
  .system-figure__blue {
    width: 10.3461538462vw;
    height: 25.3358974359vw;
    top: 9.4871794872vw;
    left: 20.5128205128vw;
  }
}

.system-items {
  max-width: 67.7248677249vw;
  margin: 0 auto;
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .system-items {
    max-width: unset;
    margin-top: 8.2051282051vw;
    padding: 0 4.1025641026vw;
  }
}

.system-item:nth-child(2),
.system-item:nth-child(3) {
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .system-item:nth-child(2),
  .system-item:nth-child(3) {
    margin-top: 6.1538461538vw;
  }
}

.system-item:nth-child(4) {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .system-item:nth-child(4) {
    margin-top: 12.3076923077vw;
  }
}

.system-item__heading__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 0.7936507937vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  color: #CEAD30;
}
@media screen and (max-width: 768px) {
  .system-item__heading__wrap {
    font-size: 3.0769230769vw;
  }
}

.system-item__heading__wrap::before {
  position: absolute;
  content: "";
  width: 54.1005291005vw;
  height: 0.0661375661vw;
  background-color: #CEAD30;
  top: 0.5952380952vw;
  left: 11.6402116402vw;
}
@media screen and (max-width: 768px) {
  .system-item__heading__wrap::before {
    width: 38.9743589744vw;
    height: 0.2564102564vw;
    top: 2.3076923077vw;
    left: 45.1282051282vw;
  }
}

.system-item__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .system-item__contents {
    display: block;
    margin-top: 4.1025641026vw;
  }
}

.system-item__title {
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .system-item__title {
    font-size: 4.1025641026vw;
  }
}

.system-item__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 175%;
  max-width: 42.328042328vw;
}
@media screen and (max-width: 768px) {
  .system-item__text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
    max-width: unset;
  }
}

.lineup-items {
  display: flex;
  margin-top: 4.2328042328vw;
}
@media screen and (max-width: 768px) {
  .lineup-items {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.0512820513vw;
    margin-top: 8.2051282051vw;
  }
}

.lineup-item {
  position: relative;
  width: 12.962962963vw;
  height: 14.3518518519vw;
  padding: 1.0582010582vw;
  transition: background-color 0.25s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup-item {
    width: 44.8717948718vw;
    height: 41.0256410256vw;
    padding: 2.0512820513vw;
  }
}

.lineup-item.lineup-item--pink {
  background-color: #F6D8E1;
}
@media screen and (max-width: 768px) {
  .lineup-item.lineup-item--pink {
    width: 100%;
    height: 30.5128205128vw;
  }
}

.lineup-item.lineup-item--green {
  background-color: #D9EED2;
}

.lineup-item.lineup-item--orange {
  background-color: #FFEDE7;
}

.lineup-item.lineup-item--brown {
  background-color: #FBF5E0;
}

.lineup-item.lineup-item--blue {
  background-color: #BBD4EF;
}

.lineup-item::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 0;
}

.lineup-item.lineup-item--pink::after {
  background-color: #CA7891;
}

.lineup-item.lineup-item--green::after {
  background-color: #437A31;
}

.lineup-item.lineup-item--orange::after {
  background-color: #EC4E20;
}

.lineup-item.lineup-item--brown::after {
  background-color: #CEAD30;
}

.lineup-item.lineup-item--blue::after {
  background-color: #067BC2;
}

.lineup-item:hover::after {
  opacity: 1;
}

.lineup-item + .lineup-item {
  margin-left: 0.7275132275vw;
}
@media screen and (max-width: 768px) {
  .lineup-item + .lineup-item {
    margin-left: unset;
  }
}

.lineup-item::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/lineup-item01_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.9920634921vw;
  height: 0.5291005291vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.0582010582vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lineup-item::before {
    background-image: url(../../assets/img/sp_lineup-item01_arrow.svg);
    width: 2.8205128205vw;
    height: 2.0512820513vw;
    bottom: 2.0512820513vw;
  }
}

.lineup-item.lineup-item--green::before {
  background-image: url(../../assets/img/lineup-item02_arrow.svg);
}
@media screen and (max-width: 768px) {
  .lineup-item.lineup-item--green::before {
    background-image: url(../../assets/img/sp_lineup-item02_arrow.svg);
  }
}

.lineup-item.lineup-item--orange::before {
  background-image: url(../../assets/img/lineup-item03_arrow.svg);
}
@media screen and (max-width: 768px) {
  .lineup-item.lineup-item--orange::before {
    background-image: url(../../assets/img/sp_lineup-item03_arrow.svg);
  }
}

.lineup-item.lineup-item--brown::before {
  background-image: url(../../assets/img/lineup-item04_arrow.svg);
}
@media screen and (max-width: 768px) {
  .lineup-item.lineup-item--brown::before {
    background-image: url(../../assets/img/sp_lineup-item04_arrow.svg);
  }
}

.lineup-item.lineup-item--blue::before {
  width: 1.0582010582vw;
  height: 1.0582010582vw;
  background-image: url(../../assets/img/blue-link.svg);
  bottom: 0.7936507937vw;
}
@media screen and (max-width: 768px) {
  .lineup-item.lineup-item--blue::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    bottom: 1.5384615385vw;
  }
}

.lineup-item:hover::before {
  filter: brightness(0) invert(1);
  z-index: 1;
}

.lineup-item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lineup-item__label {
  font-size: 0.7936507937vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .lineup-item__label {
    font-size: 2.5641025641vw;
  }
}

.lineup-item.lineup-item--pink .lineup-item__label {
  color: #CA7891;
}

.lineup-item.lineup-item--green .lineup-item__label {
  color: #437A31;
}

.lineup-item.lineup-item--orange .lineup-item__label {
  color: #EC4E20;
  white-space: nowrap;
}

.lineup-item.lineup-item--brown .lineup-item__label {
  color: #CEAD30;
}

.lineup-item.lineup-item--blue .lineup-item__label {
  color: #067BC2;
}

.lineup-item__title {
  font-size: 1.0582010582vw;
  font-weight: 700;
  line-height: 175%;
  color: #000;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .lineup-item__title {
    font-size: 3.5897435897vw;
  }
}

.lineup-item__text {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-top: 0.2645502646vw;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .lineup-item__text {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
}

.lineup-item:hover .lineup-item__label,
.lineup-item:hover .lineup-item__title,
.lineup-item:hover .lineup-item__text {
  color: #fff;
  transition: color 0.25s ease;
}

.lineup-contents__items {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .lineup-contents__items {
    margin-top: 8.2051282051vw;
  }
}

.lineup-contents__item + .lineup-contents__item {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 768px) {
  .lineup-contents__item + .lineup-contents__item {
    margin-top: 8.7179487179vw;
  }
}

.lineup-contents__label {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .lineup-contents__label {
    font-size: 3.5897435897vw;
  }
}

.lineup-contents__item--pink .lineup-contents__label {
  color: #CA7891;
}

.lineup-contents__item--green .lineup-contents__label {
  color: #437A31;
}

.lineup-contents__item--orange .lineup-contents__label {
  color: #EC4E20;
}

.lineup-contents__item--brown .lineup-contents__label {
  color: #CEAD30;
}

.lineup-contents__title {
  position: relative;
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .lineup-contents__title {
    font-size: 4.1025641026vw;
  }
}

.lineup-contents__title::before {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #000;
  width: 50.8597883598vw;
  top: 1.0582010582vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lineup-contents__title::before {
    border-bottom: 1px dotted transparent;
  }
}

.lineup-contents__item--green .lineup-contents__title::before {
  width: 45.5687830688vw;
}

.lineup-contents__item--orange .lineup-contents__title::before {
  width: 48.2142857143vw;
}

.lineup-contents__item--brown .lineup-contents__title::before {
  width: 48.082010582vw;
}

.lineup-table__outer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-table__outer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
  }
}

.lineup-table__wrap {
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .lineup-table__wrap {
    position: relative;
    margin-top: 4.1025641026vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4.358974359vw;
    display: flex;
    padding-left: 4.1025641026vw;
    padding-right: 0;
  }
}

.lineup-table__wrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .lineup-table__wrap::after {
    content: "";
    flex: 0 0 4.1025641026vw;
    height: 1px;
  }
}

.lineup-table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .lineup-table {
    table-layout: fixed;
    width: max-content;
    flex: 0 0 auto;
    min-width: 95.8974358974vw;
  }
}

/* カスタムバー */
.custom-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .custom-scrollbar {
    display: block;
    position: absolute;
    left: 4.1025641026vw;
    right: 4.1025641026vw;
    bottom: 0;
    height: 0.5128205128vw;
    background: #EDEDED;
    border-radius: 12.8205128205vw;
  }
}

.custom-scrollbar__thumb {
  position: absolute;
  height: 100%;
  left: 0;
  background: #707070;
  border-radius: 12.8205128205vw;
}

/* /カスタムバー */
.lineup-table__corner {
  width: 13.4920634921vw;
}
@media screen and (max-width: 768px) {
  .lineup-table__corner {
    width: 33.8461538462vw;
  }
}

.lineup-table__colhead {
  padding-bottom: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .lineup-table__colhead {
    padding-bottom: 4.1025641026vw;
  }
}

.lineup-table__model {
  font-size: 1.1904761905vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .lineup-table__model {
    font-size: 4.6153846154vw;
  }
}

.lineup-table__sub {
  font-size: 0.7936507937vw;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .lineup-table__sub {
    font-size: 3.0769230769vw;
  }
}

.lineup-table__img {
  width: 13.4920634921vw;
  margin-top: 1.1904761905vw;
  margin-bottom: 0.2645502646vw;
}
@media screen and (max-width: 768px) {
  .lineup-table__img {
    width: 52.3076923077vw;
    margin-top: 3.8461538462vw;
    margin-bottom: 1.2820512821vw;
  }
}

.lineup-table__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5291005291vw;
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  color: #000;
  margin-top: 0.3306878307vw;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 768px) {
  .lineup-table__link {
    font-size: 3.5897435897vw;
    gap: 2.0512820513vw;
    margin-top: 1.7948717949vw;
  }
}

.lineup-table__link img {
  width: 1.0582010582vw;
  height: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .lineup-table__link img {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}

.lineup-table__link:hover {
  opacity: 0.6;
}

.lineup-table__rowhead {
  width: 13.4920634921vw;
  height: 2.4470899471vw;
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  color: #fff;
  background-color: #CA7891;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-table__rowhead {
    width: 33.8461538462vw;
    height: 9.4871794872vw;
    font-size: 3.5897435897vw;
  }
}

.lineup-contents__item--green .lineup-table__rowhead {
  background-color: #437A31;
}

.lineup-contents__item--orange .lineup-table__rowhead {
  background-color: #EC4E20;
}

.lineup-contents__item--brown .lineup-table__rowhead {
  background-color: #CEAD30;
}

.lineup-table__cell {
  width: 13.4920634921vw;
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  background-color: #F6D8E1;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .lineup-table__cell {
    width: 52.3076923077vw;
    font-size: 3.5897435897vw;
  }
}

.lineup-contents__item--green .lineup-table__cell {
  background-color: #D9EED2;
}

.lineup-contents__item--orange .lineup-table__cell {
  background-color: #FFEDE7;
}

.lineup-contents__item--brown .lineup-table__cell {
  background-color: #FBF5E0;
}

.system-item__img {
  width: 49.0079365079vw;
  margin: 0 auto;
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .system-item__img {
    width: 100%;
    margin-top: 4.1025641026vw;
  }
}

.reason {
  background-color: #000;
}

.reason__inner {
  max-width: 67.7248677249vw;
  margin: 0 auto;
  padding: 5.291005291vw 0;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    max-width: unset;
    padding: 8.2051282051vw 4.1025641026vw;
  }
}

.reason-title {
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 155%;
  color: #CEAD30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason-title {
    font-size: 5.1282051282vw;
  }
}

.reason__text {
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  text-align: center;
  margin-top: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 4.1025641026vw;
    margin-top: 4.1025641026vw;
  }
}

.reason-items {
  display: flex;
  margin-top: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .reason-items {
    display: block;
    margin-top: 6.1538461538vw;
  }
}

.reason-item {
  width: 21.8253968254vw;
  height: 31.0846560847vw;
  background-color: #fff;
  border: 0.0661375661vw solid #CEAD30;
}
@media screen and (max-width: 768px) {
  .reason-item {
    width: 100%;
    height: auto;
    border: 0.2564102564vw solid #CEAD30;
  }
}

.reason-item + .reason-item {
  margin-left: 1.1243386243vw;
}
@media screen and (max-width: 768px) {
  .reason-item + .reason-item {
    margin-left: unset;
    margin-top: 2.0512820513vw;
  }
}

.reason-item__img {
  width: 100%;
}

.reason-contents {
  padding-top: 1.1243386243vw;
  padding-left: 1.5873015873vw;
  padding-right: 1.5873015873vw;
  padding-bottom: 1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .reason-contents {
    padding-top: 5.3846153846vw;
    padding-bottom: 4.1025641026vw;
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}

.reason-contents__heading {
  position: relative;
}

.reason-contents__label {
  font-size: 0.9259259259vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  background-color: #CEAD30;
  width: 5.3571428571vw;
  height: 1.8518518519vw;
  border-radius: 3.3068783069vw;
  padding-left: 1.0582010582vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-left: 6.2830687831vw;
}
@media screen and (max-width: 768px) {
  .reason-contents__label {
    display: flex;
    align-items: center;
    font-size: 3.5897435897vw;
    width: 20.7692307692vw;
    height: 7.1794871795vw;
    border-radius: 12.8205128205vw;
    padding-left: 4.1025641026vw;
    margin-left: 29.7435897436vw;
  }
}

.reason-contents__number {
  position: absolute;
  font-size: 1.0582010582vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 175%;
  color: #CEAD30;
  width: 2.380952381vw;
  height: 2.380952381vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.3068783069vw;
  top: 50%;
  transform: translateY(-50%);
  right: 6.2830687831vw;
}
@media screen and (max-width: 768px) {
  .reason-contents__number {
    font-size: 4.1025641026vw;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    border-radius: 12.8205128205vw;
    right: 30.2564102564vw;
  }
}

.reason-contents__title {
  font-size: 1.0582010582vw;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  margin-top: 0.7275132275vw;
}
@media screen and (max-width: 768px) {
  .reason-contents__title {
    font-size: 4.1025641026vw;
    margin-top: 2.8205128205vw;
  }
}

.reason-contents__text {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 178%;
  margin-top: 1.1243386243vw;
}
@media screen and (max-width: 768px) {
  .reason-contents__text {
    font-size: 3.5897435897vw;
    margin-top: 4.6153846154vw;
  }
}

.download {
  background-image: url(../../assets/img/bg_download.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .download {
    background-image: url(../../assets/img/sp_bg_download.jpg);
  }
}

.download__inner {
  padding-top: 8.2010582011vw;
  padding-bottom: 9.2592592593vw;
}
@media screen and (max-width: 768px) {
  .download__inner {
    padding-top: 18.9743589744vw;
    padding-bottom: 35.8974358974vw;
  }
}

.download-sec__btn__link {
  position: relative;
  font-size: 1.8518518519vw;
  font-weight: 700;
  line-height: 1.2142857143;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 27.1164021164vw;
  height: 5.9523809524vw;
  border: 1px solid #FFF;
  background: rgba(69, 176, 53, 0.8);
}
@media screen and (max-width: 768px) {
  .download-sec__btn__link {
    font-size: 5.1282051282vw;
    line-height: 1.2;
    width: 69.7435897436vw;
    height: 14.358974359vw;
  }
}

.download-sec__btn__link::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/download-sec_btn_frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 29.6296296296vw;
  height: 8.5978835979vw;
  top: -1.3227513228vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .download-sec__btn__link::before {
    width: 77.4358974359vw;
    height: 24.1025641026vw;
    top: -4.8717948718vw;
  }
}

.download-sec__btn__link:hover {
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.contact {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: -0.5128205128vw;
  }
}

.contact__inner {
  position: absolute;
  bottom: -2.2486772487vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .contact__inner {
    bottom: -11.0256410256vw;
  }
}
.contact-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: #fff;
  background-image: url(../../assets/img/contact-comment_frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15.5423280423vw;
  height: 1.1243386243vw;
  margin: 0 auto 0.7275132275vw;
}

@media screen and (max-width: 768px) {
  .contact-comment {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
    width: 52.5641025641vw;
    height: 4.358974359vw;
    background-image: url(../../assets/img/sp_contact-comment_frame.png);
    margin-bottom: 1.7948717949vw;
  }
}
.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #fff;
  background-image: url(../../assets/img/bg_contact.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 44.246031746vw;
  height: 4.3650793651vw;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
  padding-bottom: 0.3306878307vw;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    font-size: 4.6153846154vw;
    line-height: 1.5555555556;
    width: 86.4102564103vw;
    height: 22.0512820513vw;
    background-image: url(../../assets/img/sp_bg_contact.png);
    padding-left: 5.1282051282vw;
    justify-content: start;
  }
}
.contact-btn:hover {
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.footer {
  background-color: #000;
  padding-bottom: 0.5952380952vw;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer__inner {
  padding-top: 6.1507936508vw;
  padding-bottom: 1.5873015873vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-top: 23.3333333333vw;
    padding-bottom: 46.9230769231vw;
  }
}

.footer-logo {
  width: 30.6216931217vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 71.7948717949vw;
  }
}

.footer-nav__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .footer-nav__items {
    margin-top: 10.2564102564vw;
  }
}

.footer-nav__item {
  position: relative;
}

.footer-nav__item::before {
  position: absolute;
  content: "";
  width: 0.0661375661vw;
  height: 1.3888888889vw;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5873015873vw;
}
@media screen and (max-width: 768px) {
  .footer-nav__item::before {
    width: 0.2564102564vw;
    height: 3.5897435897vw;
    right: -4.1025641026vw;
  }
}

.footer-nav__item:last-child::before {
  background-color: transparent;
}

.footer-nav__item + .footer-nav__item {
  margin-left: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .footer-nav__item + .footer-nav__item {
    margin-left: 8.2051282051vw;
  }
}

.footer-nav__link {
  font-size: 0.9259259259vw;
  font-weight: 400;
  line-height: 175%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer-nav__link {
    font-size: 3.0769230769vw;
  }
}

.copyright {
  font-size: 0.9259259259vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 3.0769230769vw;
    line-height: 2.3333333333;
    margin-top: 10.2564102564vw;
  }
}

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

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