@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  overflow-x: clip;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

img {
  display: block;
  width: 100%;
}

html {
  font-size: 10px;
}
html.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}
html.fonts-loading body {
  opacity: 0;
}
html.fonts-ready body {
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (max-width: 1557px) {
  html {
    font-size: 0.695vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  color: #111111;
  background-color: #f5f6fa;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

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

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

sup {
  font-size: 0.6em;
}

.scroll-target {
  scroll-margin-top: 20rem;
}
@media (max-width: 767px) {
  .scroll-target {
    scroll-margin-top: 8rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
  color: #111111;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .palt {
    letter-spacing: 0.03em;
  }
}

.ja {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.en {
  font-family: "Outfit", sans-serif;
}

/*header*/
.top-renew-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  pointer-events: none;
  padding-top: 2.8rem;
  transition: padding 0.45s ease, background-color 0.4s ease, backdrop-filter 0.4s ease;
}
.top-renew-header a,
.top-renew-header button {
  pointer-events: auto;
}
.top-renew-header.is-header-fixed, .top-renew-header.is-header-hidden, .top-renew-header.is-header-visible {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}
.top-renew-header.is-header-hidden .top-renew-header__logo img, .top-renew-header.is-header-visible .top-renew-header__logo img {
  max-width: 16rem;
}
.top-renew-header.is-header-visible {
  background: linear-gradient(0deg, rgba(245, 246, 250, 0) 8%, rgba(245, 246, 250, 0.2) 100%);
  backdrop-filter: blur(1.4px);
  -webkit-backdrop-filter: blur(1.4px);
}
.top-renew-header.is-header-visible .top-renew-header__navList a {
  color: #111111;
  text-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .top-renew-header.is-header-visible .top-renew-header__navList a:hover {
    opacity: 1;
    color: #93328e;
  }
}
.top-renew-header.is-header-hidden .top-renew-header__nav {
  opacity: 0;
  visibility: hidden;
}
.top-renew-header__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 4.2rem 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.top-renew-header__logo a {
  display: inline-block;
}
.top-renew-header__logo img {
  width: auto;
  max-width: 20rem;
  height: auto;
  transition: max-width 0.45s ease;
}
.top-renew-header__navWrap {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.top-renew-header__navList {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.top-renew-header__navList a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
@media (hover: hover) and (pointer: fine) {
  .top-renew-header__navList a:hover {
    opacity: 0.75;
  }
}
.top-renew-header__menuBtn {
  width: 7rem;
  height: 7rem;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(-45deg, #4f2a70 0%, #93328e 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top-renew-header__menuBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f2a70 0%, #93328e 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.top-renew-header__menuBtn span {
  width: 3.4rem;
  height: 0.1rem;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top-renew-header__menuBtn:hover::before {
    opacity: 1;
  }
  .top-renew-header__menuBtn:hover span:nth-child(1) {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  .top-renew-header__menuBtn:hover span:nth-child(3) {
    transform: translateY(-0.8rem);
    opacity: 0;
  }
}
.top-renew-header__menuBtn.is-open::before {
  opacity: 1;
}
.top-renew-header__menuBtn.is-open span:nth-child(1) {
  transform: translateY(0.8rem);
  opacity: 0;
}
.top-renew-header__menuBtn.is-open span:nth-child(3) {
  transform: translateY(-0.8rem);
  opacity: 0;
}
body.no-scroll .top-renew-header__nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
body.no-scroll .top-renew-header__nav a {
  pointer-events: none;
}
.top-renew-header__nav {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 767px) {
  .top-renew-header {
    padding-top: 1.2rem;
  }
  .top-renew-header__inner {
    width: auto;
    margin: 0 1.2rem 0 2rem;
    padding: 0;
  }
  .top-renew-header__logo {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .top-renew-header__logo img {
    width: 13rem;
    max-width: 13rem;
  }
  .top-renew-header__nav {
    display: none;
  }
  .top-renew-header__navWrap {
    gap: 0;
  }
  .top-renew-header__menuBtn {
    width: 6rem;
    height: 6rem;
  }
  .top-renew-header__menuBtn span {
    width: 3rem;
  }
}

/*ドロワーメニュー*/
.drawer-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: linear-gradient(160deg, rgb(235, 237, 240) 0%, rgb(249, 250, 252) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0.25s, visibility 0.5s ease 0.25s;
}
@media (max-width: 767px) {
  .drawer-menu {
    overflow-y: auto;
    align-items: flex-start;
  }
}
.drawer-menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.drawer-menu__inner {
  max-width: 140rem;
  width: 95%;
  margin: 0 auto;
  height: 100dvh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .drawer-menu__inner {
    height: auto;
    min-height: 100dvh;
    align-items: flex-start;
  }
}
.drawer-menu__images {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .drawer-menu__images {
    position: fixed;
  }
}
.drawer-menu__images .mist-icon {
  position: absolute;
  width: 49vw;
  max-width: 80rem;
  height: auto;
  left: 2%;
  top: 12%;
}
@media (max-width: 767px) {
  .drawer-menu__images .mist-icon {
    width: 95vw;
    left: -10%;
    bottom: -20%;
    top: auto;
  }
}
.drawer-menu__images .purpose-txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 34vw;
  max-width: 52rem;
}
@media (max-width: 767px) {
  .drawer-menu__images .purpose-txt {
    display: none;
  }
}
.drawer-menu__images .purpose-txt svg {
  width: 100%;
}
.drawer-menu__images .purpose-txt svg path {
  fill: #93328e;
}
.drawer-menu__nav {
  display: flex;
  gap: 2rem 8rem;
  width: 50%;
  padding: 0 5rem 0 1.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .drawer-menu__nav {
    gap: 0;
    width: 100%;
    background: initial;
    padding: 9.6rem 3.9rem 10rem 3.9rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.drawer-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  flex: 1;
}
@media (max-width: 767px) {
  .drawer-menu__list {
    width: 100%;
    gap: 0;
  }
  .drawer-menu__list:first-of-type li:first-child .parent-item {
    border-top: 0.1rem solid #d7dbe4;
  }
}
.drawer-menu__list li {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  width: 100%;
}
@media (max-width: 767px) {
  .drawer-menu__list li {
    letter-spacing: 0.03em;
  }
}
.drawer-menu__list li .ani-txt {
  display: block;
  opacity: 0;
  transform: translateY(12px);
  transition-property: opacity, transform, color;
  transition-duration: 0.4s, 0.4s, 0.3s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
}
.drawer-menu__list li .parent-item {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #d7dbe4;
  padding: 1.3rem 1.2rem 1.3rem 1.5rem;
}
@media (max-width: 767px) {
  .drawer-menu__list li .parent-item {
    font-size: 1.7rem;
    padding-left: 1.2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .drawer-menu__list li .parent-item:has(+ .child-list) {
    border-bottom: 0;
  }
}
.drawer-menu__list li .parent-item {
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu__list li .parent-item.link:hover {
    color: #93328e;
  }
  .drawer-menu__list li .parent-item.link:hover .arrow-icon {
    transform: scale(2.8);
  }
  .drawer-menu__list li .parent-item.link:hover .arrow-icon::after {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu__list li .parent-item.outside:hover {
    color: #93328e;
  }
}
.drawer-menu__list li .parent-item.outside img {
  width: 1.2rem;
  height: 1.2rem;
}
.drawer-menu__list li .parent-item .arrow-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: #93328e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.38, 0.11, 0.07, 1);
}
.drawer-menu__list li .parent-item .arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.08s;
}
.drawer-menu__list li .child-list {
  margin-top: 1.7rem;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .drawer-menu__list li .child-list {
    margin-top: 0;
    padding-left: 3rem;
    border-bottom: 0.1rem solid #d7dbe4;
    padding-bottom: 2.9rem;
  }
}
.drawer-menu__list li .child-list__item {
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .drawer-menu__list li .child-list__item {
    font-size: 1.5rem;
  }
}
.drawer-menu__list li .child-list__item a {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu__list li .child-list__item a:hover {
    color: #93328e;
    opacity: 1;
  }
}
.drawer-menu__list li .child-list__item:not(:last-child) {
  margin-bottom: 1.4rem;
}
.drawer-menu__list li:nth-child(1) .ani-txt {
  transition-delay: 0.16s, 0.16s, 0s;
}
.drawer-menu__list li:nth-child(2) .ani-txt {
  transition-delay: 0.12s, 0.12s, 0s;
}
.drawer-menu__list li:nth-child(3) .ani-txt {
  transition-delay: 0.08s, 0.08s, 0s;
}
.drawer-menu__list li:nth-child(4) .ani-txt {
  transition-delay: 0.04s, 0.04s, 0s;
}
.drawer-menu__list li:nth-child(5) .ani-txt {
  transition-delay: 0s, 0s, 0s;
}
.drawer-menu.is-open .drawer-menu__list li:nth-child(1) .ani-txt {
  transition-delay: 0.07s, 0.07s, 0s;
}
.drawer-menu.is-open .drawer-menu__list li:nth-child(2) .ani-txt {
  transition-delay: 0.14s, 0.14s, 0s;
}
.drawer-menu.is-open .drawer-menu__list li:nth-child(3) .ani-txt {
  transition-delay: 0.21s, 0.21s, 0s;
}
.drawer-menu.is-open .drawer-menu__list li:nth-child(4) .ani-txt {
  transition-delay: 0.28s, 0.28s, 0s;
}
.drawer-menu.is-open .drawer-menu__list li:nth-child(5) .ani-txt {
  transition-delay: 0.35s, 0.35s, 0s;
}
.drawer-menu.is-open .drawer-menu__list li .ani-txt {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .drawer-menu__list li .ani-txt {
    transition-duration: 0.26s, 0.26s, 0.3s;
    transition-delay: 0s, 0s, 0s;
  }
  .drawer-menu__list:nth-of-type(2) li:nth-child(4).drawer-menu__others.ani-txt {
    transition-delay: 0.04s, 0.04s, 0s;
  }
  .drawer-menu__list:nth-of-type(2) li:nth-child(3) .parent-item.ani-txt {
    transition-delay: 0.08s, 0.08s, 0s;
  }
  .drawer-menu__list:nth-of-type(2) li:nth-child(2) .parent-item.ani-txt {
    transition-delay: 0.12s, 0.12s, 0s;
  }
  .drawer-menu__list:nth-of-type(2) li:nth-child(1) .child-list.ani-txt {
    transition-delay: 0.16s, 0.16s, 0s;
  }
  .drawer-menu__list:nth-of-type(2) li:nth-child(1) .parent-item.ani-txt {
    transition-delay: 0.2s, 0.2s, 0s;
  }
  .drawer-menu__list:nth-of-type(1) li:nth-child(4) .parent-item.ani-txt {
    transition-delay: 0.24s, 0.24s, 0s;
  }
  .drawer-menu__list:nth-of-type(1) li:nth-child(3) .child-list.ani-txt {
    transition-delay: 0.28s, 0.28s, 0s;
  }
  .drawer-menu__list:nth-of-type(1) li:nth-child(3) .parent-item.ani-txt {
    transition-delay: 0.32s, 0.32s, 0s;
  }
  .drawer-menu__list:nth-of-type(1) li:nth-child(2) .parent-item.ani-txt {
    transition-delay: 0.36s, 0.36s, 0s;
  }
  .drawer-menu__list:nth-of-type(1) li:nth-child(1) .parent-item.ani-txt {
    transition-delay: 0.4s, 0.4s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(1) li:nth-child(1) .parent-item.ani-txt {
    transition-delay: 0.04s, 0.04s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(1) li:nth-child(2) .parent-item.ani-txt {
    transition-delay: 0.08s, 0.08s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(1) li:nth-child(3) .parent-item.ani-txt {
    transition-delay: 0.12s, 0.12s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(1) li:nth-child(3) .child-list.ani-txt {
    transition-delay: 0.16s, 0.16s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(1) li:nth-child(4) .parent-item.ani-txt {
    transition-delay: 0.2s, 0.2s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(2) li:nth-child(1) .parent-item.ani-txt {
    transition-delay: 0.24s, 0.24s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(2) li:nth-child(1) .child-list.ani-txt {
    transition-delay: 0.28s, 0.28s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(2) li:nth-child(2) .parent-item.ani-txt {
    transition-delay: 0.32s, 0.32s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(2) li:nth-child(3) .parent-item.ani-txt {
    transition-delay: 0.36s, 0.36s, 0s;
  }
  .drawer-menu.is-open .drawer-menu__list:nth-of-type(2) li:nth-child(4).drawer-menu__others.ani-txt {
    transition-delay: 0.4s, 0.4s, 0s;
  }
}
.drawer-menu__others {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1.2rem;
  margin-top: 3rem;
}
.drawer-menu__others a {
  line-height: 1;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu__others a:hover {
    color: #93328e;
    opacity: 1 !important;
  }
}

/*グラデーション ボタン*/
.btn--gradient {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #93328e, #4f2a70);
}
.btn--gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #93328e, #93328e);
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn--gradient:hover::after {
    opacity: 1;
  }
}
.btn--gradient .btn_txt {
  position: relative;
  z-index: 2;
}
.btn--gradient .btn_icon {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .btn--gradient:hover {
    opacity: 1;
  }
}

/* アニメーション */
.ani {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.ani-up {
  transform: translateY(30px);
}
.ani-up.show {
  opacity: 1;
  transform: translateY(0);
}

.ani-down {
  transform: translateY(-30px);
}
.ani-down.show {
  opacity: 1;
  transform: translateY(0);
}

.ani-left {
  transform: translateX(-30px);
}
.ani-left.show {
  opacity: 1;
  transform: translateX(0);
}

.ani-right {
  transform: translateX(30px);
}
.ani-right.show {
  opacity: 1;
  transform: translateX(0);
}

.ani-zoom {
  transform: scale(0.9);
}
.ani-zoom.show {
  opacity: 1;
  transform: scale(1);
}

.ani-fade.show {
  opacity: 1;
}

.d1 {
  transition-delay: 0.2s;
}

.d2 {
  transition-delay: 0.4s;
}

.d3 {
  transition-delay: 0.6s;
}

.d4 {
  transition-delay: 0.8s;
}

.d5 {
  transition-delay: 1s;
}

.d6 {
  transition-delay: 1.2s;
}

@media (max-width: 767px) {
  .box-group-sdgs .box-group-sdgs-innr > p {
    display: flex;
    justify-content: center;
  }
}
.top-renew-header.static-header .top-renew-header__navList a {
  color: #111111;
  text-shadow: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top-renew-header.static-header .top-renew-header__navList a:hover {
    opacity: 1;
    color: #93328e;
  }
}

.h-line span {
  position: relative;
  transition: all 0.3s ease;
}
.h-line span::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 0;
  top: 110%;
  left: 0;
  background-color: currentColor;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .h-line span:hover::after {
    width: 100%;
  }
}

.l-static {
  padding-top: 13rem;
  background-color: #f5f6fa;
}
@media (max-width: 767px) {
  .l-static {
    padding-top: 7.3rem;
  }
}
.l-static .static-wrap {
  background-color: #fff;
  padding-block: 8rem 14rem;
}
@media (max-width: 767px) {
  .l-static .static-wrap {
    padding-block: 5rem 8rem;
  }
}
.l-static .page-info__wrap {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
  padding-block: 8rem 5rem;
}
@media (max-width: 767px) {
  .l-static .page-info__wrap {
    padding-block: 4.5rem 4rem;
  }
}
.l-static .page-info__wrap.row-box {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.l-static .page-info__wrap.row-box .page-internal_link {
  width: 24rem;
}
@media (max-width: 767px) {
  .l-static .page-info__wrap.row-box .page-internal_link {
    display: none;
  }
}
.l-static .page-info__wrap.row-box .page-internal_link.col-2 {
  width: 44.8rem;
}
.l-static .page-info__wrap.row-box .page-internal_link.col-2 .nav_list {
  flex-wrap: wrap;
  flex-direction: row;
}
.l-static .page-info__wrap.row-box .page-internal_link.col-2 .nav_item {
  width: calc(50% - 0.8rem);
}
.l-static .page-info__wrap.row-box .page-internal_link .nav_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.l-static .page-info__wrap.row-box .page-internal_link .nav_item {
  width: 100%;
  height: 3.6rem;
}
.l-static .page-info__wrap.row-box .page-internal_link .nav_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.8rem;
  background-color: #fff;
  padding: 0 2rem;
  border: 0.06rem solid #cecfd4;
  transition: all 0.16s cubic-bezier(0.25, 0.1, 0.07, 1);
  position: relative;
}
.l-static .page-info__wrap.row-box .page-internal_link .nav_item a span {
  font-size: 1.5rem;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .l-static .page-info__wrap.row-box .page-internal_link .nav_item a:hover {
    background-color: #93328e;
    color: #fff;
  }
  .l-static .page-info__wrap.row-box .page-internal_link .nav_item a:hover::after {
    border-right: 0.12rem solid #fff;
    border-bottom: 0.12rem solid #fff;
  }
}
.l-static .page-info__wrap.row-box .page-internal_link .nav_item a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.12rem solid #93328e;
  border-bottom: 0.12rem solid #93328e;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: all 0.16s cubic-bezier(0.25, 0.1, 0.07, 1);
}
.l-static .page-info__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.l-static .page-info__title_ja {
  font-size: 2rem;
  color: #93328e;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .l-static .page-info__title_ja {
    font-size: 1.5rem;
  }
}
.l-static .page-info__title_ja::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: -1.7rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 0.9rem 0 0.9rem;
  background-color: #6baaaa;
}
@media (max-width: 767px) {
  .l-static .page-info__title_ja::before {
    width: 0.8rem;
    height: 0.8rem;
    left: -1.2rem;
    border-radius: 0 0.6rem 0 0.6rem;
  }
}
.l-static .page-info__title_en {
  font-size: 11rem;
  color: #93328e;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.02em;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .l-static .page-info__title_en {
    font-size: 5.6rem;
  }
}
.l-static .page-info__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-static .page-info__text {
    font-size: 1.4rem;
  }
}
.l-static .page-info__images {
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-static .page-info__images {
    height: 20rem;
  }
}
.l-static .page-info__images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-static__sus .sec-inner {
  max-width: 107.2rem;
  width: 90%;
  margin: 0 auto;
}
.l-static__sus .sec-vision .sec-ttl {
  color: #93328e;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .sec-ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.l-static__sus .sec-vision .vision-block:not(:last-child) {
  margin-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.l-static__sus .sec-vision .vision-block .block_wrap {
  display: flex;
  gap: 7rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-block .block_wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.l-static__sus .sec-vision .vision-block .block_text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-block .block_text {
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.l-static__sus .sec-vision .vision-block .block_images {
  width: 48.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-block .block_images {
    width: 100%;
  }
}
.l-static__sus .sec-vision .vision-box.noharm-box .box_ttl {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box.noharm-box .box_ttl {
    margin-bottom: 2rem;
  }
}
.l-static__sus .sec-vision .vision-box:not(:last-child) {
  margin-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_ttl {
  color: #93328e;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_detail {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_detail {
    font-size: 1.4rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_catlist {
    gap: 1rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  width: calc(25% - 1.5rem);
  max-width: 19.8rem;
  border: 0.3rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_catlist .catitem {
    width: calc(50% - 0.7rem);
    gap: 0.8rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem .cat_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem .cat_ttl span {
  line-height: 1;
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem .cat_ttl span.ja {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_catlist .catitem .cat_ttl span.ja {
    font-size: 1.6rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem .cat_ttl span.en {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_catlist .catitem .cat_ttl span.en {
    font-size: 1.2rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem .icon {
  height: 4.4rem;
  width: auto;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_catlist .catitem .icon {
    height: 3rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem.cat1 {
  color: #6ca4a4;
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem.cat1 .icon {
  height: 3.3rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_catlist .catitem.cat1 .icon {
    height: 2.8rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem.cat2 {
  color: #ee9b78;
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem.cat3 {
  color: #969ad6;
}
.l-static__sus .sec-vision .vision-box .box_catlist .catitem.cat4 {
  color: #cf6798;
}
.l-static__sus .sec-vision .vision-box .box_wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 7rem;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.l-static__sus .sec-vision .vision-box .box_wrap .box_images {
  width: 48.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_wrap .box_images {
    width: 100%;
  }
}
.l-static__sus .sec-vision .vision-box .box_wrap .box_detail {
  padding-top: 3.3rem;
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_wrap .box_detail {
    font-size: 1.4rem;
    padding-top: 0;
    text-align: justify;
  }
}
.l-static__sus .sec-vision .vision-box .box_wrap .box_detail a {
  display: block;
  margin-top: 2.8rem;
  color: #93328e;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__sus .sec-vision .vision-box .box_wrap .box_detail a {
    margin-top: 2rem;
  }
}
.l-static__sus .btn {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
}
.l-static__sus .btn .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 30rem;
  width: 100%;
  border-radius: 3.1rem;
  padding: 2.3rem 2.6rem;
}
.l-static__sus .btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__sus .btn .btn_link .btn_txt {
    transform: translateY(-0.1rem);
  }
}
.l-static__sus .btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .l-static__sus .btn .btn_link .btn_icon {
    width: 1rem;
    height: 1rem;
  }
}
.l-static__sus .btn .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%2393328e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.12s;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__sus .btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .l-static__sus .btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.l-static__sus .link_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  position: relative;
  transition: all 0.3s ease;
}
.l-static__sus .link_item::before {
  content: "";
  display: block;
  width: 10.38px;
  height: 9px;
  background-color: #93328e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-static__sus .link_item .txt {
  font-size: 1.6rem;
  line-height: 1;
}
.l-static__sus .link_item .pdf-icon {
  width: 2.2rem;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__sus .link_item:hover {
    color: #93328e;
  }
}

.l-static__company {
  background-color: #f5f6fa;
}
.l-static__company .static-wrap {
  background-color: #f5f6fa;
  padding-block: 0 5rem;
}
@media (max-width: 767px) {
  .l-static__company .static-wrap {
    padding-block: 0 4rem;
  }
}
.l-static__company .static-wrap__inner {
  max-width: 128rem;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding-block: 7rem;
}
@media (max-width: 767px) {
  .l-static__company .static-wrap__inner {
    padding-block: 3.5rem;
  }
}
.l-static__company .sec:not(:last-child) {
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .l-static__company .sec:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}
.l-static__company .sec-inner {
  width: 84%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__company .sec-inner {
    width: 88%;
  }
}
.l-static__company .sec-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  color: #93328e;
  line-height: 1;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-static__company .sec-ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .l-static__company .sec-company .sec-ttl {
    margin-bottom: 2rem;
  }
}
.l-static__company .company-block .overview-box {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 1.8rem 2.8rem;
  border-bottom: 0.1rem dotted #85868d;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-box {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
  .l-static__company .company-block .overview-box:first-child {
    padding-top: 0;
  }
}
.l-static__company .company-block .overview-box .ttl {
  flex-shrink: 0;
  width: 27rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-box .ttl {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.l-static__company .company-block .overview-box .text {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-box .text {
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
  }
}
.l-static__company .company-block .overview-access {
  margin-top: 2rem;
}
.l-static__company .company-block .overview-access .map-box {
  width: 100%;
  aspect-ratio: 1072/460;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-access .map-box {
    aspect-ratio: 316/387;
  }
}
.l-static__company .company-block .overview-access__text {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-access__text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.l-static__company .company-block .overview-access__text .method {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-access__text .method {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-static__company .company-block .overview-access__text a {
  color: #93328e;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-static__company .company-block .overview-access__text a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.13rem solid currentColor;
  border-bottom: 0.13rem solid currentColor;
  transform: rotate(-45deg);
  flex-shrink: 0;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-access__text a::after {
    margin-top: 0.2rem;
    border-right: 0.15rem solid currentColor;
    border-bottom: 0.15rem solid currentColor;
  }
}
@media (max-width: 767px) {
  .l-static__company .company-block .overview-access__text a {
    font-size: 1.6rem;
  }
}
.l-static__company .sec-group .group-block {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
@media (max-width: 767px) {
  .l-static__company .sec-group .group-block {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.l-static__company .sec-group .group-block .group-box {
  width: 50%;
}
@media (max-width: 767px) {
  .l-static__company .sec-group .group-block .group-box {
    width: 100%;
  }
}
.l-static__company .sec-group .group-block .group-box .group_logo {
  border: 0.1rem solid;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-static__company .sec-group .group-block .group-box .group_logo {
    height: 11.6rem;
    margin-bottom: 1.5rem;
  }
}
.l-static__company .sec-group .group-block .group-box .group_logo.partners {
  border-color: #006ebc;
}
.l-static__company .sec-group .group-block .group-box .group_logo.operations {
  border-color: #119b95;
}
.l-static__company .sec-group .group-block .group-box .group_logo__img {
  height: 8rem;
  width: auto;
}
@media (max-width: 767px) {
  .l-static__company .sec-group .group-block .group-box .group_logo__img {
    height: 7.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-static__company .sec-group .group-block .group-box .group_logo:hover {
    opacity: 0.6;
  }
}
.l-static__company .sec-group .group-block .group-box .group_overview {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-static__company .sec-group .group-block .group-box .group_overview {
    font-size: 1.4rem;
  }
}
.l-static__company .legal-block .legal-box {
  display: flex;
  border-bottom: 0.1rem dotted #85868d;
}
.l-static__company .legal-block .legal-box:first-child {
  border-top: 0.1rem dotted #85868d;
}
@media (max-width: 767px) {
  .l-static__company .legal-block .legal-box {
    flex-direction: column;
  }
}
.l-static__company .legal-block .legal-box .ttl {
  background-color: #f4e4f2;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.2rem 3.8rem;
  width: 30.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-static__company .legal-block .legal-box .ttl {
    letter-spacing: 0.03em;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem;
    line-height: 1;
  }
}
.l-static__company .legal-block .legal-box .text {
  background-color: #fff;
  padding: 1.2rem 3.8rem;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-static__company .legal-block .legal-box .text {
    letter-spacing: 0.03em;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
}
.l-static__company .document-block {
  margin-top: 4rem;
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .l-static__company .document-block {
    margin-left: 0;
  }
}
.l-static__company .document-block .block-ttl {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-static__company .document-block .block-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.l-static__company .document-block .document_list {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .l-static__company .document-block .document_list {
    margin-left: 0;
  }
}
.l-static__company .document-block .document_item {
  display: flex;
  align-items: center;
}
.l-static__company .document-block .link_item {
  display: inline;
  position: relative;
  padding-left: 1.7rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .l-static__company .document-block .link_item {
    padding-left: 1.4rem;
  }
}
.l-static__company .document-block .link_item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.9rem;
  background-color: #93328e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media (max-width: 767px) {
  .l-static__company .document-block .link_item::before {
    width: 0.7rem;
    height: 0.8rem;
    top: 0.7em;
  }
}
.l-static__company .document-block .link_item .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .l-static__company .document-block .link_item .txt {
    font-size: 1.4rem;
  }
}
.l-static__company .document-block .link_item .pdf-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.2rem;
  height: auto;
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
  .l-static__company .document-block .link_item .pdf-icon {
    width: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-static__company .document-block .link_item:hover {
    color: #93328e;
  }
}
.l-static__company .btn {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
}
.l-static__company .btn .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 30rem;
  width: 100%;
  border-radius: 3.1rem;
  padding: 2.3rem 2.6rem;
}
.l-static__company .btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__company .btn .btn_link .btn_txt {
    transform: translateY(-0.1rem);
  }
}
.l-static__company .btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .l-static__company .btn .btn_link .btn_icon {
    width: 1rem;
    height: 1rem;
  }
}
.l-static__company .btn .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%2393328e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.12s;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__company .btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .l-static__company .btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}

.l-static__service {
  background-color: #f5f6fa;
}
@media (max-width: 767px) {
  .l-static__service .page-info {
    margin-bottom: 0;
  }
  .l-static__service .page-info .page-info__title {
    margin-bottom: 0;
  }
}
.l-static__service .page-info__wrap.row-box {
  align-items: flex-start;
}
.l-static__service .page-info .page-internal_link .nav_item a {
  border-color: #d5d2de;
  background-color: #fff;
}
.l-static__service .sec:not(:last-child) {
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .l-static__service .sec:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.l-static__service .sec-inner {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__service .sec-inner {
    width: 90%;
  }
}
.l-static__service .sec-ttl-box {
  text-align: center;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .l-static__service .sec-ttl-box {
    margin-bottom: 2.2rem;
  }
}
.l-static__service .sec-ttl {
  font-size: 3rem;
  color: #93328e;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-static__service .sec-ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.l-static__service .sec-sub {
  color: #93328e;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-static__service .sec-sub {
    font-size: 1.4rem;
  }
}
.l-static__service .category-hero {
  width: 100%;
  aspect-ratio: 1476/280;
  border-radius: 0 0.4rem 0.4rem 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
  margin-inline: 0;
}
@media (max-width: 767px) {
  .l-static__service .category-hero {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    aspect-ratio: 390/120;
    margin-bottom: 3.5rem;
  }
}
.l-static__service .category-hero__figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.l-static__service .category-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-static__service .category-hero__ttl {
  position: absolute;
  left: 7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .l-static__service .category-hero__ttl {
    left: 1.6rem;
  }
}
.l-static__service .category-hero__ttl .ja {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .l-static__service .category-hero__ttl .ja {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}
.l-static__service .category-hero__ttl .en {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-static__service .category-hero__ttl .en {
    font-size: 1.3rem;
  }
}
.l-static__service .service-mv {
  width: calc(100% - 6rem);
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .l-static__service .service-mv {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.l-static__service .service-mv .category-hero {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-static__service .service-mv .category-hero {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.l-static__service .service-mv .category-hero__ttl {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .l-static__service .service-mv .category-hero__ttl {
    left: 1.6rem;
    right: auto;
  }
}
.l-static__service .service-mv .category-hero__ttl-inner {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__service .service-mv .category-hero__ttl-inner {
    width: auto;
    margin: 0;
  }
}
.l-static__service .static-wrap {
  padding-block: 0rem 14rem;
  background-color: #f5f6fa;
}
@media (max-width: 767px) {
  .l-static__service .static-wrap {
    padding-block: 0rem 8rem;
  }
}
.l-static__service .static-wrap__inner {
  max-width: 128rem;
  width: 90%;
  margin: 0 auto;
  background-color: #f5f6fa;
  padding-block: 0 16rem;
}
.l-static__service .static-wrap__inner:last-child {
  padding-block: 0;
}
@media (max-width: 767px) {
  .l-static__service .static-wrap__inner {
    width: 100%;
    padding-block: 0 6rem;
  }
}
.l-static__service .service-overview {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-static__service .service-overview {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-static__service .service-overview .overview-text {
  width: calc(50% - 2.5rem);
}
@media (max-width: 767px) {
  .l-static__service .service-overview .overview-text {
    width: 100%;
  }
}
.l-static__service .service-overview .overview-text .lead {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .l-static__service .service-overview .overview-text .lead {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.l-static__service .service-overview .overview-text p {
  font-size: 1.7rem;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767px) {
  .l-static__service .service-overview .overview-text p {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.l-static__service .service-overview .overview-image {
  width: calc(50% - 5.2rem);
}
@media (max-width: 767px) {
  .l-static__service .service-overview .overview-image {
    width: 100%;
  }
}
.l-static__service .service-overview .overview-image img {
  width: 100%;
  height: auto;
}
.l-static__service .service-overview .service-box {
  width: calc(50% - 5.2rem);
  border: 0.1rem solid #b05aaa;
  padding: 5rem 7.5rem 6rem 7.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-static__service .service-overview .service-box {
    width: 100%;
    padding: 4rem 3rem 3.5rem;
  }
}
.l-static__service .service-overview .service-box .box-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #93328e;
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .l-static__service .service-overview .service-box .box-ttl {
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .l-static__service .service-overview .btn {
    margin-block: 3.2rem 0 !important;
  }
}
.l-static__service .operation-side {
  width: calc(50% - 5.2rem);
}
@media (max-width: 767px) {
  .l-static__service .operation-side {
    width: 100%;
  }
}
.l-static__service .operation-side .service-box {
  width: 100%;
}
.l-static__service .service-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .l-static__service .service-list {
    gap: 1.5rem;
  }
}
.l-static__service .service-list .item {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .l-static__service .service-list .item {
    gap: 0.5rem;
    flex-direction: column;
  }
}
.l-static__service .service-list dt {
  flex-shrink: 0;
  width: 12rem;
  color: #93328e;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__service .service-list dt {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.l-static__service .service-list dd {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__service .service-list dd {
    font-size: 1.4rem;
    line-height: 1.55;
  }
}
.l-static__service .dot-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .l-static__service .dot-list {
    gap: 1.4rem;
  }
}
.l-static__service .dot-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
@media (max-width: 767px) {
  .l-static__service .dot-list li {
    font-size: 1.4rem;
  }
}
.l-static__service .dot-list li::before {
  content: "";
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #93328e;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .l-static__service .dot-list li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.l-static__service .note {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 1rem;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .l-static__service .note {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}
.l-static__service .flow-block {
  margin: 10rem auto 10rem auto;
  width: 95%;
  max-width: 120rem;
}
@media (max-width: 767px) {
  .l-static__service .flow-block {
    width: 103%;
    margin: 6rem 0 4.8rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-static__service .flow-head {
  width: 43rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .l-static__service .flow-head {
    display: none;
  }
}
.l-static__service .flow-head .col {
  background-color: #e9e5f3;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  height: 5.2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .l-static__service .flow-head .col {
    padding: 0.2rem;
  }
}
.l-static__service .flow-head .col span {
  width: 100%;
  max-width: 14.2rem;
  height: 3.2rem;
  border: 0.1rem solid #8e78b8;
  border-radius: 1.6rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .l-static__service .flow-head .col span {
    font-size: 0.9rem;
    border-radius: 0.8rem;
    padding: 0.25rem 0;
  }
}
.l-static__service .flow-head .col span.role-customer {
  color: #555ab3;
}
.l-static__service .flow-head .col span.role-company {
  color: #93328e;
  border-color: #93328e;
}
.l-static__service .flow-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 4rem;
}
.l-static__service .flow-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 21rem;
  background: #d8def3;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-static__service .flow-list::before {
    width: 10.2rem;
    content: none;
  }
}
.l-static__service .flow-list::after {
  content: "";
  position: absolute;
  left: 22rem;
  top: 0;
  bottom: 0;
  width: 21rem;
  background: #e8e0f1;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-static__service .flow-list::after {
    display: none;
  }
}
.l-static__service .flow-row {
  --node-x: 1.6rem;
  --overlay-width: 23.6rem;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 43rem 1fr;
  gap: 0;
}
@media (max-width: 767px) {
  .l-static__service .flow-row {
    grid-template-columns: 11rem 1fr;
    gap: 0;
    align-items: stretch;
  }
}
.l-static__service .row-02,
.l-static__service .row-06,
.l-static__service .row-07 {
  --node-x: 12.6rem;
  --overlay-width: 12.6rem;
}
.l-static__service .row-03,
.l-static__service .row-05 {
  --node-x: 23.6rem;
  --overlay-width: 1.6rem;
}
.l-static__service .flow-left {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .l-static__service .flow-left {
    min-height: 8.4rem;
    height: auto;
    display: flex;
  }
}
.l-static__service .flow-left::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  height: 0.3rem;
  left: var(--flow-line-left, 0);
  top: var(--flow-line-top, 50%);
  width: var(--flow-line-width, 0);
  background-image: radial-gradient(circle at 0.15rem 0.15rem, #997eb0 0 0.15rem, transparent 0.16rem);
  background-size: 0.6rem 0.3rem;
  background-repeat: repeat-x;
  background-position: left center;
  transform: translateY(-50%) rotate(var(--flow-line-angle, 0deg));
  transform-origin: left center;
  opacity: 0.95;
}
@supports ((-webkit-mask-image: radial-gradient(circle, #000 50%, transparent 51%)) or (mask-image: radial-gradient(circle, #000 50%, transparent 51%))) {
  .l-static__service .flow-left::after {
    background: linear-gradient(90deg, #997eb0 0%, #c2b2d0 100%);
    -webkit-mask-image: radial-gradient(circle at 0.15rem 0.15rem, #000 0 0.15rem, transparent 0.16rem);
    -webkit-mask-size: 0.6rem 0.3rem;
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-position: left center;
    mask-image: radial-gradient(circle at 0.15rem 0.15rem, #000 0 0.15rem, transparent 0.16rem);
    mask-size: 0.6rem 0.3rem;
    mask-repeat: repeat-x;
    mask-position: left center;
  }
}
.l-static__service .flow-role {
  display: none;
}
@media (max-width: 767px) {
  .l-static__service .flow-role {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    display: flex;
    gap: 0.3rem;
    z-index: 2;
    pointer-events: none;
  }
}
.l-static__service .flow-role span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.3rem;
  height: 1.4rem;
  border-radius: 1rem;
  border: 0.1rem solid #7478c4;
  background-color: #fff;
  color: #555ab3;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0 0.6rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .l-static__service .flow-role span {
    font-size: 1.1rem;
    min-width: 3.3rem;
    height: 1.8rem;
    padding: 0 0.8rem;
  }
}
.l-static__service .flow-role span.role-company {
  border: 0.1rem solid #93328e;
  color: #93328e;
}
.l-static__service .row-01 .flow-left::after,
.l-static__service .row-02 .flow-left::after,
.l-static__service .row-03 .flow-left::after,
.l-static__service .row-04 .flow-left::after,
.l-static__service .row-05 .flow-left::after,
.l-static__service .row-06 .flow-left::after {
  display: block;
}
.l-static__service .row-07 .flow-left::after {
  display: none;
}
.l-static__service .flow-node {
  width: 17.8rem;
  min-height: 7.2rem;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem 0 0 0.4rem;
  color: #fff;
  background: linear-gradient(120deg, #7478c4 0%, #b05aaa 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  z-index: 1;
  margin-left: var(--node-x);
  margin-right: auto;
  transition: min-height 0.35s ease;
}
@media (max-width: 767px) {
  .l-static__service .flow-node {
    width: 11.7rem;
    height: auto;
    min-height: 7.2rem;
    padding: 0.5rem 0.6rem;
    align-self: auto;
    margin-left: 0;
  }
}
.l-static__service .flow-node .step {
  position: absolute;
  top: 0.8rem;
  left: 0.9rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 200;
}
@media (max-width: 767px) {
  .l-static__service .flow-node .step {
    font-size: 1.2rem;
    top: 1.7rem;
    left: 1rem;
  }
}
.l-static__service .flow-node .name {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .l-static__service .flow-node .name {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.l-static__service .flow-node.is-customer {
  background: #7478c4;
}
.l-static__service .flow-node.is-company {
  background: #b05aaa;
}
.l-static__service .flow-node.is-large {
  min-height: 7.2rem;
}
@media (max-width: 767px) {
  .l-static__service .flow-node.is-large {
    min-height: 7.2rem;
  }
}
.l-static__service .flow-right {
  position: relative;
  background-color: #fff;
  border-radius: 0 0.4rem 0.4rem 0;
  padding: 1.2rem 5rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .l-static__service .flow-right {
    padding: 0.9rem 1rem;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.l-static__service .flow-right::before {
  content: "";
  position: absolute;
  left: calc(var(--overlay-width) * -1);
  top: 0;
  width: var(--overlay-width);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
}
@media (max-width: 767px) {
  .l-static__service .flow-right::before {
    left: -6.2rem;
    width: 6.2rem;
    content: none;
  }
}
.l-static__service .flow-right > * {
  position: relative;
  z-index: 1;
}
.l-static__service .flow-right p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-static__service .flow-right p {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
  }
}
.l-static__service .flow-right.no-toggle {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.l-static__service .flow-right.is-open .btn-inline .btn-inline__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0.2);
}
.l-static__service .flow-summary {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 0;
  min-height: 4.8rem;
}
@media (max-width: 767px) {
  .l-static__service .flow-summary {
    gap: 0.6rem;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    min-height: 4.8rem;
  }
}
.l-static__service .btn-inline {
  position: absolute;
  right: 1.5rem;
  top: -0.4rem;
  z-index: 3;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 3rem;
  border-radius: 2rem;
  background: #8966c3;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  gap: 0.5rem;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .l-static__service .btn-inline {
    position: relative;
    top: initial;
    right: initial;
    font-size: 1.1rem;
    width: 9.8rem;
    height: 2.2rem;
  }
}
.l-static__service .btn-inline:hover, .l-static__service .btn-inline:focus-visible {
  background-color: #78479e;
}
.l-static__service .btn-inline .btn-inline__label {
  line-height: 1;
  pointer-events: none;
}
.l-static__service .btn-inline .btn-inline__icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.l-static__service .btn-inline .btn-inline__icon::before, .l-static__service .btn-inline .btn-inline__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
}
.l-static__service .btn-inline .btn-inline__icon::before {
  width: 1rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}
.l-static__service .btn-inline .btn-inline__icon::after {
  width: 0.2rem;
  height: 1rem;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scaleY(1);
  transition: transform 0.3s ease, opacity 0.25s ease;
}
.l-static__service .flow-detail {
  margin-top: 0;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.42s ease, opacity 0.3s ease, margin-top 0.42s ease;
}
@media (max-width: 767px) {
  .l-static__service .flow-detail {
    transition: grid-template-rows 0.36s ease, opacity 0.25s ease, margin-top 0.36s ease;
  }
}
.l-static__service .flow-detail .flow-detail__inner {
  overflow: hidden;
}
.l-static__service .flow-detail > p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .l-static__service .flow-detail > p {
    font-size: 1.2rem;
  }
}
.l-static__service .flow-right.is-open .flow-detail {
  margin-top: 1.2rem;
  grid-template-rows: 1fr;
  opacity: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-static__service .flow-right.is-open .flow-detail {
    margin-top: 0.6rem;
  }
}
.l-static__service .flow-detail__sp {
  display: none;
}
@media (max-width: 767px) {
  .l-static__service .flow-detail__sp {
    display: grid;
    grid-column: 1/-1;
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
    transition: grid-template-rows 0.36s ease, opacity 0.25s ease, margin-top 0.36s ease;
  }
  .l-static__service .flow-detail__sp .flow-detail__inner {
    overflow: hidden;
  }
  .l-static__service .flow-detail__sp.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0.4rem;
    position: relative;
    z-index: 2;
    padding: 1rem;
  }
  .l-static__service .flow-detail__sp.is-open .detail-list {
    border-radius: 0.4rem;
    padding: 1.5rem 1.3rem;
  }
}
@media (max-width: 767px) {
  .l-static__service .flow-detail {
    display: none;
  }
  .l-static__service .flow-right.is-open .flow-detail {
    display: none;
  }
  .l-static__service .flow-row.is-open .flow-right .btn-inline .btn-inline__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0.2);
  }
}
.l-static__service .detail-list {
  background-color: #f5f0fc;
  padding: 1.8rem 2.4rem;
}
@media (max-width: 767px) {
  .l-static__service .detail-list {
    padding: 0.9rem 0.8rem;
  }
}
.l-static__service .detail-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-static__service .detail-list li {
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
.l-static__service .detail-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.l-static__service .detail-list li::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #b05aaa;
  left: 0;
  top: 0.8rem;
}
@media (max-width: 767px) {
  .l-static__service .detail-list li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.8rem;
  }
}
.l-static__service .faq-block {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto 9rem auto;
}
@media (max-width: 767px) {
  .l-static__service .faq-block {
    margin-bottom: 4rem;
  }
}
.l-static__service .faq-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 12.4rem;
       column-gap: 12.4rem;
  row-gap: 2.8rem;
  align-items: stretch;
}
.l-static__service .faq-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  transform: translateX(-50%);
  background-image: radial-gradient(circle at center, #d5d6d7 0 0.05rem, transparent 0.06rem);
  background-size: 0.1rem 0.35rem;
  background-repeat: repeat-y;
  background-position: center top;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-static__service .faq-list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .l-static__service .faq-list::before {
    display: none;
  }
}
.l-static__service .faq-item {
  --faq-q-left: 0.1rem;
  --faq-q-size: 3.0rem;
  --faq-text-start: 4.1rem;
  --faq-answer-icon-width: 1.3rem;
  --faq-answer-icon-gap: 1.0rem;
  --faq-answer-icon-right: calc(var(--faq-q-left) + var(--faq-q-size));
  --faq-answer-icon-left: calc(var(--faq-answer-icon-right) - var(--faq-answer-icon-width));
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-static__service .faq-item {
    --faq-q-left: 0;
    --faq-text-start: 3.4rem;
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid #d6d6dc;
    pointer-events: auto;
  }
}
.l-static__service .faq-item .question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: default;
  padding-left: var(--faq-text-start);
  padding-right: 0;
  position: relative;
  display: block;
  min-height: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-static__service .faq-item .question {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: var(--faq-text-start);
    padding-right: 2.6rem;
    cursor: pointer;
  }
}
.l-static__service .faq-item .question::-webkit-details-marker {
  display: none;
}
.l-static__service .faq-item .question::before {
  content: "Q";
  position: absolute;
  left: var(--faq-q-left);
  top: 0em;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #9b7cbd;
  display: grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 500;
  transform: none;
}
@media (max-width: 767px) {
  .l-static__service .faq-item .question::before {
    left: var(--faq-q-left);
    top: 0em;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}
.l-static__service .faq-item .question::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 1.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: linear-gradient(#954ba3, #954ba3), linear-gradient(#954ba3, #954ba3);
  background-position: center center, center center;
  background-size: 1.4rem 0.2rem, 0.2rem 1.4rem;
  background-repeat: no-repeat;
  line-height: 1;
  transform: translateY(-50%);
  transform-origin: center;
  opacity: 1;
  transition: background-size 0.3s ease, opacity 0.25s ease;
  display: none;
}
@media (max-width: 767px) {
  .l-static__service .faq-item .question::after {
    display: block;
    top: 50%;
  }
}
.l-static__service .faq-item .answer {
  margin-top: 1rem;
  position: relative;
  padding-left: var(--faq-text-start);
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-static__service .faq-item .answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
    padding-left: var(--faq-text-start);
    font-size: 1.4rem;
    line-height: 1.7;
    transition: grid-template-rows 0.36s ease, opacity 0.28s ease, margin-top 0.3s ease;
  }
}
.l-static__service .faq-item .answer::before {
  content: "";
  position: absolute;
  left: var(--faq-answer-icon-left);
  top: 0.7em;
  width: 1.3rem;
  height: 0.2rem;
  background-color: #9b7cbd;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .l-static__service .faq-item .answer::before {
    left: 1.2rem;
    width: 1.1rem;
  }
}
.l-static__service .faq-item .answer__text {
  margin: 0;
}
@media (max-width: 767px) {
  .l-static__service .faq-item .answer__text {
    overflow: hidden;
  }
}
.l-static__service .faq-item[open] .question::after {
  opacity: 1;
  background-size: 1.4rem 0.2rem, 0.2rem 0;
}
@media (max-width: 767px) {
  .l-static__service .faq-item.is-open > .answer {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 0.7rem;
  }
  .l-static__service .faq-item.is-open .question::after {
    background-size: 1.4rem 0.2rem, 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .l-static__service .faq-item[open]:not(.is-open) .question::after {
    background-size: 1.4rem 0.2rem, 0.2rem 1.4rem;
  }
}
.l-static__service .faq-item:not([open]) > .answer {
  display: block;
}
@media (max-width: 767px) {
  .l-static__service .faq-item:not([open]) > .answer {
    display: grid;
  }
}
.l-static__service .cta-box {
  max-width: 128rem;
  margin: 0 auto;
  border-radius: 1rem;
  background: #a54ea4;
  color: #fff;
  padding: 7rem 8rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .l-static__service .cta-box {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 3rem 1.8rem 4rem;
  }
}
.l-static__service .cta-box .icon {
  width: 19rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-static__service .cta-box .icon {
    width: 14rem;
  }
}
.l-static__service .cta-box .icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-static__service .cta-box .ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .l-static__service .cta-box .ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.l-static__service .cta-box p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-static__service .cta-box p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
}
.l-static__service .cta-box p:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .l-static__service .cta-box p:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-static__service .program-intro .overview-text,
.l-static__service .consulting-intro .overview-text {
  width: calc(50% - 2.5rem);
}
.l-static__service .program-intro .overview-image,
.l-static__service .consulting-intro .overview-image {
  width: calc(50% - 5.2rem);
}
.l-static__service .program-intro .overview-image img,
.l-static__service .consulting-intro .overview-image img {
  aspect-ratio: 430/265;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .l-static__service .program-intro .overview-text,
  .l-static__service .program-intro .overview-image,
  .l-static__service .consulting-intro .overview-text,
  .l-static__service .consulting-intro .overview-image {
    width: 100%;
  }
}
.l-static__service .program-box {
  border: 0.1rem solid #b47cae;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5rem 7rem 6rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-static__service .program-box {
    margin-top: 4rem;
    padding: 4rem 3rem;
  }
}
.l-static__service .program-box .box-ttl {
  color: #93328e;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .l-static__service .program-box .box-ttl {
    font-size: 1.7rem;
    margin-bottom: 2.6rem;
  }
}
.l-static__service .program-list {
  display: flex;
  gap: 9rem;
}
@media (max-width: 767px) {
  .l-static__service .program-list {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-static__service .program-item {
  width: calc(50% - 1.75rem);
  border-top: 0.1rem dotted #b9b2c6;
  padding-top: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-static__service .program-item {
    width: 100%;
    padding-top: 2rem;
  }
}
.l-static__service .program-item .ttl {
  color: #93328e;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .l-static__service .program-item .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.l-static__service .program-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-static__service .program-item p {
    font-size: 1.4rem;
  }
}
.l-static__service .program-item .btn {
  padding-top: 2.1rem;
  justify-content: flex-start;
  width: 26rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-static__service .program-item .btn {
    padding-top: 2.5rem;
    width: 23.4rem;
  }
}
.l-static__service .consult-box {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-static__service .consult-box {
    margin-top: 4rem;
  }
}
.l-static__service .consult-box .program-item-training {
  justify-content: flex-start;
}
.l-static__service .comit-box {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.15%;
}
@media (max-width: 767px) {
  .l-static__service .comit-box {
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
    padding: 0;
  }
}
.l-static__service .comit-logo {
  width: 50%;
  max-width: 55.6rem;
  background-color: #fff;
  aspect-ratio: 555.99/324;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-static__service .comit-logo {
    width: 100%;
    aspect-ratio: 351/204;
  }
}
.l-static__service .comit-logo img {
  width: 100%;
  height: auto;
  max-width: 38rem;
  margin: 0 auto 2rem;
  display: block;
}
@media (max-width: 767px) {
  .l-static__service .comit-logo img {
    max-width: 24rem;
  }
}
.l-static__service .comit-content {
  width: 50%;
}
@media (max-width: 767px) {
  .l-static__service .comit-content {
    width: 100%;
  }
}
.l-static__service .comit-content .sec-ttl {
  color: #111;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-static__service .comit-content .sec-ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.l-static__service .comit-content p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-static__service .comit-content p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.l-static__service .comit-content .btn-outside {
  margin-top: 2.2rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .l-static__service .comit-content .btn-outside {
    margin-top: 2rem;
  }
}
.l-static__service .comit-content .btn-outside .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 26rem;
  width: 100%;
  border-radius: 3.1rem;
  padding: 2.3rem 2.6rem;
}
@media (max-width: 767px) {
  .l-static__service .comit-content .btn-outside .btn_link {
    max-width: 23.4rem;
    padding: 2rem 2.6rem 2rem 2rem;
  }
}
.l-static__service .comit-content .btn-outside .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__service .comit-content .btn-outside .btn_link .btn_txt {
    font-size: 1.5rem;
  }
}
.l-static__service .comit-content .btn-outside .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/common/outside_icon_w.png") no-repeat center/contain;
}
.l-static__service .comit-content .btn-outside .btn_link .btn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: transparent;
  transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
  z-index: -1;
}
.l-static__service .comit-content .btn-outside .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../images/common/outside_icon.png") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__service .comit-content .btn-outside .btn_link:hover .btn_icon::before {
    transform: translate(-50%, -50%) scale(2.833);
    background-color: #fff;
  }
  .l-static__service .comit-content .btn-outside .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.l-static__service .sec-operation .btn {
  margin-block: 3.5rem;
  justify-content: flex-start;
}
.l-static__service .btn {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
}
.l-static__service .btn .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 26rem;
  width: 100%;
  height: 6.2rem;
  border-radius: 3.1rem;
  max-width: 26rem;
  padding: 0 2.4rem;
  background: linear-gradient(90deg, #93328e 0%, #4f2a70 100%);
}
@media (max-width: 767px) {
  .l-static__service .btn .btn_link {
    max-width: 23.4rem;
    height: 5.6rem;
  }
}
.l-static__service .btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__service .btn .btn_link .btn_txt {
    font-size: 1.5rem;
    transform: translateY(-0.1rem);
  }
}
.l-static__service .btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .l-static__service .btn .btn_link .btn_icon {
    width: 1rem;
    height: 1rem;
  }
}
.l-static__service .btn .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%2393328e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.12s;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__service .btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .l-static__service .btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .l-static__about .page-info__title {
    margin-bottom: 1.5rem;
  }
}
.l-static__about .static-wrap {
  position: relative;
  padding-top: 11.2rem;
}
@media (max-width: 767px) {
  .l-static__about .static-wrap {
    padding-top: 5rem;
    padding-bottom: 11.6rem;
  }
}
.l-static__about .static-wrap .wave-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-static__about .static-wrap .wave-bg {
    width: 200%;
    top: 1%;
    left: -30%;
  }
}
.l-static__about .sec {
  position: relative;
  z-index: 1;
}
.l-static__about .sec:not(:last-child) {
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .l-static__about .sec:not(:last-child) {
    padding-bottom: 7rem;
  }
}
.l-static__about .sec-inner {
  max-width: 128rem;
  width: 90%;
  margin: 0 auto;
}
.l-static__about .sec-info {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-info {
    margin-bottom: 3.5rem;
  }
}
.l-static__about .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.l-static__about .sec-info .sec-ttl .ja {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.l-static__about .sec-info .sec-ttl .ja::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: -2.7rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 1.2rem 0 1.2rem;
  background-color: #6baaaa;
}
@media (max-width: 767px) {
  .l-static__about .sec-info .sec-ttl .ja::before {
    width: 1rem;
    height: 1rem;
    left: -2rem;
    border-radius: 0 0.8rem 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .l-static__about .sec-info .sec-ttl .ja {
    font-size: 2.2rem;
  }
}
.l-static__about .sec-info .sec-ttl .en {
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-static__about .sec-info .sec-ttl .en {
    font-size: 1.4rem;
  }
}
.l-static__about .sec-purpose .sec-main__copy {
  max-width: 67.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__about .sec-purpose .sec-main__copy {
    max-width: 25.5rem;
  }
}
.l-static__about .purpose-partner {
  position: relative;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner {
    margin-top: 3rem;
  }
}
.l-static__about .purpose-partner__header {
  position: relative;
  text-align: center;
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__header {
    padding-top: 3.5rem;
  }
}
.l-static__about .purpose-partner__line01 {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  height: 4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__line01 {
    height: 3rem;
  }
}
.l-static__about .purpose-partner__line01 .line {
  stroke: #7b7c84;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 0.5 2;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__line01 .line {
    stroke-width: 1;
    stroke-dasharray: 0.7 2;
  }
}
.l-static__about .purpose-partner__ttl {
  max-width: 43.7rem;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__ttl {
    max-width: 30rem;
    margin: 1.5rem auto;
  }
}
.l-static__about .purpose-partner__dot {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #9768bf;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__dot {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.l-static__about .purpose-partner__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(182, 165, 201);
  animation: dotPulse 2s ease-out infinite;
}
.l-static__about .purpose-partner__dot--top {
  top: -0.6rem;
  left: 50%;
  transform: translateX(-54%);
}
.l-static__about .purpose-partner__dot--left {
  bottom: -0.55rem;
  left: -0.55rem;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__dot--left {
    display: none;
  }
}
.l-static__about .purpose-partner__dot--center {
  bottom: -0.55rem;
  left: 50%;
  transform: translateX(-54%);
}
.l-static__about .purpose-partner__dot--right {
  bottom: -0.55rem;
  right: -0.55rem;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__dot--right {
    display: none;
  }
}
.l-static__about .purpose-partner__dots-row {
  position: relative;
  height: 0;
  width: 72%;
  margin: 0 auto;
}
.l-static__about .purpose-partner__lines {
  display: block;
  width: 72.15%;
  margin: 0 auto;
  height: auto;
  overflow: visible;
}
.l-static__about .purpose-partner__lines .line {
  stroke: #7b7c84;
  stroke-width: 1;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 0.5 2;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__lines .line {
    stroke-width: 4;
    stroke-dasharray: 0 9;
  }
  .l-static__about .purpose-partner__lines .line--03-left,
  .l-static__about .purpose-partner__lines .line--03-right,
  .l-static__about .purpose-partner__lines .line--04,
  .l-static__about .purpose-partner__lines .line--05 {
    display: none;
  }
}
.l-static__about .purpose-partner__cards {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 7.2rem;
  align-items: stretch;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__cards {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.l-static__about .purpose-partner__card {
  flex: 1;
  border: 0.1rem solid rgba(162, 121, 196, 0.7);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.4rem;
  box-shadow: 0 4px 24px rgba(90, 50, 150, 0.1);
  padding: 4.5rem 4rem;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__card {
    padding: 2.8rem 2rem;
  }
}
.l-static__about .purpose-partner__card .card-ttl {
  font-size: 2.4rem;
  color: #93328e;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__card .card-ttl {
    font-size: 2rem;
  }
}
.l-static__about .purpose-partner__card .card-ttl span.en {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #7b7c84;
  margin-top: 0.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__card .card-ttl span.en {
    font-size: 1.4rem;
  }
}
.l-static__about .purpose-partner__card .card-body {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 767px) {
  .l-static__about .purpose-partner__card .card-body {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@keyframes dotPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.l-static__about .sec-vision {
  position: relative;
  z-index: 2;
}
.l-static__about .sec-vision .sec-main__copy {
  max-width: 75.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__about .sec-vision .sec-main__copy {
    max-width: 32rem;
  }
}
.l-static__about .sec-mission {
  background-color: #f5f6fa;
}
.l-static__about .sec-mission .wave-bg {
  top: -15rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-mission .wave-bg {
    top: -16%;
    width: 210%;
    left: -80%;
  }
}
.l-static__about .sec-mission .sec-inner {
  position: relative;
  z-index: 1;
}
.l-static__about .sec-mission .sec-main__copy {
  max-width: 59.1rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__about .sec-mission .sec-main__copy {
    max-width: 30.5rem;
  }
}
.l-static__about .sec-mission .purpose-partner__header {
  padding-top: 0;
}
@media (max-width: 767px) {
  .l-static__about .sec-mission .purpose-partner__header .purpose-partner__lines {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .l-static__about .sec-mission .purpose-partner__header .purpose-partner__line01 {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-static__about .sec-mission .purpose-partner__header .purpose-partner__lines .line {
    stroke-width: 3;
    stroke-dasharray: 1 4;
  }
}
.l-static__about .sec-value {
  background-color: #f5f6fa;
}
.l-static__about .sec-value.sec {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-value.sec {
    padding-bottom: 6rem;
  }
}
.l-static__about .sec-value .value-block {
  max-width: 128rem;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 5.2rem 4rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-block {
    padding: 0.5rem 2rem;
  }
}
.l-static__about .sec-value .value-box {
  display: flex;
  padding: 3rem 1.4rem;
}
.l-static__about .sec-value .value-box:not(:last-child) {
  border-bottom: 0.1rem solid rgba(17, 17, 17, 0.1);
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-box {
    flex-direction: column;
    padding: 3rem 0;
    gap: 1.5rem;
  }
}
.l-static__about .sec-value .value-box .value-ttl {
  width: 47.5rem;
  flex-shrink: 0;
  display: flex;
  gap: 1.3rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-box .value-ttl {
    width: 100%;
    gap: 0.5rem;
    align-items: baseline;
  }
}
.l-static__about .sec-value .value-box .value-ttl .num {
  color: #93328e;
  font-size: 2.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 0.15rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-box .value-ttl .num {
    font-size: 1.9rem;
  }
}
.l-static__about .sec-value .value-box .value-ttl .txt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.l-static__about .sec-value .value-box .value-ttl .txt .emphasis {
  color: #93328e;
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-box .value-ttl .txt {
    font-size: 2rem;
  }
}
.l-static__about .sec-value .value-box .value-item {
  width: 100%;
}
.l-static__about .sec-value .value-box .value-item .list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.l-static__about .sec-value .value-box .value-item .list .item {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.l-static__about .sec-value .value-box .value-item .list .item::before {
  content: "";
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(0.5em, -0.1em);
  background-color: #9768bf;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-box .value-item .list .item::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .l-static__about .sec-value .value-box .value-item .list .item {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
  }
}
.l-static__about .sec-philosophy {
  background-color: #edeff7;
  overflow: hidden;
}
.l-static__about .sec-philosophy.sec {
  padding-bottom: 0;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy.sec {
    margin-bottom: 5rem;
  }
}
.l-static__about .sec-philosophy .mist-bg {
  position: absolute;
  width: 67vw;
  right: 0;
  top: -11rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy .mist-bg {
    width: 178vw;
    max-width: 82.8rem;
    top: initial;
    right: initial;
    bottom: -20rem;
    left: 50%;
    transform: translateX(-42%);
  }
}
.l-static__about .sec-philosophy .sec-inner {
  max-width: 120rem;
  padding-block: 9.5rem 10rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy .sec-inner {
    flex-direction: column;
    padding-block: 5rem 8rem;
    gap: 9rem;
  }
}
.l-static__about .sec-philosophy .sec-ttl__philosophy {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy .sec-ttl__philosophy {
    width: 100%;
  }
}
.l-static__about .sec-philosophy .sec-ttl__philosophy .ja {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy .sec-ttl__philosophy .ja {
    font-size: 2rem;
  }
}
.l-static__about .sec-philosophy .sec-ttl__philosophy .en {
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy .sec-ttl__philosophy .en {
    font-size: 1.3rem;
  }
}
.l-static__about .sec-philosophy .philosophy-detail {
  width: 50%;
  text-align: left;
  padding-left: 6rem;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-static__about .sec-philosophy .philosophy-detail {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 4rem;
  }
}
.l-static__about .sec-message.sec {
  margin-bottom: 10rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .l-static__about .sec-message.sec {
    margin-bottom: 6rem;
  }
}
.l-static__about .sec-message .sec-inner {
  max-width: 120rem;
}
.l-static__about .sec-message .sec-ttl__message {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.l-static__about .sec-message .sec-ttl__message .ja {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .sec-ttl__message .ja {
    font-size: 2rem;
  }
}
.l-static__about .sec-message .sec-ttl__message .en {
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .sec-ttl__message .en {
    font-size: 1.3rem;
  }
}
.l-static__about .sec-message .message-block {
  display: flex;
  gap: 8rem;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .message-block {
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
}
.l-static__about .sec-message .message-block figure {
  width: 47.6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .message-block figure {
    width: 100%;
  }
}
.l-static__about .sec-message .message-block .message_content {
  width: 100%;
}
.l-static__about .sec-message .message-block .message_content .txt {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .message-block .message_content .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
}
.l-static__about .sec-message .message-block .message_content .message_info {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-static__about .sec-message .message-block .message_content .message_info .label {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .message-block .message_content .message_info .label {
    font-size: 1.4rem;
  }
}
.l-static__about .sec-message .message-block .message_content .message_info .name {
  width: 22rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-message .message-block .message_content .message_info .name {
    width: 16rem;
  }
}
.l-static__about .sec-dialogue .dialogue-block {
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  position: relative;
}
.l-static__about .sec-dialogue .btn {
  position: absolute;
  bottom: -5rem;
  right: 5rem;
  width: 63rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn {
    width: 30rem;
    right: 0;
  }
}
.l-static__about .sec-dialogue .btn .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 63rem;
  width: 100%;
  padding: 2.3rem 3.5rem;
  background: #93328e;
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn .btn_link {
    flex-direction: column;
    padding: 1.8rem 2.3rem;
    gap: 2rem;
    align-items: stretch;
  }
}
.l-static__about .sec-dialogue .btn .btn_link .btn-ttl {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  gap: 0.8rem;
}
.l-static__about .sec-dialogue .btn .btn_link .btn-ttl .sub {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn .btn_link .btn-ttl .sub {
    font-size: 1.3rem;
  }
}
.l-static__about .sec-dialogue .btn .btn_link .btn-ttl .main {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn .btn_link .btn-ttl .main {
    font-size: 2rem;
  }
}
.l-static__about .sec-dialogue .btn .btn_link .btn-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn .btn_link .btn-item {
    justify-content: flex-end;
    gap: 1rem;
  }
}
.l-static__about .sec-dialogue .btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn .btn_link .btn_txt {
    transform: translateY(-0.1rem);
    font-size: 1.3rem;
  }
}
.l-static__about .sec-dialogue .btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .l-static__about .sec-dialogue .btn .btn_link .btn_icon {
    width: 0.85rem;
    height: 0.85rem;
  }
}
.l-static__about .sec-dialogue .btn .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%2393328e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.12s;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__about .sec-dialogue .btn .btn_link:hover {
    background: #a638a0;
  }
  .l-static__about .sec-dialogue .btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .l-static__about .sec-dialogue .btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}

.l-static__contact {
  background-color: #f5f6fa;
}
.l-static__contact a[href^="tel:"] {
  cursor: default;
}
@media (max-width: 767px) {
  .l-static__contact .page-info__wrap.row-box {
    flex-direction: column;
    gap: 3rem;
  }
}
.l-static__contact .static-wrap {
  background-color: #f5f6fa;
  padding-block: 0 10rem;
}
@media (max-width: 767px) {
  .l-static__contact .static-wrap {
    padding-block: 0 4rem;
  }
}
.l-static__contact .static-wrap #section03 {
  max-width: 128rem;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding-block: 6rem 0;
}
@media (max-width: 767px) {
  .l-static__contact .static-wrap #section03 {
    padding-block: 3.5rem 0;
  }
}
.l-static__contact .p-contact_info__text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
.l-static__contact .p-contact_info__tel {
  align-self: flex-end;
  flex-shrink: 0;
  max-width: 41rem;
  margin-bottom: 2rem;
  margin-right: 10rem;
}
@media (max-width: 767px) {
  .l-static__contact .p-contact_info__tel {
    margin: 0 auto 0 0;
    max-width: 29.3rem;
  }
}
.l-static__contact .p-contact_info__tel a {
  cursor: pointer;
}
.l-static__contact .p-contact_info__personal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  background: #f1f2f6;
  padding: 3.2rem 4rem;
  max-width: 107.2rem;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-static__contact .p-contact_info__personal {
    padding: 3rem 1.5rem;
    display: block;
    width: 90%;
  }
}
.l-static__contact .p-contact_info__personal .text-box__ttl {
  color: #93328e;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-static__contact .p-contact_info__personal .text-box__ttl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.l-static__contact .p-contact_info__personal .text-box__txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-static__contact .p-contact_info__personal .text-box__txt {
    font-size: 1.4rem;
  }
}
.l-static__contact .p-contact_info__personal .privacy_btn {
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-static__contact .p-contact_info__personal .privacy_btn {
    margin-top: 1.6rem;
  }
}
.l-static__contact .c-btn.privacy {
  width: 31rem;
  height: 6.2rem;
  border-radius: 0;
  border: 0.1rem solid #93328e;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: #111111;
  background: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .l-static__contact .c-btn.privacy {
    width: 100%;
    min-width: 0;
    gap: 0.8rem;
    height: 5.3rem;
  }
}
.l-static__contact .c-btn.privacy span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-static__contact .c-btn.privacy span {
    font-size: 1.4rem;
  }
}
.l-static__contact .c-btn.privacy .icon {
  width: 2.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-static__contact .c-btn.privacy .icon {
    width: 1.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-static__contact .c-btn.privacy:hover {
    background: #93328e;
    color: #fff;
  }
}
.l-static__contact .form_wrapper {
  background: #fff;
  padding: 6rem 4.5rem 10rem;
}
@media (max-width: 767px) {
  .l-static__contact .form_wrapper {
    padding: 2rem 1.2rem 3rem;
  }
}
.l-static__contact .p-form.js-fadeIn {
  transition: 1s 1s;
}
.l-static__contact .p-form__row {
  display: table;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.l-static__contact .p-form__th {
  position: relative;
  display: table-cell;
  width: 30%;
  padding-left: 60px;
  font-weight: bold;
  color: #222;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__th {
    position: static;
    display: block;
    width: 73%;
    padding-left: 0;
  }
}
.l-static__contact .p-form__th .sub_text {
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}
.l-static__contact .p-form__th .require {
  float: right;
  padding: 5px 8px;
  border-radius: 2px;
  border: 1px solid #e22c2c;
  font-size: 1.1rem;
  line-height: 1;
  color: #e22c2c;
}
.l-static__contact .p-form__td {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__td {
    width: 90%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.l-static__contact .p-form__td.wide {
  width: 95%;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__td.wide {
    width: 100%;
  }
}
.l-static__contact .p-form__td input,
.l-static__contact .p-form__td textarea,
.l-static__contact .p-form__td label {
  color: #111;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.l-static__contact .p-form__td input[type=checkbox] {
  margin-right: 7px;
}
.l-static__contact .p-form__td input[type=text],
.l-static__contact .p-form__td input[type=email] {
  width: 100%;
}
.l-static__contact .p-form__td input[type=text],
.l-static__contact .p-form__td input[type=email],
.l-static__contact .p-form__td textarea {
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #ccc;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.64rem 0.85rem;
}
.l-static__contact .p-form__td input[type=text]:focus,
.l-static__contact .p-form__td input[type=email]:focus,
.l-static__contact .p-form__td textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 0 3px #a5cdec inset;
  outline: 0;
}
.l-static__contact .p-form__td textarea {
  width: 95%;
  height: 130px;
}
.l-static__contact .p-form__td label {
  margin-right: 20px;
  display: flex;
  align-items: center;
  min-width: 24rem;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__td label {
    min-width: 100%;
    width: 100%;
  }
}
.l-static__contact .p-form__td label span {
  vertical-align: middle;
}
.l-static__contact #mailformpro {
  font-family: "Noto Sans JP", sans-serif;
}
.l-static__contact #mailformpro .p-form__foot.btn {
  display: flex;
  justify-content: center;
  margin: 4.5rem auto 4rem;
}
@media (max-width: 767px) {
  .l-static__contact #mailformpro .p-form__foot.btn {
    margin: 4rem auto;
  }
}
.l-static__contact #mailformpro .p-form__foot.btn .btn_link {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 26rem;
  width: 100%;
  height: 6.2rem;
  border-radius: 3.1rem;
  padding: 0 2.4rem;
  background: linear-gradient(90deg, #93328e 0%, #4f2a70 100%);
}
@media (max-width: 767px) {
  .l-static__contact #mailformpro .p-form__foot.btn .btn_link {
    max-width: 23.4rem;
    height: 5.6rem;
  }
}
.l-static__contact #mailformpro .p-form__foot.btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__contact #mailformpro .p-form__foot.btn .btn_link .btn_txt {
    font-size: 1.5rem;
    transform: translateY(-0.1rem);
  }
}
.l-static__contact #mailformpro .p-form__foot.btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .l-static__contact #mailformpro .p-form__foot.btn .btn_link .btn_icon {
    width: 1rem;
    height: 1rem;
  }
}
.l-static__contact #mailformpro .p-form__foot.btn .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%2393328e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.12s;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__contact #mailformpro .p-form__foot.btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .l-static__contact #mailformpro .p-form__foot.btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.l-static__contact #mfp_phase_confirm #mfp_phase_confirm_inner {
  text-align: center;
}
.l-static__contact #mfp_phase_confirm #mfp_phase_confirm_inner .p-form__row {
  text-align: left;
}
.l-static__contact #mfp_phase_confirm #mfp_phase_confirm_inner .p-form__row:first-of-type {
  padding-top: 15px;
}
.l-static__contact #mfp_phase_confirm .p-form__foot {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-static__contact #mfp_phase_confirm .p-form__foot {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
}
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send,
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_cancel {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 26rem;
  width: 100%;
  height: 6.2rem;
  border-radius: 3.1rem;
  padding: 0 2rem;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #93328e 0%, #4f2a70 100%);
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send,
  .l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_cancel {
    max-width: 23.4rem;
    height: 5.6rem;
    font-size: 1.5rem;
  }
}
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send span,
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_cancel span {
  display: inline-block;
}
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_cancel {
  order: 1;
  color: #111;
  background: #d7dbe4;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_cancel:hover {
    background: #ececf0;
  }
}
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send {
  order: 2;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #93328e, #4f2a70);
}
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #93328e, #93328e);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send:hover {
    opacity: 1;
  }
  .l-static__contact #mfp_phase_confirm .p-form__foot button#mfp_button_send:hover::after {
    opacity: 1;
  }
}
.l-static__contact .g-recaptcha {
  justify-content: center !important;
  margin-top: 2rem;
}
.l-static__contact .p-form__finish {
  max-width: 128rem;
  width: 90%;
  margin: 0 auto 8rem;
  padding: 6rem 5rem 7rem;
  background: #fff;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish {
    padding: 4rem 2rem;
  }
}
.l-static__contact .p-form__finish__ttl, .l-static__contact .p-form__finish__text, .l-static__contact .p-form__finish__cpname, .l-static__contact .p-form__finish__btn {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish {
    margin: 0 auto 3rem;
  }
}
.l-static__contact .p-form__finish__ttl {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  color: #93328e;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish__ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.l-static__contact .p-form__finish__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish__text {
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
}
.l-static__contact .p-form__finish__cpname {
  font-size: 1.6rem;
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish__cpname {
    font-size: 1.4rem;
  }
}
.l-static__contact .p-form__finish__btn {
  margin-top: 4rem;
}
.l-static__contact .p-form__finish__btn .btn_link {
  margin: 0 auto;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 26rem;
  width: 100%;
  height: 6.2rem;
  border-radius: 3.1rem;
  padding: 0 2.4rem;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish__btn .btn_link {
    max-width: 23.4rem;
    height: 5.6rem;
  }
}
.l-static__contact .p-form__finish__btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish__btn .btn_link .btn_txt {
    font-size: 1.5rem;
    transform: translateY(-0.1rem);
  }
}
.l-static__contact .p-form__finish__btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .l-static__contact .p-form__finish__btn .btn_link .btn_icon {
    width: 1rem;
    height: 1rem;
  }
}
.l-static__contact .p-form__finish__btn .btn_link .btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 32%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpolyline points='1,1 5,5 1,9' fill='none' stroke='%2393328e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.38, 0.11, 0.07, 1) 0.12s;
}
@media (hover: hover) and (pointer: fine) {
  .l-static__contact .p-form__finish__btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .l-static__contact .p-form__finish__btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.l-static__contact #mfp_confirm_table,
.l-static__contact #mfp_confirm_table * {
  font-family: "Noto Sans JP", sans-serif;
}
.l-static__contact .mfp_err {
  display: none;
  color: red;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
}
.l-static__contact #mfp_hidden,
.l-static__contact #mfp_phase_stat {
  display: none;
}/*# sourceMappingURL=static.css.map */