*,
*::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;
  font: inherit;
  font-size: 100%;
  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;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 429px) {
  html {
    font-size: calc(16 / 430 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F5F5F5;
}

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

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

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

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

.l-fv__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-fv__container {
    flex-direction: column;
    row-gap: 2.625rem;
  }
}

.l-flex__container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-flex__container {
    row-gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.l-cta__container {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-cta__container {
    flex-direction: column;
    align-items: center;
    row-gap: 1.875rem;
    column-gap: unset;
  }
}

.l-grid__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-grid__container {
    margin-top: 30px;
    gap: 30px;
  }
}

.l-price__container {
  margin-block: 80px;
  overflow-x: scroll;
  width: 100%;
  opacity: 0;
}
.l-price__container.is-active {
  animation: cardShowAnimation 1s ease both;
}

.l-question__container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-question__container {
    margin-top: 30px;
  }
}

.l-company__container {
  margin-top: 70px;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer__inner {
  width: min(1340px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.l-section {
  width: 100%;
  height: auto;
}

.c-header__btn {
  display: inline-block;
  padding-inline: 2.3125rem;
  padding-block: 1rem;
  background-color: #599CC2;
  border-radius: 100vmax;
  color: #fff;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 0.1071428571;
  letter-spacing: 0em;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-header__btn {
    font-size: 0.875rem;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

#js-mouse {
  pointer-events: none;
  cursor: none;
  position: fixed;
  z-index: 9999;
  top: -5px;
  left: -5px;
  width: 0px;
  height: 0px;
  transform: translate(0, 0);
  background-color: rgba(36, 119, 171, 0.4);
  border-radius: 50%;
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}
#js-mouse.js-hover {
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.c-heading__title {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 2rem;
  }
}
.c-heading__title span {
  font-size: max(3.875rem, 49.6px);
  font-weight: 700;
  line-height: 0.0241935484;
  letter-spacing: 0em;
  line-height: 1.5;
  display: inline-block;
  translate: 0 100%;
}
@media screen and (max-width: 767px) {
  .c-heading__title span {
    font-size: 3.875rem;
  }
}
.c-heading__title span.is-active {
  animation: showText 0.5s forwards;
}
@keyframes showText {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
.c-heading__title .c-heading__sub {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  translate: 0;
  display: block;
  animation: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-heading__title .c-heading__sub {
    font-size: 1.125rem;
  }
}
.c-heading__title .c-heading__sub.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-heading__title .c-heading__sub {
    font-size: 1rem;
  }
}

.c-card__item {
  position: relative;
  padding-block: 35px 36px;
  width: 100%;
  opacity: 0;
  translate: 100px;
}
.c-card__item.is-active {
  animation: cardLeftAnimations 0.5s ease forwards;
}
@keyframes cardLeftAnimations {
  0% {
    translate: 100px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes cardRightAnimations {
  0% {
    translate: -100px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-card__item {
    padding-block: 20px;
  }
}
.c-card__item::before {
  content: "";
  width: 70vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: calc(70% - 70vw);
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-card__item::before {
    content: none;
  }
}
.c-card__item:nth-of-type(even) {
  opacity: 0;
  translate: -100px;
}
.c-card__item:nth-of-type(even).is-active {
  animation: cardRightAnimations 0.5s ease forwards;
}
.c-card__item:nth-of-type(even) .c-crad__container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card__item:nth-of-type(even) .c-crad__container {
    flex-direction: column;
  }
}
.c-card__item:nth-of-type(even)::before {
  left: unset;
  right: calc(50% - 50vw);
}

.c-crad__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-crad__container {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.c-card__image {
  width: min(475px, 42.4107142857%);
  height: auto;
  aspect-ratio: 475/329;
}
@media screen and (max-width: 767px) {
  .c-card__image {
    width: 100%;
  }
}
.c-card__image img {
  object-fit: cover;
}

.c-card__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(480px, 42.8571428571%);
}
@media screen and (max-width: 767px) {
  .c-card__text-wrap {
    width: 100%;
  }
}

.c-card__copy {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #599CC2;
}
@media screen and (max-width: 767px) {
  .c-card__copy {
    font-size: 1.125rem;
  }
}

.c-card__title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 3px solid #599CC2;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.5rem;
  }
}

.c-card__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #202020;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 1rem;
  }
}

.c-cta__card {
  width: calc(50% - 15px);
  height: auto;
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  background-color: #FDFDFD;
  border-radius: 0.9375rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  color: #202020;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
}
.c-cta__card.is-active {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 767px) {
  .c-cta__card {
    width: 100%;
    padding-block: 1.25rem;
  }
}

.c-cta__card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-cta__card-container {
    row-gap: 0.9375rem;
  }
}

.cta__title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 0.875rem;
  }
}
.cta__title span {
  display: block;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
.cta__title span::before, .cta__title span::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
.cta__title span::after {
  left: -16px;
  rotate: -45deg;
}
.cta__title span::before {
  right: -16px;
  rotate: 45deg;
}

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

.c-cta__icon {
  width: 50px;
  height: auto;
  aspect-ratio: 1;
}
.c-cta__icon img {
  object-fit: contain;
}

.c-cta__btn {
  display: block;
  width: min(385px, 100%);
}
.c-cta__btn.--fv-button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta__btn.--fv-button a {
    padding-block: 1.21875rem;
    border: 2px solid #fff;
  }
}
.c-cta__btn a {
  display: block;
  width: 100%;
  height: auto;
  padding-block: 0.84375rem;
  text-align: center;
  padding-left: 32px;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: #599CC2;
  border: 1px solid #599CC2;
  color: #fff;
  position: relative;
  border-radius: 100vmax;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .c-cta__btn a:hover {
    background-color: #fff;
    color: #202020;
    border-color: #202020;
  }
}
.c-cta__btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./../img/cta_btn1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
  left: 6px;
  z-index: 4;
}
.c-cta__btn a::after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 10px;
  z-index: 3;
  transition: background-color 0.3s ease;
}
.c-cta__btn.--btn2 a {
  border: 1px solid #202020;
  background-color: #fff;
  color: #202020;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.c-cta__btn.--btn2 a::before {
  background-image: url("./../img/cta_bnt2.svg");
}
.c-cta__btn.--btn2 a::after {
  background-color: #000;
}
@media (hover: hover) {
  .c-cta__btn.--btn2 a:hover {
    background-color: #202020;
    color: #fff;
    border-color: #202020;
  }
  .c-cta__btn.--btn2 a:hover::after {
    background-color: #fff;
    opacity: 0;
  }
}

.c-cta__bg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: calc(-50% + 124px);
  left: 50%;
  translate: -50% 50%;
  z-index: 1;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .c-cta__bg {
    width: 100%;
    bottom: calc(-50% + 164px);
  }
}
.c-cta__bg img {
  object-fit: contain;
}

.c-vision__item {
  position: relative;
  width: 100%;
  opacity: 0;
  translate: 100px;
}
.c-vision__item.is-active {
  animation: cardLeftAnimations 0.5s ease forwards;
}
.c-vision__item:nth-of-type(odd) {
  opacity: 0;
  translate: -100px;
}
.c-vision__item:nth-of-type(odd).is-active {
  animation: cardRightAnimations 0.5s ease forwards;
}
.c-vision__item:nth-of-type(odd) .c-vision__container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-vision__item:nth-of-type(odd) .c-vision__container {
    flex-direction: column;
  }
}

.c-vision__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-vision__container {
    flex-direction: column;
  }
}

.c-vision__image {
  width: min(400px, 35.7142857143%);
  height: auto;
  aspect-ratio: 400/300;
  padding-block: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-vision__image {
    width: 100%;
  }
}
.c-vision__image img {
  object-fit: cover;
}

.c-vision__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(570px, 50.8928571429%);
}
@media screen and (max-width: 767px) {
  .c-vision__text-wrap {
    width: 100%;
  }
}

.c-vision__title {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 0.046875;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-bottom: 30px;
  color: #599CC2;
}
@media screen and (max-width: 767px) {
  .c-vision__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-vision__title {
    font-size: 1.5rem;
  }
}

.c-vision__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-vision__text {
    font-size: 1rem;
  }
}
.c-vision__text:last-child {
  margin-bottom: 0;
}

.c-button-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  align-items: center;
}
.c-button-wrap span {
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 0.125;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #202020;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button-wrap span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button-wrap span {
    display: none;
  }
}
.c-button-wrap span::before {
  content: "";
  width: 112px;
  height: 1px;
  background-color: #202020;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -122px;
}
.c-button-wrap span::after {
  content: "";
  width: 112px;
  height: 1px;
  background-color: #202020;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -122px;
}

.p-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 0.94125rem;
  background-color: #fff;
}
.p-header.is-active {
  position: fixed;
  width: 100%;
  z-index: 111;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  color: #fff;
}
.p-header.is-active .p-header__list li a::before {
  background-color: #fff;
}

.p-header__inner {
  display: grid;
  align-items: center;
  padding-inline: 1.875rem;
  grid-template-columns: 200px 1fr;
}

.p-header__logo {
  width: 12.5rem;
  height: auto;
  display: block;
}
.p-header__logo img {
  object-fit: contain;
}
.p-header__logo.--drawer {
  position: absolute;
  top: 20px;
  left: 20px;
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.p-header__list li a {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.1071428571;
  letter-spacing: 0.0028571429em;
  line-height: 31px;
  padding-inline: 0.9375rem;
  display: block;
  position: relative;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 0.875rem;
  }
}
.p-header__list li a::before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #599CC2;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -4px;
  scale: 0 1;
  transition: scale 0.3s ease;
}
@media (hover: hover) {
  .p-header__list li a:hover::before {
    scale: 1 1;
  }
}
.p-header__list.--drawer li a {
  font-size: 1rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header__list.--drawer li a:hover {
    opacity: 0.7;
  }
  .p-header__list.--drawer li a:hover::before {
    content: none;
  }
}
.p-header__list .--login {
  border-left: 1px solid #599CC2;
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  color: #001A75;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.p-drawer__icon {
  position: absolute;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  padding-block: 15px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: calc(100% - 10px);
  height: 2px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -45deg;
  translate: 0 -5.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 100vh;
  height: 100svh;
  background: #fff;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 138px 40px;
  padding-inline: 50px;
  position: relative;
}

.p-header__list.--drawer {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-header__list.--drawer li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer {
  background-color: #000;
  padding-block: 1.875rem;
  color: #FDFDFD;
}

.p-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}

.p-footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav.--bottom {
    flex-direction: row;
  }
}
.p-footer__nav li {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.1071428571;
  letter-spacing: 0.0028571429em;
  line-height: 1.5;
  padding-block: 1.0625rem;
  padding-inline: 0.9375rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav li.--order1 {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav li.--order2 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav li.--order3 {
    order: 2;
  }
}
.p-footer__nav li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  transition: scale 0.3s ease;
}
.p-footer__nav li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FDFDFD;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -4px;
  scale: 0 1;
  transition: scale 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav li a:hover::before {
    scale: 1 1;
  }
}
.p-footer__nav li.--login {
  border-left: 1px solid #FDFDFD;
}

.p-footer__right {
  width: 172px;
  height: auto;
  aspect-ratio: 172/116.52;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    display: none;
  }
}
.p-footer__right img {
  object-fit: cover;
}

.p-footer__copyright {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 0.1071428571;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: left;
  }
}

.p-fv {
  padding-block: 3.125rem 8.375rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-block: 50px 100px;
  }
}

.p-section__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-section__bg img {
  object-fit: cover;
}

.p-fv__text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text-wrap {
    row-gap: 0.75rem;
  }
}

.p-fv__title {
  font-size: max(3.25rem, 41.6px);
  font-weight: 700;
  line-height: 0.0288461538;
  letter-spacing: 0em;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.75rem;
  }
}
.p-fv__title span {
  font-size: max(4.5rem, 57.6px);
  font-weight: 700;
  line-height: 0.0208333333;
  letter-spacing: 0em;
  line-height: 1;
  color: #599CC2;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 2.375rem;
  }
}
.p-fv__title + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-fv__title + p {
    margin-top: 10px;
  }
}
.p-fv__title.is-active {
  animation: cardShowAnimation 0.5s ease both;
}

@keyframes cardShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvLeftAnimation {
  0% {
    translate: 50px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes fvUpAnimation {
  0% {
    translate: 0 50px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
.p-fv__text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: normal;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1.125rem;
  }
}
.p-fv__text.is-active {
  animation: cardShowAnimation 0.5s 0.5s ease both;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
  }
}

.p-fv__image-wrap {
  display: flex;
  align-items: center;
  opacity: 0;
}
.p-fv__image-wrap.is-active {
  animation: cardShowAnimation 0.5s 0.8s ease both;
}

.p-fv__image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 6.375rem;
  height: auto;
  aspect-ratio: 1;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  border: 1.61px solid #FDFDFD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    font-size: 1.125rem;
  }
}
.p-fv__image::before, .p-fv__image::after {
  content: "";
  width: 22px;
  height: auto;
  border-top: 2.43px solid #FDFDFD;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 50% -50%;
}
.p-fv__image::before {
  rotate: 45deg;
}
.p-fv__image::after {
  rotate: -45deg;
}
.p-fv__image:last-of-type::after, .p-fv__image:last-of-type::before {
  content: none;
}

.p-fv__form {
  width: min(320px, 100%);
  height: auto;
  background-color: #fff;
  flex-shrink: 0;
  opacity: 0;
  translate: -50px;
}
.p-fv__form.is-active {
  animation: fvLeftAnimation 0.5s ease both;
}
@media screen and (max-width: 767px) {
  .p-fv__form {
    width: 100%;
    background-color: transparent;
  }
}
.p-fv__form input[type=text],
.p-fv__form input[type=email],
.p-fv__form input[type=password] {
  border-radius: 5px;
  width: 100%;
  height: 2.625rem;
  border: 1px solid #D9D9D9;
  background-color: #FDFDFD;
  cursor: pointer;
}
.p-fv__form input[type=text]::placeholder,
.p-fv__form input[type=email]::placeholder,
.p-fv__form input[type=password]::placeholder {
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 0.125;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #A1A1A1;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__form input[type=text]::placeholder,
  .p-fv__form input[type=email]::placeholder,
  .p-fv__form input[type=password]::placeholder {
    font-size: 0.75rem;
  }
}
.p-fv__form .contact__data-checkbox {
  text-align: center;
  padding-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__form .contact__data-checkbox {
    display: none;
  }
}
.p-fv__form .contact__data-checkbox span {
  display: inline-block;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 0.125;
  letter-spacing: 0em;
  color: #202020;
  line-height: 1.5;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-fv__form .contact__data-checkbox span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__form .contact__data-checkbox span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__form .contact__row {
    display: none;
  }
}
.p-fv__form .contact__head {
  margin-bottom: 4px;
}
.p-fv__form .contact__form {
  row-gap: 0.625rem;
  margin-top: 0;
}

.p-fv__form-wrap {
  padding-inline: 1.25rem;
  padding-block: 1.875rem;
}

.p-reason {
  padding-block: 12.75rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-block: 120px 50px;
  }
}

.p-pick-up {
  padding-block: 100px 182px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pick-up {
    padding-block: 50px;
  }
}

.pick-up__swiper-container {
  margin-top: 70px;
  opacity: 0;
}
.pick-up__swiper-container.is-active {
  animation: cardShowAnimation 1s ease both;
}
@keyframes cardShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pick-up__swiper-container {
    margin-top: 50px;
  }
}

.pick-up__swiper-wrapper {
  padding-block: 1.875rem;
}

.pick-up__item {
  width: 300px;
  height: 367px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.pick-up__image {
  width: 100%;
  height: auto;
  aspect-ratio: 300/168;
}
.pick-up__image img {
  object-fit: cover;
}

.pick-up__text-wrap {
  display: flex;
  flex-direction: column;
  padding-inline: 30px;
  padding-block: 20px 30px;
  color: #202020;
  align-items: center;
  row-gap: 20px;
}

.p-pick-up__title {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pick-up__title {
    font-size: 1rem;
  }
}

.p-pick-up__text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 0.1071428571;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pick-up__text {
    font-size: 0.875rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  top: calc(50% + 100px);
  translate: 0 -50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-color: #fff;
  border-radius: 50%;
  color: #599CC2;
  width: 42px;
  height: 42px;
  aspect-ratio: 1;
  font-size: 0.0625rem;
  z-index: 2;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #599CC2;
  border-right: 2px solid #599CC2;
  rotate: -45deg;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}

.swiper-button-prev {
  left: -35px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev::before {
  rotate: 135deg;
}

.swiper-button-next {
  right: -35px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #599CC2;
}

.p-cta {
  padding-block: 100px;
  height: auto;
  background-image: linear-gradient(180deg, #599CC2, #8BBFDD);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 50px;
  }
}

.p-function {
  padding-block: 100px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-function {
    padding-block: 50px;
  }
}

.p-function__item {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  padding: 30px;
  height: max(213px, 100%);
  width: calc(50% - 16px);
  opacity: 0;
}
.p-function__item.is-active {
  animation: cardShowAnimation 1s ease both;
}
@media screen and (max-width: 767px) {
  .p-function__item {
    width: 100%;
  }
}

.p-functopn__title-wrap {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.p-function__icon {
  width: 32px;
  height: auto;
}
.p-function__icon img {
  object-fit: contain;
}

.p-function__title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-function__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-function__title {
    font-size: 1.125rem;
  }
}

.p-function__text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 0.1071428571;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-function__text {
    font-size: 0.875rem;
  }
}

.p-price {
  padding-block: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-block: 50px;
  }
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.p-price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-price__head {
  padding-inline: 1.25rem;
  padding-bottom: 1.875rem;
  row-gap: 1rem;
  height: 372px;
}

.p-price__title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  margin-top: auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 1.125rem;
  }
}
.p-price__title span {
  display: block;
}

.p-price__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 1rem;
  }
}

.p-price__num {
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 0.03125;
  letter-spacing: 0em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__num {
    font-size: 3rem;
  }
}
.p-price__num.--contact {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__num.--contact {
    font-size: 1.125rem;
  }
}
.p-price__num span {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-price__num span {
    font-size: 1.125rem;
  }
}

.p-price__btn {
  margin-top: 16px;
}
.p-price__btn a {
  display: block;
  width: 180px;
  text-align: center;
  border-radius: 100vmax;
  background-color: #fff;
  border: 1px solid #599CC2;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1;
  padding-block: 1rem;
  color: #599CC2;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-price__btn a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .p-price__btn a:hover {
    background-color: #599CC2;
    color: #fff;
    border-color: #599CC2;
  }
}
.p-price__btn.--active a {
  background-color: #599CC2;
  color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .p-price__btn.--active a:hover {
    background-color: #fff;
    color: #599CC2;
    border-color: #599CC2;
  }
}

.p-price__head-body {
  margin-top: auto;
}

thead th {
  width: 376px;
}
@media screen and (max-width: 767px) {
  thead th {
    width: 150px;
  }
}

thead td {
  width: 220px;
  border: 6px solid #599CC2;
  border-bottom: none;
}
thead td:nth-of-type(1) {
  border-color: #599CC2;
}
thead td:nth-of-type(2) {
  border-color: #A1A1A1;
}
thead td:nth-of-type(3) {
  border-color: #DCDCDC;
}

tbody td {
  width: 220px;
  border: 6px solid #599CC2;
  border-bottom: none;
  border-top: none;
}
tbody td:nth-of-type(1) {
  border-color: #599CC2;
}
tbody td:nth-of-type(2) {
  border-color: #A1A1A1;
}
tbody td:nth-of-type(3) {
  border-color: #DCDCDC;
}

tbody tr:last-of-type td {
  border-bottom: 6px solid;
}
tbody tr:last-of-type td:nth-of-type(1) {
  border-color: #599CC2;
}
tbody tr:last-of-type td:nth-of-type(2) {
  border-color: #A1A1A1;
}
tbody tr:last-of-type td:nth-of-type(3) {
  border-color: #DCDCDC;
}

tbody tr:nth-of-type(even) th,
tbody tr:nth-of-type(even) td {
  background-color: #F5F5F5;
}

tbody th {
  width: 376px;
  padding-block: 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  tbody th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  tbody th {
    width: 140px;
    font-size: 14px;
  }
}

tbody td {
  width: 220px;
  padding-block: 0.375rem;
  text-align: center;
}
tbody td img {
  width: 25px;
  height: auto;
  object-fit: contain;
}

.p-price__bottom-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}

.p-price__bottom-title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  border-bottom: 1px solid #599CC2;
}
@media screen and (max-width: 767px) {
  .p-price__bottom-title {
    font-size: 1.125rem;
  }
}

.p-price__bottom-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__bottom-text {
    font-size: 1rem;
  }
}
.p-price__bottom-text span {
  font-weight: 700;
  color: #599CC2;
  display: inline;
}

.p-price__bottom-desc {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__bottom-desc {
    font-size: 1rem;
  }
}

.p-question {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .p-question {
    padding-block: 50px;
  }
}

details {
  border-bottom: 1px solid #000;
}
details:first-of-type {
  border-top: 1px solid #000;
}
@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-question__summary {
  padding-inline: 3.125rem;
  padding-block: 1.875rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  opacity: 0;
}
.p-question__summary.is-active {
  animation: cardShowAnimation 1s ease both;
}
@media screen and (max-width: 767px) {
  .p-question__summary {
    padding-inline: 1.25rem;
    padding-block: 1.25rem;
  }
}

.p-question__question {
  padding-bottom: 1.03125rem;
  border-bottom: 2px solid #599CC2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-question__question {
    align-items: flex-start;
    border: none;
  }
}

.p-question__answer {
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-question__answer {
    align-items: flex-start;
  }
}

.p-question__question,
.p-question__answer {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
}
.p-question__question span,
.p-question__answer span {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #599CC2;
}
@media screen and (max-width: 767px) {
  .p-question__question span,
  .p-question__answer span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-question__question span,
  .p-question__answer span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-question__question,
  .p-question__answer {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-question__question,
  .p-question__answer {
    font-size: 1rem;
  }
}

.p-question__answer {
  font-weight: 400;
}

.p-question__icon {
  position: relative;
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-question__icon {
    display: block;
  }
}
.p-question__icon::before, .p-question__icon::after {
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  translate: 0 -50%;
  background: #599CC2;
}
.p-question__icon::before {
  width: 100%;
  height: 2px;
}
.p-question__icon::after {
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  transition: rotate 0.3s ease;
}

details[open] .p-question__icon::after {
  rotate: 90deg;
}

.p-vision {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .p-vision {
    padding-block: 50px;
  }
}

.p-company {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 50px;
  }
}

.p-company__list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-company__title {
  width: 22.2222222222%;
  padding-block: 8px;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    width: 100%;
    text-align: left;
  }
}

.p-company__desc {
  width: 77.7777777778%;
  padding-block: 19.5px;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    width: 100%;
  }
}
.p-company__desc p + p {
  margin-top: 20px;
}

.p-company__text-list {
  display: flex;
  width: 60%;
  justify-content: flex-start;
}
.p-company__text-list span {
  margin-left: auto;
}
.p-company__text-list li + li {
  margin-top: 20px;
}
.p-company__text-list.--list2 {
  display: block;
  width: unset;
}
.p-company__text-list.--list2 li + li {
  margin-top: 0;
}

.p-contact {
  padding-block: 100px 116px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 50px;
  }
}

.contact__head {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #202020;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 1.125rem;
  }
}
.contact__head span {
  display: inline-block;
  padding-inline: 0.625rem;
  padding-block: 0.3125rem;
  background-color: #599CC2;
  color: #fff;
  margin-right: 0.5rem;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 0.125;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact__head span {
    font-size: 0.75rem;
  }
}

.contact__form {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 30px;
    row-gap: 1.25rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  height: 2.875rem;
  border: 1px solid #599CC2;
  cursor: pointer;
}
input[type=text]::placeholder,
input[type=text] option,
input[type=email]::placeholder,
input[type=email] option,
input[type=tel]::placeholder,
input[type=tel] option,
select::placeholder,
select option,
textarea::placeholder,
textarea option {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 7.46875px0;
  line-height: 1.5;
  color: #A1A1A1;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  input[type=text]::placeholder,
  input[type=text] option,
  input[type=email]::placeholder,
  input[type=email] option,
  input[type=tel]::placeholder,
  input[type=tel] option,
  select::placeholder,
  select option,
  textarea::placeholder,
  textarea option {
    font-size: 1rem;
  }
}

select,
textarea {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 7.46875px0;
  line-height: 1.5;
  color: #A1A1A1;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  select,
  textarea {
    font-size: 1rem;
  }
}

textarea {
  resize: vertical;
  min-height: 5.625rem;
}

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

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #599CC2;
  border-right: 1px solid #599CC2;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 11.56px;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox {
  text-align: center;
}
.contact__data-checkbox span {
  display: inline-block;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 0.1071428571em;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span {
    font-size: 0.875rem;
  }
}
.contact__data-checkbox span a {
  color: #599CC2;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  left: -1.5em;
  z-index: 2;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("./../img/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.4em;
  top: calc(50% - 4px);
  translate: 0 -50%;
  z-index: 3;
  opacity: 1;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  justify-content: center;
}

.contact__submit {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    margin-top: 30px;
  }
}
.contact__submit input[type=submit] {
  display: inline-block;
  padding-inline: 6.25rem;
  padding-block: 1rem;
  border-radius: 100vmax;
  background-color: #599CC2;
  color: #fff;
  border: 1px solid #599CC2;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 0.1071428571;
  letter-spacing: 0em;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact__submit input[type=submit] {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .contact__submit input[type=submit]:hover {
    background-color: #fff;
    border-color: #599CC2;
    color: #599CC2;
  }
}

.p-contact__text {
  margin-top: 70px;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 30px;
  }
}

.contact__bottom {
  margin-top: 50px;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact__bottom {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__bottom {
    margin-top: 30px;
  }
}

.p-problem {
  width: min(900px, 100%);
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 0;
  opacity: 0;
}
.p-problem.is-active {
  animation: cardShowAnimation 0.5s ease both;
}

.p-problem__container {
  display: flex;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  justify-content: center;
  align-items: center;
  column-gap: 5rem;
}

.p-problem__image {
  width: 156px;
  height: auto;
  aspect-ratio: 136/140;
}
.p-problem__image img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-problem__image {
    display: none;
  }
}

.p-problem__title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 1.125rem;
  }
}

.p-problem__list li {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.09375;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__list li {
    font-size: 1rem;
  }
}
.p-problem__list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("./../img/checkmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -1.2em;
}
.p-problem__list li + li {
  margin-top: 0.9375rem;
}

.p-problem__text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", 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;
  }
}/*# sourceMappingURL=style.css.map */