@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1081px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1082px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.1940298507vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 1rem;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.2s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: bold;
  font-style: normal;
}

a {
  color: #000000;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}
a:hover {
  opacity: 0.6;
}
a:hover {
  text-decoration: none;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
}
@media (max-width: 767px) {
  .l-header {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.l-header__inner {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.625rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 1rem;
    height: 3.4375rem;
  }
}
.l-header__logo {
  margin: 0;
  width: 11.6875rem;
  height: 2.125rem;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 8rem;
    height: 1.4375rem;
  }
}
.l-header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #121A16;
  transition: color 0.25s;
}
.l-header.-open .l-header__inner {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.l-header.-open .l-header__logo {
  transform: scale(1.2);
}
.l-header.-open .l-header__logo svg {
  color: #fff;
}

@keyframes fadeInHeader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  background: none;
  padding: 0;
  border: 0;
}
.l-hamburger__line, .l-hamburger::before, .l-hamburger::after {
  width: 24px;
  height: 2px;
  background-color: #121A16;
  transition: transform 0.3s, opacity 0.3s;
  border-radius: 50vh;
  content: "";
}
.l-hamburger::before {
  order: 1;
}
.l-hamburger__line {
  order: 2;
}
.l-hamburger::after {
  order: 3;
}
.l-hamburger.-open .l-hamburger__line {
  opacity: 0;
}
.l-hamburger.-open::before {
  transform: translateY(8px) rotate(45deg);
}
.l-hamburger.-open::after {
  transform: translateY(-8px) rotate(-45deg);
}
.l-hamburger.-open__line, .l-hamburger.-open::before, .l-hamburger.-open::after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger:hover {
  opacity: 1;
}

.l-gnav {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}
@media (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 1.5rem;
}
.l-gnav__contact {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
}
@media (max-width: 767px) {
  .l-gnav__contact {
    display: block;
  }
}
.l-gnav__link {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #121A16;
  display: block;
  position: relative;
  padding: 0.3125rem 1.5rem 0.3125rem 0;
}
.l-gnav__link::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 0.8125rem;
  margin-top: -0.375rem;
  transform: rotate(-45deg);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='%23121A16' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='%23121A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-gnav__link:hover::after {
  transform: rotate(-45deg) translateX(0.1875rem);
}
.l-gnav__button {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #121A16;
  text-decoration: none;
  display: block;
  width: 9.125rem;
  border-radius: 0.5rem;
  line-height: 1;
  padding: 1.125rem 1.5rem;
  position: relative;
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .l-gnav__button {
    width: calc(100% - 4.5rem);
    margin: 1rem auto 0;
  }
}
.l-gnav__button:hover {
  opacity: 0.6;
}

.l-sidenav {
  position: fixed;
  z-index: 99;
  width: 16.75rem;
  top: 9.25rem;
  left: 3.5rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.5625rem 0;
}
@media (max-width: 767px) {
  .l-sidenav {
    display: none;
    width: calc(100% - 2.5rem);
    max-height: calc(100% - 7.1875rem);
    top: 4.375rem;
    left: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.125rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.l-sidenav__container.-subnav {
  display: none;
}
@media (min-width: 768px) {
  .l-sidenav__container.-subnav {
    display: none;
  }
}
.l-sidenav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-sidenav__list::after {
  opacity: 0;
  visibility: hidden;
  width: 23.4375rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #E6EDE9;
  border-radius: 0.625rem;
  transition: opacity 0.3s, visibility 0.3s;
  content: "";
}
@media (min-width: 1400px) {
  .l-sidenav__list::after {
    width: 37.6875rem;
  }
}
.l-sidenav__link {
  display: block;
  width: 100%;
  color: #252525;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 1.25rem 1.25rem 1.25rem 1.5625rem;
  position: relative;
  cursor: pointer;
  background: none;
  border: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .l-sidenav__link {
    padding-left: 2.25rem;
    padding-right: 3.125rem;
    letter-spacing: 0.01em;
  }
  .l-sidenav__link.-first {
    line-height: 0.6;
  }
}
.l-sidenav__link::before, .l-sidenav__link::after {
  position: absolute;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: radial-gradient(circle at top left, transparent 0.625rem, #E6EDE9 0.6875rem);
  pointer-events: none;
  opacity: 0;
  content: "";
}
.l-sidenav__link::before {
  top: -0.625rem;
}
.l-sidenav__link::after {
  bottom: -0.625rem;
  transform: scaleY(-1);
}
.l-sidenav__link.-sm {
  font-size: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-sidenav__link.-open {
    opacity: 1;
    background: #E6EDE9;
  }
  .l-sidenav__link.-open::before, .l-sidenav__link.-open::after {
    opacity: 1;
  }
  .l-sidenav__link.-open .l-sidenav__hamburger-line {
    opacity: 0;
  }
  .l-sidenav__link.-open .l-sidenav__hamburger::before {
    transform: translateY(0.3125rem) rotate(45deg);
  }
  .l-sidenav__link.-open .l-sidenav__hamburger::after {
    transform: translateY(-0.3125rem) rotate(-45deg);
  }
}
.l-sidenav__link:hover .l-sidenav__arrow {
  transform: rotate(-45deg) translateX(0.1875rem);
}
.l-sidenav__link-sub {
  font-size: 0.625rem;
  display: block;
  color: #555;
  margin: 0 0 0.375rem;
  font-weight: 500;
}
.l-sidenav__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5625rem;
}
@media (max-width: 767px) {
  .l-sidenav__icon {
    right: 1.875rem;
  }
}
.l-sidenav__icon.-arrow {
  right: 1.3125rem;
}
@media (max-width: 767px) {
  .l-sidenav__icon.-arrow {
    right: 1.875rem;
  }
}
.l-sidenav__arrow {
  display: block;
  width: 1rem;
  height: 0.8125rem;
  transform: rotate(-45deg);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='%23121A16' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='%23121A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.l-sidenav__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 13px;
  height: 12px;
  pointer-events: none;
}
.l-sidenav__hamburger span, .l-sidenav__hamburger::before, .l-sidenav__hamburger::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #252525;
  border-radius: 9999px;
  transition: transform 0.3s, opacity 0.3s;
  content: "";
}
.l-sidenav__hamburger::before, .l-sidenav__hamburger::after {
  content: "";
}
.l-sidenav__hamburger::before {
  order: 1;
}
.l-sidenav__hamburger-line {
  order: 2;
}
.l-sidenav__hamburger::after {
  order: 3;
}
.l-sidenav__submenu {
  opacity: 0;
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  background: #E6EDE9;
  border-radius: 0.625rem;
  padding: 1.75rem 1.5rem;
}
.l-sidenav__submenu li {
  transform: translateX(-1.25rem);
  transition-duration: 0.25s;
}
.l-sidenav__submenu li:nth-child(1) {
  transition-delay: -0.025s;
}
.l-sidenav__submenu li:nth-child(2) {
  transition-delay: 0.025s;
}
.l-sidenav__submenu li:nth-child(3) {
  transition-delay: 0.075s;
}
.l-sidenav__submenu li:nth-child(4) {
  transition-delay: 0.125s;
}
.l-sidenav__submenu li:nth-child(5) {
  transition-delay: 0.175s;
}
.l-sidenav__submenu li:nth-child(6) {
  transition-delay: 0.225s;
}
.l-sidenav__submenu li:nth-child(7) {
  transition-delay: 0.275s;
}
.l-sidenav__submenu li:nth-child(8) {
  transition-delay: 0.325s;
}
.l-sidenav__submenu li:nth-child(9) {
  transition-delay: 0.375s;
}
.l-sidenav__submenu li:nth-child(10) {
  transition-delay: 0.425s;
}
.l-sidenav__submenu li:nth-child(11) {
  transition-delay: 0.475s;
}
.l-sidenav__submenu li:nth-child(12) {
  transition-delay: 0.525s;
}
.l-sidenav__submenu li:nth-child(13) {
  transition-delay: 0.575s;
}
.l-sidenav__submenu li:nth-child(14) {
  transition-delay: 0.625s;
}
.l-sidenav__submenu li:nth-child(15) {
  transition-delay: 0.675s;
}
.l-sidenav__submenu li:nth-child(16) {
  transition-delay: 0.725s;
}
.l-sidenav__submenu li:nth-child(17) {
  transition-delay: 0.775s;
}
.l-sidenav__submenu li:nth-child(18) {
  transition-delay: 0.825s;
}
.l-sidenav__submenu li:nth-child(19) {
  transition-delay: 0.875s;
}
.l-sidenav__submenu li:nth-child(20) {
  transition-delay: 0.925s;
}
.l-sidenav__submenu li:nth-child(21) {
  transition-delay: 0.975s;
}
.l-sidenav__submenu li:nth-child(22) {
  transition-delay: 1.025s;
}
.l-sidenav__submenu li:nth-child(23) {
  transition-delay: 1.075s;
}
.l-sidenav__submenu li:nth-child(24) {
  transition-delay: 1.125s;
}
.l-sidenav__submenu li:nth-child(25) {
  transition-delay: 1.175s;
}
.l-sidenav__submenu li:nth-child(26) {
  transition-delay: 1.225s;
}
.l-sidenav__submenu li:nth-child(27) {
  transition-delay: 1.275s;
}
.l-sidenav__submenu li:nth-child(28) {
  transition-delay: 1.325s;
}
.l-sidenav__submenu li:nth-child(29) {
  transition-delay: 1.375s;
}
.l-sidenav__submenu li:nth-child(30) {
  transition-delay: 1.425s;
}
.l-sidenav__submenu li + li {
  margin-top: 1rem;
}
.l-sidenav__submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-sidenav__submenu-link {
  position: relative;
  display: block;
  color: #252525;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.l-sidenav__submenu-link[target=_blank] {
  padding-right: 2.0625rem;
}
.l-sidenav__submenu-link:hover .l-sidenav__arrow {
  transform: rotate(-45deg) translateX(0.1875rem);
}
.l-sidenav__submenu .l-sidenav__icon {
  right: 0;
}
.l-sidenav__submenu.-open {
  opacity: 1;
  visibility: visible;
}
.l-sidenav__submenu.-open li {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .l-sidenav__head {
    display: none;
  }
}
.l-sidenav__head {
  margin-bottom: 1rem;
}
.l-sidenav__head::after {
  display: block;
  width: calc(100% - 4.5rem);
  margin: 2rem auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
}
.l-sidenav__back {
  border: 0;
  width: calc(100% - 4.5rem);
  padding: 0;
  margin: 0.75rem auto 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  background: none;
}
.l-sidenav__back::before {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 37.2548 10.7452 48 24 48C37.2548 48 48 37.2548 48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24Z' fill='%23171F1B'/%3E%3Cpath d='M30.748 24H17.9004' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M22.6621 29.2651L17.3965 24L22.6621 18.7351' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-sidenav__back-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #252525;
}
.l-sidenav__back-text span {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 0.6875rem;
  line-height: 1;
  color: #252525;
}

.l-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(23, 31, 27, 0.8);
  z-index: 98;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-overlay.-open {
  opacity: 1;
  visibility: visible;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer__inner {
  padding: 5rem 1.25rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding: 0.625rem 2.25rem 2.5rem;
  }
}
.l-footer__nav {
  max-width: 65.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-footer__group {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer__group + .l-footer__group {
    margin-top: 2.375rem;
  }
}
@media (min-width: 768px) {
  .l-footer__col {
    max-width: 25.5rem;
  }
}
@media (max-width: 767px) {
  .l-footer__col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer__col .l-footer__group:has(.l-footer__list) {
    grid-column: 1/-1;
  }
}
.l-footer__title {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0;
}
.l-footer__title + .l-footer__title {
  margin-top: 2.375rem;
}
.l-footer__title a {
  text-decoration: none;
  color: #000;
  font-size: inherit;
}
.l-footer__title.-line {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.l-footer__title.-line::after {
  margin-top: 0.125rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  flex: 1;
  content: "";
}
.l-footer__list {
  padding: 0;
  margin: 1.0625rem 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
@media (max-width: 767px) {
  .l-footer__list {
    gap: 0.75rem 0;
  }
}
.l-footer__list a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-footer__list.-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 0.375rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .l-footer__list.-grid-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .l-footer__list.-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.375rem 2.5rem;
  }
}
.l-footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
  padding: 1.125rem;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.l-footer__copyright {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    line-height: 1.6;
  }
}

/**************************************************/
/* contents */
/**************************************************/
.l-bg-light {
  background-color: #E6EDE9;
  padding: 10rem 3.5rem;
}
@media (max-width: 767px) {
  .l-bg-light {
    padding: 5rem 2.25rem;
  }
}
.l-bg-light.-top {
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .l-bg-light.-top {
    padding-bottom: 7.5rem;
  }
}
.l-bg-light .c-box-top__text a {
  color: #000;
  word-break: break-all;
}
.l-bg-light .c-box-top__box a {
  color: #000;
  word-break: break-all;
}

.l-bg-dark {
  background-color: #3C4641;
  padding: 10rem 3.5rem;
}
@media (max-width: 767px) {
  .l-bg-dark {
    padding: 5rem 2.25rem;
  }
}
.l-bg-dark.-rounded {
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: -2.5rem;
}
@media (max-width: 767px) {
  .l-bg-dark.-rounded {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
.l-bg-dark .c-box-bottom__text a {
  color: #fff;
  word-break: break-all;
}
.l-bg-dark .c-box-bottom__box a {
  color: #000;
  word-break: break-all;
}
.l-bg-dark .c-box-bottom__box .c-box-bottom__list li {
  color: #000;
}
.l-bg-dark .c-box-bottom__box .c-box-bottom__list li a {
  color: #000;
  word-break: break-all;
}
.l-bg-dark .c-box-bottom__list li {
  color: #fff;
}
.l-bg-dark .c-box-bottom__list li a {
  color: #fff;
  word-break: break-all;
}
.l-bg-dark .c-box-bottom__list.-white li {
  color: #000;
}

@media (min-width: 768px) {
  .l-content {
    width: 72.7672035139%;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .l-wrapper {
    max-width: 58.625rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
/* heading */
.c-heading-a {
  margin: 0;
  color: #121A16;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .c-heading-a {
    font-size: 2rem;
  }
}
.c-heading-a.-white {
  color: #fff;
}

.c-heading-b {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1.5rem;
  }
}
.c-heading-b.-top {
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .c-heading-b.-top {
    margin: 1.5rem 0 0;
  }
}
.c-heading-b.-white {
  color: #fff;
}

.c-heading-c {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 1rem;
  }
}
.c-heading-c.-top {
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .c-heading-c.-top {
    margin: 1.25rem 0 0;
  }
}
.c-heading-c.-white {
  color: #fff;
}
.c-heading-c.-green {
  color: #3C4641;
}
.c-heading-c.-let {
  letter-spacing: 0.1rem;
}

.c-heading-d {
  margin: 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4;
  padding-left: 1.75rem;
  text-indent: -1.75rem;
}
@media (max-width: 767px) {
  .c-heading-d {
    font-size: 1rem;
    padding-left: 1.375rem;
    text-indent: -1.375rem;
  }
}
.c-heading-d.-top {
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .c-heading-d.-top {
    margin: 1.25rem 0 0;
  }
}
.c-heading-d.-center {
  text-align: center;
}
@media (max-width: 767px) {
  .c-heading-d.-center {
    text-align: left;
  }
}
.c-heading-d.-white {
  color: #fff;
}

/* notes */
.c-notes {
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.75;
  padding-left: 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  .c-notes {
    font-size: 0.625rem;
    line-height: 1.4285714286;
  }
}
.c-notes::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  content: "※";
}
.c-notes.-white {
  color: #fff;
}
.c-notes.-white a {
  color: #fff;
}

/* button */
.c-btn-a {
  display: block;
  margin-left: auto;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  text-decoration: none;
  width: 14.375rem;
  border-radius: 50vh;
  line-height: 1;
  padding: 1.25rem 3.625rem 1.25rem 1.25rem;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn-a {
    width: 100%;
  }
}
.c-btn-a:hover {
  background: #3C4641;
  opacity: 1;
}
.c-btn-a:hover .c-arrow-circle::after {
  transform: translateX(0.1875rem);
}
.c-btn-a.-long {
  width: 18.75rem;
}
@media (max-width: 767px) {
  .c-btn-a.-long {
    width: 100%;
  }
}
.c-btn-a.-recruit {
  width: 21.25rem;
}
@media (max-width: 767px) {
  .c-btn-a.-recruit {
    width: 100%;
    font-size: 4vw;
  }
}
.c-btn-a .c-arrow-circle {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  margin-top: -1.5rem;
}

/* img-block */
.c-img-block {
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-img-block {
    padding: 1rem;
  }
}
.c-img-block img {
  width: 100%;
  max-width: 48.625rem;
  height: auto;
}

/* box */
.c-box-top__text {
  margin: 3rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .c-box-top__text {
    margin: 1.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-top__text + .c-box-top__text {
  margin-top: 0.3125rem;
}
.c-box-top__text.-lead {
  margin: 1.5rem 0 0;
}
.c-box-top__text.-top {
  margin: 0;
}
.c-box-top__text.-right {
  text-align: right;
}
.c-box-top__text.-center {
  text-align: center;
  padding-left: 0;
  text-indent: 0;
}
.c-box-top__box {
  margin: 2rem 0;
  background: #fff;
  border-radius: 0.625rem;
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .c-box-top__box {
    margin: 1.5rem 0;
    padding: 1.5rem;
  }
}
.c-box-top__box .c-box-top__text {
  color: inherit;
}
@media (max-width: 767px) {
  .c-box-top__box .c-box-top__text {
    line-height: 1.75;
  }
}
.c-box-top__box.-head {
  margin: 1rem 0 0;
}
.c-box-top__lead {
  margin: 0 0 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-box-top__lead {
    margin: 0 0 1.5rem;
  }
}
.c-box-top__lead:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-box-top__lead:not(:first-child) {
    margin-top: 2rem;
  }
}
.c-box-top__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.c-box-top__list li {
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-box-top__list li {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-top__list li + li {
  margin-top: 0.75rem;
}
.c-box-top__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: inherit;
  content: "・";
}
.c-box-top__list.-top {
  margin: 0;
}
.c-box-top__list.-notes {
  margin: 0;
}
.c-box-top__list.-notes li {
  font-size: 0.875rem;
  padding-left: 2.125rem;
  text-indent: -2.125rem;
}
@media (max-width: 767px) {
  .c-box-top__list.-notes li {
    font-size: 0.625rem;
    padding-left: 1.875rem;
    text-indent: -1.875rem;
  }
}
.c-box-top__list.-notes li + li {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-box-top__list.-notes li + li {
    margin-top: 0.25rem;
  }
}
.c-box-top__list.-notes li::before {
  content: "";
}
.c-box-top__numlist {
  list-style: decimal;
  padding: 0;
  margin: 1.5rem 0 0;
}
.c-box-top__numlist li {
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  padding-left: 0.5em;
  margin-left: 0.8em;
}
@media (max-width: 767px) {
  .c-box-top__numlist li {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-top__numlist li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-box-top__numlist li {
    padding-left: 0.2em;
  }
}
.c-box-top__numlist.-top {
  margin: 0;
}
.c-box-top__numlist.-txt li p {
  margin-top: 1rem;
}
.c-box-top__numlist.-txt li .c-box-top__numlist-c {
  margin: 0.5rem 0 0;
}
.c-box-top__numlist.-txt li .c-box-top__numlist-c li {
  padding-left: 0;
  margin-left: 0;
}
.c-box-top__numlist.-txt li .c-box-top__numlist-c li + li {
  margin-top: 0;
}
.c-box-top__numlist.-txt li .c-box-top__list li {
  padding-left: 1.2em;
  margin-left: 0;
}
.c-box-top__numlist-c {
  list-style: none;
  counter-reset: numlist-counter;
  padding: 0;
  margin: 1.5rem 0 0;
}
.c-box-top__numlist-c li {
  counter-increment: numlist-counter;
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
}
@media (max-width: 767px) {
  .c-box-top__numlist-c li {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-top__numlist-c li + li {
  margin-top: 1rem;
}
.c-box-top__numlist-c li::before {
  content: "(" counter(numlist-counter) ")";
  margin-right: 0.5em;
  flex-shrink: 0;
}
.c-box-top__numlist-c.-top {
  margin: 0;
}
.c-box-top__numlist-c.-txt {
  margin: 0.5rem 0;
}
.c-box-top__numlist-c.-txt li {
  line-height: 1.6;
}

.c-box-bottom__heading {
  margin: 0 0 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  padding-left: 3rem;
  text-indent: -3rem;
}
@media (max-width: 767px) {
  .c-box-bottom__heading {
    font-size: 1.5rem;
    margin: 0 0 2rem;
    padding-left: 2.25rem;
    text-indent: -2.25rem;
  }
}
.c-box-bottom__heading.-center {
  text-align: center;
  padding-left: 0;
  text-indent: 0;
}
.c-box-bottom__heading.-noindent {
  padding-left: 0;
  text-indent: 0;
}
.c-box-bottom__heading.-mtop {
  margin: 4rem 0 2.5rem;
}
.c-box-bottom__text {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .c-box-bottom__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-bottom__text.-indent {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .c-box-bottom__text.-indent {
    margin-left: 2.25rem;
  }
}
.c-box-bottom__text.-right {
  text-align: right;
}
.c-box-bottom__box {
  margin: 2rem 0;
  background: #fff;
  border-radius: 0.625rem;
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .c-box-bottom__box {
    margin: 1.5rem 0;
    padding: 1.875rem 1.5rem;
  }
}
.c-box-bottom__box .c-box-bottom__text {
  color: inherit;
}
@media (max-width: 767px) {
  .c-box-bottom__box .c-box-bottom__text {
    line-height: 1.75;
  }
}
.c-box-bottom__lead {
  margin: 0 0 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-box-bottom__lead {
    margin: 0 0 1.5rem;
  }
}
.c-box-bottom__lead:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-box-bottom__lead:not(:first-child) {
    margin-top: 2rem;
  }
}
.c-box-bottom__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .c-box-bottom__list {
    margin: 0.75rem 0 0;
  }
}
.c-box-bottom__list li {
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-box-bottom__list li {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-bottom__list li + li {
  margin-top: 0.75rem;
}
.c-box-bottom__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: inherit;
  content: "・";
}
.c-box-bottom__list.-top {
  margin: 0;
}
.c-box-bottom__list.-stop {
  margin: 0.25rem 0 0;
}
.c-box-bottom__list.-stop li + li {
  margin-top: 0.25rem;
}
.c-box-bottom__list.-mtop li + li {
  margin-top: 0.5rem;
}
.c-box-bottom__list.-none li {
  padding-left: 0 !important;
}
.c-box-bottom__list.-none li::before {
  content: "";
}
.c-box-bottom__list.-notes {
  margin: 0;
}
.c-box-bottom__list.-notes li {
  font-size: 0.875rem;
  padding-left: 2.125rem;
  text-indent: -2.125rem;
}
@media (max-width: 767px) {
  .c-box-bottom__list.-notes li {
    font-size: 0.625rem;
    padding-left: 1.875rem;
    text-indent: -1.875rem;
  }
}
.c-box-bottom__list.-notes li::before {
  content: "";
}
.c-box-bottom__list.-notes li + li {
  margin-top: 0.5rem;
}
.c-box-bottom__numlist {
  list-style: decimal;
  padding: 0;
  margin: 1.5rem 0 0;
}
.c-box-bottom__numlist li {
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  padding-left: 0.5em;
  margin-left: 0.8em;
}
@media (max-width: 767px) {
  .c-box-bottom__numlist li {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-bottom__numlist li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-box-bottom__numlist li {
    padding-left: 0.2em;
  }
}
.c-box-bottom__numlist.-top {
  margin: 0;
}
.c-box-bottom__numlist.-mtop li + li {
  margin-top: 0.5rem;
}
.c-box-bottom__numlist.-ltop li + li {
  margin-top: 2rem;
}
.c-box-bottom__numlist.-txt li p {
  margin-top: 0.5rem;
}
.c-box-bottom__numlist.-txt li .c-box-bottom__numlist-c {
  margin: 0.5rem 0 0;
}
.c-box-bottom__numlist.-txt li .c-box-bottom__numlist-c li {
  padding-left: 0;
  margin-left: 0;
}
.c-box-bottom__numlist.-txt li .c-box-bottom__numlist-c li + li {
  margin-top: 0;
}
.c-box-bottom__numlist.-txt li .c-box-bottom__list li {
  padding-left: 1.2em;
  margin-left: 0;
}
.c-box-bottom__numlist-c {
  list-style: none;
  counter-reset: numlist-counter;
  padding: 0;
  margin: 1.5rem 0 0;
}
.c-box-bottom__numlist-c li {
  counter-increment: numlist-counter;
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
}
@media (max-width: 767px) {
  .c-box-bottom__numlist-c li {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-box-bottom__numlist-c li + li {
  margin-top: 1rem;
}
.c-box-bottom__numlist-c li::before {
  content: "(" counter(numlist-counter) ")";
  margin-right: 0.5em;
  flex-shrink: 0;
}
.c-box-bottom__numlist-c.-top {
  margin: 0;
}

.c-box-a {
  margin: 1.5rem 0;
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 1.5rem;
}
.c-box-a__lead {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #536F53;
  font-weight: bold;
}

.c-box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .c-box-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}

/* news-list */
.c-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.c-news-list__item {
  background: #fff;
  border-radius: 0.625rem;
}
.c-news-list__link {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  text-decoration: none;
  color: #121A16;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 1.4375rem 5.875rem 1.4375rem 1.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-news-list__link {
    flex-wrap: wrap;
    padding: 1.25rem 1.5rem 1.5rem;
    font-size: 0.875rem;
    gap: 0.625rem 1.125rem;
  }
}
.c-news-list__link:hover {
  opacity: 1;
}
.c-news-list__link:hover .c-news-list__date,
.c-news-list__link:hover .c-news-list__category,
.c-news-list__link:hover .c-news-list__title {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.c-news-list__link:hover .c-arrow-circle {
  background: #3C4641;
  transition: background-color 0.2s ease;
}
.c-news-list__link:hover .c-arrow-circle::after {
  transform: translateX(0.1875rem);
}
.c-news-list__date {
  width: 5.3125rem;
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-news-list__date {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .c-news-list__title {
    line-height: 1.4285714286;
  }
}
.c-news-list__category {
  width: 5.3125rem;
  flex-shrink: 0;
  line-height: 1;
  background: #fff;
  border-radius: 50vh;
  border: 1px solid #121A16;
  text-align: center;
  padding: 0.5rem;
}
.c-news-list .c-arrow-circle {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -1.5rem;
}
@media (max-width: 767px) {
  .c-news-list .c-arrow-circle {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-news-list.-large .c-news-list__link {
    padding-left: 2.5rem;
    gap: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .c-news-list.-large .c-news-list__link::after {
    right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-news-list.-large .c-news-list__title {
    padding-left: 1rem;
  }
}

/* arrow-circle */
.c-arrow-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #121A16;
  display: grid;
  place-items: center;
}
.c-arrow-circle::after {
  width: 1rem;
  height: 0.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.c-arrow-circle.-reverse {
  background: #fff;
}
.c-arrow-circle.-reverse::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='%23121A16' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='%23121A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.c-arrow-circle.-blank {
  background: #fff;
}
.c-arrow-circle.-blank::after {
  transform: rotate(-45deg);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='%23121A16' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='%23121A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* table */
@media (max-width: 767px) {
  .table-scroll {
    overflow-x: auto;
    position: relative;
  }
}

table {
  border-collapse: collapse;
}

.table-a {
  width: 100%;
  margin: 1.5rem auto 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table-a th, .table-a td {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .table-a th, .table-a td {
    padding: 0.75rem;
    font-size: 0.875rem;
    white-space: normal;
  }
}
.table-a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table-a th {
  background: #f2f2f2;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .table-a th {
    white-space: normal;
  }
}
.table-a td {
  background: #fff;
  line-height: 1.4285714286;
}
.table-a.-mtop {
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .table-a.-mtop {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .table-a.-auto th, .table-a.-auto td {
    padding: 0.625rem;
  }
}
@media (max-width: 767px) {
  .table-a.-is-sticky {
    min-width: 500px;
  }
  .table-a.-is-sticky tr:nth-child(1) > *:nth-child(1),
  .table-a.-is-sticky tr:nth-child(2) > td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 150px;
    max-width: 150px;
  }
  .table-a.-is-sticky tr:nth-child(1) > th:nth-child(1) {
    background-color: #f2f2f2;
  }
  .table-a.-is-sticky tr:nth-child(2) > td:first-child {
    background-color: #fff;
  }
  .table-a.-is-sticky tr:nth-child(1) > *:nth-child(2),
  .table-a.-is-sticky tr:nth-child(2) > td:nth-child(2),
  .table-a.-is-sticky tr:nth-child(3) > td:nth-child(1) {
    width: 130px;
  }
  .table-a.-is-sticky tr:nth-child(1) > *:nth-child(3),
  .table-a.-is-sticky tr:nth-child(2) > td:nth-child(3),
  .table-a.-is-sticky tr:nth-child(2) > td:nth-child(4),
  .table-a.-is-sticky tr:nth-child(3) > td:nth-child(2) {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .table-a.-is-sticky-l {
    min-width: 680px;
  }
  .table-a.-is-sticky-l th, .table-a.-is-sticky-l td {
    padding: 0.375rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .table-a.-is-sticky-l tr:nth-child(1) > th:nth-child(1),
  .table-a.-is-sticky-l tr:nth-child(n+4) > td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-weight: bold;
  }
  .table-a.-is-sticky-l tr:nth-child(1) > th:nth-child(1) {
    background-color: #f2f2f2;
  }
  .table-a.-is-sticky-l tr:nth-child(n+4) > td:first-child {
    background-color: #fff;
  }
  .table-a.-is-sticky-l tr:nth-child(1) > th:nth-child(2),
  .table-a.-is-sticky-l tr:nth-child(4) > td:nth-child(2) {
    width: 180px;
    min-width: 180px;
  }
  .table-a.-is-sticky-l .c-box-bottom__list {
    margin: 0;
  }
  .table-a.-is-sticky-l .c-box-bottom__list li {
    font-size: 0.6875rem;
    margin-bottom: 0.125rem;
  }
  .table-a.-is-sticky-l tr:nth-child(2) > th,
  .table-a.-is-sticky-l tr:nth-child(3) > th,
  .table-a.-is-sticky-l tr:nth-child(n+4) > td:nth-child(n+3) {
    width: 40px;
    text-align: center;
  }
  .table-a.-is-sticky-l tr:nth-child(2) > th[rowspan="2"] {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .table-a.-protection {
    table-layout: fixed !important;
    min-width: 560px;
  }
  .table-a.-protection col:nth-child(1) {
    width: 42px !important;
  }
  .table-a.-protection col:nth-child(2) {
    width: 100px !important;
  }
  .table-a.-protection col:nth-child(3) {
    width: 140px !important;
  }
  .table-a.-protection col:nth-child(4) {
    width: 240px !important;
  }
  .table-a.-protection th, .table-a.-protection td {
    padding: 0.625rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    box-sizing: border-box;
  }
  .table-a.-protection .-v-text {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding: 0.0625rem !important;
    padding: 0.0625rem !important;
  }
  .table-a.-protection tr:nth-child(1) > th:first-child,
  .table-a.-protection tr:nth-child(5) > th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    background-color: #f2f2f2;
  }
  .table-a.-protection tr:nth-child(1) > th:nth-child(2) {
    width: 240px !important;
  }
}
@media (max-width: 767px) {
  .table-a.-terms {
    min-width: 500px;
  }
  .table-a.-terms col {
    width: auto !important;
  }
  .table-a.-terms th, .table-a.-terms td {
    padding: 0.625rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .table-a.-terms tr > th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    text-align: center;
  }
  .table-a.-terms tr:nth-child(1) > th:first-child {
    background-color: #f2f2f2;
  }
  .table-a.-terms tr:nth-child(n+2) > th:first-child {
    background-color: #fff;
  }
  .table-a.-terms tr > td:nth-child(2) {
    width: 210px;
    min-width: 210px;
  }
  .table-a.-terms tr > td:nth-child(3) {
    width: 150px;
    min-width: 150px;
  }
  .table-a.-terms tr > td:nth-child(3) span {
    display: inline-block;
  }
  .table-a.-terms tr > td:nth-child(4) {
    width: 100px;
    min-width: 100px;
    text-align: center;
  }
}

/* link */
.c-link-external {
  position: relative;
}
.c-link-external::after {
  display: inline-block;
  width: 1rem;
  height: 0.8125rem;
  margin-top: -0.375rem;
  margin-left: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='%23121A16' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='%23121A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.c-link-external:hover::after {
  transform: rotate(-45deg) translateX(0.1875rem);
}
.c-link-external--white {
  color: #fff;
}
.c-link-external--white::after {
  filter: brightness(0) invert(1);
}

.c-link-pdf {
  position: relative;
  padding: 0.3125rem 0;
}
.c-link-pdf::after {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.947 3.664H6.5V13.112H24.947V3.664Z' stroke='black' stroke-miterlimit='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.172 13.113V29.7361H27.152V5.20996H25.022' stroke='black' stroke-miterlimit='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.95 5.54602H9V11.613H10.02V9.43402H10.825C11.0995 9.45803 11.3761 9.42656 11.6382 9.34151C11.9004 9.25646 12.1427 9.11954 12.3509 8.93892C12.559 8.7583 12.7287 8.53766 12.8498 8.29012C12.971 8.04258 13.0411 7.7732 13.056 7.49802C13.0467 7.2313 12.9848 6.96904 12.8738 6.72634C12.7628 6.48365 12.6048 6.2653 12.4091 6.08388C12.2134 5.90246 11.9837 5.76154 11.7333 5.66923C11.4829 5.57692 11.2167 5.53505 10.95 5.54602ZM10.019 8.47202V6.50702H10.95C11.0861 6.4999 11.2224 6.51999 11.3506 6.5661C11.4789 6.61222 11.5968 6.68345 11.6972 6.77562C11.7977 6.86779 11.8788 6.97906 11.9357 7.10292C11.9927 7.22679 12.0244 7.36076 12.029 7.49702C12.029 8.06602 11.556 8.47202 10.829 8.47202H10.019Z' fill='black'/%3E%3Cpath d='M15.468 5.54601H13.735V11.613H15.468C15.8029 11.6237 16.1363 11.5639 16.4466 11.4374C16.7568 11.311 17.037 11.1207 17.269 10.8789C17.501 10.6371 17.6795 10.3492 17.7931 10.034C17.9066 9.71875 17.9526 9.38317 17.928 9.049V8.037C17.9506 7.7067 17.9028 7.37535 17.7876 7.06496C17.6724 6.75456 17.4925 6.47221 17.2598 6.23663C17.0272 6.00106 16.7471 5.81766 16.4382 5.69859C16.1293 5.57952 15.7986 5.52751 15.468 5.54601ZM14.759 10.646V6.509H15.468C15.6664 6.50202 15.8639 6.53757 16.0474 6.61328C16.2309 6.68899 16.3961 6.8031 16.5319 6.94794C16.6676 7.09278 16.7708 7.26499 16.8344 7.453C16.8981 7.64102 16.9208 7.84049 16.901 8.038V9.05C16.9232 9.25145 16.9027 9.45532 16.8408 9.64831C16.7789 9.8413 16.677 10.0191 16.5418 10.1701C16.4066 10.321 16.2411 10.4418 16.0561 10.5245C15.871 10.6072 15.6707 10.65 15.468 10.65L14.759 10.646Z' fill='black'/%3E%3Cpath d='M22.676 6.507V5.547H18.834V11.613H19.861V9.005H22.321V8.045H19.861V6.508L22.676 6.507Z' fill='black'/%3E%3Cpath d='M11.062 17.5H24.323' stroke='black'/%3E%3Cpath d='M11.062 21.5H24.323' stroke='black'/%3E%3Cpath d='M11.062 25.5H24.323' stroke='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-link-pdf--white {
  color: #fff;
}
.c-link-pdf--white::after {
  filter: brightness(0) invert(1);
}

/* margin settings */
.c-mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .c-mb-80 {
    margin-bottom: 40px;
  }
}

/**************************************************/
/* animation keyframe */
/**************************************************/
.js-fade-in {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition-duration: 1.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.js-fade-in.-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .js-fade-in.-delay {
    --delay: 0.1s;
    transition-delay: calc(var(--delay) * var(--delay-order));
  }
}

@keyframes zoom-out {
  from {
    transform: scale(1) translateZ(0);
  }
  to {
    transform: scale(5) translateZ(0);
  }
}
@keyframes zoom-out-sp {
  from {
    transform: scale(1) translateZ(0);
  }
  to {
    transform: scale(10) translateZ(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes move-right {
  from {
    transform: translate3d(-50%, -50%, 0);
  }
  to {
    transform: translate3d(-31%, -50%, 0);
  }
}
/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
body.pg-home.-loading {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.pg-home.-loading .l-header, body.pg-home.-loading .l-sidenav, body.pg-home.-loading .home-mv__news, body.pg-home.-loading .home-mv__text, body.pg-home.-loading .home-mv__map, body.pg-home.-loading .c-float-btn {
  opacity: 0;
  visibility: hidden;
}
body.pg-home.-loading {
  /*.home-mv__map {
  	opacity: 1;
  	visibility: visible;
  }*/
}
body.pg-home.-loading .home-mv__text {
  transform: translate3d(-50%, -50%, 0);
}
body.pg-home.-loaded .home-mv__map {
  visibility: visible;
  animation: fade-in 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards, zoom-out 2.8s cubic-bezier(0.4, 0, 0.2, 1) 2s forwards, fade-out 10s ease-out 20s forwards;
}
@media (max-width: 767px) {
  body.pg-home.-loaded .home-mv__map {
    animation: fade-in 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards, zoom-out-sp 2.8s cubic-bezier(0.4, 0, 0.2, 1) 2s forwards, fade-out 1.2s ease-out 4.8s forwards;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body.pg-home.-loaded .home-mv__text {
  visibility: visible;
  opacity: 1;
  animation-name: move-right;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767px) {
  body.pg-home.-loaded .home-mv__text {
    animation-name: none;
  }
}
body.pg-home.-loaded .l-header, body.pg-home.-loaded .l-sidenav, body.pg-home.-loaded .home-mv__news, body.pg-home.-loaded .c-float-btn {
  visibility: visible;
  animation: fade-in 1.5s forwards 4s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.home-mv {
  width: 100%;
  height: calc(100vh + 2.5rem);
  height: calc(100dvh + 2.5rem);
  position: sticky;
  top: 0;
  overflow: clip;
}
.home-mv__map {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  z-index: 11;
  background-image: url("../../images/mv-map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .home-mv__map {
    background-image: url("../../images/mv-map_sp.png");
    background-position: center center;
  }
}
.home-mv__text {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-31%, -50%, 0);
  left: 50%;
  width: 52.75rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .home-mv__text {
    width: 28.5rem;
    top: 42.5%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.home-mv__text-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
  --reveal: 0;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(var(--reveal) * 1% - 8%), transparent calc(var(--reveal) * 1% + 8%), transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 calc(var(--reveal) * 1% - 8%), transparent calc(var(--reveal) * 1% + 8%), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.home-mv__news {
  position: absolute;
  z-index: 10;
  width: 48.625rem;
}
@media (min-width: 768px) {
  .home-mv__news {
    right: 3.5rem;
    bottom: 5.3125rem;
  }
}
@media (max-width: 767px) {
  .home-mv__news {
    width: calc(100% - 2.5rem);
    bottom: 3.75rem;
    left: 1.25rem;
  }
}

.home-mv-slider {
  width: 100%;
  height: 100%;
}
.home-mv-slider__inner, .home-mv-slider__wrapper, .home-mv-slider__image {
  width: 100%;
  height: 100%;
}
.home-mv-slider__image {
  background-size: cover;
  background-position: center;
}
.home-mv-slider__image.--is-slide01 {
  background-position: 20% center;
}
@media (max-width: 767px) {
  .home-mv-slider__image.--is-slide01 {
    background-position: 12% center;
    height: 130%;
    transform: translateY(-20%);
  }
}

.home-article {
  position: relative;
  z-index: 10;
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: -2.5rem;
  background-color: #121A16;
  overflow: clip;
}
@media (max-width: 767px) {
  .home-article {
    border-radius: 1.875rem 1.875rem 0 0;
    margin-top: -1.875rem;
    padding: 5rem 2.25rem 7.5rem;
  }
}
@media (min-width: 768px) {
  .home-article__inner {
    width: 72.7672035139%;
    margin-left: auto;
  }
}
.home-article__front {
  position: relative;
}
@media (min-width: 768px) {
  .home-article__front {
    padding: 10rem 0 12.5rem;
    position: sticky;
    top: 0;
  }
}
.home-article__bg-circles {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -30%;
  right: -15%;
  width: 93.4375rem;
  height: 81.0625rem;
}
@media (max-width: 767px) {
  .home-article__bg-circles {
    top: -5%;
    right: -25%;
    width: 43.25rem;
    height: 38.8125rem;
  }
}
.home-article__circle {
  position: absolute;
}
.home-article__circle--left {
  top: 4%;
  left: 0;
  width: 72%;
}
@media (max-width: 767px) {
  .home-article__circle--left {
    top: 8%;
    left: 10%;
  }
}
.home-article__circle--right {
  top: -10%;
  right: -2%;
  width: 62%;
}
@media (max-width: 767px) {
  .home-article__circle--right {
    top: -20%;
    right: -10%;
  }
}
.home-article__circle-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.home-article__back {
  margin: 0;
}
@media (min-width: 768px) {
  .home-article__back {
    display: grid;
    grid-template-columns: 30rem 1fr;
    padding: 10rem 0 12.5rem;
  }
}
@media (max-width: 767px) {
  .home-article__back {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .home-article__back::before {
    content: "";
  }
}
.home-article__heading {
  margin: 0;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4166666667;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-article__heading {
    font-size: 1.5rem;
  }
}
.home-article__text {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.7;
}
@media (max-width: 767px) {
  .home-article__text {
    font-size: 1rem;
    line-height: 2;
  }
}
.home-article__text + .home-article__text {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .home-article__text + .home-article__text {
    margin-top: 2rem;
  }
}

.home-news {
  position: relative;
  z-index: 11;
  padding: 10rem 0 12.5rem;
  margin-top: -2.5rem;
  background: #E6EDE9;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media (max-width: 767px) {
  .home-news {
    margin-top: -1.875rem;
    padding: 5rem 0 7.5rem;
  }
}
@media (min-width: 768px) {
  .home-news__inner {
    width: 72.7672035139%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .home-news__wrapper {
    max-width: 58.625rem;
  }
}
@media (max-width: 767px) {
  .home-news__wrapper {
    padding: 0 2.25rem;
  }
}
.home-news__heading {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .home-news__heading {
    font-size: 1.125rem;
  }
}
.home-news__heading span {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .home-news__heading span {
    font-size: 2.5rem;
  }
}
.home-news__list {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .home-news__list {
    flex-direction: column;
    margin-top: -1.875rem;
  }
}
@media (max-width: 767px) {
  .home-news__list {
    flex-direction: column-reverse;
    margin-top: 1.5rem;
  }
}

.home-recruit {
  margin-top: 7.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .home-recruit {
    margin-top: 5rem;
  }
}
.home-recruit__image {
  width: 100%;
  transition: transform 0.3s;
}
.home-recruit__image img {
  display: block;
}
.home-recruit__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.625rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  .home-recruit__link {
    padding-top: 0.4375rem;
  }
}
.home-recruit__link:hover {
  opacity: 1;
}
.home-recruit__heading {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .home-recruit__heading {
    font-size: 1.125rem;
  }
}
.home-recruit__heading span {
  display: block;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .home-recruit__heading span {
    font-size: 2.5rem;
  }
}
.home-recruit__text {
  margin: 2.125rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .home-recruit__text {
    margin: 1.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.home-recruit .c-arrow-circle {
  pointer-events: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 767px) {
  .home-recruit .c-arrow-circle {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.home-recruit:hover .home-recruit__image {
  transform: scale(1.1);
}
.home-recruit:hover .c-arrow-circle::after {
  transform: rotate(-45deg) translateX(0.1875rem);
}

.home-service {
  position: relative;
  z-index: 12;
  margin-top: -2.5rem;
  padding: 10rem 0;
  background: #3C4641;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media (max-width: 767px) {
  .home-service {
    padding: 5rem 0;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
@media (min-width: 768px) {
  .home-service__inner {
    width: 72.7672035139%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .home-service__wrapper {
    max-width: 58.625rem;
  }
}
@media (max-width: 767px) {
  .home-service__wrapper {
    padding: 0 2.25rem;
  }
}
.home-service__heading {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 767px) {
  .home-service__heading {
    font-size: 1.125rem;
  }
}
.home-service__heading span {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .home-service__heading span {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.home-service__content {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 28.625rem;
  gap: 5.125rem;
}
@media (max-width: 767px) {
  .home-service__content {
    grid-template-columns: 100%;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.home-service__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.02em;
}
.home-service__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.home-service__image a {
  display: block;
}
.home-service__image a:hover {
  opacity: 1;
}
.home-service__image a:hover img {
  transform: scale(1.1);
}
.home-service__image a:hover .c-arrow-circle::after {
  transform: rotate(-45deg) translateX(0.1875rem);
}
.home-service__image img {
  display: block;
  transform: scale(1);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .home-service__image img {
    border-radius: 0.5rem;
  }
}
.home-service__image .c-arrow-circle {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 767px) {
  .home-service__image .c-arrow-circle {
    top: 0.5rem;
    right: 0.5rem;
  }
}

/* SP用 採用情報ボタン */
.c-float-btn {
  display: none;
}
@media (max-width: 767px) {
  .c-float-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0.625rem;
    writing-mode: vertical-rl;
    width: auto;
    height: auto;
    background-color: #121A16;
    color: #fff;
    padding: 1.25rem 0.75rem 1rem;
    border-radius: 0.5rem 0 0 0.5rem;
    text-decoration: none;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.3s, color 0.3s, opacity 0.6s, visibility 0.6s;
  }
  .c-float-btn__text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    writing-mode: vertical-rl;
  }
  .c-float-btn__text::after {
    content: "";
    display: block;
    writing-mode: horizontal-tb;
    width: 1.375rem;
    height: 1.375rem;
    min-width: 1.375rem;
    min-height: 1.375rem;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='arrow-group-main' transform='translate(-320.646 -465.146)'%3E%3Ccircle id='arrow-circle' cx='11' cy='11' r='11' transform='translate(320.646 465.146)' fill='%23ffffff'/%3E%3Cg id='arrow-lines' transform='translate(325.461 472.775)'%3E%3Cpath id='arrow-line-straight' d='M-9945.732-12208h7.336' transform='translate(9947.621 12211.371)' fill='none' stroke='%23121a16' stroke-linecap='round' stroke-width='1'/%3E%3Cpath id='arrow-line-head' d='M-9939-12212.164l3.371,3.371-3.371,3.373' transform='translate(9946.113 12212.164)' fill='none' stroke='%23121a16' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transition: background-image 0.3s;
  }
  .c-float-btn.-visible {
    opacity: 1;
    visibility: visible;
  }
  .c-float-btn.-light {
    background-color: #E6EDE9;
    color: #121A16;
  }
  .c-float-btn.-light .c-float-btn__text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='arrow-group-main' transform='translate(-320.646 -465.146)'%3E%3Ccircle id='arrow-circle' cx='11' cy='11' r='11' transform='translate(320.646 465.146)' fill='%23121a16'/%3E%3Cg id='arrow-lines' transform='translate(325.461 472.775)'%3E%3Cpath id='arrow-line-straight' d='M-9945.732-12208h7.336' transform='translate(9947.621 12211.371)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1'/%3E%3Cpath id='arrow-line-head' d='M-9939-12212.164l3.371,3.371-3.371,3.373' transform='translate(9946.113 12212.164)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

@media (max-width: 767px) {
  body.pg-home.-loaded .c-float-btn {
    animation: fade-in 1.5s forwards 4s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}

/**************************************************/
/* About */
/**************************************************/
@media (min-width: 768px) {
  .about-profile__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5.625rem;
  }
}
@media (min-width: 768px) {
  .about-profile__body {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .about-profile__body {
    margin: 1.25rem 0 0;
  }
}
.about-profile__table {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  margin: 0;
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .about-profile__table {
    grid-template-columns: 5.625rem 1fr;
  }
}
.about-profile__table dt, .about-profile__table dd {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .about-profile__table dt, .about-profile__table dd {
    padding: 1rem 0;
  }
}
.about-profile__table dt:first-of-type, .about-profile__table dd:first-of-type {
  padding-top: 0;
}
.about-profile__table dt {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-profile__table dt {
    font-size: 1rem;
  }
}
.about-profile__table dd {
  font-size: 1rem;
  padding-top: 1.625rem;
}
@media (max-width: 767px) {
  .about-profile__table dd {
    font-size: 0.875rem;
    padding-top: 1.125rem;
  }
}
.about-profile__note {
  margin: 1.5rem 0 3.125rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .about-profile__note {
    font-size: 0.875rem;
    margin: 1rem 0 1.5rem;
  }
}

.about-map {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .about-map {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .about-map__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5.625rem;
  }
}
.about-map__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .about-map__body {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .about-map__body {
    margin: 1.25rem 0 0;
  }
}
.about-map .c-btn-a {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .about-map .c-btn-a {
    order: 1;
    margin-top: 1.5rem;
  }
}

.about-section__text {
  margin: 3rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
}
@media (max-width: 767px) {
  .about-section__text {
    margin: 1.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.about-section__text.-reverse {
  color: #121A16;
}
.about-section__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .about-section__group {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.about-section__box {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
  .about-section__box {
    padding: 1.5rem;
  }
}
.about-section__box .about-section__text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .about-section__box .about-section__text {
    margin-top: 0.5rem;
  }
}
.about-section__lead {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .about-section__lead {
    font-size: 1.5rem;
  }
}
.about-section__lead span {
  display: inline-block;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .about-section__lead span {
    font-size: 0.875rem;
  }
}
.about-section + .about-section {
  margin-top: 7.5rem;
  padding-top: 6.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .about-section + .about-section {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}

/**************************************************/
/* Disclosure */
/**************************************************/
.disclosure-section__text {
  margin: 3.125rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .disclosure-section__text {
    margin: 1.5625rem 0 0;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.disclosure-section__text + .disclosure-section__text {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .disclosure-section__text + .disclosure-section__text {
    margin-top: 0.625rem;
  }
}
.disclosure-section__link {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding-right: 1.375rem;
  color: #000;
}
@media (max-width: 767px) {
  .disclosure-section__link {
    font-size: 0.875rem;
  }
}
.disclosure-section__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.8125rem;
  margin-top: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.26514H13.8477' stroke='%23121A16' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.08594 1L14.3516 6.26514L9.08594 11.53' stroke='%23121A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.disclosure-section__link:hover::after {
  transform: rotate(-45deg) translateX(0.1875rem);
}

.disclosure-card {
  margin-top: 3.5rem;
}
.disclosure-card__heading {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .disclosure-card__heading {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}
.disclosure-card__heading-link {
  display: inline-block;
  color: inherit;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
  position: relative;
  padding-right: 2.125rem;
}
.disclosure-card__heading-link::after {
  display: inline-block;
  width: 2.0625rem;
  height: 2.0625rem;
  vertical-align: -0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.947 3.664H6.5V13.112H24.947V3.664Z' stroke='black' stroke-miterlimit='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.172 13.113V29.7361H27.152V5.20996H25.022' stroke='black' stroke-miterlimit='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.95 5.54602H9V11.613H10.02V9.43402H10.825C11.0995 9.45803 11.3761 9.42656 11.6382 9.34151C11.9004 9.25646 12.1427 9.11954 12.3509 8.93892C12.559 8.7583 12.7287 8.53766 12.8498 8.29012C12.971 8.04258 13.0411 7.7732 13.056 7.49802C13.0467 7.2313 12.9848 6.96904 12.8738 6.72634C12.7628 6.48365 12.6048 6.2653 12.4091 6.08388C12.2134 5.90246 11.9837 5.76154 11.7333 5.66923C11.4829 5.57692 11.2167 5.53505 10.95 5.54602ZM10.019 8.47202V6.50702H10.95C11.0861 6.4999 11.2224 6.51999 11.3506 6.5661C11.4789 6.61222 11.5968 6.68345 11.6972 6.77562C11.7977 6.86779 11.8788 6.97906 11.9357 7.10292C11.9927 7.22679 12.0244 7.36076 12.029 7.49702C12.029 8.06602 11.556 8.47202 10.829 8.47202H10.019Z' fill='black'/%3E%3Cpath d='M15.468 5.54601H13.735V11.613H15.468C15.8029 11.6237 16.1363 11.5639 16.4466 11.4374C16.7568 11.311 17.037 11.1207 17.269 10.8789C17.501 10.6371 17.6795 10.3492 17.7931 10.034C17.9066 9.71875 17.9526 9.38317 17.928 9.049V8.037C17.9506 7.7067 17.9028 7.37535 17.7876 7.06496C17.6724 6.75456 17.4925 6.47221 17.2598 6.23663C17.0272 6.00106 16.7471 5.81766 16.4382 5.69859C16.1293 5.57952 15.7986 5.52751 15.468 5.54601ZM14.759 10.646V6.509H15.468C15.6664 6.50202 15.8639 6.53757 16.0474 6.61328C16.2309 6.68899 16.3961 6.8031 16.5319 6.94794C16.6676 7.09278 16.7708 7.26499 16.8344 7.453C16.8981 7.64102 16.9208 7.84049 16.901 8.038V9.05C16.9232 9.25145 16.9027 9.45532 16.8408 9.64831C16.7789 9.8413 16.677 10.0191 16.5418 10.1701C16.4066 10.321 16.2411 10.4418 16.0561 10.5245C15.871 10.6072 15.6707 10.65 15.468 10.65L14.759 10.646Z' fill='black'/%3E%3Cpath d='M22.676 6.507V5.547H18.834V11.613H19.861V9.005H22.321V8.045H19.861V6.508L22.676 6.507Z' fill='black'/%3E%3Cpath d='M11.062 17.5H24.323' stroke='black'/%3E%3Cpath d='M11.062 21.5H24.323' stroke='black'/%3E%3Cpath d='M11.062 25.5H24.323' stroke='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.disclosure-card__body {
  display: flex;
  gap: 0 3.75rem;
  margin-top: 2.125rem;
}
@media (max-width: 767px) {
  .disclosure-card__body {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.disclosure-card__image {
  width: 12.8125rem;
}
.disclosure-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .disclosure-card__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.disclosure-card__text + .disclosure-card__text {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .disclosure-card__text + .disclosure-card__text {
    margin-top: 0.5rem;
  }
}
.disclosure-card__link {
  font-size: inherit;
  color: #000;
}
.disclosure-card__acc {
  flex-grow: 1;
}
.disclosure-card__acc-body {
  display: none;
}
.disclosure-card__acc-head {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .disclosure-card__acc-head {
    font-size: 1rem;
    padding-bottom: 0.375rem;
  }
}
.disclosure-card__acc-head::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.3125rem;
  width: 1.0625rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.537 8.06104L8.47498 1L1.41394 8.06104' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: transform 0.4s;
  content: "";
}
.disclosure-card__acc-head.-open::after {
  transform: rotate(-180deg);
}
.disclosure-card__acc-wrapper {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .disclosure-card__acc-wrapper {
    padding-top: 0.75rem;
  }
}

.disclosure-card-old {
  margin-top: 3.5rem;
}
.disclosure-card-old .disclosure-card {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .disclosure-card-old .disclosure-card {
    margin-top: 1.25rem;
  }
}

/**************************************************/
/* News */
/**************************************************/
.news-section__tabs {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0.5rem;
}
@media (max-width: 767px) {
  .news-section__tabs {
    margin: 1.5rem 0 0;
    gap: 0.5rem 0.375rem;
  }
}
.news-section__tabs a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  border-radius: 50vh;
  border: 1px solid #121A16;
  color: #121A16;
  background: #fff;
  padding: 0.4375rem 0.5625rem;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .news-section__tabs a {
    font-size: 0.875rem;
  }
}
.news-section__tabs a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .news-section__tabs a:hover {
    background: #121A16;
    color: #fff;
  }
}
.news-section__tabs a.-active {
  background: #121A16;
  color: #fff;
}
.news-section__list {
  margin-top: 1rem;
}

/**************************************************/
/* Faq */
/**************************************************/
.faq-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .faq-card__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.faq-card__text + .faq-card__text {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .faq-card__text + .faq-card__text {
    margin-top: 0.5rem;
  }
}
.faq-card__acc {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .faq-card__acc {
    margin-top: 2rem;
  }
}
.faq-card__acc-body {
  display: none;
}
.faq-card__acc-head {
  display: flex;
  align-items: baseline;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.375rem 1.375rem 1.375rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .faq-card__acc-head {
    font-size: 1rem;
    padding: 1rem 1.375rem 1rem 0;
  }
}
.faq-card__acc-head::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.3125rem;
  width: 1.0625rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.537 8.06104L8.47498 1L1.41394 8.06104' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: transform 0.4s;
  content: "";
}
.faq-card__acc-head.-open::after {
  transform: rotate(-180deg);
}
.faq-card__acc-head .qa {
  width: 3rem;
  flex-shrink: 0;
  color: #387263;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .faq-card__acc-head .qa {
    width: 2.5rem;
  }
}
.faq-card__acc-wrapper {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .faq-card__acc-wrapper {
    padding: 1.125rem 0;
  }
}