@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3582342954vw;
  }
}
@media (min-width: 1178px) {
  html {
    font-size: 100%;
  }
}

body {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 768px) {
  a,
  button {
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.about__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .about__body {
    gap: 3rem;
    margin-top: 4rem;
  }
}

.about__list {
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__list {
    max-width: 840px;
    padding: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .about__list.abou__list--wide {
    max-width: 1080px;
  }
}

.about__item {
  color: #1B68F5;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: bold;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about__item {
    font-size: 1.25rem;
  }
}
.about__item img {
  height: 1lh;
  width: 1.2em;
}

.about__item + .about__item {
  margin-top: 0.625rem;
}

.company__flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .company__flex {
    align-items: flex-start;
    flex-direction: row;
    gap: clamp(3.75rem, -0.524rem + 8.92vw, 7.5rem);
  }
}

.company__heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__heading {
    width: 16%;
  }
}

.section__title.company__heading {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section__title.company__heading {
    align-items: flex-start;
  }
}

.company__heading.company__heading--center img {
  margin: 0 auto;
}

.company__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__body {
    width: 74%;
  }
}

.philosophy__item + .philosophy__item {
  margin-top: 3rem;
}

.philosophy__title {
  background-image: linear-gradient(90deg, #3A8DFF 0 25%, #6CCBFF 25% 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 5%;
  color: #6CCBFF;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .philosophy__title {
    font-size: 2.5rem;
  }
}
.philosophy__title span {
  color: #1B68F5;
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 24px;
}

.philosophy__text,
.philosophy__list {
  margin-top: 2rem;
}

.philosophy__list ul {
  list-style: disc;
  margin-top: 1rem;
  padding-left: 1em;
}
.philosophy__list ul li::marker {
  font-size: 0.5em;
}

.philosophy__text,
.philosophy__list-item {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.philosophy__list-item + .philosophy__list-item {
  margin-top: 2rem;
}

.philosophy__list-item h4 {
  align-items: center;
  color: #1B68F5;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.message__text-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .message__text-box {
    padding: 2rem;
  }
}

.message__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.message__text + .message__text {
  margin-top: 2em;
}

.message__info {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .message__info {
    padding: 0 2rem;
  }
}

.ceo-info {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .ceo-info {
    align-items: flex-start;
    flex-direction: row;
  }
}

.ceo-info__heading {
  align-items: center;
  background-image: linear-gradient(90deg, #3A8DFF 0 25%, #6CCBFF 25% 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 5%;
  color: #1B68F5;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.875rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 1rem;
  padding-left: 0rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .ceo-info__heading {
    justify-content: flex-start;
    padding-left: 2rem;
  }
}
.ceo-info__heading span {
  font-size: 1.125rem;
}

.ceo-info__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .ceo-info__body {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}

.ceo-info__career {
  color: #717B87;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.ceo-info__text {
  color: #717B87;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.ceo-info__right img {
  aspect-ratio: 210/277;
  max-width: 210px;
}

.overview__row {
  align-items: center;
  background-image: linear-gradient(90deg, #1B68F5 0 24%, #D1D5DB 24% 100%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 2%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .overview__row {
    background-image: linear-gradient(90deg, #1B68F5 0 15%, #D1D5DB 15% 100%);
  }
}
.overview__row dt {
  color: #1B68F5;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
  height: fit-content;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1.15625rem 0;
  text-align: center;
  width: 24%;
}
@media screen and (min-width: 768px) {
  .overview__row dt {
    width: 15%;
  }
}
.overview__row dd {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  height: fit-content;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1.15625rem 0;
  padding-left: 1rem;
  text-align: left;
  width: 76%;
}
@media screen and (min-width: 768px) {
  .overview__row dd {
    padding-left: 2rem;
    width: 85%;
  }
}

.overview__row:last-child {
  position: relative;
}
.overview__row:last-child::after {
  background: linear-gradient(90deg, #1B68F5 0 24%, #D1D5DB 24% 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .overview__row:last-child::after {
    background-image: linear-gradient(90deg, #1B68F5 0 15%, #D1D5DB 15% 100%);
  }
}

.page-complete {
  background-color: #ffffff;
  padding-bottom: 32px;
  padding-top: 113px;
}
@media screen and (min-width: 768px) {
  .page-complete {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}

.page-complete__inner {
  align-items: center;
  background-color: #ECF4FE;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.page-complete__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}

.page-complete__heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.page-complete__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.return-button-link {
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 279px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .return-button-link {
    max-width: 360px;
  }
}

.return-arrow {
  margin-right: 2.5em;
}

.page-contact {
  background-color: #ffffff;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-contact {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.page-contact__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-contact__body {
    align-items: flex-start;
    flex-direction: row;
    gap: 4rem;
  }
}

.page-contact__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contact__left {
    width: 50%;
  }
}

.page-contact__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.875rem;
}

.page-contact__step {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-contact__step {
    gap: 1rem;
  }
}

.page-contact__step-item.step-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 111px;
  width: calc(33.333% - 16px);
}
@media screen and (min-width: 768px) {
  .page-contact__step-item.step-item {
    max-width: 158px;
    width: calc(33.333% - 32px);
  }
}

.step-item__num {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .step-item__num {
    width: 100%;
  }
}

.step-item__icon-wrap {
  border: 1px solid #D1D5DB;
  border-radius: 16px;
  padding: 1rem 1.21875rem;
}
@media screen and (min-width: 768px) {
  .step-item__icon-wrap {
    padding: 1rem 2.4375rem;
  }
}

.step-item__icon {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .step-item__icon {
    width: 80px;
  }
}

.step-item__text {
  color: #3A8DFF;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.page-contact__right {
  background-color: #ECF4FE;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contact__right {
    padding: 2rem;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .page-contact__right.active {
    align-items: center;
    width: 100%;
  }
}
.page-contact__right.active .form-data {
  padding-top: 0.5rem;
}

.page-contact__flow {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.page-contact__flow-item {
  align-items: center;
  background-color: #D1D5DB;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0.84375rem;
  width: 88px;
}
@media screen and (min-width: 768px) {
  .page-contact__flow-item {
    width: 132px;
  }
}

.page-contact__flow-item.current {
  background-color: #2ED7B0;
}

.page-contact__flow-arrow {
  background-color: #122C48;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 10px;
  width: 5px;
}

.nexsus-contact-form {
  margin-top: 1.5rem;
  width: 100%;
}

.form-field + .form-field {
  margin-top: 1rem;
}

.form-field__last-child {
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 1.5rem;
}

.form-label {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.form-required {
  background-color: #F0464B;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 0.5rem;
  padding: 0 0.25rem;
}

.form-data {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.form-data::placeholder {
  color: #8E96A2;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.form-data input {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 0.59375rem 1rem;
  width: 100%;
}

.form-data textarea {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  height: 216px;
  padding: 0.75rem 1rem;
  resize: none;
  width: 100%;
}

.form__submit-button {
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 360px;
  position: relative;
}

.form__submit-button .confirm-button,
.form__submit-button .contact_submit-input {
  background-color: #3A8DFF;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 360px;
  padding: 1.25rem;
  width: 100%;
}

.confirm-button:disabled {
  cursor: not-allowed;
}

.confirm-submit-arrow,
.submit-arrow {
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
  height: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-70%);
  width: 1em;
  z-index: 1;
}

.contact_back-button {
  background-color: #ECF4FE;
  border: none;
  color: #122C48;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

.nexsus-contact-form-confirm {
  display: none;
}
.nexsus-contact-form-confirm .form-field {
  border-bottom: 1px solid #D1D5DB;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

.wpcf7-spinner {
  display: none !important;
}

.comfirm-text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.comfirm-coution {
  color: #717B87;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
  text-align: center;
}
.comfirm-coution a {
  text-decoration: underline;
}

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0.78125rem 1.5rem;
  }
}

.header__logo {
  display: block;
  width: 5.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 7.8125rem;
  }
}
.header__logo img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.header__nav-menu {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.header__nav-text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.header__nav-link {
  color: #3A8DFF;
  text-decoration: underline;
}

.header__nav-button {
  background-color: #3A8DFF;
  border-radius: 0.5rem;
  padding: 1rem 1.75rem;
}
.header__nav-button.header__nav-text {
  color: #ffffff;
  font-weight: 700;
}

.header__sp-buttons {
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__sp-buttons {
    display: none;
  }
}

.header__sp-nav {
  background-color: #6CCBFF;
  border-radius: 0.5rem;
  height: 48px;
  width: 48px;
}
.header__sp-nav.header__sp-nav--contact {
  background-color: #3A8DFF;
  padding: 1rem 0.875rem;
}
.header__sp-nav.header__sp-nav--contact .header__contact {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  padding: 1.0625rem 0.9375rem;
  width: 100%;
}
.hamburger span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  transition: transform 0.6s ease;
  width: 1.125rem;
}

.hamburger.hamburger-toggle {
  position: relative;
  top: 8px;
}
.hamburger.hamburger-toggle span:nth-child(1) {
  position: relative;
  top: -2px;
  transform: rotate(45deg);
}
.hamburger.hamburger-toggle span:nth-child(2) {
  display: none;
}
.hamburger.hamburger-toggle span:nth-child(3) {
  position: relative;
  top: -8px;
  transform: rotate(-45deg);
}

.sp-nav {
  background-color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 2rem 1rem;
  position: absolute;
  transform: translateY(-120%);
  transition: transform 0.5s ease, opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}

.sp-nav.open {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

.sp-nav__menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sp-nav__menu .header__nav-button {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 343px;
}

.footer {
  background-color: #F3F4F6;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 2.5rem;
    padding-top: 5rem;
  }
}

.footer__logo img {
  display: block;
  width: 88px;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 125px;
  }
}

.footer__address {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1rem;
}

.footer__right {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__right {
    margin-top: 3.5rem;
  }
}

.footer__right-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__right-items {
    flex-direction: row;
    gap: 3rem;
  }
}

.footer__right-item {
  color: #8E96A2;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
  font-weight: normal;
  gap: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.footer__right-item a {
  text-decoration: underline;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 1128px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.mv {
  background: linear-gradient(265.3deg, #6CCBFF 2.42%, #3A8DFF 97.62%), linear-gradient(94.91deg, rgba(255, 255, 255, 0) 60.18%, rgba(255, 255, 255, 0.6) 90.5%), linear-gradient(284.77deg, rgba(0, 0, 0, 0) 66.49%, rgba(0, 0, 0, 0.2) 96.76%);
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.inner.mv__inner {
  width: 1328px;
}
.inner.mv__inner.mv__inner--lower {
  width: 1360px;
}

.mv__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__heading {
    align-items: baseline;
  }
}

.mv__tag {
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: bold;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .mv__tag {
    font-size: 1.25rem;
    gap: 1rem;
    padding: 0.5rem 2rem;
  }
}
.mv__tag img {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .mv__tag img {
    height: 28px;
    width: 28px;
  }
}

.mv__main-text {
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mv__main-text {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.mv__main-text.mv__main-text--s {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__main-text.mv__main-text--s {
    font-size: 2.5rem;
  }
}

.mv__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .mv__body {
    flex-direction: row;
    margin-top: 3rem;
  }
}

.mv__body.mv__body--lower {
  justify-content: center;
  margin-top: 0;
}
.mv__body.mv__body--lower .mv-body__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .mv__body.mv__body--lower .mv-body__text {
    font-size: 1.25rem;
  }
}

.mv-body__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 600px) {
  .mv-body__left {
    align-items: baseline;
    gap: 3rem;
  }
}

@media screen and (min-width: 600px) {
  .mv-body__left.mv-body__left--lower {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mv-body__left.mv-body__left--lower .mv__main-text {
    line-height: 1.5;
  }
}

.mv-body__text {
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mv-body__text {
    font-size: 1.5rem;
  }
}

.mv-body__list {
  display: flex;
}

.mv-body__item {
  align-items: center;
  border-right: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  width: 114px;
}
@media screen and (min-width: 768px) {
  .mv-body__item {
    flex-direction: row;
    gap: 1rem;
    padding-left: clamp(0.5rem, -0.071rem + 1.19vw, 1rem);
    padding-right: clamp(0.5rem, -0.071rem + 1.19vw, 1rem);
    width: fit-content;
  }
}
.mv-body__item:last-child {
  border-right: none;
}
.mv-body__item .mv-body__img {
  flex: 1;
  width: 48px;
}
.mv-body__item .mv-body__img img {
  display: block;
  height: 48px;
  width: 100%;
}
.mv-body__item p {
  align-items: center;
  color: #FFD74A;
  display: flex;
  flex: 1;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-body__item p {
    font-size: 0.875rem;
  }
}

.mv-body__button {
  background-color: #ffffff;
  border-radius: 8px;
  color: #3A8DFF;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 360px;
  padding: 1.4375rem 1.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-body__button {
    padding: 1.5625rem 1.5rem;
    width: 360px;
  }
}
.mv-body__button span {
  padding-left: 1em;
}

.mv-body__right {
  margin-top: 1.5rem;
  max-width: 227px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-body__right {
    margin-top: 0;
    max-width: clamp(18.75rem, 5.893rem + 26.79vw, 30rem);
  }
}
.mv-body__right img {
  width: 100%;
}

.mv-body__right.mv-body__right--lower {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .mv-body__right.mv-body__right--lower {
    max-width: clamp(13.125rem, 2.554rem + 22.02vw, 22.375rem);
  }
}

.section {
  background-color: #ECF4FE;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
.section:nth-of-type(odd) {
  background-color: #ffffff;
}

.section__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    gap: 0.5rem;
  }
}
.section__title img {
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .section__title img {
    transform: scale(1);
  }
}
.section__title h2 {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title h2 {
    font-size: 2.5rem;
  }
}

.lead-section__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lead-section__inner {
    gap: 3rem;
  }
}

.lead-heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lead-heading {
    font-size: 2rem;
    text-align: center;
  }
}

.lead-text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.lead-img {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lead-img {
    max-width: 1080px;
  }
}

.process__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .process__list {
    flex-direction: row;
    margin-top: 4rem;
  }
}

.process__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .process__item {
    max-width: 252px;
    width: 100%;
  }
}

.process__img {
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  max-width: 343px;
  padding: 1rem 1.5rem;
  width: 100%;
}
.process__img .step {
  object-fit: contain;
  width: 87px;
}
.process__img .icon {
  object-fit: contain;
  width: 100px;
}

.process__heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.process__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.process__link {
  color: #3A8DFF;
  text-decoration: underline;
}

.feature__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .feature__list {
    gap: 3rem;
    margin-top: 4rem;
  }
}

.feature__item {
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .feature__item {
    flex-direction: row;
    gap: 3rem;
    padding: 1rem 3rem;
  }
}

.feature__item.feature__item--border {
  border: 1px solid #D1D5DB;
}

.feature__img {
  max-width: 311px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__img {
    max-width: 346px;
    width: 32vw;
  }
}

.feature__item-body .heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .feature__item-body .heading {
    font-size: 2rem;
  }
}
.feature__item-body .heading .color-blue {
  color: #1B68F5;
}
.feature__item-body .text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1rem;
}

.reason__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 4rem;
  }
}

.reason__item {
  align-items: center;
  border-bottom: 1px solid #D1D5DB;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
.reason__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .reason__item {
    align-items: stretch;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.reason__img {
  max-width: 160px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason__img {
    max-width: 160px;
    width: 15vw;
  }
}

.reason__item-body {
  flex: 1;
}
.reason__item-body .heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.reason__item-body .heading .text-blue {
  color: #1B68F5;
}
.reason__item-body .text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.solution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .solution__list {
    align-items: stretch;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.solution__item {
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .solution__item {
    max-width: 338px;
  }
}
.solution__item:hover {
  border: 1px solid #3A8DFF;
}

.solution__item.solution__item--lower:hover {
  border: 1px solid #D1D5DB;
}

.solution__link:hover {
  opacity: 1;
}

.solution__item-heading {
  align-items: center;
  border-bottom: 1px solid #D1D5DB;
  box-sizing: border-box;
  display: flex;
  gap: 0.5rem;
  max-height: 92px;
  min-height: 92px;
  padding: 1rem;
}
.solution__item-heading img {
  height: 38px;
  width: 38px;
}
.solution__item-heading h3 {
  align-items: center;
  color: #1B68F5;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
  width: 100%;
}

.solution__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem;
}

.solution__tag {
  background-color: #F3F4F6;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  color: #717B87;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.125rem 0.5rem;
}
.solution__tag .tag-small {
  font-size: 0.75rem;
}

.etc {
  color: #717B87;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.price__img {
  align-items: center;
  border: 1px solid #D1D5DB;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 343px;
  padding: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price__img {
    margin-top: 4rem;
    max-width: 360px;
  }
}

.price__heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__heading {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.price__heading .color-pink {
  color: #FF857A;
}

.price__heading.price__heading--to-vender {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .price__heading.price__heading--to-vender {
    margin-top: 4rem;
  }
}

.price__box {
  align-items: center;
  border: 1px solid #D1D5DB;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.5rem;
  max-width: 840px;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price__box {
    margin-top: 3rem;
    padding: 2rem;
  }
}

.price__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.price__item {
  color: #122C48;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .price__item {
    font-size: 1.25rem;
  }
}
.price__item .color-pink {
  color: #FF857A;
}
.price__item img {
  height: 1.1lh;
  width: 1.1em;
}

.price__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .price__text {
    margin-top: 3rem;
    text-align: center;
  }
}
.price__text .text-blue {
  color: #3A8DFF;
}

.question {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .question {
    margin-top: 4rem;
    padding: 1rem 1.5rem;
  }
}

.answer + .question {
  margin-top: 1.5rem;
}

.question__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.answer {
  align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  padding: 1rem 1.5rem;
}

.answer__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.answer__list {
  list-style: disc;
  padding-left: 1em;
}
.answer__list li {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.answer__list li::marker {
  font-size: 10px;
}

.contact {
  background: linear-gradient(88.53deg, #6CCBFF 1.25%, #3A8DFF 98.75%);
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 5.25rem;
    padding-top: 4.625rem;
  }
}

.contact__body {
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .contact__body {
    flex-direction: row;
    padding: 2.5rem;
  }
}

.contact__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__left {
    gap: 3rem;
    width: 74vw;
  }
}

.contact__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
  }
}

.contact__button {
  background-color: #6CCBFF;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 360px;
  padding: 1.65625rem 1.5rem;
  text-align: center;
  width: 100%;
}
.contact__button span {
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .contact__button span {
    padding-left: 1em;
  }
}

.contact__right {
  max-width: 239px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__right {
    max-width: 280px;
    width: 26vw;
  }
}
.contact__right img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.outcome__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .outcome__text {
    margin-top: 4rem;
  }
}

.outcome__text + .outcome__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .outcome__text + .outcome__text {
    margin-top: 3rem;
  }
}

.outcome__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .outcome__body {
    align-items: flex-start;
    column-gap: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
    row-gap: 1.5rem;
  }
}

.outcome__item {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outcome__item {
    width: calc((100% - 64px) / 2);
  }
}

.outcome__item-heading {
  align-items: center;
  background-image: linear-gradient(90deg, #3A8DFF 0 25%, #6CCBFF 25% 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 5%;
  display: flex;
  gap: 0.5rem;
  height: 86px;
  padding-right: 0.8em;
}
@media screen and (min-width: 768px) {
  .outcome__item-heading {
    background-size: 100% 3%;
    gap: 1rem;
    height: 120px;
  }
}
.outcome__item-heading img {
  width: 2em;
}
@media screen and (min-width: 768px) {
  .outcome__item-heading img {
    width: 3em;
  }
}
.outcome__item-heading h3 {
  color: #1B68F5;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .outcome__item-heading h3 {
    font-size: 1.5rem;
  }
}

.outcome__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem 0;
}

.outcome__list-item {
  color: #122C48;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  gap: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.outcome__list-item img {
  height: 1lh;
  width: 0.75em;
}

.privacy {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding: 6.25rem 0;
  }
}

.privacy__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.privacy__heading {
  border-bottom: 1px solid #D1D5DB;
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 3rem;
  padding-bottom: 8px;
}

.privacy__heading + .privacy__text {
  margin-top: 1rem;
}

.privacy-info {
  margin-top: 3rem;
}

.problem__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .problem__body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
}

.problem__row--top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .problem__row--top {
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
  }
}

.problem__row--bottom {
  align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .problem__row--bottom {
    align-items: stretch;
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    margin-top: 0rem;
  }
}

.problem__image {
  flex-shrink: 0;
  order: 3;
}
@media screen and (min-width: 768px) {
  .problem__image {
    order: 0;
  }
}
.problem__image img {
  display: block;
  height: auto;
  width: 200px;
}

.problem__item {
  align-items: center;
  background-color: #F3F4F6;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 343px;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem__item {
    max-width: 328px;
  }
}

.problem__item.problem__item--vender {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .problem__row--lower {
    align-items: center;
  }
}
.problem__row--lower .problem__item {
  height: 152px;
}

.problem__item-heading {
  color: #1B68F5;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.problem__item-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.5rem;
}
.problem__item-list .two-lines {
  align-items: flex-start;
}
.problem__item-list .two-lines img {
  margin-top: 0.5rem;
}
.problem__item-list li {
  align-items: center;
  color: #717B87;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  gap: 0.3125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.problem__item-text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.problem__item-text .color-blue {
  color: #1B68F5;
}

.problem__arrow {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.problem__arrow img {
  height: 48px;
  margin: 0 auto;
  width: 48px;
}

.problem__box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .problem__box {
    padding: 2rem;
  }
}

.problem__box-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.problem__box-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .problem__box-body {
    align-items: center;
  }
}

.problem__box-heading {
  color: #1B68F5;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .problem__box-heading {
    font-size: 2rem;
    text-align: center;
  }
}

.problem__box-text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .problem__box-text {
    text-align: center;
  }
}

.problem__box-img {
  margin: 0 auto;
  max-width: 205px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem__box-img {
    max-width: 1016px;
  }
}

.usecase__body {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  justify-content: center;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .usecase__body {
    align-items: stretch;
    flex-direction: row;
    gap: 2rem;
    margin-top: 6.25rem;
  }
}

.usecase__body + .usecase__body {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .usecase__body + .usecase__body {
    margin-top: 4.25rem;
  }
}

.usecase__item-wrapper {
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .usecase__item-wrapper {
    display: flex;
    max-width: 41%;
  }
}

.usecase__item {
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
  padding: 1.5rem 1.25rem;
  width: 100%;
}

.usecase__tag {
  background-color: #6CCBFF;
  border-radius: 8px 8px 0 0;
  left: 8px;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.usecase__tag img {
  max-width: 72px;
  width: 5em;
}

.usecase__item-title {
  color: #1B68F5;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0.5rem 0;
}
.usecase__item-title .usecase__cat {
  color: #6CCBFF;
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

.usecase__list {
  margin-top: 1.25rem;
}
.usecase__list li {
  color: #122C48;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  gap: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .usecase__list li {
    align-items: center;
  }
}
.usecase__list li img {
  height: 1.2lh;
  width: 1em;
}
.usecase__list li + li {
  margin-top: 0.5rem;
}

.flow__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 4rem;
  }
}

.flow-item + .flow-item {
  margin-top: 1.5rem;
}

.flow-item {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .flow-item {
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1.5rem 1.6875rem 1.5rem 1.5rem;
  }
}

.flow-item__heading {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow-item__heading {
    font-size: 1.875rem;
  }
}

.flow-item__text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1rem;
}

.flow-item__link {
  color: #1B68F5;
  text-decoration: underline;
}

.flow__img {
  margin: 0 auto;
  max-width: 311px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__img {
    margin: 0;
    max-width: 259px;
    width: 24vw;
  }
}

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

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

.sm-show {
  display: block;
}
@media screen and (min-width: 600px) {
  .sm-show {
    display: none;
  }
}

.page-title {
  background: linear-gradient(265.3deg, #6CCBFF 2.42%, #3A8DFF 97.62%), linear-gradient(94.91deg, rgba(255, 255, 255, 0) 60.18%, rgba(255, 255, 255, 0.6) 90.5%), linear-gradient(284.77deg, rgba(0, 0, 0, 0) 66.49%, rgba(0, 0, 0, 0.2) 96.76%);
  padding: 84px 0;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 76px 0;
  }
}
.page-title h2 {
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-title h2 {
    font-size: 2.5rem;
  }
}

.page-title__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-title__inner img {
  width: 83px;
}
@media screen and (min-width: 768px) {
  .page-title__inner img {
    width: 110px;
  }
}

.page-title__inner.privacy-title__inner img {
  width: 135px;
}
@media screen and (min-width: 768px) {
  .page-title__inner.privacy-title__inner img {
    width: 181px;
  }
}

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

.color-blue {
  color: #1B68F5;
}

.main-text {
  color: #122C48;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .main-text {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */
