*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16.64 / 390 * 100vw);
  }
}

body {
  color: #393939;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

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-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1.25rem;
  }
}

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

.button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.875rem 1.125rem;
  border-radius: 0.25rem;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  border: 2px solid #2f8ca3;
  text-align: center;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.0444444444em !important;
  font-size: max(1.125rem, 10px) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2f8ca3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .button {
    gap: 0rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button {
    font-size: 1rem !important;
  }
}
.button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button:hover {
  background: #ffffff;
  color: #2f8ca3;
}
.button:hover::after {
  background-image: url(../img/arrow2.svg);
}
.button.button--line::after {
  background-image: url(../img/arrow2.svg);
}

.button--zoom {
  font-size: max(1.125rem, 10px) !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .button--zoom {
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em !important;
    padding: 0.5rem 0.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--zoom {
    font-size: 1rem !important;
  }
}
.button--zoom:hover {
  background: #ffffff;
  color: #2f8ca3;
}
.button--zoom:hover::after {
  background-image: url(../img/arrow2.svg);
}

.button--line {
  border: 2px solid #2f8ca3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  color: #2f8ca3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button--line {
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em !important;
    padding: 0.5rem 0.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--line {
    font-size: 1rem !important;
  }
}
.button--line::after {
  background-image: url(../img/arrow2.svg);
}
.button--line:hover {
  background: #2f8ca3;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--line:hover::after {
  background-image: url(../img/arrow1.svg);
}

.button--zoom-cta {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #0b6577;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button--zoom-cta {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    letter-spacing: 0em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--zoom-cta {
    font-size: 1.125rem !important;
  }
}
.button--zoom-cta::after {
  background-image: url(../img/arrow3.svg);
  width: 1.5rem;
  height: 1.5rem;
}
.button--zoom-cta:hover {
  background: #2f8ca3;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--zoom-cta:hover::after {
  background-image: url(../img/arrow4.svg);
}

.button--cta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .button--cta {
    padding: 0.875rem 1.125rem;
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--cta {
    font-size: 1.125rem !important;
  }
}

.header__button {
  padding: 0.375rem 1.125rem 0.375rem 2.5rem;
  background: #2f8ca3;
  border-radius: 0.25rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .header__button {
    padding: 0.5rem 0.5rem;
  }
}
.header__button::after {
  content: "";
  display: block;
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__button::after {
    display: none;
  }
}
.header__button.drawer__cta::after {
  display: block;
}
.header__button:hover {
  background: #0b6577;
  color: #ffffff;
}
.header__button:hover::after {
  background-image: url(../img/arrow4.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__button-text .main {
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.6666666667 !important;
  letter-spacing: 0.0555555556em !important;
}
@media screen and (max-width: 767px) {
  .header__button-text .main {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .header__button-text .main {
    font-size: max(0.8125rem, 9.1px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__button-text .main {
    font-size: 0.8125rem !important;
  }
}
.header__button-text .sub {
  font-size: max(0.8125rem, 9.1px) !important;
  font-weight: 500 !important;
  line-height: 1.6153846154 !important;
  letter-spacing: 0.0538461538em !important;
}
@media screen and (max-width: 767px) {
  .header__button-text .sub {
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .header__button-text .sub {
    font-size: max(0.625rem, 7px) !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__button-text .sub {
    font-size: 0.625rem !important;
  }
}

.drawer__button {
  padding-block: 0.75rem;
  padding-inline: 2.75rem 1.5rem;
  background: #2f8ca3;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: 100%;
  min-width: 286px;
}
.drawer__button::after {
  content: "";
  display: block;
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.drawer__button-text .main {
  font-size: max(1.25rem, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .drawer__button-text .main {
    font-size: 1.25rem !important;
  }
}
.drawer__button-text .sub {
  font-size: max(0.875rem, 9.8px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .drawer__button-text .sub {
    font-size: 0.875rem !important;
  }
}

.seminar__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  background: #ffffff;
  border: 2px solid #d3dddf;
  border-radius: 0.25rem;
  padding: 0.375rem 1.125rem;
  font-size: max(0.9375rem, 10.5px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminar__btn {
    font-size: 0.9375rem !important;
  }
}
.seminar__btn::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/arrow2.svg) no-repeat center center/contain;
}
.seminar__btn:hover {
  background: #2f8ca3;
  color: #ffffff;
}
.seminar__btn:hover::after {
  background: url(../img/arrow1.svg) no-repeat center center/contain;
}

.fix__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/240;
  bottom: 0;
  right: 0;
  z-index: 50;
  position: fixed;
  overflow: hidden;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fix__cta {
    display: none;
  }
}

.fix__cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fix__cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button--fix-cta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0.53125rem 1.125rem;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1.125rem, 9.6px) !important;
}
@media screen and (max-width: 767px) {
  .button--fix-cta {
    font-size: 1.125rem !important;
  }
}
.button--fix-cta::after {
  width: 1.5rem;
  height: 1.5rem;
}

.fix__cta-button {
  width: 100%;
  min-width: 137px;
}
.fix__cta-inner {
  padding-block: 1.625rem 0.4375rem;
  padding-inline: 0.75rem;
  width: 100%;
  height: 100%;
}

.fix__cta-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.6875rem;
}

.fix__cta-desc {
  color: #ffffff;
  font-size: max(1.25rem, 14px) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.2em !important;
  font-size: max(1.25rem, 10.7px) !important;
  padding: 0.1875rem 0.4375rem;
  border-radius: 0.125rem;
  border: 1px solid #ffffff;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .fix__cta-desc {
    font-size: 1.25rem !important;
  }
}

.fix__cta-title {
  color: #ffffff;
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 700 !important;
  line-height: 1.3333333333 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1.5rem, 12.8px) !important;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .fix__cta-title {
    font-size: 1.5rem !important;
  }
}
.fix__cta-title .jp {
  display: block;
  font-size: max(1.75rem, 19.6px) !important;
  font-weight: 700 !important;
  line-height: 1.0285714286 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .fix__cta-title .jp {
    font-size: 1.75rem !important;
  }
}

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

/* ========== FV Section ========== */
.fv {
  padding-block: 4.125rem 4.125rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    -webkit-padding-after: 0rem;
            padding-block-end: 0rem;
  }
}

.fv__inner {
  position: relative;
  max-width: 71.25rem;
  width: min(100% + 1.25rem, 71.25rem);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-inline: 1.25rem;
    width: 100%;
    max-width: 500px;
  }
}

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

.fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .fv__container {
    display: grid;
    gap: 0rem;
    grid-template-columns: 1fr;
    width: 100%;
    grid-template-areas: "img" "title" "badges" "btns" "note";
    -webkit-padding-before: 1.8125rem;
            padding-block-start: 1.8125rem;
    -webkit-padding-after: 2.9375rem;
            padding-block-end: 2.9375rem;
  }
}

.fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  min-width: 20rem;
  width: 36.6875rem;
  position: relative;
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .fv__content {
    width: 100%;
    max-width: 100%;
    left: 0rem;
    -webkit-margin-before: -0.5625rem;
            margin-block-start: -0.5625rem;
  }
}

.fv__title {
  grid-area: title;
  font-size: max(2.25rem, 25.2px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-size: max(2.25rem, 19px) !important;
  text-align: center;
  color: #2f8ca3;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: max(1.375rem, 15.4px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fv__title {
    font-size: 1.375rem !important;
  }
}

.fv__badges {
  grid-area: badges;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .fv__badges {
    gap: 0.5rem;
    -webkit-margin-before: -0.625rem;
            margin-block-start: -0.625rem;
  }
}

.fv__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 108/72;
  }
}
.fv__badge img {
  width: 100%;
  height: auto;
}

.fv__btns {
  grid-area: btns;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .fv__btns {
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 350px;
    margin-block: 0rem 0.5rem;
  }
}

.fv__btn {
  min-width: 150px;
  width: 16.8125rem;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    width: 100%;
  }
}

.fv__note {
  grid-area: note;
  font-size: max(0.75rem, 8.4px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  font-size: max(0.75rem, 6px) !important;
  letter-spacing: normal;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fv__note {
    display: none;
  }
}

.fv__note-sp {
  grid-area: note;
  display: none;
  font-size: max(0.625rem, 7px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0em !important;
  font-size: max(0.75rem, 6px) !important;
  margin-top: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .fv__note-sp {
    font-size: 0.625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fv__note-sp {
    display: block;
  }
}

.fv__img {
  grid-area: img;
  min-width: 20rem;
  width: 33.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  right: -1.4375rem;
}
.fv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
    right: 0rem;
  }
}

.case {
  padding-block: 1.75rem;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case {
    padding-block: 1.25rem;
  }
}

.case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .case__header {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.case__label {
  font-size: max(1.25rem, 14px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .case__label {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .case__label {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__label {
    font-size: 1.125rem !important;
  }
}

.case__number {
  font-family: "Oswald", sans-serif !important;
  font-size: max(2.5rem, 28px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.025em !important;
}
@media screen and (max-width: 767px) {
  .case__number {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .case__number {
    font-size: max(2.25rem, 25.2px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__number {
    font-size: 2.25rem !important;
  }
}

.case__unit {
  font-size: max(1.25rem, 14px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .case__unit {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .case__unit {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .case__unit {
    font-size: 1.125rem !important;
  }
}

.case__logos-area {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.case__logos-line1,
.case__logos-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .case__logos-line1,
  .case__logos-line2 {
    gap: 0.625rem;
  }
}

.case__logos-line1 {
  -webkit-animation: infinity-scroll-left1 var(--scroll-duration1, 80s) infinite linear both;
          animation: infinity-scroll-left1 var(--scroll-duration1, 80s) infinite linear both;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.case__logos-line2 {
  margin-top: 0.5rem;
  -webkit-animation: infinity-scroll-left2 var(--scroll-duration2, 80s) infinite linear both;
          animation: infinity-scroll-left2 var(--scroll-duration2, 80s) infinite linear both;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .case__logos-line2 {
    margin-top: 0.25rem;
  }
}

@-webkit-keyframes infinity-scroll-left1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--scroll-width1, -1000px));
            transform: translateX(var(--scroll-width1, -1000px));
  }
}

@keyframes infinity-scroll-left1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--scroll-width1, -1000px));
            transform: translateX(var(--scroll-width1, -1000px));
  }
}
@-webkit-keyframes infinity-scroll-left2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--scroll-width2, -1000px));
            transform: translateX(var(--scroll-width2, -1000px));
  }
}
@keyframes infinity-scroll-left2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--scroll-width2, -1000px));
            transform: translateX(var(--scroll-width2, -1000px));
  }
}
.case__logos1,
.case__logos2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.case__logos2 {
  margin-top: 20px;
}

.case__logo img {
  width: auto;
  max-width: initial;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .case__logo img {
    height: 1.875rem;
  }
}

.case__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 100%;
}

.case__swiper-container + .case__swiper-container {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .case__swiper-container + .case__swiper-container {
    margin-top: 0.625rem;
  }
}

.case__swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}

.about {
  background: #f3fbfd;
  padding-inline: 7.25rem;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
    padding-inline: 1rem;
    gap: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .about__title {
    max-width: 500px;
    margin-inline: auto;
  }
}

.about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 1240px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    max-width: 500px;
    padding-inline: 1rem;
    gap: 3.25rem;
  }
}

.about__feature {
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(47, 140, 163, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(47, 140, 163, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25rem 1.25rem 1.5rem;
  gap: 0.75rem;
  min-width: 0;
  width: 23.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__feature {
    width: 100%;
    max-width: 100%;
  }
}

.about__feature-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2f8ca3;
  color: #ffffff;
  border-radius: 4rem;
  padding: 0.25rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 11.8125rem;
  text-align: center;
  white-space: nowrap;
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1.5rem, 13px) !important;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .about__feature-circle {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .about__feature-circle {
    max-width: 100%;
    width: 9.1875rem;
    font-size: max(1.25rem, 14px) !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__feature-circle {
    font-size: 1.25rem !important;
  }
}

.about__feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.about__feature-title {
  color: #2f8ca3;
  font-size: max(1.25rem, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__feature-title {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .about__feature-title {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.0055555556em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__feature-title {
    font-size: 1.125rem !important;
  }
}

.about__feature-img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .about__feature-img {
    aspect-ratio: 286/190;
  }
}
.about__feature-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__feature-desc {
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about__feature-desc {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .about__feature-desc {
    font-size: max(0.9375rem, 10.5px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.02em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__feature-desc {
    font-size: 0.9375rem !important;
  }
}

.about__feature-note {
  font-size: max(0.75rem, 8.4px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .about__feature-note {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .about__feature-note {
    font-size: max(0.75rem, 8.4px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.0008333333em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__feature-note {
    font-size: 0.75rem !important;
  }
}

.merit {
  background: #ffffff;
  padding-inline: 6.25rem;
  padding-block: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .merit {
    padding-block: 2.5rem;
    padding-inline: 1rem;
    max-width: 500px;
    margin-inline: auto;
    gap: 2rem;
  }
}

.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  max-width: 1240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .merit__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit__item:nth-of-type(even) .merit__img {
  left: auto;
  right: 0.9375rem;
  width: 26.625rem;
}
@media screen and (max-width: 767px) {
  .merit__item:nth-of-type(even) .merit__img {
    right: -0.375rem;
    margin-left: auto;
    width: 23.125rem;
  }
}
.merit__item:nth-of-type(even) .merit__content {
  left: 0.875rem;
  right: auto;
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
  padding-inline: 3.125rem 3.0625rem;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .merit__item:nth-of-type(even) .merit__content {
    left: 0rem;
    margin-left: -1rem;
    margin-right: auto;
    padding: 2rem 1rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .merit__item:nth-of-type(even) .merit__num {
    left: 1.0625rem;
  }
}

.merit__img {
  width: 27.9375rem;
  margin-bottom: 2.5rem;
  position: relative;
  left: 0.9375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .merit__img {
    width: 23.125rem;
    height: auto;
    aspect-ratio: 370/247;
    margin-bottom: -1.25rem;
    left: -1rem;
  }
}
.merit__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.merit__num {
  position: absolute;
  top: -1.875rem;
  left: 3.75rem;
  color: #d3dddf;
  font-family: "Oswald", sans-serif !important;
  font-size: max(3.5rem, 39.2px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.0017857143em !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .merit__num {
    font-size: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .merit__num {
    left: 1rem;
    top: -1.9375rem;
    font-size: max(3rem, 33.6px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .merit__num {
    font-size: 3rem !important;
  }
}

.merit__content {
  right: 0.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  background: #f3fbfd;
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
  padding: 2rem 3rem 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .merit__content {
    padding: 2rem 1rem;
    margin-right: -1rem;
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
    z-index: 1;
    right: 0rem;
  }
}
.merit__content h3 {
  color: #2f8ca3;
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.0666666667em !important;
  font-size: max(1.5rem, 14.5px) !important;
}
@media screen and (max-width: 767px) {
  .merit__content h3 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .merit__content h3 {
    font-size: max(1.25rem, 14px) !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .merit__content h3 {
    font-size: 1.25rem !important;
  }
}
.merit__content p {
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
}
@media screen and (max-width: 767px) {
  .merit__content p {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .merit__content p {
    font-size: max(0.875rem, 9.8px) !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
    letter-spacing: 0.0228571429em !important;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .merit__content p {
    font-size: 0.875rem !important;
  }
}

.merit__button {
  width: 35rem;
  min-width: 350px;
  -webkit-margin-before: -1.1875rem;
          margin-block-start: -1.1875rem;
}
@media screen and (max-width: 767px) {
  .merit__button {
    width: 100%;
    max-width: 358px;
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.about-dc {
  position: relative;
}

.about-dc__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-dc__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-dc__inner {
  padding-inline: 0.625rem;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .about-dc__inner {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
    max-width: 500px;
    margin-inline: auto;
  }
}

.about-dc__wrapper {
  background: #ffffff;
  max-width: 57.25rem;
  margin-inline: auto;
  padding-block: 2.5rem;
  padding-inline: 4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .about-dc__wrapper {
    max-width: 100%;
    width: 100%;
    padding-inline: 1.25rem;
    padding-block: 2rem;
  }
}

.about-dc__title {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-dc__title {
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}

.about-dc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.about-dc__content p {
  text-align: justify;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
}
@media screen and (max-width: 767px) {
  .about-dc__content p {
    font-size: 1.125rem !important;
  }
}
.about-dc__content p .underline {
  position: relative;
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #b8dfe6;
  text-decoration-thickness: 30%;
  text-underline-offset: -22%; /* 0.27px */
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .about-dc__content p {
    font-size: max(0.9375rem, 10.5px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.03em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about-dc__content p {
    font-size: 0.9375rem !important;
  }
}

.about-dc__button {
  width: 22.6875rem;
  min-width: 290px;
  margin-inline: auto;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .about-dc__button {
    width: 100%;
    max-width: 310px;
  }
}

.dc-merit {
  background: #f8f8f8;
  padding: 3.75rem 7.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .dc-merit {
    padding: 2.5rem 1rem;
  }
}

.dc-merit__inner {
  width: 100%;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .dc-merit__inner {
    max-width: 500px;
    margin-inline: auto;
  }
}

.dc-merit__header h2 {
  margin-bottom: 32px;
}

.dc-merit__block {
  -webkit-padding-before: 1.0625rem;
          padding-block-start: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .dc-merit__block {
    -webkit-padding-before: 0.1875rem;
            padding-block-start: 0.1875rem;
  }
}
.dc-merit__block + .dc-merit__block {
  -webkit-margin-before: 2.625rem;
          margin-block-start: 2.625rem;
}
@media screen and (max-width: 767px) {
  .dc-merit__block + .dc-merit__block {
    -webkit-margin-before: 1.625rem;
            margin-block-start: 1.625rem;
  }
}

.dc-merit__title {
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0em !important;
  padding: 0.5rem 1.25rem;
  border-radius: 1.25rem 1.25rem 1.25rem 0;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .dc-merit__title {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .dc-merit__title {
    font-size: max(1.25rem, 14px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dc-merit__title {
    font-size: 1.25rem !important;
  }
}
.dc-merit__title.company {
  background: #2f8ca3;
  color: #ffffff;
  border: 2px solid #2f8ca3;
}
.dc-merit__title.user {
  background: #ffffff;
  color: #2f8ca3;
  border: 2px solid #2f8ca3;
}

.dc-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dc-merit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dc-merit__item {
  background: #2f8ca3;
  border-radius: 0.5rem;
  border: 2px solid #2f8ca3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125rem;
  border: 2px solid #2f8ca3;
  min-width: 0;
  position: relative;
  color: #ffffff;
}
.dc-merit__item.user {
  background: #ffffff;
  color: #393939;
}
.merit__block .user .dc-merit__item {
  background: #ffffff;
  color: #393939;
  border: 2px solid #2f8ca3;
}

.dc-merit__img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dc-merit__img {
    width: 100%;
    height: auto;
    aspect-ratio: 318/212;
  }
}
.dc-merit__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.25rem;
}
.dc-merit__img::after {
  position: absolute;
  bottom: -2.0625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #2f8ca3;
  color: #ffffff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "Oswald", sans-serif !important;
  font-size: max(1.75rem, 19.6px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  border: 2px solid #2f8ca3;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .dc-merit__img::after {
    font-size: 1.75rem !important;
  }
}
.dc-merit__img.user::after {
  background: #ffffff;
  color: #2f8ca3;
  border: 2px solid #ffffff;
}
.dc-merit__img.--01::after {
  content: "01";
}
.dc-merit__img.--02::after {
  content: "02";
}
.dc-merit__img.--03::after {
  content: "03";
}

.dc-merit__content {
  -webkit-margin-before: 2.625rem;
          margin-block-start: 2.625rem;
}
@media screen and (max-width: 767px) {
  .dc-merit__content {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}
.dc-merit__content h3 {
  font-size: max(1.25rem, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.075em !important;
  margin-bottom: 1rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dc-merit__content h3 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .dc-merit__content h3 {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.0555555556em !important;
    margin-bottom: 0rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dc-merit__content h3 {
    font-size: 1.125rem !important;
  }
}
.dc-merit__content p {
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .dc-merit__content p {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .dc-merit__content p {
    font-size: max(0.875rem, 9.8px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.03em !important;
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dc-merit__content p {
    font-size: 0.875rem !important;
  }
}

.step {
  background: #f3fbfd;
  padding: 5.1875rem 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 2.5rem 1.625rem;
  }
}

.step__inner {
  margin-inline: auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .step__inner {
    max-width: 100%;
    width: 100%;
    max-width: 500px;
  }
}

.step__title {
  text-align: center;
  margin-bottom: 2.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .step__title {
    margin-bottom: 2rem;
  }
}

.step__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  width: 100%;
  max-width: 1240px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .step__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.875rem;
  }
}

.step__item {
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(47, 140, 163, 0.1);
          box-shadow: 0 0 15px 0 rgba(47, 140, 163, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem;
  gap: 1rem;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__item {
    padding-inline: 0.9375rem 1rem;
    padding-block: 1.0625rem;
  }
}

.step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .step__header {
    margin-bottom: 0rem;
    gap: 0.8125rem;
  }
}

.step__desc {
  padding-top: 1rem;
  border-top: 1px solid #2f8ca3;
}

.step__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.step__badge-step {
  font-family: "Oswald", sans-serif !important;
  font-size: max(0.875rem, 9.8px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #2f8ca3;
}
@media screen and (max-width: 767px) {
  .step__badge-step {
    font-size: 0.875rem !important;
  }
}

.step__badge-num {
  font-family: "Oswald", sans-serif !important;
  font-size: max(2rem, 22.4px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #2f8ca3;
}
@media screen and (max-width: 767px) {
  .step__badge-num {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .step__badge-num {
    font-size: max(1.75rem, 19.6px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step__badge-num {
    font-size: 1.75rem !important;
  }
}

.step__header-text {
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .step__header-text {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .step__header-text {
    font-size: max(1.25rem, 14px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step__header-text {
    font-size: 1.25rem !important;
  }
}

.step__desc p {
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
}
@media screen and (max-width: 767px) {
  .step__desc p {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .step__desc p {
    font-size: max(0.875rem, 9.8px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.03em !important;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step__desc p {
    font-size: 0.875rem !important;
  }
}
.step__desc p + p {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
.step__desc a {
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #393939;
  text-decoration-thickness: 10%; /* 1.6px */
  text-underline-offset: -3%; /* 1.6px */
  text-underline-position: from-font;
}
.step__desc a:hover {
  opacity: 0.7;
}

/* ========== CTA Zoom ========== */
.cta-zoom {
  background: #f3fbfd;
  padding-block: 3.75rem;
  padding-inline: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cta-zoom {
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
  }
}

.cta-zoom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1240px;
  margin-inline: auto;
  background: #2f8ca3;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cta-zoom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    scale: 0.98;
  }
}

.cta-zoom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cta-zoom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta-zoom__content {
  background: #2f8ca3;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 2.6875rem 4rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 340px;
  max-width: 640px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cta-zoom__content {
    border-radius: 0rem;
    padding-inline: 1rem;
    padding-block: 1.25rem;
    gap: 0.75rem;
    width: 100%;
  }
}

.cta-zoom__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.cta-zoom__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f8ca3;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  padding: 0.4375rem 0.9375rem;
  font-size: max(1rem, 11.2px) !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.05em !important;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cta-zoom__badge {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-zoom__badge {
    font-size: max(0.9375rem, 10.5px) !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta-zoom__badge {
    font-size: 0.9375rem !important;
  }
}

.cta-zoom__badge img {
  width: 0.875rem;
  height: 1rem;
}

.cta-zoom__title {
  text-align: center;
  font-size: max(2.25rem, 25.2px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  font-size: max(2.25rem, 20px) !important;
}
@media screen and (max-width: 767px) {
  .cta-zoom__title {
    font-size: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-zoom__title {
    font-size: max(1.5rem, 16.8px) !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.0004166667em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta-zoom__title {
    font-size: 1.5rem !important;
  }
}

.cta-zoom__desc {
  text-align: left;
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.00625em !important;
}
@media screen and (max-width: 767px) {
  .cta-zoom__desc {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-zoom__desc {
    font-size: max(0.9375rem, 10.5px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.0066666667em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta-zoom__desc {
    font-size: 0.9375rem !important;
  }
}

.cta-zoom__info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .cta-zoom__info-btns {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.cta-zoom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cta-zoom__info {
    width: 5.9375rem;
  }
}

.cta-zoom__info-box {
  background: #0b6577;
  border: 2px solid #2f8ca3;
  border-radius: 1rem 1rem 0 1rem;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  text-align: center;
  min-width: 5rem;
  position: relative;
  left: 0.125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-zoom__info-box {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-zoom__info-box {
    font-size: max(1.0625rem, 11.9px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0em !important;
    padding: 0.75rem 1.125rem;
    min-width: 6.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta-zoom__info-box {
    font-size: 1.0625rem !important;
  }
}

.cta-zoom__info-label {
  display: block;
  line-height: 1.2;
}

.cta-zoom__btn {
  display: inline-block;
  position: relative;
  right: 0.125rem;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .cta-zoom__btn {
    width: 15.5625rem;
  }
}
.cta-zoom__btn span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-zoom__btn span {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cta-zoom__image {
  min-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cta-zoom__image {
    width: 100%;
    height: auto;
    aspect-ratio: 366/258;
  }
}
.cta-zoom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .cta-zoom__image img {
    height: auto;
    border-radius: 0;
    aspect-ratio: 366/258;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@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 !important;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif !important;
}
.u-font__en {
  font-family: "Oswald", sans-serif !important;
}

.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;
  }
}