@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: 500;
  letter-spacing: 0.03em;
  line-height: 2.25;
  color: #000;
}
@media screen and (max-width: 1024px) {
  body {
    line-height: 1.86;
  }
}

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

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: #235DBC;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #235DBC;
  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: #91626A;
  border: 2px solid #91626A;
  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: #91626A;
}
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: #91626A;
}
form + * {
  margin-top: 2.4rem;
}

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

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  align-items: center;
  background-color: #235DBC;
  border: 2px solid #235DBC;
  border-radius: 10rem;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 1.3rem 2.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: #235DBC;
}
.c-btn:hover::after, .c-btn:focus-visible::after, .c-btn:active::after {
  background-color: #235DBC;
}
.c-btn::after {
  aspect-ratio: 29/30;
  background-color: #fff;
  content: "";
  display: block;
  width: 1.9rem;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.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__main {
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  gap: 2rem;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  color: #91626a;
}
@media screen and (max-width: 767px) {
  .c-primary-title__main {
    font-size: 1.4rem;
    gap: 2px;
  }
}
.c-primary-title__main + * {
  margin-top: 1rem;
}
.c-primary-title__main::before, .c-primary-title__main::after {
  aspect-ratio: 9/17;
  background: url(../img/icon/icon_primary-title.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 9px;
}
@media screen and (max-width: 767px) {
  .c-primary-title__main::before, .c-primary-title__main::after {
    aspect-ratio: 7/15;
    background-image: url(../img/icon/icon_primary-title_sp.svg);
    width: 7px;
  }
}
.c-primary-title__main::after {
  transform: scale(-1, 1);
}
.c-primary-title__lead {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title__lead {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.c-primary-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 3rem;
  }
}

/* -------------------------------------
        c-text-lead
-----------------------------------------*/
.c-text--lead {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-text--lead {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.c-text--lead + .c-text--lead {
  margin-top: 0;
}

/* -------------------------------------
        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-fv section
    ============================ */
.p-top-fv {
  background-color: #F5F9FF;
  margin-top: 120px;
  padding-block: 11rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-fv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    padding-block: 3.4rem 4rem;
  }
}
.p-top-fv::before, .p-top-fv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top-fv::before {
  aspect-ratio: 359/700;
  background: url(../img/top/fv-bg_left.png) right/cover no-repeat;
  bottom: 0;
  left: 0;
  top: 0;
  width: 18.7vw;
}
@media screen and (max-width: 1920px) {
  .p-top-fv::before {
    width: 359px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv::before {
    aspect-ratio: auto;
    background-image: url(../img/top/fv-bg_sp.png);
    bottom: auto;
    height: 159px;
    mix-blend-mode: multiply;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.p-top-fv::after {
  aspect-ratio: 927/700;
  background: url(../img/top/fv-bg_right.png) right/cover no-repeat;
  bottom: 0;
  right: 0;
  width: 48.28vw;
}
@media screen and (max-width: 767px) {
  .p-top-fv::after {
    display: none;
  }
}
.p-top-fv__content {
  margin-inline: auto;
  max-width: 57.29vw;
  padding-inline: 2.08;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__content {
    max-width: 1180px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__content {
    padding-inline: 20px;
  }
}
.p-top-fv__title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 2.08vw;
  gap: 0.31vw;
  letter-spacing: 0.04em;
  line-height: 1.425;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__title {
    font-size: 40px;
    gap: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-fv__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__title {
    align-items: center;
    font-size: 2rem;
    line-height: 1.45;
    gap: 0.7rem;
    position: relative;
    z-index: 3;
  }
}
.p-top-fv__title .box {
  background: linear-gradient(to left, transparent 0%, transparent 0.83vw, #fff 0.83vw, #fff 100%);
  padding-block: 0.1vw 0.26vw;
  padding-left: 0.31vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__title .box {
    background: linear-gradient(to left, transparent 0%, transparent 16px, #fff 16px, #fff 100%);
    padding-block: 2px 5px;
    padding-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__title .box {
    background: linear-gradient(to left, transparent 0%, transparent 8px, #fff 8px, #fff 100%);
    padding-block: 1px 0;
  }
}
.p-top-fv__title .box-wrap {
  align-items: center;
  background: linear-gradient(to left, transparent 0%, transparent 0.83vw, #fff 0.83vw, #fff 100%);
  display: flex;
  padding-block: 0.1vw 0.26vw;
  padding-left: 0.31vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__title .box-wrap {
    background: linear-gradient(to left, transparent 0%, transparent 16px, #fff 16px, #fff 100%);
    padding-block: 2px 5px;
    padding-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__title .box-wrap {
    align-items: center;
    background: none;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0;
  }
}
.p-top-fv__title .box-wrap .box {
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title .box-wrap .box {
    background: linear-gradient(to left, transparent 0%, transparent 6px, #fff 6px, #fff 100%);
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding-block: 0 1px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__title .box-wrap .box:nth-child(1) {
    line-height: 1.1666666667;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__title .box-wrap .box .u-c-rose {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__image {
    left: 50%;
    margin-top: -5.7rem;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
  }
}
.p-top-fv__image img {
  width: 100%;
}
.p-top-fv__image + * {
  margin-top: 2.03vw;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__image + * {
    margin-top: 39px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-fv__image + * {
    margin-top: 24px;
  }
}
.p-top-fv__text {
  max-width: 29.22vw;
  width: 80%;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__text {
    max-width: 561px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__text {
    margin-inline: auto;
    width: 91.4285714286%;
  }
}
.p-top-fv__text + * {
  margin-top: 1.82vw;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__text + * {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__text + * {
    margin-top: 2.7rem;
  }
}
.p-top-fv__text p {
  font-size: 0.83vw;
  line-height: 2.125;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-top-fv__text p + p {
  margin-top: 1.04vw;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__text p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__text p + p {
    margin-top: 1rem;
  }
}
.p-top-fv__cta.c-btn {
  font-size: 1.04vw;
  gap: 1.82vw;
  padding: 0.68vw 1.46vw;
}
@media screen and (max-width: 1920px) {
  .p-top-fv__cta.c-btn {
    font-size: 20px;
    gap: 3.5rem;
    padding: 1.3rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__cta.c-btn {
    width: 28rem;
    margin-inline: auto;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}

/* ============================
  p-top-issues section
============================ */
.p-top-issues {
  padding: 14rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-issues {
    padding-block: 5rem 0;
  }
}
.p-top-issues .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-issues .c-text--lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-issues .c-text--lead + * {
    margin-top: 2.5rem;
  }
}
.p-top-issues .c-text--lead + *.c-text--lead {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-issues .c-text--lead + *.c-text--lead {
    margin-top: 1rem;
  }
}
.p-top-issues__list.l-grid {
  gap: 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-issues__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-issues__list.l-grid {
    max-width: 100%;
  }
}
.p-top-issues__card {
  align-items: center;
  background-color: #FAF8F9;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 32.7rem;
  padding: 2.4rem 3rem 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-issues__card {
    align-items: flex-start;
    min-height: 16rem;
    position: relative;
    padding-block: 1.8rem;
    padding-left: 18.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-issues__card {
    border-radius: 1rem;
    min-height: 14rem;
    padding-block: 1.6rem 1.3rem;
    padding-inline: 13.2rem 2rem;
  }
}
.p-top-issues__card h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-issues__card h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-top-issues__card h3 + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-top-issues__card h3 + * {
    margin-top: 0.7rem;
  }
}
.p-top-issues__card p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-issues__card p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-top-issues__thumb {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-issues__thumb {
    left: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-issues__thumb {
    left: 2rem;
    width: 10rem;
  }
}
.p-top-issues__thumb + * {
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .p-top-issues__thumb + * {
    margin-top: 0;
  }
}

/* ============================
    p-top-insight section
============================ */
.p-top-insight {
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-insight {
    padding-block: 5rem;
  }
}
.p-top-insight .c-primary-title + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-insight .c-primary-title + * {
    margin-top: 2.6rem;
  }
}
.p-top-insight__body {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 50%);
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .p-top-insight__body {
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-insight__body {
    gap: 2.6rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-insight__checks {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-insight__checks + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-insight__checks + * {
    margin-top: 2.1rem;
  }
}
.p-top-insight__checks li {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-insight__checks li {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-insight__checks li::before {
  content: "✓";
  margin-right: 0.2em;
}
.p-top-insight__desc {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-insight__desc {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-insight__diagram {
  border-radius: 2rem;
  margin-top: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-insight__diagram {
    margin-inline: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-insight__diagram {
    border-radius: 1rem;
  }
}

/* ============================
    p-top-method section
    ============================ */
.p-top-method {
  overflow: hidden;
  padding: 14rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-method {
    padding-block: 5rem;
  }
}
.p-top-method::before, .p-top-method:after {
  aspect-ratio: 1920/440;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-method::before, .p-top-method:after {
    aspect-ratio: 572/219;
    min-width: 57.2rem;
  }
}
.p-top-method::before {
  background-image: url(../img/top/programs-top.png);
  background-position: bottom center;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-method::before {
    background-image: url(../img/top/programs-top_sp.png);
    left: 0;
  }
}
.p-top-method:after {
  background-image: url(../img/top/programs-bottom.png);
  background-position: top center;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-method:after {
    background-image: url(../img/top/programs-bottom_sp.png);
    right: 0;
  }
}
.p-top-method .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-method .c-text--lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-method .c-text--lead + * {
    margin-top: 2.5rem;
  }
}
.p-top-method__body {
  background-color: #fff;
  border: 1px solid #91626A;
  border-radius: 2rem;
  padding: 5.5rem 4.9rem 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__body {
    border-radius: 1rem;
    padding: 2.6rem 0 0;
  }
}
.p-top-method__statement {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-method__statement {
    font-size: 1.5rem;
    padding-inline: 1.5rem;
  }
}
.p-top-method__statement + * {
  margin-top: 2rem;
}
.p-top-method__note {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-method__note {
    font-size: 1.5rem;
    line-height: 2;
    padding-inline: 2.4rem;
    text-align: left;
  }
}
.p-top-method__note + * {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__note + * {
    margin-top: 2.7rem;
  }
}
.p-top-method__steps {
  counter-reset: method-step;
  margin-inline: auto;
  max-width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__steps {
    padding-inline: 1.9rem;
  }
}
.p-top-method__steps + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__steps + * {
    margin-top: 2.7rem;
  }
}
.p-top-method__step {
  counter-increment: method-step;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__step {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.6rem;
  }
}
.p-top-method__step + * {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__step + * {
    margin-top: 4.5rem;
  }
}
.p-top-method__step:not(:last-child) {
  position: relative;
}
.p-top-method__step:not(:last-child)::after {
  aspect-ratio: 51/36;
  background: url(../img/icon/icon_arrow3.svg) 50%/contain no-repeat;
  bottom: -2rem;
  content: "";
  display: block;
  left: 11.5rem;
  position: absolute;
  transform: translateY(100%);
  width: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__step:not(:last-child)::after {
    bottom: -0.7rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 4.2rem;
  }
}
.p-top-method__step figure {
  border-radius: 1rem;
  overflow: hidden;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__step figure {
    width: 15rem;
  }
}
.p-top-method__step figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-method__step-box {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-top-method__step-head {
    flex: 1;
  }
}
.p-top-method__step-head + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__step-head + * {
    margin-top: 0.7rem;
  }
}
.p-top-method__step-label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.p-top-method__step-label .word {
  font-size: 1.6rem;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-method__step-label .word {
    font-size: 1.4rem;
  }
}
.p-top-method__step-label .num {
  font-size: 3rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .p-top-method__step-label .num {
    font-size: 2rem;
  }
}
.p-top-method__step-label .num::before {
  content: counter(method-step, decimal-leading-zero);
}
.p-top-method__step-h3 {
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-bottom: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-method__step-h3 {
    flex: 1;
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.p-top-method__step-h3::after {
  background-color: #91626A;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 7rem;
}
.p-top-method__step-desc {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-method__step-desc {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    width: 100%;
  }
}
.p-top-method__closing {
  background-color: #F9F3F5;
  border-radius: 1rem;
  color: #91626A;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  margin-inline: auto;
  max-width: 94.8rem;
  padding-block: 3.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-method__closing {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
    text-align: left;
  }
}

/* ============================
  p-top-change section
============================ */
.p-top-change {
  padding: 14rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-change {
    padding-block: 5rem;
  }
}
.p-top-change .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-change .c-text--lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-change .c-text--lead + * {
    margin-top: 5.6rem;
  }
}
.p-top-change__list.l-grid {
  gap: 5rem 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .p-top-change__list.l-grid {
    row-gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-change__list.l-grid {
    gap: 4.6rem 1rem;
  }
}
.p-top-change__card {
  border: 1px solid #5397DE;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-change__card {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-change__card:last-child .p-top-change__head h3 {
    font-size: 1.6rem;
    letter-spacing: -0.07em;
  }
}
.p-top-change__head {
  align-items: center;
  background-color: #5397DE;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  color: #fff;
  padding-block: 3rem 2.7rem;
  padding-inline: 23rem 2rem;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-top-change__head {
    padding-left: 18rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-change__head {
    padding-inline: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-change__head {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 3rem 0 0.8rem;
  }
}
.p-top-change__head h3 {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-change__head h3 {
    font-size: 1.8rem;
  }
}
.p-top-change__head h3 + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-change__head h3 + * {
    margin-top: 0.6rem;
  }
}
.p-top-change__head p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .p-top-change__head p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-change__head p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-top-change__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
  left: 4rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16rem;
}
@media screen and (max-width: 1080px) {
  .p-top-change__icon {
    left: 2rem;
    width: 14rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-change__icon {
    left: 50%;
    top: -5rem;
    transform: translateX(-50%);
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-change__icon {
    top: -3rem;
    width: 7rem;
  }
}
.p-top-change__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-change__body {
  padding: 4.9rem 4.4rem;
}
@media screen and (max-width: 992px) {
  .p-top-change__body {
    padding: 1.9rem 1.9rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-change__body {
    padding: 0.9rem 0.9rem 1.3rem;
  }
}
.p-top-change__text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-top-change__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

/* ============================
    p-top-programs section
============================ */
.p-top-programs {
  overflow: hidden;
  padding: 14rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-programs {
    padding-block: 5rem;
  }
}
.p-top-programs::before, .p-top-programs:after {
  aspect-ratio: 1920/440;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-programs::before, .p-top-programs:after {
    aspect-ratio: 572/219;
    min-width: 57.2rem;
  }
}
.p-top-programs::before {
  background-image: url(../img/top/programs-top.png);
  background-position: bottom center;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-programs::before {
    background-image: url(../img/top/programs-top_sp.png);
    left: 0;
  }
}
.p-top-programs:after {
  background-image: url(../img/top/programs-bottom.png);
  background-position: top center;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-programs:after {
    background-image: url(../img/top/programs-bottom_sp.png);
    right: 0;
  }
}
.p-top-programs .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-programs .c-text--lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-programs .c-text--lead + * {
    margin-top: 2.5rem;
  }
}
.p-top-programs__list {
  list-style: none;
  counter-reset: program;
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.p-top-programs__item {
  counter-increment: program;
  display: grid;
  grid-template-columns: minmax(220px, 48.679245283%) 1fr;
  gap: 3.3rem;
  padding: 4rem 2rem;
  border-top: 1px solid #91626A;
}
@media screen and (max-width: 992px) {
  .p-top-programs__item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-programs__item {
    padding: 2rem 0 1.7rem;
  }
}
.p-top-programs__item:last-child {
  border-bottom: 1px solid #91626A;
}
.p-top-programs__thumb {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 992px) {
  .p-top-programs__thumb {
    aspect-ratio: 1/1;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-programs__thumb {
    width: 16rem;
  }
}
.p-top-programs__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 992px) {
  .p-top-programs__content {
    display: contents;
  }
}
.p-top-programs__title {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 26px;
  gap: 2rem;
  letter-spacing: 0;
  line-height: 1.6923076923;
}
@media screen and (max-width: 992px) {
  .p-top-programs__title {
    flex: 1;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-programs__title {
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.8rem;
    gap: 0.6rem;
    line-height: 1.4444444444;
  }
}
.p-top-programs__title span:not(.p-top-programs__num) span {
  display: inline-block;
}
.p-top-programs__title + * {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-programs__title + * {
    margin-top: 0.7rem;
  }
}
.p-top-programs__num {
  align-items: center;
  background: #91626A;
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1666666667;
  display: flex;
  flex-shrink: 0;
  height: 5rem;
  justify-content: center;
  text-align: center;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-programs__num {
    font-size: 2.6rem;
    height: 4rem;
    padding-top: 0.3rem;
    width: 4rem;
  }
}
.p-top-programs__num::before {
  content: counter(program, decimal-leading-zero);
}
.p-top-programs__desc {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 992px) {
  .p-top-programs__desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-programs__desc {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-top-programs__desc + * {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-programs__desc + * {
    margin-top: 1rem;
  }
}
.p-top-programs__issues {
  display: flex;
  align-items: flex-start;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .p-top-programs__issues {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-programs__issues {
    gap: 1rem;
  }
}
.p-top-programs__issues-label {
  flex-shrink: 0;
  padding: 0.4rem 0.9rem;
  border: 1px solid #91626A;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-programs__issues-label {
    font-size: 1.4rem;
    padding: 0.3rem 0.5rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-programs__issues ul {
    flex: 1;
  }
}
.p-top-programs__issues li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.25;
  position: relative;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-top-programs__issues li {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.8571428571;
    padding-left: 1.2em;
  }
}
.p-top-programs__issues li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

/* ============================
    p-top-flow section
============================ */
.p-top-flow {
  padding: 14rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding-block: 5rem;
  }
}
.p-top-flow .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-flow .c-text--lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow .c-text--lead + * {
    margin-top: 2.5rem;
  }
}
.p-top-flow__steps {
  counter-reset: flowstep;
  margin-inline: auto;
  max-width: 83.7rem;
}
.p-top-flow__step {
  align-items: stretch;
  border: 1px solid #b78790;
  counter-increment: flowstep;
  display: flex;
}
.p-top-flow__step + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step + * {
    margin-top: 3.6rem;
  }
}
.p-top-flow__step:not(:last-child) {
  position: relative;
}
.p-top-flow__step:not(:last-child)::after {
  aspect-ratio: 32/30;
  background: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
  bottom: -1px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step:not(:last-child)::after {
    width: 2.6rem;
  }
}
.p-top-flow__step-num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #b78790;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0;
  text-align: center;
  width: 15.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-num {
    aspect-ratio: none;
    width: 6rem;
  }
}
.p-top-flow__step-num .label {
  font-size: 18px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-num .label {
    font-size: 1.4rem;
  }
}
.p-top-flow__step-num .num {
  font-size: 40px;
  line-height: 1.325;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-num .num {
    font-size: 3rem;
    margin-top: -0.4rem;
  }
}
.p-top-flow__step-num .num::before {
  content: counter(flowstep, decimal-leading-zero);
}
.p-top-flow__step-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  padding-block: 2rem;
  padding-inline: 4.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-body {
    gap: 0.7rem;
    padding-block: 1.5rem;
    padding-inline: 2rem 1.9rem;
  }
}
.p-top-flow__step-body h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-body h3 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-flow__step-body p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-body p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

/* ============================
    p-top-results section
============================ */
.p-top-results {
  overflow: hidden;
  background: #F9F3F5;
  padding: 14rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-results {
    padding-block: 5rem;
  }
}
.p-top-results::before, .p-top-results::after {
  aspect-ratio: 268/335;
  background: url(../img/top/results_treat.svg) 50%/contain no-repeat;
  bottom: 2.8rem;
  content: "";
  display: block;
  position: absolute;
  width: 26.8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-results::before, .p-top-results::after {
    display: none;
  }
}
.p-top-results::before {
  left: min(3.96vw, 7.6rem);
}
.p-top-results::after {
  right: min(3.96vw, 7.6rem);
  transform: scale(-1, 1);
}
.p-top-results .c-primary-title + * {
  margin-top: 2.5rem;
}
.p-top-results .c-text--lead + * {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-results .c-text--lead + * {
    margin-top: 3.5rem;
  }
}
.p-top-results__stats {
  gap: 0;
  list-style: none;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-results__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-results__stats::before, .p-top-results__stats::after {
    aspect-ratio: 268/335;
    background: url(../img/top/results_treat.svg) 50%/contain no-repeat;
    bottom: -4.1rem;
    content: "";
    display: block;
    position: absolute;
    width: 10rem;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-results__stats::before {
    left: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-results__stats::after {
    right: -0.5rem;
    transform: scale(-1, 1);
  }
}
.p-top-results__stats + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__stats + * {
    margin-top: 5rem;
  }
}
.p-top-results__stats li {
  align-items: center;
  border-left: 1px solid #91626A;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-block: 0.9rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-results__stats li {
    flex-direction: column-reverse;
    gap: 0.2rem;
  }
}
.p-top-results__stats li:last-child {
  border-right: 1px solid #91626A;
}
@media screen and (max-width: 767px) {
  .p-top-results__stats li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-results__stats li:nth-child(-n+2) {
    padding-bottom: 1.6rem;
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-results__stats li:nth-child(n+3) {
    border-top: 1px solid #91626A;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-results__stats li:nth-child(odd) {
    border-left: none;
  }
}
.p-top-results__stat-data {
  color: #95515D;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-top-results__stat-data {
    font-size: 1.8rem;
    line-height: 1.4666666667;
  }
}
.p-top-results__stat-data.--md {
  font-size: 30px;
  line-height: 1.9333333333;
}
@media screen and (max-width: 992px) {
  .p-top-results__stat-data.--md {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.p-top-results__stat-data .num {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .p-top-results__stat-data .num {
    font-size: 3rem;
  }
}
.p-top-results__stat-label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-top-results__stat-label {
    font-size: 1.4rem;
  }
}
.p-top-results__cases.l-grid {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__cases.l-grid {
    gap: 2.4rem;
  }
}
.p-top-results__case {
  padding: 3.4rem 3.1rem;
  background: #fff;
  border: 1px solid #91626A;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-results__case {
    padding-block: 1.8rem 1.4rem;
    padding-inline: 1.9rem;
  }
}
.p-top-results__case::before {
  aspect-ratio: 1/1;
  background-color: #91626A;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__case::before {
    width: 3rem;
  }
}
.p-top-results__case h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-results__case h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.p-top-results__case h3 + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__case h3 + * {
    margin-top: 1.2rem;
  }
}
.p-top-results__case h3 time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-results__case h3 time {
    font-size: 1.4rem;
  }
}
.p-top-results__case p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-results__case p {
    font-size: 1.5rem;
    line-height: 2.2666666667;
  }
}

/* ============================
    p-top-message section
    ============================ */
.p-top-message {
  padding-block: 14rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    padding-block: 5rem 15.7rem;
  }
}
.p-top-message .c-primary-title + * {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-message .c-primary-title + * {
    margin-top: 2.8rem;
  }
}
.p-top-message__profile {
  display: flex;
  align-items: flex-start;
  gap: 3.8rem;
  margin-inline: auto;
  max-width: 97.6rem;
  padding-left: 4.1rem;
}
@media screen and (max-width: 992px) {
  .p-top-message__profile {
    gap: 2.4rem;
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__profile {
    gap: 1.6rem;
    padding-inline: 0;
  }
}
.p-top-message__profile-box {
  padding-top: 2.3rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-message__profile-box {
    padding-top: 0;
  }
}
.p-top-message__profile + * {
  margin-top: -2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__profile + * {
    margin-top: 3rem;
  }
}
.p-top-message__photo {
  aspect-ratio: 1/1;
  width: 21rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-message__photo {
    width: 12rem;
  }
}
.p-top-message__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-message__name {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-message__name {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-top-message__name + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-top-message__name + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__name + * {
    margin-top: 1rem;
  }
}
.p-top-message__credential, .p-top-message__book {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 992px) {
  .p-top-message__credential, .p-top-message__book {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__credential, .p-top-message__book {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.p-top-message__credential a, .p-top-message__book a {
  color: #2A5BE1;
  text-decoration: underline;
}
.p-top-message__body {
  border-radius: 2rem;
  background: #F9F3F5;
  padding: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__body {
    border-radius: 1rem;
    padding: 2.7rem 2rem;
  }
}
.p-top-message__body p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
  margin-inline: auto;
  max-width: 927px;
}
@media screen and (max-width: 767px) {
  .p-top-message__body p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-top-message__body p + * {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__body p + * {
    margin-top: 2rem;
  }
}

/* ============================
    p-top-inquiry section
============================ */
.p-top-inquiry {
  padding-block: 95px 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry {
    background-color: #F5F9FF;
    padding-block: 6.8rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-inquiry::before {
    background: url(../img/top/inquiry-bg_sp-top.png) 50%/cover no-repeat;
    content: "";
    display: block;
    height: 207px;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.p-top-inquiry::after {
  background: url(../img/top/inquiry-bg.png) 50%/cover no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  min-width: 2820px;
  position: absolute;
  right: -166px;
  top: 0;
  width: 146.875%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry::after {
    background-image: url(../img/top/inquiry-bg_sp-bottom.png);
    top: auto;
    height: 207px;
    min-width: auto;
    mix-blend-mode: multiply;
    right: 0;
    width: 100%;
  }
}
.p-top-inquiry__title {
  border-bottom: 2px solid #235DBC;
  color: #235DBC;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__title {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
.p-top-inquiry__title + * {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__title + * {
    margin-top: 2.4rem;
  }
}
.p-top-inquiry__voices {
  display: flex;
  flex-direction: column;
}
.p-top-inquiry__voices + * {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__voices + * {
    margin-top: 2rem;
  }
}
.p-top-inquiry__voices li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__voices li {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-top-inquiry__desc {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__desc {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-top-inquiry__desc + * {
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__desc + * {
    margin-top: 3.5rem;
  }
}
.p-top-inquiry__desc + *.p-top-inquiry__desc {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__desc + *.p-top-inquiry__desc {
    margin-top: 1rem;
  }
}
.p-top-inquiry__btn .c-btn {
  font-size: 26px;
  line-height: 1.4230769231;
  padding: 1.5rem;
  padding-inline: 3.8rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__btn .c-btn {
    font-size: 1.8rem;
    gap: 1.7rem;
    letter-spacing: 0;
    line-height: 1.4444444444;
    margin-inline: auto;
    padding: 2rem 1.4rem;
  }
}
.p-top-inquiry__media {
  position: absolute;
  right: -19px;
  top: 25%;
  transform: translateY(-25%);
  max-width: 890px;
  width: 46.35vw;
}
@media screen and (max-width: 1140px) {
  .p-top-inquiry__media {
    right: -30px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-inquiry__media {
    left: 0;
    right: auto;
    top: -130px;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-inquiry__media {
    left: 40%;
    top: -15.2rem;
    transform: translateX(-40%);
    width: 47.4rem;
  }
}
.p-top-inquiry__photo {
  display: block;
  width: 100%;
}
.p-top-inquiry__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ============================
    p-top-company section
    ============================ */
.p-top-company {
  padding: 64px clamp(20px, 6vw, 80px) 96px;
}

.p-top-company__inner {
  max-width: 760px;
  margin: 0 auto;
}

.p-top-company__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-top-company__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--line);
}

.p-top-company__table th,
.p-top-company__table td {
  padding: 22px 20px;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 400;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.p-top-company__table th {
  width: 180px;
  text-align: center;
  font-weight: 700;
  color: var(--label);
  white-space: nowrap;
}

.p-top-company__table td {
  color: var(--ink);
}

@media (max-width: 560px) {
  .p-top-company__table,
.p-top-company__table tbody,
.p-top-company__table tr {
    display: block;
  }
  .p-top-company__table th {
    width: auto;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: none;
  }
  .p-top-company__table td {
    padding-top: 0;
  }
}
/* -------------------------------------
        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-rose {
  color: #91626A;
}

.u-c-blue-light {
  color: #5397DE;
}

.u-c-blue {
  color: #235DBC;
}

.u-c-rose-pale {
  color: #F9F3F5;
}

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