@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-n {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tb-n {
    display: none;
  }
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.is-v2 {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  body.is-v2 {
    margin-top: 48px;
  }
}
body.is-v2 img {
  max-width: 100%;
  vertical-align: bottom;
}
body.is-v2 ul {
  margin: 0;
  padding: 0;
}
body.is-v2 ul li {
  list-style: none;
}
body.is-v2 figure {
  margin: 0;
  display: block;
}
body.is-v2 figure img {
  width: 100%;
}
body.is-v2 a {
  cursor: pointer;
  text-decoration: none;
  color: #4F4F4F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.is-v2 h1,
body.is-v2 h2,
body.is-v2 h3,
body.is-v2 h4,
body.is-v2 h5,
body.is-v2 h6 {
  margin: 0;
}
body.is-v2 p {
  margin: 0;
}
body.is-v2 button {
  border: none;
  background-color: transparent;
  padding: 0;
}
body.is-v2 dd {
  margin-left: 0;
}

body.is-v2 * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.is-v2 {
  font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
  color: #4F4F4F;
  background: #fff;
}
.is-v2 .section__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .is-v2 .section__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .section__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.is-v2 .color-gradient-g {
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-v2 .section__title, .is-v2 .section__title.-white, .is-v2 .section__title.-green {
  font-weight: 700;
  font-size: clamp(35px, 35px + (21) * (100vw - 390px) / (1050), 56px);
  color: #4F4F4F;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .is-v2 .section__title, .is-v2 .section__title.-white, .is-v2 .section__title.-green {
    text-align: center;
  }
}
.is-v2 .section__title.-green {
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-v2 .section__title.-white {
  color: #FFF;
}
.is-v2 .section__description {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-size: clamp(18px, 18px + (6) * (100vw - 390px) / (1050), 24px);
}
@media screen and (max-width: 767px) {
  .is-v2 .section__description {
    text-align: center;
  }
}
.is-v2 .casestudy .section__title {
  font-size: clamp(32px, 32px + (16) * (100vw - 390px) / (1050), 48px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.44px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .casestudy .section__title {
    font-size: clamp(30px, 30px + (14) * (100vw - 390px) / (1050), 44px);
  }
}
.is-v2 .cta {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  padding-top: 220px;
  padding-bottom: 130px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .cta {
    padding-top: 25vw;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .cta {
    padding-top: 33vw;
    padding-bottom: 18vw;
  }
}
.is-v2 .cta .section__title {
  position: relative;
  font-size: clamp(28px, 28px + (28) * (100vw - 390px) / (1050), 56px);
  line-height: 120%;
  letter-spacing: 1.68px;
}
.is-v2 .cta .section__title::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/icon-emphasis-l.svg) no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  width: 12.27vw;
  height: 4.45vw;
  max-width: 157px;
  max-height: 57px;
  position: absolute;
  top: -6.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .is-v2 .cta .section__title::before {
    width: 96px;
    height: 35px;
    top: -12vw;
  }
}
@media screen and (max-width: 480px) {
  .is-v2 .cta .section__title::before {
    top: -15vw;
  }
}
.is-v2 .cta .section__description {
  font-size: clamp(17px, 17px + (11) * (100vw - 390px) / (1050), 28px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.84px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .cta .section__description {
    font-size: clamp(16px, 16px + (10) * (100vw - 390px) / (1050), 26px);
  }
}
.is-v2 .post .post__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.is-v2 .post .post__list--item:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .post .post__list--item:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .post .post__list--item .img {
  width: 100%;
}
.is-v2 .post .post__list--item .img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.is-v2 .post .post__list--item .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1.7vw;
  padding: 1.5vw;
  border-radius: 0 0 8px 8px;
  background: #FFF;
}
.is-v2 .post .post__list--item .type {
  padding: 0 12px;
  border-radius: 24px;
  color: #fff;
  background: #34CA8C;
  font-weight: 700;
  line-height: 150%;
}
.is-v2 .post .post__list--item .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 4行以上は省略 */
  line-clamp: 4;
  overflow: hidden;
}
.is-v2 .post .post__list--item .date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.is-v2 .post .section__description {
  margin-bottom: 50px;
}
.is-v2 .post__btn--more {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .is-v2 .post__btn--more {
    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;
  }
}
.is-v2 .post__btn--more:hover {
  opacity: 0.7;
}
.is-v2 .post__btn--more:active {
  opacity: 1;
}
.is-v2 .post__btn--more img {
  display: inline-block;
  margin-left: 15px;
  width: 4.3vw;
  max-width: 55px;
}
@media screen and (max-width: 767px) {
  .is-v2 .post__btn--more img {
    width: 59px;
    height: 39px;
  }
}
.is-v2 .companies {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .is-v2 .companies {
    padding-top: 19vw;
    padding-bottom: 19vw;
  }
}
.is-v2 .companies__slider:first-of-type {
  margin-bottom: 3.8vw;
}
@media screen and (max-width: 767px) {
  .is-v2 .companies__slider:first-of-type {
    margin-bottom: 7vw;
  }
}
.is-v2 .companies__slide {
  padding-top: 8px;
  padding-bottom: 8px;
}
.is-v2 .companies .slick-track {
  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;
}
.is-v2 .companies .slick-slide {
  height: auto !important;
  text-align: center;
}
.is-v2 .companies .slick-slide img {
  width: 17.58vw;
  height: 5.63vw;
  max-width: 225px;
  max-height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .is-v2 .companies .slick-slide img {
    width: 30.77vw;
    height: 10vw;
    max-width: 120px;
    max-height: 39px;
  }
}
.is-v2 .contact {
  color: #4F4F4F;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  /* --------------------*/
  /* お問い合わせフォーム
  /* --------------------*/
}
@media screen and (max-width: 767px) {
  .is-v2 .contact {
    padding-top: 26vw;
    padding-bottom: 12vw;
  }
}
.is-v2 .contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.56vw;
    margin-bottom: 8vw;
  }
  .is-v2 .contact__header--title {
    width: 100%;
  }
}
.is-v2 .contact__header .section__title {
  font-size: clamp(35px, 35px + (13) * (100vw - 390px) / (1050), 48px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__header .section__title,
  .is-v2 .contact__header .section__description {
    text-align: center;
  }
}
.is-v2 .contact__header--btn {
  min-width: 280px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding: 24px 58px;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .is-v2 .contact__header--btn {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__header--btn {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    padding: 3.08vw;
  }
}
.is-v2 .contact__header--btn .title {
  font-size: clamp(16px, 16px + (4) * (100vw - 390px) / (1050), 20px);
  line-height: 140%;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .is-v2 .contact__header--btn .title {
    font-size: clamp(14px, 14px + (4) * (100vw - 390px) / (1050), 18px);
  }
}
.is-v2 .contact__header--btn .number {
  font-size: 1.75rem;
  line-height: 140%;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .is-v2 .contact__header--btn .number {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__header--btn .number {
    line-height: 120%;
  }
}
.is-v2 .contact__header--btn .number img {
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  max-width: 24px;
  max-height: 24px;
  margin-right: 8px;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .is-v2 .contact__header--btn .number img {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__header--btn .number img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-bottom: 2%;
  }
}
.is-v2 .contact__header--btn .description {
  line-height: 150%;
  font-size: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .is-v2 .contact__header--btn .description {
    font-size: 0.9375rem;
  }
}
.is-v2 .contact__form .formWrap {
  padding: 0;
  background: transparent;
  /* 姓・名 */
  /* プライバシーポリシーチェック*/
  /* 送信ボタン */
}
.is-v2 .contact__form .formWrap .inner {
  max-width: 100%;
}
.is-v2 .contact__form .formWrap dl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__form .formWrap dl {
    margin-bottom: 3vw;
  }
}
.is-v2 .contact__form .formWrap dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
.is-v2 .contact__form .formWrap .inner dl dt span.require {
  margin-right: 0;
  padding: 0 0.3rem;
  background-color: transparent;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #FF4C4C;
}
.is-v2 .contact__form .formWrap input,
.is-v2 .contact__form .formWrap select {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #4F4F4F;
  font-size: clamp(16px, 16px + (2) * (100vw - 390px) / (1050), 18px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-v2 .contact__form .formWrap input::-webkit-input-placeholder, .is-v2 .contact__form .formWrap select::-webkit-input-placeholder {
  color: #aaa;
}
.is-v2 .contact__form .formWrap input::-moz-placeholder, .is-v2 .contact__form .formWrap select::-moz-placeholder {
  color: #aaa;
}
.is-v2 .contact__form .formWrap input:-ms-input-placeholder, .is-v2 .contact__form .formWrap select:-ms-input-placeholder {
  color: #aaa;
}
.is-v2 .contact__form .formWrap input::-ms-input-placeholder, .is-v2 .contact__form .formWrap select::-ms-input-placeholder {
  color: #aaa;
}
.is-v2 .contact__form .formWrap input::placeholder,
.is-v2 .contact__form .formWrap select::placeholder {
  color: #aaa;
}
.is-v2 .contact__form .formWrap input[type=checkbox],
.is-v2 .contact__form .formWrap select[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}
.is-v2 .contact__form .formWrap select {
  padding-right: 2.5rem;
  /* ▼の分だけ余白を確保 */
}
.is-v2 .contact__form .formWrap textarea {
  width: 100%;
  height: 176px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #4F4F4F;
  font-size: clamp(16px, 16px + (2) * (100vw - 390px) / (1050), 18px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__form .formWrap textarea {
    height: 51vw;
  }
}
.is-v2 .contact__form .formWrap input:focus,
.is-v2 .contact__form .formWrap select:focus,
.is-v2 .contact__form .formWrap textarea:focus {
  outline: none;
  border-color: #34CA8C;
}
.is-v2 .contact__form .formWrap .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is-v2 .contact__form .formWrap .name-wrapper > dl {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__form .formWrap .name-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .is-v2 .contact__form .formWrap .name-wrapper > dl {
    width: 100%;
  }
}
.is-v2 .contact__form .formWrap .ppWrap {
  margin-bottom: 36px;
}
.is-v2 .contact__form .formWrap .mwform-checkbox-field-text {
  font-weight: 700;
  line-height: 150%;
}
.is-v2 .contact__form .formWrap label[for=ppCheckbox-1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__form .formWrap label[for=ppCheckbox-1] {
    font-size: 1rem;
  }
}
.is-v2 .contact__form .formWrap .ppWrap input[type=checkbox] + span::before {
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #4F4F4F;
}
.is-v2 .contact__form .formWrap .ppWrap input[type=checkbox]:checked + span::after {
  top: 6px;
  left: 5px;
}
.is-v2 .contact__form .formWrap .btnWrap {
  text-align: left;
}
.is-v2 .contact__form .formWrap .sendBtn {
  display: inline-block;
  width: 200px;
  padding: 12px 48px;
  border-radius: 4px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  font-weight: 700;
  line-height: 150%;
  font-size: 1.5rem;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .is-v2 .contact__form .formWrap .sendBtn {
    width: 48.72vw;
    max-width: 300px;
  }
}
.is-v2 .contact__form .formWrap .sendBtn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .contact__form .formWrap .sendBtn:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

.is-v2 .btn-header {
  color: #FFF;
  font-weight: 700;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  max-width: 15.8vw;
  padding: 8px 2.8vw;
  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;
}
@media screen and (min-width: 768px) {
  .is-v2 .btn-header {
    color: #34CA8C;
    border: 1px solid #34CA8C;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .is-v2 .btn-header span {
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .is-v2 .btn-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    width: 130%;
    height: calc(100% + 2px);
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 0;
  }
  .is-v2 .btn-header:hover span {
    color: #34CA8C;
  }
  .is-v2 .btn-header:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1160px) {
  .is-v2 .btn-header {
    padding: 8px 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .btn-header {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 240px;
  }
}

.btn-follow {
  width: 58px;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 98;
}
.btn-follow:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.btn-follow:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.btn-follow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn-follow {
    width: 48px;
  }
}

.cta__btn {
  display: inline-block;
}
.cta__btn a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 48px;
  border: 3px solid #FFEED2;
  -webkit-box-shadow: 0 5px 10px 0 #34CA8C;
          box-shadow: 0 5px 10px 0 #34CA8C;
  font-size: clamp(16px, 16px + (8) * (100vw - 390px) / (1050), 24px);
  font-weight: 700;
  color: #FFF !important;
  background: linear-gradient(176deg, #EEB045 0.92%, #CD9F4E 102.74%);
  line-height: 150%;
  padding: 12px 48px;
}
.cta__btn a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.cta__btn a:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.cta__btn a img {
  display: inline-block;
  vertical-align: sub;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 32px;
  max-height: 32px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .cta__btn a img {
    width: 6.67vw;
    height: 6.67vw;
    margin-right: 0.51vw;
    margin-top: 0.51vw;
  }
}

.is-v2 .header {
  width: 100vw;
  height: 72px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  /* OPEN時：×に変形 */
  /* OPEN */
  /* PC */
  /* SP */
}
@media screen and (max-width: 767px) {
  .is-v2 .header {
    height: 12.31vw;
  }
}
.is-v2 .header::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 2.44vw;
  background: url(../images/v2/header_line.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .is-v2 .header::after {
    height: 2.56vw;
    background: url(../images/v2/header_line_sp.svg) no-repeat;
    background-size: cover;
  }
}
.is-v2 .header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1160px) {
  .is-v2 .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.is-v2 .header__logo {
  width: 16.5%;
  max-width: 213px;
  aspect-ratio: 71/12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1160px) {
  .is-v2 .header__logo {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .header__logo {
    width: 30%;
  }
}
.is-v2 .header__logo:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .header__logo:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.is-v2 .header__pcNav {
  height: 100%;
}
.is-v2 .header__pcNav--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  font-size: clamp(18px, 18px + (2) * (100vw - 390px) / (1050), 20px);
}
@media screen and (max-width: 1160px) {
  .is-v2 .header__pcNav--inner {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
    font-size: clamp(13px, 13px + (5) * (100vw - 390px) / (1050), 18px);
  }
}
.is-v2 .header__pcNav--inner .menu-item a {
  border-bottom: 1px;
  position: relative;
  color: #34CA8C;
  font-weight: 700;
}
.is-v2 .header__pcNav--inner .menu-item a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .header__pcNav--inner .menu-item a:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .header__pcNav .dropdown {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}
.is-v2 .header__pcNav .dropdown .icon-down {
  display: inline-block;
  vertical-align: sub;
  margin-left: 4px;
}
.is-v2 .header__pcNav .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 8px 0;
  border: 1px solid rgba(171, 154, 175, 0.2);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 98;
}
.is-v2 .header__pcNav .dropdown .dropdown-menu .menu-item {
  padding: 8px 24px;
  white-space: nowrap;
}
.is-v2 .header__pcNav .dropdown .dropdown-menu .menu-item a {
  color: #34CA8C;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  .is-v2 .header__pcNav .dropdown .dropdown-menu .menu-item a {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
    font-size: clamp(14px, 14px + (4) * (100vw - 390px) / (1050), 18px);
  }
}
.is-v2 .header__pcNav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .is-v2 .header__pcNav {
    display: none;
  }
}
.is-v2 .header__hamburger {
  position: relative;
  width: 6.15vw;
  height: 5.13vw;
  max-width: 40px;
  max-height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 110;
}
.is-v2 .header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  -webkit-transition: opacity 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
}
.is-v2 .header__hamburger span:nth-child(1) {
  top: 0;
}
.is-v2 .header__hamburger span:nth-child(2) {
  top: 2vw;
}
.is-v2 .header__hamburger span:nth-child(3) {
  top: 4vw;
}
.is-v2 .header.is-open .header__hamburger span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-v2 .header.is-open .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.is-v2 .header.is-open .header__hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-v2 .header__spNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 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;
}
.is-v2 .header__spNav--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10vw;
  padding: 0 7.5vw;
  font-size: clamp(18px, 18px + (4) * (100vw - 390px) / (1050), 22px);
}
.is-v2 .header__spNav .menu-item a {
  color: #34CA8C;
  font-weight: 700;
  text-decoration: none;
}
.is-v2 .header__spNav .icon-down {
  display: inline-block;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-v2 .header__spNav .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: max-height 0.5s, padding-top 0.5s;
  transition: max-height 0.5s, padding-top 0.5s;
}
.is-v2 .header__spNav .dropdown.is-open .dropdown-menu {
  padding-top: 1rem;
  max-height: 200px;
}
.is-v2 .header__spNav .dropdown.is-open .icon-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.is-v2 .header.is-open .header__spNav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .is-v2 .header__hamburger, .is-v2 .header__spNav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .header__pcNav {
    display: none;
  }
}

.is-v2 .footer {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .is-v2 .footer {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
}
.is-v2 .footer__logo {
  display: block;
  width: 15.7vw;
  max-width: 201px;
  aspect-ratio: 201/34;
}
@media screen and (max-width: 767px) {
  .is-v2 .footer__logo {
    width: 51.54vw;
    margin-bottom: 50px;
  }
}
.is-v2 .footer__logo:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .footer__logo:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .footer__devider {
  border: none;
  width: 100%;
  height: 1px;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#1A6445));
  background: linear-gradient(90deg, #34CA8C 0%, #1A6445 100%);
  -webkit-margin-before: 54px;
          margin-block-start: 54px;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 767px) {
  .is-v2 .footer__devider.pc-n {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
.is-v2 .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .is-v2 .footer__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.is-v2 .footer__copy, .is-v2 .footer__menu--item a {
  font-size: 0.875rem;
  display: inline-block;
  color: #34CA8C;
}
.is-v2 .footer__copy:hover, .is-v2 .footer__menu--item a:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.is-v2 .footer__copy:active, .is-v2 .footer__menu--item a:active {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.is-v2 .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .is-v2 .footer__menu {
    width: 100%;
    -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;
  }
  .is-v2 .footer__menu a small {
    font-size: 1rem;
    text-decoration: underline;
  }
}

.top-v2 .mv {
  width: 100%;
  background: url(../images/v2/top_kv-devices.webp) no-repeat right -146px bottom -18px/682px auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img.webp) no-repeat center top -4px/cover, -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: url(../images/v2/top_kv-devices.webp) no-repeat right -146px bottom -18px/682px auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img.webp) no-repeat center top -4px/cover, linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  /*@include pc {
      height: 878px;
  }*/
}
@media screen and (min-width: 1500px) {
  .top-v2 .mv {
    background: url(../images/v2/top_kv-devices.webp) no-repeat right -146px bottom -18px/682px auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img-xl.webp) no-repeat center top -4px/cover, -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
    background: url(../images/v2/top_kv-devices.webp) no-repeat right -146px bottom -18px/682px auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img-xl.webp) no-repeat center top -4px/cover, linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  }
}
@media screen and (min-width: 1081px) and (max-width: 1499px) {
  .top-v2 .mv {
    background: url(../images/v2/top_kv-devices.webp) no-repeat right -130px bottom -18px/620px auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img.webp) no-repeat right 30% top -4px/cover, -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
    background: url(../images/v2/top_kv-devices.webp) no-repeat right -130px bottom -18px/620px auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img.webp) no-repeat right 30% top -4px/cover, linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .mv {
    background: url(../images/v2/top_kv-devices.webp) no-repeat right -32% bottom -2%/60% auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img.webp) no-repeat right 30% top -4px/cover, -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
    background: url(../images/v2/top_kv-devices.webp) no-repeat right -32% bottom -2%/60% auto, url(../images/v2/top_kv-bg-wave.webp) no-repeat left bottom/100% auto, url(../images/v2/top_kv-bg-img.webp) no-repeat right 30% top -4px/cover, linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  }
}
.top-v2 .mv__inner {
  padding-top: 110px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-v2 .mv__inner {
    padding-top: 10.26vw;
    padding-bottom: 0;
  }
}
.top-v2 .mv__copy01 {
  font-size: 4.5rem;
  font-size: clamp(40px, 40px + (32) * (100vw - 390px) / (1050), 72px);
  line-height: 120%;
  letter-spacing: 2.16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top-v2 .mv__copy01 {
    text-align: center;
  }
  .top-v2 .mv__copy01 span {
    display: inline-block;
    margin-right: -1.5rem;
  }
}
.top-v2 .mv__container {
  width: 52.66vw;
  max-width: 684px;
  margin-bottom: 58px;
}
.top-v2 .mv__copy02 {
  font-size: clamp(28px, 28px + (4) * (100vw - 390px) / (1050), 32px);
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-v2 .mv__copy02 {
    font-size: clamp(28px, 28px + (28) * (100vw - 390px) / (1050), 56px);
    font-weight: 700;
  }
}
.top-v2 .mv__copy03 {
  font-size: clamp(15px, 15px + (9) * (100vw - 390px) / (1050), 24px);
  font-weight: 500;
  letter-spacing: 0.72px;
}
.top-v2 .mv__award {
  width: 43.13vw;
  max-width: 552px;
}
.top-v2 .mv__award img {
  display: block;
}
.top-v2 .mv__award--note {
  font-size: clamp(10px, 10px + (4) * (100vw - 390px) / (1050), 14px);
  font-weight: 500;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-v2 .mv {
    background: url(../images/v2/top_kv-sp.webp) no-repeat, -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
    background: url(../images/v2/top_kv-sp.webp) no-repeat, linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
    background-size: 100% auto, cover;
    background-position: top center;
    margin-top: 12.31vw;
  }
  .top-v2 .mv__sp-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-v2 .mv__container {
    width: 100%;
    max-width: 100%;
    margin-top: 12.31vw;
  }
  .top-v2 .mv__copy01 {
    margin-bottom: 88vw;
  }
  .top-v2 .mv__copy02 {
    color: #fff;
    text-align: center;
  }
  .top-v2 .mv__copy03 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
  }
  .top-v2 .mv__award {
    width: 100%;
    max-width: 100%;
  }
  .top-v2 .mv__award img {
    margin-bottom: 8.4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-v2 .mv__award img {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation: mvBadgeFadeIn 0.8s ease-out forwards;
            animation: mvBadgeFadeIn 0.8s ease-out forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .mv__award--note {
    color: #fff;
    text-align: right;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .top-v2 .mv__copy01 {
    margin-bottom: 83.59vw;
  }
}
@-webkit-keyframes mvBadgeFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvBadgeFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-v2 .voice {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  margin-top: -1px;
  padding-top: 112px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice {
    padding-top: 22vw;
  }
}
.top-v2 .voice .section__title {
  font-size: clamp(28px, 28px + (28) * (100vw - 390px) / (1050), 56px);
  letter-spacing: 2.8px;
}
.top-v2 .voice .section__description {
  letter-spacing: 0.72px;
}
.top-v2 .voice::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  bottom: -0.39vw;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
  }
}
.top-v2 .voice__carousel {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__carousel {
    margin-top: 6vw;
    margin-bottom: 11.5vw;
    padding-top: 10px;
  }
}
.top-v2 .voice__slider:first-of-type {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__slider:first-of-type {
    margin-bottom: 12vw;
  }
}
.top-v2 .voice__slider:last-of-type .voice__slide {
  direction: ltr;
}
.top-v2 .voice__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-v2 .voice__slider .slick-slide {
  margin: 0 0.94vw;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__slider .slick-slide {
    margin: 0 2vw;
  }
}
.top-v2 .voice__slider .slick-list {
  overflow: visible;
  margin: 0 -0.94vw;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__slider .slick-list {
    margin: 0 -2vw;
  }
}
.top-v2 .voice__slide {
  background: #fff;
  border-radius: 8px;
  padding: 2vw 1.8vw;
  -webkit-box-shadow: 0 12px 10px 0 #38A97A;
          box-shadow: 0 12px 10px 0 #38A97A;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__slide {
    padding: 3.08vw;
  }
}
.top-v2 .voice__slide::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/icon-quote.svg) no-repeat;
  background-size: contain;
  width: 9.49vw;
  height: 7.18vw;
  max-width: 37px;
  max-height: 28px;
  position: absolute;
  top: 4px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__slide::before {
    top: -10px;
  }
}
.top-v2 .voice__slide--img {
  display: block;
  margin-bottom: 6.15vw;
}
@media screen and (min-width: 1440px) {
  .top-v2 .voice__slide--img {
    margin-bottom: 24px;
  }
}
.top-v2 .voice__slide--comment {
  font-size: clamp(16px, 16px + (6) * (100vw - 390px) / (1050), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin-bottom: 6.15vw;
  text-align: left;
}
@media screen and (min-width: 1440px) {
  .top-v2 .voice__slide--comment {
    margin-bottom: 24px;
  }
}
.top-v2 .voice__slide--name {
  color: #4F4F4F;
  font-weight: 700;
  line-height: 150%;
}
.top-v2 .voice__slide--name small {
  display: inline-block;
  font-size: clamp(12px, 12px + (1) * (100vw - 390px) / (1050), 13px);
  font-weight: 500;
}
.top-v2 .voice__btn--more {
  color: #FFF;
  font-size: clamp(18px, 18px + (6) * (100vw - 390px) / (1050), 24px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-v2 .voice__btn--more:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.top-v2 .voice__btn--more:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.top-v2 .voice__btn--more img {
  display: inline-block;
  margin-left: 15px;
  width: 4.3vw;
  max-width: 55px;
}
@media screen and (max-width: 767px) {
  .top-v2 .voice__btn--more img {
    width: 59px;
    height: 39px;
  }
}
.top-v2 .cta-upper {
  background: transparent;
}
.top-v2 .cta-lower {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  position: relative;
}
@media screen and (max-width: 480px) {
  .top-v2 .cta-lower {
    padding-top: 48vw;
    padding-bottom: 36vw;
  }
}
.top-v2 .cta-lower::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100vw;
  height: 2.38vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  /* 左右反転 */
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .top-v2 .cta-lower::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.top-v2 .cta-lower .section__description {
  font-size: clamp(17px, 17px + (7) * (100vw - 390px) / (1050), 24px);
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .cta-lower .section__description {
    font-size: clamp(16px, 16px + (10) * (100vw - 390px) / (1050), 26px);
  }
}
.top-v2 .medical-record {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  text-align: center;
  padding-top: 250px;
  padding-bottom: 230px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .medical-record {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .medical-record {
    padding-top: 28vw;
    padding-bottom: 28vw;
  }
}
.top-v2 .medical-record::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-wtog.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-v2 .medical-record::before {
    background: url(../images/v2/devider_wave-wtog_sp.svg) no-repeat;
    background-size: cover;
  }
}
.top-v2 .medical-record::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  bottom: -0.39vw;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-v2 .medical-record::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
  }
}
.top-v2 .medical-record .section__title {
  letter-spacing: 1.68px;
  margin-bottom: 80px;
  font-size: clamp(40px, 40px + (16) * (100vw - 390px) / (1050), 56px);
}
@media screen and (max-width: 767px) {
  .top-v2 .medical-record .section__title {
    margin-bottom: 7vw;
  }
}
.top-v2 .medical-record .section__description {
  font-size: clamp(15px, 15px + (13) * (100vw - 390px) / (1050), 28px);
  font-weight: 500;
  line-height: 180%;
}
.top-v2 .usability {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability {
    padding-bottom: 25.5vw;
  }
}
.top-v2 .usability__intro {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 215px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__intro {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__intro {
    padding-top: 28vw;
    padding-bottom: 30vw;
  }
}
.top-v2 .usability__intro .section__title {
  letter-spacing: 2.8px;
  font-size: clamp(30px, 30px + (26) * (100vw - 390px) / (1050), 56px);
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__intro .section__title {
    font-size: clamp(30px, 30px + (24) * (100vw - 390px) / (1050), 54px);
  }
}
.top-v2 .usability__intro .section__title span {
  margin-right: -0.5rem;
}
.top-v2 .usability__intro .section__description {
  letter-spacing: 0.72px;
}
.top-v2 .usability__main .section__title {
  text-align: center;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__main .section__title {
    margin-bottom: 12vw;
  }
}
.top-v2 .usability__main .section__title span {
  display: inline-block;
  position: relative;
}
.top-v2 .usability__main .section__title span::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/icon-emphasis-s.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -14px;
  right: -56px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__main .section__title span::before {
    width: 7vw;
    height: 7vw;
    top: -1vw;
    right: -4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__main .section__title span::before {
    display: none;
  }
}
.top-v2 .usability__main .section__title strong {
  font-size: clamp(56px, 56px + (24) * (100vw - 390px) / (1050), 80px);
}
.top-v2 .usability__container00 {
  max-width: 1140px;
  margin: 0 auto 65px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75vw;
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container00 {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.15vw;
    margin-bottom: 15vw;
  }
}
.top-v2 .usability__container00--item figcaption {
  font-size: clamp(16px, 16px + (8) * (100vw - 390px) / (1050), 24px);
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__container00--item figcaption {
    font-size: clamp(14px, 14px + (5) * (100vw - 390px) / (1050), 19px);
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container00--item figcaption {
    letter-spacing: 0.48px;
  }
}
.top-v2 .usability__container {
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.79vw;
  -webkit-filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.1));
  border-radius: 999px;
  padding: 24px;
}
@media screen and (min-width: 1440px) {
  .top-v2 .usability__container {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 24px 24px 24px;
    padding: 0;
    gap: 0;
  }
}
.top-v2 .usability__container--text {
  width: 60%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 1.5vw;
  padding: 1.59vw 0;
}
@media screen and (min-width: 1440px) {
  .top-v2 .usability__container--text {
    padding: 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container--text {
    width: 100%;
    padding: 48px 6.15vw;
    row-gap: 6.15vw;
  }
}
.top-v2 .usability__container--img {
  width: 30.5%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 999px 0 0 999px;
  overflow: hidden;
}
.top-v2 .usability__container--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container--img {
    width: 100%;
    border-radius: 0 24px 0 0;
  }
  .top-v2 .usability__container--img img {
    height: 62.05vw;
    aspect-ratio: 3/2;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.top-v2 .usability__container .usability-label {
  display: inline-block;
  border-radius: 100px;
  background: #FFF;
  -ms-flex-item-align: start;
      align-self: start;
}
.top-v2 .usability__container .usability-label span {
  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;
  padding: 0.4vw 6.75vw;
  font-weight: 700;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (min-width: 1440px) {
  .top-v2 .usability__container .usability-label span {
    padding: 5px 85px;
  }
}
.top-v2 .usability__container .usability-label strong {
  display: inline-block;
  font-size: 2.75rem;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container .usability-label {
    display: none;
  }
}
.top-v2 .usability__container .usability-title {
  font-size: clamp(32px, 32px + (8) * (100vw - 390px) / (1050), 40px);
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__container .usability-title {
    font-size: clamp(26px, 26px + (6) * (100vw - 390px) / (1050), 32px);
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container .usability-title {
    line-height: 120%;
    letter-spacing: 0.96px;
  }
}
.top-v2 .usability__container .usability-text {
  font-size: clamp(18px, 18px + (4) * (100vw - 390px) / (1050), 22px);
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__container .usability-text {
    font-size: clamp(15px, 15px + (5) * (100vw - 390px) / (1050), 20px);
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container .usability-text {
    line-height: 150%;
  }
}
.top-v2 .usability__container .usability-list {
  font-size: clamp(14px, 14px + (4) * (100vw - 390px) / (1050), 18px);
  padding-left: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .usability__container .usability-list {
    font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container .usability-list {
    line-height: 150%;
  }
}
.top-v2 .usability__container .usability-list li {
  position: relative;
}
.top-v2 .usability__container .usability-list li:not(:last-of-type) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container .usability-list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.top-v2 .usability__container .usability-list li::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/icon-check.svg) no-repeat;
  background-size: contain;
  width: 1.56vw;
  height: 1.56vw;
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-v2 .usability__container .usability-list li::before {
    width: 5.4vw;
    height: 5.4vw;
    max-width: 24px;
    max-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .top-v2 .usability .box-01 .usability__container--text,
  .top-v2 .usability .box-03 .usability__container--text {
    padding-right: 1.5%;
  }
}
@media screen and (min-width: 1440px) {
  .top-v2 .usability .box-01 .usability__container--text,
  .top-v2 .usability .box-03 .usability__container--text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability .box-02,
  .top-v2 .usability .box-04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .top-v2 .usability .box-02 .usability__container--text,
  .top-v2 .usability .box-04 .usability__container--text {
    padding-left: 8.5%;
  }
}
@media screen and (min-width: 1440px) {
  .top-v2 .usability .box-02 .usability__container--text,
  .top-v2 .usability .box-04 .usability__container--text {
    padding-left: 100px;
  }
}
.top-v2 .usability .box-02 .usability__container--img,
.top-v2 .usability .box-04 .usability__container--img {
  border-radius: 0 999px 999px 0;
}
@media screen and (max-width: 767px) {
  .top-v2 .usability .box-02 .usability__container--img,
  .top-v2 .usability .box-04 .usability__container--img {
    border-radius: 0 24px 0 0;
  }
}
.top-v2 .usability .box-01,
.top-v2 .usability .box-02,
.top-v2 .usability .box-03 {
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 1440px) {
  .top-v2 .usability .box-01,
  .top-v2 .usability .box-02,
  .top-v2 .usability .box-03 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .usability .box-01,
  .top-v2 .usability .box-02,
  .top-v2 .usability .box-03 {
    margin-bottom: 12.75vw;
  }
}
.top-v2 .usability__sp-label {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  border-radius: 24px 24px 0 0;
  text-align: center;
  height: 54px;
  padding: 2px 50px;
}
@media screen and (min-width: 768px) {
  .top-v2 .usability__sp-label {
    display: none;
  }
}
.top-v2 .usability__sp-label span {
  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;
  font-weight: 700;
  line-height: 1;
  font-size: 1.5rem;
}
.top-v2 .usability__sp-label strong {
  display: inline-block;
  font-size: 3rem;
  margin-left: 16px;
  margin-bottom: 2px;
}
.top-v2 .feedback {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  text-align: center;
  padding-top: 230px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .feedback {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback {
    padding-top: 40vw;
  }
}
.top-v2 .feedback::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-wtog.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback::before {
    background: url(../images/v2/devider_wave-wtog_sp.svg) no-repeat;
    background-size: cover;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    /* 左右反転 */
  }
}
.top-v2 .feedback .section__title {
  font-size: clamp(34px, 34px + (14) * (100vw - 390px) / (1050), 48px);
  letter-spacing: 1.44px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .feedback .section__title {
    font-size: clamp(34px, 34px + (10) * (100vw - 390px) / (1050), 44px);
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback .section__title {
    letter-spacing: 1px;
    margin-bottom: 12vw;
  }
  .top-v2 .feedback .section__title span {
    display: block;
    margin-right: -0.5rem;
  }
}
.top-v2 .feedback__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.top-v2 .feedback__container {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback__container {
    width: 100%;
  }
  .top-v2 .feedback__container.box-01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-v2 .feedback__container.box-02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-v2 .feedback__container.box-03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-v2 .feedback__container--text {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 128px;
  background: url(../images/v2/top_feedback-bubble.svg) no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 1240px) {
  .top-v2 .feedback__container--text {
    padding-top: 5vw;
    padding-bottom: 10.3vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback__container--text {
    padding-top: 18vw;
    padding-bottom: 28vw;
    background-size: contain;
  }
}
.top-v2 .feedback__container--text h3 {
  font-size: clamp(35px, 35px + (5) * (100vw - 390px) / (1050), 40px);
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .top-v2 .feedback__container--text h3 {
    font-size: 3vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }
}
.top-v2 .feedback__container--text p {
  font-size: clamp(18px, 18px + (2) * (100vw - 390px) / (1050), 20px);
  font-weight: 700;
  line-height: 30px;
  color: #4F4F4F;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .top-v2 .feedback__container--text p {
    font-size: clamp(12px, 12px + (4) * (100vw - 390px) / (1050), 16px);
    line-height: 1.6;
  }
}
.top-v2 .feedback__container--img {
  width: 67%;
  max-width: 400px;
  height: auto;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .top-v2 .feedback__container--img {
    width: 76%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .feedback__container .tb-b {
    display: block;
  }
}
.top-v2 .abilities {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  text-align: center;
  padding-top: 110px;
  padding-bottom: 48px;
  /* ===== SP：slick用表示 ===== */
}
@media screen and (max-width: 767px) {
  .top-v2 .abilities {
    padding-top: 20vw;
    padding-bottom: 18vw;
  }
}
.top-v2 .abilities .section__title {
  font-size: clamp(35px, 35px + (13) * (100vw - 390px) / (1050), 48px);
  letter-spacing: 1.44px;
  margin-bottom: 48px;
}
.top-v2 .abilities__content {
  color: #4F4F4F;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-v2 .abilities__content {
    margin-top: 24px;
  }
}
.top-v2 .abilities__slider {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.top-v2 .abilities__slider__nav {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-v2 .abilities__slider__nav__item {
  width: 24%;
  max-width: 245px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.top-v2 .abilities__slider__nav__item.is-active {
  outline: #EEB045 8px solid;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .abilities__slider__nav__item.is-active {
    outline: #EEB045 4px solid;
  }
}
@media screen and (min-width: 768px) {
  .top-v2 .abilities__slider__nav__item:first-child, .top-v2 .abilities__slider__nav__item:last-child {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .abilities__slider__nav__item:first-child, .top-v2 .abilities__slider__nav__item:last-child {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
}
@media screen and (min-width: 768px) {
  .top-v2 .abilities__slider__nav__item:first-child {
    left: 0;
  }
  .top-v2 .abilities__slider__nav__item:last-child {
    right: 0;
  }
  .top-v2 .abilities__slider__nav__item:nth-child(2) {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    margin-right: 40px;
  }
  .top-v2 .abilities__slider__nav__item:nth-child(4) {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    margin-left: 40px;
  }
  .top-v2 .abilities__slider__nav__item:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
  .top-v2 .abilities__slider__nav__item:first-child, .top-v2 .abilities__slider__nav__item:last-child {
    top: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .top-v2 .abilities__slider__nav__item:nth-child(2) {
    margin-right: 2%;
  }
  .top-v2 .abilities__slider__nav__item:nth-child(4) {
    margin-left: 2%;
  }
}
.top-v2 .abilities__slider__nav__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .abilities__slider__nav__item__inner {
    padding: 10px 5px;
    gap: 8px;
  }
}
.top-v2 .abilities__slider__nav__item__icon {
  width: 25%;
  max-width: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8%;
}
@media screen and (max-width: 960px) {
  .top-v2 .abilities__slider__nav__item__icon {
    width: 24px;
  }
}
.top-v2 .abilities__slider__nav__item:first-child .abilities__slider__nav__item__icon, .top-v2 .abilities__slider__nav__item:last-child .abilities__slider__nav__item__icon {
  margin-top: 5%;
}
.top-v2 .abilities__slider__nav__item__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.84px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-v2 .abilities__slider__nav__item__title {
    font-size: 1.5rem;
  }
}
.top-v2 .abilities__slider__nav__item__desc {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-v2 .abilities__slider__nav__item__desc {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .abilities__slider__nav__item__desc {
    display: none;
  }
}
.top-v2 .abilities__slider__wrap {
  width: 60%;
  max-width: 756px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.top-v2 .abilities__slider__slides {
  position: relative;
  width: 100%;
}
.top-v2 .abilities__slider__slide {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s 0.15s;
  transition: 0.3s 0.15s;
}
.top-v2 .abilities__slider__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.top-v2 .abilities__slider__slide__content {
  width: 90%;
  padding-top: 64.6%;
  background: center/contain no-repeat;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-v2 .abilities__slider__slide:last-of-type .abilities__slider__slide__content {
    width: 85.4%;
  }
}
.top-v2 .abilities__slider__slide__sp-cont {
  display: none;
}
.top-v2 .abilities__slider__slide__sp-cont .head {
  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;
}
.top-v2 .abilities__slider__slide__sp-cont .head .icon {
  width: 25px;
  margin-right: 6px;
}
.top-v2 .abilities__slider__slide__sp-cont .head .icon img {
  width: 100%;
  height: auto;
}
.top-v2 .abilities__slider__slide__sp-cont .head .label {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 20px;
}
.top-v2 .abilities__slider__slide__sp-cont .desc {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
.top-v2 .abilities__slider__slide.is-active, .top-v2 .abilities__slider__slide.is-active .top-v2 .abilities__slider__slide__sp-cont, .top-v2 .abilities__slider__slide.is-active .top-v2 .abilities__slider__slide__content {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-v2 .abilities__slider__pagebtn {
  width: 100%;
  position: absolute;
  top: 58%;
  left: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.top-v2 .abilities__slider__pagebtn__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url("../images/v2/overview_arrow.svg") center/contain no-repeat;
}
.top-v2 .abilities__slider__pagebtn__btn--prev {
  -webkit-transform: scale(-1, 1) translateX(-140%);
          transform: scale(-1, 1) translateX(-140%);
}
@media screen and (max-width: 1180px) {
  .top-v2 .abilities__slider__pagebtn__btn--prev {
    -webkit-transform: scale(-1, 1) translateX(-45%);
            transform: scale(-1, 1) translateX(-45%);
  }
}
.top-v2 .abilities__slider__pagebtn__btn--next {
  -webkit-transform: translateX(-140%);
          transform: translateX(-140%);
}
@media screen and (max-width: 1180px) {
  .top-v2 .abilities__slider__pagebtn__btn--next {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}
.top-v2 .abilities__bottom {
  margin-top: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-v2 .abilities__bottom__desc {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-v2 .abilities__bottom__desc br {
    display: none;
  }
}
.top-v2 .abilities__bottom__btn {
  width: 265px;
  height: 55px;
  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;
  background-color: #34ca8c;
  border-radius: 28px;
  cursor: pointer;
  margin-top: 30px;
}
.top-v2 .abilities__bottom__btn > span {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-v2 .abilities__bottom__btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-v2 .abilities__bottom__btn:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .abilities {
    /* 各スライド */
    /* SP用タイトルブロック */
    /* 画像 */
    /* 非アクティブ（左右の見切れ） */
    /* 矢印 */
  }
  .top-v2 .abilities .section__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .top-v2 .abilities__slider__nav {
    display: none;
  }
  .top-v2 .abilities__slider__wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    position: relative;
  }
  .top-v2 .abilities__slider__slide {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static !important;
  }
  .top-v2 .abilities__slider__slide:not(:first-child) {
    position: static !important;
  }
  .top-v2 .abilities__slider__slide__sp-cont {
    display: block;
    margin-bottom: 20px;
  }
  .top-v2 .abilities__slider__slide__sp-cont .desc,
  .top-v2 .abilities__slider__slide__sp-cont .icon {
    display: none;
  }
  .top-v2 .abilities__slider__slide__sp-cont .head {
    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;
  }
  .top-v2 .abilities__slider__slide__sp-cont .head .label {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
    color: #fff;
  }
  .top-v2 .abilities__slider__slide__content {
    width: 100%;
    padding-top: 57.6%;
    background: center/contain no-repeat;
    border-radius: 12px;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .top-v2 .abilities__slider__slides .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top-v2 .abilities__slider__slides .slick-slide {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.75;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .top-v2 .abilities__slider__slides .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top-v2 .abilities__slider__pagebtn {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 5;
    pointer-events: none;
  }
  .top-v2 .abilities__slider__pagebtn__btn {
    pointer-events: auto;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: url("../images/v2/overview_arrow.svg") center/contain no-repeat;
  }
  .top-v2 .abilities__slider__pagebtn__btn--prev {
    -webkit-transform: scale(-1, 1) translateX(-10px);
            transform: scale(-1, 1) translateX(-10px);
  }
  .top-v2 .abilities__slider__pagebtn__btn--next {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.top-v2 .features {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  text-align: center;
  padding-bottom: 230px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .features {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .features {
    padding-bottom: 14vw;
  }
}
.top-v2 .features::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-v2 .features::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
  }
}
.top-v2 .features .section__title {
  letter-spacing: 1.68px;
}
.top-v2 .features .section__description {
  letter-spacing: 0.72px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-v2 .features .section__description {
    margin-bottom: 18vw;
  }
}
.top-v2 .features__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 横5 */
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .top-v2 .features__grid {
    grid-template-columns: repeat(3, 1fr);
    /* 横3 */
    gap: 6vw 3vw;
  }
}
.top-v2 .features__grid .features-icon {
  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;
  max-width: 70%;
  height: 76px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .top-v2 .features__grid .features-icon {
    width: 12.82vw;
    margin-bottom: 2vw;
  }
}
.top-v2 .features__grid .features-name {
  font-size: clamp(18px, 18px + (10) * (100vw - 390px) / (1050), 28px);
  height: 80px;
  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;
  line-height: 120%;
  letter-spacing: 0.84px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .features__grid .features-name {
    font-size: clamp(16px, 16px + (4) * (100vw - 390px) / (1050), 20px);
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .features__grid .features-name {
    font-size: clamp(16px, 16px + (8) * (100vw - 390px) / (1050), 24px);
    height: 60px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.top-v2 .numbers {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .numbers {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .numbers {
    padding-top: 25vw;
    padding-bottom: 26vw;
  }
}
.top-v2 .numbers .section__title {
  font-size: clamp(35px, 35px + (13) * (100vw - 390px) / (1050), 48px);
  letter-spacing: 1.44px;
}
.top-v2 .numbers .section__description {
  letter-spacing: 0.72px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-v2 .numbers .section__description {
    margin-bottom: 11vw;
  }
}
.top-v2 .numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-v2 .numbers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.top-v2 .numbers__list--item {
  width: 32%;
  padding: 32px 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .numbers__list--item {
    padding: 2.96vw 0;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .numbers__list--item {
    width: 100%;
    padding: 0;
  }
}
.top-v2 .numbers__list--item strong {
  display: block;
  font-size: clamp(80px, 80px + (30) * (100vw - 390px) / (1050), 110px);
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .numbers__list--item strong {
    font-size: 9.2vw;
  }
}
.top-v2 .numbers__list--item span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}
.top-v2 .design {
  padding-bottom: 150px;
  background: url(../images/v2/bg_deco-fluid01.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
@media screen and (max-width: 767px) {
  .top-v2 .design {
    background: none;
    padding-bottom: 25vw;
  }
}
.top-v2 .design .section__title {
  font-size: clamp(34px, 34px + (14) * (100vw - 390px) / (1050), 48px);
  letter-spacing: 1.44px;
  text-align: center;
  margin-bottom: 48px;
}
.top-v2 .design__list {
  max-width: 1026px;
  margin: 0 auto 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75vw;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .design__list {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .design__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.5vw;
  }
}
.top-v2 .design__list::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/bg_deco-line-green.svg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 9.13vw;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__list::after {
    width: 29.49vw;
    height: 123.33vw;
    background: url(../images/v2/bg_deco-line-green_sp.svg) no-repeat;
    background-size: contain;
    left: 57%;
  }
}
.top-v2 .design__list--item {
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__list--item {
    width: 85%;
    margin: 0 auto;
  }
}
.top-v2 .design__list--item:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.top-v2 .design__list--item:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.top-v2 .design__list--item .label {
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px 12px;
  border-radius: 24px 24px 0 0;
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  font-size: 1.5rem;
}
.top-v2 .design__list--item .img {
  width: 100%;
  height: 220px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-v2 .design__list--btn {
  border-radius: 0 0 24px 24px;
  border-right: 2px solid #34CA8C;
  border-bottom: 2px solid #34CA8C;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 24px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .design__list--btn {
    font-size: 1rem;
    padding: 3vw 2vw;
  }
}
@media screen and (max-width: 480px) {
  .top-v2 .design__list--btn {
    padding: 6.67vw 6.15vw;
  }
}
.top-v2 .design__list--btn img {
  display: inline-block;
  width: 4.76vw;
  max-width: 60px;
  margin-left: 1.27vw;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__list--btn img {
    width: 15.38vw;
    margin-left: 0;
    margin-right: 2vw;
  }
}
.top-v2 .design__container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1026px;
  margin: 0 auto 100px;
  padding: 3.2% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw;
  border-radius: 8px;
  border: 2px solid #34CA8C;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container01 {
    width: 90%;
    margin: 0 auto 25vw;
    padding: 12vw 6vw;
    gap: 0;
  }
}
.top-v2 .design__container01--title {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container01--title {
    font-size: 2.125rem;
    text-align: center;
    margin-bottom: 12.31vw;
    line-height: 122%;
    letter-spacing: 0;
  }
}
.top-v2 .design__container01--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5vw;
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .top-v2 .design__container01--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container01--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8vw;
  }
}
.top-v2 .design__container01--list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-weight: 700;
  font-size: clamp(16px, 16px + (8) * (100vw - 390px) / (1050), 24px);
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container01--list ul {
    gap: 2.8vw;
  }
}
.top-v2 .design__container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-v2 .design__container02--text {
  width: 65%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container02--text {
    width: 100%;
    margin-bottom: 0;
  }
}
.top-v2 .design__container02 .icon-emphasis {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container02 .icon-emphasis {
    margin-bottom: 5vw;
  }
}
.top-v2 .design__container02 .icon-emphasis img {
  width: 20%;
  max-width: 132px;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container02 .icon-emphasis img {
    width: 30%;
    max-width: 110px;
  }
}
.top-v2 .design__container02 .comment {
  font-size: clamp(24px, 24px + (16) * (100vw - 390px) / (1050), 40px);
  line-height: 130%;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .design__container02 .comment {
    font-size: clamp(24px, 24px + (6) * (100vw - 390px) / (1050), 30px);
  }
}
.top-v2 .design__container02--img {
  width: 32%;
}
.top-v2 .design__container02--img figcaption {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .top-v2 .design__container02--img {
    width: 95%;
    max-width: 340px;
    margin: 0 auto 7vw;
  }
}
.top-v2 .flow {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .flow {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .flow {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }
  .top-v2 .flow .section__title {
    line-height: 140%;
    letter-spacing: 0.84px;
    margin-right: -0.5rem;
  }
  .top-v2 .flow .section__description {
    line-height: 160%;
    font-weight: 500;
  }
}
.top-v2 .flow::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-wtog.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .top-v2 .flow::before {
    background: url(../images/v2/devider_wave-wtog_sp.svg) no-repeat;
    background-size: cover;
  }
}
.top-v2 .flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw;
}
@media screen and (max-width: 767px) {
  .top-v2 .flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-v2 .flow__container--text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top-v2 .flow__container--text {
    width: 100%;
    margin-bottom: 12vw;
  }
}
.top-v2 .flow__container--text .section__title {
  font-size: clamp(28px, 28px + (20) * (100vw - 390px) / (1050), 48px);
  line-height: 140%;
}
@media screen and (min-width: 768px) and (max-width: 1208px) {
  .top-v2 .flow__container--text .section__title {
    font-size: clamp(28px, 28px + (14) * (100vw - 390px) / (1050), 42px);
  }
}
.top-v2 .flow__container--list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .flow__container--list {
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .flow__container--list {
    width: 100%;
    gap: 4vw;
  }
}
.top-v2 .flow__container .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-v2 .flow__container .num {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .top-v2 .flow__container .num {
    width: 20%;
  }
}
.top-v2 .flow__container .text {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .top-v2 .flow__container .text {
    width: 79%;
    padding-right: 4vw;
  }
}
.top-v2 .flow__container .text h3 {
  font-size: clamp(24px, 24px + (8) * (100vw - 390px) / (1050), 32px);
  padding-top: 2%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .flow__container .text h3 {
    font-size: clamp(18px, 18px + (10) * (100vw - 390px) / (1050), 28px);
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .flow__container .text h3 {
    margin-bottom: 4vw;
    padding-top: 6%;
  }
}
.top-v2 .flow__container .text p {
  font-size: clamp(16px, 16px + (6) * (100vw - 390px) / (1050), 22px);
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .flow__container .text p {
    font-size: clamp(14px, 14px + (6) * (100vw - 390px) / (1050), 20px);
  }
}
.top-v2 .support {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support {
    padding-bottom: 0;
  }
}
.top-v2 .support .section__title {
  letter-spacing: 1.68px;
}
.top-v2 .support .section__description {
  letter-spacing: 0.72px;
  margin-bottom: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support .section__description {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support .section__description {
    margin-bottom: 22vw;
  }
}
.top-v2 .support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support__list {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.top-v2 .support__list::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/bg_deco-line-white.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 9.13vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list::after {
    display: none;
  }
}
.top-v2 .support__list--item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 70px 0;
  background: transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support__list--item {
    padding: 6.85vw 0;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list--item {
    width: 100%;
    max-width: 360px;
    padding: 80px 0;
  }
}
.top-v2 .support__list--item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(200px, 100%, 404px);
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list--item::before {
    width: 100%;
    max-width: 500px;
  }
}
.top-v2 .support__list--item .icon {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support__list--item .icon {
    width: 20%;
    margin: 0 auto 1vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list--item .icon {
    width: 23%;
    margin: 0 auto 4vw;
  }
}
.top-v2 .support__list--item .name {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support__list--item .name {
    font-size: clamp(20px, 20px + (10) * (100vw - 390px) / (1050), 30px);
    line-height: 1.4;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list--item .name {
    margin-bottom: 0;
  }
}
.top-v2 .support__list--item .description {
  color: #4F4F4F;
  font-size: clamp(16px, 16px + (2) * (100vw - 390px) / (1050), 18px);
  font-weight: 700;
  line-height: 133%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .support__list--item .description {
    font-size: clamp(12px, 12px + (4) * (100vw - 390px) / (1050), 16px);
    line-height: 1.4;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .support__list--item .description {
    line-height: 24px;
    letter-spacing: 0;
  }
}
.top-v2 .post__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 3.9vw;
}
@media screen and (max-width: 1080px) {
  .top-v2 .post__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .post__list {
    margin-bottom: 17vw;
  }
}
.top-v2 .post__list .slick-list {
  margin: 0 -12px;
}
.top-v2 .post__list .slick-slide {
  margin: 0 12px;
}
.top-v2 .column {
  padding-top: 160px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .column {
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .column {
    padding-top: 25vw;
    padding-bottom: 12vw;
  }
}
.top-v2 .news {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .news {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .news {
    padding-top: 13.5vw;
    padding-bottom: 25vw;
  }
}
.top-v2 .faq {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  padding-top: 200px;
  padding-bottom: 110px;
  position: relative;
  /* アコーディオン */
  /* さらに詳しく知りたい方へ */
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-v2 .faq {
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .faq {
    padding-top: 28vw;
    padding-bottom: 28vw;
  }
}
@media screen and (min-width: 768px) {
  .top-v2 .faq h2.section__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2 .faq h2.section__title {
    font-size: clamp(28px, 28px + (28) * (100vw - 390px) / (1050), 56px);
    line-height: 120%;
  }
}
.top-v2 .faq::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-wtog.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  /* 左右反転 */
}
@media screen and (max-width: 767px) {
  .top-v2 .faq::before {
    background: url(../images/v2/devider_wave-wtog_sp.svg) no-repeat;
    background-size: cover;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.top-v2 .faq::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.38vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  /* 左右反転 */
}
@media screen and (max-width: 767px) {
  .top-v2 .faq::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.top-v2 .faq h2.section__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-v2 .faq h2.section__title {
    margin-bottom: 40px;
  }
}
.top-v2 .faq__accordion > h3 {
  display: none !important;
}
.top-v2 .faq #wpsm_accordion_1806 {
  margin-bottom: 80px;
  /* アイコン：FAのアイコン文字は消す（疑似要素は触らない） */
  /* アイコン：開いたら45deg回転して × */
}
@media screen and (max-width: 767px) {
  .top-v2 .faq #wpsm_accordion_1806 {
    margin-bottom: 60px;
  }
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel:not(:last-of-type) {
  border-bottom: 1px solid #fff !important;
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-heading {
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
  padding: 30px 0 30px 80px;
}
@media screen and (max-width: 767px) {
  .top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-heading {
    padding: 20px 0 20px 48px;
  }
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title {
  margin: 0px !important;
  text-transform: none !important;
  line-height: 1 !important;
  position: relative;
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title:before {
  content: "";
  display: inline-block;
  background: url(../images/v2/q.png) no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -8px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title:before {
    width: 36px;
    height: 36px;
    top: 0;
    left: -48px;
  }
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title a {
  /*質問文*/
  text-decoration: none;
  overflow: hidden;
  display: block;
  padding: 0px;
  border-bottom: 0px !important;
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title a .ac_title_class {
  display: block;
  padding: 0 !important;
  font-size: 28px !important;
  color: #fff !important;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title a .ac_title_class {
    font-size: 20px !important;
  }
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title .ac_open_cl_icon {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 0; /* 文字としての+/-を消す */
  line-height: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  /* + を2本の線（背景）で描く */
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center/24px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center/2px 24px no-repeat;
  background: linear-gradient(currentColor, currentColor) center/24px 2px no-repeat, linear-gradient(currentColor, currentColor) center/2px 24px no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 30px 35px 0 15px !important;
}
@media screen and (max-width: 767px) {
  .top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title .ac_open_cl_icon {
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center/18px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center/2px 18px no-repeat;
    background: linear-gradient(currentColor, currentColor) center/18px 2px no-repeat, linear-gradient(currentColor, currentColor) center/2px 18px no-repeat;
  }
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-title a[aria-expanded=true] .ac_open_cl_icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-body {
  /*回答文*/
  border: none !important;
  background-color: transparent !important;
  font-size: 20px !important;
  font-family: inherit !important;
  font-weight: 500;
  line-height: 150%;
  padding: 0 80px 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-body {
    padding: 0 48px 24px;
    font-size: 16px !important;
  }
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-body a {
  color: #fff;
  text-decoration: underline;
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-body a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.top-v2 .faq #wpsm_accordion_1806 .wpsm_panel-body a:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.top-v2 .faq h3.section__title {
  font-size: clamp(24px, 24px + (24) * (100vw - 390px) / (1050), 48px);
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}

.casestudy .mv {
  width: 100%;
  background: var(--mv-bg, url(../images/v2/bg_casestudy01.webp)) no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 160px;
  padding-bottom: 174px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .casestudy .mv {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.casestudy .mv::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-caseStudy-mv.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.casestudy .mv__copy {
  font-size: clamp(40px, 40px + (32) * (100vw - 390px) / (1050), 72px);
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.16px;
}
.casestudy .voice {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  padding-top: 100px;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .casestudy .voice {
    padding-top: 20vw;
    padding-bottom: 30vw;
  }
  .casestudy .voice .section__inner:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
}
.casestudy .voice::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow02.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.75vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.casestudy .voice .section__description {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .casestudy .voice .section__description {
    font-size: clamp(17px, 17px + (11) * (100vw - 390px) / (1050), 28px);
  }
}
.casestudy .voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .casestudy .voice__list {
    display: block;
    gap: 0;
  }
}
.casestudy .voice__item {
  width: 33%;
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  -webkit-box-shadow: 0 12px 10px 0 #38A97A;
          box-shadow: 0 12px 10px 0 #38A97A;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .voice__item {
    padding: 2vw 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .voice__item {
    width: 280px;
    max-width: 280px;
    margin: 0 8px;
    padding: 24px;
  }
}
.casestudy .voice__item::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/icon-quote.svg) no-repeat;
  background-size: contain;
  width: 5.09vw;
  height: 3.89vw;
  max-width: 55px;
  max-height: 42px;
  position: absolute;
  top: 10px;
  right: -7px;
}
@media screen and (max-width: 767px) {
  .casestudy .voice__item::before {
    width: 47px;
    height: 38px;
    top: -10px;
  }
}
.casestudy .voice__item--img {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .casestudy .voice__item--img {
    margin-bottom: 20px;
  }
}
.casestudy .voice__item--comment {
  font-size: clamp(18px, 18px + (10) * (100vw - 390px) / (1050), 28px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  color: #34CA8C;
  margin-bottom: 24px;
  text-align: left;
  min-height: 126px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .voice__item--comment {
    font-size: clamp(18px, 18px + (6) * (100vw - 390px) / (1050), 24px);
  }
}
@media screen and (max-width: 767px) {
  .casestudy .voice__item--comment {
    min-height: auto;
  }
}
.casestudy .voice__item--name {
  font-size: clamp(16px, 16px + (4) * (100vw - 390px) / (1050), 20px);
  color: #4F4F4F;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .casestudy .voice__item--name {
    margin-bottom: 24px;
  }
}
.casestudy .voice__item--name span {
  display: inline-block;
  font-size: clamp(12px, 12px + (2) * (100vw - 390px) / (1050), 14px);
  font-weight: 500;
}
.casestudy .voice__item--link {
  font-size: clamp(12px, 12px + (2) * (100vw - 390px) / (1050), 14px);
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.casestudy .voice__item--link img {
  display: inline-block;
  margin-top: 2px;
}
.casestudy .voice__item--link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .casestudy .voice__carousel {
    overflow: hidden;
    margin-top: 6vw;
    padding-top: 10px;
  }
  .casestudy .voice .slick-list {
    overflow: visible;
    padding: 0 20px;
  }
  .casestudy .voice .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .casestudy .voice .slick-slide {
    height: auto !important;
  }
}
.casestudy .bg_bubble {
  background: url(../images/v2/bg_deco-fluid02.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 30%;
}
@media screen and (max-width: 767px) {
  .casestudy .bg_bubble {
    background-position: 0 25%;
  }
}
.casestudy .problem {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .casestudy .problem {
    padding-top: 20vw;
    padding-bottom: 18vw;
  }
}
.casestudy .problem .section__title:first-of-type {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .casestudy .problem .section__title:first-of-type {
    margin-bottom: 50px;
  }
  .casestudy .problem .section__title:first-of-type span {
    display: inline-block;
    margin-right: -1.5rem;
  }
}
.casestudy .problem .section__title:last-of-type {
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .casestudy .problem .section__title:last-of-type {
    font-size: clamp(27px, 27px + (27) * (100vw - 390px) / (1050), 54px);
    margin-bottom: 60px;
  }
  .casestudy .problem .section__title:last-of-type span {
    display: inline-block;
    margin-right: -1.5rem;
  }
}
.casestudy .problem .section__description {
  text-align: center;
}
.casestudy .problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .problem__list {
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .problem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.casestudy .problem__list--item {
  width: 100%;
  height: 23vw;
  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;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .casestudy .problem__list--item {
    height: 68vw;
    max-height: 300px;
  }
}
.casestudy .problem__list--item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url("../images/v2/caseStudy_problem-bubble.svg") center/contain no-repeat;
  z-index: -1;
}
.casestudy .problem__list--item:last-of-type::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.casestudy .problem__list--item .comment {
  font-size: clamp(24px, 24px + (8) * (100vw - 390px) / (1050), 32px);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .problem__list--item .comment {
    font-size: clamp(24px, 24px + (4) * (100vw - 390px) / (1050), 28px);
  }
}
.casestudy .problem__img {
  width: 90%;
  max-width: 1088px;
  margin: 0 auto;
}
.casestudy .reason {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .casestudy .reason {
    padding-top: 18vw;
    padding-bottom: 20vw;
  }
}
.casestudy .reason .section__description {
  text-align: center;
  margin-bottom: 32px;
}
.casestudy .reason__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.75vw;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .casestudy .reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6vw 4vw;
    margin-bottom: 15vw;
  }
  .casestudy .reason__list--item {
    width: 30%;
  }
}
.casestudy .reason__list--item figcaption {
  font-size: clamp(16px, 16px + (8) * (100vw - 390px) / (1050), 24px);
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__list--item figcaption {
    font-size: clamp(14px, 14px + (5) * (100vw - 390px) / (1050), 19px);
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason__list--item figcaption {
    font-size: clamp(14px, 14px + (6) * (100vw - 390px) / (1050), 20px);
    letter-spacing: 0.48px;
  }
}
.casestudy .reason__container {
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px;
  -webkit-filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.1));
  border-radius: 999px;
  padding: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__container {
    gap: 4.2vw;
    padding: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 24px 24px 24px;
    padding: 0;
    gap: 0;
  }
}
.casestudy .reason__container--text {
  width: 60%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__container--text {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason__container--text {
    width: 100%;
    padding: 8.21vw 6.15vw;
    row-gap: 5vw;
  }
}
.casestudy .reason__container--img {
  width: 30.5%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 999px 0 0 999px;
  overflow: hidden;
}
.casestudy .reason__container--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  display: block;
}
@media screen and (max-width: 767px) {
  .casestudy .reason__container--img {
    width: 100%;
    border-radius: 0 24px 0 0;
  }
  .casestudy .reason__container--img img {
    height: 62.05vw;
    aspect-ratio: 3/2;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.casestudy .reason__container .reason-label {
  display: inline-block;
  border-radius: 100px;
  background: #FFF;
  -ms-flex-item-align: start;
      align-self: start;
}
.casestudy .reason__container .reason-label span {
  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;
  padding: 5px 126px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__container .reason-label span {
    font-size: 1.375rem;
    padding: 0.46vw 11.67vw;
  }
}
.casestudy .reason__container .reason-label strong {
  display: inline-block;
  font-size: 3rem;
  margin-left: 15px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__container .reason-label strong {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason__container .reason-label {
    display: none;
  }
}
.casestudy .reason__container .reason-title {
  font-size: clamp(38px, 38px + (10) * (100vw - 390px) / (1050), 48px);
  line-height: 120%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__container .reason-title {
    font-size: clamp(28px, 28px + (10) * (100vw - 390px) / (1050), 38px);
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason__container .reason-title {
    font-size: clamp(26px, 26px + (12) * (100vw - 390px) / (1050), 38px);
  }
}
.casestudy .reason__container .reason-text {
  font-size: clamp(20px, 20px + (4) * (100vw - 390px) / (1050), 24px);
  line-height: 150%;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .casestudy .reason__container .reason-text {
    font-size: clamp(15px, 15px + (3) * (100vw - 390px) / (1050), 18px);
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason__container .reason-text {
    font-size: clamp(18px, 18px + (6) * (100vw - 390px) / (1050), 24px);
  }
}
@media screen and (min-width: 768px) {
  .casestudy .reason .box-01 .reason__container--text,
  .casestudy .reason .box-03 .reason__container--text,
  .casestudy .reason .box-05 .reason__container--text {
    padding-right: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .casestudy .reason .box-01 .reason__container--text,
  .casestudy .reason .box-03 .reason__container--text,
  .casestudy .reason .box-05 .reason__container--text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason .box-02,
  .casestudy .reason .box-04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .casestudy .reason .box-02 .reason__container--text,
  .casestudy .reason .box-04 .reason__container--text {
    padding-left: 7.5%;
  }
}
@media screen and (min-width: 1440px) {
  .casestudy .reason .box-02 .reason__container--text,
  .casestudy .reason .box-04 .reason__container--text {
    padding-left: 90px;
  }
}
.casestudy .reason .box-02 .reason__container--img,
.casestudy .reason .box-04 .reason__container--img {
  border-radius: 0 999px 999px 0;
}
@media screen and (max-width: 767px) {
  .casestudy .reason .box-02 .reason__container--img,
  .casestudy .reason .box-04 .reason__container--img {
    border-radius: 0 24px 0 0;
  }
}
.casestudy .reason .box-01,
.casestudy .reason .box-02,
.casestudy .reason .box-03,
.casestudy .reason .box-04 {
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 1440px) {
  .casestudy .reason .box-01,
  .casestudy .reason .box-02,
  .casestudy .reason .box-03,
  .casestudy .reason .box-04 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .casestudy .reason .box-01,
  .casestudy .reason .box-02,
  .casestudy .reason .box-03,
  .casestudy .reason .box-04 {
    margin-bottom: 12.75vw;
  }
}
.casestudy .reason__sp-label {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  border-radius: 24px 24px 0 0;
  text-align: center;
  height: 54px;
  padding: 5px 50px 3px;
}
@media screen and (min-width: 768px) {
  .casestudy .reason__sp-label {
    display: none;
  }
}
.casestudy .reason__sp-label span {
  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;
  font-weight: 700;
  line-height: 1;
  font-size: 1.375rem;
}
.casestudy .reason__sp-label strong {
  display: inline-block;
  font-size: 2.5rem;
  margin-left: 16px;
  margin-bottom: 2px;
}
.casestudy .cta {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .casestudy .cta {
    padding-bottom: 30vw;
  }
}
.casestudy .cta::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-wtog02.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.75vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.casestudy .cta::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow02.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.75vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.is-v2 .archive-body {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
  padding-top: 170px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .archive-body {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.is-v2 .archive-body::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.98vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
  }
}
.is-v2 .archive-body__header {
  background: transparent;
}
.is-v2 .archive-body .section__title {
  font-size: clamp(28px, 28px + (20) * (100vw - 390px) / (1050), 48px);
  letter-spacing: 1.44px;
}
.is-v2 .archive-body .search-form-v2 {
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body .search-form-v2 {
    gap: 10px;
    margin-bottom: 12vw;
  }
}
.is-v2 .archive-body .search-form-v2 .search-box {
  width: 272px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #FFF;
  outline: white;
  color: #FFF;
  background-color: transparent;
  font-weight: 400;
  line-height: 150%;
  padding: 0 12px;
}
.is-v2 .archive-body .search-form-v2 .search-box::-webkit-input-placeholder {
  color: #fff;
  font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
}
.is-v2 .archive-body .search-form-v2 .search-box::-moz-placeholder {
  color: #fff;
  font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
}
.is-v2 .archive-body .search-form-v2 .search-box:-ms-input-placeholder {
  color: #fff;
  font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
}
.is-v2 .archive-body .search-form-v2 .search-box::-ms-input-placeholder {
  color: #fff;
  font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
}
.is-v2 .archive-body .search-form-v2 .search-box::placeholder {
  color: #fff;
  font-size: clamp(14px, 14px + (2) * (100vw - 390px) / (1050), 16px);
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body .search-form-v2 .search-box {
    width: 70%;
  }
}
.is-v2 .archive-body .search-form-v2 .search-btn {
  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;
  border-radius: 4px;
  color: #34CA8C;
  outline: white;
  background: #FFF;
  padding: 0 20px;
  font-size: clamp(14px, 14px + (4) * (100vw - 390px) / (1050), 18px);
  font-weight: 700;
  line-height: 150%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-v2 .archive-body .search-form-v2 .search-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body .search-form-v2 .search-btn {
    width: calc(30% - 10px);
    padding: 0 10px;
  }
}
.is-v2 .archive-body .post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 50px 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .archive-body .post__list {
    gap: 4vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body .post__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.13vw 3.85vw;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 480px) {
  .is-v2 .archive-body .post__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.is-v2 .archive-body .post__list--item {
  height: 100%;
}
.is-v2 .archive-body .post__list--item .text-box {
  padding: 24px;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .archive-body .post__list--item .text-box {
    gap: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body .post__list--item .text-box {
    padding: 20px;
    gap: 16px;
  }
}
.is-v2 .archive-body .post__list--item .type {
  padding: 0 24px;
}
.is-v2 .archive-body .post__list--item .title {
  font-size: 1.5rem;
  color: #34CA8C;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .archive-body .post__list--item .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-body .post__list--item .title {
    font-size: 1.25rem;
  }
}
.is-v2 .archive-body .page-nation {
  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;
}
.is-v2 .archive-body .page-nation .page-numbers {
  color: #fff;
  width: 40px;
  height: 40px;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}
.is-v2 .archive-body .page-nation .page-numbers.current {
  border-radius: 4px;
  border: 1px solid #FFF;
  background-color: transparent !important;
}
.is-v2 .archive-body .page-nation .page-numbers:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  background-color: transparent !important;
}
.is-v2 .archive-body .page-nation .page-numbers:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .archive-body .page-nation .prev,
.is-v2 .archive-body .page-nation .next {
  display: none;
}

.is-v2 .archive-v2 .cta {
  position: relative;
  padding-top: 275px;
  padding-bottom: 275px;
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-v2 .cta {
    padding-top: 30vw;
    padding-bottom: 24vw;
  }
}
@media screen and (max-width: 480px) {
  .is-v2 .archive-v2 .cta {
    padding-top: 40vw;
    padding-bottom: 34vw;
  }
}
.is-v2 .archive-v2 .cta::before {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-wtog.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.98vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-v2 .cta::before {
    background: url(../images/v2/devider_wave-wtog_sp.svg) no-repeat;
    background-size: cover;
    height: 2.5vw;
  }
}
.is-v2 .archive-v2 .cta::after {
  content: "";
  display: inline-block;
  background: url(../images/v2/devider_wave-gtow.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.98vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .is-v2 .archive-v2 .cta::after {
    background: url(../images/v2/devider_wave-gtow_sp.svg) no-repeat;
    background-size: 104% auto;
    height: 2.5vw;
  }
}

.is-v2 .single-v2 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#34CA8C), to(#35A476));
  background: linear-gradient(90deg, #34CA8C 0%, #35A476 100%);
}
.is-v2 .single-v2 .post-article {
  padding-top: 170px;
  padding-bottom: 60px;
  /* 目次 - 非表示 */
  /* 記事本文のフォーマット */
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article {
    padding-top: 15vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article {
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
}
.is-v2 .single-v2 .post-article__header {
  background: transparent;
}
.is-v2 .single-v2 .post-article__header .btn-archiveLink {
  color: #fff;
  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: 16px;
  font-weight: 700;
  line-height: 150%;
  padding-left: 0.5rem;
  margin-bottom: 48px;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}
.is-v2 .single-v2 .post-article__header .btn-archiveLink:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .single-v2 .post-article__header .btn-archiveLink:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__header .btn-archiveLink {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__header .btn-archiveLink {
    margin-bottom: 8vw;
  }
}
.is-v2 .single-v2 .post-article__header .post-date {
  line-height: 150%;
  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: 8px;
  margin-bottom: 16px;
}
.is-v2 .single-v2 .post-article__header .post-title {
  font-size: clamp(28px, 28px + (20) * (100vw - 390px) / (1050), 48px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__header .post-title {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__header .post-title {
    margin-bottom: 4vw;
  }
}
.is-v2 .single-v2 .post-article__header .post-kv {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__header .post-kv {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__header .post-kv {
    margin-bottom: 4vw;
  }
}
.is-v2 .single-v2 .post-article__header .share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__header .share-btns {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__header .share-btns {
    margin-bottom: 8vw;
  }
}
.is-v2 .single-v2 .post-article__header .share-btns a, .is-v2 .single-v2 .post-article__header .share-btns button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.is-v2 .single-v2 .post-article__header .share-btns a:hover, .is-v2 .single-v2 .post-article__header .share-btns button:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .single-v2 .post-article__header .share-btns a:active, .is-v2 .single-v2 .post-article__header .share-btns button:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .single-v2 .post-article__header .copy-chip {
  display: inline-block;
  padding: 4px;
  border-radius: 999px;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #fff;
}
.is-v2 .single-v2 .post-article__header .copy-chip.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-v2 .single-v2 .post-article #toc_container {
  display: none !important;
}
.is-v2 .single-v2 .post-article__body {
  line-height: 1.6;
  margin-bottom: 100px;
  font-size: clamp(16px, 16px + (8) * (100vw - 390px) / (1050), 24px);
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__body {
    margin-bottom: 20vw;
  }
}
.is-v2 .single-v2 .post-article__body h1,
.is-v2 .single-v2 .post-article__body h2,
.is-v2 .single-v2 .post-article__body h3,
.is-v2 .single-v2 .post-article__body h4,
.is-v2 .single-v2 .post-article__body h5,
.is-v2 .single-v2 .post-article__body h6 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: initial;
  font-weight: 700;
}
.is-v2 .single-v2 .post-article__body h1 {
  font-size: 2em;
}
.is-v2 .single-v2 .post-article__body h2 {
  font-size: 1.75em;
}
.is-v2 .single-v2 .post-article__body h3 {
  font-size: 1.4em;
}
.is-v2 .single-v2 .post-article__body h4 {
  font-size: 1.3em;
}
.is-v2 .single-v2 .post-article__body h5 {
  font-size: 1.2em;
}
.is-v2 .single-v2 .post-article__body h6 {
  font-size: 1em;
}
.is-v2 .single-v2 .post-article__body p {
  margin-bottom: 0.8rem;
}
.is-v2 .single-v2 .post-article__body ol,
.is-v2 .single-v2 .post-article__body ul {
  margin-bottom: 1.5rem;
  list-style: initial;
  padding-left: 2em;
}
.is-v2 .single-v2 .post-article__body em {
  font-style: italic;
}
.is-v2 .single-v2 .post-article__body ol,
.is-v2 .single-v2 .post-article__body ol li {
  list-style: decimal;
}
.is-v2 .single-v2 .post-article__body ul,
.is-v2 .single-v2 .post-article__body ul li {
  list-style: disc;
}
.is-v2 .single-v2 .post-article__body figure {
  margin: 2em 0;
}
.is-v2 .single-v2 .post-article__body figcaption {
  font-size: 0.875rem;
  border-left: 2px solid #fff;
  padding-left: 0.5em;
  margin: 1em 0;
  line-height: 1.5;
}
.is-v2 .single-v2 .post-article__body blockquote {
  border-left: 2px solid #fff;
  padding-left: 0.5em;
  margin: 1em 0;
}
.is-v2 .single-v2 .post-article__body blockquote > * {
  font-style: italic;
  font-size: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__body blockquote {
    padding: 0 0 0 1.85vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__body blockquote {
    padding: 0 0 0 4vw;
  }
}
.is-v2 .single-v2 .post-article__body a {
  display: inline-block;
  border-bottom: 1px;
  text-decoration: underline;
  color: #fff;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}
.is-v2 .single-v2 .post-article__body a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .single-v2 .post-article__body a:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.is-v2 .single-v2 .post-article__body .wp-block-code {
  color: #4F4F4F;
  background: #F2F2F2;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.is-v2 .single-v2 .post-article__body hr {
  border: none;
  width: 100%;
  height: 1px;
  color: transparent;
  background: #fff;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
.is-v2 .single-v2 .post-article__profile--title {
  font-size: clamp(28px, 28px + (20) * (100vw - 390px) / (1050), 48px);
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__profile--title {
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__profile--title {
    margin-bottom: 8vw;
  }
}
.is-v2 .single-v2 .post-article__profile--container01 {
  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: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .is-v2 .single-v2 .post-article__profile--container01 {
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__profile--container01 {
    gap: 20px;
    margin-bottom: 8vw;
  }
}
.is-v2 .single-v2 .post-article__profile--container01 .img {
  width: 200px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__profile--container01 .img {
    width: 40%;
    max-width: 200px;
  }
}
.is-v2 .single-v2 .post-article__profile--container01 .name h3 {
  font-size: clamp(18px, 18px + (6) * (100vw - 390px) / (1050), 24px);
  letter-spacing: 0.72px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .is-v2 .single-v2 .post-article__profile--container01 .name h3 {
    margin-bottom: 8px;
  }
}
.is-v2 .single-v2 .post-article__profile--container01 .name p {
  letter-spacing: 0.48px;
}
.is-v2 .single-v2 .post-article__profile--container02 .clinic {
  font-size: clamp(18px, 18px + (6) * (100vw - 390px) / (1050), 24px);
  letter-spacing: 0.72px;
  margin-bottom: 12px;
}
.is-v2 .single-v2 .post-article__profile--container02 .address,
.is-v2 .single-v2 .post-article__profile--container02 .hp {
  font-size: clamp(16px, 16px + (2) * (100vw - 390px) / (1050), 18px);
}
.is-v2 .single-v2 .post-article__profile--container02 .hp {
  color: #fff;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}
.is-v2 .single-v2 .post-article__profile--container02 .hp:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.is-v2 .single-v2 .post-article__profile--container02 .hp:active {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

/*
@import 'page/_policy';
@import 'page/_404';
*/