@charset "UTF-8";
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0582010582vw;
  }
}
@media (min-width: 1512px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #193A40;
  background-color: #fff;
}

body.is-bg-white {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    cursor: pointer;
  }
}

/* ローディング中は非表示 */
html.is-loading body {
  visibility: hidden;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-faq-inner {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-faq-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}

.l-faq-items li {
  height: 100%;
}

.l-faq-items li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem 2.9375rem 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq-items li a {
    padding: 1.875rem 3.125rem 1.875rem 1.375rem;
  }
}

.l-faq-items li a:hover {
  background-color: #E6FAFB;
  -webkit-filter: initial;
          filter: initial;
}

.l-faq-items li a::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_gr-arrow-right.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .l-faq-items li a::after {
    right: 1.125rem;
  }
}

.l-faq-items li a p {
  font-weight: 700;
  line-height: normal;
}

.l-faq-items li a p:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  color: #03BDBD;
}
@media screen and (min-width: 768px) {
  .l-faq-items li a p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.l-faq-items li a p:nth-child(2) {
  font-size: 0.875rem;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .l-faq-items li a p:nth-child(2) {
    font-size: 1rem;
  }
}

.l-faq .c-btn-wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq .c-btn-wrap {
    margin-top: 3rem;
  }
}

/* faq-accordion
-----------------------------------------------------*/
.l-faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq-accordion {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.5rem;
  }
}

.l-faq-accordion li {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 2.9375rem 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-faq-accordion li {
    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;
    padding: 1.5rem 3.125rem 1.5rem 1.375rem;
  }
}

.l-faq-accordion li:hover {
  background-color: #E6FAFB;
}

.l-faq-accordion li p {
  font-weight: 500;
  line-height: normal;
}

.l-faq-accordion__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-faq-accordion__q {
    height: 3rem;
  }
}

.l-faq-accordion__q::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../images/icon_gr-arrow-right.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-faq-accordion li.is-open .l-faq-accordion__q::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.l-faq-accordion p:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  color: #03BDBD;
}
@media screen and (min-width: 768px) {
  .l-faq-accordion p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.l-faq-accordion__q p:nth-child(2),
.l-faq-accordion__a-flex p:nth-child(2) {
  font-size: 0.875rem;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .l-faq-accordion__q p:nth-child(2),
  .l-faq-accordion__a-flex p:nth-child(2) {
    font-size: 1rem;
  }
}

.l-faq-accordion__a {
  padding-top: 0.75rem;
  display: none;
}

.l-faq-accordion__a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-faq-accordion__a-flex p:nth-child(2) {
  font-size: 0.875rem;
}

.l-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1512px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.l-inner--inside {
  max-width: calc(28.125rem + 32px);
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner--inside {
    max-width: 79.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--inside24 {
    max-width: 31.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-main {
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: -0.5rem;
    padding-top: 5.375rem;
  }
}

.l-section {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 3rem;
  }
}

.l-step-inner {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-step-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-step .c-title p:nth-child(2) {
    margin-top: 0.375rem;
    line-height: 1.1;
  }
}

.l-step-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.625rem;
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .l-step-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-step--top .l-step-items {
    margin-top: 4.625rem;
  }
}

.l-step-item {
  position: relative;
  padding: 3.125rem 1.5rem 1.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-step-item {
    padding: 2.5rem;
  }
}

.l-step-item > p {
  position: absolute;
  font-weight: 900;
  font-size: 0.75rem;
  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;
  width: 6.25rem;
  height: 6.25rem;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border: 0.1875rem solid #03BDBD;
  border-radius: 6.25rem;
  line-height: 0.975rem;
  letter-spacing: 0.0375rem;
  text-align: center;
}

.l-step-item > p span {
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-top: -0.5rem;
}

.l-step-item img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-step-item img {
    width: 18.75rem;
  }
}

.l-step-item__text {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-step-item__text {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-step-item:nth-child(3) .l-step-item__text {
    margin-top: 1rem;
  }
}

.l-step-item__text h3 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
}

.l-step-item__text p {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.3rem;
  letter-spacing: 0.05rem;
}

/* 下層ページ用デザイン
--------------------------*/
@media screen and (max-width: 767px) {
  .l-step--under .l-step-item img {
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .l-step--under .l-step-item__text p {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-btn {
  text-align: center;
}

.c-btn + .c-btn {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-btn + .c-btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.c-btn a,
.c-btn input,
.c-btn button {
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.90625rem 3rem 0.90625rem 2.5rem;
  color: #fff;
  background-color: #03BDBD;
  border: none;
  letter-spacing: 0.05rem;
  line-height: normal;
  border-radius: 0.375rem;
}

.c-btn button {
  width: 10.875rem;
  padding-left: 0;
  padding-right: 0.4375rem;
}

.c-btn--invert a {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
  color: #03BDBD;
  background-color: #fff;
  border: 2px solid #03BDBD;
}

.c-btn--return a {
  padding-left: 3rem;
  padding-right: 2.5rem;
}

.c-btn--yellow a {
  padding-left: 0;
  padding-right: 0;
  color: #03BDBD;
  background-color: #F8ED12;
}

.c-btn--yellow a::after {
  display: none;
}

.c-btn--small a {
  font-size: 0.875rem;
  padding: 0.625rem 2.25rem 0.625rem 1.5rem;
  letter-spacing: 0.04375rem;
}

/* 矢印
--------------------------*/
.c-btn a::after,
.c-btn button::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-btn button::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-btn--invert a::after {
  background: url(../images/icon_gr-arrow-right.svg) no-repeat center/contain;
}

.c-btn--return a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0.5rem;
  right: auto;
  right: initial;
}

/* ホバー処理
--------------------------*/
.c-btn a:hover::after {
  right: 0.3125rem;
}

.c-btn--invert a:hover {
  color: #fff;
  background: #03BDBD;
  border: 2px solid #03BDBD;
  -webkit-filter: initial;
          filter: initial;
}

.c-btn--invert a:hover::after {
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
}

.c-btn--return a:hover::after {
  left: 0.3125rem;
}

.c-cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.c-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-cta a {
  position: relative;
  display: inline-block;
  width: 90%;
  font-weight: 700;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #2A585A;
  background-color: #F8ED12;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(78,155,155,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 16px rgba(78, 155, 155, .5));
          filter: drop-shadow(0 0 16px rgba(78, 155, 155, .5));
  letter-spacing: 0.05rem;
  text-align: center;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-cta a {
    width: 25.9375rem;
    font-size: 1rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.c-cta a::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-black.webp) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .c-title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-title-wrap {
    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;
  }
}

.c-title--sub {
  font-weight: 700;
  font-size: 1rem;
  color: #009696;
  line-height: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-title--sub {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
}

.c-title--main {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .c-title--main {
    font-size: 3rem;
    line-height: 3.90625rem;
    letter-spacing: 0.15rem;
  }
}

.c-title--main span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 3.09375rem;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .c-title--main span {
    font-size: 4rem;
    line-height: 5.2rem;
  }
}

.c-title--text {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  line-height: 1.3rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-title--text {
    font-size: 1.25rem;
    margin-top: 0;
    margin-right: 2.5rem;
    padding-top: 0;
    padding-left: 2.5rem;
    padding-right: 0;
    line-height: 1.875rem;
    letter-spacing: 0.0625rem;
  }
}

.c-title--text::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 0.25rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #03BDBD;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-title--text::before {
    width: 0.25rem;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-about {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-top: 3.75rem;
  }
}

.p-about-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-about-inner {
    max-width: calc(50rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-about h2 {
  text-align: center;
}

.p-about h2 p:nth-child(1) {
  font-weight: 700;
  font-size: 1rem;
  color: #03BDBD;
  line-height: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-about h2 p:nth-child(1) {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
}

.p-about h2 p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-about h2 p:nth-child(2) {
    margin-top: 0.5rem;
  }
}

.p-about h2 p:nth-child(2) span:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  color: #2A585A;
}
@media screen and (min-width: 768px) {
  .p-about h2 p:nth-child(2) span:nth-child(1) {
    font-size: 3rem;
  }
}

.p-about h2 p:nth-child(2) span:nth-child(2) {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2A585A;
  letter-spacing: 0.0525rem;
}
@media screen and (min-width: 768px) {
  .p-about h2 p:nth-child(2) span:nth-child(2) {
    font-size: 2.5rem;
    letter-spacing: 0.075rem;
  }
}

.p-about img {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-about img {
    margin-top: 2.5rem;
  }
}

.p-about-inner > p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #2A585A;
  margin-top: 1.5rem;
  line-height: 1.4875rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-about-inner > p {
    margin-top: 2.5rem;
    letter-spacing: 0.0875rem;
  }
}

.p-about-inner > p strong {
  font-weight: 700;
  color: #03BDBD;
}

@media screen and (max-width: 767px) {
  .p-about-inner > p span {
    font-size: 0.625rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 5.625rem;
  background: linear-gradient(114deg, #53C3F1 0.01%, #4CD3E7 30.45%, #3FEAD9 71.35%, #37F3D3 95.13%);
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 39.375rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}

.p-fv-inner {
  position: relative;
  width: 100%;
  height: inherit;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-fv-inner {
    max-width: 79.625rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-fv-news {
  position: absolute;
  width: calc(100% - 2rem);
  top: 0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-fv-news {
    width: 100%;
    top: 1.5rem;
  }
}

.p-fv-news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 2rem 0.625rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv-news a {
    padding: 1rem 2.5rem 1rem 1.5rem;
  }
}

.p-fv-news a::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-right-blue.svg) no-repeat center/contain;
}

.p-fv-news a p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-fv-news a p {
    font-size: 1rem;
  }
}

.p-fv-news__red {
  color: #E42D2D;
}
@media screen and (max-width: 767px) {
  .p-fv-news__red {
    width: 2rem;
  }
}

.p-fv-news a p:nth-child(2) {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 2px solid #CEEDED;
}
@media screen and (min-width: 768px) {
  .p-fv-news a p:nth-child(2) {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-news a p:nth-child(2) {
    width: calc(100% - 2rem);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.p-fv-head {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv-head {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv-head__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}

.p-fv-head__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-fv-head__img {
    gap: 1rem;
  }
}

.p-fv-head__img img {
  width: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv-head__img img {
    width: 2.5rem;
  }
}

.p-fv-head p {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1rem;
  padding-left: 0.875rem;
  color: #fff;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv-head p {
    font-size: 3.05rem;
    margin-top: 0;
    padding-left: 0;
    line-height: 3.125rem;
    letter-spacing: 0.12rem;
  }
}

.p-fv-middle {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv-middle {
    width: 50.625rem;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fv-middle__box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv-middle__box {
    width: 26.25rem;
  }
}

.p-fv-middle__box img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-fv-middle__box img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-fv-middle__iphone {
  position: absolute;
  width: 19.5rem;
  bottom: -8.75rem;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-fv-middle__iphone {
    width: 26.875rem;
    top: -1.25rem;
    right: 2.1875rem;
    bottom: auto;
    bottom: initial;
  }
}

.p-fv-middle .c-btn {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-fv-middle .c-btn {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-middle .c-btn {
    max-width: 18.4375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-fv-middle .c-btn a {
    width: 23.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #2A585A;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-fv-middle .c-btn a::after {
    display: block;
    right: 1.5rem;
    background: url(../images/icon_arrow-black.webp) no-repeat center/contain;
  }
}

.p-fv-middle p {
  font-weight: 400;
  font-size: 0.5rem;
  margin-top: 0.75rem;
  margin-left: 0.9375rem;
  color: #fff;
  line-height: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv-middle p {
    font-size: 0.75rem;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    line-height: 1.25rem;
  }
}

.p-fv-flowtext {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-fv-flowtext {
    width: 7.1875rem;
    height: 59.375rem;
    top: -1.875rem;
    left: -0.9375rem;
    background: url(../images/img_top-fv-pbrlending-sp.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .p-fv-flowtext {
    width: 100%;
    height: 12.8vw;
    bottom: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/img_top-fv-pbrlending-pc.webp) no-repeat center/cover;
  }
}

/* p-fv-video
-----------------------------------------------------*/
.p-fv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.p-fv-video--video1 {
  mix-blend-mode: screen;
}

.p-fv-video--video2 {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.p-fv-video--video3 {
  mix-blend-mode: screen;
  opacity: 0.8;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  z-index: 9000;
}
@media screen and (min-width: 768px) {
  .p-header {
    pointer-events: none;
  }
}

.p-header-top {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-top {
    position: relative;
    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: 0.625rem 3rem;
    background-color: #03BDBD;
    z-index: 100;
    pointer-events: initial;
  }
}

.p-header-top img {
  width: 11.375rem;
}
@media screen and (min-width: 768px) {
  .p-header-top img {
    width: 14.5625rem;
  }
}

/* p-header-middle
-----------------------------------------------------*/
.p-header-middle {
  position: relative;
  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: 1rem 4.5rem 1rem 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
          box-shadow: 0px 0px 8px 0px rgba(195, 225, 225, .8);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header-middle {
    padding: 0.5625rem 3rem;
    pointer-events: initial;
  }
}

.p-header-middle h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header-middle h1 a img {
  width: 9.25rem;
}
@media screen and (min-width: 768px) {
  .p-header-middle h1 a img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.75rem;
  }
}

.p-lending-plan {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan {
    margin-top: 2.5rem;
  }
}

.p-lending-plan-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-lending-plan-inner {
    max-width: calc(58.25rem + 96px);
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-lending-plan__table-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-lending-plan__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-lending-plan__table th,
.p-lending-plan__table td {
  font-weight: 500;
  font-size: 0.75rem;
  color: #2A585A;
  line-height: 1rem;
  border-bottom: 1px dashed #CEEDED;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__table th,
  .p-lending-plan__table td {
    font-size: 1rem;
  }
}

.p-lending-plan__table tr {
  height: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__table tr {
    height: 4.6875rem;
  }
}

.p-lending-plan__table tr:last-child th,
.p-lending-plan__table tr:last-child td {
  border-bottom: none;
}

.p-lending-plan__head--label,
.p-lending-plan__label {
  width: 5.1875rem;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__head--label,
  .p-lending-plan__label {
    width: 12.0625rem;
  }
}

.p-lending-plan__head--label {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__head--label {
    font-size: 1.5rem;
  }
}

.p-lending-plan__label {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__label {
    font-size: 1rem;
  }
}

.p-lending-plan__head {
  height: 7.3125rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__head {
    height: 10.1875rem;
  }
}

.p-lending-plan__data span {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}

.p-lending-plan__head--regular,
.p-lending-plan__data.is-blue {
  background-color: #E6FAFB;
}

.p-lending-plan__head--premium,
.p-lending-plan__data.is-yellow {
  background-color: #FFFDDB;
}

.p-lending-plan__plan-name {
  font-weight: 700;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__plan-name {
    font-size: 0.875rem;
  }
}

.p-lending-plan__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__rate {
    margin-top: 1.875rem;
  }
}

.p-lending-plan__rate-unit {
  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;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.15;
}

.p-lending-plan__rate-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3.875rem;
  line-height: 0.6;
  letter-spacing: -1.874;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__rate-value {
    font-size: 6.25rem;
    letter-spacing: -0.1875rem;
  }
}

.p-lending-plan__rate-value span {
  font-size: 2.125rem;
}

.p-lending-plan__note {
  font-size: 0.625rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__note {
    font-size: 0.75rem;
  }
}

.p-lending-plan__text {
  font-weight: 500;
  font-size: 0.75rem;
  color: #2A585A;
  line-height: 0.9375rem;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .p-lending-plan__text {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1rem;
  }
}

.p-lending-plan__text span {
  color: #03BDBD;
}

.p-lending-simulation {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}

.p-lending-simulation h3 {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 1rem;
  color: #2A585A;
  line-height: 1.25rem;
  letter-spacing: 0.0875rem;
  cursor: pointer;
}

.p-lending-simulation h3::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../images/icon_toggle-black.webp) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-lending-simulation h3.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-lending-simulation__content {
  display: none;
  padding: 0.75rem 1rem;
  border-top: 0.0625rem dashed #C1C1C1;
}

.p-lending-simulation__text img:nth-child(1) {
  width: 20.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-lending-simulation__text img:nth-child(1) {
    width: 20rem;
  }
}

.p-lending-simulation__text img:nth-child(2) {
  width: 18.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lending-simulation__text img:nth-child(2) {
    width: 18.75rem;
  }
}

.p-lending-simulation__figure {
  margin-top: 1.25rem;
  padding: 0.8125rem 0.625rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}

.p-lending-simulation__note {
  margin-top: 0.5rem;
}

.p-lending-simulation__note p {
  font-weight: 400;
  font-size: 0.75rem;
  color: #2A585A;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
}

.p-lending-simulation__note p + p {
  margin-top: 0.125rem;
}

.p-lending-terms {
  max-width: 28.125rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}

.p-lending-terms h3 {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 1rem;
  color: #2A585A;
  line-height: 1.25rem;
  letter-spacing: 0.0875rem;
  cursor: pointer;
}

.p-lending-terms h3::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../images/icon_toggle-black.webp) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-lending-terms h3.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-lending-terms__content {
  display: none;
  background-color: #fff;
  border-top: 1px dashed #CEEDED;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}

.p-lending-terms__table-wrap {
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}

.p-lending-terms.is-top .p-lending-terms__table-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.p-lending-terms__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-lending-terms__table th,
.p-lending-terms__table td {
  font-weight: 500;
  color: #2A585A;
  text-align: center;
  vertical-align: middle;
  border-right: 1px dashed #CEEDED;
  border-bottom: 1px dashed #CEEDED;
  background-color: #fff;
  word-break: keep-all;
}

.p-lending-terms__table th {
  font-size: 0.75rem;
}

.p-lending-terms__table td {
  font-family: "Jost", sans-serif;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-lending-terms__table td {
    font-size: 0.75rem;
  }
}

.p-lending-terms__table td.is-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.p-lending-terms__table tr {
  height: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lending-terms__table tr {
    height: 4.1875rem;
  }
}

.p-lending-terms__table tr:last-child th,
.p-lending-terms__table tr:last-child td {
  border-bottom: none;
}

.p-lending-terms__table th:last-child,
.p-lending-terms__table td:last-child {
  border-right: none;
}

.p-lending-terms__head-label,
.p-lending-terms__label {
  width: 5.625rem;
  background-color: #F5F5F5 !important;
}
@media screen and (min-width: 768px) {
  .p-lending-terms__head-label,
  .p-lending-terms__label {
    width: 6.4375rem;
  }
}

.p-lending-terms__coin {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lending-terms__coin {
    gap: 0.5rem;
  }
}

.p-lending-terms__coin img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-lending-terms__coin span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lending-terms__coin span {
    font-size: 0.875rem;
  }
}

.p-lending-terms__head-label,
.p-lending-terms__label {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-lending-terms__head-label,
  .p-lending-terms__label {
    font-size: 1rem;
  }
}

.p-lending-terms__row--premium th,
.p-lending-terms__row--premium td {
  background: -webkit-gradient(linear, left top, left bottom, from(#57C8F7), to(#4DE8D4)) !important;
  background: linear-gradient(180deg, #57C8F7 0%, #4DE8D4 100%) !important;
  color: #fff !important;
}

.p-lending-terms__row--premium td {
  font-size: 1.5rem;
}

.p-lending-terms__row--premium td span {
  font-size: 0.75rem;
}

/* p-reason
-----------------------------------------------------*/
.p-reason {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-reason {
    margin-top: 5rem;
  }
}

.p-reason-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason-inner {
    max-width: calc(58.25rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason-head {
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}

.p-reason-head h2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2A585A;
  line-height: 2.28125rem;
  letter-spacing: 0.0525rem;
}
@media screen and (min-width: 768px) {
  .p-reason-head h2 p {
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.075rem;
  }
}

.p-reason-head h2 p span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4.55rem;
  background: linear-gradient(114deg, #53C3F1 0.01%, #4CD3E7 30.45%, #3FEAD9 71.35%, #37F3D3 95.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-reason-head h2 p span {
    font-size: 5rem;
    line-height: 6.5625rem;
  }
}

.p-reason-menu {
  padding: 0.5rem 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason-menu {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
    padding-bottom: 2.5rem;
  }
}

.p-reason-menu ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason-menu ul {
    gap: 1rem;
  }
}

.p-reason-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0.09375rem solid #53C3F1;
  border-radius: 0.375rem;
  background: #fff url(../images/icon_arrow-right-blue.svg) no-repeat center right/1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason-menu a {
    background: #fff url(../images/icon_arrow-right-blue.svg) no-repeat center right 0.5rem/1.5rem;
  }
}

.p-reason-menu a p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 1.875rem;
  color: #fff;
  background: linear-gradient(114deg, #53C3F1 0.01%, #4CD3E7 30.45%, #3FEAD9 71.35%, #37F3D3 95.13%);
  border-radius: 0.25rem 0 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason-menu a p:nth-child(1) {
    height: 2.375rem;
  }
}

.p-reason-menu a p:nth-child(2) {
  font-weight: 700;
  font-size: 0.875rem;
  width: calc(100% - 2.125rem);
  line-height: 1.25rem;
  color: #2A585A;
  letter-spacing: 0.04375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason-menu a p:nth-child(2) {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

/* p-reason01
-----------------------------------------------------*/
/* p-reason011
--------------------------*/
.p-reason011 {
  padding-top: 3rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason011 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-reason011-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason011-inner {
    max-width: calc(58.25rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason011-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason011-flex {
    max-width: calc(58.25rem + 96px);
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* p-reason012
--------------------------*/
.p-reason012 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(114deg, #53C3F1 0.01%, #4CD3E7 30.45%, #3FEAD9 71.35%, #37F3D3 95.13%);
  background-blend-mode: normal, overlay, normal;
}
@media screen and (min-width: 768px) {
  .p-reason012 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-reason012-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason012-inner {
    max-width: calc(50rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason012-head__img img {
  margin-left: auto;
  margin-right: auto;
}

.p-reason012-head__img img:nth-child(1) {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-head__img img:nth-child(1) {
    width: 14.6875rem;
  }
}

.p-reason012-head__img img:nth-child(2) {
  width: 14.0625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-head__img img:nth-child(2) {
    width: 20.9375rem;
    margin-top: 1.5rem;
  }
}

.p-reason012-head__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-head__text {
    margin-top: 2rem;
  }
}

.p-reason012-head__text p:nth-child(1) {
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3125rem;
  letter-spacing: 0.04375rem;
}

.p-reason012-head__text p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
}

.p-reason012-info {
  margin-top: 2.5rem;
}

.p-reason012-info h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.25rem;
  letter-spacing: 0.15rem;
  text-align: center;
}

.p-reason012-info {
  position: relative;
}

.p-reason012-info__items {
  --reason-gap: 3.125rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--reason-gap);
  margin-top: 1.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-reason012-info__items::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 4.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_top-reason-batsu.webp) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-reason012-info__items::before {
    top: 5rem;
  }
}

.p-reason012-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.p-reason012-info__card {
  border: 0.125rem solid #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  background: transparent;
}

.p-reason012-info__line {
  display: block;
  width: 0.125rem;
  min-height: 1.875rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-reason012-info__head {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

.p-reason012-info__head img {
  width: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-reason012-info__head img {
    width: 5rem;
  }
}

.p-reason012-info__head p {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3125rem;
  margin-top: 0.4375rem;
  letter-spacing: 0.0875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason012-info__head p {
    font-size: 1rem;
    margin-top: 0.625rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.p-reason012-info__content {
  display: none;
  padding: 0.5rem 0.5rem 1rem;
  border-top: 0.0625rem dashed #fff;
}
@media screen and (min-width: 768px) {
  .p-reason012-info__content {
    padding: 1rem;
  }
}

.p-reason012-info__content h4,
.p-reason012-info__content > p {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
}

.p-reason012-info__content h4 {
  font-weight: 700;
  text-align: center;
}

.p-reason012-info__content p {
  font-weight: 400;
}

.p-reason012-info__box {
  margin-top: 0.75rem;
  padding: 0.75rem 0.5rem;
  border: 0.125rem solid #fff;
  border-radius: 0.375rem;
}

.p-reason012-info__box p {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
}

.p-reason012-info__box p:nth-child(1) {
  font-weight: 700;
}

.p-reason012-info__box p:nth-child(2) {
  font-weight: 400;
  margin-top: 0.25rem;
}

.p-reason012-info__card > a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.4375rem;
  color: #009696;
  background-color: #F8ED12;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  text-align: center;
}

.p-reason012-info__card > a.is-open {
  background-color: #fff;
}

.p-reason012-info__card > a::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 1.5rem;
  background: url(../images/icon_arrow-right-blue.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-reason012-info__card > a.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-reason012-info__joint {
  width: 52.8vw;
  height: 9vw;
  margin-top: -0.125rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/img_top-reason-info-sp260327.webp) no-repeat center top/contain;
}
@media screen and (min-width: 423px) {
  .p-reason012-info__joint {
    width: 52.3vw;
  }
}
@media screen and (min-width: 500px) {
  .p-reason012-info__joint {
    width: 52vw;
  }
}
@media screen and (min-width: 600px) {
  .p-reason012-info__joint {
    width: 51.5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason012-info__joint {
    width: 26.5625rem;
    height: 1.875rem;
    background: url(../images/img_top-reason-info-pc.webp) no-repeat center top/contain;
  }
}

.p-reason012-rate {
  margin-top: 0.625rem;
  padding: 1.5rem 1rem 1rem;
  border: 0.125rem solid #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-rate {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}

.p-reason012-rate img {
  width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-reason012-rate img {
    width: 20.625rem;
  }
}

.p-reason012-rate__text p:nth-child(1) {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
}

.p-reason012-rate__text p:nth-child(2) {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #fff;
  line-height: 1.3125rem;
  letter-spacing: 0.04375rem;
  text-align: center;
}

.p-reason012-balance {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance {
    margin-top: 2.5rem;
  }
}

.p-reason012-balance h3 {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3125rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
  }
}

.p-reason012-balance__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.75rem;
  }
}

.p-reason012-balance__item {
  background-color: #fff;
  border-radius: 0.5rem;
}

.p-reason012-balance__head {
  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: 1rem;
  border-bottom: 0.0625rem dashed #C1C1C1;
}

.p-reason012-balance__head p:nth-child(1) {
  font-weight: 700;
  font-size: 0.875rem;
  color: #2A585A;
  line-height: 1.25rem;
  letter-spacing: 0.04375rem;
}

.p-reason012-balance__head p:nth-child(2) {
  font-weight: 500;
  font-size: 0.75rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  line-height: 1.25rem;
  letter-spacing: 0.075rem;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__head p:nth-child(2) {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
}

.p-reason012-balance__head p:nth-child(2).is-strong {
  color: #03BDBD;
  background-color: #E6FAFB;
}

.p-reason012-balance__head p:nth-child(2).is-weak {
  color: #ADA502;
  background-color: #FFFCBD;
}

.p-reason012-balance__middle {
  padding: 1rem;
}

.p-reason012-balance__middle dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-reason012-balance__middle dl + dl {
  margin-top: 0.75rem;
}

.p-reason012-balance__middle dt {
  font-weight: 400;
  font-size: 0.75rem;
  color: #2A585A;
  letter-spacing: 0.0375rem;
}

.p-reason012-balance__middle dd {
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.3125rem 0.75rem;
  letter-spacing: 0.0375rem;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__middle dd {
    padding: 0.5625rem 0.875rem;
  }
}

.p-reason012-balance__middle dl:nth-child(1) dd {
  color: #fff;
  background: linear-gradient(114deg, #53C3F1 0.01%, #4CD3E7 30.45%, #3FEAD9 71.35%, #37F3D3 95.13%);
}

.p-reason012-balance__middle dl:nth-child(2) dd {
  color: #2A585A;
  background-color: #F8ED12;
}

.p-reason012-balance__item:nth-child(1) dl:nth-child(1) dd {
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__item:nth-child(1) dl:nth-child(1) dd {
    width: 16.375rem;
  }
}

.p-reason012-balance__item:nth-child(2) dl:nth-child(1) dd {
  width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__item:nth-child(2) dl:nth-child(1) dd {
    width: 8.125rem;
  }
}

.p-reason012-balance__item:nth-child(1) dl:nth-child(2) dd {
  width: 8.625rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__item:nth-child(1) dl:nth-child(2) dd {
    width: 9.6875rem;
  }
}

.p-reason012-balance__item:nth-child(2) dl:nth-child(2) dd {
  width: 11.375rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-balance__item:nth-child(2) dl:nth-child(2) dd {
    width: 12.8125rem;
  }
}

.p-reason012-balance__bottom {
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.625rem;
  color: #009696;
  background-color: #E6FAFB;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
}

.p-reason012-risk {
  margin-top: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-risk {
    margin-top: 2.5rem;
  }
}

.p-reason012-risk h3 {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 1rem;
  color: #2A585A;
  line-height: 1.25rem;
  letter-spacing: 0.0875rem;
  cursor: pointer;
}

.p-reason012-risk h3::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../images/icon_toggle-black.webp) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-reason012-risk h3.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-reason012-risk__content {
  display: none;
  border-top: 0.0625rem dashed #C1C1C1;
  padding: 1rem;
}

.p-reason012-risk__content > p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #2A585A;
  line-height: 1.4875rem;
  letter-spacing: 0.04375rem;
}

.p-reason012-risk__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-risk__items {
    gap: 0.5rem;
  }
}

.p-reason012-risk__item {
  padding: 0.5rem;
  background-color: #E6FAFB;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-reason012-risk__item {
    padding: 0.75rem 1.125rem;
  }
}

.p-reason012-risk__item p:nth-child(1) {
  font-weight: 700;
  font-size: 0.75rem;
  color: #2A585A;
  line-height: 1.275rem;
  letter-spacing: 0.0375rem;
}

.p-reason012-risk__item p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #2A585A;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
}

/* p-reason02
-----------------------------------------------------*/
.p-reason02 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #E6FAFB;
}
@media screen and (min-width: 768px) {
  .p-reason02 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-reason02-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason02-inner {
    max-width: calc(77rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason-title img {
  width: 7.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-reason-title img {
    width: 10.3125rem;
  }
}

.p-reason-title p {
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 0.5rem;
  color: #2A585A;
  text-align: center;
  letter-spacing: 0.0525rem;
}
@media screen and (min-width: 768px) {
  .p-reason-title p {
    font-size: 2.5rem;
    margin-top: 0.9375rem;
    line-height: 3.25rem;
    letter-spacing: 0.075rem;
  }
}

.p-reason02-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason02-items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
  }
}

.p-reason02-item {
  padding: 0.25rem 0.5rem 1rem 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason02-item {
    padding: 1.5rem;
  }
}

.p-reason02-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason02-item__head {
    gap: 1rem;
  }
}

.p-reason02-item__head p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 1.875rem;
  color: #009696;
  border: 0.0625rem solid #009696;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-reason02-item__head p:nth-child(1) {
    width: 2.625rem;
    height: 2.625rem;
    color: #03BDBD;
    border: 0.0625rem solid #03BDBD;
  }
}

.p-reason02-item__head p:nth-child(2) {
  font-weight: 700;
  font-size: 0.875rem;
  width: calc(100% - 3.125rem);
  color: #009696;
  line-height: 1.25rem;
  letter-spacing: 0.0875rem;
}
@media screen and (min-width: 768px) {
  .p-reason02-item__head p:nth-child(2) {
    width: calc(100% - 3.625rem);
    font-size: 1rem;
    color: #2A585A;
    line-height: 1.3125rem;
    letter-spacing: 0.1rem;
  }
}

.p-reason02-item > p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  color: #2A585A;
  line-height: 1.3125rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-reason02-item > p {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.p-reason02 .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason02 .c-btn {
    margin-top: 2.5rem;
  }
}

/* p-reason03
-----------------------------------------------------*/
.p-reason03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-reason03 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-reason03-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason03-inner {
    max-width: calc(77rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason03-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason03-img {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-reason03-img img {
  width: 10.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason03-img img {
    width: 15.4375rem;
  }
}

.p-reason03-text {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  color: #2A585A;
  line-height: 1.3125rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-reason03-text {
    margin-top: 2.5rem;
    text-align: center;
  }
}

/* p-reason04
-----------------------------------------------------*/
.p-reason04,
.p-reason05 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #E6FAFB;
}
@media screen and (min-width: 768px) {
  .p-reason04,
  .p-reason05 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-reason05 {
  background-color: #fff;
}

.p-reason04-inner,
.p-reason05-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason04-inner,
  .p-reason05-inner {
    max-width: calc(32.5rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason04-img,
.p-reason05-img {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason04-img,
  .p-reason05-img {
    margin-top: 2.5rem;
  }
}

.p-reason04-img img,
.p-reason05-img img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-reason04-img img,
  .p-reason05-img img {
    width: 32.5rem;
  }
}

.p-reason04-text,
.p-reason05-text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason04-text,
  .p-reason05-text {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.p-reason04-text p:nth-child(1),
.p-reason05-text p:nth-child(1) {
  font-weight: 400;
  font-size: 0.875rem;
  color: #2A585A;
  line-height: 1.3125rem;
  letter-spacing: 0.035rem;
}

.p-reason04-text p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #2A585A;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .p-reason04-text p:nth-child(2) {
    margin-top: 0.5rem;
  }
}

/* p-step
-----------------------------------------------------*/
.p-step {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding-bottom: 5rem;
  }
}

.p-step-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-step-inner {
    max-width: calc(77rem + 96px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-reason-title img {
  width: 7.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-reason-title img {
    width: 10.3125rem;
  }
}

.p-reason-title p {
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 0.5rem;
  color: #2A585A;
  text-align: center;
  letter-spacing: 0.0525rem;
}
@media screen and (min-width: 768px) {
  .p-reason-title p {
    font-size: 2.5rem;
    margin-top: 0.9375rem;
    line-height: 3.25rem;
    letter-spacing: 0.075rem;
  }
}

.p-step-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-step-items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
  }
}

.p-step-item {
  padding: 0.25rem 0.5rem 1rem 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-step-item {
    padding: 1.5rem;
  }
}

.p-step-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-step-item__head {
    gap: 1rem;
  }
}

.p-step-item__head p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 1.875rem;
  color: #009696;
  border: 0.0625rem solid #009696;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-step-item__head p:nth-child(1) {
    width: 2.625rem;
    height: 2.625rem;
    color: #03BDBD;
    border: 0.0625rem solid #03BDBD;
  }
}

.p-step-item__head p:nth-child(2) {
  font-weight: 700;
  font-size: 0.875rem;
  width: calc(100% - 3.125rem);
  color: #009696;
  line-height: 1.25rem;
  letter-spacing: 0.0875rem;
}
@media screen and (min-width: 768px) {
  .p-step-item__head p:nth-child(2) {
    width: calc(100% - 3.625rem);
    font-size: 1rem;
    color: #2A585A;
    line-height: 1.3125rem;
    letter-spacing: 0.1rem;
  }
}

.p-step-item > p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  color: #2A585A;
  line-height: 1.3125rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-step-item > p {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.p-step .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-step .c-btn {
    margin-top: 2.5rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-top-faq {
  margin-top: 0;
  margin-bottom: 5.3125rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #E6FAFB;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    margin-bottom: 6.25rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-top-faq__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    max-width: calc(76.5rem + 96px);
    padding-left: 48px;
    padding-right: 48px;
  }
}

.p-top-faq .c-title p {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2A585A;
  letter-spacing: 0.0525rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-faq .c-title p {
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.075rem;
  }
}

.p-top-faq .l-faq-accordion {
  margin-top: 1rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq .l-faq-accordion {
    margin-top: 2.5rem;
    gap: 1rem;
  }
}

.p-top-faq .l-faq-accordion li:hover {
  background-color: #fff;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
