@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  line-height: 1.56;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

a {
  text-decoration: none;
}

#root,
#__next {
  isolation: isolate;
}

ul {
  list-style: none;
}

/*
 * htmlのフォントサイズ
 * @args ベースの画面幅
 */
/*
   * ルートのフォントサイズを基準にフォントサイズを可変にする
   * @args 最大値（デザイン上の数値）
   */
/*
   * get_vwの設定
   */
/*
   * breakpointの設定
   */
/** --------------------------------
* cssの値を単位を除いて数字だけにしてくれる関数
*
* @param 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* 値の「単位」を取得する関数
*
* @param $value 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* pxやremをvwに変換してくれる関数
*
* @param $viewport pcデザインの横幅
* @param $fontSize フォントサイズ(pxでもremでも)
*/
/** --------------------------------
* フォントサイズをレスポンシブで調整する関数
*
* @param $pc pcのフォントサイズ
* @param $sp spのフォントサイズ
*/
@keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc_contents {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_contents {
    display: none !important;
  }
}

.pc_contentsFlex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc_contentsFlex {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_contents {
    display: block !important;
  }
}

.sp_contentsFlex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_contentsFlex {
    display: flex !important;
  }
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justifyContentCenter {
  justify-content: center;
}

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

h2 {
  font-weight: 700;
}

p {
  font-size: clamp(1px, 0.9114583333vw, 14px);
}
@media screen and (max-width: 767px) {
  p {
    font-size: 3.7333333333vw;
  }
}

.nav {
  position: fixed;
  width: 100%;
  padding: clamp(1px, 1.3020833333vw, 20px) clamp(1px, 2.0833333333vw, 32px) clamp(1px, 1.3020833333vw, 20px) clamp(1px, 2.6041666667vw, 40px);
  margin-bottom: 0;
  z-index: 99;
  display: flex;
  align-self: center;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1529411765);
}
@media screen and (max-width: 767px) {
  .nav {
    padding: 5.3333333333vw;
  }
}
.nav.active {
  box-shadow: none;
}
.nav .headerLogo {
  width: clamp(1px, 13.671875vw, 210px);
  padding: clamp(1px, 2.2786458333vw, 35px) clamp(1px, 2.6041666667vw, 40px);
}
@media screen and (max-width: 767px) {
  .nav .headerLogo {
    width: 56vw;
    padding: 9.3333333333vw 10.6666666667vw;
  }
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: clamp(1px, 2.0833333333vw, 32px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nav__inner {
    gap: 8.5333333333vw;
    opacity: 1;
  }
}
.nav__single {
  text-decoration: none;
  font-size: clamp(1px, 0.9765625vw, 15px);
  font-weight: 700;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__single {
    width: 100%;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #efefef;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .nav__single::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #000fbe;
    border-bottom: 2px solid #000fbe;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.nav__single--contact {
  width: clamp(1px, 11.71875vw, 180px);
  height: clamp(1px, 3.2552083333vw, 50px);
  background: linear-gradient(90deg, #3056f8, #6706eb);
  color: #fff;
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 5px 5px 10px rgba(65, 65, 65, 0.1882352941);
}
@media screen and (max-width: 767px) {
  .nav__single--contact {
    width: 82.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 200px;
    margin: 10.6666666667vw auto 0;
  }
}
.nav .hamburger {
  width: 26px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav .hamburger__line {
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.nav .hamburger.active {
  height: 20px;
  justify-content: center;
}
.nav .hamburger.active .hamburger__line {
  width: 26px;
}
.nav .hamburger.active .hamburger__line:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}
.nav .hamburger.active .hamburger__line:nth-child(2) {
  transform: rotate(-45deg);
}

.nav-sp {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 98;
  overflow-y: scroll;
  right: -100%;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-sp.active {
  right: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-sp__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 90px 20px 40px;
}
.nav-sp .nav__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.kv {
  width: 100%;
  position: relative;
  padding-top: 90px;
  overflow-x: hidden;
}
.kv__inner {
  height: 53.7109375vw;
  background: url("../img/kv.webp") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 5.5989583333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv__inner {
    height: 189.8666666667vw;
    background: none;
    padding-top: 0;
  }
}
.kv__head {
  width: 57.9427083333vw;
  height: 6.9010416667vw;
  display: flex;
  justify-content: flex-start;
  padding-left: 4.8828125vw;
  margin-bottom: 2.6041666667vw;
  background: url("../img/kv_head.webp") no-repeat;
  background-size: 100% 100%;
  background-position: left;
}
@media screen and (max-width: 767px) {
  .kv__head {
    display: none;
  }
}
.kv__head-single {
  font-size: 1.171875vw;
  font-weight: 700;
  color: #000fbe;
  text-align: center;
  line-height: 1;
  z-index: 1;
  position: relative;
  margin-top: -5%;
}
.kv__head-single::before {
  content: "";
  position: absolute;
  width: 13.0208333333vw;
  height: 5.7942708333vw;
  background: url("../img/baloon.webp") no-repeat;
  background-size: contain;
  background-position: center;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.kv__head-single--1 {
  margin-right: 8.203125vw;
}
.kv__head-single--2 {
  margin-right: 7.8125vw;
}
.kv__head-single span {
  font-size: 0.8463541667vw;
}
.kv__title-wrap {
  margin: 0 0 2.6041666667vw 5.078125vw;
}
@media screen and (max-width: 767px) {
  .kv__title-wrap {
    margin: 0 5.3333333333vw 6.9333333333vw 5.3333333333vw;
  }
}
.kv__title {
  font-size: 3.2552083333vw;
  letter-spacing: 0;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .kv__title {
    font-size: 6.9333333333vw;
    letter-spacing: -0.03em;
    margin-bottom: 1.8666666667vw;
    line-height: 1.5;
  }
}
.kv__title .gradient-text {
  background: linear-gradient(to bottom, #000fbe 13%, #6706eb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  position: relative;
}
.kv__title .gradient-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #000fbe;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .kv__title .gradient-text::before {
    top: 5%;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.kv__subtitle {
  font-size: 1.953125vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kv__subtitle {
    font-size: 4.5333333333vw;
  }
}
.kv__circles {
  display: flex;
  margin-left: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .kv__circles {
    position: absolute;
    bottom: 24vw;
    left: 4vw;
    margin-left: 0;
    z-index: 3;
  }
}
.kv__circle {
  width: 12.3697916667vw;
  height: 12.3697916667vw;
  background: #fff;
  border-radius: 200px;
  box-shadow: 9px 11px 15px rgba(0, 15, 190, 0.2196078431);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv__circle {
    width: 30.1333333333vw;
    height: 30.1333333333vw;
  }
}
.kv__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 13.9322916667vw;
  height: 13.9322916667vw;
  border: 2px solid #000fbe;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .kv__circle::before {
    width: 33.8666666667vw;
    height: 33.8666666667vw;
    border: 1px solid #000fbe;
  }
}
.kv__circle-text {
  font-size: 1.3020833333vw;
  font-weight: 700;
  color: #000fbe;
}
@media screen and (max-width: 767px) {
  .kv__circle-text {
    font-size: 3.4666666667vw;
  }
}
.kv__circle-text--18 {
  font-size: 1.171875vw;
}
@media screen and (max-width: 767px) {
  .kv__circle-text--18 {
    font-size: 2.6666666667vw;
  }
}
.kv__circle-text--33 {
  font-size: 2.1484375vw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .kv__circle-text--33 {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.kv__circle--2 {
  width: 10.6770833333vw;
  height: 10.6770833333vw;
  margin: 5.859375vw 0 0 -0.3%;
}
@media screen and (max-width: 767px) {
  .kv__circle--2 {
    width: 25.0666666667vw;
    height: 25.0666666667vw;
    margin: 25.3333333333vw 0 0 -11%;
  }
}
.kv__circle--2::before {
  width: 12.0442708333vw;
  height: 12.0442708333vw;
}
@media screen and (max-width: 767px) {
  .kv__circle--2::before {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
  }
}
.kv__circle--2 .kv__circle-text {
  font-size: 1.171875vw;
  color: #000fbe;
}
@media screen and (max-width: 767px) {
  .kv__circle--2 .kv__circle-text {
    font-size: 2.6666666667vw;
  }
}
.kv__circle--2 .kv__circle-text span {
  font-size: 1.5625vw;
  font-weight: 900;
  line-height: 1.2916666667;
}
@media screen and (max-width: 767px) {
  .kv__circle--2 .kv__circle-text span {
    font-size: 4.2666666667vw;
  }
}
.kv__circle--3 {
  width: 9.8958333333vw;
  height: 9.8958333333vw;
  margin: 0.3255208333vw 0 0 -1%;
}
@media screen and (max-width: 767px) {
  .kv__circle--3 {
    width: 26.4vw;
    height: 26.4vw;
    margin: 5.8666666667vw 0 0 -7%;
  }
}
.kv__circle--3::before {
  width: 11.1979166667vw;
  height: 11.1979166667vw;
}
@media screen and (max-width: 767px) {
  .kv__circle--3::before {
    width: 29.8666666667vw;
    height: 29.8666666667vw;
  }
}
.kv__circle--3 .kv__circle-text {
  font-size: 0.9114583333vw;
  color: #000fbe;
}
@media screen and (max-width: 767px) {
  .kv__circle--3 .kv__circle-text {
    font-size: 2.6666666667vw;
  }
}
.kv__circle--3 .kv__circle-text span {
  font-size: 1.5625vw;
  font-weight: 900;
  line-height: 1.2916666667;
}
@media screen and (max-width: 767px) {
  .kv__circle--3 .kv__circle-text span {
    font-size: 4.2666666667vw;
  }
}
.kv__slider-wrap {
  width: 58.2682291667vw;
  height: 53.515625vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv__slider-wrap {
    width: 100%;
    height: wv_sp(400);
    position: relative;
  }
}
.kv__slider {
  width: 100%;
  height: 100%;
}
.kv__btn {
  position: fixed;
  bottom: 8%;
  right: -3%;
  z-index: 3;
  width: 29.8177083333vw;
  height: 7.8776041667vw;
  background: linear-gradient(90deg, #3056f8, #6706eb);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .kv__btn {
    width: 49.8666666667vw;
    height: 25.8666666667vw;
    bottom: 0;
    right: -7%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.kv__btn-text {
  color: #fff;
}
.kv__btn-text span {
  font-size: 0.9114583333vw;
  font-weight: 700;
}
.kv__btn-text p {
  font-size: 1.5625vw;
  font-weight: 700;
  padding-right: 1.953125vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv__btn-text p {
    font-size: 4.2666666667vw;
    padding-right: 5.8666666667vw;
  }
}
.kv__btn-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6927083333vw;
  height: 1.6927083333vw;
  background: url("../img/kv-arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .kv__btn-text p::after {
    width: 4.8vw;
    height: 4.8vw;
    top: 96%;
    right: 0;
    transform: translateY(-100%);
  }
}
.kv__bg-sp {
  position: relative;
  z-index: 2;
  margin-top: -9%;
}

.sec-title {
  text-align: center;
  margin-bottom: clamp(1px, 3.90625vw, 60px);
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 10.6666666667vw;
  }
}
.sec-title__main {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1px, 2.6041666667vw, 40px);
  font-weight: 700;
  color: #000041;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec-title__main {
    font-size: 7.2vw;
  }
}
.sec-title__sub {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 700;
  color: #000fbe;
  margin-top: clamp(1px, 0.3255208333vw, 5px);
}
@media screen and (max-width: 767px) {
  .sec-title__sub {
    font-size: 3.7333333333vw;
  }
}

.works {
  width: clamp(1px, 96.875vw, 1488px);
  padding: clamp(1px, 7.8125vw, 120px) 0 clamp(1px, 6.5104166667vw, 100px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .works {
    width: 89.3333333333vw;
    padding: 16vw 0 10.6666666667vw;
  }
}
.works__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(1px, 3.90625vw, 60px) clamp(1px, 1.3020833333vw, 20px);
}
@media screen and (max-width: 767px) {
  .works__inner {
    grid-template-columns: 1fr;
    grid-gap: 8.5333333333vw;
  }
}
.works .work {
  transition: opacity 0.3s ease-in-out;
}
.works .work__img {
  height: clamp(1px, 21.8098958333vw, 335px);
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  margin-bottom: clamp(1px, 1.4322916667vw, 22px);
}
@media screen and (max-width: 767px) {
  .works .work__img {
    height: auto;
    margin-bottom: 0;
  }
}
.works .work__text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 4, 29, 0.8);
  padding: 0 clamp(1px, 2.9296875vw, 45px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.works .work__text {
  color: #fff;
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .works .work__text {
    font-size: 3.7333333333vw;
    font-weight: 500;
    color: #000041;
    line-height: 1.7142857143;
    margin-top: 3.2vw;
  }
}
.works .work:hover .work__text-wrap {
  opacity: 1;
}
.works .work__category {
  font-weight: 700;
  color: #7f7f98;
}
.works .work__title {
  font-size: clamp(1px, 1.4322916667vw, 22px);
  font-weight: 700;
  line-height: 1.4545454545;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .works .work__title {
    font-size: 4.8vw;
  }
}
.works .work__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.works .work__tag {
  color: #000fbe;
  font-size: clamp(1px, 0.78125vw, 12px);
  font-weight: 700;
  border: 1px solid #000fbe;
  border-radius: 200px;
  padding: clamp(1px, 0.1302083333vw, 2px) clamp(1px, 0.5208333333vw, 8px);
}
@media screen and (max-width: 767px) {
  .works .work__tag {
    font-size: 3.2vw;
    padding: 0.2666666667vw 2.1333333333vw;
  }
}
.works__btn {
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin: 8.5333333333vw auto 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.companies {
  padding-bottom: clamp(1px, 7.8125vw, 120px);
}
@media screen and (max-width: 767px) {
  .companies {
    padding-bottom: 13.3333333333vw;
  }
}
.companies__title-wrap {
  width: clamp(1px, 68.1640625vw, 1047px);
  background: url("../img/works_bkg.png") no-repeat center/100% 100%;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  padding: clamp(1px, 3.3854166667vw, 52px) 0 clamp(1px, 2.2786458333vw, 35px) clamp(1px, 11.71875vw, 180px);
}
@media screen and (max-width: 767px) {
  .companies__title-wrap {
    width: 83.4666666667vw;
    background: url("../img/works_bkg_sp.png") no-repeat center/100% 100%;
    padding: 6.9333333333vw 0 4.5333333333vw 6.6666666667vw;
    clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
  }
}
.companies__title {
  width: fit-content;
  position: relative;
  font-size: clamp(1px, 1.8880208333vw, 29px);
  padding-right: clamp(1px, 5.5989583333vw, 86px);
}
@media screen and (max-width: 767px) {
  .companies__title {
    font-size: 4.5333333333vw;
    padding-right: 13.8666666667vw;
  }
}
.companies__title::after {
  content: "";
  width: clamp(1px, 4.5572916667vw, 70px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .companies__title::after {
    width: 9.8666666667vw;
  }
}
.companies__inner {
  overflow-x: hidden;
  background: #eeeeed;
  padding: clamp(1px, 1.3020833333vw, 20px) 0;
  display: flex;
  gap: clamp(1px, 1.3020833333vw, 20px);
}
@media screen and (max-width: 767px) {
  .companies__inner {
    gap: 3.2vw;
    padding: 2.4vw 0;
  }
}
.companies__list {
  display: flex;
  gap: clamp(1px, 1.3020833333vw, 20px);
  animation: 60s linear infinite top-markee;
}
@media screen and (max-width: 767px) {
  .companies__list {
    gap: 3.2vw;
  }
}
@keyframes top-markee {
  100% {
    transform: translateX(-100%);
  }
}
.companies .company {
  min-width: clamp(1px, 13.671875vw, 210px);
}
@media screen and (max-width: 767px) {
  .companies .company {
    min-width: 34.1333333333vw;
  }
}

.flow {
  background: url("../img/flow_bkg.jpg") no-repeat center/cover;
  padding: clamp(1px, 7.8125vw, 120px) 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .flow {
    background: url("../img/flow_bkg_sp.jpg") no-repeat center/cover;
  }
}
.flow .sec-title--flow {
  margin-bottom: clamp(1px, 2.6041666667vw, 40px);
}
@media screen and (max-width: 767px) {
  .flow .sec-title--flow {
    margin-bottom: 8.5333333333vw;
  }
}
.flow .sec-title--flow .sec-title__main,
.flow .sec-title--flow .sec-title__sub {
  color: #fff;
}
.flow__text {
  font-size: clamp(1px, 1.3020833333vw, 20px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(1px, 3.2552083333vw, 50px);
}
@media screen and (max-width: 767px) {
  .flow__text {
    margin-bottom: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.flow__header {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__header {
    width: 89.3333333333vw;
    display: flex;
    justify-content: space-between;
  }
}
.flow__header::before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 54%;
  left: 2%;
}
@media screen and (max-width: 767px) {
  .flow__header::before {
    bottom: unset;
    top: 5.3333333333vw;
    left: 8vw;
    width: 1px;
    height: 80%;
  }
}
.flow__header-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow__header-inner {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.flow__header-single {
  display: flex;
  align-items: flex-end;
  gap: clamp(1px, 1.5625vw, 24px);
}
@media screen and (max-width: 767px) {
  .flow__header-single {
    gap: 3.2vw;
  }
}
.flow__header-single--1 {
  width: clamp(1px, 21.3541666667vw, 328px);
}
@media screen and (max-width: 767px) {
  .flow__header-single--1 {
    width: 100%;
  }
}
.flow__header-single--2 {
  width: clamp(1px, 19.921875vw, 306px);
}
@media screen and (max-width: 767px) {
  .flow__header-single--2 {
    width: 100%;
  }
}
.flow__header-single--3 {
  width: clamp(1px, 18.6848958333vw, 287px);
}
@media screen and (max-width: 767px) {
  .flow__header-single--3 {
    width: 100%;
  }
}
.flow__header-single--4 {
  width: clamp(1px, 13.7369791667vw, 211px);
}
@media screen and (max-width: 767px) {
  .flow__header-single--4 {
    width: 100%;
  }
}
.flow__header-single .circle {
  display: block;
  width: clamp(1px, 4.3619791667vw, 67px);
  height: clamp(1px, 4.3619791667vw, 67px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow__header-single .circle {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
  }
}
.flow__header-single .circle-big {
  display: block;
  width: clamp(1px, 4.3619791667vw, 67px);
  height: clamp(1px, 4.3619791667vw, 67px);
  background: #7176ff;
  opacity: 0.4;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .flow__header-single .circle-big {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
  }
}
.flow__header-single .circle-mid {
  display: block;
  width: clamp(1px, 3.3203125vw, 51px);
  height: clamp(1px, 3.3203125vw, 51px);
  background: #8187f0;
  opacity: 0.4;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .flow__header-single .circle-mid {
    width: 12vw;
    height: 12vw;
  }
}
.flow__header-single .circle-small {
  display: block;
  width: clamp(1px, 2.1484375vw, 33px);
  height: clamp(1px, 2.1484375vw, 33px);
  background: #bebedf;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .flow__header-single .circle-small {
    width: 8.8vw;
    height: 8.8vw;
  }
}
.flow__header-single .text {
  color: #fff;
  line-height: 1.1;
  margin-bottom: clamp(1px, 4.2317708333vw, 65px);
  position: relative;
  z-index: 0;
}
.flow__header-single .text::before {
  content: "";
  display: block;
  width: clamp(1px, 1.5625vw, 24px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: clamp(1px, 0.4557291667vw, 7px);
  left: calc(-1 * clamp(1px, 2.1484375vw, 33px));
}
@media screen and (max-width: 767px) {
  .flow__header-single .text::before {
    display: none;
  }
}
.flow__header-single .text::after {
  content: "";
  display: block;
  width: clamp(1px, 3.2552083333vw, 50px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: clamp(1px, 0.4557291667vw, 7px);
  left: calc(-1 * clamp(1px, 2.1484375vw, 33px));
  transform: rotate(121deg);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .flow__header-single .text::after {
    display: none;
  }
}
.flow__header-single .text span {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__header-single .text span {
    font-size: 3.7333333333vw;
  }
}
.flow__header-single .text p {
  font-size: clamp(1px, 1.3020833333vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow__header-single .text p {
    font-size: 4.8vw;
  }
}
.flow__header-ps {
  width: fit-content;
  color: #fff;
  font-weight: 700;
  padding: 0 clamp(1px, 5.3385416667vw, 82px);
  margin: clamp(1px, 1.953125vw, 30px) 0 0 clamp(1px, 2.734375vw, 42px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__header-ps {
    text-align: center;
  }
}
.flow__header-ps::before {
  content: "";
  display: block;
  width: clamp(1px, 4.5572916667vw, 70px);
  height: clamp(1px, 0.78125vw, 12px);
  background: url("../img/flow-ps-left.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__header-ps::before {
    text-align: center;
    width: 2.4vw;
    height: 12vw;
    background: none;
    border: 1px solid #fff;
    border-left: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.flow__header-ps::after {
  content: "";
  display: block;
  width: clamp(1px, 4.5572916667vw, 70px);
  height: clamp(1px, 0.78125vw, 12px);
  background: url("../img/flow-ps-right.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .flow__header-ps::after {
    display: none;
  }
}
.flow__main {
  width: clamp(1px, 76.6276041667vw, 1177px);
  padding-top: clamp(1px, 4.1666666667vw, 64px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .flow__main {
    width: 94.6666666667vw;
  }
}
.flow__main-wrap {
  display: flex;
  align-items: flex-end;
  color: #fff;
  margin: 0 0 clamp(1px, 1.953125vw, 30px) 0;
}
@media screen and (max-width: 767px) {
  .flow__main-wrap {
    margin: 0 2.6666666667vw 4.2666666667vw 2.6666666667vw;
  }
}
.flow__main-title {
  width: clamp(1px, 56.3802083333vw, 866px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .flow__main-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow__main-title .nr-title-wrap {
    display: flex;
    gap: 2.1333333333vw;
  }
}
.flow__main-title .nr {
  font-size: clamp(1px, 1.8880208333vw, 29px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__main-title .nr {
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
}
.flow__main-title .title {
  font-size: clamp(1px, 2.4739583333vw, 38px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow__main-title .title {
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
}
.flow__main-title .text {
  font-size: clamp(1px, 1.3020833333vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow__main-title .text {
    display: flex;
    font-size: 3.7333333333vw;
  }
}
.flow__main-title .text .point {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-right: clamp(1px, 0.9114583333vw, 14px);
}
@media screen and (max-width: 767px) {
  .flow__main-title .text .point {
    margin-right: 2.1333333333vw;
  }
}
.flow__main .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1px, 0.7161458333vw, 11px);
}
@media screen and (max-width: 767px) {
  .flow__main .progress-bar {
    gap: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.flow__main .progress-bar span {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow__main .progress-bar span {
    font-size: 3.7333333333vw;
  }
}
.flow__main .progress-bar .bar {
  width: clamp(1px, 16.6666666667vw, 256px);
  height: 3px;
  background: #fff;
  border-radius: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__main .progress-bar .bar {
    width: 73.3333333333vw;
  }
}
.flow__main .progress-bar .bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(1px, 4.1666666667vw, 64px);
  height: 3px;
  background: #000fbe;
  border-radius: 200px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .flow__main .progress-bar .bar__inner {
    width: 18.3333333333vw;
  }
}
.flow__main .flow-slider {
  cursor: pointer;
}
.flow__main .flow-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .slick-list {
    overflow: hidden;
  }
}
.flow__main .flow-slider .flow-slide {
  height: clamp(1px, 39.0625vw, 600px);
  background: linear-gradient(45deg, #f4f5ff 0%, #dee0ff 100%);
  margin-right: clamp(1px, 2.6041666667vw, 40px);
  padding: clamp(1px, 2.6041666667vw, 40px);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide {
    width: 89.3333333333vw;
    height: 160vw;
    padding: 4.8vw;
    margin: 0 2.6666666667vw;
  }
}
.flow__main .flow-slider .flow-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(1px, 1.0416666667vw, 16px);
  background: #c5c9ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide::after {
    height: 4.2666666667vw;
  }
}
.flow__main .flow-slider .flow-slide--3, .flow__main .flow-slider .flow-slide--4 {
  background: linear-gradient(45deg, #dee0ff 0%, #c3c7ff 100%);
}
.flow__main .flow-slider .flow-slide--3::after, .flow__main .flow-slider .flow-slide--4::after {
  background: #7981f5;
}
.flow__main .flow-slider .flow-slide--5, .flow__main .flow-slider .flow-slide--6 {
  background: linear-gradient(to bottom left, #ccd0ff 0%, #a5acff 100%);
}
.flow__main .flow-slider .flow-slide--5::after, .flow__main .flow-slider .flow-slide--6::after {
  background: #323bc7;
}
.flow__main .flow-slider .flow-slide--7, .flow__main .flow-slider .flow-slide--8 {
  background: linear-gradient(to bottom left, #d5d7ff 0%, #9ca0ff 60%, #7b80ff 100%);
}
.flow__main .flow-slider .flow-slide--7::after, .flow__main .flow-slider .flow-slide--8::after {
  background: #08108e;
}
.flow__main .flow-slider .flow-slide__head {
  display: flex;
  align-items: center;
  gap: clamp(1px, 1.6927083333vw, 26px);
  margin-bottom: clamp(1px, 0.6510416667vw, 10px);
}
.flow__main .flow-slider .flow-slide__img {
  width: clamp(1px, 4.0364583333vw, 62px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__img {
    width: 11.2vw;
  }
}
.flow__main .flow-slider .flow-slide__title p {
  font-size: clamp(1px, 1.5625vw, 24px);
  font-weight: 700;
  color: #000fbe;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__title p {
    font-size: 4.8vw;
  }
}
.flow__main .flow-slider .flow-slide__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 0.5208333333vw, 8px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__list {
    gap: 1.6vw;
  }
}
.flow__main .flow-slider .flow-slide__item {
  display: flex;
}
.flow__main .flow-slider .flow-slide__text {
  font-size: clamp(1px, 1.0416666667vw, 16px);
  font-weight: 500;
  color: #000041;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__text {
    font-size: 3.7333333333vw;
  }
}
.flow__main .flow-slider .flow-slide .foot__ps {
  font-size: clamp(1px, 0.78125vw, 12px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide .foot__ps {
    font-size: 3.2vw;
  }
}
.flow__main .flow-slider .flow-slide__foot {
  border-top: 1px solid rgba(0, 0, 65, 0.3803921569);
  margin-top: clamp(1px, 0.78125vw, 12px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__foot {
    margin-top: 4.2666666667vw;
  }
}
.flow__main .flow-slider .flow-slide__foot-wrap .foot__title {
  font-size: clamp(1px, 1.0416666667vw, 16px);
  font-weight: 700;
  color: #000fbe;
  padding: clamp(1px, 0.78125vw, 12px) 0 clamp(1px, 0.390625vw, 6px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__foot-wrap .foot__title {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0 1.6vw;
  }
}
.flow__main .flow-slider .flow-slide__foot-inner {
  display: flex;
  gap: clamp(1px, 1.5625vw, 24px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide__foot-inner {
    flex-direction: column;
    gap: 0;
  }
}
.flow__main .flow-slider .flow-slide__foot-inner .foot__list .foot__item {
  display: flex;
}
.flow__main .flow-slider .flow-slide__foot-inner .foot__list .foot__item p {
  font-weight: 500;
}
.flow__main .flow-slider .flow-slide--6 .flow-slide__foot {
  display: flex;
}
.flow__main .flow-slider .flow-slide .foot__ps {
  font-weight: 500;
  margin-top: clamp(1px, 0.78125vw, 12px);
}
.flow__main .flow-slider .flow-slide .foot__btn {
  font-weight: 600;
  color: #000fbe;
  position: relative;
  display: inline-block;
  padding-right: clamp(1px, 1.4973958333vw, 23px);
  margin-top: clamp(1px, 0.78125vw, 12px);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide .foot__btn {
    padding-right: 6.1333333333vw;
    margin-top: 3.2vw;
  }
}
.flow__main .flow-slider .flow-slide .foot__btn::after {
  content: "";
  position: absolute;
  width: clamp(1px, 1.171875vw, 18px);
  height: clamp(1px, 1.171875vw, 18px);
  background: url("../img/arrow-down-purple.svg") no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .flow-slide .foot__btn::after {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.flow__main .flow-slider .slick-prev,
.flow__main .flow-slider .slick-next {
  width: 2.9947916667vw;
  height: 2.9947916667vw;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .slick-prev,
  .flow__main .flow-slider .slick-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    transform: translate(-25%, -50%);
  }
}
.flow__main .flow-slider .slick-prev::before,
.flow__main .flow-slider .slick-next::before {
  content: "";
  position: absolute;
  width: 2.9947916667vw;
  height: 2.9947916667vw;
  background: url("../img/slider-arrow.png") no-repeat;
  background-size: contain;
  opacity: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .slick-prev::before,
  .flow__main .flow-slider .slick-next::before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background: url("../img/slider-arrow_sp.png") no-repeat;
    background-size: contain;
  }
}
.flow__main .flow-slider .slick-next {
  left: unset;
  right: 0;
  transform: rotate(180deg) translate(calc(-50% + clamp(1px, 2.6041666667vw, 40px)), 50%);
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .slick-next {
    transform: translate(-25%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .flow__main .flow-slider .slick-next::before {
    transform: rotate(180deg) translate(-50%, 0%);
  }
}

.service {
  padding: clamp(1px, 7.8125vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 16vw 0;
  }
}
.service .sec-title--service {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service .sec-title--service {
    width: 89.3333333333vw;
  }
}
.service__inner {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .service__inner {
    width: 89.3333333333vw;
  }
}
.service__title {
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 700;
  padding-left: clamp(1px, 1.1067708333vw, 17px);
  position: relative;
  margin-bottom: clamp(1px, 2.6041666667vw, 40px);
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 4.8vw;
    padding-left: 4.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
.service__title::before {
  content: "";
  position: absolute;
  width: clamp(1px, 0.5859375vw, 9px);
  height: clamp(1px, 0.5859375vw, 9px);
  background: #4c57de;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .service__title::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.service__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid #efefef;
  position: relative;
}
.service__wrap::before, .service__wrap::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #efefef;
  top: 0;
  left: 33%;
}
@media screen and (max-width: 767px) {
  .service__wrap::before, .service__wrap::after {
    display: none;
  }
}
.service__wrap::after {
  left: unset;
  right: 33%;
}
@media screen and (max-width: 767px) {
  .service__wrap {
    grid-template-columns: 1fr;
  }
}
.service__wrap--1 {
  margin-bottom: clamp(1px, 6.5104166667vw, 100px);
}
@media screen and (max-width: 767px) {
  .service__wrap--1 {
    margin-bottom: 10.6666666667vw;
  }
}
.service .service-single {
  border-bottom: 2px solid #efefef;
}
@media screen and (max-width: 767px) {
  .service .service-single {
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-single__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .service .service-single__wrap {
    display: flex;
    align-items: center;
  }
}
.service .service-single__title {
  font-size: clamp(1px, 1.4322916667vw, 22px);
  font-weight: 700;
  text-align: left;
  padding: 0 clamp(1px, 1.3020833333vw, 20px);
}
@media screen and (max-width: 767px) {
  .service .service-single__title {
    font-size: 4.8vw;
    padding: 0;
  }
}
.service .service-single__icon {
  width: clamp(1px, 4.6875vw, 72px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .service .service-single__icon {
    width: 11.2vw;
    margin: 0;
  }
}
.service .service-single .plus {
  display: none;
}
@media screen and (max-width: 767px) {
  .service .service-single .plus {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    position: relative;
  }
}
.service .service-single .plus::before, .service .service-single .plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #000fbe;
  transition: all 0.2s ease-in-out;
}
.service .service-single .plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.service .service-single__content {
  padding: clamp(1px, 1.3020833333vw, 20px) clamp(1px, 1.3020833333vw, 20px) clamp(1px, 1.953125vw, 30px);
}
@media screen and (max-width: 767px) {
  .service .service-single__content {
    display: none;
  }
}
.service .service-single__text {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 500;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .service .service-single__text {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) {
  .service .service-single.is-active .plus::before {
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-single.is-active .plus::after {
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%) rotate(0deg);
  }
}
.service__ps {
  font-size: clamp(1px, 0.78125vw, 12px);
  margin-top: clamp(1px, 1.3020833333vw, 20px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .service__ps {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}

.price {
  padding: clamp(1px, 7.8125vw, 120px) 0;
  background: #eeeeed;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 16vw 0;
  }
}
.price::before {
  content: "";
  position: absolute;
  width: clamp(1px, 86.71875vw, 1332px);
  height: 100%;
  background: url("../img/price_bkg.webp") no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 30%;
}
@media screen and (max-width: 767px) {
  .price::before {
    width: 100%;
    background: url("../img/price_bkg_sp.webp") no-repeat;
    background-size: 100% 100%;
    left: 0;
  }
}
.price .sec-title--price {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .price .sec-title--price {
    width: 89.3333333333vw;
  }
}
.price__inner {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .price__inner {
    width: 100%;
  }
}
.price__title {
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 700;
  padding-left: clamp(1px, 1.1067708333vw, 17px);
  position: relative;
  margin-bottom: clamp(1px, 2.6041666667vw, 40px);
}
@media screen and (max-width: 767px) {
  .price__title {
    font-size: 4.8vw;
    padding-left: 4.5333333333vw;
    margin-bottom: 6.4vw;
    margin-left: 5.3333333333vw;
  }
}
.price__title::before {
  content: "";
  position: absolute;
  width: clamp(1px, 0.5859375vw, 9px);
  height: clamp(1px, 0.5859375vw, 9px);
  background: #4c57de;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .price__title::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.price__title--2 {
  margin-top: clamp(1px, 5.859375vw, 90px);
}
@media screen and (max-width: 767px) {
  .price__title--2 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .price__container--1 {
    width: 94.6666666667vw;
    height: 154.6666666667vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .price__container--2 {
    width: 94.6666666667vw;
    height: 110.1333333333vw;
    margin: 0 0 0 auto;
  }
}
.price__wrap {
  display: flex;
  gap: clamp(1px, 0.5208333333vw, 8px);
}
@media screen and (max-width: 767px) {
  .price__wrap {
    gap: 1.0666666667vw;
  }
}
.price__left {
  width: clamp(1px, 11.328125vw, 174px);
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .price__left {
    min-width: 17.8666666667vw;
  }
}
.price__left p {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 700;
  color: #000fbe;
}
@media screen and (max-width: 767px) {
  .price__left p {
    font-size: 2.9333333333vw;
  }
}
.price__left-up {
  height: clamp(1px, 23.1119791667vw, 355px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #f6f8ff, #ffffff);
  margin-bottom: clamp(1px, 0.5208333333vw, 8px);
}
@media screen and (max-width: 767px) {
  .price__left-up {
    height: 100.5333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.price__left-down {
  height: clamp(1px, 5.5338541667vw, 85px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f7ff;
}
@media screen and (max-width: 767px) {
  .price__left-down {
    height: 21.8666666667vw;
  }
}
.price__right {
  width: 100%;
  display: flex;
  gap: clamp(1px, 0.5208333333vw, 8px);
}
@media screen and (max-width: 767px) {
  .price__right {
    gap: 1.0666666667vw;
    overflow-x: scroll;
  }
}
.price .price-single {
  height: clamp(1px, 36.6536458333vw, 563px);
  flex: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price .price-single {
    height: 145.3333333333vw;
    min-width: 66.1333333333vw;
  }
}
.price .price-single__head {
  background: linear-gradient(-45deg, #04044d, #181e70);
  color: #fff;
  padding: clamp(1px, 1.8229166667vw, 28px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price .price-single__head {
    padding: 4.2666666667vw 0;
  }
}
.price .price-single:first-child .price-single__head {
  border-top-left-radius: 8px;
}
.price .price-single:last-child .price-single__head {
  border-top-right-radius: 8px;
}
.price .price-single__title {
  font-size: clamp(1px, 1.0416666667vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price .price-single__title {
    font-size: 3.7333333333vw;
  }
}
.price .price-single__title span {
  font-size: clamp(1px, 1.4322916667vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price .price-single__title span {
    font-size: 4.8vw;
  }
}
.price .price-single__wrap {
  padding: 0 clamp(1px, 1.4973958333vw, 23px);
}
@media screen and (max-width: 767px) {
  .price .price-single__wrap {
    padding: 0 3.7333333333vw;
  }
}
.price .price-single__main {
  height: clamp(1px, 23.6328125vw, 363px);
  padding: clamp(1px, 1.4973958333vw, 23px) 0;
}
@media screen and (max-width: 767px) {
  .price .price-single__main {
    height: 101.6vw;
    padding: 4.8vw 0;
  }
}
.price .price-single__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 0.1953125vw, 3px);
}
@media screen and (max-width: 767px) {
  .price .price-single__list {
    gap: 0.5333333333vw;
  }
}
.price .price-single__item {
  display: flex;
}
.price .price-single__item span {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 500;
  color: #000041;
}
@media screen and (max-width: 767px) {
  .price .price-single__item span {
    font-size: 3.7333333333vw;
  }
}
.price .price-single__item--purple span {
  color: #000fbe;
}
.price .price-single__foot {
  padding: clamp(1px, 1.2369791667vw, 19px) 0;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .price .price-single__foot {
    padding: 3.7333333333vw 0;
  }
}
.price .price-single__price {
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price .price-single__price {
    font-size: 4.8vw;
  }
}
.price .price-single__price span {
  font-size: clamp(1px, 1.8880208333vw, 29px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .price .price-single__price span {
    font-size: 8.2666666667vw;
  }
}
.price__wrap--2 .price__left-up {
  height: clamp(1px, 14.453125vw, 222px);
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price__left-up {
    height: 56.8vw;
  }
}
.price__wrap--2 .price__left-down {
  height: clamp(1px, 6.9661458333vw, 107px);
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price__left-down {
    height: 20.8vw;
  }
}
.price__wrap--2 .price-single {
  height: clamp(1px, 29.296875vw, 450px);
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price-single {
    height: 100.5333333333vw;
  }
}
.price__wrap--2 .price-single__head {
  background: linear-gradient(-45deg, #04044d, #181e70);
  padding: clamp(1px, 2.6041666667vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price-single__head {
    padding: 7.2vw 0;
  }
}
.price__wrap--2 .price-single__wrap {
  padding: 0 clamp(1px, 2.0833333333vw, 32px);
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price-single__wrap {
    padding: 0 2.6666666667vw;
  }
}
.price__wrap--2 .price-single__main {
  height: clamp(1px, 14.9739583333vw, 230px);
  padding: clamp(1px, 2.0833333333vw, 32px) 0;
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price-single__main {
    height: 57.8666666667vw;
    padding: 4.8vw 0;
  }
}
.price__wrap--2 .price-single__foot {
  padding: clamp(1px, 1.953125vw, 30px) 0;
}
@media screen and (max-width: 767px) {
  .price__wrap--2 .price-single__foot {
    padding: 3.7333333333vw 0;
  }
}
.price__ps {
  font-size: clamp(1px, 0.78125vw, 12px);
  margin-top: clamp(1px, 1.3020833333vw, 20px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .price__ps {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}
.price__text {
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 500;
  line-height: 2.1111111111;
  text-align: center;
  margin-top: clamp(1px, 5.2083333333vw, 80px);
}
@media screen and (max-width: 767px) {
  .price__text {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.price__cta {
  width: clamp(1px, 68.0989583333vw, 1046px);
  height: clamp(1px, 19.53125vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1px, 0.78125vw, 12px);
  background: url("../img/price_cta_bkg.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: clamp(1px, 5.2083333333vw, 80px) auto 0;
  box-shadow: 10px 10px 30px rgba(65, 65, 65, 0.3098039216);
}
@media screen and (max-width: 767px) {
  .price__cta {
    width: 89.3333333333vw;
    height: 42.6666666667vw;
    margin: 8vw auto 0;
    gap: 2.4vw;
    background: url("../img/price_cta_bkg_sp.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
}
.price__cta:hover {
  background-size: 110% 110%;
}
.price__cta span {
  display: block;
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price__cta span {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.price__cta p {
  font-size: clamp(1px, 2.8645833333vw, 44px);
  font-weight: 700;
  padding-right: clamp(1px, 3.2552083333vw, 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__cta p {
    font-size: 5.8666666667vw;
    padding-right: 7.4666666667vw;
  }
}
.price__cta p::after {
  content: "";
  position: absolute;
  width: clamp(1px, 2.8645833333vw, 44px);
  height: clamp(1px, 2.8645833333vw, 44px);
  background: url("../img/kv-arrow.svg") no-repeat;
  background-size: 100% 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .price__cta p::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.team {
  background: url("../img/ourteam_bkg.jpg") no-repeat center/cover;
  padding: clamp(1px, 7.8125vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .team {
    background: url("../img/ourteam_bkg_sp.jpg") no-repeat center/cover;
    padding: 16vw 0;
  }
}
.team .sec-title__main {
  color: #fff;
}
.team .sec-title__sub {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .team__container {
    width: 89.3333333333vw;
    overflow-x: scroll;
    margin: auto;
  }
}
.team__inner {
  width: clamp(1px, 88.28125vw, 1356px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .team__inner {
    width: 189.6vw;
  }
}

.voice {
  padding: clamp(1px, 7.8125vw, 120px) 0;
  background: #eeeeed;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 16vw 0;
  }
}
.voice::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/voice_bkg.webp") no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .voice::before {
    width: 100%;
    background: url("../img/price_bkg_sp.webp") no-repeat;
    background-size: 100% 100%;
    left: 0;
  }
}
.voice .sec-title--voice {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .voice .sec-title--voice {
    width: 89.3333333333vw;
  }
}
.voice__inner {
  width: clamp(1px, 88.28125vw, 1356px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1px, 6.5104166667vw, 100px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    width: 89.3333333333vw;
    gap: 10.6666666667vw;
  }
}
.voice__inner .voice-single {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1px, 4.5572916667vw, 70px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.voice__inner .voice-single--2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single--2 {
    flex-direction: column;
  }
}
.voice__inner .voice-single__img {
  width: clamp(1px, 48.6979166667vw, 748px);
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single__img {
    width: 100%;
  }
}
.voice__inner .voice-single__desc {
  flex: 1;
}
.voice__inner .voice-single__title {
  font-size: clamp(1px, 1.5625vw, 24px);
  font-weight: 700;
  margin-bottom: clamp(1px, 1.5625vw, 24px);
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single__title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.voice__inner .voice-single__text {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: clamp(1px, 2.0833333333vw, 32px);
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single__text {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.voice__inner .voice-single__company {
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 700;
  margin-bottom: clamp(1px, 0.78125vw, 12px);
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single__company {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.voice__inner .voice-single__categories {
  display: flex;
  gap: clamp(1px, 0.390625vw, 6px);
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single__categories {
    gap: 1.6vw;
  }
}
.voice__inner .voice-single__category {
  font-size: clamp(1px, 0.78125vw, 12px);
  font-weight: 700;
  color: #000fbe;
  padding: clamp(1px, 0.1302083333vw, 2px) clamp(1px, 0.5859375vw, 9px);
  border: 1px solid #000fbe;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .voice__inner .voice-single__category {
    font-size: 3.2vw;
    padding: 0.5333333333vw 2.4vw;
  }
}

.faq {
  padding: clamp(1px, 7.8125vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 16vw 0;
  }
}
.faq .sec-title--faq {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq .sec-title--faq {
    width: 89.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.faq__inner {
  width: clamp(1px, 76.6276041667vw, 1177px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    width: 89.3333333333vw;
  }
}
.faq .faq-single {
  width: clamp(1px, 54.0364583333vw, 830px);
  padding: clamp(1px, 1.5625vw, 24px) 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq .faq-single {
    width: 100%;
    padding: 6.4vw 0;
  }
}
.faq .faq-single:first-child {
  border-top: none;
}
.faq .faq-single__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .faq-single__wrap {
  display: flex;
  align-items: center;
  gap: clamp(1px, 1.0416666667vw, 16px);
}
@media screen and (max-width: 767px) {
  .faq .faq-single__wrap {
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
}
.faq .faq-single__icon {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1px, 1.953125vw, 30px);
  color: #000fbe;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq .faq-single__icon {
    font-size: 6.1333333333vw;
    line-height: 1.2;
  }
}
.faq .faq-single__title {
  font-size: clamp(1px, 1.171875vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq .faq-single__title {
    width: 64vw;
    font-size: 4.2666666667vw;
  }
}
.faq .faq-single .plus {
  display: block;
  width: clamp(1px, 1.5625vw, 24px);
  height: clamp(1px, 1.5625vw, 24px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-single .plus {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    position: relative;
  }
}
.faq .faq-single .plus::before, .faq .faq-single .plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #000fbe;
  transition: all 0.2s ease-in-out;
}
.faq .faq-single .plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq .faq-single.is-active .plus::before {
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.faq .faq-single.is-active .plus::after {
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) rotate(0deg);
}
.faq .faq-single__content {
  display: none;
  padding: clamp(1px, 1.5625vw, 24px) 0 0 clamp(1px, 2.734375vw, 42px);
}
@media screen and (max-width: 767px) {
  .faq .faq-single__content {
    padding: 6.4vw 0 0;
  }
}
.faq .faq-single__text {
  font-size: clamp(1px, 0.9114583333vw, 14px);
}
@media screen and (max-width: 767px) {
  .faq .faq-single__text {
    font-size: 3.7333333333vw;
  }
}

.contact {
  background: #eeeeed;
  padding: clamp(1px, 7.8125vw, 120px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 16vw 0 37.3333333333vw;
  }
}
.contact::before {
  content: "";
  position: absolute;
  width: clamp(1px, 31.1197916667vw, 478px);
  height: clamp(1px, 92.2526041667vw, 1417px);
  background: url("../img/contact_bg.webp") no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.contact .sec-title--contact {
  width: clamp(1px, 76.6276041667vw, 1177px);
  margin-inline: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact .sec-title--contact {
    width: 89.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.contact .form {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.contact .wpcf7-form {
  width: clamp(1px, 37.7604166667vw, 580px);
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-form {
    width: 89.3333333333vw;
  }
}
.contact .wpcf7-form .head-label {
  font-size: clamp(1px, 1.0416666667vw, 16px);
  font-weight: 700;
  margin-bottom: clamp(1px, 0.5859375vw, 9px);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-form .head-label {
    font-size: 4.2666666667vw;
    margin-bottom: 2.4vw;
    gap: 2.6666666667vw;
  }
}
.contact .wpcf7-form abbr {
  width: 40px;
  height: 20px;
  background: #000fbe;
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
}
.contact .wpcf7-form abbr .mandatory {
  margin-top: -1px;
}
.contact .wpcf7-form abbr.not-required {
  background: #7f7f98;
}
.contact .wpcf7-form .form-input input,
.contact .wpcf7-form .form-input select,
.contact .wpcf7-form .form-input textarea {
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid #000041;
  border-radius: 6px;
  padding: 10px 15px 11px;
  margin-bottom: 32px;
}
.contact .wpcf7-form .form-input textarea {
  height: 145px;
}
.contact .wpcf7-form .form-group.center {
  font-size: clamp(1px, 1.0416666667vw, 16px);
  font-weight: 700;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-form .form-group.center {
    font-size: 4.2666666667vw;
  }
}
.contact .wpcf7-form .form-group.center input[type=checkbox] {
  background: transparent;
}
.contact .submit {
  margin: 36px auto 0;
  cursor: pointer;
  width: clamp(1px, 21.484375vw, 330px);
  height: clamp(1px, 4.5572916667vw, 70px);
  background: linear-gradient(90deg, #3056f8, #6706eb);
  border-radius: 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: clamp(1px, 1.171875vw, 18px);
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact .submit {
    width: 82.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.8vw;
  }
}
.contact .form-alert-reCaptcha {
  margin-bottom: 10px;
}
.contact .privacypolicy-doc {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer {
  background: #04044d;
  padding: clamp(1px, 4.5572916667vw, 70px) clamp(1px, 5.859375vw, 90px) clamp(1px, 3.90625vw, 60px);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 13.3333333333vw 8.5333333333vw 8vw;
  }
}
.footer__logo {
  width: clamp(1px, 16.2760416667vw, 250px);
  margin-bottom: clamp(1px, 1.953125vw, 30px);
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 56vw;
    margin-bottom: 6.4vw;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8.5333333333vw;
  }
}
.footer .address {
  margin-bottom: clamp(1px, 1.5625vw, 24px);
}
@media screen and (max-width: 767px) {
  .footer .address {
    margin-bottom: 3.7333333333vw;
  }
}
.footer .address:last-of-type {
  margin-bottom: clamp(1px, 1.171875vw, 18px);
}
@media screen and (max-width: 767px) {
  .footer .address:last-of-type {
    margin-bottom: 0;
  }
}
.footer .address__title {
  font-weight: clamp(1px, 0.9114583333vw, 14px);
  font-weight: 700;
  margin-bottom: clamp(1px, 0.6510416667vw, 10px);
}
@media screen and (max-width: 767px) {
  .footer .address__title {
    font-size: 3.7333333333vw;
    margin-bottom: clamp(1px, 0.2604166667vw, 4px);
  }
}
.footer .copyright {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 6.4vw;
  }
}
.footer__right {
  display: flex;
  gap: clamp(1px, 9.1145833333vw, 140px);
}
@media screen and (max-width: 767px) {
  .footer__right {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 2.0833333333vw, 32px);
}
@media screen and (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    gap: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__list--last {
    flex-direction: row;
    gap: 8.5333333333vw;
  }
}
.footer__item a {
  font-size: clamp(1px, 0.9114583333vw, 14px);
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__item a {
    font-size: 3.7333333333vw;
  }
}
.footer__wrap {
  display: flex;
  gap: clamp(1px, 4.5572916667vw, 70px);
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    gap: 10.6666666667vw;
  }
}
.footer__wrap .footer__item a {
  font-weight: 700;
}