@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-yu-r, .company-office-access, .company-outline-section, .company-staff-list__name, .company-member-list__name, .company-section__title-ja, .privacy-wrap, .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 {
  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, .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, .company-staff-list__name-en {
  font-family: "bell-centennial-std-name-num", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en-sub, .company-section__title-en, .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, .company-wrap, .privacy-wrap, .contact-wrap {
  width: 937px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 937px) {
  .layout-container-m, .company-wrap, .privacy-wrap, .contact-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .layout-container-m, .company-wrap, .privacy-wrap, .contact-wrap {
    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, .company-member-list, .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, .company-member-list .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, .footer-contact, .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .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;
  }
}

/*
	静的ページのアイテムの設定
*/
/*お問い合わせページ*/
.contact-wrap {
  background-color: #fff;
  margin-bottom: 120px;
}

/*プライバシーポリシーページ*/
.privacy-wrap .title-lv02 {
  font-weight: normal;
}

/*会社概要ページ*/
.catch-company {
  height: 1027px;
  position: relative;
  padding-bottom: 114px;
  background: url(../img/company/bgi--01.webp) bottom 90px left calc(50vw - 683px + 273px)/390px auto no-repeat, #F2EFE2;
  background-blend-mode: multiply;
}
.catch-company__image {
  position: absolute;
  top: -15px;
  right: 0;
  width: 868px;
  height: auto;
  max-width: 100%;
  z-index: 1;
}
.catch-company .catch-title {
  z-index: 2;
  padding-left: 50px;
}
.catch-company .catch-title__en {
  font-size: 4.75rem;
}
.catch-company .catch-title__deco02 .line270::before {
  content: none;
}
@media (max-width: 699px) {
  .catch-company {
    height: auto;
    background-position: top 50px right 80px;
    background-size: 100px auto;
  }
  .catch-company__image {
    width: 35%;
    top: -55px;
  }
  .catch-company .catch-title {
    padding: 30px 20px;
  }
  .catch-company .catch-title__en {
    font-size: 2.75rem;
  }
  .catch-company .catch-title__deco02 .line270::before {
    content: "";
  }
}

.company-wrap .ani-line.line133 {
  width: 5px;
  top: calc(248px - (50vw - 698px) + 258px);
  height: 92vw;
  z-index: 0;
}
.company-wrap .ani-line.line133::before {
  background-color: #252525;
}
@media (max-width: 699px) {
  .company-wrap .ani-line.line133 {
    top: 600px;
    left: 0px;
    display: none;
  }
}

.company-concept {
  width: 688px;
  max-width: 100%;
  margin-bottom: 184px;
}
.company-concept__title-en {
  margin-bottom: 60px;
}
.company-concept__title-ja {
  font-size: 0.94rem;
  margin-bottom: 40px;
}
.company-concept__content {
  width: 658px;
  max-width: 100%;
  font-size: 0.94rem;
  margin-bottom: 46px;
}
.company-concept__image {
  mix-blend-mode: multiply;
}
@media (max-width: 699px) {
  .company-concept {
    margin-bottom: 60px;
  }
  .company-concept__title-en {
    margin-bottom: 30px;
  }
  .company-concept__title-ja {
    margin-bottom: 20px;
  }
}

.company-section__title {
  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;
}
.company-section__title-en {
  font-size: 1.38rem;
}
.company-section__title-ja {
  font-size: 0.94rem;
}

.company-member {
  margin-bottom: 116px;
}
.company-member .company-section__title {
  margin-bottom: 34px;
}
@media (max-width: 699px) {
  .company-member {
    margin-bottom: 60px;
  }
  .company-member .company-section__title {
    margin-bottom: 15px;
  }
}

.company-member-list {
  margin-top: -60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding-right: 73px;
}
.company-member-list li {
  width: 352px;
  max-width: 100%;
  position: relative;
}
.company-member-list li:nth-of-type(1)::after {
  content: "";
  width: 222px;
  height: 117px;
  background: url(../img/company/txt--member-name01.svg) top left/contain no-repeat;
  position: absolute;
  top: 46px;
  right: -116px;
}
.company-member-list li:nth-of-type(2) {
  margin-top: 184px;
}
.company-member-list li:nth-of-type(2)::after {
  content: "";
  width: 244px;
  height: 115px;
  background: url(../img/company/txt--member-name02.svg) top left/contain no-repeat;
  position: absolute;
  top: -48px;
  right: -73px;
}
.company-member-list li:nth-of-type(2) .company-member-list__image {
  margin-right: 0;
  margin-left: auto;
}
.company-member-list li:nth-of-type(2) .company-member-list__name {
  text-align: right;
}
.company-member-list__image {
  width: 194px;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
.company-member-list__position {
  font-size: 0.88rem;
  font-weight: bold;
}
.company-member-list__name {
  font-size: 1.19rem;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 37px;
}
@media (max-width: 699px) {
  .company-member-list {
    padding-right: 0;
    margin-top: -30px;
  }
  .company-member-list li {
    width: 100%;
  }
  .company-member-list li:nth-of-type(1)::after {
    right: 0;
  }
  .company-member-list li:nth-of-type(2) {
    margin-top: 90px;
  }
  .company-member-list li:nth-of-type(2)::after {
    right: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .company-member-list__image {
    margin-bottom: 15px;
  }
  .company-member-list__name {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.company-staff {
  margin-bottom: 295px;
}
.company-staff .company-section__title {
  margin-bottom: 70px;
}
@media (max-width: 699px) {
  .company-staff {
    margin-bottom: 60px;
  }
  .company-staff .company-section__title {
    margin-bottom: 10px;
  }
}

.company-staff-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.company-staff-list__name-en {
  font-size: 0.81rem;
  line-height: 1;
}
.company-staff-list__name {
  font-size: 0.88rem;
  line-height: 1.2;
}
@media (max-width: 699px) {
  .company-staff-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}

.company-outline {
  margin-bottom: 166px;
  width: 530px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.company-outline::after {
  content: "";
  width: 754px;
  height: 754px;
  background: url(../img/company/dec--outline-02.svg) top left/contain no-repeat;
  position: absolute;
  top: 180px;
  left: -754px;
}
.company-outline .company-section__title {
  margin-bottom: 70px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.company-outline__image {
  position: relative;
}
.company-outline__image::after {
  content: "";
  width: 290px;
  height: 280px;
  background: url(../img/company/dec--outline-01.webp) top left/contain no-repeat;
  position: absolute;
  top: 48px;
  left: -174px;
}
@media (max-width: 699px) {
  .company-outline {
    margin-bottom: 60px;
    width: 100%;
  }
  .company-outline .company-section__title {
    margin-bottom: 10px;
  }
  .company-outline::after {
    width: 150px;
    height: 150px;
    left: -115px;
    top: 327px;
  }
  .company-outline__image::after {
    width: 145px;
    height: 140px;
    left: -10px;
    top: auto;
    bottom: -10px;
  }
}

.company-outline-section {
  margin-top: 60px;
  font-size: 0.94rem;
}
.company-outline-section__title {
  font-weight: normal;
  font-size: 0.94rem;
  margin-bottom: 5px;
}
.company-outline-section__list {
  list-style-type: decimal;
  list-style-position: inside;
}
.company-outline-section__ceo {
  margin-top: 20px;
}
.company-outline-section .table-ptn--04 {
  width: 100%;
}
.company-outline-section .table-ptn--04 th {
  padding-right: 20px;
  white-space: nowrap;
}
@media (max-width: 699px) {
  .company-outline-section {
    margin-top: 30px;
  }
  .company-outline-section__ceo {
    margin-top: 10px;
  }
}

.company-office {
  margin-bottom: 260px;
}
.company-office .company-section__title {
  margin-bottom: 27px;
}
.company-office__main-image {
  margin-inline: 0 calc(50% - 50cqi);
  position: relative;
  margin-bottom: 44px;
}
.company-office__main-image::after {
  content: "";
  width: 205px;
  height: 327px;
  background: url(../img/company/dec--office.webp) top left/contain no-repeat;
  position: absolute;
  bottom: -210px;
  left: 90px;
}
@media (max-width: 699px) {
  .company-office {
    margin-bottom: 120px;
  }
  .company-office__main-image {
    margin-inline: 0 -20px;
    margin-bottom: 30px;
  }
  .company-office__main-image::after {
    width: 60px;
    height: 96px;
    bottom: -30px;
    left: auto;
    right: 10px;
  }
  .company-office .company-section__title {
    margin-bottom: 10px;
  }
}

.company-office-access {
  width: 528px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  font-size: 0.94rem;
}
.company-office-access__title {
  font-weight: normal;
  font-size: 0.94rem;
  margin-bottom: 5px;
}
.company-office-access address {
  font-style: normal;
  margin-bottom: 25px;
}
.company-office-access__btn {
  font-size: 0.94rem;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company-office-access__btn::after {
  content: "";
  background: url(../img/common/icon/ico--arrow-more.svg) top left/contain no-repeat;
  width: 20px;
  height: 15px;
}
.company-office-access__btn span {
  border-bottom: 1px solid #252525;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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, .company-member__main-image {
  margin-inline: -20px;
}
@media (min-width: 699px) {
  .u-over-parent, .company-member__main-image {
    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=static.css.map */