/* front-page */


/*================ general ================*/

.home .site-header {
  top: calc(22 / 1440 * 100cqi);

  @media (max-width: 767px) {
    top: 30px;
  }
}

.home .site-header.is-scrolled {
  top: 0;
}

.l-lead-text {
  font-size: calc(26 / 1440 * 100cqi);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  /* padding: 19px 0; */
  color: var(--umi-color-surface);
  margin-top: calc(20 / 1440 * 100cqi);

  @media (max-width: 767px) {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*================ l-hero ================*/
.l-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(118 / 1440 * 100cqi);
  padding-bottom: calc(294 / 1440 * 100cqi);

  @media (max-width: 767px) {
    padding-top: 120px;
    padding-bottom: 164px;
  }
}

.l-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  z-index: 0;
  mix-blend-mode: soft-light;
  animation: flicker 8s ease-in-out infinite;

  @media (max-width: 767px) {
    width: 100%;
    height: 100%;
  }
}

.l-hero-inner {
  position: relative;
  z-index: 1;
  max-width: calc(1200 / 1440 * 100cqi);
  margin-inline: auto;
  display: grid;
  gap: 25px;
  grid-template-columns: calc(700 / 1440 * 100cqi) 1fr;
  align-items: center;

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-inline: calc(20 / 390 * 100cqi);
    max-width: 100%;
  }
}


.l-hero-contents__title {
  .l-hero-contents__title-img {
    width: 100%;
    display: block;
    animation: rise-glow 1.4s ease-out 3.2s both;
  }
}

.l-hero-contents-img {
  position: relative;
  align-items: center;
  top: -20px;
  margin-bottom: -20px;
  display: grid;
  grid-template-columns: calc(166 / 1440 * 100cqi) 1fr;

  @media (max-width: 767px) {
    justify-content: flex-end;
    grid-template-columns: calc(166 / 390 * 100cqi) 1fr;
  }
}

.l-hero-contents-img__img {
  width: 100%;
  max-width: calc(256 / 1440 * 100cqi);
  /* margin-inline: auto; */
  position: relative;
  z-index: 1;
  transform: translateX(-20%);

  @media (max-width: 767px) {
    /* transform: translateX(0); */
    max-width: calc(198 / 390 * 100cqi);
  }
}

.l-hero-contents-btns {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(min(2rem, 100%), 1fr));

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

.l-hero-contents-btns__item {
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.6));
  transition: filter 0.3s ease, translate 0.3s ease;
  translate: 0 -5px;

  @media (any-hover: hover) {
    &:hover {
      filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6));
      translate: 0 0;
    }
  }

  img {
    display: block;
  }

  @media (max-width: 767px) {
    max-width: 230px;
    margin-inline: auto;
  }
}

.l-hero-mv {
  max-width: calc(925 / 1440 * 100cqi);
  margin-inline: auto;
  position: relative;
  animation: mv-fade-scale 1.4s cubic-bezier(0.22, 1, 0.36, 1) 3.2s both;

  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.l-hero-imgs {
  display: grid;
  gap: 73px;
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
  margin-top: calc(64 / 1440 * 100cqi);
}

.l-front-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.22;
  pointer-events: none;
}

.l-front-page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/*================ l-about ================*/

.l-about {
  background: url('../../images/common/bg-flower.jpg') repeat center center / 1440px 529px;
  padding-top: calc(300 / 1440 * 100cqi);
  padding-bottom: calc(107 / 1440 * 100cqi);
  isolation: isolate;
  position: relative;

  @media (max-width: 767px) {
    padding-top: 124px;
    padding-bottom: 90px;

  }
}

.l-about-imgs-wrap {
  position: absolute;
  top: calc(-210 / 1440 * 100cqi);
  overflow: hidden;
  padding-top: calc(76 / 1440 * 100cqi);
  padding-bottom: 108px;
  width: 100%;

  @media (max-width: 767px) {
    top: calc(-110 / 390 * 100cqi);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.l-about-imgs {
  display: grid;
  grid-template-columns: repeat(3, minmax(min(2rem, 100%), 1fr));
  gap: calc(74 / 1440 * 100cqi);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  max-width: calc(1500 / 1440 * 100cqi);
  margin-inline: auto;

  @media (max-width: 767px) {
    background: url('../../images/frontpage/hero-imgs-sp.webp') no-repeat center center / contain;
    width: 100%;
    aspect-ratio: 780 / 412;
    margin-inline: auto;
    max-width: 100%;
    display: block;
  }
}

.l-about-imgs__img-wrap {
  position: relative;

  &:nth-child(1),
  &:nth-child(3) {
    transform: translateY(100px);

    @media (max-width: 767px) {
      transform: translateY(45px);
    }
  }

  @media (max-width: 767px) {
    display: none;
  }
}

.l-about-imgs__img-wrap-img {
  position: relative;
  z-index: 1;
}

.l-about-imgs__img-wrap-img img {
  display: block;
  width: 100%;
  /* border: 2px solid #000; */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.4);
}

.l-about-msg-box {
  position: absolute;
  top: calc(-166 / 1440 * 100cqi);
  right: 0;
  display: grid;
  grid-template-columns: 1fr calc(210 / 1440 * 100cqi);
  align-items: center;

  @media (max-width: 767px) {
    display: none;
  }
}

.l-about-msg-box__text {
  /* transform: translateX(-40px);
  margin-right: -40px; */
}

.l-about-msg-box__img {
  width: calc(166 / 1440 * 100cqi);
  display: block;
  transform: translateX(30px);
}

.l-about-msg-box--right {
  top: calc(-141 / 1440 * 100cqi);
  right: auto;
  grid-template-columns: 1fr calc(165 / 1440 * 100cqi);

  .l-about-msg-box__text {
    transform: translateX(-40px);

  }

  .l-about-msg-box__img {
    width: calc(169 / 1440 * 100cqi);
    transform: translateX(0);
  }
}

/* ------ option ------ */

.l-about-mv {
  position: relative;
  margin-top: 30px;

  @media (max-width: 767px) {
    margin-top: 0;
    padding-top: 76px;
    padding-bottom: 142px;
    overflow: hidden;
  }
}

.l-about-mv-img {
  max-width: calc(860 / 1440 * 100cqi);
  margin-inline: auto;

  @media (max-width: 767px) {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.l-about-mv-img__text {
  font-size: 14px;
  text-align: right;
  color: var(--umi-color-surface);
  font-family: var(--umi-font-family-cinecaption);

  @media (max-width: 767px) {
    font-size: 10px;
  }
}

@keyframes shake-img {

  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-1.5deg);
  }

  40% {
    transform: rotate(1.5deg);
  }

  60% {
    transform: rotate(-1deg);
  }

  80% {
    transform: rotate(1deg);
  }
}

.l-about-mv-side-img-left {
  position: absolute;
  bottom: calc(-33 / 1440 * 100cqi);
  left: 0;
  width: calc(419 / 1440 * 100cqi);
  /* animation: shake-img 4s ease-in-out infinite; */
  transform-origin: bottom left;

  @media (max-width: 767px) {
    width: calc(144.5 / 390 * 100cqi);
    bottom: calc(20 / 390 * 100cqi);
    left: 0;
  }
}

.l-about-mv-side-img-right {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: calc(530.4 / 1440 * 100cqi);
  /* animation: shake-img 4s ease-in-out 1.5s infinite; */
  transform-origin: bottom right;

  @media (max-width: 767px) {
    width: calc(182.5 / 390 * 100cqi);
    bottom: calc(86 / 390 * 100cqi);
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .l-about-mv-side-img-left,
  .l-about-mv-side-img-right {
    animation: none;
  }
}

.l-about-message {
  overflow: hidden;
}

.l-about-message-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(70 / 1440 * 100cqi);
  margin-top: calc(62 / 1440 * 100cqi);
  max-width: calc(1200 / 1440 * 100cqi);
  margin-inline: auto;
  position: relative;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
    padding-inline: 20px;
    max-width: 100%;
  }
}

.l-about-message-img {
  max-width: calc(435 / 1440 * 100cqi);

  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.l-about-message-text {
  flex: 1;
  position: relative;
  /* isolation: isolate を外す */
  padding: calc(50 / 1440 * 100cqi) calc(130 / 1440 * 100cqi) calc(38 / 1440 * 100cqi) calc(77 / 1440 * 100cqi);
  color: var(--umi-color-surface);
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: bold;

  @media (max-width: 767px) {
    padding: 40px 20px;
  }
}

.l-about-message-text::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../images/frontpage/about-bg-02.webp') no-repeat center center / cover;
  mix-blend-mode: multiply;
  z-index: 0;
}

.l-about-message-img-ceo {
  position: absolute;
  top: 0;
  right: calc(-100 / 1440 * 100cqi);
  width: calc(252 / 1440 * 100cqi);
  z-index: 1;

  @media (max-width: 767px) {
    top: auto;
    bottom: calc(-150 / 390 * 100cqi);
    right: 0;
    width: calc(98 / 390 * 100cqi);

  }
}

.l-about-message-text-inner {
  position: relative;
  z-index: 1;
}

.l-about-message-text__title {
  font-size: calc(20 / 1440 * 100cqi);
  margin-bottom: calc(8 / 1440 * 100cqi);

  @media (max-width: 767px) {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.l-about-message-text__text {
  font-size: calc(16 / 1440 * 100cqi);

  @media (max-width: 767px) {
    font-size: 16px;
  }
}

.l-about-message-text__name {
  font-size: calc(16 / 1440 * 100cqi);
  margin-top: calc(24 / 1440 * 100cqi);
  text-align: right;

  @media (max-width: 767px) {
    font-size: 16px;
    margin-top: 16px;
    text-align: left;
  }
}

.l-about-message-btn {
  margin-top: 154px;
  text-align: center;

  @media (max-width: 767px) {
    margin-top: 80px;
    position: relative;
    z-index: 1;
  }
}

/*================ l-news ================*/

.l-news {
  background: url('../../images/frontpage/news-bg.webp') no-repeat center center / cover;
  padding-bottom: calc(70 / 1440 * 100cqi);
  padding-top: calc(65 / 1440 * 100cqi);

  @media (max-width: 767px) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-news-inner {
  display: grid;
  grid-template-columns: calc(560 / 1440 * 100cqi) 1fr;
  gap: calc(40 / 1440 * 100cqi);
  margin-top: calc(44 / 1440 * 100cqi);
  max-width: calc(1200 / 1440 * 100cqi);
  margin-inline: auto;
  position: relative;
  align-items: center;

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    margin-top: 30px;
    max-width: 100%;
    padding-inline: 20px;
    gap: 40px;
  }
}

.l-news-texts {
  position: relative;
}

.l-news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(10 / 1440 * 100cqi);

  @media (max-width: 767px) {
    gap: 16px;
  }
}

.l-news-list-item-link {
  display: block;
  padding: calc(20 / 1440 * 100cqi);
  background-color: var(--umi-color-contrast);

  @media (max-width: 767px) {
    padding: 20px;
  }
}

.l-news-list-item-link__date {
  font-size: calc(13 / 1440 * 100cqi);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1;
  color: var(--umi-color-accent-soft);

  @media (max-width: 767px) {
    font-size: 13px;
  }
}

.l-news-list-item-link__text {
  font-size: calc(16 / 1440 * 100cqi);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--umi-color-surface);
  margin-top: calc(10 / 1440 * 100cqi);
  display: block;

  @media (max-width: 767px) {
    font-size: 16px;
    margin-top: 8px;
  }
}

.l-news-btn {
  /* margin-inline: auto; */
  margin-top: calc(28 / 1440 * 100cqi);
  text-align: center;

  @media (max-width: 767px) {
    margin-top: 40px;
  }
}

/* ------ option ------ */

.l-news-msg-box {
  position: absolute;
  top: calc(-217 / 1440 * 100cqi);
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;

  @media (max-width: 767px) {
    display: none;
  }
}

.l-news-msg-box__text {
  transform: translateX(40px) translateY(-30px);
}

.l-news-msg-box-img {
  width: calc(208 / 1440 * 100cqi);
  position: relative;
  z-index: 1;
}

/*================ l-services ================*/

.l-services {
  padding-bottom: calc(48 / 1440 * 100cqi);
  padding-top: calc(60 / 1440 * 100cqi);
  position: relative;

  .c-title {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 767px) {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}

.l-services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 105%;
  z-index: 0;
  mix-blend-mode: soft-light;

  @media (max-width: 767px) {
    width: 100%;
    height: auto;
  }
}

.l-services-items {
  overflow: hidden;
  margin-top: calc(85 / 1440 * 100cqi);
}

.js-services-swiper.swiper {
  overflow: visible;
}

.l-services-item {
  height: auto;
}

.l-services-item__title {
  /* top: 50%; */
  transform: translateY(50%);
}

.l-services-item-img {
  margin-bottom: 16px;

  @media (max-width: 767px) {
    width: 93%;
    margin-inline: auto;
  }
}

.l-services-item-img img {
  width: 100%;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.4);
}

.l-services-item-text {
  font-weight: 700;
}

.l-services-item-text__title {
  font-size: calc(20 / 1440 * 100cqi);
  margin-bottom: 11px;
  text-align: center;

  @media (max-width: 767px) {
    font-size: 20px;
    margin-bottom: 11px;
  }
}

.l-services-item-text__text {
  font-size: calc(16 / 1440 * 100cqi);
  line-height: 1.7;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}

.l-services-himawari-01 {
  position: absolute;
  top: calc(10 / 1440 * 100cqi);
  right: calc(141 / 1440 * 100cqi);
  z-index: 0;
  width: calc(281 / 1440 * 100cqi);
}

.l-services-himawari-02 {
  position: absolute;
  top: calc(148 / 1440 * 100cqi);
  left: calc(286 / 1440 * 100cqi);
  z-index: 0;
  width: calc(281 / 1440 * 100cqi);
  transform: rotateY(180deg);
}

/*================ l-case ================*/

.l-case {
  background: url(../../images/common/bg-flower.jpg) repeat center center / 1440px 529px;
  isolation: isolate;
  position: relative;
  padding-top: calc(60 / 1440 * 100cqi);
  padding-bottom: calc(100 / 1440 * 100cqi);
  overflow: hidden;
  padding-inline: calc(120 / 1440 * 100cqi);

  @media (max-width: 767px) {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}

/* 12カラムコラージュグリッド */
.l-case-list {
  margin-top: calc(48 / 1440 * 100cqi);
  position: relative;
  aspect-ratio: 1201/1696;
  width: 100%;
  /* container-type: inline-size; */

  @media (max-width: 767px) {
    aspect-ratio: auto;
    margin-top: 40px;
  }
}

/* 個別width定義をgridで上書き */
.l-case-item {
  position: absolute;

  @media (max-width: 767px) {
    position: relative;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}

/* PC用 */
@media screen and (min-width: 768px) {

  .l-case-item-link {
    @media (any-hover: hover) {
      &:hover {
        .l-case-item-img img {
          transform: scale(.95);
        }

        .l-case-item-text__title {
          background-color: var(--umi-color-accent);
          color: var(--umi-color-surface);
        }

        .l-case-item-text__title-arrow {
          transform: translateX(5px);
        }
      }
    }

  }



  .l-case-item--medical {
    width: calc(395 / 1440 * 100cqi);

  }

  .l-case-item--public {
    width: calc(326.32 / 1440 * 100cqi);
    left: calc(475 / 1440 * 100cqi);
    top: calc(67 / 1440 * 100cqi);

    .l-case-item-link {
      flex-direction: column-reverse;

    }

  }

  .l-case-item--administration {
    width: calc(314 / 1440 * 100cqi);
    right: 0;
    top: calc(24 / 1440 * 100cqi);

  }

  /* Row 2 */
  .l-case-item--commercial {
    width: calc(405 / 1440 * 100cqi);
    left: calc(195 / 1440 * 100cqi);
    top: calc(568 / 1440 * 100cqi);

  }

  .l-case-item--educational {
    width: calc(505 / 1440 * 100cqi);
    right: 0;
    top: calc(632 / 1440 * 100cqi);

  }

  .l-case-item--factories {
    width: calc(440 / 1440 * 100cqi);
    bottom: calc(74 / 1440 * 100cqi);
    left: 0;

  }

  .l-case-item--housing {
    width: calc(314 / 1440 * 100cqi);
    bottom: 0;
    left: calc(500 / 1440 * 100cqi);

  }

  .l-case-item--next_generation_enagy {
    width: calc(326.32 / 1440 * 100cqi);
    bottom: calc(170 / 1440 * 100cqi);
    right: 0;

  }
}

/* SP用 */
@media (max-width: 767px) {
  .l-case-item--medical .l-case-item-img {
    width: calc(261.31 / 390 * 100cqi);
  }

  .l-case-item--public .l-case-item-img {
    width: calc(270.57 / 390 * 100cqi);
  }

  .l-case-item--administration .l-case-item-img {
    width: calc(240 / 390 * 100cqi);
  }

  /* Row 2 */
  .l-case-item--commercial .l-case-item-img {
    width: calc(230 / 390 * 100cqi);
  }

  .l-case-item--educational .l-case-item-img {
    width: calc(300 / 390 * 100cqi);
  }

  .l-case-item--factories .l-case-item-img {
    width: calc(220 / 390 * 100cqi);
  }

  .l-case-item--housing .l-case-item-img {
    width: calc(260 / 390 * 100cqi);
  }

  .l-case-item--next_generation_enagy .l-case-item-img {
    width: calc(286.16 / 390 * 100cqi);
  }
}


/* リンク */
.l-case-item-link {
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

/* 画像エリア */
.l-case-item-img {
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
}

.l-case-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* ラベル */
.l-case-item-text {
  margin-block: 10px;
}

.l-case-item-text__title {
  font-size: calc(20 / 1440 * 100cqi);
  font-weight: bold;
  color: var(--umi-color-surface);
  display: flex;
  align-items: center;
  gap: 0.4em;
  letter-spacing: 0.05em;
  background-color: var(--umi-color-contrast);
  width: fit-content;
  margin-inline: auto;
  padding-block: 5px;
  padding-inline: 20px 15px;
  transition: background-color 0.5s ease, color 0.5s ease;

  @media (max-width: 767px) {
    font-size: 20px;

  }
}

.l-case-item-text__title-arrow {
  display: inline-flex;
  align-items: center;
  width: 16px;
  transition: transform 0.5s ease;
}

.l-case-item-text__title-arrow img {
  width: clamp(16px, calc(20 / 1440 * 100cqi), 20px);
}

/* ------ option ------ */
.l-case-switch {
  position: absolute;
  top: calc(877 / 1440 * 100cqi);
  left: calc(82 / 1440 * 100cqi);
  width: calc(142 / 1440 * 100cqi);
  z-index: 1;


  @media (max-width: 767px) {
    position: relative;
    top: 0;
    left: 0;
    width: calc(67 / 390 * 100cqi);
    display: block;
    margin-inline: auto;
    margin-top: 60px;
  }
}

/* ------ option ------ */
.l-case-msg-box {
  position: absolute;
  top: 0;
  left: calc(-100/1440 * 100cqi);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;

  @media (max-width: 767px) {
    display: none;
  }
}

.l-case-msg-box__text {
  transform: translateX(-60px) translateY(-30px);
  position: relative;
  z-index: 1;
}

.l-case-msg-box-img {
  width: calc(310 / 1440 * 100cqi);
}

.l-case-msg-box--right {
  top: auto;
  bottom: calc(38 / 1440 * 100cqi);
  left: auto;
  right: calc(-100 / 1440 * 100cqi);
  flex-direction: row;
  align-items: flex-end;

  .l-case-msg-box-img {
    transform: rotateY(180deg);
  }

  .l-case-msg-box__text {
    transform: translateX(90px) translateY(-30px);
  }
}

@media (max-width: 767px) {
  .l-case-msg-box--right {
    display: flex;
    bottom: calc(37 / 390 * 100cqi);
    right: calc(-37 / 390 * 100cqi);

    .l-case-msg-box-img {
      transform: rotateY(180deg);
      width: calc(163 / 390 * 100cqi);
    }

    .l-case-msg-box__text {
      transform: translateX(40px) translateY(-10px);
    }
  }
}

/*================ l-recruit ================*/

.l-recruit {
  padding-top: calc(60 / 1440 * 100cqi);
  padding-bottom: calc(266 / 1440 * 100cqi);
  position: relative;
  overflow-x: hidden;
  background-image: url('../../images/frontpage/recruit-bg.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;

  @media (max-width: 767px) {
    padding-top: 68px;
    padding-bottom: 0;
    background-size: 480px 1965px;
  }
}

.l-recruit-lead__text {
  color: var(--umi-color-contrast);

  @media (max-width: 767px) {
    text-align: left;
    padding-inline: 20px;
  }
}

/* swiper コンテナ — 左右見切れのため overflow を親で制御 */
.l-recruit-items {
  overflow: hidden;
  margin-top: calc(45 / 1440 * 100cqi);
}

.js-recruit-swiper.swiper {
  overflow: visible;
}

/* 非アクティブスライドは 90% スケール */
.js-recruit-swiper .swiper-slide {
  transform: scale(0.85) !important;
  transition: transform 0.5s ease;
}

.js-recruit-swiper .swiper-slide-active {
  transform: scale(1) !important;
}

.l-recruit-item {}

/* タイトル・テキスト — センターになったらアニメーション表示 */
.l-recruit-item__title,
.l-recruit-item-text {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s;
  top: 20px;
}

.l-recruit-item__title {
  @media (max-width: 767px) {
    top: 10px;
  }
}

.swiper-slide-active .l-recruit-item__title,
.swiper-slide-active .l-recruit-item-text {
  opacity: 1;
  transform: translateY(0);
}

/* 画像比率 612:450 */
.l-recruit-item-img {
  aspect-ratio: 610 / 410;
  /* overflow: hidden; */
}

.l-recruit-item-img img {
  width: 100%;
  display: block;
}

.l-recruit-item-text {
  @media (max-width: 767px) {
    top: 0;
  }
}

.l-recruit-item-text__text {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(20 / 1440 * 100cqi);
  margin-top: calc(20 / 1440 * 100cqi);

  @media (max-width: 767px) {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* pagination dot → swiper-pagination.css で管理 */

.l-recruit-inner {
  position: relative;
  margin-top: calc(120 / 1440 * 100cqi);

  @media (max-width: 767px) {
    width: 100%;
    margin-top: 30px;
  }
}

.l-recruit-day-wrap {
  padding-top: calc(68 / 1440 * 100cqi);
  padding-bottom: calc(134 / 1440 * 100cqi);
  background-image: url('../../images/common/bg-01.webp'), url('../../images/frontpage/recruit-day-bg.webp');
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  background-size: cover, 2400px 3256px;
  background-blend-mode: multiply;

  @media (max-width: 767px) {
    padding-top: 80px;
    padding-bottom: 100px;
  }

}

.l-recruit-day {
  &+& {
    margin-top: calc(100 / 1440 * 100cqi);

    @media (max-width: 767px) {
      margin-top: 60px;
    }
  }
}

.l-recruit-day__title-wrap {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;

  &::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-103 / 1440 * 100cqi);
    width: calc(153 / 1440 * 100cqi);
    height: calc(193 / 1440 * 100cqi);
    background: url('../../images/frontpage/recruit-day-ico.webp') no-repeat center center / contain;

    @media (max-width: 767px) {
      right: calc(-75 / 390 * 100cqi);
      width: calc(100 / 390 * 100cqi);
      height: calc(126 / 390 * 100cqi);
    }
  }
}

.l-recruit-day__title {
  padding-inline: calc(60 / 1440 * 100cqi);


  @media (max-width: 767px) {
    padding: 20px;
  }
}

.l-recruit-day__title--baribari {
  &::after {
    display: none;
  }
}

.l-recruit-day-items {
  margin-top: calc(70 / 1440 * 100cqi);
  padding-inline: calc(120 / 1440 * 100cqi);
  position: relative;

  @media (max-width: 767px) {
    margin-top: 56px;
    padding-inline: 20px;
  }
}

.l-recruit-day-item {
  width: calc(300 / 1440 * 100cqi);

  @media (max-width: 767px) {
    width: 100%;
  }
}

.l-recruit-day-item-img {
  position: relative;
  overflow: hidden;

  img {
    transition: transform 0.3s ease;
  }
}

.l-recruit-day-item-img--icon::after {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  background: url('../../images/frontpage/recruit-day-plusico.svg') no-repeat center center / cover;
  transition: transform 0.3s ease;
}

.l-recruit-day-item-text {
  color: var(--umi-color-surface);
  padding-top: calc(10 / 1440 * 100cqi);

  @media (max-width: 767px) {
    padding-top: 10px;
  }
}

.l-recruit-day-item-text__time {
  font-family: var(--umi-font-family-asset);
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.2647058824;
  text-align: center;
}

.l-recruit-day-item-text__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;

  @media (max-width: 767px) {
    margin-top: 5px;
  }
}

.l-recruit-day-item-text__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100cqi);

  @media (max-width: 767px) {
    margin-top: 18px;
    width: 100%;
  }
}

.l-recruit-day-items--3column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 / 1440 * 100cqi);

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
    width: 100%;
    max-width: calc(300 / 390 * 100cqi);
    margin-inline: auto;
    padding-inline: 0;
  }


}

.l-recruit-day-items--3column .l-recruit-day-item {
  width: 100%;

  @media (any-hover: hover) {
    &:hover {
      .l-recruit-day-item-img--icon::after {
        transform: rotate(90deg);
      }

      .l-recruit-day-item-img img {
        transform: scale(1.05);
      }
    }
  }
}

/* ------ recruitment ------ */

.l-recruit-recruitment {
  background: url('../../images/frontpage/recruit-recruitment-bg.webp') no-repeat center center / cover;
  aspect-ratio: 1200 / 773;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(20 / 1440 * 100cqi);
  flex-direction: column;
  position: relative;
  padding-bottom: 120px;

  @media (max-width: 767px) {
    background-image: url('../../images/frontpage/recruit-recruitment-bg-sp.webp');
    aspect-ratio: 780 / 1460;
    padding-bottom: 100px;
    padding-top: 80px;
  }
}

.l-recruit-recruitment {}

.l-recruit-recruitment__title {
  position: absolute;
  top: calc(-40 / 1440 * 100cqi);
  right: 0;
  left: 0;
  margin: auto;

  @media (max-width: 767px) {
    top: calc(-30 / 390 * 100cqi);
    padding: 20px;
  }
}

.l-recruit-recruitment__subtitle {
  font-family: var(--umi-font-family-asset);
  font-size: calc(30 / 1440 * 100cqi);
  line-height: 1;
  color: var(--umi-color-surface);

  @media (max-width: 767px) {
    font-size: 30px;
  }
}

.l-recruit-recruitment__text {
  font-weight: bold;
  font-size: calc(24 / 1440 * 100cqi);
  line-height: 1;
  color: var(--umi-color-surface);

  @media (max-width: 767px) {
    font-size: 16px;
  }

}

.l-recruit-recruitment-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: calc(40 / 1440 * 100cqi);
  margin-top: 150px;
  width: 100%;

  @media (max-width: 767px) {
    margin-top: 65px;
    gap: 40px;
  }

  .c-button {
    font-family: var(--umi-font-family-zen);
  }
}


.l-recruit-unagi {
  position: absolute;
  top: calc(275 / 1440 * 100cqi);
  right: calc(-20 / 1440 * 100cqi);
  width: calc(270 / 1440 * 100cqi);
  z-index: 2;

  @media (max-width: 767px) {
    display: none;
  }
}

.l-recruit-chicken {
  position: absolute;
  top: calc(857 / 1440 * 100cqi);
  left: calc(-20 / 1440 * 100cqi);
  width: calc(281 / 1440 * 100cqi);
  z-index: 2;

  @media (max-width: 767px) {
    display: none;
  }
}

/* ------ option ------ */

.l-recruit-bnrs {
  margin-top: calc(107 / 1440 * 100cqi);

  @media (max-width: 767px) {
    margin-top: 48px;
    padding-inline: 20px;

  }
}

.l-recruit-bnrs-item {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: calc(680 / 1440 * 100cqi);
  height: 130px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;

  &:not(:last-child) {
    margin-bottom: calc(64 / 1440 * 100cqi);
  }

  @media (any-hover: hover) {
    &:hover {
      background-color: var(--umi-color-accent);
      color: #000;
    }
  }

  @media (max-width: 767px) {
    height: 125px;
    max-width: calc(350 / 390 * 100cqi);

    &:not(:last-child) {
      margin-bottom: 10px;
    }
  }
}

.l-recruit-bnrs-item--number::before {

  content: '';
  position: absolute;
  top: calc(-30 / 1440 * 100cqi);
  left: calc(-32 / 1440 * 100cqi);
  width: calc(129 / 1440 * 100cqi);
  background: url('../../images/frontpage/recruit-bnr-ico-01.webp') no-repeat center center / cover;
  aspect-ratio: 129 / 145;

  @media (max-width: 767px) {
    content: none;
  }
}

.l-recruit-bnrs-item-msg-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-242/1440 * 100cqi);
  display: grid;
  grid-template-columns: 1fr calc(177 / 1440 * 100cqi);
  align-items: center;
  pointer-events: none;

  @media (max-width: 767px) {
    display: none;
  }
}

.l-recruit-bnrs-item-msg-box__text {
  transform: translateX(-30px) translateY(-50px);
  position: relative;
  z-index: 1;
}

.l-recruit-bnrs-item-msg-box-img {
  width: calc(152 / 1440 * 100cqi);
}

.l-recruit-bnrs-item-msg-box--memo {
  right: auto;
  left: calc(-242/1440 * 100cqi);
  grid-template-columns: calc(155 / 1440 * 100cqi) 1fr;

  .l-recruit-bnrs-item-msg-box__text {
    transform: translateX(20px) translateY(0px);
  }

  .l-recruit-bnrs-item-msg-box-img {
    width: calc(170 / 1440 * 100cqi);
  }
}

.l-recruit-bnrs-item--memo::before {
  content: '';
  position: absolute;
  bottom: calc(-18 / 1440 * 100cqi);
  right: calc(-44 / 1440 * 100cqi);
  width: calc(97 / 1440 * 100cqi);
  background: url('../../images/frontpage/recruit-bnr-ico-04.webp') no-repeat center center / cover;
  aspect-ratio: 97 / 149;

  @media (max-width: 767px) {
    content: none;
  }
}

.l-recruit-bnrs-item__title {
  font-size: calc(48 / 1440 * 100cqi);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--umi-font-family-zen-old-mincho);

  @media (max-width: 767px) {
    font-size: 34px;
  }
}

.l-recruit-bnrs-item__subtitle {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--umi-font-family-noto-sans-jp);
  margin-top: 5px;

  svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: currentColor;
    transform: translateY(-2px);
  }

  @media (max-width: 767px) {
    font-size: 14px;
    margin-top: 5px;
  }
}

/* ------ option ------ */
.l-recruit-msg-box {
  position: absolute;
  bottom: calc(16 / 1440 * 100cqi);
  right: calc(16 / 1440 * 100cqi);
  display: flex;
  justify-content: flex-end;
  align-items: center;

  @media (max-width: 767px) {
    display: none;
  }
}

.l-recruit-msg-box__text {
  /* transform: translateX(-60px) translateY(-30px); */
  position: relative;
  z-index: 1;
}

.l-recruit-msg-box-img {
  width: calc(279 / 1440 * 100cqi);
  position: relative;
  z-index: 1;
}

.l-recruit-bnr-btm-img {
  display: none;

  @media (max-width: 767px) {
    display: block;
    margin-inline: auto;
    width: calc(252 / 390 * 100cqi);
    margin-top: 40px;
  }
}

/*================ l-company ================*/

.l-company {
  padding-top: calc(60 / 1440 * 100cqi);
  padding-bottom: calc(100 / 1440 * 100cqi);
  background: #fff url('../../images/frontpage/company-bg.webp') no-repeat center center / cover;

  @media (max-width: 767px) {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.l-company-inner {
  width: 100%;
  max-width: calc(800 / 1440 * 100cqi);
  margin-inline: auto;
  margin-top: calc(60 / 1440 * 100cqi);

  @media (max-width: 767px) {
    margin-top: 40px;
    max-width: 100%;
    padding-inline: 20px;
  }
}

.l-company-info {
  filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.4));
}

.l-company-info-maps {
  margin-top: calc(60 / 1440 * 100cqi);
  display: grid;
  grid-template-columns: 51.625% 1fr;
  gap: calc(32 / 1440 * 100cqi);

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}

.l-company-info-maps-item {
  overflow: hidden;
}

.l-company-info-maps-item-map {
  aspect-ratio: 413 / 352;
  width: 100%;
}

.l-company-info-maps-item-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.l-company-info-maps-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ------ option ------ */

.l-company-history {
  width: 100%;
  max-width: calc(800 / 1440 * 100cqi);
  margin-inline: auto;
  margin-top: calc(65 / 1440 * 100cqi);
  filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.4));

  @media (max-width: 767px) {
    max-width: 100%;
    padding-inline: 20px;
    margin-top: 40px;
  }

}

/* ------ option ------ */

.l-company-member {
  margin-top: calc(90 / 1440 * 100cqi);

  @media (max-width: 767px) {
    margin-top: 60px;
  }
}

.l-company-member__title {
  @media (max-width: 767px) {
    padding: 10px 40px;
  }
}

.l-company-member-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(min(20rem, 100%), 1fr));
  gap: calc(78 / 1440 * 100cqi);
  margin-top: calc(72 / 1440 * 100cqi);

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

.l-company-member-item {
  background-color: #4E4E4E;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;

  @media (max-width: 767px) {
    flex-direction: column-reverse;
  }
}

.l-company-member-item-img {
  width: calc(207 / 1440 * 100cqi);
  position: absolute;
  bottom: 0;
  left: calc(-20 / 1440 * 100cqi);

  @media (max-width: 767px) {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: calc(166 / 390 * 100cqi);
    margin-inline: auto;
  }
}

.l-company-member-item-text {
  flex: 1;
  padding-right: calc(30 / 1440 * 100cqi);
  padding-block: calc(40 / 1440 * 100cqi);
  padding-left: calc(207 / 1440 * 100cqi);
  font-weight: bold;
  line-height: 1.7;

  @media (max-width: 767px) {
    padding: 40px 40px 0;
  }
}

.l-company-member-item-text__text {
  margin-bottom: 20px;
}

.l-company-member-item-text .c-button {
  @media (max-width: 767px) {
    display: flex;
  }
}

/* js-recruit-modal-trigger button リセット */
button.c-button {
  cursor: pointer;
}

/* ------ c-recruit-modal ------ */

.c-recruit-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;

  &[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
}

.c-recruit-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.c-recruit-modal__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}

.c-recruit-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #2D2D2D;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 1;

  svg {
    width: 24px;
    height: 24px;
  }

  @media (max-width: 767px) {
    width: 60px;
    height: 60px;
    top: 12px;
    right: 12px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

.c-recruit-modal__content {
  background: #f5f5f5;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  pointer-events: auto;
  transform: translateY(20px);
  transition: transform 0.35s ease;

  .c-recruit-modal[aria-hidden="false"] & {
    transform: translateY(0);
  }
}

.c-recruit-modal__table {
  width: 100%;
  border-collapse: collapse;

  tr {
    border-bottom: 1px solid #ccc;
  }

  th {
    background: #000;
    color: var(--umi-color-accent, #e8d44d);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 20px 24px;
    width: 220px;
    min-width: 220px;
    text-align: center;
    vertical-align: middle;

    @media (max-width: 767px) {
      width: 120px;
      min-width: 120px;
      font-size: 13px;
      padding: 16px 12px;
    }
  }

  td {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 32px;
    vertical-align: middle;

    @media (max-width: 767px) {
      font-size: 13px;
      padding: 16px;
    }
  }
}

/* ------ c-day-modal ------ */

.c-day-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;

  &[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
}

.c-day-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.c-day-modal__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}

.c-day-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #2D2D2D;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 1;

  svg {
    width: 24px;
    height: 24px;
  }

  @media (max-width: 767px) {
    width: 60px;
    height: 60px;
    top: 12px;
    right: 12px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

.c-day-modal__content {
  background: #fff;
  max-width: 1200px;
  height: 565px;
  width: 100%;
  padding-inline: 80px;
  display: flex;
  align-items: center;
  gap: 50px;
  transform: translateY(20px);
  transition: transform 0.35s ease;

  .c-day-modal[aria-hidden="false"] & {
    transform: translateY(0);
  }

  pointer-events: auto;

  @media (max-width: 767px) {
    height: auto;
    flex-direction: column;
    padding: 40px 24px;
    gap: 24px;
    overflow-y: auto;
    max-height: 85vh;
  }
}

.c-day-modal__img {
  flex: 0 0 50%;
  max-width: 50%;

  img {
    width: 100%;
    height: 100%;
    max-height: 425px;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 767px) {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}

.c-day-modal__body {
  flex: 0 0 calc(50% - 25px);

  @media (max-width: 767px) {
    flex: none;
    width: 100%;
  }
}

.c-day-modal__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}

.c-day-modal__text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* トリガーにポインター */
.js-day-modal-trigger {
  cursor: pointer;
}

/* ------ c-number-modal ------ */

.c-number-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;

  &[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
}

.c-number-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.c-number-modal__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}

.c-number-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #2D2D2D;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 1;

  svg {
    width: 24px;
    height: 24px;
  }

  @media (max-width: 767px) {
    width: 60px;
    height: 60px;
    top: 12px;
    right: 12px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

.c-number-modal__content {
  max-width: 1200px;
  max-height: 90vh;
  width: 100%;
  pointer-events: auto;
  transform: translateY(20px);
  transition: transform 0.35s ease;

  .c-number-modal[aria-hidden="false"] & {
    transform: translateY(0);
  }

  img {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
    display: block;
  }
}

/* ------ c-member-modal ------ */

.c-member-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;

  &[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
}

.c-member-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.c-member-modal__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}

.c-member-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #2D2D2D;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 1;

  svg {
    width: 24px;
    height: 24px;
  }

  @media (max-width: 767px) {
    width: 60px;
    height: 60px;
    top: 12px;
    right: 12px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

.c-member-modal__content {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  pointer-events: auto;
  padding: calc(113 / 1440 * 100cqi) calc(80 / 1440 * 100cqi) calc(80 / 1440 * 100cqi);
  transform: translateY(20px);
  transition: transform 0.35s ease;

  .c-member-modal[aria-hidden="false"] & {
    transform: translateY(0);
  }

  @media (max-width: 767px) {
    padding: 40px 24px;
  }
}

.c-member-modal__title {
  font-size: calc(20 / 1440 * 100cqi);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: calc(11 / 1440 * 100cqi);

  @media (max-width: 767px) {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.c-member-modal__text {
  font-size: calc(16 / 1440 * 100cqi);
  line-height: 1.7;
  margin-bottom: calc(48 / 1440 * 100cqi);
  font-weight: bold;

  @media (max-width: 767px) {
    font-size: 13px;
    margin-bottom: 32px;
  }
}

.c-member-modal__profile-heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;

  @media (max-width: 767px) {
    font-size: 14px;
  }
}

.c-member-modal__profile-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-member-modal__profile-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 700;

  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 13px;
  }
}
