/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #3f3f41;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4 {
  text-wrap: wrap;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

.grecaptcha-badge {
  z-index: 9999;
}

.l-header {
  color: #232981;
  overflow-x: hidden;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .l-header {
    margin-bottom: 18px;
  }
}
.l-header__inner {
  display: flex;
  padding: 22px 40px;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .l-header__inner {
    padding: 20px 10px;
  }
}
.l-header__logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .l-header__logo img {
    max-width: 120px;
  }
}
.l-header__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 53px;
}
@media (max-width: 1024px) {
  .l-header__content {
    height: auto;
  }
}
.l-header__content::after {
  content: "";
  position: absolute;
  top: 4.5px;
  right: -16px;
  background-color: #d8d8d8;
  width: 1px;
  height: 44px;
}
@media (max-width: 1024px) {
  .l-header__content::after {
    display: none;
  }
}
.l-header__content:last-child::after {
  display: none;
}
.l-header__content-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}
.l-header__content-satei {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.l-header__content-satei--head {
  position: relative;
  font-size: 12px;
}
.l-header__content-satei--head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11.1803396794px;
  transform: rotateZ(116.57deg);
  width: 11.1803396794px;
  height: 1px;
  background-color: #232981;
}
.l-header__content-satei--head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11.1803396794px;
  transform: rotateZ(-116.57deg);
  width: 11.1803396794px;
  height: 1px;
  background-color: #232981;
}
.l-header__tel-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) {
  .l-header__tel-wrapper {
    gap: 8px;
  }
}
.l-header__tel {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1200px) {
  .l-header__tel {
    font-size: 20px;
  }
}
.l-header__tel span {
  line-height: 44px;
}
.l-header__tel-time {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 2px;
}
.l-header__tel-time--head {
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 7px;
}
.l-header__tel-time--body {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 0 2px 8px;
}
.l-header__tel-time--body span {
  font-family: noto-sans-jp, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-header__btn {
  display: flex;
  padding: 11px 30px;
  color: #232981;
  background-color: #ffec17;
  border-radius: 50px;
  gap: 8px;
  align-items: center;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1040px) {
  .l-header__btn {
    border-radius: 0;
    padding: 11px 31.5px;
    gap: 4px;
  }
  .l-header__btn img {
    width: 17px;
    height: auto;
    aspect-ratio: 1;
  }
}
.l-header__btn-text {
  display: flex;
  align-items: center;
  line-height: 31px;
  font-size: 20px;
}
@media (max-width: 1040px) {
  .l-header__btn-text {
    font-size: 15px;
    line-height: 18px;
  }
}
.l-header__btn--en {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  padding-right: 2px;
}
@media (max-width: 1040px) {
  .l-header__btn--en {
    font-size: 17px;
    line-height: 23px;
  }
}

.l-footer {
  background-color: #232981;
  color: #ffffff;
}
.l-footer__inner {
  padding: 80px 30px;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 50px 0 30px;
  }
}
.l-footer__content {
  text-align: center;
}
.l-footer__logo {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.l-footer__logo a {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__company {
  margin-bottom: 20px;
  font-weight: 500;
}
.l-footer__company a {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.l-footer__copyright {
  font-weight: 500;
  font-size: 13px;
}

.l-section__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .l-section__inner {
    padding: 50px 20px;
  }
}
.l-section--bg-gray {
  background-color: #efefef;
  border-radius: 80px 80px 0 0;
}
@media (max-width: 768px) {
  .l-section--bg-gray {
    border-radius: 40px 40px 0 0;
  }
}
.l-section.p-form {
  border-radius: 0 !important;
}
.l-section .l-wrapper {
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-section .p-faq .l-section__inner {
    padding: 50px 20px 30px;
  }
}

.p-top__fv {
  position: relative;
  margin-bottom: -7.1736011478%;
  width: 100%;
}
@media (max-width: 768px) {
  .p-top__fv {
    margin-bottom: 0;
  }
}
.p-top__fv img {
  width: 100%;
}
.p-top__fv-btn {
  position: absolute;
  bottom: 14.2037302726%;
  left: 16.3194444444%;
}
@media (max-width: 1000px) {
  .p-top__fv-btn__link {
    gap: 10px;
    padding: 8px 20px 8px 10px;
  }
}
@media (max-width: 1200px) {
  .p-top__fv-btn {
    bottom: 10%;
    left: 10%;
  }
}
@media (min-width: 1900px) {
  .p-top__fv-btn {
    bottom: 18%;
    left: 20%;
  }
}
@media (max-width: 1000px) {
  .p-top__fv .c-btn {
    padding: 8px 20px 8px 10px;
  }
}

.p-problem {
  background-image: url(../images/section-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-problem {
    padding: 0;
  }
}
.p-problem__inner {
  padding: 180px 0 109px;
}
@media (max-width: 768px) {
  .p-problem__inner {
    padding: 50px 0;
  }
}
.p-problem__content {
  text-align: center;
}
.p-problem__title {
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-problem__title {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0;
  }
}
.p-problem__title-wrapper {
  max-width: 682px;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .p-problem__title-bottom {
    font-size: 24px;
    white-space: nowrap;
  }
}
.p-problem__title-border {
  position: relative;
  z-index: 1;
  font-size: 42px;
  font-weight: 900;
  color: #232981;
}
@media (max-width: 768px) {
  .p-problem__title-border {
    font-size: 32px;
  }
}
.p-problem__title-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 16px;
  background-color: #ffec17;
  z-index: -1;
}

.p-solution--bg {
  background-image: url(../images/solution-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-solution--bg {
    margin-bottom: 50px;
    background-image: url(../images/solution-bg-sp.jpg);
  }
}
.p-solution__inner {
  padding: 160px 20px 0;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-solution__inner {
    padding: 60px 20px 0;
  }
}
.p-solution__text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .p-solution__text-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border-radius: none;
  }
}
.p-solution__title {
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-solution__title {
    font-size: 18px;
    line-height: 1.5;
    color: #3f3f41;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
  }
}
.p-solution__lead {
  font-size: 26px;
  color: #23acb0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-solution__lead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-solution__text {
  max-width: 506px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-solution__text {
    font-size: 14px;
  }
}
.p-solution__content-bottom {
  padding: 50px 20px 70px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(25, 23, 42, 0.3019607843);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-solution__content-bottom {
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-solution__content-bottom-text {
    height: auto;
  }
}
.p-solution__content-title {
  font-size: 45px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-solution__content-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.p-solution__content-lead {
  width: fit-content;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  margin: 0 auto 16px;
}
.p-solution__content-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  background-color: #ffffff;
  transform: rotateZ(-63.43deg);
  width: 18px;
  height: 1px;
}
.p-solution__content-lead::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  background-color: #ffffff;
  transform: rotateZ(63.43deg);
  width: 18px;
  height: 1px;
}
@media (max-width: 768px) {
  .p-solution__content-lead {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .p-solution__content-lead::before, .p-solution__content-lead::after {
    width: 16px;
  }
}
.p-solution__content-cta {
  display: flex;
  justify-content: center;
  gap: 60px;
  white-space: nowrap;
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .p-solution__content-cta {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-solution__content-cta {
    flex-direction: column;
    gap: 16px;
  }
}
.p-solution__content-tel {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-solution__content-tel {
    flex-direction: column;
    gap: 8px;
  }
}
.p-solution__tel {
  height: 44px;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-solution__tel {
    justify-content: center;
  }
}
.p-solution__tel-wrapper {
  display: block;
}
.p-solution__tel-wrapper p {
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.p-solution__tel-time {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 768px) {
  .p-solution__tel-time {
    flex-direction: unset;
    gap: 10px;
  }
}
.p-solution__tel-time--head {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-solution__tel-time--head {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.p-solution__tel-time--body {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
@media (max-width: 768px) {
  .p-solution__tel-time--body {
    font-size: 13px;
  }
}
.p-solution__tel-time--body span {
  font-size: 11px;
}
@media (max-width: 768px) {
  .p-solution__tel-time--body span {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
.p-solution__btn-content {
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
}
.p-solution__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-solution__btn-icon {
    width: 40px;
    height: auto;
  }
}
.p-solution__mobile-inner {
  padding: 50px 20px 20px;
}
.p-solution__mobile-title {
  font-size: 26px;
  padding: 0 -10px;
}
.p-solution__mobile-primary {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: #232981;
  margin-bottom: 50px;
}

.p-difference__inner {
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-difference__inner {
    margin: 0 auto;
  }
}
.p-difference__content {
  background-color: #ebf1f8;
  border-radius: 20px;
  padding: 80px 10px;
  position: relative;
}
@media (max-width: 768px) {
  .p-difference__content {
    padding: 50px 16px 72px;
    border-radius: 20px;
  }
}
.p-difference__lead {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-difference__lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.p-difference__lead span {
  font-weight: bold;
  color: #23acb0;
}
.p-difference__items {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-difference__items {
    gap: 30px;
  }
}
.p-difference__item img {
  margin: 0 auto;
}
.p-difference__finger {
  position: absolute;
  right: -79px;
  bottom: 70px;
}
@media (max-width: 1250px) {
  .p-difference__finger {
    top: auto;
    bottom: -100px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .p-difference__finger {
    bottom: 0;
    right: -10px;
  }
}

.p-feature__item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #c5d4d6;
}
@media (max-width: 768px) {
  .p-feature__item {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-feature__item:last-child {
  margin-bottom: 0;
}
.p-feature__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-feature__text {
  width: 50%;
}
@media (max-width: 768px) {
  .p-feature__text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-feature__text span {
  display: inline-block;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #c5d4d6;
}
@media (max-width: 768px) {
  .p-feature__text span {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.p-feature__text-title {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-feature__text-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-feature__text p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-feature__text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-feature__img-box {
  width: 50%;
  height: auto;
}
@media (max-width: 768px) {
  .p-feature__img-box {
    width: 100%;
  }
}

.p-promise__content-item {
  display: flex;
  gap: 55px;
}
@media (max-width: 768px) {
  .p-promise__content-item {
    flex-direction: column;
    gap: 26px;
  }
}
@media (max-width: 768px) {
  .p-promise__content-item img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-promise__content-text {
  max-width: 688px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-promise__content-text {
    text-align: left;
  }
}
.p-promise__content-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-promise__content-text p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-promise .l-section__inner {
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .p-promise .l-section__inner {
    padding: 0 20px 30px;
  }
}

.p-support__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .p-support__inner {
    padding: 0 20px;
  }
}
.p-support__content-items {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-support__content-items {
    flex-direction: column;
    gap: 16px;
  }
}
.p-support__content-item {
  width: 50%;
  border-radius: 16px;
  border: 1px solid #23acb0;
}
.p-support__content-item:nth-child(2) {
  border: 1px solid #fc878b;
}
@media (max-width: 768px) {
  .p-support__content-item {
    width: 100%;
    border-radius: 8px;
  }
}
.p-support__content-title {
  padding: 8px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 16px 16px 0 0;
  text-align: center;
  background-color: #23acb0;
}
@media (max-width: 768px) {
  .p-support__content-title {
    font-size: 16px;
    border-radius: 8px 8px 0 0;
  }
}
.p-support__content--bg-red {
  background-color: #fc878b;
}
.p-support__textbox {
  padding: 24px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-support__text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-support__text {
    font-size: 14px;
  }
}

.p-flow__content-item {
  position: relative;
  padding: 20px 40px;
  margin-bottom: 60px;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .p-flow__content-item {
    display: block;
    padding: 16px 10px;
    margin-bottom: 26px;
  }
}
.p-flow__content-item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 20px;
  background-image: url(../images/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-flow__content-item::after {
    width: 40px;
    height: 10px;
    bottom: -18px;
  }
}
.p-flow__content-item:last-child {
  margin-bottom: 0;
}
.p-flow__content-item:last-child::after {
  display: none;
}
.p-flow__content-top {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-flow__content-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
  }
}
.p-flow__content-top span {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  color: #c5d4d6;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-flow__content-top span {
    font-size: 16px;
  }
}
.p-flow__content-bottom {
  display: flex;
}
.p-flow__content-title {
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-flow__content-title {
    font-size: 20px;
  }
}
.p-flow__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-flow__text {
    font-size: 14px;
  }
}

.p-faq__content {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-faq__content {
    padding: 30px 0;
    border-radius: 20px;
  }
}
.p-faq__items {
  max-width: 820px;
  padding: 0 10px;
  margin: 0 auto;
}
.p-faq__item {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .p-faq__item {
    padding: 10px 0;
  }
}
.p-faq__item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.p-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-faq__question {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.p-faq__question-en {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0;
  color: #fc878b;
}
@media (max-width: 768px) {
  .p-faq__question-en {
    font-size: 20px;
    line-height: 27px;
  }
}
.p-faq__answer {
  padding-left: 34px;
}
@media (max-width: 768px) {
  .p-faq__answer {
    font-size: 14px;
  }
}

.p-form .l-section__inner {
  padding-top: 0;
}
.p-form__content {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-form__content {
    padding: 30px 0;
  }
}
.p-form__text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-form__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.p-form__wrapper {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 10px;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-form__item {
    gap: 4px;
    margin-bottom: 10px;
  }
}
.p-form__item:last-child {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-form__item:last-child {
    margin-bottom: 30px;
  }
}
.p-form__input {
  height: 52px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .p-form__input {
    height: 47px;
  }
}
.p-form__select-wrapper {
  position: relative;
}
.p-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3f3f41;
  border-bottom: 0;
}
.p-form__select {
  width: 100%;
  height: 52px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 12px 20px;
  appearance: none;
}
@media (max-width: 768px) {
  .p-form__select {
    height: 47px;
  }
}
.p-form__file-input {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  background-color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 768px) {
  .p-form__file-input {
    height: 47px;
    font-size: 13px;
  }
}
.p-form__file-input:hover {
  background-color: #f8f8f8;
  border-color: #c5d4d6;
}
.p-form__file-input::file-selector-button {
  padding: 12px 20px;
  margin-right: 20px;
  border: none;
  border-radius: 4px;
  background-color: #c5d4d6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .p-form__file-input::file-selector-button {
    padding: 6px 12px;
    margin-right: 12px;
    font-size: 13px;
  }
}
.p-form__file-input::file-selector-button:hover {
  background-color: #b0c3c5;
}
.p-form__note {
  font-weight: 500;
  font-size: 13px;
}
.p-form__privacy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 40px;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
  gap: 10px;
}
.p-form__privacy a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #232981;
  text-align: center;
}
.p-form__checkbox {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
.p-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-form__btn-img {
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-form__submit button {
  border-radius: 50px;
  padding: 8px 40px 8px 10px;
  background-color: #232981;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  max-width: 267px;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-form__submit button:hover {
  background-color: #1d2366;
}
.p-form__submit button img {
  display: block;
  width: 21px;
  height: 20px;
}
.p-form__submit button span {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  flex: 1;
}
.p-form__submit__btn-text {
  display: block;
  max-width: 156px;
  width: 100%;
  text-align: center;
}
.p-form__submit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 12px;
}
.p-form__submit-btn img {
  display: block;
  width: 24px;
  height: auto;
}
.p-form__submit-btn--large {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 32px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.p-form__submit-btn--large:hover {
  background-color: #1d2366;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 8px 40px 8px 10px;
  background-color: #ffec17;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3490196078);
  border-radius: 50px;
}
@media (max-width: 768px) {
  .c-btn {
    width: 100%;
    gap: 0;
  }
}
.c-btn img {
  display: block;
  width: 24px;
  height: auto;
}
.c-btn--large {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 32px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.c-btn--large:hover {
  background-color: #1d2366;
}
.c-btn__text {
  flex: 1;
  font-size: 24px;
  color: #232981;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .c-btn__text {
    font-size: 18px;
  }
}
.c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-btn__icon {
    width: 40px;
    height: auto;
  }
}

.p-slider {
  position: relative;
  overflow: hidden;
  background-image: url(../images/slider-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(225, 225, 225, 0.8);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-slider {
    margin-bottom: 50px;
  }
}
.p-slider__inner {
  position: relative;
  z-index: 1;
  padding: 80px 0 114px;
}
@media (max-width: 768px) {
  .p-slider__inner {
    padding: 30px 0 50px;
  }
}
.p-slider__title {
  width: fit-content;
  padding: 8px 28px;
  color: #ffffff;
  background-color: #232981;
  line-height: 1.5;
  margin: 0 auto 26px;
  border-radius: 8px;
  text-align: center;
}
.p-slider__caption {
  max-width: 500px;
  width: 100%;
  padding: 10px 15px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

.p-slider__slider {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.p-slider__slider .splide__track {
  overflow: visible;
}
.p-slider__slider .splide__slide {
  position: relative;
}
.p-slider__slider .splide__slide img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-slider__slider .splide__slide img {
    height: 235px;
  }
}
.p-slider__slider .splide__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-slider__slider .splide__slide.is-visible::after {
  opacity: 0;
}
.p-slider__slider .splide__arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-slider__slider .splide__arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  position: absolute;
  pointer-events: auto;
  z-index: 10;
  top: 45%;
  display: inline-flex;
}
.p-slider__slider .splide__arrow:hover {
  opacity: 0.8;
}
.p-slider__slider .splide__arrow img {
  display: inline-flex;
}
.p-slider__slider .splide__arrow--prev {
  left: 60px;
}
.p-slider__slider .splide__arrow--next {
  right: 60px;
}
.p-slider__slider .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-slider__slider .splide__pagination {
    margin-top: 20px;
  }
}
.p-slider__slider .splide__pagination {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.p-slider__slider .splide__pagination__page {
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  padding: 0;
}
@media (max-width: 768px) {
  .p-slider__slider .splide__pagination__page {
    width: 20px;
  }
}
.p-slider__slider .splide__pagination__page.is-active {
  width: 40px;
  height: 8px;
  background: #23acb0;
  transform: none;
}
@media (max-width: 768px) {
  .p-slider__slider .splide__pagination__page.is-active {
    width: 20px;
  }
}
.p-slider__slider .splide__pagination__page:hover {
  opacity: 0.8;
}

.c-section__title {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-section__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.c-section__lead {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #23acb0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .c-section__lead {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 4px;
  }
}

.p-confirm .p-form .l-section__inner {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-confirm .p-form .l-section__inner {
    padding-top: 50px;
  }
}
.p-confirm__wrapper {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 10px;
}
.p-confirm__table {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-confirm__table {
    margin-bottom: 30px;
  }
}
.p-confirm__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .p-confirm__row {
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
  }
}
.p-confirm__row:first-child {
  border-top: 1px solid #e1e1e1;
}
.p-confirm__th {
  width: 200px;
  min-width: 200px;
  font-weight: 700;
  color: #232981;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-confirm__th {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
}
.p-confirm__td {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  word-break: break-all;
}
@media (max-width: 768px) {
  .p-confirm__td {
    font-size: 14px;
  }
}

.p-confirm__note {
  font-size: 13px;
  color: #e53e3e;
  text-align: center;
  margin-bottom: 20px;
}

.p-form__btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-form__btn-group {
    flex-direction: column-reverse;
    gap: 12px;
  }
}

.p-form__btn--back {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 8px 40px;
  background-color: #999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 267px;
  width: 100%;
  height: 56px;
}
.p-form__btn--back:hover {
  background-color: #777;
}
@media (max-width: 768px) {
  .p-form__btn--back {
    padding: 10px 40px;
  }
}

.p-form__btn--submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 8px 40px 8px 10px;
  background-color: #232981;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  max-width: 267px;
  width: 100%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  gap: 12px;
}
.p-form__btn--submit:hover {
  background-color: #1d2366;
}
.p-form__btn--submit .p-form__btn-img {
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-form__btn--submit .p-form__btn-img img {
  display: block;
  width: 21px;
  height: 20px;
}
.p-form__btn--submit .p-form__btn-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

.p-error {
  background-color: #fff5f5;
  border: 1px solid #e53e3e;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 30px;
}
.p-error p {
  color: #c53030;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.p-error p:not(:last-child) {
  margin-bottom: 4px;
}

.p-complete__message {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-complete__message {
    padding: 30px 0;
  }
}
.p-complete__message p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-complete__message p {
    font-size: 14px;
  }
}

.u-pc-only {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-header-pc-only {
  display: inline !important;
}
@media (max-width: 1040px) {
  .u-header-pc-only {
    display: none !important;
  }
}

.u-header-sp-only {
  display: none !important;
}
@media (max-width: 1040px) {
  .u-header-sp-only {
    display: block !important;
  }
}

.u-clear {
  overflow: hidden !important;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .u-mb-80 {
    margin-bottom: 30px;
  }
}