:root {
  --rate-vw: 0.0714285714vw;
  --rate-fz: 0.0714285714vw;
}
@media screen and (max-width: 767px) {
  :root {
    --rate-vw: 0.1333333333vw;
    --rate-fz: 0.1333333333vw;
  }
}

/*------------------------------
fv
------------------------------*/
.fv {
  padding: clamp(0px, 280 * var(--rate-vw), 280px) 0;
  background: gray;
  background: url(../img/fv.jpg) no-repeat center center/cover;
  aspect-ratio: 1400/800;
  width: 100%;
}
@media (min-width: 768px) {
  .fv {
    max-height: 800px;
  }
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 750/1200;
    padding: clamp(0px, 460 * var(--rate-vw), 460px) 0 0;
  }
}

.fv__logo {
  width: calc(550 / 1100 * 100%);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fv__logo {
    width: 87%;
  }
}

.fv__catch {
  font-size: clamp(0px, 27 * var(--rate-fz), 27px);
  font-weight: 700;
  line-height: 2.4074074074;
  color: #282828;
  text-align: center;
  margin-top: 0.5em;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .fv__catch {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    line-height: 1.5;
  }
}

/*------------------------------
misson
------------------------------*/
.misson {
  padding: clamp(0px, 105 * var(--rate-vw), 105px) 0 clamp(0px, 130 * var(--rate-vw), 130px);
  position: relative;
}
@media (max-width: 767px) {
  .misson {
    padding-top: clamp(0px, 84 * var(--rate-vw), 84px);
    padding-bottom: clamp(0px, 90 * var(--rate-vw), 90px);
  }
}

.misson__en {
  position: absolute;
  top: clamp(0px, 90 * var(--rate-vw), 90px);
  left: -0.05em;
  font-size: clamp(0px, 150 * var(--rate-fz), 150px);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  writing-mode: vertical-rl;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .misson__en {
    font-size: clamp(0px, 172 * var(--rate-fz), 172px);
    top: clamp(0px, 70 * var(--rate-vw), 70px);
  }
}

.misson__wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .misson__wrapper {
    display: block;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .misson__body {
    margin-left: auto;
    width: 82%;
  }
}

.misson__heading {
  font-size: clamp(0px, 35 * var(--rate-fz), 35px);
  font-weight: 700;
  line-height: 1.5428571429;
  letter-spacing: 0.12em;
  margin-top: calc((1lh - 1em) / -2);
}
@media (max-width: 767px) {
  .misson__heading {
    font-size: clamp(0px, 49 * var(--rate-fz), 49px);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
}

.misson__message {
  font-size: clamp(0px, 16 * var(--rate-fz), 16px);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.2em;
  margin-top: 1.5em;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .misson__message {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    margin-top: 1.5em;
    margin-top: 0.8em;
    letter-spacing: 0.075em;
    line-height: 1.85;
    width: 103%;
  }
}

.misson__image {
  width: clamp(0px, 620 * var(--rate-vw), 620px);
}
@media (max-width: 767px) {
  .misson__image {
    width: 100%;
    margin-top: clamp(0px, 70 * var(--rate-vw), 70px);
  }
}

/*------------------------------
values
------------------------------*/
.values {
  background: #282828;
}

.values__content {
  position: relative;
  padding: clamp(0px, 240 * var(--rate-vw), 240px) 0 clamp(0px, 55 * var(--rate-vw), 55px);
}
@media (max-width: 767px) {
  .values__content {
    padding: 0 0 clamp(0px, 80 * var(--rate-vw), 80px);
  }
}

.values__header {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .values__header {
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-52%);
  }
}
@media (max-width: 767px) {
  .values__header {
    flex-direction: column-reverse;
  }
}

.values__header-image {
  width: calc(300 / 1100 * 100%);
  position: relative;
}
.values__header-image::before {
  content: "";
  position: absolute;
  background: #02ba7b;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform: translate(-7%, 10%);
}
.values__header-image img {
  position: relative;
}
@media (max-width: 767px) {
  .values__header-image {
    width: clamp(0px, 650 * var(--rate-vw), 650px);
    margin-top: 13%;
    margin-left: clamp(0px, 40 * var(--rate-vw), 40px);
    align-self: flex-start;
  }
}

.values__title {
  position: relative;
  padding-left: clamp(0px, 110 * var(--rate-vw), 110px);
  margin-left: clamp(0px, 80 * var(--rate-vw), 80px);
}
.values__title::before {
  content: "5";
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0px, 187 * var(--rate-fz), 187px);
  font-weight: 700;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .values__title {
    padding-left: 0;
    margin-left: 0;
    width: 105%;
    align-self: flex-start;
  }
  .values__title::before {
    display: none;
  }
}

.values__title-main {
  font-size: clamp(0px, 150 * var(--rate-fz), 150px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .values__title-main {
    position: relative;
    padding-left: clamp(0px, 95 * var(--rate-vw), 95px);
    letter-spacing: -0.01em;
    line-height: 0.7;
  }
  .values__title-main::before {
    content: "5";
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(0px, 150 * var(--rate-fz), 150px);
    font-weight: 700;
    color: #fff;
    font-family: "Outfit", sans-serif;
    transform: translateY(40%);
  }
}

.values__title-sub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(0px, 27 * var(--rate-fz), 27px);
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.12em;
  color: #fff;
  position: relative;
  padding-left: 1.6em;
}
.values__title-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #02ba7b;
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
          clip-path: polygon(65% 0, 100% 0, 35% 100%, 0% 100%);
  width: 1.15em;
  aspect-ratio: 31/29;
}
@media (max-width: 767px) {
  .values__title-sub {
    font-size: clamp(0px, 42 * var(--rate-fz), 42px);
    margin-left: 0;
    padding-left: 1.3em;
    margin-top: 0.6em;
  }
}

.values__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1%;
}
@media (max-width: 767px) {
  .values__wrapper {
    display: block;
    margin-top: 18%;
  }
}

.values__list {
  width: 67%;
}
@media (max-width: 767px) {
  .values__list {
    width: 100%;
  }
}

.values__item {
  color: #fff;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
.values__item:nth-child(n+2) {
  border-top: 1px solid #fff;
  height: clamp(0px, 160 * var(--rate-vw), 160px);
}
@media (min-width: 768px) {
  .values__item:nth-child(1) {
    padding-top: 0;
    padding-bottom: clamp(0px, 56 * var(--rate-vw), 56px);
  }
}
@media (max-width: 767px) {
  .values__item {
    display: block;
  }
  .values__item:nth-child(n+2) {
    margin-top: 7.5%;
    padding-top: 11%;
    height: auto;
  }
}

.values__item-meta {
  width: clamp(0px, 290 * var(--rate-vw), 290px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .values__item-meta {
    width: 100%;
    justify-content: center;
    margin-top: 10%;
  }
}

.values__item-number {
  font-size: clamp(0px, 60 * var(--rate-fz), 60px);
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  width: 1.3em;
}
@media (max-width: 767px) {
  .values__item-number {
    font-size: clamp(0px, 102 * var(--rate-fz), 102px);
  }
}

.values__item-heading {
  font-size: clamp(0px, 42 * var(--rate-fz), 42px);
  font-weight: 700;
  margin-left: 0.8em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .values__item-heading {
    font-size: clamp(0px, 72 * var(--rate-fz), 72px);
    margin-left: 0.3em;
    width: 3.3em;
  }
}

.values__item-description {
  width: clamp(0px, 450 * var(--rate-vw), 450px);
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .values__item-description {
    width: 100%;
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    margin-top: 0.7em;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.values__gallery {
  width: calc(300 / 1100 * 100%);
  position: absolute;
  top: 0%;
  right: 0%;
}
@media (max-width: 767px) {
  .values__gallery {
    display: none;
  }
}

.values__gallery-item:nth-child(n+2) {
  margin-top: 10%;
}

.values__gallery-item--dec {
  position: relative;
}
.values__gallery-item--dec::before {
  content: "";
  position: absolute;
  background: #02ba7b;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform: translate(7%, 10%);
}
.values__gallery-item--dec img {
  position: relative;
}

@media (max-width: 767px) {
  .values__item-image--5 {
    width: clamp(0px, 645 * var(--rate-vw), 645px);
    margin-left: calc(-1 * clamp(0px, 60 * var(--rate-vw), 60px));
  }
}

@media (max-width: 767px) {
  .values__item-meta--5 {
    margin-top: 16%;
  }
}

/*------------------------------
service
------------------------------*/
.service {
  padding-top: clamp(0px, 130 * var(--rate-vw), 130px);
}

.service__wrapper {
  margin-top: clamp(0px, 75 * var(--rate-vw), 75px);
  display: flex;
}
@media (max-width: 767px) {
  .service__wrapper {
    display: block;
  }
}

.service__section {
  width: 50%;
  color: #fff;
  padding: clamp(0px, 60 * var(--rate-vw), 60px) clamp(0px, 130 * var(--rate-vw), 130px) clamp(0px, 80 * var(--rate-vw), 80px);
}
@media (max-width: 767px) {
  .service__section {
    width: 100%;
    padding: 7% clamp(0px, 55 * var(--rate-vw), 55px) 17%;
  }
}

.service__section--oem {
  background: url(../img/service_bg-oem.jpg) no-repeat center center/cover;
}

.service__section--odm {
  background: url(../img/service_bg-odm.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .service__section--odm {
    margin-top: 1.6%;
  }
}

.service__title {
  font-size: clamp(0px, 60 * var(--rate-fz), 60px);
  font-weight: 600;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .service__title {
    font-size: clamp(0px, 108 * var(--rate-fz), 108px);
  }
}

.service__heading {
  font-size: clamp(0px, 20 * var(--rate-fz), 20px);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .service__heading {
    font-size: clamp(0px, 46 * var(--rate-fz), 46px);
    line-height: 1.4347826087;
  }
}

.service__description {
  font-size: clamp(0px, 13 * var(--rate-fz), 13px);
  font-weight: 400;
  line-height: 2;
  margin-top: 0.9em;
}
@media (min-width: 768px) {
  .service__description {
    max-width: 440px;
    margin: 0.9em auto 0;
  }
}
@media (max-width: 767px) {
  .service__description {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    margin-top: 0.8em;
    line-height: 1.75;
    width: 103%;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
}

.service__button {
  margin-top: clamp(0px, 20 * var(--rate-vw), 20px);
}
.service__button a {
  width: clamp(0px, 150 * var(--rate-vw), 150px);
  margin: 0 auto;
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.55em 1em;
  border-radius: 2em;
}
@media (max-width: 767px) {
  .service__button {
    margin-top: 6%;
  }
  .service__button a {
    width: clamp(0px, 365 * var(--rate-vw), 365px);
    font-size: clamp(0px, 38 * var(--rate-fz), 38px);
  }
}

/*------------------------------
case
------------------------------*/
.case {
  padding: clamp(0px, 80 * var(--rate-vw), 80px) 0 clamp(0px, 100 * var(--rate-vw), 100px);
}
@media (max-width: 767px) {
  .case {
    padding-top: clamp(0px, 120 * var(--rate-vw), 120px);
    padding-bottom: clamp(0px, 130 * var(--rate-vw), 130px);
  }
}

.case__items {
  margin-top: 7%;
}
@media (max-width: 767px) {
  .case__items {
    margin-top: 15%;
  }
}

@media (min-width: 768px) {
  .case__item {
    position: relative;
  }
  .case__item:nth-child(2n) .case__item-body {
    margin-left: auto;
  }
  .case__item:nth-child(2n) .case__item-image {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    transform: translateY(6%);
  }
}
.case__item:nth-child(n+2) {
  margin-top: 15%;
}
@media (max-width: 767px) {
  .case__item:nth-child(n+2) {
    margin-top: clamp(0px, 100 * var(--rate-vw), 100px);
  }
}

.case__item-body {
  width: calc(465 / 1100 * 100%);
}
@media (max-width: 767px) {
  .case__item-body {
    width: 100%;
  }
}

.case__item-number {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .case__item-number {
    display: block;
    font-size: clamp(0px, 62 * var(--rate-fz), 62px);
    text-align: center;
  }
}

.case__item-heading {
  font-size: clamp(0px, 20 * var(--rate-fz), 20px);
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 1.4em;
}
@media (max-width: 767px) {
  .case__item-heading {
    font-size: clamp(0px, 40 * var(--rate-fz), 40px);
    text-align: center;
    margin-top: 0.7em;
  }
}

.case__item-description {
  font-size: clamp(0px, 15 * var(--rate-fz), 15px);
  font-weight: 400;
  line-height: 1.9333333333;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}
@media (max-width: 767px) {
  .case__item-description {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px);
    margin-top: 0.9em;
    line-height: 1.8;
    letter-spacing: 0.14em;
    font-feature-settings: "palt";
    width: 103%;
  }
}

@media (min-width: 768px) {
  .case__item-image {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(0px, 570 * var(--rate-vw), 570px);
  }
}
@media (max-width: 767px) {
  .case__item-image {
    margin-top: clamp(0px, 50 * var(--rate-vw), 50px);
  }
}
/*# sourceMappingURL=top.css.map */