@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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;
  /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html.js .js-fadein {
  opacity: 0;
  transform: translateY(30rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
html.js .js-fadein.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.overview__title--accent.js-line::after {
  transition: width 0.7s ease;
}

html.js .overview__title--accent.js-line::after {
  width: 0;
}
html.js .overview__title--accent.js-line.is-revealed::after {
  width: calc(100% - 0.5em);
}
:root {
  --board: 1300;
  --max: 1px;
}

:root {
  --colorBlack: #464343;
  --colorBg: #fff;
  --colorGray:#e9e7e7;
  --colorMain: #285ac8;
  --colorSub: #dce8ff;
  --colorAccent:#fa6414;
  --colorKey:#ffd21e;
}

:root {
  --fontGothic: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  --fontRounded: "M PLUS Rounded 1c", sans-serif;
  --fontNumber: "Jost", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(1.5625%, 0.0769230769vw, 6.25%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  font-feature-settings: var(--kerning);
}

body {
  padding-top: 80rem;
}

a {
  transition: opacity 0.4s;
}
a:hover, a:active {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
}
a img {
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 72rem;
}

.button__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 90rem;
  padding: 0 75rem;
  background-color: var(--colorAccent);
  color: #fff;
  border-radius: 100rem;
  text-decoration: none;
  font-size: 32rem;
  font-weight: var(--weightBold);
  border: 2px solid var(--colorAccent);
  line-height: 1;
  position: relative;
}
.button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36rem;
  width: 15rem;
  height: 15rem;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.button__link:hover, .button__link:active {
  color: #fff;
  text-decoration: none;
}

.button__link--secondary {
  background-color: #fff;
  border-color: var(--colorMain);
  color: var(--colorMain);
  font-size: 28rem;
  line-height: 1.4;
}
.button__link--secondary::after {
  border-color: var(--colorMain);
}
.button__link--secondary span {
  font-size: 20rem;
}
.button__link--secondary:hover, .button__link--secondary:active {
  color: var(--colorMain);
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--colorBg);
  padding: 18rem 0 16rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}

.header__inner {
  width: 95%;
  max-width: 1200rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 123rem;
}

.header__logo-link {
  display: block;
  line-height: 0;
}

.header__button .button__link {
  width: 220rem;
  height: 46rem;
  font-size: 18rem;
  font-weight: var(--weightMedium);
  padding: 0;
  line-height: 1;
}
.header__button .button__link::after {
  right: 20rem;
  width: 10rem;
  height: 10rem;
}

.footer {
  background-color: var(--colorMain);
  color: #fff;
  padding: 145rem 0 60rem;
  display: flex;
  flex-direction: column;
  gap: 30rem;
  align-items: center;
  font-size: 14rem;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 40rem;
}

.fv {
  background-color: var(--colorKey);
  padding: 70rem 0 35rem;
  overflow: hidden;
}

.fv__inner {
  width: 95%;
  max-width: 1008rem;
  margin: 0 auto;
}

.fv__title {
  position: relative;
  z-index: 1;
}

.fv__title-copy {
  font-family: var(--fontRounded);
  font-size: 28rem;
  font-weight: var(--weightBold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
}
.fv__title-copy::before, .fv__title-copy::after {
  content: "";
  display: block;
  width: 2px;
  height: 30rem;
  background-color: var(--colorBlack);
  transform: rotate(-30deg);
}
.fv__title-copy::after {
  transform: rotate(30deg);
}

.fv__title-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
}

.fv__title-image {
  width: 630rem;
}

.fv__title-sub {
  background-color: var(--colorBg);
  color: var(--colorMain);
  font-size: 36rem;
  font-weight: var(--weightBold);
  border-radius: 100rem;
  width: 110rem;
  height: 56rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fv__description {
  position: relative;
  z-index: 1;
}

.fv__description-item-wrapper {
  display: flex;
  align-items: center;
  gap: 20rem;
  justify-content: center;
}

.fv__description-item-container {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}

.fv__description-item {
  position: relative;
  background: white;
  color: var(--colorMain);
  /* 右上を五角形にクリップして切り欠きを作る */
  clip-path: polygon(0 0, calc(100% - 15rem) 0, 100% 15rem, 100% 100%, 0 100%);
  font-size: 28rem;
  font-family: var(--fontRounded);
  font-weight: var(--weightBold);
  line-height: 1.5;
  width: 210rem;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__description-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  /* 右上を五角形にクリップして切り欠きを作る */
  clip-path: polygon(0 0, calc(100% - 15rem) 0, 100% 15rem, 100% 100%, 0 100%);
  width: 15rem;
  height: 15rem;
  /* 黄色をtransparentに → 境界線が消える */
  background: linear-gradient(225deg, transparent 50%, var(--colorSub) 50%);
}

.fv__description-image-wrapper {
  width: 440rem;
  margin: 0 auto;
}

.fv__description-text {
  font-size: 24rem;
  font-family: var(--fontRounded);
  font-weight: var(--weightBold);
}
.fv__description-text span {
  color: var(--colorMain);
  font-size: 32rem;
}

.fv__data {
  width: 503rem;
  position: relative;
}
.fv__data::before {
  content: "";
  display: block;
  width: 750rem;
  height: 520rem;
  background-image: url(../image/bg_fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80rem;
  left: -105rem;
}

.fv__data-container {
  display: flex;
  position: relative;
}

.fv__data-image-wrapper {
  width: 375rem;
}

.fv_data-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  position: absolute;
  right: 0;
}

.fv__data-item {
  background-color: var(--colorMain);
  color: #fff;
  width: 140rem;
  height: 140rem;
  font-size: 18rem;
  font-weight: var(--weightBold);
  border-radius: 100rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20rem;
}

.fv__data-item--01 {
  padding-top: 10rem;
}

.fv__data-number {
  font-family: var(--fontNumber);
  font-weight: 500;
  line-height: 1;
}

.fv__data-item--01 .fv__data-number {
  font-size: 34rem;
}

.fv__data-item--02 .fv__data-number {
  font-size: 22rem;
}

.fv__data-number--large {
  font-size: 40rem;
}

.fv__footnote {
  font-size: 12rem;
  line-height: 1;
}

.fv__cta {
  display: flex;
  justify-content: center;
  gap: 20rem;
}

.fv__cta .button__link {
  width: 410rem;
  padding: 0;
}

.fv__footnotes {
  width: 842rem;
  margin: 0 auto;
  margin-top: 20rem;
  font-size: 14rem;
  line-height: 1.5714285714;
}

.support {
  padding: 120rem 0 220rem;
}

.support__copy {
  background-color: var(--colorKey);
  font-size: 24rem;
  font-weight: var(--weightBold);
  text-align: center;
  font-family: var(--fontRounded);
  padding: 5rem 36rem;
  border-radius: 100rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.support__copy::before {
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--colorKey);
  position: absolute;
  left: 50%;
  bottom: -15rem;
  transform: translateX(-50%);
}

.support__title {
  color: var(--colorMain);
  font-size: 42rem;
  font-weight: var(--weightBold);
  text-align: center;
  font-family: var(--fontRounded);
  margin-top: 20rem;
}

.support__movie-container {
  border-radius: 40rem;
  overflow: hidden;
  width: 750rem;
  margin: 0 auto;
  margin-top: 40rem;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.support__movie-title {
  margin: 0;
  background-color: var(--colorMain);
  color: #fff;
  font-size: 34rem;
  font-weight: var(--weightBold);
  text-align: center;
  font-family: var(--fontRounded);
  padding: 20rem;
  line-height: var(--lineHeight);
}

.support__movie {
  position: relative;
  aspect-ratio: 16/9;
  background-color: var(--colorGray);
}

.support__movie-facade {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  background-color: #000;
}

.support__movie-poster {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support__movie-play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.55);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.support__movie-play::after {
  content: "";
  display: block;
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 18rem 0 18rem 30rem;
  border-color: transparent transparent transparent #fff;
}

.support__movie-iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.support__movie.is-loaded .support__movie-facade {
  display: none;
}

.introduction {
  background-color: var(--colorGray);
  padding: 100rem 0 40rem;
  border-radius: 100rem 100rem 0 0;
  position: relative;
}
.introduction::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1400/170;
  max-height: 170rem;
  background-color: var(--colorGray);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 1px));
}

.introduction__title {
  color: var(--colorMain);
  font-size: 42rem;
  font-weight: var(--weightBold);
  text-align: center;
  font-family: var(--fontRounded);
  line-height: 1.4285714286;
}

.introduction__image-wrapper {
  width: 854rem;
  margin: 0 auto;
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.introduction__item-image--sp {
  display: none;
}
.introduction__text-title {
  font-size: 28rem;
  font-weight: var(--weightBold);
  text-align: center;
  font-family: var(--fontRounded);
}

.introduction__text {
  font-size: 22rem;
  font-weight: var(--weightMedium);
  text-align: center;
}

.overview__inner {
  padding: 220rem 0 80rem;
}

.overview__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20rem;
}

.overview__image {
  width: 200rem;
}

.overview__title {
  font-weight: var(--weightBold);
  font-size: 36rem;
  font-family: var(--fontRounded);
  line-height: 1.3888888889;
}

.overview__title--accent {
  position: relative;
  color: var(--colorMain);
}
.overview__title--accent::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  display: block;
  width: calc(100% - 0.5em);
  height: 4px;
  background-color: var(--colorMain);
}
.overview__title--accent span {
  font-size: 50rem;
}

.overview__text {
  width: 100%;
  text-align: center;
  font-weight: var(--weightMedium);
  font-size: 24rem;
  line-height: 1.75;
}

.about {
  padding: 140rem 0 110rem;
  background-color: var(--colorKey);
}

.about__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
  font-family: var(--fontRounded);
  font-size: 46rem;
  font-weight: var(--weightBold);
}

.about__title--label {
  font-size: 30rem;
  color: var(--colorMain);
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.2666666667;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16rem;
}
.about__title--label::before, .about__title--label::after {
  content: "";
  display: block;
  width: 44rem;
  height: 100rem;
  background-image: url(../image/bg_about.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about__title--label::after {
  transform: scaleX(-1) translateX(5rem);
}

.about__text {
  font-size: 24rem;
  font-weight: var(--weightMedium);
  text-align: center;
  line-height: 1.5833333333;
  margin-top: 15rem;
}

.about__footnote {
  font-size: 14rem;
  text-align: center;
}

.service {
  margin-top: -1px;
  background-color: var(--colorKey);
}

.service__inner {
  margin: 0 auto;
  width: 840rem;
}

.service__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 42rem;
  font-family: var(--fontRounded);
}
.service__title::before, .service__title::after {
  content: "";
  display: block;
  width: 3px;
  height: 42rem;
  background-color: var(--colorBlack);
  transform: rotate(-30deg);
}
.service__title::after {
  transform: translateX(-20rem) rotate(30deg);
}

.service__list {
  display: flex;
  flex-direction: column;
  margin-top: 20rem;
}

.service__item {
  position: relative;
  display: flex;
  align-items: center;
}

.service__item--01 {
  justify-content: flex-end;
  gap: 4rem;
}
.service__item--01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5rem;
  display: block;
  width: 93rem;
  height: 91rem;
  background-image: url(../image/number_service_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.service__item--02 {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 80rem;
}
.service__item--02::after {
  content: "";
  position: absolute;
  top: -60rem;
  right: 0;
  display: block;
  width: 113rem;
  height: 91rem;
  background-image: url(../image/number_service_02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.service__item--03 {
  justify-content: flex-end;
  gap: 40rem;
  margin-top: 94rem;
  padding-right: 60rem;
}
.service__item--03::after {
  content: "";
  position: absolute;
  top: -50rem;
  left: 107rem;
  display: block;
  width: 114rem;
  height: 91rem;
  background-image: url(../image/number_service_03.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.service__item--01 .service__item-image-wrapper {
  width: 396rem;
}

.service__item--02 .service__item-image-wrapper {
  width: 448rem;
}

.service__item--03 .service__item-image-wrapper {
  width: 293rem;
}

.service__item-title {
  padding: 5rem 15rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-weight: var(--weightBold);
  font-size: 30rem;
}

.service__item-text {
  margin-top: 10rem;
  font-weight: var(--weightMedium);
  font-size: 20rem;
  line-height: 1.6;
}
.service__item-text span {
  color: var(--colorMain);
  font-weight: var(--weightBold);
}

.checklist {
  background-color: var(--colorKey);
  padding: 100rem 0 40rem;
  margin-top: -1px;
}

.checklist__inner {
  width: 840rem;
  margin: 0 auto;
}

.checklist__wrapper {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}

.checklist__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60rem 0 45rem;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 60rem) 0, 100% 58rem, 100% 100%, 0 100%);
  background-image: linear-gradient(rgba(208, 213, 219, 0.2) 2px, transparent 2px), linear-gradient(90deg, rgba(208, 213, 219, 0.2) 2px, transparent 2px);
  background-size: 32rem 32rem;
}
.checklist__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60rem;
  height: 58rem;
  /* 黄色をtransparentに → 境界線が消える */
  background: linear-gradient(225deg, transparent 50%, var(--colorSub) 50%);
  border-radius: 0 0 0 10rem;
}

.checklist__logo {
  width: 311rem;
}

.checklist__title {
  font-size: 26rem;
  color: #fff;
  background-color: var(--colorMain);
  padding: 5rem 45rem;
  border-radius: 100rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10rem;
  font-weight: var(--weightBold);
}

.checklist__text {
  font-size: 20rem;
  font-weight: var(--weightMedium);
  margin-top: 20rem;
}

.checklist__list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin-top: 20rem;
}

.checklist__item {
  font-size: 20rem;
  font-weight: var(--weightBold);
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5454545455;
}
.checklist__item::before {
  display: inline-block;
  content: "";
  width: 25rem;
  height: 25rem;
  background-image: url(../image/icon_checklist.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10rem;
  transform: translateY(4rem);
}
.checklist__item span {
  font-size: 18rem;
}

.scope {
  margin-top: -1px;
  padding: 40rem 0 150rem;
  background-color: var(--colorKey);
}

.scope__inner {
  margin: 0 auto;
  width: 840rem;
}

.scope__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70rem 0;
  border-radius: 40rem;
  background-color: #fff;
}

.scope__title {
  padding: 5rem 45rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100rem;
  background-color: #e1dcdc;
  font-weight: var(--weightBold);
  font-size: 26rem;
}

.scope__text {
  margin-top: 20rem;
  text-align: center;
  font-weight: var(--weightMedium);
  font-size: 20rem;
  line-height: 1.7;
}

.scope__list-title {
  position: relative;
  margin-top: 40rem;
  margin-top: 70rem;
  padding-bottom: 10rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 26rem;
}
.scope__list-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 650rem;
  height: 2px;
  background-color: var(--colorMain);
  transform: translateX(-50%);
}

.scope__list-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20rem;
  width: 650rem;
}

.scope__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.scope__item {
  font-weight: var(--weightMedium);
  font-size: 20rem;
}
.scope__item::before {
  content: "●";
  display: inline-block;
  margin-right: 10rem;
  color: var(--colorMain);
  font-size: 12rem;
  transform: translateY(-4rem);
}

.voice {
  padding: 120rem 0 90rem;
  background-color: #ffeda5;
}

.voice__inner {
  margin: 0 auto;
  width: 1008rem;
}

.voice__title {
  position: relative;
  margin: 0 auto;
  padding: 5rem 42rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100rem;
  background-color: var(--colorKey);
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 42rem;
  font-family: var(--fontRounded);
}
.voice__title::before {
  content: "";
  position: absolute;
  bottom: -19rem;
  left: 50%;
  display: block;
  width: 20rem;
  height: 20rem;
  background-color: var(--colorKey);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateX(-50%);
}

.voice__container {
  display: flex;
  justify-content: space-between;
  margin-top: 70rem;
}

.voice__item {
  position: relative;
  padding: 120rem 30rem 50rem;
  width: 320rem;
  border: 3px solid var(--colorKey);
  border-radius: 20rem;
  background-color: #fff;
}

.voice__item-image {
  position: absolute;
  top: -30rem;
  left: 50%;
  width: 130rem;
  height: 130rem;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
}

.voice__item-text {
  font-weight: var(--weightMedium);
  font-size: 18rem;
  line-height: 1.6666666667;
}
.voice__item-text + .voice__item-text {
  margin-top: 20rem;
}

.voice__item-name {
  margin-top: 30rem;
  text-align: right;
  font-weight: var(--weightBold);
  font-size: 18rem;
}

.voice__footnote {
  margin-top: 10rem;
  text-align: right;
  font-size: 14rem;
}

.flow {
  padding: 120rem 0 210rem;
}

.flow__inner {
  width: 1008rem;
  margin: 0 auto;
}

.flow__title {
  font-size: 42rem;
  font-weight: var(--weightBold);
  text-align: center;
  position: relative;
  font-family: var(--fontRounded);
  line-height: 1.5;
}

.flow__title--accent {
  font-size: 26rem;
  position: relative;
}
.flow__title--accent::before, .flow__title--accent::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30rem;
  background-color: var(--colorBlack);
  transform: rotate(-30deg) translateY(7rem);
  margin-right: 16rem;
}
.flow__title--accent::after {
  transform: rotate(30deg) translateY(7rem);
  margin-right: 0;
  margin-left: 16rem;
}

.flow__title--number {
  font-size: 50rem;
  color: var(--colorMain);
}

.flow__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30rem;
}
html.js .flow__container.js-fadein-stagger .flow__item {
  opacity: 0;
  transform: translateY(30rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.js .flow__container.js-fadein-stagger.is-revealed .flow__item {
  opacity: 1;
  transform: translateY(0);
}

html.js .flow__container.js-fadein-stagger.is-revealed .flow__item:nth-child(1) {
  transition-delay: 0s;
}

html.js .flow__container.js-fadein-stagger.is-revealed .flow__item:nth-child(2) {
  transition-delay: 0.4s;
}

html.js .flow__container.js-fadein-stagger.is-revealed .flow__item:nth-child(3) {
  transition-delay: 0.8s;
}
.flow__item {
  width: 310rem;
  background-color: var(--colorSub);
  border-radius: 20rem;
  padding: 26rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 24rem;
  height: 50rem;
  background-color: var(--colorMain);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 140rem;
  right: -32rem;
}

.flow__item-title {
  color: var(--colorMain);
  font-size: 30rem;
  font-weight: var(--weightBold);
  font-family: var(--fontRounded);
  line-height: 1.5;
  position: relative;
  padding-bottom: 18rem;
  text-transform: uppercase;
}
.flow__item-title span {
  font-size: 40rem;
}
.flow__item-title::after {
  content: "";
  display: block;
  width: 50rem;
  height: 3rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100rem;
  bottom: 0;
}

.flow__item-text {
  font-size: 22rem;
  font-weight: var(--weightMedium);
  line-height: 1.5;
  text-align: center;
  margin-top: 12rem;
}

.flow__item-image {
  height: 100rem;
  width: auto;
  margin-top: 6rem;
}

.flow__item:nth-child(2) .flow__item-image {
  margin-top: auto;
}

.cta {
  position: relative;
  padding-top: 20rem;
  background-color: var(--colorMain);
  color: #fff;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/60;
  background-image: url(../image/bg_cta.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(calc(-100% + 1px));
}

.cta__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 840rem;
}

.cta__image {
  position: absolute;
  top: -116rem;
  right: -30rem;
  width: 314rem;
}

.cta__title {
  font-weight: var(--weightBold);
  font-size: 40rem;
  font-family: var(--fontRounded);
  line-height: 1.5;
}

.cta__title--accent {
  color: #ffd278;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10rem;
}

.cta__text {
  margin-top: 20rem;
  font-weight: var(--weightMedium);
  font-size: 20rem;
  line-height: 1.7;
}

.u-h1-visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

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

@media (max-width: 768px){
  :root {
    --board: 750;
    --max: 9999px;
  }
  html {
    font-size: 0.1333333333vw;
  }
  body {
    padding-top: 102rem;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .button__link {
    height: 120rem;
    font-size: 40rem;
    width: 650rem;
  }
  .button__link::after {
    right: 50rem;
    width: 20rem;
    height: 20rem;
  }
  .button__link--secondary span {
    font-size: 28rem;
  }
  .header__inner {
    width: 650rem;
  }
  .header__logo {
    width: 142rem;
  }
  .header__button .button__link {
    width: 350rem;
    height: 68rem;
    font-size: 30rem;
  }
  .header__button .button__link::after {
    right: 24rem;
    width: 16rem;
    height: 16rem;
  }
  .footer {
    padding-bottom: 100rem;
  }
  .footer__inner {
    width: 450rem;
    margin: 0 auto;
  }
  .footer__nav-list {
    flex-wrap: wrap;
    -moz-column-gap: 2em;
         column-gap: 2em;
    row-gap: 30rem;
    font-size: 28rem;
    justify-content: flex-start;
  }
  .footer__copyright {
    font-size: 24rem;
    margin-top: 40rem;
  }
  .fv {
    padding: 50rem 0 35rem;
  }
  .fv__inner {
    width: 650rem;
  }
  .fv__title-copy {
    font-size: 32rem;
    line-height: 1.375;
    align-items: flex-end;
    text-align: center;
    gap: 10rem;
  }
  .fv__title-copy::before, .fv__title-copy::after {
    width: 2px;
    height: 46rem;
    transform: translateY(-10rem) rotate(-30deg);
  }
  .fv__title-copy::after {
    transform: translateY(-10rem) translateX(-10rem) rotate(30deg);
  }
  .fv__title-title {
    flex-direction: column;
    align-items: flex-end;
    gap: 10rem;
    margin-top: 5rem;
  }
  .fv__title-sub {
    width: 124rem;
    height: 62rem;
    font-size: 40rem;
  }
  .fv__container {
    flex-direction: column-reverse;
    margin-top: -64rem;
  }
  .fv__description {
    margin-top: -30rem;
  }
  .fv__description-item {
    width: 252rem;
    height: 72rem;
    font-size: 32rem;
    clip-path: polygon(0 0, calc(100% - 18rem) 0, 100% 18rem, 100% 100%, 0 100%);
  }
  .fv__description-item::before {
    width: 18rem;
    height: 18rem;
    clip-path: polygon(0 0, calc(100% - 18rem) 0, 100% 18rem, 100% 100%, 0 100%);
  }
  .fv__description-image-wrapper {
    width: 554rem;
    margin-top: 10rem;
  }
  .fv__description-text {
    font-size: 32rem;
    line-height: 1.2;
  }
  .fv__description-text span {
    font-size: 42rem;
  }
  .fv__data {
    width: 100%;
    margin-top: -10rem;
  }
  .fv__data::before {
    background-image: url(../image/bg_fv_sp.png);
    top: -80rem;
    left: 0;
  }
  .fv__data-image-wrapper {
    width: 523rem;
  }
  .fv_data-list {
    gap: 12rem;
    top: 90rem;
  }
  .fv__data-item {
    width: 160rem;
    height: 160rem;
    font-size: 20rem;
  }
  .fv__data-item--01 .fv__data-number {
    font-size: 40rem;
  }
  .fv__data-item--02 .fv__data-number {
    font-size: 25rem;
  }
  .fv__data-number--large {
    font-size: 46rem;
  }
  .fv__footnote {
    font-size: 13rem;
  }
  .fv__cta {
    margin-top: 25rem;
    flex-direction: column;
    gap: 25rem;
  }
  .fv__cta .button__link {
    width: 650rem;
  }
  .fv__footnotes {
    width: 100%;
    margin-top: 30rem;
    font-size: 20rem;
    line-height: 1.4;
    text-align: justify;
  }
  .support {
    padding: 120rem 0 140rem;
  }
  .support__copy {
    font-size: 26rem;
  }
  .support__title {
    font-size: 46rem;
    line-height: 1.3913043478;
    margin-top: 10rem;
  }
  .support__movie-container {
    width: 680rem;
    margin-top: 20rem;
    border-radius: 18rem;
  }
  .support__movie-title {
    font-size: 30rem;
  }
  .support__movie-play {
    width: 72rem;
    height: 72rem;
  }
  .support__movie-play::after {
    border-width: 14rem 0 14rem 24rem;
  }
  .introduction::after {
    aspect-ratio: 750/165;
    max-height: 165rem;
  }
  .introduction__title {
    font-size: 46rem;
    line-height: 1.3913043478;
  }
  .introduction__image-wrapper {
    width: 100%;
  }
  .introduction__item-image--pc {
    display: none;
  }
  .introduction__item-image--sp {
    display: block;
  }
  .introduction__text-title {
    font-size: 40rem;
  }
  .introduction__text {
    font-size: 30rem;
  }
  .overview__inner {
    padding: 260rem 0 120rem;
  }
  .overview__container {
    flex-direction: column;
  }
  .overview__image {
    width: 264rem;
  }
  .overview__title {
    text-align: center;
    font-size: 54rem;
  }
  .overview__title--accent span {
    font-size: 76rem;
  }
  .overview__text {
    margin-top: 20rem;
    font-size: 30rem;
  }
  .about {
    padding: 120rem 0 90rem;
  }
  .about__title {
    flex-direction: column;
    font-size: 52rem;
  }
  .about__title--label {
    font-size: 38rem;
    gap: 10rem;
  }
  .about__text {
    font-size: 30rem;
    margin-top: 0;
  }
  .about__footnote {
    font-size: 20rem;
  }
  .service__inner {
    width: 650rem;
  }
  .service__title {
    gap: 30rem;
    font-size: 50rem;
    line-height: 1.2;
  }
  .service__title::before, .service__title::after {
    width: 2px;
    height: 100rem;
  }
  .service__item {
    flex-direction: column;
  }
  .service__item--01 {
    gap: 40rem;
  }
  .service__item--01::after {
    top: 50rem;
    bottom: auto;
    left: 20rem;
    width: 108rem;
    height: 105rem;
  }
  .service__item--02 {
    flex-direction: column;
    gap: 40rem;
    margin-top: 120rem;
  }
  .service__item--02::after {
    top: -50rem;
    right: 36rem;
    width: 131rem;
    height: 105rem;
  }
  .service__item--03 {
    margin-top: 120rem;
    padding-right: 0;
  }
  .service__item--03::after {
    top: -10rem;
    left: 40rem;
  }
  .service__item--01 .service__item-image-wrapper {
    width: 570rem;
    transform: translateX(20px);
  }
  .service__item--02 .service__item-image-wrapper {
    width: 564rem;
  }
  .service__item--03 .service__item-image-wrapper {
    width: 539rem;
  }
  .service__item-title {
    padding: 2rem 15rem;
    font-size: 36rem;
  }
  .service__item-text {
    margin-top: 20rem;
    font-size: 28rem;
    line-height: 1.5;
  }
  .service__item-text-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .checklist {
    padding: 100rem 0 60rem;
  }
  .checklist__inner {
    width: 650rem;
  }
  .checklist__container {
    background-image: linear-gradient(rgba(208, 213, 219, 0.1) 2px, transparent 2px), linear-gradient(90deg, rgba(208, 213, 219, 0.1) 2px, transparent 2px);
    background-size: 42rem 42rem;
    padding: 100rem 0 80rem;
  }
  .checklist__logo {
    width: 400rem;
  }
  .checklist__title {
    font-size: 38rem;
    padding: 5rem 36rem;
    margin-top: 20rem;
  }
  .checklist__text {
    font-size: 28rem;
    margin-top: 20rem;
    text-align: center;
  }
  .checklist__list {
    width: 550rem;
    gap: 20rem;
  }
  .checklist__item {
    font-size: 28rem;
  }
  .checklist__item::before {
    width: 37rem;
    height: 37rem;
    transform: translateY(8rem);
  }
  .checklist__item span {
    font-size: 24rem;
  }
  .scope__inner {
    width: 650rem;
  }
  .scope__container {
    padding: 80rem 50rem;
  }
  .scope__title {
    padding: 5rem 30rem;
    white-space: nowrap;
    font-size: 38rem;
  }
  .scope__text {
    margin-top: 30rem;
    font-size: 28rem;
    line-height: 1.5714285714;
  }
  .scope__list-title {
    margin-top: 50rem;
    width: 100%;
    text-align: center;
    font-size: 30rem;
  }
  .scope__list-wrapper {
    flex-direction: column;
    gap: 5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .scope__list {
    gap: 5rem;
  }
  .scope__item {
    font-size: 28rem;
  }
  .voice__inner {
    width: 650rem;
  }
  .voice__container {
    flex-direction: column;
    gap: 80rem;
  }
  .voice__item {
    padding: 160rem 55rem 60rem;
    width: 100%;
  }
  .voice__item-image {
    width: 160rem;
    height: 160rem;
  }
  .voice__item-text {
    font-size: 24rem;
    line-height: 1.6666666667;
  }
  .voice__item-name {
    font-size: 24rem;
  }
  .voice__footnote {
    margin-top: 20rem;
    font-size: 20rem;
  }
  .flow {
    padding: 120rem 0 240rem;
  }
  .flow__inner {
    width: 650rem;
  }
  .flow__container {
    flex-direction: column;
    gap: 65rem;
  }
  .flow__item {
    width: 100%;
    align-items: flex-start;
    padding: 30rem 50rem 50rem 50rem;
  }
  .flow__item:not(:last-child)::after {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 50rem;
    height: 25rem;
    top: auto;
    bottom: -46rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow__item-title {
    padding-bottom: 0;
    font-size: 34rem;
  }
  .flow__item-title span {
    font-size: 44rem;
  }
  .flow__item-title::after {
    display: none;
  }
  .flow__item-text {
    font-size: 28rem;
    margin-top: 10rem;
    text-align: left;
  }
  .flow__item-image {
    position: absolute;
    top: 50%;
    right: 50rem;
    transform: translateY(-50%);
    height: 110rem;
  }
  .cta::before {
    padding-top: 10rem;
    aspect-ratio: 750/90;
    background-image: url(../image/bg_cta_sp.svg);
  }
  .cta__inner {
    width: 650rem;
  }
  .cta__image {
    top: -110rem;
    right: 0;
  }
  .cta__title {
    margin: 0 auto;
    width: 600rem;
    font-size: 42rem;
  }
  .cta__text {
    margin-top: 40rem;
    text-align: center;
    font-size: 30rem;
    line-height: 1.6666666667;
  }
  .cta .button__link {
    padding: 0 50rem;
    font-size: 36rem;
  }
  .cta .button__link::after {
    right: 36rem;
  }
  .sp-none {
    display: none !important;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .support__movie-facade:hover .support__movie-play {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce){
  html.js .js-fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html.js .overview__title--accent.js-line::after {
    width: calc(100% - 0.5em);
    transition: none;
  }
  html.js .flow__container.js-fadein-stagger .flow__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
