@charset "utf-8";
/* ===================================
   社員紹介ページ - モバイルファースト
=================================== */

/* サムネイル画像 */
.section__img {
  margin-top: 0;
  position: relative;
  transition: var(--transition-base);
}

.section__img.has-video {
  cursor: pointer;
}

.section__img.has-video:hover {
  opacity: 0.7;
}

.section__img.has-video::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/iconPlay.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* 再生ボタン（透明なクリック領域） */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  width: 8.4rem;
  height: 8.4rem;
}

/* Q&A */
.qa__list {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.qa__item > div{
  border-radius: 2rem;
  border: 2px solid var(--color-main);
  padding: 2.6rem;
}

.qa__item-q {
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
  border-bottom: 2px solid var(--color-main);
}

.qa__item-q span {
  flex: 1;
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.08rem;
}

.qa__item-q::before {
  content: "Q.";
  color: var(--color-main);
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.08rem;
}

.note {
  margin-top: 1rem;
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}

/* 1日のスケジュール */
.scheduale {
  margin: 5rem 0;
}

@media (min-width: 1201px) {
  .scheduale {
    margin: 7rem 0;
  }
}

.swiper-01 {
  margin-top: 3rem;
  position: relative;
  width: calc(100% + 6rem);
  left: -3rem;
  padding-bottom: 7.3rem;
}

.swiper-01 .swiper-button-prev,
.swiper-01 .swiper-button-next {
  width: 4.3rem;
  height: 4.3rem;
  top: inherit;
  bottom: 0 !important;
  right: auto;
  bottom: 0;
  margin-top: 0;
  transition: var(--transition-base);
}

.swiper-01 .swiper-button-prev::after,
.swiper-01 .swiper-button-next::after {
  display: none;
}

.swiper-01 .swiper-button-prev {
  left: 5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Cpath d='M21.4082 41.8163C10.1371 41.8163 1.00008 32.6793 1.00008 21.4082C1.00008 10.137 10.1371 1 21.4082 1C32.6794 1 41.8164 10.137 41.8164 21.4082C41.8164 32.6793 32.6794 41.8163 21.4082 41.8163Z' stroke='%23F62022' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4082 29.5714L13.2449 21.4081L21.4082 13.2449' stroke='%23F62022' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.5713 21.4082H13.2448' stroke='%23F62022' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.swiper-01 .swiper-button-next {
  left: 11rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Cpath d='M21.4082 41.8163C32.6794 41.8163 41.8164 32.6793 41.8164 21.4082C41.8164 10.137 32.6794 1 21.4082 1C10.137 1 1 10.137 1 21.4082C1 32.6793 10.137 41.8163 21.4082 41.8163Z' stroke='%23F62022' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4082 29.5714L29.5715 21.4081L21.4082 13.2449' stroke='%23F62022' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.2451 21.4082H29.5716' stroke='%23F62022' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.scheduale__num {
  text-align: center;
  color: var(--color-main);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.13rem;
}

.scheduale__item {
  position: relative;
}

.scheduale__item::after {
  content: "";
  position: absolute;
  top: 5.06rem;
  left: 49.4%;
  width: calc(100% + 1.8rem);
  height: 0.3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='3' viewBox='0 0 12 3' fill='none'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23F62022'/%3E%3C/svg%3E") repeat-x left center;
}

.scheduale__item:last-child::after {
  display: none;
}

.scheduale__box {
  position: relative;
  margin-top: 4.4rem;
  border-radius: 2rem;
  border: 2px solid var(--color-main);
  padding: 2rem;
}

@media (min-width: 1201px) {
  .scheduale__box {
    padding: 2.6rem;
  }
}

.scheduale__box::before {
  content: "";
  position: absolute;
  top: -4.85rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--color-main);
}

.scheduale__box::after {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.2rem;
  height: 3.75rem;
  background: var(--color-main);
}

.scheduale__box-title {
  text-align: center;
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.08rem;
}

.scheduale__box .section__text {
  margin-top: 1.7rem;
  padding-top: 1.7rem;
  border-top: 2px solid var(--color-main);
}

/* 業務内容 */
.work {
  margin: 5rem 0;
}

@media (min-width: 1201px) {
  .work {
    margin: 7rem 0;
  }
}

.work__list {
  margin-top: 3rem;
  border: 2px solid var(--color-main);
  padding: 0.9rem 2.6rem;
  border-radius: 2rem;
}

.work__item {
  padding: 1.7rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.53;
  border-bottom: 1px solid var(--color-main);
}

@media (min-width: 1201px) {
  .work__item {
    font-size: 1.5rem;
  }
}

.work__item:last-child {
  border-bottom: none;
}

/* 動画モーダル */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-modal.is-active {
  display: block;
}

.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1201px) {
  .video-modal__content {
    width: 20%;
  }
}

@media screen and (max-aspect-ratio: 16/9) {
  .video-modal__content {
    width: 25%;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 16/9) {
  .video-modal__content {
    width: 70%;
  }
}

.video-modal__close {
  position: absolute;
  top: -1rem;
  right: -5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 1rem;
  transition: var(--transition-base);
  z-index: 10001;
}

@media (min-width: 1201px) {
  .video-modal__close {
    right: -8rem;
  }
}

.video-modal__close svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 1201px) {
  .video-modal__close svg {
    width: 4rem;
    height: 4rem;
  }
}

.video-modal__close:hover {
  opacity: 0.7;
}

.video-modal__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal__wrapper iframe {
  aspect-ratio: 9/16;
}

.video-modal__wrapper.is-shorts {
  max-width: 100%;
}