:where(.recruit-photo) 

.site-header{display:none}
.site-footer{display:none}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*outline: 1px solid;*/
  }

html,body {
  /*font-size: calc(100vw * 16 / 1920);*/ /*viewport 1920px のとき font-size 16px*/
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Mincho ProN", "MS PMincho",'Noto Serif JP','Noto Sans JP' ,sans-serif;*/
  font-family: source-han-sans-japanese, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1vw;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

a{
  all: unset;
}

#loading {
  display: none;
  opacity: 0;
}

#main-content {
  display: block;
}

.br__mobile {
  display: none;
}

.section-line {
  position: relative;
  display: block;
  width: 67.5%;
  height: 0.15vw;
  background: #3B4043;
  margin-top: 3.5vw;
  margin-bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
}


/*============================
header
============================*/
.header {
  position: relative;
}

.header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.header__logo {
  position: relative;
  width: 15%;
}

.header__logo img {
  width: 100%;
}

.header__menu {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  gap: 2vw;
}

.header__merit, .header__works, .header__staff,
.header__work-style, .header__question, .header__entry {
  font-size: 1.3vw;
  font-weight: 400;
}

.header__merit:hover, .header__works:hover, .header__staff:hover,
.header__work-style:hover, .header__question:hover, .header__entry:hover {
  transform: scale(1.1);
}

.header__merit:active, .header__works:active, .header__staff:active,
.header__work-style:active, .header__question:active, .header__entry:active {
  transform: scale(0.9);
  filter: contrast(0.5);
}

.header__hamburger {
  display: none;
}


/*============================
hero
============================*/
.hero {
  position: relative;
}

.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17vw;
  padding-bottom: 10.5vw;
  align-items: center;
}

.hero__subcopy {
  font-size: 1.2vw;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1;
  margin-bottom: 2.5vw;
}

.hero__maincopy {
  font-size: 3.3vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1;
  margin-bottom: 3vw;
}

.hero__btn__entry {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.hero__btn__entry__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  border: 1px solid #fff;
  padding: 1vw 3vw;
  background-color: transparent;
}

.hero__btn__entry-text {
  font-size: 0.9vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1;
}

.hero__btn__entry-arrow {
  width: 1vw;
}

.hero__btn__entry-arrow img {
  width: 100%;
  display: block;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero__bg__pc {
  display: block !important;
}

.hero__bg__mobile {
  display: none !important;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*============================
intro-staff
============================*/
.intro__staff {
  position: relative;
}

.intro__staff__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 53%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.5vw;
  /*padding-bottom: 4vw;*/
}

.intro__staff__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,22%);
  grid-template-rows: repeat(1,14.3vw);
  gap: 2.2vw;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*padding-bottom: 3vw;*/
}

.intro__staff__card {
  position: relative;
  cursor: pointer;
}

.intro__staff__card:hover {
  box-shadow: 0 0 1.5vw 0px #00000063

}

.intro__staff__card:active {
  filter: brightness(0.75);
}

.intro__staff__card-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  bottom: 0;
  margin-top: auto;
  margin-bottom: 1vw;
  line-height: 1.5;
  letter-spacing: 0.1vw;
  margin-left: 0.25vw;
  z-index: 2;
}

.intro__staff__text-comment1,.intro__staff__text-comment2 {
  background-color: #fff;
  font-size: 0.7vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  padding: 0.5vw;
  margin-bottom: 0.3vw;
}

.intro__staff__text-name {
  font-size: 0.6vw;
  margin-left: 0.5vw;
  color: #fff;
}


.staff-1_1 {
  color: #a98577;
}

.staff-2_1 {
  color: #98a5be;
}

.staff-3_1 {
  color: #cecda5;
}

.staff-4_1 {
  color: #718a96;
}


.intro__staff__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.intro__staff__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*============================
staff
============================*/

.staff {
  position: relative;
}

.staff__inner {
  position: relative;
  width: 53vw;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}

.staff__list {
  position: relative;
  display: flex;
  flex-direction: column;  
  width: 53vw;
}

.staff__list-item-pc {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}


.staff__profile {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 4vw;
}

.staff__profile-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-top: 1vw;
}

.staff__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1vw;
}

.staff__text-comment1,.staff__text-comment2 {
  color: #fff;
  font-size: 1.8vw;
  line-height: 1;
  letter-spacing: 0.2vw;
  margin-bottom: 0.3vw;
  width: fit-content;
  padding: 1vw 2vw;
}

.staff-1_2 {
  background-color: #a98577;
}

.staff-2_2 {
  background-color: #98a5be;
}

.staff-3_2 {
  background-color: #cecda5;
}

.staff-4_2 {
  background-color: #718a96;
}

.staff__text-name {
  color: #3B4043;
  font-size: 1.2vw;
  margin-left: 0.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.staff__history-pc {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1vw;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.staff__history-mobile {
  display: none;
}

.staff__visual-pc {
  position: relative;
  width: 38%;
  margin-left: 2%;
}

.staff__visual-pc img {
  width: 100%;
}

.staff__visual-mobile {
  display: none;
}

.staff__intro {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2%;
  margin-bottom: 2.5vw;
}

.staff__intro-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49%;
}

.staff__comment {
  position: relative;
  margin-bottom: 3vw;
}

.staff__comment-title {
  position: relative;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.staff__comment-line {
  position: relative;
  display: block;
  width: 100%;
  height: 0.1vw;
  background: #3B4043;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}

.staff__comment-text {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1vw;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.staff__vison {
  position: relative;
  display: flex;
  flex-direction: column;
}

.staff__vison-title {
  position: relative;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.staff__vision-line {
  position: relative;
  display: block;
  width: 100%;
  height: 0.1vw;
  background: #3B4043;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}

.staff_vision-table {
  margin-top: 0;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-left: 1.5vw;
  margin-right: auto;
}

.staff_vision-table dl {
  display: flex;
  align-items: center;
}

.staff_vision-table dt {
  width: 6vw;
  display: flex;
  align-items: center;
  padding: 0.75vw 1vw;
  background: #EEEEEE;
  justify-content: center;
}

.staff_vision-table dd {
  margin-left: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
}

.staff_vision-table de {
  margin-left: 1vw;
  display: flex;
  align-items: center;
}

.staff__schedule-pc {
  position: relative;
  width: 49%;
  display: block;
}

.staff__schedule-mobile {
  display: none;
}

.staff__schedule-title {
  position: relative;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.staff__schedule-line {
  position: relative;
  display: block;
  width: 100%;
  height: 0.1vw;
  background: #3B4043;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}

.staff__schedule-list {
  position: relative;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-left: 2vw;
  margin-right: auto;
}

.staff__day-schedule {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1.2vw;
  margin-bottom: 3vw;
}

.staff__day-label {
  position: relative;
  width: 2.2vw;
}

.staff__timeline {
  position: relative;
  /*border-left: 0.2vw solid #666;*/
}

/* 縦棒 */
.staff__timeline::before {
  content: "";
  position: absolute;
  top: 0.5vw;         /* ← ここからスタート */
  bottom: 0.5vw;        /* ← 最後のアイテムまで伸ばす */
  left: 0;
  width: 0.2vw;
  background-color: #707070; /* ← この背景色が縦線の色 */
}

.staff__timeline-item {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 2.2vw;
}

.day-end {
  margin-bottom: 0;
}

.staff__timeline-time {
  position: relative;
  font-feature-settings: normal;
}

/* 黒丸 */
.staff__timeline-time span {
  position: relative;
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  color: #707070;
  margin-left: -0.35vw;
  margin-right: 1vw;
  top: -10%;
}

.staff__timeline-content {
  margin-left: 1vw;
}

.staff__gallery {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1%;
}

.staff__gallery-1, .staff__gallery-2, .staff__gallery-3 {
  width: 33%;
}

.staff__gallery-1 img, .staff__gallery-2 img, .staff__gallery-3 img {
  width: 100%;
}

.staff__list-line {
  position: relative;
  display: block;
  width: 125%;
  height: 0.15vw;
  background: #3B4043;
  margin-top: 4.5vw;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}

/*============================
footer
============================*/
.footer {
  position: relative;
  background-color: #cfcfcf;
}

.footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.5vw;
  padding-bottom: 5vw;
  color: #3B4043;
}

.footer__logo {
  width: 17.5%;
  margin-bottom: 1vw;
}

.footer__logo img {
  width: 100%;
}

.footer__campany, .footer__address, .footer__tel, .footer__mail,
.footer__time, .footer__policy, .footer__sitemap, .copyright{
font-size: 1vw;
color: #3B4043;
}

.footer__campany {
  margin-bottom: 2vw;
}

.footer__address {
  margin-bottom: 1.5vw;
}

.footer__time {
  margin-bottom: 2vw;
}


/*============================
アニメーション
============================*/

/* 上へ移動 */
.move_toUp {
  opacity: 0;
}

.move_toUp.active {
  animation: move_toUp 1.5s ease-out both;
}

@keyframes  move_toUp {
  from {
    transform:translatey(10vw);
    opacity: 0;
  }

  to {
    transform:translatey(0);
    opacity: 1;
  }
}


.move_toUp2 {
  opacity: 0;
}

.move_toUp2.active {
  animation: move_toUp2 1.5s ease-out both;
  animation-delay: 0.2s;
}

@keyframes  move_toUp2 {
  from {
    transform:translatey(10vw);
    opacity: 0;
  }

  to {
    transform:translatey(0);
    opacity: 1;
  }
}



.move_toUp3 {
  opacity: 0;
}

.move_toUp3.active {
  animation: move_toUp3 1.5s ease-out both;
  animation-delay: 0.4s;
}

@keyframes  move_toUp3 {
  from {
    transform:translatey(10vw);
    opacity: 0;
  }

  to {
    transform:translatey(0);
    opacity: 1;
  }
}


/* 左へ移動 */
.move_toLeft {
  opacity: 0;
}

.move_toLeft.active {
  animation: move_toLeft 1s ease-out both;
}

@keyframes  move_toLeft {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}


.move_toLeft2 {
  opacity: 0;
}

.move_toLeft2.active {
  animation: move_toLeft2 1s ease-out both;
  animation-delay: 0.15s;
}

@keyframes  move_toLeft2 {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}



.move_toLeft3 {
  opacity: 0;
}

.move_toLeft3.active {
  animation: move_toLeft3 1s ease-out both;
  animation-delay: 0.3s;
}

@keyframes  move_toLeft3 {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}



/* 親フッターが出す共通セクション類を隠す */
#common_about,
#common_contact,.footer.header_pc {
  display: none !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

 