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

/* Vendors-extension
   ----------------------------------------------------------------- */
/* 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: 1440px) {
  :root {
    --width-ratio: 100vw / 1440;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 390;
    --width-wide-ratio: 100vw / 390;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:focus {
  opacity: 0.8;
}

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

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

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

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

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

: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(1158 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(94 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(30 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(80 * var(--width-ratio));
  }
}

.l-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer-top {
    flex-direction: column;
  }
}

.l-footer-feature {
  position: relative;
}
@media (max-width: 768px) {
  .l-footer-feature {
    display: flex;
    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));
}
@media (max-width: 768px) {
  .l-footer-logo--first {
    max-width: calc(170 * 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(3 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3571428571;
    letter-spacing: 0;
  }
}

.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(38 * var(--width-ratio));
  }
}

.l-footer-bottom {
  margin-top: calc(32 * 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(14 * var(--width-ratio));
    line-height: 1.6666666667;
  }
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.l-header__inner {
  display: flex;
}
@media (max-width: 768px) {
  .l-header__inner {
    display: block;
    padding: calc(11 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(7 * var(--width-ratio));
  }
}

.l-header-logo {
  display: flex;
  align-items: center;
  gap: calc(22 * var(--width-ratio));
  max-width: calc(481 * var(--width-ratio));
  width: 100%;
  padding: calc(22 * var(--width-ratio)) calc(23 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header-logo {
    position: relative;
    align-items: flex-start;
    gap: calc(4 * var(--width-ratio));
    flex-direction: column;
    max-width: calc(121 * var(--width-ratio));
    padding: 0;
    z-index: 10;
  }
}

.l-header-logo__link {
  max-width: calc(216 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-header-logo__link {
    max-width: calc(121 * var(--width-ratio));
  }
}

.l-header__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.9375;
}
@media (max-width: 768px) {
  .l-header__text {
    font-size: calc(9 * var(--width-ratio));
    line-height: 1;
  }
}

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

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

.l-section__title {
  width: 100%;
}

.l-section__lead {
  font-size: calc(36 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .l-section__lead {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.5;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Hamburger
 */
.c-hamburger {
  position: absolute;
  top: calc(20 * var(--width-ratio));
  right: calc(14 * var(--width-ratio));
  display: none;
  width: calc(29 * var(--width-ratio));
  height: calc(7 * var(--width-ratio));
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
  .c-hamburger.is-active {
    top: calc(21 * var(--width-ratio));
  }
}

.c-hamburger__line {
  position: absolute;
  right: 0;
  display: block;
  width: calc(29 * var(--width-ratio));
  height: calc(1 * var(--width-ratio));
  background: #000;
  transition: 0.3s;
}

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

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

/**
 * #Cta
 */
.c-cta {
  max-width: calc(674 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(38 * var(--width-ratio));
  border: 1px solid #fff;
  background-image: url(../images/bg_cta.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-cta--main {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: none;
  max-width: calc(392 * var(--width-ratio));
  width: 100%;
  padding: calc(9 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  line-height: 2.2857142857;
  transform: translateX(-50%);
  z-index: 99;
}

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

/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(30 * var(--width-ratio));
  right: calc(60 * var(--width-ratio));
  display: block;
  max-width: calc(69 * var(--width-ratio));
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.c-scroll.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .c-scroll {
    bottom: calc(70 * var(--width-ratio));
    right: calc(9 * var(--width-ratio));
    max-width: calc(48 * var(--width-ratio));
  }
}

/**
 * #Kv
 */
.c-kv {
  margin-top: calc(89 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.c-kv-catch {
  position: relative;
  width: 89.59vw;
}
@media (max-width: 768px) {
  .c-kv-catch {
    max-width: calc(362 * var(--width-ratio));
  }
}

.c-kv-img {
  display: block;
}

.c-kv__title {
  position: absolute;
  top: calc(252 * var(--width-ratio));
  left: calc(198 * var(--width-ratio));
  display: block;
  max-width: calc(334 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .c-kv__title {
    position: unset;
    max-width: calc(222 * var(--width-ratio));
    margin-top: calc(20 * var(--width-ratio));
    padding-left: calc(18 * var(--width-ratio));
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
* #Nav
*/
.p-nav {
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100dvh;
    background: #fff;
  }
}

.p-nav__inner {
  margin-left: auto;
  padding: calc(22 * var(--width-ratio)) calc(190 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-nav__inner {
    max-width: calc(343 * var(--width-ratio));
    width: 100%;
    height: 100dvh;
    margin: 0 auto;
    padding: calc(116 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(78 * var(--width-ratio));
  }
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__list {
    display: block;
  }
}

@media (max-width: 768px) {
  .p-nav__item {
    border-top: 1px solid #CDCDCD;
  }
  .p-nav__item:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}

.p-nav__link {
  display: block;
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.9375;
}
@media (max-width: 768px) {
  .p-nav__link {
    padding: calc(6 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    font-weight: 500;
    line-height: 2.4;
    text-align: center;
  }
}

.p-nav-contact {
  position: absolute;
  top: 0;
  right: 0;
  max-width: calc(90 * var(--width-ratio));
  width: 100%;
  margin-left: auto;
  padding: calc(19 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(14 * var(--width-ratio));
  background: #000000;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-nav-contact {
    display: none;
  }
}
.p-nav-contact img {
  display: block;
  max-width: calc(32 * var(--width-ratio));
  width: 100%;
  margin: 0 auto calc(3 * var(--width-ratio));
}

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

.p-nav-sp__link {
  padding: calc(34 * var(--width-ratio)) 0;
  border-bottom: 1px solid #CDCDCD;
}
.p-nav-sp__link .c-cta {
  padding: calc(14 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.5;
}

.p-nav-sp__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(26 * var(--width-ratio));
  margin-top: calc(38 * var(--width-ratio));
}

.p-nav-sp-logo {
  max-width: calc(170 * var(--width-ratio));
  width: 100%;
}

.p-nav-sp-insta {
  max-width: calc(38 * var(--width-ratio));
  width: 100%;
}

@media (max-width: 768px) {
  .p-nav-footer {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-nav-footer__list {
  display: flex;
  align-items: center;
  gap: calc(47 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav-footer__list {
    gap: calc(32 * var(--width-ratio));
  }
}

.p-nav-footer__link {
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 3;
}
@media (max-width: 768px) {
  .p-nav-footer__link {
    font-size: calc(14 * var(--width-ratio));
    line-height: 3.4285714286;
    letter-spacing: -0.09em;
  }
}

/**
* #Grand
*/
.p-grand::before, .p-grand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.p-grand::before {
  top: calc(-140 * var(--width-ratio));
  left: calc(47 * var(--width-ratio));
  max-width: calc(1343 * var(--width-ratio));
  max-height: calc(953 * var(--width-ratio));
  background-image: url(../images/bg_grand01.webp);
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-grand::before {
    top: calc(-30 * var(--width-ratio));
    left: calc(-50 * var(--width-ratio));
    max-width: calc(850 * var(--width-ratio));
    max-height: calc(605 * var(--width-ratio));
  }
}
.p-grand::after {
  bottom: 0;
  left: 0;
  max-width: 63vw;
  max-height: 58.5vw;
  background-image: url(../images/bg_grand02_pc.webp);
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-grand::after {
    top: calc(-25 * var(--width-ratio));
    bottom: unset;
    left: 50%;
    max-width: calc(720 * var(--width-ratio));
    max-height: calc(610 * var(--width-ratio));
    background-image: url(../images/bg_grand02_sp.webp);
    transform: translateX(-50%);
  }
}

.p-grand__inner {
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(105 * var(--width-ratio)) calc(220 * var(--width-ratio)) calc(17 * var(--width-ratio)) calc(84 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-grand__inner {
    padding: calc(580 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(27 * var(--width-ratio));
  }
}

.p-grand-intro {
  max-width: calc(512 * var(--width-ratio));
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-grand-intro {
    margin: 0 auto;
  }
}

.p-grand__title {
  max-width: calc(378 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-grand__title {
    position: absolute;
    top: calc(70 * var(--width-ratio));
    right: calc(20 * var(--width-ratio));
    max-width: calc(243 * var(--width-ratio));
  }
}

.p-grand__lead {
  margin-top: calc(38 * var(--width-ratio));
  color: #000;
}
@media (max-width: 768px) {
  .p-grand__lead {
    margin-top: 0;
  }
}

.p-grand__text {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-grand__text {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2;
    letter-spacing: -0.03em;
  }
}

.p-grand-desc {
  margin-top: calc(156 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-grand-desc {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-grand-note {
  color: #fff;
  font-size: calc(11 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8181818182;
}
@media (max-width: 768px) {
  .p-grand-note {
    color: #000;
    line-height: 1.3636363636;
  }
}

/**
* #Desc
*/
.p-desc {
  background: #000;
}

.p-desc__inner {
  padding: calc(95 * var(--width-ratio)) calc(254 * var(--width-ratio)) calc(74 * var(--width-ratio)) calc(217 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-desc__inner {
    padding: calc(30 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-desc__text {
    max-width: calc(325 * var(--width-ratio));
  }
}

/**
* #Premium
*/
.p-premium {
  background-image: url(../images/bg_premium.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-premium__inner {
  padding: calc(68 * var(--width-ratio)) 0 calc(145 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-premium__inner {
    padding: calc(103 * var(--width-ratio)) 0 calc(63 * var(--width-ratio));
  }
}

.p-premium-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(35 * var(--width-ratio));
  margin-bottom: calc(145 * var(--width-ratio));
  padding-left: 7vw;
}
@media (max-width: 768px) {
  .p-premium-content {
    gap: calc(45 * var(--width-ratio));
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.p-premium-catch {
  position: relative;
}
@media (max-width: 768px) {
  .p-premium-catch {
    padding: 0 calc(18 * var(--width-ratio));
  }
}

.p-premium__title {
  max-width: calc(224 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-premium__title {
    position: absolute;
    top: calc(-60 * var(--width-ratio));
    left: calc(20 * var(--width-ratio));
    z-index: 10;
  }
}

.p-premium__lead {
  margin-top: calc(8 * var(--width-ratio));
  color: #fff;
}
@media (max-width: 768px) {
  .p-premium__lead {
    margin-top: calc(12 * var(--width-ratio));
  }
}

.p-premium__text {
  margin-top: calc(8 * var(--width-ratio));
  color: #fff;
}
@media (max-width: 768px) {
  .p-premium__text {
    margin-top: calc(12 * var(--width-ratio));
    line-height: 2;
  }
}

@media (max-width: 768px) {
  .p-premium-desc {
    position: relative;
  }
}

.p-premium__figure {
  position: relative;
  display: block;
  width: 100%;
}

.p-premium__figure--first {
  width: 46vw;
}
@media (max-width: 768px) {
  .p-premium__figure--first {
    max-width: calc(316 * var(--width-ratio));
    width: 100%;
    margin-left: auto;
  }
}

.p-premium__figure--second {
  width: 26.4vw;
}
@media (max-width: 768px) {
  .p-premium__figure--second {
    max-width: calc(227 * var(--width-ratio));
    width: 100%;
  }
}
.p-premium__figure--second .p-premium-desc__text {
  right: calc(6 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-premium__figure--second .p-premium-desc__text {
    bottom: calc(7 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-premium__figure--third {
  width: 17.4vw;
}
@media (max-width: 768px) {
  .p-premium__figure--third {
    max-width: calc(150 * var(--width-ratio));
    width: 100%;
  }
}
.p-premium__figure--third .p-premium-desc__text {
  right: unset;
  left: calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-premium__figure--third .p-premium-desc__text {
    left: unset;
    right: calc(10 * var(--width-ratio));
    bottom: calc(7 * var(--width-ratio));
  }
}

.p-premium-desc__text {
  position: absolute;
  bottom: 0;
  right: calc(45 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-premium-desc__text {
    bottom: calc(10 * var(--width-ratio));
    right: calc(10 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-premium-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-premium-bottom {
    margin-top: calc(20 * var(--width-ratio));
    gap: calc(20 * var(--width-ratio));
  }
}

/**
* #Concept
*/
.p-concept__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(145 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concept__inner {
    padding: calc(22 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

.p-concept__title {
  max-width: calc(258 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-concept__title {
    max-width: calc(178 * var(--width-ratio));
  }
}

.p-concept__lead {
  margin-top: calc(48 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.8125;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-concept__lead {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    font-weight: 400;
    line-height: 2;
  }
}

.p-concept__figure {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(5 * var(--width-ratio));
  margin-top: calc(98 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concept__figure {
    gap: calc(1 * var(--width-ratio));
    margin-top: calc(30 * var(--width-ratio));
  }
}
.p-concept__figure img {
  max-width: calc(375 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concept__figure img {
    max-width: calc(117 * var(--width-ratio));
  }
}

.p-concept-area {
  margin-top: calc(60 * var(--width-ratio));
  margin-bottom: calc(100 * var(--width-ratio));
  padding: calc(55 * var(--width-ratio)) calc(49 * var(--width-ratio)) calc(47 * var(--width-ratio));
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .p-concept-area {
    width: 100vw;
    margin: calc(82 * var(--width-ratio)) calc(50% - 50vw) 0;
    padding: calc(32 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(55 * var(--width-ratio));
  }
}

.p-concept__heading {
  padding: calc(3 * var(--width-ratio)) calc(48 * var(--width-ratio));
  background: #464446;
  color: #fff;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-concept__heading {
    padding: calc(19 * var(--width-ratio)) calc(30 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.5;
  }
}

.p-concept__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(32 * var(--width-ratio));
  margin-top: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concept__list {
    flex-wrap: wrap;
    gap: calc(34 * var(--width-ratio));
    margin-top: calc(26 * var(--width-ratio));
  }
}

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

.p-concept__head {
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.1363636364;
}
@media (max-width: 768px) {
  .p-concept__head {
    font-size: calc(20 * var(--width-ratio));
    line-height: 2.35;
  }
}

.p-concept__text {
  margin-top: calc(4 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.2142857143;
  letter-spacing: -0.03em;
}

/**
* #Quality
*/
.p-quality {
  background: #464446;
}

.p-quality__inner {
  max-width: calc(1180 * var(--width-ratio));
  padding: calc(130 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(110 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__inner {
    padding: calc(38 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(84 * var(--width-ratio));
  }
}

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

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

.p-quality__lead {
  color: #fff;
}

.p-quality__text {
  margin-top: calc(10 * var(--width-ratio));
  color: #fff;
}
@media (max-width: 768px) {
  .p-quality__text {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-quality__figure {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(6 * var(--width-ratio));
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__figure {
    flex-flow: row wrap;
    gap: calc(5 * var(--width-ratio));
  }
}
.p-quality__figure img:first-child {
  max-width: calc(670 * var(--width-ratio));
}
.p-quality__figure img:nth-child(2) {
  max-width: calc(226 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__figure img:nth-child(2) {
    max-width: calc(170 * var(--width-ratio));
  }
}
.p-quality__figure img:nth-child(3) {
  max-width: calc(226 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__figure img:nth-child(3) {
    max-width: calc(170 * var(--width-ratio));
  }
}

.p-quality-area {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality-area {
    margin-top: calc(66 * var(--width-ratio));
  }
}

.p-quality__list {
  display: flex;
  align-items: stretch;
  gap: calc(6 * var(--width-ratio));
  margin-top: calc(6 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list {
    display: block;
    margin-top: calc(10 * var(--width-ratio));
  }
}
.p-quality__list:first-child {
  margin-top: 0;
}
.p-quality__list:first-child .p-quality__item {
  max-width: 100%;
  padding: calc(62 * var(--width-ratio)) calc(98 * var(--width-ratio)) calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:first-child .p-quality__item {
    padding: calc(32 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}
.p-quality__list:first-child .p-quality__item .p-quality__thumb {
  max-width: calc(940 * var(--width-ratio));
  margin-top: calc(66 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:first-child .p-quality__item .p-quality__thumb {
    margin-top: calc(30 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(2) .p-quality__item:first-child {
  max-width: calc(670 * var(--width-ratio));
  padding: calc(48 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(84 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(2) .p-quality__item:first-child {
    padding: calc(27 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(50 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(2) .p-quality__item:first-child .p-quality__thumb {
  max-width: calc(546 * var(--width-ratio));
  margin-top: calc(62 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(2) .p-quality__item:first-child .p-quality__thumb {
    margin-top: calc(36 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(2) .p-quality__item:nth-child(2) {
  max-width: calc(460 * var(--width-ratio));
  padding: calc(30 * var(--width-ratio)) calc(32 * var(--width-ratio)) calc(55 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(2) .p-quality__item:nth-child(2) {
    margin-top: calc(10 * var(--width-ratio));
    padding: calc(26 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(36 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(2) .p-quality__item:nth-child(2) .p-quality__thumb {
  max-width: calc(323 * var(--width-ratio));
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(2) .p-quality__item:nth-child(2) .p-quality__thumb {
    max-width: calc(278 * var(--width-ratio));
    margin-top: calc(33 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(2) .p-quality__item:nth-child(2) .p-quality__text {
  margin-top: calc(28 * var(--width-ratio));
  color: #518D52;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(2) .p-quality__item:nth-child(2) .p-quality__text {
    margin-top: calc(10 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.7;
  }
}
.p-quality__list:nth-child(3) .p-quality__item:first-child {
  max-width: calc(563 * var(--width-ratio));
  padding: calc(55 * var(--width-ratio)) calc(55 * var(--width-ratio)) calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(3) .p-quality__item:first-child {
    padding: calc(37 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(3) .p-quality__item:first-child .p-quality__thumb {
  max-width: calc(448 * var(--width-ratio));
  margin-top: calc(18 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(3) .p-quality__item:first-child .p-quality__thumb {
    max-width: calc(300 * var(--width-ratio));
    margin-top: calc(30 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(3) .p-quality__item:first-child .p-quality__text {
  margin-top: calc(24 * var(--width-ratio));
  color: #000;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(3) .p-quality__item:first-child .p-quality__text {
    margin-top: calc(10 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(3) .p-quality__item:nth-child(2) {
  max-width: calc(566 * var(--width-ratio));
  padding: calc(55 * var(--width-ratio)) calc(65 * var(--width-ratio)) calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(3) .p-quality__item:nth-child(2) {
    margin-top: calc(10 * var(--width-ratio));
    padding: calc(24 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}
.p-quality__list:nth-child(3) .p-quality__item:nth-child(2) .p-quality__thumb {
  max-width: calc(423 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-quality__list:nth-child(3) .p-quality__item:nth-child(2) .p-quality__thumb {
    max-width: calc(313 * var(--width-ratio));
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-quality__item {
  width: 100%;
  background: #fff;
}

.p-quality-catch {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-quality-catch {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.p-quality-catch span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.5;
}

.p-quality__thumb {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p-quality__caption {
  display: block;
  max-width: calc(324 * var(--width-ratio));
  width: 100%;
  margin: calc(28 * var(--width-ratio)) auto 0;
}

/**
* #Maintenance
*/
.p-maintenance {
  margin-top: calc(114 * var(--width-ratio));
  margin-bottom: calc(114 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance {
    margin-top: calc(80 * var(--width-ratio));
    margin-bottom: 0;
  }
}

.p-maintenance__title {
  color: #fff;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-maintenance__title {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.5;
  }
}

.p-maintenance__lead {
  margin-top: calc(28 * var(--width-ratio));
  color: #fff;
}
@media (max-width: 768px) {
  .p-maintenance__lead {
    margin-top: calc(8 * var(--width-ratio));
  }
}

.p-maintenance__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: calc(23 * var(--width-ratio));
  margin-top: calc(62 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__list {
    flex-wrap: wrap;
    gap: calc(30 * var(--width-ratio));
    margin-top: calc(48 * var(--width-ratio));
  }
}

.p-maintenance__item {
  max-width: calc(225 * var(--width-ratio));
  width: 100%;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .p-maintenance__item {
    display: flex;
    align-items: center;
    max-width: calc(310 * var(--width-ratio));
  }
}
.p-maintenance__item:first-child {
  padding: calc(27 * var(--width-ratio)) calc(48 * var(--width-ratio)) calc(35 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__item:first-child {
    gap: calc(48 * var(--width-ratio));
    padding: calc(28 * var(--width-ratio)) calc(43 * var(--width-ratio)) calc(38 * var(--width-ratio)) calc(34 * var(--width-ratio));
  }
}
.p-maintenance__item:first-child .p-maintenance__figure {
  max-width: calc(70 * var(--width-ratio));
  margin-bottom: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__item:first-child .p-maintenance__figure {
    max-width: calc(80 * var(--width-ratio));
    margin-bottom: 0;
  }
}
.p-maintenance__item:nth-child(2) {
  padding: calc(20 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__item:nth-child(2) {
    gap: calc(26 * var(--width-ratio));
    padding: calc(25 * var(--width-ratio)) calc(19 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(38 * var(--width-ratio));
  }
}
.p-maintenance__item:nth-child(2) .p-maintenance__figure {
  max-width: calc(58 * var(--width-ratio));
  margin-bottom: calc(17 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__item:nth-child(2) .p-maintenance__figure {
    max-width: calc(72 * var(--width-ratio));
    margin-bottom: 0;
  }
}
.p-maintenance__item:nth-child(3) {
  padding: calc(27 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(17 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__item:nth-child(3) {
    gap: calc(24 * var(--width-ratio));
    padding: calc(24 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(28 * var(--width-ratio));
  }
}
.p-maintenance__item:nth-child(3) .p-maintenance__figure {
  max-width: calc(72 * var(--width-ratio));
  margin-bottom: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-maintenance__item:nth-child(3) .p-maintenance__figure {
    max-width: calc(92 * var(--width-ratio));
    margin-bottom: 0;
  }
}

.p-maintenance__figure {
  width: 100%;
  margin: 0 auto;
}

/**
* #Location
*/
.p-location__inner {
  max-width: calc(1031 * var(--width-ratio));
  padding: calc(125 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location__inner {
    padding: calc(64 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-location__title {
  max-width: calc(220 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-location__title {
    max-width: calc(180 * var(--width-ratio));
  }
}

.p-location__lead {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location__lead {
    margin-top: calc(20 * var(--width-ratio));
  }
}

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

.p-location-address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location-address {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: calc(20 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-location-address__unit {
    width: 50%;
  }
}
.p-location-address__unit:nth-child(3), .p-location-address__unit:nth-child(4) {
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location-address__unit:nth-child(3), .p-location-address__unit:nth-child(4) {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-location-address__lead {
  padding-left: calc(32 * var(--width-ratio));
  font-size: calc(30 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4333333333;
}
@media (max-width: 768px) {
  .p-location-address__lead {
    padding-left: calc(16 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5384615385;
  }
}

.p-location-address__title {
  margin-top: calc(-20 * var(--width-ratio));
  font-size: calc(46 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-location-address__title {
    margin-top: calc(-20 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.5;
  }
}
.p-location-address__title span {
  font-size: calc(82 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-location-address__title span {
    font-size: calc(34 * var(--width-ratio));
  }
}

.p-location-address__text {
  padding-left: calc(32 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.3888888889;
}
@media (max-width: 768px) {
  .p-location-address__text {
    padding-left: calc(16 * var(--width-ratio));
    font-size: calc(8 * var(--width-ratio));
    line-height: 2.5;
  }
}

.p-location-exterior {
  display: flex;
  gap: calc(9 * var(--width-ratio));
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location-exterior {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-location-exterior__unit {
  max-width: calc(493 * var(--width-ratio));
  width: 100%;
}

.p-location-exterior__text {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-location-exterior__text {
    margin-top: calc(3 * var(--width-ratio));
    font-size: calc(10 * var(--width-ratio));
    line-height: 1.7;
  }
}

.p-location-access {
  margin-top: calc(60 * var(--width-ratio));
  margin-bottom: calc(135 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location-access {
    margin-top: calc(28 * var(--width-ratio));
    margin-bottom: 0;
  }
}

.p-location-map {
  width: 100%;
}
.p-location-map iframe {
  width: calc(995 * var(--width-ratio));
  height: calc(490 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location-map iframe {
    width: calc(361 * var(--width-ratio));
    height: calc(361 * var(--width-ratio));
  }
}

.p-location-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 38px;
  margin-top: calc(50 * var(--width-ratio));
  padding: 0 calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-location-area {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 20px;
    margin-top: calc(20 * var(--width-ratio));
    padding: 0;
  }
}

.p-location__name {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-location__name {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.7333333333;
  }
}

.p-location__distance {
  margin-top: calc(6 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-location__distance {
    margin-top: 0;
    font-size: calc(12 * var(--width-ratio));
  }
}

/**
* #Outline
*/
.p-outline__inner {
  max-width: calc(1164 * var(--width-ratio));
  padding: calc(50 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(98 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-outline__inner {
    padding: calc(24 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(100 * var(--width-ratio));
  }
}

.p-outline__title {
  max-width: calc(190 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-outline__title {
    max-width: calc(146 * var(--width-ratio));
  }
}

.p-outline-content {
  margin-top: calc(64 * var(--width-ratio));
  margin-bottom: calc(126 * var(--width-ratio));
  padding: calc(118 * var(--width-ratio)) calc(128 * var(--width-ratio)) calc(100 * var(--width-ratio));
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .p-outline-content {
    margin-top: calc(25 * var(--width-ratio));
    margin-bottom: 0;
    padding: calc(40 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(48 * var(--width-ratio));
  }
}

.p-outline__list {
  display: flex;
  align-items: baseline;
  gap: calc(70 * var(--width-ratio));
  margin: 0;
  padding-top: calc(6 * var(--width-ratio));
  padding-bottom: calc(6 * var(--width-ratio));
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 768px) {
  .p-outline__list {
    flex-wrap: wrap;
    gap: calc(8 * var(--width-ratio));
    padding-top: calc(20 * var(--width-ratio));
    padding-bottom: calc(20 * var(--width-ratio));
  }
}

.p-outline__term,
.p-outline__desc {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.4444444444;
  letter-spacing: 0.1em;
}

.p-outline__term {
  max-width: calc(180 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-outline__term {
    max-width: 100%;
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .p-outline__desc {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.4285714286;
  }
}

.p-outline-note {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-outline-note {
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-outline__text {
  margin-top: calc(15 * var(--width-ratio));
  padding-left: 1em;
  text-indent: -1em;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-outline__text {
    margin-top: 0;
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.4285714286;
    letter-spacing: normal;
  }
}
.p-outline__text:first-child {
  margin-top: 0;
}

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

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

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

/**
* #Text
*/
.u-text {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .u-text {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2;
  }
}

.u-text--center {
  text-align: center;
}

/**
* #Title
*/
.u-title {
  color: #008EAE;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.u-title--left {
  text-align: left;
}/*# sourceMappingURL=style.css.map */