@charset "UTF-8";
@media screen and (min-width:1681px) {
  /* 1681px以上 */
}
@media screen and (min-width:1441px) {
  /* 1441px以上 */
}
@media screen and (max-width: 1260px) {
  /* 1260px以下 */
}
@media screen and (min-width:1101px) {
  /* 1101px以上 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1184px) {
  /* 1084px以下 */
}
@media screen and (max-width: 1024px) {
  /* 1024px以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | 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;
}

/**
 * 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * 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;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 32px;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.8s;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  position: relative;
  width: 171px;
  height: 22px;
  transition: opacity 0.2s ease-in-out;
}
.l-header__logo a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.l-header__logo a::before, .l-header__logo a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
  content: "";
}
.l-header__logo a::before {
  background-image: url("/new-chitose/assets/images/logo.svg");
}
.l-header__logo a::after {
  background-image: url("/new-chitose/assets/images/logo-color.svg");
  opacity: 0;
}
.isLogoHidden .l-header__logo {
  opacity: 0;
  pointer-events: none;
}
.l-header__links {
  width: 151px;
  height: 32px;
  padding: 2px;
  color: var(--color-font-white);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  border: solid 0.5px var(--color-bg-white);
  line-height: 1;
  transition: all 0.5s ease-in-out;
}
.l-header__links span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.5px var(--color-bg-white);
  transition: all 0.5s ease-in-out;
}
.l-header.isColor .l-header__logo a::before {
  opacity: 0;
}
.l-header.isColor .l-header__logo a::after {
  opacity: 1;
}
.l-header.isColor .l-header__links {
  color: #2F495B;
  background-color: var(--color-bg-white);
  border: solid 0.5px #2F495B;
}
.l-header.isColor .l-header__links span {
  border: solid 0.5px #2F495B;
}
@media (any-hover:hover) {
  .l-header__logo a {
    transition: opacity 0.2s ease-in-out;
  }
  .l-header__logo a:hover {
    opacity: 0.5;
  }
  .l-header__links {
    transition: opacity 0.2s ease-in-out;
  }
  .l-header__links:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 16px 12px 0 16px;
  }
  .l-header__logo {
    width: 126px;
    height: 16px;
  }
  .l-header__links {
    width: 137px;
    font-size: 12px;
  }
}
.isAnimate .l-header {
  transform: translateY(0);
}

.p-mv {
  position: relative;
  width: 100vw !important;
  overflow: hidden;
}
.p-mv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 55, 55, 0.2);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.p-mv__container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh) * 100);
  background-color: var(--color-bg-blue);
}
.p-mv__outer {
  position: relative;
  padding: 13.8888888889vw 20px;
  z-index: 1;
}
@media screen and (min-width:1681px) {
  .p-mv__outer {
    padding: 200px 20px;
  }
}
.p-mv__inner {
  max-width: 1134px;
  margin: auto;
}
.p-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mv__img__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(23.0113636364% 25%);
  transform: matrix(1, 0, 0, 1, 0, 40);
  transition: transform 0.8s ease-in-out;
}
.p-mv__img__elem__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
}
.p-mv__img__elem__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.8);
  transform-origin: center center;
  transition: transform 0.8s ease-in-out;
  clip-path: inset(50% 0 50% 0);
}
.p-mv__heading {
  color: var(--color-font-white);
  font-size: 70px;
  font-size: 4.8611111111vw;
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 1.7;
}
@media screen and (min-width:1681px) {
  .p-mv__heading {
    font-size: 70px;
  }
}
.p-mv__summary {
  margin-top: 110px;
  color: var(--color-font-white);
  font-size: 44px;
  font-size: 3.0555555556vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (min-width:1681px) {
  .p-mv__summary {
    font-size: 44px;
  }
}
.p-mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10404px;
  height: 159px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-mv__copy span {
  width: 3468px;
  height: 100%;
  background-image: url("../images/h_copy.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  display: block;
}
.p-mv__scroll {
  position: absolute;
  right: 0;
  bottom: 14.0909090909%;
  left: 0;
  margin: auto;
  color: var(--color-font-white);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  line-height: 1.4;
  pointer-events: none;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 1s;
}
.isAnimate .p-mv .p-mv__img__elem {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.isAnimate .p-mv .p-mv__img__elem__item img {
  transform: scale(1);
  animation: clipOpenVertical 0.8s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.isAnimate .p-mv .p-mv__scroll {
  transform: translateY(0);
  opacity: 1;
}
.isAnimate .p-mv .p-mv__copy span {
  animation: mvCopySpan 25s linear infinite;
}
.p-mv.isScaleEnd::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__container {
    min-height: 100vh; /* 古いブラウザ */
    min-height: 100lvh; /* iOS 26.2 / 最新 */
    padding-bottom: constant(safe-area-inset-bottom); /* iOS旧 */
    padding-bottom: env(safe-area-inset-bottom); /* 現行 */
  }
  .p-mv__outer {
    padding: 40px;
  }
  .p-mv__heading {
    font-size: 40px;
    line-height: 1.75;
  }
  .p-mv__summary {
    margin-top: 44px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .p-mv__copy {
    width: 6501px;
    height: 100px;
  }
  .p-mv__copy span {
    width: 2167px;
    background-image: url("../images/h_copy_sp.png");
  }
}

.scrollmagic-pin-spacer {
  min-width: 100% !important;
  width: 100% !important;
}

@keyframes mvCopySpan {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3468px);
  }
}
@keyframes clipOpenVertical {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.p-parse {
  position: relative;
  padding-top: 200px;
  padding-bottom: 96px;
  background-color: var(--color-bg-white);
  overflow-x: hidden;
}
.p-parse__outer {
  position: relative;
  padding: 0 25px;
}
.p-parse__inner {
  max-width: 1104px;
  margin-inline: auto;
}
.p-parse__content {
  position: relative;
  width: 50.634057971%;
  margin-left: auto;
  padding: 35px 0 132px;
  z-index: 1;
}
.p-parse__heading {
  font-family: var(--font-en);
  font-size: 85px;
  font-size: 5.9027777778vw;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width:1681px) {
  .p-parse__heading {
    font-size: 80px;
  }
}
.p-parse__label {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.75;
}
.p-parse__bg {
  position: absolute;
  top: 0;
  right: 49px;
  width: 218.6046511628%;
  aspect-ratio: 1222/401;
  background-image: url("../images/img_plant.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-parse {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .p-parse__outer {
    padding: 0;
  }
  .p-parse__content {
    width: 100%;
    padding: 0 25px 0 50px;
  }
  .p-parse__heading {
    font-size: 45px;
  }
  .p-parse__label {
    margin-top: 25px;
  }
  .p-parse__bg {
    position: relative;
    left: -16.6666666667%;
    width: 190.6666666667%;
    margin-top: 25px;
    aspect-ratio: 143/47;
  }
}

.p-plan {
  position: relative;
  padding-top: 64px;
  padding-bottom: 104px;
  background-color: var(--color-bg-white);
  z-index: 2;
}
.p-plan__outer {
  padding: 0 10px;
}
.p-plan__inner {
  max-width: 914px;
  margin-inline: auto;
}
.p-plan__row {
  display: flex;
  justify-content: space-between;
}
.p-plan__head {
  width: 31.7286652079%;
  padding-top: 104px;
}
.p-plan__head__inner {
  padding-left: 17.2413793103%;
}
.p-plan__head .p-plan__txt {
  margin-top: 19px;
}
.p-plan__body {
  width: 61.2691466083%;
}
.p-plan__heading {
  padding-top: 40px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  border-top: solid 1px var(--color-font-primary);
}
.p-plan__txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
.p-plan__text {
  min-width: 116px;
  font-family: var(--font-en);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.p-plan__text.-l {
  font-size: 90px;
}
.p-plan__label {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1;
}
.p-plan__img {
  margin-top: 56px;
}
.p-plan__elem {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ===== 円 ===== */
  /* ===== 黒ドット（先行） ===== */
  /* ===== 白ドット（追従） ===== */
}
.p-plan__elem__row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p-plan__elem svg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.p-plan__elem .track {
  fill: none;
  stroke: #A2E8FF;
  stroke-width: 32;
}
.p-plan__elem .leader {
  transform-origin: 50% 50%;
  animation: rotateExpo 3.2s infinite;
  will-change: transform;
}
.p-plan__elem .dotBlack {
  fill: #373737;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2));
}
.p-plan__elem .follower {
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}
.p-plan__elem .dotWhite {
  fill: #ffffff;
  stroke: #A2E8FF;
  stroke-width: 2;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .p-plan__row {
    flex-direction: column;
  }
  .p-plan__head {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-plan__head__inner {
    padding-top: 24px;
    padding-left: 0;
    border-top: solid 1px var(--color-font-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  .p-plan__head .p-plan__txt {
    margin-top: 0;
  }
  .p-plan__head .p-plan__label {
    font-size: 20px;
  }
  .p-plan__body {
    width: 100%;
    margin-top: 34px;
  }
  .p-plan__heading {
    padding-top: 0;
    padding-bottom: max(80px, 21.3333333333%);
    font-size: 28px;
    border-top: none;
  }
  .p-plan__txt {
    gap: 8px;
  }
  .p-plan__text {
    min-width: 74px;
    font-size: 54px;
  }
  .p-plan__text.-l {
    min-width: 120px;
    font-size: 60px;
  }
  .p-plan__label {
    font-size: 14px;
  }
  .p-plan__img {
    position: absolute;
    bottom: 0;
    left: 13px;
    margin-top: 0;
    width: 41.1267605634%;
    aspect-ratio: 73/24;
  }
  .p-plan__elem__row {
    gap: 16px;
  }
}

/* easeOutExpo 近似 */
@keyframes rotateExpo {
  0% {
    transform: rotate(0deg);
  }
  8% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.p-process {
  position: relative;
  width: 100% !important;
  height: 100vh;
  height: calc(var(--vh) * 100);
}
.p-process__outer {
  padding: 0 30px;
}
.p-process__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: min(72px, 5vw);
  display: flex;
  align-items: center;
  inset: 0;
}
.p-process__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-process__head {
  display: flex;
  flex-direction: column;
  order: 2;
}
.p-process__head::after {
  width: 23.6111111111vw;
  margin-top: 88px;
  aspect-ratio: 2/1;
  display: block;
  content: "";
}
.p-process__body {
  order: 1;
}
.p-process__title {
  margin-top: auto;
  font-size: 45px;
  font-size: 3.125vw;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-process__txt {
  position: absolute;
  right: min(128px, 8.8888888889vw);
  bottom: min(93px, 6.4583333333vw);
}
@media screen and (min-width:1681px) {
  .p-process__txt {
    right: 70px;
    bottom: 40px;
  }
}
.p-process__heading {
  font-family: var(--font-en);
  font-size: 15px;
  font-size: 1.0416666667vw;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-process__heading span {
  font-size: 50px;
  font-size: 3.4722222222vw;
  line-height: 1;
}
.p-process__build {
  margin-top: 26px;
  margin-left: 49px;
  max-width: 20.2083333333vw;
}
.p-process__img__row {
  display: flex;
  gap: 3.3333333333vw;
}
.p-process__img__item figure figcaption {
  margin-top: 39px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
.p-process__content.-process01 .p-process__row {
  max-width: 91.875vw;
}
.p-process__content.-process01 .p-process__head {
  width: 29.375vw;
}
.p-process__content.-process01 .p-process__body {
  width: 56.6666666667vw;
}
.p-process__content.-process01 .p-process__img .p-process__img__row {
  align-items: center;
  gap: 48px;
}
.p-process__content.-process01 .p-process__img .p-process__img__col:nth-child(1) {
  width: 30vw;
}
.p-process__content.-process01 .p-process__img .p-process__img__col:nth-child(1) .p-process__img__item.-img02 {
  max-width: 66.6666666667%;
  margin-top: 99px;
  margin-left: auto;
}
.p-process__content.-process01 .p-process__img .p-process__img__col:nth-child(2) {
  width: 23.3333333333vw;
}
.p-process__content.-process02 .p-process__row {
  max-width: 91.3194444444vw;
}
.p-process__content.-process02 .p-process__head {
  width: 28.75vw;
}
.p-process__content.-process02 .p-process__body {
  width: 56.7361111111vw;
}
.p-process__content.-process02 .p-process__img .p-process__img__col:nth-child(1) {
  width: 26.7361111111vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-process__content.-process02 .p-process__img .p-process__img__col:nth-child(2) {
  width: 26.6666666667vw;
}
.p-process__content.-process03 .p-process__row {
  max-width: 91.25vw;
}
.p-process__content.-process03 .p-process__head {
  width: 29.0277777778vw;
}
.p-process__content.-process03 .p-process__body {
  width: 56.6666666667vw;
}
.p-process__content.-process03 .p-process__img .p-process__img__row {
  flex-direction: column;
}
.p-process__content.-process03 .p-process__img .p-process__img__col:nth-child(1) {
  width: 100%;
}
.p-process__content.-process03 .p-process__img .p-process__img__col:nth-child(2) {
  width: 100%;
}
.p-process__content.-process03 .p-process__img .p-process__img__item.-img01 {
  max-width: 64.7058823529%;
  margin-left: auto;
}
.p-process__content.-process03 .p-process__img .p-process__img__item.-img02 {
  max-width: 58.8235294118%;
}
.p-process__content.-process04 .p-process__row {
  max-width: 95.0694444444vw;
}
.p-process__content.-process04 .p-process__head {
  width: 32.4305555556vw;
}
.p-process__content.-process04 .p-process__body {
  width: 56.7361111111vw;
}
.p-process__content.-process04 .p-process__img .p-process__img__row {
  flex-direction: column;
}
.p-process__content.-process04 .p-process__img .p-process__img__col:nth-child(1) {
  width: 100%;
}
.p-process__content.-process04 .p-process__img .p-process__img__col:nth-child(2) {
  width: 100%;
}
.p-process__content.-process04 .p-process__img .p-process__img__item.-img01 {
  max-width: 64.7490820073%;
}
.p-process__content.-process04 .p-process__img .p-process__img__item.-img02 {
  max-width: 58.7515299878%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-process {
    margin-top: 85px;
    height: auto;
  }
  .p-process__content {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }
  .p-process__row {
    width: 100%;
    flex-direction: column;
  }
  .p-process__head {
    display: block;
    order: 1;
  }
  .p-process__head::after {
    content: none;
  }
  .p-process__body {
    margin-top: 22px;
    order: 2;
  }
  .p-process__txt {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 32px;
  }
  .p-process__title {
    font-size: 36px;
    letter-spacing: 0.02em;
  }
  .p-process__heading {
    font-size: 15px;
  }
  .p-process__heading span {
    font-size: 50px;
  }
  .p-process__build {
    max-width: 154px;
    margin-top: -8px;
    margin-left: auto;
  }
  .p-process__img__row {
    gap: 20px;
  }
  .p-process__img__item figure figcaption {
    margin-top: 20px;
  }
  .p-process__content + .p-process__content {
    margin-top: 64px;
  }
  .p-process__content.-process01 .p-process__row {
    max-width: 100%;
  }
  .p-process__content.-process01 .p-process__head {
    width: 100%;
  }
  .p-process__content.-process01 .p-process__body {
    width: 100%;
  }
  .p-process__content.-process01 .p-process__img .p-process__img__row {
    gap: 20px;
  }
  .p-process__content.-process01 .p-process__img .p-process__img__col:nth-child(1) {
    width: 52.6984126984%;
  }
  .p-process__content.-process01 .p-process__img .p-process__img__col:nth-child(1) .p-process__img__item.-img02 {
    max-width: 66.8674698795%;
    margin-top: 38px;
  }
  .p-process__content.-process01 .p-process__img .p-process__img__col:nth-child(2) {
    width: 40.9523809524%;
  }
  .p-process__content.-process02 .p-process__row {
    max-width: 100%;
  }
  .p-process__content.-process02 .p-process__head {
    width: 100%;
  }
  .p-process__content.-process02 .p-process__body {
    width: 100%;
  }
  .p-process__content.-process02 .p-process__img .p-process__img__col:nth-child(1) {
    width: 46.9841269841%;
  }
  .p-process__content.-process02 .p-process__img .p-process__img__col:nth-child(2) {
    width: 46.9841269841%;
  }
  .p-process__content.-process03 .p-process__row {
    max-width: 100%;
  }
  .p-process__content.-process03 .p-process__head {
    width: 100%;
  }
  .p-process__content.-process03 .p-process__body {
    width: 100%;
  }
  .p-process__content.-process03 .p-process__img .p-process__img__item.-img01 {
    max-width: 64.7619047619%;
  }
  .p-process__content.-process03 .p-process__img .p-process__img__item.-img02 {
    max-width: 58.7301587302%;
  }
  .p-process__content.-process04 .p-process__row {
    max-width: 100%;
  }
  .p-process__content.-process04 .p-process__head {
    width: 100%;
  }
  .p-process__content.-process04 .p-process__body {
    width: 100%;
  }
  .p-process__content.-process04 .p-process__img .p-process__img__item.-img01 {
    max-width: 64.7619047619%;
  }
  .p-process__content.-process04 .p-process__img .p-process__img__item.-img02 {
    max-width: 58.7301587302%;
  }
  .p-process__content.-process05 .p-process__row {
    max-width: 100%;
  }
  .p-process__content.-process05 .p-process__head {
    width: 100%;
  }
  .p-process__content.-process05 .p-process__body {
    width: 100%;
  }
}

.p-outro {
  position: relative;
  height: 130vh;
  height: calc(var(--vh) * 130);
  background-color: var(--color-bg-blue);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.p-outro__wrap {
  position: relative;
  height: 90vh;
  height: calc(var(--vh) * 90);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-outro__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10404px;
  height: 640px;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 62px;
  flex-direction: column;
  pointer-events: none;
}
.p-outro__copy__line {
  width: 10404px;
  height: 160px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-outro__copy__line span {
  width: 3468px;
  height: 100%;
  background-image: url("../images/h_copy.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  display: block;
  animation: outroCopyLine 40s linear infinite;
}
.p-outro__copy__line:nth-child(2) span {
  animation: outroCopyLineReverse 40s linear infinite;
}
.p-outro__copy__line:nth-child(3) span {
  animation: outroCopyLine 60s linear infinite;
}
.p-outro__img {
  position: relative;
  width: 61.8055555556%;
}
@media screen and (max-width: 767px) {
  .p-outro {
    height: 669px;
    margin-top: 120px;
  }
  .p-outro__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-outro__copy {
    width: 5202px;
    height: 336px;
    gap: 48px;
  }
  .p-outro__copy__line {
    width: 5202px;
    height: 80px;
    gap: 20px;
  }
  .p-outro__copy__line span {
    width: 1734px;
    background-image: url("../images/h_copy_sp.png");
    animation: outroCopyLineSp 30s linear infinite;
  }
  .p-outro__copy__line:nth-child(2) span {
    animation: outroCopyLineReverseSp 30s linear infinite;
  }
  .p-outro__copy__line:nth-child(3) span {
    animation: outroCopyLineSp 50s linear infinite;
  }
  .p-outro__img {
    max-width: 376px;
    width: 100.2666666667%;
  }
}

@keyframes outroCopyLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3468px);
  }
}
@keyframes outroCopyLineReverse {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3468px);
  }
}
@keyframes outroCopyLineSp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1734px);
  }
}
@keyframes outroCopyLineReverseSp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1734px);
  }
}
/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */
/* root
----------------------------------------------- */
:root {
  --color-bg-white: #FFFFFF;
  --color-bg-black: #000;
  --color-bg-blue: #00BFFF;
  --color-font-primary: #373737;
  --color-font-white: #FFFFFF;
  --font-base: Noto Sans JP, sans-serif;
  --font-en: Inter, sans-serif;
  --font-pc-base: 400 15px/1.6 Noto Sans JP, sans-serif;
  --content-base: 750px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-pc-base);
  letter-spacing: 0.014em;
  font-feature-settings: "palt";
  word-break: break-all;
}

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

.center {
  text-align: center;
}

/* indicate
----------------------------------------------- */
.js-indicate-ready {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
}
.js-indicate-start {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

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

/*# sourceMappingURL=style.css.map */
