@charset "UTF-8";
/*! 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;
}

/**
 * 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] {
  -webkit-text-decoration: underline dotted;
          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: 60%;
  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 */
  -moz-appearance: none;
       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 */
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/*===========
 Basic color
===========*/
html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 93.75%; /* 15px相当 */
  }
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
  color: #000000;
  background: transparent;
  line-height: 1.8;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  opacity: 0.7;
}

img {
  display: inline-block;
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

ul {
  list-style: none;
  padding-left: 0px;
}

/* Add third-party library overrides here when needed. */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 16.75rem;
  width: 100%;
  min-height: 4rem;
  margin: 4rem auto 0;
  padding: 1rem 0;
  border: 1px solid #000000;
  border-radius: 3.75rem;
  background: #000000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 100%;
    margin-top: 2.6667rem;
  }
}
.c-btn span {
  position: relative;
}
.c-btn span:after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
  transform: translateY(-50%);
  display: block;
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #000000;
}
.c-btn:hover span:after {
  border-left: 6px solid #000000;
}
.c-btn--white {
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}
.c-btn--white span:after {
  border-left: 6px solid #000000;
}
.c-btn--white:hover {
  background-color: #000000;
  color: #fff;
}
.c-btn--white:hover span:after {
  border-left: 6px solid #fff;
}

.c-cards {
  display: grid;
  gap: 1.5rem;
}
.c-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-card {
  position: relative;
}
.c-card__image-wrap {
  display: block;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 767px) {
  .c-card__image-wrap {
    border-radius: 0.667rem;
  }
}
.c-card__image-wrap:hover .report__image {
  transform: scale(1.1);
  transform-origin: center;
}
.c-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 384/287;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card__image {
    aspect-ratio: 335/250;
  }
}
.c-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card__content {
    gap: 0.75rem;
    margin-top: 1.666rem;
  }
}
.c-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  margin: 0;
  padding: 0 0.625rem 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card__category {
    min-height: 1.8667rem;
    padding: 0 0.6667rem 0.1333rem;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}
.c-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1rem;
  }
}
.c-card__date {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: 0.9333rem;
    line-height: 1.4;
  }
}

.c-side-nav {
  position: sticky;
  top: 4.8125rem;
  align-self: start;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.625rem;
  background: #fff;
  padding: 0.75rem 1.875rem 1.875rem;
  margin-top: 4.8125rem;
  z-index: 2;
}
.c-side-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-side-nav__item {
  border-bottom: 0.0625rem solid #d2d2d2;
}
.c-side-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.9375rem;
  padding: 0.125rem 0;
  color: #d2d2d2;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.c-side-nav__link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #D2D2D2;
  border-right: 0;
  margin-top: 0.2rem;
}
.c-side-nav__link--current {
  color: #000000;
  font-weight: 700;
}
.c-side-nav__link--current:after {
  border-left: 6px solid #000000;
}

.c-side-cta {
  position: fixed;
  top: 18.0625rem;
  left: 0;
  z-index: 20;
  border-radius: 0 0.625rem 0.625rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-side-cta {
    display: none;
  }
}
.js-ready .c-side-cta {
  transform: translateX(-100%);
  opacity: 0;
}
.c-side-cta.is-visible {
  transform: translateX(0);
  opacity: 1;
}
.c-side-cta__list {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-side-cta__item {
  background-color: #000000;
}
.c-side-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 13.75rem;
  padding: 0.625rem 1.5rem;
  background: #000000;
  transition: background-color 0.3s ease;
}
.c-side-cta__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-side-cta__text:after {
  content: "";
  top: calc(50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
  display: block;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
}

.header__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}

.header__link {
  position: relative;
  padding: 4px 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.header__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.header__link:hover::after,
.header__link--current::after {
  transform: scaleX(1);
}

.header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px 12px;
  border-radius: 50px;
  background: #f8df43;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header {
    padding: 12px 16px;
    background: #fff;
  }
  .header__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
  }
  .header__link {
    position: relative;
    padding: 4px 0;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: nowrap;
  }
  .header__link--current::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: currentColor;
  }
  .header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 20px 12px;
    border-radius: 999px;
    background: #f8df43;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: nowrap;
  }
}
.footer {
  padding: 6rem 0 6.25rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5.3333rem 0 4rem;
  }
}

.footer__inner {
  display: grid;
  grid-template-columns: 19.37rem minmax(0, 1fr);
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .footer__inner {
    grid-template-columns: 1fr;
    padding-inline: clamp(1rem, 5vw, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    row-gap: 3.2rem;
    padding-inline: 1.6rem;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__brand {
    gap: 2.1333rem;
  }
}

.footer__logo {
  display: block;
  width: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 7.4667rem;
  }
}

.footer__logo-image {
  display: block;
  width: 100%;
}

.footer__company-line {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__company-line {
    font-size: 0.9333rem;
    line-height: 1.7143;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__content {
    gap: 3.2rem;
  }
}

.footer__menus {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
  padding-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .footer__menus {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
    padding-top: 1.6rem;
  }
}

.footer__menus::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 2.62rem;
  left: 0;
  background: rgb(81, 81, 81);
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__menus::before {
    top: 0;
  }
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    gap: 1.3333rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgb(81, 81, 81);
  }
}

.footer__heading {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__heading {
    font-size: 1.0667rem;
  }
}

.footer__list {
  display: grid;
  gap: 0.9375rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__list {
    gap: 0.9333rem;
  }
}

.footer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 0.9333rem;
  }
}

.footer__copyright {
  align-self: flex-end;
  margin: 6.75rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    align-self: flex-start;
    margin-top: 0;
    font-size: 0.8667rem;
    line-height: 1.2;
  }
}

main {
  overflow-x: clip;
}

.page .site-main {
  padding-top: 3.75rem;
}
.page section .section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page section .section__inner {
    padding-inline: clamp(1rem, 5vw, 2.5rem);
  }
}
.page section .section__inner--m {
  padding-inline: 3.5rem;
}
.page-kv__top {
  min-height: 8.75rem;
  padding: 1.875rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-kv__top {
    min-height: 5.8667rem;
    padding: 1.3333rem 0 0;
  }
}
.page-kv__heading {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-kv__heading {
    padding-inline: clamp(1rem, 5vw, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .page-kv__heading {
    align-items: flex-end;
    flex-direction: row;
    gap: 0.6667rem;
    padding-inline: 1.6rem;
  }
}
.page-kv__title {
  font-family: "futura-100", sans-serif;
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: -0.4rem;
}
@media screen and (max-width: 767px) {
  .page-kv__title {
    margin-left: -0.0667rem;
    font-size: 3.7333rem;
  }
}
.page-kv__subtitle {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-kv__subtitle {
    margin: 0 0 0.2rem;
    font-size: 1.0667rem;
  }
}
.page-kv__visual {
  position: relative;
  min-height: 29.875rem;
  background: url("../images/page/partner/kv.jpg") center center/cover no-repeat;
  isolation: isolate;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-kv__visual {
    min-height: 27.2rem;
    background-position: 56% center;
  }
}
.page-kv__visual:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(44.5deg, rgba(0, 0, 0, 0.2) 31.35%, rgba(255, 255, 255, 0.2) 145.53%);
}
.page-kv__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 8.6875rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 3.75rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .page-kv__content {
    padding-inline: clamp(1rem, 5vw, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .page-kv__content {
    display: block;
    left: 0;
    bottom: 2rem;
    transform: none;
    padding-inline: 1.6rem;
  }
}
.page-kv__catch {
  max-width: 39.4rem;
  position: relative;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .page-kv__catch {
    max-width: none;
    padding-left: 1.0667rem;
    max-width: 18.5333rem;
  }
}
.page-kv__catch:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.1875rem;
  height: calc(100% - 1em);
  background: #ffffff;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .page-kv__catch:before {
    top: 0.4em;
    width: 0.1333rem;
    height: calc(100% - 0.8em);
  }
}
.page-kv__catch-line {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-kv__catch-line {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.page-kv__description {
  max-width: 27.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0556;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .page-kv__description {
    max-width: 18.2rem;
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.page-heading {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.page-heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(205, 205, 205);
  margin-top: 0.5rem;
}
.page-heading__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  margin: 0;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  font-family: "futura-100", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 0.2rem;
}
.page-heading__number--white {
  background-color: #fff;
  color: #000000;
}
.page-heading__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.page-heading__title-group {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.page-heading__title {
  margin: 0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.05em;
}
.page-heading__label {
  margin: 0;
  color: #81B758;
  font-family: "futura-100", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.05em;
}
.page-heading__lead {
  margin: 0.25rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.page-cols {
  display: grid;
}
.page-cols--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  row-gap: 6.25rem;
}
.page-wrapper {
  align-items: start;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  display: grid;
  grid-template-columns: 12.0625rem minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.page-contents section {
  position: relative;
  z-index: 0;
}
.page-contents section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: calc(50% - 50vw - 7.43125rem);
  width: 100vw;
}

.partner-service {
  padding: 7.5rem 0 8rem;
  background: #ECEAE6;
}
@media screen and (max-width: 767px) {
  .partner-service {
    padding: 5.3333rem 0;
  }
}
@media screen and (max-width: 767px) {
  .partner-service .page-heading {
    gap: 1.0667rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-service .page-heading__body {
    flex-direction: column;
    gap: 1.0667rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-service .page-heading__title-group {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-service .page-heading__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .partner-service .page-heading__label {
    font-size: 0.9333rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-service .page-heading__lead {
    margin-top: 0;
    font-size: 1.3333rem;
    line-height: 1.6;
    white-space: normal;
  }
}
.partner-service__grid {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .partner-service__grid {
    grid-template-columns: 1fr;
    row-gap: 2.6667rem;
    margin-top: 2.1333rem;
  }
}
.partner-service__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.partner-service__card-title {
  position: relative;
  margin: 0;
  padding-left: 1.4375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .partner-service__card-title {
    padding-left: 1.2rem;
    font-size: 1.3333rem;
    line-height: 1.5;
  }
}
.partner-service__card-title::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #81B758;
}
@media screen and (max-width: 767px) {
  .partner-service__card-title::before {
    top: 0.5333rem;
    width: 0.5333rem;
    height: 0.5333rem;
  }
}
.partner-service__image {
  display: block;
  width: 100%;
  margin-top: 1.625rem;
  border-radius: 1.1875rem;
  aspect-ratio: 513/384;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(255, 255, 255, 0.32);
}
@media screen and (max-width: 767px) {
  .partner-service__image {
    margin-top: 1.0667rem;
    border-radius: 1.0667rem;
    aspect-ratio: 327/244;
  }
}
.partner-service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .partner-service__tags {
    gap: 0.4rem;
    margin-top: 1.0667rem;
  }
}
.partner-service__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.875rem;
  padding: 0 0.75rem 0.1rem;
  border: 0.0625rem solid #000000;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .partner-service__tag {
    min-height: 1.7333rem;
    padding: 0 0.6667rem 0.0667rem;
    font-size: 0.8rem;
  }
}
.partner-service__summary {
  margin: 1.125rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
}
@media screen and (max-width: 767px) {
  .partner-service__summary {
    margin-top: 0.9333rem;
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.partner-service__note {
  position: relative;
  width: 100%;
  min-height: 18.625rem;
  margin-top: 1.0625rem;
  padding: 1.875rem 1.25rem 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .partner-service__note {
    min-height: auto;
    margin-top: 1.0667rem;
    padding: 1.3333rem 1.0667rem;
    border-radius: 0.8rem;
  }
}
.partner-service__note:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #DAEBE1;
  border-bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .partner-service__note:before {
    top: -0.2rem;
    border-right-width: 12px;
    border-left-width: 12px;
    border-top-width: 12px;
  }
}
.partner-service__note-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .partner-service__note-title {
    font-size: 1.1333rem;
    line-height: 1.6;
  }
}
.partner-service__note-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  z-index: -1;
  width: 13.6875rem;
  height: 0.75rem;
  background: #fae86c;
}
@media screen and (max-width: 767px) {
  .partner-service__note-title::after {
    bottom: 0.2667rem;
    width: 10.4rem;
    height: 0.6667rem;
  }
}
.partner-service__note-list {
  display: grid;
  gap: 0;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .partner-service__note-list {
    margin-top: 0.4rem;
  }
}
.partner-service__note-item {
  position: relative;
  padding-left: 1em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
}
@media screen and (max-width: 767px) {
  .partner-service__note-item {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.partner-service__note-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.partner-together {
  padding: 9.375rem 0 7.5rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner-together {
    padding: 5.3333rem 0;
  }
}
.partner-together__layout {
  display: flex;
  align-items: stretch;
  gap: 6.875rem;
}
@media screen and (max-width: 767px) {
  .partner-together__layout {
    flex-direction: column;
    gap: 2.1333rem;
  }
}
.partner-together__media {
  position: relative;
  flex: 0 0 33rem;
}
@media screen and (max-width: 767px) {
  .partner-together__media {
    flex: none;
    height: 31.3333rem;
  }
}
.partner-together__image {
  position: absolute;
  display: block;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .partner-together__image {
    border-radius: 1.0667rem;
    box-shadow: 0 0.8rem 1.8667rem rgba(0, 0, 0, 0.08);
  }
}
.partner-together__image--main {
  top: 0;
  left: 3.5rem;
  width: 24.125rem;
  aspect-ratio: 386/570;
}
@media screen and (max-width: 767px) {
  .partner-together__image--main {
    top: 1.0667rem;
    left: 2.6667rem;
    width: 17.8667rem;
  }
}
.partner-together__image--top {
  top: -5rem;
  left: -0.625rem;
  width: 8.25rem;
  aspect-ratio: 132/198;
}
@media screen and (max-width: 767px) {
  .partner-together__image--top {
    top: 0;
    left: 0;
    width: 5.6rem;
  }
}
.partner-together__image--side {
  top: 50%;
  right: 0;
  width: 9.25rem;
  transform: translateY(-50%);
  aspect-ratio: 148/219;
}
@media screen and (max-width: 767px) {
  .partner-together__image--side {
    right: 0;
    width: 6.2667rem;
  }
}
.partner-together__image--bottom {
  bottom: 3.3rem;
  left: 0.875rem;
  width: 4.125rem;
  aspect-ratio: 66/87;
}
@media screen and (max-width: 767px) {
  .partner-together__image--bottom {
    bottom: 2.1333rem;
    left: 0.8rem;
    width: 3.0667rem;
  }
}
.partner-together__content {
  flex: 1 1 auto;
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .partner-together__content {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .partner-together .page-heading__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .partner-together .page-heading__label {
    font-size: 0.9333rem;
  }
}
.partner-together__body {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .partner-together__body {
    margin-top: 2.1333rem;
  }
}
.partner-together__lead {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .partner-together__lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.partner-together__list {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .partner-together__list {
    margin-top: 0.8rem;
  }
}
.partner-together__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
}
@media screen and (max-width: 767px) {
  .partner-together__item {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.partner-together__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.partner-start {
  position: relative;
  padding: 7.5rem 0 8rem;
  background: #ECEAE6;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner-start {
    padding: 5.3333rem 0;
  }
}
@media screen and (max-width: 767px) {
  .partner-start .page-heading__body {
    flex-direction: column;
    gap: 1.0667rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-start .page-heading__title-group {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-start .page-heading__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .partner-start .page-heading__label {
    font-size: 0.9333rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-start .page-heading__lead {
    margin-top: 0;
    font-size: 1.3333rem;
    line-height: 1.6;
    white-space: normal;
  }
}
.partner-start__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .partner-start__intro {
    display: block;
    margin-top: 2rem;
  }
}
.partner-start__people-image {
  display: block;
  width: 35.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .partner-start__people-image {
    width: 100%;
  }
}
.partner-start__text {
  width: 27.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
}
@media screen and (max-width: 767px) {
  .partner-start__text {
    width: auto;
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.partner-start__flow {
  position: relative;
  border-radius: 1.1875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .partner-start__flow {
    margin-top: 1.8667rem;
    border-radius: 1.0667rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .partner-start__flow-image {
    display: block;
    width: 100%;
  }
}
.partner-ask {
  position: relative;
  padding: 7.5rem 0 8rem;
  background: #f2f2f2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner-ask {
    padding: 5.3333rem 0;
  }
}
.partner-ask__heading::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .partner-ask .page-heading__title-group {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-ask .page-heading__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .partner-ask .page-heading__label {
    font-size: 0.9333rem;
  }
}
.partner-ask__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 4.3rem;
  padding-bottom: 1.8125rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .partner-ask__intro {
    display: block;
    margin-top: 2.1333rem;
    padding-bottom: 1.6rem;
  }
}
.partner-ask__lead {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .partner-ask__lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.partner-ask__text {
  width: 27.3125rem;
  padding-top: 0.0625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
}
@media screen and (max-width: 767px) {
  .partner-ask__text {
    width: auto;
    margin-top: 1.0667rem;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.partner-ask__marquee {
  --partner-ask-gap: 1.25rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .partner-ask__marquee {
    --partner-ask-gap: 0.8rem;
    margin-top: 1.8667rem;
  }
}
.partner-ask__track {
  display: flex;
  gap: var(--partner-ask-gap);
  width: -moz-max-content;
  width: max-content;
  margin-left: calc(50% - 50vw);
  will-change: transform;
  animation: partner-ask-marquee 24s linear infinite;
}
@media screen and (max-width: 767px) {
  .partner-ask__track {
    margin-left: calc(50% - 50vw);
  }
}
.partner-ask__track-set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--partner-ask-gap);
}
.partner-ask__card {
  flex: 0 0 auto;
  height: 22.625rem;
  margin: 0;
  overflow: hidden;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .partner-ask__card {
    height: 13.3333rem;
    border-radius: 0.8rem;
  }
}
.partner-ask__card--wide {
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .partner-ask__card--wide {
    width: 16.8rem;
  }
}
.partner-ask__card--medium {
  width: 17.375rem;
}
@media screen and (max-width: 767px) {
  .partner-ask__card--medium {
    width: 10.2667rem;
  }
}
.partner-ask__card--narrow {
  width: 11.8125rem;
}
@media screen and (max-width: 767px) {
  .partner-ask__card--narrow {
    width: 6.9333rem;
  }
}
.partner-ask__card--wide-alt {
  width: 28.5625rem;
}
@media screen and (max-width: 767px) {
  .partner-ask__card--wide-alt {
    width: 16.8667rem;
  }
}
.partner-ask__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-qa {
  position: relative;
  padding: 7.5rem 0 8rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner-qa {
    padding: 5.3333rem 0;
  }
}
@media screen and (max-width: 767px) {
  .partner-qa .page-heading__body {
    flex-direction: column;
    gap: 1.0667rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-qa .page-heading__title-group {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-qa .page-heading__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .partner-qa .page-heading__label {
    font-size: 0.9333rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-qa .page-heading__lead {
    margin-top: 0;
    font-size: 1.3333rem;
    line-height: 1.6;
    white-space: normal;
  }
}
.partner-qa__list {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .partner-qa__list {
    margin-top: 2rem;
  }
}
.partner-qa__item {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.56);
}
.partner-qa__question {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .partner-qa__question {
    gap: 0.8rem;
    padding: 1.0667rem 0;
  }
}
.partner-qa__question::-webkit-details-marker {
  display: none;
}
.partner-qa__question-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .partner-qa__question-text {
    flex: 1 1 auto;
    font-size: 1.0667rem;
    line-height: 1.6;
  }
}
.partner-qa__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-family: "futura-100", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .partner-qa__badge {
    width: 1.8667rem;
    height: 1.8667rem;
    font-size: 1rem;
  }
}
.partner-qa__badge--question {
  border: 0.125rem solid #81B758;
  color: #81B758;
  background: transparent;
}
.partner-qa__badge--answer {
  color: #fff;
  background: #81B758;
}
.partner-qa__toggle {
  position: relative;
  flex: 0 0 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .partner-qa__toggle {
    flex-basis: 1.3333rem;
    width: 1.3333rem;
    height: 1.3333rem;
  }
}
.partner-qa__toggle::before, .partner-qa__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.625rem;
  height: 0.125rem;
  background: #000000;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .partner-qa__toggle::before, .partner-qa__toggle::after {
    width: 1.0667rem;
  }
}
.partner-qa__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.partner-qa__item[open] .partner-qa__toggle::after {
  opacity: 0;
}
.partner-qa__item[open] .partner-qa__answer-inner {
  opacity: 1;
}
.partner-qa__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.partner-qa__answer-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  overflow: hidden;
  padding: 0 0 1.875rem;
  opacity: 0;
  transition: 0.8s ease;
}
@media screen and (max-width: 767px) {
  .partner-qa__answer-inner {
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0 0 1.3333rem;
  }
}
.partner-qa__answer-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0556;
}
@media screen and (max-width: 767px) {
  .partner-qa__answer-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.partner-info {
  position: relative;
  padding: 7.5rem 0 8rem;
  background: #282828;
  overflow: hidden;
  isolation: isolate;
}
.partner-info::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.partner-info::before {
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 360/47;
  background: url(../images/home/bg_report.png) center top/cover no-repeat;
}
.partner-info .section__inner {
  position: relative;
  z-index: 1;
}
.partner-info__heading:after {
  background: rgba(255, 255, 255, 0.5);
}
.partner-info__heading .page-heading__number {
  background: #fff;
  color: #000000;
}
.partner-info__heading .page-heading__title,
.partner-info__heading .page-heading__lead {
  color: #fff;
}
.partner-info__list {
  margin-top: 3.0625rem;
}
.partner-info__button {
  margin-top: 3.875rem;
  margin-inline: auto;
}
.partner-contact {
  position: relative;
  padding: 7.5rem 0 18.25rem;
  background: #fff;
  overflow: hidden;
}
.partner-contact::before, .partner-contact::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
}
.partner-contact::before {
  top: 0;
  right: 0;
  width: 51.6875rem;
  aspect-ratio: 827/330;
  background: url(../images/home/contact01.png) center top/cover no-repeat;
}
.partner-contact::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 720/191;
  background: url(../images/home/project02.png) center bottom/cover no-repeat;
}
.partner-contact .section__inner {
  position: relative;
  z-index: 1;
}
.partner-contact__body {
  display: grid;
  grid-template-columns: 6.25rem minmax(0, 1fr);
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
  margin: 3.25rem auto 0;
  max-width: 52rem;
  position: relative;
}
.partner-contact__catch {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 1.3125rem;
}
.partner-contact__catch-line {
  margin: 0;
  color: #001900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.15em;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.partner-contact__main {
  padding-top: 3.5rem;
}
.partner-contact__text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0556;
  font-feature-settings: "palt";
}
.partner-contact__button {
  margin: 2.875rem 0 0 3.75rem;
}

@keyframes partner-ask-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.625rem));
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-ask__track {
    animation: none;
  }
}
.about .page-aside {
  min-width: 0;
}
.about .page-contents {
  min-width: 0;
}
.about .page-kv__visual {
  background: url("../images/page/about/kv.jpg") center center/cover no-repeat;
}
.about .page-kv__visual:after {
  background: linear-gradient(274.53deg, rgba(0, 0, 0, 0.2) 2.08%, rgba(102, 102, 102, 0.2) 67.72%);
}
.about-intro {
  position: relative;
  overflow: visible;
  padding: 6.6875rem 0 6.875rem;
}
.about-intro:before {
  background-color: #f2f2f2;
}
.about-intro__title {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.about-intro__copy {
  max-width: 60.4375rem;
  margin: 0 auto;
  text-align: center;
}
.about-intro__paragraph {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.about-intro__paragraph + .about-intro__paragraph {
  margin-top: 2.4375rem;
}
.about-message {
  position: relative;
  padding: 7.5rem 0 4.75rem;
  overflow: visible;
}
.about-message:before {
  background-color: #ECEAE6;
}
.about-message__cols {
  position: relative;
  display: grid;
  grid-template-columns: 29.3125rem 24.125rem;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  align-items: center;
}
.about-message__cols + .about-message__cols {
  margin-top: 7.5rem;
}
.about-message__cols + .about-message__cols .about-message__image {
  aspect-ratio: 386/570;
}
.about-message__cols--reverse {
  grid-template-columns: 24.125rem 29.3125rem;
  align-items: start;
}
.about-message__cols--reverse .about-message__body {
  order: 2;
}
.about-message__cols--reverse .about-message__figure {
  order: 1;
  margin-top: 0.5rem;
}
.about-message__main .about-message__lead {
  border: none;
  padding-bottom: 0;
}
.about-message__main .about-message__body {
  margin-top: 3.75rem;
}
.about-message__main, .about-message__body, .about-message__figure {
  position: relative;
  z-index: 1;
}
.about-message__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.05em;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #CDCDCD;
}
.about-message__text {
  margin-top: 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
.about-message__paragraph {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
  letter-spacing: 0.05em;
}
.about-message__figure {
  width: 24.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}
.about-message__image {
  display: block;
  width: 100%;
  aspect-ratio: 386/580;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-origin {
  position: relative;
  padding: 7.5rem 0 6.8rem;
}
.about-origin__content {
  margin-top: 2.5rem;
}
.about-origin__text {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.about-origin__paragraph {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6667;
  letter-spacing: 0.05em;
}
.about-origin__figure {
  margin: 2.9375rem 0 0;
  border-radius: 1rem;
  overflow: hidden;
}
.about-origin__image {
  display: block;
  width: 100%;
  aspect-ratio: 966/314;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-philosophy {
  position: relative;
  padding: 7.5rem 0 7.4rem;
}
.about-philosophy:before {
  background-color: #ECEAE6;
}
.about-philosophy__content {
  display: grid;
  grid-template-columns: minmax(0, 31.9rem) 20.0625rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.75rem;
  padding: 0 1.875rem;
}
.about-philosophy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-philosophy__item {
  display: grid;
  grid-template-columns: 4.6rem 0.0625rem minmax(0, 1fr);
  -moz-column-gap: 1.3125rem;
       column-gap: 1.3125rem;
  align-items: center;
}
.about-philosophy__item + .about-philosophy__item {
  margin-top: 1.5rem;
}
.about-philosophy__item::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 0.0625rem;
  height: 1.75rem;
  background: #8D8D8D;
  justify-self: center;
}
.about-philosophy__term, .about-philosophy__description {
  margin: 0;
}
.about-philosophy__term {
  grid-column: 1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.about-philosophy__term::before {
  counter-increment: list-item;
  content: counter(list-item) ".";
  margin-right: 0.375rem;
}
.about-philosophy__description {
  grid-column: 3;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8667;
  letter-spacing: 0.05em;
}
.about-philosophy__figure {
  margin: 0;
}
.about-philosophy__image {
  display: block;
  width: 100%;
  aspect-ratio: 321/321;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-company {
  position: relative;
  padding: 7.5rem 0 7.25rem;
  color: #fff;
  isolation: isolate;
  overflow: visible;
}
.page-contents .about-company:before {
  z-index: -2;
  background: #282828;
}
.about-company:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw - 7.43125rem);
  background: url("../images/page/about/bg_company.png") left top/50% repeat;
}
.about-company__list {
  margin: 3.125rem 0 0;
}
.about-company__row {
  display: grid;
  grid-template-columns: 12.9375rem minmax(0, 1fr);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: stretch;
}
.about-company__term, .about-company__description {
  margin: 0;
  padding: 1.7rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0556;
  letter-spacing: 0.05em;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.9);
}
.about-company__term {
  border-bottom-width: 0.125rem;
}
.about-service {
  position: relative;
  padding: 7.5rem 0 7.125rem;
  overflow: visible;
}
.about-service__list {
  position: relative;
  z-index: 1;
}
.about-service__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 19.5rem));
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.75rem;
}
.about-service__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-service__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.625rem;
  margin: 0;
  background: #fff;
}
.about-service__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.about-service__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}
.about-service__name, .about-service__description {
  margin: 0;
}
.about-service__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.about-service__name-line, .about-service__description-line {
  display: block;
}
.about-service__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5556;
  letter-spacing: 0.05em;
}
.about-service__link {
  position: relative;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5625rem;
  border: 0.0625rem solid #000000;
  margin-top: 0.25rem;
  background: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.about-service__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.375rem solid currentColor;
  transform: translate(-40%, -50%);
}
.about-service__link:hover {
  background: #000000;
  color: #fff;
}
.about-service__link-text {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home .section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .home .section__inner {
    padding-inline: clamp(1rem, 5vw, 2.5rem);
  }
}
.home .section__heading {
  font-family: "futura-100", sans-serif;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .home .section__heading {
    flex-direction: column;
    padding-bottom: 1.2rem;
  }
}
.home .section__heading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(90, 90, 90, 0.28);
}
.home .section__heading--ja {
  margin: 0 0 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .home .section__heading--ja {
    font-size: 1.2rem;
    margin: 3rem 0 0 0;
  }
}
.home .section__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.home .section__label-number {
  font-size: 1.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home .section__label-number {
    font-size: 1.364rem;
  }
}
.home .section__label-slash {
  margin: 2px 0 0 4px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home .section__label-slash {
    font-size: 1.09rem;
    margin: 0.125rem 0 0 0.1875rem;
  }
}
.home .section__label-title {
  margin-left: 0.75rem;
  font-size: 4.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .home .section__label-title {
    font-size: 3.73rem;
    margin-left: 1rem;
  }
}
.home .section__label-subtitle {
  margin: 1.5rem 0 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .section__label-subtitle {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}
.home .kv {
  position: relative;
  height: 50.625rem;
  padding: 4.375rem 0 4.625rem;
  background: url("../images/home/bg_kv.png") center center/contain repeat;
  overflow: hidden;
}
.home .kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10.9375rem;
  background: rgb(255, 255, 255);
  z-index: 1;
}
.home .kv::after {
  content: "";
  width: 1440px;
  height: 810px;
  background: url("../images/home/kv01.png") center center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.home .kv__inner {
  position: relative;
  height: 100%;
}
.home .kv__title {
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0 1rem;
}
.home .kv__title-image {
  display: block;
  width: 100%;
  max-width: 73.375rem;
  height: auto;
}
.home .kv__content {
  position: relative;
  z-index: 1;
}
.home .kv__logo {
  position: relative;
  width: 7.375rem;
  height: 7.375rem;
  margin: 0 0 1rem 7.09rem;
}
.home .kv__lead {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
.home .kv__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.625rem;
}
.home .kv__text-line {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8889;
  letter-spacing: 0.05em;
}
.home .kv__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 41.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem 1.4375rem;
  border-top-left-radius: 0.625rem;
  background: #000000;
}
.home .kv__cta-text {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0556;
  letter-spacing: 0.05em;
  text-align: center;
}
.home .kv__cta-actions {
  display: flex;
  gap: 0.5625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .kv__cta-link {
  width: 12.375rem;
  min-height: 2.9375rem;
  margin: 0;
}
.home .kv__visual {
  position: relative;
  min-height: 37.5rem;
}
.home .kv__visual::before {
  content: "";
  position: absolute;
  top: 10.125rem;
  left: 7.75rem;
  width: 11.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(167, 206, 113, 0.72);
}
.home .kv__visual::after {
  content: "";
  position: absolute;
  top: 15.1875rem;
  right: 0.625rem;
  width: 4.8125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #dad9d9;
}
.home .kv__figure {
  position: absolute;
  margin: 0;
  border-radius: 50%;
  overflow: visible;
  z-index: 0;
}
.home .kv__figure::before {
  content: "";
  position: absolute;
  inset: -1rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(129, 183, 88, 0.28);
  pointer-events: none;
  z-index: -1;
}
.home .kv__figure--sub-top {
  top: 1rem;
  left: 0;
  width: 11.8125rem;
}
.home .kv__figure--sub-top::before {
  box-shadow: 0 0 0 0.5rem rgba(129, 183, 88, 0.16), 0 0 0 1rem rgba(129, 183, 88, 0.1), 0 0 0 1.5rem rgba(129, 183, 88, 0.06);
}
.home .kv__figure--main {
  top: 1.9375rem;
  right: 3.1875rem;
  width: 25.875rem;
  z-index: 1;
}
.home .kv__figure--main::before {
  inset: -1.5625rem;
  box-shadow: 0 0 0 0.75rem rgba(129, 183, 88, 0.2), 0 0 0 1.5rem rgba(129, 183, 88, 0.14), 0 0 0 2.25rem rgba(129, 183, 88, 0.08);
}
.home .kv__figure--sub-right {
  top: 2.25rem;
  right: 0;
  width: 7.375rem;
}
.home .kv__figure--sub-bottom {
  bottom: 1rem;
  left: 0;
  width: 11.875rem;
}
.home .kv__figure--sub-bottom::before {
  box-shadow: 0 0 0 0.5rem rgba(129, 183, 88, 0.16), 0 0 0 1rem rgba(129, 183, 88, 0.1), 0 0 0 1.5rem rgba(129, 183, 88, 0.06);
}
.home .kv__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home .project {
  position: relative;
  padding: 7.5rem 0 14.6rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .project {
    padding: 6.6rem 0 0;
  }
}
.home .project:before {
  content: "";
  position: absolute;
  right: 0;
  pointer-events: none;
  background: url("../images/home/project01.png") no-repeat center/contain;
  top: 24px;
  width: 477px;
  height: 229px;
}
@media screen and (max-width: 767px) {
  .home .project:before {
    top: 0.5rem;
    width: 8.6rem;
    height: 7.06666rem;
    background: url(../images/home/project_sp01.png) no-repeat center/contain;
  }
}
.home .project:after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 720/191;
  background-image: url("../images/home/project02.png");
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .home .project:after {
    position: relative;
    background-image: url("../images/home/project_sp02.png");
    aspect-ratio: 375/172;
    background-position: center bottom;
  }
}
.home .project__body {
  max-width: 782px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 11%;
  padding: 3.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .home .project__body {
    display: block;
    max-width: none;
    padding-top: 1.75rem;
  }
}
.home .project__catch {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .home .project__catch {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.home .project__catch-line {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #001900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.0696428571;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .home .project__catch-line {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.466rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.home .project__text {
  padding-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .home .project__text {
    padding-top: 1.5rem;
  }
}
.home .project__text-line {
  margin: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .project__text-line {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.home .project__visual {
  height: 382px;
}
.home .project__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .message {
  position: relative;
  padding: 7.5rem 0 4.3rem;
  background: #EEECE9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .message {
    padding: 7.04rem 0 5.3333rem;
  }
}
.home .message .section__label-title {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .home .message .section__label-title {
    margin-left: 1rem;
  }
}
.home .message__body {
  display: flex;
  justify-content: right;
  gap: 13.6%;
  padding-left: 12.2%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .home .message__body {
    display: block;
    padding-left: 0;
    margin-top: 1.8667rem;
  }
}
.home .message__catch {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .home .message__catch {
    flex-direction: column;
    gap: 0;
  }
}
.home .message__catch-line {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #001900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .home .message__catch-line {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.4666rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
}
.home .message__content {
  width: 49.5rem;
}
@media screen and (max-width: 767px) {
  .home .message__content {
    width: auto;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .home .message__text {
    padding-right: 0.2667rem;
  }
}
.home .message__text-line {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .message__text-line {
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.home .message__visual {
  position: relative;
  margin-top: 2.0625rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .message__visual {
    margin-top: 1.6rem;
    border-radius: 0.66rem;
  }
}
.home .message__image {
  display: block;
  width: 100%;
  aspect-ratio: 792/407;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home .message__image {
    aspect-ratio: 335/172;
  }
}
.home .report {
  position: relative;
  padding: 7.25rem 0 6.875rem;
  background: #282828;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .report {
    padding: 6.6667rem 0;
  }
}
.home .report:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: auto;
  aspect-ratio: 360/47;
  background-image: url(../images/home/bg_report.png);
  background-size: cover;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home .report:before {
    aspect-ratio: 375/49;
    background-position: center top;
  }
}
.home .report .section__heading::after {
  background: rgba(255, 255, 255, 0.18);
}
.home .report .section__label,
.home .report .section__heading--ja,
.home .report .section__label-subtitle {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home .report .section__heading--ja {
    margin-top: 2.6rem;
  }
}
.home .report__lead {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home .report__lead {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
  }
}
.home .report__description {
  margin: 0.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home .report__description {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.8667;
    text-align: left;
  }
}
.home .report__list {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .home .report__list {
    grid-template-columns: 1fr;
    gap: 2.1333rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .home .report__button {
    max-width: 100%;
    margin-top: 2.6667rem;
  }
}
.home .news {
  position: relative;
  padding: 7.5rem 0;
  background: #EEECE9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .news {
    padding: 6.6667rem 0 5.3333rem;
  }
}
.home .news__inner {
  display: grid;
  grid-template-columns: 19.4375rem minmax(0, 49.4375rem);
  -moz-column-gap: 4.0625rem;
       column-gap: 4.0625rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .home .news__inner {
    display: block;
  }
}
.home .news__side {
  display: flex;
  flex-direction: column;
  gap: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .home .news__side {
    gap: 0;
  }
}
.home .news__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .home .news__body {
    margin-top: 1.8667rem;
  }
}
.home .news__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .home .news__lead {
    font-size: 1.46rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
}
.home .news__description {
  margin: 2.4375rem 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .news__description {
    margin-top: 1.3333rem;
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.home .news__cta {
  max-width: 10rem;
  margin: 2.4rem 0;
  min-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .home .news__cta {
    min-width: 100%;
  }
}
.home .news__main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home .news__main {
    margin-top: 1.8667rem;
  }
}
.home .news__list {
  width: 100%;
}
.home .news__item {
  padding: 1.8rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.56);
}
@media screen and (max-width: 767px) {
  .home .news__item {
    padding: 1.3333rem 0;
  }
}
.home .news__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.56);
}
.home .news__date {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
  .home .news__date {
    font-size: 1.2rem;
    line-height: 1.7143;
  }
}
.home .news__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
  .home .news__title {
    margin-top: 0.2667rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .home .news__button {
    max-width: 100%;
    margin-top: 2.6667rem;
  }
}
.home .support {
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .support {
    padding: 6.6667rem 0 5.3333rem;
  }
}
@media screen and (max-width: 767px) {
  .home .support .section__heading--ja {
    margin-top: 1.3333rem;
    font-size: 1.3333rem;
    line-height: 1.6;
  }
}
.home .support__body {
  display: grid;
  grid-template-columns: 23.1rem minmax(0, 1fr);
  -moz-column-gap: 4.25rem;
       column-gap: 4.25rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .home .support__body {
    display: block;
    padding-top: 1.8667rem;
  }
}
.home .support__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .home .support__aside {
    display: block;
    padding-top: 0;
  }
}
.home .support__catch {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .home .support__catch {
    flex-direction: column;
    gap: 0;
  }
}
.home .support__catch-line {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .home .support__catch-line {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.7333rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.home .support__people {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .home .support__people {
    max-width: 16rem;
    margin: 1.8667rem auto 0;
  }
}
.home .support__people-image {
  display: block;
  width: 100%;
}
.home .support__text-line {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .support__text-line {
    font-size: 1rem;
    line-height: 1.8667;
  }
}
@media screen and (max-width: 767px) {
  .home .support__content {
    margin-top: 1.8667rem;
  }
}
.home .support__carousel {
  width: 78vw;
  position: relative;
  margin-top: 1.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .support__carousel {
    width: calc(100% + 1.3333rem);
    margin-top: 2rem;
    margin-right: -1.3333rem;
  }
}
.home .support__card {
  width: 322px;
  position: relative;
  aspect-ratio: 220/294;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .home .support__card {
    width: 14.6667rem;
    border-radius: 1.0667rem;
    margin-right: 0.8rem;
  }
}
.home .support__card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .support__card-number, .home .support__card-title, .home .support__card-meta, .home .support__card-icon {
  position: absolute;
  z-index: 1;
  color: #fff;
}
.home .support__card-number {
  top: 1.125rem;
  left: 1rem;
  margin: 0;
  font-family: "futura-100", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.home .support__card-icon {
  top: 1.125rem;
  right: 1rem;
  width: 1.4375rem;
  height: 1.4375rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
}
.home .support__card-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translate(-55%, -45%) rotate(45deg);
}
.home .support__card-title {
  top: 52%;
  left: 50%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-align: center;
  transform: translate(-50%, -50%);
}
.home .support__card-meta {
  right: 0;
  bottom: 1.875rem;
  left: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.home .support__button {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .home .support__button {
    max-width: 100%;
    margin-top: 2.6667rem;
  }
}
.home .recruit {
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .home .recruit {
    padding-bottom: 5.3333rem;
  }
}
.home .recruit__panel {
  position: relative;
  width: min(100% - 10rem, 75rem);
  margin: 0 auto;
  padding: 8rem 8.125rem;
  overflow: hidden;
  background: url("../images/home/bg_recruit.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .home .recruit__panel {
    width: calc(100% - 2.6667rem);
    padding: 4.8rem 1.6rem 2.6667rem;
    border-radius: 1.3333rem;
  }
}
.home .recruit__panel:before {
  content: "";
  width: 9.125rem;
  height: auto;
  aspect-ratio: 73/39;
  background: url(../images/home/recruit01.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 2.5625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .recruit__panel:before {
    width: 6.1333rem;
    right: 0.8rem;
  }
}
.home .recruit .section__heading {
  color: #fff;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .home .recruit .section__heading {
    padding-bottom: 1.6rem;
  }
}
.home .recruit .section__label {
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .home .recruit .section__label {
    gap: 0.2667rem;
  }
}
.home .recruit .section__label-number {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .home .recruit .section__label-number {
    font-size: 1.3333rem;
  }
}
.home .recruit .section__label-slash {
  margin: 2px 0 0 0;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .home .recruit .section__label-slash {
    margin-top: 0.1333rem;
    font-size: 1.0667rem;
  }
}
.home .recruit .section__label-title {
  margin: -0.3rem 0 0 1.625rem;
  font-size: 8.841125rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .home .recruit .section__label-title {
    margin: -0.1333rem 0 0 0.8rem;
    font-size: 4.8rem;
    line-height: 0.8;
  }
}
.home .recruit .section__heading:after {
  background: rgba(255, 255, 255, 0.5);
}
.home .recruit__body {
  display: grid;
  grid-template-columns: 23.3rem minmax(0, auto);
  -moz-column-gap: 3.0625rem;
       column-gap: 3.0625rem;
  align-items: end;
  margin-top: 4.625rem;
  padding-left: 4.0625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home .recruit__body {
    display: block;
    margin-top: 1.8667rem;
    padding-left: 0;
  }
}
.home .recruit__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.33125;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home .recruit__lead {
    font-size: 2rem;
    line-height: 1.4;
    white-space: normal;
  }
}
.home .recruit__content {
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .home .recruit__content {
    margin-top: 1.6rem;
    padding-bottom: 0;
  }
}
.home .recruit__text-line {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .recruit__text-line {
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.home .recruit__actions {
  display: flex;
  gap: 1.75rem;
  justify-content: center;
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .home .recruit__actions {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2.6667rem;
  }
}
.home .recruit__button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home .recruit__button {
    max-width: 100%;
  }
}
.home .about {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background: url("../images/home/bg_about.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .home .about {
    padding: 6.6667rem 0 5.3333rem;
  }
}
.home .about .section__heading {
  color: #fff;
}
.home .about .section__heading:after {
  background: rgb(123, 123, 123);
}
@media screen and (max-width: 767px) {
  .home .about .section__heading--ja {
    margin-top: 1.3333rem;
    font-size: 1.3333rem;
    line-height: 1.6;
  }
}
.home .about__feature {
  position: relative;
}
.home .about__feature-media {
  width: 49.5rem;
  margin: 2.3rem auto 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .about__feature-media {
    width: auto;
    margin-top: 1.8667rem;
    border-radius: 1.0667rem;
  }
}
.home .about__feature-body {
  position: absolute;
  bottom: 3.3rem;
  right: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home .about__feature-body {
    position: static;
    margin-top: 1.3333rem;
  }
}
.home .about__feature-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .about__feature-text {
    font-size: 1rem;
    line-height: 1.8667;
  }
}
@media screen and (max-width: 767px) {
  .home .about__button {
    max-width: 100%;
    margin-top: 2.6667rem;
  }
}
.home .contact {
  position: relative;
  padding: 7.5rem 0 18.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .contact {
    padding: 6.6667rem 0 7.4667rem;
  }
}
.home .contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 51.68rem;
  height: auto;
  aspect-ratio: 827/330;
  background: url(../images/home/contact01.png);
  background-size: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .contact:before {
    width: 23.2rem;
    aspect-ratio: 348/164;
    background-position: right top;
  }
}
.home .contact:after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 720/191;
  background-image: url("../images/home/project02.png");
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .home .contact:after {
    aspect-ratio: 375/100;
    background-position: center bottom;
  }
}
.home .contact__inner {
  display: grid;
  grid-template-columns: 25.75rem minmax(0, 1fr);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .contact__inner {
    display: block;
  }
}
.home .contact .section__heading {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .home .contact .section__heading {
    margin-bottom: 1.8667rem;
  }
}
.home .contact .section__heading:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .contact__side {
    display: block;
  }
}
.home .contact__catch {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 1.3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .home .contact__catch {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
}
.home .contact__catch-line {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #001900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .home .contact__catch-line {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.7333rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.home .contact__main {
  padding-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .home .contact__main {
    padding-top: 1.6rem;
  }
}
.home .contact__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0555555556;
}
@media screen and (max-width: 767px) {
  .home .contact__text {
    font-size: 1rem;
    line-height: 1.8667;
  }
}
.home .contact__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .home .contact__actions {
    position: static;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2.6667rem;
    transform: none;
  }
}
.home .contact__button {
  margin: 5.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .home .contact__button {
    max-width: 100%;
    margin: 0;
  }
}
.home .contact__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 5.0625rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .contact__cards {
    grid-template-columns: 1fr;
    margin-top: 4rem;
    border-radius: 1.0667rem;
  }
}
.home .contact__card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 20.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .contact__card {
    min-height: 14.9333rem;
  }
}
.home .contact__card a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .contact__card a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.home .contact__card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .contact__card-number, .home .contact__card-icon, .home .contact__card-caption, .home .contact__card-label {
  position: absolute;
  z-index: 2;
  color: #fff;
}
.home .contact__card-number {
  top: 2rem;
  left: 2rem;
  font-family: "futura-100", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home .contact__card-number {
    top: 1.3333rem;
    left: 1.3333rem;
    font-size: 2rem;
  }
}
.home .contact__card-icon {
  top: 2rem;
  right: 2rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .home .contact__card-icon {
    top: 1.3333rem;
    right: 1.3333rem;
    width: 1.7333rem;
    height: 1.7333rem;
  }
}
.home .contact__card-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
  transform: translate(-50%, -50%);
  display: block;
}
.home .contact__card-caption {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .contact__card-caption {
    font-size: 1.3333rem;
    line-height: 1.5;
  }
}
.home .contact__card-label {
  width: 100%;
  bottom: -0.25rem;
  left: 0;
  font-family: "futura-100", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .contact__card-label {
    bottom: 0.2667rem;
    font-size: 2.4rem;
  }
}
.home .contact .recruit__landscape {
  position: relative;
  margin-top: -0.625rem;
}
.home .contact .recruit__landscape-image {
  display: block;
  width: 100%;
  height: auto;
}

.u-hidden {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .u-pc-hide {
    display: none;
  }
}

.u-sp-hide {
  display: none;
}
@media screen and (min-width: 767px) {
  .u-sp-hide {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-tablet-hide {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
