@charset "UTF-8";
main {
  padding-top: var(--header-height);
}

#bg {
  position: relative;
  z-index: 1;
}
#bg .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 2px #00d694);
}
#bg .left {
  position: absolute;
  bottom: 2%;
  left: 2%;
  filter: drop-shadow(0 0 4px #00d694);
}
#bg .right {
  position: absolute;
  top: 2%;
  right: 2%;
  filter: drop-shadow(0 0 4px #00d694);
}

.mainv {
  position: relative;
  overflow: hidden;
  height: calc(100vh - var(--header-height));
  z-index: 1;
}
.mainv canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* 左上テキスト */
#text-overlay-top {
  font-family: "Unbounded", sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--vt-c-white-soft);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-wrap;
  font-weight: 600;
}

/* 右下テキスト */
#text-overlay-bottom {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: var(--vt-c-white-soft);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  white-space: pre-wrap;
  font-weight: 600;
}

.group-list__wrap {
  position: relative;
}
.group-list__wrap:before {
  content: "";
  position: absolute;
  height: 3rem;
  width: 2px;
  margin: auto;
  top: 1rem;
  right: 0;
  left: 0;
  background: #181818;
}
.group-list__item {
  position: relative;
}
.group-list__item:first-child:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  margin: auto;
  top: -2rem;
  right: -50%;
  background: #181818;
}
@media screen and (max-width: 768px) {
  .group-list__item:first-child:after {
    content: none;
  }
}
.group-list__item:last-child:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  margin: 0 auto 0;
  top: -2rem;
  left: -50%;
  right: inherit;
  background: #181818;
}
@media screen and (max-width: 768px) {
  .group-list__item:last-child:after {
    content: none;
  }
}
.group-list__item:before {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 2px;
  margin: auto;
  top: -2rem;
  left: 0;
  right: 0;
  background: #181818;
}
@media screen and (max-width: 768px) {
  .group-list__item:before {
    content: none;
  }
}
.group-list__item:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% + 1rem);
  margin: auto;
  top: -2rem;
  right: 0;
  background: #181818;
}
@media screen and (max-width: 768px) {
  .group-list__item:after {
    content: none;
  }
}

#front h2 {
  position: relative;
  display: inline-block;
}
#front h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 160px;
  width: 50%;
  height: 3px;
  background: var(--vt-c-black);
}
#front .text-white h2:before {
  background: var(--vt-c-white);
}

#fv h1 {
  display: inline-block;
}
#fv h1 span {
  position: relative;
}
#fv h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 160px;
  width: 70%;
  height: 3px;
  background: var(--vt-c-black);
}

.c-button a {
  border-radius: 5px;
  position: relative;
  color: var(--vt-c-white);
  background-image: linear-gradient(90deg, #1A2541, #3C64A5);
  padding: 1rem 3rem 1rem 1rem;
  line-height: 1;
  display: inline-block;
}
.c-button a::before {
  content: "";
  background: url("../img/common/b-arrow.svg") no-repeat center/cover;
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  transition: 0.2s;
}
.c-button a:hover::before {
  right: 0.2rem;
}
.c-button__blank a::before {
  content: "";
  background: url("../img/common/b-link.svg") no-repeat center/cover;
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  transition: 0.2s;
}
.c-button__blank a:hover::before {
  right: 0.5rem;
}

.footer-grid-heading {
  position: relative;
}
.footer-grid-heading a {
  padding-right: 20px;
}
.footer-grid-heading a::before {
  transition: 0.2s;
  content: "";
  width: 7px;
  height: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-right: 1px solid #3B94FF;
  border-top: 1px solid #3B94FF;
  transform: rotate(45deg);
}
.footer-grid-heading a:hover:before {
  right: 3px;
}
.footer-grid-ul li {
  position: relative;
}
.footer-grid-ul li:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 1px;
  background: var(--vt-c-white);
}

.global-nav ul {
  display: flex;
  gap: 1rem;
}

/* 棒のアニメーション設定 */
.bar {
  height: 0;
  transition: height 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 目盛り線のスタイル（画像のような薄いグレー） */
.grid-line {
  border-top: 1px solid #e5e7eb;
  height: 50px;
  /* 目盛りの間隔 */
}

.lower h2.h2-white span:before {
  background: #fff;
}
.lower h2 span {
  position: relative;
}
.lower h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1.5rem;
  width: 2px;
  height: 1rem;
  background: #000;
}

.filter-btn {
  opacity: 0.4;
  filter: grayscale(100%);
  transition: 0.3s;
}

.filter-btn.active {
  opacity: 1;
  filter: grayscale(0%);
}

/* フェードインアニメーション用 */
.article-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.is-hidden {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

/* ===== ベース ===== */
.global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav > ul.menu {
  display: flex;
  gap: 32px;
  align-items: center;
}

.global-nav a {
  color: #111;
  text-decoration: none;
}

/* ===== メインリンク ===== */
.global-nav > ul.menu > li {
  position: relative;
}
@media (max-width: 1024px) {
  .global-nav > ul.menu > li {
    display: grid;
    grid-template-columns: 1fr 30px;
  }
}

.global-nav > ul.menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 24px 4px 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .global-nav > ul.menu > li > a {
    padding: 12px 4px 10px;
    margin-bottom: 24px;
  }
}

/* ===== 矢印（親のみ） ===== */
.global-nav .menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #616161;
  border-right: solid 1px #616161;
  transition: transform 0.25s ease;
  rotate: 45deg;
}
@media (max-width: 1024px) {
  .global-nav .menu-item-has-children > a::after {
    content: none;
  }
}

/* ホバーで矢印回転 */
.global-nav .menu-item-has-children:hover > a::after {
  transform: rotate(90deg);
}

/* ===== 下線（中央から） ===== */
.global-nav > ul.menu > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #12192E;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
@media (max-width: 1024px) {
  .global-nav > ul.menu > li > a::before {
    height: 1px;
  }
}

/* 現在ページ検知（WP自動クラス） */
.global-nav > ul.menu .current_page_item > a::before,
.global-nav > ul.menu .current_page_parent > a::before,
.global-nav > ul.menu .current_page_ancestor > a::before {
  width: 100%;
}

/* ホバー時 */
.global-nav > ul.menu > li:hover > a::before {
  width: 100%;
}

/* ===== サブメニュー ===== */
.global-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  background: #fff;
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .global-nav .sub-menu {
    opacity: 0;
    gap: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .global-nav .sub-menu.is-open {
    opacity: 1;
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .global-nav .sub-menu li {
    margin-bottom: 16px;
  }
}
.global-nav .sub-menu li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .global-nav .sub-menu li > a {
    justify-content: space-between;
  }
}
.global-nav .sub-menu li > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #616161;
  border-right: solid 1px #616161;
  transition: transform 0.25s ease;
  rotate: 45deg;
}

/* 表示 */
.global-nav .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.global-nav .sub-menu a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}

.submenu-toggle {
  margin-left: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
}
@media (max-width: 1024px) {
  .submenu-toggle {
    opacity: 1;
  }
}

/* ===== ハンバーガー ===== */
.hamburger {
  display: none;
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 2000;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 11px;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.is-open {
  height: 24px;
  width: 24px;
}
.hamburger.is-open span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  bottom: 12px;
  transform: rotate(-45deg);
}

/* ===== SP表示 ===== */
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .global-nav {
    position: fixed;
    inset: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .global-nav.is-open {
    transform: translateX(0);
  }
  .global-nav > ul.menu {
    flex-direction: column;
    padding: 80px 24px;
    gap: 8px;
  }
  .global-nav li {
    width: 100%;
  }
  .global-nav .menu-item a {
    padding: 0;
  }
  .global-nav .sub-menu {
    grid-row: 2;
    position: static;
    box-shadow: none;
    visibility: visible;
    transform: none;
    padding: 0;
    padding-left: 16px;
  }
  #menu-header .menu-item {
    position: relative;
  }
  .sub-menu {
    padding-left: 20px;
  }
}
.profile-table a {
  text-decoration: underline;
}

.c-form {
  width: 100%;
  text-align: left;
}
.c-form tr {
  border-top: 1px solid #e5e7eb;
}
.c-form tr:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.c-form th,
.c-form td {
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .c-form th,
  .c-form td {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-form th,
  .c-form td {
    letter-spacing: normal;
  }
}
.c-form th {
  width: 250px;
  color: #000;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-form th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.c-form th .required {
  color: #d60000;
}
.c-form td {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .c-form td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.c-form td input,
.c-form td textarea,
.c-form td select {
  padding: 10px;
  width: 100%;
  background-color: #e5e7eb;
}
.c-form__check .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-form__check .wpcf7-list-item {
  margin: 0;
  margin-bottom: 10px;
}
.c-form__check .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
}
.c-form__check .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.c-form__check input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  mask-image: url(../img/common/check.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #00d694;
}
.c-form__check input[type=checkbox] {
  display: none;
}
.c-form__half {
  display: flex !important;
  gap: 20px;
}
.c-form__privacy {
  margin-top: 20px;
}
.c-form__btn {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.c-form__btn .wpcf7-spinner {
  display: inline-block;
  margin: 10px auto;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-form__btn.c-btn {
    margin: 50px 0 0;
  }
}

.ma_tool_wrapper {
  width: 100%;
}
.ma_tool_wrapper .ma_tool-row {
  border-top: 1px solid #e5e7eb;
}
.ma_tool_wrapper .ma_tool-row:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.ma_tool_wrapper .ma_tool-label,
.ma_tool_wrapper .ma_tool_input {
  padding: 30px 0;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media (max-width: 1024px) {
  .ma_tool_wrapper .ma_tool-label,
  .ma_tool_wrapper .ma_tool_input {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ma_tool_wrapper .ma_tool-label,
  .ma_tool_wrapper .ma_tool_input {
    letter-spacing: normal;
  }
}
.ma_tool_wrapper .ma_tool-label {
  width: 250px;
  color: #000;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ma_tool_wrapper .ma_tool-label {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.ma_tool_wrapper .ma_tool-label .required {
  color: #d60000;
}
.ma_tool_wrapper .ma_tool_input {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .ma_tool_wrapper .ma_tool_input {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.ma_tool_wrapper .ma_tool-row:not(.last-of-type):not(:has(input[type=hidden])) {
  align-items: center;
}
.ma_tool_wrapper .ma_tool-row:not(:has(.ma_tool-textarea, .ma_tool-item, input[type=file])) .ma_tool-label {
  padding-top: 30px;
}
.ma_tool_wrapper .ma_tool-checkboxgrp-checkbox.ma_tool_input {
  padding: 0;
}
.ma_tool_wrapper .ma_tool_screen_form .ma_tool-input:not([type=file]),
.ma_tool_wrapper .ma_tool_screen_form .ma_tool-selectbox,
.ma_tool_wrapper .ma_tool_screen_form .ma_tool-textarea {
  padding: 10px;
  background-color: #e5e7eb;
  border: none;
}
.ma_tool_wrapper .ma_tool-checkboxgrp-label {
  padding: 0;
}
.ma_tool_wrapper__check .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ma_tool_wrapper__check .wpcf7-list-item {
  margin: 0;
  margin-bottom: 10px;
}
.ma_tool_wrapper__check .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
}
.ma_tool_wrapper__check .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.ma_tool_wrapper__check input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  mask-image: url(../img/common/check.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #00d694;
}
.ma_tool_wrapper__check input[type=checkbox] {
  display: none;
}
.ma_tool_wrapper__half {
  display: flex !important;
  gap: 20px;
}
.ma_tool_wrapper__privacy {
  margin-top: 20px;
}
.ma_tool_wrapper__btn {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.ma_tool_wrapper__btn .wpcf7-spinner {
  display: inline-block;
  margin: 10px auto;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .ma_tool_wrapper__btn.c-btn {
    margin: 50px 0 0;
  }
}

.wpcf7-acceptance {
  text-align: center;
  display: block;
  font-size: 16px;
  letter-spacing: normal;
}
.wpcf7-submit {
  text-align: center;
  padding: 18px 75px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  position: relative;
}
.wpcf7-submit::after {
  content: "";
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3.4%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.wpcf7 input:hover {
  cursor: pointer;
}
.wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  width: 100%;
}
.wpcf7-list-item label input {
  width: 5%;
}
.wpcf7-list-item label a {
  text-decoration: underline;
}

.company--list__grid {
  grid-template-columns: repeat(2, auto);
  display: grid;
  justify-content: flex-start;
  -moz-column-gap: 3.125em;
  column-gap: 3.125em;
}
.company--list__grid li {
  grid-column: span 2;
  display: grid;
  grid-template-columns: subgrid;
}/*# sourceMappingURL=style.css.map */