@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

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

/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1440;
}

@media screen and (max-width: 1440) {
  :root {
    --width-ratio: 100vw / 1440;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 390;
    --width-wide-ratio: 100vw / 390;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  background: #fff;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0.25em;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

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

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:-moz-placeholder {
  opacity: 0.54;
}

:-ms-input-placeholder {
  opacity: 0.54;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background-color: #000;
}

.l-footer__inner {
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(66 * var(--width-ratio)) calc(176 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(79 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(25 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}

.l-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-footer-feature {
  position: relative;
}
@media (max-width: 768px) {
  .l-footer-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(30 * var(--width-ratio));
  }
}

.l-footer-logo {
  width: 100%;
}

.l-footer-logo--first {
  max-width: calc(207 * var(--width-ratio));
}
.l-footer-logo--second {
  max-width: calc(172 * var(--width-ratio));
  margin: 0 auto;
}

.l-footer__link {
  margin-top: calc(24 * var(--width-ratio));
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .l-footer__link {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.2;
    letter-spacing: 0;
    text-align: center;
  }
}

.l-footer-sns {
  position: absolute;
  bottom: calc(-55 * var(--width-ratio));
  left: 0;
  max-width: calc(21 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-sns {
    position: unset;
    max-width: calc(21 * var(--width-ratio));
    margin: calc(57 * var(--width-ratio)) auto 0;
  }
}

.l-footer-bottom {
  margin-top: calc(32 * var(--width-ratio));
  padding-left: calc(94 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-bottom {
    padding-left: calc(0 * var(--width-ratio));
  }
}

.l-footer__copy {
  color: #fff;
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.75;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: calc(36 * var(--width-ratio));
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.is-active {
  background: #000;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(30 * var(--width-ratio)) calc(76 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(43 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: calc(22 * var(--width-ratio)) calc(23 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.l-header-logo {
  position: relative;
  width: calc(197 * var(--width-ratio));
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-header-logo {
    width: calc(160 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .l-header-logo {
    width: calc(144 * var(--width-ratio));
  }
}

/**
 * #Main
 */
/**
 * #Section
 */
.l-section {
  position: relative;
}

.l-section__inner {
  width: 100%;
  margin: 0 auto;
}

.l-section__heading {
  color: #292929;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .l-section__heading {
    font-size: 7rem;
  }
}
.l-section__heading::first-letter {
  color: #00D58E;
}
.l-section__heading span {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 1024px) {
  .l-section__heading span {
    font-size: 1.5rem;
  }
}

.l-section-head {
  position: sticky;
  position: -webkit-sticky;
  top: 72px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00995C;
  background: #F6F8FA;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-section-head {
    position: unset;
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}
.l-section-head span {
  display: block;
  max-width: 64px;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 8px 1px;
  border-radius: 50px;
  background: #01C778;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .l-section-head span {
    max-width: 84px;
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .l-section__wrap {
    width: 69.8vw;
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
  }
}

.l-section-article {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .l-section-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 136px;
  }
}

.l-section-article--recruit {
  background: #01C778;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .l-section-article--recruit {
    padding-bottom: 84px;
  }
}

.l-section-content {
  overflow: hidden;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(30 * var(--width-ratio));
  right: calc(70 * var(--width-ratio));
  width: calc(83 * var(--width-ratio));
  height: calc(83 * var(--width-ratio));
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-scroll.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .c-scroll {
    bottom: calc(70 * var(--width-ratio));
    right: calc(5 * var(--width-ratio));
    width: calc(63 * var(--width-ratio));
    height: calc(63 * var(--width-ratio));
  }
}

/**
 * #Kv
 */
.c-kv__title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.c-kv {
  position: relative;
}

.c-kv-catch {
  height: 100dvh;
}
.c-kv-catch * {
  height: 100%;
}

.c-kv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(282 * var(--width-ratio));
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .c-kv-logo {
    max-width: calc(228 * var(--width-ratio));
  }
}

.c-kv__item.is-active img {
  -webkit-animation: zoomOut 6000ms linear forwards;
          animation: zoomOut 6000ms linear forwards;
}

.c-kv-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-kv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-kv__scroll {
  position: absolute;
  bottom: calc(54 * var(--width-ratio));
  left: calc(35 * var(--width-ratio));
  color: #fff;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .c-kv__scroll {
    bottom: calc(75 * var(--width-ratio));
  }
}
.c-kv__scroll::before, .c-kv__scroll::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
}
.c-kv__scroll::before {
  top: calc(-110 * var(--width-ratio));
  left: 50%;
  width: calc(7 * var(--width-ratio));
  height: calc(7 * var(--width-ratio));
  border-radius: 50%;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-kv__scroll::after {
  top: calc(-110 * var(--width-ratio));
  left: 50%;
  width: calc(1 * var(--width-ratio));
  height: calc(94 * var(--width-ratio));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 線のアニメーション */
@-webkit-keyframes circlemove {
  0% {
    top: calc(-110 * var(--width-ratio));
  }
  100% {
    top: calc(-20 * var(--width-ratio));
  }
}
@keyframes circlemove {
  0% {
    top: calc(-110 * var(--width-ratio));
  }
  100% {
    top: calc(-20 * var(--width-ratio));
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* ズームアウトアニメーション */
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/**
 * #loading
 */
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.c-loading.is-hide .c-loading-logo {
  opacity: 0;
}
.c-loading.is-out {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-loading-logo {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.c-loading-logo img {
  width: calc(137 * var(--width-ratio));
  margin: 0 auto;
}

/**
 * #Cta
 */
/* =============================
   記載あった箇所をコメントアウトしています。
============================= */
.c-cta__inner {
  padding: calc(90 * var(--width-ratio)) calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-cta__inner {
    padding: calc(57 * var(--width-ratio)) calc(34 * var(--width-ratio));
  }
}

/* =============================
   記載あった箇所をコメントアウトしています。
============================= */
/* =============================
   下記からカオルで追記
============================= */
/* =============================
   LINE CTA 本体
============================= */
.c-line {
  position: relative;
  display: block;
  overflow: visible; /* 重要 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* =============================
   Ripple Animation
============================= */
.c-line:hover {
  -webkit-animation: ripple 1.5s infinite;
          animation: ripple 1.5s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.c-cta__inner {
  overflow: visible;
}

/**
 * #Line
 */
.c-line {
  max-width: calc(942 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-line:hover {
  opacity: 0.8;
}

.c-line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(62 * var(--width-ratio));
  padding: calc(57 * var(--width-ratio)) calc(70 * var(--width-ratio)) calc(74 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-line__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 * var(--width-ratio));
    padding: calc(34 * var(--width-ratio)) calc(44 * var(--width-ratio)) calc(32 * var(--width-ratio));
  }
}

.c-line__title {
  font-size: calc(30 * var(--width-ratio));
  font-weight: 600;
  line-height: 2.1333333333;
  letter-spacing: 0.19em;
}
@media (max-width: 768px) {
  .c-line__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.6;
    text-align: center;
  }
}

.c-line__text {
  margin-top: calc(45 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.0625;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .c-line__text {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    font-weight: 500;
    line-height: 1.9230769231;
    text-align: center;
  }
}

.c-line__figure {
  max-width: calc(111 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .c-line__figure {
    max-width: calc(53 * var(--width-ratio));
  }
}

/**
 * #Banner
 */
.c-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: calc(15 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(21 * var(--width-ratio));
  background: #000;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.19em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 15;
}
@media (max-width: 768px) {
  .c-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-banner img {
  width: calc(35 * var(--width-ratio));
}
.c-banner:hover {
  opacity: 0.8;
}

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}
/**
 * #Hamburger
 */
.c-hamburger {
  position: absolute;
  right: calc(23 * var(--width-ratio));
  display: none;
  width: calc(26 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
  .c-hamburger.is-active {
    top: calc(23 * var(--width-ratio));
    right: calc(23 * var(--width-ratio));
    width: calc(20 * var(--width-ratio));
  }
}

.c-hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: calc(26 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger__line.is-active {
  width: calc(20 * var(--width-ratio));
  background: #fff;
}

.c-hamburger__line--top {
  top: calc(50% - 7px);
}
.c-hamburger__line--top.is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--middle {
  top: 50%;
  width: calc(14 * var(--width-ratio));
}
.c-hamburger__line--middle.is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% + 0px);
  width: calc(20 * var(--width-ratio));
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
.p-nav {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-nav {
    display: none;
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(34 * var(--width-ratio));
}

.p-nav__link {
  color: #fff;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-nav__link span {
  display: block;
  margin-top: calc(3 * var(--width-ratio));
  font-size: calc(10 * var(--width-ratio));
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-nav__link:hover {
  opacity: 0.8;
}

.p-nav-contact {
  position: relative;
  color: #fff;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.19em;
}
@media (max-width: 768px) {
  .p-nav-contact {
    max-width: calc(128 * var(--width-ratio));
    width: 100%;
    margin: 0 auto;
  }
}
.p-nav-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-35 * var(--width-ratio));
  display: block;
  width: calc(35 * var(--width-ratio));
  height: calc(35 * var(--width-ratio));
  background-image: url(../images/common/icon_mail.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-nav-contact span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(2 * var(--width-ratio));
  margin-top: calc(3 * var(--width-ratio));
  font-size: calc(10 * var(--width-ratio));
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-nav-contact span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-nav-contact span::after {
  content: "";
  display: block;
  width: calc(9 * var(--width-ratio));
  height: calc(9 * var(--width-ratio));
  background-image: url(../images/common/icon_link.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .p-nav-footer {
    margin-bottom: calc(72 * var(--width-ratio));
    padding-bottom: calc(45 * var(--width-ratio));
    border-bottom: 1px solid #fff;
  }
}

.p-nav-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav-footer__list {
    gap: calc(30 * var(--width-ratio));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100dvh;
  background: #000;
}
.p-nav-sp.is-active {
  display: block;
}
.p-nav-sp__inner {
  height: 100dvh;
  padding: calc(124 * var(--width-ratio)) calc(74 * var(--width-ratio)) calc(75 * var(--width-ratio));
  overflow-y: scroll;
}

.p-nav-sp__list {
  margin-bottom: calc(57 * var(--width-ratio));
}

.p-nav-sp__item {
  margin-top: calc(27 * var(--width-ratio));
}
.p-nav-sp__item:first-child {
  margin-top: 0;
}

.p-nav-sp__link {
  font-size: calc(13 * var(--width-ratio));
}
.p-nav-sp__link span {
  font-size: calc(10 * var(--width-ratio));
}

.p-nav-sns {
  padding-bottom: calc(45 * var(--width-ratio));
  border-bottom: 1px solid #fff;
}

.p-nav-icon {
  width: calc(21 * var(--width-ratio));
  margin: 0 auto;
}

/**
 * #Intro
 */
.p-intro {
  position: relative;
}

.p-intro-video {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-intro-video {
    width: 100%;
    height: calc(665 * var(--width-ratio));
  }
}
.p-intro-video video {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  -webkit-mask-size: 100% 99.8%;
  -webkit-mask-repeat: no-repeat;
}
.p-intro-video video,
.p-intro-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-intro__inner {
  max-width: calc(1050 * var(--width-ratio));
  padding: calc(135 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-intro__inner {
    padding: calc(90 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(45 * var(--width-ratio));
  }
}

.p-intro-area {
  margin-bottom: calc(135 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-intro-area {
    margin-bottom: calc(97 * var(--width-ratio));
  }
}

.p-intro__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.3125;
  letter-spacing: 0.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-intro__lead {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3571428571;
    letter-spacing: 0.05em;
  }
}

/**
 * #Project
 */
.p-project__inner {
  padding: calc(100 * var(--width-ratio)) 0 0;
}
@media (max-width: 768px) {
  .p-project__inner {
    padding: calc(50 * var(--width-ratio)) 0 0;
  }
}

.p-project-content {
  margin-top: calc(38 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project-content {
    margin-top: calc(50 * var(--width-ratio));
  }
}

.p-project__link {
  position: relative;
  display: block;
  color: #fff;
}
.p-project__link::after {
  content: "";
  position: absolute;
  bottom: calc(52 * var(--width-ratio));
  right: calc(52 * var(--width-ratio));
  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;
  width: calc(143 * var(--width-ratio));
  height: calc(143 * var(--width-ratio));
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url(../images/common/icon_arrow.webp);
  background-size: calc(35 * var(--width-ratio));
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .p-project__link::after {
    bottom: calc(120 * var(--width-ratio));
    width: calc(116 * var(--width-ratio));
    height: calc(116 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-project__link::after {
    bottom: calc(38 * var(--width-ratio));
    right: calc(18 * var(--width-ratio));
    background-size: calc(28 * var(--width-ratio));
  }
}
.p-project__link:hover::after {
  border: 1px solid #000;
  background-color: #000;
}

.p-project__link--second {
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-project__link--second .p-project__desc {
    bottom: calc(90 * var(--width-ratio));
    left: calc(20 * var(--width-ratio));
  }
}
.p-project__link--second::after {
  content: "本邸宅のご案内は\a終了しております";
  white-space: pre;
  border-color: #000;
  background-image: none;
  background-color: #000;
  color: #fff;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8461538462;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .p-project__link--third .p-project__desc {
    bottom: calc(90 * var(--width-ratio));
    left: calc(20 * var(--width-ratio));
  }
}

.p-project__figure {
  overflow: hidden;
}
.p-project__figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .p-project__figure img {
    height: calc(585 * var(--width-ratio));
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-project__figure:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.p-project__desc {
  position: absolute;
  bottom: calc(60 * var(--width-ratio));
  left: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project__desc {
    bottom: calc(80 * var(--width-ratio));
    left: calc(20 * var(--width-ratio));
  }
}

.p-project__lead {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .p-project__lead {
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.2;
  }
}

.p-project__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(32 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project__title {
    gap: calc(16 * var(--width-ratio));
    margin-top: calc(10 * var(--width-ratio));
  }
}
.p-project__title img {
  width: calc(321 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project__title img {
    width: calc(166 * var(--width-ratio));
  }
}

.p-project__name {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .p-project__name {
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-project__text {
  margin-top: calc(36 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .p-project__text {
    margin-top: calc(22 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
  }
}
.p-project__text span {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .p-project__text span {
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-project__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .p-project__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-project__unit {
  position: relative;
  width: 50%;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-project__unit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-project__unit .p-project__figure img {
    height: calc(480 * var(--width-ratio));
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-project__unit .p-project__desc {
  bottom: calc(30 * var(--width-ratio));
  left: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project__unit .p-project__desc {
    bottom: calc(28 * var(--width-ratio));
    left: calc(20 * var(--width-ratio));
  }
}
.p-project__unit .p-project__lead {
  font-size: calc(18 * var(--width-ratio));
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  .p-project__unit .p-project__lead {
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.2;
  }
}
.p-project__unit .p-project__title img {
  width: calc(234 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project__unit .p-project__title img {
    width: calc(166 * var(--width-ratio));
  }
}
.p-project__unit .p-project__name {
  font-size: calc(18 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-project__unit .p-project__name {
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-project__coming {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  z-index: 3;
}

/**
 * #Philosophy
 */
.p-philosophy {
  background-image: url(../images/main/bg_philosophy.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-philosophy__inner {
  padding: calc(120 * var(--width-ratio)) calc(44 * var(--width-ratio)) calc(164 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy__inner {
    padding: calc(92 * var(--width-ratio)) calc(34 * var(--width-ratio));
  }
}

.p-philosophy-content {
  margin-top: calc(55 * var(--width-ratio));
}

.p-philosophy__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.0625;
  letter-spacing: 0.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-philosophy__lead {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3571428571;
  }
}

.p-philosophy-section {
  margin-top: calc(134 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-section {
    margin-top: calc(55 * var(--width-ratio));
  }
}

.p-philosophy__wrap {
  max-width: calc(943 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.p-philosophy-content {
  margin-top: calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-content {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-philosophy-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(27 * var(--width-ratio));
  }
}

.p-philosophy-left {
  width: 43.5%;
}
@media (max-width: 768px) {
  .p-philosophy-left {
    width: 100%;
  }
}

.p-philosophy-intro__title {
  font-size: calc(46 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-philosophy-intro__title {
    font-size: calc(36 * var(--width-ratio));
  }
}
.p-philosophy-intro__title span {
  font-size: calc(82 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-philosophy-intro__title span {
    font-size: calc(64 * var(--width-ratio));
  }
}
.p-philosophy-intro__title small {
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .p-philosophy-intro__title small {
    font-size: calc(10 * var(--width-ratio));
  }
}

.p-philosophy-intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: calc(32 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-philosophy-intro__lead {
    margin-top: calc(18 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
    line-height: 2.3333333333;
  }
}
.p-philosophy-intro__lead::before {
  content: "※";
  display: block;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1428571429;
}
@media (max-width: 768px) {
  .p-philosophy-intro__lead::before {
    font-size: calc(12 * var(--width-ratio));
    line-height: 2.3333333333;
  }
}

.p-philosophy-right {
  width: 51.1%;
}
@media (max-width: 768px) {
  .p-philosophy-right {
    width: 100%;
  }
}

.p-philosophy-intro__text {
  color: #2F2F2F;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-philosophy-intro__text {
    font-size: calc(14 * var(--width-ratio));
    font-weight: 500;
    line-height: 2.3571428571;
  }
}

.p-philosophy-area {
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-area {
    margin-top: calc(36 * var(--width-ratio));
  }
}

.p-philosophy-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(14 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 * var(--width-ratio));
  }
}

.p-philosophy__figure {
  max-width: calc(304 * var(--width-ratio));
  width: 100%;
}

.p-philosophy-note {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.5;
  text-align: right;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-philosophy-note {
    margin-top: calc(5 * var(--width-ratio));
  }
}

.p-philosophy-feature {
  margin-top: calc(36 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-feature {
    margin-top: calc(50 * var(--width-ratio));
  }
}

.p-philosophy-feature__heading {
  background: #F8F8F8;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-philosophy-feature__heading {
    padding: calc(14 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.5555555556;
  }
}

.p-philosophy-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(42 * var(--width-ratio));
  margin-top: calc(36 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-philosophy-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(33 * var(--width-ratio));
    margin-top: calc(50 * var(--width-ratio));
  }
}

.p-philosophy-feature__title {
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.6428571429;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-philosophy-feature__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 2;
  }
}
.p-philosophy-feature__title span {
  display: block;
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .p-philosophy-feature__title span {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-philosophy-feature__text {
  margin-top: calc(26 * var(--width-ratio));
  font-size: calc(13 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2307692308;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-philosophy-feature__text {
    margin-top: calc(24 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
    line-height: 2.4166666667;
  }
}

/**
 * #Gallery
 */
.p-gallery__inner {
  padding: calc(128 * var(--width-ratio)) 0 0;
}
@media (max-width: 768px) {
  .p-gallery__inner {
    padding: calc(70 * var(--width-ratio)) 0 0;
  }
}

.intro-title {
  color: #000;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .intro-title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 2.3;
  }
}

.p-gallery-content {
  margin-top: calc(54 * var(--width-ratio));
}

.p-gallery__item {
  width: auto;
}

.p-gallery__figure {
  height: calc(405 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-gallery__figure {
    height: calc(224 * var(--width-ratio));
  }
}
.p-gallery__figure img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery__thumb {
  display: block;
  margin-top: calc(6 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-gallery__thumb {
    margin-top: calc(4 * var(--width-ratio));
  }
}

/**
 * #Contact
 */
.p-contact {
  background: #000;
}

.p-contact__inner {
  max-width: calc(730 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(76 * var(--width-ratio)) calc(106 * var(--width-ratio)) calc(52 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__inner {
    padding: calc(78 * var(--width-ratio)) calc(74 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}

.p-contact__title img {
  position: absolute;
  right: calc(190 * var(--width-ratio));
  display: inline-block;
  margin-left: calc(5 * var(--width-ratio));
  width: calc(9 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__title img {
    right: calc(62 * var(--width-ratio));
  }
}

.p-contact__lead {
  margin-top: calc(32 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 2.0625;
  letter-spacing: 0.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__lead {
    margin-top: calc(18 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 1.9230769231;
    letter-spacing: 0.05em;
  }
}

.p-contact__link {
  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;
  width: calc(88 * var(--width-ratio));
  height: calc(88 * var(--width-ratio));
  margin: calc(32 * var(--width-ratio)) auto 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__link::before {
  content: "";
  display: block;
  width: calc(31 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_mail_white.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__link:hover {
  background: #fff;
}
.p-contact__link:hover::before {
  background-image: url(../images/common/icon_mail_black.webp);
}

/**
 * #Properties
 */
.p-properties {
  background: #000;
}

.p-properties__inner {
  padding: calc(104 * var(--width-ratio)) 0 calc(145 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-properties__inner {
    padding: calc(54 * var(--width-ratio)) 0 calc(92 * var(--width-ratio));
  }
}

.p-properties__title.u-title {
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  line-height: 1.9166666667;
}
@media (max-width: 768px) {
  .p-properties__title.u-title {
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.3333333333;
  }
}
.p-properties__title.u-title span {
  font-size: calc(14 * var(--width-ratio));
}

.p-properties-slide {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-properties-slide {
    margin-top: calc(54 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-properties__item {
    width: auto;
  }
}

@media (max-width: 768px) {
  .p-properties__thumb {
    height: calc(224 * var(--width-ratio));
  }
  .p-properties__thumb img {
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: block;
}
@media (max-width: 768px) {
  .tab {
    display: none;
  }
}

/**
* #Title
*/
.u-title {
  color: #000;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.4375;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 2.3;
  }
}
.u-title span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--width-ratio));
  margin-top: calc(3 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 2.875;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title span {
    font-size: calc(14 * var(--width-ratio));
    line-height: 3.2857142857;
  }
}
.u-title span::before, .u-title span::after {
  content: "";
  width: calc(16 * var(--width-ratio));
  height: calc(1 * var(--width-ratio));
  background: #000;
}

.u-title--second {
  color: #fff;
}
.u-title--second span::before, .u-title--second span::after {
  background: #fff;
}