@charset "UTF-8";
* {
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

h2 {
  font-size: 105px;
  line-height: 1.2;
}
h2 span.span__h2--jp {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 70px;
  }
}

h3 {
  font-size: clamp(2.125rem, calc(-0.063rem + 2.73vw), 2.563rem);
  line-height: 1.8;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 23px;
    text-align: justify;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.8;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 20px;
  }
}

body {
  width: 100%;
}

header .top_slider {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  font-size: 45px;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  header .top_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  header .top_slider {
    height: 300px;
  }
}
header .top_slider .slick-slide {
  display: block;
  position: relative;
  margin: 0 20px;
}
header .top_slider .slick-slide:nth-of-type(3n-2) {
  width: 500px;
}
@media only screen and (max-width: 900px) {
  header .top_slider .slick-slide:nth-of-type(3n-2) {
    width: 300px;
  }
}
header .top_slider .slick-slide:nth-of-type(3n-1) {
  width: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  header .top_slider .slick-slide:nth-of-type(3n-1) {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  header .top_slider .slick-slide:nth-of-type(3n-1) {
    margin-top: 50px;
  }
}
header .top_slider .slick-slide:nth-of-type(3n) {
  width: 400px;
  margin-top: 200px;
}
@media only screen and (max-width: 900px) {
  header .top_slider .slick-slide:nth-of-type(3n) {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  header .top_slider .slick-slide:nth-of-type(3n) {
    margin-top: 100px;
  }
}
header .top_slider .slick-slide div {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
header .top_slider .slick-slide div::before {
  content: "";
  display: block;
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: white;
  z-index: 5;
  transform: translateX(0);
  transition: 0.3s;
}
header .top_slider .slick-slide.is-visible div::before {
  transform: translateX(100%);
}
header .top_slider .slick-slide.is-visible img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.line-break {
  display: block;
}

section {
  margin-top: 100px;
  padding: 2%;
}
section:nth-of-type(1) {
  margin-top: 0;
}
section .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  section .wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  section .wrapper {
    margin-top: 50px;
  }
}
section .wrapper h3 {
  width: 100%;
}
section .wrapper .paragraph {
  font-size: clamp(1.313rem, calc(1rem + 0.39vw), 1.375rem);
  line-height: 2;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  width: 100%;
}
section .wrapper .content__wrapper--left {
  width: 50%;
  min-width: 0;
}
@media only screen and (max-width: 900px) {
  section .wrapper .content__wrapper--left {
    width: 100%;
  }
}
section .wrapper .content__wrapper--left .paragraph {
  line-break: strict;
  word-break: break-all;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  section .wrapper .content__wrapper--left .paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--left .paragraph {
    width: 100%;
    margin-top: 30px;
  }
}
section .wrapper .content__wrapper--left .about-area__wrapper h4 {
  margin-top: 0;
}
section .wrapper .content__wrapper--left .about-area__wrapper ul.branch {
  display: block;
  margin-top: 20px;
  padding: 0;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--left .about-area__wrapper ul.branch {
    gap: 10px 10px;
  }
}
section .wrapper .content__wrapper--left .about-area__wrapper ul.branch li.branch-name {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 16px;
  border: 1px solid #000;
  border-radius: 30px;
}
section .wrapper .content__wrapper--left .about-info__wrapper {
  margin-top: 30px;
}
section .wrapper .content__wrapper--left .about-info__wrapper ul.about-info {
  margin-top: 20px;
  padding: 0;
}
section .wrapper .content__wrapper--left .about-info__wrapper ul.about-info li {
  font-size: clamp(1.313rem, calc(1rem + 0.39vw), 1.375rem);
  line-height: 1.5;
}
section .wrapper .content__wrapper--right {
  display: block;
  position: relative;
  width: 50%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  section .wrapper .content__wrapper--right {
    width: 80%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  section .wrapper .content__wrapper--right {
    width: 100%;
    margin-top: 30px;
  }
}

.content__wrapper--right, .company-profile {
  margin: 0 !important;
}

.content__wrapper--right > div:first-child, .company-profile__row:first-child {
  border: none !important;
}

section.section__movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  section.section__movie {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  section.section__movie {
    height: 300px;
  }
}
section.section__movie .section__movie_wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  section.section__movie .section__movie_wrapper {
    height: 450px;
  }
}
@media only screen and (max-width: 600px) {
  section.section__movie .section__movie_wrapper {
    height: 350px;
  }
}
section.section__movie .section__movie_wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

section.section__about {
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 100px auto;
}
section.section__about:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  section.section__about {
    width: 95%;
  }
}
section.section__about div.wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  section.section__about .content__wrapper--left {
    padding-bottom: 80px;
  }
}
section.section__about .content__wrapper--left h4:nth-child(5) {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  section.section__about .content__wrapper--right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.section__about .content__wrapper--right {
    margin-top: 60px;
  }
}
section.section__about .content__wrapper--right ul {
  display: block;
  flex-wrap: wrap;
  width: 100%;
}
section.section__about .content__wrapper--right ul li {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
section.section__about .content__wrapper--right ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 5;
  transform: translateX(0);
  transition: 0.3s;
}
section.section__about .content__wrapper--right ul li.is-visible::before {
  transform: translateX(100%);
}
section.section__about .content__wrapper--right ul li img {
  display: block;
  width: 100%;
  height: auto;
}
section.section__about .content__wrapper--right ul li:nth-of-type(1) {
  width: 80%;
  margin-bottom: 20px;
}
section.section__about .content__wrapper--right ul li:nth-of-type(2) {
  width: 50%;
  margin: 0 0 0 auto;
}

section.section__entry {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
section.section__entry p.section__entry__description {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 600px;
  margin: 50px auto 30px auto;
}
section.section__entry p.section__entry__description span {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  section.section__entry p.section__entry__description {
    width: 360px;
  }
}
section.section__entry .wrapper {
  text-align: center;
  display: block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  section.section__entry .wrapper {
    height: 150px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  section.section__entry .wrapper {
    height: 100px;
  }
}
section.section__entry .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #547bcd;
  z-index: 1;
  transition: 0.3s;
  transform: translateX(-100%);
}
@media only screen and (max-width: 900px) {
  section.section__entry .wrapper::before {
    transform: translateX(0);
  }
}
section.section__entry .wrapper:hover::before {
  transform: translateX(0);
}
section.section__entry .wrapper:hover a {
  color: #fff;
}
section.section__entry .wrapper a {
  font-size: 42px;
  font-weight: 700;
  color: #547bcd;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  section.section__entry .wrapper a {
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  section.section__entry .wrapper a {
    font-size: 30px;
  }
}

.content__wrapper--right, .company-profile {
  --profile-max-width: 880px;
  --profile-term-width: 9.5rem;
  --profile-row-gap-y: 0.75rem;
  --profile-font-term: 600;
  --profile-color-term: #222;
  --profile-color-text: #333;
  --profile-border-color: #e3e6ea;
  --profile-alt-bg: #fafbfc;
  --profile-font-size: 0.95rem;
  max-width: var(--profile-max-width);
  font-size: var(--profile-font-size);
  line-height: 1.6;
  color: var(--profile-color-text);
  margin: 0 auto 3rem;
  position: relative;
}

/* 1行（行ラッパー） */
.content__wrapper--right > div, .company-profile__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  padding: 20px 0;
  border-bottom: 1px solid var(--profile-border-color);
  position: relative;
}

/* 交互背景（必要なければ削除） */
.content__wrapper--right > div:nth-child(even), .company-profile__row:nth-child(even) {
  background: var(--profile-alt-bg);
}

/* 項目名 */
.content__wrapper--right dt, .company-profile__term {
  font-size: 18px;
  flex: 0 0 var(--profile-term-width);
  max-width: var(--profile-term-width);
  font-weight: var(--profile-font-term);
  color: var(--profile-color-term);
  letter-spacing: 0.04em;
  margin: 0;
  position: relative;
  top: 0.05em;
  line-height: 1.5;
  word-break: keep-all;
}

/* 値 */
.content__wrapper--right dd, .company-profile__desc {
  font-size: 18px;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}

.content__wrapper--right dd br, .company-profile__desc br {
  line-height: 1.4;
}

/* 先頭行の上線が不要なら調整（任意） */
.content__wrapper--right > div:first-child, .company-profile__row:first-child {
  border-top: 1px solid var(--profile-border-color);
}

/* タイトな余白調整（改行多い dd 内） */
.content__wrapper--right dd p:last-child, .company-profile__desc p:last-child {
  margin-bottom: 0;
}

/* 見出し (「拠点」「会社概要」などセクションタイトルがある想定) */
.profile-section-title {
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1.25rem;
  color: #111;
  position: relative;
  padding-left: 0.65em;
}
.profile-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 0.35em;
  height: 1.1em;
  background: linear-gradient(180deg, #1674ff, #0052c8);
  border-radius: 2px;
}

/* 初期状態：少し下にずれて透明 */
.animate-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* 表示時 */
}
.animate-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* .paragraph は遅延を0.3秒追加 */
.paragraph.animate-fadeup {
  transition-delay: 0.5s;
}