@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;
  color: #231F20;
}

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

body {
  font-size: 1.6em;
  letter-spacing: 0;
  line-height: 1.8;
}
@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;
}

@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");
}
.l-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-inner--s {
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .l-inner--s {
    max-width: 600px !important;
  }
}
.l-inner--m {
  max-width: 1156px;
}
@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;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .l-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 8px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.l-header__logo a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  z-index: 40;
  transition: 0.3s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 280px;
  width: 100%;
  transition: 0.3s all;
}
.l-header__logo-main img {
  display: block;
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background-color: #E60013;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.l-cta__body {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .l-cta__body {
    max-width: 993px;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__body {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    max-width: 345px;
  }
}
.l-cta__title {
  font-feature-settings: "palt";
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .l-cta__title {
    font-size: 4.18rem;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.l-cta__title + * {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .l-cta__title + * {
    margin-top: 10px;
  }
}
.l-cta__balloon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #E60013;
  padding: 16px 51px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .l-cta__balloon {
    font-size: 2.35rem;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__balloon {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__balloon {
    font-size: 2rem;
    margin-left: 24px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 50px;
    padding-right: 39px;
  }
}
.l-cta__balloon::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/23;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(100%, -50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 992px) {
  .l-cta__balloon::after {
    top: auto;
    bottom: 1px;
    right: 137px;
    transform: translate(0, 100%);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
}
@media screen and (max-width: 767px) {
  .l-cta__balloon::after {
    width: 20px;
    aspect-ratio: 20/21;
    right: 83px;
  }
}
.l-cta__balloon + * {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-cta__balloon + * {
    margin-top: 20px;
  }
}
.l-cta__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #FFFF00;
}
@media screen and (max-width: 1080px) {
  .l-cta__text {
    font-size: 2.44rem;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__text {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__text {
    font-size: 1.8rem;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.l-cta__text::before, .l-cta__text::after {
  content: "";
  display: block;
  aspect-ratio: 28/32;
  width: 28px;
  background: url(../img/common/cta-line.svg) 50%/contain no-repeat;
  margin-bottom: 6px;
}
@media screen and (max-width: 992px) {
  .l-cta__text::before, .l-cta__text::after {
    position: absolute;
    margin-bottom: 0;
    bottom: 3.3px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__text::before, .l-cta__text::after {
    width: 18px;
    aspect-ratio: 18/20;
    background-image: url(../img/common/cta-line_sp.svg);
  }
}
.l-cta__text::before {
  margin-right: 2px;
}
@media screen and (max-width: 992px) {
  .l-cta__text::before {
    left: -6px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__text::before {
    left: -6px;
    margin-right: 0;
  }
}
.l-cta__text::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 992px) {
  .l-cta__text::after {
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__text::after {
    right: -5px;
  }
}
.l-cta__text + * {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-cta__text + * {
    margin-top: 13px;
  }
}
.l-cta__content {
  display: flex;
  align-items: center;
  gap: 8px 36px;
}
@media screen and (max-width: 992px) {
  .l-cta__content {
    flex-direction: column;
    gap: 20px;
  }
}
.l-cta__tel {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-cta__tel {
    gap: 6px;
  }
}
.l-cta__tel .icon {
  width: 32px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .l-cta__tel .icon {
    width: 23px;
    margin-bottom: 4px;
  }
}
.l-cta__tel .icon img {
  width: 100%;
}
.l-cta__tel .num {
  font-family: "Barlow", sans-serif;
  font-size: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .l-cta__tel .num {
    font-size: 5.75rem;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__tel .num {
    font-size: 4.1rem;
    line-height: 1;
    color: transparent;
    width: 440px;
    aspect-ratio: 314/41;
    background: url(../img/common/cta-tel_sp.svg) 50%/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__tel .num {
    width: 314px;
  }
}
.l-cta__btn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-cta__btn {
    width: 100%;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-cta__btn::after {
  content: "";
  display: block;
  width: 390px;
  aspect-ratio: 390/574;
  background: url(../img/common/cta-man.png) 50%/contain no-repeat;
  position: absolute;
  bottom: -59px;
  right: 29px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .l-cta__btn::after {
    width: 270px;
    bottom: 0;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__btn::after {
    width: 182px;
    bottom: 22px;
  }
}
@media screen and (max-width: 1080px) {
  .l-cta__btn .c-btn {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__btn .c-btn {
    width: 100%;
    font-size: 2.8rem;
  }
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-section--first {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 100px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
/* -------------------------------------
        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 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt";
  font-size: 3.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #E60013;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 2.8rem;
  }
}
.c-btn:hover .inner, .c-btn:focus-visible .inner, .c-btn:active .inner {
  background-color: #fff;
  transform: translateY(6px);
  box-shadow: none;
}
.c-btn .inner {
  display: block;
  background-color: #FFFF00;
  padding: 7px 92px;
  border-radius: 100px;
  position: relative;
  box-shadow: 0px 6px 20px 0px rgba(60, 0, 5, 0.5);
  border: 0.4rem solid #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn .inner {
    padding: 8px 69px;
    border: none;
  }
}
.c-btn .inner::after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn .inner::after {
    width: 24px;
    right: 13px;
  }
}

/* -------------------------------------
        c-fixed
-----------------------------------------*/
.c-fixed {
  position: fixed;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .c-fixed {
    top: auto;
    bottom: 1.5rem;
    transform: none;
  }
}
.c-fixed-btn {
  writing-mode: vertical-rl;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-fixed-btn {
    writing-mode: initial;
  }
}
.c-fixed-btn a {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-fixed-btn a {
    min-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-fixed-btn .u-only-pc {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 2px solid #fff;
  background-color: #FFFF00;
  border-radius: 1.2rem 0 0 1.2rem;
  font-size: 2.5rem;
  font-family: "GenJyuuGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #E60013;
  padding: 2.2rem 0.35rem 1.8rem;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-fixed-btn .u-only-pc {
    display: none;
  }
}
.c-fixed-btn .u-only-pc:hover, .c-fixed-btn .u-only-pc:focus-visible {
  border-color: #E60013;
  background-color: #fff;
}
.c-fixed-btn .u-only-pc::after {
  content: "";
  display: block;
  width: 2.2rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon-arrow_fixed.svg) 50%/contain no-repeat;
}

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.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}
.p-top__text--center {
  text-align: center;
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  padding-top: 102px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-top: 82px;
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 198px;
  background-color: #E60013;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    height: 187px;
  }
}
.p-top-mv__body {
  max-width: 1200px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    max-width: 375px;
    margin-right: auto;
  }
}
.p-top-mv__title {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 49px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__title {
    padding-left: 0;
  }
}
.p-top-mv__title .text01 {
  order: 1;
  width: 31.9721980886%;
  margin-left: 9px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title .text01 {
    width: 54.1333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-mv__title .text02 {
  order: 2;
  width: 68.0278019114%;
  margin-top: -0.6950477845%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title .text02 {
    width: 73.0666666667%;
    margin-top: 5.58px;
    margin-left: 15px;
  }
}
.p-top-mv__title .text03 {
  order: 4;
  width: 93.8314509123%;
  margin-top: -4.1702867072%;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title .text03 {
    width: 91.7333333333%;
    margin-left: 16px;
  }
}
.p-top-mv__title .text04 {
  order: 3;
  width: 27.0199826238%;
  margin-top: -0.0868809731%;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title .text04 {
    width: 49.0666666667%;
    margin-top: 17px;
    margin-left: 0;
  }
}
.p-top-mv__title img {
  width: 100%;
}
.p-top-mv__image {
  display: block;
  width: 48.6666666667%;
  position: absolute;
  top: -49.5px;
  right: -3px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__image {
    width: 55.3333333333%;
    top: -69.5px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    width: 301px;
    top: -20px;
    right: -24px;
  }
}
.p-top-mv__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  padding: 3px 15px;
  border: 1px solid #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    width: 100%;
    max-width: 345px;
    margin-top: 9px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.p-top-mv__text em {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text em {
    font-size: 2.4rem;
  }
}

/* -------------------------------------
        p-top-intro
-----------------------------------------*/
.p-top-intro__trouble {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/top/intro_trouble-bg.jpg) 0% 50%/cover no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble {
    padding-top: 40px;
    padding-bottom: 56px;
    background-image: url(../img/top/intro_trouble-bg_sp.jpg);
  }
}
.p-top-intro__trouble::after {
  content: "";
  display: block;
  width: 160px;
  height: 56px;
  background-color: #E60013;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.p-top-intro__trouble-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-feature-settings: "palt";
  text-align: center;
}
.p-top-intro__trouble-copy .text01 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-copy .text01 {
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
.p-top-intro__trouble-copy .text02 {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-copy .text02 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.p-top-intro__trouble-copy .text02 .small {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-copy .text02 .small {
    font-size: 2.8rem;
  }
}
.p-top-intro__trouble-copy + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-copy + * {
    margin-top: 22px;
  }
}
.p-top-intro__trouble-list.l-grid {
  max-width: 1114px;
  margin-left: auto;
  margin-right: auto;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-list.l-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-top-intro__trouble-item {
  border-radius: 12px;
  border: 3px solid #E60013;
  background-color: #fff;
  padding: 17px;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-item {
    border-radius: 8px;
    border-width: 2px;
    padding: 10px 8px;
  }
}
.p-top-intro__trouble-item p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-top-intro__trouble-item p {
    font-size: 1.6rem;
    min-height: 38px;
  }
}
.p-top-intro__trouble-item p + * {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-intro__trouble-item p + * {
    margin-top: 7px;
  }
}
.p-top-intro__trouble-image img {
  width: 100%;
}
.p-top-intro__campaign {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-top-intro__campaign {
    padding-top: 64px;
    padding-bottom: 43px;
  }
}
.p-top-intro__campaign-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-intro__campaign-copy {
    gap: 4px;
  }
}
.p-top-intro__campaign-copy .text01 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-intro__campaign-copy .text01 {
    font-feature-settings: normal;
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
}
.p-top-intro__campaign-copy .text02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #E60013;
}
@media screen and (max-width: 992px) {
  .p-top-intro__campaign-copy .text02 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__campaign-copy .text02 {
    font-size: 3.2rem;
    font-weight: 700;
  }
}
.p-top-intro__campaign-copy .text02 em {
  color: #FFFF00;
  font-style: normal;
}
.p-top-intro__campaign-copy + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-intro__campaign-copy + * {
    margin-top: 16px;
  }
}
.p-top-intro__campaign-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

/* -------------------------------------
        p-top-plan
-----------------------------------------*/
.p-top-plan {
  padding-bottom: 80px;
  background: linear-gradient(to bottom, transparent 0%, transparent 112px, #FFEE59 112px, #FFEE59 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-plan {
    padding-bottom: 40px;
    background: linear-gradient(to bottom, transparent 0%, transparent 86px, #FFEE59 86px, #FFEE59 100%);
  }
}
.p-top-plan::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1440px;
  height: 112px;
  background: url(../img/top/plan_bg.svg) 50% 0%/cover no-repeat;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-plan::before {
    min-width: auto;
    height: 73px;
    background-image: url(../img/top/plan_bg_sp.svg);
    top: 13px;
  }
}
.p-top-plan__title {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-plan__title {
    width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-plan__title + * {
    margin-top: 8px;
  }
}
.p-top-plan__copy {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.p-top-plan__copy + * {
  margin-top: 37px;
}
.p-top-plan__text {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-top-plan__list.l-grid {
  gap: 37px 24px;
}
@media screen and (max-width: 992px) {
  .p-top-plan__list.l-grid {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-plan__list + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-plan__list + * {
    margin-top: 24px;
  }
}
.p-top-plan__list-item {
  background-color: #fff;
  border-radius: 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-top-plan__list-item:nth-child(1) .p-top-plan__list-title::before {
  aspect-ratio: 26/49;
  width: 26px;
  background: url(../img/top/plan-num01.png) 50%/contain no-repeat;
  top: -17.67px;
  left: 13.26px;
}
@media screen and (max-width: 767px) {
  .p-top-plan__list-item:nth-child(1) .p-top-plan__list-title::before {
    left: 10.13px;
  }
}
.p-top-plan__list-item:nth-child(1) .p-top-plan__list-price-dt {
  margin-left: 14.5px;
}
.p-top-plan__list-item:nth-child(1) .p-top-plan__list-price-dd.--new {
  width: 170px;
}
.p-top-plan__list-item:nth-child(1) .p-top-plan__list-price-dd.--old {
  right: 14.5px;
}
.p-top-plan__list-item:nth-child(2) .p-top-plan__list-title::before {
  aspect-ratio: 37/50;
  width: 37px;
  background: url(../img/top/plan-num02.png) 50%/contain no-repeat;
  top: -18.25px;
  left: 8.74px;
}
@media screen and (max-width: 767px) {
  .p-top-plan__list-item:nth-child(2) .p-top-plan__list-title::before {
    left: 6px;
  }
}
.p-top-plan__list-item:nth-child(2) .p-top-plan__list-price-dt {
  margin-left: 9.5px;
}
.p-top-plan__list-item:nth-child(2) .p-top-plan__list-price-dd.--new {
  width: 170px;
}
.p-top-plan__list-item:nth-child(2) .p-top-plan__list-price-dd.--old {
  right: 9.5px;
}
.p-top-plan__list-item:nth-child(3) .p-top-plan__list-title::before {
  aspect-ratio: 39/50;
  width: 39px;
  background: url(../img/top/plan-num03.png) 50%/contain no-repeat;
  top: -18.25px;
  left: 7.72px;
}
@media screen and (max-width: 767px) {
  .p-top-plan__list-item:nth-child(3) .p-top-plan__list-title::before {
    left: 5.1px;
  }
}
.p-top-plan__list-item:nth-child(3) .p-top-plan__list-price-dt {
  margin-left: 19.5px;
}
.p-top-plan__list-item:nth-child(3) .p-top-plan__list-price-dd.--new {
  width: 193px;
}
.p-top-plan__list-item:nth-child(3) .p-top-plan__list-price-dd.--old {
  right: 19.5px;
}
.p-top-plan__list-title {
  background-color: #E60013;
  color: #fff;
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-top: 12px;
  padding-bottom: 8px;
  position: relative;
}
.p-top-plan__list-title::before {
  content: "";
  display: block;
  position: absolute;
}
.p-top-plan__list-title .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 21px;
  margin-left: 20px;
  margin-right: 20px;
}
.p-top-plan__list-title .text span {
  display: inline-block;
}
.p-top-plan__list-title .text em {
  font-size: 1.6rem;
  font-style: normal;
}
.p-top-plan__list-title .text + * {
  margin-top: 4px;
}
.p-top-plan__list-title h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-feature-settings: "palt";
}
.p-top-plan__list-title h3 .text01 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #FFFF00;
}
.p-top-plan__list-title h3 .text02 {
  margin-top: -4px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top-plan__list-inner {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-plan__list-inner {
    padding: 32px;
  }
}
.p-top-plan__list-inner .p-top-plan__text {
  flex: 1;
}
.p-top-plan__list-inner .p-top-plan__text + * {
  margin-top: 16px;
}
.p-top-plan__list-image img {
  width: 100%;
}
.p-top-plan__list-image + * {
  margin-top: 16px;
}
.p-top-plan__list-example {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.p-top-plan__list-example + * {
  margin-top: 13px;
}
.p-top-plan__list-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-top-plan__list-price + * {
  margin-top: 8px;
}
.p-top-plan__list-price-dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #E60013;
}
.p-top-plan__list-price-dt + * {
  margin-top: 5px;
}
.p-top-plan__list-price-dd {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.p-top-plan__list-price-dd .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-top-plan__list-price-dd.--old {
  font-size: 2rem;
  line-height: 1.75;
  color: #808285;
  position: absolute;
  transform: translateY(-100%);
}
.p-top-plan__list-price-dd.--new {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #E60013;
  text-align: center;
  text-decoration: none;
}
.p-top-plan__list-price-dd.--new .comment {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.p-top-plan__list-price-dd.--new .num {
  font-size: 4.8rem;
}
.p-top-plan__list-table img {
  width: 100%;
}
.p-top-plan__list-table + * {
  margin-top: 8px;
}
.p-top-plan__annotion-wrap {
  flex: 1;
}
.p-top-plan__annotion {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  color: #808285;
}
.p-top-plan__example {
  background-color: #FFFACD;
  padding: 40px 80px;
}
@media screen and (max-width: 992px) {
  .p-top-plan__example {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-plan__example {
    padding: 20px;
  }
}
.p-top-plan__example-title {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.p-top-plan__example-title + * {
  margin-top: 8px;
}
.p-top-plan__example-body {
  display: flex;
  align-items: center;
  gap: 8px 40px;
}
@media screen and (max-width: 992px) {
  .p-top-plan__example-body {
    flex-direction: column;
  }
}
.p-top-plan__example-image {
  width: 269px;
}
.p-top-plan__example-box {
  flex: 1;
}
.p-top-plan__example-dl .inner + * {
  margin-top: 8px;
}
.p-top-plan__example-dl + * {
  margin-top: 8px;
}
.p-top-plan__example-dt, .p-top-plan__example-dd {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-top-plan__example-dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #fff;
  background-color: #FF6600;
  padding-left: 8px;
  padding-right: 8px;
}
.p-top-plan__example-dt + * {
  margin-top: 8px;
}
.p-top-plan__example-etc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: right;
}

/* -------------------------------------
        p-top-flow
-----------------------------------------*/
.p-top-flow {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.p-top-flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-top-flow__title .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  background-color: #E60013;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__title .text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-top-flow__title .title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-flow__title .title {
    font-size: 3.2rem;
  }
}
.p-top-flow__title .title .bold {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-top-flow__title .title .bold {
    font-size: 4rem;
  }
}
.p-top-flow__title + * {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__title + * {
    margin-top: 34.5px;
  }
}
.p-top-flow__list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-flow__list + * {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list + * {
    margin-top: 24px;
  }
}
.p-top-flow__list-item {
  border: 2px solid #E60013;
  border-radius: 4px;
  background-color: #FFFACD;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
.p-top-flow__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 11px;
  background-color: #E60013;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-item:not(:last-child)::after {
    bottom: -13px;
  }
}
.p-top-flow__list-item + .p-top-flow__list-item {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-item + .p-top-flow__list-item {
    margin-top: 34.5px;
  }
}
.p-top-flow__list-step {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #E60013;
  position: absolute;
  top: -6.5px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-step {
    top: -11px;
    left: -3.5px;
  }
}
.p-top-flow__list-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #E60013;
}
.p-top-flow__list-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.p-top-flow__feature {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background-color: #FDF0F0;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__feature {
    padding: 20px 16px 25px;
  }
}
.p-top-flow__feature-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #E60013;
}
@media screen and (max-width: 767px) {
  .p-top-flow__feature-title {
    font-size: 1.8rem;
  }
}
.p-top-flow__feature-title + * {
  margin-top: 12px;
}
.p-top-flow__feature-list {
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-flow__feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-flow__feature-list li {
  max-height: 48px;
  border: 1px solid #E60013;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-top-flow__feature-list li .icon {
  width: 48px;
}
.p-top-flow__feature-list li .text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E60013;
}

/* -------------------------------------
        p-top-about
-----------------------------------------*/
.p-top-about__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-top-about__title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-about__title + * {
    margin-top: 24px;
  }
}
.p-top-about__title-text {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px 13.5px;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-top-about__title-text .text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13.5px;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-text .text01 {
    gap: 8px;
  }
}
.p-top-about__title-text .text01 .num {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-text .text01 .num {
    font-size: 2.4rem;
  }
}
.p-top-about__title-text .text01 .img {
  width: 271px;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-text .text01 .img {
    width: 160px;
  }
}
.p-top-about__title-text + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-text + * {
    margin-top: 24px;
  }
}
.p-top-about__title-h2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-h2 {
    width: 300px;
  }
}
.p-top-about__message {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFACD;
  border-radius: 16px;
  padding: 48px 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__message {
    max-width: 345px;
    padding: 32px 20px;
  }
}
.p-top-about__message::after {
  content: "";
  display: block;
  aspect-ratio: 196/384;
  width: 196px;
  background: url(../img/top/about_message.png) 50%/contain no-repeat;
  position: absolute;
  right: -21px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__message::after {
    width: 136px;
    right: -12px;
  }
}
.p-top-about__message-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #E60013;
}
@media screen and (max-width: 767px) {
  .p-top-about__message-title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-top-about__message-title + * {
  margin-top: 16px;
}
.p-top-about__message-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-about__message-text {
    font-size: 1.6rem;
  }
}
.p-top-about__detail {
  background-color: #FDF0F0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-top-about__detail-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 12px 40px;
}
@media screen and (max-width: 992px) {
  .p-top-about__detail-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-box {
    padding: 20px;
    flex-direction: column;
  }
}
.p-top-about__detail-box + .p-top-about__detail-box {
  margin-top: 24px;
}
.p-top-about__detail-title {
  min-width: 140px;
  background-color: #E60013;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-title {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.p-top-about__detail-content {
  flex: 1;
}
.p-top-about__detail-content.--flex {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-content.--flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-about__detail-area h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #E60013;
}
.p-top-about__detail-area h4::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 14/7;
  background-color: #E60013;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  vertical-align: top;
  margin-top: 12px;
  margin-right: 9px;
}
.p-top-about__detail-area h4 + * {
  margin-top: 4px;
}
.p-top-about__detail-area p {
  padding-left: 24px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-area p {
    padding-left: 20px;
  }
}
.p-top-about__detail-text {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-top-about__detail-text em {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
}
.p-top-about__detail-text + .p-top-about__detail-attention {
  margin-top: 8px;
}
.p-top-about__detail-attention {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #808285;
}

/* -------------------------------------
        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-red {
  color: #E60013;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.js-parallax-b {
  will-change: transform;
}

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