@charset "UTF-8";
.c-red {
  color: #FF5B63;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1F2A44;
  line-height: 1.8;
  background-color: #FAFAFA;
}
body.drawer-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

main {
  margin-top: 120px;
}
@media screen and (max-width: 949px) {
  main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 0;
  }
}

.sr-only {
  display: none;
}

@media (hover: hover) {
  a:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.text-link {
  color: #FF5B63;
  text-decoration: underline;
}

img {
  height: auto;
}

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

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

.l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(25px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 6.6666666667vw;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-color-pink-color: transparent;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

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

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-section-heading {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.c-section-heading .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1F2A44;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-section-heading .icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF5B63;
  border-radius: 2px;
}
.c-section-heading.c-button-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.c-section-heading.c-button-sub .icon {
  margin-bottom: 0;
}

.c-icon-heading {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.035em;
}
.c-icon-heading .icon {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1F2A44;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-icon-heading .icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF5B63;
  border-radius: 2px;
}
.c-icon-heading.c-button-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.c-icon-heading.c-button-sub .icon {
  margin-bottom: 0;
}

.c-button {
  width: clamp(200px, 25.0694444444vw, 361px);
  max-width: 361px;
  height: 64px;
  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;
  border-radius: 12px;
  border: 1px solid #1F2A44;
  background: #FFFFFF;
  color: #1F2A44;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 4px 16px;
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 56px;
  }
}
.c-button__text {
  margin: 0 auto;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.c-button__border {
  width: 1px;
  height: 40px;
  background-color: #E5E5E5;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-button__border {
    margin-right: 12px;
  }
}
.c-button__arrow {
  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-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button__icon-default {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button__icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-button:hover {
    background: #1F2A44;
    color: #fff;
  }
  .c-button:hover .c-button__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-button:hover .c-button__icon-default {
    opacity: 0;
  }
  .c-button:hover .c-button__icon-hover {
    opacity: 1;
  }
}
.c-button.color-pink {
  background: #FF5B63;
  color: #fff;
  border: 1px solid #FF5B63;
}
.c-button.color-pink .c-button__border {
  background: #C8353D;
}
@media (hover: hover) {
  .c-button.down:hover .c-button__arrow {
    -webkit-transform: rotate(90deg) translateX(5px);
            transform: rotate(90deg) translateX(5px);
  }
}
.c-button.down .c-button__arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-link {
  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;
  margin-top: clamp(27px, 2.2916666667vw, 33px);
  gap: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-link {
    gap: 12px;
  }
}
.c-link__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 28px;
}
.c-link__icon-default, .c-link__icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-link__icon-hover {
  opacity: 0;
}
@media (hover: hover) {
  .c-link:hover .c-link__icon-default {
    opacity: 0;
  }
  .c-link:hover .c-link__icon-hover {
    opacity: 1;
  }
  .c-link:hover {
    color: #FF5B63;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

.c-item {
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 40px rgba(255, 91, 99, 0.08);
          box-shadow: 0 0 40px rgba(255, 91, 99, 0.08);
}
.c-item .title {
  font-size: clamp(16px, 1.25vw, 18px);
}
.c-item .title .icon {
  display: block;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6B7280;
  padding-bottom: clamp(8px, 0.8333333333vw, 12px);
}

.page-heading {
  background-image: url("../img/page-heading-bg_pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-heading {
    background-image: url("../img/page-heading-bg_sp.svg");
    background-size: cover;
    background-position: center;
  }
}
.page-heading__inner {
  padding-top: clamp(48px, 5.5555555556vw, 80px);
  padding-bottom: clamp(38px, 4.4444444444vw, 64px);
}
.page-heading .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #6B7280;
}
.page-heading .title {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  background: -webkit-gradient(linear, left top, right top, from(#FF5B63), color-stop(10%, #C8353D), color-stop(30%, #1F2A44));
  background: linear-gradient(90deg, #FF5B63 0%, #C8353D 10%, #1F2A44 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  line-height: 220%;
}

.breadcrumb {
  padding-top: clamp(16px, 1.6666666667vw, 24px);
  padding-bottom: clamp(56px, 5.5555555556vw, 80px);
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb__item {
  color: #6B7280;
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
.breadcrumb__item .link {
  color: #FF5B63;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumb__item .link:hover {
  opacity: 0.7;
}
.breadcrumb__item .current {
  color: #6B7280;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: "/";
  margin: 0 8px;
  font-size: 12px;
}

.c-toggle {
  display: block;
  width: clamp(15px, 1.6666666667vw, 24px);
  height: clamp(15px, 1.6666666667vw, 24px);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.c-toggle::before, .c-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #1F2A44;
  width: 100%;
  height: 1px;
}
.c-toggle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-toggle.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .c-toggle {
    margin-top: 0.5em;
  }
}

.c-label {
  color: #FF5B63;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c-detail-contents__head .date {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.c-detail-contents__head .date .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  background: #E5E5E5;
  padding: 2px clamp(10px, 0.8333333333vw, 12px);
  border-radius: 100px;
  margin-left: clamp(12px, 1.1111111111vw, 16px);
}
.c-detail-contents__head .date .label.c-navy {
  color: #1F2A44;
}
.c-detail-contents__head .date.c-boldRed {
  color: #FF5B63;
  font-weight: 700;
}
.c-detail-contents__head .title {
  padding-top: clamp(12px, 1.1111111111vw, 16px);
  font-size: clamp(18px, 2.2222222222vw, 32px);
  padding-bottom: clamp(17px, 1.7361111111vw, 25px);
  border-bottom: 1px solid #1F2A44;
}

.c-detailTitle {
  background: #E5E5E5;
  padding: clamp(20px, 1.6666666667vw, 24px) 8px clamp(20px, 1.6666666667vw, 24px) clamp(26px, 4.0277777778vw, 58px);
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: 500;
  position: relative;
}
.c-detailTitle::before {
  content: "";
  position: absolute;
  top: clamp(20px, 1.6666666667vw, 24px);
  bottom: clamp(20px, 1.6666666667vw, 24px);
  left: clamp(12px, 2.2222222222vw, 32px);
  width: 2px;
  background: #FF5B63;
}

.c-detailSubTitle,
.c-detailTitle--accent {
  font-size: clamp(18px, 1.9444444444vw, 28px);
  border-bottom: 1px solid #6B7280;
  position: relative;
  padding-bottom: 16px;
  font-weight: 500;
}
.c-detailSubTitle::after,
.c-detailTitle--accent::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #FF5B63;
}

.c-detailCaption {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  background: #F3F4F6;
  padding: 12px clamp(8px, 1.1111111111vw, 16px);
  font-weight: 500;
}

.c-linkWrap-blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}

.external-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: 0.25em;
  color: currentColor;
}
.external-icon .external-icon__svg {
  width: 100%;
  height: 100%;
}

.c-topImg {
  width: clamp(327px, 55.5555555556vw, 800px);
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.c-lead {
  padding-top: clamp(48px, 5.5555555556vw, 80px);
}

.c-summary-item {
  padding-top: clamp(56px, 5.5555555556vw, 80px);
}
.c-summary-item .fig_group_right,
.c-summary-item .fig_group_left {
  margin-top: 50px;
  gap: 50px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-summary-item .fig_group_right,
  .c-summary-item .fig_group_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-summary-item .fig_group_right .fig,
.c-summary-item .fig_group_left .fig {
  width: 40.37%;
}
@media screen and (max-width: 767px) {
  .c-summary-item .fig_group_right .fig,
  .c-summary-item .fig_group_left .fig {
    width: 100%;
  }
}
.c-summary-item .fig_group_right .txt,
.c-summary-item .fig_group_left .txt {
  width: 55.185%;
}
@media screen and (max-width: 767px) {
  .c-summary-item .fig_group_right .txt,
  .c-summary-item .fig_group_left .txt {
    width: 100%;
  }
}
.c-summary-item .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-summary-item .member .box {
  max-width: 230px;
}
.c-summary-item .list {
  padding-top: clamp(32px, 3.3333333333vw, 48px);
  padding-left: 1em;
  text-indent: -1em;
}
.c-summary-item .note {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #6B7280;
  padding-top: clamp(24px, 2.2222222222vw, 32px);
}
.c-summary-item .desc {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  padding-top: clamp(48px, 5.5555555556vw, 80px);
}
.c-summary-item .c-linkWrap-blank {
  margin-top: clamp(32px, 3.3333333333vw, 48px);
}
.c-summary-item .hbspt-form {
  margin-top: clamp(32px, 3.3333333333vw, 48px);
}
.c-summary-item .pic-box {
  background: #fff;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  margin: clamp(40px, 3.3333333333vw, 48px) auto 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.c-summary-item .pic-box img {
  margin: 0 auto;
}
.c-summary-item .pic-box__caption {
  display: block;
  color: #6B7280;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  padding-top: 16px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.c-contact {
  position: relative;
  background: url("../img/contact-bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: clamp(80px, 8.3333333333vw, 120px) 60px;
  margin-top: clamp(160px, 16.6666666667vw, 240px);
}
@media screen and (max-width: 767px) {
  .c-contact {
    background-image: url("../img/contact-bg_sp.jpg");
    padding: 21.3333333333vw 6.4vw;
  }
}
.c-contact__inner {
  color: #fff;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(40px, 7.6388888889vw, 110px);
}
@media screen and (max-width: 767px) {
  .c-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-contact__inner .c-section-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-contact__inner .c-section-heading .icon {
  color: #fff;
}
.c-contact__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-contact__body .text {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.8;
}
.c-contact__body .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .c-contact__body .buttons {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.other-case {
  background: #fff;
  max-width: 1280px;
  margin: clamp(80px, 8.3333333333vw, 120px) auto 0;
  padding: clamp(64px, 7.2222222222vw, 104px) 0;
  border-radius: 8px;
}
.other-case__wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .other-case__wrap {
    padding: 0 24px;
  }
}
.other-case .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.other-case .l-inner .c-link {
  margin-bottom: 0;
}
.other-case .c-section-heading .icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.other-case .slide__item img {
  aspect-ratio: 169/89;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.other-case .slide__item .desc {
  padding-top: 16px;
}
.other-case .slide__item .desc .c-label {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
.other-case .slide__item .desc .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.8;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-case .slide__item .desc .text {
  color: #6B7280;
  padding-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-case .slide__item .desc .tag {
  font-size: clamp(10px, 0.8333333333vw, 12px);
  padding: 2px 12px;
  background: #E5E5E5;
  border-radius: 100px;
  margin-top: 24px;
  display: inline-block;
}
.other-case .c-swiper {
  margin: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .other-case .c-swiper {
    margin: 0;
  }
}
.other-case .c-swiper::before, .other-case .c-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.other-case .c-swiper::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(to right, white 20%, rgba(250, 250, 250, 0) 100%);
}
.other-case .c-swiper::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, white), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(to left, white 20%, rgba(250, 250, 250, 0) 100%);
}
.other-case .c-swiper .slide__item {
  width: calc((100% - 96px) / 3.5);
}
@media screen and (max-width: 767px) {
  .other-case .c-swiper .slide__item {
    width: 80%;
  }
}
.other-case .c-swiper[data-case-count="4"] .slide__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .other-case .c-swiper[data-case-count="4"] .slide__item {
    width: 80%;
  }
}
.other-case .c-swiper__controls {
  padding-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-case .c-swiper__pagination {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .other-case .c-swiper__pagination {
    text-align: left;
  }
}
.other-case .c-swiper__pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0 8px;
  background: #E5E5E5;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .other-case .c-swiper__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.other-case .c-swiper__pagination .swiper-pagination-bullet-active {
  background: #1F2A44;
}
.other-case .c-swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-case .c-swiper .controls-arrow {
  width: clamp(40px, 3.8888888889vw, 56px);
  height: clamp(40px, 3.8888888889vw, 56px);
  background-repeat: no-repeat;
  background-size: contain;
}
.other-case .c-swiper__prev {
  background-image: url(../img/icon-arrow-prev.svg);
}
.other-case .c-swiper__next {
  background-image: url(../img/icon-arrow-next.svg);
}
.other-case__grid {
  margin-top: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .other-case__grid {
    padding: 0 24px;
    margin-top: 0;
  }
}
.other-case__list.is-grid {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .other-case__list.is-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 40px;
  }
}
.other-case__list.is-grid.is-count-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 600px;
  margin: 0 auto;
}
.other-case__list.is-grid.is-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.other-case__list.is-grid.is-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.other-case .c-link.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .other-case .c-link.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
  }
}

.loyalty .page-heading,
.auth .page-heading,
.service .page-heading,
.consulting .page-heading {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#F3F4F6), to(#FAFAFA));
  background: linear-gradient(to right, #F3F4F6 0%, #FAFAFA 100%);
  z-index: 0;
}
.loyalty .page-heading::before,
.auth .page-heading::before,
.service .page-heading::before,
.consulting .page-heading::before {
  content: "";
  position: absolute;
  background-image: url(../img/heading-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  width: 400px;
  aspect-ratio: 400/480;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .loyalty .page-heading::before,
  .auth .page-heading::before,
  .service .page-heading::before,
  .consulting .page-heading::before {
    width: 200px;
    aspect-ratio: 200/240;
  }
}
.loyalty .page-heading .label,
.auth .page-heading .label,
.service .page-heading .label,
.consulting .page-heading .label {
  color: #FF5B63;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.loyalty .page-heading .title,
.auth .page-heading .title,
.service .page-heading .title,
.consulting .page-heading .title {
  font-size: clamp(30px, 3.75vw, 54px);
  line-height: 2.2;
}

.loyalty__head,
.auth__head,
.service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .loyalty__head,
  .auth__head,
  .service__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.loyalty__head .c-section-heading,
.auth__head .c-section-heading,
.service__head .c-section-heading {
  width: clamp(250px, 27.7777777778vw, 400px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .loyalty__head .c-section-heading,
  .auth__head .c-section-heading,
  .service__head .c-section-heading {
    width: initial;
  }
}
.loyalty__head p,
.auth__head p,
.service__head p {
  padding-top: clamp(41px, 3.8888888889vw, 56px);
  font-size: clamp(14px, 1.25vw, 18px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.c-feature-card {
  background: #FAFAFA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #FF5B63;
}
.c-feature-card__body {
  padding: clamp(41px, 3.4722222222vw, 50px) clamp(24px, 2.2222222222vw, 32px) 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-feature-card__number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #6B7280;
}
.c-feature-card__title {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  color: #1F2A44;
  margin-top: clamp(8px, 0.8333333333vw, 12px);
}
.c-feature-card__text {
  margin-top: clamp(20px, 1.6666666667vw, 24px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
}
.c-feature-card__checks {
  margin-top: 24px;
}
.c-feature-card__checks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  margin-bottom: 8px;
}
.c-feature-card__checks li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon-check.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6px;
}
.c-feature-card__etc {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #6B7280;
  text-align: right;
}
.c-feature-card__image {
  margin-top: 32px;
}
.c-feature-card__image img {
  width: 100%;
}

.c-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(114px, 13.1944444444vw, 190px);
  height: clamp(96px, 10.2777777778vw, 148px);
  border-radius: clamp(40px, 3.8888888889vw, 56px);
  color: #1F2A44;
  position: fixed;
  top: 70%;
  right: 16px;
  z-index: 101;
  overflow: hidden;
  background: linear-gradient(135deg, #FF5B63 0%, #E14C54 30%, #1F2A44 100%);
}
.c-cta::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: clamp(38px, 3.75vw, 54px);
  background: #48526A;
}
.c-cta__text {
  color: #fff;
  position: relative;
  font-size: clamp(12px, 1.25vw, 18px);
  text-align: center;
}
.c-cta__arrow {
  z-index: 2;
}
.c-cta__arrow img {
  width: clamp(24px, 2.5vw, 36px);
}

.cta-box {
  padding: 45px 45px 50px;
  margin-top: 80px;
  background: #F3F4F6;
}
@media screen and (max-width: 767px) {
  .cta-box {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.cta-box > p {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 600px) {
  .cta-box > p {
    text-align: left;
  }
}

.buttons.pageItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buttons.pageItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .buttons.pageItem a {
    width: 100%;
    max-width: initial;
  }
}

.function {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.function__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 56px;
  padding-top: clamp(56px, 4.4444444444vw, 64px);
}
@media screen and (max-width: 767px) {
  .function__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.c-point__list {
  margin-top: clamp(80px, 8.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4444444444vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.c-point__list .item {
  width: calc(50% - 2.2222222222vw);
  border-top: 1px solid #6B7280;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-point__list .item {
    width: 100%;
  }
}
.c-point__list .item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}
.c-point__list .item .c-section-heading.c-button-sub {
  text-decoration: none;
}
.c-point__list .item .c-point__body {
  font-weight: 400;
  padding-top: clamp(12px, 1.3888888889vw, 20px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
}

.mission {
  padding: clamp(40px, 3.8888888889vw, 56px) 0 0;
}
.mission__title {
  position: relative;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.035em;
  background: radial-gradient(circle 400px, #FF5B63 0%, #E14C54 30%, transparent 60%), #1F2A44;
  background-size: 400px 400px, 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: blob-move 8s ease-in-out infinite;
          animation: blob-move 8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .mission__title {
    background: radial-gradient(circle 200px, #FF5B63 0%, #E14C54 30%, transparent 60%), #1F2A44;
    background-size: 200px 200px, 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.mission__title .icon {
  margin-bottom: 32px;
  -webkit-text-fill-color: #1F2A44;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
}
.mission__title::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg-logo.svg);
  width: clamp(300px, 38.1944444444vw, 550px);
  height: auto;
  aspect-ratio: 602/720;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 17vw;
}
@media screen and (max-width: 767px) {
  .mission__title::after {
    left: 100px;
    top: -40px;
  }
}
@-webkit-keyframes blob-move {
  0% {
    background-position: -30% 0%, 0 0;
  }
  25% {
    background-position: 60% 40%, 0 0;
  }
  50% {
    background-position: 110% 10%, 0 0;
  }
  75% {
    background-position: 20% 50%, 0 0;
  }
  100% {
    background-position: -30% 0%, 0 0;
  }
}
@keyframes blob-move {
  0% {
    background-position: -30% 0%, 0 0;
  }
  25% {
    background-position: 60% 40%, 0 0;
  }
  50% {
    background-position: 110% 10%, 0 0;
  }
  75% {
    background-position: 20% 50%, 0 0;
  }
  100% {
    background-position: -30% 0%, 0 0;
  }
}
.mission__loop-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mission__loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop-scroll 30s linear infinite;
          animation: loop-scroll 30s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mission__loop-track__revirese {
  -webkit-animation: loop-scroll-reverse 30s linear infinite;
          animation: loop-scroll-reverse 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .mission__loop-track {
    gap: 3.2vw;
  }
}
.mission__loop-track img {
  height: 113px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mission__loop-track img {
    height: clamp(60px, 16vw, 100px);
  }
}

@-webkit-keyframes loop-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes loop-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes loop-scroll-reverse {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loop-scroll-reverse {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.pagination {
  text-align: center;
  margin: auto;
  padding: clamp(60px, 16vw, 100px) 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #1F2A44;
  background: #FFFFFF;
  color: #1F2A44;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination span.page-numbers.current {
  background: #1F2A44;
  color: #fff;
  pointer-events: none;
}
.pagination span.page-numbers.dots {
  border: none;
  background: transparent;
  width: auto;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    background: #1F2A44;
    color: #fff;
  }
}
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers,
.pagination span.prev.page-numbers,
.pagination span.next.page-numbers {
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
@media (hover: hover) {
  .pagination a.prev.page-numbers:hover,
  .pagination a.next.page-numbers:hover {
    background-color: transparent;
    color: transparent;
    opacity: 0.5;
  }
}
.pagination span.prev.page-numbers,
.pagination span.next.page-numbers {
  visibility: hidden;
  pointer-events: none;
}
.pagination a.prev.page-numbers,
.pagination span.prev.page-numbers {
  background-image: url("../img/icon-arrow-prev.svg");
}
.pagination a.next.page-numbers,
.pagination span.next.page-numbers {
  background-image: url("../img/icon-arrow-next.svg");
}
@media (hover: hover) {
  .pagination a.prev.page-numbers:hover {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@media (hover: hover) {
  .pagination a.next.page-numbers:hover {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.record-wrap.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.record-wrap.split .client-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.record-wrap {
  width: clamp(440px, 33.3333333333vw, 480px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border: 1px solid #FFEDE3;
  border-radius: 8px;
  padding: clamp(32px, 3.3333333333vw, 48px) 0;
}
@media screen and (max-width: 767px) {
  .record-wrap {
    width: 100%;
  }
}
.record-wrap .record-col {
  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: 0 clamp(6px, 0.8333333333vw, 12px);
}
.record-wrap .record-col + .record-col {
  border-left: 1px solid #E5E5E5;
}
.record-wrap .title {
  font-size: clamp(10px, 0.9722222222vw, 14px);
  color: #fff;
  background: #FF5B63;
  border-radius: 100px;
  padding: 6px 12px;
  display: inline-block;
  text-align: center;
}
.record-wrap .client-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 360px;
}
.record-wrap .client-list li {
  font-size: 10px;
  border: 1px solid #1F2A44;
  border-radius: 100px;
  padding: 2px clamp(6px, 0.8333333333vw, 12px);
  background: #FFEDE3;
  position: relative;
}
.record-wrap .client-list li.has-etc::after {
  content: "等";
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp(9px, 0.8333333333vw, 12px);
  color: #1F2A44;
}
.record-wrap .logo-area {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.record-wrap .logo-area > li {
  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: 8px;
}
.record-wrap .logo-area .logo-box {
  width: 100%;
  max-width: 136px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  display: block;
}
.record-wrap .logo-area .logo-box img {
  width: 100%;
  aspect-ratio: 136/90;
  -o-object-fit: contain;
     object-fit: contain;
}
.record-wrap .logo-area .company-name {
  font-size: 10px;
  text-align: center;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #FAFAFA;
  height: 120px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
@media screen and (max-width: 949px) {
  .header {
    display: initial;
    position: fixed;
    height: 60px;
  }
}
.header--scrolled {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  height: 100px;
}
@media screen and (max-width: 949px) {
  .header--scrolled {
    height: 60px;
  }
}
.header--scrolled .header__inner {
  padding: 0 32px;
}
@media screen and (max-width: 949px) {
  .header--scrolled .header__inner {
    padding: 0 0 12px;
  }
}
.header--scrolled .header__inner .header__logo-area {
  padding-top: 10px;
}
.header--scrolled .header__cta {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.header--scrolled .header__nav {
  overflow: inherit;
  z-index: 1003;
  -webkit-transform: translateY(clamp(-60px, -4.1666666667vw, -44px));
          transform: translateY(clamp(-60px, -4.1666666667vw, -44px));
}
.header--scrolled .header__nav-list {
  padding-bottom: 0;
  gap: clamp(16px, 1.6666666667vw, 24px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 32px;
  max-width: initial;
}
.header--scrolled .header__nav-sub {
  top: 110%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 6px 32px 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 949px) {
  .header__inner {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 12px;
    background: #fff;
  }
}
.header__logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8333333333vw;
  height: auto;
}
@media screen and (max-width: 949px) {
  .header__logo-area {
    margin-left: 12px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 949px) {
  .header__logo-area {
    gap: 2.1333333333vw;
  }
}
.header__logo-area .prismatix {
  width: clamp(84px, 11.6666666667vw, 168px);
}
.header__logo-area p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6px, 0.9722222222vw, 14px);
  white-space: nowrap;
}
.header__logo {
  display: block;
  width: clamp(120px, 16.5972222222vw, 239px);
  position: relative;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header .header__logo-scrolled {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.header .header__logo-default {
  opacity: 1;
}
.header.header--scrolled .header__logo-default {
  opacity: 0;
  pointer-events: none;
}
.header.header--scrolled .header__logo-scrolled {
  opacity: 1;
  pointer-events: auto;
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
  -webkit-transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
  transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
  max-height: 100px;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 949px) {
  .header__cta {
    display: none;
  }
}
.header__cta-btn {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 32px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__cta-btn.info {
  color: #1F2A44;
  border: 1px solid #E5E5E5;
  background: #F3F4F6;
}
@media (hover: hover) {
  .header__cta-btn.info:hover {
    color: #FFFFFF;
    background: #1F2A44;
    border: 1px solid #1F2A44;
  }
}
.header__cta-btn.contact {
  color: #FF5B63;
  border: 1px solid #FF5B63;
  background: #F3F4F6;
}
@media (hover: hover) {
  .header__cta-btn.contact:hover {
    color: #FFFFFF;
    background: #C8353D;
    border: 1px solid #C8353D;
  }
}
.header__cta-btn.catalog {
  color: #FFFFFF;
  border: 1px solid #FF5B63;
  background: #FF5B63;
}
@media (hover: hover) {
  .header__cta-btn.catalog:hover {
    color: #FFFFFF;
    background: #C8353D;
    border: 1px solid #C8353D;
  }
}
.header__hamburger {
  display: none;
  -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;
  gap: 6px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 0 0 0 2.1333333333vw;
  color: #fff;
  background: #1F2A44;
  cursor: pointer;
}
@media screen and (max-width: 949px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger-line {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header__hamburger-text {
  font-size: 8px;
  color: #fff;
  line-height: 1;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(3.5px) rotate(20deg);
          transform: translateY(3.5px) rotate(20deg);
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(2) {
  -webkit-transform: translateY(-3.5px) rotate(-20deg);
          transform: translateY(-3.5px) rotate(-20deg);
}
.header__nav {
  -webkit-transition: top 0.6s ease, right 0.6s ease, -webkit-transform 0.6s ease;
  transition: top 0.6s ease, right 0.6s ease, -webkit-transform 0.6s ease;
  transition: top 0.6s ease, right 0.6s ease, transform 0.6s ease;
  transition: top 0.6s ease, right 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 949px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  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: 2.7777777778vw;
  max-width: 1440px;
  margin: 0 auto;
  list-style: none;
  -webkit-transition: padding 0.6s ease, gap 0.6s ease;
  transition: padding 0.6s ease, gap 0.6s ease;
}
.header__nav-item {
  position: relative;
  pointer-events: auto;
}
.header__nav-item--has-child .header__nav-link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 1px solid #1F2A44;
  border-bottom: 1px solid #1F2A44;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__nav-sub.is-open {
  clip-path: inset(0 0 0 0);
}
.header__nav-item--has-child.is-open .header__nav-link::after {
  -webkit-transform: rotate(-135deg) translateY(-2px);
          transform: rotate(-135deg) translateY(-2px);
}
.header__nav-item--has-child.is-open .header__nav-link::before {
  left: 33%;
}
.header__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #1F2A44;
  text-decoration: none;
  position: relative;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-link::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #FF5B63;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__nav-link:hover::before {
    opacity: 1;
  }
}
.header__nav-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background-color: #F3F4F6;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.4s ease, top 0.6s ease, -webkit-transform 0.6s ease;
  transition: clip-path 0.4s ease, top 0.6s ease, -webkit-transform 0.6s ease;
  transition: clip-path 0.4s ease, top 0.6s ease, transform 0.6s ease;
  transition: clip-path 0.4s ease, top 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: auto;
}
.header__nav-sub-inner {
  width: 100%;
  margin: auto;
  max-width: 769px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav-sub-inner > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 18px 0;
}
.header__nav-sub-link {
  border-right: solid 1px #E5E5E5;
  line-height: 1;
  display: block;
}
.header__nav-sub-link {
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  display: block;
  padding: 0.5555555556vw 1.3888888889vw;
  color: #1F2A44;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .header__nav-sub-link:hover {
    background: #F3F4F6;
    color: #FF5B63;
  }
}
.header__drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #FFFFFF;
  z-index: 999;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 949px) {
  .header__drawer {
    display: block;
  }
}
.header__drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__drawer-inner {
  padding: 40px 24px;
  position: relative;
  margin-top: 60px;
}
.header__drawer-inner::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/prismatix-theme/assets/img/bg-logo.svg);
  opacity: 0.5;
  top: 0;
  left: -70px;
  z-index: -2;
  aspect-ratio: 602/720;
  background-repeat: no-repeat;
  width: 80%;
  background-size: contain;
}
.header__drawer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333vw;
}
.header__drawer-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 3.7333333333vw, 18px);
  color: #1F2A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
.header__drawer-toggle {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__drawer-toggle::before, .header__drawer-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1F2A44;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__drawer-toggle::before {
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__drawer-toggle::after {
  width: 1px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__drawer-title[aria-expanded=true] .header__drawer-toggle::after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}
.header__drawer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.7333333333vw;
  padding-left: 4.2666666667vw;
  list-style: none;
  line-height: 1.3em;
  margin-top: 1em;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.header__drawer-sub[hidden] {
  display: none;
}
.header__drawer-sub li {
  position: relative;
  padding-left: 3.2vw;
}
.header__drawer-sub li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 57%;
  background: #FF5B63;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 1px;
}
.header__drawer-sub a {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(13px, 3.4666666667vw, 20px);
  line-height: 1.5;
  color: #1F2A44;
  text-decoration: none;
  border-right: none;
}
.header__drawer-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 3.7333333333vw, 18px);
  color: #1F2A44;
  text-decoration: none;
}
.header__drawer-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2vw;
  padding-top: 42px;
}
.header__drawer-cta .c-button {
  width: 100%;
  padding: 4px 6px;
}
.header__drawer-cta .c-button__border {
  margin-right: 6px;
}
.header__drawer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 17.0666666667vw;
  margin-top: 8.5333333333vw;
  padding-top: 6.4vw;
  border-top: 1px solid #E5E5E5;
}
.header__drawer-footer-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 3.2vw, 18px);
  color: #1F2A44;
  text-decoration: none;
}
.header__drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 19, 45, 0.5);
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 949px) {
  .header__drawer-overlay {
    display: block;
    pointer-events: none;
  }
}
.header__drawer-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  background-color: #48526A;
  color: #fff;
  padding: clamp(48px, 5vw, 72px) 0 0;
  position: relative;
}
.footer__wrap {
  max-width: 1400px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(56px, 20.625vw, 297px);
  padding: 0 clamp(25px, 4.1666666667vw, 60px);
  white-space: nowrap;
}
@media screen and (max-width: 955px) {
  .footer__wrap {
    gap: 10%;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}
.footer__inner .logo-area {
  margin-bottom: 32px;
}
.footer__inner .logo-area .logo {
  display: block;
}
.footer__inner .logo-area .logo img {
  width: clamp(168px, 14.5833333333vw, 210px);
}
.footer__inner .address p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  margin-bottom: 8px;
}
.footer__inner .address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.footer__inner .address ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #E5E5E5;
}
.footer__nav {
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8888888889vw;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 0;
  }
}
.footer__nav-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__nav-service {
    width: 50%;
    gap: 12px;
  }
}
.footer__nav-service .first-item,
.footer__nav-service .second-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.footer__nav-service .sub-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
}
.footer__nav-service .sub-link::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #6B7280;
}
@media screen and (max-width: 767px) {
  .footer .second-item {
    margin-top: 12px;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-column-gap: 3.8888888889vw;
     -moz-column-gap: 3.8888888889vw;
          column-gap: 3.8888888889vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 50%;
  }
}
.footer__nav-list .link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #fff;
}
.footer__legal {
  padding-left: 3.8888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9em;
    padding: 32px 0 0;
    width: 100%;
  }
  .footer__legal > li {
    width: 50%;
  }
}
.footer__legal .link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  color: #fff;
}
.footer__legal::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 225px;
  top: 0;
  left: 0;
  background: #3e4555;
}
@media screen and (max-width: 767px) {
  .footer__legal::before {
    width: 100%;
    height: 1px;
  }
}
.footer__pagetop {
  position: absolute;
  right: 80px;
  bottom: 134px;
  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: 8px;
  color: #6B7280;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    position: absolute;
    right: 24px;
    bottom: auto;
    top: 48px;
  }
}
.footer__pagetop-icon {
  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: 56px;
  height: 56px;
  border: 1px solid #1F2A44;
  border-radius: 8px;
  background: #48526A;
}
.footer__pagetop-icon img {
  width: 28px;
  height: auto;
}
.footer__pagetop-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  color: #E5E5E5;
}
.footer__bottom {
  border-top: 1px solid #3e4555;
  text-align: center;
  padding: clamp(18px, 1.6666666667vw, 24px) 0 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #fff;
}

.top .kv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top .kv-wrap .lead {
  padding-top: clamp(16px, 1.6666666667vw, 24px);
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 987px) {
  .top .kv-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .top .kv-wrap .mission__inner {
    padding-top: 40px;
  }
}
.top .hero {
  position: relative;
  overflow: hidden;
  max-width: 775px;
  width: 100%;
}
@media screen and (max-width: 987px) {
  .top .hero {
    margin-left: auto;
    margin-top: 40px;
    width: 90%;
  }
}
.top .hero::before, .top .hero::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc((100% - 77.7777777778vw) / 2 + 40px);
  max-width: calc((100% - 1120px) / 2 + 40px);
  height: calc(100% - 48px);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top .hero::before, .top .hero::after {
    width: calc((100% - 87.2vw) / 2 - 8px);
    max-width: calc((100% - 327px) / 2 - 8px);
  }
}
.top .hero .hero-swiper__pagination {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top .hero .hero-swiper__pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 24px;
    gap: 10px;
  }
}
.top .hero .hero-swiper__pagination .swiper-pagination-bullet {
  background: #1F2A44;
  opacity: 0.2;
  border-radius: 0;
  margin: 0 !important;
}
.top .hero .hero-swiper__pagination .swiper-pagination-bullet-active {
  background: #1F2A44;
  opacity: 1;
}
.top .hero .hero-swiper__buttons {
  max-width: 1120px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  height: 56px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .hero .hero-swiper__buttons {
    width: 87.2vw;
    height: 40px;
    margin-top: 16px;
    gap: 12px;
  }
}
.top .hero .swiper-button-prev,
.top .hero .swiper-button-next {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 0;
  right: 0;
  top: 24px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .top .hero .swiper-button-prev,
  .top .hero .swiper-button-next {
    width: 40px;
    height: 40px;
    gap: 12px;
  }
}
.top .hero .swiper-button-prev::after,
.top .hero .swiper-button-next::after {
  content: none;
}
.top .hero .swiper-button-prev:hover,
.top .hero .swiper-button-next:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top .hero .swiper-button-prev {
  background-image: url("../img/icon-arrow-prev.svg");
}
.top .hero .swiper-button-prev:hover {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.top .hero .swiper-button-next {
  background-image: url("../img/icon-arrow-next.svg");
}
.top .hero .swiper-button-next:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.top .hero .slider-item {
  position: relative;
  overflow: hidden;
}
.top .hero .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 775/473;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
@media (hover: hover) {
  .top .hero .slider-item img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top .hero .slider-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(31, 42, 68, 0)), to(rgb(31, 42, 68)));
  background: linear-gradient(to bottom, rgba(31, 42, 68, 0) 40%, rgb(31, 42, 68) 100%);
  z-index: 1;
  pointer-events: none;
}
.top .hero .slider-item__text {
  position: absolute;
  bottom: 2.7777777778vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  color: #FFFFFF;
  width: 90%;
  text-align: left;
  pointer-events: none;
}
.top .hero .slider-item__text .title {
  font-size: clamp(14px, 1.9444444444vw, 28px);
}
.top .hero .slider-item__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.top .hero .slider-item__text .tag {
  font-weight: 400;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  display: inline-block;
  background-color: #FFFFFF;
  color: #1F2A44;
  padding: 2px 12px;
  border-radius: 100px;
}
.top .hero .slider-item__text .company {
  font-weight: 400;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  margin-top: 4px;
}
.top .problems {
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .top .problems {
    margin: 0;
  }
}
.top .problems__wrap {
  background: #F3F4F6;
  border-radius: 12px;
  max-width: 1392px;
  margin: 0 auto;
  padding: 80px 0;
}
.top .problems__itemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 2.2222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .top .problems__itemBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .problems__itemBlock .item {
  background: #FAFAFA;
  max-width: 352px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 1px solid #FF5B63;
  -webkit-box-shadow: 0 0 40px rgba(255, 91, 99, 0.08);
          box-shadow: 0 0 40px rgba(255, 91, 99, 0.08);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top .problems__itemBlock .item {
    max-width: initial;
  }
}
.top .problems__itemBlock .item__inner {
  padding: 48px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .problems__itemBlock .item__inner .title {
  font-size: clamp(16px, 1.25vw, 18px);
}
.top .problems__itemBlock .item__inner .title .icon {
  display: block;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6B7280;
  padding-bottom: clamp(8px, 0.8333333333vw, 12px);
}
.top .problems__itemBlock .item__inner .image {
  margin-top: 24px;
}
.top .problems__itemBlock .item__inner .image img {
  aspect-ratio: 303/192;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.top .problems .c-button {
  margin-left: auto;
  margin-top: clamp(48px, 3.8888888889vw, 56px);
}
.top .philosophy {
  margin-top: clamp(80px, 8.3333333333vw, 120px);
  overflow: hidden;
}
.top .features {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.top .features .features__itemBlock {
  padding-top: clamp(40px, 4.4444444444vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 3.8888888889vw, 56px);
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock {
    gap: 40px;
  }
}
.top .features .features__itemBlock li:nth-child(even) .c-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock li:nth-child(even) .c-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .features .features__itemBlock li:nth-child(even) .c-item__inner {
  border-left: none;
  border-right: 1px solid #FF5B63;
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock li:nth-child(even) .c-item__inner {
    border-right: none;
    border-top: 1px solid #FF5B63;
  }
}
.top .features .features__itemBlock li .c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock li .c-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .features .features__itemBlock li .c-item__inner {
  border-left: 1px solid #FF5B63;
  padding: clamp(40px, 5.5555555556vw, 80px) clamp(20px, 4.4444444444vw, 64px);
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock li .c-item__inner {
    border-left: none;
    border-top: 1px solid #FF5B63;
  }
}
.top .features .features__itemBlock li .c-item__inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  padding-top: 24px;
}
.top .features .features__itemBlock li .c-item__inner:nth-child(even) {
  border-right: 1px solid #FF5B63;
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock li .c-item__inner:nth-child(even) {
    border-right: none;
    border-top: 1px solid #FF5B63;
  }
}
.top .features .features__itemBlock li .c-item .image {
  max-width: 473px;
  width: 100%;
  border-radius: 12px;
  margin: 0 auto;
}
.top .features .features__itemBlock li .c-item .image img {
  aspect-ratio: 457/383;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.top .features .features__itemBlock li .c-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top .features .features__itemBlock li .c-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .function {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
  padding-bottom: clamp(80px, 8.3333333333vw, 120px);
}
.top .function__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4444444444vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top .function__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.top .function__item {
  width: calc(50% - 2.2222222222vw);
  border-top: 1px solid #6B7280;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .function__item {
    width: 100%;
  }
}
.top .function__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}
.top .function__item:last-of-type {
  width: 100%;
}
.top .function__item .c-section-heading.c-button-sub {
  text-decoration: none;
}
.top .function__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.top .function__group {
  padding-left: 1em;
  margin-top: 24px;
}
.top .function__group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #1F2A44;
  margin-bottom: 8px;
}
.top .function__group-title img {
  width: 20px;
  height: auto;
  margin-top: 6px;
}
.top .function__group-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: 8px;
  padding-left: 2em;
}
.top .function__group-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #6B7280;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}
.top .function__group-list li::before {
  position: absolute;
  width: 12px;
  height: 1px;
  background: #1F2A44;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .philosophy__bg-wrap {
  position: relative;
  padding-bottom: clamp(88px, 10.2083333333vw, 147px);
  padding-top: 20vw;
  margin-top: -20vw;
}
.top .philosophy__bg-wrap:after {
  content: "";
  position: absolute;
  background-image: url(../img/philosophy-bg.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.top .philosophy__topImage {
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .top .philosophy__topImage {
    margin: 0 8px;
  }
}
.top .philosophy__topImage img {
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
}
.top .philosophy__title {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.top .philosophy__mainText {
  padding-top: clamp(40px, 3.8888888889vw, 56px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(30px, 3.75vw, 54px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.top .philosophy__mainText h2 {
  background: radial-gradient(circle 400px, #FF5B63 0%, #e14c54 30%, transparent 60%), #1f2a44;
  background-size: 400px 400px, 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: blob-move 8s ease-in-out infinite;
          animation: blob-move 8s ease-in-out infinite;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top .philosophy__mainText h2 {
    background: radial-gradient(circle 200px, #FF5B63 0%, #e14c54 30%, transparent 60%), #1f2a44;
    background-size: 200px 200px, 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.top .philosophy .sub-text {
  line-height: 2.2;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  padding-top: clamp(40px, 5.5555555556vw, 80px);
}
.top .philosophy .sub-text p:last-of-type {
  padding-top: clamp(24px, 2.7777777778vw, 40px);
}
.top .news {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
  padding-bottom: clamp(80px, 8.3333333333vw, 120px);
}
.top .news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222vw;
  margin-top: clamp(32px, 4.4444444444vw, 64px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top .news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.top .news__item {
  width: calc(50% - 2.2222222222vw);
}
@media screen and (max-width: 767px) {
  .top .news__item {
    width: 100%;
  }
}
.top .news__item .link {
  display: block;
  height: 100%;
  background: #F3F4F6;
  border-radius: 12px;
  padding: 2.7777777778vw 3.8888888889vw 4.4444444444vw 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .top .news__item .link {
    padding: 8.5333333333vw 6.4vw 8.5333333333vw 6.4vw;
  }
}
.top .news__item .link:hover .text {
  text-decoration: underline;
}
.top .news__item .link__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.top .news__item .link__meta .date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.top .news__item .link__meta .tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  border-radius: 100px;
  padding: 2px 12px;
  background: #FFFFFF;
}
.top .news__item .link .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  margin-top: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.top .news .c-button {
  margin-left: auto;
  margin-top: clamp(48px, 3.8888888889vw, 56px);
}
.top .prisma-journal {
  padding-bottom: clamp(80px, 8.3333333333vw, 120px);
}
.top .prisma-journal__inner {
  border-top: 1px solid #E5E5E5;
  padding-top: clamp(72px, 8.6111111111vw, 124px);
}
.top .prisma-journal .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6B7280;
  padding-top: 24px;
}
.top .prisma-journal__list {
  margin-top: clamp(48px, 4.4444444444vw, 64px);
}
.top .prisma-journal__item {
  border-top: 1px solid #E5E5E5;
}
.top .prisma-journal__item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.top .prisma-journal__item .link {
  display: block;
  padding: clamp(32px, 2.7777777778vw, 40px) clamp(8px, 1.6666666667vw, 24px);
}
.top .prisma-journal__item .link__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.top .prisma-journal__item .link__meta .date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.top .prisma-journal__item .link__meta .tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  background: #E5E5E5;
  border-radius: 100px;
  padding: 2px 12px;
}
.top .prisma-journal__item .link:hover .text {
  text-decoration: underline;
}
.top .prisma-journal__item .link .text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  margin-top: 16px;
}
.top .prisma-journal .c-button {
  margin-left: auto;
  margin-top: clamp(48px, 3.8888888889vw, 56px);
}

.faq .anchor-nav__inner {
  width: 85.9821428571%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 3.3333333333vw, 48px);
     -moz-column-gap: clamp(15px, 3.3333333333vw, 48px);
          column-gap: clamp(15px, 3.3333333333vw, 48px);
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .faq .anchor-nav__inner {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .faq .anchor-nav__inner .c-button__text {
    text-align: center;
    font-size: clamp(13px, 3.4666666667vw, 14px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .faq .anchor-nav__inner .c-button {
    padding: 4px 5px;
    width: 40vw;
  }
  .faq .anchor-nav__inner .c-button__border {
    margin-right: 5px;
  }
}
.faq .faq-contents {
  padding-top: clamp(120px, 11.1111111111vw, 160px);
}
.faq .faq-contents__wrap {
  padding-top: clamp(56px, 4.4444444444vw, 64px);
}
.faq .faq-contents__wrap .item {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  padding: clamp(30px, 2.7777777778vw, 40px) clamp(8px, 1.6666666667vw, 24px);
}
.faq .faq-contents__wrap .item.is-open .answer {
  grid-template-rows: 1fr;
  padding-top: 24px;
}
.faq .faq-contents__wrap .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq .faq-contents__wrap .question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq .faq-contents__wrap .question__label {
  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: 38px;
  height: 46px;
  border-radius: 4px;
  background: #E5E5E5;
  color: #1F2A44;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .faq .faq-contents__wrap .question__label {
    width: 30px;
    height: 40px;
  }
}
.faq .faq-contents__wrap .question__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
}
.faq .faq-contents__wrap .answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease, -ms-grid-rows 0.3s ease;
  padding-right: 24px;
  overflow: hidden;
}
.faq .faq-contents__wrap .answer__inner {
  overflow: hidden;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .faq .faq-contents__wrap .answer__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq .faq-contents__wrap .answer__label {
  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: 38px;
  height: 46px;
  border-radius: 4px;
  background: #FF5B63;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .faq .faq-contents__wrap .answer__label {
    width: 30px;
    height: 40px;
  }
}
.faq .faq-contents__wrap .answer__text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}
.faq .faq-contents__wrap .answer__text .c-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 24px;
}

.seminar .seminar-grid__list {
  display: grid;
  gap: 24px;
}
.seminar .seminar-grid__list[data-count="1"] {
  grid-template-columns: minmax(0, 600px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seminar .seminar-grid__list[data-count="2"] {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .seminar .seminar-grid__list[data-count="2"] {
    grid-template-columns: 1fr;
  }
}
.seminar .seminar-grid__list .slide__item {
  width: 100%;
}
.seminar .desc {
  padding-top: 16px;
}
.seminar .desc .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.8;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.seminar .desc .text {
  color: #6B7280;
  padding-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.seminar .desc .tag {
  font-size: clamp(10px, 0.8333333333vw, 12px);
  padding: 2px 12px;
  background: #E5E5E5;
  border-radius: 100px;
  margin-top: 24px;
  display: inline-block;
}
.seminar .upcoming {
  background: #F3F4F6;
  border-radius: 12px;
  max-width: 1392px;
  width: calc(100% - 48px);
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .seminar .upcoming {
    width: 100%;
  }
}
.seminar .upcoming .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 60px;
}
.seminar .upcoming .seminar-swiper {
  margin: 40px 0 0;
  position: relative;
}
.seminar .upcoming .seminar-swiper::before, .seminar .upcoming .seminar-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.seminar .upcoming .seminar-swiper::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f3f4f6), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(to right, #f3f4f6 20%, rgba(250, 250, 250, 0) 100%);
}
.seminar .upcoming .seminar-swiper::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, #f3f4f6), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(to left, #f3f4f6 20%, rgba(250, 250, 250, 0) 100%);
}
.seminar .upcoming .seminar-swiper .slide__item {
  width: calc((100% - 96px) / 3.5);
}
@media screen and (max-width: 767px) {
  .seminar .upcoming .seminar-swiper .slide__item {
    width: 80%;
  }
}
.seminar .upcoming .seminar-swiper__controls {
  padding-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seminar .upcoming .seminar-swiper__pagination {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar .upcoming .seminar-swiper__pagination {
    text-align: left;
  }
}
.seminar .upcoming .seminar-swiper__pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0 8px;
  background: #E5E5E5;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .seminar .upcoming .seminar-swiper__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.seminar .upcoming .seminar-swiper__pagination .swiper-pagination-bullet-active {
  background: #1F2A44;
}
.seminar .upcoming .seminar-swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seminar .upcoming .seminar-swiper .controls-arrow {
  width: clamp(40px, 3.8888888889vw, 56px);
  height: clamp(40px, 3.8888888889vw, 56px);
  background-repeat: no-repeat;
  background-size: contain;
}
.seminar .upcoming .seminar-swiper__prev {
  background-image: url(../img/icon-arrow-prev.svg);
}
.seminar .upcoming .seminar-swiper__next {
  background-image: url(../img/icon-arrow-next.svg);
}
.seminar .upcoming .l-inner.link-area {
  padding-top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .seminar .upcoming .l-inner.link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.6666666667vw;
  }
}
.seminar .upcoming .l-inner.link-area .c-link {
  margin-top: clamp(24px, 4.4444444444vw, 64px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seminar .upcoming .l-inner.link-area .c-link.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .seminar .upcoming .l-inner.link-area .c-link.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .seminar .upcoming .l-inner.link-area .c-link:first-of-type {
    padding-top: 50px;
  }
}
.seminar .streaming {
  padding-top: clamp(60px, 6.9444444444vw, 100px);
  padding-bottom: clamp(120px, 16.6666666667vw, 240px);
}
.seminar .streaming__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 2.2222222222vw, 32px);
     -moz-column-gap: clamp(15px, 2.2222222222vw, 32px);
          column-gap: clamp(15px, 2.2222222222vw, 32px);
  row-gap: 64px;
  padding-top: clamp(56px, 4.4444444444vw, 64px);
}
@media screen and (max-width: 767px) {
  .seminar .streaming__wrap {
    grid-template-columns: 1fr;
  }
}
.seminar .streaming__wrap .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seminar .streaming__wrap .item picture img {
  width: 100%;
}
.seminar .streaming .c-button {
  margin-top: clamp(48px, 3.8888888889vw, 56px);
  margin-left: auto;
}

.seminar-detail .seminar-contents__body {
  padding-top: clamp(48px, 5.5555555556vw, 80px);
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.seminar-detail .seminar-contents .c-button {
  margin-top: clamp(120px, 11.1111111111vw, 160px);
  margin-left: auto;
  margin-bottom: clamp(80px, 11.1111111111vw, 160px);
}
.seminar-detail .c-table-wrap {
  overflow-x: auto;
  padding-top: clamp(32px, 3.3333333333vw, 48px);
}
.seminar-detail .c-table {
  width: 100%;
  border-collapse: collapse;
}
.seminar-detail .c-table th, .seminar-detail .c-table td {
  padding: 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.8;
}
.seminar-detail .c-table th {
  background: #F3F4F6;
  font-weight: 500;
  white-space: nowrap;
}

.case .case-body {
  padding-bottom: clamp(160px, 16.6666666667vw, 240px);
}
.case .case-body__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 2.2222222222vw, 32px);
     -moz-column-gap: clamp(15px, 2.2222222222vw, 32px);
          column-gap: clamp(15px, 2.2222222222vw, 32px);
  row-gap: 64px;
}
@media screen and (max-width: 767px) {
  .case .case-body__wrap {
    grid-template-columns: 1fr;
  }
}
.case .case-body__wrap .item picture {
  position: relative;
}
.case .case-body__wrap .item picture .main_img {
  aspect-ratio: 352/185;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.case .case-body__wrap .item picture span {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #fff;
  width: clamp(60px, 5.5555555556vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case .case-body__wrap .item picture span img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .case .case-body__wrap .item picture span {
    width: clamp(75px, 20vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .case .case-body__wrap .item picture img {
    width: 100%;
  }
}
.case .case-body__wrap .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case .case-body__wrap .item .desc {
  padding-top: 16px;
}
.case .case-body__wrap .item .desc .label {
  color: #FF5B63;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.case .case-body__wrap .item .desc .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.8;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case .case-body__wrap .item .desc .text {
  color: #6B7280;
  padding-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case .case-body__wrap .item .desc .tag {
  font-size: clamp(10px, 0.8333333333vw, 12px);
  padding: 2px 12px;
  background: #E5E5E5;
  border-radius: 100px;
  margin-top: 24px;
  display: inline-block;
}
.case .case-body .c-button {
  margin-top: clamp(48px, 3.8888888889vw, 56px);
  margin-left: auto;
}

.case-detail-contents .c-detail-contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #1F2A44;
  padding-bottom: clamp(16px, 1.6666666667vw, 24px);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-detail-contents .c-detail-contents__head .logo-area-pc {
  background: #fff;
  height: clamp(125px, 10.9027777778vw, 157px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .c-detail-contents__head .logo-area-pc {
    display: none;
  }
}
.case-detail-contents .c-detail-contents__head .sp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.case-detail-contents .c-detail-contents__head .logo-area-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .c-detail-contents__head .logo-area-sp {
    border: 1px solid #E5E5E5;
    background: #fff;
    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;
    aspect-ratio: 16/9;
    height: clamp(64px, 7.2916666667vw, 105px);
  }
}
.case-detail-contents .title {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.case-detail-contents .date {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .case-detail-contents .date .label {
    margin-top: 8px;
    font-size: 10px;
    margin-left: 4px;
  }
  .case-detail-contents .date .label:first-of-type {
    margin-left: 0;
  }
}
.case-detail-contents .case-contents__body {
  padding-top: clamp(48px, 5.5555555556vw, 80px);
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.case-detail-contents .case-contents__body .summary-list {
  max-width: 800px;
  width: 100%;
  margin: clamp(58px, 5.5555555556vw, 80px) auto clamp(48px, 5.5555555556vw, 80px);
}
.case-detail-contents .case-contents__body .summary-list .top-item,
.case-detail-contents .case-contents__body .summary-list .bottom-item {
  padding: 48px;
  font-weight: 500;
  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) {
  .case-detail-contents .case-contents__body .summary-list .top-item,
  .case-detail-contents .case-contents__body .summary-list .bottom-item {
    padding: 8.5333333333vw 6.4vw 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-detail-contents .case-contents__body .summary-list .top-item dt,
.case-detail-contents .case-contents__body .summary-list .bottom-item dt {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  position: relative;
  padding-right: 25px;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .case-contents__body .summary-list .top-item dt,
  .case-detail-contents .case-contents__body .summary-list .bottom-item dt {
    width: 100%;
    text-align: center;
    padding-right: 0;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 8px;
  }
}
.case-detail-contents .case-contents__body .summary-list .top-item dt::after,
.case-detail-contents .case-contents__body .summary-list .bottom-item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 116px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .case-contents__body .summary-list .top-item dt::after,
  .case-detail-contents .case-contents__body .summary-list .bottom-item dt::after {
    content: none;
  }
}
.case-detail-contents .case-contents__body .summary-list .top-item dd,
.case-detail-contents .case-contents__body .summary-list .bottom-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .case-contents__body .summary-list .top-item dd,
  .case-detail-contents .case-contents__body .summary-list .bottom-item dd {
    margin-left: 0;
    padding-top: 16px;
  }
}
.case-detail-contents .case-contents__body .summary-list .top-item dt {
  color: #6B7280;
}
.case-detail-contents .case-contents__body .summary-list .top-item dt::after {
  background: #E5E5E5;
}
.case-detail-contents .case-contents__body .summary-list .bottom-item dt {
  color: #FF5B63;
}
.case-detail-contents .case-contents__body .summary-list .bottom-item dt::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .case-contents__body .summary-list .bottom-item dt {
    border-bottom: 1px solid #fff;
  }
}
.case-detail-contents .case-contents__body .summary-list dl:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.case-detail-contents .case-contents__body .summary-list dl:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.case-detail-contents .case-contents__body .summary-list .top-item {
  border: 2px solid #FFEDE3;
}
.case-detail-contents .case-contents__body .summary-list .bottom-item {
  background: #FFEDE3;
}
.case-detail-contents .case-contents__body .case-lead p {
  padding-top: clamp(32px, 3.3333333333vw, 48px);
}
.case-detail-contents .case-contents__body .case-interview {
  padding-top: clamp(32px, 3.3333333333vw, 48px);
}
.case-detail-contents .case-contents__body .case-interview__question {
  padding-left: clamp(28px, 3.6111111111vw, 52px);
  font-weight: 700;
  position: relative;
}
.case-detail-contents .case-contents__body .case-interview__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(20px, 2.7777777778vw, 40px);
  height: 1px;
  background: #FF5B63;
}
@media screen and (max-width: 767px) {
  .case-detail-contents .case-contents__body .case-interview__question::before {
    top: 1em;
  }
}
.case-detail-contents .case-contents__body .case-interview__talk {
  padding-top: clamp(24px, 2.2222222222vw, 32px);
}
.case-detail-contents .case-contents__body .case-interview__talk .person {
  font-weight: 700;
}
.case-detail .company-info {
  margin-top: clamp(120px, 11.1111111111vw, 160px);
  background: #F3F4F6;
  padding: clamp(64px, 7.2222222222vw, 104px) 0 clamp(72px, 7.2222222222vw, 104px);
}
.case-detail .company-info .c-section-heading .icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.case-detail .company-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .case-detail .company-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-detail .company-info__wrap .logo {
  height: clamp(184px, 14.0972222222vw, 203px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 16/9;
}
.case-detail .company-info__wrap .logo img {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-detail .company-info__wrap .logo {
    margin: 0 auto;
  }
}
.case-detail .company-info__wrap .info {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-detail .company-info__wrap .info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 2.2222222222vw, 32px);
}
.case-detail .company-info__wrap .info__row dt {
  width: clamp(94px, 8.8888888889vw, 128px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6B7280;
  white-space: nowrap;
}
.case-detail .company-info__wrap .info__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-detail .company-info__wrap .info__row dt,
.case-detail .company-info__wrap .info__row dd {
  padding: clamp(25px, 2.7777777778vw, 40px) 0;
  padding-left: clamp(8px, 1.6666666667vw, 24px);
  border-top: 1px solid #fff;
}
.case-detail .company-info__wrap .info__row:last-child dt,
.case-detail .company-info__wrap .info__row:last-child dd {
  border-bottom: 1px solid #fff;
}

.terms .wide.c-button {
  max-width: 440px;
  width: 100%;
  white-space: nowrap;
}
.terms-contents {
  padding: clamp(48px, 5.5555555556vw, 80px) 0;
  border-bottom: 1px solid #E5E5E5;
}
.terms-contents:first-child {
  padding-top: 0;
}
.terms-contents__title {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  margin-bottom: clamp(24px, 2.7777777778vw, 40px);
}
.terms-contents__body {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  margin: 30px 0 30px 1em;
}
.terms-contents ul.terms-contents__body li {
  padding-left: 1em;
  text-indent: -1em;
}
.terms-contents__sub {
  padding-left: 1em;
  text-indent: -1em;
}
.terms-contents .date-item {
  text-align: right;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.8;
}
.terms-contents p {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
}
.terms-contents p.terms-contents__numbered {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__privacy p.privacy-lead {
  margin-top: 0 !important;
}
.terms__privacy p:first-of-type {
  margin-top: clamp(24px, 2.7777777778vw, 40px);
}
.terms__privacy p {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  margin-top: clamp(24px, 2.2222222222vw, 32px);
}
.terms .grid-block {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding-bottom: clamp(80px, 8.3333333333vw, 120px);
}
.terms .grid-block .c-button {
  width: 380px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 864px) {
  .terms .grid-block {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.terms.sla {
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.terms.sla p {
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1.5rem;
}
.terms.sla .heading {
  background: #E5E5E5;
  padding: 16px 24px 20px;
  border-radius: 8px;
}
.terms.sla .heading h2 {
  margin-bottom: 16px;
  font-size: clamp(18px, 1.6666666667vw, 24px);
}
.terms.sla .heading p {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}
.terms.sla .terms-contents__body {
  margin: 30px 0 30px 1em;
}
.terms.sla .terms-contents__body li {
  padding-left: 1em;
  text-indent: -1em;
}
.terms.sla .note {
  margin-top: 30px;
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
.terms.sla .bold {
  font-weight: 600;
}
.terms.sla img {
  margin: 30px 0;
}

.company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 2.2222222222vw, 32px);
}
.company-info__label, .company-info__value {
  padding: clamp(24px, 2.7777777778vw, 40px) clamp(8px, 1.6666666667vw, 24px);
  border-top: 1px solid #E5E5E5;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.company-info__label {
  color: #6B7280;
  width: clamp(115px, 10vw, 144px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-info__label {
    width: 100px;
  }
}
.company-info__value {
  color: #1F2A44;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-info__value .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 4.4444444444vw, 64px);
}
@media screen and (max-width: 767px) {
  .company-info__value .image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-info__value .image-wrap li {
  width: clamp(93px, 17.7777777778vw, 256px);
}
@media screen and (max-width: 767px) {
  .company-info__value .image-wrap li {
    width: 203px;
  }
}
.company-info__value .image-wrap li.is-open .profile {
  grid-template-rows: 1fr;
  padding-top: 16px;
}
.company-info__value .image-wrap .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-info__value .image-wrap .person img {
  border-radius: 6px;
  width: clamp(203px, 17.7777777778vw, 256px);
}
.company-info__value .image-wrap .person__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-info__value .image-wrap .person__header > p {
  padding-top: clamp(12px, 1.1111111111vw, 16px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
}
.company-info__value .image-wrap .person__header > p span {
  padding-top: 4px;
  font-weight: 400;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  display: block;
  color: #6B7280;
}
.company-info__value .image-wrap .profile {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease, -ms-grid-rows 0.3s ease;
  overflow: hidden;
}
.company-info__value .image-wrap .profile__inner {
  overflow: hidden;
  min-height: 0;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 400;
}
.company-info__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.company .company-office {
  max-width: 1440px;
  padding: clamp(120px, 11.1111111111vw, 160px) clamp(8px, 1.6666666667vw, 24px) 0;
  margin: 0 auto;
}
.company .partner {
  padding-bottom: clamp(160px, 19.4444444444vw, 280px);
}
.company .partner .c-item {
  margin-top: clamp(56px, 4.4444444444vw, 64px);
  padding: clamp(40px, 5.5555555556vw, 80px) clamp(24px, 4.1666666667vw, 60px);
  border-left: 1px solid #FF5B63;
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .company .partner .c-item {
    border-top: 1px solid #FF5B63;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.company .partner .c-item:nth-child(odd) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: none;
  border-right: 1px solid #FF5B63;
}
@media screen and (max-width: 767px) {
  .company .partner .c-item:nth-child(odd) {
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
  }
}
.company .partner .c-item .title {
  font-size: clamp(16px, 1.25vw, 18px);
}
.company .partner .c-item .lead {
  padding-top: clamp(20px, 1.6666666667vw, 24px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
}
.company .partner .c-item .list {
  padding-top: clamp(40px, 3.3333333333vw, 48px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .company .partner .c-item .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.company .bg-wrap {
  background: #F3F4F6;
  margin-top: max(-280px, -19.4444444444vw);
  padding-top: clamp(204px, 33.3333333333vw, 480px);
}
@media screen and (max-width: 767px) {
  .company .bg-wrap {
    margin-top: -33.4666666667vw;
    padding-top: 54.8vw;
  }
}

.news__wrap {
  padding-bottom: clamp(160px, 16.6666666667vw, 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.news__wrap .news-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.2222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .news__wrap .news-body {
    grid-template-columns: 1fr;
  }
}
.news__wrap .news-body > li {
  background: #F3F4F6;
  padding: 0 24px;
  border-radius: 8px;
  height: clamp(147px, 13.4027777778vw, 193px);
}
.news__wrap .news-body > li a {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.news__wrap .news-body > li a:hover .title {
  text-decoration: underline;
}
.news__wrap .news-body .date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news__wrap .news-body .date .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 0.6944444444vw, 10px);
  background: #fff;
  padding: 2px clamp(10px, 0.8333333333vw, 12px);
  border-radius: 100px;
  margin-left: clamp(12px, 1.1111111111vw, 16px);
}
.news__wrap .news-body .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: clamp(12px, 1.1111111111vw, 16px);
  line-height: 1.8;
}
.news__wrap .c-button {
  margin-top: clamp(48px, 3.8888888889vw, 56px);
  margin-left: auto;
}
.news__wrap .category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__wrap .category__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: clamp(12px, 1.6666666667vw, 24px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .news__wrap .category__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
}
.news__wrap .category__list .item > a {
  font-weight: 400;
  background: #E5E5E5;
  padding: clamp(2px, 0.2777777778vw, 4px) clamp(12px, 1.1111111111vw, 16px);
  border-radius: 100px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news__wrap .category__list .item > a {
    font-size: 10px;
  }
}
.news__wrap .category__list .item > a.current {
  background: #FF5B63;
  color: #fff;
}
.news__wrap .category__list .item > a:hover {
  background-color: #09132D;
  color: #fff;
}

.news-detail .news-contents__body p {
  margin-top: clamp(16px, 1.6666666667vw, 24px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.8;
  font-weight: 400;
}
.news-detail .news-contents__body strong {
  display: block;
  font-weight: 700;
  margin-top: clamp(24px, 2.7777777778vw, 40px);
  padding: clamp(8px, 0.8333333333vw, 12px) clamp(16px, 1.3888888889vw, 20px);
  background: #E5E5E5;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.news-detail .news-contents__body a {
  color: inherit;
  text-decoration: underline;
}
.news-detail .news-contents .c-button {
  margin-top: clamp(120px, 11.1111111111vw, 160px);
  margin-left: auto;
  margin-bottom: clamp(160px, 16.6666666667vw, 240px);
}

.loyalty .mission {
  padding-top: clamp(56px, 5.5555555556vw, 80px);
  padding-bottom: 0;
}
.loyalty .mission .sp-only {
  padding-top: 8px;
}
.loyalty .note {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #6B7280;
  margin-top: 8px;
}
.loyalty .cta-box {
  padding: 45px 45px 50px;
  margin-top: 80px;
  background: #F3F4F6;
}
@media screen and (max-width: 767px) {
  .loyalty .cta-box {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.loyalty .cta-box > p {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 600px) {
  .loyalty .cta-box > p {
    text-align: left;
  }
}
.loyalty .cta-box .buttons.pageItem {
  padding: 0;
  margin-top: 0;
}
.loyalty .c-link {
  margin-bottom: 32px;
}
.loyalty .c-feature-card__image {
  margin-top: auto;
}
.loyalty .c-point__list {
  display: block;
}
.loyalty .c-point__list .item {
  padding-top: clamp(32px, 2.7777777778vw, 40px);
}
.loyalty .c-point__list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 4.4444444444vw, 64px);
  margin-bottom: clamp(40px, 5.5555555556vw, 80px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .loyalty .c-point__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.loyalty .c-point__list > li .item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(327px, 33.3333333333vw, 480px);
}
@media screen and (max-width: 767px) {
  .loyalty .c-point__list > li .item-image {
    width: 100%;
  }
  .loyalty .c-point__list > li .item-image img {
    margin: 0 auto;
  }
}
.loyalty .c-point__list > li .c-section-heading {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.loyalty .c-point__list > li:last-of-type {
  margin-bottom: 0;
}
.loyalty .list {
  padding-top: 16px;
  max-width: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: clamp(8px, 1.6666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .loyalty .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.loyalty .list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  color: #6B7280;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #E5E5E5;
  line-height: 2.2;
  padding: 2px clamp(16px, 1.3888888889vw, 20px);
  width: fit-content;
}
.loyalty .info {
  margin-top: clamp(40px, 3.8888888889vw, 56px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4px, 1.6666666667vw, 24px);
  padding: clamp(24px, 2.2222222222vw, 32px) 0;
  border-radius: 92px;
  background: #E5E5E5;
  position: relative;
  max-width: 636px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .loyalty .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
  }
}
.loyalty .info::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #DBBC80, #756444);
  z-index: -1;
}
.loyalty .info img {
  width: 100px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .loyalty .info img {
    width: 70px;
  }
}
.loyalty .info p {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
.loyalty .other-case {
  margin: clamp(80px, 8.3333333333vw, 120px) auto 0;
}
@media screen and (max-width: 767px) {
  .loyalty .other-case {
    margin-top: 80px;
  }
}
.loyalty .other-case {
  z-index: 1;
  position: relative;
}

.auth .mission {
  padding-top: clamp(56px, 5.5555555556vw, 80px);
  padding-bottom: 0;
}
.auth .mission .sp-only {
  padding-top: 8px;
}
.auth .function__list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .auth .function__list {
    grid-template-columns: 1fr;
  }
}

.service .mission {
  padding-top: clamp(56px, 5.5555555556vw, 80px);
  padding-bottom: 0;
}
.service .mission .sp-only {
  padding-top: 8px;
}
.service .other-case__wrap {
  z-index: 1;
  position: relative;
}
.service .page-heading p.label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.service .page-heading p:not(.label) {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  color: #6B7280;
}
.service .c-feature-card__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service .c-point__list {
  display: block;
}
.service .c-point__list .item {
  padding-top: clamp(32px, 2.7777777778vw, 40px);
}
.service .c-point__list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 4.4444444444vw, 64px);
  margin-bottom: clamp(40px, 5.5555555556vw, 80px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .service .c-point__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.service .c-point__list > li .item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(327px, 33.3333333333vw, 480px);
}
@media screen and (max-width: 767px) {
  .service .c-point__list > li .item-image {
    width: 100%;
  }
  .service .c-point__list > li .item-image img {
    margin: 0 auto;
  }
}
.service .c-point__list > li .c-section-heading {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.service .c-point__list > li:last-of-type {
  margin-bottom: 0;
}
.service .function .tag {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  font-weight: 400;
  padding: 2px 12px;
  background: #FFEDE3;
  border-radius: 100px;
}

.prismajournal__wrap {
  padding-bottom: clamp(160px, 16.6666666667vw, 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .prismajournal__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.prismajournal__wrap .prismajournal-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.2222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .prismajournal__wrap .prismajournal-body {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.prismajournal__wrap .prismajournal-body .date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  padding-top: 16px;
}
.prismajournal__wrap .prismajournal-body .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.8;
  font-weight: 600;
  padding-top: 8px;
}
.prismajournal__wrap .prismajournal-body .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  background: #E5E5E5;
  padding: 2px clamp(10px, 0.8333333333vw, 12px);
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
}
.prismajournal__wrap .prismajournal-body .key-area {
  font-weight: 400;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #6B7280;
  padding-top: 12px;
}
.prismajournal__wrap .prismajournal-body .writer-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.prismajournal__wrap .prismajournal-body .writer-wrap a img {
  width: clamp(24px, 2.2222222222vw, 32px);
  border-radius: 100px;
}
.prismajournal__wrap .prismajournal-body .writer-wrap a .name {
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
.prismajournal__wrap .sidebar {
  width: clamp(200px, 21.1111111111vw, 304px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .prismajournal__wrap .sidebar {
    width: initial;
  }
}
.prismajournal__wrap .sidebar .category__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: clamp(12px, 1.6666666667vw, 24px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .prismajournal__wrap .sidebar .category__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
}
.prismajournal__wrap .sidebar .category__list .item > a {
  font-weight: 400;
  background: #E5E5E5;
  padding: clamp(2px, 0.2777777778vw, 4px) clamp(12px, 1.1111111111vw, 16px);
  border-radius: 100px;
  font-size: clamp(10px, 0.9722222222vw, 14px);
}
.prismajournal__wrap .sidebar .category__list .item > a:hover {
  background-color: #09132D;
  color: #fff;
}
.prismajournal__wrap .sidebar .category__list .item > a.current {
  background: #FF5B63;
  color: #fff;
}
.prismajournal__wrap .sidebar .keyword {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .prismajournal__wrap .sidebar .keyword {
    display: none;
  }
}
.prismajournal__wrap .sidebar .keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(14px, 1.6666666667vw, 24px);
}
.prismajournal__wrap .sidebar .keyword__list .item {
  line-height: 1.5;
}
.prismajournal__wrap .sidebar .keyword__list .item a {
  font-weight: 400;
  font-size: clamp(10px, 0.9722222222vw, 14px);
}
.prismajournal__wrap .sidebar .keyword__list .item a:hover {
  text-decoration: underline;
}

.journal-detail .journal-contents .c-detail-contents__head {
  border-bottom: 1px solid #1F2A44;
  padding-bottom: clamp(16px, 1.6666666667vw, 24px);
}
.journal-detail .journal-contents .c-detail-contents__head .date {
  font-weight: 500;
}
.journal-detail .journal-contents .c-detail-contents__head .date .keyword {
  font-size: clamp(10px, 0.8333333333vw, 12px);
  margin-left: 8px;
}
.journal-detail .journal-contents .c-detail-contents__head .date .keyword:first-of-type {
  margin-left: 16px;
}
.journal-detail .journal-contents .c-detail-contents__head .title {
  border-bottom: 0;
  padding: clamp(12px, 1.1111111111vw, 16px) 0;
}
.journal-detail .journal-contents .c-detail-contents__head .writer-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  gap: 8px;
}
.journal-detail .journal-contents .c-detail-contents__head .writer-wrap a img {
  width: clamp(24px, 2.2222222222vw, 32px);
  border-radius: 100px;
}
.journal-detail .journal-contents__body {
  padding-top: clamp(48px, 5.5555555556vw, 80px);
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.journal-detail .journal-contents__body p {
  padding-top: clamp(32px, 2.9166666667vw, 42px);
}
.journal-detail .journal-contents__body table {
  margin-top: clamp(32px, 2.9166666667vw, 42px);
}
.journal-detail .journal-contents__body table td {
  text-align: left;
  padding: 5px;
  border: 1px solid #ccc;
}
.journal-detail .journal-contents__body .vlp-link-container {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: clamp(32px, 3.3333333333vw, 48px) auto 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 40px rgba(255, 91, 99, 0.08);
          box-shadow: 0 0 40px rgba(255, 91, 99, 0.08);
  border: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .vlp-link-container {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}
@media (hover: hover) {
  .journal-detail .journal-contents__body .vlp-link-container:hover .c-link {
    color: #FF5B63;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .journal-detail .journal-contents__body .vlp-link-container:hover .c-link .c-link__icon-default {
    opacity: 0;
  }
  .journal-detail .journal-contents__body .vlp-link-container:hover .c-link .c-link__icon-hover {
    opacity: 1;
  }
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #FF5B63;
  padding: clamp(16px, 1.6666666667vw, 24px);
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-main {
    border-left: none;
    border-top: 1px solid #FF5B63;
  }
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-main .vlp-link-title {
  font-weight: 600;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.5em;
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-main .vlp-link-summary {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6B7280;
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-main .c-link {
  pointer-events: none;
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-side {
  width: clamp(250px, 23.125vw, 333px);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-side {
    width: 100%;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-side .vlp-link-image {
  width: 100%;
  height: 100%;
}
.journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-side .vlp-link-image img {
  max-width: none !important;
  max-height: none !important;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .vlp-link-container .vlp-layout-zone-side .vlp-link-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.journal-detail .journal-contents__body .c-item {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: clamp(32px, 3.3333333333vw, 48px) auto 0;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .c-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.journal-detail .journal-contents__body .c-item__inner {
  border-left: 1px solid #FF5B63;
  padding: clamp(40px, 4.4444444444vw, 64px) clamp(24px, 3.3333333333vw, 48px);
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .c-item__inner {
    border-left: none;
    border-top: 1px solid #FF5B63;
  }
}
.journal-detail .journal-contents__body .c-item__inner .title {
  font-weight: 600;
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
.journal-detail .journal-contents__body .c-item__inner .title .icon {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 600;
  color: #FF5B63;
  padding-bottom: 8px;
}
.journal-detail .journal-contents__body .c-item__inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  padding-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6B7280;
}
.journal-detail .journal-contents__body .c-item .image {
  width: clamp(250px, 23.125vw, 333px);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .c-item .image {
    width: 100%;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
  }
}
.journal-detail .journal-contents__body .c-item .image img {
  aspect-ratio: 333/378;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .c-item .image img {
    aspect-ratio: 327/172;
  }
}
.journal-detail .journal-contents__body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.journal-detail .journal-contents__body .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.journal-detail .journal-contents__body .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.journal-detail .journal-contents__body .banner {
  margin-top: 40px;
}
.journal-detail .journal-contents__body .toc {
  margin: clamp(40px, 4.1666666667vw, 60px) 0;
  padding: clamp(20px, 2.2222222222vw, 32px);
  background-color: #E5E5E5;
  border-radius: 8px;
}
.journal-detail .journal-contents__body .toc__heading {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #6B7280;
}
.journal-detail .journal-contents__body .toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.journal-detail .journal-contents__body .toc__item {
  padding: 8px 0;
}
.journal-detail .journal-contents__body .toc__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.journal-detail .journal-contents__body .toc__link:hover {
  color: #FF5B63;
  text-decoration: underline;
}
.journal-detail .journal-contents__body .profile {
  margin: clamp(40px, 4.1666666667vw, 60px) 0;
  padding: clamp(24px, 2.7777777778vw, 40px);
  background-color: #fff;
  border: 1px solid #E5E5E5;
}
.journal-detail .journal-contents__body .profile p {
  padding-top: 0;
}
.journal-detail .journal-contents__body .profile__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.journal-detail .journal-contents__body .profile__block:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E5E5E5;
}
.journal-detail .journal-contents__body .profile__name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 1.6666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents__body .profile__name-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.journal-detail .journal-contents__body .profile__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(80px, 8.3333333333vw, 120px);
  height: clamp(80px, 8.3333333333vw, 120px);
  overflow: hidden;
}
.journal-detail .journal-contents__body .profile__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.journal-detail .journal-contents__body .profile__overview p {
  padding-top: 0;
}
.journal-detail .journal-contents__body .profile__description {
  line-height: 1.8;
}
.journal-detail .journal-contents__body .c-summary-item {
  scroll-margin-top: 120px;
}
.journal-detail .journal-contents__body .c-summary-item h1 {
  font-weight: 500;
  margin-top: 40px;
  font-size: 1.5em;
}
.journal-detail .journal-contents__body .c-summary-item h1 + p {
  padding-top: 6px;
}
.journal-detail .journal-contents .bottom-link {
  margin-top: clamp(120px, 11.1111111111vw, 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents .bottom-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.journal-detail .journal-contents .bottom-link .sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents .bottom-link .sns-share {
    gap: 16px;
  }
}
.journal-detail .journal-contents .bottom-link .sns-share .c-section-heading {
  margin: 0;
}
.journal-detail .journal-contents .bottom-link .sns-share .c-section-heading .icon {
  margin-bottom: 0;
  position: relative;
  padding-right: 16px;
}
.journal-detail .journal-contents .bottom-link .sns-share .c-section-heading .icon::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -16px;
  width: 16px;
  height: 1px;
  background: #6B7280;
}
.journal-detail .journal-contents .bottom-link .sns-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents .bottom-link .sns-share__list {
    gap: 16px;
  }
}
.journal-detail .journal-contents .bottom-link .sns-share__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.journal-detail .journal-contents .bottom-link .sns-share__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.journal-detail .journal-contents .bottom-link .sns-share__list a:hover {
  opacity: 0.7;
}
.journal-detail .journal-contents .bottom-link .sns-share__list a img {
  display: block;
  width: auto;
}
.journal-detail .journal-contents .c-detailSubTitle,
.journal-detail .journal-contents .c-detailCaption {
  margin-top: clamp(56px, 5.5555555556vw, 80px);
}
.journal-detail .journal-contents blockquote {
  position: relative;
  border-top: 1px solid #4D5361;
  border-bottom: 1px solid #4D5361;
  padding: 1em;
  margin-left: 1em;
  margin-right: 1em;
  color: #666;
  margin-top: clamp(32px, 2.9166666667vw, 42px);
}
.journal-detail .journal-contents blockquote h1, .journal-detail .journal-contents blockquote h2, .journal-detail .journal-contents blockquote h3 {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 500;
}
.journal-detail .journal-contents blockquote p {
  padding-top: 1em;
}
.journal-detail .journal-contents blockquote p:first-child {
  padding-top: 0;
}
.journal-detail .journal-contents .writer-profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #4D5361;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents .writer-profile-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.journal-detail .journal-contents .writer-profile-card .wp-left {
  width: 35%;
  border-right: 1px solid #4D5361;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents .writer-profile-card .wp-left {
    width: 90%;
    border-right: none;
    border-bottom: 1px solid #4D5361;
  }
}
.journal-detail .journal-contents .writer-profile-card .wp-left .wp-name {
  padding-top: 0;
}
.journal-detail .journal-contents .writer-profile-card .wp-right {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-contents .writer-profile-card .wp-right {
    width: 100%;
  }
}
.journal-detail .journal-contents .writer-profile-card .wp-right p {
  padding-top: 0;
}
.journal-detail .journal-contents .writer-profile-card .wp-left, .journal-detail .journal-contents .writer-profile-card .wp-right {
  padding: 25px 20px;
}
.journal-detail .journal-contents .writer-profile-card .wp-img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
.journal-detail .journal-contents .writer-profile-card .wp-img img {
  border-radius: 50%;
}

.crm .function__list {
  padding-top: 20px;
}
.crm .c-section-heading span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.crm-contents__block {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.crm-contents__block h2 {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  margin-bottom: 60px;
}
.crm .c-point__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .crm .c-point__list {
    margin-top: 0;
  }
}
.crm .c-point__list .item {
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .crm .c-point__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.crm .c-point__list .item {
  gap: clamp(40px, 4.4444444444vw, 64px);
}
.crm .c-point__list .item::before {
  content: none;
}
.crm .c-point__list .item .c-section-heading {
  padding-top: 40px;
  border-top: 1px solid #6B7280;
  position: relative;
}
.crm .c-point__list .item .c-section-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}
.crm .c-point__list .item .image-wrap {
  max-width: 480px;
  width: 33.3333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .crm .c-point__list .item .image-wrap {
    width: 100%;
    max-width: none;
  }
  .crm .c-point__list .item .image-wrap img {
    width: 100%;
  }
}
.crm .c-point__list .item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.crm .c-point__list .item.column .image-wrap {
  max-width: none;
  width: 100%;
}
.crm .color-pink:not(.c-button.color-pink) {
  color: #FF5B63;
}
@media screen and (max-width: 767px) {
  .crm .function__list {
    padding-top: 24px;
  }
}
.crm .c-feature-card__title {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
}
.crm .c-feature-card__text {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
}
.crm .c-feature-card__image {
  margin-top: auto;
}
.crm .icon-down {
  width: 40px;
  margin: 16px auto;
}
.crm .bold {
  font-weight: 600;
}

.ec .function__list {
  padding-top: 20px;
}
.ec .c-section-heading span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ec .c-section-heading.color-pink {
  color: #FF5B63;
}
.ec-contents__block {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.ec-contents__block h2 {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  margin-bottom: 60px;
}
.ec-contents__block p {
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.ec-contents__block.paas img {
  margin-bottom: 60px;
}
.ec .image-block {
  margin-top: 60px;
}
.ec .about-headless {
  margin-top: 60px;
  background: #F3F4F6;
  border-radius: 8px;
  padding: 64px clamp(16px, 5.5555555556vw, 80px) 72px;
}
.ec .about-headless h3 {
  font-size: clamp(18px, 1.6666666667vw, 24px);
}
.ec .about-headless .item {
  padding-top: 0;
}
.ec .c-point__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ec .c-point__list {
    margin-top: 0;
  }
}
.ec .c-point__list .item {
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .ec .c-point__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ec .c-point__list .item {
  gap: clamp(40px, 4.4444444444vw, 64px);
}
.ec .c-point__list .item::before {
  content: none;
}
.ec .c-point__list .item .c-section-heading {
  padding-top: 40px;
  border-top: 1px solid #6B7280;
  position: relative;
}
.ec .c-point__list .item .c-section-heading .icon {
  display: block;
}
.ec .c-point__list .item .c-section-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}
.ec .c-point__list .item .image-wrap {
  max-width: 480px;
  width: 33.3333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ec .c-point__list .item .image-wrap {
    width: 100%;
    max-width: none;
  }
  .ec .c-point__list .item .image-wrap img {
    width: 100%;
  }
}
.ec .c-point__list .item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ec .c-point__list .item.column .image-wrap {
  max-width: none;
  width: 100%;
}
.ec .color-pink:not(.c-button.color-pink) {
  color: #FF5B63;
}
@media screen and (max-width: 767px) {
  .ec .function__list {
    padding-top: 24px;
  }
}
.ec .c-feature-card__title {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
}
.ec .c-feature-card__text {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
}
.ec .c-feature-card__image {
  margin-top: auto;
}
.ec .icon-down {
  width: 40px;
  margin: 16px auto;
}
.ec .bold {
  font-weight: 600;
}
.ec-contents__block {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.ec-contents__block h3 {
  font-size: clamp(20px, 2.2222222222vw, 32px);
}

.contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding-bottom: clamp(80px, 11.1111111111vw, 160px);
}
@media screen and (max-width: 767px) {
  .contact-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(32px, 3.3333333333vw, 48px);
  }
}
.contact-contents__lead {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 50%;
  padding-top: clamp(8px, 1.1111111111vw, 16px);
}
.contact-contents__lead .c-section-heading.c-button-sub {
  text-decoration: none;
}
.contact-contents__lead .c-section-heading.c-button-sub .icon {
  display: block;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .contact-contents__lead {
    width: 100%;
  }
}
.contact-contents__lead p {
  color: #48526A;
  margin-top: 16px;
}
.contact-contents__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.contact-form .hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 10px;
}
.contact-form .hs-form > * {
  grid-column: 1/-1;
  min-width: 0;
}
.contact-form .hs-form > .hs_lastname {
  grid-column: 1/2;
}
.contact-form .hs-form > .hs_firstname {
  grid-column: 2/3;
}
.contact-form .hs-form > .hs_firstname > label {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .contact-form .hs-form > .hs_lastname,
  .contact-form .hs-form > .hs_firstname {
    grid-column: 1/-1;
  }
}
.contact-form .hs-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .hs-form-field label span {
  font-size: 16px;
  color: #1F2A44;
}
.contact-form .hs-form-field label span.hs-form-required {
  margin-left: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 8px;
  border-radius: 100px;
  background: #FF5B63;
  color: #fff;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
}
.contact-form .hs-form-field label.hs-form-booleancheckbox-display {
  gap: 10px;
}
.contact-form .hs-form-field .input {
  margin-top: 3px;
  width: 100%;
}
.contact-form .hs-form-field .input .hs-fieldtype-textarea.hs-input {
  height: 170px;
}
.contact-form .hs-form-field .input .hs-input {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 10px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .contact-form .hs-form-field .input .hs-input {
    padding: 12px 16px;
  }
}
.contact-form .hs-form-field .input .hs-input[type=checkbox] {
  width: 18px;
  height: 18px;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-form .hs-form-field .input .hs-input::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.contact-form .hs-form-field .input .hs-input::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.contact-form .hs-form-field .input .hs-input:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.contact-form .hs-form-field .input .hs-input::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.contact-form .hs-form-field .input .hs-input::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.contact-form .hs-form-field .inputs-list.hs-error-msgs,
.contact-form .hs-form-field .hs-error-msgs,
.contact-form .hs-form-field .hs-error-msg {
  display: none !important;
}
.contact-form .hs-form-field.is-invalid .hs-input {
  background: #fadae0;
  border: 2px solid #FF5B63;
}
.contact-form .hs-form-field.is-invalid .hs-input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fadae0;
  border: 2px solid #FF5B63;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form .hs-form .hs-richtext {
  word-break: keep-all;
}
.contact-form .hs-form .hs-richtext a {
  color: #FF5B63;
  text-decoration: underline;
}
.contact-form .c-button {
  margin: 10px auto 0;
}
.contact-form .c-button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (hover: hover) {
  .contact-form .c-button.is-disabled:hover {
    background: #FFFFFF;
    color: #1F2A44;
  }
  .contact-form .c-button.is-disabled:hover .c-button__arrow {
    -webkit-transform: none;
            transform: none;
  }
  .contact-form .c-button.is-disabled:hover .c-button__icon-default {
    opacity: 1;
  }
  .contact-form .c-button.is-disabled:hover .c-button__icon-hover {
    opacity: 0;
  }
}
.contact-form__global-error {
  color: #FF5B63;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.contact-form select.is-placeholder {
  color: #6B7280;
  font-size: 14px;
}
.contact-form .hs-fieldtype-select .input {
  position: relative;
}
.contact-form .hs-fieldtype-select .input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1F2A44;
  border-bottom: 2px solid #1F2A44;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contact-form .hs-fieldtype-select .hs-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-right: 40px;
  cursor: pointer;
  background-color: #fff;
}

.contact-confirm__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: 0;
  margin-bottom: clamp(40px, 3.8888888889vw, 56px);
}
.contact-confirm__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1F2A44;
  padding: clamp(32px, 2.7777777778vw, 40px) 0 6px;
}
.contact-confirm__term:first-of-type {
  padding-top: 0;
}
.contact-confirm__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px 6px;
  border-radius: 20px;
  background: #FF5449;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-confirm__value {
  color: #1F2A44;
  padding: 0 0 3px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  border-bottom: 1px solid #E5E5E5;
}
.contact-confirm__actions {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contact-confirm__submit {
    max-width: 100%;
  }
}
.contact-confirm__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  color: #6B7280;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact-confirm__back {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.contact-confirm__back {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-confirm__back svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #6B7280;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .contact-confirm__back:hover {
    color: #FF5B63;
  }
  .contact-confirm__back:hover svg {
    color: #FF5B63;
  }
}

.thanks {
  padding-bottom: clamp(120px, 16.6666666667vw, 240px);
}
.thanks .text {
  padding-top: 62px;
}
.thanks .text p {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
  padding-bottom: 32px;
}
.thanks .c-button {
  margin-top: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .thanks .c-button {
    max-width: none;
    width: 100%;
  }
}

.recruit__lead {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.recruit .function__list {
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit .function__list {
    padding-top: 30px;
  }
}
.recruit .function__list .function__item {
  border-top: 1px solid #1F2A44;
  padding-top: 40px;
  position: relative;
}
.recruit .function__list .function__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}
.recruit .function__list .function__item {
  margin-top: 34px;
}
.recruit .function__list .function__item p {
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.recruit .function__list .c-section-heading.c-button-sub {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  text-decoration: none;
  font-weight: 500;
}
.recruit__block {
  padding-bottom: clamp(120px, 16.6666666667vw, 240px);
}
.recruit__block .note {
  margin-top: 60px;
  font-size: 14px;
  color: #6B7280;
}
.recruit__block .note a {
  text-decoration: underline;
}

.consulting {
  padding-bottom: clamp(120px, 16.6666666667vw, 240px);
}
.consulting .c-section-heading span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.consulting__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.consulting__head .c-section-heading {
  width: auto;
}
.consulting__head p {
  padding-top: clamp(24px, 2.2222222222vw, 32px);
}
.consulting .function__list {
  padding-top: 20px;
}
.consulting .function .c-feature-card__title {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
}
.consulting .function .color-pink {
  color: #FF5B63;
}
.consulting .function .icon-down {
  width: 40px;
  margin: 16px auto;
}
.consulting .function .c-feature-card__text {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
}
.consulting .function .c-feature-card__image {
  margin-top: auto;
}
.consulting .function .c-feature-card__image img {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .consulting .function .c-feature-card__image img {
    width: 80%;
  }
}
.consulting .advisor,
.consulting .menber {
  padding-top: clamp(80px, 11.1111111111vw, 160px);
}
.consulting .advisor-info__value,
.consulting .menber-info__value {
  padding: clamp(24px, 2.7777777778vw, 40px) clamp(8px, 1.6666666667vw, 24px);
  border-top: 1px solid #E5E5E5;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #1F2A44;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.consulting .advisor-info__value .image-wrap,
.consulting .menber-info__value .image-wrap {
  gap: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .consulting .advisor-info__value .image-wrap,
  .consulting .menber-info__value .image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.consulting .advisor-info__value .image-wrap li,
.consulting .menber-info__value .image-wrap li {
  width: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .consulting .advisor-info__value .image-wrap li,
  .consulting .menber-info__value .image-wrap li {
    width: 100%;
  }
}
.consulting .advisor-info__value .image-wrap li.is-open .profile,
.consulting .menber-info__value .image-wrap li.is-open .profile {
  grid-template-rows: 1fr;
  padding-top: 16px;
}
.consulting .advisor-info__value .image-wrap .person,
.consulting .menber-info__value .image-wrap .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.consulting .advisor-info__value .image-wrap .person .title,
.consulting .menber-info__value .image-wrap .person .title {
  text-align: center;
  padding-top: 4px;
  font-weight: 400;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  display: block;
  color: #6B7280;
}
.consulting .advisor-info__value .image-wrap .person img,
.consulting .menber-info__value .image-wrap .person img {
  margin: 0 auto;
  border-radius: 6px;
  width: clamp(203px, 17.7777777778vw, 256px);
}
.consulting .advisor-info__value .image-wrap .person__header,
.consulting .menber-info__value .image-wrap .person__header {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 32px;
}
.consulting .advisor-info__value .image-wrap .person__header > p,
.consulting .menber-info__value .image-wrap .person__header > p {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
}
.consulting .advisor-info__value .image-wrap .profile,
.consulting .menber-info__value .image-wrap .profile {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease, -ms-grid-rows 0.3s ease;
  overflow: hidden;
}
.consulting .advisor-info__value .image-wrap .profile__inner,
.consulting .menber-info__value .image-wrap .profile__inner {
  overflow: hidden;
  min-height: 0;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 400;
}
.consulting .advisor-info__value .image-wrap .profile__inner .note,
.consulting .menber-info__value .image-wrap .profile__inner .note {
  font-size: 12px;
  margin-top: 16px;
}
.consulting .advisor-info__value .image-wrap .profile__inner .note__list li,
.consulting .menber-info__value .image-wrap .profile__inner .note__list li {
  font-size: 12px;
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
.consulting .advisor-info__value .image-wrap .profile .c-button,
.consulting .menber-info__value .image-wrap .profile .c-button {
  height: 49px;
  width: 220px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .consulting .advisor-info__value .image-wrap .profile .c-button,
  .consulting .menber-info__value .image-wrap .profile .c-button {
    width: 80%;
  }
}
.consulting .advisor-info__value .image-wrap .profile .c-button__text,
.consulting .menber-info__value .image-wrap .profile .c-button__text {
  font-size: 14px;
  font-weight: 400;
}
.consulting-contents__block {
  padding-top: clamp(80px, 8.3333333333vw, 120px);
}
.consulting-contents__block h3 {
  font-size: clamp(20px, 2.2222222222vw, 32px);
}
.consulting-contents__block h3 .color-pink {
  color: #FF5B63;
}
.consulting-contents__block .c-point__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(36px, 3.0555555556vw, 44px);
}
@media screen and (max-width: 767px) {
  .consulting-contents__block .c-point__list {
    margin-top: 0;
  }
}
.consulting-contents__block .c-point__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .consulting-contents__block .c-point__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.consulting-contents__block .c-point__list .item {
  gap: 32px;
}
.consulting-contents__block .c-point__list .item .img-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .consulting-contents__block .c-point__list .item .img-wrap {
    width: 100%;
    max-width: none;
  }
  .consulting-contents__block .c-point__list .item .img-wrap img {
    width: 100%;
  }
}
.consulting-contents__block .c-point__list .item .text-wrap {
  font-weight: 400;
}
.consulting-contents__block .c-point__list .item .text-wrap .c-section-heading {
  font-size: clamp(16px, 1.25vw, 18px);
}
.consulting-contents__block .c-point__list .item .text-wrap > p {
  margin-bottom: clamp(12px, 1.3888888889vw, 20px);
}
.consulting-contents__block .c-point__list .item.wide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.consulting-contents__block .c-point__list .item.split {
  padding-top: 0;
  border-top: none;
  position: initial;
}
.consulting-contents__block .c-point__list .item.split .c-section-heading {
  padding-top: 40px;
  border-top: 1px solid #6B7280;
  position: relative;
}
.consulting-contents__block .c-point__list .item.split .c-section-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}
.consulting-contents__block .bold {
  font-weight: 500;
}
.consulting-contents__block .color-pink {
  color: #FF5B63;
}
.consulting-contents__block.record .c-point__list {
  margin-top: clamp(56px, 4.4444444444vw, 64px);
}
.consulting-contents__block.record .c-point__body {
  position: relative;
  border-top: 1px solid #6B7280;
}
.consulting-contents__block.record .c-point__body::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FF5B63;
}/*# sourceMappingURL=style.css.map */