@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@600;700&display=swap");
/* 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.
 */
body {
  margin: 0;
}

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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 {
  appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #1b2d41;
  line-height: 1.8;
  text-align: left;
}

a {
  transition: all 0.3s;
}
a:link, a:visited {
  text-decoration: none;
  color: #1b2d41;
}
a:hover, a:active {
  color: #f3815e;
}
a img {
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.5;
}

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

.l-main {
  overflow: hidden;
}

.l-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container.sml {
  max-width: 960px;
}

.c-sec {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .c-sec {
    padding: 96px 0;
  }
}
.c-sec-sml {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .c-sec-sml {
    padding: 64px 0;
  }
}

.c-title {
  text-align: center;
}
.c-title__jp {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 900;
  color: #1b2d41;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-title__jp {
    font-size: clamp(4rem, 4.69vw, 4.8rem);
  }
}
@media (min-width: 1024px) {
  .c-title__jp {
    font-size: 6.4rem;
  }
}
.c-title__white .c-title__jp {
  color: #fff;
}
.c-title__jp span {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-title__jp span {
    font-size: 4rem;
  }
}
.c-title__en {
  position: relative;
  display: block;
  padding-top: 1em;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  color: #1892ce;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .c-title__en {
    font-size: 1.8rem;
  }
}
.c-title__white .c-title__en {
  color: rgba(255, 255, 255, 0.5);
}
.c-title__en:before {
  position: absolute;
  content: "";
  background-color: rgba(24, 146, 206, 0.35);
  width: 40px;
  height: 3px;
  border-radius: 9999px;
  top: 0;
  left: calc(50% - 20px);
}
.c-title__white .c-title__en:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-cta {
  font-weight: 700;
  text-align: center;
}
.c-cta.white {
  color: #FFF;
}
.c-cta__lead {
  margin-bottom: 0.75em;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-cta__lead {
    font-size: 4vw;
  }
}
.c-cta__box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-cta__box {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .c-cta__box li + li {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .c-cta__box li {
    width: 50%;
  }
}
.c-cta__btn {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  padding: 1em;
  border-radius: 9999px;
  font-size: clamp(16px, 1.95vw, 20px);
  font-weight: 700;
  color: #fff !important;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cta__btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .c-cta__btn {
    font-size: 1.3rem;
  }
}
.c-cta__btn span {
  position: relative;
}
.c-cta__btn span:before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  right: -32px;
  top: 50%;
  transition: 0.3s;
}
.c-cta__btn span:after {
  display: block;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: -32px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.c-cta__btn.video {
  background: #1892ce;
}
.c-cta__btn.mail {
  background: #f3815e;
}
.c-cta__btn:hover {
  background: #d80c18;
}
.c-cta__btn:hover span:before {
  right: -40px;
  width: 20px;
}
.c-cta__btn:hover span:after {
  right: -40px;
}

.cta-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: rgba(27, 45, 65, 0.85);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s;
}
.cta-fixed.is-active {
  opacity: 1;
}
.cta-fixed ul {
  display: flex;
  column-gap: 8px;
}
.cta-fixed ul li {
  width: 50%;
}
.cta-fixed ul li a {
  display: block;
  width: 100%;
  padding: 0.75em 0;
  border-radius: 8px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.cta-fixed ul li a.video {
  background: #1892ce;
}
.cta-fixed ul li a.mail {
  background: #f3815e;
}
@media (min-width: 1024px) {
  .cta-fixed {
    display: none;
  }
}

.l-footer {
  padding: 40px 0 80px;
  background: #FFF;
  color: #1b2d41;
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 48px 0 24px;
  }
}
@media (min-width: 1024px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__inner-logo {
  text-align: center;
}
@media (min-width: 1024px) {
  .l-footer__inner-logo {
    text-align: left;
  }
}
.l-footer__inner-logo img {
  width: auto;
  height: 24px;
}
.l-footer__inner-contents {
  text-align: center;
}
@media (min-width: 1024px) {
  .l-footer__inner-contents {
    text-align: right;
  }
}
.l-footer__inner-contents .navi {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.l-footer__inner-contents .navi li a {
  position: relative;
  display: block;
  padding: 0 16px;
  font-size: 1rem;
  color: #1b2d41;
}
@media (min-width: 1024px) {
  .l-footer__inner-contents .navi li a {
    font-size: 1.4rem;
  }
}
.l-footer__inner-contents .navi li a:hover {
  text-decoration: underline;
}
.l-footer__inner-contents .navi li:not(:first-child) a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #1b2d41;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__inner-contents .copy {
  margin-top: 24px;
  font-size: 1rem;
}

.u-bg__bl {
  background-color: #1892ce;
}
.u-bg__sky {
  background-color: #d7e6ed;
}
.u-bg__gray {
  background-color: #f4f3f0;
}
.u-bg__nv {
  background-color: #1b2d41;
}

.u-txt__red {
  color: #f3815e !important;
}
.u-txt__bl {
  color: #1892ce !important;
}
.u-txt__or {
  color: #f3815e !important;
}
.u-txt__gld {
  color: #ecc68c !important;
}
.u-txt__bold {
  font-weight: 700;
}
.u-txt__marker {
  background: #ffe898;
  background: linear-gradient(transparent 70%, #ffe898 0);
}
.u-txt__sml {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .u-txt__sml {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.p-media {
  background: #f3815e;
}
.p-media__wrap {
  position: relative;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .p-media__wrap {
    padding-left: 3vw;
  }
}
.p-media__box {
  background: #FFF;
  padding: 24px 5vw;
  border-radius: 32px;
  height: auto !important;
}
@media (min-width: 768px) {
  .p-media__box {
    padding: 32px;
  }
}
.p-media__box .inner {
  height: 100%;
}
.p-media__box .inner a {
  cursor: pointer;
}
.p-media__box-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-media__box-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-media__box-content {
  margin-top: 1em;
}
.p-media__box-content .ttl {
  margin-bottom: 0.25em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-media__box-content .ttl {
    font-size: 2rem;
  }
}
.p-media__box-content .txt {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-media .swiper {
    padding-right: 20%;
  }
}
.p-media .swiper-slide {
  height: auto;
}
.p-media .media-pagination {
  bottom: 0 !important;
}
.p-media .media-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
  background: #fff;
}
.p-media .media-button-prev,
.p-media .media-button-next {
  display: none;
}
@media (min-width: 1024px) {
  .p-media .media-button-prev,
  .p-media .media-button-next {
    display: block;
  }
  .p-media .media-button-prev:after,
  .p-media .media-button-next:after {
    color: #1892ce;
  }
}

.p-hero {
  position: relative;
  padding: 64px 0 80px;
}
@media (max-width: 767px) {
  .p-hero {
    padding: 6.4vw 0 12.8vw;
  }
}
.p-hero:before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  background: #f3815e;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-hero:after {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  background: #1892ce;
  top: 0;
  left: 50%;
}
.p-hero__inr {
  position: relative;
}
.p-hero__inr:before, .p-hero__inr:after {
  position: absolute;
  bottom: 200px;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 240px;
  color: #FFF;
  opacity: 0.1;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-hero__inr:before, .p-hero__inr:after {
    font-size: 25.6vw;
    bottom: 21.33vw;
  }
}
.p-hero__inr:before {
  content: "LOAN";
  left: 50%;
  transform: translateX(calc(-100% - 64px));
}
.p-hero__inr:after {
  content: "SUBSIDY";
  left: calc(50% + 64px);
}
.p-hero__logo {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-hero__logo img {
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .p-hero__logo img {
    width: 21.33vw;
  }
}
.p-hero__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-hero__copy-main {
  margin: 32px 0 24px;
}
@media (max-width: 767px) {
  .p-hero__copy-main {
    margin: 6.4vw 0 1.07vw;
  }
}
.p-hero__eyecatch {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p-hero__eyecatch {
    margin-top: 5.33vw;
  }
}
.p-hero__eyecatch-item {
  width: 50%;
}
.p-hero__eyecatch .loan {
  padding-right: 2vw;
}
@media (max-width: 767px) {
  .p-hero__eyecatch .loan {
    padding-right: 2.13vw;
  }
}
.p-hero__eyecatch .loan .pic {
  padding: 24px 0 0 56px;
}
@media (max-width: 767px) {
  .p-hero__eyecatch .loan .pic {
    padding: 8.53vw 0 0 4.75vw;
  }
  .p-hero__eyecatch .loan .pic img {
    width: 25vw;
    height: auto;
  }
}
.p-hero__eyecatch .subsidy {
  text-align: right;
  padding-left: 2vw;
}
@media (max-width: 767px) {
  .p-hero__eyecatch .subsidy {
    padding-left: 2.13vw;
  }
}
.p-hero__eyecatch .subsidy .pic {
  padding: 24px 56px 0 0;
}
@media (max-width: 767px) {
  .p-hero__eyecatch .subsidy .pic {
    padding: 8.53vw 4.75vw 0 0;
  }
  .p-hero__eyecatch .subsidy .pic img {
    width: 25vw;
    height: auto;
  }
}
.p-hero__person {
  position: absolute;
  z-index: 3;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .p-hero__person {
    width: 35.16vw;
    bottom: 7.8vw;
  }
}
@media (max-width: 767px) {
  .p-hero__person {
    width: 66.67vw;
    bottom: 17.07vw;
  }
}
.p-hero__btm {
  position: relative;
  z-index: 3;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-hero__btm {
    margin-top: 21.33vw;
  }
}
.p-hero__sup {
  position: relative;
  top: -8px;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
  z-index: 100;
}
.p-hero__btn {
  position: absolute;
  left: calc(50% - 40px);
  bottom: -40px;
  text-align: center;
  z-index: 100;
}
@media (min-width: 768px) {
  .p-hero__btn {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-hero__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b2d41;
  border: 4px solid #FFF;
  color: #FFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 1.3;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-hero__btn a {
    width: 120px;
    height: 120px;
    font-size: 1.8rem;
  }
}
.p-hero__btn a span {
  position: relative;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .p-hero__btn a span {
    padding-bottom: 20px;
  }
}
.p-hero__btn a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%) rotate(135deg);
}
.p-hero__btn a:hover {
  background: #5d86ca;
}
.p-hero__btn .ani {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.p-manifesto {
  position: relative;
  padding: 80px 0;
  background: #1b2d41;
  color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-manifesto {
    padding: 8.53vw 0;
  }
}
.p-manifesto .l-container {
  position: relative;
}
.p-manifesto .l-container:before {
  position: absolute;
  content: "";
  width: 216px;
  height: 354px;
  background: url("../../../base/img/maeda02.webp") no-repeat left top;
  right: 0px;
  top: 184px;
}
@media (max-width: 767px) {
  .p-manifesto .l-container:before {
    width: 200px;
    height: 200px;
    background: url("../../../base/img/maeda02_sp.webp") no-repeat left top;
    background-size: cover;
    left: calc(50% - 100px);
    top: 21.33vw;
    border-bottom: 1px solid #d7e6ed;
  }
}
.p-manifesto__title {
  font-size: clamp(48px, 6.25vw, 80px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .p-manifesto__title {
    font-size: 6.25vw;
  }
}
@media (max-width: 767px) {
  .p-manifesto__title {
    font-size: 6.93vw;
  }
}
.p-manifesto__title span {
  color: #ecc68c;
}
.p-manifesto__sup {
  font-size: 1.2rem;
  text-align: right;
  color: #FFF;
}
.p-manifesto__lead {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-manifesto__lead {
    justify-content: start;
    margin-top: 16px;
  }
}
.p-manifesto__lead ul {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-right: 232px;
}
@media (max-width: 767px) {
  .p-manifesto__lead ul {
    font-size: 4.8vw;
    margin-right: 0;
    padding-top: 232px;
  }
}
.p-manifesto__lead ul li {
  position: relative;
  padding-left: 56px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-manifesto__lead ul li {
    padding-left: calc(4.8vw + 8px);
  }
}
.p-manifesto__lead ul li:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../../base/img/icon_gold_jagged.webp") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-manifesto__lead ul li:before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-manifesto__lead ul li:not(:first-child) {
  margin-top: 0.5em;
}
.p-manifesto__lead ul li .js-inview {
  color: #FFF;
  opacity: 0;
}
.p-manifesto__lead ul li .js-inview.is-show {
  animation: fadeColor 900ms ease-out forwards;
}
.p-manifesto__usecase {
  margin: 80px 0 64px;
}
@media (max-width: 767px) {
  .p-manifesto__usecase {
    margin: 48px 0 32px;
  }
}
.p-manifesto__usecase .title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-manifesto__usecase .title {
    font-size: 32px;
  }
}
.p-manifesto__usecase_wrap {
  margin-top: 24px;
  padding: 12px 24px;
  background: #FFF;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-manifesto__usecase_wrap {
    margin-top: 16px;
    padding: 8px 16px;
  }
}
.p-manifesto__usecase_slider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

@keyframes fadeColor {
  from {
    opacity: 0;
    color: #FFF;
  }
  to {
    opacity: 1;
    color: #f3815e;
  }
}
.p-trouble .c-title__jp.about {
  line-height: 1.3;
}
.p-trouble .c-title__jp.about span {
  font-size: 0.65em;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .p-trouble .c-title__jp.about span {
    font-size: 0.5em;
  }
}
.p-trouble__pic {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-trouble__pic {
    column-gap: 48px;
    margin-top: 48px;
  }
}
.p-trouble__pic-human {
  width: auto;
  height: 96px;
}
@media (min-width: 768px) {
  .p-trouble__pic-human {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .p-trouble__pic-human {
    height: 240px;
  }
}
.p-trouble__list {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: -16px auto 40px;
  padding: 32px 5vw;
  background: #99cbe3;
  border-radius: 32px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-trouble__list {
    margin: -32px auto 80px;
    padding: 64px 32px;
  }
}
.p-trouble__list-inner {
  margin-top: 32px;
  padding: 24px 5vw;
  background: #fff;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .p-trouble__list-inner {
    padding: 40px;
  }
}
.p-trouble__list-inner .ttl {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-trouble__list-inner .ttl {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-trouble__list-inner .ttl {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .p-trouble__list-inner .flx {
    display: flex;
  }
}
.p-trouble__list-inner .flx .chart {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-trouble__list-inner .flx .chart {
    width: 400px;
  }
}
.p-trouble__list-inner .flx .chart img {
  width: 80%;
  height: auto;
}
@media (min-width: 1024px) {
  .p-trouble__list-inner .flx .chart img {
    width: auto;
  }
}
.p-trouble__list-inner .flx .list {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .p-trouble__list-inner .flx .list {
    flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
}
.p-trouble__list-inner .flx .list dt {
  position: relative;
  padding-left: 1.25em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-trouble__list-inner .flx .list dt {
    font-size: 1.8rem;
  }
}
.p-trouble__list-inner .flx .list dt:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #1892ce;
  left: 0;
  top: calc(50% - 0.5em);
}
.p-trouble__list-inner .flx .list dt:nth-of-type(2):before {
  background: #f3815e;
}
.p-trouble__list-inner .flx .list dt:nth-of-type(3):before {
  background: #99cbe3;
}
.p-trouble__list-inner .flx .list dt:nth-of-type(4):before {
  background: #f2c45f;
}
.p-trouble__list-inner .flx .list dt:nth-of-type(5):before {
  background: #19ccbe;
}
.p-trouble__list-inner .flx .list dt:nth-of-type(6):before {
  background: #a5a5a5;
}
.p-trouble__list-inner .flx .list dd {
  font-size: 1.4rem;
}
.p-trouble__list-inner .flx .list dd + dt {
  margin-top: 0.5em;
}
.p-trouble__list-inner2 {
  padding: 24px 5vw;
  background: #fff;
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-trouble__list-inner2 {
    padding: 40px;
  }
}
.p-trouble__list-inner2 .title {
  margin-bottom: 0.75em;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .p-trouble__list-inner2 .title {
    font-size: 5.87vw;
    margin-bottom: 24px;
  }
}
.p-trouble__list-inner2 .lead {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-trouble__list-inner2 .lead {
    flex-direction: column;
  }
}
.p-trouble__list-inner2 .lead .pic {
  width: 230px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .p-trouble__list-inner2 .lead .pic img {
    width: 100%;
    max-width: 115px;
    height: auto;
  }
}
.p-trouble__list-inner2 .lead .txt {
  font-size: clamp(2rem, 2.73vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-trouble__list-inner2 .lead .txt span {
  color: #f3815e;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .p-trouble__list-inner2 .lead .txt {
    margin-top: 24px;
    font-size: clamp(16px, 10.273px + 1.79vw, 24px);
  }
  .p-trouble__list-inner2 .lead .txt span {
    font-size: 2.4rem;
  }
}
.p-trouble__list-inner2 .rank {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-trouble__list-inner2 .rank {
    margin-top: 24px;
  }
}
.p-trouble__list-inner2 .source {
  margin-top: 24px;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 767px) {
  .p-trouble__list-inner2 .source {
    font-size: 1rem;
    text-align: left;
  }
}
.p-trouble__list:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 30px;
  background: url("../../../base/img/bg_arw_trouble.png") no-repeat left center;
  background-size: cover;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-trouble__list:after {
    width: 200px;
    height: 60px;
    bottom: -60px;
  }
}
.p-trouble__copy {
  margin-bottom: 40px;
  text-align: center;
}
.p-trouble__copy-01 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-trouble__copy-01 {
    font-size: 4.8vw;
  }
}
.p-trouble__copy-02 {
  margin-top: 2em;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-trouble__copy-02 {
    font-size: 2rem;
  }
}
.p-trouble__copy-03 {
  font-size: 5.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-trouble__copy-03 {
    font-size: 2.4rem;
  }
}
.p-trouble__copy-04 {
  margin-bottom: 1em;
}
.p-trouble__copy .img {
  margin: 16px auto 24px;
  width: 240px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-trouble__copy .img {
    margin: 16px auto 64px;
    width: 400px;
  }
}
.p-trouble__phase {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.p-trouble__phase:after {
  position: absolute;
  content: "";
  background: #1b2d41;
  width: 4px;
  height: calc(100% - 24px);
  left: calc(50% - 2px);
  top: 0;
  z-index: 1;
}
.p-trouble__phase:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 32px solid #1b2d41;
  border-bottom: 0;
  left: calc(50% - 20px);
  bottom: 0;
}
.p-trouble__phase dl {
  position: relative;
  z-index: 2;
  display: flex;
  font-weight: 700;
}
.p-trouble__phase dl:not(:first-of-type) {
  margin-top: 24px;
}
.p-trouble__phase dl:first-of-type {
  position: relative;
}
.p-trouble__phase dl:first-of-type:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 130px;
  background: url("../../../base/img/phase_bubble.webp") no-repeat center;
  background-size: cover;
  top: -32px;
  right: -40px;
}
@media (max-width: 767px) {
  .p-trouble__phase dl:first-of-type:after {
    width: 150px;
    height: 65px;
    right: -16px;
  }
}
.p-trouble__phase dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 24px 0;
  background: #1b2d41;
  border-radius: 8px 0 0 8px;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-trouble__phase dl dt {
    width: 80px;
    padding: 16px 0;
    font-size: 1.2rem;
  }
}
.p-trouble__phase dl dt span {
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .p-trouble__phase dl dt span {
    font-size: 3.2rem;
  }
}
.p-trouble__phase dl dd {
  padding: 24px;
  flex: 1;
  background: #FFF;
  border: 2px solid #1b2d41;
  border-radius: 0 8px 8px 0;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-trouble__phase dl dd {
    padding: 16px 8px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-trouble__phase dl dd.flx {
    display: flex;
    justify-content: space-between;
  }
  .p-trouble__phase dl dd.flx ul {
    width: 49%;
  }
}
.p-trouble__phase dl dd li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
.p-trouble__phase dl dd li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: calc(50% - 0.8em);
}
.p-trouble__phasesup {
  margin-top: 1em;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-trouble__phasesup {
    text-align: left;
    font-size: 1.1rem;
  }
}
.p-trouble__copy2 {
  display: flex;
  margin-bottom: 120px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-trouble__copy2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .p-trouble__copy2 {
    margin-bottom: 48px;
  }
}
.p-trouble__copy2 .pic {
  border-bottom: 1px solid #1b2d41;
}
@media (max-width: 767px) {
  .p-trouble__copy2 .pic img {
    width: 240px;
    height: auto;
  }
}
.p-trouble__copy2 .txt {
  margin-left: 24px;
  font-size: clamp(3.7rem, 3.91vw, 4rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-trouble__copy2 .txt {
    font-size: 6.4vw;
  }
}

.p-reason .c-title__jp {
  line-height: 1;
}
.p-reason .c-title__jp img {
  width: auto;
  height: 22px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .p-reason .c-title__jp img {
    height: 50px;
    margin-right: 4px;
  }
}
@media (min-width: 1024px) {
  .p-reason .c-title__jp img {
    height: 60px;
  }
}
.p-reason__lead {
  margin: 24px 0 80px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-reason__lead {
    margin: 16px 0 40px;
  }
}
.p-reason__lead .txt01 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .p-reason__lead .txt01 {
    font-size: 6.4vw;
  }
}
.p-reason__lead .txt01 span {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .p-reason__lead .txt01 span {
    font-size: 8vw;
  }
}
.p-reason__lead .txt02 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .p-reason__lead .txt02 {
    font-size: 6.4vw;
  }
}
.p-reason__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-reason__box {
    row-gap: 48px;
    margin-top: 48px;
  }
}
.p-reason__box-item {
  width: calc(50% - 4px);
  padding: 0 8px 16px;
  background: #fff;
  border: 3px solid rgba(27, 45, 65, 0.5);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-reason__box-item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .p-reason__box-item {
    width: calc(50% - 16px);
  }
}
.p-reason__box-item-label {
  position: relative;
  width: 64px;
  height: 32px;
  margin: -16px auto 0;
  background: #fff;
  border: 2px solid #1b2d41;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .p-reason__box-item-label {
    width: 96px;
    height: 48px;
    margin: -24px auto 0;
  }
}
.p-reason__box-item-label:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 80%;
  height: calc(100% + 4px);
  top: -2px;
  left: 10%;
  z-index: 1;
}
.p-reason__box-item-label .num {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 8px;
  font-family: "Hind", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-reason__box-item-label .num {
    padding-top: 12px;
    font-size: 4rem;
  }
}
.p-reason__box-item-label .num:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: url("../../../base/img/txt_reason.svg") no-repeat center;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-reason__box-item-label .num:before {
    height: 8px;
  }
}
.p-reason__box-item-text {
  display: block;
  position: relative;
  padding: 8px 0 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-reason__box-item-text p {
  color: #1b2d41;
}
@media (min-width: 768px) {
  .p-reason__box-item-text {
    padding: 16px 0 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .p-reason__box-item-text {
    font-size: 4rem;
  }
}
.p-reason__box-item-text .md {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-reason__box-item-text .md {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .p-reason__box-item-text .md {
    font-size: 3.2rem;
  }
}
.p-reason__box-item-text .sml {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-reason__box-item-text .sml {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .p-reason__box-item-text .sml {
    font-size: 2.4rem;
  }
}
.p-reason__box-item-text:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 9px;
  background: url("../../../base/img/icon_arw_dbl.svg") no-repeat center;
  background-size: contain;
  left: calc(50% - 5px);
  bottom: 0;
}
@media (min-width: 768px) {
  .p-reason__box-item-text:after {
    width: 18px;
    height: 15px;
    left: calc(50% - 8px);
  }
}
.p-reason__box-item-text.flx {
  display: flex !important;
  justify-content: center;
}
.p-reason__box-item-text.flx .thumb {
  width: 72px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .p-reason__box-item-text.flx .thumb {
    width: 96px;
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .p-reason__box-item-text.flx .thumb {
    width: 120px;
    margin-left: 32px;
  }
}
.p-reason__box-item:hover {
  border: 3px solid #1b2d41;
}
.p-reason__box-item:hover img {
  opacity: 1;
}

.p-detail {
  position: relative;
  margin-top: 24px;
  padding: 24px 5vw 0 5vw;
}
@media (min-width: 1024px) {
  .p-detail {
    margin-top: 48px;
    padding: 48px 5vw 0 5vw;
  }
}
.p-detail:after {
  position: absolute;
  background: #d7e6ed;
  border-radius: 10px 0 0 10px;
  content: " ";
  height: 60%;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 1;
}
.p-detail:nth-of-type(even):after {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.p-detail__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 5vw;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 6px 0px rgba(27, 45, 65, 0.15);
  z-index: 2;
}
@media (min-width: 1024px) {
  .p-detail__inner {
    padding: 64px 80px;
  }
}
.p-detail__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-detail__title {
    margin-bottom: 48px;
  }
}
.p-detail__title-label {
  position: relative;
  width: 80px;
  height: 40px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #1b2d41;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .p-detail__title-label {
    width: 128px;
    height: 64px;
  }
}
.p-detail__title-label:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 80%;
  height: calc(100% + 4px);
  top: -2px;
  left: 10%;
  z-index: 1;
}
.p-detail__title-label .num {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 9px;
  font-family: "Hind", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-detail__title-label .num {
    padding-top: 14px;
    font-size: 5.6rem;
  }
}
.p-detail__title-label .num:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: url("../../../base/img/txt_reason.svg") no-repeat center;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-detail__title-label .num:before {
    height: 10px;
  }
}
.p-detail__title-ttl {
  margin-top: 0.5em;
  font-size: 7.47vw;
  font-weight: 900;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-detail__title-ttl {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .p-detail__title-ttl {
    font-size: 5.6rem;
  }
}
.p-detail__title-ttl .sml {
  font-size: 70%;
}
.p-detail__title-ttlsup {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .p-detail__box-lead {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-detail__box-lead.sml {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .p-detail__box-lead.sml {
    font-size: 2rem;
  }
}
.p-detail__box-lead p + p {
  margin-top: 0.5em;
}
.p-detail__box-notice {
  margin-top: 1em;
  font-size: 1rem;
  color: #999;
}
@media (min-width: 1024px) {
  .p-detail__box-notice {
    text-align: center;
    font-size: 1.2rem;
  }
}
.p-detail__box-contents {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .p-detail__box-contents {
    display: flex;
    column-gap: 64px;
    align-items: center;
    margin-top: 48px;
  }
}
.p-detail__box-contents-pic {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-detail__box-contents-pic {
    width: 360px;
    text-align: left;
  }
}
.p-detail__box-contents-pic img {
  width: 240px;
  height: auto;
}
@media (min-width: 1024px) {
  .p-detail__box-contents-pic img {
    width: auto;
  }
}
.p-detail__box-contents-exp {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .p-detail__box-contents-exp {
    flex: 1;
    margin: 0;
  }
}
.p-detail__box-contents-exp .ttl {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background: rgba(27, 45, 65, 0.15);
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.p-detail__box-contents-exp .ttl02 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-detail__box-contents-exp .ttl02 {
    font-size: 2.4rem;
  }
}
.p-detail__box-contents-exp .ttl02 br {
  display: none;
}
@media (min-width: 1280px) {
  .p-detail__box-contents-exp .ttl02 br {
    display: block;
  }
}
.p-detail__box-contents-exp .dl dt {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1.5em;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-detail__box-contents-exp .dl dt:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #f3815e url("../../../base/img/icon_check.svg") no-repeat center;
  background-size: 10px 8px;
  border-radius: 100%;
  left: 0;
  top: 0.35em;
}
.p-detail__box-contents-exp .dl dd + dt {
  margin-top: 1em;
}
.p-detail__box-contents-exp .dl dd .sml {
  font-size: 1.2rem;
}
.p-detail__box-contents-exp .ul li {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1.5em;
}
.p-detail__box-contents-exp .ul li:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #f3815e url("../../../base/img/icon_check.svg") no-repeat center;
  background-size: 0.5em auto;
  border-radius: 100%;
  left: 0;
  top: 0.45em;
}
.p-detail__box-contents-exp .ul + p {
  margin-top: 1.5em;
}
.p-detail__box-contents-exp .chart li {
  position: relative;
  padding-left: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-detail__box-contents-exp .chart li {
    font-size: 1.8rem;
  }
}
.p-detail__box-contents-exp .chart li:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #1892ce;
  left: 0;
  top: 0.35em;
}
.p-detail__box-contents-exp .chart li:nth-of-type(2):before {
  background: #f3815e;
}
.p-detail__box-contents-exp .chart li:nth-of-type(3):before {
  background: #f2c45f;
}
.p-detail__box-contents-exp .chart li:nth-of-type(4):before {
  background: #a5a5a5;
}
.p-detail__box-contents-exp .chart li + li {
  margin-top: 0.5em;
}
.p-detail__box-pic {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-detail__box-pic .sp {
    display: block;
  }
  .p-detail__box-pic .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-detail__box-pic .sp {
    display: none;
  }
  .p-detail__box-pic .pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  .p-detail__box-pic {
    margin-top: 56px;
  }
}
.p-detail__box-pic + .p-detail__box-lead {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .p-detail__box-pic + .p-detail__box-lead {
    margin-top: 56px;
  }
}

#pd01 {
  margin-top: 0;
}

@media (min-width: 1024px) {
  #pd02 .p-detail__box-contents,
  #pd04 .p-detail__box-contents {
    flex-direction: row-reverse;
  }
}
.p-case__box {
  position: relative;
  margin-top: 24px;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .p-case__box {
    margin-top: 56px;
  }
}
.p-case__box-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.p-case__box-item-head {
  position: relative;
}
.p-case__box-item-head .ttl {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3em;
  bottom: 0;
  left: 0;
  padding: 0 1em;
  background: rgba(27, 45, 65, 0.85);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-case__box-item-head .ttl {
    padding: 0 40px;
    font-size: 2rem;
  }
}
.p-case__box-item-head .label {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 8px;
  padding: 0.5em 1em;
  background: #1892CE;
  color: #FFF !important;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #1892ce;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-case__box-item-head .label {
    top: 16px;
    left: 16px;
    font-size: 1.4rem;
  }
}
.p-case__box-item-desc {
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .p-case__box-item-desc {
    padding: 32px 40px;
  }
}
.p-case__box-item-desc .price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.p-case__box-item-desc .price dt {
  position: relative;
  top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 56px;
  margin-right: 16px;
  padding: 4px;
  border: 2px solid #1b2d41;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-case__box-item-desc .price dt {
    top: -2px;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}
.p-case__box-item-desc .price dd {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-case__box-item-desc .price dd span {
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-size: 8rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-case__box-item-desc .price dd span {
    font-size: 9.6rem;
  }
}
.p-case__box-item-desc .outline_txt {
  padding: 1.5em 0;
  border-top: 1px solid rgba(27, 45, 65, 0.5);
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .p-case__box-item-desc .outline_txt {
    font-size: 1.6rem;
  }
}
.p-case__box-item-desc .voice {
  padding: 16px;
  background: #d7e6ed;
  border-radius: 4px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .p-case__box-item-desc .voice {
    font-size: 1.4rem;
  }
}
.p-case__box-item-desc .voice .head {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
.p-case__box-item-desc .voice .head:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(27, 45, 65, 0.5);
  left: 0;
  top: 50%;
}
.p-case__box-item-desc .voice .head .ttl {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #d7e6ed;
  border: 1px solid #1b2d41;
  border-radius: 9999px;
  font-weight: 700;
  line-height: 1;
}
.p-case__box-item-desc .voice .head .ttl:before {
  position: absolute;
  content: "";
  background: #d7e6ed;
  width: 90%;
  height: calc(100% + 2px);
  top: -1px;
  left: 5%;
  z-index: 1;
}
.p-case__box-item-desc .voice .head .ttl span {
  position: relative;
  z-index: 2;
}
.p-case__box .swiper-slide {
  height: auto;
}
.p-case__box .case-pagination {
  bottom: 0 !important;
}
.p-case__box .case-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
  background: #fff;
}
.p-case__box .case-button-prev,
.p-case__box .case-button-next {
  display: none;
}
@media (min-width: 1024px) {
  .p-case__box .case-button-prev,
  .p-case__box .case-button-next {
    display: block;
  }
  .p-case__box .case-button-prev:after,
  .p-case__box .case-button-next:after {
    color: #1892ce;
  }
}
.p-case__sup {
  font-size: 1.2rem;
  color: #FFF;
  text-align: right;
}
@media (max-width: 767px) {
  .p-case__sup {
    margin-top: 1em;
    text-align: left;
  }
}

.p-ending {
  padding: 96px 0;
  background-image: url("../../../base/img/maeda04.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 1024px) {
  .p-ending {
    background-size: 240px auto;
  }
}
@media (max-width: 767px) {
  .p-ending {
    padding: 48px 0 324px;
    background-image: url("../../../base/img/maeda04_sp.webp");
    background-position: center bottom;
    background-size: 280px auto;
  }
}

.p-msg {
  margin-bottom: 96px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .p-msg {
    margin-bottom: 48px;
  }
}
.p-msg__catch {
  margin-bottom: 0.5em;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-msg__catch {
    font-size: 6.4rem;
  }
}
@media (max-width: 767px) {
  .p-msg__catch {
    font-size: 7.47vw;
  }
}
.p-msg__text {
  line-height: 2;
  text-shadow: 2px 3px 3px rgba(27, 45, 65, 0.6);
}
@media (min-width: 1024px) {
  .p-msg__text {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .p-msg__text {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-msg__text {
    text-align: left;
  }
}

.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 800px;
  overflow-y: auto;
  padding: 32px;
  width: 90%;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.modal-header .modal-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.modal-close {
  background: transparent;
  border: none;
  outline: none;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .modal-content {
    font-size: 1.5rem;
  }
}
.modal-content .ttl {
  margin: 3em 0 1em;
  font-weight: 700;
}
.modal-content .list {
  margin-left: 1.25em;
  list-style: decimal;
}
.modal-content .list > li:not(:last-child) {
  margin-bottom: 1em;
}
.modal-content .list ol {
  margin-left: 2em;
  list-style: disc;
}
.modal-content .list ol li {
  margin-bottom: 1em;
}
.modal-content .tbl {
  margin-top: 1em;
  border: 1px solid #CCC;
}
.modal-content .tbl th,
.modal-content .tbl td {
  padding: 0.5em;
  border: 1px solid #CCC;
}
.modal-content .tbl th {
  width: 10em;
  font-weight: 700;
}
.modal-content .end-txt {
  margin-top: 3em;
  text-align: right;
}
.modal-content dl {
  margin-top: 1em;
}
.modal-content dl dd {
  margin-left: 1em;
}

.modal-open {
  display: block;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.modal-close2 {
  position: fixed;
  top: 2%;
  right: 5%;
  display: block;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal-close2 {
    width: 48px;
    height: 48px;
  }
}
.modal-close2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close2:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-trouble__lead {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .p-trouble__lead span {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-trouble__lead {
    font-size: 5.33vw;
  }
}

.p-trouble__leadsup {
  font-size: 1.2rem;
  text-align: right;
}

.new-graph {
  margin: 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(215, 230, 237, 0.75);
}
@media (min-width: 768px) {
  .new-graph {
    margin: 40px 0;
    padding-bottom: 40px;
  }
}
.new-graph__ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .new-graph__ttl {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .new-graph__inr {
    display: flex;
  }
}
.new-graph .exp {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .new-graph .exp {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.new-graph .exp li {
  position: relative;
  padding-left: 1.25em;
}
.new-graph .exp li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #19CCBE;
  left: 0;
  top: calc(50% - 0.5em);
}
.new-graph .exp li:nth-of-type(2):before {
  background: #1892CE;
}
.new-graph .exp li:nth-of-type(3):before {
  background: #99CBE3;
}
@media (min-width: 1024px) {
  .new-graph .exp {
    width: 20%;
    margin-left: 24px;
  }
}
.new-graph .conclusion {
  position: relative;
  padding-left: 1.25em;
  margin-top: 0.7em;
  font-size: 2rem;
  font-weight: 700;
  color: #f3815e;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .new-graph .conclusion {
    font-size: 2.4rem;
  }
}
.new-graph .conclusion:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #f3815e url("../../../base/img/icon_check.svg") no-repeat center;
  background-size: 10px 8px;
  border-radius: 100%;
  left: 0;
  top: 0.35em;
}
.new-graph .conclusion_sub {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.percentage-bar-wrap {
  margin: 0 auto;
  display: flex;
  flex: 1;
}
.percentage-bar-wrap > div:last-child {
  margin-right: 0;
}
.percentage-bar-wrap .percentage-bar {
  height: 32px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .percentage-bar-wrap .percentage-bar {
    height: 48px;
  }
}
.percentage-bar-wrap .percentage-bar-num {
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .percentage-bar-wrap .percentage-bar-num {
    font-size: 14px;
  }
}

.bar-blue > div:nth-of-type(1) {
  background: #19CCBE;
}
.bar-blue > div:nth-of-type(2) {
  background: #1892CE;
}
.bar-blue > div:nth-of-type(3) {
  background: #99CBE3;
}

@media (max-width: 767px) {
  .p-trouble__list-inner .why .ttl {
    text-align: center;
  }
}
.p-trouble__list-inner .why .img {
  text-align: center;
}
.p-trouble__list-inner .why .lead {
  margin: 32px 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-trouble__list-inner .why .lead {
    margin: 48px 0;
    font-size: 1.8rem;
  }
}

.rd03_img {
  margin: 16px auto;
  width: 200px;
  text-align: center;
}
@media (min-width: 768px) {
  .rd03_img {
    margin: 24px auto;
    width: 240px;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  column-gap: 32px;
  width: 92%;
  max-width: 1440px;
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .l-header__inner {
    column-gap: 16px;
    height: 64px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex-shrink: 0;
  line-height: 0;
}
.l-header__logo img {
  width: 150px;
  height: auto;
}
@media (max-width: 1023px) {
  .l-header__logo img {
    width: 120px;
  }
}
.l-header__label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #1b2d41;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .l-header__label {
    font-size: 1.5rem;
  }
}
.l-header__nav {
  flex: 1 1 auto;
}
@media (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
  column-gap: 28px;
}
.l-header__nav a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1b2d41;
  white-space: nowrap;
  transition: 0.2s;
}
.l-header__nav a:hover {
  color: #1892ce;
}
.l-header__cta {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .l-header__cta {
    column-gap: 8px;
  }
}
.l-header__btn {
  display: grid;
  place-items: center;
  padding: 0.8em 1.6em;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .l-header__btn {
    padding: 0.7em 1em;
    font-size: 1.2rem;
  }
}
.l-header__btn.is-outline {
  border: 2px solid #f3815e;
  color: #f3815e;
}
.l-header__btn.is-outline:hover {
  background: rgba(243, 129, 94, 0.08);
}
@media (max-width: 767px) {
  .l-header__btn.is-outline {
    display: none;
  }
}
.l-header__btn.is-fill {
  background: #f3815e;
  color: #fff;
}
.l-header__btn.is-fill:hover {
  background: #d80c18;
}

.p-hero__copy.is-text {
  position: relative;
  z-index: 1;
  margin: 24px auto 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-hero__copy.is-text {
    margin-top: 4.27vw;
  }
}
.p-hero__copy-main {
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-size: clamp(2.8rem, 4.2vw, 5.4rem);
  text-shadow: 0 2px 8px rgba(27, 45, 65, 0.18);
}
@media (max-width: 767px) {
  .p-hero__copy-main {
    font-size: 7.2vw;
  }
}
.p-hero__copy-main .lg {
  font-size: 1.18em;
}
.p-hero__copy-sub {
  margin-top: 0.6em;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(1.6rem, 2.1vw, 2.8rem);
  text-shadow: 0 2px 8px rgba(27, 45, 65, 0.18);
}
@media (max-width: 767px) {
  .p-hero__copy-sub {
    font-size: 4vw;
  }
}
.p-hero__copy .badge {
  display: inline-block;
  padding: 0.1em 0.6em;
  border-radius: 9999px;
  background: #fff;
  color: #f3815e;
  text-shadow: none;
}

.p-hero--loan {
  padding: 48px 0 64px;
}
@media (max-width: 767px) {
  .p-hero--loan {
    padding: 6.4vw 0 10.6vw;
  }
}
.p-hero--loan:before {
  width: 100%;
}
.p-hero--loan:after {
  content: none;
}
.p-hero--loan .p-hero__inr:before {
  left: 0;
  bottom: 40px;
  font-size: 120px;
  opacity: 0.08;
  transform: none;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__inr:before {
    left: 50%;
    bottom: 8vw;
    font-size: 16vw;
    transform: translateX(-50%);
  }
}
.p-hero--loan .p-hero__inr:after {
  content: none;
}
.p-hero--loan .p-hero__grid {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__grid {
    display: block;
  }
}
.p-hero--loan .p-hero__body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-width: 0;
}
.p-hero--loan .p-hero__copy.is-text {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__copy.is-text {
    text-align: center;
  }
}
.p-hero--loan .p-hero__copy-main {
  font-size: clamp(2.2rem, 3.3vw, 4.8rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-shadow: none;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__copy-main {
    font-size: 5vw;
  }
}
.p-hero--loan .p-hero__copy-sub {
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  line-height: 1.8;
  text-shadow: none;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__copy-sub {
    font-size: 3.7vw;
  }
}
.p-hero--loan .p-hero__search,
.p-hero--loan .p-hero__keywords {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__search,
  .p-hero--loan .p-hero__keywords {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.p-hero--loan .l-container {
  max-width: 1280px;
}
.p-hero--loan .p-hero__person {
  position: relative;
  flex: 0 0 auto;
  width: 30%;
  max-width: 390px;
  bottom: auto;
  left: auto;
  transform: none;
  z-index: 3;
}
.p-hero--loan .p-hero__person img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-hero--loan .p-hero__person {
    width: 66vw;
    margin: 4vw auto 0;
  }
}

.p-hero__cta {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .p-hero__cta {
    margin-top: 6vw;
  }
}
.p-hero__cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-hero__cta-list {
    flex-direction: column;
    gap: 3vw;
  }
}
.p-hero__cta-btn {
  display: grid;
  place-items: center;
  row-gap: 2px;
  min-width: 300px;
  min-height: 73px;
  padding: 0.8em 1.8em;
  border-radius: 9999px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .p-hero__cta-btn {
    min-width: 0;
    min-height: 64px;
    padding: 0.7em 1.2em;
  }
}
@media (max-width: 767px) {
  .p-hero__cta-btn {
    width: 100%;
    min-height: 16vw;
  }
}
.p-hero__cta-btn .lead {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-hero__cta-btn .lead {
    font-size: 3.2vw;
  }
}
.p-hero__cta-btn .label {
  font-size: 1.7rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .p-hero__cta-btn .label {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-hero__cta-btn .label {
    font-size: 4.4vw;
  }
}
.p-hero__cta-btn:hover {
  transform: translateY(-2px);
}
.p-hero__cta-btn.is-primary {
  background: #fff;
  color: #f3815e;
  box-shadow: 0 8px 16px rgba(67, 32, 4, 0.16);
}
.p-hero__cta-btn.is-primary:hover {
  box-shadow: 0 12px 22px rgba(67, 32, 4, 0.22);
}
.p-hero__cta-btn.is-secondary {
  background: #1892ce;
  color: #fff;
  box-shadow: 0 8px 16px rgba(67, 32, 4, 0.16);
}
.p-hero__cta-btn.is-secondary:hover {
  background: #1478a8;
  box-shadow: 0 12px 22px rgba(67, 32, 4, 0.22);
}

.p-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .p-hero__badges {
    justify-content: center;
    gap: 8px;
    margin-top: 5vw;
  }
}
.p-hero__badges li {
  display: flex;
  align-items: baseline;
  column-gap: 6px;
  padding: 0.6em 1.4em;
  border-radius: 9999px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b2d41;
  box-shadow: 0 6px 20px rgba(27, 45, 65, 0.15);
}
@media (max-width: 767px) {
  .p-hero__badges li {
    padding: 0.5em 1em;
    font-size: 3.4vw;
  }
}
.p-hero__badges li b {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1892ce;
}
@media (max-width: 767px) {
  .p-hero__badges li b {
    font-size: 5vw;
  }
}
.p-hero__badges li .note {
  font-size: 1rem;
  font-weight: 400;
  color: #888;
}

.p-hero__search {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  max-width: 420px;
  margin: 20px auto 0;
  padding: 14px 20px;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 45, 65, 0.2);
  text-align: left;
}
@media (max-width: 767px) {
  .p-hero__search {
    max-width: 88%;
    padding: 12px 16px;
  }
}
.p-hero__search-icon {
  flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #9aa5b1;
  border-radius: 9999px;
}
.p-hero__search-icon:after {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  background: #9aa5b1;
  transform: rotate(45deg);
}
.p-hero__search-word {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a5560;
  text-shadow: none;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-hero__search-word {
    font-size: 4vw;
  }
}
.p-hero__search-word .cursor {
  display: inline-block;
  width: 2px;
  height: 1.2em;
  margin-left: 4px;
  background: #f3815e;
  animation: heroCaret 1s step-end infinite;
}

@keyframes heroCaret {
  50% {
    opacity: 0;
  }
}
.p-hero__keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
  max-width: 800px;
}
@media (max-width: 767px) {
  .p-hero__keywords {
    gap: 8px;
    margin-top: 16px;
  }
}
.p-hero__keywords li {
  padding: 0.4em 1.1em;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-hero__keywords li {
    padding: 0.35em 0.9em;
    font-size: 3.4vw;
  }
}

.p-manifesto__title {
  font-size: clamp(2.6rem, 4.4vw, 6rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .p-manifesto__title {
    font-size: 4.4vw;
  }
}
@media (max-width: 767px) {
  .p-manifesto__title {
    font-size: 6.8vw;
  }
}

.p-risk {
  color: #fff;
}
.p-risk__lead {
  margin: 0 auto 40px;
  max-width: 800px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-risk__lead {
    font-size: 1.8rem;
  }
}
.p-risk__list {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-risk__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-risk__item {
  position: relative;
  padding: 40px 24px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}
.p-risk__item .num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #f3815e;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.p-risk__item .ttl {
  margin-bottom: 0.6em;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-risk__item .ttl {
    font-size: 2.2rem;
  }
}
.p-risk__item .txt {
  font-size: 1.4rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
}
.p-risk__fact {
  margin-top: 40px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(24, 146, 206, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media (min-width: 768px) {
  .p-risk__fact {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
    padding: 32px 40px;
  }
}
.p-risk__fact .num {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
  color: #ffe898;
}
.p-risk__fact .num span {
  font-size: 0.5em;
}
.p-risk__fact .txt {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-risk__fact .txt {
    margin-top: 0;
    text-align: left;
    font-size: 1.8rem;
  }
}
.p-risk__fact .txt .u-txt__marker {
  color: #1b2d41;
}
.p-risk__fact .sup {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.p-oneshot .c-title__jp span {
  font-size: inherit;
  font-weight: inherit;
}
.p-oneshot__lead {
  margin: 0 auto 48px;
  max-width: 780px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.p-oneshot__vs {
  display: grid;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .p-oneshot__vs {
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
  }
}
.p-oneshot__mark {
  font-family: "Hind", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #b5bec7;
}
.p-oneshot__card {
  padding: 28px 24px;
  border-radius: 16px;
  background: #f4f3f0;
  border: 1px solid #e6e4df;
  text-align: center;
}
.p-oneshot__card .tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.3em 1.2em;
  border-radius: 9999px;
  background: #e2e0da;
  font-size: 1.3rem;
  font-weight: 700;
  color: #6b7280;
}
.p-oneshot__card .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #e0ded8;
  font-size: 1.4rem;
  text-align: left;
  color: #1b2d41;
}
.p-oneshot__card .row dt {
  flex-shrink: 0;
  color: #8b94a0;
}
.p-oneshot__card .row dd {
  font-weight: 700;
  text-align: right;
}
.p-oneshot__card .num {
  font-family: "Hind", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}
.p-oneshot__card .total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0ded8;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b2d41;
}
.p-oneshot__card .total .num {
  font-size: 2em;
}
.p-oneshot__card.is-best {
  background: rgba(24, 146, 206, 0.06);
  border: 2px solid #1892ce;
}
.p-oneshot__card.is-best .tag {
  background: #1892ce;
  color: #fff;
}
.p-oneshot__card.is-best .row,
.p-oneshot__card.is-best .total {
  border-top-color: rgba(24, 146, 206, 0.2);
}
.p-oneshot__card.is-best .total .num,
.p-oneshot__card.is-best .row .num {
  color: #1892ce;
}
.p-oneshot__diff {
  margin-top: 40px;
  text-align: center;
}
.p-oneshot__diff .label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6b7280;
}
.p-oneshot__diff .num {
  font-family: "Hind", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1892ce;
}
@media (max-width: 767px) {
  .p-oneshot__diff .num {
    font-size: 16vw;
  }
}
.p-oneshot__diff .num span {
  font-size: 0.35em;
  color: #1b2d41;
}
.p-oneshot__diff .sup {
  margin-top: 4px;
  font-size: 1.2rem;
  color: #9aa5b1;
}
.p-oneshot__note {
  margin: 40px auto 0;
  max-width: 860px;
  padding: 28px 24px;
  border-radius: 16px;
  background: #f4f3f0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
.p-oneshot__note .add {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid #e0ded8;
}

.p-steps__lead {
  margin: 0 auto 48px;
  max-width: 820px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-steps__lead {
    font-size: 1.8rem;
  }
}
.p-steps__list {
  max-width: 900px;
  margin: 0 auto;
}
.p-steps__item {
  position: relative;
  display: flex;
  column-gap: 24px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .p-steps__item {
    column-gap: 16px;
    padding-bottom: 32px;
  }
}
.p-steps__item:not(:last-child):before {
  position: absolute;
  content: "";
  left: 27px;
  top: 56px;
  bottom: 8px;
  width: 2px;
  background: #d7e6ed;
}
@media (max-width: 767px) {
  .p-steps__item:not(:last-child):before {
    left: 21px;
    top: 44px;
  }
}
.p-steps__item:last-child {
  padding-bottom: 0;
}
.p-steps__item .num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: #1892ce;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-steps__item .num {
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
  }
}
.p-steps__item .body {
  padding-top: 6px;
}
.p-steps__item .ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 6px;
  font-size: 2rem;
  font-weight: 900;
  color: #1b2d41;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-steps__item .ttl {
    font-size: 1.7rem;
  }
}
.p-steps__item .time {
  padding: 0.25em 0.9em;
  border-radius: 9999px;
  background: #ffe898;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1b2d41;
}
.p-steps__item .txt {
  margin-top: 0.6em;
  font-size: 1.5rem;
  line-height: 1.9;
}

.p-price__box {
  margin-top: 40px;
  padding: 32px 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(27, 45, 65, 0.08);
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__box {
    padding: 48px;
  }
}
.p-price__row {
  display: grid;
  gap: 8px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .p-price__row {
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
  }
}
.p-price__plus {
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  font-weight: 900;
  color: #1b2d41;
}
.p-price__cell {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #d7e6ed;
}
.p-price__cell .head {
  padding: 0.7em;
  background: #1b2d41;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-price__cell .amount {
  padding: 0.7em;
  font-size: 2.4rem;
  font-weight: 900;
  color: #1b2d41;
}
@media (min-width: 768px) {
  .p-price__cell .amount {
    font-size: 3.2rem;
  }
}
.p-price__cell .amount .num {
  font-family: "Hind", sans-serif;
  font-size: 1.2em;
  color: #1892ce;
}
.p-price__cell .amount .mark {
  font-size: 0.45em;
  font-weight: 400;
  vertical-align: super;
  color: #999;
}
.p-price__lead {
  margin-top: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  color: #1b2d41;
}
@media (min-width: 768px) {
  .p-price__lead {
    font-size: 1.8rem;
  }
}
.p-price__note {
  margin-top: 24px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
  text-align: left;
}

.p-team__lead {
  margin: 0 auto 40px;
  max-width: 760px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-team__lead {
    font-size: 1.8rem;
  }
}
.p-team__list {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-team__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.p-team__item {
  padding: 32px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(27, 45, 65, 0.08);
  text-align: center;
}
.p-team__item .pic {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 9999px;
  background: #d7e6ed;
  overflow: hidden;
  color: #5d86ca;
  font-size: 1.2rem;
}
.p-team__item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-team__item .label {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
  border-radius: 9999px;
  background: #1b2d41;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-team__item .name {
  font-size: 2rem;
  font-weight: 900;
  color: #1b2d41;
}
.p-team__item .career {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1892ce;
}
.p-team__item .txt {
  margin-top: 0.8em;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: left;
}

.p-flow__list {
  margin-top: 48px;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-flow__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.p-flow__item {
  position: relative;
  padding: 40px 24px 24px;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #d7e6ed;
  text-align: center;
}
.p-flow__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #1892ce;
  border-right: 2px solid #1892ce;
}
@media (max-width: 767px) {
  .p-flow__item:not(:last-child):after {
    bottom: -26px;
    left: calc(50% - 6px);
    transform: rotate(135deg);
  }
}
@media (min-width: 768px) {
  .p-flow__item:not(:last-child):after {
    top: 50%;
    right: -18px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.p-flow__item .num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #1892ce;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.p-flow__item .ttl {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1b2d41;
  line-height: 1.5;
}
.p-flow__item .txt {
  margin-top: 0.6em;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: left;
}
.p-flow__item .time {
  display: inline-block;
  margin-top: 0.8em;
  padding: 0.2em 0.8em;
  border-radius: 9999px;
  background: #ffe898;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1b2d41;
}

.p-faq__list {
  margin: 40px auto 0;
  max-width: 880px;
}
.p-faq__item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(27, 45, 65, 0.06);
}
.p-faq__item + .p-faq__item {
  margin-top: 16px;
}
.p-faq__item summary {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  padding: 20px 56px 20px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b2d41;
  line-height: 1.6;
}
.p-faq__item summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 768px) {
  .p-faq__item summary {
    padding: 24px 64px 24px 24px;
    font-size: 1.8rem;
  }
}
.p-faq__item summary:before {
  content: "Q";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: #1892ce;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.p-faq__item summary:after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1892ce;
  border-right: 2px solid #1892ce;
  transform: translateY(-70%) rotate(135deg);
  transition: 0.3s;
}
.p-faq__item[open] summary:after {
  transform: translateY(-30%) rotate(-45deg);
}
.p-faq__item .a {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  padding: 0 20px 24px;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-faq__item .a {
    padding: 0 24px 28px;
    font-size: 1.6rem;
  }
}
.p-faq__item .a:before {
  content: "A";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: #f3815e;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.p-diagnosis__box {
  position: relative;
  margin-top: 16px;
  padding: 40px 24px 32px;
  border-radius: 24px;
  background: #fff;
  border: 3px solid #f3815e;
  text-align: center;
}
@media (min-width: 768px) {
  .p-diagnosis__box {
    padding: 48px;
  }
}
.p-diagnosis__label {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3em 1.5em;
  border-radius: 9999px;
  background: #f3815e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.p-diagnosis__ttl {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1b2d41;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-diagnosis__ttl {
    font-size: 3.2rem;
  }
}
.p-diagnosis__txt {
  margin-top: 0.8em;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-diagnosis__txt {
    font-size: 1.6rem;
  }
}
.p-diagnosis__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 24px;
}
.p-diagnosis__meta li {
  padding: 0.3em 1em;
  border-radius: 9999px;
  background: #d7e6ed;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1b2d41;
}
.p-diagnosis__btn {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  margin-top: 24px;
  padding: 1em;
  border-radius: 9999px;
  background: #f3815e;
  color: #fff !important;
  font-size: clamp(16px, 1.95vw, 20px);
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
.p-diagnosis__btn:hover {
  background: #d80c18;
}
.p-diagnosis__tel {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1b2d41;
}
.p-diagnosis__tel a {
  font-family: "Hind", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1892ce;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-diagnosis__tel a {
    font-size: 3.2rem;
  }
}
.p-diagnosis__tel .sup {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
}

.p-form__lead {
  margin: 0 auto 40px;
  max-width: 760px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.p-form__body {
  padding: 32px 24px;
  border-radius: 24px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-form__body {
    padding: 48px;
  }
}
.p-form__row + .p-form__row {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-form__row {
    display: flex;
    column-gap: 24px;
  }
}
.p-form__label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b2d41;
}
@media (min-width: 768px) {
  .p-form__label {
    flex-shrink: 0;
    width: 200px;
    margin-bottom: 0;
    padding-top: 0.8em;
    align-items: flex-start;
  }
}
.p-form__label .req,
.p-form__label .any {
  padding: 0.15em 0.6em;
  border-radius: 4px;
  font-size: 1.1rem;
  color: #fff;
}
.p-form__label .req {
  background: #d80c18;
}
.p-form__label .any {
  background: #999;
}
.p-form__input {
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid #d7e6ed;
  border-radius: 8px;
  background: #fbfcfd;
  font-family: inherit;
  font-size: 1.6rem;
  color: #1b2d41;
  transition: 0.2s;
}
.p-form__input:focus {
  outline: none;
  border-color: #1892ce;
  background: #fff;
}
.p-form__input::placeholder {
  color: #b5bec7;
}
.p-form__submit {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 560px;
  margin: 40px auto 0;
  padding: 1em;
  border: none;
  border-radius: 9999px;
  background: #f3815e;
  color: #fff;
  font-family: inherit;
  font-size: clamp(16px, 1.95vw, 20px);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.p-form__submit:hover {
  background: #d80c18;
}
.p-form__note {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
  text-align: center;
}
.p-form__note a {
  color: #1892ce;
  text-decoration: underline;
}
.p-form__tel {
  margin-top: 32px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1b2d41;
  text-align: center;
}
.p-form__tel a {
  font-family: "Hind", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1892ce;
  vertical-align: middle;
}
.p-form__tel .sup {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
}
