@charset "UTF-8";
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/avenir");
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;
  }
}
.front-page {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.front-page .sec-item {
  position: relative;
  z-index: 2;
}
.front-page .sec-item .info-box {
  margin-bottom: 5.5rem;
}
.front-page .sec-item .info-box .sec_ttl {
  display: flex;
  flex-direction: column;
  color: #93328e;
}
.front-page .sec-item .info-box .sec_ttl .ja {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-item .info-box .sec_ttl .ja {
    font-size: 1.5rem;
  }
}
.front-page .sec-item .info-box .sec_ttl .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) {
  .front-page .sec-item .info-box .sec_ttl .ja::before {
    width: 0.8rem;
    height: 0.8rem;
    left: -1.2rem;
    border-radius: 0 0.6rem 0 0.6rem;
  }
}
.front-page .sec-item .info-box .sec_ttl .en {
  font-size: 10.4rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .front-page .sec-item .info-box .sec_ttl .en {
    font-size: 6.4rem;
  }
}
.front-page .sec-item .info-box .sec_ttl .sub_txt1 {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 2rem 0 1.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-item .info-box .sec_ttl .sub_txt1 {
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem;
  }
}
.front-page .sec-item .info-box .sec_ttl .sub_txt2 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .front-page .sec-item .info-box .sec_ttl .sub_txt2 {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.front-page .sec-item .info-box__intro {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .front-page .sec-item .info-box__intro {
    margin-top: 3.4rem;
  }
}
.front-page .sec-item .info-box__intro .txt {
  font-size: 1.7rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .front-page .sec-item .info-box__intro .txt {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.8;
  }
}
.front-page .mv {
  position: relative;
  overflow: hidden;
  height: 100dvh;
}
.front-page .mv .splide,
.front-page .mv .splide__track,
.front-page .mv .splide__list,
.front-page .mv .splide__slide {
  height: 100%;
}
.front-page .mv .mv-slide {
  position: relative;
  width: 100%;
  height: 100%;
  --mv-col-width: 58.6%;
  --mv-left-bottom-local: 70.65%;
  --mv-right-top-local: 29.35%;
}
.front-page .mv .mv-slide__left, .front-page .mv .mv-slide__right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--mv-col-width);
  overflow: hidden;
}
.front-page .mv .mv-slide__left picture, .front-page .mv .mv-slide__right picture {
  display: block;
  width: 100%;
  height: 100%;
}
.front-page .mv .mv-slide__left img, .front-page .mv .mv-slide__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__left, .front-page .mv .mv-slide__right {
    width: 100%;
  }
}
.front-page .mv .mv-slide__left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, var(--mv-left-bottom-local) 100%, 0 100%);
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__left {
    height: 58.6%;
    bottom: auto;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 70.65%);
  }
}
.front-page .mv .mv-slide__right {
  right: 0;
  clip-path: polygon(var(--mv-right-top-local) 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__right {
    height: calc(58.6% + 2px);
    top: auto;
    left: 0;
    right: auto;
    clip-path: polygon(0 0, 100% 21.4%, 100% 100%, 0 100%);
  }
}
.front-page .mv .mv-slide__flow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(110deg, rgba(139, 2, 118, 0) 8%, rgba(139, 2, 118, 0.52) 34%, rgba(87, 30, 123, 0.44) 60%, rgba(87, 30, 123, 0) 92%);
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__flow {
    background: linear-gradient(180deg, rgba(139, 2, 118, 0) 8%, rgba(139, 2, 118, 0.52) 34%, rgba(87, 30, 123, 0.44) 60%, rgba(87, 30, 123, 0) 92%);
  }
}
.front-page .mv .mv-slide__left-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(-30deg, rgba(97, 13, 88, 0.522) 0%, rgba(68, 14, 62, 0.522) 100%);
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__left-mask {
    background: linear-gradient(180deg, rgba(97, 13, 88, 0.522) 0%, rgba(68, 14, 62, 0.522) 100%);
  }
}
.front-page .mv .mv-slide__right-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(-30deg, rgba(97, 13, 88, 0.522) 0%, rgba(68, 14, 62, 0.522) 100%);
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__right-mask {
    background: linear-gradient(180deg, rgba(97, 13, 88, 0.522) 0%, rgba(68, 14, 62, 0.522) 100%);
  }
}
.front-page .mv .mv-slide__headline {
  position: absolute;
  right: 8.2rem;
  top: 51%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__headline {
    right: 2.4rem;
    top: calc(22.27% + 1rem);
    gap: 1rem;
  }
}
.front-page .mv .mv-slide__word {
  font-family: "Avenir", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(0.4rem);
}
.front-page .mv .mv-slide__word .char {
  display: inline-block;
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__word {
    font-size: 1.8rem;
    transform: translateY(0.3rem);
  }
}
.front-page .mv .mv-slide__plus {
  width: 11.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .front-page .mv .mv-slide__plus {
    width: 7rem;
  }
}
.front-page .mv-purpose-stage {
  --mv-purpose-width: clamp(30rem, 35.8vw, 56rem);
  --mv-purpose-height: calc(var(--mv-purpose-width) * 172 / 483);
  --mv-purpose-bottom: 6rem;
  --mv-purpose-stop-offset: 13.7rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh + var(--mv-purpose-stop-offset) + var(--mv-purpose-height));
  pointer-events: none;
  z-index: 12;
}
@media (max-width: 767px) {
  .front-page .mv-purpose-stage {
    --mv-purpose-width: min(32rem, calc(100vw - 3.2rem));
    --mv-purpose-height: calc(var(--mv-purpose-width) * 114 / 320);
    --mv-purpose-bottom: 6rem;
    --mv-purpose-stop-offset: 8rem;
  }
}
.front-page .mv-purpose-clip {
  position: sticky;
  top: 0;
  height: 100dvh;
  margin-bottom: -100dvh;
  overflow: hidden;
  z-index: 9;
}
.front-page .mv-purpose {
  position: sticky;
  top: calc(100dvh - var(--mv-purpose-height) - var(--mv-purpose-bottom));
  left: 6.7rem;
  width: var(--mv-purpose-width);
  aspect-ratio: 483/172;
  z-index: 8;
  background-color: #93328e;
  -webkit-mask-image: url(../images/front-page/purpose.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/front-page/purpose.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media (max-width: 767px) {
  .front-page .mv-purpose {
    left: 1.6rem;
    aspect-ratio: 320/114;
  }
}
.front-page .mv-purpose--white {
  background-color: #fff;
  z-index: 9;
  position: absolute;
  top: calc(100dvh - var(--mv-purpose-height) - var(--mv-purpose-bottom));
}
.front-page .mv-purpose--purple {
  z-index: 8;
}
.front-page__service-mist {
  position: fixed;
  top: -20rem;
  right: max(-43rem, (100vw - 128rem) / 2 - 43rem);
  width: clamp(56rem, 64.55vw, 92.95rem);
  aspect-ratio: 1859/1579;
  pointer-events: none;
  z-index: 1;
  background: url(../images/front-page/bg-mist-01.png) no-repeat center/contain;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .front-page__service-mist {
    top: 0;
    right: -10rem;
    width: 28.4rem;
  }
}
.front-page .sec-message {
  background-image: url(../images/front-page/message_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100dvh;
  min-height: 80rem;
}
@media (max-width: 767px) {
  .front-page .sec-message {
    min-height: 84.4rem;
  }
}
.front-page .sec-message .inner {
  max-width: 138rem;
  width: 95%;
  margin: 0 auto;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .front-page .sec-message .inner {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 19rem;
  }
}
.front-page .sec-message .message-block {
  width: 54.55%;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block {
    width: 80%;
  }
}
.front-page .sec-message .message-block .main-txt {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block .main-txt {
    font-size: 2rem;
    line-height: 2;
  }
}
.front-page .sec-message .message-block .detail {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block .detail {
    font-size: 1.5rem;
  }
}
.front-page .sec-message .message-block .btn {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block .btn {
    margin-top: 4.6rem;
  }
}
.front-page .sec-message .message-block .btn .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;
}
.front-page .sec-message .message-block .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) {
  .front-page .sec-message .message-block .btn .btn_link .btn_txt {
    transform: translateY(-0.1rem);
  }
}
.front-page .sec-message .message-block .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) {
  .front-page .sec-message .message-block .btn .btn_link .btn_icon {
    width: 1rem;
    height: 1rem;
  }
}
.front-page .sec-message .message-block .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) {
  .front-page .sec-message .message-block .btn .btn_link:hover .btn_icon {
    transform: scale(2.84);
  }
  .front-page .sec-message .message-block .btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.front-page .sec-service {
  position: relative;
  padding-top: 9.7rem;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .front-page .sec-service {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.front-page .sec-service .inner {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
}
.front-page .sec-service .tab-area__btns {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__btns {
    gap: 0.3rem;
    margin-bottom: 3rem;
  }
}
.front-page .sec-service .tab-area__btns .btn {
  border-radius: 4rem;
  border: 0.1rem solid #92308d;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  line-height: 1;
  color: #93328e;
  cursor: pointer;
  max-width: 32rem;
  width: 100%;
  padding: 1.8rem 0.5rem 1.3rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__btns .btn {
    border-radius: 3rem;
    padding: 0;
    height: 6.2rem;
  }
}
.front-page .sec-service .tab-area__btns .btn .ja {
  font-size: 2.3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__btns .btn .ja {
    font-size: 1.4rem;
    text-align: center;
  }
}
.front-page .sec-service .tab-area__btns .btn .en {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__btns .btn .en {
    font-size: 1.2rem;
  }
}
.front-page .sec-service .tab-area__btns .btn.is-current {
  background-color: #a348a2;
  border-color: #93328e;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-service .tab-area__btns .btn:hover {
    background-color: #a348a2;
    border-color: #93328e;
    color: #fff;
  }
}
.front-page .sec-service .tab-area__contents {
  position: relative;
}
.front-page .sec-service .tab-area__contents .tab-item {
  display: none;
  opacity: 0;
}
.front-page .sec-service .tab-area__contents .tab-item.is-active {
  display: block;
  opacity: 1;
}
.front-page .sec-service .tab-area__contents .btn-block {
  margin: 4rem auto 0;
  text-align: right;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__contents .btn-block {
    text-align: center;
  }
}
.front-page .sec-service .tab-area__contents .btn-block__link {
  display: inline-block;
  border-radius: 3rem;
  color: #93328e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border: 0.1rem solid #93328e;
  padding: 1.5rem 3rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__contents .btn-block__link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-service .tab-area__contents .btn-block__link:hover {
    background-color: #93328e;
    color: #fff;
    opacity: 1;
  }
}
.front-page .sec-service .tab-area__outline {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__outline {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.front-page .sec-service .tab-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 0;
  counter-reset: tab-item;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__list {
    gap: 1rem;
  }
}
.front-page .sec-service .tab-area__item {
  width: calc(50% - 2rem);
  counter-increment: tab-item;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__item {
    width: 100%;
  }
}
.front-page .sec-service .tab-area__item .tab-area__link::before {
  content: counter(tab-item, decimal-leading-zero);
}
.front-page .sec-service .tab-area__link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 0.1rem solid #f5f6fa;
  position: relative;
  height: 100%;
  transition: border-color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-service .tab-area__link:hover {
    border-color: #93328e;
    opacity: 1;
  }
  .front-page .sec-service .tab-area__link:hover figure img {
    transform: scale(1.04);
  }
  .front-page .sec-service .tab-area__link:hover .link-info .more .arrow-icon {
    transform: scale(2.833);
  }
  .front-page .sec-service .tab-area__link:hover .link-info .more .arrow-icon::after {
    opacity: 1;
  }
}
.front-page .sec-service .tab-area__link::before {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  font-size: 16rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: #f9f6f9;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link::before {
    right: 0.7rem;
    font-size: 12.6rem;
  }
}
.front-page .sec-service .tab-area__link figure {
  display: block;
  flex-shrink: 0;
  aspect-ratio: 619.98/345.99;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.front-page .sec-service .tab-area__link figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.21, 0.1, 0.13, 1);
}
.front-page .sec-service .tab-area__link .link-info {
  padding: 3.5rem 5rem 4rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info {
    padding: 2.5rem 2rem 3rem;
  }
}
.front-page .sec-service .tab-area__link .link-info .ttl {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #93328e;
  margin-bottom: 1rem;
}
.front-page .sec-service .tab-area__link .link-info .ttl .ja {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info .ttl .ja {
    letter-spacing: 0.03em;
    font-size: 2.3rem;
  }
}
.front-page .sec-service .tab-area__link .link-info .ttl .en {
  font-size: 1.5rem;
  font-weight: 300;
  list-style: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info .ttl .en {
    letter-spacing: 0.02em;
    font-size: 1.3rem;
  }
}
.front-page .sec-service .tab-area__link .link-info .detail {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info .detail {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.front-page .sec-service .tab-area__link .link-info .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.7rem;
  margin-top: 1.5rem;
  margin-right: -1.5em;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info .more {
    gap: 1rem;
    margin-right: 0;
  }
}
.front-page .sec-service .tab-area__link .link-info .more .txt {
  color: #93328e;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info .more .txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-service .tab-area__link .link-info .more .arrow-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #93328e;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .front-page .sec-service .tab-area__link .link-info .more .arrow-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.front-page .sec-service .tab-area__link .link-info .more .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.12s;
}
.front-page .sec-mitoko {
  position: relative;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko {
    padding-bottom: 6rem;
  }
}
.front-page .sec-mitoko .inner {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 7rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .inner {
    flex-direction: column;
    gap: inherit;
  }
}
.front-page .sec-mitoko .info-box {
  width: 45rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .info-box {
    width: 100%;
  }
}
.front-page .sec-mitoko .info-box__btn {
  margin-top: 4.5rem;
}
.front-page .sec-mitoko .info-box__btn .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) {
  .front-page .sec-mitoko .info-box__btn .btn_link {
    max-width: 60%;
  }
}
.front-page .sec-mitoko .info-box__btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.front-page .sec-mitoko .info-box__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);
}
.front-page .sec-mitoko .info-box__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) {
  .front-page .sec-mitoko .info-box__btn .btn_link:hover .btn_icon {
    transform: scale(2.833);
  }
  .front-page .sec-mitoko .info-box__btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.front-page .sec-mitoko .mitoko-contents {
  margin-right: -3.5%;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents {
    margin-right: 0;
  }
}
.front-page .sec-mitoko .mitoko-contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
}
.front-page .sec-mitoko .mitoko-contents__item {
  width: 100%;
}
.front-page .sec-mitoko .mitoko-contents__item a {
  display: flex;
  gap: 6rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0.1rem solid #fff;
  padding: 1.6rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a {
    flex-direction: column;
    gap: 2rem;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 280.02/238.03;
  width: 28.02rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #eff2fb, #fcfdfe);
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a figure {
    width: 100%;
    aspect-ratio: 316.03/120.01;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f4effb, #fdfcfe);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.front-page .sec-mitoko .mitoko-contents__item a figure img {
  height: 9.4rem;
  width: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a figure img {
    height: 7.2rem;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a figure img.mitoko_item1 {
  height: 9.2rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a figure img.mitoko_item1 {
    height: 7.3rem;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a figure img.mitoko_item2 {
  height: 11.1rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a figure img.mitoko_item2 {
    height: 9.4rem;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a figure img.mitoko_item3 {
  height: 10.9rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a figure img.mitoko_item3 {
    height: 7.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-mitoko .mitoko-contents__item a:hover {
    border-color: #93328e;
    opacity: 1;
  }
  .front-page .sec-mitoko .mitoko-contents__item a:hover figure::after {
    opacity: 1;
  }
  .front-page .sec-mitoko .mitoko-contents__item a:hover .item-info .more .arrow-icon {
    transform: scale(2.45);
  }
  .front-page .sec-mitoko .mitoko-contents__item a:hover .item-info .more .arrow-icon::after {
    opacity: 1;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  height: 100%;
  width: 92%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a .item-info {
    width: 100%;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info .ttl {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a .item-info .ttl {
    margin-bottom: 0.8rem;
    padding-top: 0;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info .detail {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a .item-info .detail {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 0;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.7rem;
  padding-right: 0.5rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a .item-info .more {
    gap: 1.5rem;
    padding-right: 0;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info .more .txt {
  color: #93328e;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a .item-info .more .txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info .more .arrow-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #93328e;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .front-page .sec-mitoko .mitoko-contents__item a .item-info .more .arrow-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.front-page .sec-mitoko .mitoko-contents__item a .item-info .more .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.12s;
}
.front-page .sec-article {
  margin-bottom: 17rem;
}
@media (max-width: 767px) {
  .front-page .sec-article {
    margin-bottom: 8rem;
  }
}
.front-page .sec-article .inner {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
}
.front-page .sec-article .sec_ttl {
  color: #93328e;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .front-page .sec-article .sec_ttl {
    font-size: 2.3rem;
  }
}
.front-page .sec-article .article-list {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .front-page .sec-article .article-list {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.front-page .sec-article .article-item {
  width: calc(33.3333333333% - 1rem);
}
@media (max-width: 767px) {
  .front-page .sec-article .article-item {
    width: 100%;
  }
}
.front-page .sec-article .article-item .article_card {
  display: block;
}
.front-page .sec-article .article-item .article_card figure {
  aspect-ratio: 2/1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
.front-page .sec-article .article-item .article_card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.21, 0.1, 0.13, 1);
}
.front-page .sec-article .article-item .article_card .article-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.front-page .sec-article .article-item .article_card .article-info .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #9599a5;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-article .article-item .article_card .article-info .date {
    font-size: 1.3rem;
  }
}
.front-page .sec-article .article-item .article_card .article-info .article-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.front-page .sec-article .article-item .article_card .article-info .article-cat__item {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 1.2rem;
  background-color: #d2276b;
  padding: 0.3rem 1rem 0.4rem;
}
@media (max-width: 767px) {
  .front-page .sec-article .article-item .article_card .article-info .article-cat__item {
    font-size: 1.2rem;
  }
}
.front-page .sec-article .article-item .article_card .article-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .front-page .sec-article .article-item .article_card .article-ttl {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-article .article-item .article_card:hover {
    opacity: 1;
  }
  .front-page .sec-article .article-item .article_card:hover figure img {
    transform: scale(1.05);
  }
}
.front-page .sec-company {
  width: calc(100% - 60px);
  margin: 0 auto;
  background-color: #ad4d9f;
  overflow: hidden;
}
@media (max-width: 767px) {
  .front-page .sec-company {
    width: 100%;
  }
}
.front-page .sec-company .inner {
  position: relative;
  overflow: visible;
  max-width: 160rem;
  width: min(100%, 160rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 493fr) minmax(0, 640fr);
  -moz-column-gap: clamp(4rem, 8vw, 14.7rem);
       column-gap: clamp(4rem, 8vw, 14.7rem);
  align-items: center;
  padding: clamp(4rem, 4.7vw, 6rem) 0;
}
@media (max-width: 767px) {
  .front-page .sec-company .inner {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    padding: 6rem 2.4rem 6rem;
  }
}
.front-page .sec-company .company-mist {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate3d(0, 0, 0);
}
.front-page .sec-company .company-mist--02 {
  top: -1rem;
  left: 26rem;
  width: clamp(30rem, 29.97vw, 43.15rem);
  aspect-ratio: 863/971;
  background-image: url(../images/front-page/bg-mist-02.png);
}
@media (max-width: 767px) {
  .front-page .sec-company .company-mist--02 {
    width: 21.3rem;
    left: 2.2rem;
    top: 0rem;
  }
}
.front-page .sec-company .company-mist--03 {
  right: -9rem;
  bottom: 6rem;
  width: clamp(34rem, 35.83vw, 51.6rem);
  aspect-ratio: 1032/1160;
  background-image: url(../images/front-page/bg-mist-03.png);
}
@media (max-width: 767px) {
  .front-page .sec-company .company-mist--03 {
    width: 25.3rem;
    right: -2rem;
    bottom: 26rem;
  }
}
.front-page .sec-company .info-box {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  padding-left: clamp(9.6rem, 7.5vw, 10rem);
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box {
    display: contents;
    padding-left: 0;
  }
}
.front-page .sec-company .info-box .sec_ttl {
  color: #fff;
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box .sec_ttl {
    order: 1;
    position: relative;
    z-index: 2;
  }
}
.front-page .sec-company .info-box .sec_ttl .ja::before {
  background-color: #f1c3f2;
}
.front-page .sec-company .info-box .sec_ttl .en {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box__intro {
    order: 3;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
}
.front-page .sec-company .info-box__intro .txt {
  color: #fff;
  text-align: justify;
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box__intro .txt {
    line-height: 1.8;
  }
}
.front-page .sec-company .info-box__btn {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box__btn {
    order: 4;
    margin-top: 1.8rem;
    position: relative;
    z-index: 2;
  }
}
.front-page .sec-company .info-box__btn .btn_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 3rem 3rem 2rem;
  border-bottom: 0.1rem solid #BF85BC;
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box__btn .btn_link {
    padding: 2.4rem 1.4rem 2.4rem 0.8rem;
  }
}
.front-page .sec-company .info-box__btn .btn_link:first-of-type {
  border-top: 0.1rem solid #BF85BC;
}
.front-page .sec-company .info-box__btn .btn_link .btn_txt {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .front-page .sec-company .info-box__btn .btn_link .btn_txt {
    font-size: 1.6rem;
  }
}
.front-page .sec-company .info-box__btn .btn_link .btn_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  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) {
  .front-page .sec-company .info-box__btn .btn_link .btn_icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.front-page .sec-company .info-box__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) {
  .front-page .sec-company .info-box__btn .btn_link:hover {
    background: #ba55ab;
    opacity: 1;
  }
  .front-page .sec-company .info-box__btn .btn_link:hover .btn_icon {
    transform: scale(2.7);
  }
  .front-page .sec-company .info-box__btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.front-page .sec-company .company-block {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: 0;
  padding-right: clamp(7rem, 6.5vw, 7.5rem);
}
@media (max-width: 767px) {
  .front-page .sec-company .company-block {
    order: 2;
    width: 100%;
    transform: none;
    padding-right: 0;
  }
}
.front-page .sec-company .company-block figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640/770;
  width: 100%;
}
@media (max-width: 767px) {
  .front-page .sec-company .company-block figure {
    aspect-ratio: 640/420;
  }
}
.front-page .sec-company .company-block figure img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media (max-width: 767px) {
  .front-page .sec-company .company-block figure img {
    top: -15%;
    height: 130%;
  }
}
.front-page .sec-news {
  padding-top: 12rem;
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .front-page .sec-news {
    padding-top: 6rem;
    margin-bottom: 8rem;
  }
}
.front-page .sec-news .inner {
  position: relative;
  overflow: visible;
  max-width: 116rem;
  width: 90%;
  margin: 0 auto;
}
.front-page .sec-news .news-mist {
  position: absolute;
  top: -6rem;
  left: -20rem;
  width: clamp(34rem, 36.63vw, 52.75rem);
  aspect-ratio: 1055/896;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate3d(-33.333%, var(--news-mist-y, 0px), 0);
  will-change: transform;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-mist {
    width: 31.5rem;
    top: -4rem;
    left: -8.4rem;
    transform: translate3d(-24%, var(--news-mist-y, 0px), 0);
  }
}
.front-page .sec-news .news-mist--04 {
  background-image: url(../images/front-page/bg-mist-04.png);
}
.front-page .sec-news .sec-news__info,
.front-page .sec-news .news-block {
  position: relative;
  z-index: 1;
}
.front-page .sec-news .sec-news__info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4rem;
}
.front-page .sec-news .sec-news__info .sec_ttl {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-news__info .sec_ttl {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.front-page .sec-news .sec-news__info .sec_ttl .en {
  color: #93328e;
  font-size: 6.8rem;
  font-weight: 200;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-news__info .sec_ttl .en {
    font-size: 5.6rem;
  }
}
.front-page .sec-news .sec-news__info .sec_ttl .ja {
  color: #93328e;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-news__info .sec_ttl .ja {
    font-size: 1.5rem;
  }
}
.front-page .sec-news .sec-news__info .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.7rem;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-news .sec-news__info .more:hover {
    opacity: 1;
  }
  .front-page .sec-news .sec-news__info .more:hover .arrow-icon {
    transform: scale(2.3);
  }
  .front-page .sec-news .sec-news__info .more:hover .arrow-icon::after {
    opacity: 1;
  }
}
.front-page .sec-news .sec-news__info .more .txt {
  color: #93328e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-news__info .more .txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-news .sec-news__info .more .arrow-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #93328e;
  transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.07, 1);
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-news__info .more .arrow-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.front-page .sec-news .sec-news__info .more .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.12s;
}
.front-page .sec-news .news-block .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block .list {
    gap: 0.6rem;
  }
}
.front-page .sec-news .news-block .list .item .link {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 2rem 0;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block .list .item .link {
    display: block;
    padding: 1.4rem 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-news .news-block .list .item .link:hover {
    opacity: 1;
  }
  .front-page .sec-news .news-block .list .item .link:hover .news_ttl {
    color: #93328e;
  }
}
.front-page .sec-news .news-block .list .item .link .news_date {
  color: #8a8e9b;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  width: 16.2rem;
  flex-shrink: 0;
  line-height: 1;
  padding-left: 4.2rem;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block .list .item .link .news_date {
    font-size: 1.3rem;
    width: auto;
    padding-left: 0;
    margin-bottom: 0.8rem;
  }
}
.front-page .sec-news .news-block .list .item .link .news_ttl {
  font-size: 1.7rem;
  line-height: 2.4;
  border-left: 0.1rem solid #ddd;
  padding: 0 3.5rem 0 4rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block .list .item .link .news_ttl {
    font-size: 1.3rem;
    line-height: 1.7;
    border-left: 0;
    padding: 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.front-page .sec-news .news-block .banner-box {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block .banner-box {
    margin-top: 4rem;
  }
}
.front-page .sec-news .news-block .banner-box a {
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-news .news-block .banner-box a:hover {
    opacity: 0.8;
  }
}
.front-page .sec-recruit {
  margin: 0 auto 12.6rem;
  position: static;
  z-index: auto;
}
@media (max-width: 767px) {
  .front-page .sec-recruit {
    margin: 0 auto 26.4rem;
  }
}
.front-page .sec-recruit .inner {
  margin: 0 auto;
  position: relative;
  max-width: 153.6rem;
  width: 100%;
  padding-bottom: 6rem;
}
.front-page .sec-recruit .info-box {
  width: calc(52rem + 2%);
  margin: 0 auto;
  padding-top: 25.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .info-box {
    width: 80%;
    padding-top: 15rem;
    padding-right: 0;
  }
}
.front-page .sec-recruit .info-box .sec_ttl .en {
  font-size: 15.523rem;
  line-height: 1;
  letter-spacing: 0;
  margin-left: -0.09em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .info-box .sec_ttl .en {
    font-size: 7.6rem;
  }
}
.front-page .sec-recruit .info-box__intro {
  margin-top: 2rem;
}
.front-page .sec-recruit .info-box__intro .txt {
  line-height: 2;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .info-box__intro .txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
.front-page .sec-recruit .info-box__btn {
  margin-top: 4.5rem;
}
.front-page .sec-recruit .info-box__btn .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;
}
.front-page .sec-recruit .info-box__btn .btn_link .btn_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.front-page .sec-recruit .info-box__btn .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;
}
.front-page .sec-recruit .info-box__btn .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;
}
.front-page .sec-recruit .info-box__btn .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) {
  .front-page .sec-recruit .info-box__btn .btn_link:hover .btn_icon::before {
    transform: translate(-50%, -50%) scale(2.833);
    background-color: #fff;
  }
  .front-page .sec-recruit .info-box__btn .btn_link:hover .btn_icon::after {
    opacity: 1;
  }
}
.front-page .sec-recruit .recruit-block .recruit-rect {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  will-change: transform;
}
.front-page .sec-recruit .recruit-block .recruit-rect--01 {
  top: 0rem;
  right: 18rem;
  width: clamp(5rem, 5.28vw, 7.6rem);
  aspect-ratio: 152/152;
  background-image: url(../images/front-page/bg-rect-01.png);
  transform: translate3d(0, var(--recruit-r1-y, 0px), 0);
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-rect--01 {
    right: 3rem;
  }
}
.front-page .sec-recruit .recruit-block .recruit-rect--02 {
  top: 43rem;
  left: 18rem;
  width: clamp(7rem, 8.06vw, 11.6rem);
  aspect-ratio: 232/170;
  background-image: url(../images/front-page/bg-rect-02.png);
  transform: translate3d(0, var(--recruit-r2-y, 0px), 0);
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-rect--02 {
    top: 50rem;
    left: 0rem;
  }
}
.front-page .sec-recruit .recruit-block .recruit-rect--03 {
  right: 28rem;
  bottom: -2rem;
  width: clamp(9.5rem, 11.32vw, 16.3rem);
  aspect-ratio: 326/232;
  background-image: url(../images/front-page/bg-rect-03.png);
  transform: translate3d(0, var(--recruit-r3-y, 0px), 0);
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-rect--03 {
    right: 14rem;
    bottom: -11rem;
  }
}
.front-page .sec-recruit .recruit-block figure {
  position: absolute;
  will-change: transform;
}
.front-page .sec-recruit .recruit-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .sec-recruit .recruit-block figure.photo_item1 {
  transform: translate3d(var(--recruit-p1-x, 0px), var(--recruit-p1-y, 0px), 0);
  aspect-ratio: 456/312;
  width: 29.688%;
  top: 2.9vw;
  left: -0.284%;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block figure.photo_item1 {
    width: 42%;
  }
}
.front-page .sec-recruit .recruit-block figure.photo_item1::after {
  content: "";
  position: absolute;
  top: 1vw;
  right: -3.4%;
  width: 100%;
  height: 100%;
  aspect-ratio: 456/312;
  border: 0.1rem solid #93328e;
  transform: translate3d(0, var(--recruit-p1-line-y, 0px), 0);
  will-change: transform;
}
.front-page .sec-recruit .recruit-block figure.photo_item2 {
  transform: translate3d(var(--recruit-p2-x, 0px), var(--recruit-p2-y, 0px), 0);
  aspect-ratio: 274.03/209.99;
  width: 17.839%;
  bottom: 3vw;
  left: 1.953%;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block figure.photo_item2 {
    width: 39%;
    bottom: -30vw;
  }
}
.front-page .sec-recruit .recruit-block figure.photo_item2::before {
  content: "";
  position: absolute;
  top: 0.6vw;
  left: -6.4%;
  width: 100%;
  height: 100%;
  aspect-ratio: 274.03/209.99;
  border: 0.1rem solid #93328e;
  z-index: -1;
  transform: translate3d(0, var(--recruit-p2-line-y, 0px), 0);
  will-change: transform;
}
.front-page .sec-recruit .recruit-block figure.photo_item3 {
  transform: translate3d(var(--recruit-p3-x, 0px), var(--recruit-p3-y, 0px), 0);
  aspect-ratio: 227.98/153.99;
  width: 14.843%;
  top: 0;
  right: 26.042%;
  z-index: 1;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block figure.photo_item3 {
    width: 25.64%;
  }
}
.front-page .sec-recruit .recruit-block figure.photo_item4 {
  transform: translate3d(var(--recruit-p4-x, 0px), var(--recruit-p4-y, 0px), 0);
  aspect-ratio: 339.99/264.01;
  width: 22.136%;
  top: 6.51vw;
  right: 5.208%;
  z-index: 0;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block figure.photo_item4 {
    width: 25.64%;
    top: 22vw;
    right: 2.2%;
  }
}
.front-page .sec-recruit .recruit-block figure.photo_item4::before {
  content: "";
  position: absolute;
  top: 1.6vw;
  right: -7.5%;
  width: 100%;
  height: 100%;
  aspect-ratio: 339.99/264.01;
  border: 0.1rem solid #93328e;
  z-index: -1;
  transform: translate3d(0, var(--recruit-p4-line-y, 0px), 0);
  will-change: transform;
}
.front-page .sec-recruit .recruit-block figure.photo_item5 {
  transform: translate3d(var(--recruit-p5-x, 0px), var(--recruit-p5-y, 0px), 0);
  aspect-ratio: 420/310.01;
  width: 27.344%;
  bottom: 0;
  right: -0.781%;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block figure.photo_item5 {
    width: 48.7%;
    bottom: -8.1rem;
  }
}

.ha-splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 50%, #ffffff 0%, #f2f3f8 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.ha-splash__logo {
  width: min(40rem, 100vw - 6rem);
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media (max-width: 767px) {
  .ha-splash__logo {
    width: 70%;
  }
}

.ha-splash.is-active .ha-splash__logo {
  opacity: 1;
  transform: translateY(0);
}

.ha-splash.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ha-splash.is-done {
  display: none;
}/*# sourceMappingURL=style.css.map */