@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-yu-r, .story-article__title, .faq-wrap, .project-detail-nav__title, .common-story-list__title, .common-contact-section .btn--more, .common-contact-section__hour, .common-contact-section__tel, .common-contact-section__title-ja, .common-contact__title-ja, .common-works-section__title-ja, .catch-title__ja {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-yu-b, .story-article-section__title {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-go-l, body {
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ff-go-b {
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-en-r, .project-detail-nav__en, .project-data__table, .project-data__cat li, .project-detail__title, .common-contact-sp__address .tel, .common-works-section__num, .catch-title__num, .btn--more, .page-title__en, .global-nav__list li a, .copy, .footer-contact, .footer-nav, .primal-nav li a {
  font-family: "bell-centennial-std-address", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en-b {
  font-family: "bell-centennial-std-bold-lis", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en-num {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en-sub, .story-archive__title, .story-list__title-en, .story-list__num, .common-story-list__num, .common-contact-section__title-en, .common-contact__title-en, .common-works-section__title-en, .catch-title__deco02::after, .catch-title__deco01::after, .catch-title__en, .global-nav__list li::after {
  font-family: "bell-centennial-std-sub-capt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
.ani-line {
  width: 12px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ani-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #0045FF;
}
.ani-line.is_show::before {
  -webkit-animation: diagonal-grow 0.5s forwards ease-in-out;
          animation: diagonal-grow 0.5s forwards ease-in-out;
}
.ani-line.line43 {
  -webkit-transform: skewX(-43deg);
          transform: skewX(-43deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.ani-line.line40 {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.ani-line.line60 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.ani-line.line133 {
  -webkit-transform: skewX(-133deg);
          transform: skewX(-133deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.ani-line.line90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.ani-line.line180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.ani-line.line270 {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@-webkit-keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

/* body */
body {
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #252525;
  background-color: #F2EFE2;
  container-type: inline-size;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* リンク色 */
a {
  text-decoration: none;
  color: #252525;
}

a:hover, a:active {
  text-decoration: none;
  color: #252525;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .layout-container {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 699px) {
  .layout-container {
    width: 100%;
  }
}

.layout-container-m, .story-wrap, .faq-wrap, .project-detail {
  width: 937px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 937px) {
  .layout-container-m, .story-wrap, .faq-wrap, .project-detail {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .layout-container-m, .story-wrap, .faq-wrap, .project-detail {
    width: 100%;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

@media screen and (min-width: 699px) {
  .pc-row, .faq-wrap, .project-detail-nav, .project-data, .common-contact__content, .common-contact, .common-works-section, .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc-row .col, .faq-wrap .col, .project-detail-nav .col, .project-data .col, .common-contact__content .col, .common-contact .col, .common-works-section .col, .footer__inner .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    list-style: none;
  }
}

.row, .project-detail-nav .nav-next .project-detail-nav__en, .project-detail-nav .nav-prev .project-detail-nav__en, .project-detail-nav__text, .project-data__cat, .footer-contact, .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .project-detail-nav .nav-next .project-detail-nav__en .col, .project-detail-nav .nav-prev .project-detail-nav__en .col, .project-detail-nav__text .col, .project-data__cat .col, .footer-contact .col, .footer-nav .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
/* ヘッダー上段 */
.header-primal {
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 36px 0px 26px;
  width: 100%;
  background-color: #F2EFE2;
}
.header-primal__inner {
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 140px;
}
@media screen and (max-width: 699px) {
  .header-primal {
    padding: 0;
    position: relative;
  }
  .header-primal__inner {
    padding: 18px 0px;
  }
}

.top .header-primal {
  background-color: transparent;
}
.top .header-primal.scroll {
  background-color: #F2EFE2;
}

.site-description a {
  width: 232px;
  height: 50px;
  background: url(../img/common/header/log--sitename.svg) left top/contain no-repeat, #F2EFE2;
  text-indent: -9999px;
  background-blend-mode: multiply;
  display: block;
}
@media screen and (max-width: 699px) {
  .site-description a {
    width: 226px;
    height: 45px;
  }
}

.global-nav .site-description {
  margin-bottom: 30px;
}
.global-nav .site-description a {
  background: url(../img/common/header/log--sitename.svg) left top/contain no-repeat, #DED6BB;
}

.primal-nav {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  width: 550px;
  font-size: 1.25rem;
}
.primal-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  gap: 22px;
}
.primal-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
}
.primal-nav li:before {
  content: "*";
  color: #252525;
}
.primal-nav li a {
  text-decoration: none;
  letter-spacing: 1px;
}
.primal-nav li a .small {
  font-size: 0.94rem;
}
.primal-nav li:first-of-type:before {
  content: none;
}
@media screen and (max-width: 699px) {
  .primal-nav {
    display: none;
  }
}

/* ヘッダーメイン部分 */
.header-main {
  margin-bottom: 20px;
}

/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 300px;
  margin: 30px 0 0 0;
  float: left;
}

/* ヘッダーお問い合わせ */
.header-contact {
  width: 600px;
  float: right;
}

.btn--header-contact {
  width: 300px;
  text-align: center;
}

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #000;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: transparent;
}
.menu-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 2px;
  border-radius: 2px;
  background: #000;
  width: 40px;
}
.menu-btn span:nth-of-type(1) {
  top: 10px;
}
.menu-btn span:nth-of-type(2) {
  top: 19px;
}
.menu-btn span:nth-of-type(3) {
  top: 28px;
}
.menu-btn.active span {
  width: 33px;
}
.menu-btn.active span:nth-of-type(1) {
  top: 14px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  display: none;
}
.menu-btn.active span:nth-of-type(3) {
  left: 12px;
  top: 20px;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
@media (width >= 699px) {
  .menu-btn {
    display: none;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
.footer {
  color: #252525;
}
.footer__inner {
  width: 1337px;
  max-width: 100%;
  margin: 0px auto;
  padding: 30px 0;
  border-top: 1px solid #252525;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .footer__inner {
    position: relative;
    border-top: none;
    height: 480px;
    padding-top: 400px;
    background: url(../img/common/footer/bgi--01.webp) top 76px right/333px auto no-repeat, url(../img/common/footer/txt--footer.svg) bottom 43px center/200px auto no-repeat;
  }
}

/* フッターナビ */
.footer-nav {
  font-size: 1.13rem;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 699px) {
  .footer-nav {
    display: none;
  }
}

/* フッター　お問い合わせ */
.footer-contact {
  font-size: 0.94rem;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 699px) {
  .footer-contact {
    display: none;
  }
}

/* コピーライト */
.copy {
  font-size: 0.94rem;
}
@media screen and (max-width: 699px) {
  .copy {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/index/main/bgi--02.webp) left bottom/160px auto no-repeat, url(../img/index/main/bgi--03.webp) right bottom 70px/107px auto no-repeat, #DED6BB;
  padding: 18px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #252525;
  z-index: 101;
}
.global-nav.active {
  display: block;
}
.global-nav__list {
  margin-bottom: 40px;
  list-style: none;
}
.global-nav__list li {
  position: relative;
}
.global-nav__list li::after {
  content: "*";
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #252525;
  font-size: 1.25rem;
}
.global-nav__list li a {
  padding: 24px 0px;
  color: #252525;
  display: block;
  text-align: center;
  font-size: 1.25rem;
}
.global-nav__list li:last-of-type::after {
  content: none;
}
@media (width >= 699px) {
  .global-nav.active {
    display: none;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #F2EFE2;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #F2EFE2;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  color: #FDFCF8;
}
.page-title__ja {
  font-size: 1.69rem;
  line-height: 1.2;
}
.page-title__en {
  font-size: 1.19rem;
  line-height: 1.2;
}

/* 見出し */
.title-lv02 {
  font-size: 1.38rem;
  margin-bottom: 30px;
  line-height: 1.2;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

.table-ptn--04 tr {
  border-bottom: 1px solid #C4C4C4;
}
.table-ptn--04 th, .table-ptn--04 td {
  font-weight: normal;
  padding: 15px 0px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn--more {
  font-size: 2.19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.btn--more::after {
  content: url(../img/common/icon/ico--arrow-more.svg);
}
.btn--more.btn--white {
  color: #FDFCF8;
}
.btn--more.btn--white::after {
  content: url(../img/common/icon/ico--arrow-more-w.svg);
}
@media screen and (max-width: 699px) {
  .btn--more {
    font-size: 1.63rem;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #F2EFE2;
}
.pagination a {
  border: 1px solid #F2EFE2;
}
.pagination a:hover {
  background-color: #F2EFE2;
  border: 1px solid #F2EFE2;
  color: #fff;
}
.pagination .current {
  background-color: #F2EFE2;
  border: 1px solid #F2EFE2;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  padding-top: 126px;
  padding-bottom: 90px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.catch .layout-container {
  position: relative;
}
.catch .layout-container::after {
  content: "";
  width: 290px;
  height: 280px;
  background: url(../img/common/catch/pic--01.webp) top left/contain no-repeat;
  bottom: -32px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 699px) {
  .catch {
    padding: 60px 0px;
  }
  .catch .layout-container::after {
    width: 130px;
    height: 130px;
  }
}

.catch-title {
  width: 1243px;
  height: 330px;
  padding-top: 83px;
  padding-left: 190px;
  margin-left: 25px;
  max-width: calc(100% - 25px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch-title__en {
  font-size: 2.75rem;
  line-height: 1.2;
}
.catch-title__ja {
  font-size: 1.13rem;
}
.catch-title__deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 585px;
  height: 307px;
}
.catch-title__deco01 .line90 {
  width: 4px;
  height: 585px;
  top: 0;
  left: 0;
}
.catch-title__deco01 .line90::before {
  background-color: #252525;
}
.catch-title__deco01 .line0 {
  width: 4px;
  height: 307px;
  top: 0;
  left: 0;
}
.catch-title__deco01 .line0::before {
  background-color: #252525;
}
.catch-title__deco01::after {
  content: "*";
  font-size: 1.63rem;
  left: 0;
  bottom: 0;
  position: absolute;
  line-height: 1;
  bottom: -35px;
  left: -5px;
}
.catch-title__deco02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 585px;
  height: 307px;
}
.catch-title__deco02 .line270 {
  width: 4px;
  height: 585px;
  top: 307px;
  left: 585px;
}
.catch-title__deco02 .line270::before {
  background-color: #252525;
}
.catch-title__deco02 .line180 {
  width: 4px;
  height: 307px;
  top: 307px;
  left: 585px;
}
.catch-title__deco02 .line180::before {
  background-color: #252525;
}
.catch-title__deco02::after {
  content: "*";
  font-size: 1.63rem;
  left: 0;
  bottom: 0;
  position: absolute;
  line-height: 1;
  top: -35px;
  left: 576px;
}
.catch-title__sub {
  margin-top: 10px;
}
.catch-title__num {
  display: block;
  font-size: 0.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  margin-bottom: 7px;
}
.catch-title__num::after {
  content: "";
  height: 1px;
  width: 18px;
  background-color: #252525;
  margin-left: 3px;
}
@media screen and (max-width: 699px) {
  .catch-title {
    padding: 30px 20px;
    margin-left: 0px;
    height: 200px;
  }
  .catch-title__deco01 {
    width: 250px;
    height: 150px;
  }
  .catch-title__deco01 .line90 {
    height: 250px;
  }
  .catch-title__deco01 .line0 {
    height: 150px;
  }
  .catch-title__deco02 {
    width: 250px;
    height: 150px;
  }
  .catch-title__deco02 .line270 {
    height: 250px;
    top: 150px;
    left: 250px;
  }
  .catch-title__deco02 .line180 {
    width: 4px;
    height: 150px;
    top: 150px;
    left: 250px;
  }
  .catch-title__deco02::after {
    left: 241px;
  }
}

.section-layout {
  padding: 40px 0px;
}

/*施工事例一覧　共通*/
.common-works-section {
  border-bottom: 1px solid #252525;
  padding-top: 84px;
  padding-bottom: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.common-works-section__title {
  width: 205px;
  margin-bottom: -14px;
}
.common-works-section__num {
  display: block;
  font-size: 0.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  margin-bottom: 7px;
}
.common-works-section__num::after {
  content: "";
  height: 1px;
  width: 18px;
  background-color: #252525;
  margin-left: 3px;
}
.common-works-section__title-en {
  display: block;
  font-size: 1.56rem;
  margin-bottom: 5px;
  line-height: 1;
}
.common-works-section__title-ja {
  font-size: 0.94rem;
}
.common-works-section__link {
  display: block;
  padding-right: 30px;
  background: url(../img/common/icon/ico--arrow-more.svg) bottom 10px right/24px 18px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 165px;
}
@media screen and (max-width: 699px) {
  .common-works-section {
    border-bottom: none;
    padding-top: 30px;
  }
  .common-works-section__title {
    margin-bottom: 15px;
  }
}

.common-works-list {
  width: calc(100% - 205px);
  list-style: none;
}
.common-works-list .slick-slide {
  max-width: 235px;
  margin-right: 30px;
}
.common-works-list .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-works-list .slick-slide img {
  width: 100%;
  height: 100%;
  max-height: 233px;
  min-height: 155px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.common-works-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 699px) {
  .common-works-list {
    width: 100%;
    /*display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap:20px;
    align-items: baseline;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .common-works-list li {
    max-width: 120px;
  }
  .common-works-list img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    min-height: 80px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}

/*フッター　お問い合わせ*/
.common-contact {
  padding-left: 217px;
  padding-bottom: 114px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.common-contact__title {
  margin-right: 150px;
}
.common-contact__title-en {
  font-size: 1.38rem;
}
.common-contact__title-ja {
  font-size: 0.94rem;
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
}
.common-contact__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 17px;
}
@media screen and (max-width: 699px) {
  .common-contact {
    display: none;
  }
}

.common-contact-section {
  height: 417px;
  width: 412px;
  max-width: 100%;
  color: #FDFCF8;
  padding: 135px 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-contact-section__title-en {
  font-size: 0.94rem;
  line-height: 1.2;
}
.common-contact-section__title-ja {
  font-size: 0.94rem;
  line-height: 1.2;
}
.common-contact-section__tel {
  font-size: 1.56rem;
  margin-top: 30px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  display: block;
  color: #FDFCF8;
}
.common-contact-section__tel:hover {
  color: #FDFCF8;
}
.common-contact-section__hour {
  font-size: 0.94rem;
  letter-spacing: 0.42px;
}
.common-contact-section .btn--more {
  text-decoration: underline;
  margin-top: 30px;
  font-size: 1.56rem;
}
.common-contact-section.contact-tel {
  background: url(../img/common/contact/bgi--tel.webp) top left/cover no-repeat;
}
.common-contact-section.contact-form {
  background: url(../img/common/contact/bgi--form.webp) top left/cover no-repeat;
}

.common-contact-sp {
  display: none;
}
.common-contact-sp__title {
  width: 225px;
  height: 52px;
  background: url(../img/common/contact/txt--contact.svg) top left/contain no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.common-contact-sp__address {
  margin-inline: -20px;
  padding-top: 430px;
  background: url(../img/common/contact/bgi--01.webp) top left/100% auto no-repeat;
  font-style: normal;
  font-size: 1.13rem;
}
.common-contact-sp__address p {
  margin-top: 32px;
  padding: 0px 20px;
}
.common-contact-sp__address .tel {
  padding: 0px 20px;
  font-size: 1.63rem;
}
.common-contact-sp__btn {
  width: 100%;
  height: 64px;
  background-color: #696650;
  margin-top: 20px;
  font-size: 2.06rem;
  text-align: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media screen and (max-width: 699px) {
  .common-contact-sp {
    display: block;
  }
}

.common-story-list {
  margin-inline: 0 calc(50% - 50cqi);
}
.common-story-list__num {
  display: block;
  font-size: 1.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  margin-bottom: 5px;
}
.common-story-list .slick-slide {
  width: 420px;
  margin-right: 50px;
}
.common-story-list .slick-prev, .common-story-list .slick-next {
  width: 65px;
  height: 12px;
  z-index: 1;
}
.common-story-list .slick-prev {
  left: 440px;
}
.common-story-list .slick-prev::before {
  content: "";
  background: url(../img/common/icon/ico--arrow-slick-l.svg) left top/contain no-repeat;
  width: 65px;
  height: 12px;
  display: block;
}
.common-story-list .slick-next {
  right: calc(50vw - 683px + 395px);
}
.common-story-list .slick-next::before {
  content: "";
  background: url(../img/common/icon/ico--arrow-slick-r.svg) left top/contain no-repeat;
  width: 65px;
  height: 12px;
  display: block;
}
.common-story-list .slick-dots {
  width: 1366px;
  max-width: 100%;
  bottom: -50px;
}
.common-story-list .slick-dots::before {
  content: "";
  width: 420px;
  height: 1px;
  background-color: #252525;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.common-story-list .slick-dots li button:before {
  font-size: 15px;
  opacity: 1;
  color: #FFFFFF;
}
.common-story-list__item {
  width: 420px;
}
.common-story-list__item:hover {
  opacity: 1;
}
.common-story-list__item:hover img {
  opacity: 1;
}
.common-story-list__image {
  position: relative;
  aspect-ratio: 420/560;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.common-story-list__image::after {
  content: "";
  width: 58px;
  height: 57px;
  position: absolute;
  top: -4px;
  right: -4px;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
}
.common-story-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-story-list__title {
  position: absolute;
  color: #FDFDFD;
  font-size: 1.38rem;
  font-weight: bold;
  bottom: 12px;
  left: 20px;
  width: calc(100% - 40px);
  line-height: 1.45;
  letter-spacing: 0.62px;
}
.common-story-list .slick-current + li.slick-slide .common-story-list__image {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.common-story-list .slick-current + li.slick-slide .common-story-list__image::after {
  border: none;
}
@media screen and (max-width: 699px) {
  .common-story-list {
    margin-inline: 0 -20px;
  }
  .common-story-list .slick-slide {
    width: 224px;
    margin: 0px 10px;
  }
  .common-story-list .slick-dots {
    width: 100%;
  }
  .common-story-list .slick-dots::before {
    width: calc(100vw - 40px);
  }
  .common-story-list__title {
    font-size: 1.06rem;
  }
  .common-story-list__num {
    font-size: 0.75rem;
  }
  .common-story-list .slick-current + li.slick-slide .common-story-list__image {
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3);
  }
  .common-story-list .slick-current + li.slick-slide .common-story-list__image::after {
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
  }
  .common-story-list .slick-current .common-story-list__image {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .common-story-list .slick-current .common-story-list__image::after {
    border: none;
  }
  .common-story-list .slick-prev {
    left: -17px;
  }
  .common-story-list .slick-prev::before {
    width: 34px;
    height: 6px;
  }
  .common-story-list .slick-next {
    right: auto;
    left: 210px;
  }
  .common-story-list .slick-next::before {
    width: 34px;
    height: 6px;
  }
}

/*
	Wordpressページのアイテムの設定
*/
/*施工実績ページ*/
.catch-project {
  background: url(../img/project/pic--catch.webp) center bottom/auto 483px no-repeat;
  padding-bottom: 286px;
  margin-bottom: 163px;
}
.catch-project .catch-title {
  width: 1005px;
  height: 404px;
}
@media screen and (max-width: 699px) {
  .catch-project {
    background-size: auto 250px;
    padding-bottom: 200px;
    margin-bottom: 60px;
  }
  .catch-project .catch-title {
    height: 200px;
  }
}

.project-wrap {
  padding-bottom: 154px;
  padding-left: 50px;
}
@media screen and (max-width: 699px) {
  .project-wrap {
    padding-left: 0;
    padding-bottom: 60px;
  }
}

/*施工実績エリア別ページ*/
.catch-project-area .catch-title {
  width: 1070px;
  height: 370px;
}
.catch-project-area .layout-container::after {
  bottom: 27px;
}
@media screen and (max-width: 699px) {
  .catch-project-area .catch-title {
    height: 200px;
  }
}

.project-area-wrap {
  margin-top: -162px;
  padding-left: 90px;
}

.project-area-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
  list-style: none;
  margin-bottom: 120px;
}
.project-area-list__item img {
  display: block;
  max-height: 355px;
  max-width: 414px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*施工事例詳細ページ*/
.catch-project-detail .catch-title {
  color: #FDFCF8;
  padding-left: 10px;
  padding-top: 23px;
  height: 538px;
}
.catch-project-detail .catch-title__deco02 {
  bottom: -34px;
}
.catch-project-detail .catch-title__deco02::after {
  content: none;
}
.catch-project-detail .catch-title__num::after {
  background-color: #FDFCF8;
}
.catch-project-detail .page-title {
  padding: 0px 58px;
}
@media screen and (max-width: 699px) {
  .catch-project-detail .catch-title {
    height: 150px;
    max-width: 100%;
  }
  .catch-project-detail .catch-title__deco02 {
    bottom: -140px;
  }
  .catch-project-detail .page-title {
    padding: 0px;
  }
}

.project-detail__title {
  font-size: 0.94rem;
  margin-bottom: 10px;
}

.project-data {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 97px;
  margin-bottom: 110px;
}
.project-data__info {
  width: 507px;
  max-width: 100%;
  font-size: 0.94rem;
}
.project-data__image {
  width: 332px;
}
.project-data__cat {
  list-style: none;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.project-data__cat li {
  font-size: 0.88rem;
}
.project-data__cat li::after {
  content: "|";
  margin-left: 20px;
}
.project-data__cat li:last-of-type::after {
  content: none;
}
.project-data__table {
  width: 100%;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  margin-top: 30px;
  margin-bottom: 40px;
}
.project-data__table tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.project-data__table th {
  padding: 30px 0px;
  width: 95px;
}
.project-data__table td {
  padding: 30px 0px;
}
@media screen and (max-width: 699px) {
  .project-data {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .project-data__info {
    margin-bottom: 30px;
  }
  .project-data__image {
    width: 100%;
  }
  .project-data__table {
    margin-top: 15px;
  }
  .project-data__table th, .project-data__table td {
    padding: 15px 0px;
  }
}

.project-detail-section {
  margin-bottom: 156px;
}
@media screen and (max-width: 699px) {
  .project-detail-section {
    margin-bottom: 60px;
  }
}

.project-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 33px 37px;
  max-width: 100%;
  margin: auto;
}
.project-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
.project-gallery__item.wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 699px) {
  .project-gallery {
    grid-gap: 10px;
  }
}

.project-detail-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 100px;
}
.project-detail-nav__item {
  width: 50%;
}
.project-detail-nav__image {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 34px;
}
.project-detail-nav__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail-nav__en {
  font-size: 1.13rem;
}
.project-detail-nav__title {
  font-size: 0.94rem;
}
.project-detail-nav__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-detail-nav .nav-prev .project-detail-nav__text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.project-detail-nav .nav-prev .project-detail-nav__en {
  margin-left: 15px;
  margin-right: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-detail-nav .nav-prev .project-detail-nav__en::after {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #252525;
  margin-left: 7px;
  display: inline-block;
}
.project-detail-nav .nav-next .project-detail-nav__text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-detail-nav .nav-next .project-detail-nav__en {
  margin-right: 15px;
  margin-left: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-detail-nav .nav-next .project-detail-nav__en::before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #252525;
  margin-right: 7px;
  display: inline-block;
}
@media screen and (max-width: 699px) {
  .project-detail-nav {
    margin-bottom: 60px;
  }
  .project-detail-nav__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .project-detail-nav__image {
    margin-bottom: 5px;
  }
}

/*よくある質問ページ*/
.faq-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .faq-wrap {
    padding-bottom: 60px;
  }
}

.faq-main {
  width: 724px;
  max-width: calc(100% - 180px);
}
@media screen and (max-width: 699px) {
  .faq-main {
    width: 100%;
    max-width: 100%;
  }
}

.faq-section {
  margin-bottom: 145px;
}
.faq-section__title {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .faq-section {
    margin-bottom: 60px;
  }
}

.faq-sub {
  width: 160px;
}
@media screen and (max-width: 699px) {
  .faq-sub {
    width: 100%;
  }
}

.faq-nav ul {
  list-style: none;
}
.faq-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  font-size: 1.06rem;
}
.faq-nav__item::before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #252525;
}

.faq-list dt {
  border-top: 1px solid rgba(37, 37, 37, 0.3);
  padding: 40px 60px 40px 50px;
  background: url(../img/faq/txt--q.svg) left top 40px/22px auto no-repeat, url(../img/common/icon/ico--plus.svg) right 25px top 45px/17px auto no-repeat;
  font-size: 1.13rem;
  cursor: pointer;
}
.faq-list dt:first-of-type {
  border-top: none;
}
.faq-list dt.active {
  background: url(../img/faq/txt--q.svg) left top 40px/22px auto no-repeat, url(../img/common/icon/ico--minus.svg) right 25px top 52px/17px auto no-repeat;
}
.faq-list dd {
  display: none;
  padding: 10px 40px 70px 50px;
  background: url(../img/faq/txt--a.svg) left top 20px/22px auto no-repeat;
  font-size: 1.06rem;
}
@media screen and (max-width: 699px) {
  .faq-list dt {
    padding: 20px 30px;
    background-size: 15px auto, 15px auto;
    background-position: left top 27px, right 5px top 30px;
  }
  .faq-list dt.active {
    background-size: 15px auto, 15px auto;
    background-position: left top 30px, right 5px top 38px;
  }
  .faq-list dd {
    padding: 0px 0px 20px 30px;
    background-size: 15px auto;
    background-position: left top 10px;
  }
}

/*ストーリーページ*/
.catch-story .catch-title__en {
  font-size: 4.75rem;
}
.catch-story .catch-title__ja {
  display: inline-block;
}

.story-wrap {
  padding-bottom: 520px;
  position: relative;
}
.story-wrap::after {
  content: "";
  width: 577px;
  height: 626px;
  background: url(../img/story/dec--01.svg) left top/contain no-repeat;
  position: absolute;
  bottom: 150px;
  left: -266px;
}
.story-wrap .ani-line.line133 {
  width: 5px;
  top: calc(248px - (50vw - 698px) + 460px);
  height: 68vw;
  z-index: 0;
}
.story-wrap .ani-line.line133::before {
  background-color: #252525;
}
@media screen and (max-width: 699px) {
  .story-wrap {
    padding-bottom: 120px;
  }
  .story-wrap::after {
    width: 200px;
    height: 218px;
    left: 0;
    bottom: 20px;
  }
  .story-wrap .ani-line.line133 {
    top: 250px;
    left: -20px;
  }
}

.story-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  position: relative;
}
.story-list__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.story-list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #FDFDFD;
}
.story-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-list__item.item-large {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.story-list__item.item-mid {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.story-list__item.item-square {
  aspect-ratio: 1/1;
}
.story-list__num {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 28px;
  font-style: 1.13rem;
}
.story-list__title-en {
  position: absolute;
  z-index: 1;
  top: 67px;
  left: 18px;
  max-width: calc(100% - 44px);
  font-size: 0.81rem;
  line-height: 0.92;
  letter-spacing: -0.2px;
}
.story-list__title {
  position: absolute;
  z-index: 1;
  bottom: 26px;
  left: 22px;
  max-width: calc(100% - 44px);
  line-height: 1.4;
  font-size: 1.38rem;
}
.story-list.list-ptn01 {
  margin-bottom: 30px;
  gap: 30px;
}
.story-list.list-ptn01 .item-large {
  width: 486px;
  height: 560px;
}
.story-list.list-ptn01 .item-small {
  width: 420px;
}
.story-list.list-ptn02 {
  margin-bottom: 30px;
  gap: 30px;
}
.story-list.list-ptn02.item-large {
  width: 597px;
  height: 560px;
}
.story-list.list-ptn02.item-mid {
  width: 307px;
}
@media screen and (max-width: 699px) {
  .story-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .story-list__num {
    top: 10px;
    left: 10px;
  }
  .story-list__title-en {
    top: 40px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
  .story-list__title {
    font-size: 1rem;
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }
  .story-list__item.item-large {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .story-list__item.item-mid {
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    height: auto;
    aspect-ratio: 1/1;
  }
  .story-list.list-ptn01 {
    margin-bottom: 20px;
    gap: 20px;
  }
  .story-list.list-ptn01 .item-large {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .story-list.list-ptn01 .item-small {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .story-list.list-ptn02 {
    margin-bottom: 30px;
    gap: 30px;
  }
  .story-list.list-ptn02.item-large {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .story-list.list-ptn02.item-mid {
    width: 100%;
  }
}

/*ストーリー詳細ページ*/
.catch-story-detail .catch-title {
  height: 305px;
}
@media screen and (max-width: 699px) {
  .catch-story-detail .catch-title {
    aspect-ratio: 936/467;
    height: auto;
  }
}

.story-article {
  margin: -395px auto 0;
  /*&__section{
  	@extend .pc-row;
  	justify-content: space-between;
  	align-items: flex-start;
  	margin-bottom: 35px;
  }
  &__text-block{
  	width: 605px;
  	max-width: 100%;
  }
  &__image{
  	width: 230px;
  	margin-top: 476px;
  }
  &__full-image{
  	margin-bottom: 78px;
  }*/
}
.story-article__main-image {
  height: 467px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.story-article__title {
  font-size: 1.94rem;
  font-weight: bold;
  margin-bottom: 100px;
  line-height: 1.61;
  letter-spacing: 0.87px;
  margin-bottom: 35px;
}
@media screen and (max-width: 699px) {
  .story-article {
    margin-top: -200px;
    /*&__text-block{
    	width: 100%;
    	font-size: .88rem;
    }
    &__image{
    	width: 100%;
    	margin-top: 30px;
    }
    &__full-image{
    	margin-bottom: 30px;
    }*/
  }
  .story-article__main-image {
    aspect-ratio: 936/467;
    height: auto;
  }
  .story-article__title {
    font-size: 1.13rem;
    margin-bottom: 20px;
  }
}

.story-article-section {
  margin-bottom: 117px;
}
.story-article-section:first-of-type {
  margin-top: 110px;
}
.story-article-section__title {
  font-size: 1.38rem;
  line-height: 2;
  margin-bottom: 20px;
}
.story-article-section__content {
  font-size: 0.94rem;
  width: 605px;
  max-width: 100%;
}
.story-article-section__image {
  margin: 37px 0px;
}
@media screen and (max-width: 699px) {
  .story-article-section {
    margin-bottom: 60px;
  }
  .story-article-section:first-of-type {
    margin-top: 60px;
  }
  .story-article-section__title {
    font-size: 1.06rem;
  }
  .story-article-section__image {
    margin: 20px 0px;
  }
}

/*.story-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
	margin-bottom: 60px;
    gap: 20px;
	> *:nth-child(2){
		grid-row: span 2;
	}

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	@media screen and (max-width: $bp-sp) {
		gap: 5px;
		margin-bottom: 30px;
	}
}
.story-gallery-slider{
	margin-top: 76px;
	.slick-next,
	.slick-prev{
		width: 72px;
		height: 68px;
		top:auto;
		bottom:-100px;
		&:before{
			content:'';
			width: 72px;
			height: 68px;
			position: absolute;
			left: 0;
			top: 0;
		}
	}
	.slick-next{
		right: auto;
		left: calc(50% + 90px);
		&:before{
			background: url(../img/common/icon/ico--arrow-story-slick-r.svg) top left / contain no-repeat;
		}
	}
	.slick-prev{
		right:  calc(50% + 90px);
		left: auto;
		&:before{
			background: url(../img/common/icon/ico--arrow-story-slick-l.svg) top left / contain no-repeat;
		}
	}
	@media screen and (max-width: $bp-sp) {
		margin-top: 30px;
		.slick-next,
		.slick-prev{
			width: 36px;
			height: 34px;
			bottom:-30px;
			&:before{
				width: 36px;
				height: 34px;
			}
		}
		.slick-next{
			left: calc(50% + 20px);
		}
		.slick-prev{
			right:  calc(50% + 20px);
		}
	}
}*/
.story-archive {
  padding-top: 190px;
  padding-bottom: 278px;
}
.story-archive__title {
  text-align: center;
  font-size: 3.88rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  .story-archive {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .story-archive__title {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #F2EFE2;
}

.u-color-sub {
  color: #0045FF;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
.u-over-parent {
  margin-inline: -20px;
}
@media (min-width: 699px) {
  .u-over-parent {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth {
  padding-inline: 20px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth {
    padding-inline: calc(50cqi - 50%);
  }
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=wp.css.map */