.btn {
  position: relative;
  display: inline-flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 16px;
  color: #fff;
  background: #2F2A2A;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-primary {
  background-color: var(--color-accent);
  padding: 16px 24px;
}
.btn.btn-primary:hover {
  background-color: var(--color-brand-accent-300);
}
.btn.btn-primary.btn-grey {
  background-color: var(--color-brand-primary-100);
}
.btn.btn-secondary {
  background-color: var(--color-white);
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
}
.btn.btn-secondary:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
}
.btn.btn-arrowright {
  gap: 8px;
  padding: 16px 24px;
}
.btn.btn-arrowright::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
.btn.btn-mapicon {
  padding: 8px 16px;
}
.btn.btn-mapicon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
}
.btn.btn-rounded {
  border-radius: calc(infinity * 1px);
}
.btn.btn-shadow {
  box-shadow: 0 4px 3px rgba(29, 29, 29, 0.2);
}
.btn.btn-large {
  font-size: 20px;
  width: 100%;
  padding: 16px 32px;
}
.btn.btn-large img {
  margin-right: 30px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 599px) {
  .btn.btn-large img {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 599px) {
  .btn.btn-large {
    font-size: 18px;
  }
}
.btn.btn-large.btn-arrowright {
  gap: 10px;
}
.btn.btn-large.btn-secondary:hover img {
  filter: brightness(0) invert(1);
}

.btn-hover {
  transition: all 0.2s;
}
.btn-hover:hover {
  opacity: 0.7;
}

.u-sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-center {
  margin-inline: auto;
}

.pc {
  display: inline-block;
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: inline-block;
  }
}

.bg-grey {
  background-color: var(--color-background);
}

/* Text size */
.u-text-large {
  font-size: 1.15em;
}

.u-text-small {
  font-size: 0.85em;
}

/* Text Style */
.u-fw-400 {
  font-weight: normal;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-800,
.u-fw-bold {
  font-weight: bold;
}

.u-underline {
  text-decoration: underline;
}

.u-text-delete {
  text-decoration: line-through;
}

/* Line-height */
.u-lheight-large {
  line-height: 2;
}

/* Align */
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

@media (max-width: 599px) {
  .align-center-sp {
    text-align: center;
  }
  .align-left-sp {
    text-align: left;
  }
  .align-right-sp {
    text-align: right;
  }
}
/* Break */
.pc {
  display: inline;
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1023px) {
  .tb {
    display: inline;
  }
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: inline;
  }
}

/* Margin */
.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb128 {
  margin-bottom: 128px;
}

@media (max-width: 599px) {
  .s_mb8 {
    margin-bottom: 8px;
  }
  .s_mb16 {
    margin-bottom: 16px;
  }
  .s_mb24 {
    margin-bottom: 24px;
  }
  .s_mb32 {
    margin-bottom: 32px;
  }
  .s_mb40 {
    margin-bottom: 40px;
  }
  .s_mb48 {
    margin-bottom: 48px;
  }
  .s_mb56 {
    margin-bottom: 56px;
  }
  .s_mb64 {
    margin-bottom: 64px;
  }
  .s_mb96 {
    margin-bottom: 96px;
  }
  .s_mb120 {
    margin-bottom: 120px;
  }
}
/* Padding */
.pd0 {
  padding: 0;
}

/* Image */
.image-round {
  border-radius: 8px;
}

.image-centered {
  margin-inline: auto;
}

.thumb-1-1,
.thumb-4-3,
.thumb-16-9 {
  width: 100%;
  position: relative;
}

.thumb-1-1::before,
.thumb-4-3::before,
.thumb-16-9::before {
  display: block;
  content: "";
}

.thumb-1-1::before {
  padding-top: 100%;
}

.thumb-4-3::before {
  padding-top: 67%;
}

.thumb-16-9::before {
  padding-top: 53%;
}

.thumb-1-1 img,
.thumb-4-3 img,
.thumb-16-9 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/
.u-shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* display */
.d-inline-block {
  display: inline-block;
}

/* Typography */
.heading-level1 {
  font-size: 36px;
  line-height: 1.6;
}

.heading-level2 {
  font-size: 24px;
  line-height: 1.6;
}

.heading-level3 {
  font-size: 20px;
  line-height: 1.8;
}

.heading-level4 {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 599px) {
  .sp-heading-level1 {
    font-size: 36px;
    line-height: 1.6;
  }
  .sp-heading-level2 {
    font-size: 24px;
    line-height: 1.6;
  }
  .sp-heading-level3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .sp-heading-level4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.caption-tiny {
  font-size: 12px;
  line-height: 16px;
}

/* table */
.table-primary {
  display: grid;
  grid-template-columns: max-content auto;
  border-top: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .table-primary {
    grid-template-columns: 1fr;
  }
}
.table-primary__label {
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
  font-weight: bold;
}
@media (max-width: 599px) {
  .table-primary__label {
    border-bottom: unset;
    padding-inline: 24px;
    padding-block: 16px 0;
  }
}
.table-primary__value {
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .table-primary__value {
    padding-inline: 24px;
    padding-block: 8px 16px;
  }
}

.table-secondary {
  display: grid;
  grid-template-columns: minmax(184px, max-content) auto;
  border-top: 1px solid var(--color-neutral-gray);
  align-items: center;
}
@media (max-width: 599px) {
  .table-secondary {
    grid-template-columns: 1fr;
  }
}
.table-secondary__label {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
  font-weight: bold;
  height: 100%;
}
@media (max-width: 599px) {
  .table-secondary__label {
    border-bottom: unset;
    padding-inline: 24px;
    padding-block: 16px 0;
  }
}
.table-secondary__value {
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .table-secondary__value {
    padding-inline: 24px;
    padding-block: 8px 16px;
  }
}

/* card */
.card {
  max-width: 100%;
  height: unset;
}
.card__link {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.card__link:hover {
  transform: scale(1.05);
}
.card__image {
  aspect-ratio: 16/9;
  background: #f2f2f2;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
}
.card__tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
}
.card__tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #efefef;
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.4;
}
.card__date {
  display: block;
  text-align: right;
  color: #4b5563;
}
.card__desc {
  line-height: 1.5;
  color: #4b5563;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* arrow */
.arrow-left {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 4.3px 0;
  border-radius: 9999px;
  background-color: var(--color-primary);
}
.arrow-left::before, .arrow-left::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  transform-origin: 0.5px 50%;
}
.arrow-left::before {
  transform: rotate(45deg);
}
.arrow-left::after {
  transform: rotate(-45deg);
}

.arrow-right {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 4.3px 0;
  border-radius: 9999px;
  background-color: var(--color-white);
}
.arrow-right::before, .arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-white);
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow-right::before {
  transform: rotate(45deg);
}
.arrow-right::after {
  transform: rotate(-45deg);
}
.arrow-right.arrow-primary {
  background-color: var(--color-primary);
}
.arrow-right.arrow-primary::before, .arrow-right.arrow-primary::after {
  background-color: var(--color-primary);
}

.front_hero {
  position: relative;
  aspect-ratio: 9/4;
  background-color: #2f2a2a;
  color: var(--color-white);
}
@media (max-width: 599px) {
  .front_hero {
    aspect-ratio: 9/16;
  }
}
.front_hero .movie-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 40px 0;
}
@media (max-width: 599px) {
  .front_hero .movie-container {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.front_hero .movie-container::after {
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(1deg, #000000, rgba(0, 0, 0, 0.5019607843) 30%, transparent 50% 100%);
  position: absolute;
  top: 0;
  bottom: 0;
}
.front_hero .movie-container .tile {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 9/16;
}
@media (max-width: 599px) {
  .front_hero .movie-container .tile {
    border-radius: 0;
  }
  .front_hero .movie-container .tile:nth-of-type(n + 2) {
    display: none;
  }
}
.front_hero .movie-container .mv-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}
.front_hero .movie-container .bar {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.front_hero .movie-container .fill {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 999px;
  transform-origin: left;
}
.front_hero-inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 40px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .front_hero-inner {
    padding-inline: 24px;
  }
}
.front_hero-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.front_hero-title::before {
  content: "";
  position: absolute;
  left: -120%;
  top: -10%;
  width: 120%;
  height: 120%;
  background: #fff;
  transform: translateX(0);
  animation: hero-title-wipe 2.2s ease 1s forwards;
  pointer-events: none;
}
.front_hero-title-media {
  display: block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: hero-title-reveal 2.2s ease 1s forwards;
}
.front_hero-desc {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 18px;
}
@media (max-width: 599px) {
  .front_hero-desc {
    font-size: 16px;
  }
}

@keyframes hero-title-wipe {
  0% {
    transform: translateX(-20%);
  }
  45% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(220%);
  }
}
@keyframes hero-title-reveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  45% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  75% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .front_hero-title::before {
    animation: none;
    transform: translateX(220%);
  }
  .front_hero-title-media {
    animation: none;
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.front-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  gap: 24px;
}
@media (max-width: 599px) {
  .front-headline {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.front-headline .en {
  font-size: 64px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media (max-width: 599px) {
  .front-headline .en {
    font-size: 40px;
  }
}
.front-headline .ja {
  font-size: 24px;
}
@media (max-width: 599px) {
  .front-headline .ja {
    font-size: 16px;
  }
}

.front_cta {
  text-align: center;
  padding-block: 48px;
}
@media (max-width: 599px) {
  .front_cta {
    padding-block: 32px;
    padding-inline: 32px;
  }
}
.front_cta a {
  display: inline-block;
}
.front_cta a img {
  height: auto;
}

.front_benefit {
  padding-block: 96px;
}
@media (max-width: 599px) {
  .front_benefit {
    padding-block: 64px;
  }
}
.front_benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 599px) {
  .front_benefit-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.front_benefit-detail {
  display: grid;
  grid-row: span 3;
  gap: 16px;
  position: relative;
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(47, 42, 42, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 599px) {
  .front_benefit-detail {
    padding: 32px;
  }
}
.front_benefit-detail--count {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 14px;
  background: #e6d88a;
  font-family: "Allan", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: 10px 11px 32px 11px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 65%, 0 80%);
}
@media (max-width: 599px) {
  .front_benefit-detail--count {
    left: 20px;
  }
}
.front_benefit-detail--count .count {
  font-size: 32px;
}
.front_benefit-detail--title {
  font-size: 24px;
  text-align: center;
}
.front_benefit-detail--desc {
  font-weight: 500;
  text-align: center;
}

.front_service {
  padding-block: 94px;
  background-image: url(../images/front/service-bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 599px) {
  .front_service {
    padding-block: 64px;
  }
}
.front_service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}
@media (max-width: 599px) {
  .front_service-list {
    gap: 32px;
  }
}
.front_service-detail {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 32px;
  background-color: #fff;
  padding: 32px 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media (max-width: 599px) {
  .front_service-detail {
    max-width: 320px;
    margin-inline: auto;
  }
}
.front_service-detail--catch {
  font-weight: bold;
  color: #ef4444;
  text-align: center;
}
.front_service-detail--title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .front_service-detail--title {
    font-size: 20px;
  }
}
.front_service-detail--image {
  aspect-ratio: 2/1;
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.front_news {
  padding-block: 96px;
}
@media (max-width: 599px) {
  .front_news {
    padding-block: 64px;
  }
}
.front_news-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .front_news-list {
    border-top: 1px solid #eee;
  }
}
.front_news-list .news__link {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 16px;
  align-items: center;
  color: var(--color-primary);
  padding-block: 32px;
  transition: all 0.2s;
  border-bottom: 1px solid #efefef;
}
.front_news-list .news__link:first-of-type {
  padding-top: unset;
}
@media (max-width: 599px) {
  .front_news-list .news__link:first-of-type {
    padding-top: 24px;
  }
}
@media (max-width: 1023px) {
  .front_news-list .news__link {
    padding: 24px 16px;
  }
}
@media (max-width: 599px) {
  .front_news-list .news__link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.front_news-list .news__link .news__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.front_news-list .news__link .news__head .news__date {
  color: var(--color-neutral-dim-gray);
}
.front_news-list .news__link .news__head .news__cat {
  border-radius: calc(infinity * 1px);
  background-color: var(--color-brand-primary-50);
  font-size: 14px;
  padding: 4px 12px;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .front_news-list .news__link .news__head .news__cat {
    background-color: #2f2a2a;
    color: #fff;
    border-radius: 8px;
  }
}
.front_news-list .news__link .news__body .news__title {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .front_news-list .news__link .news__body .news__title {
    margin-bottom: 16px;
  }
}
.front_news-list .news__link .news__body .news__title span {
  position: relative;
}
.front_news-list .news__link .news__body .news__title span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: var(--color-brand-accent);
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.3s;
}
.front_news-list .news__link .news__body .news__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .front_news-list .news__link .news__body .news__desc {
    -webkit-line-clamp: 2;
  }
}
.front_news-list .news__link:hover .news__title span::before {
  transform: scale(1);
}
.front_news-list .news__link:first-of-type .news__link {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .front_news-list .news__link:first-of-type .news__link {
    padding-top: 24px;
  }
}

.front_buy {
  padding-block: 96px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .front_buy {
    padding-block: 64px;
  }
}
.front_buy-btnlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 599px) {
  .front_buy-btnlist {
    grid-template-columns: 1fr;
    padding-inline: 32px;
    gap: 16px;
  }
}
.front_buy-panorama .title {
  font-size: 24px;
  font-weight: bold;
}
.front_buy-panorama .panorama_list li {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.front_buy-panorama .panorama_list li a {
  color: var(--color-primary);
  transition: all 0.2s;
}
.front_buy-panorama .panorama_list li a:hover {
  opacity: 0.7;
}
.front_buy-panorama .panorama_list li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 16px;
}

.front_voice {
  padding-block: 96px;
}

.front_column {
  padding-block: 96px;
}

.front_faq {
  padding-block: 96px;
}
@media (max-width: 599px) {
  .front_faq {
    padding-block: 64px;
  }
}
.front_faq .faq-list {
  display: grid;
  gap: 16px;
}
.front_faq .faq-item {
  background-color: var(--color-white);
  padding: 24px 32px;
}
@media (max-width: 599px) {
  .front_faq .faq-item {
    padding-inline: 16px;
  }
}
.front_faq .faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 700;
  padding-right: 64px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 599px) {
  .front_faq .faq-item summary {
    gap: 16px;
    padding-right: 56px;
  }
}
.front_faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.front_faq .faq-item summary:hover {
  color: var(--color-primary);
}
.front_faq .faq-item summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 6px;
}
.front_faq .faq-item summary::before {
  content: "Q.";
  font-size: 32px;
  flex: 0 0 auto;
  line-height: 1.1;
}
@media (max-width: 599px) {
  .front_faq .faq-item summary::before {
    font-size: 24px;
  }
}
.front_faq .faq-item summary .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.front_faq .faq-item summary .faq-icon::before,
.front_faq .faq-item summary .faq-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.front_faq .faq-item summary .faq-icon::before {
  transform: translateY(-50%);
}
.front_faq .faq-item summary .faq-icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.front_faq .faq-item[open] summary .faq-icon::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleY(0);
}
.front_faq .faq-item .faq-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.front_faq .faq-item .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding-top: 16px;
  padding-right: 64px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.front_faq .faq-item .faq-answer::before {
  content: "A.";
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex: 0 0 auto;
  line-height: 1.1;
}
@media (max-width: 599px) {
  .front_faq .faq-item .faq-answer::before {
    font-size: 24px;
  }
}
.front_faq .faq-item[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.front_staff {
  overflow: hidden;
  padding-block: 96px;
}
.front_staff .staff-card {
  transition: all 0.2s;
}
.front_staff .staff-card:hover {
  transform: scale(1.05);
}
.front_staff .staff-card__link {
  color: #2f2a2a;
}
.front_staff .staff-card__image {
  margin-bottom: 16px;
  aspect-ratio: 1/0.8;
  overflow: hidden;
  border-radius: 16px;
}
.front_staff .staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front_staff .staff-card__body {
  text-align: center;
}
.front_staff .staff-card__name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.front_staff .staff-card__poisiton {
  color: #968c8c;
}

.front_company {
  padding-block: 96px;
}
@media (max-width: 599px) {
  .front_company {
    padding-block: 64px;
  }
}
.front_company .front_company-sticky {
  position: sticky;
  top: 96px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .front_company .front_company-sticky {
    top: 48px;
  }
}
.front_company-mainvisual {
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: cover;
}
.front_company-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 599px) {
  .front_company-feature {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.front_company-feature--card {
  border-radius: 16px;
  overflow: hidden;
}
.front_company-feature--image {
  width: 100%;
  height: auto;
  aspect-ratio: 592/256;
  object-fit: cover;
}
@media (max-width: 599px) {
  .front_company-feature--image {
    aspect-ratio: 350/256;
  }
}
.front_company-feature--text {
  background-color: #f5f7fa;
  padding: 32px;
}
.front_company-feature--title {
  font-size: 24px;
  font-weight: bold;
}
.front_company .recruit_list {
  overflow: hidden;
}

.front_recruit-message {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}/*# sourceMappingURL=front.css.map */