/*=========================================================
アイキャッチ動画 start
=========================================================*/
.eyecatch-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.eyecatch-video-wrapper.pc {
  height: 793px;
}

.video-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
}

/*=========================================================
コンセプト start
=========================================================*/
.concept {
  padding: 80px 0;
}

.concept__inner {
  display: flex;
  max-width: 1062px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* 画像 右の場合(scfで選択) */
.concept__inner.reverse {
  flex-direction: row-reverse;
}

.concept__inner.reverse img,
.concept__inner img {
  width: 50%;
  display: block;
  object-fit: cover;
}

.concept__inner .title_style {
  font-size: 30px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.85rem;
}

.concept__inner .concept_text {
  width: 50%;
}

.concept__inner p {
  font-size: 16px;
  line-height: 1.35rem;
}

@media (max-width: 766px) {
  .concept {
    padding: 50px 0;
  }

  .concept__inner {
    flex-direction: column;
    max-width: 347px;
    margin-bottom: 0;
  }

  .concept__inner.reverse {
    flex-direction: column;
  }

  .concept__inner.reverse img,
  .concept__inner img,
  .concept__inner .concept_text {
    width: 100%;
  }

  .concept__inner .title_style {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .concept__inner p {
    font-size: 13px;
  }
}

/*=========================================================
スケジュール start
=========================================================*/
.schedule {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .schedule {
    padding: 50px 0;
  }
}

/*=========================================================
ニュース start
=========================================================*/
.news {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .news {
    padding: 50px 0;
  }
}

/*=========================================================
SNS start
=========================================================*/
.sns {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .sns {
    padding: 50px 0;
  }
}

/*=========================================================
店内写真 start
=========================================================*/
.shop-photo {
  padding: 80px 0;
}

@media (max-width: 766px) {
  .shop-photo {
    padding: 50px 0;
  }
}

/*=========================================================
about start
=========================================================*/
.about {
  padding: 80px 0;
}

.about_inner {
  max-width: 780px;
  margin-inline: auto;
  font-size: 0.8rem;
  padding: 30px 50px;
  margin: 0 auto;
  line-height: 1rem;
}

.about h2 {
  font-size: 25px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.85rem;
}

.about p {
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .about {
    padding: 50px 0;
  }

  .about_inner {
    max-width: 100%;
    max-height: inherit;
    display: block;
    margin: 0 7%;
    padding: 20px !important;
  }

  .about h2 {
    font-size: 25px;
  }

  .about p {
    font-size: 13px;
  }
}

/*=========================================================
求人フリーレイアウト start
=========================================================*/
.cont00.set {
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cont00.set h2 {
  font-weight: bold;
}

.cont00.set h2,
.cont00.set h3,
.cont00.set div {
  width: 100%;
  word-wrap: break-word;
  max-width: 750px;
  margin: 0 auto;
}

.cont00.set img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-width: 750px;
  margin: 0 auto;
}

.cont00.set a {
  width: 100%;
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 766px) {
  .cont00.set {
    padding: 50px 0;
  }

  .cont00.set img,
  .cont00.set h2,
  .cont00.set h3,
  .cont00.set div {
    max-width: 347px;
  }
}

/* imgサブタイトル前 */
.cont00.set.img-middle a,
.cont00.set.img-middle img {
  order: 2;
}

.cont00.set.img-middle h2 {
  order: 1;
}

.cont00.set.img-middle h3 {
  order: 3;
}

.cont00.set.img-middle div {
  order: 4;
}

/* imgサブタイトル後 */
.cont00.set.img-subtitle a,
.cont00.set.img-subtitle img {
  order: 3;
}

.cont00.set.img-subtitle h2 {
  order: 1;
}

.cont00.set.img-subtitle h3 {
  order: 2;
}

.cont00.set.img-subtitle div {
  order: 4;
}

/* img最後 */
.cont00.set.img-last a,
.cont00.set.img-last img {
  order: 4;
}

.cont00 h2,
.cont00 h3 {
  font-weight: bold;
}

.cont00 h2 {
  line-height: 1.3;
}

.cont00 h3 {
  line-height: 1.3;
  padding-bottom: 10px;
}

.cont00 p {
  line-height: 1.3;
  padding: 10px;
}

.sub_title.text_decoration.line {
  border-bottom: 1px solid;
}

.cont00.set>div.text_decoration.frame {
  border-width: 1px;
  border-style: solid;
}

.cont00 h3.sub_title.frame {
  padding-bottom: 0;
}

ul.treatment li.cast_recruit_table_treatment_item_style.deactive {
  display: none !important;
}

/*=========================================================
求人カラムコンテンツ start
=========================================================*/
.column-content {
  padding: 80px 0;
}

.column-content h1 {
  font-size: 35px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 1062px;
  font-weight: bold;
}

.column-content .inner {
  margin: 0 auto;
  max-width: 1062px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 20px;
  flex-wrap: wrap;
  width: 100%;
}

.column-content .pc4 {
  width: calc(25% - 20px);
}

.column-content .pc3 {
  width: calc(33% - 15px);
}

.column-content .pc2 {
  width: calc(50% - 10px);
}

.column-content .inner div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.2;
}

.column-content .inner div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.column-content .inner div .title {
  font-size: 18px;
  font-weight: bold;
}

.column-content .inner div .title.center,
.column-content .inner div .text.center {
  text-align: center;
}

.column-content .inner div .title.right,
.column-content .inner div .text.right {
  text-align: right;
}

.column-content .inner div .img-middle {
  order: 1;
}

.column-content .inner div .text {
  order: 2;
  font-size: 14px;
}

.column-content .inner div .img-last {
  order: 3;
}

section.recruit-table div.recruit-table__inner a.contact_btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
}

@media (max-width: 766px) {
  .column-content {
    padding: 50px 0;
  }

  .column-content h1 {
    font-size: 25px;
    margin: 0 auto 30px;
    max-width: 347px;
  }

  .column-content .inner {
    margin: 30px auto;
    max-width: 347px;
  }

  .column-content .pc4 {
    width: calc(50% - 10px);
  }

  .column-content .pc3,
  .column-content .pc2 {
    width: calc(100%);
  }

  .column-content .inner div .title {
    font-size: 16px;
  }

  .column-content .inner div .text {
    font-size: 13px;
  }

  section.recruit-table div.recruit-table__inner a.contact_btn {
    width: 240px;
    height: 35px;
    font-size: 11px;
    line-height: 32px;
  }
}

/*=========================================================
トップページコンテンツアニメーション start
=========================================================*/
section,
.schedule ul li {
  opacity: 0;
}

section.none,
.schedule ul li.none {
  opacity: 1 !important;
}

/* スライドイン（下→上） */
.slide-in-up {
  opacity: 0;
  transform: translateY(50px);
  animation: slideInUp 0.5s ease-out forwards;
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スライドイン（右→左） */
.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 0.5s ease-out forwards;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ズームイン */
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
  animation: zoomIn 0.5s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ズームアウト */
.zoom-out {
  opacity: 0;
  transform: scale(1.05);
  animation: zoomOut 0.5s ease-out forwards;
}

@keyframes zoomOut {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
