@charset "UTF-8";
/**
Theme Name: Kittomotto
Description: Kittomotto公式サイトのテーマファイルです。
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* font */
.hidden_pc {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .hidden_sp {
    display: none !important;
  }
  .hidden_tablet {
    display: none !important;
  }
  .hidden_pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 769px) {
  .hidden_sp {
    display: none !important;
  }
  .hidden_pc {
    display: inline-block !important;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  counter-reset: number 0;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .wrapper {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .margin_free {
    padding-bottom: 0;
  }
}
.margin_free {
  padding-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 190%;
  letter-spacing: 0.06em;
  color: #333;
  font-size: 1.55rem;
  text-rendering: optimizelegibility;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  body {
    font-weight: 400;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
}
h1 {
  font-size: 3rem;
  letter-spacing: 1.5px;
  line-height: 30px;
}

h2 {
  font-size: 2.2rem;
  letter-spacing: 1.5px;
  line-height: 30px;
}

h3 {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 30px;
}

@media screen and (max-width: 769px) {
  body {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }
  h2 {
    font-size: 2.75rem;
    letter-spacing: 1.5px;
    line-height: 30px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #7d0005;
}

.title {
  font-size: 3.8rem;
}

@media screen and (max-width: 769px) {
  .title {
    font-size: 3rem;
  }
}
button {
  -webkit-appearance: none; /* iOS/Safari */
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer; /* クリックできることを明示 */
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.btn:hover {
  transition: all 0.7s;
}
.btn.btn_middle {
  max-width: 200px;
  width: 100%;
  font-size: 1.4rem;
}
.btn.btn_middle:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.btn.btn_white {
  background: white;
  color: #333;
}
.btn.btn_black {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.btn.btn_red {
  border: solid 1px #7d0005;
  color: #7d0005;
  padding: 10px 20px;
}
.btn.btn_red:hover {
  border-radius: 0 0 0 20px;
}

.view {
  letter-spacing: 1px;
  font-size: 1.7rem;
  font-weight: 400;
}
.view img {
  display: inline-block;
  margin-left: 10px;
  width: 36px;
}
.view a:hover {
  color: inherit;
}
.view:hover {
  transition: all 0.9s;
  color: inherit;
}
.view:hover img {
  transition-duration: 0.5s;
  transform: translate(8px, 0);
}

@media screen and (max-width: 769px) {
  .btn.btn_red {
    font-size: 1.6rem;
    border: solid 1px #7d0005;
    color: #7d0005;
    padding: 16px 34px;
  }
  .btn.btn_red:hover {
    border-radius: 0 0 0 20px;
  }
}
/* Settings - feel free to play with these */
/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
  background-image: none;
}

.video-hero {
  border-radius: 0 0 0 130px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .video-hero {
    border-radius: 0 0 0 70px;
  }
}

/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: rgba(0, 0, 0, 0);
}

.video-hero--content {
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  height: 85vh;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .video-hero--content {
    margin-top: 140px;
    height: 270px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .video-hero--content {
    height: 600px;
    width: 100%;
  }
}
.video-hero--content img {
  display: block;
  margin: auto;
  width: 260px;
}
@media screen and (max-width: 769px) {
  .video-hero--content img {
    width: 200px;
  }
}
.video-hero--content p {
  font-size: 20px;
  margin: 0;
}

.cf::before {
  content: " ";
  display: table;
}
.cf::after {
  content: " ";
  display: table;
  clear: both;
}

.page-width {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}

#header {
  background: #2c2d33;
  padding: 2em 0;
}
#header a {
  color: #fff;
}

.subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #959699;
}

a:hover .subtitle {
  color: #fff;
}

#site-title {
  float: left;
  margin: 0;
}

#content {
  padding: 40px 0;
}

/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 80%;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  .jquery-background-video {
    min-width: 100%;
    min-height: 100%;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    transform: translate(0%, 0%);
  }
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}
.jquery-background-video-pauseplay span {
  display: none;
}
.jquery-background-video-pauseplay::after, .jquery-background-video-pauseplay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.jquery-background-video-pauseplay.play::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}
.jquery-background-video-pauseplay.pause::before {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 5px solid #fff;
}
.jquery-background-video-pauseplay.pause::after {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 5px solid #fff;
  left: 10px;
}

/* legacy overrides from style.css */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: auto;
  /* Allows right click menu on the video */
  background: rgba(0, 0, 0, 0);
}

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 80%;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}

.jquery-background-video-pauseplay::after,
.jquery-background-video-pauseplay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.video-hero .swiper-slide {
  pointer-events: none;
}

.video-hero .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}

.video-hero .overlay,
.video-hero .video-overlay {
  pointer-events: none;
}

section#thanks {
  box-sizing: border-box;
  max-width: 480px;
  width: 92%;
  margin: 80px auto;
  padding: 0 20px;
  font-size: 95%;
  line-height: 1.8;
}

#thanks h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 5px;
}

#thanks b {
  margin: 20px 0;
  text-align: center;
  display: block;
  font-size: 16px;
}

#thanks .btn {
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 11px 0;
  margin: 40px auto 0;
  border: none;
  font-size: 100%;
  color: #fff;
  background: black;
  font-family: inherit;
  -webkit-appearance: none;
}

/* PC */
@media screen and (min-width: 800px) {
  #thanks h1 br {
    display: none;
  }
}
.titlebox sub {
  font-size: 14px;
}

.ac sub {
  display: block;
  padding: 30px 0 0;
  text-align: center;
}

.ac-parent {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  background-color: none;
  color: #333;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
}

/* 擬似要素で下三角形を作成 */
.ac-parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

dl dd.ac-child {
  display: none;
  font-size: 13px;
  border-bottom: 1px solid #d6d6d6 !important;
  padding: 20px 0;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open::after {
  transform: rotate(225deg);
}

/*!

	HesGallery v1.5.1

	Copyright (c) 2018-2019 Artur Medrygal <medrygal.artur@gmail.com>

	Product under MIT licence

*/
#hgallery {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 99999;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#hg-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

#hg-bg::after:hover {
  background-color: white;
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  background-color: white;
  transition: transform 0.3s;
  transform: scale(1);
}

#hg-pic-cont.hg-transition {
  transform: scale(0.1);
}

#hg-subtext {
  color: #ddd;
  font-size: 14px;
  position: absolute;
  display: block;
  left: 5px;
  top: calc(100% + 6px);
}

#hg-howmany {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  display: block;
  right: 5px;
  bottom: -20px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  box-sizing: border-box;
  display: block;
  cursor: default;
  object-fit: contain;
  margin: 0;
  /*    border-radius: 5px;*/
}

#hg-pic:hover {
  transform: none;
  box-shadow: none;
}

#hgallery button {
  position: absolute;
  display: block;
  margin: auto 0;
  width: 60px;
  height: 60px;
  z-index: 11;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

#hgallery button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
}

#hgallery button:hover {
  opacity: 1;
}

#hgallery button#hg-prev {
  left: 10px;
  transform: rotate(180deg);
}

#hgallery button#hg-prev:active {
  left: 7px;
}

#hgallery button#hg-next {
  right: 10px;
}

#hgallery button#hg-next:active {
  right: 7px;
}

#hgallery #hg-prev-onpic,
#hgallery #hg-next-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}

#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

@media (max-width: 1100px) {
  #hg-pic-cont {
    max-width: calc(100% - 40px);
  }
}
/* legacy overrides from style.css */
#hgallery button#hg-prev {
  left: 10px;
  transform: rotate(180deg);
}

/**
  * コンテナ共通スタイル
  * 個別の設定は、ラッパーのクラスで限定して行う
  */
.c-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
  * 矢印つきボタン
  */
.c-arrow-button {
  display: inline-block;
}
.c-arrow-button__text {
  font-size: 1.7rem;
  letter-spacing: 1px;
}
.c-arrow-button__icon {
  display: inline-block;
  margin-left: 10px;
  width: 36px;
}
.c-arrow-button:hover .c-arrow-button__icon {
  transition-duration: 0.5s;
  transform: translate(8px, 0);
}

/**
  * バナーリンク（外枠が a タグでなくても使用は可能）
  */
.c-banner-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  min-height: 250px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
@media (min-width: 900px) {
  .c-banner-link {
    aspect-ratio: 2.89/1;
    min-height: 400px;
  }
}
.c-banner-link {
  border-radius: 0;
}
@media (min-width: 390px) {
  .c-banner-link {
    border-radius: 0 0 0 70px;
  }
}
@media (min-width: 768px) {
  .c-banner-link {
    border-radius: 0 0 0 130px;
  }
}
.c-banner-link:hover {
  color: #ffffff;
}
.c-banner-link__media, .c-banner-link__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-banner-link__image {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.c-banner-link__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
  transition: background 0.3s ease;
}
.c-banner-link__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-banner-link__sub-title {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.c-banner-link__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 2.5px;
}
@media (min-width: 768px) {
  .c-banner-link__title {
    font-size: 3.4rem;
  }
}

/**
  * ページタイトル共通スタイル
  * 英語と日本語で真ん中に罫線が用意されているデザイン
  */
.c-page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  color: #7d0005;
}
.c-page-title:has(~ .c-tabs) {
  margin-top: 100px;
}

/**
  * サービスページ（realestate）ページヘッダー内画像バナー
  */
.c-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 0;
}
@media (min-width: 390px) {
  .c-banner {
    border-radius: 0 0 0 70px;
  }
}
@media (min-width: 768px) {
  .c-banner {
    border-radius: 0 0 0 130px;
  }
}
@media (min-width: 900px) {
  .c-banner {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .c-banner {
    height: clamp(450px, 37.5vw, 680px);
  }
}
.c-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/**
  * 不動産セクションヘッダー
  */
.c-realestate-section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-realestate-section-header__title {
  font-size: 2.75rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.5px;
  line-height: 1.3;
}
.c-realestate-section-header__subtitle {
  letter-spacing: 2px;
}

/*
 * 求人CTA
 */
.c-recruit-cta {
  position: relative;
  z-index: 0;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .c-recruit-cta {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.c-recruit-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #f8f8f8;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 900px) {
  .c-recruit-cta__inner {
    max-width: 1100px;
  }
}
.c-recruit-cta__content-wrapper {
  --recruit-cta-gap: 30px;
  display: flex;
  flex-direction: column;
  gap: var(--recruit-cta-gap);
}
@media (min-width: 900px) {
  .c-recruit-cta__content-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.c-recruit-cta__image {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (min-width: 900px) {
  .c-recruit-cta__image {
    flex: 0 0 calc((100% - var(--recruit-cta-gap)) / 2);
  }
}
.c-recruit-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-recruit-cta__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 900px) {
  .c-recruit-cta__content {
    gap: 30px;
    flex: 0 0 calc((100% - var(--recruit-cta-gap)) / 2);
  }
}
.c-recruit-cta__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 2px;
}
.c-recruit-cta__desc {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-recruit-cta__button {
  max-width: 300px;
  padding: 16px 32px;
  color: #7d0005;
  border: 1px solid #7d0005;
  border-radius: 0 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-recruit-cta__button {
    max-width: 240px;
    border-radius: 0;
  }
}
.c-recruit-cta__icon {
  width: 0.8em;
  height: 0.8em;
  margin-left: auto;
  flex-shrink: 0;
}

/**
 * 共通タブ
 **/
.c-tabs {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .c-tabs {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.c-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-tabs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
@media (min-width: 900px) {
  .c-tabs__list {
    max-width: 1100px;
  }
}
.c-tabs__item {
  width: 50%;
  display: flex;
}
.c-tabs__link {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #8d8d8d;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 8px;
  text-decoration: none;
  border-bottom: 2px solid #8d8d8d;
}
@media (min-width: 900px) {
  .c-tabs__link {
    padding: 16px 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 900px) {
  .c-tabs__link br {
    display: none;
  }
}
.c-tabs__link::after {
  content: "";
  grid-column: 3;
  justify-self: end;
  width: 24px;
  height: 24px;
  background: url("../../assets/svg/tab-icon_inactive.svg") no-repeat center/contain;
}
.c-tabs__link[aria-current=page] {
  color: #7d0005;
  font-weight: bold;
  border-color: currentColor;
}
.c-tabs__link[aria-current=page]::after {
  background-image: url("../../assets/svg/tab-icon_active.svg");
}

.site-header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.navbar__brand img {
  display: block;
  height: auto;
  width: 126px;
  height: auto;
}
.navbar__menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.navbar__menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.navbar__menu[hidden] {
  display: none;
}
.navbar__nav {
  list-style: none;
  padding: 60px 20px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  width: 88%;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -10%);
  list-style: none;
}
.navbar__link {
  text-align: left;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.navbar__link > a {
  display: block;
  padding: 18px 0;
  color: #333;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}
@media (min-width: 900px) {
  .navbar__link--mobile-only {
    display: none;
  }
}

.navigation-toggle {
  --navigation-button-height: 48px;
  --navigation-button-width: 48px;
  padding: 9px;
  position: relative;
  width: var(--navigation-button-width);
  height: var(--navigation-button-height);
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.navigation-toggle .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
}
.navigation-toggle .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d0005;
  border-radius: 4px;
}
.navigation-toggle .hamburger span:nth-of-type(1) {
  top: 0;
}
.navigation-toggle .hamburger span:nth-of-type(2) {
  top: 15px;
}
.navigation-toggle .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.navigation-toggle .hamburger, .navigation-toggle .hamburger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.navigation-toggle[aria-expanded=true] .hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -5px;
}
.navigation-toggle[aria-expanded=true] .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.navigation-toggle[aria-expanded=true] .hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: -6px;
}
.navigation-toggle .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/**
  * 900px以上のスタイル
  */
@media (min-width: 900px) {
  :root {
    --desktop-layout-edge-min: 32px;
    --desktop-layout-nav-width: 178px;
    --desktop-layout-content-gap: 70px;
    --desktop-layout-content-max: 1100px;
    --desktop-layout-inner-width: calc(
      var(--desktop-layout-nav-width) +
      var(--desktop-layout-content-gap) +
      var(--desktop-layout-content-max)
    );
    --desktop-layout-edge: max(
      var(--desktop-layout-edge-min),
      calc((100vw - var(--desktop-layout-inner-width)) / 2)
    );
    --desktop-layout-content-start: calc(
      var(--desktop-layout-edge) +
      var(--desktop-layout-nav-width) +
      var(--desktop-layout-content-gap)
    );
  }
  .site-header {
    position: fixed;
    top: 64px;
    left: var(--desktop-layout-edge);
    width: var(--desktop-layout-nav-width);
    max-height: calc(100vh - 64px);
    overflow: auto;
    background-color: #fff;
    z-index: 100;
  }
  .content-area {
    --navigation-content-offset: 0px;
    --navigation-content-end: 0px;
    width: min(var(--desktop-layout-content-max), 100vw - var(--desktop-layout-edge) * 2 - var(--desktop-layout-nav-width) - var(--desktop-layout-content-gap));
    max-width: var(--desktop-layout-content-max);
    margin-left: var(--desktop-layout-content-start);
    margin-right: var(--desktop-layout-edge);
  }
  .navbar__brand img {
    width: 130px;
  }
  .navbar {
    height: 100%;
  }
  .navbar__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 32px 24px;
    gap: 32px;
  }
  .navbar__menu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .navbar__menu[hidden] {
    display: block;
  }
  .navbar__nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    padding: 0;
  }
  .navbar__link > a {
    padding: 24px 0;
    font-size: 16px;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .navigation-toggle {
    display: none;
  }
}
.site-footer {
  background-color: #f8f8f8;
}
.site-footer__map {
  position: relative;
  z-index: 0;
}
.site-footer__map::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #f8f8f8;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 900px) {
  .site-footer__map {
    width: min(var(--desktop-layout-content-max), 100vw - var(--desktop-layout-edge) * 2 - var(--desktop-layout-nav-width) - var(--desktop-layout-content-gap));
    max-width: var(--desktop-layout-content-max);
    margin-left: var(--desktop-layout-content-start);
    margin-right: var(--desktop-layout-edge);
  }
}
.site-footer__map iframe {
  display: block;
  width: 100%;
  height: 460px;
}
.site-footer__back-to-top {
  position: relative;
  z-index: 0;
}
.site-footer__back-to-top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #f8f8f8;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 900px) {
  .site-footer__back-to-top {
    width: min(var(--desktop-layout-content-max), 100vw - var(--desktop-layout-edge) * 2 - var(--desktop-layout-nav-width) - var(--desktop-layout-content-gap));
    max-width: var(--desktop-layout-content-max);
    margin-left: var(--desktop-layout-content-start);
    margin-right: var(--desktop-layout-edge);
  }
}
.site-footer__back-to-top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  color: #8d8d8d;
  text-align: center;
  background: #EAEAEA;
  transition: 0.5s all ease;
}
.site-footer__back-to-top a svg {
  display: block;
  width: 30px;
}
.site-footer__back-to-top a:hover {
  background-color: #3b3c40;
  color: #ffffff;
  transition: 0.5s all ease;
}
.site-footer__menu {
  position: relative;
  z-index: 0;
  background-color: #2b2c31;
  color: #8d8d8d;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-footer__menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #2b2c31;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 900px) {
  .site-footer__menu {
    width: min(var(--desktop-layout-content-max), 100vw - var(--desktop-layout-edge) * 2 - var(--desktop-layout-nav-width) - var(--desktop-layout-content-gap));
    max-width: var(--desktop-layout-content-max);
    margin-left: var(--desktop-layout-content-start);
    margin-right: var(--desktop-layout-edge);
    padding-top: 80px;
    width: min(var(--desktop-layout-content-max), 100vw - var(--desktop-layout-edge) * 2 - var(--desktop-layout-nav-width) - var(--desktop-layout-content-gap));
    max-width: var(--desktop-layout-content-max);
    margin-left: var(--desktop-layout-content-start);
    margin-right: var(--desktop-layout-edge);
  }
}
.site-footer__menu-inner {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (min-width: 900px) {
  .site-footer__menu-inner {
    max-width: 900px;
    margin: 0 auto;
    --gap: 80px;
  }
}
.site-footer__menu-col {
  flex: 0 1 100%;
}
@media (min-width: 900px) {
  .site-footer__menu-col {
    flex-basis: calc((100% - var(--gap)) / 2);
  }
}
.site-footer__menu-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.site-footer__menu-list {
  margin: 0;
  padding: 0;
}
.site-footer__menu-list li {
  font-size: 1.4rem;
}
.site-footer__menu-list li::before {
  content: ">";
  font-weight: bold;
  vertical-align: baseline;
  padding-right: 5px;
}
.site-footer .copyright {
  background-color: #2b2c31;
  color: #8d8d8d;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 900px) {
  .site-footer .copyright {
    padding-left: 280px;
  }
}
.site-footer .c-container {
  justify-content: space-around;
}
.site-footer .c-container .item {
  font-size: 1.4rem;
  line-height: 30px;
  width: 90%;
  margin: 20px auto;
}
.site-footer .c-container .item ul li::before {
  content: "-";
  margin: 0 8px 0 8px;
  color: #b7b7b7;
  font-weight: 100;
  vertical-align: middle;
}
.site-footer .c-container .item ul li:first-child::before {
  display: inline;
}
.site-footer .c-container .item ul li a:hover {
  color: white;
}
.site-footer .c-container .item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-footer ul.list {
  text-align: center;
}
.site-footer ul.list li {
  display: inline-block;
  padding: 0 6px;
  font-size: 1.25rem;
}
.site-footer .logo {
  margin: 40px auto;
  max-width: 130px;
  width: 100%;
  display: block;
}

@media screen and (min-width: 770px) {
  footer .copyright {
    padding: 0;
  }
  footer.site-footer h3 {
    font-size: 1.6rem;
  }
  footer.site-footer .item h4 {
    font-size: 1.5rem;
  }
  footer.site-footer ul.list li {
    font-size: 1.3rem;
  }
  footer.site-footer .logo {
    margin: 20px 0;
    max-width: 180px;
  }
}
.main_visual {
  position: relative;
  background-image: url(../img/sample.jpg);
  background-position: center center;
  background-size: cover;
}
.main_visual.pararax {
  background-attachment: fixed;
}
.main_visual h1 {
  position: relative;
  z-index: 3;
  padding: 20rem 0;
  text-align: center;
  color: white;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.main_visual::before {
  background-color: black;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .main_visual h1 {
    position: relative;
    z-index: 3;
    padding: 20rem 0;
    text-align: center;
    color: white;
    font-size: 2.4rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .main_visual::before {
    background-color: black;
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.story_text {
  text-align: center;
}
.story_text .sub {
  font-size: 1.5rem;
}
.story_text .title {
  margin: 20px 0 40px;
  font-weight: 400;
  font-size: 2.2rem;
}
.story_text p {
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  line-height: 34px;
  margin-bottom: 10px;
}
.story_text .btn {
  margin-top: 40px;
}
.story_text .inner {
  margin: 60px auto 0;
  width: 350px;
}
.story_text .inner dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.story_text .inner dl dt {
  text-align: left;
  max-width: 200px;
  width: 100%;
  font-weight: 600;
}
.story_text .inner dl dd {
  text-align: right;
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .story_text {
    text-align: center;
  }
  .story_text .sub {
    font-size: 1.5rem;
  }
  .story_text .title {
    text-align: center;
    margin: 20px 0 40px;
    font-weight: 400;
    font-size: 2.2rem;
  }
  .story_text p {
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    line-height: 34px;
    text-align: left;
  }
  .story_text .btn {
    margin-top: 40px;
  }
}
.land_image {
  text-align: center;
}
.land_image .inner_bg.palalax {
  background-attachment: fixed;
}
.land_image .inner_bg {
  width: 100%;
  height: 380px;
  display: block;
  padding: 20px;
  position: relative;
  background-image: url(../img/sample.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.land_image .inner_bg .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 3;
  text-align: center;
  color: white;
}
.land_image .inner_bg .text .title {
  font-size: 2.8rem;
  color: white;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.land_image .inner_bg .text .btn {
  margin-top: 20px;
}
.land_image .inner_bg::before {
  background-color: black;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.alternate .c-container {
  padding-bottom: 50px;
}
.alternate .c-container:last-child {
  padding-bottom: 0;
}
.alternate .c-container .item {
  width: 50%;
  height: 500px;
}
.alternate .c-container .item.text_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alternate .c-container .item.text_item .inner {
  width: 80%;
}
.alternate .c-container .item.text_item .inner h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.alternate .c-container .item.text_item .inner p {
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 34px;
  margin-bottom: 20px;
}
.alternate .c-container .item.text_item .inner .btn {
  margin: 40px 0 0 0;
}
.alternate .c-container .item.img_item {
  background-size: cover;
  background-position: center center;
}
.alternate .c-container .item.img_item #slider_detail,
.alternate .c-container .item.img_item #slider_detail_second {
  width: 100%;
  overflow: hidden;
}
.alternate .c-container .item.img_item #slider_detail .slick-track,
.alternate .c-container .item.img_item #slider_detail_second .slick-track {
  display: flex;
}
.alternate .c-container .item.img_item #slider_detail .slider_image,
.alternate .c-container .item.img_item #slider_detail_second .slider_image {
  background-image: url(../img/sample.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  text-align: center;
}
.alternate .c-container .item.img_item #slider_detail.contain .slider_image,
.alternate .c-container .item.img_item #slider_detail_second.contain .slider_image {
  background-size: contain;
}
.alternate .c-container .item.img_item {
  /* クリックで拡大 */
}
.alternate .c-container .item.img_item .hes-gallery img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  cursor: pointer;
}
.alternate .c-container .item.img_item {
  /* 幅広 */
}
.alternate .c-container .item.img_item.wide_item {
  width: 100%;
}
.alternate .c-container:nth-child(even) .item.text_item {
  order: 2;
}
.alternate .c-container:nth-child(even) .item.img_item {
  order: 1;
}

@media screen and (max-width: 769px) {
  .alternate .c-container {
    padding-bottom: 40px;
  }
  .alternate .c-container:last-child {
    padding-bottom: 0;
  }
  .alternate .c-container .item {
    width: 100%;
    height: auto;
  }
  .alternate .c-container .item.text_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alternate .c-container .item.text_item .inner {
    width: 100%;
  }
  .alternate .c-container .item.text_item .inner h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .alternate .c-container .item.text_item .inner p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .alternate .c-container .item.img_item {
    background-size: cover;
    background-position: center center;
    height: 300px;
  }
  .alternate .c-container .item.img_item #slider_detail,
  .alternate .c-container .item.img_item #slider_detail_second {
    width: 100%;
    overflow: hidden;
  }
  .alternate .c-container .item.img_item #slider_detail .slick-track,
  .alternate .c-container .item.img_item #slider_detail_second .slick-track {
    display: flex;
  }
  .alternate .c-container .item.img_item #slider_detail .slider_image,
  .alternate .c-container .item.img_item #slider_detail_second .slider_image {
    background-size: cover;
    background-position: center;
    height: 300px;
    text-align: center;
  }
  .alternate .c-container .item.img_item {
    /* クリックで拡大 */
  }
  .alternate .c-container .item.img_item .hes-gallery img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    cursor: pointer;
  }
  .alternate .c-container .item.img_item {
    /* 幅広 */
  }
  .alternate .c-container .item.img_item.wide_item {
    width: 100%;
  }
  .alternate .c-container:nth-child(even) .item.text_item {
    order: 1;
  }
  .alternate .c-container:nth-child(even) .item.img_item {
    order: 2;
  }
}
.horizon_block .title_h2 {
  margin-bottom: 70px;
  text-align: center;
}
.horizon_block .c-container {
  justify-content: space-evenly;
}
.horizon_block .c-container .item {
  position: relative;
  background-image: url(../img/sample.jpg);
  background-position: center center;
  background-size: cover;
}
.horizon_block .c-container .item .text_block {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  color: white;
}
.horizon_block .c-container .item .text_block p {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.horizon_block .c-container .item .text_block .title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.horizon_block .c-container .item .text_block .btn {
  display: block;
  margin-top: 20px;
}
.horizon_block .c-container .item::before {
  background-color: black;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.horizon_block .c-container.nomask .item::before {
  display: none;
}
.horizon_block.two_blocks .c-container {
  justify-content: space-between;
}
.horizon_block.two_blocks .c-container .item {
  width: 48.25%;
  height: 500px;
}
.horizon_block.three_blocks .item {
  width: 31%;
  height: 550px;
}
.horizon_block.three_blocks .wrapper .item {
  height: 400px;
}
.horizon_block.four_blocks .item {
  width: 23%;
  height: 350px;
}
.horizon_block.five_blocks .item {
  width: 18%;
  height: 300px;
}

@media screen and (max-width: 769px) {
  .horizon_block .c-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .horizon_block .c-container .item {
    position: relative;
    background-image: url(../img/sample.jpg);
    background-position: center center;
    background-size: cover;
  }
  .horizon_block .c-container .item .text_block {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px;
    text-align: center;
    color: white;
  }
  .horizon_block .c-container .item .text_block p {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .horizon_block .c-container .item .text_block .title {
    font-size: 2rem;
    letter-spacing: 1.5px;
    line-height: 27px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .horizon_block .c-container .item .text_block .btn {
    display: block;
    margin-top: 18px;
  }
  .horizon_block .c-container .item.viewmore {
    background: #f5f5f5;
  }
  .horizon_block .c-container .item.viewmore .text_block {
    top: 0;
    bottom: 0;
    color: black;
    font-size: 1.5rem;
    height: 15px;
  }
  .horizon_block.two_blocks .c-container {
    justify-content: space-between;
  }
  .horizon_block.two_blocks .c-container .item {
    width: 48.25%;
    height: 260px;
  }
  .horizon_block.three_blocks .c-container {
    margin-left: 3%;
    display: inherit;
    overflow-x: auto;
    justify-content: space-evenly;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .horizon_block.three_blocks .c-container .item {
    display: inline-block;
    width: 76%;
    height: 430px;
    margin-right: 16px;
  }
  .horizon_block.four_blocks .item {
    width: 47.51%;
    height: 250px;
    margin-bottom: 4%;
  }
  .horizon_block.five_blocks .c-container {
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
  }
  .horizon_block.five_blocks .c-container .item {
    width: 49%;
    height: 240px;
    margin: 1% 0;
  }
}
.click_gallery .hes-gallery {
  display: flex;
  justify-content: space-between;
}
.click_gallery .hes-gallery .c-container {
  width: 100%;
}
.click_gallery .hes-gallery .c-container.layer_1 .item {
  width: 33.3333333333%;
}
.click_gallery .hes-gallery .c-container.layer_1 .item img {
  cursor: pointer;
  padding: 1px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 500px;
}
.click_gallery .hes-gallery .c-container.layer_2 {
  flex-wrap: wrap;
}
.click_gallery .hes-gallery .c-container.layer_2 .item {
  height: calc(500px / 2);
  width: 50%;
}
.click_gallery .hes-gallery .c-container.layer_2 .item img {
  padding: 1px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: calc(500px / 2);
}
.click_gallery .hes-gallery .c-container.layer_2 .item:last-child {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .click_gallery {
    height: 100%;
  }
  .click_gallery .hes-gallery {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .click_gallery .hes-gallery .c-container.layer_1 .item {
    width: 100%;
    height: 300px;
  }
  .click_gallery .hes-gallery .c-container.layer_1 .item img {
    padding: 1px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
  .click_gallery .hes-gallery .c-container.layer_1 .item:last-child {
    height: calc(300px * 1.5);
  }
  .click_gallery .hes-gallery .c-container.layer_2 {
    flex-wrap: wrap;
  }
  .click_gallery .hes-gallery .c-container.layer_2 .item {
    height: calc(300px / 2);
    width: 50%;
  }
  .click_gallery .hes-gallery .c-container.layer_2 .item img {
    object-fit: cover;
    padding: 1px;
    max-width: 100%;
    width: 100%;
    height: calc(300px / 2);
  }
  .click_gallery .hes-gallery .c-container.layer_2 .item:last-child {
    width: 100%;
    height: 300px;
  }
  .click_gallery .hes-gallery .c-container.layer_2 .item:last-child img {
    object-fit: cover;
    padding: 1px;
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
}
.section_flow .wrapper .c-container {
  margin: 0 -15px;
}
.section_flow .wrapper .c-container .item {
  padding: 0 15px;
}
.section_flow .wrapper .c-container .item .flow_title::before {
  counter-increment: number 1;
  content: counter(number) " ";
}
.section_flow .wrapper .c-container .item .flow_title {
  font-size: 2.2rem;
  margin: 20px 0;
}
.section_flow .wrapper .c-container .item .flow_text {
  font-size: 1.4rem;
}

@media screen and (max-width: 769px) {
  .section_flow .wrapper .c-container {
    margin: 0;
    justify-content: space-between;
  }
  .section_flow .wrapper .c-container .item {
    padding: 15px 0;
    width: 48%;
  }
  .section_flow .wrapper .c-container .item .flow_title {
    font-size: 2.2rem;
    margin: 20px 0;
  }
}
.section_logo .wrapper .c-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_logo .wrapper .c-container .item {
  width: 22%;
  margin: 10px 0;
}
.section_logo .wrapper .c-container .item img {
  width: 100%;
}

/* legacy overrides from style.css */
.alternate .c-container .item.img_item {
  background-size: cover;
  background-position: center center;
  /* クリックで拡大 */
  /* 幅広 */
}

@media screen and (max-width: 769px) {
  .alternate .c-container .item.img_item {
    background-size: cover;
    background-position: center center;
    height: 300px;
    /* クリックで拡大 */
    /* 幅広 */
  }
}
.front-hero {
  width: 100%;
  padding-top: 68px;
}
@media (min-width: 900px) {
  .front-hero {
    padding-top: 0px;
  }
}
.front-hero .video-hero {
  border-radius: 0;
}
@media (min-width: 390px) {
  .front-hero .video-hero {
    border-radius: 0 0 0 70px;
  }
}
@media (min-width: 768px) {
  .front-hero .video-hero {
    border-radius: 0 0 0 130px;
  }
}
.front-hero__text {
  display: block;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 1100px) {
  .front-hero__text {
    text-align: center;
  }
}
.front-hero__text img {
  max-width: 320px;
}
@media (min-width: 1100px) {
  .front-hero__text img {
    max-width: 700px;
  }
}

.front-about {
  position: relative;
  z-index: 0;
  background: none;
}
.front-about::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #f8f8f8;
  z-index: -1;
  pointer-events: none;
}
.front-about__inner {
  --gap: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
@media (min-width: 900px) {
  .front-about__inner {
    --gap: 80px;
    align-items: center;
  }
}
.front-about__item {
  flex: 0 1 100%;
}
@media (min-width: 900px) {
  .front-about__item {
    flex-basis: calc((100% - var(--gap)) / 2);
  }
}
.front-about__desc {
  margin-bottom: 60px;
}

.front-service .section-headline span {
  color: #7d0005;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .front-service .section-headline span {
    font-size: 4.2rem;
  }
}

.front-culture {
  position: relative;
  z-index: 0;
  background: none;
}
.front-culture::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #F8F8F8;
  z-index: -1;
  pointer-events: none;
}
.front-culture .section-title,
.front-culture .section-headline {
  text-align: center;
}
.front-culture .section-headline {
  margin-bottom: 60px;
}
.front-culture__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 900px) {
  .front-culture__content {
    flex-direction: row;
    justify-content: center;
  }
}

.front-about,
.front-service,
.front-culture {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .front-about,
  .front-service,
  .front-culture {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.front-about,
.front-service,
.front-culture {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .front-about,
  .front-service,
  .front-culture {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1100px) {
  .front-about,
  .front-service,
  .front-culture {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section-title {
  font-size: 1.6rem;
  color: #7d0005;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-headline {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-headline {
    font-size: 2.9rem;
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .section-headline {
    font-size: 3.4rem;
  }
}

.contact-header {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 900px) {
  .contact-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background-color: #fff5f5;
  z-index: -1;
  pointer-events: none;
}

.contact-body__inner {
  margin: 0 auto;
  padding-top: 60px;
  max-width: 600px;
}
.contact-body__inner input[type=text],
.contact-body__inner input[type=email],
.contact-body__inner input[type=url],
.contact-body__inner input[type=password],
.contact-body__inner input[type=search],
.contact-body__inner input[type=number],
.contact-body__inner input[type=tel],
.contact-body__inner input[type=range],
.contact-body__inner input[type=date],
.contact-body__inner input[type=month],
.contact-body__inner input[type=week],
.contact-body__inner input[type=time],
.contact-body__inner input[type=datetime],
.contact-body__inner input[type=datetime-local],
.contact-body__inner input[type=color],
.contact-body__inner textarea,
.contact-body__inner select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px 0 18px;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
}
.contact-body .wpcf7-form-control.wpcf7-submit {
  display: block;
  padding: 12px 0;
  margin: 40px auto;
  color: white;
  background: #7d0005;
  max-width: 280px;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  border: none;
  border-radius: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

.realestate-header {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .realestate-header {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.realestate-header {
  background: linear-gradient(180deg, white 0%, white 50%, #faf7f7 50%, #faf7f7 100%);
  margin-top: 100px;
  padding-bottom: 40px;
}
@media (min-width: 900px) {
  .realestate-header {
    padding-bottom: 100px;
  }
}
.realestate-header__title {
  font-size: 3.4rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .realestate-header__title {
    font-size: 4rem;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.realestate-header__title br {
  display: inline-block;
}
@media (min-width: 900px) {
  .realestate-header__title br {
    display: none;
  }
}
.realestate-header__headline-image {
  display: block;
  width: 250px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .realestate-header__headline-image {
    width: 500px;
  }
}
.realestate-header__bottom-message {
  margin-top: 40px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 41px;
  letter-spacing: 1.8px;
}
@media (min-width: 900px) {
  .realestate-header__bottom-message {
    font-size: 2.3rem;
    line-height: 51px;
    letter-spacing: 2.2px;
  }
}

.realestate-business {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .realestate-business {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.realestate-business {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .realestate-business {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.realestate-business__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .realestate-business__inner {
    max-width: 1100px;
    align-items: center;
  }
}
.realestate-business__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .realestate-business__content-wrapper {
    flex-direction: row;
    justify-content: center;
    max-width: 700px;
  }
}
.realestate-business__logo {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .realestate-business__logo {
    flex: 0 0 auto;
    align-items: center;
  }
}
.realestate-business__logo img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .realestate-business__logo img {
    width: 60px;
  }
}
.realestate-business__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.realestate-business__content-title {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .realestate-business__content-title {
    text-align: left;
  }
}
.realestate-business__content-text {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 1.2px;
}

.realestate-archivement {
  background-color: #fafafa;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .realestate-archivement {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.realestate-archivement__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 900px) {
  .realestate-archivement__inner {
    max-width: 1100px;
    gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 15px;
  }
}
@media (min-width: 1395px) {
  .realestate-archivement__inner {
    padding-right: 0;
  }
}
.realestate-archivement__list {
  --archivement-list-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--archivement-list-gap);
}
.realestate-archivement__list-item {
  flex: 0 0 calc((100% - var(--archivement-list-gap)) / 2);
  padding: 30px 10px;
  background: white;
  border-radius: 0 0 0 40px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 900px) {
  .realestate-archivement__list-item {
    flex: 0 0 calc((100% - var(--archivement-list-gap) * 2) / 3);
  }
}
.realestate-archivement__list-item .type {
  display: inline-block;
  max-width: 130px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  color: #6F6F6F;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0 6px;
  line-height: 21px;
  border-radius: 100px;
}
.realestate-archivement__list-item .trade {
  color: #7D0005;
  font-weight: 600;
  margin: 8px 0;
  display: block;
  font-size: 1.45rem;
}
.realestate-archivement__list-item .address {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 1.5px;
  line-height: 30px;
}
.realestate-archivement__list-item .access {
  margin-top: 10px;
  font-size: 1.27rem;
  line-height: 21px;
  letter-spacing: 1px;
}
.realestate-archivement__accordion-button {
  display: block;
  font-size: 1.8rem;
  border-radius: 0;
  border: solid 1px;
  padding: 18px 0;
  width: 100%;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background: none;
}
@media (min-width: 900px) {
  .realestate-archivement__accordion-button {
    position: relative;
    padding: 50px 0;
    border: none;
  }
  .realestate-archivement__accordion-button:before, .realestate-archivement__accordion-button:after {
    content: "";
    width: 100%;
    height: 1px;
    overflow: hidden;
    display: inline-block;
    background-color: #ddd;
    position: absolute;
    top: calc(50% - 2px);
  }
  .realestate-archivement__accordion-button:before {
    right: calc(50% + 142px);
  }
  .realestate-archivement__accordion-button:after {
    left: calc(50% + 138px);
  }
}
.realestate-archivement__accordion-button:hover {
  color: #7d0005;
  cursor: pointer;
}

.realestate-property {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .realestate-property {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.realestate-property__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 900px) {
  .realestate-property__inner {
    max-width: 1100px;
    gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 15px;
  }
}
@media (min-width: 900px) and (min-width: 1395px) {
  .realestate-property__inner {
    padding-right: 0;
  }
}
.realestate-property__list {
  --property-list-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--property-list-gap);
}
.realestate-property__list-item {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .realestate-property__list-item {
    flex: 0 0 calc((100% - var(--property-list-gap)) / 2);
  }
}
@media (min-width: 1000px) {
  .realestate-property__list-item {
    flex: 0 0 calc((100% - var(--property-list-gap) * 2) / 3);
  }
}
.realestate-property__list-item .image-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.realestate-property__list-item .image-wrapper > img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.realestate-property__list-item .address {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 10px 0 1px;
}
.realestate-property__list-item .access {
  font-size: 1.5rem;
}
.realestate-property__list-item .type {
  font-size: 1.35rem;
  font-weight: 500;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 100px;
}

.culture-header {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .culture-header {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.culture-header {
  margin-top: 100px;
  padding-bottom: 40px;
}
@media (min-width: 900px) {
  .culture-header {
    padding-bottom: 120px;
  }
}
@media (min-width: 900px) {
  .culture-header__inner {
    max-width: 1100px;
  }
}
.culture-header__title {
  margin-top: 40px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 44px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .culture-header__title {
    font-size: 2.6rem;
    letter-spacing: 5px;
    line-height: 61px;
    margin-bottom: 60px;
  }
}
.culture-header__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 900px) {
  .culture-header__content {
    flex-direction: row;
    align-items: center;
  }
}
.culture-header__content-image {
  display: block;
  text-align: center;
}
@media (min-width: 900px) {
  .culture-header__content-image {
    flex: 0 0 50%;
  }
}
.culture-header__content-text {
  font-size: 1.6rem;
  line-height: 2.2;
  line-height: 46px;
}
@media (min-width: 900px) {
  .culture-header__content-text {
    flex: 0 0 50%;
  }
}

.culture-system {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .culture-system {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.culture-system {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: none;
}
.culture-system::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--desktop-layout-content-start, 0px));
  right: calc(-1 * var(--desktop-layout-edge, 0px));
  background: linear-gradient(180deg, white 0%, white 30%, #FAF7F7 30%, #FAF7F7 100%);
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .culture-system {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 900px) {
  .culture-system__inner {
    max-width: 1100px;
  }
}
.culture-system__header {
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .culture-system__header {
    margin-bottom: 60px;
  }
}
.culture-system__title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .culture-system__title {
    font-size: 3.8rem;
  }
}
.culture-system__content {
  --culture-system-content-gap: 30px;
  --columns: 1;
  display: flex;
  flex-direction: column;
  gap: var(--culture-system-content-gap);
}
@media (min-width: 768px) {
  .culture-system__content {
    flex-direction: row;
    flex-wrap: wrap;
    --columns: 2;
  }
}
@media (min-width: 900px) {
  .culture-system__content {
    --columns: 3;
  }
}
.culture-system__content-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 0 calc((100% - var(--culture-system-content-gap) * (var(--columns) - 1)) / var(--columns));
}
.culture-system__content-image {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.culture-system__content-title {
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}

.about-header {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .about-header {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.about-header {
  background: linear-gradient(180deg, white 0%, white 50%, #faf7f7 50%, #faf7f7 100%);
  margin-top: 100px;
}
.about-header__inner {
  max-width: 1100px;
}
.about-header .c-page-title {
  margin-bottom: 50px;
}
.about-header__agreement {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 900px) {
  .about-header__agreement {
    align-items: flex-end;
    justify-content: space-between;
  }
}
.about-header__agreement-message {
  width: 100%;
}
@media (min-width: 900px) {
  .about-header__agreement-message {
    width: 65%;
  }
}
.about-header__agreement-title {
  font-size: 1.5rem;
}
.about-header__agreement-text {
  font-size: 2.6rem;
  line-height: 1.9;
  letter-spacing: 3px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 900px) {
  .about-header__agreement-text {
    font-size: 2.9rem;
    line-height: 2.2;
  }
}
.about-header__agreement-image {
  width: 100%;
}
@media (min-width: 900px) {
  .about-header__agreement-image {
    width: 30%;
  }
}
.about-header__agreement-image img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.about-message {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .about-message {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.about-message {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 900px) {
  .about-message {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.about-message__inner {
  max-width: 730px;
  margin: 0 auto;
}
.about-message__text {
  font-size: 1.58rem;
  letter-spacing: 1.3px;
  line-height: 34px;
}

.about-company {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .about-company {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
@media (min-width: 900px) {
  .about-company {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.about-company__inner {
  max-width: 1100px;
}
.about-company__title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .about-company__title {
    font-size: 3.8rem;
  }
}
.about-company__information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-company__information dt {
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 900px) {
  .about-company__information dt {
    width: 14%;
  }
}
.about-company__information dd {
  width: 100%;
  padding: 0px 0 15px;
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 900px) {
  .about-company__information dd {
    width: 84%;
  }
}

.member-list {
  --member-list-gap: 4px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .member-list {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.member-list {
  padding-bottom: 80px;
}
@media (min-width: 900px) {
  .member-list {
    --member-list-gap: 16px;
    padding-bottom: 120px;
  }
}
@media (min-width: 900px) {
  .member-list__inner {
    max-width: 1100px;
  }
}
.member-list__header {
  margin-bottom: 40px;
}
.member-list__title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .member-list__title {
    font-size: 3.8rem;
  }
}
.member-list__title-desc {
  font-size: 1.5rem;
  margin-top: 10px;
}
.member-list__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px var(--member-list-gap);
}
@media (min-width: 900px) {
  .member-list__content {
    gap: 32px var(--member-list-gap);
    padding-right: 15px;
  }
}
@media (min-width: 1380px) {
  .member-list__content {
    padding-right: 0;
  }
}
.member-list__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc((100% - var(--member-list-gap) * 1) / 2);
  text-align: left;
  color: #222;
  background-color: #fff;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .member-list__item {
    width: calc((100% - var(--member-list-gap) * 2) / 3);
  }
}
@media (min-width: 900px) {
  .member-list__item {
    width: calc((100% - var(--member-list-gap) * 3) / 4);
  }
}
.member-list__item:hover, .member-list__item:focus-visible {
  transform: translate(0, -6px);
}
.member-list__item-image {
  margin: 0;
}
.member-list__item-image img {
  width: 100%;
}
.member-list__item-position {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 2px;
  line-height: 1.5;
}
.member-list__item-name {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (min-width: 768px) {
  .member-list__item-name {
    font-size: 2.1rem;
  }
}
.member-list__item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
.member-list__item-text {
  flex: 1;
  min-width: 0;
}
.member-list__item-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0;
}

.c-member-modal {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-member-modal__bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-member-modal__wrapper {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-height: 90%;
  background-color: #fff;
  padding: 20px 20px 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .c-member-modal__wrapper {
    width: min(95%, 1200px);
    max-height: 90vh;
    padding: 30px;
  }
}
.c-member-modal__inner {
  overflow-y: auto;
  max-height: calc(90vh - 40px);
  height: 100%;
}
@media (min-width: 768px) {
  .c-member-modal__inner {
    max-height: calc(90vh - 60px);
  }
}
.c-member-modal__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-member-modal__content {
    flex-wrap: nowrap;
  }
}
.c-member-modal__content-image {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-member-modal__content-image {
    width: 28%;
    margin: 0;
  }
}
.c-member-modal__content-message {
  width: 100%;
}
@media (min-width: 768px) {
  .c-member-modal__content-message {
    width: 72%;
  }
}
.c-member-modal__content-message .post {
  margin: 0;
}
.c-member-modal__content-message .name {
  font-size: 2.8rem;
  margin: 5px 0 10px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-member-modal__content-message .name {
    font-size: 3rem;
    margin: 12px 0 30px;
  }
}
.c-member-modal__content-message .question {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 12px 0;
  line-height: 1.8;
}
.c-member-modal__content-message .answer {
  font-size: 1.6rem;
  line-height: 1.9;
}
.c-member-modal__close {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: #333333;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1002;
}
.c-member-modal__close:focus-visible {
  outline: 2px solid #7d0005;
  outline-offset: 4px;
}
.c-member-modal__close::before, .c-member-modal__close::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  transform-origin: center;
  margin-top: -10px;
  margin-left: -1px;
}
.c-member-modal__close::before {
  transform: rotate(45deg);
}
.c-member-modal__close::after {
  transform: rotate(-45deg);
}

.error-404 {
  min-height: 600px;
  height: 100%;
}

#category-inner {
  width: 75%;
  margin: 0 0 0 25%;
}
#category-inner .category-mv {
  padding: 4% 0 6%;
}
#category-inner .category-mv h1 {
  font-size: 1.8rem;
}
#category-inner .archive {
  padding: 0 0 70px;
}
#category-inner .archive .c-container {
  justify-content: space-between;
}
#category-inner .archive .c-container .item {
  width: 48.5%;
}
#category-inner .archive .c-container .item .thumb {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 0 30px;
  margin-bottom: 20px;
}
#category-inner .archive .c-container .item .title {
  overflow: hidden;
}
#category-inner .archive .c-container .item .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 769px) {
  #category-inner {
    width: 90%;
    margin: 0 auto;
  }
  #category-inner .category-mv h1 {
    margin: 50px 0 0;
    font-size: 2.2rem;
  }
  #category-inner .archive {
    padding: 0 0 70px;
  }
  #category-inner .archive .c-container {
    justify-content: space-between;
  }
  #category-inner .archive .c-container .item {
    width: 100%;
    margin: 12px 0;
  }
  #category-inner .archive .c-container .item .thumb {
    width: 100%;
    height: 240px;
    background-position: center center;
    background-size: cover;
    border-radius: 0 0 0 30px;
    margin-bottom: 5px;
  }
  #category-inner .archive .c-container .item .date {
    font-size: 1.25rem;
    line-height: 20px;
    color: #888;
    letter-spacing: 1px;
  }
  #category-inner .archive .c-container .item .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
/* legacy overrides from style.css */
.title {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
}

#category-inner .category-mv h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 769px) {
  .title {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
  }
}
/*--------------------------------------------------------------
   single.php 記事個別
--------------------------------------------------------------*/
#p-article__body {
  max-width: 620px;
  width: 100%;
  display: block;
  margin: 80px auto 0;
}
#p-article__body .post-thumbnail img {
  width: 100%;
  height: auto;
}
#p-article__body h1.entry-title {
  min-height: 1em;
  margin-top: 80px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
  pointer-events: auto;
  font-size: 36px;
}
#p-article__body .entry-content h1,
#p-article__body .entry-content h2,
#p-article__body .entry-content h3,
#p-article__body .entry-content h4,
#p-article__body .entry-content h5,
#p-article__body .entry-content h6 {
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: -18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
}
#p-article__body .entry-content p {
  font-size: 18px;
  line-height: 36px;
  margin: 30px 0;
}
#p-article__body .entry-content a {
  text-decoration: underline;
}
#p-article__body .entry-content .wp-block-quote {
  margin: 0;
  padding: 25px;
  line-height: 36px;
  background-color: #f7f9f9;
}
#p-article__body .entry-content .wp-block-quote p,
#p-article__body .entry-content .wp-block-quote a {
  word-wrap: break-word;
  font-size: 16px;
  margin: 0;
}
#p-article__body .navigation.post-navigation {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  margin: 50px 0;
}
#p-article__body .navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
#p-article__body .navigation.post-navigation .nav-previous,
#p-article__body .navigation.post-navigation .nav-next {
  overflow: hidden;
  width: 49%;
}
#p-article__body .navigation.post-navigation .nav-previous .nav-subtitle,
#p-article__body .navigation.post-navigation .nav-next .nav-subtitle {
  letter-spacing: 1px;
  font-size: 14px;
  color: #7d0005;
}
#p-article__body .navigation.post-navigation .nav-previous .nav-title,
#p-article__body .navigation.post-navigation .nav-next .nav-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  #p-article__body {
    margin: 80px 50px 0 200px;
  }
}
@media screen and (max-width: 769px) {
  #p-article__body {
    width: 90%;
    display: block;
    margin: 70px auto 0;
  }
  #p-article__body .post-thumbnail img {
    width: 100%;
  }
  #p-article__body a {
    word-wrap: break-word;
  }
  #p-article__body h1.entry-title {
    min-height: 1em;
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
    pointer-events: auto;
    font-size: 27px;
  }
  #p-article__body .entry-content h1,
  #p-article__body .entry-content h2,
  #p-article__body .entry-content h3,
  #p-article__body .entry-content h4,
  #p-article__body .entry-content h5,
  #p-article__body .entry-content h6 {
    font-size: 2rem;
    margin-top: 36px;
    margin-bottom: -20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
  }
  #p-article__body .entry-content p {
    font-size: 16px;
    line-height: 34px;
    margin: 30px 0;
  }
  #p-article__body .navigation.post-navigation {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin: 50px 0;
  }
  #p-article__body .navigation.post-navigation .nav-previous,
  #p-article__body .navigation.post-navigation .nav-next {
    overflow: hidden;
    width: 100%;
  }
  #p-article__body .navigation.post-navigation .nav-previous .nav-title,
  #p-article__body .navigation.post-navigation .nav-next .nav-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.6rem;
  }
}
/* legacy overrides from style.css */
#p-article__body h1.entry-title {
  font-family: "Noto Serif JP", serif;
  min-height: 1em;
  margin-top: 80px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
  pointer-events: auto;
  font-size: 36px;
}

#p-article__body .entry-content h1,
#p-article__body .entry-content h2,
#p-article__body .entry-content h3,
#p-article__body .entry-content h4,
#p-article__body .entry-content h5,
#p-article__body .entry-content h6 {
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: -18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
}

.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* スライダー */
.hero-slider {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom-left-radius: 100px; /* 左下を丸く */
  overflow: hidden; /* はみ出し防止 */
}

@media screen and (max-width: 769px) {
  #p-article__body h1.entry-title {
    min-height: 1em;
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
    pointer-events: auto;
    font-size: 27px;
  }
  #p-article__body .entry-content h1,
  #p-article__body .entry-content h2,
  #p-article__body .entry-content h3,
  #p-article__body .entry-content h4,
  #p-article__body .entry-content h5,
  #p-article__body .entry-content h6 {
    font-size: 2rem;
    margin-top: 36px;
    margin-bottom: -20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
  }
}
.kittomotto-dream-post-list {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .kittomotto-dream-post-list {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.kittomotto-dream-post-list {
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .kittomotto-dream-post-list__inner {
    max-width: 1100px;
  }
}
.kittomotto-dream-post-list__header {
  margin-bottom: 40px;
}
.kittomotto-dream-post-list__title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .kittomotto-dream-post-list__title {
    font-size: 3.8rem;
  }
}
.kittomotto-dream-post-list__title-desc {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 900px) {
  .kittomotto-dream-post-list__list-wrapper {
    padding-right: 15px;
    max-width: 1100px;
  }
}
@media (min-width: 1380px) {
  .kittomotto-dream-post-list__list-wrapper {
    padding-right: 0;
  }
}
.kittomotto-dream-post-list__list {
  --gap: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .kittomotto-dream-post-list__list {
    --gap: 15px;
  }
}
@media (min-width: 900px) {
  .kittomotto-dream-post-list__list {
    --gap: 30px;
  }
}
.kittomotto-dream-post-list__item {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .kittomotto-dream-post-list__item {
    flex-basis: calc((100% - var(--gap)) / 2);
  }
}
.kittomotto-dream-post-list__item > a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kittomotto-dream-post-list__item-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kittomotto-dream-post-list__item-title {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .kittomotto-dream-post-list__item-title:before {
    content: "ー";
    margin-right: 7px;
  }
}
.kittomotto-dream-post-list__item-desc {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

/**
 * Kittomotto Dream 記事共通
**/
.c-kittomotto-dream-post {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .c-kittomotto-dream-post {
    padding-left: var(--navigation-content-offset, var(--desktop-layout-content-start, 280px));
    padding-right: var(--navigation-content-end, var(--desktop-layout-edge, 32px));
  }
}
.c-kittomotto-dream-post {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .c-kittomotto-dream-post__inner {
    padding-right: 15px;
  }
}
@media (min-width: 900px) {
  .c-kittomotto-dream-post__inner {
    max-width: 1100px;
  }
}
@media (min-width: 1230px) {
  .c-kittomotto-dream-post__inner {
    padding-right: 0;
  }
}
.c-kittomotto-dream-post__post-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 900px) {
  .c-kittomotto-dream-post__post-body {
    max-width: 926px;
    margin: 0 auto;
    gap: 64px;
  }
}
.c-kittomotto-dream-post__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 900px) {
  .c-kittomotto-dream-post__header {
    gap: 16px;
  }
}
.c-kittomotto-dream-post__title {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .c-kittomotto-dream-post__title {
    font-size: 3.2rem;
  }
}
.c-kittomotto-dream-post__header-desc {
  background-color: rgba(121, 0, 13, 0.1);
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .c-kittomotto-dream-post__header-desc {
    padding: 32px 24px;
  }
}
.c-kittomotto-dream-post__header-desc-title {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-kittomotto-dream-post__header-desc-title {
    font-size: 1.6rem;
  }
}
.c-kittomotto-dream-post__header-desc-text {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-kittomotto-dream-post__header-desc-text {
    font-size: 1.6rem;
  }
}
.c-kittomotto-dream-post__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 900px) {
  .c-kittomotto-dream-post__content {
    gap: 64px;
  }
}

.c-kd-section {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.c-kd-section__image, .c-kd-section__content {
  flex: 0 1 100%;
}
@media (min-width: 1230px) {
  .c-kd-section__image, .c-kd-section__content {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media (min-width: 1230px) {
  .c-kd-section._reverse .c-kd-section__image {
    order: 2;
  }
  .c-kd-section._reverse .c-kd-section__content {
    order: 1;
  }
}
.c-kd-section__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-kd-section__title {
    font-size: 2rem;
  }
}
.c-kd-section__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-kd-section__text-area {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.c-kd-section__paragraph {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c-kd-section__paragraph {
    font-size: 1.6rem;
  }
}
.c-kd-section__button-area {
  text-align: center;
}
.c-kd-section__button {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #7d0005;
  color: #7d0005;
  padding: 16px;
  text-align: center;
}
@media (min-width: 900px) {
  .c-kd-section__button {
    max-width: 336px;
  }
}

/**
 * 高山賢大郎ページ
 * Slug : kentaro-takayama
**/

/*# sourceMappingURL=style.css.map */
