@charset "UTF-8";
/* ブレークポイントはmin-width: 768px */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2") format("woff2");
  unicode-range: U+0030-0039, U+0025, U+0041-005A, U+0061-007A, U+002C;
}
html {
  font-family: "Poppins-SemiBold", "Noto Sans JP", sans-serif;
}

body {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  overflow-x: hidden;
}
body.fonts-loaded {
  opacity: 1;
}
body.what-modal-open {
  overflow: hidden;
}
body.what-modal-open .icon_fixed {
  z-index: 0;
}
body.what-modal-open .wrapper {
  container-type: normal;
}
body.jitan-modal-open {
  overflow: hidden;
}
body.jitan-modal-open .wrapper {
  container-type: normal;
}

* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

video {
  max-width: 100%;
}

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

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  rt {
    margin-bottom: -1.1em;
  }
}

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

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

section {
  position: relative;
}

.icon_fixed {
  display: inline-block;
  opacity: 0; /* 初期状態では非表示 */
  visibility: hidden;
  position: fixed;
  bottom: 4.1666666667cqi;
  right: 1.0416666667cqi;
  width: 20.2083333333cqi;
  aspect-ratio: 1/1;
  z-index: 1000;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); /* 初期状態：少し下にずらす */
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .icon_fixed {
    bottom: 16cqi;
    right: 0cqi;
    width: 32cqi;
  }
}
.icon_fixed.is-visible {
  opacity: 1; /* 表示する */
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.icon_fixed img {
  width: 100%;
}

.wrapper {
  width: 100vw;
  margin: auto;
  container-type: inline-size;
}

.fv .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 750/960;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv .slider {
    aspect-ratio: 1920/800;
  }
}
.fv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity, transform;
}
.fv .slide.active {
  opacity: 1;
}
.fv .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv_bottom {
  padding-top: 1.6145833333cqi;
  padding-left: 5.5208333333cqi;
  padding-right: 5.9375cqi;
  padding-bottom: 0.6770833333cqi;
}
@media screen and (max-width: 767px) {
  .fv_bottom {
    padding-top: 2.9333333333cqi;
    padding-left: 6.2666666667cqi;
    padding-right: 6.5333333333cqi;
    padding-bottom: 0.5333333333cqi;
  }
}
.fv_logo {
  z-index: 10;
  position: absolute;
  width: 6.6145833333cqi;
  height: auto;
  top: 1.9270833333cqi;
  left: 1.6666666667cqi;
}
@media screen and (max-width: 767px) {
  .fv_logo {
    width: 22.4cqi;
    top: 0;
    left: 0;
  }
}

.shin-logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
.shin-logo::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/logo_shin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ttl {
  font-size: 3.59375cqi;
  font-weight: 800;
  position: relative;
  padding-top: 4.6875cqi;
  padding-left: 5.7291666667cqi;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 7.3333333333cqi;
    padding-top: 14.6666666667cqi;
    padding-left: 6.6666666667cqi;
  }
}
.ttl::before {
  content: attr(data-en);
  display: block;
  top: 0;
  position: absolute;
  font-size: 9.8958333333cqi;
  line-height: 7.2916666667cqi;
  color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ttl::before {
    top: 4cqi;
    font-size: 18.4cqi;
    line-height: 1;
  }
}
.ttl p {
  z-index: 2;
  position: relative;
}

.btn {
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-shadow: 0.5208333333cqi 0.5208333333cqi 0 0 #000;
          box-shadow: 0.5208333333cqi 0.5208333333cqi 0 0 #000;
  width: 38.5416666667cqi;
  margin-top: 1.5625cqi;
  margin-inline: auto;
  padding-top: 1.71875cqi;
  padding-bottom: 1.71875cqi;
  border: 0.2083333333cqi solid #000;
  background-color: #21aa38;
  font-size: 2.5cqi;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .btn {
    -webkit-box-shadow: 0.9333333333cqi 0.9333333333cqi 0 0 #000;
            box-shadow: 0.9333333333cqi 0.9333333333cqi 0 0 #000;
    width: 86.6666666667cqi;
    margin-top: 1.4666666667cqi;
    margin-inline: auto;
    padding-top: 1.3333333333cqi;
    padding-bottom: 1.3333333333cqi;
    border: 0.5333333333cqi solid #000;
    background-color: #21aa38;
    font-size: 6.4cqi;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 2.7083333333cqi;
  right: 1.5625cqi;
  rotate: 45deg;
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn::before {
    top: 4.4cqi;
    right: 6.9333333333cqi;
    border-top: 0.5333333333cqi solid #fff;
    border-right: 0.5333333333cqi solid #fff;
  }
}
.btn-ttl {
  position: relative;
  font-size: 2.7083333333cqi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .btn-ttl {
    font-size: 5.3333333333cqi;
    margin-bottom: 1.4666666667cqi;
  }
}
.btn-ttl::before, .btn-ttl::after {
  content: "";
  display: inline-block;
  width: 0.3125cqi;
  height: 1em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .btn-ttl::before, .btn-ttl::after {
    width: 0.5405405405cqi;
  }
}
.btn-ttl::before {
  rotate: -33deg;
  margin-right: 1.3em;
}
@media screen and (max-width: 767px) {
  .btn-ttl::before {
    margin-right: 0.7em;
  }
}
.btn-ttl::after {
  rotate: 33deg;
  margin-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .btn-ttl::after {
    margin-left: 0.7em;
  }
}

.concept-top {
  background-color: #c8dceb;
  padding-top: 3.125cqi;
}
@media screen and (max-width: 767px) {
  .concept-top {
    padding-top: 1.7333333333cqi;
  }
}
.concept-top .shin-logo {
  font-size: 5cqi;
  line-height: 5cqi;
}
@media screen and (max-width: 767px) {
  .concept-top .shin-logo {
    font-size: 8.8cqi;
    line-height: 1;
  }
}
.concept-top .shin-logo::before {
  width: 6.25cqi;
  margin-right: 0.3125cqi;
}
@media screen and (max-width: 767px) {
  .concept-top .shin-logo::before {
    width: 1.2em;
  }
}
.concept-top p:nth-child(3) {
  line-height: 5.2083333333cqi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .concept-top p:nth-child(3) {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .concept-top .bg {
    margin-top: -10.2666666667cqi;
  }
}
.concept-top .bg img {
  width: 100vw;
}
.concept-bottom {
  background-color: #ebdeab;
}
.concept-bottom-inner {
  margin-top: -2.65625cqi;
}
.concept-bottom-inner .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0833333333cqi;
  width: 67.1875cqi;
  margin-inline: auto;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: 2.0833333333cqi;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .lead {
    font-size: 4cqi;
    width: 86.6666666667cqi;
    padding-top: 2.6666666667cqi;
    line-height: 1.7;
  }
}
.concept-bottom-inner .lead-ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  padding-left: 0.5208333333cqi;
  display: inline-block;
  margin-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .lead-ttl {
    padding-left: 1.3333333333cqi;
    margin-bottom: 1.3333333333cqi;
  }
}
.concept-bottom-inner .lead rt {
  text-align: center;
}
.concept-bottom-inner .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375cqi 1fr 0.9375cqi 1fr 0.9375cqi 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375cqi;
  margin-top: 2.4479166667cqi;
  padding-bottom: 9.1666666667cqi;
  margin-inline: auto;
  width: 89.0625cqi;
  height: 7.5cqi;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card {
    -ms-grid-columns: 1fr 1.3333333333cqi 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333cqi;
    margin-top: 4.8cqi;
    padding-bottom: 8.4cqi;
    width: 86.5333333333cqi;
    height: auto;
  }
}
.concept-bottom-inner .card li {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.3020833333cqi;
  font-size: 2.7083333333cqi;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card li {
    border-radius: 2.6666666667cqi;
    font-size: 5.3333333333cqi;
  }
}
.concept-bottom-inner .card li:nth-child(1) p:nth-child(1) {
  margin-top: 0.3125cqi;
  margin-bottom: 0.3125cqi;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card li:nth-child(1) p:nth-child(1) {
    margin-top: 0.6666666667cqi;
    margin-bottom: 0.6666666667cqi;
  }
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card li:nth-child(1) p:nth-child(2) {
    margin-bottom: 2.6666666667cqi;
  }
}
.concept-bottom-inner .card li:nth-child(2) p:nth-child(1) {
  margin-top: 0.7291666667cqi;
  margin-bottom: 0.2604166667cqi;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card li:nth-child(2) p:nth-child(1) {
    margin-top: 1.4666666667cqi;
  }
}
.concept-bottom-inner .card li:nth-child(2) p:nth-child(2) {
  letter-spacing: 0.03em;
}
.concept-bottom-inner .card li:nth-child(3) p:nth-child(1) {
  margin-top: 0.6770833333cqi;
  margin-bottom: 0.15625cqi;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card li:nth-child(3) p:nth-child(1) {
    margin-top: 1.6cqi;
    margin-bottom: 0.2666666667cqi;
  }
}
.concept-bottom-inner .card li:nth-child(3) p:nth-child(2) {
  letter-spacing: 0.06em;
}
.concept-bottom-inner .card li:nth-child(4) p:nth-child(1) {
  margin-top: 1.4583333333cqi;
  margin-bottom: 0.5208333333cqi;
}
@media screen and (max-width: 767px) {
  .concept-bottom-inner .card li:nth-child(4) p:nth-child(1) {
    margin-top: 2.6666666667cqi;
    margin-bottom: 0.9333333333cqi;
  }
}
.concept-bottom-inner .card li:nth-child(4) p:nth-child(2) {
  letter-spacing: 0.06em;
}
.concept-bottom-inner .card li:nth-child(4) p:nth-child(2) span {
  display: block;
}
.concept-bottom-inner .card li::before, .concept-bottom-inner .card li::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.2em;
}
.concept-bottom-inner .card li .size-m {
  font-size: 0.85em;
}
.concept-bottom-inner .card li .size-s {
  font-size: 0.5em;
}
.concept-what {
  background-color: #ebdeab;
  padding-top: 3.125cqi;
  padding-bottom: 8.3333333333cqi;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .concept-what {
    padding-top: 4.5333333333cqi;
    padding-bottom: 3.0666666667cqi;
  }
}
.concept-what-inner {
  border: 0.3645833333cqi solid #000;
  width: 89.0625cqi;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .concept-what-inner {
    border: 0.6666666667cqi solid #000;
    width: 86.6666666667cqi;
    margin-inline: auto;
  }
}
.concept-what-btn {
  margin-inline: auto;
  text-align: center;
  margin-top: -3.90625cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-btn {
    margin-top: -6.8cqi;
  }
}
.concept-what-btn p {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.9583333333cqi;
  padding-top: 0.7291666667cqi;
  padding-bottom: 0.7291666667cqi;
  background-color: #000;
  border-radius: 10em;
  font-size: 2.5520833333cqi;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .concept-what-btn p {
    width: 73.3333333333cqi;
    padding-top: 1.3333333333cqi;
    padding-bottom: 1.3333333333cqi;
    font-size: 5.3333333333cqi;
  }
}
.concept-what-btn p::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 2.0833333333cqi;
  width: 3.75cqi;
  aspect-ratio: 1/1;
  padding: 0;
  line-height: 1;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'>  <circle cx='36' cy='36' r='36' fill='%23fff'/><rect x='14' y='34' width='44' height='4' fill='%23000'/><rect x='34' y='14' width='4' height='44' fill='%23000'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .concept-what-btn p::before {
    right: 3.8666666667cqi;
    width: 7.4666666667cqi;
  }
}
.concept-what-btn img {
  width: 5.6770833333cqi;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-left: 1.3020833333cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-btn img {
    width: 10.4cqi;
    margin-left: 2.4cqi;
  }
}
.concept-what-ttl {
  text-align: center;
  margin-top: 4.1666666667cqi;
  margin-bottom: 3.8020833333cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-ttl {
    text-align: left;
    margin-top: 1.3333333333cqi;
    margin-bottom: 3.2cqi;
    padding: 0 2.6666666667cqi 0 6.6666666667cqi;
  }
}
.concept-what-ttl p {
  letter-spacing: 0.11em;
}
.concept-what-ttl p:nth-child(1) {
  font-size: 2.5cqi;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .concept-what-ttl p:nth-child(1) {
    font-size: 4.6666666667cqi;
  }
}
.concept-what-ttl p:nth-child(2) {
  font-size: 1.875cqi;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-what-ttl p:nth-child(2) {
    font-size: 3.3333333333cqi;
    line-height: 1.3;
  }
}
.concept-what-kyokai {
  background-color: #fff;
  border-radius: 10em;
  width: 72.1354166667cqi;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8229166667cqi;
  padding: 1.5625cqi;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.8020833333cqi;
  margin-bottom: 3.6458333333cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-kyokai {
    width: 80cqi;
    margin-top: 3.2cqi;
    margin-bottom: 2.5333333333cqi;
    padding: 2.4cqi 4cqi;
  }
}
.concept-what-kyokai-logo {
  width: 9.7916666667cqi;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .concept-what-kyokai-logo {
    width: 18.8cqi;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.8cqi;
            flex: 0 0 18.8cqi;
  }
}
.concept-what-kyokai-text {
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 2.0833333333cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-kyokai-text {
    font-size: 2.9333333333cqi;
  }
}
.concept-what-kyokai-text span {
  font-size: 2.6041666667cqi;
  color: #1a1368;
}
@media screen and (max-width: 767px) {
  .concept-what-kyokai-text span {
    font-size: 3.6cqi;
  }
}
.concept-what-series {
  margin-top: 4.0104166667cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-series {
    margin-top: 2.6666666667cqi;
  }
}
.concept-what-series-inner {
  width: 55.2083333333cqi;
  margin-inline: auto;
  margin-bottom: 3.125cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-series-inner {
    width: 77.3333333333cqi;
    margin-bottom: 3.4666666667cqi;
  }
}
.concept-what-series-pop {
  text-align: center;
  position: relative;
  font-size: 3.2291666667cqi;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .concept-what-series-pop {
    font-size: 4.9333333333cqi;
    font-weight: 500;
  }
}
.concept-what-series-pop::before {
  content: "";
  position: absolute;
  display: inline-block;
  inset: 0;
  height: 0.2083333333cqi;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #000;
}
.concept-what-series-pop span {
  position: relative;
  background-color: #ebdeab;
  display: inline-block;
  z-index: 1;
  padding: 0 0.7em;
}
.concept-what-series-strong {
  font-size: 10.3125cqi;
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 500;
  margin-top: -0.9375cqi;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept-what-series-strong {
    font-size: 14.6666666667cqi;
  }
}
.concept-what-series-strong::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 0.9375cqi;
  background-color: #fff;
  z-index: 1;
}
.concept-what-series-strong p {
  position: relative;
  z-index: 1;
}
.concept-what-series-strong span {
  line-height: 1;
}
.concept-what-series-strong span:nth-child(1) {
  font-size: 4.4791666667cqi;
  font-weight: 800;
  letter-spacing: 0;
  padding-left: 0.5208333333cqi;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept-what-series-strong span:nth-child(1) {
    font-size: 6.9333333333cqi;
  }
}
.concept-what-series-strong span:nth-child(1)::before {
  content: "※";
  position: absolute;
  top: 0;
  right: -0.15625cqi;
  font-size: 1.0416666667cqi;
  display: inline-block;
}
.concept-what-series-strong span:nth-child(2) {
  font-size: 7.8125cqi;
  font-weight: 800;
  padding-left: 0.5208333333cqi;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .concept-what-series-strong span:nth-child(2) {
    font-size: 10.6666666667cqi;
  }
}
.concept-what-series-notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1458333333cqi;
  padding-top: 0.8333333333cqi;
  padding-bottom: 0.8333333333cqi;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .concept-what-series-notes {
    font-size: 1.6216216216cqi;
  }
}
.concept-what-cv {
  background-color: #ebdeab;
  text-align: center;
  padding-bottom: 8.3333333333cqi;
}
@media screen and (max-width: 767px) {
  .concept-what-cv {
    padding-bottom: 11.2cqi;
  }
}
.concept-what-cv-ttl {
  font-size: 2.7083333333cqi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0416666667cqi;
}
.concept-what-cv-ttl::before, .concept-what-cv-ttl::after {
  content: "";
  display: inline-block;
  width: 0.3125cqi;
  height: 1em;
  background-color: #000;
}
.concept-what-cv-ttl::before {
  rotate: -33deg;
  margin-right: 1.3em;
}
.concept-what-cv-ttl::after {
  rotate: 33deg;
  margin-left: 1.3em;
}
.concept-what-cv-btn {
  position: relative;
  display: block;
  -webkit-box-shadow: 0.5208333333cqi 0.5208333333cqi 0 0 #000;
          box-shadow: 0.5208333333cqi 0.5208333333cqi 0 0 #000;
  width: 38.5416666667cqi;
  margin-top: 1.5625cqi;
  margin-inline: auto;
  padding-top: 1.71875cqi;
  padding-bottom: 1.71875cqi;
  border: 0.2083333333cqi solid #000;
  background-color: #21aa38;
  font-size: 2.5cqi;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .concept-what-cv-btn {
    border: 0.5333333333cqi solid #000;
  }
}
.concept-what-cv-btn::before {
  content: "";
  position: absolute;
  top: 2.7083333333cqi;
  right: 1.5625cqi;
  rotate: 45deg;
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .concept-what-cv-btn::before {
    border-top: 0.5333333333cqi solid #fff;
    border-right: 0.5333333333cqi solid #fff;
  }
}

.lineup {
  position: relative;
}
.lineup-bg img {
  width: 100%;
}
.lineup-inner {
  padding-bottom: 9.7395833333cqi;
}
@media screen and (max-width: 767px) {
  .lineup-inner {
    padding-bottom: 10cqi;
  }
}
.lineup .ttl {
  position: relative;
}
.lineup .ttl::before {
  color: #cccccc;
  left: 11.9791666667cqi;
}
@media screen and (max-width: 767px) {
  .lineup .ttl::before {
    left: 18.6666666667cqi;
  }
}
.lineup-ttl {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3.125cqi;
}
@media screen and (max-width: 767px) {
  .lineup-ttl {
    padding-top: 1.6cqi;
  }
}
.lineup-item {
  position: relative;
  margin-bottom: -10.4166666667cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item {
    margin-bottom: -17.8666666667cqi;
  }
}
.lineup-item.item01 .lineup-product-text {
  top: 22.7604166667cqi;
  left: 14.1145833333cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item.item01 .lineup-product-text {
    top: 37.3333333333cqi;
    left: 6.6666666667cqi;
  }
}
.lineup-item.item01 .lineup-product-img {
  top: 4.53125cqi;
  right: 20.3125cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item.item01 .lineup-product-img {
    top: 28.6666666667cqi;
    right: 16.2666666667cqi;
  }
}
@media screen and (max-width: 767px) {
  .lineup-item.item02 {
    margin-bottom: -17.8666666667cqi;
  }
}
.lineup-item.item02 .lineup-product-text {
  top: 20.8333333333cqi;
  right: 14.0625cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item.item02 .lineup-product-text {
    top: 18.2666666667cqi;
    right: 6.6666666667cqi;
  }
}
.lineup-item.item02 .lineup-product-img {
  top: 9.6354166667cqi;
  left: 13.0729166667cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item.item02 .lineup-product-img {
    top: 9.7333333333cqi;
    left: 6.6666666667cqi;
  }
}
.lineup-item.item03 .lineup-product-text {
  top: 19.7395833333cqi;
  left: 11.4583333333cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item.item03 .lineup-product-text {
    top: 22.1333333333cqi;
    left: 6.6666666667cqi;
  }
}
.lineup-item.item03 .lineup-product-img {
  top: 10.7291666667cqi;
  right: 20.3125cqi;
}
@media screen and (max-width: 767px) {
  .lineup-item.item03 .lineup-product-img {
    top: 9.8666666667cqi;
    right: 16.2666666667cqi;
  }
}
.lineup-product-text {
  position: absolute;
}
.lineup-product-name {
  font-size: 3.3333333333cqi;
  line-height: 1;
  letter-spacing: 0.07em;
  width: 27.2916666667cqi;
  position: relative;
  margin-bottom: 2.9166666667cqi;
}
@media screen and (max-width: 767px) {
  .lineup-product-name {
    font-size: 5.3333333333cqi;
    width: 43.0666666667cqi;
    margin-bottom: 4.4cqi;
  }
}
.lineup-product-name::before, .lineup-product-name::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4166666667cqi;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lineup-product-name::before, .lineup-product-name::after {
    height: 0.5333333333cqi;
  }
}
.lineup-product-name::before {
  bottom: -1.3020833333cqi;
}
@media screen and (max-width: 767px) {
  .lineup-product-name::before {
    bottom: -1.6cqi;
  }
}
.lineup-product-name::after {
  bottom: -2.1354166667cqi;
}
@media screen and (max-width: 767px) {
  .lineup-product-name::after {
    bottom: -3.0666666667cqi;
  }
}
.lineup-product-name .flavor {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.7em;
}
.lineup-product-detail {
  font-size: 1.6666666667cqi;
  font-weight: 800;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .lineup-product-detail {
    font-size: 2.6666666667cqi;
  }
}
.lineup-product-img {
  position: absolute;
  width: 24.0104166667cqi;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lineup-product-img {
    width: 28.6666666667cqi;
  }
}
.lineup-notes {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4583333333cqi;
  font-weight: 400;
  margin-top: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .lineup-notes {
    font-size: 2.9333333333cqi;
    margin-top: 2.6666666667cqi;
  }
}
.lineup-cv {
  margin-top: 16.1458333333cqi;
}
@media screen and (max-width: 767px) {
  .lineup-cv {
    margin-top: 22.4cqi;
  }
}
.lineup-cv .btn {
  margin-bottom: 6.7708333333cqi;
}
.lineup-cv .modal-btn {
  margin-inline: auto;
  text-align: center;
  margin-top: 6.7708333333cqi;
}
@media screen and (max-width: 767px) {
  .lineup-cv .modal-btn {
    margin-top: 10.6666666667cqi;
  }
}
.lineup-cv .modal-btn p {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.9583333333cqi;
  padding-top: 1.4583333333cqi;
  padding-bottom: 1.4583333333cqi;
  background-color: #000;
  border-radius: 10em;
  font-size: 2.5520833333cqi;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .lineup-cv .modal-btn p {
    width: 73.3333333333cqi;
    font-size: 4cqi;
    padding-top: 3.2cqi;
    padding-bottom: 3.2cqi;
  }
}
.lineup-cv .modal-btn p::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 2.0833333333cqi;
  width: 2.65625cqi;
  aspect-ratio: 1/1;
  padding: 0;
  line-height: 1;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><path fill='%23fff' d='M0 23L50 23L50 27L0 27ZM23 0L27 0L27 50L23 50Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .lineup-cv .modal-btn p::before {
    right: 4cqi;
    width: 5.0666666667cqi;
  }
}
.lineup-cv .modal-btn p span {
  padding-left: 1.875cqi;
}
.lineup-cv .modal-btn img {
  width: 5.6770833333cqi;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-left: 1.3020833333cqi;
}

.scene {
  background-image: url(../img/scene_bg.png);
  background-color: #393939;
}
.scene-inner {
  padding-bottom: 10.4166666667cqi;
}
@media screen and (max-width: 767px) {
  .scene-inner {
    padding-bottom: 10.6666666667cqi;
  }
}
.scene-ttl {
  padding-top: 4.3229166667cqi;
  margin-bottom: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .scene-ttl {
    padding-top: 3.2cqi;
    margin-bottom: 4cqi;
  }
}
@media screen and (max-width: 767px) {
  .scene-ttl rt {
    margin-bottom: -1.4em;
  }
}
.scene .ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .scene .ttl {
    font-size: 7.2cqi;
    padding-top: 14.6666666667cqi;
    padding-left: 6.6666666667cqi;
  }
}
.scene .ttl::before {
  left: 13.0208333333cqi;
  color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .scene .ttl::before {
    left: 20.4cqi;
  }
}
.scene .ttl .shin-logo {
  font-size: 5.2083333333cqi;
  line-height: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .scene .ttl .shin-logo {
    font-size: 8.9333333333cqi;
    line-height: 8.9333333333cqi;
  }
}
.scene .ttl .shin-logo::before {
  width: 1.2em;
  background-image: url(../img/logo_shin_siro.svg);
}
.scene .ttl p:nth-child(1) {
  letter-spacing: 0.07em;
}
.scene .ttl p:nth-child(2) {
  line-height: 5.2083333333cqi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .scene .ttl p:nth-child(2) {
    line-height: 1;
  }
}
.scene .ttl p:nth-child(3) {
  font-weight: 800;
  font-size: 4.1666666667cqi;
}
@media screen and (max-width: 767px) {
  .scene .ttl p:nth-child(3) {
    font-size: 7.8666666667cqi;
  }
}
.scene .ttl p:nth-child(3) rt {
  font-size: 1.25cqi;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .scene .ttl p:nth-child(3) rt {
    font-size: 2.1333333333cqi;
  }
}
.scene-type {
  margin-top: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .scene-type {
    margin-top: 4cqi;
  }
}
.scene-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.2083333333cqi 5.7291666667cqi;
}
@media screen and (max-width: 767px) {
  .scene-type ul {
    padding: 0 6.6666666667cqi;
    gap: 6.6666666667cqi;
  }
}
.scene-type ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667cqi;
          flex: 0 0 41.6666666667cqi;
}
@media screen and (max-width: 767px) {
  .scene-type ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .scene-type ul li:nth-child(4) {
    margin-bottom: 4cqi;
  }
}
.scene-type ul li img {
  width: 100%;
}
.scene-type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625cqi;
}
.scene-type-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.scene-type-box.reverse .scene-type-ttl {
  margin-left: -20.8333333333cqi;
  margin-right: auto;
  text-align: right;
}
.scene-type-box.reverse .scene-type-images {
  margin-left: 2.3958333333cqi;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .scene-type-box.reverse .scene-type-images {
    margin-left: 0;
  }
}
.scene-type-box.reverse .scene-type-time {
  left: -2.0833333333cqi;
  right: auto;
}
@media screen and (max-width: 767px) {
  .scene-type-box.reverse .scene-type-time {
    left: -4.8cqi;
  }
}
.scene-type-box.reverse .scene-type-note {
  text-align: right;
  right: 0;
  width: 120%;
  bottom: -3em;
}
.scene-type-details {
  position: relative;
  z-index: 2;
  padding-top: 1.5625cqi;
}
@media screen and (max-width: 767px) {
  .scene-type-details {
    padding-top: 3.7333333333cqi;
  }
}
.scene-type-ttl {
  margin-right: -20.8333333333cqi;
  margin-bottom: 2.0833333333cqi;
}
@media screen and (max-width: 767px) {
  .scene-type-ttl {
    margin-right: -26.6666666667cqi;
    margin-bottom: 4cqi;
  }
}
.scene-type-ttl p {
  margin: 0;
  padding: 0 0.3em;
  font-size: 3.59375cqi;
  line-height: 1.2;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  display: inline-block;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .scene-type-ttl p {
    font-size: 8cqi;
  }
}
.scene-type-text {
  font-size: 1.1979166667cqi;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 2.0833333333cqi;
}
@media screen and (max-width: 767px) {
  .scene-type-text {
    font-size: 2.6666666667cqi;
    margin-bottom: 5.3333333333cqi;
  }
}
.scene-type-note {
  font-size: 0.8854166667cqi;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: absolute;
  bottom: -1em;
}
@media screen and (max-width: 767px) {
  .scene-type-note {
    font-size: 2cqi;
  }
}
.scene-type-images {
  position: relative;
  z-index: 1;
  margin-right: 2.3958333333cqi;
}
@media screen and (max-width: 767px) {
  .scene-type-images {
    margin-right: 0;
  }
}
.scene-type-picture {
  position: relative;
  width: 19.6354166667cqi;
}
@media screen and (max-width: 767px) {
  .scene-type-picture {
    width: 43.3333333333cqi;
  }
}
.scene-type-time {
  position: absolute;
  right: -2.0833333333cqi;
  bottom: -2.0833333333cqi;
  width: 10.8333333333cqi;
}
@media screen and (max-width: 767px) {
  .scene-type-time {
    width: 24cqi;
    right: -4.8cqi;
    bottom: -5.3333333333cqi;
  }
}

.voice {
  background-color: #f5f5f5;
}
.voice-inner {
  padding-bottom: 9.5833333333cqi;
}
.voice-ttl {
  padding-top: 4.3229166667cqi;
  margin-bottom: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .voice-ttl {
    padding-top: 1.6cqi;
    margin-bottom: 0cqi;
  }
}
.voice .ttl::before {
  left: 13.0208333333cqi;
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .voice .ttl::before {
    left: 21.3333333333cqi;
  }
}
.voice-catch {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.25cqi;
  margin-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .voice-catch {
    margin-top: 5.3333333333cqi;
    margin-bottom: 8.8cqi;
  }
}
.voice-catch::before, .voice-catch::after {
  content: "";
  display: inline-block;
  width: 0.3125cqi;
  height: 7em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .voice-catch::before, .voice-catch::after {
    height: 5em;
    width: 0.5333333333cqi;
    height: 10.6666666667cqi;
  }
}
.voice-catch::before {
  rotate: -33deg;
  margin-right: 5em;
}
@media screen and (max-width: 767px) {
  .voice-catch::before {
    margin-right: 6.4cqi;
  }
}
.voice-catch::after {
  rotate: 33deg;
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .voice-catch::after {
    margin-left: 6.4cqi;
  }
}
.voice-catch-inner p:nth-child(1) {
  font-size: 3.0208333333cqi;
}
@media screen and (max-width: 767px) {
  .voice-catch-inner p:nth-child(1) {
    font-size: 4.6666666667cqi;
    font-weight: 600;
  }
}
.voice-catch-inner p:nth-child(2) {
  font-size: 4.3229166667cqi;
  color: #e63246;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice-catch-inner p:nth-child(2) {
    font-size: 7.0666666667cqi;
  }
}
.voice-catch-inner p:nth-child(2) span {
  font-size: 0.75em;
}
.voice-graph .charts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 69.7916666667cqi;
  margin-inline: auto;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .voice-graph .charts-grid {
    width: 85.3333333333cqi;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0 auto;
    grid-template-rows: auto auto;
    gap: 0;
  }
  .voice-graph .charts-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .voice-graph .charts-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .voice-graph .charts-grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .voice-graph .charts-grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.voice-graph .chart-container {
  position: relative;
  width: 100%; /* グリッドに合わせて幅を100%に */
  aspect-ratio: 1/1;
  margin: 0; /* グリッドで管理するためマージンをリセット */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxで中央揃え */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; /* SVGがはみ出ないように */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
@media screen and (max-width: 767px) {
  .voice-graph .chart-container:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1; /* 1列目に配置 */
    -ms-grid-row: 2;
    grid-row: 2; /* 2行目に配置 */
    width: 80%;
    margin-right: auto;
    margin-left: 0;
  }
  .voice-graph .chart-container:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2; /* 1列目から始まり、2列分を占有 (つまり行全体) */
    -ms-grid-row: 1;
    grid-row: 1; /* 1行目に配置 */
    margin-inline: auto;
    width: 56%;
  }
  .voice-graph .chart-container:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2; /* 2列目に配置 */
    -ms-grid-row: 2;
    grid-row: 2; /* 2行目に配置 */
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}
.voice-graph .chart-container[data-color=red] .chart-segment {
  fill: #e63246;
}
.voice-graph .chart-container:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}
.voice-graph .chart-svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* 扇形を12時の位置から開始 */
}
.voice-graph .chart-svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice-graph .chart-bg {
  fill: #f5f5f5; /* 背景円の塗りつぶし色 */
  /* stroke: #d0d0d0; */ /* 背景円の枠線（必要なら） */
  /* stroke-width: 1; */
}
.voice-graph .chart-segment {
  fill: #ebdeab; /* 扇形の塗りつぶし色 */
  stroke: #f5f5f5; /* 扇形の境界線の色（白で見やすく） */
  stroke-width: 0; /* 扇形の境界線の太さ（ピクセル単位、viewBox基準ではない） */
}
.voice-graph .chart-percent-display {
  position: absolute;
  inset: 0;
  margin: auto;
  container-type: inline-size;
  line-height: 1;
  color: #333;
  z-index: 10; /* SVGの上に表示 */
}
.voice-graph .chart-percent-display-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice-graph .chart-caption {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 8.6776859504cqi;
}
.voice-graph .chart-caption p {
  padding: 0;
  margin: 0;
}
.voice-graph .chart-caption .small {
  font-size: 0.7em;
}
.voice-graph .chart-count {
  font-weight: 400;
  font-size: 26.2396694215cqi;
  text-align: center;
  color: #e63246;
}
.voice-graph .chart-count .count-up {
  font-size: 49.5867768595cqi;
  letter-spacing: -3cqi;
}
.voice-graph-notes {
  width: 71.875cqi;
  margin-inline: auto;
  margin-top: 1.5625cqi;
  font-size: 1.09375cqi;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .voice-graph-notes {
    width: 86.5333333333cqi;
    margin-top: 2.6666666667cqi;
    font-size: 2.1333333333cqi;
    text-align: left;
  }
}
.voice-user {
  margin-top: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .voice-user {
    margin-top: 8.6666666667cqi;
  }
}
.voice-user ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5416666667cqi 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2291666667cqi 3.5416666667cqi;
  width: 89.0625cqi;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .voice-user ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    width: 86.6666666667cqi;
    gap: 6.9333333333cqi;
  }
}
.voice-user ul li {
  padding: 2.8125cqi 3.125cqi;
  border-radius: 1.1979166667cqi;
}
@media screen and (max-width: 767px) {
  .voice-user ul li {
    padding: 5.3333333333cqi 6cqi;
    border-radius: 2.2666666667cqi;
  }
}
.voice-user ul li:nth-child(1), .voice-user ul li:nth-child(3) {
  background-color: #ebdeab;
  -webkit-box-shadow: 1.0416666667cqi 1.0416666667cqi 0 0 rgba(255, 255, 255, 0.7);
          box-shadow: 1.0416666667cqi 1.0416666667cqi 0 0 rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .voice-user ul li:nth-child(1), .voice-user ul li:nth-child(3) {
    -webkit-box-shadow: 1.6cqi 1.6cqi 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 1.6cqi 1.6cqi 0 0 rgba(255, 255, 255, 0.7);
  }
}
.voice-user ul li:nth-child(2), .voice-user ul li:nth-child(4) {
  background-color: #c8dceb;
  -webkit-box-shadow: -1.0416666667cqi 1.0416666667cqi 0 0 rgba(255, 255, 255, 0.7);
          box-shadow: -1.0416666667cqi 1.0416666667cqi 0 0 rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .voice-user ul li:nth-child(2), .voice-user ul li:nth-child(4) {
    -webkit-box-shadow: -1.6cqi 1.6cqi 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: -1.6cqi 1.6cqi 0 0 rgba(255, 255, 255, 0.7);
  }
}
.voice-user-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.4583333333cqi 1fr;
  grid-template-columns: 11.4583333333cqi 1fr;
}
@media screen and (max-width: 767px) {
  .voice-user-box {
    -ms-grid-columns: 22.6666666667cqi 1fr;
    grid-template-columns: 22.6666666667cqi 1fr;
  }
}
.voice-user-details {
  font-size: 1.3020833333cqi;
}
@media screen and (max-width: 767px) {
  .voice-user-details {
    font-size: 2.6666666667cqi;
  }
}
.voice-user-picture {
  width: 9.8958333333cqi;
}
@media screen and (max-width: 767px) {
  .voice-user-picture {
    width: 20cqi;
  }
}
.voice-user-ttl {
  font-weight: 800;
  border-bottom: 2px solid #808080;
  padding-bottom: 1.0416666667cqi;
  margin-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .voice-user-ttl {
    border-bottom: 1px solid #808080;
    padding-bottom: 2.6666666667cqi;
    margin-bottom: 2.6666666667cqi;
  }
}
.voice-user-text {
  font-weight: 500;
  line-height: 2;
}
.voice-user-text span {
  white-space: nowrap;
}
.voice-user-notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.09375cqi;
  width: 87.5cqi;
  margin-inline: auto;
  margin-top: 2.0833333333cqi;
}
@media screen and (max-width: 767px) {
  .voice-user-notes {
    font-size: 2cqi;
    margin-top: 5.6cqi;
  }
}
.voice-closed {
  text-align: center;
  font-size: 2.0833333333cqi;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8.3333333333cqi;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .voice-closed {
    font-size: 5.3333333333cqi;
    margin-top: 12cqi;
  }
}
@media screen and (max-width: 767px) {
  .voice-closed .shin-logo {
    padding-left: 5.3333333333cqi;
  }
}
.voice-closed .shin-logo::before {
  width: 1.4em;
  position: absolute;
  left: -3.125cqi;
}
.voice-closed .bg-w {
  background-color: #fff;
  padding-left: 3.6458333333cqi;
}
.voice-closed .bg-w2 {
  background-color: #fff;
  padding-left: 0.5208333333cqi;
}
@media screen and (max-width: 767px) {
  .voice-closed .bg-w2 {
    padding-left: 1.3333333333cqi;
  }
}
@media screen and (max-width: 767px) {
  .voice-closed rt {
    margin-bottom: -0.9em;
  }
}

.subscription {
  background-image: linear-gradient(-25.7deg, rgb(200, 220, 235) 40.2%, rgb(235, 222, 171) 40.2%);
}
@media screen and (max-width: 767px) {
  .subscription {
    background-image: linear-gradient(-45deg, rgb(200, 220, 235) 46%, rgb(235, 222, 171) 40.2%);
  }
}
.subscription-inner {
  padding-top: 6.5625cqi;
}
.subscription-content {
  width: 89.0625cqi;
  margin-inline: auto;
  margin-bottom: 9.6875cqi;
  padding-top: 4.5833333333cqi;
  padding-bottom: 1.5625cqi;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.3541666667cqi;
}
@media screen and (max-width: 767px) {
  .subscription-content {
    width: 86.6666666667cqi;
    padding-top: 6.6666666667cqi;
    border-radius: 2.6666666667cqi;
    padding-bottom: 6.6666666667cqi;
    margin-bottom: 4cqi;
  }
}
.subscription-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.7291666667cqi 1fr 5.7291666667cqi 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  width: 54.1666666667cqi;
  gap: 5.7291666667cqi;
}
@media screen and (max-width: 767px) {
  .subscription-imgs {
    width: 66.6666666667cqi;
    gap: 0;
  }
}
.subscription-imgs img {
  margin-left: -2.9166666667cqi;
}
@media screen and (max-width: 767px) {
  .subscription-imgs img {
    margin-left: -2.9333333333cqi;
  }
}
.subscription-imgs p {
  font-size: 1.3541666667cqi;
  text-align: center;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 0.5208333333cqi;
}
@media screen and (max-width: 767px) {
  .subscription-imgs p {
    font-size: 2.1333333333cqi;
    margin-top: 1.3333333333cqi;
  }
}
.subscription-ttl {
  position: relative;
  font-size: 2.7083333333cqi;
  font-weight: 800;
  padding-top: 5.2083333333cqi;
  padding-left: 3.125cqi;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .subscription-ttl {
    font-size: 6.6666666667cqi;
    padding-top: 9.3333333333cqi;
    padding-left: 7.4666666667cqi;
  }
}
.subscription-ttl::before {
  content: attr(data-en);
  display: block;
  position: absolute;
  top: 2.5cqi;
  left: 4.1666666667cqi;
  font-size: 4.0625cqi;
  color: #ebdeab;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .subscription-ttl::before {
    font-size: 8.8cqi;
    top: 3.0666666667cqi;
    left: 9.3333333333cqi;
  }
}
.subscription-ttl p {
  z-index: 2;
  position: relative;
}
.subscription-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.125cqi 1fr 3.125cqi 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: 82.8125cqi;
  margin-inline: auto;
  gap: 3.125cqi;
  padding-top: 2.3958333333cqi;
}
@media screen and (max-width: 767px) {
  .subscription-list {
    width: 73.3333333333cqi;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-top: 5.3333333333cqi;
  }
}
.subscription-notes {
  font-family: "Noto Sans JP", sans-serif;
  margin-inline: auto;
  width: 82.8125cqi;
  font-size: 1.09375cqi;
}
@media screen and (max-width: 767px) {
  .subscription-notes {
    width: 73.3333333333cqi;
    font-size: 2cqi;
  }
}
.subscription-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625cqi 1fr 1.5625cqi 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625cqi;
  width: 58.3333333333cqi;
  margin-bottom: 5.7291666667cqi;
  margin-inline: auto;
  padding-top: 0.7291666667cqi;
  font-size: 1.3541666667cqi;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subscription-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    width: 73.3333333333cqi;
    gap: 2.6666666667cqi;
    font-size: 3.8666666667cqi;
    padding-top: 1.8666666667cqi;
    margin-bottom: 4cqi;
  }
}
.subscription-info li {
  background-color: #21aa38;
  border-radius: 10em;
  padding-top: 0.9895833333cqi;
  padding-bottom: 0.9895833333cqi;
}
@media screen and (max-width: 767px) {
  .subscription-info li {
    padding-top: 2.6666666667cqi;
    padding-bottom: 2.6666666667cqi;
  }
}
.subscription-info li:nth-child(1), .subscription-info li:nth-child(3) {
  background-color: #ebdeab;
}
.subscription-info li:nth-child(2) {
  background-color: #c8dceb;
}
.subscription-teika {
  margin-inline: auto;
  width: 25.5208333333cqi;
}
@media screen and (max-width: 767px) {
  .subscription-teika {
    width: 73.3333333333cqi;
  }
}
.subscription-teika-ttl {
  font-size: 1.3541666667cqi;
  font-weight: 600;
  padding-bottom: 0.4166666667cqi;
}
@media screen and (max-width: 767px) {
  .subscription-teika-ttl {
    font-size: 3.6cqi;
    padding-bottom: 0.2666666667cqi;
  }
}
.subscription-cv {
  padding-bottom: 3.125cqi;
}
.subscription-otamesi {
  margin-top: 5.46875cqi;
  margin-bottom: 3.125cqi;
  margin-inline: auto;
  width: 64.0625cqi;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subscription-otamesi {
    margin-top: 6.6666666667cqi;
    margin-bottom: 0.6666666667cqi;
    width: 76cqi;
  }
}
.subscription-otamesi .otamesi-01 {
  position: relative;
}
.subscription-otamesi .otamesi-02 {
  position: absolute;
  top: -2.5cqi;
  right: -4.4791666667cqi;
  width: 19.9479166667cqi;
}
@media screen and (max-width: 767px) {
  .subscription-otamesi .otamesi-02 {
    top: -3.2cqi;
    right: -4cqi;
    width: 32.5333333333cqi;
  }
}
.subscription-otamesi .otamesi-03 {
  position: absolute;
  top: 10.8854166667cqi;
  left: 0.0520833333cqi;
  width: 31.25cqi;
}
@media screen and (max-width: 767px) {
  .subscription-otamesi .otamesi-03 {
    top: 26.1333333333cqi;
    left: 6.4cqi;
    width: 60cqi;
  }
}
.subscription-otamesi-cv {
  background-color: transparent;
  padding-top: 1.5625cqi;
  padding-bottom: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .subscription-otamesi-cv {
    padding-top: 4cqi;
    padding-bottom: 13.3333333333cqi;
  }
}
@media screen and (max-width: 767px) {
  .subscription-otamesi-cv .btn {
    width: 73.3333333333cqi;
  }
}

.point {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #c8dceb;
  margin-top: -1px;
}
.point-inner {
  margin-inline: auto;
  width: 89.0625cqi;
  padding-bottom: 5.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .point-inner {
    width: 86.6666666667cqi;
    padding-bottom: 9.2cqi;
  }
}
.point-catch {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6.25cqi;
  padding-bottom: 3.6458333333cqi;
}
@media screen and (max-width: 767px) {
  .point-catch {
    padding-top: 6cqi;
    padding-bottom: 3.8666666667cqi;
  }
}
.point-catch::before, .point-catch::after {
  content: "";
  display: inline-block;
  width: 0.3125cqi;
  height: 7.2916666667cqi;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .point-catch::before, .point-catch::after {
    width: 0.5333333333cqi;
    height: 10.6666666667cqi;
  }
}
.point-catch::before {
  rotate: -33deg;
  margin-right: 5em;
}
@media screen and (max-width: 767px) {
  .point-catch::before {
    margin-right: 1em;
  }
}
.point-catch::after {
  rotate: 33deg;
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .point-catch::after {
    margin-left: 1em;
  }
}
.point-catch-inner p:nth-child(1) {
  font-size: 3.0208333333cqi;
}
@media screen and (max-width: 767px) {
  .point-catch-inner p:nth-child(1) {
    font-size: 4.9333333333cqi;
  }
}
.point-catch-inner p:nth-child(2) {
  font-size: 4.3229166667cqi;
  color: #e63246;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .point-catch-inner p:nth-child(2) {
    font-size: 6.6666666667cqi;
    margin-top: 2.6666666667cqi;
  }
}
.point-catch-inner p:nth-child(2) span {
  font-size: 1.75em;
  line-height: 0.4;
  padding-right: 0em;
  font-family: "Poppins-SemiBold", "Noto Sans JP", sans-serif;
}
.point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.0208333333cqi 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9791666667cqi 3.0208333333cqi;
  margin-bottom: 5.3125cqi;
}
@media screen and (max-width: 767px) {
  .point-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5333333333cqi;
  }
}
.point-list li {
  background-color: #fff;
  border-radius: 1.1458333333cqi;
  padding: 1.0416666667cqi;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0416666667cqi;
  font-size: 1.25cqi;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .point-list li {
    border-radius: 2.6666666667cqi;
    padding: 4cqi;
    gap: 2.2666666667cqi;
    font-size: 3.4666666667cqi;
  }
}
.point-list li::before {
  font-family: "Poppins-SemiBold", "Noto Sans JP", sans-serif;
  content: attr(data-num);
  display: inline-block;
  font-size: 3.4375cqi;
  width: 4.1666666667cqi;
  background-color: #e63246;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 10em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-list li::before {
    width: 12cqi;
    font-size: 9.3333333333cqi;
  }
}
.point-list li span {
  font-weight: 400;
  font-size: 1.09375cqi;
}
@media screen and (max-width: 767px) {
  .point-list li span {
    font-size: 2cqi;
  }
}
.point-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.0208333333cqi 1fr 3.0208333333cqi 1fr 3.0208333333cqi 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.0208333333cqi;
  margin-bottom: 1.3541666667cqi;
  height: 7.0833333333cqi;
}
@media screen and (max-width: 767px) {
  .point-info {
    -ms-grid-columns: 1fr 1.3333333333cqi 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1333333333cqi 1.3333333333cqi;
    margin-bottom: 4cqi;
    height: auto;
  }
}
.point-info li {
  text-align: center;
  border: 3px solid #000;
  border-radius: 0.8333333333cqi;
  font-size: 1.5625cqi;
  font-weight: 800;
  height: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-info li {
    border: 0.5333333333cqi solid #000;
    border-radius: 2.9333333333cqi;
    font-size: 3.0666666667cqi;
  }
}
.point-info li:nth-child(1) p:nth-child(1) {
  margin-top: 1.5104166667cqi;
  margin-bottom: 0.2083333333cqi;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(1) p:nth-child(1) {
    margin-top: 2.5333333333cqi;
    margin-bottom: 1.2cqi;
    letter-spacing: 0.1em;
  }
}
.point-info li:nth-child(1) p:nth-child(2) {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(1) p:nth-child(2) {
    margin-bottom: 1.2cqi;
    letter-spacing: -0.04em;
  }
}
.point-info li:nth-child(2) p:nth-child(1) {
  margin-top: 1.4583333333cqi;
  margin-bottom: 0.625cqi;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(2) p:nth-child(1) {
    margin-top: 2.9333333333cqi;
    margin-bottom: 1.4666666667cqi;
    letter-spacing: 0.1em;
  }
}
.point-info li:nth-child(2) p:nth-child(2) {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(2) p:nth-child(2) {
    letter-spacing: 0.1em;
  }
  .point-info li:nth-child(2) p:nth-child(2) span {
    font-size: 1.7333333333cqi;
  }
}
.point-info li:nth-child(3) p:nth-child(1) {
  margin-top: 1.4583333333cqi;
  margin-bottom: 0.6770833333cqi;
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(3) p:nth-child(1) {
    margin-top: 2.6666666667cqi;
    margin-bottom: 1.8666666667cqi;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(3) p:nth-child(2) {
    margin-bottom: 2.1333333333cqi;
    letter-spacing: 0.2em;
  }
}
.point-info li:nth-child(4) p:nth-child(1) {
  margin-top: 1.4583333333cqi;
  margin-bottom: 0.6770833333cqi;
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(4) p:nth-child(1) {
    margin-top: 2.8cqi;
    margin-bottom: 1.6cqi;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .point-info li:nth-child(4) p:nth-child(2) {
    letter-spacing: 0.1em;
  }
}
.point-info li strong {
  font-size: 2.3958333333cqi;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .point-info li strong {
    font-size: 4.8cqi;
  }
}
.point-info li span {
  font-size: 0.9375cqi;
}
@media screen and (max-width: 767px) {
  .point-info li span {
    font-size: 2.4cqi;
  }
}
.point-info li a {
  color: #000;
  text-decoration: underline;
}
.point-notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0416666667cqi;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .point-notes {
    font-size: 2.8cqi;
    line-height: 1.7;
  }
}
.point-notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.faq {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f5f5;
  padding-bottom: 9.375cqi;
}
.faq-inner {
  margin-inline: auto;
  width: 69.0625cqi;
}
@media screen and (max-width: 767px) {
  .faq-inner {
    width: 86.6666666667cqi;
  }
}
.faq .ttl {
  padding-left: 0;
  padding-top: 8.3333333333cqi;
  font-size: 3.2291666667cqi;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .faq .ttl {
    font-size: 6.1333333333cqi;
    padding-top: 14.9333333333cqi;
  }
}
.faq .ttl::before {
  color: #808080;
  font-size: 2.4479166667cqi;
  line-height: 1;
  top: 5.0520833333cqi;
}
@media screen and (max-width: 767px) {
  .faq .ttl::before {
    font-size: 4.5333333333cqi;
    top: 9.3333333333cqi;
  }
}
.faq-ttl {
  margin-bottom: 3.125cqi;
}
@media screen and (max-width: 767px) {
  .faq-ttl {
    margin-bottom: 5.3333333333cqi;
  }
}
.faq-item {
  background-color: #fff;
  border-radius: 1.71875cqi;
  padding: 0 3.6458333333cqi;
  margin-top: 0.7291666667cqi;
  margin-bottom: 0.7291666667cqi;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-item {
    border-radius: 2.6666666667cqi;
    padding: 0 6.6666666667cqi;
    margin-top: 1.6cqi;
    margin-bottom: 1.6cqi;
  }
}
.faq-item dt {
  font-size: 1.875cqi;
  font-weight: 800;
  position: relative;
  padding: 2.0833333333cqi 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .faq-item dt {
    font-size: 3.4666666667cqi !important;
    padding: 4cqi 0 !important;
  }
}
.faq-item dt::before {
  content: "";
  position: absolute;
  top: 2.7083333333cqi;
  right: 1.40625cqi;
  rotate: 135deg;
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transition: rotate 0.35s ease-in-out, top 0.35s !important;
  transition: rotate 0.35s ease-in-out, top 0.35s !important;
}
@media screen and (max-width: 767px) {
  .faq-item dt::before {
    top: 4.2666666667cqi !important;
    right: -1.8666666667cqi !important;
    width: 0.7em !important;
    border-top: 0.5333333333cqi solid #000 !important;
    border-right: 0.5333333333cqi solid #000 !important;
  }
}
.faq-item dt.is-active::before {
  rotate: -45deg !important;
}
.faq-item dd {
  cursor: default;
  font-size: 1.3020833333cqi;
  line-height: 1.8;
  font-weight: 400;
  overflow: hidden; /* アニメーションのために必須 */
  max-height: 0; /* 初期状態では高さを0に */
  padding-top: 0; /* 初期状態ではパディングも0に */
  padding-bottom: 0;
  -webkit-transition: max-height 0.35s ease-in-out, padding-top 0.35s ease-in-out, padding-bottom 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out, padding-top 0.35s ease-in-out, padding-bottom 0.35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq-item dd {
    font-size: 3.7333333333cqi !important;
  }
}
.faq-item dd p {
  border-top: 1px solid #808080;
  padding: 2.0833333333cqi 0;
}
@media screen and (max-width: 767px) {
  .faq-item dd p {
    padding: 4cqi 0 !important;
  }
}
.faq-item a {
  color: #000;
  text-decoration: underline;
}
.faq-item-img {
  display: block;
  margin-top: 2.0833333333cqi;
  margin-inline: auto;
  width: 29.1666666667cqi;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-item-img {
    margin-top: 5.3333333333cqi;
    width: 74.6666666667cqi;
  }
}

.js-ac {
  cursor: pointer;
}
.js-ac dt {
  font-size: 1.875cqi;
  font-weight: 800;
  position: relative;
  padding: 2.0833333333cqi 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .js-ac dt {
    font-size: 3.4666666667cqi;
    padding: 2.9333333333cqi 0;
  }
}
.js-ac dt::before {
  content: "";
  position: absolute;
  top: 2.7083333333cqi;
  right: 1.40625cqi;
  rotate: 135deg;
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transition: rotate 0.35s ease-in-out;
  transition: rotate 0.35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .js-ac dt::before {
    top: 4.5333333333cqi;
    right: 5.3333333333cqi;
    width: 0.6em;
    border-top: 0.5333333333cqi solid #000;
    border-right: 0.5333333333cqi solid #000;
  }
}
.js-ac dt.is-active::before {
  rotate: -45deg;
}
.js-ac dd {
  cursor: default;
  font-size: 1.3020833333cqi;
  font-weight: 400;
  overflow: hidden; /* アニメーションのために必須 */
  max-height: 0; /* 初期状態では高さを0に */
  padding-top: 0; /* 初期状態ではパディングも0に */
  padding-bottom: 0;
  -webkit-transition: max-height 0.35s ease-in-out, padding-top 0.35s ease-in-out, padding-bottom 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out, padding-top 0.35s ease-in-out, padding-bottom 0.35s ease-in-out;
}
.js-ac dd p {
  border-top: 1px solid #808080;
  padding: 2.0833333333cqi 0;
}
@media screen and (max-width: 767px) {
  .js-ac dd p {
    border-top: 1px solid #808080;
  }
}
.js-ac a {
  color: #000;
  text-decoration: underline;
}

.what-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  cursor: pointer;
}
.what-modal__container {
  position: relative;
  width: 100cqi;
  padding-left: 5.4166666667cqi;
  padding-right: 5.4166666667cqi;
  margin-top: 3.125cqi;
  margin-bottom: 3.125cqi;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .what-modal__container {
    width: 100cqi;
    margin-top: 13.3333333333cqi;
    margin-bottom: 13.3333333333cqi;
    padding-left: 5.3333333333cqi;
    padding-right: 5.3333333333cqi;
  }
}
.what-modal__close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 3.125cqi;
  right: 3.6458333333cqi;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 3.90625cqi;
  height: 3.90625cqi;
  background: transparent;
  border: 0.15625cqi solid;
  border-radius: 0.5208333333cqi;
  font-size: 3.125cqi;
  font-weight: 300;
  color: #666;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .what-modal__close-btn {
    top: 14.6666666667cqi;
    right: 6cqi;
    width: 10cqi;
    height: 10cqi;
    border: 0.5333333333cqi solid;
    border-radius: 1.3333333333cqi;
    font-size: 8cqi;
  }
}
.what-modal__close-btn:hover {
  color: #333;
}
.what-modal__header {
  padding-top: 10.1041666667cqi;
  padding-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .what-modal__header {
    padding-top: 21.3333333333cqi;
    padding-bottom: 3.3333333333cqi;
  }
}
.what-modal__header p {
  letter-spacing: 0.1234em;
}
.what-modal__header p:nth-child(1) {
  font-size: 2.0833333333cqi;
  margin-bottom: 0.8333333333cqi;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .what-modal__header p:nth-child(1) {
    font-size: 5.0666666667cqi;
  }
}
.what-modal__header p:nth-child(2) {
  color: #000;
  font-size: 3.125cqi;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .what-modal__header p:nth-child(2) {
    font-size: 5.8666666667cqi;
  }
}
.what-modal__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8;
}
.what-modal__body strong {
  display: block;
  font-size: 1.25cqi;
  margin-bottom: 0.5208333333cqi;
}
.what-modal__body strong:not(:first-child) {
  margin-top: 2.0833333333cqi;
}
.what-modal__body .lead {
  font-size: 1.3020833333cqi;
  margin-top: 0.2083333333cqi;
  margin-bottom: 0.5208333333cqi;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .what-modal__body .lead {
    font-size: 3.7333333333cqi;
    margin-top: 0cqi;
    margin-bottom: 2.6666666667cqi;
    line-height: 1.6;
  }
}
.what-modal__body a {
  color: #333;
}
.what-modal__body::-webkit-scrollbar {
  width: 8px;
}
.what-modal__body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.what-modal__body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.what-modal__body::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.what-modal-ac {
  width: 71.5625cqi;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .what-modal-ac {
    width: 86.6666666667cqi;
  }
}
.what-modal-ac dt {
  background-color: #c8dceb;
  border-radius: 1.5625cqi;
  font-size: 1.390625cqi;
  padding: 2.3958333333cqi 0;
}
@media screen and (max-width: 767px) {
  .what-modal-ac dt {
    border-radius: 2.6666666667cqi;
    font-size: 3.4666666667cqi;
    padding: 3.3333333333cqi 0;
  }
}
.what-modal-ac dt::before {
  top: 2.96875cqi;
  right: 1.7708333333cqi;
  width: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-ac dt::before {
    top: 5.7333333333cqi;
    right: 4.9333333333cqi;
    width: 2.6666666667cqi;
  }
}
.what-modal-ac dt.balance {
  background-color: #ebdeab;
}
.what-modal-ac dt p {
  padding: 0 2.34375cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-ac dt p {
    padding: 0 7.0666666667cqi;
  }
}
.what-modal-ac dt.is-active {
  border-radius: 1.5625cqi 1.5625cqi 0 0;
}
.what-modal-ac dd {
  border-radius: 0 0 1.5625cqi 1.5625cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-ac dd {
    margin-bottom: 2.6666666667cqi;
  }
}
.what-modal-ac dd.balance {
  background-color: rgba(255, 255, 255, 0.8);
}
.what-modal-ac dd.balance .what-modal-notes {
  background-color: transparent;
}
.what-modal-ac .js-ac {
  margin-top: 5.2083333333cqi;
  margin-bottom: 7.8125cqi;
}
.what-modal-img {
  margin-inline: auto;
  text-align: center;
}
.what-modal-img img {
  width: 100%;
}
.what-modal-img.balance {
  width: 29.3229166667cqi;
  padding-top: 2.0833333333cqi;
  margin-bottom: -1.8229166667cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-img.balance {
    width: 74.6666666667cqi;
    padding-top: 2.6666666667cqi;
  }
}
.what-modal-notes {
  padding: 1.0416666667cqi;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .what-modal-notes {
    padding: 0 6.6666666667cqi 2.6666666667cqi;
  }
}
.what-modal-notes ul {
  margin-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-notes ul {
    margin-bottom: 1.3333333333cqi;
  }
}
.what-modal-notes li {
  font-size: 0.78125cqi;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: -0.2083333333cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-notes li {
    font-size: 2.1333333333cqi;
  }
}
.what-modal-notes .orange-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.5em;
  background-color: #e68027;
  margin-right: 0.5208333333cqi;
}
.what-modal-notes .red-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #e63246;
  margin-right: 0.5208333333cqi;
  vertical-align: middle;
  margin-bottom: 2px;
}
.what-modal-notes .blue-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #c8dceb;
  border-radius: 10em;
  margin-right: 0.5208333333cqi;
}
.what-modal-bottom-close-btn {
  display: block;
  margin-inline: auto;
  font-size: 1.875cqi;
  text-align: center;
  margin-bottom: 6.25cqi;
}
@media screen and (max-width: 767px) {
  .what-modal-bottom-close-btn {
    font-size: 5.3333333333cqi;
    margin-bottom: 13.3333333333cqi;
  }
}

.jitan-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jitan-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jitan-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  cursor: pointer;
}
.jitan-modal__container {
  position: relative;
  width: 100cqi;
  padding-left: 5.4166666667cqi;
  padding-right: 5.4166666667cqi;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .jitan-modal__container {
    width: 100cqi;
  }
}
.jitan-modal__close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 3.125cqi;
  right: 3.6458333333cqi;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 3.90625cqi;
  height: 3.90625cqi;
  background: transparent;
  border: 0.15625cqi solid;
  border-radius: 0.5208333333cqi;
  font-size: 3.125cqi;
  font-weight: 300;
  color: #666;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .jitan-modal__close-btn {
    top: 14.6666666667cqi;
    right: 6cqi;
    width: 10cqi;
    height: 10cqi;
    border: 0.5333333333cqi solid;
    border-radius: 1.3333333333cqi;
    font-size: 8cqi;
  }
}
.jitan-modal__close-btn:hover {
  color: #333;
}
.jitan-modal__header {
  padding-top: 10.1041666667cqi;
  padding-bottom: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .jitan-modal__header {
    padding-top: 21.3333333333cqi;
    padding-bottom: 1.3333333333cqi;
  }
}
.jitan-modal__header p {
  letter-spacing: 0.1em;
}
.jitan-modal__header p:nth-child(1) {
  color: #000;
  font-size: 2.0833333333cqi;
  margin-bottom: 0.8333333333cqi;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .jitan-modal__header p:nth-child(1) {
    font-size: 5.0666666667cqi;
    margin-bottom: 2.6666666667cqi;
  }
}
.jitan-modal__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8;
}
.jitan-modal__body::-webkit-scrollbar {
  width: 8px;
}
.jitan-modal__body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.jitan-modal__body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.jitan-modal__body::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.jitan-modal-bottom-close-btn {
  display: block;
  margin-inline: auto;
  font-size: 1.875cqi;
  text-align: center;
  margin-top: 6.25cqi;
  margin-bottom: 6.25cqi;
}
@media screen and (max-width: 767px) {
  .jitan-modal-bottom-close-btn {
    font-size: 5.3333333333cqi;
    margin-top: 5.3333333333cqi;
    margin-bottom: 13.3333333333cqi;
  }
}
.jitan-modal__list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5416666667cqi 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5416666667cqi;
}
@media screen and (max-width: 767px) {
  .jitan-modal__list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.9333333333cqi;
  }
}
.jitan-modal__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.jitan-modal__list ul li:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  margin-inline: auto;
  width: 42.7083333333cqi;
}
@media screen and (max-width: 767px) {
  .jitan-modal__list ul li:nth-child(5) {
    grid-column: auto;
    width: auto;
  }
}
.jitan-modal__list-label {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 2.8125cqi;
  font-weight: 800;
  padding: 0.3125cqi 1.5625cqi;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins-SemiBold", "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .jitan-modal__list-label {
    font-size: 4.8cqi;
    padding: 0.1333333333cqi 1.6cqi;
  }
}
.jitan-modal__list-ttl {
  display: inline-block;
  font-size: 2.8125cqi;
  background-color: #fff;
  color: #000;
  padding: 0.3125cqi;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .jitan-modal__list-ttl {
    font-size: 4.6666666667cqi;
    padding: 0.5333333333cqi 1.6cqi;
  }
}
.jitan-modal__list-text {
  font-size: 1.3020833333cqi;
  margin-top: 1.5625cqi;
  margin-bottom: 2.6041666667cqi;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .jitan-modal__list-text {
    font-size: 3.8666666667cqi;
    margin-top: 4.9333333333cqi;
    margin-bottom: 5.6cqi;
  }
}
.jitan-modal__list-text span {
  white-space: nowrap;
}
.jitan-modal__list-notes {
  margin-top: 0.5208333333cqi;
  font-size: 1.0416666667cqi;
}
@media screen and (max-width: 767px) {
  .jitan-modal__list-notes {
    display: block;
    font-size: 1.7333333333cqi;
    text-align: right;
    margin-top: 0.5333333333cqi;
  }
}
.jitan-modal__list-img {
  margin-top: auto;
  margin-bottom: 0;
}
.jitan-modal__list-img img {
  width: 100%;
}

footer {
  background-color: #ffffff;
  text-align: center;
  font-weight: 800;
  position: relative;
  z-index: 2000;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375cqi;
  gap: 2.6041666667cqi;
  padding-top: 1.5625cqi;
  margin-bottom: 1.5625cqi;
}
@media screen and (max-width: 767px) {
  footer ul {
    margin-inline: auto;
    width: 86.6666666667cqi;
    font-size: 4cqi;
    gap: 5.3333333333cqi;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5.3333333333cqi;
    margin-bottom: 5.3333333333cqi;
  }
}
footer ul li a {
  color: #000;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  font-size: 0.6770833333cqi;
  margin-top: 1.0416666667cqi;
  padding-bottom: 2.6041666667cqi;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 2.8cqi;
    margin-top: 4cqi;
    padding-bottom: 5.3333333333cqi;
  }
}