@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-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.
 */
html,
body {
  margin: 0;
  padding: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

em {
  font-style: normal;
}

@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/GenJyuuGothic-Heavy.woff2") format("woff2"), url("../fonts/GenJyuuGothic-Heavy.woff") format("woff");
}
@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/GenJyuuGothic-Bold.woff2") format("woff2"), url("../fonts/GenJyuuGothic-Bold.woff") format("woff");
}
@font-face {
  font-family: "bananaslip";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bananaslip.woff2") format("woff2"), url("../fonts/bananaslip.woff") format("woff");
}
main {
  overflow: hidden;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--s {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .l-inner--s {
    max-width: 600px !important;
  }
}
.l-inner--m {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .l-inner--m {
    max-width: 600px !important;
  }
}
.l-inner--l {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner--l {
    max-width: 600px !important;
  }
}

::-moz-placeholder {
  color: #B5B5B5;
}

::placeholder {
  color: #B5B5B5;
}

/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 13px 16px;
}
input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  height: 18rem;
  padding: 13px 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #005AA7;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #005AA7;
  opacity: 1;
}

/**
 * radio
 *
 */
.radio-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .radio-wrap {
    row-gap: 0.8rem;
  }
}
.radio-wrap .radio-item label {
  display: block;
}

input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label,
input[type=checkbox] + .radio-item-label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 17px;
  position: relative;
  transition: 0.5s;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label::before,
input[type=checkbox] + .radio-item-label::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .radio-item-label::after,
input[type=checkbox] + .radio-item-label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .radio-item-label::after,
input[type=checkbox]:checked + .radio-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
.check-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .check-wrap {
    row-gap: 0.8rem;
  }
}
.check-wrap .radio-item label {
  display: block;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

input[type=checkbox] + label::before {
  background: #fff;
  border: 1px #000 solid;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 0.8rem;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow-select.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .select-parts::after {
    width: 1.6rem;
  }
}
.select-parts select {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select-parts select {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

/**
 * button
 *
 */
form button[type=submit],
form input[type=submit] {
  background-color: #CF122E;
  border: 2px solid #CF122E;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-inline: auto;
  max-width: 25.1rem;
  padding: 1.6rem 3.8rem;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
form button[type=submit]:hover, form button[type=submit]:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #fff;
  color: #CF122E;
}
form button[type=submit]:hover::after, form button[type=submit]:focus::after,
form input[type=submit]:hover::after,
form input[type=submit]:focus::after {
  background-color: #CF122E;
}
form + * {
  margin-top: 2.4rem;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  padding-block: 2.2rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    flex-wrap: nowrap;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-left: 2rem;
  }
}
.l-header__logo {
  align-items: center;
  display: flex;
  gap: 0.73rem;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.1rem;
  }
}
.l-header__logo a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo-main {
  display: block;
  max-width: 20.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 14.2rem;
  }
}
.l-header__logo-sub {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-header__logo-sub {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}
.l-header__container {
  align-items: center;
  display: flex;
  gap: 3rem;
}
.l-header__btnwrap {
  display: flex;
  gap: 1rem;
}
.l-header__btnwrap .c-btn {
  border-radius: 10rem;
  width: 21.8rem;
}
@media screen and (max-width: 1023px) {
  .l-header__btnwrap .c-btn {
    border-radius: 0.8rem;
    font-size: 1.46rem;
    gap: 0.66rem;
    line-height: 1.2328767123;
    padding: 0.53rem 0.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btnwrap .c-btn {
    border-radius: 0.6rem;
    font-size: 1.1rem;
    gap: 0.5rem;
    line-height: 1.4545454545;
    padding: 0.4rem 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btnwrap .c-btn::before {
    width: 0.84rem;
  }
}

.l-header,
.l-header__inner,
.p-sub-nav__link {
  transition: all 0.25s;
}

.p-header-nav__list {
  align-items: center;
  display: flex;
  gap: 3rem;
}
.p-header-nav__link {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 500;
  font-size: 1.4rem;
  gap: 0.6rem;
  letter-spacing: 0.06em;
  transition: all 0.3s;
}
.p-header-nav__link::before {
  aspect-ratio: 8/12;
  background-color: #000;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow03.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow03.svg) 50%/contain no-repeat;
  width: 0.8rem;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  color: #CF122E;
}
.p-header-nav__link:hover::before, .p-header-nav__link:focus-visible::before {
  background-color: #CF122E;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 8rem;
    justify-content: center;
    position: relative;
    width: 8rem;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    height: 6rem;
    width: 6rem;
  }
}
.c-hamburger-btn__text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5454545455;
  text-align: center;
  text-transform: uppercase;
}
.c-hamburger-btn__inner {
  display: block;
  height: 2.4rem;
  position: relative;
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    height: 1.8rem;
    width: 2.4rem;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  background-color: #0279C0;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 0.26rem;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  background-color: #0079BF;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    background-color: rgba(0, 90, 167, 0.96);
    display: block;
    height: calc(100svh - 8rem);
    right: 0;
    margin-top: 8rem;
    min-height: auto;
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 3rem;
    padding-top: 1.6rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.15s;
    transform: translateX(100%);
    visibility: hidden;
    width: 40rem;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    height: calc(100svh - 6rem);
    margin-top: 6rem;
    width: 32rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner.l-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    z-index: 30;
  }
}
.p-sub-nav__list {
  display: flex;
  gap: 0 4.8rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list {
    flex-direction: column;
  }
}
.p-sub-nav__item {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item {
    cursor: pointer;
  }
}
.p-sub-nav__link {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-bottom: 0.9rem;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__link {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.8rem;
    justify-content: space-between;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding: 1.92rem 2.64rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link {
    font-size: 1.5rem;
    padding: 1.6rem 2.2rem;
  }
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
.p-sub-nav__link:hover::after, .p-sub-nav__link:focus::after {
  opacity: 1;
}
.p-sub-nav__link::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.25s;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__link::after {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    height: 1px;
    left: 0;
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__link::before {
    aspect-ratio: 9/13;
    background: url(../img/common/icon-arrow_nav.svg) 50%/contain no-repeat;
    content: "";
    display: block;
    width: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link::before {
    width: 0.9rem;
  }
}
.p-sub-nav__btnwrap {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin: 4rem auto 0;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btnwrap {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap .c-btn {
    border-color: #fff;
    border-radius: 0.8rem;
    border-width: 1px;
    font-size: 1.7rem;
    gap: 1.4rem;
    margin-inline: auto;
    padding-right: 2.4rem;
    padding-left: 1.9rem;
    padding-block: 0.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap .c-btn::before {
    width: 2.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap + * {
    margin-top: 2.5rem;
  }
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    pointer-events: auto;
    transition: 0.15s;
    transform: translateX(0);
    visibility: visible;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #0079BF;
  color: #fff;
  padding-block: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 6rem;
  }
}
.l-footer__nav + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav + * {
    margin-top: 2.8rem;
  }
}
.l-footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    gap: 4rem;
  }
}
.l-footer__nav-link {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  padding-block: 1rem;
  transition: all 0.3s;
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus {
  opacity: 0.7;
}
.l-footer__copy {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.1rem;
    line-height: 1.3636363636;
  }
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background: url(../img/common/cta-bg.jpg) 50%/cover no-repeat;
  color: #fff;
  padding-block: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta {
    background-image: url(../img/common/cta-bg_sp.jpg);
    padding-block: 3rem 4.6rem;
  }
}
.l-cta:after {
  background: linear-gradient(rgba(0, 107, 214, 0.8) 0%, #006bd6 51.23%, rgba(0, 107, 214, 0.8) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-cta:after {
    opacity: 0.78;
  }
}
.l-cta > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-cta__head {
    position: relative;
    margin-inline: auto;
    max-width: 35rem;
  }
}
.l-cta__head + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__head + * {
    margin-top: 1.8rem;
  }
}
.l-cta__badge {
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFF96A;
  border: 0.4rem solid #005AA7;
  border-radius: 50%;
  color: #005AA7;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  padding-top: 2.4rem;
  position: absolute;
  right: 6rem;
  top: -3rem;
  text-align: center;
  width: 18rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-cta__badge {
    padding-top: 2.2rem;
    right: 2rem;
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__badge {
    border-width: 0.3rem;
    padding-top: 1.15rem;
    right: 0;
    top: -2rem;
    width: 11rem;
  }
}
.l-cta__badge::before {
  border: 1px solid #005AA7;
  border-radius: 50%;
  content: "";
  display: block;
  height: calc(100% - 0.8rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
}
@media screen and (max-width: 767px) {
  .l-cta__badge::before {
    height: calc(100% - 0.7rem);
    width: calc(100% - 0.7rem);
  }
}
.l-cta__badge-sub {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .l-cta__badge-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__badge-sub {
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
.l-cta__badge-main {
  font-size: 5rem;
  line-height: 1.44;
  margin-top: -0.6rem;
}
@media screen and (max-width: 1023px) {
  .l-cta__badge-main {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__badge-main {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-top: -0.4rem;
  }
}
.l-cta__title-sub {
  background-color: #fff;
  border-radius: 0.3rem;
  color: #005AA7;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
  margin-inline: auto;
  padding: 0.9rem 4.9rem 1.2rem;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .l-cta__title-sub {
    padding-inline: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title-sub {
    left: 50%;
    letter-spacing: -0.04em;
    line-height: 1.3;
    padding-inline: 5rem;
    text-align: left;
    transform: translateX(-50%);
    width: 37rem;
  }
}
.l-cta__title-sub::after {
  aspect-ratio: 26/15;
  background-color: #fff;
  bottom: 1px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 2.6rem;
}
.l-cta__title-sub .bold {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .l-cta__title-sub .bold {
    line-height: 1.0833333333;
  }
}
.l-cta__title-sub + * {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-cta__title-sub + * {
    margin-top: 2.4rem;
  }
}
.l-cta__title-main {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-cta__title-main {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title-main {
    font-size: 2.8rem;
  }
}
.l-cta__title-main .bold {
  font-size: 4.6rem;
  line-height: 1.2608695652;
}
@media screen and (max-width: 1023px) {
  .l-cta__title-main .bold {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title-main .bold {
    font-size: 3.4rem;
    line-height: 1.2352941176;
  }
}
.l-cta__lead-wrap {
  margin-inline: auto;
  max-width: 58rem;
  padding-bottom: 3.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta__lead-wrap {
    max-width: 35rem;
    padding-bottom: 1.4rem;
  }
}
.l-cta__lead-wrap::before {
  aspect-ratio: 285/244;
  background: url(../img/common/cta-lead.png) 50%/contain no-repeat;
  bottom: -3rem;
  content: "";
  display: block;
  left: -10.6rem;
  position: absolute;
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .l-cta__lead-wrap::before {
    aspect-ratio: 177/167;
    background-image: url(../img/common/cta-lead_sp.png);
    bottom: -1.3rem;
    left: -2.5rem;
    width: 17.7rem;
  }
}
.l-cta__lead {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding-block: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__lead {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-left: auto;
    max-width: 31.8rem;
    padding-block: 0.8rem 1.4rem;
    padding-left: 2.3rem;
    text-align: left;
  }
}
.l-cta__lead em {
  font-size: 2.6rem;
  line-height: 1.1538461538;
}
@media screen and (max-width: 767px) {
  .l-cta__lead em {
    font-size: 2rem;
    letter-spacing: -0.04em;
  }
}
.l-cta__lead + * {
  margin-top: 1rem;
}
.l-cta__note-wrap {
  margin-inline: auto;
  padding-left: 2.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-cta__note-wrap {
    margin-right: 0;
    padding-left: 0;
  }
}
.l-cta__note {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .l-cta__note {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.l-cta__banner {
  background-color: #fff;
  border-radius: 1.6rem;
  color: #000;
  display: block;
  padding: 1.7rem 4.6rem;
  margin-inline: auto;
  max-width: 56rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-cta__banner {
    padding: 0.9rem 1.9rem 1.1rem;
  }
}
.l-cta__banner-label {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  gap: 1.2rem;
  justify-content: center;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__banner-label {
    font-size: 1.5rem;
    gap: 1rem;
  }
}
.l-cta__banner-label::before, .l-cta__banner-label::after {
  content: "";
  display: block;
}
.l-cta__banner-label::before {
  aspect-ratio: 18/24;
  background: url(../img/common/icon-cta.svg) 50%/contain no-repeat;
  margin-right: 0.4rem;
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta__banner-label::before {
    margin-right: 0;
    width: 1.55rem;
  }
}
.l-cta__banner-label::after {
  aspect-ratio: 1/1;
  background: url(../img/common/icon-cta-arrow.svg) 50%/contain no-repeat;
  width: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta__banner-label::after {
    width: 2rem;
  }
}
.l-cta__banner-heading {
  color: #CF122E;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__banner-heading {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.l-cta__banner-heading + * {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .l-cta__banner-heading + * {
    margin-top: 0.5rem;
  }
}
.l-cta__banner-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-cta__banner-list {
    gap: 0.6rem;
  }
}
.l-cta__banner-item {
  align-items: center;
  background-color: #CF122E;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.3rem;
  justify-content: center;
  line-height: 1.3846153846;
  padding-block: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__banner-item {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    padding-block: 0.3rem;
  }
}

/* -------------------------------------
        l-faq
-----------------------------------------*/
.l-faq__item {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #005AA7;
  cursor: pointer;
  margin-inline: auto;
  max-width: 86rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-faq__item {
    border-radius: 0.6rem;
  }
}
.l-faq__item + * {
  margin-top: 1rem;
}
.l-faq__item[open] .l-faq__title {
  background-color: #E9F8FF;
}
.l-faq__item[open] .l-faq__title::after {
  transform: rotate(-180deg);
}
.l-faq__title::before, .l-faq__content-inner::before {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3076923077;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-faq__title::before, .l-faq__content-inner::before {
    font-size: 2.2rem;
  }
}
.l-faq__title {
  align-items: flex-start;
  color: #000;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  gap: 3rem;
  padding: 1.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__title {
    align-items: center;
    font-size: 1.5rem;
    gap: 1rem;
    line-height: 1.4666666667;
    padding: 1rem;
  }
}
.l-faq__title::before {
  color: #0079BF;
  content: "q";
}
@media screen and (max-width: 767px) {
  .l-faq__title::before {
    line-height: 1;
  }
}
.l-faq__title::after {
  aspect-ratio: 1/1;
  background: url(../img/common/icon-arrow-faq.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-left: auto;
  transition: all 0.3s;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .l-faq__title::after {
    width: 2.4rem;
  }
}
.l-faq__title .inner {
  flex: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-faq__title .inner {
    padding-top: 0;
  }
}
.l-faq__content-inner {
  align-items: flex-start;
  border-top: 1px solid #005AA7;
  color: #000;
  display: flex;
  font-weight: 500;
  font-size: 1.6rem;
  gap: 3rem;
  line-height: 1.5625;
  padding: 1.9rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__content-inner {
    font-size: 1.5rem;
    gap: 1rem;
    line-height: 1.6;
    padding: 1rem;
  }
}
.l-faq__content-inner::before {
  content: "a";
  color: #CF3E3E;
}
.l-faq__content-inner p {
  padding-top: 0.3rem;
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main--under {
  margin-top: 13rem;
}
@media screen and (max-width: 1023px) {
  .l-main--under {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main--under {
    margin-top: 6rem;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1280px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
.l-form__dl + * {
  margin-top: 3rem;
}
.l-form__box {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-form__box {
    gap: 1rem;
  }
}
.l-form__box + .l-form__box {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-form__box + .l-form__box {
    margin-top: 2rem;
  }
}
.l-form__label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1rem;
}
.l-form__label .required {
  background-color: #EF4040;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  width: 3rem;
  text-align: center;
}
.l-form__dd {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.l-form__privacy {
  text-align: center;
}
.l-form__privacy-check {
  font-size: 15px;
  line-height: 1.4;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-form__privacy-check a {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-form__privacy-check a:hover, .l-form__privacy-check a:focus-visible {
  color: #005AA7;
}
.l-form__privacy-check label.confirm {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-form__privacy + * {
  margin-top: 3rem;
}

.l-form-thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 16rem;
}
.l-form-thanks__body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-form-thanks__body .l-main {
  flex: 1;
}
.l-form-thanks__body .l-footer {
  margin-top: auto;
}
.l-form-thanks__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    text-align: left;
  }
}
.l-form-thanks__text + * {
  margin-top: 6rem;
}
.l-form-thanks__btn .c-btn {
  border-radius: 10rem;
  margin-inline: auto;
}
.l-form-thanks__btn .c-btn::before {
  display: none;
}

/* -------------------------------------
        l-pagetop
-----------------------------------------*/
.l-pagetop {
  bottom: 4rem;
  display: block;
  position: fixed;
  right: 3rem;
  width: 6rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 2rem;
    right: 2rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  align-items: center;
  background-color: #CF122E;
  border: 2px solid #CF122E;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 1rem 1.8rem;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn:hover, .c-btn:focus-visible, .c-btn:active {
  background-color: #fff;
  color: #CF122E;
}
.c-btn:hover::before, .c-btn:focus-visible::before, .c-btn:active::before {
  background-color: #CF122E;
}
.c-btn::before {
  aspect-ratio: 18/24;
  background-color: #fff;
  content: "";
  display: block;
  width: 1.8rem;
  -webkit-mask: url(../img/common/icon_cta.svg) 50%/contain no-repeat;
          mask: url(../img/common/icon_cta.svg) 50%/contain no-repeat;
  transition: all 0.3s;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.c-primary-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 3rem;
  }
}

/* -------------------------------------
        c-fixed
-----------------------------------------*/
body.is-chrome .c-fixed-btn .u-only-pc,
body.is-opera .c-fixed-btn .u-only-pc,
body.is-edge .c-fixed-btn .u-only-pc {
  letter-spacing: -0.2em;
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top__text--center {
  text-align: center;
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  margin-top: 13rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-mv {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    margin-top: 6rem;
  }
}
.p-top-mv::after {
  background: url(../img/top/mv-bg.jpg) 50%/cover no-repeat;
  content: "";
  height: 117.5rem;
  min-width: 246.5rem;
  position: absolute;
  right: 0;
  top: -4rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    height: 51.3rem;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    min-width: 76.7rem;
  }
}
.p-top-mv__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    margin-inline: calc(50% - 50vw);
    margin-top: 3rem;
    order: 4;
    position: static;
    width: 100vw;
  }
}
.p-top-mv__bg::after {
  background: linear-gradient(to bottom, rgba(232, 246, 255, 0) 0%, #e8f6ff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 31.9rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg::after {
    display: none;
  }
}
.p-top-mv__bg figure {
  height: 81rem;
  margin-left: auto;
  width: 56.25%;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__bg figure {
    height: 70rem;
    width: 67%;
  }
}
.p-top-mv__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}
.p-top-mv__inner {
  padding-block: 7rem 11rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__inner {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    display: flex;
    flex-direction: column;
    padding-block: 4rem 5rem;
  }
}
.p-top-mv__inner > * {
  position: relative;
  z-index: 2;
}
.p-top-mv__tag {
  border-radius: 0.6rem;
  background: #fff;
  border: 1px solid #005AA7;
  color: #005AA7;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.7rem 1.4rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__tag {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__tag {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    line-height: 1.4285714286;
    padding: 0.5rem 0.7rem;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__tag + * {
    margin-top: 1rem;
  }
}
.p-top-mv__heading {
  font-weight: 900;
  font-size: 5rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading {
    font-size: 3rem;
    line-height: 1.3333333333;
    order: 2;
  }
}
.p-top-mv__heading + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading + * {
    margin-top: 1.5rem;
  }
}
.p-top-mv__lead {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    font-size: 1.5rem;
    left: 50%;
    line-height: 1.7333333333;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    order: 3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-top-mv__cta {
  background: #CF122E;
  border: 2px solid #CF122E;
  border-radius: 1rem;
  box-shadow: 0.4rem 0.5rem 2rem 0.1rem rgba(207, 17, 40, 0.3);
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 1.8rem;
  gap: 0.8rem;
  line-height: 1.4444444444;
  margin-top: 4rem;
  padding: 2rem 1.8rem;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta {
    margin-inline: auto;
    margin-top: 3rem;
    order: 6;
  }
}
.p-top-mv__cta::before, .p-top-mv__cta::after {
  background-color: #fff;
  content: "";
  display: block;
  transition: all 0.3s;
}
.p-top-mv__cta::before {
  aspect-ratio: 18/24;
  -webkit-mask: url(../img/top/icon-mv-cta.svg) 50%/contain no-repeat;
          mask: url(../img/top/icon-mv-cta.svg) 50%/contain no-repeat;
  width: 1.8rem;
}
.p-top-mv__cta::after {
  aspect-ratio: 10/15;
  -webkit-mask: url(../img/top/icon-arrow-mv-cta.svg) 50%/contain no-repeat;
          mask: url(../img/top/icon-arrow-mv-cta.svg) 50%/contain no-repeat;
  margin-left: 1.2rem;
  width: 1rem;
}
.p-top-mv__cta:hover, .p-top-mv__cta:focus-visible {
  background-color: #fff;
  color: #CF122E;
}
.p-top-mv__cta:hover::before, .p-top-mv__cta:hover::after, .p-top-mv__cta:focus-visible::before, .p-top-mv__cta:focus-visible::after {
  background-color: #CF122E;
}
.p-top-mv__badge {
  aspect-ratio: 1/1;
  align-items: center;
  background: #fff;
  border: 2px solid #005AA7;
  border-radius: 50%;
  color: #005AA7;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: 4rem;
  top: 6rem;
  width: 20.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__badge {
    width: 16.16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge {
    right: 1rem;
    top: 1.6rem;
    width: 10.4rem;
  }
}
.p-top-mv__badge::after {
  aspect-ratio: 1/1;
  border: 1px solid #005AA7;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93.9393939394%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge::after {
    width: 96%;
  }
}
.p-top-mv__badge-text01 {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__badge-text01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge-text01 {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.p-top-mv__badge-text02 {
  font-size: 2rem;
  line-height: 1.45;
  margin-top: -0.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__badge-text02 {
    font-size: 1.6rem;
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge-text02 {
    font-size: 1.2rem;
  }
}
.p-top-mv__badge-text02 em {
  font-size: 4.8rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__badge-text02 em {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge-text02 em {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.p-top-mv__badge-text03 {
  font-size: 2rem;
  line-height: 1.45;
  margin-top: -0.1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__badge-text03 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge-text03 {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-top: -0.2rem;
  }
}
.p-top-mv__points {
  border-radius: 0.6rem;
  background: #fff;
  border: 1px solid #29913A;
  box-shadow: 0px 0.3rem 0.6rem rgba(2, 121, 192, 0.1);
  margin-top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-mv__points {
    left: 50%;
    margin-inline: auto;
    margin-top: -6.7rem;
    order: 5;
    position: relative;
    transform: translateX(-50%);
    width: 37rem;
  }
}
.p-top-mv__point-list {
  display: flex;
}
.p-top-mv__point-item {
  align-items: center;
  display: flex;
  gap: 2rem;
  padding: 2.5rem 3rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__point-item {
    padding-block: 3.6rem 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__point-item {
    justify-content: center;
    padding: 3rem 0 1.2rem;
    width: 33.3333333333%;
  }
}
.p-top-mv__point-item + *::before {
  background-color: #29913A;
  content: "";
  display: block;
  height: calc(100% - 4.2rem);
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__point-item + *::before {
    height: calc(100% - 2rem);
  }
}
.p-top-mv__point-icon {
  width: 7rem;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__point-icon {
    width: 5.7rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__point-icon {
    left: 50%;
    position: absolute;
    top: -2.5rem;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__point-icon {
    width: 5rem;
  }
}
.p-top-mv__point-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__point-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__point-title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-top-mv__point-title + * {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__point-title + * {
    margin-top: 0.4rem;
  }
}
.p-top-mv__point-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__point-desc {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__point-desc {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
.p-top-mv__nav {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 83rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__nav {
    max-width: 91rem;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 39rem;
    padding-inline: 2rem;
  }
}
.p-top-mv__nav-link {
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-block: 1.9rem 2.6rem;
  padding-inline: 4rem 3rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav-link {
    padding: 1.6rem 3rem;
  }
}
.p-top-mv__nav-link:hover, .p-top-mv__nav-link:focus-visible {
  transform: translateY(0.3rem);
}
.p-top-mv__nav-link--onsite {
  background: url(../img/top/mv-onsite-bg.jpg) 50%/cover no-repeat;
  box-shadow: 1rem 1rem 2rem 0.1rem rgba(41, 145, 58, 0.16);
}
.p-top-mv__nav-link--onsite::after {
  background: linear-gradient(to right, rgba(42, 160, 61, 0.9) 0%, rgba(42, 160, 61, 0.1) 100%);
}
.p-top-mv__nav-link--onsite .p-top-mv__nav-chevron::after {
  background-color: #29913A;
}
.p-top-mv__nav-link--offsite {
  background: url(../img/top/mv-offsite-bg.jpg) 50%/cover no-repeat;
  box-shadow: 1rem 1rem 2rem 0.1rem rgba(0, 114, 204, 0.16);
}
.p-top-mv__nav-link--offsite::after {
  background: linear-gradient(to right, rgba(0, 121, 191, 0.9) 0%, rgba(0, 121, 191, 0.1) 100%);
}
.p-top-mv__nav-link--offsite .p-top-mv__nav-chevron::after {
  background-color: #005AA7;
}
.p-top-mv__nav-link::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
}
.p-top-mv__nav-link > * {
  position: relative;
  z-index: 2;
}
.p-top-mv__nav-text {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav-text {
    gap: 0.5rem;
  }
}
.p-top-mv__nav-title {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav-title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-top-mv__nav-desc {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav-desc {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-top-mv__nav-chevron {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav-chevron {
    width: 3rem;
  }
}
.p-top-mv__nav-chevron::after {
  aspect-ratio: 15/10;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-mask: url(../img/top/chevron.svg) 50%/contain no-repeat;
          mask: url(../img/top/chevron.svg) 50%/contain no-repeat;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__nav-chevron::after {
    width: 1.2rem;
  }
}

/* -------------------------------------
        p-top-problem
-----------------------------------------*/
.p-top-problem {
  padding-block: 9rem 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-problem {
    padding-block: 6rem 5rem;
  }
}
.p-top-problem::before, .p-top-problem::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top-problem::before {
  background: linear-gradient(to bottom, #e8f6ff 0%, #fff 100%);
  height: calc(100% - 30rem + 7.5rem);
  top: -7.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-problem::before {
    height: calc(100% - 31.2rem + 50.4rem);
    top: -50.4rem;
  }
}
.p-top-problem::after {
  background: url(../img/top/problem-bg.png) 50%/cover no-repeat;
  bottom: 0;
  height: 96rem;
  left: 50%;
  min-width: 192rem;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-problem::after {
    height: 84.1rem;
    min-width: 100%;
    width: 168.2rem;
  }
}
.p-top-problem__title {
  font-weight: 700;
  text-align: center;
}
.p-top-problem__title-main {
  font-size: 3rem;
}
@media screen and (max-width: 1280px) {
  .p-top-problem__title-main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__title-main {
    font-size: 2.2rem;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-top-problem__title-main .u-c-navy {
  font-size: 3.6rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1280px) {
  .p-top-problem__title-main .u-c-navy {
    font-size: 3.36rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__title-main .u-c-navy {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.p-top-problem__title-sub {
  font-size: 2rem;
  line-height: 1.45;
  color: #005AA7;
}
@media screen and (max-width: 767px) {
  .p-top-problem__title-sub {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-problem__title-sub + * {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__title-sub + * {
    margin-top: 1rem;
  }
}
.p-top-problem__title + * {
  margin-top: 4rem;
}
.p-top-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list {
    flex-direction: column;
    gap: 1rem;
    margin-inline: auto;
    max-width: 35rem;
  }
}
.p-top-problem__list + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list + * {
    margin-top: 2rem;
  }
}
.p-top-problem__item {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0.2rem 0.6rem rgba(0, 121, 191, 0.1);
  padding: 3rem 2rem;
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (max-width: 767px) {
  .p-top-problem__item {
    align-items: center;
    display: flex;
    gap: 1.4rem;
    padding: 1rem 2rem;
    width: 100%;
  }
}
.p-top-problem__item-icon {
  margin-inline: auto;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-icon {
    margin-inline: 0;
    width: 7rem;
  }
}
.p-top-problem__item-icon + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-icon + * {
    margin-top: 0;
  }
}
.p-top-problem__item-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-top-problem__item-text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    text-align: left;
  }
}
.p-top-problem__arrow {
  aspect-ratio: 140/80;
  background: url(../img/top/problem-arrow.png) 50%/contain no-repeat;
  margin-inline: auto;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__arrow {
    width: 6rem;
  }
}
.p-top-problem__arrow + * {
  margin-top: 2rem;
}
.p-top-problem__solution {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0.3rem 1rem rgba(0, 90, 167, 0.35);
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution {
    padding-block: 3rem 2.2rem;
  }
}
.p-top-problem__solution-heading {
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution-heading {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }
}
.p-top-problem__solution-heading::after {
  background-color: #CF122E;
  bottom: 0;
  content: "";
  height: 0.6rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 53rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution-heading::after {
    height: 0.3rem;
    width: 28.5rem;
  }
}
.p-top-problem__solution-heading .u-c-navy {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.12;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution-heading .u-c-navy {
    font-size: 2.8rem;
    line-height: 1.0714285714;
  }
}
.p-top-problem__solution-heading + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution-heading + * {
    margin-top: 2rem;
  }
}
.p-top-problem__solution-desc {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #005AA7;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution-desc {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.p-top-problem__solution-desc + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__solution-desc + * {
    margin-top: 1.8rem;
  }
}
.p-top-problem__point.l-grid {
  gap: 0;
}
@media screen and (max-width: 992px) {
  .p-top-problem__point.l-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__point.l-grid {
    width: calc(100% - 3rem);
  }
}
.p-top-problem__point-item {
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__point-item {
    padding-block: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__point-item:first-child, .p-top-problem__point-item:nth-child(2) {
    padding-block: 0 1rem;
  }
}
.p-top-problem__point-item + * {
  position: relative;
}
.p-top-problem__point-item + *::before {
  background-color: #0079BF;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .p-top-problem__point-item + *:nth-child(2n+1)::before {
    height: 1px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .p-top-problem__point-item + *:nth-child(2n):not(:nth-child(2))::after {
    background-color: #0079BF;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.p-top-problem__point-check {
  aspect-ratio: 1/1;
  background: url(../img/top/problem-point-check.png) 50%/contain no-repeat;
  display: block;
  margin-inline: auto;
  width: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__point-check {
    width: 2.4rem;
  }
}
.p-top-problem__point-check + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__point-check + * {
    margin-top: 0.6rem;
  }
}
.p-top-problem__point-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-problem__point-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/* -------------------------------------
        p-top-structure
-----------------------------------------*/
.p-top-structure {
  background-color: #F2FCF2;
  padding-block: 8.2rem 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure {
    padding-block: 5rem;
  }
}
.p-top-structure__title {
  font-weight: 700;
}
.p-top-structure__title-main {
  color: #29913A;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title-main {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 767px) {
  .p-top-structure__title-main + * {
    margin-top: 0.8rem;
  }
}
.p-top-structure__title-sub {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title-sub {
    font-size: 2.2rem;
  }
}
.p-top-structure__title-sub .lg {
  font-size: 3.6rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title-sub .lg {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.p-top-structure__title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title + * {
    margin-top: 3rem;
  }
}
.p-top-structure__body {
  align-items: flex-start;
  display: flex;
  gap: 3rem 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-top-structure__body {
    flex-direction: column-reverse;
  }
}
.p-top-structure__text {
  flex: 1;
}
.p-top-structure__text p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-structure__text p {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-structure__text p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__text p + p {
    margin-top: 2.8rem;
  }
}
.p-top-structure__image-wrap {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0.3rem 0.6rem rgba(41, 145, 58, 0.16);
  padding-block: 2.3rem;
  width: 54.2727272727%;
}
@media screen and (max-width: 992px) {
  .p-top-structure__image-wrap {
    padding-block: 0;
    width: 100%;
  }
}
.p-top-structure__image-wrap img {
  width: 100%;
}

/* -------------------------------------
        p-top-benefits
-----------------------------------------*/
.p-top-benefits {
  background: url(../img/top/benefits-bg.jpg) 50%/cover no-repeat;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits {
    padding-block: 5rem;
  }
}
.p-top-benefits .c-primary-title {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits .c-primary-title {
    font-size: 2.2rem;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-top-benefits .c-primary-title .lg {
  font-size: 3.6rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-top-benefits .c-primary-title .lg {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 767px) {
  .p-top-benefits .c-primary-title .sp-mn {
    font-size: 2.2rem;
  }
}
.p-top-benefits .c-primary-title + * {
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits .c-primary-title + * {
    margin-top: 3rem;
  }
}
.p-top-benefits__list.l-grid {
  gap: 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-benefits__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
    max-width: 50rem;
  }
}
.p-top-benefits__list.l-grid + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__list.l-grid + * {
    margin-top: 3rem;
  }
}
.p-top-benefits__item {
  background-color: #0079BF;
  border-radius: 1rem;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  padding: 4rem 2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-benefits__item {
    padding-block: 3rem;
    padding-left: 15rem;
    position: relative;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item {
    padding-block: 2rem;
    padding-left: 9rem;
  }
}
.p-top-benefits__item::before {
  background-color: #0E8BD3;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  content: "";
  height: 14rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 88.5714285714%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item::before {
    height: 7rem;
    width: 18rem;
  }
}
.p-top-benefits__item-icon {
  margin-inline: auto;
  width: 10rem;
}
@media screen and (max-width: 992px) {
  .p-top-benefits__item-icon {
    left: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item-icon {
    width: 6rem;
  }
}
.p-top-benefits__item-icon + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item-icon + * {
    margin-top: 0;
  }
}
.p-top-benefits__item-title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item-title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-top-benefits__item-title + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item-title + * {
    margin-top: 0.8rem;
  }
}
.p-top-benefits__item-desc {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__item-desc {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-top-benefits__heat {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #005AA7;
  padding: 4rem 4rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__heat {
    padding: 3rem 1rem;
  }
}
.p-top-benefits__heat > * {
  margin-inline: auto;
  max-width: 87.6rem;
}
.p-top-benefits__heat-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__heat-title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-top-benefits__heat-title + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__heat-title + * {
    margin-top: 2rem;
  }
}
.p-top-benefits__heat-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__heat-text {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-inline: 1rem;
    text-align: left;
  }
}
.p-top-benefits__heat-text + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__heat-text + * {
    margin-top: 2rem;
  }
}
.p-top-benefits__heat-image {
  display: block;
}
.p-top-benefits__heat-image + * {
  margin-top: 0.5rem;
}
.p-top-benefits__heat-note {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .p-top-benefits__heat-note {
    font-weight: 500;
    font-size: 8px;
    line-height: 1.75;
  }
}

/* -------------------------------------
        p-top-ppa
-----------------------------------------*/
.p-top-ppa {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa {
    padding-block: 5rem;
  }
}
.p-top-ppa--onsite {
  background-color: #F2FCF2;
}
.p-top-ppa--onsite .p-top-ppa__title-main {
  background-color: #29913A;
}
.p-top-ppa--onsite .p-top-ppa__hero-img::before {
  background: linear-gradient(to right, #f2fcf2 0%, #f2fcf2 1.5rem, rgba(242, 252, 242, 0) 100%);
}
.p-top-ppa--onsite .p-top-ppa__badge {
  background-color: #01B979;
  box-shadow: 0px 0.3rem 2rem 0.1rem rgba(1, 185, 121, 0.4);
}
.p-top-ppa--onsite .p-top-ppa__features {
  box-shadow: 0px 0.3rem 0.8rem rgba(41, 145, 58, 0.16);
}
.p-top-ppa--onsite .p-top-ppa__features-heading {
  color: #29913A;
}
.p-top-ppa--onsite .p-top-ppa__feature-list {
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa--onsite .p-top-ppa__feature-list {
    gap: 2rem;
  }
}
.p-top-ppa--onsite .p-top-ppa__feature-item {
  width: calc(33.3333333333% - 4.8666666667rem);
}
@media screen and (max-width: 1023px) {
  .p-top-ppa--onsite .p-top-ppa__feature-item {
    width: 100%;
  }
}
.p-top-ppa--onsite .p-top-ppa__feature-item:first-child {
  width: 31.1538461538%;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa--onsite .p-top-ppa__feature-item:first-child {
    width: 100%;
  }
}
.p-top-ppa--onsite .p-top-ppa__feature-item:not(:first-child)::before {
  background-color: #29913A;
}
.p-top-ppa--onsite .p-top-ppa__diagram-block {
  box-shadow: 0px 0.3rem 0.8rem rgba(41, 145, 58, 0.16);
}
.p-top-ppa--onsite .p-top-ppa__diagram-heading {
  background-color: #29913A;
}
.p-top-ppa--onsite .p-top-ppa__diagram-image {
  padding-block: 0.6rem 2.5rem;
}
.p-top-ppa--offsite {
  background-color: #E9F8FF;
}
.p-top-ppa--offsite .p-top-ppa__title-main {
  background-color: #005AA7;
}
.p-top-ppa--offsite .p-top-ppa__hero-img::before {
  background: linear-gradient(to right, #eaf8ff 0%, #eaf8ff 1.5rem, rgba(233, 248, 255, 0) 100%);
}
.p-top-ppa--offsite .p-top-ppa__badge {
  background-color: #009CE2;
  box-shadow: 0px 0.3rem 2rem 0.1rem rgba(1, 156, 226, 0.4);
  padding-top: 1.4rem;
}
.p-top-ppa--offsite .p-top-ppa__features {
  box-shadow: 0px 0.3rem 0.8rem rgba(0, 90, 167, 0.16);
}
.p-top-ppa--offsite .p-top-ppa__features-heading {
  color: #005AA7;
}
.p-top-ppa--offsite .p-top-ppa__feature-list {
  gap: 7.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa--offsite .p-top-ppa__feature-list {
    gap: 2rem;
  }
}
.p-top-ppa--offsite .p-top-ppa__feature-item {
  width: calc(33.3333333333% - 4.8666666667rem);
}
@media screen and (max-width: 1023px) {
  .p-top-ppa--offsite .p-top-ppa__feature-item {
    width: 100%;
  }
}
.p-top-ppa--offsite .p-top-ppa__feature-item:not(:first-child)::before {
  background-color: #005AA7;
}
.p-top-ppa--offsite .p-top-ppa__diagram-block {
  box-shadow: 0px 0.3rem 0.8rem rgba(0, 90, 167, 0.16);
}
.p-top-ppa--offsite .p-top-ppa__diagram-heading {
  background-color: #005AA7;
}
.p-top-ppa--offsite .p-top-ppa__diagram-image {
  padding-block: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa--offsite .p-top-ppa__diagram-image {
    padding-top: 1rem;
  }
}
.p-top-ppa--offsite .p-top-ppa__diagram-image figure,
.p-top-ppa--offsite .p-top-ppa__diagram-image picture {
  max-width: 39rem;
}
.p-top-ppa__hero {
  align-items: flex-start;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__hero {
    flex-direction: column-reverse;
  }
}
.p-top-ppa__hero + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__hero + * {
    margin-top: 3rem;
  }
}
.p-top-ppa__hero-text {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__hero-text {
    margin-top: -2rem;
    position: relative;
    z-index: 1;
  }
}
.p-top-ppa__title-main {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  min-width: 22.4rem;
  padding: 1.1rem 3rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__title-main {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top-ppa__title-main {
    min-width: 17.8rem;
    padding-block: 0.5rem;
  }
}
.p-top-ppa__title-main + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__title-main + * {
    margin-top: 2rem;
  }
}
.p-top-ppa__title-heading {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__title-heading {
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}
.p-top-ppa__hero-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__hero-desc {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-ppa__hero-desc + *.p-top-ppa__hero-desc {
  margin-top: 2.8rem;
}
.p-top-ppa__hero-img {
  position: relative;
  width: 53.4545454545%;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__hero-img {
    margin-inline: auto;
    width: calc(100% - 2rem);
  }
}
.p-top-ppa__hero-img::before {
  bottom: -2px;
  content: "";
  display: block;
  left: -1rem;
  position: absolute;
  top: -2px;
  width: 46.0884353741%;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__hero-img::before {
    display: none;
  }
}
.p-top-ppa__hero-img figure {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.p-top-ppa__hero-img figure img {
  width: 100%;
}
.p-top-ppa__badge {
  align-items: center;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: -5.5rem;
  text-align: center;
  top: -3rem;
  width: 20.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__badge {
    right: -2rem;
    top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-ppa__badge {
    width: 12rem;
  }
}
.p-top-ppa__badge .text01 {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__badge .text01 {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
.p-top-ppa__badge .text02 {
  border-top: 1px solid #fff;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__badge .text02 {
    font-size: 1.3rem;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
  }
}
.p-top-ppa__badge .text02 em {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__badge .text02 em {
    font-size: 1.5rem;
  }
}
.p-top-ppa__features {
  border-radius: 1rem;
  background: #fff;
  padding: 1.6rem 3rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__features {
    padding: 2rem 2rem 3rem;
  }
}
.p-top-ppa__features + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__features + * {
    margin-top: 3rem;
  }
}
.p-top-ppa__features-heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
.p-top-ppa__features-heading + * {
  margin-top: 2.4rem;
}
.p-top-ppa__feature-list {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__feature-list {
    flex-direction: column;
    gap: 2rem;
    margin-inline: auto;
    max-width: 40rem;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-ppa__feature-list {
    padding-inline: 0;
  }
}
.p-top-ppa__feature-item {
  align-items: center;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__feature-item {
    gap: 2rem;
  }
}
.p-top-ppa__feature-item:not(:first-child) {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__feature-item:not(:first-child) {
    padding-top: 2rem;
  }
}
.p-top-ppa__feature-item:not(:first-child)::before {
  content: "";
  display: block;
  height: 100%;
  left: -3rem;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .p-top-ppa__feature-item:not(:first-child)::before {
    height: 1px;
    left: 0;
    width: 100%;
  }
}
.p-top-ppa__feature-icon {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__feature-icon {
    width: 7rem;
  }
}
.p-top-ppa__feature-inner {
  flex: 1;
}
.p-top-ppa__feature-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__feature-title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-top-ppa__feature-title + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__feature-title + * {
    margin-top: 1rem;
  }
}
.p-top-ppa__feature-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__feature-desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-top-ppa__diagrams {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 992px) {
  .p-top-ppa__diagrams {
    flex-direction: column;
  }
}
.p-top-ppa__diagram-block {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.p-top-ppa__diagram-block--flow {
  flex: initial;
  width: 56.3636363636%;
}
@media screen and (max-width: 992px) {
  .p-top-ppa__diagram-block--flow {
    width: 100%;
  }
}
.p-top-ppa__diagram-block--flow .p-top-ppa__diagram-image {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__diagram-block--flow .p-top-ppa__diagram-image {
    padding: 1rem 1.1rem;
  }
}
.p-top-ppa__diagram-block--flow .p-top-ppa__diagram-image figure,
.p-top-ppa__diagram-block--flow .p-top-ppa__diagram-image picture {
  max-width: 58rem;
}
.p-top-ppa__diagram-heading {
  color: #fefdfe;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
  padding-block: 1.1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__diagram-heading {
    line-height: 1;
  }
}
.p-top-ppa__diagram-heading .mn {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__diagram-heading .mn {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.p-top-ppa__diagram-image {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-ppa__diagram-image {
    padding: 1rem 0.5rem 2rem;
  }
}
.p-top-ppa__diagram-image figure,
.p-top-ppa__diagram-image picture {
  display: block;
  margin-inline: auto;
}

/* -------------------------------------
        p-top-point
-----------------------------------------*/
.p-top-point {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-point {
    padding-block: 5rem;
  }
}
.p-top-point__body {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #0079BF;
  overflow: hidden;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__body {
    padding-bottom: 1.6rem;
  }
}
.p-top-point__title {
  background-color: #0079BF;
  color: #fff;
  font-weight: 700;
  padding-block: 1.9rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-point__title {
    padding-block: 1.9rem 1.6rem;
  }
}
.p-top-point__title-sub {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-point__title-sub {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point__title-sub + * {
    margin-top: 0.4rem;
  }
}
.p-top-point__title-main {
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-point__title-main {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.p-top-point__list {
  display: grid;
  gap: 6.2rem 4.8rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 107.2rem;
  padding-block: 5rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 992px) {
  .p-top-point__list {
    gap: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 0;
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-point__list {
    gap: 1.6rem;
    padding-block: 1.6rem;
    width: calc(100% - 4rem);
  }
}
.p-top-point__list-item {
  align-items: center;
  display: flex;
  gap: 2.2rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-point__list-item {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point__list-item {
    gap: 1rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-point__list-item::after {
    background-color: #005AA7;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
  }
}
.p-top-point__list-inner {
  flex: 1;
}
.p-top-point__list-icon {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__list-icon {
    width: 7rem;
  }
}
.p-top-point__list-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-top-point__list-title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-top-point__list-title + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__list-title + * {
    margin-top: 0.6rem;
  }
}
.p-top-point__list-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-top-point__list-desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-top-point__text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-point__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* -------------------------------------
        p-top-case
-----------------------------------------*/
.p-top-case {
  background-color: #F2FCF2;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-case {
    padding-block: 4.5rem 5rem;
  }
}
.p-top-case__list.l-grid {
  gap: 2rem 6rem;
}
@media screen and (max-width: 992px) {
  .p-top-case__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-case__item {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #29913A;
  box-shadow: 0px 0.3rem 1rem rgba(41, 145, 58, 0.16);
  padding-bottom: 3rem;
  padding-inline: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-case__item {
    padding-inline: 0;
  }
}
.p-top-case__item::after {
  aspect-ratio: 1/1;
  background: url(../img/top/case-mark.png) 50%/contain no-repeat;
  bottom: 5.5984555985%;
  content: "";
  position: absolute;
  right: 7.1428571429%;
  width: 8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-case__item::after {
    bottom: 2rem;
    opacity: 0.8;
    right: 1rem;
  }
}
.p-top-case__head {
  padding-left: 8.4rem;
  padding-top: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case__head {
    padding-left: 5.8rem;
    padding-top: 1rem;
    margin-left: auto;
    width: calc(100% - 2rem);
  }
}
.p-top-case__head + * {
  margin-top: 2rem;
}
.p-top-case__badge {
  align-items: center;
  background-color: #29913A;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  left: 0.4rem;
  padding-block: 1.4rem 1rem;
  position: absolute;
  top: 0;
  width: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__badge {
    left: -0.2rem;
    height: 6.7rem;
    padding-top: 1rem;
    width: 4.8rem;
  }
}
.p-top-case__badge-label {
  font-size: 1.4rem;
}
.p-top-case__badge-num {
  font-size: 2.4rem;
  line-height: 1;
}
.p-top-case__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  color: #29913A;
}
.p-top-case__title + * {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__title + * {
    margin-top: 0.4rem;
  }
}
.p-top-case__lead {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-case__lead {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-top-case__image {
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-case__image {
    margin-inline: auto;
    width: calc(100% - 4rem);
  }
}
.p-top-case__image img {
  width: 100%;
}
.p-top-case__image + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__data {
    margin-inline: auto;
    width: calc(100% - 4rem);
  }
}
.p-top-case__data-inner {
  align-items: flex-start;
  display: flex;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__data-inner {
    gap: 1.8rem;
  }
}
.p-top-case__data-inner + * {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__data-inner + * {
    margin-top: 1rem;
  }
}
.p-top-case__data dt,
.p-top-case__data dd {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-case__data dt,
.p-top-case__data dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-top-case__data dt {
  font-weight: 500;
}
.p-top-case__data dd {
  font-weight: 700;
}

/* -------------------------------------
        p-top-reason
-----------------------------------------*/
.p-top-reason {
  background: url(../img/top/reason-bg.jpg) 50%/cover no-repeat;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    padding-block: 4.5rem 5rem;
  }
}
.p-top-reason__body {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0.6rem 0.6rem 2rem rgba(0, 90, 167, 0.16);
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__body {
    padding: 3rem 2rem;
  }
}
.p-top-reason .c-primary-title {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason .c-primary-title {
    font-size: 2rem;
  }
}
.p-top-reason .c-primary-title .u-c-blue {
  font-size: 3.6rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-top-reason .c-primary-title .u-c-blue {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 992px) {
  .p-top-reason .c-primary-title .u-c-blue.--sp {
    color: #000;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason .c-primary-title .u-c-blue.--sp {
    color: #000;
    font-size: 2rem;
  }
}
.p-top-reason .c-primary-title + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason .c-primary-title + * {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason .p-top__text {
    line-height: 1.6;
  }
}
.p-top-reason .p-top__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason .p-top__text + * {
    margin-top: 2rem;
  }
}
.p-top-reason__list {
  display: grid;
  gap: 3.1rem 4.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .p-top-reason__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-reason__item + * {
  position: relative;
}
.p-top-reason__item + *::before {
  background-color: #0079BF;
  bottom: 0;
  content: "";
  display: block;
  left: -2.3rem;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .p-top-reason__item + *::before {
    bottom: auto;
    height: 1px;
    left: 0;
    top: -1.1rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__head {
    display: flex;
    gap: 1rem;
  }
}
.p-top-reason__head + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__head + * {
    margin-top: 1rem;
  }
}
.p-top-reason__image {
  height: 14rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-reason__image {
    height: 8rem;
    margin: 0;
    width: 10.2rem;
  }
}
.p-top-reason__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-reason__image img {
    -o-object-position: left;
       object-position: left;
  }
}
.p-top-reason__image + * {
  margin-top: 1.6rem;
}
.p-top-reason__h3 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-reason__h3 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-top-reason__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

/* -------------------------------------
        p-top-flow
-----------------------------------------*/
.p-top-flow {
  background-color: #E9F8FF;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding-block: 5rem;
  }
}
.p-top-flow .c-primary-title + * {
  margin-top: 1.8rem;
}
.p-top-flow .p-top__text {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-flow .p-top__text {
    font-weight: 500;
  }
}
.p-top-flow .p-top__text + * {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow .p-top__text + * {
    margin-top: 6rem;
  }
}
.p-top-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7rem 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-top-flow__list {
    flex-direction: column;
    gap: 4.2rem;
    margin-inline: auto;
    max-width: 700px;
  }
}
.p-top-flow__list-item {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 90, 167, 0.1);
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (max-width: 992px) {
  .p-top-flow__list-item {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .p-top-flow__list-item:not(:first-child) {
    position: relative;
  }
}
.p-top-flow__list-item:not(:first-child) .p-top-flow__list-body {
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-flow__list-item:not(:first-child) .p-top-flow__list-body {
    position: static;
  }
}
.p-top-flow__list-item:not(:first-child) .p-top-flow__list-body::before {
  aspect-ratio: 44/13;
  background: url(../img/top/flow-arrow.svg) 50%/contain no-repeat;
  content: "";
  position: absolute;
  left: -3.4rem;
  top: 45%;
  transform: translateY(-50%);
  width: 4.4rem;
}
@media screen and (max-width: 992px) {
  .p-top-flow__list-item:not(:first-child) .p-top-flow__list-body::before {
    aspect-ratio: 13/44;
    background-image: url(../img/top/flow-arrow_sp.svg);
    left: 50%;
    top: -1.2rem;
    transform: translate(-50%, -100%);
    width: 1.3rem;
  }
}
.p-top-flow__image-wrap {
  position: relative;
}
.p-top-flow__image {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}
.p-top-flow__image img {
  width: 100%;
}
.p-top-flow__badge {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #005AA7;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding-top: 0.8rem;
  position: absolute;
  left: 2rem;
  top: -3.2rem;
  width: 7rem;
}
@media screen and (max-width: 992px) {
  .p-top-flow__badge {
    top: -2.2rem;
  }
}
.p-top-flow__badge-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
}
.p-top-flow__badge-num {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.325;
  margin-top: -1.1rem;
}
.p-top-flow__list-body {
  padding: 1.6rem 1rem 3.7rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-top-flow__list-body {
    padding: 2rem 1rem 2.7rem;
  }
}
.p-top-flow__list-title {
  color: #0079BF;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
}
.p-top-flow__list-title + * {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-title + * {
    margin-top: 0.8rem;
  }
}
.p-top-flow__desc {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-flow__desc {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

/* -------------------------------------
        p-top-faq
-----------------------------------------*/
.p-top-faq {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-block: 5rem;
  }
}
.p-top-faq .c-primary-title + * {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq .c-primary-title + * {
    margin-top: 3rem;
  }
}

/* -------------------------------------
        p-top-partner
-----------------------------------------*/
.p-top-partner {
  padding-bottom: 8.3rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-partner {
    padding-top: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner {
    padding-bottom: 5rem;
  }
}
.p-top-partner::after {
  background: url(../img/top/partner-bg.svg) top/cover no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 33.1rem;
  left: 50%;
  position: absolute;
  min-width: 216.5rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-partner::after {
    background-image: url(../img/top/partner-bg_sp.svg);
    height: 74rem;
    min-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner::after {
    background-image: url(../img/top/partner-bg_sp.svg);
    height: 65.6rem;
    min-width: 50rem;
  }
}
.p-top-partner .l-inner {
  position: relative;
}
.p-top-partner__card {
  margin-inline: auto;
  max-width: 86rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__card {
    max-width: 55rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__card {
    max-width: 35rem;
  }
}
.p-top-partner__card::before, .p-top-partner__card::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-partner__card::before {
  aspect-ratio: 211/109;
  background: url(../img/top/partner-treat01.png) 50%/contain no-repeat;
  left: -8.4rem;
  top: 18.2rem;
  transform: translateX(-100%);
  width: 21.1rem;
}
@media screen and (max-width: 1440px) {
  .p-top-partner__card::before {
    left: 0;
    width: 18rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-partner__card::before {
    left: -6rem;
    top: -1.4rem;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__card::before {
    left: -3rem;
    width: 9.67rem;
  }
}
.p-top-partner__card::after {
  aspect-ratio: 200/158;
  background: url(../img/top/partner-treat02.png) 50%/contain no-repeat;
  right: -12rem;
  top: 22.2rem;
  transform: translateX(100%);
  width: 20rem;
}
@media screen and (max-width: 1440px) {
  .p-top-partner__card::after {
    right: -1rem;
    width: 17.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-partner__card::after {
    right: -6rem;
    top: 4rem;
    transform: translateY(-100%);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__card::after {
    right: -3.8rem;
    top: 2rem;
    width: 9.2rem;
  }
}
.p-top-partner__link {
  border-radius: 1rem;
  background: #fff;
  border: 2px solid #29913A;
  display: block;
  padding-block: 2.7rem 2.1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__link {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__link {
    padding-top: 1.9rem;
  }
}
.p-top-partner__link:hover, .p-top-partner__link:focus-visible {
  opacity: 0.7;
}
.p-top-partner__head {
  align-items: flex-start;
  border-bottom: 1px solid #29913A;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-bottom: 0.3rem;
  padding-inline: 3.2rem;
  width: calc(100% - 7.6rem);
}
@media screen and (max-width: 1023px) {
  .p-top-partner__head {
    border: none;
    width: 100%;
  }
}
.p-top-partner__head + * {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__head + * {
    margin-top: 1.4rem;
  }
}
.p-top-partner__title {
  font-weight: 700;
  padding-top: 0.9rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__title {
    padding-top: 0;
    width: 100%;
  }
}
.p-top-partner__title-text {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-partner__title-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-top-partner__title-text + * {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__title-text + * {
    margin-top: 0.4rem;
  }
}
.p-top-partner__title-main {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4523809524;
  color: #29913A;
}
@media screen and (max-width: 767px) {
  .p-top-partner__title-main {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.p-top-partner__header-illustration {
  width: 27.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__header-illustration {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__header-illustration {
    width: 20.1rem;
  }
}
.p-top-partner__body {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__body {
    align-items: center;
    flex-direction: column;
    gap: 1.4rem;
    padding-left: 0;
  }
}
.p-top-partner__diagram {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__diagram {
    width: 26.8rem;
  }
}
.p-top-partner__info {
  flex: 1;
}
.p-top-partner__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  padding-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__text {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__text {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.7333333333;
    padding-inline: 1.8rem;
  }
}
.p-top-partner__text + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__text + * {
    margin-top: 1.6rem;
  }
}
.p-top-partner__text + *.p-top-partner__text {
  margin-top: 2.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-partner__text + *.p-top-partner__text {
    margin-top: 0;
  }
}
.p-top-partner__btn {
  background-color: #29913A;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  justify-content: space-between;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding: 1.1rem 1.9rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-partner__btn {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 0.9rem 1.8rem 0.7rem;
  }
}
.p-top-partner__btn::after {
  aspect-ratio: 1/1;
  background: url(../img/top/partner-arrow.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 2.4rem;
}

/* -------------------------------------
        p-top-form
-----------------------------------------*/
.p-top-form {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-form {
    padding-block: 4.6rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .c-primary-title + * {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top__text {
    line-height: 1.6;
  }
}
.p-top-form .p-top__text + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top__text + * {
    margin-top: 1.4rem;
  }
}
.p-top-form__content {
  border-radius: 1rem;
  background: #f8f8f8;
  margin-inline: auto;
  max-width: 82rem;
  padding: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__content {
    padding: 3rem 2rem;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

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

@media screen and (max-width: 992px) {
  .u-only-pctb {
    display: none;
  }
}

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .u-only-pt {
    display: none;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-c-navy {
  color: #005AA7;
}

.u-c-blue {
  color: #0079BF;
}

.u-c-green {
  color: #29913A;
}

.u-c-yellow {
  color: #FFF96A;
}

.u-c-red {
  color: #CF122E;
}

.u-visually-hidden {
  display: block;
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* 改行防止 */
  border: 0;
}

/* -------------------------------------
        animation
-----------------------------------------*/
.js-animatedText span {
  opacity: 0;
  transition: opacity 1.8s;
}

.js-fade,
.js-fade-child {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .js-fade-sp {
    opacity: 0;
  }
}

/* そのまま */
.fadeIn {
  transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 下から */
.fadeBottom {
  transform: translate(0, 2vw);
  transition: all 2s ease;
}

@media screen and (max-width: 767px) {
  .fadeBottomSp {
    transform: translate(0, 2vw);
    transition: all 2s ease;
  }
}

/* 上から */
.fadeTop {
  transform: translate(0, -2vw);
  transition-timing-function: ease;
}

/* 右から */
.fadeRight {
  transform: translate(2vw, 0);
  transition: 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 左から */
.fadeLeft {
  transform: translate(-2vw, 0);
  transition: 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@-webkit-keyframes scrollDown {
  0% {
    transform-origin: top;
  }
  25% {
    transform: scaleY(1);
    transform-origin: top;
  }
  25.1% {
    transform-origin: bottom;
  }
  25.2% {
    transform: scaleY(1);
  }
  45%, 100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
  }
  25% {
    transform: scaleY(1);
    transform-origin: top;
  }
  25.1% {
    transform-origin: bottom;
  }
  25.2% {
    transform: scaleY(1);
  }
  45%, 100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-webkit-keyframes flowingLeft1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowingLeft1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/
/*# sourceMappingURL=style.css.map */