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

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: 0.698vw;
}
html.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  color: #000000;
  background-color: #fff;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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;
  }
}

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

.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: #000000;
  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;
  }
}

/*ヘッダー*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: transparent;
}
.header .wrap {
  height: 10rem;
  padding: 0 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .header .wrap {
    height: 7rem;
    padding: 1rem 1.5rem;
  }
}
.header .logo-box {
  max-width: 20rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .header .logo-box {
    height: 5rem;
    flex-shrink: 0;
  }
}
.header .logo-box img {
  width: auto;
  height: 100%;
}
.header .navbtn-box {
  display: flex;
}
.header .navbtn-box .navbtn-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navbtn-box .navbtn-item .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1rem 2rem;
  height: 7rem;
  transition: color 0.35s ease;
}
@media (max-width: 767px) {
  .header .navbtn-box .navbtn-item .item {
    height: 5rem;
    padding: 1rem 1rem;
  }
}
.header .navbtn-box .navbtn-item .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: inherit;
}
.header .navbtn-box .navbtn-item .item span, .header .navbtn-box .navbtn-item .item .line, .header .navbtn-box .navbtn-item .item .txt {
  position: relative;
  z-index: 1;
}
.header .navbtn-box .navbtn-item .item.lb {
  background-color: #00C9E8;
  width: 15rem;
}
@media (max-width: 767px) {
  .header .navbtn-box .navbtn-item .item.lb {
    width: 10rem;
  }
}
.header .navbtn-box .navbtn-item .item.lb span {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .header .navbtn-box .navbtn-item .item.lb span {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .navbtn-box .navbtn-item .item.lb:hover {
    color: #00C9E8;
  }
  .header .navbtn-box .navbtn-item .item.lb:hover::before {
    transform: scaleX(1);
  }
}
.header .navbtn-box .navbtn-item .item.b {
  flex-direction: column;
  gap: 1rem;
  background-color: #0077C6;
  width: 8rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .navbtn-box .navbtn-item .item.b {
    width: 6rem;
    gap: 0.5rem;
  }
}
.header .navbtn-box .navbtn-item .item.b .line {
  height: 1rem;
  width: 4rem;
  border-top: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  transition: border-color 0.35s ease;
}
@media (max-width: 767px) {
  .header .navbtn-box .navbtn-item .item.b .line {
    width: 3rem;
    height: 0.8rem;
  }
}
.header .navbtn-box .navbtn-item .item.b .txt {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .header .navbtn-box .navbtn-item .item.b .txt {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .navbtn-box .navbtn-item .item.b:hover {
    color: #0077C6;
  }
  .header .navbtn-box .navbtn-item .item.b:hover::before {
    transform: scaleX(1);
  }
  .header .navbtn-box .navbtn-item .item.b:hover .line {
    border-top-color: #0077C6;
    border-bottom-color: #0077C6;
  }
}

/*ナビゲーション ドロワー*/
.nav-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.15rem solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .nav-drawer__close:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #fff;
  }
}
@media (max-width: 767px) {
  .nav-drawer__close {
    width: 4rem;
    height: 4rem;
  }
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 50rem;
  height: 100dvh;
  background-color: rgba(0, 119, 198, 0.95);
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .nav-drawer {
    width: 90%;
  }
}
.nav-drawer.is-open {
  transform: translateX(0);
}
.nav-drawer__inner {
  padding: 9rem 0 9rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-height: 100%;
}
@media (max-width: 767px) {
  .nav-drawer__inner {
    padding: 7rem 0 6rem 4rem;
  }
}
.nav-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.nav-drawer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav-drawer__category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-drawer__category .--large-en {
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .nav-drawer__category .--large-en {
    font-size: 2rem;
  }
}
.nav-drawer__category .--sub-ja {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.12px;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .nav-drawer__category .--sub-ja {
    font-size: 1.1rem;
  }
}
.nav-drawer__sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nav-drawer__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  transition: opacity 0.2s ease;
}
.nav-drawer__link .nav-arrow {
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .nav-drawer__link:hover {
    opacity: 0.7;
  }
  .nav-drawer__link:hover .nav-arrow {
    transform: translateX(0.4rem);
  }
}
.nav-drawer__link.--large-ja {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .nav-drawer__link.--large-ja {
    font-size: 1.8rem;
  }
}
.nav-drawer__link.--large-en {
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .nav-drawer__link.--large-en {
    font-size: 2.3rem;
  }
}
.nav-drawer__link.--small {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .nav-drawer__link.--small {
    font-size: 1.4rem;
  }
}
.nav-drawer .nav-arrow {
  flex-shrink: 0;
}
.nav-drawer__btns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: auto;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .nav-drawer__btns {
    padding-right: 4rem;
  }
}
.nav-drawer__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 31rem;
  height: 5.1rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  color: #fff;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.35s ease;
}
.nav-drawer__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0.3rem;
}
.nav-drawer__btn span, .nav-drawer__btn .nav-arrow {
  position: relative;
  z-index: 1;
}
.nav-drawer__btn .nav-arrow {
  transition: transform 0.25s ease, color 0.35s ease;
}
@media (max-width: 767px) {
  .nav-drawer__btn {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-drawer__btn:hover {
    color: #0077C6;
  }
  .nav-drawer__btn:hover::before {
    transform: scaleX(1);
  }
  .nav-drawer__btn:hover .nav-arrow {
    transform: translateX(0.4rem);
  }
}
.nav-drawer__btn.--recruit {
  background-color: #00C9E8;
}
.nav-drawer__btn.--contact {
  border: 0.1rem solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

/*フッター*/
.footer {
  background-color: #e6f5ff;
  overflow: hidden;
}
.footer .inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 8rem;
}
@media (max-width: 767px) {
  .footer .inner {
    padding: 3rem 0 4rem;
  }
}
.footer .f-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem 6rem;
}
@media (max-width: 767px) {
  .footer .f-nav {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.footer .parent-item {
  color: #0077C6;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .footer .parent-item {
    font-size: 1.6rem;
  }
}
.footer a.parent-item {
  position: relative;
}
.footer a.parent-item::after {
  content: "";
  width: 0;
  height: 0.15rem;
  background-color: #0077C6;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer a.parent-item:hover::after {
    width: 100%;
  }
}
.footer .child-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .footer .child-list {
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
}
.footer .child-list__item a {
  color: #000000;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.14px;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .footer .child-list__item a {
    font-size: 1.3rem;
  }
}
.footer .child-list__item a::before {
  content: "";
  height: 0.1rem;
  width: 1rem;
  margin-top: 0.8em;
  background-color: #000;
  display: block;
}
@media (max-width: 767px) {
  .footer .child-list__item a::before {
    width: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer .child-list__item a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .footer .cat-box {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.footer .cat-box .link {
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 3rem;
  transition: all 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .cat-box .link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .footer .cat-box .link {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.footer .cat-box .btn {
  background-color: #0077C6;
  border-radius: 10rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 2rem 0 5rem;
  line-height: 1;
  height: 4rem;
  width: 19.7rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .cat-box .btn {
    height: 5rem;
    width: 23.7rem;
  }
}
.footer .cat-box .btn span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15px;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .footer .cat-box .btn span {
    font-size: 1.8rem;
  }
}
.footer .cat-box .btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .footer .cat-box .btn .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer .cat-box .btn:hover .icon {
    transform: translateX(0.4rem);
  }
}
.footer .copyright {
  background-color: #0077C6;
  padding: 1rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding: 0.8rem;
  }
}
.footer .copyright p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}

.lower-page footer .inner {
  position: relative;
  padding-top: 8rem;
}
.lower-page footer .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0077C6 50%, #00C9E8 50%);
}

/*下層 ページタイトル+コンテンツ*/
.lower-page {
  background-color: #e6f5ff;
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .lower-page {
    padding-top: 7rem;
    overflow: hidden;
  }
}
.lower-page + .footer .inner {
  position: relative;
  padding: 6rem 0 4rem;
}
.lower-page + .footer .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0077C6 50%, #00C9E8 50%);
}
.lower-page .page-body {
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .lower-page .page-body {
    padding-bottom: 8rem;
  }
}
.lower-page .page-info {
  position: relative;
}
.lower-page .page-info .foam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.lower-page .page-info .foam-box .foam-svg {
  position: absolute;
  aspect-ratio: 1/1;
}
.lower-page .page-info .foam-box .foam-svg.foam1 {
  width: 8.9rem;
  height: 8.9rem;
  left: 5.8rem;
  top: 3rem;
}
@media (max-width: 767px) {
  .lower-page .page-info .foam-box .foam-svg.foam1 {
    width: 4.3rem;
    height: 4.3rem;
    left: -1.2rem;
    top: 0;
  }
}
.lower-page .page-info .foam-box .foam-svg.foam2 {
  width: 17.3rem;
  height: 17.3rem;
  left: 20.8rem;
  bottom: -3rem;
}
@media (max-width: 767px) {
  .lower-page .page-info .foam-box .foam-svg.foam2 {
    width: 9.1rem;
    height: 9.1rem;
    left: -1.2rem;
    bottom: -1.5rem;
  }
}
.lower-page .page-info .foam-box .foam-svg.foam3 {
  width: 10.1rem;
  height: 10.1rem;
  left: 48rem;
  bottom: -5.5rem;
}
@media (max-width: 767px) {
  .lower-page .page-info .foam-box .foam-svg.foam3 {
    width: 5.4rem;
    height: 5.4rem;
    left: 13rem;
    bottom: -2rem;
  }
}
.lower-page .page-info .foam-box .foam-svg.foam4 {
  width: 16.4rem;
  height: 16.4rem;
  right: 45.5rem;
  top: -5rem;
}
@media (max-width: 767px) {
  .lower-page .page-info .foam-box .foam-svg.foam4 {
    width: 5.8rem;
    height: 5.8rem;
    right: 9rem;
    top: 0rem;
  }
}
.lower-page .page-info .foam-box .foam-svg.foam5 {
  width: 10.8rem;
  height: 10.8rem;
  right: 28.6rem;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .lower-page .page-info .foam-box .foam-svg.foam5 {
    width: 4.8rem;
    height: 4.8rem;
    right: 5rem;
    bottom: 0rem;
  }
}
.lower-page .page-info .foam-box .foam-svg.foam6 {
  width: 9.8rem;
  height: 9.8rem;
  right: 7.6rem;
  bottom: 7rem;
}
@media (max-width: 767px) {
  .lower-page .page-info .foam-box .foam-svg.foam6 {
    width: 5.8rem;
    height: 5.8rem;
    right: -2rem;
    bottom: 2rem;
  }
}
.lower-page .page-info__inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 6.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .lower-page .page-info__inner {
    padding: 4rem 0 3.5rem;
  }
}
.lower-page .page-info__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #0077C6 50%, #00C9E8 50%);
}
.lower-page .page-info__inner .page-info__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #0077C6;
}
@media (max-width: 767px) {
  .lower-page .page-info__inner .page-info__ttl {
    gap: 0.5rem;
  }
}
.lower-page .page-info__inner .page-info__ttl .en_txt {
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-page .page-info__inner .page-info__ttl .en_txt {
    font-size: 3.2rem;
    letter-spacing: 5px;
  }
}
.lower-page .page-info__inner .page-info__ttl .ja_txt {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-page .page-info__inner .page-info__ttl .ja_txt {
    font-size: 1.6rem;
  }
}

/*パンくず*/
.breadcrumb {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto 8rem;
  padding: 1rem 0 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 0 auto 4rem;
  }
}
.breadcrumb .breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.breadcrumb .breadcrumb_list_item {
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.breadcrumb .breadcrumb_list_item:not(:last-child)::after {
  content: ">";
  margin-top: -0.18rem;
}

/*下層 セクションタイトル*/
.lower-page .sec-info {
  margin-bottom: 3rem;
}
.lower-page .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lower-page .sec-info .sec-ttl .en-txt {
  position: relative;
  color: #0077C6;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .lower-page .sec-info .sec-ttl .en-txt {
    font-size: 1.4rem;
  }
}
.lower-page .sec-info .sec-ttl .en-txt::before {
  content: "";
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #00C9E8;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .lower-page .sec-info .sec-ttl .en-txt::before {
    width: 1rem;
    height: 1rem;
  }
}
.lower-page .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.38px;
}
@media (max-width: 767px) {
  .lower-page .sec-info .sec-ttl .ja-txt {
    font-size: 2.4rem;
  }
}

/*下層 RECRUIT INFO*/
.sec-recruit-info {
  position: relative;
}
.sec-recruit-info::before {
  content: "";
  width: 100%;
  height: calc(100% - 3em);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec-recruit-info::before {
    height: calc(100% - 1.5em);
  }
}
.sec-recruit-info .sec-inner {
  max-width: 120rem;
  width: 90%;
  padding-bottom: 8rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec-recruit-info .sec-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .sec-recruit-info .sec-info {
    margin-bottom: 3rem;
  }
}
.sec-recruit-info .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.sec-recruit-info .sec-info .sec-ttl .en-txt {
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec-recruit-info .sec-info .sec-ttl .en-txt {
    letter-spacing: 2px;
    font-size: 3.8rem;
  }
}
.sec-recruit-info .sec-info .sec-ttl .en-txt::before {
  content: none;
}
.sec-recruit-info .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .sec-recruit-info .sec-info .sec-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.sec-recruit-info .sec-info .sec-intro {
  margin-top: 4rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sec-recruit-info .sec-info .sec-intro {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}
.sec-recruit-info .recruit-btn-block {
  max-width: 80rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec-recruit-info .recruit-btn-block {
    height: 17rem;
  }
}
.sec-recruit-info .recruit-btn-block .btn-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1.5rem;
  border: 0.2rem solid #0077C6;
  background-color: #fff;
  padding: 4rem 4.5rem 3.5rem 3.5rem;
  color: #0077C6;
  transition: color 0.4s ease;
}
@media (max-width: 767px) {
  .sec-recruit-info .recruit-btn-block .btn-box {
    padding: 3rem 2.5rem;
    border-radius: 0.8rem;
    gap: 2rem;
  }
}
.sec-recruit-info .recruit-btn-block .btn-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0077C6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0.3rem;
}
.sec-recruit-info .recruit-btn-block .btn-box .box-info, .sec-recruit-info .recruit-btn-block .btn-box .arrow-icon {
  position: relative;
  z-index: 1;
}
.sec-recruit-info .recruit-btn-block .btn-box .arrow-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .sec-recruit-info .recruit-btn-block .btn-box .arrow-icon {
    width: 2rem;
    height: auto;
    aspect-ratio: 37/32;
  }
}
.sec-recruit-info .recruit-btn-block .btn-box .box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sec-recruit-info .recruit-btn-block .btn-box .box-info .block-ttl {
  font-size: 3.6rem;
  letter-spacing: 0.36px;
  line-height: 1;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .sec-recruit-info .recruit-btn-block .btn-box .box-info .block-ttl {
    font-size: 2.4rem;
  }
}
.sec-recruit-info .recruit-btn-block .btn-box .box-info .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.16px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .sec-recruit-info .recruit-btn-block .btn-box .box-info .txt {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec-recruit-info .recruit-btn-block .btn-box:hover {
    color: #fff;
  }
  .sec-recruit-info .recruit-btn-block .btn-box:hover .block-ttl {
    color: #fff;
  }
  .sec-recruit-info .recruit-btn-block .btn-box:hover::before {
    transform: scaleX(1);
  }
  .sec-recruit-info .recruit-btn-block .btn-box:hover .arrow-icon {
    transform: translateX(0.6rem);
  }
}

/*下層 追従サイドメニュー*/
.sticky-contents {
  position: relative;
}
.sticky-contents .side_navBox {
  padding-bottom: 10rem;
  width: 18rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sticky-contents .side_navBox {
    display: none;
  }
}
.sticky-contents .side_navBox .side_navBox_wrap {
  position: sticky;
  top: 20rem;
}
@media (max-width: 767px) {
  .sticky-contents .side_navBox .side_navBox_wrap {
    padding: 10rem 2.8rem !important;
  }
}
.sticky-contents .side_navBox .side_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sticky-contents .side_navBox .side_list_item .item_link {
  border-radius: 10rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.48;
  letter-spacing: 0.18px;
  padding: 1rem;
  transition: all 0.35s ease;
}
.sticky-contents .side_navBox .side_list_item .item_link.is-current {
  background-color: #0077C6;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .sticky-contents .side_navBox .side_list_item .item_link:hover {
    background-color: rgba(0, 119, 198, 0.2);
  }
  .sticky-contents .side_navBox .side_list_item .item_link:hover.is-current {
    background-color: #0077C6;
    opacity: 0.8;
  }
}

/*アニメーション*/
@keyframes slideUpMasked {
  to {
    transform: translateY(0);
    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;
}

.in-back {
  opacity: 0.8;
}

.ani-circle {
  opacity: 0;
  filter: blur(14px);
  transition: opacity 0.9s ease-out, filter 1.1s ease-out;
}
.ani-circle.show {
  opacity: 1;
  filter: blur(0);
}

.btn-ani {
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
}
.btn-ani::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateX(-101%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.btn-ani > * {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn-ani:hover {
    color: #0077C6;
  }
  .btn-ani:hover::before {
    transform: translateX(0);
  }
  .btn-ani:hover span {
    color: #0077C6 !important;
    transition: all 0.35s ease;
  }
  .btn-ani:hover svg path {
    fill: #0077C6;
    transition: stroke 0.35s ease, fill 0.35s ease;
  }
}

.ani-ttl {
  opacity: 0;
  filter: blur(8px) saturate(0.4);
  transform: scale(1.015);
  transition: opacity 0.7s ease-out, filter 0.9s ease-out, transform 0.7s ease-out;
}
.ani-ttl.show {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: scale(1);
}

@keyframes float-1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}
@keyframes float-2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}
@keyframes float-3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
/*実績モーダル*/
.achievement-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.achievement-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}
.achievement-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.achievement-modal__container {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 102rem;
}
.achievement-modal__frame {
  background: #fff;
  width: 100%;
  max-height: 90dvh;
  overflow-y: auto;
  scrollbar-width: none;
}
.achievement-modal__frame::-webkit-scrollbar {
  display: none;
}
.achievement-modal__frame {
  border-radius: 2rem;
  padding: 4rem;
  transform: translateY(2rem);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .achievement-modal__frame {
    padding: 3rem 2rem;
    border-radius: 1rem;
    max-height: 80dvh;
  }
}
.achievement-modal.is-open .achievement-modal__frame {
  transform: translateY(0);
}
.achievement-modal__close {
  position: absolute;
  top: 0;
  right: -4.5rem;
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.achievement-modal__close::before, .achievement-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8rem;
  height: 0.2rem;
  background: #fff;
}
.achievement-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.achievement-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .achievement-modal__close:hover::before, .achievement-modal__close:hover::after {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .achievement-modal__close {
    top: -4.5rem;
    right: 0;
  }
}
.achievement-modal__body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .achievement-modal__body {
    flex-direction: column;
  }
}
.achievement-modal__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.achievement-modal__title {
  display: flex;
  flex-direction: column;
}
.achievement-modal__proj-name {
  font-size: 3.2rem;
  font-weight: 500;
  color: #0077C6;
  line-height: 1.48;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .achievement-modal__proj-name {
    font-size: 2rem;
  }
}
.achievement-modal__building {
  font-size: 1.6rem;
  font-weight: 400;
  color: #0077C6;
  line-height: 1.48;
  letter-spacing: 0.01em;
}
.achievement-modal__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.achievement-modal__sec-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  color: #0077C6;
  line-height: 1.48;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .achievement-modal__sec-ttl {
    font-size: 2rem;
  }
}
.achievement-modal__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.achievement-modal__list li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.18px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.achievement-modal__list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0.6em 0.5em 0;
}
@media (max-width: 767px) {
  .achievement-modal__list li {
    font-size: 1.5rem;
  }
}
.achievement-modal__specs {
  display: flex;
  flex-direction: column;
  border-bottom: 0.1rem solid #757575;
}
.achievement-modal__spec-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  border-top: 0.1rem solid #757575;
  min-height: 4rem;
}
.achievement-modal__spec-row dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.48;
  min-width: 12rem;
  width: 12rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .achievement-modal__spec-row dt {
    font-size: 1.4rem;
    min-width: 9rem;
    width: 9rem;
  }
}
.achievement-modal__spec-row dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.48;
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .achievement-modal__spec-row dd {
    font-size: 1.4rem;
  }
}
.achievement-modal__schedule {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.achievement-modal__schedule-row {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
.achievement-modal__schedule-date {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  flex-shrink: 0;
  min-width: 12rem;
}
@media (max-width: 767px) {
  .achievement-modal__schedule-date {
    font-size: 1.3rem;
    min-width: 9rem;
  }
}
.achievement-modal__schedule-event {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .achievement-modal__schedule-event {
    font-size: 1.3rem;
  }
}
.achievement-modal__roles-note {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #757575;
}
@media (max-width: 767px) {
  .achievement-modal__roles-note {
    font-size: 1.2rem;
  }
}
.achievement-modal__photos {
  flex-shrink: 0;
  width: 36rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .achievement-modal__photos {
    width: 100%;
  }
}
.achievement-modal__photo {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #e6f5ff;
}
.achievement-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page {
  position: relative;
  overflow: clip;
}
@keyframes mv-zoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mv-char-in {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes mv-dash-in {
  from {
    opacity: 0;
    transform: translateY(0.3rem);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(-1.2rem);
    filter: blur(0);
  }
}
@keyframes mv-sub-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@media (max-width: 767px) {
  @keyframes mv-char-in {
    from {
      opacity: 0;
      transform: translateY(1.2rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes mv-dash-in {
    from {
      opacity: 0;
      transform: translateY(0.3rem);
    }
    to {
      opacity: 1;
      transform: translateY(-1.2rem);
    }
  }
  @keyframes mv-sub-in {
    from {
      opacity: 0;
      transform: translateY(1rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.front-page .mv {
  overflow: hidden;
  position: relative;
  height: 100svh;
}
@media (max-width: 767px) {
  .front-page .mv {
    height: 80svh;
  }
}
.front-page .mv .mv-catch {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .front-page .mv .mv-catch {
    top: auto;
    bottom: 5rem;
    transform: translateX(-50%);
  }
}
.front-page .mv .mv-catch__main {
  font-size: 20rem;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 20px;
}
@media (max-width: 767px) {
  .front-page .mv .mv-catch__main {
    font-size: 5.5rem;
    font-weight: 300;
    letter-spacing: 6px;
  }
}
.front-page .mv .mv-catch__main .mv-char {
  display: inline-block;
  opacity: 0;
  animation: mv-char-in 0.9s ease-out both;
}
.front-page .mv .mv-catch__main .mv-char.mv-dash {
  animation: mv-dash-in 0.9s ease-out both;
}
.front-page .mv .mv-catch__main .mv-dash {
  transform: translateY(-1.2rem);
  display: inline-block;
}
.front-page .mv .mv-catch .cp-name {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.48;
  opacity: 0;
}
@media (max-width: 767px) {
  .front-page .mv .mv-catch .cp-name {
    font-size: 2rem;
  }
}
.front-page .mv .mv-catch__sub {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.22px;
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .front-page .mv .mv-catch__sub {
    font-size: 1.3rem;
  }
}
.front-page .mv .mv-catch__sub::before, .front-page .mv .mv-catch__sub::after {
  content: "";
  background-color: #fff;
  height: 0.2rem;
  width: 6rem;
  position: absolute;
}
@media (max-width: 767px) {
  .front-page .mv .mv-catch__sub::before, .front-page .mv .mv-catch__sub::after {
    height: 0.1rem;
    width: 4rem;
  }
}
.front-page .mv .mv-catch__sub::before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .mv .mv-catch__sub::after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .mv .mv-sub-anim {
  animation: mv-sub-in 0.8s ease-out both;
}
.front-page .mv .splide,
.front-page .mv .splide__track,
.front-page .mv .splide__list,
.front-page .mv .splide__slide {
  height: 100%;
}
.front-page .mv figure {
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.front-page .mv figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 106, 206, 0.3) 74.52%);
  z-index: 1;
}
.front-page .mv figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.front-page .mv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .mv .splide__slide.is-active figure img {
  animation: mv-zoom 6s ease-out both;
}
.front-page .sec-news {
  background-color: #E6F5FF;
  padding: 6rem 0;
}
.front-page .sec-news .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.front-page .sec-news .sec-info {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-info {
    margin-bottom: 2rem;
  }
}
.front-page .sec-news .sec-info .sec-ttl {
  color: #0077C6;
  font-size: 3.2rem;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-info .sec-ttl {
    font-size: 2.4rem;
  }
}
.front-page .sec-news .sec-info .news-archive__link {
  color: #0077C6;
  font-size: 1.8rem;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-info .news-archive__link {
    font-size: 1.6rem;
  }
}
.front-page .sec-news .sec-info .news-archive__link .icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-info .news-archive__link .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.front-page .sec-news .sec-info .news-archive__link::after {
  content: "";
  width: 0;
  height: 0.15rem;
  background-color: #0077C6;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-news .sec-info .news-archive__link:hover::after {
    width: 100%;
  }
  .front-page .sec-news .sec-info .news-archive__link:hover .icon {
    transform: translateX(0.4rem);
  }
}
.front-page .sec-news .sec-info .line {
  position: relative;
  width: 0.2rem;
  height: 4rem;
  background: linear-gradient(to bottom, #00C9E8 50%, #0077C6 50%);
}
@media (max-width: 767px) {
  .front-page .sec-news .sec-info .line {
    height: 3rem;
  }
}
.front-page .sec-news .news-block {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }
}
.front-page .sec-news .news-block .news-box {
  width: calc(25% - 1.5rem);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .front-page .sec-news .news-block .news-box {
    width: 28rem;
    scroll-snap-align: start;
  }
}
.front-page .sec-news .news-block .item {
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  padding: 1rem;
}
.front-page .sec-news .news-block .item .news_ttl {
  color: #0077C6;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.12px;
}
.front-page .sec-news .news-block .item .news-info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.front-page .sec-news .news-block .item .news-info .news_cat {
  font-size: 1.2rem;
  font-weight: 300;
}
.front-page .sec-news .news-block .item .news-info .news-postdate {
  font-size: 1.2rem;
  font-weight: 300;
}
.front-page .sec-news .news-block a.item {
  transition: all 0.3s ease;
  border: 0.1rem solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-news .news-block a.item:hover {
    border-color: #0077C6;
  }
}
.front-page .sec-message {
  background-color: #E6F5FF;
  padding: 6rem 0;
  position: relative;
}
.front-page .sec-message .circle-img {
  position: absolute;
  aspect-ratio: 1/1;
}
.front-page .sec-message .circle-img.-num1 {
  width: 34rem;
  height: 34rem;
  top: 0;
  left: -3.6rem;
  animation: float-1 4.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .front-page .sec-message .circle-img.-num1 {
    width: 10rem;
    height: 10rem;
    left: -1.5rem;
  }
}
.front-page .sec-message .circle-img.-num2 {
  width: 34rem;
  height: 34rem;
  right: -3.6rem;
  bottom: 7rem;
  animation: float-2 6.2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .front-page .sec-message .circle-img.-num2 {
    width: 10rem;
    height: 10rem;
    right: -1.6rem;
    bottom: -2rem;
    z-index: 1;
  }
}
.front-page .sec-message .circle-img.-num3 {
  width: 20.3rem;
  height: 20.3rem;
  left: 14rem;
  bottom: 0rem;
  animation: float-3 7.2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .front-page .sec-message .circle-img.-num3 {
    width: 6rem;
    height: 6rem;
    left: 4rem;
    bottom: -2rem;
    z-index: 1;
  }
}
.front-page .sec-message .foam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.front-page .sec-message .foam-box .foam-svg {
  position: absolute;
  aspect-ratio: 1/1;
}
.front-page .sec-message .foam-box .foam-svg.foam1 {
  width: 11.3rem;
  height: 11.3rem;
  right: 38.6rem;
  top: -1rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .foam-box .foam-svg.foam1 {
    width: 7.3rem;
    height: 7.3rem;
    right: 4.6rem;
    top: 2rem;
  }
}
.front-page .sec-message .foam-box .foam-svg.foam2 {
  width: 8.1rem;
  height: 8.1rem;
  right: 6.8rem;
  top: 17.2rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .foam-box .foam-svg.foam2 {
    width: 5.1rem;
    height: 5.1rem;
    right: 2.8rem;
    top: 13.2rem;
  }
}
.front-page .sec-message .foam-box .foam-svg.foam3 {
  width: 17.4rem;
  height: 17.4rem;
  left: 33rem;
  top: 34rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .foam-box .foam-svg.foam3 {
    width: 13.4rem;
    height: 13.4rem;
    left: -7rem;
    top: 44rem;
  }
}
.front-page .sec-message .foam-box .foam-svg.foam4 {
  width: 11.8rem;
  height: 11.8rem;
  right: 44.6rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .front-page .sec-message .foam-box .foam-svg.foam4 {
    width: 8.8rem;
    height: 8.8rem;
    right: 20rem;
    bottom: -15rem;
  }
}
.front-page .sec-message .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.front-page .sec-message .sec-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .sec-info {
    margin-bottom: 3rem;
  }
}
.front-page .sec-message .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.front-page .sec-message .sec-info .sec-ttl .en-txt {
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-message .sec-info .sec-ttl .en-txt {
    letter-spacing: 2px;
    font-size: 3.8rem;
  }
}
.front-page .sec-message .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .front-page .sec-message .sec-info .sec-ttl .ja-txt {
    font-size: 1.6rem;
  }
}
.front-page .sec-message .message-block {
  text-align: center;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block {
    text-align: left;
  }
}
.front-page .sec-message .message-block .main-txt {
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.38px;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block .main-txt {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.front-page .sec-message .message-block .detail {
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 400;
  letter-spacing: 0.18px;
}
@media (max-width: 767px) {
  .front-page .sec-message .message-block .detail {
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
  }
}
.front-page .sec-spirits {
  background-color: #E6F5FF;
  padding: 6rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-spirits {
    padding-bottom: 0;
  }
}
.front-page .sec-spirits .foam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.front-page .sec-spirits .foam-box .foam-svg {
  position: absolute;
  aspect-ratio: 1/1;
}
.front-page .sec-spirits .foam-box .foam-svg.foam1 {
  width: 28.2rem;
  height: 28.2rem;
  left: 45.6rem;
  top: 27rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .foam-box .foam-svg.foam1 {
    width: 18.2rem;
    height: 18.2rem;
    left: initial;
    right: -3rem;
    top: 24rem;
  }
}
.front-page .sec-spirits .foam-box .foam-svg.foam2 {
  width: 19rem;
  height: 19rem;
  left: -5rem;
  top: 83rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .foam-box .foam-svg.foam2 {
    width: 12rem;
    height: 12rem;
  }
}
.front-page .sec-spirits .foam-box .foam-svg.foam3 {
  width: 35.4rem;
  height: 35.4rem;
  left: 49rem;
  top: 95rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .foam-box .foam-svg.foam3 {
    width: 24rem;
    height: 24rem;
    left: initial;
    right: -12rem;
    top: 110rem;
  }
}
.front-page .sec-spirits .foam-box .foam-svg.foam4 {
  width: 10.1rem;
  height: 10.1rem;
  left: 7rem;
  bottom: 44.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .foam-box .foam-svg.foam4 {
    left: -4rem;
    bottom: 63.5rem;
  }
}
.front-page .sec-spirits .foam-box .foam-svg.foam5 {
  width: 18.7rem;
  height: 18.7rem;
  left: 51.6rem;
  bottom: 12.5rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .foam-box .foam-svg.foam5 {
    width: 11rem;
    height: 11rem;
    left: initial;
    right: -2rem;
    bottom: -1.5rem;
  }
}
.front-page .sec-spirits .sec-inner {
  max-width: 160rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.front-page .sec-spirits .sec-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .sec-info {
    margin-bottom: 4rem;
  }
}
.front-page .sec-spirits .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.front-page .sec-spirits .sec-info .sec-ttl .en-txt {
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .sec-info .sec-ttl .en-txt {
    letter-spacing: 2px;
    font-size: 3.8rem;
  }
}
.front-page .sec-spirits .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .sec-info .sec-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-spirits .spirits-block {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-block {
    width: 90%;
    margin: 0 auto;
  }
}
.front-page .sec-spirits .spirits-item {
  display: grid;
  grid-template-columns: 1fr 50vw;
  align-items: center;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-item {
    display: block;
    margin-bottom: 6rem;
  }
  .front-page .sec-spirits .spirits-item:last-child {
    margin-bottom: 0;
  }
}
.front-page .sec-spirits .spirits-item:nth-child(1) .spirits-img-col {
  z-index: 1;
}
.front-page .sec-spirits .spirits-item:nth-child(2) .spirits-img-col {
  z-index: 2;
}
.front-page .sec-spirits .spirits-item:nth-child(3) .spirits-img-col {
  z-index: 3;
}
.front-page .sec-spirits .spirits-box__contents {
  padding: 0 6rem 0 12rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-box__contents {
    padding: 0;
    max-width: 100%;
  }
}
.front-page .sec-spirits .spirits-box__contents .box-img-sp {
  margin-bottom: 2rem;
}
.front-page .sec-spirits .spirits-box__contents .box-img-sp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.front-page .sec-spirits .spirits-box__contents .box_num {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #0077C6;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-box__contents .box_num {
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
}
.front-page .sec-spirits .spirits-box__contents .box_num::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #00C9E8 50%, #0077C6 50%);
}
.front-page .sec-spirits .spirits-box__contents .box-ttl {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.32px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-box__contents .box-ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.front-page .sec-spirits .spirits-box__contents .box-txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-box__contents .box-txt {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.front-page .sec-spirits .spirits-box__contents .btn-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-box__contents .btn-box {
    margin-top: 2.5rem;
  }
}
.front-page .sec-spirits .spirits-box__contents .link_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #0077C6;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 19.6rem;
  padding: 0 2rem;
  width: 100%;
  height: 6rem;
  letter-spacing: 0.15px;
  border-radius: 10rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-box__contents .link_item {
    max-width: 90%;
    height: 5.5rem;
    margin: 0 auto;
  }
}
.front-page .sec-spirits .spirits-box__contents .link_item span {
  flex: 1;
  text-align: center;
}
.front-page .sec-spirits .spirits-box__contents .link_item .icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-spirits .spirits-box__contents .link_item:hover .icon {
    transform: translateX(0.4rem);
  }
}
.front-page .sec-spirits .spirits-img-col {
  position: relative;
  block-size: 100lvh;
  clip-path: inset(0);
}
@media (max-width: 767px) {
  .front-page .sec-spirits .spirits-img-col {
    display: none;
  }
}
.front-page .sec-spirits .spirits-img-wrap {
  position: fixed;
  top: 8rem;
  right: 0;
  bottom: 0;
  width: 50vw;
  overflow: hidden;
}
.front-page .sec-spirits .box-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.front-page .sec-spirits .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .sec-achv {
  background-color: #E6F5FF;
  padding: 6rem 0 8rem;
  position: relative;
}
.front-page .sec-achv .foam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.front-page .sec-achv .foam-box .foam-svg {
  position: absolute;
  aspect-ratio: 1/1;
}
.front-page .sec-achv .foam-box .foam-svg.foam1 {
  width: 18.7rem;
  height: 18.7rem;
  left: 9.6rem;
  top: 21rem;
}
@media (max-width: 767px) {
  .front-page .sec-achv .foam-box .foam-svg.foam1 {
    width: 9rem;
    height: 9rem;
    left: -2rem;
    top: 22rem;
  }
}
.front-page .sec-achv .foam-box .foam-svg.foam2 {
  width: 9.7rem;
  height: 9.7rem;
  right: 39rem;
  bottom: 26rem;
}
@media (max-width: 767px) {
  .front-page .sec-achv .foam-box .foam-svg.foam2 {
    width: 6.7rem;
    height: 6.7rem;
    right: -2rem;
    bottom: initial;
    top: 17rem;
  }
}
.front-page .sec-achv .foam-box .foam-svg.foam3 {
  width: 19.6rem;
  height: 19.6rem;
  right: 15rem;
  bottom: -25rem;
}
@media (max-width: 767px) {
  .front-page .sec-achv .foam-box .foam-svg.foam3 {
    width: 10.6rem;
    height: 10.6rem;
    right: -3rem;
  }
}
.front-page .sec-achv .sec-inner {
  max-width: 180rem;
  width: 98%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.front-page .sec-achv .sec-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .front-page .sec-achv .sec-info {
    margin-bottom: 1rem;
  }
}
.front-page .sec-achv .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.front-page .sec-achv .sec-info .sec-ttl .en-txt {
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-achv .sec-info .sec-ttl .en-txt {
    letter-spacing: 2px;
    font-size: 3.8rem;
  }
}
.front-page .sec-achv .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .front-page .sec-achv .sec-info .sec-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-achv .achv-block {
  overflow: hidden;
  padding: 2rem 1rem 5rem;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block {
    padding: 2rem 0 0;
  }
}
.front-page .sec-achv .achv-block .splide__track {
  overflow: visible;
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .splide__track {
    padding: 5rem 0;
  }
}
.front-page .sec-achv .achv-block .splide__list {
  align-items: stretch;
}
.front-page .sec-achv .achv-block .achv-box {
  z-index: 1;
}
.front-page .sec-achv .achv-block .achv-box .view-more {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.front-page .sec-achv .achv-block .achv-box.is-active {
  z-index: 3;
}
.front-page .sec-achv .achv-block .achv-box.is-active .achv-link {
  transform: scale(1.3);
  transform-origin: center center;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.2);
}
.front-page .sec-achv .achv-block .achv-box.is-active .achv-info,
.front-page .sec-achv .achv-block .achv-box.is-active .view-more {
  transform: scale(1);
  transform-origin: left center;
}
.front-page .sec-achv .achv-block .achv-box.is-active .view-more {
  opacity: 1;
}
.front-page .sec-achv .achv-block .achv-link {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  padding: 1rem 1rem 4rem;
  min-height: 42rem;
  height: 100%;
  position: relative;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-achv .achv-block .achv-link:hover .achv-img img {
    transform: scale(1.04);
  }
  .front-page .sec-achv .achv-block .achv-link:hover .achv-info .ttl {
    color: #0077C6;
  }
  .front-page .sec-achv .achv-block .achv-link:hover .view-more::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .achv-link {
    border-radius: 0.8rem;
    min-height: 38rem;
    padding-bottom: 3rem;
  }
}
.front-page .sec-achv .achv-block .achv-img {
  width: 100%;
  aspect-ratio: 230/280;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 0 1rem;
  border-radius: 0.5rem;
}
.front-page .sec-achv .achv-block .achv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.front-page .sec-achv .achv-block .achv-info .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 0.2rem;
  line-height: 1.3;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .achv-info .ttl {
    font-size: 1.4rem;
  }
}
.front-page .sec-achv .achv-block .achv-info .addr {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.14px;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .achv-info .addr {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.front-page .sec-achv .achv-block .view-more {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #0077C6;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  font-family: "Outfit", sans-serif;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: max-content;
}
.front-page .sec-achv .achv-block .view-more::after {
  content: "";
  width: 0;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0077C6;
  transition: all 0.35s ease;
}
.front-page .sec-achv .achv-block .view-more img {
  width: 1.6rem;
  height: 1.6rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.front-page .sec-achv .achv-block .splide__arrow {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #0077C6;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  opacity: 1;
  top: 45%;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .splide__arrow {
    width: 6rem;
    height: 6rem;
    top: 36%;
  }
}
.front-page .sec-achv .achv-block .splide__arrow svg {
  width: 3.3rem;
  height: auto;
  fill: none;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .splide__arrow svg {
    width: 2.3rem;
  }
}
.front-page .sec-achv .achv-block .splide__arrow--prev {
  left: calc(50% - 32rem);
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .splide__arrow--prev {
    left: calc(50% - 18rem);
  }
}
.front-page .sec-achv .achv-block .splide__arrow--next {
  right: calc(50% - 32rem);
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .splide__arrow--next {
    right: calc(50% - 18rem);
  }
}
.front-page .sec-achv .achv-block .splide__arrow:hover {
  background-color: #fff;
  color: #0077C6;
}
.front-page .sec-achv .achv-block .btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.front-page .sec-achv .achv-block .btn .btn_link {
  border-radius: 10rem;
  background-color: #0077C6;
  padding: 0 2rem;
  height: 6rem;
  width: 100%;
  max-width: 24rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .front-page .sec-achv .achv-block .btn .btn_link {
    max-width: 90%;
    margin: 0 auto;
    height: 5.5rem;
  }
}
.front-page .sec-achv .achv-block .btn .btn_link span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15px;
}
.front-page .sec-achv .achv-block .btn .btn_link .icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-achv .achv-block .btn .btn_link:hover .icon {
    transform: translateX(0.4rem);
  }
}
.front-page .sec-recruit {
  background-color: #fff;
  padding: 6rem 0 3.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-recruit {
    padding-bottom: 0;
  }
}
.front-page .sec-recruit .foam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.front-page .sec-recruit .foam-box .foam-svg {
  position: absolute;
  aspect-ratio: 1/1;
}
.front-page .sec-recruit .foam-box .foam-svg.foam1 {
  width: 12.8rem;
  height: 12.8rem;
  left: 20.6rem;
  top: 20rem;
}
.front-page .sec-recruit .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-11rem);
  z-index: 2;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .sec-inner {
    transform: translateY(-8rem);
  }
}
.front-page .sec-recruit .sec-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .sec-info {
    margin-bottom: 3rem;
  }
}
.front-page .sec-recruit .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.front-page .sec-recruit .sec-info .sec-ttl .en-txt {
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .sec-info .sec-ttl .en-txt {
    letter-spacing: 2px;
    font-size: 3.8rem;
  }
}
.front-page .sec-recruit .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .sec-info .sec-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-recruit .sec-info .sec-intro {
  margin-top: 4rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .sec-info .sec-intro {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}
.front-page .sec-recruit .recruit-block {
  display: flex;
  justify-content: center;
  gap: 2rem 4.2rem;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block {
    flex-direction: column;
  }
}
.front-page .sec-recruit .recruit-block .recruit-box {
  width: 50%;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-box {
    width: 100%;
  }
}
.front-page .sec-recruit .recruit-block .recruit-box .item {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 580/381;
  position: relative;
  transition: all 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-recruit .recruit-block .recruit-box .item:hover img {
    transform: scale(1.04);
  }
  .front-page .sec-recruit .recruit-block .recruit-box .item:hover .icon {
    transform: translateX(0.4rem);
  }
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-box .item {
    border-radius: 0.8rem;
  }
}
.front-page .sec-recruit .recruit-block .recruit-box .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease;
}
.front-page .sec-recruit .recruit-block .recruit-box .item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 0 0 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 0.05rem solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-box .item .text-box {
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.front-page .sec-recruit .recruit-block .recruit-box .item .text-box .txt {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.26px;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-box .item .text-box .txt {
    font-size: 1.6rem;
  }
}
.front-page .sec-recruit .recruit-block .recruit-box .item .text-box .icon {
  width: 2rem;
  height: 2rem;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .front-page .sec-recruit .recruit-block .recruit-box .item .text-box .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.front-page .sec-interview {
  background-color: #fff;
  padding: 0 0 8rem;
  position: relative;
}
.front-page .sec-interview .foam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.front-page .sec-interview .foam-box .foam-svg {
  position: absolute;
  aspect-ratio: 1/1;
}
.front-page .sec-interview .foam-box .foam-svg.foam1 {
  width: 26.7rem;
  height: 26.7rem;
  right: 12.6rem;
  top: 9rem;
}
.front-page .sec-interview .foam-box .foam-svg.foam2 {
  width: 11.4rem;
  height: 11.4rem;
  left: 17rem;
  top: 52rem;
}
.front-page .sec-interview .foam-box .foam-svg.foam3 {
  width: 11.4rem;
  height: 11.4rem;
  right: 18rem;
  bottom: 50rem;
}
.front-page .sec-interview .foam-box .foam-svg.foam4 {
  width: 23.6rem;
  height: 23.6rem;
  left: 16rem;
  bottom: -10rem;
}
.front-page .sec-interview .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.front-page .sec-interview .sec-info {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .front-page .sec-interview .sec-info {
    margin-bottom: 3rem;
  }
}
.front-page .sec-interview .sec-info .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.front-page .sec-interview .sec-info .sec-ttl .en-txt {
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-interview .sec-info .sec-ttl .en-txt {
    letter-spacing: 2px;
    font-size: 3.8rem;
  }
}
.front-page .sec-interview .sec-info .sec-ttl .ja-txt {
  color: #0077C6;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .front-page .sec-interview .sec-info .sec-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.front-page .sec-interview .interview-block {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block {
    gap: 2rem;
  }
}
.front-page .sec-interview .interview-block .interview-box {
  max-width: 84.5rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box {
    width: 95%;
  }
}
.front-page .sec-interview .interview-block .interview-box:nth-child(odd) {
  margin-left: 20rem;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box:nth-child(odd) {
    margin-left: auto;
    margin-right: 0;
  }
}
.front-page .sec-interview .interview-block .interview-box:nth-child(even) {
  margin-right: 20rem;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box:nth-child(even) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-interview .interview-block .interview-box:hover .item {
    transform: translateY(-0.6rem);
    box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.2);
  }
  .front-page .sec-interview .interview-block .interview-box:hover .bg-img {
    transform: scale(1.04);
  }
}
.front-page .sec-interview .interview-block .interview-box .item {
  display: flex;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 850/410;
  z-index: 1;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item {
    aspect-ratio: 850/800;
    border-radius: 0.8rem;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.front-page .sec-interview .interview-block .interview-box .item .job-label {
  position: absolute;
  top: 2rem;
  left: 0;
  border-radius: 0 10rem 10rem 0;
  background-color: #00C9E8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18px;
  padding: 0.4rem 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .job-label {
    font-size: 1.3rem;
    top: 1rem;
    padding: 0.3rem 1rem;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info {
  position: absolute;
  bottom: 2.3rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .interview-info {
    bottom: 1.3rem;
    left: 1rem;
    gap: 0.7rem;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info .name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 1;
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info .name.white {
  color: #fff;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .interview-info .name {
    font-size: 1.4rem;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info .name span {
  font-size: 1.4rem;
  letter-spacing: 0.14px;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .interview-info .name span {
    font-size: 1.2rem;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info .catch {
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 1.7;
  padding: 0.5rem 0.8rem;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .interview-info .catch {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info .tag {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .interview-info .tag {
    gap: 0.7rem;
  }
}
.front-page .sec-interview .interview-block .interview-box .item .interview-info .tag span {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.12px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 767px) {
  .front-page .sec-interview .interview-block .interview-box .item .interview-info .tag span {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.front-page .sec-recruit-btn {
  margin-bottom: 8.5rem;
}
.front-page .sec-recruit-btn .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.front-page .sec-recruit-btn .recruit-btn-block {
  max-width: 80rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .front-page .sec-recruit-btn .recruit-btn-block {
    height: 17rem;
  }
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1.5rem;
  border: 0.2rem solid #0077C6;
  background-color: #fff;
  padding: 4rem 4.5rem 3.5rem 3.5rem;
  color: #0077C6;
  transition: color 0.4s ease;
}
@media (max-width: 767px) {
  .front-page .sec-recruit-btn .recruit-btn-block .btn-box {
    padding: 3rem 2.5rem;
    border-radius: 0.8rem;
    gap: 2rem;
  }
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0077C6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0.3rem;
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box .box-info, .front-page .sec-recruit-btn .recruit-btn-block .btn-box .arrow-icon {
  position: relative;
  z-index: 1;
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box .arrow-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box .box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box .box-info .block-ttl {
  font-size: 3.6rem;
  letter-spacing: 0.36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .front-page .sec-recruit-btn .recruit-btn-block .btn-box .box-info .block-ttl {
    font-size: 2.4rem;
  }
}
.front-page .sec-recruit-btn .recruit-btn-block .btn-box .box-info .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .front-page .sec-recruit-btn .recruit-btn-block .btn-box .box-info .txt {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .front-page .sec-recruit-btn .recruit-btn-block .btn-box:hover {
    color: #fff;
  }
  .front-page .sec-recruit-btn .recruit-btn-block .btn-box:hover::before {
    transform: scaleX(1);
  }
  .front-page .sec-recruit-btn .recruit-btn-block .btn-box:hover .arrow-icon {
    transform: translateX(0.6rem);
  }
}

.recruit .main-area {
  display: flex;
  gap: 7rem;
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.recruit .main_container {
  width: calc(100% - 18rem);
}
@media (max-width: 767px) {
  .recruit .main_container {
    width: 100%;
  }
}
.recruit .block-ttl {
  color: #0077C6;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .recruit .block-ttl {
    font-size: 2.4rem;
  }
}
.recruit .req-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 9rem;
}
.recruit .requirements-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9rem;
  border-bottom: 0.2rem solid #0077C6;
}
@media (max-width: 767px) {
  .recruit .requirements-tab {
    margin-bottom: 4rem;
  }
}
.recruit .req-tab-btn {
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.47;
  color: #000;
  background: #fff;
  width: 50%;
  border-radius: 2rem 2rem 0 0;
  border: none;
  cursor: pointer;
  padding: 1rem;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .recruit .req-tab-btn {
    font-size: 1.8rem;
    border-radius: 1rem 1rem 0 0;
    line-height: 1.45;
  }
}
.recruit .req-tab-btn.is-active {
  color: #fff;
  background: #0077C6;
}
.recruit .req-tab-sep {
  width: 0.15rem;
  height: 5rem;
  background: #0077C6;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .recruit .req-tab-sep {
    height: 3rem;
  }
}
.recruit .requirements-panels {
  position: relative;
}
@keyframes req-tab-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.recruit .requirements-panel {
  display: none;
}
.recruit .requirements-panel.is-active {
  display: block;
  animation: req-tab-in 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.recruit .sec-requirements {
  margin-bottom: 10rem;
}
.recruit .sec-requirements .requirements-box__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-top: 0.1rem solid #757575;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .recruit .sec-requirements .requirements-box__item {
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem 0;
  }
}
.recruit .sec-requirements .requirements-box__item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.48;
  color: #0077C6;
  width: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .recruit .sec-requirements .requirements-box__item .ttl {
    width: 100%;
    font-size: 1.5rem;
  }
}
.recruit .sec-requirements .requirements-box__item .value {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.18px;
  width: 100%;
  text-align: justify;
}
@media (max-width: 767px) {
  .recruit .sec-requirements .requirements-box__item .value {
    font-size: 1.5rem;
  }
}
.recruit .sec-requirements .requirements-box__item .value .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.recruit .sec-requirements .requirements-box__item .value .note {
  font-size: 1.6rem;
}
.recruit .sec-requirements .group {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .recruit .sec-requirements .group {
    margin-top: 2rem;
  }
}
.recruit .sec-requirements .group.nomgt {
  margin-top: 0;
}
.recruit .sec-requirements .group-ttl {
  color: #0077C6;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .recruit .sec-requirements .group-ttl {
    font-size: 1.5rem;
  }
}
.recruit .sec-requirements .group .group-detail.txt-indent {
  text-indent: 1em;
}
.recruit .sec-requirements .group .group-list {
  text-indent: 5em;
}
.recruit .sec-flow {
  margin-bottom: 13rem;
}
@media (max-width: 767px) {
  .recruit .sec-flow {
    margin-bottom: 8rem;
  }
}
.recruit .sec-flow .flow-box__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-top: 0.1rem solid #757575;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .recruit .sec-flow .flow-box__item {
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem 0;
  }
}
.recruit .sec-flow .flow-box__item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.48;
  color: #0077C6;
  width: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .recruit .sec-flow .flow-box__item .ttl {
    width: 100%;
    font-size: 1.5rem;
  }
}
.recruit .sec-flow .flow-box__item .value {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.18px;
  width: 100%;
}
@media (max-width: 767px) {
  .recruit .sec-flow .flow-box__item .value {
    font-size: 1.5rem;
  }
}
.recruit .sec-flow .flow-box__item .value .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.recruit .sec-flow .flow-box__item .value .note {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .recruit .sec-flow .flow-box__item .value .note {
    font-size: 1.3rem;
  }
}
.recruit .sec-flow .step-list__item {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 5.8rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item {
    margin-bottom: 4.8rem;
    border-radius: 0.3rem;
  }
}
.recruit .sec-flow .step-list__item:not(:last-child)::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background-image: url("../images/common/arrow_recruit.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: calc(100% + 1.4rem);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item:not(:last-child)::after {
    width: 2rem;
    height: 2rem;
  }
}
.recruit .sec-flow .step-list__item .step-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #0077C6;
  font-family: "Outfit", sans-serif;
  width: 4rem;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item .step-label {
    width: 3.4rem;
  }
}
.recruit .sec-flow .step-list__item .step-label .txt {
  font-size: 1rem;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item .step-label .txt {
    font-size: 0.8rem;
  }
}
.recruit .sec-flow .step-list__item .step-label .num {
  font-size: 3.2rem;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item .step-label .num {
    font-size: 2.4rem;
  }
}
.recruit .sec-flow .step-list__item .step-contents {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  position: relative;
}
.recruit .sec-flow .step-list__item .step-contents::before {
  content: "";
  background-color: #00C9E8;
  height: 100%;
  width: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit .sec-flow .step-list__item .step-contents .step-ttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #0077C6;
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item .step-contents .step-ttl {
    font-size: 1.6rem;
  }
}
.recruit .sec-flow .step-list__item .step-contents .step-detail {
  font-size: 1.6rem;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .recruit .sec-flow .step-list__item .step-contents .step-detail {
    font-size: 1.4rem;
  }
}
.recruit .sec-flow .step-list__item .step-contents .step-detail a {
  color: #0077C6;
  position: relative;
  display: inline-block;
  transition: all 0.35s ease;
}
.recruit .sec-flow .step-list__item .step-contents .step-detail a::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #0077C6;
  left: 0;
  bottom: 0.1rem;
  position: absolute;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .recruit .sec-flow .step-list__item .step-contents .step-detail a:hover {
    opacity: 0.75;
  }
}
.recruit .sec-faq .block-ttl {
  margin-bottom: 3rem;
}
.recruit .sec-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.recruit .sec-faq .faq-item {
  background: #fff;
  border-radius: 3rem;
  overflow: hidden;
  transition: all 0.35s ease;
}
.recruit .sec-faq .faq-item summary {
  list-style: none;
}
.recruit .sec-faq .faq-item summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .recruit .sec-faq .faq-item:hover .faq-icon::before, .recruit .sec-faq .faq-item:hover .faq-icon::after {
    background: #0077C6;
  }
}
.recruit .sec-faq .faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}
.recruit .sec-faq .faq-question {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-question {
    padding: 1rem 1.5rem;
  }
}
.recruit .sec-faq .faq-q {
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  color: #0077C6;
  letter-spacing: 0.1em;
  width: 7rem;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-q {
    font-size: 2rem;
    width: 3.5rem;
  }
}
.recruit .sec-faq .faq-q-text {
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #000;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-q-text {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
.recruit .sec-faq .faq-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-icon {
    width: 2rem;
    height: 2rem;
  }
}
.recruit .sec-faq .faq-icon::before, .recruit .sec-faq .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #00C9E8;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.recruit .sec-faq .faq-icon::before {
  width: 3rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-icon::before {
    width: 1.8rem;
  }
}
.recruit .sec-faq .faq-icon::after {
  width: 0.2rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-icon::after {
    height: 1.8rem;
  }
}
.recruit .sec-faq .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.recruit .sec-faq .faq-answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 0 8rem 2rem 9rem;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-answer-inner {
    padding: 0 5rem 1.8rem;
    text-align: justify;
  }
}
.recruit .sec-faq .faq-a-text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.48;
  letter-spacing: 0.02em;
  color: #000;
}
@media (max-width: 767px) {
  .recruit .sec-faq .faq-a-text {
    font-size: 1.4rem;
  }
}
.recruit .entry-block {
  display: flex;
  justify-content: center;
  gap: 1.5rem 3rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .recruit .entry-block {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.recruit .entry-block .entry-btn {
  width: 50%;
  max-width: 35rem;
  height: 6rem;
  color: #fff;
  background-color: #0077C6;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 2rem;
  transition: opacity 0.35s ease;
}
@media (max-width: 767px) {
  .recruit .entry-block .entry-btn {
    width: 95%;
    height: 5.5rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
.recruit .entry-block .entry-btn span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15px;
  flex: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit .entry-block .entry-btn span {
    font-size: 1.4rem;
  }
}
.recruit .entry-block .entry-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .recruit .entry-block .entry-btn:hover .icon {
    transform: translateX(0.4rem);
  }
}

.contact {
  position: relative;
  overflow: hidden;
}
.contact .page-info .page-info__ttl {
  position: relative;
  z-index: 1;
}
.contact .contact-block {
  max-width: 86rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact .contact-block {
    margin: 0 auto;
  }
}
.contact .form-error-message {
  background-color: #fff0f0;
  border: 0.1rem solid #e00;
  color: #c00;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact .form-error-message {
    font-size: 1.3rem;
  }
}
.contact .contact-intro {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .contact .contact-intro {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.contact .contact-intro .contact-tel {
  margin-top: 8rem;
}
.contact .contact-intro .contact-tel__num {
  margin-bottom: 2rem;
}
.contact .contact-intro .contact-tel__num a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.contact .contact-intro .contact-tel__num a img {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
}
.contact .contact-intro .contact-tel__num a .num {
  color: #0077C6;
  font-size: 6rem;
  letter-spacing: 6px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .contact .contact-intro .contact-tel__num a:hover {
    opacity: 0.75;
  }
}
.contact .contact-intro .contact-tel__note {
  color: #0077C6;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-align: center;
}

/*共通*/
.contact-form .form-group {
  display: flex;
  align-items: baseline;
  gap: 1.5rem 3.5rem;
}
@media (max-width: 767px) {
  .contact-form .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.contact-form .form-group:not(:last-of-type) {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #757575;
}
@media (max-width: 767px) {
  .contact-form .form-group:not(:last-of-type) {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.contact-form .form-group.form-group--privacy {
  margin-top: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-form .form-group.form-group--privacy {
    margin-top: 3.6rem;
  }
}
.contact-form .form-group.form-group--privacy .just-validate-error-label {
  text-align: center;
}
.contact-form #company-group > .form-group,
.contact-form #website-group > .form-group {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #757575;
}
@media (max-width: 767px) {
  .contact-form #company-group > .form-group,
  .contact-form #website-group > .form-group {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.contact-form .item-label {
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  font-weight: 500;
  flex-shrink: 0;
  width: 25rem;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  color: #0077C6;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .contact-form .item-label {
    text-align: left;
    width: auto;
    letter-spacing: 0.03em;
    font-size: 1.6rem;
  }
}
.contact-form .item-label.center {
  transform: translateY(-0.3rem);
}
@media (max-width: 767px) {
  .contact-form .item-label.center {
    transform: translateY(0);
  }
}
.contact-form .item-label.note {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .contact-form .item-label.note {
    flex-direction: row;
    align-items: center;
  }
}
.contact-form .item-label.note .sub {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .contact-form .item-label.note .sub {
    font-size: 1.2rem;
  }
}
.contact-form .item-label.note .optional {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .contact-form .item-label.note .optional {
    transform: translateY(-46%);
  }
}
.contact-form .item-label .optional {
  display: inline-block;
  width: max-content;
  font-size: 1.8rem;
  color: #0077C6;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: 0.1rem solid #0077C6;
  border-radius: 0.5rem;
  padding: 0.3rem 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-form .item-label .optional {
    letter-spacing: 0.02em;
    font-size: 1.5rem;
  }
}
.contact-form .input-item {
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.1rem solid #CECECE;
  font-size: 1.6rem;
  padding: 1.8rem 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
.contact-form .input-item.short {
  width: 30%;
  max-width: 8rem;
}
.contact-form .input-item:focus {
  outline: none;
  border-color: #0077C6;
}
.contact-form .input-item::placeholder {
  color: #d0cece;
}
@media (max-width: 767px) {
  .contact-form .input-item {
    letter-spacing: 0.03em;
    padding: 1.5rem 1.5rem;
  }
}
.contact-form textarea.input-item {
  line-height: 1.5;
}
.contact-form .box {
  flex: 1;
  min-width: 0;
  max-width: 54rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-form .box {
    min-width: 100%;
  }
}
.contact-form .box.row {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.contact-form .radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media (max-width: 767px) {
  .contact-form .radio-group {
    margin-left: 1em;
  }
}
.contact-form .radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact-form .radio-group label {
    font-size: 1.5rem;
  }
}
.contact-form .radio-group input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #CECECE;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact-form .radio-group input[type=radio] {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.contact-form .radio-group input[type=radio]:checked {
  border-color: #CECECE;
}
.contact-form .radio-group input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  background-color: #0077C6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .contact-form .radio-group input[type=radio]:checked::after {
    width: 1rem;
    height: 1rem;
  }
}
.contact-form .radio-group.column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-form .select-item {
  width: 60%;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0.4rem;
  background: #f9f9f9;
  border: 0.1rem solid #a0a0a0;
  font-size: 1.6rem;
  padding: 2.2rem 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13px" height="11px"><path fill-rule="evenodd" fill="rgb(53, 53, 53)" d="M5.452,10.642 L0.089,1.059 C-0.171,0.593 0.142,0.002 0.648,0.002 L11.373,0.002 C11.879,0.002 12.192,0.593 11.932,1.059 L6.569,10.642 C6.316,11.094 5.705,11.094 5.452,10.642 Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.3rem 1.1rem;
  appearance: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form .select-item {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    padding: 2rem 1.5rem;
  }
}
.contact-form .select-item:focus {
  outline: none;
  border-color: #0077C6;
}
.contact-form .char-count {
  font-size: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .contact-form .char-count {
    font-size: 1.4rem;
  }
}
.contact-form .just-validate-error-label {
  width: 100%;
}
.contact-form .submit_btn {
  display: block;
  margin: 6rem auto 0;
  width: 35rem;
  height: 6rem;
  border: 0.2rem solid #0077C6;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0 2rem;
  border-radius: 10rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #0077C6;
  transition: color 0.35s ease;
}
@media (max-width: 767px) {
  .contact-form .submit_btn {
    margin: 3.6rem auto 0;
    width: 26rem;
    font-size: 1.6rem;
  }
}
.contact-form .submit_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .contact-form .submit_btn:hover {
    color: #0077C6;
  }
  .contact-form .submit_btn:hover::before {
    transform: scaleX(1);
  }
}

.privacy-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .privacy-checkbox {
    font-size: 1.5rem;
    gap: 0.5rem;
    width: 100%;
  }
}
.privacy-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.67rem;
  height: 2.67rem;
  border: 0.1rem solid #000;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .privacy-checkbox input[type=checkbox] {
    width: 2rem;
    height: 2rem;
  }
}
.privacy-checkbox input[type=checkbox]:checked {
  background-color: #0077C6;
}
.privacy-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13'%3E%3Cpath fill='%23fff' d='M13.592,0.249 C9.727,2.358 5.814,8.359 5.814,8.359 L2.284,4.423 L0.184,6.391 L5.289,12.625 L7.150,12.554 C9.536,5.522 14.809,0.812 14.809,0.812 L13.592,0.249 Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.privacy-checkbox a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
.privacy-checkbox a:hover {
  opacity: 0.7;
}

/*モーダル*/
.privacy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.privacy-modal.is-active, .privacy-modal.is-closing {
  visibility: visible;
}
.privacy-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.is-active .privacy-modal__overlay {
  opacity: 1;
}
.is-closing .privacy-modal__overlay {
  transition: opacity 0.7s ease;
}
.privacy-modal__container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 116rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.is-active.is-content-visible .privacy-modal__container {
  opacity: 1;
  transform: translateY(0);
}
.is-closing .privacy-modal__container {
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media (max-width: 767px) {
  .privacy-modal__container {
    width: 95%;
  }
}
.privacy-modal__content {
  background: #fff;
  border-radius: 1.5rem;
  width: 100%;
}
.privacy-modal__close {
  position: absolute;
  top: 0;
  right: -4.5rem;
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.privacy-modal__close::before, .privacy-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #fff;
}
.privacy-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.privacy-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.privacy-modal__close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .privacy-modal__close {
    top: -4.5rem;
    right: 0;
  }
}
.privacy-modal__body {
  padding: 7.5rem 10rem 8rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80dvh;
  scrollbar-width: none;
}
.privacy-modal__body::-webkit-scrollbar {
  display: none;
}
.privacy-modal__body {
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .privacy-modal__body {
    padding: 3.5rem 7% 4rem;
  }
}

/*完了*/
.contact.thanks .contact-block .block-ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #0077C6;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .block-ttl {
    font-size: 1.8rem;
  }
}
.contact.thanks .contact-block .block-text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .block-text {
    font-size: 1.35rem;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.contact.thanks .contact-block .note-box {
  margin-top: 4rem;
  border-radius: 1rem;
  line-height: 1.8;
  background-color: #fff;
  padding: 4rem;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .note-box {
    padding: 2.5rem;
    border-radius: 0.8rem;
    margin-top: 3.5rem;
  }
}
.contact.thanks .contact-block .note-box p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .note-box p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.contact.thanks .contact-block .note-box p + p {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .note-box p + p {
    margin-top: 2rem;
  }
}
.contact.thanks .contact-block .note-box p .e-address {
  color: #F00;
}
.contact.thanks .contact-block .btn_box {
  width: 35rem;
  height: 6rem;
  margin: 6.5rem auto 0;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .btn_box {
    margin: 6rem auto 0;
    width: 26rem;
  }
}
.contact.thanks .contact-block .btn_box a {
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0077C6;
  border: 0.2rem solid #0077C6;
  padding: 2rem;
  transition: color 0.35s ease;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .btn_box a {
    border-radius: 3rem;
  }
}
.contact.thanks .contact-block .btn_box a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.contact.thanks .contact-block .btn_box a .text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.35s ease;
}
@media (max-width: 767px) {
  .contact.thanks .contact-block .btn_box a .text {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact.thanks .contact-block .btn_box a:hover::before {
    transform: scaleX(1);
  }
  .contact.thanks .contact-block .btn_box a:hover .text {
    color: #0077C6;
  }
}

.company {
  position: relative;
  overflow: hidden;
}
.company .main-area .sec:not(:last-child) {
  margin-bottom: 7rem;
}
.company .main-area .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.company .sec-topmessage .topmessage-block__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .company .sec-topmessage .topmessage-block__ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.company .sec-topmessage .topmessage-block .wrap {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .company .sec-topmessage .topmessage-block .wrap {
    flex-direction: column;
  }
}
.company .sec-topmessage .topmessage-block .text-box {
  width: 65%;
}
@media (max-width: 767px) {
  .company .sec-topmessage .topmessage-block .text-box {
    width: 100%;
  }
}
.company .sec-topmessage .topmessage-block .text-box .detail {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767px) {
  .company .sec-topmessage .topmessage-block .text-box .detail {
    font-size: 1.4rem;
  }
}
.company .sec-topmessage .topmessage-block .images-box {
  max-width: 40rem;
  width: 35%;
}
@media (max-width: 767px) {
  .company .sec-topmessage .topmessage-block .images-box {
    width: 90%;
    margin: 0 auto;
  }
}
.company .sec-topmessage .topmessage-block .images-box img {
  background-color: #ddd;
  aspect-ratio: 400/450;
  width: 100%;
  height: auto;
}
.company .sec-topmessage .topmessage-block .images-box .name {
  text-align: right;
  margin-top: 1rem;
  font-size: 1.6rem;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .company .sec-topmessage .topmessage-block .images-box .name {
    font-size: 1.4rem;
  }
}
.company .sec-overview .overview-block {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .company .sec-overview .overview-block {
    flex-direction: column;
    gap: 0;
  }
}
.company .sec-overview .overview-block .overview-group {
  width: 50%;
}
@media (max-width: 767px) {
  .company .sec-overview .overview-block .overview-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .company .sec-overview .overview-block .overview-group:nth-child(2) .line-box:first-child {
    border-top: none;
  }
}
.company .sec-overview .overview-block .line-box {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #8C8C8C;
  padding: 2rem;
}
@media (max-width: 767px) {
  .company .sec-overview .overview-block .line-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    gap: 0.5rem;
  }
}
.company .sec-overview .overview-block .line-box:first-child {
  border-top: 0.1rem solid #8C8C8C;
}
.company .sec-overview .overview-block .line-box .item-ttl {
  color: #0077C6;
  font-size: 1.8rem;
  width: 15rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company .sec-overview .overview-block .line-box .item-ttl {
    width: 100%;
    font-size: 1.5rem;
  }
}
.company .sec-overview .overview-block .line-box .item-txt {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company .sec-overview .overview-block .line-box .item-txt {
    font-size: 1.5rem;
  }
}
.company .sec-overview .overview-block .line-box .item-txt a {
  transition: all 0.35s ease;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .company .sec-overview .overview-block .line-box .item-txt a:hover {
    opacity: 0.75;
  }
}
.company .sec-histoy .histoy-block .line-box {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #8C8C8C;
  padding: 3rem 2rem;
  gap: 3rem;
}
@media (max-width: 767px) {
  .company .sec-histoy .histoy-block .line-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    gap: 0.5rem;
  }
}
.company .sec-histoy .histoy-block .line-box:first-child {
  border-top: 0.1rem solid #8C8C8C;
}
.company .sec-histoy .histoy-block .line-box .item-ttl {
  color: #0077C6;
  font-size: 1.8rem;
  font-weight: 500;
  width: 15rem;
}
@media (max-width: 767px) {
  .company .sec-histoy .histoy-block .line-box .item-ttl {
    width: 100%;
    font-size: 1.5rem;
  }
}
.company .sec-histoy .histoy-block .line-box .item-txt {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company .sec-histoy .histoy-block .line-box .item-txt {
    font-size: 1.5rem;
  }
}
.company .sec-histoy .histoy-block .line-box .item-txt p + p {
  margin-top: 0.5rem;
}

.business {
  position: relative;
  overflow: hidden;
}
.business .main-area .sec:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .business .main-area .sec:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.business .main-area .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.business .sec-intro .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.business .sec-intro .intro-ttl {
  color: #0077C6;
  font-size: 3.2rem;
  line-height: 1.48;
  letter-spacing: 0.32px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .business .sec-intro .intro-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.business .sec-intro .intro-detail {
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .business .sec-intro .intro-detail {
    font-size: 1.6rem;
  }
}
.business .sec-intro .internal-linkBox {
  margin: 4.6rem auto 6.8rem;
}
@media (max-width: 767px) {
  .business .sec-intro .internal-linkBox {
    margin: 2.6rem auto 4.8rem;
  }
}
.business .sec-intro .internal-linkBox .link-list {
  display: flex;
  justify-content: center;
  gap: 2rem 4rem;
}
@media (max-width: 767px) {
  .business .sec-intro .internal-linkBox .link-list {
    gap: 1.5rem;
  }
}
.business .sec-intro .internal-linkBox .link-list .btn .btn_link {
  border-radius: 10rem;
  background-color: #0077C6;
  padding: 0 2rem;
  height: 6rem;
  width: 19.6rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .business .sec-intro .internal-linkBox .link-list .btn .btn_link {
    width: 15rem;
    margin: 0 auto;
    height: 4.8rem;
  }
}
.business .sec-intro .internal-linkBox .link-list .btn .btn_link span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15px;
  width: 80%;
  text-align: center;
}
.business .sec-intro .internal-linkBox .link-list .btn .btn_link .icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .business .sec-intro .internal-linkBox .link-list .btn .btn_link:hover .icon {
    transform: translateY(0.4rem);
  }
}
.business .sec-bus .sec-inner {
  border-radius: 1rem;
  background-color: #fff;
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 5rem 6rem 5rem;
}
@media (max-width: 767px) {
  .business .sec-bus .sec-inner {
    padding: 3rem;
  }
}
.business .sec-bus .bus-block {
  margin-top: 6rem;
}
.business .sec-bus .bus-block .bus-box {
  display: flex;
  align-items: center;
  gap: 2rem 4rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .business .sec-bus .bus-block .bus-box {
    flex-direction: column;
    padding: 0;
  }
}
.business .sec-bus .bus-block .bus-box:not(:last-child) {
  border-bottom: 0.1rem solid #757575;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
.business .sec-bus .bus-block .bus-box__cat {
  max-width: 28rem;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .business .sec-bus .bus-block .bus-box__cat {
    width: 100%;
  }
}
.business .sec-bus .bus-block .bus-box__cat .icon {
  height: auto;
}
.business .sec-bus .bus-block .bus-box__cat .icon.cat1 {
  width: 6.8rem;
}
.business .sec-bus .bus-block .bus-box__cat .icon.cat2 {
  width: 9.3rem;
}
.business .sec-bus .bus-block .bus-box__cat .icon.cat3 {
  width: 7.4rem;
}
.business .sec-bus .bus-block .bus-box__cat .icon.cat4 {
  width: 9.5rem;
}
.business .sec-bus .bus-block .bus-box__cat .label {
  font-size: 2rem;
  color: #0077C6;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
}
.business .sec-bus .bus-block .bus-box__text {
  width: 70%;
}
@media (max-width: 767px) {
  .business .sec-bus .bus-block .bus-box__text {
    width: 100%;
  }
}
.business .sec-bus .bus-block .bus-box__text .item:not(:last-child) {
  border-bottom: 0.1rem dotted #757575;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.business .sec-bus .bus-block .bus-box__text .item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0077C6;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .business .sec-bus .bus-block .bus-box__text .item .ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.business .sec-bus .bus-block .bus-box__text .item .detail {
  max-width: 70rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767px) {
  .business .sec-bus .bus-block .bus-box__text .item .detail {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.business .sec-bus .bus-block .bus-box__text .item dl {
  display: flex;
  margin-top: 0.5rem;
}
.business .sec-achivement .sec-inner {
  border-radius: 1rem;
  background-color: #fff;
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 5rem 6rem 5rem;
}
@media (max-width: 767px) {
  .business .sec-achivement .sec-inner {
    padding: 3rem;
  }
}
.business .sec-achivement .achivement-block {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.business .sec-achivement .achivement-block .achivement-box {
  width: calc(33.3333333333% - 2.7rem);
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .business .sec-achivement .achivement-block .achivement-box:hover {
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  .business .sec-achivement .achivement-block .achivement-box {
    width: 100%;
  }
}
.business .sec-achivement .achivement-block .achivement-box .pic {
  aspect-ratio: 340/480;
  width: 100%;
  height: auto;
  min-height: 35rem;
  background-color: #ddd;
  margin-bottom: 1rem;
}
.business .sec-achivement .achivement-block .achivement-box .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.business .sec-achivement .achivement-block .achivement-box .name {
  color: #0077C6;
  font-size: 1.6rem;
  letter-spacing: 0.16px;
}
.business .sec-achivement .achivement-block .achivement-box .location {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  position: relative;
}
.business .sec-achivement .achivement-block .achivement-box .location::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/common/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.business .sec-achivement .achivement-block .achivement-box .location .txt {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.14px;
}

.policy .sec-policy .sec-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.policy .sec-policy .privacy-policy .sec-info {
  display: none;
}

.privacy-policy .sec-info {
  padding-bottom: 3.8rem;
  margin-bottom: 5rem;
  border-bottom: 0.1rem solid rgba(134, 134, 134, 0.5);
}
@media (max-width: 767px) {
  .privacy-policy .sec-info {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
.privacy-policy .sec-info__ttl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .privacy-policy .sec-info__ttl {
    gap: 0.5rem;
  }
}
.privacy-policy .sec-info__ttl .ja-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  position: relative;
}
@media (max-width: 767px) {
  .privacy-policy .sec-info__ttl .ja-txt {
    font-size: 1.4rem;
  }
}
.privacy-policy .sec-info__ttl .en-txt {
  font-family: "Outfit", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .privacy-policy .sec-info__ttl .en-txt {
    font-size: 2.6rem;
  }
}
.privacy-policy .item {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .privacy-policy .item {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.privacy-policy .item .item-ttl {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.privacy-policy .item .box {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .privacy-policy .item .box {
    margin-top: 2.5rem;
  }
}
.privacy-policy .item:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .privacy-policy .item:not(:last-child) {
    margin-top: 2.5rem;
  }
}
.privacy-policy .item .list {
  margin-top: 2rem;
}
.privacy-policy .item .list-item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.privacy-policy .item .list-item::before {
  content: "";
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #000;
  flex-shrink: 0;
}

@keyframes graph-swipe {
  0% {
    transform: translate(-50%, -50%);
  }
  35% {
    transform: translate(calc(-50% - 1rem), -50%);
  }
  65% {
    transform: translate(calc(-50% + 1rem), -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.job .sticky-contents {
  display: flex;
  gap: 7rem;
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.job .article-item:not(:last-child) {
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .job .article-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.job .article-inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.job .main_container {
  width: calc(100% - 18rem);
}
@media (max-width: 767px) {
  .job .main_container {
    width: 100%;
  }
}
.job .article-ttl {
  background-color: #fff;
  border-radius: 5rem;
  border: 0.2rem solid #0077C6;
  padding: 2rem 1rem;
  font-size: 4.2rem;
  color: #0077C6;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.42px;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .job .article-ttl {
    font-size: 1.8rem;
    border-radius: 4rem;
    padding: 1rem 0.5rem;
    margin-bottom: 2rem;
  }
}
.job .article-intro .intro-ttl {
  color: #0077C6;
  font-size: 3.2rem;
  line-height: 1.48;
  letter-spacing: 0.32px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .job .article-intro .intro-ttl {
    font-size: 1.8rem;
  }
}
.job .article-intro .intro-detail {
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .job .article-intro .intro-detail {
    font-size: 1.6rem;
  }
}
.job .article-intro .item-box {
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0.2px;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .job .article-intro .item-box {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.job .article-intro .item-box .ttl {
  font-weight: 500;
  color: #0077C6;
  margin-bottom: 0.2rem;
}
.job .article-intro .item-box .txt {
  margin-left: 1em;
}
.job .block-ttl {
  color: #0077C6;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .job .block-ttl {
    font-size: 2.2rem;
  }
}
.job .article-about-redevelopment .about-redevelopment-block {
  margin: 9rem auto 0;
}
.job .article-about-redevelopment .about-redevelopment-block .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .arrow {
  flex-shrink: 0;
  width: 4.3126rem;
  height: 4.3334rem;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .arrow {
    transform: rotate(90deg);
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box {
  width: 43rem;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box {
    width: 70%;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box figure {
  position: relative;
  aspect-ratio: 1706/1137;
}
.job .article-about-redevelopment .about-redevelopment-block .box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job .article-about-redevelopment .about-redevelopment-block .box figure .label {
  position: absolute;
  left: -4rem;
  top: -4rem;
  background-color: #fff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0077C6;
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box figure .label {
    width: 7rem;
    height: 7rem;
    font-size: 1.5rem;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact {
  border-radius: 1rem;
  background-color: #fff;
  padding: 3.7rem 5rem 5rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box-fact {
    padding: 2.7rem 3rem 3rem;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact .box-ttl {
  color: #0077C6;
  font-size: 3rem;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.48;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #0077C6;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .box-ttl {
    font-size: 2rem;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-hint {
  display: none;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-hint {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #0077C6;
    margin-bottom: 0.8rem;
    letter-spacing: 0.05em;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-wrap::-webkit-scrollbar {
    display: none;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-icon {
  display: none;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.45);
    border-radius: 1rem;
    padding: 1.2rem 2rem;
    pointer-events: none;
    animation: none;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-icon svg {
    width: 5rem;
    height: 2.5rem;
  }
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-icon p {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
  }
  .job .article-about-redevelopment .about-redevelopment-block .box-fact .graph-scroll-icon.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact figure {
  aspect-ratio: 900/480;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .box-fact figure {
    min-width: 55rem;
  }
}
.job .article-about-redevelopment .about-redevelopment-block .box-fact figure img {
  width: 100%;
  height: auto;
}
.job .article-about-redevelopment .about-redevelopment-block .note-txt {
  max-width: 100rem;
  margin: 0.6rem auto 0;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.12px;
  font-weight: 300;
  line-height: 1.47;
}
@media (max-width: 767px) {
  .job .article-about-redevelopment .about-redevelopment-block .note-txt {
    font-size: 1rem;
  }
}
.job .article-about-consultant .box-note {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .job .article-about-consultant .box-note {
    flex-direction: column;
  }
}
.job .article-about-consultant .box-note .label {
  color: #0077C6;
  font-size: 2.4rem;
  text-align: center;
  max-width: 25rem;
  letter-spacing: 0.24px;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .job .article-about-consultant .box-note .label {
    font-size: 1.8rem;
  }
}
.job .article-about-consultant .box-note .detail {
  flex: 1 0 0;
  color: #0077C6;
  text-align: justify;
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0.2px;
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .job .article-about-consultant .box-note .detail {
    font-size: 1.6rem;
    padding-left: 0;
    padding-top: 1rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.job .article-about-consultant .box-note .detail::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #00C9E8 50%, #0077C6 50%);
}
@media (max-width: 767px) {
  .job .article-about-consultant .box-note .detail::before {
    background: linear-gradient(to right, #00C9E8 50%, #0077C6 50%);
    width: 100%;
    height: 0.2rem;
  }
}
.job .article-about-consultant .about-consultant__img {
  max-width: 102.4rem;
  width: 90%;
  margin: 10rem auto 9rem;
}
@media (max-width: 767px) {
  .job .article-about-consultant .about-consultant__img {
    width: 100%;
    margin: 3rem auto 5rem;
  }
}
.job .article-workflow .sticky-contents {
  margin-top: 4rem;
}
.job .article-workflow .sec_item:not(:last-child) {
  margin-bottom: 3rem;
}
.job .article-workflow .workflow-block {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block {
    flex-direction: column;
    border-radius: 0.8rem;
    padding: 2.5rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-info .block-sub {
  color: #0077C6;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-info .block-sub {
    font-size: 2rem;
    gap: 3rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-info .block-sub .phase-num {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-info .block-sub .phase-num {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
}
.job .article-workflow .workflow-block .block-contents .block-info .block-sub .txt {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-info .block-sub .txt {
    font-size: 1.5rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-info .block-sub .txt::before {
  content: "";
  height: 100%;
  width: 0.1rem;
  background-color: #0077C6;
  position: absolute;
  left: -2rem;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-info .block-sub .txt::before {
    left: -1.5rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-detail {
  font-size: 2rem;
  letter-spacing: 0.2px;
  text-align: justify;
  line-height: 1.48;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-detail {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-point .label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #0077C6;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-point .label {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-point .label::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #96EDFB;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-point .label::before {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.job .article-workflow .workflow-block .block-contents .block-point .point-detail {
  font-size: 1.6rem;
  letter-spacing: 0.16px;
  line-height: 1.48;
  text-align: justify;
  color: #0077C6;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-contents .block-point .point-detail {
    font-size: 1.4rem;
  }
}
.job .article-workflow .workflow-block .block-image {
  aspect-ratio: 300/350;
  background-color: #ddd;
  width: 30rem;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .job .article-workflow .workflow-block .block-image {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */