@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-en, .common-works__sub-title, .section-lede__title-en, .parent-common-section__num, .catch__en, .works-accordion__header, .top-section__title-en, .btn-yellow, .section-title-en, .site-description {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.ff-noto, .btn-brown, .global-nav, .footer-contact-tel, .header-contact-sp, .header-contact-pc, .primal-nav li a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.ff-zen-l {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ff-zen-r {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-m, .table-ptn--02 th, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-zen-b, .top-section__title-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-zen-bl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ff-mon-m, .btn-more {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* 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 */
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 80px;
}

/**
 * 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;
}

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

/* リンク色 */
a {
  color: #000000;
}

a:hover, a:active {
  text-decoration: none;
  color: #000000;
}

/* 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: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 100%;
}
@media (max-width: 699px) {
  .layout-container {
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layout-container-m, .catch-lede, .top-section__inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 100%;
  position: relative;
}
@media (max-width: 699px) {
  .layout-container-m, .catch-lede, .top-section__inner {
    width: 100%;
  }
}

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

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

/* 汎用レイアウト */
.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, .reform-situation-section__inner, .service-sub-menu__list, .common-works-list__item, .section-lede, .parent-common-section-sub, .catch-lede, .list-style-01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc-row .col, .reform-situation-section__inner .col, .service-sub-menu__list .col, .common-works-list__item .col, .section-lede .col, .parent-common-section-sub .col, .catch-lede .col, .pc-row .works-accordion__inner-content, .reform-situation-section__inner .works-accordion__inner-content, .service-sub-menu__list .works-accordion__inner-content, .common-works-list__item .works-accordion__inner-content, .section-lede .works-accordion__inner-content, .parent-common-section-sub .works-accordion__inner-content, .catch-lede .works-accordion__inner-content, .pc-row .works-accordion__image, .reform-situation-section__inner .works-accordion__image, .service-sub-menu__list .works-accordion__image, .common-works-list__item .works-accordion__image, .section-lede .works-accordion__image, .parent-common-section-sub .works-accordion__image, .catch-lede .works-accordion__image, .list-style-01__item .col, .list-style-01__item .works-accordion__inner-content, .list-style-01__item .works-accordion__image {
    -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, .owner-comment-list, .works-accordion__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .owner-comment-list .col, .row .works-accordion__inner-content, .owner-comment-list .works-accordion__inner-content, .row .works-accordion__image, .owner-comment-list .works-accordion__image, .works-accordion__desc .col, .works-accordion__desc .works-accordion__inner-content, .works-accordion__desc .works-accordion__image {
  -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 {
  margin-bottom: 30px;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

/* ヘッダー上段 */
.header-primal .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222222;
}
@media (max-width: 699px) {
  .header-primal .site-description {
    display: none;
  }
}

@media (max-width: 699px) {
  .top-page .header-primal .site-description {
    display: block;
  }
}
.site-description {
  padding-top: 30px;
  padding-left: 45px;
  width: 167px;
  text-align: center;
}
.site-description__logo {
  text-indent: -9999px;
  width: 167px;
  height: 30px;
  background: url(../img/common/header/log--sitename.svg) top left/contain no-repeat;
  margin-bottom: 15px;
  display: block;
}
.site-description__logo a {
  display: block;
}
.site-description__title {
  font-size: 0.54rem;
  display: block;
  letter-spacing: 0.69px;
}
.site-description__company-name {
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.59px;
}
.site-description__address {
  font-size: 0.54rem;
  display: block;
  letter-spacing: 0.43px;
}
@media (max-width: 699px) {
  .site-description {
    padding-left: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 73px);
            transform: translate(-50%, 73px);
  }
}

.primal-nav {
  width: 704px;
  margin-right: 135px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.primal-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 26px;
}
.primal-nav li a {
  font-size: 0.94rem;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}
@media (max-width: 699px) {
  .primal-nav {
    display: none;
  }
}

/* ヘッダーメイン部分 */
/* ヘッダーお問い合わせ */
.header-contact-pc {
  position: fixed;
  width: 90px;
  height: 120px;
  background-color: #BFA06B;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 96px;
  right: 0;
  padding-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.header-contact-pc:hover {
  opacity: 0.7;
  color: #ffffff;
}
@media (max-width: 699px) {
  .header-contact-pc {
    display: none;
    /*width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top:auto;
    bottom: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    font-size: 1.25rem;
    gap:10px;*/
  }
}

.header-contact-sp {
  display: none;
  position: fixed;
  background-color: #BFA06B;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  font-size: 1.25rem;
}
.header-contact-sp__form {
  border-right: 1px solid #AF905A;
  height: 90px;
  width: calc(100% - 103px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
}
.header-contact-sp__form:hover {
  color: #FFFFFF;
}
.header-contact-sp__tel {
  width: 102px;
  height: 90px;
  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 (min-width: 699px) {
  .header-contact-sp {
    display: none;
  }
}

.header-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #3F342D;
  border: none;
  border-radius: 6px;
  top: 20px;
  right: 30px;
  z-index: 100;
}
.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 4px;
  top: 50%;
}
.header-btn span:nth-of-type(1) {
  left: 20px;
}
.header-btn span:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-btn span:nth-of-type(3) {
  right: 20px;
}
.header-btn.active {
  background-color: #ECE6DC;
}
.header-btn.active span {
  width: 16px;
  height: 2px;
  border-radius: 0px;
  background-color: #222222;
}
.header-btn.active span:nth-of-type(1) {
  left: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-btn.active span:nth-of-type(2) {
  display: none;
}
.header-btn.active span:nth-of-type(3) {
  left: 22px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 699px) {
  .header-btn {
    right: 20px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
.footer {
  padding: 455px 0px 200px;
  background: url(../img/common/footer/bgi--01.svg) center top 42px/auto 273px repeat-x;
}
.footer .site-description {
  padding: 0;
  margin: 0px auto 43px;
}
.footer .footer-contact {
  font-size: 0.88rem;
  letter-spacing: normal;
}
.footer .footer-contact__content {
  text-align: center;
}
.footer .footer-contact .btn-yellow {
  margin: 18px auto 0px;
}
@media (max-width: 699px) {
  .footer {
    background-size: auto 108px;
    padding-top: 178px;
  }
  .footer .site-description {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
    margin-top: 66px;
  }
}

.footer-contact-tel {
  text-align: center;
  margin-top: 32px;
}
.footer-contact-tel__title {
  font-size: 0.81rem;
  font-weight: bold;
}
.footer-contact-tel .tel {
  font-size: 2.19rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
  background-color: #3F342D;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 38px 30px 145px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav.active {
  display: block;
}
.global-nav__logo {
  width: 126px;
  margin-bottom: 20px;
}
.global-nav__list {
  list-style: none;
  margin-bottom: 22px;
}
.global-nav__list li {
  border-bottom: 1px solid #606060;
  padding-bottom: 10px;
}
.global-nav__list li li {
  border-bottom: none;
  padding-bottom: 0;
}
.global-nav a {
  color: #ECE6DC;
}
.global-nav__title {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: #ECE6DC;
  background: url(../img/common/icon/ico--arrow-btn-br.svg) top 21px right/34px 34px no-repeat;
  text-decoration: none;
  padding: 20px 40px 10px 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.global-nav__title.drop {
  background: none;
  border: none;
  text-align: left;
}
.global-nav__title.tel {
  font-size: 2.19rem;
  padding: 0px 40px 0px 0px;
}
.global-nav__sub {
  list-style: none;
  padding-left: 17px;
}
.global-nav__sub li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0px;
  font-size: 0.88rem;
  color: #ECE6DC;
  text-decoration: none;
  background: url(../img/common/icon/ico--arrow-nav.svg) right center/10px auto no-repeat;
}
.global-nav__sub.global-drop {
  display: none;
}
.global-nav__sub.global-drop.active {
  display: block;
}
.global-nav .drop-btn {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 25px;
}
.global-nav .drop-btn span {
  width: 15px;
  height: 2px;
  background-color: #ECE6DC;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}
.global-nav .drop-btn span:nth-of-type(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global-nav .drop-btn span:nth-of-type(2) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.global-nav .drop-btn.active span {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.global-nav .drop-btn.active span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.global-nav .btn-contact {
  margin-bottom: 20px;
}
.global-nav__tel {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
.global-nav .common-nav-sub ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-nav__hashtag.slick-slider {
  position: fixed;
  background-color: #222222;
  height: 44px;
  width: 100%;
  font-size: 1.56rem;
  bottom: 0;
  left: 0;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav__hashtag.slick-slider li {
  margin: 0px 17px;
  color: #FFFFFF;
  letter-spacing: 9px;
  font-weight: 400;
}
.global-nav .header-contact {
  bottom: 44px;
  position: fixed;
}
.global-nav__sub-menu ul {
  list-style: none;
}
.global-nav__sub-menu ul a {
  text-decoration: none;
  font-size: 0.88rem;
}
.global-nav__banner {
  margin-bottom: 20px;
  display: block;
}
.global-nav__tel-title {
  color: #fff;
  font-size: 0.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.global-nav__tel-title::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #636363;
}
.global-nav .header-contact-sp {
  bottom: 40px;
}
.global-nav .header-contact-sp__form {
  width: 100%;
  border-right: none;
  display: block;
}
@media screen and (min-width: 699px) {
  .global-nav.active {
    width: 400px;
    right: 0;
    left: auto;
    position: fixed;
  }
  .global-nav__hashtag.slick-slider {
    display: none;
  }
  .global-nav .header-contact-sp {
    display: none;
  }
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #3F342D;
  color: #3F342D;
}

.section-title-en {
  font-weight: bold;
  font-size: 9.13rem;
  color: #ECE9E3;
  position: absolute;
  top: -227px;
  left: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 699px) {
  .section-title-en {
    font-size: 3rem;
    top: calc(-59px - 3rem);
  }
}

.section-title-ja {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 1px;
}
@media (max-width: 699px) {
  .section-title-ja {
    font-size: 1.25rem;
  }
}

/* 見出し */
.title-lv1 {
  background: #EAE6D0;
  padding: 10px;
  margin-bottom: 15px;
  color: #3F342D;
}

.title-lv2 {
  padding: 0 0 0 5px;
  border-left: 3px solid #3F342D;
  margin-bottom: 5px;
  color: #3F342D;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #3F342D;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #EAE06D;
  margin-bottom: 5px;
  color: #3F342D;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  border-collapse: collapse;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  width: 100%;
}
.table-ptn--01 th {
  background: #F9F9F9;
  border: 1px solid #DAD3C5;
  padding: 30px;
  text-align: center;
  font-size: 1.13rem;
  font-weight: bold;
}
.table-ptn--01 td {
  background: #F9F9F9;
  border: 1px solid #DAD3C5;
  padding: 30px;
  font-size: 1.13rem;
  font-weight: bold;
}
.table-ptn--01__title {
  background-color: #DAD3C5;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  color: #8D7D5D;
  font-weight: bold;
  padding: 15px 0px;
}
@media (max-width: 699px) {
  .table-ptn--01 th {
    padding: 15px;
    font-size: 1rem;
  }
  .table-ptn--01 td {
    padding: 15px;
    font-size: 0.94rem;
  }
}

.table-ptn--02 tr {
  border-bottom: 1px solid rgba(220, 220, 220, 0.9);
}
.table-ptn--02 th {
  padding: 30px 0px;
  vertical-align: top;
}
.table-ptn--02 td {
  padding: 30px 0px;
}
@media (max-width: 699px) {
  .table-ptn--02 th, .table-ptn--02 td {
    padding: 10px 0px;
  }
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-yellow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  border-radius: 80px;
  text-align: center;
  font-size: 1.13rem;
  font-weight: 100;
  padding-top: 18px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #231815;
  display: block;
  min-width: 250px;
  text-decoration: none;
  background: url(../img/common/icon/ico--arrow-btn-y.svg) center right 13px/13px 13px no-repeat, #EAE06D;
}

.btn-brown {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  height: 72px;
  font-size: 1.13rem;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  background: url(../img/common/icon/ico--arrow-btn-br.svg) center right 30px/34px 34px no-repeat, #3F342D;
  display: block;
  text-decoration: none;
  padding: 17px 70px 17px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.btn-brown:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-brown.bg-sub {
  background: url(../img/common/icon/ico--arrow-btn-br.svg) center right 30px/34px 34px no-repeat, #EAE06D;
  color: #262626;
}
.btn-brown.bg-sub:hover {
  color: #262626;
}
@media (max-width: 699px) {
  .btn-brown {
    width: 100%;
    min-width: auto;
  }
}

.btn-more {
  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;
  text-decoration: none;
}
.btn-more::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/common/icon/ico--arrow-btn-more.svg) top left/contain no-repeat;
  margin-left: 7px;
}
.btn-more:hover {
  opacity: 0.8;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.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;
}

.list-style-01 {
  list-style: none;
}
.list-style-01__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-01 li {
  margin-bottom: 110px;
}
.list-style-01 li:nth-of-type(2n+1) .list-style-01__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list-style-01 li:last-of-type {
  margin-bottom: 0;
}
.list-style-01__image {
  width: 446px;
  max-width: 100%;
}
.list-style-01__text {
  width: 490px;
  max-width: 100%;
  line-height: 1.88;
  letter-spacing: 1px;
}
.list-style-01__title {
  font-size: 1.31rem;
  margin-bottom: 35px;
  line-height: 1.9;
  letter-spacing: 1px;
}
@media (max-width: 699px) {
  .list-style-01 li {
    margin-bottom: 60px;
  }
  .list-style-01__image {
    width: 100%;
  }
  .list-style-01__text {
    width: 100%;
    margin-bottom: 30px;
  }
  .list-style-01__title {
    margin-bottom: 20px;
  }
}

.list-style-02 {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 88px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 88px;
}
.list-style-02__image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.list-style-02__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-style-02__title {
  font-size: 1.31rem;
  margin-bottom: 33px;
  line-height: 1.9;
  letter-spacing: 1px;
}
.list-style-02__content {
  line-height: 1.88;
  letter-spacing: 1px;
}
@media (max-width: 699px) {
  .list-style-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }
  .list-style-02__title {
    margin-bottom: 20px;
  }
}

.list-style-03 {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 73px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 73px;
  margin-bottom: 135px;
}
.list-style-03__item {
  aspect-ratio: 454/210;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.list-style-03__item::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon/ico--arrow-btn-br.svg) top left/contain no-repeat;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.list-style-03__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-style-04 {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.list-style-04__image {
  width: 100%;
  aspect-ratio: 310/263;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
}
.list-style-04__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-style-04__title {
  font-size: 1.13rem;
  margin-bottom: 18px;
}
.list-style-04__content {
  font-size: 0.94rem;
}
@media (max-width: 699px) {
  .list-style-04 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.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: #3F342D;
}
.pagination a {
  border: 1px solid #3F342D;
}
.pagination a:hover {
  background-color: #3F342D;
  border: 1px solid #3F342D;
  color: #fff;
}
.pagination .current {
  background-color: #3F342D;
  border: 1px solid #3F342D;
  color: #fff;
}

/*
	共通アイテムの設定
*/
.top-section {
  padding: 38px 0 90px;
}
.top-section__title-en {
  font-size: 0.63rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  display: block;
  padding-left: 20px;
}
.top-section__title-ja {
  font-size: 1.5rem;
  line-height: 2.1;
  display: block;
  letter-spacing: normal;
}
@media (max-width: 699px) {
  .top-section {
    padding-bottom: 40px;
  }
  .top-section__title-en {
    padding-left: 0;
  }
}

.works-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 670px;
  overflow: hidden;
  margin-bottom: 120px;
}
.works-accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: -webkit-box-flex 0.5s ease;
  transition: -webkit-box-flex 0.5s ease;
  transition: flex 0.5s ease;
  transition: flex 0.5s ease, -webkit-box-flex 0.5s ease, -ms-flex 0.5s ease;
  overflow: hidden;
  border: 1px solid #231815;
}
.works-accordion__item:nth-of-type(1) {
  background-color: #EFEAEC;
}
.works-accordion__item:nth-of-type(2) {
  background-color: #DFD4DA;
  border-left: none;
}
.works-accordion__item:nth-of-type(3) {
  background-color: #CFBFC7;
  border-left: none;
}
.works-accordion__item:nth-of-type(4) {
  background-color: #BFA9B4;
  border-left: none;
}
.works-accordion__item.active {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.works-accordion__item.active .works-accordion__content {
  display: block;
}
.works-accordion__header {
  width: 60px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  cursor: pointer;
  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;
  padding-top: 43px;
  line-height: 1.8;
  letter-spacing: 1.28px;
}
.works-accordion__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 45px 50px 45px 75px;
  display: none;
}
.works-accordion__desc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #231815;
  gap: 50px;
}
.works-accordion__image {
  max-width: 100%;
}
.works-accordion__inner-content {
  max-width: 100%;
}
.works-accordion__title {
  font-size: 1.25rem;
  margin-bottom: 25px;
  line-height: 1.8;
  letter-spacing: normal;
}
.works-accordion__text {
  margin-bottom: 55px;
  line-height: 1.56;
}
@media (max-width: 1100px) {
  .works-accordion__content {
    padding: 45px 30px 45px;
  }
  .works-accordion__desc {
    gap: 30px;
  }
}
@media (max-width: 699px) {
  .works-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }
  .works-accordion__content {
    padding: 0px 30px 30px;
  }
  .works-accordion__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .works-accordion__header {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    height: 60px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .works-accordion__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .works-accordion__title {
    font-size: 1.06rem;
    margin-bottom: 10px;
  }
  .works-accordion__text {
    margin-bottom: 30px;
  }
  .works-accordion .btn-more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.works-accordion-list {
  margin-top: 20px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 60px;
}
.works-accordion-list__title {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 5px;
}
.works-accordion-list a {
  text-decoration: none;
}
.works-accordion-list__image {
  width: 100%;
  aspect-ratio: 24/18;
}
.works-accordion-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .works-accordion-list {
    grid-gap: 30px;
  }
}
@media (max-width: 699px) {
  .works-accordion-list {
    grid-gap: 10px;
  }
}

.common-faq {
  padding-bottom: 146px;
}
.common-faq__image {
  margin-bottom: 110px;
}
.common-faq .top-section__title-en {
  margin-bottom: 15px;
}
@media (max-width: 699px) {
  .common-faq {
    padding-bottom: 60px;
  }
}

.common-faq-list {
  margin-bottom: 65px;
}
.common-faq-list dt {
  padding-top: 60px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.92;
  letter-spacing: 0.96px;
  background: url(../img/common/icon/ico--q.svg) top 55px left/30px auto no-repeat;
  padding-left: 70px;
}
.common-faq-list dt:first-of-type {
  padding-top: 27px;
  background-position: top 23px left;
}
.common-faq-list dt::before {
  /*content: '';
  width: 30px;
  aspect-ratio:30 / 42;
  background: url(../img/common/icon/ico--q.svg) top left / contain no-repeat;
  margin-right: 30px;
  margin-left: 5px;
  display: block;*/
}
.common-faq-list dd {
  border-bottom: 1px solid #3F342D;
  padding-left: 68px;
  padding-bottom: 44px;
  line-height: 1.84;
}
@media (max-width: 699px) {
  .common-faq-list {
    margin-bottom: 30px;
  }
  .common-faq-list dt {
    font-size: 1.13rem;
    padding-top: 30px;
    background-size: 20px auto;
    background-position: top 34px left;
    padding-left: 40px;
    margin-bottom: 20px;
    /*&::before{
    	width: 20px;
    }*/
  }
  .common-faq-list dt:first-of-type {
    background-position: top 32px left;
  }
  .common-faq-list dd {
    padding-left: 0;
  }
}

.common-gallery {
  padding: 40px 0 200px;
}
.common-gallery .top-section__title-en {
  margin-bottom: 30px;
  display: none;
}
.common-gallery .top-section__title-ja {
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
@media (max-width: 699px) {
  .common-gallery {
    padding-bottom: 0;
  }
}

.top-page .common-gallery .top-section__title-en {
  display: block;
}
.top-page .common-gallery .top-section__title-ja {
  display: block;
}
@media (max-width: 699px) {
  .top-page .common-gallery .top-section__title-ja {
    letter-spacing: -1.2px;
  }
}

.common-gallery-list__item {
  margin: 0px 20px;
  width: 576px;
  max-width: calc(100vw - 40px);
}
.common-gallery-list__caption {
  display: block;
  margin-top: 12px;
  font-size: 0.75rem;
}
@media (max-width: 699px) {
  .common-gallery-list__item {
    width: calc(100vw - 174px);
    margin: 0px 7px;
  }
}

.common-slowlife {
  background: url(../img/index/slowlife/pic--01.webp) top center/cover no-repeat;
  padding: 373px 0px 85px;
}
.common-slowlife__title {
  font-size: 1.13rem;
  color: #FFFFFF;
  margin-bottom: 258px;
  text-align: center;
  font-weight: normal;
}
.common-slowlife .btn-brown {
  margin: 0px auto;
  width: 400px;
  padding-left: 40px;
}
@media (max-width: 699px) {
  .common-slowlife {
    background-size: auto 514px;
    background-image: url(../img/index/slowlife/pic--01-sp.webp);
    padding: 187px 0px 38px;
  }
  .common-slowlife__title {
    margin-bottom: 158px;
  }
  .common-slowlife .btn-brown {
    width: 100%;
    min-width: auto;
    padding-left: 25px;
  }
}

.catch {
  padding: 235px 0px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch__ja {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 3px;
  display: block;
  text-align: right;
  padding-right: 220px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch__en {
  font-size: 5.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: block;
  text-align: right;
  padding-right: 220px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch__image {
  margin-top: 75px;
  margin-bottom: 130px;
}
.catch__parent {
  float: left;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 238px;
  line-height: 2.52;
  letter-spacing: 3px;
}
.catch.catch-basic {
  border-bottom: 1px solid #222222;
  padding-bottom: 100px;
}
@media (max-width: 699px) {
  .catch {
    padding-top: 120px;
  }
  .catch__ja {
    padding-right: 0;
    font-size: 1.5rem;
  }
  .catch__en {
    padding-right: 0;
    font-size: 2.25rem;
  }
  .catch__parent {
    padding-left: 0;
    float: none;
    text-align: right;
    display: block;
    padding-top: 0;
    font-size: 1.13rem;
  }
  .catch__image {
    margin: 30px auto;
  }
}

.catch-lede {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catch-lede__title {
  width: 440px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 1px;
}
.catch-lede__content {
  width: 488px;
  font-size: 0.94rem;
  line-height: 1.87;
  letter-spacing: -0.75px;
}
@media (max-width: 699px) {
  .catch-lede__title {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .catch-lede__content {
    width: 100%;
  }
}

.catch-child {
  padding-top: 192px;
  padding-bottom: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch-child .catch__image {
  padding: 0px 37px 0px 30px;
  margin-bottom: 125px;
}
.catch-child .catch-lede {
  width: 578px;
  display: block;
}
.catch-child .catch-lede__title {
  text-align: center;
  width: 100%;
  margin-bottom: 47px;
}
.catch-child .catch-lede__content {
  width: 100%;
  line-height: 1.83;
  letter-spacing: 1px;
  font-size: 1.13rem;
}
@media (max-width: 699px) {
  .catch-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .catch-child .catch__image {
    padding: 0px;
    margin-bottom: 60px;
    margin-inline: -30px;
  }
  .catch-child .catch-lede__title {
    margin-bottom: 20px;
  }
  .catch-child .catch-lede__content {
    font-size: 0.94rem;
  }
}

.catch-child.catch-benefit .catch__image {
  margin-inline: 0px;
  margin-bottom: 80px;
}
@media (max-width: 699px) {
  .catch-child.catch-benefit .catch__image {
    padding: 0px;
    margin-bottom: 60px;
    margin-inline: -30px;
  }
}

.catch-life + .catch-child {
  padding-top: 70px;
}

.layout-section {
  padding-top: 86px;
  padding-bottom: 120px;
  position: relative;
}
.layout-section.layout-section-wh {
  background-color: #FDFCF8;
}
.layout-section.layout-section-wh .section-title-en {
  color: #FDFCF8;
}
.layout-section.layout-section-ye {
  background-color: #EAE06D;
}
.layout-section.layout-section-ye .section-title-en {
  color: #EAE06D;
}
@media (max-width: 699px) {
  .layout-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.layout-parent-common {
  margin-bottom: 0;
  padding-bottom: 400px;
}
.layout-parent-common::before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background:#FDFCF8;
  border-radius: 50% 50% 0 0;
  z-index: 0;
  transform: translate(-50%, -190px);*/
  width: 100%;
  height: 173px;
  background: url(../img/common/icon/fra--cir.png) top center/100% 100% no-repeat;
  top: -172px;
  left: 0px;
  z-index: 0;
}
.layout-parent-common .section-title-en {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -1.7em);
          transform: translate(-50%, -1.7em);
  color: #F9F9F9 !important;
  white-space: nowrap;
}
@media (max-width: 699px) {
  .layout-parent-common {
    padding-bottom: 200px;
  }
  .layout-parent-common::before {
    height: 50px;
    top: -49px;
  }
}

.parent-common-section {
  padding-left: 35px;
  margin-inline: 0 -235px;
  position: relative;
  margin-bottom: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.parent-common-section__num {
  position: absolute;
  left: -5px;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.94rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.parent-common-section__title {
  padding: 310px 0px 58px 38px;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 28px;
  line-height: 1.43;
  letter-spacing: 1px;
}
.parent-common-section:last-of-type {
  margin-bottom: 0;
}
.parent-common-section__content {
  width: 860px;
  max-width: 100%;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  line-height: 1.88;
  letter-spacing: 1px;
}
.parent-common-section .btn-brown {
  margin-left: 38px;
}
@media (max-width: 699px) {
  .parent-common-section {
    padding-left: 0;
    margin-inline: 0 0px;
    margin-bottom: 60px;
  }
  .parent-common-section__num {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    left: 0;
  }
  .parent-common-section__title {
    padding: 130px 0px 0px;
    background-size: contain;
    font-size: 1.25rem;
  }
  .parent-common-section__content {
    width: 100%;
    padding-left: 0;
    font-size: 0.94rem;
  }
  .parent-common-section .btn-brown {
    margin-left: 0px;
  }
}

.parent-common-section-sub {
  -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: 130px;
}
.parent-common-section-sub .parent-common-section {
  margin-inline: 0;
  margin-bottom: 0;
  width: calc(50% - 20px);
}
.parent-common-section-sub .parent-common-section__content {
  padding-left: 0;
}
.parent-common-section-sub .parent-common-section__title {
  padding: 0;
  background: none !important;
  margin-top: 20px;
}
.parent-common-section-sub .parent-common-section .btn-brown {
  margin-left: 0;
}
.parent-common-section-sub .service-top-section:nth-of-type(1) {
  margin-top: 0px;
}
@media (max-width: 699px) {
  .parent-common-section-sub .parent-common-section {
    width: 100%;
  }
}

.section-lede {
  -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-bottom: 100px;
}
.section-lede__title-en {
  width: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.94rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-lede__title-ja {
  font-size: 1.75rem;
  max-width: 100%;
  margin-bottom: 46px;
  line-height: 1.43;
  letter-spacing: 1px;
  margin-top: 0px;
}
.section-lede__content {
  width: calc(100% - 50px);
}
.section-lede__text {
  width: 888px;
  max-width: 100%;
  line-height: 1.88;
  letter-spacing: 1px;
}
@media (max-width: 699px) {
  .section-lede {
    margin-bottom: 60px;
  }
  .section-lede__title-en {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
    font-size: 0.63rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .section-lede__title-ja {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .section-lede__content {
    width: 100%;
  }
  .section-lede__text {
    width: 100%;
    font-size: 0.94rem;
  }
}

.owner-comment {
  background-color: #F8EF82;
  border-radius: 8px;
  position: relative;
  padding: 90px 40px 30px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 64px;
}
.owner-comment__title {
  text-indent: -9999px;
  width: 310px;
  aspect-ratio: 310/112;
  background: url(../img/common/icon/pic--comment.webp) top left/contain no-repeat;
  top: -40px;
  left: 18px;
  position: absolute;
}
.owner-comment__content {
  line-height: 1.88;
  letter-spacing: 1px;
}
@media (max-width: 699px) {
  .owner-comment {
    padding: 90px 20px 30px 20px;
  }
}

.owner-comment-list {
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 28px;
}
.owner-comment-list li {
  padding-left: 20px;
  background: url(../img/common/icon/ico--house.svg) center left/16px 22px no-repeat;
}

.common-bottom-image {
  margin-bottom: 110px;
}

/*
	Serviceページのアイテムの設定
*/
.page-service {
  padding-bottom: 345px;
}
@media (max-width: 699px) {
  .page-service {
    padding-bottom: 150px;
  }
}

.service-top {
  padding-bottom: 445px;
}
.service-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 173px;
  background: url(../img/common/icon/fra--cir.png) top center/100% 100% no-repeat;
  bottom: -172px;
  left: 0px;
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 699px) {
  .service-top {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .service-top::after {
    height: 50px;
    bottom: -49px;
  }
  .service-top .parent-common-section-sub {
    margin-top: 60px;
  }
  .service-top .parent-common-section-sub .service-top-section + .service-top-section {
    margin-top: 60px;
  }
}

.service-top-section:nth-of-type(1) {
  margin-top: -87px;
}
.service-top-section:nth-of-type(1) .parent-common-section__title {
  background-image: url(../img/service/index/pic--service-01.webp);
}
.service-top-section:nth-of-type(2) .parent-common-section__title {
  background-image: url(../img/service/index/pic--service-02.webp);
}
.service-top-section:nth-of-type(3) .parent-common-section__title {
  background-image: url(../img/service/index/pic--service-03.webp);
}
@media (max-width: 699px) {
  .service-top-section:nth-of-type(1) {
    margin-top: 0px;
  }
}

.service-works {
  padding-top: 360px;
  padding-bottom: 180px;
}
.service-works__inner {
  position: relative;
}
.service-works .section-title-en {
  position: absolute;
  color: #F9F9F9;
  top: 0;
  left: 230px;
  line-height: 0.75;
}
.service-works .section-title-ja {
  padding-top: 25px;
  padding-bottom: 55px;
  position: relative;
  font-size: 1.5rem;
}
.service-works__inner {
  width: calc(50vw + 490px);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  padding-left: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 699px) {
  .service-works {
    padding-top: 120px;
  }
  .service-works__inner {
    width: 100%;
    padding-left: 0;
  }
  .service-works .section-title-en {
    left: 0;
  }
}

/*service 子ページ*/
.catch-service {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 340px;
}
.catch-service .catch__parent,
.catch-service .catch__ja,
.catch-service .catch__en {
  color: #FDFDFD;
}
.catch-service + .catch-child {
  padding-top: 70px;
}
.catch-service.service-newhouse {
  background-image: url(../img/service/newhouse/pic--main.webp);
}
.catch-service.service-renovation {
  background-image: url(../img/service/renovation/pic--main.webp);
}
.catch-service.service-reform {
  background-image: url(../img/service/reform/pic--main.webp);
}
.catch-service.service-exterior {
  background-image: url(../img/service/exterior/pic--main.webp);
}
@media (max-width: 699px) {
  .catch-service {
    padding-bottom: 120px;
  }
}

.common-works {
  background: linear-gradient(to bottom, #E9E1D2 0 calc(100% - 30px), transparent calc(100% - 30px) 100%);
  padding-bottom: 0px;
  margin-bottom: 133px;
}
.common-works .section-title-en {
  color: #E9E1D2;
  top: -227px;
}
.common-works .section-title-ja {
  position: absolute;
  top: -158px;
  font-size: 1.5rem;
}
.common-works__inner {
  margin-inline: 230px calc(50% - 50cqi);
  position: relative;
}
.common-works .btn-brown {
  margin-left: auto;
  margin-right: auto;
}
.common-works__sub-title {
  position: absolute;
  left: 30px;
  top: 44px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 699px) {
  .common-works__inner {
    margin-inline: 0;
  }
  .common-works .section-title-en {
    top: -138px;
  }
  .common-works .section-title-ja {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .common-works__sub-title {
    position: relative;
    left: 30px;
    top: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.common-works-list {
  list-style: none;
  margin-bottom: 70px;
}
.common-works-list__item {
  width: 910px;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 65px;
  margin-right: 54px;
  border-right: 1px solid #D0BFA0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-works-list__image {
  width: 400px;
  max-width: 100%;
  aspect-ratio: 4/3;
}
.common-works-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-works-list__content {
  width: 390px;
  max-width: 100%;
}
.common-works-list__title {
  font-size: 1.13rem;
  margin-bottom: 28px;
}
.common-works-list__text {
  margin-bottom: 24px;
}
@media (max-width: 699px) {
  .common-works-list__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .common-works-list__content {
    width: 100%;
  }
  .common-works-list__item {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }
  .common-works-list__title {
    margin-bottom: 15px;
  }
}

.service-sub-menu {
  background: url(../img/common/icon/lin--sepa.svg) top center repeat-x;
  padding-top: 160px;
  padding-bottom: 108px;
}
.service-sub-menu__list {
  gap: 22px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.service-sub-menu__item {
  text-decoration: none;
  width: 310px;
  height: 168px;
  background: url(../img/common/icon/ico--arrow-btn-more.svg) bottom 13px right 20px/34px 34px no-repeat, #F9F9F9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service-sub-menu__item:hover {
  opacity: 0.7;
}
.service-sub-menu__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 699px) {
  .service-sub-menu {
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-sub-menu__item {
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
    padding-left: 20px;
  }
}

/*New house */
.service-assured {
  padding-bottom: 280px;
}
.service-assured .list-style-01__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-assured .list-style-01__item .section-lede {
  margin-bottom: 0;
}
@media (max-width: 699px) {
  .service-assured {
    padding-bottom: 120px;
  }
}

.service-expertise02 {
  padding-top: 0;
  padding-bottom: 230px;
}
.service-expertise02__bgi {
  height: 418px;
  width: 100vw;
  background: url(../img/service/newhouse/bgi--expertise.webp) top center/cover no-repeat;
}
.service-expertise02 .section-title-en {
  color: #ECE9E3;
  position: relative;
  top: 0;
  line-height: 0.75;
  -webkit-transform: translateY(-0.74em);
          transform: translateY(-0.74em);
}
.service-expertise02 .section-lede {
  margin-bottom: 106px;
}
.service-expertise02 .list-style-01__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service-expertise03 {
  padding-bottom: 145px;
}
.service-expertise03 .section-title-en {
  color: #E0DCD3;
}
@media (max-width: 699px) {
  .service-expertise03 {
    padding-bottom: 90px;
  }
  .service-expertise03 .list-style-04 li {
    margin-bottom: 30px;
  }
}

/*Renovation */
.renovation-addraction {
  padding-bottom: 252px;
}
@media (max-width: 699px) {
  .renovation-addraction {
    padding-bottom: 120px;
  }
}

.renovation-benefits {
  padding-top: 0;
  padding-bottom: 230px;
}
.renovation-benefits__bgi {
  height: 418px;
  width: 100vw;
  background: url(../img/service/renovation/bgi--benefits.webp) top center/cover no-repeat;
}
.renovation-benefits .section-title-en {
  color: #ECE9E3;
  position: relative;
  top: 0;
  line-height: 0.75;
  -webkit-transform: translateY(-0.74em);
          transform: translateY(-0.74em);
}
.renovation-benefits .section-lede {
  margin-bottom: 106px;
}
.renovation-benefits .list-style-01__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.renovation-benefits .owner-comment {
  background-color: #DEC5A1;
  width: 838px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 38px;
}
@media (max-width: 699px) {
  .renovation-benefits {
    padding-bottom: 120px;
  }
  .renovation-benefits__bgi {
    height: 200px;
  }
}

.renovation-point {
  padding-bottom: 40px;
}
.renovation-point .section-lede {
  margin-bottom: 40px;
}

.renovation-compare {
  margin-top: 84px;
}
.renovation-compare .table-ptn--01__title {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renovation-compare .table-ptn--01 thead th {
  vertical-align: baseline;
  padding: 30px 40px;
  white-space: nowrap;
}
.renovation-compare .table-ptn--01 thead th img {
  display: block;
  max-width: 250px;
  max-height: 90px;
  margin: 0px auto;
  display: block;
}
.renovation-compare .table-ptn--01 thead th:nth-of-type(3) img {
  margin-bottom: 30px;
}
.renovation-compare .table-ptn--01 tbody th {
  text-align: left;
}
.renovation-compare .table-ptn--01 tbody td {
  text-align: center;
  font-size: 1rem;
}
.renovation-compare .table-ptn--01 tbody td img {
  margin-bottom: 5px;
}
@media (min-width: 699px) {
  .renovation-compare .u-scroll-x {
    overflow: hidden;
  }
}
@media (max-width: 699px) {
  .renovation-compare {
    margin-top: 60px;
  }
  .renovation-compare .table-ptn--01 thead th {
    padding: 20px;
  }
  .renovation-compare .table-ptn--01 thead th img {
    max-width: 100px;
    max-height: 70px;
  }
  .renovation-compare .table-ptn--01 tbody td {
    font-size: 0.94rem;
  }
}

/*Reform*/
.reform-newlife {
  padding-bottom: 30px;
}

.reform-newlife-compare {
  background-color: #F4E8D6;
  border-radius: 8px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
}
.reform-newlife-compare .list-style-02 {
  grid-gap: 60px 100px;
}
.reform-newlife-compare .list-style-02 li {
  margin-bottom: 0;
}
.reform-newlife-compare .list-style-02__image {
  position: relative;
  overflow: visible;
  border-radius: 8px;
}
.reform-newlife-compare .list-style-02__content {
  font-size: 1.13rem;
}
.reform-newlife-compare__title {
  position: absolute;
  top: -28px;
  left: 16px;
}
@media (max-width: 699px) {
  .reform-newlife-compare {
    padding: 50px 20px;
    margin-top: 30px;
  }
  .reform-newlife-compare__title {
    left: 0;
  }
  .reform-newlife-compare .list-style-02__image {
    margin-bottom: 10px;
  }
  .reform-newlife-compare .list-style-02__content {
    font-size: 0.94rem;
  }
}

.reform-situation {
  padding-top: 0;
  padding-bottom: 230px;
}
.reform-situation__bgi {
  height: 418px;
  width: 100vw;
  background: url(../img/service/reform/bgi--situation.webp) top center/cover no-repeat;
}
.reform-situation .section-title-en {
  color: #ECE9E3;
  position: relative;
  top: 0;
  line-height: 0.75;
  -webkit-transform: translateY(-0.74em);
          transform: translateY(-0.74em);
}
.reform-situation .section-lede {
  margin-bottom: 106px;
}
.reform-situation .list-style-01__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reform-situation .owner-comment {
  background-color: #DEC5A1;
  width: 838px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 699px) {
  .reform-situation {
    padding-bottom: 120px;
  }
  .reform-situation__bgi {
    height: 200px;
  }
  .reform-situation .section-lede {
    margin-bottom: 60px;
  }
}

.reform-situation-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.reform-situation-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -1.6px;
  padding: 15px 0;
  text-align: center;
  color: #8D7D5D;
  background-color: #DAD3C5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.reform-situation-list li.active, .reform-situation-list li:hover {
  color: #ECE9E3;
  background-color: #B5A37F;
}
.reform-situation-section {
  padding: 53px 30px 30px 20px;
  display: none;
}
.reform-situation-section.active {
  display: block;
}
.reform-situation-section__inner {
  -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-bottom: 30px;
}
.reform-situation-section__content {
  width: 450px;
  max-width: 100%;
}
.reform-situation-section__image {
  width: 410px;
  max-width: 100%;
}
.reform-situation-section__title {
  font-size: 1.31rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.reform-situation-section__text {
  margin-bottom: 44px;
}
.reform-situation-section__list {
  background-color: #E3D6C3;
  border-radius: 8px;
  padding: 25px 38px 20px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  list-style: disc;
  line-height: 1.3;
}
.reform-situation-section__list li {
  margin-bottom: 7px;
}
.reform-situation-section__lede {
  font-size: 1.31rem;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (max-width: 699px) {
  .reform-situation-section {
    padding: 30px 0px;
  }
  .reform-situation-section__content {
    width: 100%;
    margin-bottom: 30px;
  }
  .reform-situation-section__image {
    width: 100%;
  }
  .reform-situation-section__list {
    padding: 20px 20px 20px 40px;
  }
  .reform-situation-section__lede {
    font-size: 1.13rem;
  }
}

.reform-expertise {
  padding-top: 0;
}
.reform-expertise .section-title-en {
  position: relative;
  top: 0;
  line-height: 0.75;
  margin-bottom: 60px;
  margin-top: -108px;
}
@media (max-width: 699px) {
  .reform-expertise .section-title-en {
    margin-top: -34px;
  }
}

.reform-expertise-slider {
  list-style: none;
}
.reform-expertise-slider li {
  width: 230px;
  margin: 0px 20px;
}
@media (max-width: 699px) {
  .reform-expertise-slider li {
    width: 100px;
    margin: 0px 10px;
  }
}

.reform-compare {
  margin-top: 84px;
}
.reform-compare .table-ptn--01__title {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reform-compare .table-ptn--01 thead th {
  vertical-align: baseline;
  padding: 30px 40px;
  white-space: nowrap;
}
.reform-compare .table-ptn--01 thead th img {
  display: block;
  max-width: 250px;
  max-height: 70px;
  margin: 0px auto;
  display: block;
}
.reform-compare .table-ptn--01 thead th:nth-of-type(3) img {
  margin-bottom: 10px;
}
.reform-compare .table-ptn--01 tbody th {
  text-align: left;
  white-space: nowrap;
}
.reform-compare .table-ptn--01 tbody td {
  text-align: left;
  font-size: 1rem;
  padding: 25px 30px;
}
.reform-compare .table-ptn--01 tbody td img {
  margin-bottom: 5px;
}
@media (min-width: 699px) {
  .reform-compare .u-scroll-x {
    overflow: hidden;
  }
}
@media (max-width: 699px) {
  .reform-compare {
    margin-top: 60px;
  }
  .reform-compare .table-ptn--01 thead th {
    padding: 20px;
  }
  .reform-compare .table-ptn--01 thead th img {
    max-width: 100px;
    max-height: 70px;
  }
  .reform-compare .table-ptn--01 tbody td {
    font-size: 0.94rem;
  }
}

/*Exterior*/
.exterior-functional {
  padding-bottom: 112px;
}

.exterior-yard {
  padding-top: 0;
  padding-bottom: 300px;
}
.exterior-yard__bgi {
  height: 418px;
  width: 100vw;
  background: url(../img/service/exterior/bgi--yard.webp) top center/cover no-repeat;
}
.exterior-yard .section-title-en {
  color: #ECE9E3;
  position: relative;
  top: 0;
  line-height: 0.75;
  -webkit-transform: translateY(-0.74em);
          transform: translateY(-0.74em);
}
.exterior-yard .section-lede {
  margin-bottom: 45px;
}
.exterior-yard .list-style-04__image {
  margin-bottom: 8px;
}
.exterior-yard .list-style-04__content {
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  letter-spacing: 1px;
}
.exterior-yard .owner-comment {
  background-color: #DEC5A1;
  width: 428px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 17px;
}
@media (max-width: 699px) {
  .exterior-yard {
    padding-bottom: 120px;
  }
  .exterior-yard .section-lede {
    margin-bottom: 60px;
  }
  .exterior-yard .owner-comment {
    width: 100%;
  }
  .exterior-yard .list-style-04__content {
    padding: 0px;
  }
  .exterior-yard__bgi {
    height: 200px;
  }
}

/*Real-estate*/
.re-cat-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  list-style: none;
  margin-bottom: 80px;
}
.re-cat-list .btn-brown {
  width: 100%;
  min-width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 699px) {
  .re-cat-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.re-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px 25px;
  list-style: none;
}
.re-list__image {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 310/263;
  margin-bottom: 17px;
}
.re-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-list__title {
  font-size: 1.13rem;
  font-weight: bold;
}
.re-list__detail {
  font-size: 1.13rem;
  font-weight: bold;
}
@media (max-width: 699px) {
  .re-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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: #3F342D;
}

.u-color-sub {
  color: #EAE06D;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: #F6FF79;
  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, .catch__image {
  margin-inline: -30px;
}
@media (min-width: 699px) {
  .u-over-parent, .catch__image {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth {
  padding-inline: 30px;
}
@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;
  }
}

.u-scroll-x {
  overflow-x: scroll;
}

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

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

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