@charset "UTF-8";
.inner-1024 {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-1024 {
    width: 90%;
  }
}

.inner-1280 {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-1280 {
    width: 90%;
  }
}

.inner-800 {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-800 {
    width: 90%;
  }
}

.inner-670 {
  max-width: 670px;
  width: 95%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-670 {
    width: 90%;
  }
}

/*
Theme Name: K-Horikawa
Author: Kyohei Horikawa
Author URI: https://www.k-horikawa.jp/
Description:KHorikawaのWordPressテーマです。
Requires at least: 6.2.2
Tested up to: 6.2.2
Requires PHP: 8.1
Version: 1.0
*/
html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font: inherit;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

/*==================================================
  ProductUtilitys
==================================================*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

a {
  display: inline-block;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

p, td {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

figure img {
  width: 100%;
  height: auto;
  line-height: 0;
}
figure video {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  text-align: center;
}
figure.brdr-gry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
figure.brdr-gry img {
  border: thin solid #eee;
  line-height: 0;
}

figcaption {
  line-height: 1.3em;
}
figcaption.cntr {
  text-align: center;
}

/*==============================================================================
  Header
==============================================================================*/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.site-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px 20px;
}

.site-header::before {
  display: none;
  content: "";
  position: fixed;
  top: -296px;
  right: -281px;
  width: 383px;
  height: 383px;
  background: #6b836c;
  border-radius: 14%;
}
@media (max-width: 768px) {
  .site-header::before {
    display: block;
  }
}
@media (max-width: 428px) {
  .site-header::before {
    height: 363px;
    border-radius: 11%;
    right: -297px;
  }
}

/* ------------------------
   Logo
------------------------ */
.logo {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 768px) {
  .logo {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.logo a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.logo a img {
  width: 140px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 428px) {
  .logo a img {
    width: 100px;
  }
}

.site-header.is-open .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.site-header.is-dark .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* ------------------------
   Global Nav
------------------------ */
.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .global-nav {
    display: none;
  }
}
.global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #6b836c;
  border-radius: 999px;
  padding: 0 25px;
  height: 67px;
  margin-right: 25px;
}
.global-nav .hdicon img {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 80px;
}
.global-nav .hdicon:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.global-nav .hdnav {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.global-nav .hdnav:hover {
  opacity: 0.6;
}

.global-nav li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0 38px;
  color: #fff;
}

.global-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #fff;
}

.hamburger {
  display: none;
  width: 48px;
  height: 48px;
  position: relative;
  background: none;
  border: none;
  z-index: 10;
  right: 1px;
  top: -23px;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 428px) {
  .hamburger {
    right: -5px;
    top: -22px;
  }
}
.hamburger span {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 1.3px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; /* ←これ重要 */
}
.hamburger span:nth-child(1) {
  top: 18px;
}
.hamburger span:nth-child(2) {
  top: 28px;
}
.hamburger.is-open span:nth-child(1) {
  top: 24px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  top: 24px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.hamburger:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.sp-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #6b836c;
  padding: 190px 69px;
  z-index: 15;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp-nav.is-open {
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.sp-nav ul {
  list-style: none;
}
.sp-nav ul li {
  margin-bottom: 30px;
  border-bottom: solid 1px #86977e;
  padding-bottom: 22px;
}
.sp-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.sp-nav .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5em;
  gap: 25px;
}
.sp-nav .icon-flex a {
  width: 80px;
}
.sp-nav .icon-flex a img {
  width: 100%;
}

/*==============================================================================
  Front (front-page)
==============================================================================*/
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 428px) {
  .mv {
    height: auto;
  }
}

/* 紙背景 */
.mv-bg {
  position: absolute;
  inset: 0;
  background: url("images/bg-top.jpg") center/cover no-repeat;
  z-index: 0;
}

/* K（ここがキモ） */
.mv-k {
  position: absolute;
  inset: 0;
  background: url("images/img-bigk.png") center/contain no-repeat;
  z-index: 0;
}

/* コンテンツ */
.mv-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1500px;
  margin: auto;
}

/* 縦文字 */
.mv-vertical {
  position: fixed;
  top: 33%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  font-size: 14px;
  color: #6b836c;
  margin-left: 18px;
  z-index: 99999;
}
.mv-vertical::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #e09c18;
  left: 57%;
  bottom: 180px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* メインテキスト */
.mv-content {
  position: absolute;
  right: 13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 428px) {
  .mv-content {
    margin-bottom: 90px;
  }
}

.mv-title {
  font-size: clamp(35px, 6vw, 56px);
  line-height: 1.4;
  letter-spacing: 4%;
  color: #586b59;
  white-space: nowrap;
}

.mv-line {
  width: 60px;
  height: 1px;
  background: #e09c18;
  margin: 20px 0;
}

.mv-text {
  color: #606060;
  font-size: 18px;
  margin-bottom: 15px;
}

.mv-text02 {
  color: #586b59;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  .mv-content {
    top: 40%;
    right: 3%;
  }
  .mv-vertical {
    font-size: 12px;
    top: 27%;
  }
  .mv-vertical::after {
    bottom: 160px;
  }
  .mv-k {
    background-size: 150%;
    z-index: 0;
  }
  .mv-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mv-text02 {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .mv-k {
    margin-top: -99px;
  }
  .mv-content {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0 20px;
    margin-top: 418px;
  }
  .mv-vertical {
    top: 28%;
  }
  .mv-vertical::after {
    bottom: 160px;
  }
}
/*==============================================================================
  Second (front-page)
==============================================================================*/
section.concept::before {
  content: "";
  height: 70px;
  background: #fff;
  width: 100%;
  border-radius: 60% 60% 0 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
}
section.concept {
  padding-bottom: 6em;
  background: #fff;
  position: relative;
  top: -130px;
  z-index: 1;
}
@media (max-width: 768px) {
  section.concept {
    top: -286px;
  }
}
@media (max-width: 428px) {
  section.concept {
    top: -22px;
  }
}
section.concept .inner-1280 {
  position: relative;
  z-index: 3;
}
section.concept .scroll-indicator {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  position: relative;
  left: 50%;
  margin-bottom: 60px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #6b836c;
  z-index: 4;
  -webkit-animation: scrollBlink 1.4s infinite;
          animation: scrollBlink 1.4s infinite;
}
@media (max-width: 768px) {
  section.concept .scroll-indicator {
    font-size: 14px;
    margin-bottom: 26px;
  }
}
@-webkit-keyframes scrollBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes scrollBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
section.concept .scroll-indicator span {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}
section.concept .scroll-indicator::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #d9a441;
  margin: 0 auto;
  z-index: 2;
}
section.concept .concept-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.concept .concept-flex .concept-text {
  width: 50%;
}
section.concept .concept-flex .concept-text .concept-title {
  font-size: clamp(24px, 6vw, 36px);
  white-space: nowrap;
}
section.concept .concept-flex .concept-text .concept-desc {
  line-height: 2.2;
}
@media (max-width: 768px) {
  section.concept .concept-flex .concept-text .concept-desc {
    line-height: 1.8;
    font-size: 14px;
  }
  section.concept .concept-flex .concept-text .concept-desc br {
    display: none;
  }
}
section.concept .concept-flex .concept-text .concept-line {
  width: 80px;
  height: 1px;
  background: #d9a441;
  margin: 20px 0;
}
@media (max-width: 768px) {
  section.concept .concept-flex .concept-text {
    width: 90%;
    margin: 0 auto;
  }
}
section.concept .concept-flex .concept-visual-mb {
  display: none;
}
@media (max-width: 768px) {
  section.concept .concept-flex .concept-visual-mb {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  section.concept .concept-flex .concept-visual-mb {
    width: 90%;
  }
}
section.concept .concept-flex .concept-visual {
  width: 50%;
}
section.concept .concept-flex .concept-visual img {
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  section.concept .concept-flex .concept-visual {
    display: none;
  }
}
@media (max-width: 768px) {
  section.concept .concept-flex {
    display: block;
  }
}

/*==============================================================================
  Third (front-page)
==============================================================================*/
section.works a {
  display: block;
}
section.works a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.works a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.works {
  top: -130px;
}
@media (max-width: 768px) {
  section.works {
    top: -286px;
  }
}
@media (max-width: 428px) {
  section.works {
    top: -31px;
  }
}
section.works {
  position: relative;
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #f7f8f8;
  padding-top: 3em;
  padding-bottom: 3em;
}
section.works .works-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  section.works .works-pc {
    display: none;
  }
}
section.works div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.works .works-flex01 {
  width: 42%;
}
section.works .works-flex02 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
section.works .works-flex02 .works-flex02-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.works .works-flex02 .works-flex02-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.works .works-flex02 .works-flex02-03 .works-flex02-03-left {
  width: 48%;
}
section.works .works-flex02 .works-flex02-03 .works-flex02-03-left a {
  margin-bottom: 1.5em;
}
section.works .works-flex02 .works-flex02-03 .works-flex02-03-right {
  width: 50%;
}
section.works .works-flex03 {
  width: 13%;
}
section.works .works-flex04 {
  width: 26%;
}

.works-sp {
  display: none;
}

/* SP */
@media (max-width: 768px) {
  .works-pc {
    display: none;
  }
  .works-sp {
    display: block;
    padding: 40px 20px;
  }
  .works-sp .works-sp-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .works-sp .works-sp-top .works-sp-top-left {
    width: 70%;
  }
  .works-sp .works-sp-top .works-sp-top-right {
    width: 30%;
  }
  .works-sp .works-sp-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    gap: 20px;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-left {
    display: block;
    gap: 20px;
    width: 50%;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-left .works-sp-bottom-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-left .works-sp-bottom-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-left .works-sp-bottom-02 .works-sp-bottom-02-left {
    width: 50%;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-left .works-sp-bottom-02 .works-sp-bottom-02-left a {
    margin-bottom: 0.5em;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-left .works-sp-bottom-02 .works-sp-bottom-02-right {
    width: 50%;
  }
  .works-sp .works-sp-bottom .works-sp-bottom-right {
    width: 47%;
  }
}
.btn-works {
  width: 250px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .btn-works {
    width: 200px;
    margin-top: 10px;
  }
}
.btn-works a {
  background-color: #e09c18;
  border-radius: 999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-works a {
    font-size: 18px;
  }
}
.btn-works a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*========================================
  Profile
========================================*/
.profile {
  background: #6b816c;
  padding: 80px 20px;
  position: relative;
  top: -130px;
  z-index: 1;
}
@media (max-width: 768px) {
  .profile {
    top: -286px;
  }
}
@media (max-width: 428px) {
  .profile {
    top: -31px;
  }
}
.profile {
  /* ノート全体 */
}
.profile-inner {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
.profile {
  /* ノート画像 */
}
.profile-bg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 970px) {
  .profile-bg {
    display: none;
  }
}
.profile {
  /* 中身（ノートの上に乗せる） */
}
.profile-content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: clamp(80px, 10vw, 160px) clamp(20px, 6vw, 90px) 0;
}
@media screen and (max-width: 970px) {
  .profile-content {
    position: relative;
    display: block;
    background-image: url(images/bg-profile-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9em 3em 4em 3em;
  }
}
@media (max-width: 428px) {
  .profile-content {
    padding: 4em 2em 4em 2em;
  }
}
.profile {
  /* 左 */
}
.profile-left {
  width: 54%;
}
@media screen and (max-width: 970px) {
  .profile-left {
    width: 100%;
  }
}
.profile-title {
  font-size: clamp(50px, 10vw, 150px);
  color: #6b816c;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  font-weight: 600;
}
.profile-sub {
  font-size: 22px;
  font-weight: 600;
  color: #9fa0a0;
  margin-bottom: 28px;
  margin-top: -50px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media (max-width: 428px) {
  .profile-sub {
    font-size: 16px;
    padding-left: 12px;
    margin-left: 5px;
  }
}
.profile-sub::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #d9a441;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 428px) {
  .profile-sub::before {
    width: 5px;
    height: 5px;
  }
}
.profile .profile-img-sp {
  display: none;
}
@media screen and (max-width: 970px) {
  .profile .profile-img-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
@media (max-width: 428px) {
  .profile .profile-img-sp {
    width: 90%;
  }
}
.profile-job {
  font-size: 14px;
  margin-bottom: 10px;
}
.profile {
  /* 名前（画像） */
}
.profile-name {
  margin-bottom: 16px;
}
.profile-name img {
  display: block;
  width: 100%;
  max-width: 370px;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
@media screen and (max-width: 1200px) {
  .profile-name img {
    max-width: 290px;
  }
}
.profile-desc {
  font-size: 18px;
  font-weight: 600;
  color: #3e3a39;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .profile-desc {
    font-size: 16px;
  }
}
.profile-line {
  width: 60px;
  height: 1px;
  background: #e09c18;
  margin: 20px 0;
}
.profile-history li {
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: solid 1px #9fa0a0;
  padding-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 428px) {
  .profile-history li {
    font-size: 13px;
  }
}
.profile {
  /* 右 */
}
.profile-right img {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 86px;
}
@media screen and (max-width: 1200px) {
  .profile-right img {
    margin-bottom: 36px;
    max-width: 300px;
  }
}
@media screen and (max-width: 970px) {
  .profile-right img {
    display: none;
  }
}
.profile {
  /* スキル */
}
.profile-skill {
  border: 1px solid #e09c18;
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  .profile-skill {
    margin-top: 30px;
  }
}
.profile-skill .skill-title {
  color: #e09c18;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 428px) {
  .profile-skill .skill-title {
    font-size: 14px;
  }
}
.profile-skill .skill {
  color: #727171;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 428px) {
  .profile-skill .skill {
    font-size: 13px;
  }
}
.profile::after {
  content: "";
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 100%;
  height: 150px;
  background: #6b816c;
  border-radius: 0 0 100% 100%;
}
@media (max-width: 428px) {
  .profile::after {
    border-radius: 0 0 59% 59%;
  }
}

/*==============================================================================
404ページ
==============================================================================*/
section.page-works {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 768px) {
  section.page-works {
    margin-bottom: 300px;
  }
}
section.page-works .works-title {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #6b816c solid 1px;
  width: 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.page-works .works-title {
    display: block;
  }
}
section.page-works h2 {
  font-size: clamp(50px, 10vw, 120px);
  color: #6b816c;
  text-align: center;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  font-weight: 600;
}
section.page-works p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  section.page-works p {
    text-align: center;
    margin-bottom: 2em;
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.page-works p {
    text-align: left;
  }
}
@media (max-width: 428px) {
  section.page-works p br {
    display: none;
  }
}
section.page-works .works-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
@media (max-width: 768px) {
  section.page-works .works-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.page-works .works-grid {
    gap: 20px 20px;
  }
}
section.page-works .works-category {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
section.page-works .works-category li {
  border: solid 1px #6b816c;
  font-size: 14px;
  border-radius: 999px;
  color: #6b816c;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  section.page-works .works-category li {
    font-size: 12px;
  }
}
section.page-works .works-card {
  display: block;
}
section.page-works .works-thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}
section.page-works .works-thumb img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  contain-intrinsic-size: auto !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
section.page-works .works-thumb img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.page-works .works-card:hover .works-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.page-works .works-name {
  margin-top: 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.page-works .works-name {
    font-size: 14px;
  }
}

.works-single {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .works-single {
    margin-bottom: 180px;
  }
}
@media (max-width: 428px) {
  .works-single {
    margin-bottom: auto;
  }
}
.works-single .works-single-head {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
  border-bottom: solid #888 1px;
  padding-bottom: 10px;
}
.works-single .works-single-head .works-date {
  color: #888;
}
@media (max-width: 768px) {
  .works-single .works-single-head h1 {
    font-size: 25px;
  }
}
.works-single .works-category {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.works-single .works-category li {
  border: solid 1px #6b816c;
  border-radius: 999px;
  color: #6b816c;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .works-single .works-category li {
    font-size: 12px;
  }
}
.works-single .works-single-content {
  position: relative;
  z-index: 2;
}
.works-single .works-single-content p,
.works-single .works-single-content img {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .works-single .works-single-content p {
    font-size: 14px;
  }
}
.works-single .works-return {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 30px;
}
.works-single .works-return a {
  background-color: #6b836c;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works-single .works-return a:hover {
  background-color: #fff;
  border-radius: 999px;
  border: solid 1px #6b816c;
  color: #6b836c;
}

.works-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-filter li a {
  border: solid 1px #6b816c;
  border-radius: 999px;
  color: #6b816c;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .works-filter li a {
    font-size: 12px;
  }
}
.works-filter a.current {
  background: #6b816c;
  color: #fff;
}

.works-space {
  height: 40px;
}

.pagination {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.pagination .page-numbers {
  width: 44px;
  height: 44px;
  border: solid 1px #6b816c;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6b816c;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  background: #6b816c;
  color: #fff;
}
.pagination a.page-numbers:hover {
  background: #6b816c;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  width: auto;
  padding: 0 20px;
}

/*==============================================================================
  Contact (お問合せフォーム)
==============================================================================*/
section.contact-page {
  margin-top: 120px;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  section.contact-page {
    margin-bottom: 295px;
  }
}
@media (max-width: 428px) {
  section.contact-page {
    margin-bottom: 10px;
  }
}
section.contact-page .inner-1024 {
  border-radius: 120px;
  border: solid 1px #6b816c;
}
@media (max-width: 428px) {
  section.contact-page .inner-1024 {
    border-radius: 79px;
  }
}
section.contact-page .inner-1024 .contact-inner {
  width: 85%;
  margin: 0 auto;
}
section.contact-page h2 {
  font-size: clamp(50px, 10vw, 110px);
  color: #6b816c;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  font-weight: 600;
  margin-top: 1em;
  text-align: center;
}
section.contact-page .contact-cpy {
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  section.contact-page .contact-cpy {
    font-size: 14px;
  }
}
section.contact-page {
  /* 全体中央寄せ */
}
section.contact-page .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}
section.contact-page {
  /* 各行 */
}
section.contact-page .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  section.contact-page .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.contact-page {
  /* ラベル */
}
section.contact-page .must, section.contact-page .nomal {
  width: 220px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.contact-page .must, section.contact-page .nomal {
    width: 100%;
    margin-bottom: 8px;
  }
}
section.contact-page {
  /* 入力欄 */
}
section.contact-page .item input,
section.contact-page .item textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}
section.contact-page .required {
  color: #e09c18;
}
section.contact-page {
  /* テキストエリアだけ高さ */
}
section.contact-page .item textarea {
  height: 120px;
  resize: vertical;
}
section.contact-page {
  /* 送信ボタン */
}
section.contact-page .wpcf7-submit {
  display: block;
  margin: 60px auto 0;
  background: #e09c18;
  color: #fff;
  border: none;
  padding: 16px 60px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.contact-page {
  /* ホバー */
}
section.contact-page .wpcf7-submit:hover {
  opacity: 0.85;
}
section.contact-page .wpcf7-form {
  width: 85%;
  margin: 0 auto;
}
section.contact-page .wpcf7-response-output {
  border: none;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4em;
  color: #e09c18;
}
section.contact-page .wpcf7-select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  font-weight: 600;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
section.contact-page .wpcf7-select:focus {
  outline: none;
  border-color: #e09c18;
  -webkit-box-shadow: 0 0 0 4px rgba(224, 156, 24, 0.15);
          box-shadow: 0 0 0 4px rgba(224, 156, 24, 0.15);
}

/*==============================================================================
  Footer
==============================================================================*/
section.footer {
  position: relative;
  margin-top: -130px;
  padding-top: 170px;
  background-color: #fff;
}
@media (max-width: 768px) {
  section.footer {
    margin-top: -286px;
    padding-top: 130px;
  }
}
@media (max-width: 428px) {
  section.footer {
    margin-top: 0;
    padding-top: 97px;
  }
}
section.footer .ft-contact {
  border-bottom: solid 15px #6b7f6b;
}
@media (max-width: 768px) {
  section.footer .ft-contact {
    border-bottom: solid 9px #6b7f6b;
  }
}
section.footer .ft-contact .ft-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  section.footer .ft-contact .ft-contact-flex {
    display: block;
  }
}
@media (max-width: 768px) {
  section.footer .ft-contact .ft-contact-flex .ft-contact-left {
    text-align: center;
  }
}
section.footer .ft-contact .ft-contact-flex .ft-contact-left a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 440px;
  height: 72px;
  background-color: #e09c18;
  border-radius: 999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  section.footer .ft-contact .ft-contact-flex .ft-contact-left a {
    font-size: 18px;
    width: 320px;
    height: 60px;
  }
}
section.footer .ft-contact .ft-contact-flex .ft-contact-left a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
section.footer .ft-contact .ft-contact-flex .ft-contact-left a::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url("images/icon-mail.svg") no-repeat center/contain;
}
section.footer .ft-contact .ft-contact-flex .ft-contact-left p {
  margin-left: 10px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  section.footer .ft-contact .ft-contact-flex .ft-contact-left p {
    font-size: 14px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) and (max-width: 428px) {
  section.footer .ft-contact .ft-contact-flex .ft-contact-left p {
    font-size: 13px;
  }
}
section.footer .ft-contact .ft-contact-flex .ft-contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  section.footer .ft-contact .ft-contact-flex .ft-contact-right {
    margin-top: 1em;
  }
}
section.footer .ft-contact .ft-contact-flex .ft-contact-right a {
  width: 95px;
}
@media (max-width: 768px) {
  section.footer .ft-contact .ft-contact-flex .ft-contact-right a {
    width: 75px;
  }
}
section.footer .ft-contact .ft-contact-flex .ft-contact-right a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.footer .ft-contact .ft-contact-flex .ft-contact-right a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.footer .ft-bottom {
  background-image: url(images/bg-top.jpg);
  padding-top: 3em;
  padding-bottom: 3em;
}
section.footer .ft-bottom img {
  width: 270px;
  margin: 0 auto;
  margin-bottom: 3em;
}
@media (max-width: 428px) {
  section.footer .ft-bottom img {
    width: 170px;
  }
}
section.footer .ft-bottom .ft-cpy {
  font-size: 15px;
  color: #6b816c;
  text-align: center;
  margin-bottom: 1em;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
}
section.footer .ft-bottom .ft-cpy br {
  display: none;
}
@media (max-width: 768px) {
  section.footer .ft-bottom .ft-cpy {
    font-size: 12px;
    margin-bottom: 2em;
  }
  section.footer .ft-bottom .ft-cpy br {
    display: block;
  }
}
section.footer .ft-bottom .copylight {
  text-align: center;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #808080;
}
@media (max-width: 768px) {
  section.footer .ft-bottom .copylight {
    font-size: 12px;
  }
}

/*==============================================================================
404ページ
==============================================================================*/
section.page404 {
  margin-top: 318px;
  margin-bottom: 260px;
  padding-top: 2em;
  position: relative;
  z-index: 1;
  height: 100%;
  border-bottom: solid 1px #6b816c;
  border-top: solid 1px #6b816c;
}
@media (max-width: 428px) {
  section.page404 {
    margin-bottom: 140px;
  }
}
section.page404 h2 {
  font-size: clamp(34px, 10vw, 120px);
  color: #6b816c;
  text-align: center;
  font-family: "zen-kaku-gothic-antique", "Yu Gothic", sans-serif;
  font-weight: 600;
}
section.page404 p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  section.page404 p {
    font-size: 14px;
  }
}
section.page404 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 280px;
  height: 64px;
  background-color: #6b816c;
  border-radius: 999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  section.page404 .btn {
    font-size: 16px;
    width: 250px;
    height: 60px;
  }
}
section.page404 .btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
section.page404 a::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 50px;
  background: url("images/btn-right.svg") no-repeat center/contain;
}

body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 500;
}

body:not(.home):not(.front-page) .header {
  background: #BF2800;
}