:where(:root) {
  --text-color: #052d55;
  --white: #fff;
  --blue: #0086f7;
  --light-blue: #f3f8fa;
  --orange: #f3811d;
  --gray: #f6f6f6;
  --text-gray: #dfdfdf;
  --gradient-orange: linear-gradient( 90deg, rgb(255,172,13) 0%, rgb(243,129,29) 100%);
  --gradient-blue: linear-gradient( 90deg, rgb(8,182,246) 0%, rgb(0,134,247) 100%);
  --font-en: "Inter", sans-serif;
  --ja: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --box-shadow: 0px 0px 50px 0px rgba(151, 171, 203, 0.16);
  --leading-trim: calc((1em - 1lh) / 2);
}
:where(:root) :lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

body {
  padding-top: 64px;
  font-family: var(--ja);
  font-size: clamp(1rem, 0.909rem + 0.39vw, 1.25rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: var(--text-color);
}
@media (max-width: 768px) {
  body {
    padding-top: 50px;
    line-height: 1.6;
  }
}
body :lang(en) {
  font-family: var(--font-en);
}

img {
  width: 100%;
  height: auto;
}

.js-fadein, .js-mv-fadein {
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s ease-out;
  transform: translateY(110px);
  opacity: 0;
}
.js-fadein.is-fadein, .js-mv-fadein.is-fadein {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

.section {
  padding: 120px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 20px;
  }
}
.section__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
.section__sm-inner {
  width: min(100%, 1000px);
  margin-inline: auto;
}
.section__content {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .section__content {
    padding-top: 32px;
  }
}
.section__card-wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 64px;
}
@media (max-width: 768px) {
  .section__card-wrap {
    gap: 32px;
  }
}

.arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  position: absolute;
  top: 50%;
  right: 0;
  rotate: -45deg;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .arrow {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}
.arrow.--small {
  width: 10px;
  height: 10px;
  border-width: 2px;
}
.arrow.--orange {
  border-color: var(--orange);
}

.heading-lv2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .heading-lv2 {
    gap: 10px;
  }
}
.heading-lv2 .__label {
  padding: 1px 24px;
  display: inline-block;
  font-size: clamp(0.938rem, 0.823rem + 0.49vw, 1.25rem);
  font-weight: 300;
  color: var(--white);
  position: relative;
}
@media (max-width: 768px) {
  .heading-lv2 .__label {
    padding: 1px 12px;
  }
}
.heading-lv2 .__label span {
  position: relative;
}
.heading-lv2 .__label::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--gradient-blue);
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-20deg);
}
.heading-lv2 .__heading {
  font-size: clamp(1.375rem, 0.872rem + 2.15vw, 2.75rem);
  font-weight: 700;
  line-height: 1.4;
}
.heading-lv2.--white {
  color: var(--white);
}
.heading-lv2.--white .__label {
  color: var(--blue);
}
.heading-lv2.--white .__label::before {
  background: var(--white);
}

.check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  background: var(--gradient-blue);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .check {
    width: 32px;
  }
}
.check::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.5 34.5' fill='none'%3E%3Cpolyline points='10.75 16.73 15.75 21.73 23.75 13.73' stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10'/%3E%3Crect x='1.25' y='1.25' width='32' height='32' rx='2' ry='2' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .check::before {
    width: 16px;
    height: 16px;
  }
}

.bg-text {
  font-size: clamp(6.25rem, 3.963rem + 9.76vw, 12.5rem);
  font-weight: 200;
  color: var(--light-blue);
  writing-mode: vertical-rl;
  line-height: 0.8;
  position: absolute;
  top: 120px;
  left: 80px;
}
@media (max-width: 768px) {
  .bg-text {
    top: 60px;
    left: 0;
  }
}
.bg-text.--white {
  color: var(--white);
}

.bg-shape::before, .bg-shape::after {
  content: "";
  background: var(--light-blue);
  position: absolute;
  bottom: 0;
  mix-blend-mode: multiply;
}
.bg-shape::before {
  width: 50%;
  aspect-ratio: 1;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.bg-shape::after {
  width: 100%;
  aspect-ratio: 1;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.bg-shape.--reverse::before {
  width: 100%;
}
.bg-shape.--reverse::after {
  width: 50%;
}

.display--sp {
  display: none;
}
@media (max-width: 768px) {
  .display--sp {
    display: block;
  }
}
.display--pc {
  display: block;
}
@media (max-width: 768px) {
  .display--pc {
    display: none;
  }
}

.color-blue {
  color: var(--blue);
}

.color-orange {
  color: var(--orange);
}

.header {
  padding: 12px 80px;
  width: 100%;
  height: 64px;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header {
    padding: 9px 20px;
    height: 50px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: auto;
  height: 100%;
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 336px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(0.813rem, 0.744rem + 0.29vw, 1rem);
  color: var(--white);
  letter-spacing: 0.06em;
  background: var(--gradient-orange);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .header__button {
    padding-inline: 20px;
    width: auto;
  }
}
.header__button:hover p {
  scale: 1.08;
}
.header__button p {
  padding-right: 16px;
  position: relative;
  transition: scale 0.4s;
}
@media (max-width: 768px) {
  .header__button p {
    padding-right: 0;
  }
}

.mv {
  position: relative;
  background-color: var(--light-blue);
}
@media (max-width: 1440px) {
  .mv {
    zoom: 87%;
  }
}
@media (max-width: 1200px) {
  .mv {
    zoom: 80%;
  }
}
@media (max-width: 768px) {
  .mv {
    zoom: 100%;
  }
}
.mv__image {
  margin-inline: auto;
  width: 100%;
  height: 760px;
  max-width: 1920px;
}
@media (max-width: 1440px) {
  .mv__image {
    height: auto;
    aspect-ratio: 1440/580;
  }
}
@media (max-width: 1200px) {
  .mv__image {
    height: auto;
    aspect-ratio: 1440/760;
  }
}
@media (max-width: 768px) {
  .mv__image {
    aspect-ratio: 750/1234;
  }
}
.mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__text {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .mv__text {
    padding: 120px 20px 20px 20px;
  }
}
@media (max-width: 520px) {
  .mv__text {
    padding: 60px 20px 20px 20px;
  }
}
@media (max-width: 420px) {
  .mv__text {
    padding: 28px 20px 20px 20px;
  }
}
.mv__band {
  padding-block: 2px 3px;
  padding-inline: 40px;
  font-size: clamp(0.875rem, 0.663rem + 0.91vw, 1.75rem);
  font-weight: 700;
  color: var(--white);
  position: relative;
}
@media (max-width: 768px) {
  .mv__band {
    padding-inline: 12px;
  }
}
.mv__band::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--gradient-blue);
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-20deg);
}
.mv__band span {
  position: relative;
  z-index: 10;
}
.mv__copy {
  padding-top: 24px;
  font-size: clamp(2.156rem, 1.587rem + 2.43vw, 4.5rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.mv__copy__small {
  font-size: 70%;
}
.mv__line {
  margin-top: 16px;
  padding-block: 5px 10px;
  font-size: clamp(0.938rem, 0.801rem + 0.58vw, 1.5rem);
  font-weight: 800;
  line-height: 1.4;
  border-top: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  text-align: center;
}
@media (max-width: 768px) {
  .mv__line {
    width: 100%;
  }
}
.mv__points {
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
}
@media (max-width: 768px) {
  .mv__points {
    width: 100%;
    flex: 1;
    grid-template-columns: auto;
    align-content: end;
    justify-content: start;
    gap: 8px;
  }
}
.mv__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(10.313rem, 8.021rem + 4.77vw, 13.75rem);
  aspect-ratio: 1/1;
  box-shadow: var(--box-shadow);
  border-radius: 1000px;
  text-align: center;
  background: var(--white);
}
@media (max-width: 768px) {
  .mv__circle {
    padding: 10px;
    width: auto;
    aspect-ratio: auto;
    border-radius: 4px;
  }
}
.mv__circle__inner {
  display: grid;
  gap: 8px;
}
@media (max-width: 768px) {
  .mv__circle__inner {
    gap: 5px;
    grid-template-columns: repeat(2, auto);
    align-items: end;
  }
}
.mv__circle__mark-inner {
  display: grid;
  gap: 14px;
}
@media (max-width: 768px) {
  .mv__circle__mark-inner {
    gap: 5px;
    grid-template-columns: repeat(2, auto);
    align-items: center;
  }
}
.mv__circle .__text {
  margin-block: var(--leading-trim);
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  line-height: 1.4;
}
.mv__circle .__text-bold {
  font-weight: 700;
}
.mv__circle .__num {
  margin-block: var(--leading-trim);
  font-size: clamp(2rem, 1.697rem + 1.29vw, 3.25rem);
  letter-spacing: 0;
  font-weight: 700;
}
.mv__circle .__unit {
  font-size: clamp(1rem, 0.818rem + 0.78vw, 1.75rem);
}
.mv__circle .__small {
  padding-top: 16px;
  font-size: clamp(0.75rem, 0.704rem + 0.19vw, 0.938rem);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mv__circle .__small {
    padding-top: 4px;
  }
}
.mv__circle .__logo {
  width: clamp(2.125rem, 0.684rem + 6.15vw, 6.063rem);
  height: auto;
}

.cta {
  padding-block: 40px;
  padding-inline: 40px;
  background: var(--gradient-blue);
}
@media (max-width: 768px) {
  .cta {
    padding-block: 40px 28px;
    padding-inline: 20px;
  }
}
.cta__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .cta__buttons {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.cta__button {
  padding: 40px 0 22px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--gradient-orange);
  border: 2px solid var(--white);
  border-radius: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .cta__button {
    padding: 22px 0 14px 0;
  }
}
.cta__button:hover .__text {
  scale: 1.08;
}
.cta__button.--white {
  color: var(--orange);
  background: var(--white);
  border-color: var(--orange);
}
.cta__button .__tag {
  padding: 8px 24px;
  font-size: clamp(0.938rem, 0.869rem + 0.29vw, 1.125rem);
  font-weight: 700;
  color: var(--orange);
  line-height: 1.2;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cta__button .__tag {
    padding: 5px 12px;
  }
}
.cta__button .__tag span {
  position: relative;
}
.cta__button .__tag::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 2px solid var(--white);
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-20deg);
}
.cta__button.--white .__tag::before {
  border-color: var(--orange);
}
.cta__button .__text {
  padding-right: 30px;
  font-size: clamp(1.125rem, 0.988rem + 0.59vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  transition: scale 0.4s;
  transform-origin: center;
}
@media (max-width: 768px) {
  .cta__button .__text {
    padding-right: 15px;
  }
}

.problem {
  background-image: url("../images/problem/bg.jpg");
  background-size: cover;
  position: relative;
}
.problem::before, .problem::after {
  content: "";
  width: 50%;
  height: 120px;
  background: var(--white);
  position: absolute;
  bottom: -1px;
}
@media (max-width: 768px) {
  .problem::before, .problem::after {
    height: 60px;
  }
}
.problem::before {
  left: 0;
  clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
}
.problem::after {
  right: 0;
  clip-path: polygon(0 99%, 100% 0, 100% 100%, 0 100%);
}
.problem__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .problem__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.problem__item {
  display: flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .problem__item {
    padding-left: 16px;
  }
}
.problem__item .__text {
  padding: 35px 20px;
  width: 100%;
  font-size: clamp(1rem, 0.863rem + 0.59vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  box-shadow: var(--box-shadow);
  border-radius: 4px;
  background: var(--white);
  text-align: center;
}
@media (max-width: 768px) {
  .problem__item .__text {
    padding: 20px;
  }
}
.problem__item .check {
  position: absolute;
  left: 0;
}

.solution__heading-wrap {
  display: flex;
  justify-content: center;
}
.solution__heading {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.938rem, 1.229rem + 3.02vw, 3.875rem);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
.solution__heading::before, .solution__heading::after {
  content: "";
  width: 40px;
  height: 80px;
  position: absolute;
}
@media (max-width: 768px) {
  .solution__heading::before, .solution__heading::after {
    width: 20px;
    height: 40px;
  }
}
.solution__heading::before {
  border-top: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  top: 0;
  left: 0;
}
.solution__heading::after {
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  right: 0;
  bottom: 0;
}
.solution__heading > span {
  display: inline-block;
  padding: 0 56px;
}
@media (max-width: 768px) {
  .solution__heading > span {
    padding: 6px 24px;
  }
}
.solution__card {
  padding: 56px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--box-shadow);
}
@media (max-width: 768px) {
  .solution__card {
    padding: 28px 20px;
    border-radius: 4px;
  }
}
.solution__card .__grid {
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: 1fr 38.6029%;
}
@media (max-width: 768px) {
  .solution__card .__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.solution__card .__text-grid {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .solution__card .__text-grid {
    gap: 20px;
  }
}
.solution__card .__en {
  font-size: clamp(0.938rem, 0.823rem + 0.49vw, 1.25rem);
  font-weight: 200;
  color: var(--text-gray);
  writing-mode: vertical-rl;
  line-height: 1;
}
.solution__card .__text-wrap {
  display: grid;
  gap: 20px;
}
@media (max-width: 768px) {
  .solution__card .__text-wrap {
    gap: 12px;
  }
}
.solution__card .__heading {
  margin-top: var(--leading-trim);
  font-size: clamp(1.25rem, 0.976rem + 1.17vw, 2rem);
  line-height: 1.4;
  font-weight: 700;
}
.solution__card .__image {
  width: 100%;
  aspect-ratio: 420/360;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solution__card .__image {
    aspect-ratio: 590/320;
    border-radius: 2px;
  }
}
.solution__card .__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution__card .__mark-grid {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .solution__card .__mark-grid {
    padding-top: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.solution__card .__service-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .solution__card .__service-grid {
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.solution__mark {
  padding: 24px 24px;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 24px;
  align-items: center;
  background: var(--gray);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .solution__mark {
    padding: 10px 16px;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
    border-radius: 2px;
  }
}
.solution__mark > img {
  mix-blend-mode: multiply;
}
.solution__mark > p {
  font-size: clamp(0.875rem, 0.829rem + 0.2vw, 1rem);
}
@media (max-width: 768px) {
  .solution__mark > p {
    line-height: 1.6;
  }
}
.solution__line-hading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
  font-weight: 700;
  color: var(--blue);
}
@media (max-width: 768px) {
  .solution__line-hading {
    margin-top: 20px;
    gap: 12px;
  }
}
.solution__line-hading__line {
  height: 2px;
  background: var(--gray);
}
.solution__service-card {
  padding: 24px 20px 20px 20px;
  display: grid;
  grid-template-rows: 58px 1fr;
  justify-content: center;
  gap: 8px;
  font-size: clamp(0.938rem, 0.823rem + 0.49vw, 1.25rem);
  text-align: center;
  line-height: 1.4;
  background: var(--gray);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .solution__service-card {
    padding: 12px 10px 10px 10px;
    grid-template-rows: 51px 1fr;
    gap: 8px;
    border-radius: 2px;
  }
}
.solution__service-card .__icon {
  text-align: center;
}
.solution__service-card img {
  width: auto;
  height: 100%;
}

.knowhow__lead {
  padding-top: 32px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .knowhow__lead {
    padding-top: 16px;
  }
}
.knowhow__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .knowhow__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.knowhow__card {
  padding: 32px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 24px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}
@media (max-width: 768px) {
  .knowhow__card {
    padding: 24px;
    gap: 16px;
    border-radius: 4px;
  }
}
.knowhow__card .__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-bottom: 2px solid var(--gray);
}
@media (max-width: 768px) {
  .knowhow__card .__heading {
    padding-bottom: 10px;
  }
}
.knowhow__buton {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .knowhow__buton {
    height: 45px;
  }
}
.knowhow__buton:hover .__text, .knowhow__buton:hover .__logo {
  scale: 1.08;
}
.knowhow__buton .__text {
  padding-right: 18px;
  position: relative;
  transition: scale 0.4s;
  transform-origin: center;
}
@media (max-width: 768px) {
  .knowhow__buton .__text {
    padding-right: 16px;
  }
}
.knowhow__buton .__logo {
  padding-right: 32px;
  position: relative;
  transition: scale 0.4s;
  transform-origin: center;
}
@media (max-width: 768px) {
  .knowhow__buton .__logo {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .knowhow__buton .__logo img {
    width: auto;
    height: 30px;
  }
}
.knowhow__buton .__icon {
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M2,18c-.55,0-1.02-.2-1.41-.59-.39-.39-.59-.86-.59-1.41V2C0,1.45.2.98.59.59c.39-.39.86-.59,1.41-.59h7v2H2v14h14v-7h2v7c0,.55-.2,1.02-.59,1.41-.39.39-.86.59-1.41.59H2ZM6.7,12.7l-1.4-1.4L14.6,2h-3.6V0h7v7h-2v-3.6L6.7,12.7Z' fill='%23f3811d'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .knowhow__buton .__icon {
    width: 12px;
  }
}

.point {
  background: var(--light-blue);
}
.point__item {
  padding: 56px;
  padding-top: 80px;
  text-align: center;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  position: relative;
}
@media (max-width: 768px) {
  .point__item {
    padding: 40px 20px 28px 20px;
    border-radius: 4px;
  }
}
.point__item-inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .point__item-inner {
    gap: 24px;
  }
}
.point__item-inner > p, .point__item-inner > h3 {
  margin-block: var(--leading-trim);
}
.point__num {
  font-size: clamp(6.875rem, 4.36rem + 10.73vw, 13.75rem);
  font-weight: 200;
  line-height: 1;
  color: var(--light-blue);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.point__hading {
  font-size: clamp(1.313rem, 0.878rem + 1.85vw, 2.5rem);
  font-weight: 700;
  color: var(--blue);
  position: relative;
  line-height: 1.4;
}
.point__info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .point__info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.point__info-card {
  display: grid;
  align-items: center;
  padding: 26px;
  color: var(--white);
  background: var(--gradient-blue);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .point__info-card {
    padding: 12px;
    border-radius: 2px;
  }
}
.point__info-card .__heading {
  padding-bottom: 12px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .point__info-card .__heading {
    padding-bottom: 2px;
  }
}
.point__info-card .__num-wrap {
  display: grid;
  gap: 16px;
}
@media (max-width: 768px) {
  .point__info-card .__num-wrap {
    grid-template-columns: repeat(2, auto);
    gap: 0;
    align-items: end;
    justify-content: center;
  }
}
.point__info-card .__num {
  margin-block: var(--leading-trim);
  font-size: clamp(2.688rem, 2.07rem + 2.63vw, 4.375rem);
  font-weight: 700;
  line-height: 1;
}
.point__info-card .__unit {
  font-size: clamp(1.563rem, 1.265rem + 1.27vw, 2.375rem);
  line-height: 1;
}
.point__info-card .__small {
  padding-top: 24px;
  font-size: clamp(0.813rem, 0.767rem + 0.2vw, 0.938rem);
  font-weight: 400;
}
@media (max-width: 768px) {
  .point__info-card .__small {
    padding-top: 10px;
  }
}
.point__info-card .__sub-text {
  line-height: 1;
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
}
.point__slider {
  margin: -40px -56px;
}
@media (max-width: 768px) {
  .point__slider {
    margin: -40px -20px;
  }
}
.point__slider-arrow {
  width: 80px;
  height: 80px;
  background: var(--gradient-blue);
  opacity: 1;
}
@media (max-width: 768px) {
  .point__slider-arrow {
    width: 40px;
    height: 40px;
  }
}
.point__slider-arrow svg {
  width: 20px;
  fill: var(--white);
}
@media (max-width: 768px) {
  .point__slider-arrow svg {
    width: 10px;
  }
}
.point__slider-prev {
  left: 50%;
  transform: translate(-318px, -50%);
}
@media (max-width: 768px) {
  .point__slider-prev {
    left: 20px;
    transform: translate(0, -150%);
  }
}
.point__slider-next {
  right: 50%;
  transform: translate(318px, -50%);
}
@media (max-width: 768px) {
  .point__slider-next {
    right: 20px;
    transform: translate(0, -150%);
  }
}
.point__people-card {
  padding: 20px;
  margin-block: 40px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
  background: var(--white);
  border-radius: 4px;
  box-shadow: var(--box-shadow);
  text-align: left;
}
@media (max-width: 768px) {
  .point__people-card {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 2px;
  }
}
.point__people-card .__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .point__people-card .__image {
    margin-inline: auto;
    width: 115px;
    border-radius: 2px;
  }
}
.point__people-card .__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point__people-card .__country {
  font-size: clamp(1.063rem, 0.902rem + 0.68vw, 1.5rem);
  font-weight: 700;
  color: var(--blue);
}
.point__people-card .__tag-wrap {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .point__people-card .__tag-wrap {
    grid-template-columns: 100px 1fr;
    gap: 12px;
  }
}
.point__people-card .__tag-wrap:not(:first-child) {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .point__people-card .__tag-wrap:not(:first-child) {
    padding-top: 3px;
  }
}
.point__people-card .__tag {
  font-size: clamp(0.875rem, 0.852rem + 0.1vw, 0.938rem);
  line-height: 1.8;
  text-align: center;
  color: var(--white);
  background: var(--gradient-blue);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .point__people-card .__tag {
    border-radius: 1px;
  }
}
.point__icon-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .point__icon-grid {
    gap: 12px;
    justify-content: flex-start;
  }
}
.point__icon-card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 6);
  background: var(--gray);
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .point__icon-card {
    width: calc((100% - 48px) / 4);
  }
}
@media (max-width: 768px) {
  .point__icon-card {
    width: calc((100% - 12px) / 2);
  }
}
.point__icon-card .__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 1;
  color: var(--white);
  background: var(--gradient-blue);
}
@media (max-width: 768px) {
  .point__icon-card .__text {
    padding: 10px 0;
    flex: 1;
    height: auto;
  }
}
.point__icon-card .__text-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 0;
}
.point__icon-card .__text-inner span {
  font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1rem);
  line-height: 1;
}
.point__icon-card .__image {
  padding: 14px;
}
.point__icon-card .__image img {
  width: auto;
  height: 80px;
}
@media (max-width: 768px) {
  .point__icon-card .__image img {
    height: 65px;
  }
}
.point__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 580px);
  height: 80px;
  border-radius: 100px;
  border: 2px solid var(--orange);
}
@media (max-width: 768px) {
  .point__button {
    height: 45px;
  }
}
.point__button:hover .point__button__inner {
  scale: 1.08;
}
.point__button__inner {
  padding-right: 30px;
  position: relative;
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
  font-weight: 700;
  color: var(--orange);
  transition: scale 0.4s;
  transform-origin: center;
}
@media (max-width: 768px) {
  .point__button__inner {
    padding-right: 15px;
  }
}
.point__bubble {
  padding: 40px;
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
  font-weight: 700;
  color: var(--blue);
  line-height: 1.8;
  background: var(--gray);
  border-radius: 4px;
  position: relative;
}
@media (max-width: 768px) {
  .point__bubble {
    padding: 20px;
    line-height: 1.6;
    border-radius: 2px;
  }
}
.point__bubble::before {
  content: "";
  width: 50px;
  height: 30px;
  background: var(--gray);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media (max-width: 768px) {
  .point__bubble::before {
    width: 25px;
    height: 15px;
  }
}
.point__e-lean__grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .point__e-lean__grid {
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.point__list .__item {
  padding-block: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .point__list .__item {
    padding-block: 14px;
  }
}
.point__list .__item:not(:first-child) {
  border-top: 2px solid var(--gray);
}
.point__list .__text {
  flex: 1;
}

.start {
  background-image: url("../images/start/bg_pc.jpg");
  background-size: cover;
  text-align: center;
  background-position: center;
}
.start__lead {
  padding-top: 32px;
  padding-bottom: 16px;
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 768px) {
  .start__lead {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
.start__box {
  background: var(--white);
  border-radius: 8px;
  padding: 48px 20px;
}
@media (max-width: 768px) {
  .start__box {
    border-radius: 4px;
    padding: 24px 20px;
  }
}
.start__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .start__list {
    justify-content: flex-start;
    gap: 16px;
  }
}
.start__list li {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .start__list li {
    padding-left: 28px;
    align-items: flex-start;
    text-align: left;
  }
}
.start__list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.5 34.5' fill='none'%3E%3Cpolyline points='10.75 16.73 15.75 21.73 23.75 13.73' stroke='%230086f7' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10'/%3E%3Crect x='1.25' y='1.25' width='32' height='32' rx='2' ry='2' stroke='%230086f7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .start__list li::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}
.start__message {
  padding-top: 20px;
  font-size: clamp(1.5rem, 1.134rem + 1.56vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}
.start__buttons {
  padding-top: 74px;
}
@media (max-width: 768px) {
  .start__buttons {
    padding-top: 40px;
  }
}

.faq__card-wrap {
  width: 100%;
  display: grid;
  gap: 32px;
}
@media (max-width: 768px) {
  .faq__card-wrap {
    gap: 16px;
  }
}
.faq__card {
  padding: 28px 32px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}
@media (max-width: 768px) {
  .faq__card {
    padding: 12px 20px;
  }
}
.faq__text {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .faq__text {
    grid-template-columns: 30px 1fr;
  }
}
.faq__text::before {
  font-size: clamp(1.375rem, 0.963rem + 1.76vw, 2.5rem);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
}
.faq__text.--question {
  padding-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq__text.--question {
    padding-bottom: 6px;
  }
}
.faq__text.--question::before {
  content: "Q";
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__text.--answer {
  padding-top: 20px;
  font-size: clamp(0.938rem, 0.869rem + 0.29vw, 1.125rem);
  border-top: 2px solid var(--gray);
}
@media (max-width: 768px) {
  .faq__text.--answer {
    padding-top: 6px;
  }
}
.faq__text.--answer::before {
  content: "A";
  background: var(--gradient-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact {
  background: var(--gradient-blue);
  overflow: hidden;
}

.footer {
  padding: 40px;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px 20px;
  }
}
.footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__list {
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .footer__list {
    padding-bottom: 28px;
    flex-direction: column;
    gap: 10px;
  }
}
.footer__list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__list li {
    margin-right: -60px;
    gap: 10px;
  }
}
.footer__list li::before {
  content: "-";
}
.footer__list a {
  transition: opacity 0.3s;
}
.footer__list a:hover {
  opacity: 0.6;
}
.footer__copyright {
  display: inline-block;
  font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1rem);
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0;
}
.footer__image {
  width: 70px;
}
@media (max-width: 768px) {
  .footer__image {
    width: 60px;
  }
}/*# sourceMappingURL=style.css.map */