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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

em {
  font-style: normal;
}

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

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--s {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .l-inner--s {
    max-width: 600px !important;
  }
}
.l-inner--m {
  max-width: 1080px;
}
@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
-----------------------------------------*/
.header.l-header {
  max-width: 118rem;
  width: 95%;
}
.header.l-header .e-inner {
  height: 64px;
}
@media screen and (max-width: 767px) {
  .header.l-header .e-inner {
    height: 55px;
  }
}
.header.l-header .e-tel-free-icon {
  background-color: #00C8FF;
  border-color: #00C8FF;
  color: #fff;
  font-size: 1.6rem;
  height: 36px;
  letter-spacing: 0;
  margin-right: 16px;
  width: 80px;
}
@media screen and (max-width: 992px) {
  .header.l-header .e-tel-free-icon {
    height: 32px;
    font-size: 1.4rem;
    width: 70px;
  }
}
.header.l-header .e-tel-body {
  align-items: center;
  color: #00C8FF;
  display: flex;
  gap: 8px;
}
.header.l-header .e-tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .header.l-header .e-tel-number {
    font-size: 3rem;
  }
}
.header.l-header .e-tel-number small {
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .header.l-header .e-tel-number small {
    font-size: 1.6rem;
  }
}
.header.l-header .e-tel-time {
  align-items: center;
  display: flex;
  gap: 8px;
}
.header.l-header .e-tel-time .box {
  align-items: center;
  border: 1px solid #00C8FF;
  display: flex;
  flex-direction: column;
  height: 27px;
  justify-content: center;
  font-size: 1.3rem;
  width: 64px;
}
.header.l-header .e-tel-time .text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  gap: 2px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.header.l-header .e-tel-time .text .u-f-en {
  font-size: 1.3rem;
}
.header.l-header .c-header-tel {
  background-color: #00C8FF;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .header.l-header .c-header-tel__free-icon {
    color: #00C8FF;
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 8px;
    text-align: center;
  }
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background-color: #FFF200;
  color: #0028BF;
  padding-bottom: 48px;
  padding-top: 40px;
}
@media screen and (max-width: 610px) {
  .l-cta {
    padding-bottom: 48px;
  }
}
.l-cta .l-inner--m {
  max-width: 1024px;
  padding-inline: 12px;
}
@media screen and (max-width: 610px) {
  .l-cta .l-inner--m {
    padding-inline: 20px;
  }
}
.l-cta__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .l-cta__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 610px) {
  .l-cta__body {
    gap: 13px;
  }
}
.l-cta__box {
  flex: 1;
  max-width: 320px;
}
@media screen and (max-width: 610px) {
  .l-cta__box {
    max-width: 100%;
  }
}
.l-cta__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .l-cta__text {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 3rem;
    gap: 16px 0;
  }
}
@media screen and (max-width: 610px) {
  .l-cta__text--normal:nth-child(1) {
    width: 100%;
  }
}
.l-cta__text--normal + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 610px) {
  .l-cta__text--normal + * {
    margin-top: 0;
  }
}
.l-cta__text--bold {
  font-size: 5.6rem;
}
@media screen and (max-width: 610px) {
  .l-cta__text--bold {
    font-size: 3rem;
  }
}
.l-cta__text--line {
  background: linear-gradient(transparent calc(100% - 27px), #fff calc(100% - 27px));
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 5.4rem;
  padding-bottom: 8px;
}
@media screen and (max-width: 610px) {
  .l-cta__text--line {
    font-size: 3rem;
    padding-bottom: 3px;
  }
}
.l-cta__text--line em {
  font-size: 6.4rem;
}
@media screen and (max-width: 610px) {
  .l-cta__text--line em {
    font-size: 3.4rem;
  }
}
.l-cta__text--line + * {
  margin-top: 16px;
}
@media screen and (max-width: 610px) {
  .l-cta__text--line + * {
    margin-top: 12px;
  }
}
.l-cta__text--line + *.l-cta__text--line {
  margin-top: 5px;
}
.l-cta__text--box {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 610px) {
  .l-cta__text--box {
    flex-direction: column;
    font-size: 3.2rem;
  }
}
.l-cta__text--box .box {
  background-color: #FF8B00;
  border-radius: 4px;
  color: #fff;
  font-size: 5.6rem;
  padding: 12px;
}
@media screen and (max-width: 610px) {
  .l-cta__text--box .box {
    font-size: 3.2rem;
    padding: 8px;
  }
}
.l-cta__text--box .ls {
  letter-spacing: -0.16em;
}
.l-cta__btn-wrap {
  position: relative;
  width: 460px;
}
@media screen and (max-width: 610px) {
  .l-cta__btn-wrap {
    width: 350px;
  }
}
.l-cta__btn-wrap::before {
  aspect-ratio: 336/280;
  background: url(../img/common/cta-pic.png) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: 12px;
  width: 336px;
}
@media screen and (max-width: 610px) {
  .l-cta__btn-wrap::before {
    aspect-ratio: 299/229;
    background-image: url(../img/common/cta-pic_sp.png);
    margin-right: 14px;
    width: 299px;
  }
}
.l-cta__badge {
  align-items: center;
  aspect-ratio: 1/1;
  background: url(../img/common/cta-badge-bg.svg) 50%/contain no-repeat;
  bottom: 94px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  left: -8px;
  padding: 28px 20px 25px;
  position: absolute;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 136px;
}
@media screen and (max-width: 610px) {
  .l-cta__badge {
    bottom: 102px;
    left: 23px;
    padding: 19px 12px 16px;
    width: 112px;
  }
}
.l-cta__badge-limit {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 610px) {
  .l-cta__badge-limit {
    font-size: 1.1rem;
  }
}
.l-cta__badge-limit .u-f-en {
  font-size: 2.1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.1904761905;
}
@media screen and (max-width: 610px) {
  .l-cta__badge-limit .u-f-en {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
}
.l-cta__badge-free {
  color: #FFF200;
  font-size: 4.8rem;
  line-height: 1.0416666667;
}
@media screen and (max-width: 610px) {
  .l-cta__badge-free {
    font-size: 4rem;
  }
}
.l-cta__btn {
  margin-top: -44px;
}
@media screen and (max-width: 610px) {
  .l-cta__btn {
    margin-top: -22px;
  }
}

.l-cta--main {
  padding-block: 43px 65px;
}
@media screen and (max-width: 610px) {
  .l-cta--main {
    padding-block: 48px;
  }
}
@media screen and (max-width: 610px) {
  .l-cta--main .l-cta__body {
    gap: 0;
  }
}
.l-cta--main .l-cta__box {
  max-width: 100%;
}
@media screen and (max-width: 610px) {
  .l-cta--main .l-cta__text {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 610px) {
  .l-cta--main .l-cta__btn-wrap {
    margin-top: -132px;
  }
}
@media screen and (max-width: 610px) {
  .l-cta--main .l-cta__btn-wrap::before {
    aspect-ratio: 340/384;
    background-image: url(../img/common/cta-main-pic_sp.png);
    margin-right: 0;
    transform: translateX(3px);
    width: 340px;
  }
}
@media screen and (max-width: 610px) {
  .l-cta--main .l-cta__badge {
    bottom: 106px;
    left: 17px;
  }
}
@media screen and (max-width: 610px) {
  .l-cta--main .l-cta__btn {
    margin-top: -27px;
  }
}

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

/* -------------------------------------
        l-fixed
-----------------------------------------*/
.l-fixed {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-fixed {
    bottom: 0;
    padding: 20px;
    top: auto;
    transform: none;
  }
}
.l-fixed__link {
  align-items: center;
  background-color: #1095FF;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  height: 449px;
  gap: 3px;
  justify-content: center;
  margin-left: auto;
  transition: width 0.3s;
  pointer-events: auto;
  writing-mode: vertical-lr;
  width: 60px;
}
@media screen and (max-width: 1140px) {
  .l-fixed__link {
    height: 356px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed__link {
    border-right: 2px solid #fff;
    border-radius: 100px;
    height: auto;
    flex-direction: column;
    opacity: 0;
    padding-block: 9px 9.5px;
    position: relative;
    transition: all 0.3s;
    width: 100%;
    writing-mode: initial;
  }
}
.l-fixed__link.is-active {
  opacity: 1;
}
.l-fixed__link:hover, .l-fixed__link:focus-visible {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .l-fixed__link:hover, .l-fixed__link:focus-visible {
    width: 100%;
  }
}
.l-fixed__link .logo {
  display: block;
  width: 34px;
}
@media screen and (max-width: 1140px) {
  .l-fixed__link .logo {
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed__link .logo {
    width: 208px;
  }
}
.l-fixed__link .logo img {
  width: 100%;
}
.l-fixed__link .text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-fixed__link .text {
    font-size: 1.9rem;
    line-height: 1;
  }
}
.l-fixed__link::after {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow-fixed.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-top: 8px;
  width: 17px;
}
@media screen and (max-width: 767px) {
  .l-fixed__link::after {
    position: absolute;
    right: 38px;
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-safari .l-fixed {
    padding-bottom: 10px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  align-items: center;
  background-color: #1095FF;
  border: 2px solid #fff;
  border-radius: 10rem;
  box-shadow: 0px 5px 0px 0px rgb(16, 149, 255);
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 24px;
  justify-content: space-between;
  line-height: 1.6666666667;
  padding: 16px 30px;
  position: relative;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 610px) {
  .c-btn {
    font-size: 1.9rem;
    line-height: 1;
    padding: 9px 69px;
  }
}
.c-btn:hover, .c-btn:focus-visible, .c-btn:active {
  transform: translateY(5px);
  box-shadow: none;
}
.c-btn::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 13/15;
  background: url(../img/icon/icon_arrow.png) 50%/contain no-repeat;
}
@media screen and (max-width: 610px) {
  .c-btn::after {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
  }
}
.c-btn .inner {
  align-items: center;
  display: flex;
  gap: 8px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 610px) {
  .c-btn .inner {
    flex-direction: column;
    gap: 6px;
  }
}
.c-btn .logo {
  width: 225px;
}
@media screen and (max-width: 610px) {
  .c-btn .logo {
    width: 208px;
  }
}
/* -------------------------------------
        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.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__main {
  overflow: hidden;
  padding-block: 200px 191px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 610px) {
  .p-top-mv__main {
    padding-block: 107px 148px;
  }
}
.p-top-mv__main-treat::before, .p-top-mv__main-treat::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-mv__main-treat::before {
  aspect-ratio: 977/216;
  background: url(../img/top/mv-bg-top.png) 50%/contain no-repeat;
  right: -358px;
  top: -9px;
  width: 977px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__main-treat::before {
    right: -317px;
    width: 865px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-treat::before {
    left: 108px;
    right: auto;
    width: 630px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__main-treat::before {
    left: 38px;
    top: -18px;
    width: 530px;
  }
}
.p-top-mv__main-treat::after {
  aspect-ratio: 950/204;
  background: url(../img/top/mv-bg-bottom.png) 50%/contain no-repeat;
  left: -382px;
  bottom: -9px;
  width: 950px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__main-treat::after {
    left: -338px;
    width: 840px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-treat::after {
    left: -638px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__main-treat::after {
    bottom: -128px;
    left: auto;
    right: -54px;
    width: 950px;
  }
}
.p-top-mv__main-bg {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1440px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-bg {
    width: 611px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__main-bg {
    width: 390px;
  }
}
.p-top-mv__main-bg::before, .p-top-mv__main-bg::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-mv__main-bg::before {
  aspect-ratio: 1357/505;
  background: url(../img/top/mv-bg01.svg) 50%/cover no-repeat;
  left: 83px;
  top: 140px;
  width: 1357px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-bg::before {
    aspect-ratio: 390/426;
    background-image: url(../img/top/mv-bg01_sp.svg);
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__main-bg::before {
    width: 390px;
  }
}
.p-top-mv__main-bg::after {
  background: url(../img/top/mv-bg.jpg) 50%/cover no-repeat;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 154.375%;
  z-index: -2;
}
@media screen and (min-width: 1440px) {
  .p-top-mv__main-bg::after {
    width: 154.38vw;
  }
}
.p-top-mv__main-inner {
  margin-inline: auto;
  max-width: 1040px;
  padding-inline: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  .p-top-mv__main-inner {
    max-width: 1140px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__main-inner {
    max-width: 800px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-inner {
    max-width: 540px;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__main-inner {
    max-width: 390px;
  }
}
.p-top-mv__copy {
  color: #0028BF;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 6.3rem;
  gap: 16px;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .p-top-mv__copy {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy {
    font-size: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__copy {
    font-size: 4rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__copy {
    font-size: 3.4rem;
    gap: 8px;
  }
}
.p-top-mv__copy .palt {
  font-feature-settings: "palt";
}
.p-top-mv__copy .box {
  background-color: #fff;
  padding: 16.5px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .box {
    padding: 12px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__copy .box {
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .box.--sp {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__copy .box.--sp {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .sp-box {
    background-color: #fff;
    padding: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__copy .sp-box {
    padding: 9px;
  }
}
.p-top-mv__copy .underline {
  background: linear-gradient(transparent calc(100% - 32px), #FFF200 calc(100% - 32px), #FFF200 calc(100% - 12px), transparent calc(100% - 12px));
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .underline {
    background: linear-gradient(transparent calc(100% - 15px), #FFF200 calc(100% - 15px), #FFF200 100%);
    display: inline-block;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__copy .underline {
    background: linear-gradient(transparent calc(100% - 13px), #FFF200 calc(100% - 13px), #FFF200 100%);
    display: inline-block;
  }
}
.p-top-mv__target {
  border: 1px solid #0028BF;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 13px;
  position: absolute;
  right: 25px;
  top: -17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1140px) {
  .p-top-mv__target {
    right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__target {
    right: 70px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__target {
    border: none;
    filter: drop-shadow(0px 0px 4px rgba(0, 40, 191, 0.6));
    flex-direction: row;
    left: 50%;
    padding: 0;
    right: auto;
    top: -32px;
    transform: translate(-50%, -100%);
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__target {
    top: -24px;
  }
}
.p-top-mv__target-item {
  color: #0028BF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__target-item {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__target-item {
    font-size: 1.5rem;
  }
}
.p-top-mv__target-item + * {
  padding-top: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__target-item + * {
    padding-left: 13px;
    padding-top: 0;
  }
}
.p-top-mv__target-item + *::before {
  background-color: #0028BF;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 52px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__target-item + *::before {
    background-color: #fff;
    height: 100%;
    left: 0;
    transform: none;
    width: 1px;
  }
}
.p-top-mv__target-item .mn {
  font-size: 1.3rem;
}
@media screen and (max-width: 610px) {
  .p-top-mv__target-item .mn {
    font-size: 1.2rem;
  }
}
.p-top-mv__image {
  bottom: -191px;
  position: absolute;
  right: -59px;
  width: 948px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .p-top-mv__image {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__image {
    right: -20px;
    width: 840px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 1067px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__image {
    bottom: -148px;
    width: 767px;
  }
}
.p-top-mv__content {
  display: flex;
  filter: drop-shadow(0px 0px 9px rgba(0, 40, 191, 0.2));
  margin-inline: auto;
  margin-top: -90px;
  max-width: 800px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .p-top-mv__content {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    filter: none;
    margin-top: 0;
    position: relative;
    max-width: 100%;
  }
}
.p-top-mv__content::before {
  aspect-ratio: 117/165;
  background: url(../img/top/mv-test.jpg) 50%/contain no-repeat;
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 14px rgba(0, 40, 191, 0.15));
  left: -103px;
  position: absolute;
  top: -32px;
  transform: rotate(-10deg);
  width: 117px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__content::before {
    left: -77px;
    top: -26px;
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content::before {
    left: 43px;
    top: 0px;
    transform: translateY(-100%) rotate(-10deg);
    width: 117px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__content::before {
    left: 35px;
    top: 5px;
    width: 95px;
  }
}
.p-top-mv__content-sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-top-mv__content-sp {
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 430px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__content-sp {
    width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content-sp::before {
    aspect-ratio: 117/165;
    background: url(../img/top/mv-test.jpg) 50%/contain no-repeat;
    content: "";
    display: block;
    filter: drop-shadow(0px 0px 14px rgba(0, 40, 191, 0.15));
    left: 43px;
    position: absolute;
    top: 0;
    transform: translateY(-100%) rotate(-10deg);
    width: 117px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__content-sp::before {
    left: 35px;
    top: 5px;
    width: 95px;
  }
}
.p-top-mv__lead-wrap {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead-wrap {
    border-radius: 12px;
    filter: drop-shadow(0px 0px 14px rgba(0, 40, 191, 0.15));
    left: 0;
    position: absolute;
    top: -67px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__lead-wrap {
    border-radius: 8px;
    top: -54px;
  }
}
.p-top-mv__lead {
  color: #0028BF;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  padding-inline: 35px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    font-size: 1.75rem;
    padding: 12px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__lead {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.p-top-mv__lead .u-c-orange {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .p-top-mv__lead .u-c-orange {
    font-size: 1.95rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__lead .u-c-orange {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__lead .u-c-orange {
    font-size: 1.936rem;
  }
}
.p-top-mv__lead .text01 {
  background: linear-gradient(transparent calc(100% - 20px), #FFF200 calc(100% - 20px), #FFF200 calc(100% - 4px), transparent calc(100% - 4px));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 610px) {
  .p-top-mv__lead .text01 {
    background: none;
  }
}
.p-top-mv__lead .text02 {
  margin-top: -2px;
}
.p-top-mv__service {
  background-color: #FFF200;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex: 1;
  padding-left: 36px;
  padding-block: 20px 24px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__service {
    padding-left: 27px;
    padding-block: 15px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__service {
    border-radius: 0;
    padding: 32px 20px 24px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__service {
    padding: 24px 10px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__service .p-top-mv__due {
    display: block;
  }
}
.p-top-mv__service-title {
  width: 264px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__service-title {
    width: 198px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__service-title {
    margin-inline: auto;
    width: 360px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__service-title {
    width: 290px;
  }
}
.p-top-mv__service-title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__service-title + * {
    margin-top: 24px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__service-title + * {
    margin-top: 12px;
  }
}
.p-top-mv__badge {
  align-items: center;
  aspect-ratio: 1/1;
  background: url(../img/top/mv-badge-bg.svg) 50%/contain no-repeat;
  color: #fff;
  display: flex;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  flex-direction: column;
  font-weight: 700;
  padding-top: 39px;
  position: absolute;
  right: -136px;
  top: -62px;
  width: 176px;
}
@media screen and (max-width: 1140px) {
  .p-top-mv__badge {
    right: -100px;
    top: -100px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__badge {
    padding-top: 29.25px;
    right: -80px;
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__badge {
    left: 300px;
    padding-top: 28.5px;
    top: -40px;
    transform: translateY(-100%);
    width: 131px;
    z-index: 1;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__badge {
    left: 244px;
    padding-top: 23px;
    right: auto;
    top: -32px;
    width: 106px;
  }
}
.p-top-mv__badge-limit {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .p-top-mv__badge-limit {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__badge-limit {
    font-size: 1.1rem;
  }
}
.p-top-mv__badge-limit .u-f-en {
  font-size: 2.8rem;
  line-height: 1.1785714286;
}
@media screen and (max-width: 992px) {
  .p-top-mv__badge-limit .u-f-en {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__badge-limit .u-f-en {
    font-size: 1.7rem;
  }
}
.p-top-mv__badge-free {
  color: #FFF200;
  font-size: 6.2rem;
  line-height: 1;
  margin-top: -1px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__badge-free {
    font-size: 4.65rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__badge-free {
    font-size: 3.8rem;
  }
}
.p-top-mv__info {
  padding-block: 48px 40px;
}
@media screen and (max-width: 610px) {
  .p-top-mv__info {
    padding-block: 56px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__info .p-top-mv__due {
    display: none;
  }
}
.p-top-mv__due {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__due {
    background-color: #fff;
    border-radius: 100px;
    font-size: 2rem;
    margin-inline: auto;
    padding-block: 3px;
    width: 400px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__due {
    font-size: 1.8rem;
    padding-block: 2.5px;
    width: 350px;
  }
}
.p-top-mv__due .u-c-orange {
  font-weight: 700;
}
.p-top-mv__due + * {
  margin-top: 1.6rem;
}
.p-top-mv__info-flex {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 856px;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__info-flex {
    flex-direction: column;
  }
}
.p-top-mv__logo {
  max-width: 302px;
}
.p-top-mv__achievements {
  max-width: 486px;
}
@media screen and (max-width: 610px) {
  .p-top-mv__achievements {
    max-width: 350px;
  }
}
.p-top-mv__achievement-list.l-grid {
  gap: 34px;
}
@media screen and (max-width: 610px) {
  .p-top-mv__achievement-list.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 610px) {
  .p-top-mv__achievement-list.l-grid {
    gap: 14px;
  }
}
.p-top-mv__achievement-list.l-grid + * {
  margin-top: 5px;
}
.p-top-mv__achievement-note {
  font-size: 1.3rem;
  text-align: center;
}

/* -------------------------------------
        p-top-problem
-----------------------------------------*/
.p-top-problem {
  background: url(../img/top/problem-bg.jpg) 50%/1440px repeat;
  overflow: hidden;
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-problem {
    padding-top: 74px;
  }
}
.p-top-problem::before {
  background: url(../img/top/problem-bg-top.svg) 50% 100%/cover no-repeat;
  content: "";
  display: block;
  height: 455px;
  left: 50%;
  min-width: 1440px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 610px) {
  .p-top-problem::before {
    background-image: url(../img/top/problem-bg-top_sp.svg);
    height: 408px;
    min-width: 100%;
  }
}
.p-top-problem > * {
  position: relative;
}
.p-top-problem__head {
  margin-inline: auto;
  max-width: 640px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-problem__head {
    max-width: 314px;
  }
}
.p-top-problem__head::after {
  aspect-ratio: 86/125;
  background: url(../img/top/problem-head-title.svg) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 37px;
  width: 86px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__head::after {
    right: 27px;
    width: 80px;
  }
}
.p-top-problem__head-title {
  background-color: #0028BF;
  border-radius: 100px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 6px 40px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-problem__head-title {
    font-size: 2.4rem;
    line-height: 1.0833333333;
    padding: 11px 48px;
  }
}
.p-top-problem__list-wrap {
  background-color: #fff;
  margin-top: -31px;
  padding: 80px 40px 56px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__list-wrap {
    padding-block: 64px 24px;
  }
}
.p-top-problem__list {
  margin-inline: auto;
  max-width: 610px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__list {
    max-width: 262px;
  }
}
.p-top-problem__list-item {
  align-items: flex-start;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 14px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__list-item {
    font-size: 1.6rem;
  }
}
.p-top-problem__list-item::before {
  aspect-ratio: 17/15;
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-top: 9px;
  width: 24px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__list-item::before {
    margin-top: 0;
  }
}
.p-top-problem__list-item + * {
  margin-top: 12px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__list-item + * {
    margin-top: 10px;
  }
}
.p-top-problem__solution-wrap {
  padding-block: 44px 125px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__solution-wrap {
    padding-block: 24px 106px;
  }
}
.p-top-problem__reason + * {
  margin-top: 40px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__reason + * {
    margin-top: 24px;
  }
}
.p-top-problem__reason-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-problem__reason-text {
    font-size: 1.8rem;
  }
}
.p-top-problem__reason-text .u-c-orange {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 610px) {
  .p-top-problem__reason-text .u-c-orange {
    font-size: 2.4rem;
  }
}
.p-top-problem__reason-text .text02 {
  margin-top: 5px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__reason-text .text02 {
    margin-top: 2px;
  }
}
.p-top-problem__reason-text .text03 {
  margin-top: -5px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__reason-text .text03 {
    margin-top: -2px;
  }
}
.p-top-problem__reason-icon {
  margin-inline: auto;
  margin-top: 40px;
  width: 100px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__reason-icon {
    margin-top: 24px;
    width: 48px;
  }
}
.p-top-problem__solution-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-problem__solution-text {
    font-size: 1.8rem;
  }
}
.p-top-problem__solution-text .u-c-blue {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 610px) {
  .p-top-problem__solution-text .u-c-blue {
    font-size: 2.4rem;
  }
}
.p-top-problem__solution-text .text04 {
  margin-top: 5px;
}
@media screen and (max-width: 610px) {
  .p-top-problem__solution-text .text04 {
    margin-top: 2px;
  }
}

/* -------------------------------------
        p-top-result
-----------------------------------------*/
.p-top-result {
  background-color: #fff;
  padding-block: 95px 80px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-result {
    padding-block: 111px 48px;
  }
}
.p-top-result__title {
  aspect-ratio: 738/100;
  background: url(../img/top/result-title.svg) 50%/contain no-repeat;
  color: #0028BF;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  left: 50%;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  top: -45px;
  transform: translateX(-50%);
  width: 738px;
}
@media screen and (max-width: 767px) {
  .p-top-result__title {
    aspect-ratio: 371/128;
    background-image: url(../img/top/result-title_sp.svg);
    font-size: 2.8rem;
    padding-top: 23px;
    top: -52px;
    width: 371px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-result__title {
    width: 371px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-result__title .u-only-sp {
    display: block;
  }
}
.p-top-result__title .inner {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.p-top-result__title .inner::before, .p-top-result__title .inner::after {
  aspect-ratio: 19/50;
  background: url(../img/top/result-title-treat.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 19px;
}
@media screen and (max-width: 610px) {
  .p-top-result__title .inner::before, .p-top-result__title .inner::after {
    background-image: url(../img/top/result-title-treat_sp.svg);
  }
}
.p-top-result__body {
  padding-inline: 36px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-result__body {
    padding-inline: 0;
  }
}
.p-top-result__body-inner {
  overflow: hidden;
}
.p-top-result__slider {
  margin-inline: auto;
  max-width: 668px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-top-result__slider {
    max-width: 314px;
  }
}
.p-top-result__item-head {
  display: flex;
}
.p-top-result__item-head > * {
  font-family: "GenJyuuGothic", sans-serif;
}
.p-top-result__subject {
  align-items: center;
  background-color: #0028BF;
  border-top-left-radius: 12px;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  width: 98px;
}
.p-top-result__score {
  align-items: center;
  background-color: #FFF200;
  border-top-right-radius: 12px;
  color: #0028BF;
  flex: 1;
  font-size: 2.4rem;
  font-weight: 900;
  display: flex;
  padding: 9px;
}
.p-top-result__score::after {
  aspect-ratio: 30/34;
  background: url(../img/top/result-score-up.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 30px;
}
.p-top-result__score span {
  flex: 1;
}
.p-top-result__score-num {
  font-size: 3.8rem;
}
.p-top-result__item-body {
  align-items: center;
  background-color: #fff;
  border-bottom: 3px solid #FFF200;
  border-left: 3px solid #FFF200;
  border-right: 3px solid #FFF200;
  display: flex;
  gap: 16px;
  padding: 20px 23px 21px;
  position: relative;
}
.p-top-result__item-body::before, .p-top-result__item-body::after {
  aspect-ratio: 47/54;
  bottom: -4px;
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  width: 48px;
}
.p-top-result__item-body::before {
  background-color: #FFF200;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-top-result__item-body::after {
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-top-result__image {
  max-width: 182px;
}
.p-top-result__profile {
  flex: 1;
  padding-bottom: 10px;
}
.p-top-result__grade, .p-top-result__name {
  font-size: 1.4rem;
  text-align: center;
}
.p-top-result__grade {
  border-bottom: 1px solid #222222;
  padding-top: 2px;
  padding-bottom: 9px;
}
.p-top-result__grade + * {
  margin-top: 7px;
}
.p-top-result__name {
  padding-bottom: 2px;
}
.p-top-result__next, .p-top-result__prev {
  background: url(../img/icon/icon_arrow-nav2.svg) 50%/contain no-repeat;
  filter: drop-shadow(0px 0px 14px rgba(0, 40, 191, 0.15));
  height: 56px;
  margin-top: 0;
  width: 56px;
}
@media screen and (max-width: 610px) {
  .p-top-result__next, .p-top-result__prev {
    height: 40px;
    width: 40px;
  }
}
.p-top-result__next::after, .p-top-result__prev::after {
  display: none;
}
.p-top-result__next {
  right: 0;
}
.p-top-result__prev {
  left: 0;
  transform: scale(-1, 1);
}
.p-top-result__pager.swiper-pagination {
  margin-top: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  position: static;
  transform: none;
}
.p-top-result__note {
  font-size: 1.4rem;
  text-align: center;
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service {
  background: url(../img/top/service-bg.jpg) 50%/1440px repeat;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 610px) {
  .p-top-service {
    padding-top: 39px;
  }
}
.p-top-service::before, .p-top-service::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.p-top-service::before {
  background: url(../img/top/service-top.svg) 50% 100%/cover no-repeat;
  height: 423px;
  min-width: 1440px;
  top: 0;
}
@media screen and (max-width: 992px) {
  .p-top-service::before {
    height: 385px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    height: 340px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service::before {
    background-image: url(../img/top/service-top_sp.svg);
    height: 156px;
    min-width: 100%;
  }
}
.p-top-service::after {
  background-color: #FFF200;
  height: 189px;
  bottom: 0;
}
@media screen and (max-width: 610px) {
  .p-top-service::after {
    height: 120px;
  }
}
.p-top-service__title {
  align-items: flex-end;
  aspect-ratio: 858/243;
  background: url(../img/top/service-title.svg) 50%/contain no-repeat;
  color: #0028BF;
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-inline: auto;
  padding-bottom: 46px;
  width: 858px;
}
@media screen and (max-width: 992px) {
  .p-top-service__title {
    font-size: 3rem;
    padding-bottom: 37px;
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    font-size: 2.2rem;
    padding-bottom: 28px;
    width: 540px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__title {
    align-items: center;
    aspect-ratio: 350/172;
    background-image: url(../img/top/service-title_sp.svg);
    flex-direction: column;
    font-size: 2.8rem;
    justify-content: flex-start;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 24px;
    width: 350px;
  }
}
.p-top-service__title .img {
  width: 500px;
}
@media screen and (max-width: 992px) {
  .p-top-service__title .img {
    width: 407px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title .img {
    width: 314px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__title .img {
    width: 247px;
  }
}
.p-top-service__title .img img {
  width: 100%;
}
.p-top-service__title + * {
  margin-top: 80px;
}
@media screen and (max-width: 610px) {
  .p-top-service__title + * {
    margin-top: 24px;
  }
}
.p-top-service__body-head {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-service__body-head {
    flex-direction: column;
    gap: 24px;
  }
}
.p-top-service__body-head::before, .p-top-service__body-head::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .p-top-service__body-head::before, .p-top-service__body-head::after {
    display: none;
  }
}
.p-top-service__body-head::before {
  aspect-ratio: 195/270;
  background: url(../img/top/service-treat01.svg) 50%/contain no-repeat;
  left: -106px;
  top: -102px;
  width: 195px;
}
.p-top-service__body-head::after {
  aspect-ratio: 241/216;
  background: url(../img/top/service-treat02.svg) 50%/contain no-repeat;
  right: -129px;
  top: -68px;
  width: 241px;
}
.p-top-service__body-head + * {
  margin-top: 48px;
}
@media screen and (max-width: 610px) {
  .p-top-service__body-head + * {
    margin-top: 24px;
  }
}
.p-top-service__lead {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-top-service__flex {
  align-items: center;
  display: flex;
  gap: 24px 40px;
  margin-inline: auto;
  max-width: 924px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-top-service__flex {
    flex-direction: column;
  }
}
.p-top-service__flex-box {
  flex: 1;
}
.p-top-service__target {
  align-items: center;
  border: 2px solid #0028BF;
  background-color: #fff;
  color: #0028BF;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 610px) {
  .p-top-service__target {
    flex-direction: column;
    font-size: 1.6rem;
    gap: 8px;
    margin-inline: auto;
    padding-block: 14px;
    width: 200px;
  }
}
.p-top-service__target + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 610px) {
  .p-top-service__target + * {
    margin-top: 1.2rem;
  }
}
.p-top-service__target-label {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-top-service__target-label {
    padding-inline: 29px 41px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__target-label {
    padding-inline: 0;
  }
}
.p-top-service__target-value {
  padding-block: 7px;
  padding-inline: 41px 29px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-service__target-value {
    padding-block: 8px 0;
    padding-inline: 0;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-service__target-value::before {
  background-color: #0028BF;
  content: "";
  display: block;
  height: calc(100% - 33px);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
@media screen and (max-width: 610px) {
  .p-top-service__target-value::before {
    height: 2px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 4px);
  }
}
.p-top-service__deadline {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__deadline {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__deadline .u-c-orange {
    font-weight: 700;
  }
}
.p-top-service__image {
  width: 420px;
}
@media screen and (max-width: 610px) {
  .p-top-service__image {
    width: 350px;
  }
}
.p-top-service__image img {
  width: 100%;
}
.p-top-service__data {
  background-color: #fff;
  border: 4px solid #1095FF;
  border-radius: 8px;
  margin-inline: auto;
  max-width: 800px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-service__data {
    border-width: 2px;
    width: calc(100% - 36px);
  }
}
.p-top-service__data + * {
  margin-top: 120px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data + * {
    margin-top: 40px;
  }
}
.p-top-service__data-inner {
  height: 428px;
  overflow: hidden;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-inner {
    height: 348px;
  }
}
.p-top-service__data-title {
  background-color: #1095FF;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
  padding-block: 13px 17px;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-title {
    padding-top: 15px;
  }
}
.p-top-service__data-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-title + * {
    margin-top: 32px;
  }
}
.p-top-service__data-image {
  margin-inline: auto;
  width: 320px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-image {
    width: 200px;
  }
}
.p-top-service__data-image img {
  width: 100%;
}
.p-top-service__data-image + * {
  margin-top: 24px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-image + * {
    margin-top: 30px;
  }
}
.p-top-service__data-text {
  font-size: 1.6rem;
  margin-inline: auto;
  max-width: 680px;
  padding-inline: 20px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-text {
    padding-inline: 15px;
    text-align: justify;
  }
}
.p-top-service__data-text + * {
  margin-top: 24px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-text + * {
    margin-top: 40px;
  }
}
.p-top-service__data-detail-inner {
  margin-inline: auto;
  max-width: 680px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-inner {
    padding-inline: 15px;
  }
}
.p-top-service__data-detail-inner::after {
  aspect-ratio: 52/32;
  background: url(../img/top/service-data-arrow.svg) 50%/contain no-repeat;
  bottom: -32px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 52px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-inner::after {
    bottom: -12px;
  }
}
.p-top-service__data-detail-inner + * {
  margin-top: 96px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-inner + * {
    margin-top: 64px;
  }
}
.p-top-service__data-detail-title {
  aspect-ratio: 643/76;
  background: url(../img/top/service-data-detail-title.svg) 50%/contain no-repeat;
  color: #0028BF;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 21px;
  text-align: center;
  max-width: 643px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-title {
    aspect-ratio: 283/64;
    background-image: url(../img/top/service-data-detail-title_sp.svg);
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 11px;
    width: 283px;
  }
}
.p-top-service__data-detail-title + * {
  margin-top: 32px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-title + * {
    margin-top: 15px;
  }
}
.p-top-service__data-detail-image {
  box-shadow: 0px 0px 14px 0px rgba(0, 40, 191, 0.15);
  display: block;
}
.p-top-service__data-detail-image + * {
  margin-top: 32px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-image + * {
    margin-top: 16px;
  }
}
.p-top-service__data-detail-item {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-item {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-top-service__data-detail-item .u-c-orange {
  font-size: 2rem;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-item .u-c-orange {
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 1em;
  }
}
.p-top-service__data-detail-item + * {
  margin-top: 8px;
}
.p-top-service__data-detail-bottom {
  background-color: #1095FF;
  max-width: 100%;
  padding-block: 44px 36px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-bottom {
    padding-block: 18px 14px;
  }
}
.p-top-service__data-detail-catchcopy {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-catchcopy {
    font-size: 1.8rem;
  }
}
.p-top-service__data-detail-catchcopy .box {
  background-color: #fff;
  color: #1095FF;
  font-size: 2.8rem;
  margin-right: 5px;
  padding-inline: 3px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-catchcopy .box {
    font-size: 2rem;
  }
}
.p-top-service__data-detail-catchcopy .u-c-yellow {
  font-size: 3.2rem;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-detail-catchcopy .u-c-yellow {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.p-top-service__data-more-wrap {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding-bottom: 48px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-more-wrap {
    padding-bottom: 22px;
  }
}
.p-top-service__data-more-wrap::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  height: 159px;
  left: 0;
  position: absolute;
  right: 0;
  top: 1px;
  transform: translateY(-100%);
}
.p-top-service__data-more {
  background-color: #fff;
  border: 2px solid #1095FF;
  border-radius: 10rem;
  box-shadow: 0px 2px 0px 0px rgb(16, 149, 255);
  color: #1095FF;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 25px;
  justify-content: center;
  line-height: 1;
  margin-inline: auto;
  padding: 17px 32px;
  position: relative;
  transition: all 0.3s;
  width: 400px;
}
@media screen and (max-width: 610px) {
  .p-top-service__data-more {
    font-size: 1.8rem;
    padding: 13px 20px;
    width: 240px;
  }
}
.p-top-service__data-more:hover, .p-top-service__data-more:focus-visible, .p-top-service__data-more:active {
  transform: translateY(2px);
  box-shadow: none;
}

.p-top-service__feature {
  background-color: #FFF200;
  padding: 64px 40px 80px;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature {
    padding: 24px 20px;
  }
}
.p-top-service__feature + * {
  margin-top: 204px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature + * {
    margin-top: 110px;
  }
}
.p-top-service__feature > * {
  margin-inline: auto;
  max-width: 800px;
}
.p-top-service__feature-title {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-title {
    align-items: center;
  }
}
.p-top-service__feature-title h3 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-title h3 {
    width: 240px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title h3 {
    width: 194px;
  }
}
.p-top-service__feature-title h3 img {
  width: 100%;
}
.p-top-service__feature-title::after {
  aspect-ratio: 160/174;
  background: url(../img/top/service-feature-title.png) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-title::after {
    width: 130px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title::after {
    width: 100px;
  }
}
.p-top-service__feature-title + * {
  margin-top: -5px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-list {
    margin-inline: auto;
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-list {
    width: 350px;
  }
}
.p-top-service__feature-list + * {
  margin-top: 40px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-list + * {
    margin-top: 16px;
  }
}
.p-top-service__feature-list-item {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-list-item {
    padding: 8px 12px;
  }
}
.p-top-service__feature-list-item:not(:last-child)::after {
  aspect-ratio: 64/40;
  background: url(../img/top/service-feature-arrow.svg) 50%/contain no-repeat;
  bottom: -24px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 64px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-list-item:not(:last-child)::after {
    bottom: -16px;
    width: 52px;
  }
}
.p-top-service__feature-list-item + * {
  margin-top: 88px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-list-item + * {
    margin-top: 64px;
  }
}
.p-top-service__feature-list-content {
  flex: 1;
  padding-inline: 40px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-list-content {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-list-content {
    padding-inline: 0;
  }
}
.p-top-service__feature-list-title {
  align-items: center;
  color: #0028BF;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  gap: 12px;
  line-height: 1.2857142857;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-list-title {
    font-size: 2.2rem;
  }
}
.p-top-service__feature-list-title + * {
  margin-top: 12px;
}
.p-top-service__feature-list-num {
  width: 64px;
}
.p-top-service__feature-list-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-list-text {
    display: none;
  }
}
.p-top-service__feature-list-text .u-c-navy {
  font-weight: 700;
}
.p-top-service__feature-list-image {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  width: 300px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-list-image {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-list-image {
    display: none;
  }
}
.p-top-service__feature-list-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-service__feature-catchcopy {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-catchcopy {
    font-size: 1.8rem;
  }
}
.p-top-service__feature-catchcopy .u-c-blue,
.p-top-service__feature-catchcopy .u-c-navy {
  font-size: 3.2rem;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-catchcopy .u-c-blue,
.p-top-service__feature-catchcopy .u-c-navy {
    font-size: 2.4rem;
  }
}
.p-top-service__feature-catchcopy .u-c-blue {
  line-height: 1.28125;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-catchcopy .u-c-blue {
    line-height: 1.2916666667;
  }
}
.p-top-service__feature-catchcopy .u-c-navy {
  background: linear-gradient(transparent calc(100% - 16px), #fff calc(100% - 16px), #fff calc(100% - 8px), transparent calc(100% - 8px));
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-catchcopy .u-c-navy {
    background: linear-gradient(transparent calc(100% - 10px), #fff calc(100% - 10px), #fff calc(100% - 2px), transparent calc(100% - 2px));
  }
}
.p-top-service__feature-catchcopy + * {
  margin-top: 2px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-catchcopy + * {
    margin-top: 1px;
  }
}

.p-top-service__feature-item {
  background-color: #fff;
  border: 4px solid #FFF200;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item {
    border-width: 2px;
  }
}
.p-top-service__feature-item:not(:last-child)::after {
  aspect-ratio: 128/80;
  background: url(../img/top/service-feature-arrow-l.svg) 50%/contain no-repeat;
  bottom: -64px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 128px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item:not(:last-child)::after {
    bottom: -24px;
    width: 90px;
  }
}
.p-top-service__feature-item + * {
  margin-top: 292px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item + * {
    margin-top: 174px;
  }
}
.p-top-service__feature-title02 {
  display: block;
  position: relative;
  width: 100%;
}
.p-top-service__feature-title02::after {
  display: none;
}
.p-top-service__feature-title-num {
  left: 50%;
  position: absolute;
  top: -84px;
  transform: translateX(-50%);
  width: 96px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title-num {
    top: -62px;
    width: 72px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-title-num::before, .p-top-service__feature-title-num::after {
    content: "";
    display: block;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-title-num::before {
    aspect-ratio: 140/85;
    background: url(../img/top/service-feature-treat02_sp.svg) 50%/contain no-repeat;
    left: -21px;
    top: -8px;
    transform: translateX(-100%);
    width: 140px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title-num::before {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-title-num::after {
    aspect-ratio: 120/78;
    background: url(../img/top/service-feature-treat01.svg) 50%/contain no-repeat;
    right: -24px;
    top: 0;
    transform: translateX(100%);
    width: 120px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title-num::after {
    width: 86px;
  }
}
.p-top-service__feature-title-main {
  background-color: #FFF200;
  color: #0028BF;
  font-size: 3.2rem;
  font-weight: 700;
  padding-block: 20px 16px;
  text-align: center;
  width: 100% !important;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-title-main {
    font-size: 2.4rem;
    padding-block: 12px 14px;
  }
}
.p-top-service__feature-body {
  margin-inline: auto;
  max-width: 880px;
  padding: 56px 40px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-body {
    padding: 24px 15px 32px;
  }
}
.p-top-service__feature-head {
  margin-inline: auto;
  max-width: 560px;
  position: relative;
}
.p-top-service__feature-head::before, .p-top-service__feature-head::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-head::before, .p-top-service__feature-head::after {
    display: none;
  }
}
.p-top-service__feature-head::before {
  aspect-ratio: 140/85;
  background: url(../img/top/service-feature-treat02.svg) 50%/contain no-repeat;
  left: -30px;
  top: 136px;
  transform: translateX(-100%);
  width: 140px;
}
.p-top-service__feature-head::after {
  aspect-ratio: 120/78;
  background: url(../img/top/service-feature-treat01.svg) 50%/contain no-repeat;
  right: 0;
  top: 32px;
  transform: translateX(100%);
  width: 120px;
}
.p-top-service__feature-head + * {
  margin-top: 40px;
}
.p-top-service__feature-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-top-service__feature-text .u-c-blue {
  font-weight: 700;
}
.p-top-service__feature-check-list li {
  align-items: flex-start;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 12px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-check-list li {
    font-size: 1.6rem;
    gap: 10px;
  }
}
.p-top-service__feature-check-list li::before {
  aspect-ratio: 1/1;
  background-color: #222222;
  border-radius: 50%;
  content: "";
  display: block;
  margin-left: 12px;
  margin-top: 12px;
  width: 6px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-check-list li::before {
    margin-left: 10px;
    margin-top: 10px;
    width: 4px;
  }
}
.p-top-service__feature-check-list li span {
  flex: 1;
}
.p-top-service__feature-highlight-wrap {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-highlight-wrap {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    width: 100%;
  }
}
.p-top-service__feature-highlight-wrap .p-top-service__feature-highlight {
  flex: 1;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-highlight-wrap .p-top-service__feature-highlight {
    width: 100%;
  }
}
.p-top-service__feature-highlight {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-highlight {
    font-size: 1.8rem;
  }
}
.p-top-service__feature-highlight .u-c-navy {
  background: linear-gradient(transparent calc(100% - 37px), #FFF200 calc(100% - 37px), #FFF200 calc(100% - 5px), transparent calc(100% - 5px));
  font-size: 3.2rem;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-highlight .u-c-navy {
    font-size: 2.4rem;
  }
}
.p-top-service__feature-detail {
  border: 2px solid #1095FF;
  padding: 64px 40px 40px;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-detail {
    padding: 53px 5px 20px;
  }
}
.p-top-service__feature-detail-title {
  aspect-ratio: 642/76;
  background: url(../img/top/service-feature-detail-title.svg) 50%/contain no-repeat;
  color: #1095FF;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: -32px;
  transform: translate(-50%);
  width: 642px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-detail-title {
    font-size: 2.2rem;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-detail-title {
    font-size: 2rem;
    padding-top: 8px;
    width: 472px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-detail-title {
    aspect-ratio: 316/92;
    background-image: url(../img/top/service-feature-detail-title_sp.svg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 9px;
    padding-top: 0px;
    top: -48px;
    width: 316px;
  }
}
.p-top-service__feature-detail-body {
  align-items: center;
  display: flex;
  gap: 16px 29px;
  margin-inline: auto;
  max-width: 695px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-detail-body {
    flex-direction: column;
  }
}
.p-top-service__feature-detail-image {
  box-shadow: 0px 0px 14px 0px rgba(0, 40, 191, 0.15);
  width: 360px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-detail-image {
    box-shadow: none;
    width: 300px;
  }
}
.p-top-service__feature-detail-list {
  flex: 1;
}
.p-top-service__feature-detail-list li {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 8px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-detail-list li {
    font-size: 1.6rem;
    font-weight: 500;
    gap: 14px;
  }
}
.p-top-service__feature-detail-list li:last-child::after {
  content: "など";
  margin-left: auto;
}
.p-top-service__feature-detail-list li::before {
  aspect-ratio: 17/15;
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 17px;
}
.p-top-service__feature-detail-list li + * {
  margin-top: 8px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-detail-list li + * {
    margin-top: 0;
  }
}
.p-top-service__feature-plan-body {
  margin-inline: auto;
  max-width: 650px;
}
.p-top-service__feature-plan-subtitle {
  background-color: #1095FF;
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 6px;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-plan-subtitle {
    line-height: 1.2;
  }
}
.p-top-service__feature-plan-subtitle + * {
  margin-top: 24px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-plan-subtitle + * {
    margin-top: 20px;
  }
}
.p-top-service__feature-plan-flex {
  align-items: flex-start;
  display: flex;
  gap: 26px 32px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-plan-flex {
    flex-direction: column;
  }
}
.p-top-service__feature-plan-flex + * {
  margin-top: 51px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-plan-flex + * {
    margin-top: 57px;
  }
}
.p-top-service__feature-plan-list {
  flex: 1;
}
.p-top-service__feature-plan-item p:not(.p-top-service__feature-plan-item-title) {
  align-items: flex-start;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 10px;
}
.p-top-service__feature-plan-item p:not(.p-top-service__feature-plan-item-title)::before {
  aspect-ratio: 1/1;
  background-color: #222222;
  border-radius: 50%;
  content: "";
  display: block;
  margin-left: 10px;
  margin-top: 10px;
  width: 4px;
}
.p-top-service__feature-plan-item p:not(.p-top-service__feature-plan-item-title) span {
  flex: 1;
}
.p-top-service__feature-plan-item + * {
  margin-top: 12px;
}
.p-top-service__feature-plan-item-title {
  color: #1095FF;
  font-size: 1.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-service__feature-plan-item-title.--line {
  background: linear-gradient(transparent calc(100% - 16px), #FFF200 calc(100% - 16px), #FFF200 calc(100% - 8px), transparent calc(100% - 8px));
}
.p-top-service__feature-plan-image {
  width: 338px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-plan-image {
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-plan-image {
    width: 280px;
  }
}
.p-top-service__feature-plan-image img {
  width: 100%;
}
.p-top-service__feature-plan-catchcopy {
  font-size: 2.4rem;
  font-weight: 700;
  padding-block: 6px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-plan-catchcopy {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.p-top-service__feature-plan-catchcopy::before {
  aspect-ratio: 47/26;
  background: url(../img/top/service-feature-plan-arrow.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  top: -3px;
  width: 47px;
}
@media screen and (max-width: 992px) {
  .p-top-service__feature-plan-catchcopy::before {
    top: -10px;
  }
}
.p-top-service__feature-plan-catchcopy .u-c-navy {
  background: linear-gradient(transparent calc(100% - 29px), #FFF200 calc(100% - 29px), #FFF200 calc(100% - 5px), transparent calc(100% - 5px));
}
.p-top-service__feature-teachers {
  margin-inline: auto;
  max-width: 698px;
}
.p-top-service__feature-teachers-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teachers-lead {
    font-size: 1.6rem;
  }
}
.p-top-service__feature-teachers-lead + * {
  margin-top: 40px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teachers-lead + * {
    margin-top: 1.6rem;
  }
}
.p-top-service__feature-teachers-slider-wrap {
  position: relative;
}
.p-top-service__feature-teachers-slider {
  margin-inline: auto;
  max-width: 600px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teachers-slider {
    max-width: 280px;
  }
}
.p-top-service__feature-teachers-slider .swiper-slide {
  height: auto;
}
.p-top-service__feature-teacher {
  border: 6px solid #ECF8FF;
  border-radius: 24px;
  height: 100%;
}
.p-top-service__feature-teacher-head {
  background-color: #ECF8FF;
  padding-block: 18px 24px;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teacher-head {
    padding-bottom: 13px;
  }
}
.p-top-service__feature-teacher-name {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
}
.p-top-service__feature-teacher-name::after {
  background-color: #222222;
  border-radius: 10px;
  bottom: -3px;
  content: "";
  display: block;
  left: 50%;
  height: 2px;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 120px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teacher-name::after {
    bottom: -9px;
  }
}
.p-top-service__feature-teacher-name + * {
  margin-top: 12px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teacher-name + * {
    margin-top: 20px;
  }
}
.p-top-service__feature-teacher-school {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-top-service__feature-teacher-content {
  padding: 26px 9px 40px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teacher-content {
    padding: 21px 10px 14px;
  }
}
.p-top-service__feature-teacher-image {
  position: relative;
  z-index: 1;
}
.p-top-service__feature-teacher-image::after {
  aspect-ratio: 250/154;
  background: url(../img/top/service-feature-teacher-bg.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}
.p-top-service__feature-teacher-image figure {
  margin-inline: auto;
  max-width: 173px;
}
.p-top-service__feature-teacher-image + * {
  margin-top: 10px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teacher-image + * {
    margin-top: 22px;
  }
}
.p-top-service__feature-teacher-text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teacher-text {
    font-size: 1.6rem;
    padding-inline: 10px;
  }
}
.p-top-service__feature-teachers-next, .p-top-service__feature-teachers-prev {
  background: url(../img/icon/icon_arrow-nav.svg) 50%/contain no-repeat;
  filter: drop-shadow(0px 0px 14px rgba(0, 40, 191, 0.15));
  height: 55px;
  margin-top: 0;
  width: 55px;
}
.p-top-service__feature-teachers-next::after, .p-top-service__feature-teachers-prev::after {
  display: none;
}
.p-top-service__feature-teachers-next {
  right: 18px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teachers-next {
    right: -6px;
  }
}
.p-top-service__feature-teachers-prev {
  left: 18px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-teachers-prev {
    left: -6px;
  }
}

.p-top-service__feature-item--01 .p-top-service__feature-head {
  position: relative;
}
.p-top-service__feature-item--01 .p-top-service__feature-head + * {
  margin-top: 64px;
}
.p-top-service__feature-item--01 .p-top-service__feature-highlight {
  margin-top: 15px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--01 .p-top-service__feature-highlight {
    margin-top: 25px;
  }
}
.p-top-service__feature-item--01 .p-top-service__feature-illust {
  position: absolute;
  right: 20px;
  top: 74px;
  width: 207px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--01 .p-top-service__feature-illust {
    margin-inline: auto;
    margin-top: 25px;
    position: static;
  }
}

.p-top-service__feature-item--02 .p-top-service__feature-head + * {
  margin-top: 72px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--02 .p-top-service__feature-head + * {
    margin-top: 47px;
  }
}
.p-top-service__feature-item--02 .p-top-service__feature-illust {
  display: block;
  width: 217px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--02 .p-top-service__feature-illust {
    width: 227px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--02 .p-top-service__feature-detail {
    padding: 70px 15px 30px;
  }
}

.p-top-service__feature-item--03 .p-top-service__feature-image {
  margin-inline: auto;
  margin-top: 24px;
  max-width: 480px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--03 .p-top-service__feature-image {
    max-width: 272px;
  }
}
.p-top-service__feature-item--03 .p-top-service__feature-detail-title {
  background-image: url(../img/top/service-feature-detail-title-navy.svg);
  color: #0028BF;
  position: static;
  transform: none;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--03 .p-top-service__feature-detail-title {
    aspect-ratio: 316/66;
    background-image: url(../img/top/service-feature-detail-title-navy_sp.svg);
    margin-inline: auto;
    padding-bottom: 9px;
  }
}
.p-top-service__feature-item--03 .p-top-service__feature-detail-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 610px) {
  .p-top-service__feature-item--03 .p-top-service__feature-detail-title + * {
    margin-top: 1.6rem;
  }
}

/* -------------------------------------
        p-top-flow
-----------------------------------------*/
.p-top-flow {
  background-color: #E9F7FF;
  padding-block: 120px;
}
@media screen and (max-width: 610px) {
  .p-top-flow {
    padding-block: 40px;
  }
}
.p-top-flow__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 610px) {
  .p-top-flow__title {
    gap: 12px;
  }
}
.p-top-flow__title + * {
  margin-top: 80px;
}
@media screen and (max-width: 610px) {
  .p-top-flow__title + * {
    margin-top: 24px;
  }
}
.p-top-flow__title-logo {
  width: 480px;
}
@media screen and (max-width: 610px) {
  .p-top-flow__title-logo {
    width: 300px;
  }
}
.p-top-flow__title-logo img {
  height: auto;
  width: 100%;
}
.p-top-flow__title-main {
  color: #0028BF;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-flow__title-main {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}
.p-top-flow__list {
  display: flex;
  flex-direction: column;
  gap: 82px;
  margin-inline: auto;
  max-width: 732px;
}
@media screen and (max-width: 610px) {
  .p-top-flow__list {
    gap: 46px;
    margin-inline: auto;
    width: 320px;
  }
}
.p-top-flow__list-item {
  align-items: center;
  background-color: #fff;
  border: 6px solid #1095FF;
  border-radius: 16px;
  counter-increment: flow;
  display: flex;
  position: relative;
}
@media screen and (max-width: 610px) {
  .p-top-flow__list-item {
    border-radius: 8px;
    border-width: 3px;
  }
}
.p-top-flow__list-item::before {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #1095FF;
  color: #fff;
  content: counter(flow);
  display: flex;
  font-family: "bananaslip", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.02em;
  justify-content: center;
  width: 80px;
}
@media screen and (max-width: 610px) {
  .p-top-flow__list-item::before {
    aspect-ratio: initial;
    font-size: 3.6rem;
    height: 72px;
    width: 50px;
  }
}
.p-top-flow__list-item.--yellow {
  background-color: #FFF200;
}
.p-top-flow__list-item:not(:last-child)::after {
  aspect-ratio: 6/54;
  background: url(../img/top/flow-dots.svg) 50%/contain no-repeat;
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 6px;
}
@media screen and (max-width: 610px) {
  .p-top-flow__list-item:not(:last-child)::after {
    aspect-ratio: 4/28;
    background-image: url(../img/top/flow-dots_sp.svg);
    bottom: -12px;
    width: 4px;
  }
}
.p-top-flow__list-inner {
  flex: 1;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2857142857;
  padding-block: 22px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-inner {
    font-size: 2rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-flow__list-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    min-height: 72px;
    padding-block: 10px;
    padding-inline: 24px 10px;
    text-align: left;
  }
}

/* -------------------------------------
        p-top-normal
-----------------------------------------*/
.p-top-normal__main {
  background: url(../img/top/normal-main-bg.png) 50%/1440px repeat;
  overflow: hidden;
  padding-block: 117px 143px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 610px) {
  .p-top-normal__main {
    padding-block: 39px 40px;
  }
}
.p-top-normal__main::before, .p-top-normal__main::after {
  content: "";
  display: block;
  left: 50%;
  min-width: 1440px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 610px) {
  .p-top-normal__main::before, .p-top-normal__main::after {
    min-width: 100%;
  }
}
.p-top-normal__main::before {
  background: url(../img/top/normal-main-top.svg) 50% 100%/cover no-repeat;
  height: 251px;
  top: 0;
}
@media screen and (max-width: 610px) {
  .p-top-normal__main::before {
    background-image: url(../img/top/normal-main-top_sp.svg);
    height: 192px;
  }
}
.p-top-normal__main::after {
  aspect-ratio: 1440/340;
  background: url(../img/top/normal-main-bottom.svg) 50%/cover no-repeat;
  bottom: 0;
}
@media screen and (max-width: 610px) {
  .p-top-normal__main::after {
    aspect-ratio: 390/134;
    background-image: url(../img/top/normal-main-bottom_sp.svg);
  }
}
.p-top-normal__title {
  aspect-ratio: 846/213;
  background: url(../img/top/normal-title-bg.svg) 50%/contain no-repeat;
  color: #0028BF;
  font-size: 4.8rem;
  font-weight: 700;
  margin-inline: auto;
  max-width: 846px;
  padding-top: 26px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-normal__title {
    font-size: 3.2rem;
    max-width: 570px;
    padding-top: 17px;
  }
}
@media screen and (max-width: 610px) {
  .p-top-normal__title {
    aspect-ratio: 353/177;
    background-image: url(../img/top/normal-title-bg_sp.svg);
    font-size: 2.8rem;
    padding-top: 38px;
    width: 353px;
  }
}
.p-top-normal__title + * {
  margin-top: 22px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__title + * {
    margin-top: 34px;
  }
}
.p-top-normal__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-normal__lead {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-top-normal__lead + * {
  margin-top: 16px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__lead + * {
    margin-top: 12px;
  }
}
.p-top-normal__recruit {
  background: linear-gradient(transparent calc(100% - 16px), #FFF200 calc(100% - 16px), #FFF200 calc(100% - 8px), transparent calc(100% - 8px));
  font-size: 2.4rem;
  font-weight: 700;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-normal__recruit .u-c-navy {
  font-size: 3.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 610px) {
  .p-top-normal__recruit .u-c-navy {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.p-top-normal__recruit + * {
  margin-top: 48px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__recruit + * {
    margin-top: 32px;
  }
}
.p-top-normal__secrets + * {
  margin-top: 96px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets + * {
    margin-top: 32px;
  }
}
.p-top-normal__secrets-title + * {
  margin-top: 120px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-title + * {
    margin-top: 90px;
  }
}
.p-top-normal__secrets-title-logo {
  margin-inline: auto;
  width: 333px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-title-logo {
    width: 280px;
  }
}
.p-top-normal__secrets-title-logo img {
  width: 100%;
}
.p-top-normal__secrets-title-logo + * {
  margin-top: 14px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-title-logo + * {
    margin-top: 24px;
  }
}
.p-top-normal__secrets-heading-wrap {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 16px;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-normal__secrets-heading-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-normal__secrets-heading-wrap::before, .p-top-normal__secrets-heading-wrap::after {
  aspect-ratio: 54/55;
  background: url(../img/top/normal-secrets-title.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  width: 54px;
}
@media screen and (max-width: 767px) {
  .p-top-normal__secrets-heading-wrap::before, .p-top-normal__secrets-heading-wrap::after {
    display: none;
  }
}
.p-top-normal__secrets-heading-wrap::before {
  left: 2px;
  transform: translateX(-100%);
}
.p-top-normal__secrets-heading-wrap::after {
  right: -6px;
  transform: translateX(100%) scale(-1, 1);
}
.p-top-normal__secrets-heading-sub {
  font-size: 4rem;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-heading-sub {
    font-size: 2rem;
  }
}
.p-top-normal__secrets-heading-sub .large {
  font-size: 5.2rem;
  line-height: 1.4807692308;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-heading-sub .large {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-top-normal__secrets-heading {
  font-size: 4rem;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-heading {
    font-size: 2rem;
  }
}
.p-top-normal__secrets-heading .large {
  font-size: 5.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-heading .large {
    font-size: 2.8rem;
  }
}
.p-top-normal__secrets-list {
  display: grid;
  gap: 47px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-normal__secrets-list {
    gap: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-normal__secrets-list {
    gap: 110px;
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
    width: 280px;
  }
}
.p-top-normal__secrets-list::after {
  aspect-ratio: 24/36;
  background: url(../img/top/normal-secrets-equal.svg) 50%/contain no-repeat;
  bottom: -32px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 23px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-list::after {
    bottom: -16px;
    width: 24px;
  }
}
.p-top-normal__secrets-list + * {
  margin-top: 100px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-list + * {
    margin-top: 68px;
  }
}
.p-top-normal__secrets-item {
  background-color: #fff;
  border: 3px solid #0028BF;
  border-radius: 12px;
  color: #0028BF;
  font-size: 2.8rem;
  font-weight: 700;
  padding-block: 33px 21px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-normal__secrets-item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-item {
    padding-block: 27px 15px;
  }
}
.p-top-normal__secrets-item + *::before {
  aspect-ratio: 1/1;
  background: url(../img/top/normal-secrets-plus.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  left: -9px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 32px;
}
@media screen and (max-width: 1023px) {
  .p-top-normal__secrets-item + *::before {
    left: -12px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-normal__secrets-item + *::before {
    left: 50%;
    top: -71px;
    transform: translate(-50%, -100%);
    width: 32px;
  }
}
.p-top-normal__secrets-num {
  left: 50%;
  position: absolute;
  top: -59px;
  transform: translateX(-50%);
  width: 82px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-num {
    top: -61px;
    width: 83px;
  }
}
.p-top-normal__secrets-result {
  align-items: center;
  background-color: #FFF200;
  border-radius: 12px;
  display: flex;
  font-size: 4rem;
  font-weight: 700;
  gap: 10px;
  margin-inline: auto;
  padding: 12px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secrets-result {
    font-size: 2.6rem;
    line-height: 1.2;
    padding: 16px 19px;
  }
}
.p-top-normal__secrets-result::after {
  aspect-ratio: 1/1;
  background: url(../img/top/secrets-result.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-normal__secrets-result::after {
    width: 42px;
  }
}
.p-top-normal__secret-item + * {
  margin-top: 56px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-item + * {
    margin-top: 32px;
  }
}
.p-top-normal__secret-title {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-top-normal__secret-title + * {
  margin-top: 32px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-title + * {
    margin-top: 16px;
  }
}
.p-top-normal__secret-num {
  margin-inline: auto;
  width: 124px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-num {
    width: 82px;
  }
}
.p-top-normal__secret-num + * {
  margin-top: 16px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-num + * {
    margin-top: 8px;
  }
}
.p-top-normal__secret-num img {
  width: 100%;
}
.p-top-normal__secret-heading-sub, .p-top-normal__secret-heading {
  font-weight: 700;
  text-align: center;
}
.p-top-normal__secret-heading-sub {
  font-size: 3.2rem;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-heading-sub {
    font-size: 1.8rem;
  }
}
.p-top-normal__secret-heading {
  font-size: 4rem;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-heading {
    font-size: 2.4rem;
  }
}
.p-top-normal__secret-body {
  background-color: #fff;
  border: 3px solid #0028BF;
  border-radius: 20px;
  padding: 53px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-body {
    padding: 29px 15px;
  }
}
.p-top-normal__secret-body > * {
  margin-inline: auto;
  max-width: 800px;
}
.p-top-normal__secret-text {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-text {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.p-top-normal__secret-text--center {
  text-align: center;
  max-width: 620px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-text--center {
    text-align: left;
    max-width: 100%;
  }
}
.p-top-normal__secret-text + * {
  margin-top: 14px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__secret-text + * {
    margin-top: 16px;
  }
}
.p-top-normal__secret-image {
  display: block;
  margin-inline: auto;
  max-width: 888px;
}
.p-top-normal__secret-flex {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-normal__secret-flex {
    flex-direction: column;
    gap: 16px;
  }
}
.p-top-normal__secret-flex .p-top-normal__secret-image {
  width: 300px;
}
.p-top-normal__secret-flex + * {
  margin-top: 44px;
}
.p-top-normal__secret-content {
  flex: 1;
}
.p-top-normal__rooms-title {
  background-color: #0028BF;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-inline: auto;
  padding: 5px 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 610px) {
  .p-top-normal__rooms-title {
    font-size: 1.8rem;
  }
}
.p-top-normal__rooms-title + * {
  margin-top: -20px;
}
.p-top-normal__rooms-list.l-grid {
  background-color: #FFF200;
  gap: 19px 17px;
  margin-inline: auto;
  max-width: 509px;
  padding: 55px 30px 30px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__rooms-list.l-grid {
    gap: 10px;
  }
}
.p-top-normal__rooms-item {
  background-color: #1095FF;
  border-radius: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding-block: 10px;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-normal__rooms-item {
    font-size: 2rem;
    padding-block: 5px;
  }
}
.p-top-normal__campaign {
  background-color: #1095FF;
  color: #fff;
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-normal__campaign {
    padding-block: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-normal__campaign .l-inner {
    padding-inline: 36px;
  }
}
.p-top-normal__campaign-label {
  font-size: 3rem;
  font-weight: 700;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-label {
    font-size: 2.3rem;
    line-height: 1.5217391304;
  }
}
.p-top-normal__campaign-label::before, .p-top-normal__campaign-label::after {
  aspect-ratio: 18/22;
  background: url(../img/top/normal-campaign_label.svg) 50%/contain no-repeat;
  content: "";
  position: absolute;
  top: 2px;
  width: 18px;
}
.p-top-normal__campaign-label::before {
  left: -3px;
  transform: translateX(-100%);
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-label::before {
    left: -4px;
  }
}
.p-top-normal__campaign-label::after {
  right: 5px;
  transform: translateX(100%) scale(-1, 1);
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-label::after {
    right: 7px;
  }
}
.p-top-normal__campaign-label + * {
  margin-top: 8px;
}
.p-top-normal__campaign-list {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-list {
    gap: 38px;
  }
}
.p-top-normal__campaign-list + * {
  margin-top: 32px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-list + * {
    margin-top: 16px;
  }
}
.p-top-normal__campaign-item {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  color: #0028BF;
  display: flex;
  font-size: 4.6rem;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  line-height: 1;
  padding: 32px 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-normal__campaign-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-item {
    font-size: 3rem;
  }
}
.p-top-normal__campaign-item:nth-child(2) {
  gap: 8px;
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-item:nth-child(2) {
    gap: 1px;
  }
}
.p-top-normal__campaign-item:nth-child(2)::before {
  color: #fff;
  content: "＋";
  display: block;
  font-size: 5.9rem;
  font-weight: 900;
  left: -9px;
  line-height: 1.5084745763;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-item:nth-child(2)::before {
    font-size: 3.6rem;
    left: -1px;
  }
}
.p-top-normal__campaign-item em {
  background: linear-gradient(transparent calc(100% - 12px), #FFF200 calc(100% - 12px));
  font-size: 5.6rem;
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-item em {
    font-size: 4.4rem;
    padding-bottom: 4px;
    padding-inline: 6px;
  }
}
.p-top-normal__campaign-mini {
  display: flex;
  flex-direction: column;
  font-size: 2.3rem;
  line-height: 1.26;
}
.p-top-normal__campaign-sub {
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-top-normal__campaign-note {
  border: 1px solid #fff;
  padding: 14px;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .p-top-normal__campaign-note {
    padding: 13px 4px 10px;
  }
}
.p-top-normal__campaign-note-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-top-normal__campaign-note-date {
  color: #FFF200;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-top-normal__campaign-note-date + * {
  margin-top: 4px;
}
.p-top-normal__campaign-note-text {
  font-size: 1.4rem;
  line-height: 1.2142857143;
}

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

.u-only-sp {
  display: none;
}
@media screen and (max-width: 610px) {
  .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-orange {
  color: #FF8B00;
}

.u-c-navy {
  color: #0028BF;
}

.u-c-blue {
  color: #1095FF;
}

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

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

.u-f-en {
  font-family: "Roboto", sans-serif;
}

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