@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: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 48px;
  }
}

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

h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 32px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 22px;
  }
}

a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 22px;
  }
}

div {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 22px;
  }
}

.text__black {
  color: #0a0a0b;
}

.bg__black {
  background-color: #0a0a0b;
}

.text__gray {
  color: #787881;
}

.bg__gray {
  background-color: #787881;
}

.text__white {
  color: #f4f4f9;
}

.bg__white {
  background-color: #f4f4f9;
}

.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__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.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;
}

/* 共通のセクションパディング */
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
.sec_footer {
  background-color: var(--color-text); /* 背景色を濃い色に */
  color: var(--color-background); /* 文字色を白に */
  padding: 3rem 2rem; /* 上下のパディングと左右の余白 */
  text-align: center; /* テキストを中央寄せ */
}
@media (min-width: 768px) {
  .sec_footer {
    padding: 4rem 3rem; /* PCでのパディング調整 */
  }
}
.sec_footer__inner {
  max-width: 1200px; /* 内容の最大幅 */
  margin: 0 auto; /* 中央寄せ */
}
.sec_footer__copyright {
  font-size: clamp(0.75rem, 1.5vw, 0.9rem); /* レスポンシブなフォントサイズ */
  line-height: 1.5;
  opacity: 0.8; /* 少し透明度を持たせる */
}

/* bodyのスクロールを禁止するクラス（JSで付与） */
body.is-gnav-open {
  overflow: hidden;
}

.site-header {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  font-family: var(--font-family-title);
  z-index: 1000;
  /* ハンバーガーメニュー（開くボタン） */
}
.site-header .header-inner {
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1200px) {
  .site-header .header-inner {
    height: 100px;
    padding: 0 210px;
  }
}
.site-header .header-logo {
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .site-header .header-logo {
    padding-left: 0;
  }
}
.site-header .header-logo a {
  display: block;
  line-height: 1;
}
.site-header .header-logo .header-logo-sp {
  display: block;
  height: 20px;
}
@media screen and (min-width: 1200px) {
  .site-header .header-logo .header-logo-sp {
    display: none;
  }
}
.site-header .header-logo .header-logo-pc {
  display: none;
  height: 40px;
}
@media screen and (min-width: 1200px) {
  .site-header .header-logo .header-logo-pc {
    display: block;
  }
}
.site-header .hamburger-menu-open {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  z-index: 1010;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; /* アイコンを左、テキストを右に */
  gap: 12px;
  color: #000000; /* テキスト色を黒に統一 */
  padding: 10px 20px 10px 10px; /* パディング (右側に少し多めに) */
  cursor: pointer;
  transition: opacity 0.3s ease;
  background-color: transparent; /* ボタン背景を透明に */
}
@media screen and (min-width: 1200px) {
  .site-header .hamburger-menu-open {
    padding: 10px 0 10px 10px;
  }
}
.site-header .hamburger-menu-open:hover {
  opacity: 0.8;
}
.site-header .hamburger-icon {
  position: relative;
  width: 24px;
  height: 16px;
}
.site-header .hamburger-icon span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}
.site-header .hamburger-icon span:nth-child(1) {
  top: 0;
}
.site-header .hamburger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.site-header .hamburger-icon span:nth-child(3) {
  bottom: 0;
}
.site-header .hamburger-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 12px;
}

/* グローバルナビゲーション（スライドインメニュー） */
.gnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3a3a;
  z-index: 9999;
  overflow-y: auto;
  /* 初期状態では画面右外に配置 */
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  /* activeクラスが付いたら画面内に表示 */
}
@media screen and (min-width: 1200px) {
  .gnav {
    width: 700px;
    max-width: 80%;
  }
}
.gnav.is-active {
  transform: translateX(0%);
}

.gnav-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 40px 30px;
}
@media screen and (min-width: 1200px) {
  .gnav-inner {
    padding: 60px 40px;
  }
}

/* 閉じるボタン */
.gnav-close-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  padding: 0;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .gnav-close-button {
    top: 30px;
    right: 200px;
    width: 32px;
    height: 32px;
  }
}
.gnav-close-button span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.gnav-close-button span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}

/* メインナビゲーションリスト */
.gnav-main-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .gnav-main-list {
    margin-top: 80px;
  }
}

.gnav-main-item {
  margin-bottom: 20px;
  color: #ffffff;
}
.gnav-main-item:last-child {
  margin-bottom: 0;
}
.gnav-main-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease;
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .gnav-main-item a {
    font-size: 1.5rem;
  }
}
.gnav-main-item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.sec_image_container {
  width: 100%;
}

.sec_image_container img {
  width: 100%;
  height: auto;
  padding: 5px;
}
@media screen and (max-width: 575px) {
  .sec_image_container img {
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .sec_image_container img {
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .sec_image_container img {
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .sec_image_container img {
    max-width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_image_container img {
    max-width: 16.67%;
  }
}
@media screen and (min-width: 1400px) {
  .sec_image_container img {
    max-width: 14.29%;
  }
}
@media screen and (min-width: 1600px) {
  .sec_image_container img {
    max-width: 12.5%;
  }
}
@media screen and (min-width: 1800px) {
  .sec_image_container img {
    max-width: 11.11%;
  }
}

.bl_post {
  background-color: red;
  width: 100%;
}
.bl_post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
/*-------------------------------------------------
  Variables
-------------------------------------------------*/
:root {
  /* 
    Google Fontsなどで 'Montserrat' や 'Lato' のような太字のサンセリフ体を
    読み込んで指定すると、よりデザインの再現度が高まります。
    例: @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');
    今回はシステムフォントで近い表現を試みます。
  */
  --font-family-title: "Montserrat", "Helvetica Neue", Arial, sans-serif; /* Montserratが読み込まれていれば適用 */
  --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --color-text: #000;
  --color-background: #fff;
  --color-light-gray: #f8f8f8; /* 新しいセクションの背景色など */
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 48px;
  }
}

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

h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 32px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 22px;
  }
}

a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 22px;
  }
}

div {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 22px;
  }
}

.text__black {
  color: #0a0a0b;
}

.bg__black {
  background-color: #0a0a0b;
}

.text__gray {
  color: #787881;
}

.bg__gray {
  background-color: #787881;
}

.text__white {
  color: #f4f4f9;
}

.bg__white {
  background-color: #f4f4f9;
}

.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__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.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;
}

/* 共通のセクションパディング */
/*-------------------------------------------------
  Common Styles for Sections
-------------------------------------------------*/
.section_heading {
  font-family: var(--font-family-title);
  font-weight: 900;
  font-size: clamp(2rem, 8vw, 4rem); /* SP: 32px- PC: 64px */
  text-align: left;
  line-height: 1.1;
}
.section_more_link {
  text-align: left;
  margin-top: 4rem;
}
@media screen and (min-width: 1200px) {
  .section_more_link {
    margin-top: 3rem;
  }
}

.view_more_btn,
.contact_btn {
  display: inline-block;
  font-family: var(--font-family-title);
  font-weight: bold;
  font-size: clamp(0.9rem, 2vw, 1.2rem); /* SP: 14.4px- PC: 19.2px */
  color: var(--color-text);
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--color-text);
  transition: all 0.3s ease;
}
.view_more_btn:hover,
.contact_btn:hover {
  background-color: var(--color-text);
  color: var(--color-background);
}
@media screen and (min-width: 1200px) {
  .view_more_btn,
  .contact_btn {
    padding: 0.6rem 1.8rem;
    font-size: clamp(0.85rem, 3.5vw, 1.1rem); /* 13.6px- PC: 17.6px */
  }
}

/*-------------------------------------------------
  TOPsection (ヒーローセクション)
-------------------------------------------------*/
.sec_top {
  min-height: 100vh; /* 画面の高さいっぱいに表示 */
  width: 100%;
  display: flex;
  justify-content: flex-end; /* 右寄せ */
  align-items: flex-end; /* 下寄せ */
  padding: 5vw; /* 画面端からの余白 */
}
@media screen and (min-width: 1200px) {
  .sec_top {
    padding: 10vw 10vw;
  }
}
.sec_top__inner {
  display: flex;
  flex-direction: row; /* SP/PCともに横並び */
  justify-content: flex-end; /* 右寄せ */
  align-items: flex-end; /* 下寄せ */
  text-align: right; /* メタ情報は右寄せ */
  gap: 3vw; /* 要素間の可変の余白 */
}
@media screen and (min-width: 1200px) {
  .sec_top__inner {
    gap: 2vw;
  }
}
.sec_top__meta {
  padding-right: 2.5vw; /* 画像の縦線との余白 */
  border-right: 1px solid var(--color-text); /* SP/PCともに縦線を表示 */
  display: flex;
  flex-direction: column;
  gap: 0.8rem; /* メタ情報内の行間 */
  font-size: clamp(0.75rem, 1.2vw, 1rem); /* 12px-16px */
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .sec_top__meta {
    padding-right: 2vw;
    gap: 0.6rem;
    font-size: clamp(0.65rem, 2.5vw, 0.875rem); /* 10.4px-14px */
  }
}
.sec_top__name {
  font-weight: bold;
  font-size: clamp(0.875rem, 1.8vw, 1.25rem); /* 14px-20px */
}
@media screen and (min-width: 1200px) {
  .sec_top__name {
    font-size: clamp(0.75rem, 3.5vw, 1rem); /* 12px-16px */
  }
}
.sec_top__description {
  font-weight: 400;
}
.sec_top__year {
  font-weight: 400;
}
.sec_top__title {
  font-family: var(--font-family-title);
  font-weight: 900;
  font-size: clamp(3rem, 15vw, 15.625rem); /* SP: 48px- PC: 250px */
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-align: left; /* SP/PCともに左寄せ */
}
@media screen and (min-width: 1200px) {
  .sec_top__title {
    font-size: clamp(2.5rem, 18vw, 6rem); /* SP: 40px- PC: 96px */
    line-height: 0.9;
  }
}
.sec_top__title-line {
  display: block;
}

/*-------------------------------------------------
  制作実績 (Portfolio - Slider)
-------------------------------------------------*/
.slider_container {
  position: relative;
  max-width: 1200px;
  height: 0;
  padding-bottom: 60%;
  margin: 0 auto;
  overflow: hidden;
}

.sec_portfolio {
  padding: 10vw 5vw;
}
@media screen and (max-width: 767px) {
  .sec_portfolio {
    padding: 20vw 5vw;
  }
}
.sec_portfolio__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_portfolio__subtitle {
  text-align: left;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .sec_portfolio__subtitle {
    margin-bottom: 2rem;
  }
}

.slider_track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

.slider_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out; /* フェード効果 */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff; /* 画像が読み込まれるまでの背景色 */
  flex-direction: column;
}
.slider_slide.active {
  opacity: 1;
  z-index: 1;
}
.slider_slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.slider_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 10;
}
.slider_nav--prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider_nav--next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 1200px) {
  .slider_nav {
    padding: 0.6rem 0.9rem;
    font-size: 1.2rem;
  }
}

.slider_dots {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .slider_dots {
    bottom: 0.5rem;
    gap: 0.4rem;
  }
}

.slider_dot {
  display: block;
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slider_dot.active {
  background-color: var(--color-text);
}
.slider_dot:hover {
  background-color: var(--color-text);
}
@media screen and (min-width: 1200px) {
  .slider_dot {
    width: 8px;
    height: 8px;
  }
}

/*-------------------------------------------------
  プロフィール (About) - 更新
-------------------------------------------------*/
.sec_about {
  padding: 10vw 5vw;
}
@media screen and (max-width: 767px) {
  .sec_about {
    padding: 20vw 5vw;
  }
}
.sec_about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .sec_about__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec_about__item-title {
  font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.sec_about__item-subtitle {
  font-size: clamp(0.7rem, 2vw, 0.8rem);
  color: #888;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.sec_about__item-icon img {
  margin: 10px auto;
  height: clamp(50px, 10vw, 70px);
  width: auto;
}
.sec_about__item-text {
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
  line-height: 1.8;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.sec_about .sec_about__slider-container {
  padding-bottom: 110%;
  max-width: 600px;
}
.sec_about .sec_about__item {
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .sec_about .sec_about__slider-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
    position: static;
    height: auto;
    padding: 50px 0;
    overflow: visible;
    max-width: 1200px;
  }
  .sec_about .sec_about__slider-track {
    display: contents;
    transform: none !important;
    transition: none !important;
    position: static;
    width: auto;
    height: auto;
  }
  .sec_about .sec_about__item {
    position: static;
    opacity: 1 !important;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_about .sec_about__slider-nav--prev,
  .sec_about .sec_about__slider-nav--next,
  .sec_about .sec_about__slider-dots {
    display: none;
  }
  .sec_about .sec_about__item-text {
    text-align: left;
  }
}

/*-------------------------------------------------
  お問い合わせ (Contact) - Contact Form 7 用のスタイル
-------------------------------------------------*/
.sec_contact {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media (min-width: 768px) {
  .sec_contact {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.sec_contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0vw 5vw;
}
@media (min-width: 768px) {
  .sec_contact__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec_contact__text {
  text-align: left;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.8;
  margin-bottom: 4rem;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .sec_contact__text {
    margin-bottom: 3rem;
  }
}

.contact-form-wrapper {
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  /* Contact Form 7 が生成する <form> タグにスタイルを適用 */
  /* Contact Form 7 が生成する <p> タグのデフォルトマージンをリセット */
  /* 各フィールドは通常 <p> タグで囲まれるため、そのマージンをリセットしgapで制御 */
  /* Contact Form 7 がラベルの後に <br> を挿入することがあるため非表示 */
  /* 入力フィールド全般のスタイル */
  /* 送信ボタンのスタイル */
  /* Contact Form 7 のエラーメッセージなどのスタイル */
}
.contact-form-wrapper form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.contact-form-wrapper form.wpcf7-form p {
  margin: 0;
}
.contact-form-wrapper label {
  display: block;
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: var(--color-text);
}
.contact-form-wrapper label br {
  display: none;
}
.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=email],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #fcfcfc;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-wrapper input[type=text]::-moz-placeholder, .contact-form-wrapper input[type=email]::-moz-placeholder, .contact-form-wrapper textarea::-moz-placeholder {
  color: #aaa;
  font-size: 0.95rem;
}
.contact-form-wrapper input[type=text]::placeholder,
.contact-form-wrapper input[type=email]::placeholder,
.contact-form-wrapper textarea::placeholder {
  color: #aaa;
  font-size: 0.95rem;
}
.contact-form-wrapper textarea {
  resize: vertical;
  min-height: 150px;
}
.contact-form-wrapper input[type=text]:focus,
.contact-form-wrapper input[type=email]:focus,
.contact-form-wrapper textarea:focus {
  border-color: var(--color-text);
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.contact-form-wrapper input[type=submit].wpcf7-submit {
  /* 共通ボタンクラス .view_more_btn のスタイルを適用しつつ調整 */
  display: inline-block;
  font-family: var(--font-family-title);
  font-weight: bold;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  color: var(--color-text);
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--color-text);
  transition: all 0.3s ease;
  background-color: transparent;
  cursor: pointer;
  width: auto;
  margin: 0 auto;
}
.contact-form-wrapper input[type=submit].wpcf7-submit:hover {
  background-color: var(--color-text);
  color: var(--color-background);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .contact-form-wrapper input[type=submit].wpcf7-submit {
    padding: 0.8rem 2.5rem;
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
  }
}
.contact-form-wrapper .wpcf7-not-valid-tip,
.contact-form-wrapper .wpcf7-response-output {
  font-size: 0.85rem;
  margin-top: 0.8rem;
  text-align: center;
  border: none;
  padding: 0;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #e3342f;
}
.contact-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #28a745;
}
.contact-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ng,
.contact-form-wrapper .wpcf7-response-output.wpcf7-validation-errors {
  color: #e3342f;
}

.slider_nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.slider_nav:hover .slider_nav {
  opacity: 1;
  visibility: visible;
}

/* scss/style.scss または app.css */
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.about-section {
  font-family: var(--font-family-title);
  padding: 80px 0;
}
.about-section .about-page-title {
  text-align: left;
  font-weight: 900;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about-section .about-page-title {
    margin-bottom: 40px;
  }
}
.about-section .about-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-section .about-intro-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.about-section .about-history-section {
  margin-bottom: 30px;
}
.about-section .about-history-section p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #333;
}
.about-section .about-history-section p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-section .about-history-section p {
    font-size: 0.95rem;
  }
}
.about-section .about-profile-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about-section .about-profile-details-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}
.about-section .about-profile-image {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.about-section .about-profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .about-section .about-profile-image {
    width: 200px;
    height: 200px;
  }
}
.about-section .about-contact-and-qualifications {
  flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-section .about-contact-and-qualifications {
    width: auto;
  }
}
.about-section .about-contact-details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-section .about-contact-details {
    gap: 30px 20px;
  }
}
.about-section .about-contact-details dt {
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .about-section .about-contact-details dt {
    font-size: 0.95rem;
  }
}
.about-section .about-contact-details dd {
  margin-top: -1px;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 767px) {
  .about-section .about-contact-details dd {
    font-size: 0.95rem;
  }
}
.about-section .about-contact-details dd.about-person-name {
  font-weight: 600;
  color: #333;
}
.about-section .about-contact-details dd a {
  color: #007bff;
  text-decoration: none;
  word-break: break-all;
}
.about-section .about-contact-details dd a:hover {
  text-decoration: underline;
}
.about-section .about-mission-statement p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-section .about-mission-statement p {
    font-size: 1rem;
  }
}

/* scss/style.scss (例) */
.sec_portfoliolist {
  font-family: var(--font-family-title);
  padding: 80px 0;
}
.sec_portfoliolist .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .sec_portfoliolist .inner {
    padding: 0 15px;
  }
}
.sec_portfoliolist .page_title {
  text-align: left;
  font-weight: 900;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_portfoliolist .page_title {
    margin-bottom: 40px;
  }
}
.sec_portfoliolist .portfolio_entry {
  margin-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
}
.sec_portfoliolist .portfolio_entry:last-child {
  margin-bottom: 0;
}
.sec_portfoliolist .portfolio_entry .portfolio_image_link {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.sec_portfoliolist .portfolio_entry .portfolio_image_area {
  width: 100%;
}
.sec_portfoliolist .portfolio_entry .portfolio_image_area img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.sec_portfoliolist .portfolio_entry .portfolio_image_link:hover .portfolio_image_area img {
  transform: scale(1.05);
}
.sec_portfoliolist .portfolio_entry .portfolio_text_area {
  padding: 40px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec_portfoliolist .portfolio_entry .portfolio_text_area {
    padding: 30px 0px;
  }
}
.sec_portfoliolist .portfolio_entry .portfolio_entry_title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec_portfoliolist .portfolio_entry .portfolio_entry_title {
    font-size: 1.5rem;
  }
}
.sec_portfoliolist .portfolio_entry .portfolio_entry_title .portfolio_title_link {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.sec_portfoliolist .portfolio_entry .portfolio_entry_title .portfolio_title_link:hover {
  color: #007bff;
}
.sec_portfoliolist .portfolio_entry .portfolio_categories {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_portfoliolist .portfolio_entry .portfolio_categories {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }
}
.sec_portfoliolist .portfolio_entry .portfolio_entry_description {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_portfoliolist .portfolio_entry .portfolio_entry_description {
    font-size: 0.95rem;
  }
}
.sec_portfoliolist .pagination {
  margin-top: 100px;
  text-align: center;
}
.sec_portfoliolist .pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec_portfoliolist .pagination ul li {
  margin: 0 5px;
}
.sec_portfoliolist .pagination ul li a,
.sec_portfoliolist .pagination ul li span {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.sec_portfoliolist .pagination ul li a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.sec_portfoliolist .pagination ul li.current span {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: bold;
}/*# sourceMappingURL=app.css.map */