html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1439px) and (min-width: 767px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 414 * 100vw);
  }
}

body {
  color: #252f3d;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  line-height: normal;
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #252f3d;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  color: inherit;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.l-fp {
  background-image: url(../img/subsuk_bg.png);
  background-repeat: no-repeat;
  background-position: top top;
  background-size: cover;
  width: 100vw;
  padding-block: 3.75rem 3.125rem;
}

.l-fp__inner {
  max-width: 25.875rem;
  padding-inline: 1.4375rem;
  margin-inline: auto;
}

.c-logo {
  font-size: max(12px, 0.75rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 1.25rem;
  border: 0.0625rem solid #252f3d;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 0.25rem 1rem;
  }
}

.c-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-title span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-title span.en {
    font-size: 3.75rem;
  }
}
.c-title span.ja {
  left: 17.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-title span.ja {
    font-size: 0.9375rem;
  }
}

.c-title__flow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-title__flow span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-title__flow span.en {
    font-size: 3.75rem;
  }
}
.c-title__flow span.ja {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-title__flow span.ja {
    font-size: 0.9375rem;
  }
}

.c-title__flow span {
  color: #ffffff;
}

.c-title__flow.force-black span {
  color: #252f3d !important;
}

.c-title__space {
  margin-block: 6.25rem;
  border: 1px solid #252f3d;
  width: 100%;
}

.c-cta {
  position: relative;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-block: 5rem 10.75rem;
  }
}

.c-cta__inner {
  width: 100%;
  padding-inline: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 1.4375rem;
  }
}

.c-cta__clock {
  position: absolute;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/cta_img_clock_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30.4375rem;
  height: 28.375rem;
  bottom: -6.5rem;
  left: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__clock {
    width: 14.6875rem;
    height: 13.6875rem;
    bottom: -3.875rem;
    left: unset;
    right: -4.5rem;
  }
}

.c-cta__clock_staple {
  position: relative;
  width: 14.375rem;
  height: 11.25rem;
  top: 5.625rem;
  left: 7.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta__clock_staple {
    width: 6.9375rem;
    height: 5.375rem;
    top: 2.1875rem;
    left: 3.375rem;
  }
}

.c-cta__clock-long {
  position: absolute;
  width: 23.5rem;
  height: 1.875rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-cta__clock-long {
    width: 11.25rem;
    height: 0.9375rem;
    top: 122%;
    left: 105%;
  }
}

.c-cta__clock-short {
  position: absolute;
  width: 16.5rem;
  height: 1.5625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-cta__clock-short {
    width: 7.9375rem;
    height: 0.75rem;
    top: 118%;
    left: 107%;
  }
}

.c-cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    gap: 1.25rem;
  }
}

.c-cta__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-cta__en {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(
    125deg,
    #4081c3 7.46%,
    #52b87d 42.95%,
    #f3cf3d 84.23%
  );
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .c-cta__en {
    font-size: 3.75rem;
  }
}

.c-cta__ja,
.c-cta__lead {
  color: #ffffff;
}

.c-cta__ja {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-cta__lead {
    padding-inline: 2.0625rem;
  }
}

.c-cta__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: max(12px, 0.9375rem);
    font-weight: 500;
    line-height: 1.6;
  }
}

.p-fp__head {
  width: 14.9375rem;
  height: auto;
  aspect-ratio: 239/36;
  margin-inline: auto;
}

.p-fp__head-text {
  text-align: center;
  padding-inline: 4.25rem;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 1.25rem;
}

.p-fp__head-img-main {
  margin-inline: auto;
  margin-top: 1.8125rem;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/205;
  padding-left: 1rem;
}

button {
  display: block;
  margin-inline: auto;
  margin-top: 0.625rem;
}

.p-fp__btn {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  padding-block: 0.3125rem;
  background-color: #fb536e;
  border-radius: 100vmax;
  color: #ffffff;
  width: 15.625rem;
}
.p-fp__btn p:first-child {
  font-size: 12px;
  font-weight: 700;
}
.p-fp__btn p:last-child {
  font-size: 16px;
  font-weight: 700;
  padding-right: 1.375rem;
}

.p-fp__about {
  margin-top: 2.5rem;
}

.p-fp__about-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.p-fp__about-title::before {
  content: "";
  position: absolute;
  width: 8.75rem;
  height: 0.375rem;
  border-radius: 100vmax;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50%;
  background-color: #252f3d;
}

.p-fp__about-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.p-fp__about-card {
  padding: 1.75rem 0.625rem 1.875rem 0.625rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.125rem 0.5rem;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  align-items: center;
  width: 100%;
}

.p-fp__about-cards li:nth-child(3) {
  gap: 0.3125rem;
}

.p-fp__about-point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.3125rem;
  padding-inline: 0.9375rem;
  background-color: #fb536e;
  border-radius: 100vmax;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.p-fp__about-head {
  font-size: 17px;
  font-weight: 700;
}

.p-fp__about-img {
  width: 21.625rem;
  height: auto;
  aspect-ratio: 346/205;
  margin-top: 1.8125rem;
}

.p-fp__about-cards li:nth-child(2) .p-fp__about-img {
  width: 18.875rem;
  height: auto;
  aspect-ratio: 302/154;
  margin-top: 0.9375rem;
  margin-left: 1rem;
}

.p-fp__about-cards li:nth-child(3) .p-fp__about-img {
  width: 17.8125rem;
  height: auto;
  aspect-ratio: 285/193;
  margin-top: 1.0625rem;
}

.p-fp__about-cards li:nth-child(2) .p-fp__about-text {
  margin-top: 1.25rem;
}

.p-fp__about-text {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.p-fp__about-btn {
  margin-top: 0.6875rem;
  padding-inline: 3.5625rem;
  background-color: #252f3d;
  padding-block: 0.75rem;
  border-radius: 100vmax;
}
.p-fp__about-btn p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.p-fp__money {
  margin-top: 2.25rem;
}

.p-fp__money-card {
  margin-top: 2.875rem;
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 0.625rem;
}

.p-fp__money-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #252f3d;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding-block: 0.3125rem;
}

.p-fp__money-card-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1.25rem;
}

.p-fp__money-card-list {
  width: 100%;
  padding-block: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-fp__money-card-lists .p-fp__money-card-list:nth-child(2) {
  padding-block: 1.25rem 0.625rem;
  border-top: 1px solid #d8d8d8;
}

.p-fp__money-card-list-head {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  .p-fp__money-card-list-head {
    font-size: 13px;
  }
}

.p-fp__money-card-list-body {
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .p-fp__money-card-list-body {
    font-size: 35px;
  }
}
.p-fp__money-card-list-body span {
  font-size: 15px;
}
@media screen and (max-width: 374px) {
  .p-fp__money-card-list-body span {
    font-size: 12px;
  }
}

.p-fp__money-card-sub {
  padding-inline: 0.4375rem;
  display: flex;
  justify-content: baseline;
  gap: 1.25rem;
}

.p-fp__money-card-sub-label {
  background-color: #fb536e;
  color: #ffffff;
  padding-block: 0.125rem;
  padding-inline: 0.8125rem;
  border-radius: 100vmax;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.p-fp__money-card-sub-money {
  color: #848c9c;
}

.p-fp__money-card-btn {
  margin-top: 0.9375rem;
  max-width: 305px;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  background-color: #08bbba;
  border-radius: 10px;
}

.p-fp__money-card-btn-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 374px) {
  .p-fp__money-card-btn-text {
    font-size: 13px;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-lg {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-lg {
    display: block !important;
  }
}

.u-font {
  font-family: "Century Gothic", sans-serif;
}
.u-font__jp {
  font-family: "Century Gothic", sans-serif;
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
