/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-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%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4A4A4A;
}

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

@font-face {
  font-family: "impact";
  src: url("../../../fonts/impact.ttf");
  font-weight: normal;
}
.sp-hmenu-content {
  display: none;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 90%;
  height: 93vh;
  background-color: #fff;
}
.sp-hmenu-content__heading {
  padding-block: 2rem;
  padding-left: 2rem;
  background-color: #FF7B00;
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
}
.sp-hmenu-content__heading-title {
  color: #FFF;
  font-family: Inter;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.21;
}
.sp-hmenu-content__heading-text {
  font-size: 1.2rem;
}
.sp-hmenu-content__nav {
  margin-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}
.sp-hmenu-content__item:nth-of-type(n + 2) {
  margin-top: 3rem;
}
.sp-hmenu-content__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.sp-hmenu-content__item img {
  min-width: 1.7rem;
}
.sp-hmenu-content__line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  background-color: #303030;
}
.sp-hmenu-content__call-img {
  max-width: 36rem;
  margin-right: auto;
  padding-inline: 1rem;
}
.sp-hmenu-content__note-text {
  margin-top: 1rem;
  color: #303030;
  text-align: center;
  font-family: Inter;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}

.sp-hmenu-overlay {
  display: none;
  position: fixed;
  z-index: 975;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.p-home__inner {
  max-width: 600px;
  margin-inline: auto;
}

.p-home-bg__01 {
  padding-top: 2rem;
  padding-bottom: 5.4rem;
  padding-inline: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C8FD5), color-stop(55.52%, #FFEBD8), color-stop(96.23%, #E8A363));
  background: linear-gradient(180deg, #0C8FD5 0%, #FFEBD8 55.52%, #E8A363 96.23%);
}

.p-home-fv img {
  width: 100%;
  display: block;
}

.p-home-form {
  padding-inline: 2rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
.p-home-counter {
  position: relative;
}
.p-home-counter__text-container {
  position: absolute;
  top: 69%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.p-home-counter__text {
  color: #000;
  font-family: Inter;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
.p-home-counter__time {
  font-size: 1.4rem;
}
.p-home-counter__time span {
  display: inline-block;
  color: #D41610;
  font-family: "impact", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.p-home-counter #counter-hour,
.p-home-counter #counter-min,
.p-home-counter #counter-sec {
  font-size: 3rem;
}
.p-home-counter #counter-hour {
  margin-right: 0.5rem;
}
.p-home-counter #counter-min,
.p-home-counter #counter-sec {
  margin-inline: 0.5rem;
}

.p-home-counter img {
  width: 100%;
  margin-top: 3rem;
}

.p-home-symptoms img {
  width: 100%;
  display: block;
}

.p-home__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.2rem;
  row-gap: 1.5rem;
}

.p-home__btn-wrapper a {
  display: block;
  width: 32.4rem;
  max-width: 100%;
}

.p-home-symptoms {
  position: relative;
  z-index: 1;
}

.p-home-sign {
  position: relative;
  z-index: 0;
  margin-top: -5rem;
  padding-top: 3rem;
  padding-inline: 2rem;
  background-color: #73C7F4;
}
.p-home-sign::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C8FD5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
}
.p-home-sign__inner {
  max-width: 40rem;
  margin-inline: auto;
}
.p-home-sign__title {
  width: 24rem;
  max-width: 100%;
  margin-top: -5rem;
  padding-block: 1rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-sign__list {
  list-style: disc;
  list-style-position: inside;
}
.p-home-sign__item {
  color: #FFF;
  font-family: "Inria Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-home-sign__arrow {
  display: block;
  margin-inline: auto;
  margin-top: 1rem;
}
.p-home-sign__text {
  margin-top: 1.5rem;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-sign__text-strong {
  margin-top: 3rem;
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF7B00;
  font-family: "Inria Sans", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-home-sign img {
  margin-inline: auto;
  width: 33.3rem;
}

.p-home-price {
  padding-top: 4rem;
  background: linear-gradient(178deg, #73C7F4 7.74%, #FFF 41.66%);
}
.p-home-price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.4rem;
  padding-inline: 4rem;
}
.p-home-price img {
  width: 33rem;
}

.p-home-concern {
  position: relative;
  z-index: 1;
  margin-top: 4.4rem;
}

.p-home-replace {
  position: relative;
  z-index: 0;
  margin-top: -15rem;
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url(../../assets/imgs/home/replace-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home-replace img {
  padding-top: 10rem;
  width: 28.8rem;
  margin-inline: auto;
}

.p-home-cashback {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 6rem;
  margin-top: -9rem;
  background-color: #FFE863;
  -webkit-clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
          clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
}
.p-home-cashback__inner {
  max-width: 40rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.p-home-cashback img {
  width: 31.3rem;
  margin-inline: auto;
}
.p-home-cashback__text {
  margin-top: 1rem;
  color: #000;
  font-family: Inter;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
}

.p-home-flow__content {
  padding-block: 5rem;
  padding-inline: 2rem;
  background-color: #FCF8DE;
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
          clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
}
.p-home-flow img {
  width: 30rem;
  margin-inline: auto;
}

.p-home-payment__title-wrapper {
  position: relative;
  display: inline-block;
  margin-inline: auto;
}
.p-home-payment__label-img {
  display: block;
  width: 100%;
}
.p-home-payment__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.p-home-payment__inner {
  margin-top: 3.6rem;
  padding-inline: 2rem;
}
.p-home-payment__text {
  margin-inline: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #303030;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-payment__payment-img {
  margin-top: 2rem;
  margin-inline: auto;
}

.p-home-workhours {
  margin-top: 6rem;
}
.p-home-workhours__inner {
  margin-top: 3rem;
  padding-inline: 2rem;
}
.p-home-workhours__hours-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.p-home-workhours__hours-wrapper img {
  max-width: 15rem;
}
.p-home-workhours__text-img {
  margin-top: 3rem;
  max-width: 36rem;
  margin-inline: auto;
}

.p-home-area {
  margin-top: 1rem;
}
.p-home-area__inner {
  margin-top: 3.6rem;
}
.p-home-area__img-places {
  width: 34rem;
  margin-inline: auto;
}
.p-home-area__img-map {
  margin-top: 2rem;
  width: 48.7rem;
  margin-inline: auto;
}

.p-home-city:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}
.p-home-city__heading {
  position: relative;
  text-align: center;
  width: 100%;
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #0078D0;
}
.p-home-city__heading-name {
  color: #FFF;
  margin-inline: auto;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-city__heading-bar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  display: inline-block;
  vertical-align: middle;
  width: 2.3rem;
  height: 0.4rem;
  background-color: #fff;
}
.p-home-city__body {
  display: none;
  padding: 3rem;
}
.p-home-city__body-text {
  color: #000;
  font-family: "Inria Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-home-city__bottom-content {
  padding-top: 4.3rem;
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.68%, #FFEFBB), color-stop(32.43%, #FFF7F1));
  background: linear-gradient(0deg, #FFEFBB -10.68%, #FFF7F1 32.43%);
}
.p-home-city__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-city__text {
  color: #303030;
  text-align: center;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 21px;
}
.p-home-city__text-wrapper img {
  width: 5.6rem;
}

.p-home__connection-img {
  margin-top: -6rem;
}

.p-home-voice {
  padding-bottom: 5rem;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0.29) 17.93%, rgba(0, 120, 208, 0.29) 54.01%, rgba(249, 170, 19, 0.29) 88.34%);
}
.p-home-voice__inner {
  padding-inline: 2rem;
}
.p-home-voice .c-home-section__title {
  color: rgba(0, 120, 208, 0.13);
}
.p-home-voice .c-home-section__title-jp {
  color: #0078D0;
}
.p-home-voice__lead-text {
  text-align: center;
  color: #FF7B00;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-home-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.6rem;
  margin-top: 2rem;
}
.p-home-voice__item {
  padding: 2rem 2rem 1.4rem 2rem;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-home-voice__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-home-voice__heading img {
  width: 5.7rem;
  aspect-ratio: 1/1;
}
.p-home-voice__heading-text {
  color: #303030;
  font-family: Inter;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}
.p-home-voice__item-title {
  margin-top: 0.4rem;
  color: #0078D0;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-voice__item-text {
  margin-top: 1.7rem;
  color: #303030;
  font-family: "Inria Sans";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
}

.p-home-product {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: linear-gradient(226deg, rgba(247, 148, 19, 0) 34.35%, #F8AB37 63.51%), linear-gradient(213deg, #F7A015 19.06%, #FFCF00 63.38%, #F79413 82.99%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 #FFEDD3 inset;
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 #FFEDD3 inset;
}
.p-home-product__inner {
  padding-inline: 2rem;
}
.p-home-product__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-home-product__title {
  margin-right: -1.2rem;
  text-align: center;
  color: #FFF;
  font-family: "Inria Sans";
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.04px;
}
.p-home-product__title-wrapper span {
  margin-left: 0.5rem;
  padding-inline: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  background-color: #D3171A;
  -webkit-clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  letter-spacing: 5.04px;
  letter-spacing: 6.72px;
}
.p-home-product__subtitle {
  margin-top: 0.4rem;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-home-product__maker-logos {
  max-width: 31rem;
  margin-top: 1.5rem;
  margin-inline: auto;
}
.p-home-product__lead-text {
  margin-top: 1.35rem;
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3rem;
  margin-top: 1.7rem;
}
.p-home-product__content img {
  width: 34rem;
}
.p-home-product__note-text {
  max-width: 34rem;
  margin-inline: auto;
  margin-top: 2rem;
  color: #303030;
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.19;
}

.p-home-recommend {
  padding-top: 5rem;
  padding-bottom: 5.8rem;
}
.p-home-recommend .c-home-section__title-wrapper {
  white-space: nowrap;
}
.p-home-recommend .c-home-section__title {
  font-size: 4rem;
}
.p-home-recommend .c-home-section__title-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: -1.5rem;
  color: #303030;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3.36px;
}
.p-home-recommend__title-num {
  color: var(--d-9-d-9-d-9, #E89F11);
  font-family: "Inria Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.24px;
}
.p-home-recommend__title-sen {
  color: var(--d-9-d-9-d-9, #E89F11);
  font-family: "Inria Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
}
.p-home-recommend__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 7rem;
}
.p-home-recommend__content img {
  width: 30%;
}

.p-home-type {
  padding-bottom: 2rem;
}
.p-home-type__item:nth-of-type(n + 2) {
  margin-top: 4rem;
}
.p-home-type__heading {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background-color: #D3171A;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(90% - 20px), 50% calc(100% - 9px), 0 calc(90% - 20px));
          clip-path: polygon(0 0, 100% 0, 100% calc(90% - 20px), 50% calc(100% - 9px), 0 calc(90% - 20px));
}
.p-home-type__heading-text-top {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-type__heading-text-type {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  margin-top: 0.5rem;
  padding-inline: 0.5rem;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #fff;
}
.p-home-type__heading-text-bottom {
  margin-top: 0.5rem;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-type__product-img {
  max-width: 34.5rem;
  margin-inline: auto;
}
.p-home-type__product-info-img {
  max-width: 39.5rem;
  margin-inline: auto;
}
.p-home-type__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
  padding-block: 1.3rem;
  padding-inline: 2rem;
  background-color: #FFEFEF;
}
.p-home-type__point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  padding: 0.5rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans";
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
  background-color: #D3171A;
  border-radius: 50%;
}
.p-home-type__point-text {
  color: #303030;
  font-family: "Inria Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.p-home-type__note-text {
  padding-inline: 2rem;
  color: #303030;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-home-type__item:nth-of-type(1) .p-home-type__heading {
  background-color: #E89F11;
}
.p-home-type__item:nth-of-type(1) .p-home-type__point {
  background-color: #FFFAE4;
}
.p-home-type__item:nth-of-type(1) .p-home-type__point-icon {
  background-color: #E89F11;
}
.p-home-type__item:nth-of-type(1) .p-home-type__point-text span {
  color: #E89F11;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px dotted #E89F11;
}

.p-home-type__item:nth-of-type(3) .p-home-type__heading {
  background-color: #0078D0;
}
.p-home-type__item:nth-of-type(3) .p-home-type__point {
  background-color: #EAF2FF;
}
.p-home-type__item:nth-of-type(3) .p-home-type__point-icon {
  background-color: #0078D0;
}
.p-home-type__item:nth-of-type(3) .p-home-type__point-text span {
  color: #0078D0;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px dotted #0078D0;
}

.p-home-type__item:nth-of-type(4) .p-home-type__heading {
  background-color: #00D068;
}
.p-home-type__item:nth-of-type(4) .p-home-type__point {
  background-color: #CCECDC;
}
.p-home-type__item:nth-of-type(4) .p-home-type__point-icon {
  background-color: #00D068;
}
.p-home-type__item:nth-of-type(4) .p-home-type__point-text span {
  color: #00D068;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px dotted #00D068;
}

.p-home-handle .c-home-section__title {
  font-size: 7rem;
  color: rgba(232, 153, 0, 0.13);
}
.p-home-handle .c-home-section__title-wrapper img {
  margin-top: -2rem;
  width: 31.2rem;
  margin-inline: auto;
}

.p-home-connection-img02 {
  margin-top: -2rem;
}

.p-home-handle__inner {
  padding-inline: 1rem;
}
.p-home-handle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6rem;
  row-gap: 0.5rem;
}
.p-home-handle__content img {
  width: 50%;
}
.p-home-handle__note-text {
  margin-top: 2.2rem;
  color: #303030;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-home-handle__btn-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-inline: auto;
  border: 1px solid #303030;
  margin-top: 5rem;
  padding: 1.6rem;
}
.p-home-handle__btn-options span {
  display: block;
  color: #303030;
  font-family: "Inria Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-home-handle__btn-options svg {
  display: block;
  margin-left: 1rem;
}
.p-home-handle__btn-options-body {
  display: none;
}
.p-home-handle__btn-options-body img {
  margin-top: 1rem;
}
.p-home-handle__insurance-img {
  margin-inline: -1rem;
  margin-top: 5.4rem;
}

.p-home-cta {
  margin-top: 1.8rem;
  padding-top: 6.7rem;
  padding-bottom: 6rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4.38%, #FFEFBB), color-stop(41.62%, #FFF7F1));
  background: linear-gradient(0deg, #FFEFBB 4.38%, #FFF7F1 41.62%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.p-home-cta__lead-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-home-cta__lead-wrapper img {
  width: 3.7rem;
}
.p-home-cta__lead-text {
  padding-bottom: 1rem;
  color: #000;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-home-cta .p-home__btn-wrapper {
  margin-top: 2.2rem;
}

.p-home-subsidy {
  margin-top: -3.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: linear-gradient(176deg, rgba(80, 162, 223, 0.28) -4.24%, #FFF 29.94%, #FFF 31.57%, #FFF 48.69%, #E8A363 95.52%);
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
}
.p-home-subsidy__inner {
  padding-inline: 1rem;
}
.p-home-subsidy__campaign-img {
  padding-inline: 5.5rem;
}
.p-home-subsidy__title {
  text-align: center;
  color: #000;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-subsidy__strong {
  font-size: 2.4rem;
}
.p-home-subsidy__strong--red {
  color: #D81618;
}
.p-home-subsidy__content {
  margin-top: 3rem;
}
.p-home-subsidy__point:nth-of-type(n + 2) {
  margin-top: 4.5rem;
}
.p-home-subsidy__point-heading {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34.5rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 0.5rem 0.4rem;
  background-color: #DD3335;
  border-radius: 39px;
}
.p-home-subsidy__point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.3rem;
  aspect-ratio: 1/1;
  color: #DD3335;
  text-align: center;
  font-family: Inter;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff;
}
.p-home-subsidy__point-heading-text {
  margin-inline: auto;
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-subsidy__point-body {
  position: relative;
  z-index: 0;
  width: 36.5rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: -2rem;
  padding: 4.5rem 2.5rem 5.5rem 2.5rem;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 2.8px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2.8px 3px rgba(0, 0, 0, 0.25);
}
.p-home-subsidy__point-desc {
  color: #000;
  font-family: "Inria Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.p-home-subsidy__point-desc span {
  font-size: 1.5rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 222, 79, 0.4901960784)));
  background: linear-gradient(transparent 60%, rgba(255, 222, 79, 0.4901960784) 60%);
}

.p-home-recommend2 .p-home-type__item:nth-of-type(1) .p-home-type__heading {
  background-color: #0078D0;
}
.p-home-recommend2 .p-home-type__item:nth-of-type(1) .p-home-type__point {
  padding-bottom: 7rem;
  background-color: #EAF2FF;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(90% - 20px), 50% calc(100% - 9px), 0 calc(90% - 20px));
          clip-path: polygon(0 0, 100% 0, 100% calc(90% - 20px), 50% calc(100% - 9px), 0 calc(90% - 20px));
}
.p-home-recommend2 .p-home-type__item:nth-of-type(1) .p-home-type__point-icon {
  background-color: #0078D0;
}
.p-home-recommend2 .p-home-type__item:nth-of-type(1) .p-home-type__point-text span {
  color: #0078D0;
  border-bottom-color: #0078D0;
}

.p-home-cta2 {
  margin-top: -6rem;
  padding-top: 13.3rem;
  padding-bottom: 6rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.68%, #FFEFBB), color-stop(32.43%, #FFF7F1));
  background: linear-gradient(0deg, #FFEFBB -10.68%, #FFF7F1 32.43%);
}
.p-home-cta2__inner {
  padding-inline: 1.5rem;
}
.p-home-cta2__man-cion {
  max-width: 30rem;
  margin-inline: auto;
}

.p-home-qa {
  padding-bottom: 5rem;
}
.p-home-qa__section-title {
  padding-block: 2rem;
  text-align: center;
  background-color: #E99F10;
  color: #FFF;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-qa__inner {
  padding-inline: 1rem;
}
.p-home-qa__content {
  margin-top: 1rem;
}
.p-home-qa__item:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}
.p-home-qa__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  background-color: #E99F10;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.p-home-qa__heading-icon {
  padding-block: 0.5rem;
  padding-inline: 0.7rem;
  text-align: center;
  color: #E89F11;
  background-color: #fff;
  font-family: "Inria Sans";
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-qa__heading-text {
  margin-left: 1.5rem;
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-qa__heading svg {
  margin-left: auto;
}
.p-home-qa__body {
  display: none;
}
.p-home-qa__body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 1.5rem 1rem 1rem 1rem;
}
.p-home-qa__body-icon {
  padding-block: 0.5rem;
  padding-inline: 0.7rem;
  text-align: center;
  color: #fff;
  background-color: #E89F11;
  font-family: "Inria Sans";
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
}
.p-home-qa__body-text {
  color: #303030;
  font-family: "Inria Sans";
  font-size: 1.4rem;
  font-weight: 400;
}
.p-home-qa__body-img img {
  margin-top: 1.5rem;
}

.p-home-cta3 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.68%, #FFEFBB), color-stop(32.43%, #FFF7F1));
  background: linear-gradient(0deg, #FFEFBB -10.68%, #FFF7F1 32.43%);
}

.p-entry__inner {
  padding-inline: clamp(5rem, 24.3vw, 35rem);
}

.error-text {
  color: #e53935;
  font-size: 1.4rem;
  margin-top: 0.4em;
}

body.confirm input,
body.confirm textarea {
  border: none;
  background: transparent;
  pointer-events: none;
}

body.confirm .form-item:nth-of-type(n + 2) {
  margin-top: 4rem;
}

body.confirm .confirm-text {
  font-size: 1.3rem;
  line-height: 1.6;
}

body.confirm .submit-wrapper {
  margin-top: 5rem;
  font-size: 1.3rem;
  line-height: 1.6;
}

body.confirm label {
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E6E6E6;
}

.submit-back {
  display: block;
  margin-top: 5rem;
  margin-inline: auto;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #4A4A4A;
  text-decoration: underline;
  cursor: pointer;
}

.p-complete .c-form__progress-num {
  color: #A1A1A1;
}
.p-complete .c-form__progress-line {
  background-color: transparent;
  background-image: linear-gradient(to right, #ACACAC 3px, transparent 3px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.p-complete__content {
  margin-top: 3rem;
  margin-inline: auto;
  width: 30rem;
  max-width: 100%;
}
.p-complete__content-title {
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  background-color: #FF7B00;
}
.p-complete__content-body {
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  background-color: #FFEBD8;
}
.p-complete__text {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
}
.p-complete__text--orange {
  color: #FF7B00;
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 2rem;
}
.p-complete__text--bigorange {
  color: #FF7B00;
  font-size: 2rem;
  font-weight: 700;
}
.p-complete__note {
  margin-top: 1rem;
  color: #000;
  font-size: 1.1rem;
}

.section__title {
  position: relative;
  padding-left: 1rem;
  color: #FF7B00;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
}

.section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #FF7B00;
}

.section__text {
  color: #333;
  font-family: Inter;
  font-size: 1.2rem;
  font-weight: 400;
}

.section__btn {
  display: block;
  margin-inline: auto;
  max-width: 26rem;
}

.p-support__heading {
  position: relative;
  background-color: #FF7B00;
}
.p-support__heading::before {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 97%;
  height: 1px;
  background: #C2C2C2;
}
.p-support__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2.2rem;
}
.p-support__heading-text {
  color: #FFF;
  font-family: Inter;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-support__heading-arrowImg {
  width: 1.7rem;
}

.p-support-call {
  position: relative;
}
.p-support-call__bg-container {
  position: relative;
  top: 0;
  background-image: url(../imgs/support/section-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-inline: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.p-support-call__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.p-support-call__title {
  margin-top: 5rem;
}
.p-support-call__text {
  margin-top: 2em;
}
.p-support-call__btn {
  margin-top: 7.7rem;
}
.p-support-call__text02 {
  margin-top: 3em;
}

.p-support-mail {
  padding-bottom: 2rem;
}
.p-support-mail__bg-container {
  position: relative;
  top: 0;
  background-image: url(../imgs/support/section-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-inline: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.p-support-mail__title {
  margin-top: 2.5rem;
}
.p-support-mail__btn {
  margin-top: 7.5rem;
}
.p-support-mail__text-wrapper {
  margin-top: 2.6rem;
}
.p-support-mail__text-wrapper li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.p-support-mail__text2 {
  margin-top: 1em;
}

.p-support-flow {
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.p-support-flow__bg {
  margin-top: 2rem;
  padding-block: 0.5rem;
  background-image: url(../imgs/support/flow-bg-img.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-support-flow__content {
  margin-top: 3rem;
}
.p-support-flow__item {
  position: relative;
  margin-inline: auto;
  padding: 2rem 3rem 3rem 3rem;
  max-width: 33rem;
  border: 1px solid #262626;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #fff;
}
.p-support-flow__item-num {
  position: absolute;
  top: 1rem;
  left: 0;
  padding-inline: 1.5rem;
  color: #FFF5F5;
  background-color: #FF7B00;
  font-family: "Inria Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-support-flow__item-icon {
  max-width: 8.3rem;
  margin-inline: auto;
}
.p-support-flow__text-wrapper {
  max-width: 26rem;
  margin-top: 2rem;
  margin-inline: auto;
  text-align: center;
}
.p-support-flow__item-title {
  display: inline-block;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #262626;
  text-align: center;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px dotted #262626;
}
.p-support-flow__item-text {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2rem;
  padding-left: 5rem;
}
.p-support-flow__polygon {
  margin-block: 2rem;
  text-align: center;
}

.p-support-qa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #F5F5F5;
}
.p-support-qa__content {
  margin-top: 4rem;
}
.p-support-qa__item:nth-of-type(n + 2) {
  margin-top: 0.7rem;
}
.p-support-qa__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 4.2rem;
  background-color: #818181;
}
.p-support-qa__item-heading.is-open svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-support-qa__item-heading.is-open .item-heading.p-support-qa__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: red;
}
.p-support-qa__item-heading span {
  display: block;
  color: #FFF;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  font-weight: 700;
}
.p-support-qa__item-heading p {
  color: #FFF;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  margin-left: 1rem;
  line-height: 1.5;
}
.p-support-qa__item-heading svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: auto;
}
.p-support-qa__body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 1.2rem 5rem 1.2rem 4.2rem;
  display: none;
}
.p-support-qa__body.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-support-qa__body span {
  font-family: "Inria Sans";
  font-weight: 700;
  font-size: 1.6rem;
}
.p-support-qa__body p {
  margin-left: 0.3rem;
  padding-left: 0.3rem;
  color: #262626;
  font-family: Inter;
  font-size: 1.2rem;
  font-weight: 400;
}

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

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

.u-inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .u-inner {
    padding-inline: 2rem;
  }
}

.c-header {
  position: sticky;
  z-index: 970;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 5rem;
}
@media (max-width: 768px) {
  .c-header__inner {
    padding: 1.7rem 3.7rem 1.3rem 1.8rem;
  }
}
.c-header__logo {
  max-width: 20rem;
}
.c-header__menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  row-gap: 0.5rem;
}
.c-header__menu-bar {
  display: inline-block;
  height: 0.3rem;
  width: 100%;
  background-color: #555;
  border-radius: 30px;
}

.sp-menu-content {
  display: none;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: #fff;
}
.sp-menu-content__heading {
  padding-block: 2rem;
  padding-left: 2rem;
  background-color: #FF7B00;
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
}
.sp-menu-content__nav {
  margin-top: 3rem;
  padding-left: 4rem;
}
.sp-menu-content__item a, .sp-menu-content__item button {
  text-decoration: underline;
  color: #000;
  font-family: "Inria Sans";
  font-size: 1.6rem;
  line-height: 2.3;
}
.sp-menu-content__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-menu-content__item svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 1rem;
}
.sp-menu-content__sub {
  display: none;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.sp-menu-content__sub a {
  display: block;
  font-size: 1.5rem;
}
.sp-menu-content__btn-close {
  display: block;
  margin-top: 5rem;
}

.sp-menu-content__item.has-sub > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-menu-toggle.is-open svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-footer {
  margin-top: 2rem;
  padding-block: 2rem;
  background-color: #FF7B00;
}
.c-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.c-footer__nav-link {
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

.c-form__title {
  margin-top: 4rem;
  text-align: center;
  color: #4A4A4A;
  font-size: 2rem;
  font-weight: 900;
}
.c-form__title span {
  display: inline-block;
  color: #D81618;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 1em;
}
.c-form__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
.c-form__progress-item {
  text-align: center;
}
.c-form__progress-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 3.8rem;
  width: 100%;
  height: 3.8rem;
  aspect-ratio: 1/1;
  color: #000;
  background-color: #E6E6E6;
  border-radius: 50%;
}
.c-form__progress-num.is-active {
  color: #FF7B00;
  background-color: #FFCFA3;
}
.c-form__progress-num img {
  width: 1.5rem;
  height: 1.9rem;
}
.c-form__progress-text {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 600;
}
.c-form__progress-line {
  display: block;
  height: 1px;
  max-width: 5rem;
  width: 100%;
  margin-bottom: 2rem;
  background-color: #FF7B00;
}
.c-form__progress-line.is-dotted {
  background-color: transparent;
  background-image: linear-gradient(to right, #ACACAC 3px, transparent 3px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.c-form__heading {
  margin-top: 5rem;
  color: #4A4A4A;
  font-size: 1.8rem;
  font-weight: 500;
}

.form {
  margin-top: 4.5rem;
}
.form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
}
.form .form-item:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.form .form-item label {
  color: #4A4A4A;
  font-size: 1.3rem;
  font-weight: 700;
}
.form .required {
  margin-left: 1em;
  color: #D81618;
  font-size: 1rem;
  font-weight: 700;
}
.form input,
.form textarea {
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.7rem;
  padding-inline: 1.6rem;
  border: 2px solid var(--Rectangle-119-stroke, #E6E6E6);
  background: var(--Rectangle-119, #FFFEFE);
}
.form textarea {
  display: inline-block;
  min-height: 10rem;
}
.form ::-webkit-input-placeholder {
  color: #C6C6C6;
  font-size: 1.1rem;
  font-weight: 500;
}
.form ::-moz-placeholder {
  color: #C6C6C6;
  font-size: 1.1rem;
  font-weight: 500;
}
.form :-ms-input-placeholder {
  color: #C6C6C6;
  font-size: 1.1rem;
  font-weight: 500;
}
.form ::-ms-input-placeholder {
  color: #C6C6C6;
  font-size: 1.1rem;
  font-weight: 500;
}
.form ::placeholder {
  color: #C6C6C6;
  font-size: 1.1rem;
  font-weight: 500;
}
.form .submit-wrapper {
  margin-top: 3.5rem;
  margin-inline: auto;
}
.form .submit {
  position: relative;
  display: block;
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  padding-block: 2rem;
  background-color: #FFA600;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.44px;
}
.form .submit span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  display: inline-block;
}

.c-home-section__title-wrapper {
  position: relative;
}
.c-home-section__title {
  color: rgba(240, 89, 4, 0.13);
  text-align: center;
  font-family: Inter;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: normal;
}
.c-home-section__title-jp {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FF7B00;
  text-align: center;
  font-family: Inter;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
}