@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* 要素のデフォルトスタイルをリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストスタイルのリセット */
ul[class],
ol[class] {
  list-style: none;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* テーブル要素のスタイルをリセット */
table {
  border-collapse: collapse;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 15px;
  }
}

h4 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 15px;
  }
}

p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 15px;
  }
}

a {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 15px;
  }
}

div {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 15px;
  }
}

.text__black {
  color: #4d4d4d;
}

.bg__black {
  background-color: #4d4d4d;
}

.text__gray {
  color: #b3b3b3;
}

.bg__gray {
  background-color: #b3b3b3;
}

.text__white {
  color: #fcfcfc;
}

.bg__white {
  background-color: #fcfcfc;
}

.text__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.text__blue {
  color: #3498db;
}

.bg__blue {
  background-color: #3498db;
}

.text__green {
  color: #2ecc71;
}

.bg__green {
  background-color: #2ecc71;
}

.text__orange {
  color: #eb5e00;
}

.bg__orange {
  background-color: #eb5e00;
}

.text__dark_blue {
  color: #34495e;
}

.bg__dark_blue {
  background-color: #34495e;
}

.text__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.text__turquoise {
  color: #1abc9c;
}

.bg__turquoise {
  background-color: #1abc9c;
}

body {
  font-family: skia-cc, sans-serif;
  font-weight: 300;
  /* 日本語文字に対して明朝体を適用 */
}
body:lang(ja) {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 300;
}

/* 英語テキスト専用クラス */
.en__txt {
  font-family: skia-cc, sans-serif;
  font-weight: 100;
}

/* 日本語テキスト専用クラス */
.jp__txt {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 300;
}

/* max-width */
@media screen and (min-width: 1200px) {
  .sec__max-width {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* =================================================
// Hero Section for Sub-pages
// ================================================= */
.hero {
  background-color: white;
}

.bl_hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 45vh;
  min-height: 280px;
  color: var(--text-color-light);
  background: center/cover no-repeat;
  position: relative;
}
.bl_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfcfcfff60;
  z-index: 1;
}
.bl_hero_inner {
  position: relative;
  z-index: 2;
}
.bl_hero_title {
  margin: 0;
}

/* =================================================
// Single Post Area
// ================================================= */
.bl_single_post {
  padding-top: 60px;
  padding-bottom: 80px;
}
.bl_single_post_wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.bl_single_post_header {
  margin-bottom: 40px;
}
.bl_single_post_title {
  line-height: 1.2;
  margin: 0 0 25px 0;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
}
.bl_single_post_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.bl_single_post_date_text {
  margin: 0;
  letter-spacing: 0.05em;
}
.bl_single_post_tags {
  display: flex;
  gap: 10px;
}
.bl_single_post_tag_item a {
  display: block;
  padding: 6px 15px;
  background-color: var(--bg-color-tag);
  border-radius: 4px;
  transition: opacity 0.3s;
}
.bl_single_post_tag_item a:hover {
  opacity: 0.7;
}
.bl_single_post_content .bl_single_post_text {
  line-height: 1.2;
}
.bl_single_post_content .bl_single_post_text h2 {
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.bl_single_post_content .bl_single_post_text p {
  margin: 0 0 1.5em 0;
}
.bl_single_post_content .bl_single_post_text figure {
  margin: 30px 0;
}

/* =================================================
// Responsive
// ================================================= */
@media screen and (min-width: 1200px) {
  .bl_hero_title {
    font-size: 2.5rem;
  }
  .bl_single_post_title {
    font-size: 1rem;
  }
  .bl_single_post_content .bl_single_post_text h2 {
    font-size: 1.1rem;
  }
}
/*================================================
  Component: Button (ボタンコンポーネント)
=================================================*/
.bl_btn {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.btn {
  display: inline-block;
  min-width: 100%;
  padding: 10px 0px;
  vertical-align: middle;
  color: #3d3d3d;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 1200px) {
  .btn {
    min-width: 50%;
  }
}
.btn--outline-dark {
  border-color: #3d3d3d;
  color: #3d3d3d;
}
.btn--outline-dark:hover {
  background-color: #3d3d3d;
  color: #fcfcfc;
}
.btn--outline {
  border-color: #fcfcfc;
  color: #fcfcfc;
}
.btn--outline:hover {
  background-color: #fcfcfc;
  color: #3d3d3d;
}

.st-about-header {
  padding: 150px 20px 20px 20px;
}
.st-about-header h1 {
  padding: 0 0 10px 0;
}
@media screen and (min-width: 1200px) {
  .st-about-header {
    padding: 300px 10px 20px 10px;
  }
}

.bl_post {
  background-color: red;
  width: 100%;
}
.bl_post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
/*================================================
  Variables (変数)
=================================================*/
/* Mixin */
/*================================================
  Header (ヘッダー本体)
=================================================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 20px;
  background-color: transparent;
  /* 全体の反転を解除 */
  mix-blend-mode: normal;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
@media print, screen and (min-width: 769px) {
  .site-header {
    padding: 31.5px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
  }
  .site-header.is-shown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .site-header {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* 1. Site Logo (個別に反転を適用) */
.site-logo {
  mix-blend-mode: difference;
}
.site-logo img {
  max-width: 110px;
}
@media print, screen and (min-width: 769px) {
  .site-logo img {
    max-width: 175px;
  }
}

/* 2. Loading Status (個別に反転を適用) */
.loading-status {
  mix-blend-mode: difference;
  color: #b3b3b3;
  font-variant-numeric: tabular-nums;
  font-size: 25px;
}

/* 3. PC Navigation (個別に反転を適用) */
.pc-nav {
  display: none;
  mix-blend-mode: difference;
}
@media print, screen and (min-width: 769px) {
  .pc-nav {
    display: block;
    margin-right: -400px;
  }
}
.pc-nav__list {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-nav .menu-item a {
  text-decoration: none;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.1em;
}

/*================================================
  4. Hamburger Button (丸・反転しない)
=================================================*/
.hamburger {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 101;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  /* 反転させないための設定 */
  mix-blend-mode: normal;
}
@media print, screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger__dot {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #eb5e00;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s, height 0.3s, border-radius 0.2s;
}
.hamburger__dot:nth-child(1) {
  transform: rotate(0deg);
}
.hamburger__dot:nth-child(2) {
  transform: rotate(0deg);
}
.hamburger.is-active .hamburger__dot {
  width: 28px;
  height: 1.5px;
  border-radius: 0;
}
.hamburger.is-active .hamburger__dot:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger.is-active .hamburger__dot:nth-child(2) {
  transform: rotate(-45deg);
}

/* SP Navigation (背景白) */
.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #eb5e00;
  z-index: 100;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s;
  overflow-y: auto;
}
.sp-nav.is-active {
  visibility: visible;
  opacity: 1;
}
.sp-nav.is-active .sp-nav__item {
  transform: translateY(0);
  opacity: 1;
}
.sp-nav__inner {
  padding: 136px 20px 60px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.sp-nav__item {
  margin-bottom: 50px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s;
}
.sp-nav__item:nth-child(1) {
  transition-delay: 0.15s;
}
.sp-nav__item:nth-child(2) {
  transition-delay: 0.2s;
}
.sp-nav__item:nth-child(3) {
  transition-delay: 0.25s;
}
.sp-nav__item:nth-child(4) {
  transition-delay: 0.3s;
}
.sp-nav__item:nth-child(5) {
  transition-delay: 0.35s;
}
.sp-nav__item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #b3b3b3;
}
.sp-nav__item a .en {
  font-size: 22px;
  font-weight: 100;
}
.sp-nav__item a .jp {
  font-size: 10px;
  margin-top: 8px;
}
.sp-nav__footer {
  padding-top: 40px;
  opacity: 0;
  transition: opacity 0.8s ease 0.5s;
}
.sp-nav__address {
  font-size: 12px;
  color: #b3b3b3;
  margin-bottom: 25px;
}
.sp-nav__sns {
  display: flex;
  gap: 20px;
}
.sp-nav__sns a {
  font-size: 11px;
  text-decoration: none;
  color: #b3b3b3;
  border-bottom: 0.5px solid #b3b3b3;
}

/* ==========================================================================
   Footer Component
   ========================================================================== */
.bl_footer {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .bl_footer {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.bl_footer__inner {
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bl_footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__content {
    gap: 80px;
    margin-bottom: 100px;
  }
}
.bl_footer {
  /* Navigation
       ----------------------------------------------------------------- */
}
.bl_footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__nav {
    gap: 100px;
  }
}
.bl_footer__navGroup {
  display: block;
}
.bl_footer__navList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__navList {
    gap: 16px;
  }
}
.bl_footer__navItem {
  display: block;
  margin: 0;
}
.bl_footer__navLink {
  display: inline-block;
  text-decoration: none;
}
.bl_footer {
  /* Head Office Info
       ----------------------------------------------------------------- */
}
.bl_footer__info {
  display: block;
  width: 100%;
}
.bl_footer__infoHeading {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__infoHeading {
    margin-bottom: 20px;
  }
}
.bl_footer__address {
  margin: 0;
  font-style: normal;
}
.bl_footer__addressLine {
  margin-top: 0;
  margin-bottom: 8px;
}
.bl_footer__addressLine:last-child {
  margin-bottom: 0;
}
.bl_footer {
  /* 追加: Bottom Wrapper (Logo + Copyright)
       ----------------------------------------------------------------- */
}
.bl_footer__bottom {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
.bl_footer .bl_footer__logo {
  width: 300px;
}
.bl_footer .bl_footer__logoLink img {
  width: 300px;
}
.bl_footer {
  /* Brand & Logo
       ----------------------------------------------------------------- */
}
.bl_footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__brand {
    gap: 24px;
    margin-bottom: 0;
  }
}
.bl_footer__logo {
  display: block;
  width: 120px;
  height: auto;
}
.bl_footer__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .bl_footer__logo {
    width: 140px;
  }
}
.bl_footer__companyName {
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.bl_footer {
  /* Copyright
       ----------------------------------------------------------------- */
}
.bl_footer__copyright {
  display: block;
  margin: 0;
  text-align: left;
}

/*================================================
  Variables (変数)
=================================================*/
:root {
  --color-text: #3d3d3d;
  --font-body: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --color-accent: #6c8fac;
  --breakpoint-pc: 900px;
}

/*================================================
  Hero Section
=================================================*/
.hero.bl_bouble {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  background: #fcfcfc;
  z-index: 0;
}

.hero__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.hero-logo {
  display: none;
  max-width: 320px;
  width: 100%;
}
.hero-logo svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.hero-logo svg .cls-1 {
  fill: none;
  stroke: #b5b5b6;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-logo svg .cls-1.is-drawable {
  opacity: 1;
  animation: drawFillPath 3s ease-out forwards;
}

.hero-image {
  width: 100%;
  margin: 0;
  position: relative;
}
.hero-image img {
  width: 100%;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image__caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fcfcfc;
  text-align: right;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.hero-image__caption .project-name {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .hero-image__caption .project-name {
    text-align: right;
    font-size: 1.4rem;
  }
}
.hero-image__caption .project-location {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  opacity: 0.9;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .hero-image__caption .project-location {
    text-align: right;
    font-size: 1.1rem;
  }
}

.hero-catchphrase {
  color: var(--color-text);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
.hero-catchphrase p {
  margin: 0;
}

/*================================================
  Animation
=================================================*/
.js-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drawFillPath {
  to {
    stroke-dashoffset: 0;
  }
}
/*================================================
  PC Layout (メディアクエリ)
=================================================*/
@media print, screen and (min-width: 769px) {
  .hero__inner {
    max-width: 100vw;
    padding: 0px 0px 60px 0px;
    display: grid;
    grid-template-columns: 45fr 50fr;
    grid-template-rows: auto 1fr;
    gap: 0 5%;
    align-items: center;
  }
  .hero-logo {
    grid-column: 1/2;
    /* grid-rowを1/3に変更することで、画像の高さ全体を基準に配置できるようにする */
    grid-row: 1/3;
    align-self: center; /* 縦方向の中央揃え */
    justify-self: center; /* 横方向の中央揃え */
    display: block;
    margin: 0 auto;
  }
  .hero-image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .hero-image img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-image__caption {
    right: 50px;
    bottom: 50px;
  }
  .hero-catchphrase {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: end;
    text-align: left;
    padding-bottom: 20px;
  }
}
/* ==========================================================================
   About Us Component
   ========================================================================== */
.sec_about {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  background-color: #fcfcfc;
}
@media print, screen and (min-width: 769px) {
  .sec_about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.sec_about.is_active {
  opacity: 1;
  transform: translateY(0);
}
.sec_about .bl_aboutInner {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.sec_about .bl_aboutInner .bl_aboutContent {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 769px) {
  .sec_about .bl_aboutInner .bl_aboutContent {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutBody {
  display: block;
  flex: 1;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutBody .bl_aboutMessage {
  display: block;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .sec_about .bl_aboutInner .bl_aboutContent .bl_aboutBody .bl_aboutMessage {
    margin-bottom: 40px;
  }
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutBody .bl_aboutMessage__en {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutBody .bl_aboutDescription {
  display: block;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutBody .bl_aboutDescription__jp {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter {
    display: block;
    padding-bottom: 10px;
  }
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink:hover {
  opacity: 0.6;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink:hover .bl_aboutLink__arrow {
  transform: translateX(5px);
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink__text {
  display: block;
  font-weight: normal;
  letter-spacing: 0.25em;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink__arrow {
  display: block;
  width: 12px;
  height: auto;
  transition: transform 0.3s ease;
}
.sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec_about .bl_aboutInner .bl_aboutContent .bl_aboutFooter .bl_aboutLink__arrow {
    width: 16px;
  }
}

/*================================================
  Variables (変数)
=================================================*/
/*================================================
  Contact Section
=================================================*/
.contact {
  padding: 120px 0;
  background-color: #fcfcfcfff;
}

.contact__inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 40px;
}

.contact__title {
  text-align: center;
  color: #3d3d3d;
  margin: 0 0 40px 0;
}

.contact__description {
  text-align: center;
  color: #3d3d3d;
  line-height: 1.2;
  margin-bottom: 50px;
}
.contact__description p {
  margin: 0;
}

.contact__required-note {
  margin-top: 20px;
  color: #e54747;
}
/*================================================
  Form Styles for Contact Form 7
=================================================*/
.form-group {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  margin-bottom: 12px;
}
.form-label .required-mark {
  color: #e54747;
  margin-left: 0.3em;
}

.form-control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fcfcfc;
  -webkit-appearance: none;
}
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control::placeholder {
  color: #ccc;
}
.form-control:focus {
  outline: none;
  border-color: rgb(185.75, 185.75, 185.75);
}

textarea.form-control {
  height: 240px;
  resize: vertical;
}

.form-acceptance {
  text-align: center;
  margin-top: 40px;
}
.form-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-acceptance input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}
.form-submit .btn {
  width: 280px;
  max-width: 100%;
}

.wpcf7-not-valid-tip {
  color: #e54747;
  margin-top: 8px;
}

/*================================================
  Common Components
=================================================*/
.more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.more-link span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1.2px solid #4d4d4d;
  border-right: 1.2px solid #4d4d4d;
  transform: rotate(45deg);
  margin-left: 10px;
}

/*================================================
  NEWS Section
=================================================*/
.news-section {
  padding: 100px 20px 100px 20px;
  background-color: #fcfcfc;
}
@media print, screen and (min-width: 769px) {
  .news-section {
    padding: 180px 20px 180px 20px;
  }
}
.news-section__inner {
  margin: 0 auto;
}
.news-section__title {
  color: #4d4d4d;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.news-section__footer {
  text-align: right;
  margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
  .news-list {
    display: flex;
    gap: 40px;
  }
}

.news-card {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .news-card {
    margin-bottom: 0;
    width: 50%;
    flex: 1;
  }
}
.news-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .news-card__link:hover .news-card__figure img {
    transform: scale(1.05);
  }
}
.news-card__figure {
  margin: 0;
  aspect-ratio: 16/10;
  background: #ccc;
  overflow: hidden;
}
.news-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card .no-image-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
}
.news-card__body {
  padding: 15px 0;
}
.news-card__date {
  color: #888;
  display: block;
  margin-bottom: 5px;
}
.news-card__title {
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}

.works-section {
  padding: 60px 20px 60px 20px;
}
@media print, screen and (min-width: 769px) {
  .works-section {
    padding: 0px 20px 60px 20px;
  }
}
.works-section {
  background-color: #fcfcfc;
}
.works-section__inner {
  margin: 0 auto;
}
.works-section__title {
  letter-spacing: 0.1em;
  color: #4d4d4d;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.works-card {
  margin-bottom: 60px;
}
.works-card__link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.works-card__link:hover .works-card__title {
  opacity: 0.7;
}
.works-card__link:hover .works-card__figure img {
  transform: scale(1.02);
}
.works-card__link:hover .works-card__arrow {
  transform: translateX(5px);
}
.works-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.works-card__title {
  font-weight: 400;
  color: #4d4d4d;
  margin: 0;
  line-height: 2.2;
}
.works-card__location {
  color: #b3b3b3;
  margin-top: -5px;
  font-weight: normal;
}
.works-card__arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: transform 0.3s ease;
}
.works-card__arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #4d4d4d;
  border-right: 1.5px solid #4d4d4d;
  transform: rotate(45deg);
  display: block;
}
.works-card__images {
  display: flex;
}
.works-card__figure {
  margin: 0;
  overflow: hidden;
  background-color: #f5f5f5;
}
.works-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.works-card__figure.--main {
  flex: 1.8;
  aspect-ratio: 16/6;
}
.works-card__figure.--sub {
  flex: 1;
  aspect-ratio: 16/9;
}

.works-section__footer {
  text-align: right;
  margin-top: 40px;
}

.more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 100;
}
.more-link span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: rotate(45deg);
  margin-left: 8px;
}

/*================================================
  Work Detail Page (Modern Layout)
=================================================*/
/* 
  ★重要: スマホ時に100vwを使用するため、横スクロール防止の設定です。
  すでにリセットCSS等にある場合は削除しても構いません。
*/
body {
  overflow-x: hidden;
}

.work-detail-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 20px 0px 20px;
}
@media print, screen and (min-width: 769px) {
  .work-detail-page {
    padding: 300px 10px 0px 10px;
  }
}

.work-section-label {
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 0px;
  font-size: 15px;
}
@media print, screen and (min-width: 769px) {
  .work-section-label {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

.work-header {
  margin-bottom: 40px;
  padding-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .work-header {
    padding-top: 100px;
  }
}
.work-header .work-title {
  font-weight: 400;
  margin-bottom: 5px;
  color: #333;
}
.work-header .work-subtitle {
  color: #999;
  margin: 0;
}

.work-body {
  line-height: 1.8;
  color: #666;
  max-width: 100%;
}

.work-info-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 80px;
  padding-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .work-info-grid {
    flex-direction: row;
    gap: 80px;
  }
}
.work-info-grid .info-column {
  flex: 1;
}
.work-info-grid .info-column dl {
  display: flex;
  margin: 0;
  padding: 5px 0;
  line-height: 1.6;
}
.work-info-grid .info-column dl dt {
  width: 100px;
  color: #999;
  font-weight: normal;
}
.work-info-grid .info-column dl dd {
  margin: 0;
  color: #666;
  flex: 1;
}

.work-gallery-stack {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (min-width: 769px) {
  .work-gallery-stack {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
  }
}
.work-gallery-stack .work-gallery-item {
  margin: 0;
  width: 100%;
}
.work-gallery-stack .work-gallery-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work-gallery-stack .work-gallery-item.is-portrait img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .work-gallery-stack .work-gallery-item img {
    height: 700px;
  }
}

/*================================================
  Other Works Section
=================================================*/
.other-works {
  margin-top: 100px;
  padding-top: 40px;
}
.other-works__title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #575757;
  margin-bottom: 40px;
}
.other-works__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 769px) {
  .other-works__list {
    flex-direction: row;
    gap: 30px;
  }
}

.other-card {
  flex: 1;
}
.other-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.other-card__link:hover .other-card__figure img {
  transform: scale(1.03);
}
.other-card__header {
  margin-bottom: 15px;
}
.other-card__title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #333;
}
.other-card__location {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.other-card__figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #f0f0f0;
}
.other-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

/* ==============================================
   Contact Form Section
   ============================================== */
.sec_contact {
  padding: 150px 0 0px 0;
}
@media print, screen and (min-width: 769px) {
  .sec_contact {
    max-width: 1200px;
    margin: 0 auto;
    padding: 300px 0 0px 0;
  }
}
.sec_contact__inner {
  margin: 0 auto;
  padding: 0 20px;
}

.bl_contactForm {
  padding: 70px 0 0 0;
}
@media print, screen and (min-width: 769px) {
  .bl_contactForm {
    padding: 170px 0 0 0;
  }
}
.bl_contactForm__submit {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .bl_contactForm__submit {
    margin-top: 50px;
  }
}
.bl_contactForm__submit .el_btn {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border: 1px solid;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  background-color: #fcfcfc;
}
.bl_contactForm__submit .el_btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.bl_contactRow {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .bl_contactRow {
    margin-bottom: 30px;
  }
}
.bl_contactRow__label {
  display: block;
  margin-bottom: 8px;
}
.bl_contactRow__label label {
  display: flex;
  align-items: center;
}
.bl_contactRow__label .el_requiredMark {
  margin-left: 4px;
}
.bl_contactRow__input input[type=text],
.bl_contactRow__input input[type=email],
.bl_contactRow__input input[type=tel],
.bl_contactRow__input textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 0.1px solid;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  background-color: #fcfcfc;
}
.bl_contactRow__input input[type=text]:focus,
.bl_contactRow__input input[type=email]:focus,
.bl_contactRow__input input[type=tel]:focus,
.bl_contactRow__input textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px;
}
.bl_contactRow__input textarea {
  height: 240px;
}
.bl_contactRow__input {
  /* Contact Form 7 独自のバリデーションエラー対応 */
}
.bl_contactRow__input .wpcf7-form-control-wrap {
  display: block;
}
.bl_contactRow__input .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
}

/*--------------------------------------------------------------
## ローディング画面
--------------------------------------------------------------*/
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc; /* 背景色をサイトに合わせて変更してください */
  z-index: 9999;
  display: flex;
  flex-direction: column; /* 要素を縦に並べるために追加 */
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s, visibility 0.8s;
}

/* 読み込み完了後に付与するクラス */
#loading-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* 非表示になったら要素をクリックできないようにする */
}

#loading-screen .loading-logo {
  width: 180px; /* ロゴのサイズを調整してください */
  animation: loading-fade 2.4s infinite;
  margin-bottom: 20px; /* ロゴとパーセンテージの間隔を調整 */
}

#loading-screen .loading-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ロゴを点滅させるアニメーション */
@keyframes loading-fade {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
/* ★ローディングパーセンテージのスタイル★ */
.loading-percentage {
  margin-top: 10px; /* ロゴからの間隔を調整 */
}

/* ... 既存のCSSはそのまま ... */
/* ==========================================================================
   About Page Components
   ========================================================================== */
.sec_page-about {
  display: block;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 150px 20px 20px 20px;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about {
    padding: 300px 10px 20px 10px;
  }
}
.sec_page-about .bl_aboutInner {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
}
.sec_page-about .bl_aboutInner .bl_tabHeader {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 0 0 60px 0;
  padding: 0 0 0 0;
  list-style: none;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabHeader {
    margin: 0 0 100px 0;
  }
}
.sec_page-about .bl_aboutInner .bl_tabHeader__item {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabHeader__item {
    font-size: 24px;
  }
}
.sec_page-about .bl_aboutInner .bl_tabHeader__item.is-active {
  opacity: 1;
}
.sec_page-about .bl_aboutInner .bl_tabHeader__item:hover {
  opacity: 1;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent {
  display: none;
  margin: 0 0 0 0;
  padding: 140px 0 140px 0;
  opacity: 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent.is-active {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent__inner {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent__inner .bl_tabContent__en {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent__inner .bl_tabContent__jp {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent {
  /* PEOPLE Tab */
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__media {
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__media {
    margin: 0 0 60px 0;
  }
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__img {
  display: block;
  width: 100%;
  height: 250px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__img {
    height: 550px;
  }
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__header {
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__header {
    margin: 0 0 60px 0;
  }
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__name {
  display: flex;
  align-items: baseline;
  gap: 0 15px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__nameJp, .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__nameEn {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__title {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  opacity: 0.6;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__history {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__historyRow {
  display: flex;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  line-height: 1.6;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__history .bl_profile__year {
  display: block;
  width: 120px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  flex-shrink: 0;
  opacity: 0.6;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__history .bl_profile__year {
    width: 180px;
  }
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_profile__history .bl_profile__detail {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  flex-grow: 1;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent {
  /* COMPANY Tab */
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile__row {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile__row {
    flex-direction: row;
    gap: 0 40px;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
  }
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile__row:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: none;
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile__label {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  flex-shrink: 0;
  opacity: 0.6;
}
@media print, screen and (min-width: 769px) {
  .sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile__label {
    width: 180px;
  }
}
.sec_page-about .bl_aboutInner .bl_tabContentArea .bl_tabContent .bl_company .bl_companyProfile__data {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  flex-grow: 1;
  line-height: 1.8;
}

/* ==========================================================================
   Works List Component (Ratio Adjusted)
   ========================================================================== */
.sec_works {
  display: block;
  width: 100%;
  padding: 50px 20px 0px 20px;
}
@media print, screen and (min-width: 769px) {
  .sec_works {
    padding: 150px 10px 20px 10px;
  }
}
.sec_works .bl_worksInner {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.sec_works .bl_worksInner .bl_worksHeader {
  display: block;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksHeader {
    margin-bottom: 80px;
  }
}
.sec_works .bl_worksInner .bl_worksHeader__title {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
}
.sec_works .bl_worksInner .bl_worksHeader__title .bl_worksHeader__en {
  display: block;
  letter-spacing: 0.1em;
}
.sec_works .bl_worksInner .bl_worksHeader__title .bl_worksHeader__jp {
  display: block;
  letter-spacing: 0.05em;
}
.sec_works .bl_worksInner .bl_worksHeader__text {
  display: block;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.sec_works .bl_worksInner .bl_worksList {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksList {
    gap: 100px;
  }
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard.is_active {
  opacity: 1;
  transform: translateY(0);
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__link:hover {
  opacity: 0.7;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__link:hover .bl_workCard__arrow {
  transform: translateX(8px);
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksList .bl_workCard__header {
    margin-bottom: 30px;
  }
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__headingGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  margin: 0;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__infoItem {
  display: inline-block;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__infoItem:not(:last-child)::after {
  content: ",";
  margin-left: -2px;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__arrow {
  display: block;
  width: 12px;
  height: auto;
  transition: transform 0.4s ease;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksList .bl_workCard__arrow {
    width: 18px;
  }
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__media {
  display: flex;
  gap: 0px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksList .bl_workCard__media {
    gap: 0px;
  }
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__figure {
  margin: 0;
  overflow: hidden;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__figure:first-child {
  flex: 2;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__figure:last-child {
  flex: 1;
}
.sec_works .bl_worksInner .bl_worksList .bl_workCard__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksList .bl_workCard__img {
    aspect-ratio: 3/1;
  }
}
.sec_works .bl_worksInner .bl_worksList .bl_pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 769px) {
  .sec_works .bl_worksInner .bl_worksList .bl_pagination {
    margin-top: 60px;
  }
}
.sec_works .bl_worksInner .bl_worksList .bl_pagination .nav-links {
  display: flex;
  gap: 20px;
}
.sec_works .bl_worksInner .bl_worksList .bl_worksNone {
  display: block;
  text-align: center;
}

/* ==========================================================================
   Pagination (Numbers Left, Navigation Right)
   ========================================================================== */
.bl_pagination {
  margin-top: 60px;
  padding-top: 40px;
}
@media print, screen and (min-width: 769px) {
  .bl_pagination {
    margin-top: 100px;
  }
}
.bl_pagination .nav-links {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  gap: 15px;
}
@media print, screen and (min-width: 769px) {
  .bl_pagination .nav-links {
    gap: 20px;
  }
}
.bl_pagination .page-numbers {
  text-decoration: none;
  color: #b5b5b5;
  transition: color 0.3s ease;
}
.bl_pagination .page-numbers:hover {
  color: #000;
}
.bl_pagination .page-numbers.current {
  color: #000;
  font-weight: normal;
}
.bl_pagination .page-numbers.dots {
  color: #b5b5b5;
}
.bl_pagination .page-numbers {
  /* 右側に寄せる設定 */
}
.bl_pagination .page-numbers.prev {
  order: 10;
  margin-left: auto;
  color: #b5b5b5;
}
.bl_pagination .page-numbers.next {
  order: 11;
  color: #b5b5b5;
}

.bl_newsblock_page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bl_newsblock_page .bl_newsblock_page_header {
  padding: 90px 0 40px 0;
  text-align: center;
}
.bl_newsblock_page .bl_newsblock_page_header .bl_newsblock_page_title {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
.bl_newsblock_page .bl_newsblock_page_header .bl_newsblock_page_subtitle {
  margin-top: 24px;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.bl_newsblock_page .bl_newsblock_list {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  padding: 0 20px 0 20px;
}
@media print, screen and (min-width: 769px) {
  .bl_newsblock_page .bl_newsblock_list {
    padding: 140px 10px 0 10px;
  }
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item {
  border-top: 1px solid #e6e6de;
  padding: 38px 0 38px 0;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link {
  display: block;
  text-decoration: none;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link .bl_newsblock_inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link .bl_newsblock_inner .bl_newsblock_date {
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link .bl_newsblock_inner .bl_newsblock_title {
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 0;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_none {
  text-align: center;
  margin: 70px 0 0 0;
}

/*================================================
  Variables & Mixins
=================================================*/
/*================================================
  Custom Cursor
=================================================*/
@media print, screen and (min-width: 769px) {
  body,
  a,
  button,
  input,
  textarea,
  .hamburger,
  .js_tab_trigger {
    cursor: none !important;
  }
}
.custom-cursor {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .custom-cursor {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #eb5e00;
    border-radius: 50%;
    z-index: 10000;
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1), height 0.4s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.3s ease, opacity 0.3s ease;
  }
  .custom-cursor.is-hovering {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    mix-blend-mode: difference;
    border: none;
  }
}

/*================================================
  Header & Hamburger
=================================================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 20px;
  background-color: transparent;
  mix-blend-mode: normal;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
@media print, screen and (min-width: 769px) {
  .site-header {
    padding: 31.5px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
  }
  .site-header.is-shown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* --- ロゴの切り替え --- */
.site-logo img {
  max-width: 110px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .site-logo img {
    max-width: 175px;
  }
}
.site-logo .site-logo_gray {
  display: block;
  mix-blend-mode: difference;
}
.site-logo .site-logo_white {
  display: none;
}
.site-header.is-active .site-logo .site-logo_gray {
  display: none;
}
.site-header.is-active .site-logo .site-logo_white {
  display: block;
  mix-blend-mode: normal;
}

/* --- スクロール率（loading-status）の非表示制御 --- */
.loading-status {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-header.is-active .loading-status {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hamburger {
  background: none;
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  z-index: 101;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: normal;
}
.hamburger__dot {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #eb5e00;
  border-radius: 50%;
  transition: background-color 0.4s ease, transform 0.4s ease;
}
.hamburger.is-active .hamburger__dot {
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.hamburger.is-active .hamburger__dot:nth-child(1), .hamburger.is-active .hamburger__dot:nth-child(2) {
  transform: rotate(0deg);
}
@media print, screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

/*================================================
  SP Navigation (Safari対策済み)
=================================================*/
.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #eb5e00;
  z-index: 100;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sp-nav.is-active {
  visibility: visible;
  opacity: 1;
}
.sp-nav__inner {
  padding: 136px 20px 60px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
.sp-nav__item {
  margin-bottom: 3px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s;
}
.is-active .sp-nav__item {
  transform: translateY(0);
  opacity: 1;
}
.sp-nav__footer {
  margin-top: auto;
  padding-top: 60px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s;
}
.is-active .sp-nav__footer {
  transform: translateY(0);
  opacity: 1;
}
.sp-nav__corporate {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
}/*# sourceMappingURL=app.css.map */