/* ========================================
  foundation
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
}
body.--overflow {
  overflow: hidden;
}

.content-area {
  padding: 0 min(8.33%, 12rem);
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-area {
    padding: 0 8%;
  }
}

@media screen and (min-width: 769px) {
  .grid16 {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    gap: 0;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  letter-spacing: 0.06em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ========================================
  layout
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.l-footer__container {
  position: relative;
  padding-top: 5.1388888889vw;
  padding-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    padding-top: 17.0666666667vw;
    padding-bottom: 20vw;
  }
}
.l-footer__product {
  width: 10.2777777778vw;
  height: 21.0416666667vw;
  margin-left: 13.0555555556vw;
}
@media screen and (max-width: 768px) {
  .l-footer__product {
    width: 24.8vw;
    height: 50.6666666667vw;
    margin-left: 9.0666666667vw;
  }
}
.l-footer__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer__award {
  width: 6.5277777778vw;
  height: 4.8611111111vw;
  position: absolute;
  top: 5.625vw;
  left: 23.1944444444vw;
}
@media screen and (max-width: 768px) {
  .l-footer__award {
    width: 17.8666666667vw;
    height: 13.3333333333vw;
    top: 19.4666666667vw;
    left: 35.7333333333vw;
  }
}
.l-footer__award img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer__title {
  position: absolute;
  top: 15.6944444444vw;
  left: 28.0555555556vw;
  display: flex;
  align-items: center;
  gap: 1.3201388889vw;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .l-footer__title {
    top: 38.1333333333vw;
    left: 43.4666666667vw;
    flex-direction: column;
    gap: 3.1413333333vw;
    align-items: flex-start;
  }
}
.l-footer__title svg {
  width: 11.1111111111vw;
  height: 2.5215277778vw;
}
@media screen and (max-width: 768px) {
  .l-footer__title svg {
    width: 26.4373333333vw;
    height: 6vw;
  }
}
.l-footer__title__text {
  font-family: Syne;
  font-weight: 500;
  font-size: 1.3888888889vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .l-footer__title__text {
    font-size: 3.2vw;
  }
}
.l-footer__sns {
  position: absolute;
  top: 16.1111111111vw;
  left: 86.6666666667vw;
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    top: 56.3413333333vw;
    left: 43.4666666667vw;
    gap: 6.4vw;
    align-items: flex-start;
  }
  .l-footer__sns svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-footer__line {
  width: 63.6805555556vw;
  height: 0.0694444444vw;
  background-color: rgb(24, 47, 88);
  opacity: 0.1;
  position: absolute;
  top: 19.375vw;
  left: 28.0555555556vw;
}
@media screen and (max-width: 768px) {
  .l-footer__line {
    width: 84.5333333333vw;
    height: 0.2666666667vw;
    top: 70.4vw;
    left: 7.7333333333vw;
  }
}
.l-footer__copyright {
  position: absolute;
  top: 21.7361111111vw;
  left: 28.8194444444vw;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 0.9027777778vw;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  opacity: 0.4;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    top: 76vw;
    left: 12vw;
    font-size: 2.9333333333vw;
  }
}
.l-footer__link1, .l-footer__link2 {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .l-footer__link1:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__link2:hover {
    opacity: 0.8;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header__container {
  position: relative;
  z-index: 1000;
  opacity: 0;
}
.l-header__logo {
  width: pvw 129;
  height: 2.0833333333vw;
  position: absolute;
  top: 3.5416666667vw;
  left: 8.4027777778vw;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 8.5333333333vw;
    left: 6.6666666667vw;
    width: 24.2666666667vw;
    height: 5.5306666667vw;
  }
}
.l-header__content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 2.4055555556vw;
  left: 72.7083333333vw;
  gap: 2.0138888889vw;
}
@media screen and (max-width: 768px) {
  .l-header__content {
    top: 9.5653333333vw;
    right: 6.6666666667vw;
    gap: 0vw;
  }
}
.l-header__content__store {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header__content__store:hover {
    opacity: 0.4;
  }
}
.l-header__content__store__text {
  font-family: Syne;
  font-weight: 500;
  font-style: Medium;
  font-size: 0.9722222222vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;
  color: rgb(24, 47, 88);
}
.l-header__content__line {
  width: 0.0694444444vw;
  height: 0.7638888889vw;
  background-color: rgb(24, 47, 88);
}
.l-header__btn {
  flex-shrink: 0;
  width: 5.6944444444vw;
  height: 0.9027777778vw;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header__btn:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    width: 21.8666666667vw;
    height: 3.4666666667vw;
  }
}
.l-header__btn__line {
  width: 4.0972222222vw;
  height: 1px;
  background-color: rgb(24, 47, 88);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__btn__line {
    width: 15.7333333333vw;
    height: 1px;
  }
}
.l-header__btn__line.--line1 {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__btn__line.--line2 {
  position: absolute;
  top: 0.9027777778vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-header__btn__line.--line2 {
    top: 3.4666666667vw;
    right: 0vw;
  }
}
.l-header__btn.--active .l-header__btn__line.--line1 {
  top: 0.4513888889vw;
  transform: rotate(-15deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .l-header__btn.--active .l-header__btn__line.--line1 {
    top: 1.7333333333vw;
    transform: rotate(-15deg);
    transform-origin: center;
  }
}
.l-header__btn.--active .l-header__btn__line.--line2 {
  top: 0.4513888889vw;
  right: 1.5972222222vw;
  transform: rotate(15deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .l-header__btn.--active .l-header__btn__line.--line2 {
    top: 1.7333333333vw;
    right: 6.1333333333vw;
    transform: rotate(15deg);
    transform-origin: center;
  }
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  background-image: url(../images/header/nav.avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    padding-top: 46.9333333333vw;
    padding-bottom: 26.6666666667vw;
    overflow-y: scroll;
  }
}
.l-header__nav.--active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav__container {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .l-header__nav__container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 73.8666666667vw;
    gap: 25.6vw;
  }
}
.l-header__nav__inner {
  position: absolute;
  top: 13.75vw;
  left: 13.8888888889vw;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner {
    position: relative;
    top: 0;
    left: 0;
  }
}
.l-header__nav__inner__list {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner__list {
    gap: 8.5333333333vw;
  }
}
.l-header__nav__inner__link {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgb(24, 47, 88);
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header__nav__inner__link:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__inner__link {
    font-size: 5.3333333333vw;
  }
}
.l-header__nav__ex {
  position: absolute;
  top: 13.75vw;
  left: 64.0277777778vw;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex {
    position: relative;
    top: 0;
    left: 0;
  }
}
.l-header__nav__ex__list {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__list {
    gap: 4.2666666667vw;
  }
}
.l-header__nav__ex__link {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(24, 47, 88);
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header__nav__ex__link:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__link {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.l-header__nav__ex__link svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .l-header__nav__ex__link svg {
    width: 3.2vw;
    height: 3.2vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

::-webkit-scrollbar {
  height: 0;
  width: 0;
  color: transparent;
}

.l-main {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/common/bg.avif);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-main {
    background-image: url(../images/common/sp-bg.avif);
  }
}

.hk .p-feature__title,
.hk .p-mission__title__container__title,
.hk .p-science__title__container__title,
.hk .p-steps__title__container__title {
  line-height: 1.4;
}
.hk .p-science__content__container__num__container__text {
  white-space: nowrap;
}
.hk .p-product__title {
  line-height: 1.1;
}

/* ========================================
  component
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-mission__mission__1st__text__container {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container {
    width: 84.5333333333vw;
    gap: 6.4vw;
  }
}
.p-mission__mission__1st__text__container__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2513888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section {
    gap: 4.488vw;
  }
}
.p-mission__mission__1st__text__container__section__img {
  width: 9.9493055556vw;
  height: 1.4993055556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section__img {
    width: 28.5333333333vw;
    height: 4.2666666667vw;
  }
}
.p-mission__mission__1st__text__container__section__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section__text {
    font-size: 4.8vw;
  }
}
.p-mission__mission__1st__text__container__section__title {
  font-family: Syne;
  font-weight: 700;
  font-size: 2.6388888889vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section__title {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.p-mission__mission__1st__text__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__text {
    font-size: 4vw;
  }
}
.p-mission__mission__2nd__text__container {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container {
    width: 84.5333333333vw;
    gap: 6.4vw;
  }
}
.p-mission__mission__2nd__text__container__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2513888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section {
    gap: 4.488vw;
  }
}
.p-mission__mission__2nd__text__container__section__img {
  width: 9.9410416667vw;
  height: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section__img {
    width: 32.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-mission__mission__2nd__text__container__section__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section__text {
    font-size: 4.8vw;
  }
}
.p-mission__mission__2nd__text__container__section__title {
  font-family: Syne;
  font-weight: 700;
  font-size: 2.6388888889vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section__title {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.p-mission__mission__2nd__text__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__text {
    font-size: 4vw;
  }
}
.p-mission__mission__text__container__section__img {
  display: flex;
  align-items: center;
  position: relative;
  width: 11.7361111111vw;
  height: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__text__container__section__img {
    width: 25.2506666667vw;
    height: 9.6vw;
  }
}
.p-mission__mission__text__container__section__img img {
  width: 7.2200694444vw;
  height: 1.4995833333vw;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__text__container__section__img img {
    width: 15.5vw;
    height: 3.2192vw;
    margin-top: 1.6vw;
  }
}
.p-mission__mission__text__container__section__text {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 6.9444444444vw;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  position: absolute;
  left: 4.9305555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__text__container__section__text {
    font-size: 14.9093333333vw;
    left: 10.584vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.c-fv-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #474441;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.c-fv-video-modal.--active {
  opacity: 1;
  visibility: visible;
}
.c-fv-video-modal__btn {
  position: absolute;
  top: 3.3333333333vw;
  right: 5.5555555556vw;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  width: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .c-fv-video-modal__btn {
    width: 17.0666666667vw;
    gap: 2.1333333333vw;
  }
}
.c-fv-video-modal__line {
  height: 0.1rem;
  background: #fff;
}
.c-fv-video-modal__line.--line1 {
  width: 100%;
  transform: translateY(0.45rem) rotate(10deg);
}
.c-fv-video-modal__line.--line2 {
  width: 100%;
  transform: translateY(-0.45rem) rotate(-10deg);
}
.c-fv-video-modal__content {
  width: 66.6666666667vw;
  max-width: 90%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-fv-video-modal__content {
    width: 85.3333333333vw;
  }
}
.c-fv-video-modal__video {
  width: 100%;
  height: auto;
  background: #474441;
}

/* ========================================
  project
======================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-feature__container {
  position: relative;
}
.p-feature__container {
  width: 50vw;
  margin: 0 auto;
  padding-top: 12.5694444444vw;
}
@media screen and (max-width: 768px) {
  .p-feature__container {
    width: 84.5333333333vw;
    padding-top: 21.3333333333vw;
  }
}
.p-feature__title__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-feature__title__container {
    gap: 6.4vw;
  }
}
.p-feature__title {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 4.1666666667vw;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-feature__title {
    font-size: 8vw;
  }
}
.p-feature__title span {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 4.1666666667vw;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-feature__title span {
    font-size: 8vw;
  }
}
.p-feature__title__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-feature__title__text {
    font-size: 4vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-fv__container {
  position: relative;
  height: 47.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-fv__container {
    height: 174.4vw;
  }
}
.p-fv__title__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0138888889vw;
  position: absolute;
  top: 19.2361111111vw;
  left: 15.625vw;
}
@media screen and (max-width: 768px) {
  .p-fv__title__container {
    width: 83.4666666667vw;
    top: 130.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 5.0666666667vw;
  }
}
.p-fv__title__container_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3201388889vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__title__container_main {
    gap: 3.3066666667vw;
  }
}
.p-fv__title__container_main svg {
  width: 24.4444444444vw;
  height: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-fv__title__container_main svg {
    width: 61.3333333333vw;
    height: 13.8666666667vw;
  }
}
.p-fv__title {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 4.2666666667vw;
  }
}
.p-fv__title__text {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 1.61;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__title__text {
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
}
.p-fv__img__container {
  position: absolute;
  top: 8.0555555556vw;
  left: 50.8333333333vw;
  width: 28.0555555556vw;
  height: 39.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fv__img__container {
    top: 28.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 62.9333333333vw;
    height: 96.5333333333vw;
  }
}
.p-fv__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv__sub__img__container {
  position: absolute;
  top: 7.1527777778vw;
  left: 74.1666666667vw;
  width: 12.6388888889vw;
  height: 9.4444444444vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__sub__img__container {
    top: 28.2666666667vw;
    left: 65.3333333333vw;
    width: 28.5333333333vw;
    height: 21.3333333333vw;
  }
}
.p-fv__sub__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-mission__mission__1st__text__container {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container {
    width: 84.5333333333vw;
    gap: 6.4vw;
  }
}
.p-mission__mission__1st__text__container__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2513888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section {
    gap: 4.488vw;
  }
}
.p-mission__mission__1st__text__container__section__img {
  width: 9.9493055556vw;
  height: 1.4993055556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section__img {
    width: 28.5333333333vw;
    height: 4.2666666667vw;
  }
}
.p-mission__mission__1st__text__container__section__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section__text {
    font-size: 4.8vw;
  }
}
.p-mission__mission__1st__text__container__section__title {
  font-family: Syne;
  font-weight: 700;
  font-size: 2.6388888889vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__section__title {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.p-mission__mission__1st__text__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__text__container__text {
    font-size: 4vw;
  }
}
.p-mission__mission__2nd__text__container {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container {
    width: 84.5333333333vw;
    gap: 6.4vw;
  }
}
.p-mission__mission__2nd__text__container__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2513888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section {
    gap: 4.488vw;
  }
}
.p-mission__mission__2nd__text__container__section__img {
  width: 9.9410416667vw;
  height: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section__img {
    width: 32.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-mission__mission__2nd__text__container__section__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section__text {
    font-size: 4.8vw;
  }
}
.p-mission__mission__2nd__text__container__section__title {
  font-family: Syne;
  font-weight: 700;
  font-size: 2.6388888889vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__section__title {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.p-mission__mission__2nd__text__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__text__container__text {
    font-size: 4vw;
  }
}
.p-mission__mission__text__container__section__img {
  display: flex;
  align-items: center;
  position: relative;
  width: 11.7361111111vw;
  height: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__text__container__section__img {
    width: 25.2506666667vw;
    height: 9.6vw;
  }
}
.p-mission__mission__text__container__section__img img {
  width: 7.2200694444vw;
  height: 1.4995833333vw;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__text__container__section__img img {
    width: 15.5vw;
    height: 3.2192vw;
    margin-top: 1.6vw;
  }
}
.p-mission__mission__text__container__section__text {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 6.9444444444vw;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  position: absolute;
  left: 4.9305555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__text__container__section__text {
    font-size: 14.9093333333vw;
    left: 10.584vw;
  }
}

.p-mission__container {
  padding: 13.9388888889vw 13.8888888889vw 0 13.8888888889vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-mission__container {
    padding: 0;
    padding-top: 21.5253333333vw;
    gap: 17.0666666667vw;
  }
}
.p-mission__title__container {
  padding: 0 1.5277777778vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__title__container {
    padding: 0;
    gap: 3.2vw;
  }
}
.p-mission__title__container__text {
  font-family: DM Sans;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5277777778vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__title__container__text {
    font-size: 4.8vw;
  }
}
.p-mission__title__container__title {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-style: medium;
  font-size: 4.1666666667vw;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__title__container__title {
    font-size: 8vw;
  }
}
.p-mission__title__container__title span {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 4.1666666667vw;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-mission__title__container__title span {
    font-size: 8vw;
  }
}
.p-mission__mission__1st {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st {
    gap: 8.5333333333vw;
  }
}
.p-mission__mission__1st__content {
  display: flex;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__content {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.p-mission__mission__1st__img__container {
  padding: 1.7361111111vw 6.1111111111vw 1.7361111111vw 6.4583333333vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5555555556vw;
  border: 0.0694444444vw solid rgb(255, 255, 255);
  width: 33.3333333333vw;
  height: 18.75vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__img__container {
    width: 84.5333333333vw;
    height: 47.4666666667vw;
    padding: 4.4026666667vw 15.4986666667vw 4.32vw 16.3786666667vw;
    border-radius: 6.4vw;
    border: 0.2666666667vw solid rgb(255, 255, 255);
  }
}
.p-mission__mission__1st__img__container img {
  width: 20.7638888889vw;
  height: 15.2777777778vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__img__container img {
    width: 100%;
    height: 100%;
  }
}
.p-mission__mission__1st__content__text__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__content__text__container {
    gap: 2.1333333333vw;
  }
}
.p-mission__mission__1st__content__text__container__text {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 2.2222222222vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__content__text__container__text {
    font-size: 5.8666666667vw;
  }
}
.p-mission__mission__1st__content__text__container__items {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__content__text__container__items {
    gap: 2.1333333333vw;
    width: 84.5333333333vw;
  }
}
.p-mission__mission__1st__content__text__container__items__item {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  list-style: none;
  color: rgb(24, 47, 88);
  display: flex;
  gap: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__1st__content__text__container__items__item {
    font-size: 4vw;
    gap: 1.0666666667vw;
  }
}
.p-mission__mission__2nd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd {
    gap: 8.5333333333vw;
  }
}
.p-mission__mission__2nd__content {
  display: flex;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__content {
    flex-direction: column;
    gap: 13.6vw;
  }
}
.p-mission__mission__2nd__left__container {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__left__container {
    gap: 4.2666666667vw;
  }
}
.p-mission__mission__2nd__left__container__img__container {
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__left__container__img__container {
    gap: 0vw;
    position: relative;
  }
}
.p-mission__mission__2nd__left__container__img__container svg {
  margin-top: 9.0972222222vw;
  width: 1.3194444444vw;
  height: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__left__container__img__container svg {
    margin-top: 0;
    position: absolute;
    bottom: -20vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 5.0666666667vw;
    height: 7.4666666667vw;
  }
}
.p-mission__mission__2nd__left__container__img__container__img {
  padding: 1.6666666667vw 4.7916666667vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5555555556vw;
  border: 0.0694444444vw solid rgb(255, 255, 255);
  width: 33.3333333333vw;
  height: 18.75vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__left__container__img__container__img {
    width: 84.5333333333vw;
    height: 47.4666666667vw;
    padding: 4.2666666667vw 12vw;
    border-radius: 2.1333333333vw;
    border: 0.2666666667vw solid rgb(255, 255, 255);
  }
}
.p-mission__mission__2nd__left__container__img__container__img img {
  width: 23.75vw;
  height: 16.3361111111vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__left__container__img__container__img img {
    width: 100%;
    height: 100%;
  }
}
.p-mission__mission__2nd__left__container__img__container__text {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__left__container__img__container__text {
    font-size: 4vw;
  }
}
.p-mission__mission__2nd__right__container {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__right__container {
    gap: 4.2666666667vw;
  }
}
.p-mission__mission__2nd__right__container__img__container {
  padding: 1.5277777778vw 2.9166666667vw 0.4888888889vw 2.9166666667vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5555555556vw;
  border: 0.0694444444vw solid rgb(255, 255, 255);
  width: 33.3333333333vw;
  height: 18.75vw;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__right__container__img__container {
    width: 84.5333333333vw;
    height: 47.4666666667vw;
    padding: 2.4vw 7.328vw 2.6293333333vw 7.4666666667vw;
    border-radius: 2.1333333333vw;
    border: 0.2666666667vw solid rgb(255, 255, 255);
  }
}
.p-mission__mission__2nd__right__container__img__container img {
  width: 27.5vw;
  height: 16.2145833333vw;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__right__container__img__container img {
    width: 100%;
    height: 100%;
  }
}
.p-mission__mission__2nd__right__container__text__container__text {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-mission__mission__2nd__right__container__text__container__text {
    font-size: 4vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-product__container {
  position: relative;
  padding-top: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-product__container {
    padding-top: 47.2vw;
  }
}
.p-product__img__container {
  width: 33.9583333333vw;
  height: 41.0416666667vw;
  margin-left: 33.6805555556vw;
}
@media screen and (max-width: 768px) {
  .p-product__img__container {
    width: 84.5333333333vw;
    height: 106.1333333333vw;
    margin-left: 0;
    margin: 0 auto;
  }
}
.p-product__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__desc__container {
  position: absolute;
  top: 10.3472222222vw;
  left: 59.7916666667vw;
}
@media screen and (max-width: 768px) {
  .p-product__desc__container {
    top: 19.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-product__desc__container__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5277777778vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-product__desc__container__text {
    text-align: center;
    font-size: 4.8vw;
  }
}
.p-product__desc__container__title {
  margin-top: 0.9722222222vw;
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 3.4819444444vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-product__desc__container__title {
    margin-top: 2.1333333333vw;
    text-align: center;
    font-size: 8.5333333333vw;
  }
}
.p-product__title__container {
  margin-top: 2.0138888889vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-product__title__container {
    margin-top: 4.2666666667vw;
    gap: 4vw;
  }
}
.p-product__title__container__text {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1.9444444444vw;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-product__title__container__text {
    font-size: 4.8vw;
  }
}
.p-product__title__container_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-product__title__container_main {
    gap: 4.2666666667vw;
  }
}
.p-product__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 2.2222222222vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-product__title {
    font-size: 5.3333333333vw;
  }
}
.p-product__title__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.3888888889vw;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-product__title__text {
    font-size: 4.8vw;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-science__container {
  padding: 13.4722222222vw 8.4722222222vw 12.0833333333vw 8.3333333333vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-science__container {
    padding: 19.2vw 7.7333333333vw 25.8666666667vw 7.7333333333vw;
    gap: 8.5333333333vw;
  }
}
.p-science__title__container {
  width: 59.7916666667vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-science__title__container {
    width: 84.5333333333vw;
    gap: 6.4vw;
  }
}
.p-science__title__container__title {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 4.1666666667vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-science__title__container__title {
    font-size: 8vw;
  }
}
.p-science__title__container__title span {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 4.1666666667vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-science__title__container__title span {
    font-size: 8vw;
  }
}
.p-science__title__container__text {
  margin: 0 4.8958333333vw;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-science__title__container__text {
    margin: 0 auto;
    font-size: 4vw;
  }
}
.p-science__content__container {
  display: flex;
  align-items: center;
  gap: 5.5555555556vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-science__content__container {
    flex-direction: column;
    gap: 17.8666666667vw;
  }
}
.p-science__content__container__container {
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__container {
    gap: 14.9333333333vw;
  }
}
.p-science__content__container__img__container {
  width: 38.8888888889vw;
  height: 31.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__img__container {
    width: 84.5333333333vw;
    height: 67.7333333333vw;
  }
}
.p-science__content__container__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__img__container img {
    border-radius: 2.1333333333vw;
  }
}
.p-science__content__container__text__container {
  width: 33.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__text__container {
    width: 84.5333333333vw;
    gap: 2.1333333333vw;
  }
}
.p-science__content__container__text__container__title {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__text__container__title {
    font-size: 6.9333333333vw;
  }
}
.p-science__content__container__text__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(24, 47, 88);
}
@media screen and (max-width: 768px) {
  .p-science__content__container__text__container__text {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-science__content__container__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__reverse {
    flex-direction: column;
  }
}
.p-science__content__container__num__container {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__num__container {
    top: 69.8666666667vw;
    right: 0;
  }
}
.p-science__content__container__num__container__num {
  width: 6.9444444444vw;
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 6.9444444444vw;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90.27deg, #0d7590 1.03%, #092f56 50.52%, #68659f 69.55%, #be4c66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__num__container__num {
    font-size: 17.0666666667vw;
    width: 17.0666666667vw;
  }
}
.p-science__content__container__num__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  vertical-align: middle;
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  font-style: italic;
  top: 3.3333333333vw;
  right: 4.6527777778vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__num__container__text {
    font-size: 3.7333333333vw;
    top: 7.7333333333vw;
    right: 10.6666666667vw;
  }
}
.p-science__content__container__num__container__reverse {
  top: 0;
  left: 30.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__num__container__reverse {
    top: 69.8666666667vw;
    left: auto;
    right: 0;
  }
}
.p-science__content__container__num__container__num__reverse {
  width: 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__num__container__num__reverse {
    width: 19.4666666667vw;
  }
}
.p-science__content__container__num__container__text__reverse {
  width: 4.6527777778vw;
  top: 3.2638888889vw;
  left: -2.3611111111vw;
}
@media screen and (max-width: 768px) {
  .p-science__content__container__num__container__text__reverse {
    width: 13.8666666667vw;
    top: 7.7333333333vw;
    right: 13.3333333333vw;
    left: auto;
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-steps {
  background: linear-gradient(90deg, #025ca9 0%, #182f58 100%);
  background-image: url(../images/steps/step.avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-steps__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.8888888889vw;
  padding-bottom: 5.5555555556vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-steps__container {
    gap: 0vw;
    padding-bottom: 17.0666666667vw;
  }
}
.p-steps__title__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-steps__title__container {
    padding-top: 17.0666666667vw;
  }
}
.p-steps__title__container__title {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 4.1666666667vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.p-steps__title__container__title span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-steps__title__container__title {
    font-size: 8vw;
  }
}
.p-steps__img__container {
  width: 19.2361111111vw;
  height: 34.7222222222vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-steps__img__container {
    margin-top: 6.9333333333vw;
    width: 73.8666666667vw;
    height: 133.3333333333vw;
  }
}
.p-steps__img__container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-steps__img__container video {
    border-radius: 2.1333333333vw;
  }
}
.p-steps__content__container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 17.3611111111vw;
  left: 14.0277777778vw;
  width: 22.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-steps__content__container {
    margin-top: 10.6666666667vw;
    width: 84.5333333333vw;
    position: relative;
    top: 0;
    left: 0;
  }
}
.p-steps__content__container__item {
  display: flex;
  gap: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-steps__content__container__item {
    gap: 1.056vw;
  }
}
.p-steps__content__container__item__num {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-steps__content__container__item__num {
    font-size: 4vw;
  }
}
.p-steps__content__container__item__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-steps__content__container__item__text {
    font-size: 4vw;
  }
}
.p-steps__check__container {
  position: absolute;
  top: 26.8055555556vw;
  left: 15.2777777778vw;
  width: 20.9722222222vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-steps__check__container {
    margin-top: 4.2666666667vw;
    position: relative;
    width: 79.7786666667vw;
    margin-left: 4.7546666667vw;
    top: 0;
    left: 0;
    gap: 2.9333333333vw;
  }
}
.p-steps__check__container__line {
  width: 100%;
  height: 0.0694444444vw;
  background: #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-steps__check__container__line {
    height: 0.2666666667vw;
  }
}
.p-steps__check__container__text__container {
  display: flex;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-steps__check__container__text__container {
    gap: 4.2666666667vw;
  }
}
.p-steps__check__container__text__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 0.9027777778vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-steps__check__container__text__container__text {
    font-size: 3.4666666667vw;
  }
}
.p-steps__check__container__text__container svg {
  height: 1.5972222222vw;
}
@media screen and (max-width: 768px) {
  .p-steps__check__container__text__container svg {
    width: 11.7333333333vw;
    height: 6.1333333333vw;
  }
}
.p-steps__check__container__text__container svg g {
  width: 100%;
  height: 100%;
}
.p-steps__check__container__text__container svg g path {
  fill: #fff;
}
.p-steps__add__container {
  position: absolute;
  top: 32.5694444444vw;
  left: 63.75vw;
  width: 22.2222222222vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-steps__add__container {
    position: relative;
    margin-top: 8.5333333333vw;
    width: 84.5333333333vw;
    top: 0;
    left: 0;
    gap: 3.2vw;
  }
}
.p-steps__add__container__title {
  width: fit-content;
  padding: 0 0.3388888889vw;
  background: rgb(75, 94, 121);
  display: flex;
  align-items: center;
  gap: 0.4236111111vw;
}
@media screen and (max-width: 768px) {
  .p-steps__add__container__title {
    padding: 0 1.3013333333vw;
    gap: 1.6266666667vw;
  }
}
.p-steps__add__container__title__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1805555556vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-steps__add__container__title__text {
    font-size: 4.5333333333vw;
  }
}
.p-steps__add__container__text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-steps__add__container__text {
    font-size: 4vw;
  }
}
.p-steps__slide__text {
  position: absolute;
  top: 42.2916666667vw;
  display: flex;
  gap: 4.4444444444vw;
  z-index: 0;
  overflow: hidden;
  animation: slideRightToLeft 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-steps__slide__text {
    top: 134.9333333333vw;
    gap: 9.0666666667vw;
  }
}
.p-steps__slide__text__title {
  flex-shrink: 0;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 6.9444444444vw;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  opacity: 0.05;
}
@media screen and (max-width: 768px) {
  .p-steps__slide__text__title {
    font-size: 21.3333333333vw;
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}

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

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

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.p-store__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-store__container {
    gap: 0vw;
    padding-top: 21.3333333333vw;
  }
}
.p-store__link {
  width: 83.4027777778vw;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-store__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-store__link {
    width: 84.5333333333vw;
    height: 106.6666666667vw;
  }
}
.p-store__link__text {
  position: absolute;
  top: 8.125vw;
  left: 6.7361111111vw;
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 3.1944444444vw;
  line-height: 1.36;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-store__link__text {
    top: 11.4666666667vw;
    left: 7.7333333333vw;
    font-size: 7.2vw;
  }
}
.p-store__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}