@charset "UTF-8";
/* //////////////////////////////////////////

 アセット - 関数

////////////////////////////////////////// */
/* map-getの配列指定を省略するための関数 */
/*
 * フォントサイズ
 *
 * @param  string $size 要求するフォントサイズ
 * @param  string $unit 単位
 * @return string       rem と px の場合、単位付きの値。 em の場合は em 値に加工。
 */
/*
 * フォントサイズ 足し引き計算
 * _fs() のラッパー関数
 *
 * @param  string $size 要求するフォントサイズ
 * @param  string $unit 単位
 * @return string       rem と px の場合、単位付きの値。 em の場合は em 値に加工。
 */
/*
 * フォントサイズ em 計算
 *
 *  @param  string $av 求める値 (基本的に、単位必須)
 *  @param  string $rv 参照値   (基本的に、単位必須)
 *  @return string     計算済み em
 */
/*
 * パーセント計算
 *
 * @param  string $av 求める値 ( 単位必須 )
 * @param  string $rv 参照値 ( 単位必須 )
 * @return string     割合 ( % )
 */
/*
 * ハーフ・リーディング (half-leading) 計算
 *
 *  @param  string  $line  行サイズ (単位なし)
 *  @param  string  $size  フォントサイズ (単位なし)
 *  @param  boolean $debug デバッグするしない
 *  @return string         ハーフ・リーディング
 */
/*
 * 行間計算 (line-height)
 *
 * @param  string $line 行サイズ (単位必須)
 * @param  string $size フォントサイズ (単位必須)
 * @return string       行間
 */
/*
 * 文字間 (letter-spacing)
 *
 * @param  string $trakking 文字間 (単位不要)
 * @return string 文字間
 */
/*
 * 重なり順
 *
 * @param  string $name 要素の配列名
 * @return string       重なり値
 */
/*
 * Round (四捨五入)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Ceil (切り上げ)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Floor (切り捨て)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Round, Ceil, Floor より呼び出される
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @param  string $round  計算方法
 * @return string
 */
/*
 * Helper function for str-to-num fn.
 * Source: http://sassmeister.com/gist/9647408
 */
/*
 * Helper function for linear/radial-gradient-parsers.
 * Source: http://sassmeister.com/gist/9647408
 */
/*
 * cubic-bezier
 * http://www.knockknock.jp/archives/184
 * https://matthewlein.com/tools/ceaser
 *
 * @param  string $mode モード
 * @return string
 */
/*
 * テキストの境界線
 * 16分割して滑らか感をだす
 * https://www.chatwork.com/#!rid29164628-1972186661
 */
/*
 * SVGを背景として扱う場合のBase64処理
 * http://ithat.me/2016/11/20/sass-scss-function-svg-base64-encode
 */
/*
* z-indexの管理
*/
/* //////////////////////////////////////////

 # アセット - 変数
 - テーマ = 案件 とする

////////////////////////////////////////// */
/*
 * # パス
 * - アセット関係のパスを管理
 */
/*
 * # コンテナ幅
 * - テーマごとの主要な幅を管理
 * - 主に Component で使用
 */
/*
 * # ブレークポイント
 * - lg: Tablet Landscape & PC
 * - md: Tablet Portrait
 * - sm: SmartPhone Large Landscape
 * - xs: Phablet Portrait
 * - base: テーマのメイン幅
 * - max: テーマ（PSD）の最大実寸幅
 */
/*
 * # カラー
 * - テーマの主要カラーを管理
 * - Utility でループするので8個程度にとどめる
 */
/*
 * # フォントファミリー
 * - $fontFamily: どれだけ増やしても大丈夫（メモ用）
 * - $familyTheme: テーマごとに管理（Utility でループする）
 * - $font-family: テーマの基本となるフォントファミリー
 */
/*
 * # フォントファミリー
 * - テーマベースの日本語フォント
 */
/*
 * # フォントサイズ
 * - テーマのフォントサイズを管理
 */
/*
 * # フォントウェイト
 * - Utility でループ
 */
/* テーマベース */
/*
 * # スペース
 * - $font-size を基準に em に変換
 * - Component でループ
 */
/* 文字詰め */
/* 基礎余白 */
/* 基礎角丸 */
/* 余白リスト */
/* //////////////////////////////////////////

 アセット - Mixin

////////////////////////////////////////// */
/*
 * # メディアクエリー 横幅 以下
 */
/*
 * # メディアクエリー 横幅 自由
 */
/*
 * # メディアクエリー 横幅 以上
 */
/*
 * # メディアクエリー 縦幅 自由
 */
/*
 * # メディアクエリー 解像度
 */
/*
 * # メディアクエリー Orientation
 */
/*
 * # トリガー
 */


/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lyapnu");
  src: url("../fonts/icomoon.eot?lyapnu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lyapnu") format("truetype"), url("../fonts/icomoon.woff?lyapnu") format("woff"), url("../fonts/icomoon.svg?lyapnu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
  content: "\ea19";
}

.icon-popup:before {
  content: "\ea18";
}

.icon-pin:before {
  content: "\ea17";
}

.icon-activity-log:before {
  content: "\e900";
}

.icon-align-baseline:before {
  content: "\e901";
}

.icon-align-bottom:before {
  content: "\e902";
}

.icon-align-center:before {
  content: "\e903";
}

.icon-align-end:before {
  content: "\e904";
}

.icon-align-horizontal-centers:before {
  content: "\e905";
}

.icon-align-left:before {
  content: "\e906";
}

.icon-align-right:before {
  content: "\e907";
}

.icon-align-start:before {
  content: "\e908";
}

.icon-align-stretch:before {
  content: "\e909";
}

.icon-align-top:before {
  content: "\e90a";
}

.icon-align-vertical-centers:before {
  content: "\e90b";
}

.icon-all-sides:before {
  content: "\e90c";
}

.icon-angle:before {
  content: "\e90d";
}

.icon-archive:before {
  content: "\e90e";
}

.icon-arrow-bottom-left:before {
  content: "\e90f";
}

.icon-arrow-bottom-right:before {
  content: "\e910";
}

.icon-arrow-down:before {
  content: "\e911";
}

.icon-arrow-left:before {
  content: "\e912";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-top-left:before {
  content: "\e914";
}

.icon-arrow-top-right:before {
  content: "\e915";
}

.icon-arrow-up:before {
  content: "\e916";
}

.icon-aspect-ratio:before {
  content: "\e917";
}

.icon-avatar:before {
  content: "\e918";
}

.icon-backpack:before {
  content: "\e919";
}

.icon-badge:before {
  content: "\e91a";
}

.icon-bar-chart:before {
  content: "\e91b";
}

.icon-bell:before {
  content: "\e91c";
}

.icon-blending-mode:before {
  content: "\e91d";
}

.icon-bookmark:before {
  content: "\e91e";
}

.icon-border-all:before {
  content: "\e91f";
}

.icon-border-bottom:before {
  content: "\e920";
}

.icon-border-dashed:before {
  content: "\e921";
}

.icon-border-dotted:before {
  content: "\e922";
}

.icon-border-left:before {
  content: "\e923";
}

.icon-border-none:before {
  content: "\e924";
}

.icon-border-right:before {
  content: "\e925";
}

.icon-border-solid:before {
  content: "\e926";
}

.icon-border-split:before {
  content: "\e927";
}

.icon-border-style:before {
  content: "\e928";
}

.icon-border-top:before {
  content: "\e929";
}

.icon-box-model:before {
  content: "\e92a";
}

.icon-box:before {
  content: "\e92b";
}

.icon-button:before {
  content: "\e92c";
}

.icon-calendar:before {
  content: "\e92d";
}

.icon-camera:before {
  content: "\e92e";
}

.icon-card-stack-minus:before {
  content: "\e92f";
}

.icon-card-stack-plus:before {
  content: "\e930";
}

.icon-card-stack:before {
  content: "\e931";
}

.icon-caret-down:before {
  content: "\e932";
}

.icon-caret-left:before {
  content: "\e933";
}

.icon-caret-right:before {
  content: "\e934";
}

.icon-caret-sort:before {
  content: "\e935";
}

.icon-caret-up:before {
  content: "\e936";
}

.icon-chat-bubble:before {
  content: "\e937";
}

.icon-check-circled:before {
  content: "\e938";
}

.icon-check:before {
  content: "\e939";
}

.icon-checkbox:before {
  content: "\e93a";
}

.icon-chevron-down:before {
  content: "\e93b";
}

.icon-chevron-left:before {
  content: "\e93c";
}

.icon-chevron-right:before {
  content: "\e93d";
}

.icon-chevron-up:before {
  content: "\e93e";
}

.icon-circle-backslash:before {
  content: "\e93f";
}

.icon-clock:before {
  content: "\e940";
}

.icon-code:before {
  content: "\e941";
}

.icon-columns:before {
  content: "\e942";
}

.icon-commit:before {
  content: "\e943";
}

.icon-component-1:before {
  content: "\e944";
}

.icon-component-2:before {
  content: "\e945";
}

.icon-component-boolean:before {
  content: "\e946";
}

.icon-component-instance:before {
  content: "\e947";
}

.icon-component-none:before {
  content: "\e948";
}

.icon-component-placeholder:before {
  content: "\e949";
}

.icon-container:before {
  content: "\e94a";
}

.icon-corner-bottom-left:before {
  content: "\e94b";
}

.icon-corner-bottom-right:before {
  content: "\e94c";
}

.icon-corner-top-left:before {
  content: "\e94d";
}

.icon-corner-top-right:before {
  content: "\e94e";
}

.icon-corners:before {
  content: "\e94f";
}

.icon-countdown-timer:before {
  content: "\e950";
}

.icon-counter-clockwise-clock:before {
  content: "\e951";
}

.icon-crop:before {
  content: "\e952";
}

.icon-cross-1:before {
  content: "\e953";
}

.icon-cross-2:before {
  content: "\e954";
}

.icon-cross-circled:before {
  content: "\e955";
}

.icon-crosshair-1:before {
  content: "\e956";
}

.icon-crosshair-2:before {
  content: "\e957";
}

.icon-crumpled-paper:before {
  content: "\e958";
}

.icon-cube:before {
  content: "\e959";
}

.icon-cursor-arrow:before {
  content: "\e95a";
}

.icon-cursor-text:before {
  content: "\e95b";
}

.icon-dashboard:before {
  content: "\e95c";
}

.icon-dimensions:before {
  content: "\e95d";
}

.icon-disc:before {
  content: "\e95e";
}

.icon-divider-horizontal:before {
  content: "\e95f";
}

.icon-divider-vertical:before {
  content: "\e960";
}

.icon-dot-solid:before {
  content: "\e961";
}

.icon-dot:before {
  content: "\e962";
}

.icon-dots-horizontal:before {
  content: "\e963";
}

.icon-dots-vertical:before {
  content: "\e964";
}

.icon-double-arrow-down:before {
  content: "\e965";
}

.icon-double-arrow-left:before {
  content: "\e966";
}

.icon-double-arrow-right:before {
  content: "\e967";
}

.icon-double-arrow-up:before {
  content: "\e968";
}

.icon-download:before {
  content: "\e969";
}

.icon-drag-handle-dots-1:before {
  content: "\e96a";
}

.icon-drag-handle-dots-2:before {
  content: "\e96b";
}

.icon-drag-handle-horizontal:before {
  content: "\e96c";
}

.icon-drag-handle-vertical:before {
  content: "\e96d";
}

.icon-drawing-pin-solid:before {
  content: "\e96e";
}

.icon-drawing-pin:before {
  content: "\e96f";
}

.icon-dropdown-menu:before {
  content: "\e970";
}

.icon-enter-full-screen:before {
  content: "\e971";
}

.icon-enter:before {
  content: "\e972";
}

.icon-envelope-closed:before {
  content: "\e973";
}

.icon-envelope-open:before {
  content: "\e974";
}

.icon-exclamation-triangle:before {
  content: "\e975";
}

.icon-exit-full-screen:before {
  content: "\e976";
}

.icon-exit:before {
  content: "\e977";
}

.icon-external-link:before {
  content: "\e978";
}

.icon-eye-closed:before {
  content: "\e979";
}

.icon-eye-open:before {
  content: "\e97a";
}

.icon-face:before {
  content: "\e97b";
}

.icon-figma-logo:before {
  content: "\e97c";
}

.icon-file-minus:before {
  content: "\e97d";
}

.icon-file-plus:before {
  content: "\e97e";
}

.icon-file-text:before {
  content: "\e97f";
}

.icon-file:before {
  content: "\e980";
}

.icon-font-bold:before {
  content: "\e981";
}

.icon-font-family:before {
  content: "\e982";
}

.icon-font-italic:before {
  content: "\e983";
}

.icon-font-roman:before {
  content: "\e984";
}

.icon-font-size:before {
  content: "\e985";
}

.icon-font-style:before {
  content: "\e986";
}

.icon-frame:before {
  content: "\e987";
}

.icon-framer-logo:before {
  content: "\e988";
}

.icon-gear:before {
  content: "\e989";
}

.icon-github-logo:before {
  content: "\e98a";
}

.icon-globe:before {
  content: "\e98b";
}

.icon-grid:before {
  content: "\e98c";
}

.icon-group:before {
  content: "\e98d";
}

.icon-half-1:before {
  content: "\e98e";
}

.icon-half-2:before {
  content: "\e98f";
}

.icon-hamburger-menu:before {
  content: "\e990";
}

.icon-hand:before {
  content: "\e991";
}

.icon-heading:before {
  content: "\e992";
}

.icon-height:before {
  content: "\e993";
}

.icon-home:before {
  content: "\e994";
}

.icon-iconjar-logo:before {
  content: "\e995";
}

.icon-id-card:before {
  content: "\e996";
}

.icon-image:before {
  content: "\e997";
}

.icon-info-circled:before {
  content: "\e998";
}

.icon-input:before {
  content: "\e999";
}

.icon-justify-center:before {
  content: "\e99a";
}

.icon-justify-end:before {
  content: "\e99b";
}

.icon-justify-start:before {
  content: "\e99c";
}

.icon-justify-stretch:before {
  content: "\e99d";
}

.icon-lap-timer:before {
  content: "\e99e";
}

.icon-layers:before {
  content: "\e99f";
}

.icon-layout:before {
  content: "\e9a0";
}

.icon-letter-case-capitalize:before {
  content: "\e9a1";
}

.icon-letter-case-lowercase:before {
  content: "\e9a2";
}

.icon-letter-case-toggle:before {
  content: "\e9a3";
}

.icon-letter-case-uppercase:before {
  content: "\e9a4";
}

.icon-letter-spacing:before {
  content: "\e9a5";
}

.icon-lightning-bolt:before {
  content: "\e9a6";
}

.icon-line-height:before {
  content: "\e9a7";
}

.icon-link-1:before {
  content: "\e9a8";
}

.icon-link-2:before {
  content: "\e9a9";
}

.icon-link-break-1:before {
  content: "\e9aa";
}

.icon-link-break-2:before {
  content: "\e9ab";
}

.icon-link-none-1:before {
  content: "\e9ac";
}

.icon-link-none-2:before {
  content: "\e9ad";
}

.icon-list-bullet:before {
  content: "\e9ae";
}

.icon-lock-closed:before {
  content: "\e9af";
}

.icon-lock-open-1:before {
  content: "\e9b0";
}

.icon-lock-open-2:before {
  content: "\e9b1";
}

.icon-loop:before {
  content: "\e9b2";
}

.icon-magic-wand:before {
  content: "\e9b3";
}

.icon-magnifying-glass:before {
  content: "\e9b4";
}

.icon-margin:before {
  content: "\e9b5";
}

.icon-mask-off:before {
  content: "\e9b6";
}

.icon-mask-on:before {
  content: "\e9b7";
}

.icon-minus-circled:before {
  content: "\e9b8";
}

.icon-minus:before {
  content: "\e9b9";
}

.icon-mix:before {
  content: "\e9ba";
}

.icon-mixer-horizontal:before {
  content: "\e9bb";
}

.icon-mixer-vertical:before {
  content: "\e9bc";
}

.icon-modulz-logo:before {
  content: "\e9bd";
}

.icon-moon:before {
  content: "\e9be";
}

.icon-move:before {
  content: "\e9bf";
}

.icon-opacity:before {
  content: "\e9c0";
}

.icon-overline:before {
  content: "\e9c1";
}

.icon-padding:before {
  content: "\e9c2";
}

.icon-paper-plane:before {
  content: "\e9c3";
}

.icon-pause:before {
  content: "\e9c4";
}

.icon-pencil-1:before {
  content: "\e9c5";
}

.icon-pencil-2:before {
  content: "\e9c6";
}

.icon-person:before {
  content: "\e9c7";
}

.icon-pie-chart:before {
  content: "\e9c8";
}

.icon-pilcrow:before {
  content: "\e9c9";
}

.icon-pin-bottom:before {
  content: "\e9ca";
}

.icon-pin-left:before {
  content: "\e9cb";
}

.icon-pin-right:before {
  content: "\e9cc";
}

.icon-pin-top:before {
  content: "\e9cd";
}

.icon-play:before {
  content: "\e9ce";
}

.icon-plus-circled:before {
  content: "\e9cf";
}

.icon-plus:before {
  content: "\e9d0";
}

.icon-question-mark-circled:before {
  content: "\e9d1";
}

.icon-question-mark:before {
  content: "\e9d2";
}

.icon-quote:before {
  content: "\e9d3";
}

.icon-radiobutton:before {
  content: "\e9d4";
}

.icon-reader:before {
  content: "\e9d5";
}

.icon-reload:before {
  content: "\e9d6";
}

.icon-reset:before {
  content: "\e9d7";
}

.icon-resume:before {
  content: "\e9d8";
}

.icon-rocket:before {
  content: "\e9d9";
}

.icon-rotate-counter-clockwise:before {
  content: "\e9da";
}

.icon-rows:before {
  content: "\e9db";
}

.icon-section:before {
  content: "\e9dc";
}

.icon-sewing-pin-solid:before {
  content: "\e9dd";
}

.icon-sewing-pin:before {
  content: "\e9de";
}

.icon-shadow-none:before {
  content: "\e9df";
}

.icon-shadow:before {
  content: "\e9e0";
}

.icon-share-1:before {
  content: "\e9e1";
}

.icon-share-2:before {
  content: "\e9e2";
}

.icon-shuffle:before {
  content: "\e9e3";
}

.icon-size:before {
  content: "\e9e4";
}

.icon-sketch-logo:before {
  content: "\e9e5";
}

.icon-slash:before {
  content: "\e9e6";
}

.icon-slider:before {
  content: "\e9e7";
}

.icon-speaker-loud:before {
  content: "\e9e8";
}

.icon-speaker-moderate:before {
  content: "\e9e9";
}

.icon-speaker-off:before {
  content: "\e9ea";
}

.icon-speaker-quiet:before {
  content: "\e9eb";
}

.icon-square:before {
  content: "\e9ec";
}

.icon-stack:before {
  content: "\e9ed";
}

.icon-stitches-logo:before {
  content: "\e9ee";
}

.icon-stop:before {
  content: "\e9ef";
}

.icon-stopwatch:before {
  content: "\e9f0";
}

.icon-strikethrough:before {
  content: "\e9f1";
}

.icon-sun:before {
  content: "\e9f2";
}

.icon-switch:before {
  content: "\e9f3";
}

.icon-symbol:before {
  content: "\e9f4";
}

.icon-table:before {
  content: "\e9f5";
}

.icon-target:before {
  content: "\e9f6";
}

.icon-text-align-center:before {
  content: "\e9f7";
}

.icon-text-align-justify:before {
  content: "\e9f8";
}

.icon-text-align-left:before {
  content: "\e9f9";
}

.icon-text-align-right:before {
  content: "\e9fa";
}

.icon-text:before {
  content: "\e9fb";
}

.icon-thick-arrow-down:before {
  content: "\e9fc";
}

.icon-thick-arrow-left:before {
  content: "\e9fd";
}

.icon-thick-arrow-right:before {
  content: "\e9fe";
}

.icon-thick-arrow-up:before {
  content: "\e9ff";
}

.icon-timer:before {
  content: "\ea00";
}

.icon-tokens:before {
  content: "\ea01";
}

.icon-track-next:before {
  content: "\ea02";
}

.icon-track-previous:before {
  content: "\ea03";
}

.icon-trash:before {
  content: "\ea04";
}

.icon-triangle-down:before {
  content: "\ea05";
}

.icon-triangle-left:before {
  content: "\ea06";
}

.icon-triangle-right:before {
  content: "\ea07";
}

.icon-triangle-up:before {
  content: "\ea08";
}

.icon-twitter-logo:before {
  content: "\ea09";
}

.icon-underline:before {
  content: "\ea0a";
}

.icon-update:before {
  content: "\ea0b";
}

.icon-upload:before {
  content: "\ea0c";
}

.icon-value-none:before {
  content: "\ea0d";
}

.icon-value:before {
  content: "\ea0e";
}

.icon-video:before {
  content: "\ea0f";
}

.icon-view-grid:before {
  content: "\ea10";
}

.icon-view-horizontal:before {
  content: "\ea11";
}

.icon-view-none:before {
  content: "\ea12";
}

.icon-view-vertical:before {
  content: "\ea13";
}

.icon-width:before {
  content: "\ea14";
}

.icon-zoom-in:before {
  content: "\ea15";
}

.icon-zoom-out:before {
  content: "\ea16";
}

/*
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 *
 * + original
 *
 */
@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* //////////////////////////////////////////

独自の初期化スタイル

////////////////////////////////////////// */
* {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  list-style: none;
  border-spacing: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  min-width: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100%;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #ffffff;
  font-family: "Roboto", "Arial", "Noto-Sans-JP", "Noto Sans JP", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-style: none;
}

img[src$=".svg"]:not([width]), img[src*=".svg?"]:not([width]) {
  width: 100%;
}

svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  fill: currentColor;
}

a {
  color: #121758;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

a:focus {
  outline: none;
}

.pc a[href^="tel"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
}

a:hover, a:focus {
  text-decoration: none;
}

.sp a:hover, .sp a:focus {
  text-decoration: none;
}

button,
[type="submit"],
label[for] {
  cursor: pointer;
}

img[align="left"] + p {
  margin-top: 0;
}

img[align="right"] + p {
  margin-top: 0;
}

input[type="url"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  border: 1px solid #b0b8c5;
  background-color: #f4f4f4;
  outline: none !important;
  width: 100%;
  padding: 12px 16px;
  height: 44px;
  border-radius: 6px;
  -webkit-transition: border-color .25s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
  transition: border-color .25s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #fd8124;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
}

input[type="url"]:not(:placeholder-shown),
input[type="tel"]:not(:placeholder-shown),
input[type="text"]:not(:placeholder-shown),
input[type="number"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
input[type="password"]:not(:placeholder-shown),
input[type="search"]:not(:placeholder-shown),
textarea:not(:placeholder-shown),
select:not(:placeholder-shown) {
  background-color: #ffffff;
}

input[type="url"].not-valid,
input[type="tel"].not-valid,
input[type="text"].not-valid,
input[type="number"].not-valid,
input[type="email"].not-valid,
input[type="password"].not-valid,
input[type="search"].not-valid,
textarea.not-valid,
select.not-valid {
  border-color: #d82338;
  background-color: #ffffff;
}

input[type="url"].not-valid:focus,
input[type="tel"].not-valid:focus,
input[type="text"].not-valid:focus,
input[type="number"].not-valid:focus,
input[type="email"].not-valid:focus,
input[type="password"].not-valid:focus,
input[type="search"].not-valid:focus,
textarea.not-valid:focus,
select.not-valid:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(216, 35, 56, 0.5);
}

html.sp input[type="url"], html.sp
input[type="tel"], html.sp
input[type="text"], html.sp
input[type="number"], html.sp
input[type="email"], html.sp
input[type="password"], html.sp
input[type="search"], html.sp
textarea, html.sp
select {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

select {
  /* Firefox 36+ */
  -moz-appearance: none;
  /* Chrome 41+ */
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 16px;
  /* IE10以上 デフォルト矢印を消す */
  /* Firefoxのフォーカスされた時の点線を消す */
}

select::-ms-expand {
  display: none;
}

input[type="file"] {
  cursor: pointer !important;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"] {
  border-radius: 3px;
}

input[type="radio"],
input[type="checkbox"] {
  background-color: gray;
  border-style: solid;
  color: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
}

input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

textarea {
  min-height: 200px;
}

input[type="radio"].ui-radio {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 2px solid #b0b8c5;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  box-shadow: inset 0 0 0 10px #ffffff;
  border-radius: 50%;
  background-color: #ffffff !important;
  outline: none;
  margin-right: 5px !important;
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
}

input[type="radio"].ui-radio:checked {
  box-shadow: inset 0 0 0 3px #ffffff;
  background-color: #fd8124 !important;
}

label.error {
  margin: 0.5em 0 0 0;
  padding: 5px;
  background: #f00;
  color: #fff;
  text-shadow: none;
  display: block;
}

html.sp .l-body {
  height: 100vh;
  height: -webkit-fill-available;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/* //////////////////////////////////////////
 # Layout - build
////////////////////////////////////////// */
.l-clone {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  background-color: #ffffff;
}

.l-clone.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-clone .l-nav_list {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
}

/* //////////////////////////////////////////
 # Layout -
////////////////////////////////////////// */
.l-container {
  width: 100%;
  min-width: 320px;
}

.l-container.space-1 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.l-container.space-2 {
  padding-top: 50px;
  padding-bottom: 90px;
}

.l-container.space-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-container.space-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-container.space-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-container.space-top {
  padding-top: 50px;
}

.l-container.space-bottom {
  padding-bottom: 50px;
}

.l-container.-bg-light {
  background: rgba(253, 129, 36, 0.07);
}

.l-container.-bg-line {
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(253, 129, 36, 0.3) 0, rgba(253, 129, 36, 0.3) 1px, transparent 0, transparent 50%);
  background-image: repeating-linear-gradient(-45deg, rgba(253, 129, 36, 0.3) 0, rgba(253, 129, 36, 0.3) 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
}

.l-container.-bg-home-stretch {
  background: -webkit-linear-gradient(top, white 0%, white 40%, rgba(255, 255, 255, 0) 100%) no-repeat top left, url("../images/home/img-bg-01.jpg") no-repeat center center;
  background: linear-gradient(to bottom, white 0%, white 40%, rgba(255, 255, 255, 0) 100%) no-repeat top left, url("../images/home/img-bg-01.jpg") no-repeat center center;
  background-size: 100% 60%, cover;
  padding-bottom: 90px;
}

.l-container.bg-about {
  background: url("../images/about/hero-about.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 200px;
}

.l-container_inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
}

.l-container_inner.-fotter-banner {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(17.01031%, env( safe-area-inset-left )));
  padding-right: calc( max(17.01031%, env( safe-area-inset-right )));
}

.l-container_inner.-max-w-970 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
}

.l-container_inner.-news {
  max-width: 980px;
}

.l-container_inner.-detail {
  max-width: 1080px;
}

.l-container_inner.-beginner-anchor {
  padding-top: 50px;
  margin-top: -50px;
}

.l-footer-add {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.l-footer-add_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-add_item {
  padding-left: 24px;
  padding-right: 24px;
}

.l-footer-add_item + .l-footer-add_item {
  border-left: 1px dotted #848484;
}

.l-footer-add_item ._name,
.l-footer-add_item ._address {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.l-footer-add_item ._name {
  font-weight: 700;
  margin-bottom: 8px;
}

.l-footer-add_item ._address {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.l-footer-contact {
  width: 100%;
  min-width: 320px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  background: url("../images/common/img-bg-contact.jpg") no-repeat center center;
  background-size: cover;
}

.l-footer-contact_inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
}

.l-footer-contact_text {
  display: inline-block;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
}

.l-footer-contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}

.l-footer-contact_tel img {
  margin-right: 8px;
  position: relative;
  top: -6px;
}

.l-footer-contact_tel span {
  color: #ffffff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 50px;
  font-size: 5rem;
}

.l-footer-contact_time {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  padding: 3px 69px;
  margin-bottom: 24px;
}

.l-footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-nav_item {
  padding-left: 6px;
  padding-right: 6px;
}

.l-footer-nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 7px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .25s;
  transition: all .25s;
  background-color: #ffffff;
}

.l-footer-nav_link:hover {
  background-color: #f4f4f4;
}

.l-footer-nav_link:before {
  content: '\e934';
  font-family: 'icomoon' !important;
  background-color: #fd8124;
  color: #ffffff;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3px;
  border-radius: 4px;
}

.l-footer-sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-sns_inner {
  margin-top: 30px;
  border-radius: 12px;
  padding: 0 30px 20px;
  text-align: center;
}

.l-footer-sns_ttl {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  top: -14px;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}

.l-footer-sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-sns_item {
  padding-left: 6px;
  padding-right: 6px;
}

.l-footer-sns_link {
  width: 100%;
  max-width: 40px;
  display: block;
}

/* //////////////////////////////////////////
 # Layout - footer
////////////////////////////////////////// */
.l-footer {
  width: 100%;
  min-width: 320px;
}

.l-footer_container {
  padding-top: 46px;
  padding-bottom: 46px;
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(12.66667%, env( safe-area-inset-left )));
  padding-right: calc( max(12.66667%, env( safe-area-inset-right )));
}

.l-footer_logo {
  width: 100%;
  padding-top: 54px;
  padding-bottom: 30px;
  text-align: center;
}

.l-footer_logo-img {
  display: inline-block;
}

.l-footer_logo-text span {
  display: inline-block;
  line-height: 1;
}

.l-footer_logo-text ._small {
  font-size: 15px;
  font-size: 1.5rem;
}

.l-footer_logo-text ._middle {
  font-size: 22px;
  font-size: 2.2rem;
}

.l-footer_cp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #fd8124;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* //////////////////////////////////////////
 # Layout - footerNav
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout - header
////////////////////////////////////////// */
.l-header {
  width: 100%;
  max-width: 1170px;
  min-width: 320px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 102;
  padding-left: 20px;
  padding-right: 20px;
}

.l-header_outer {
  width: 100%;
  background-color: #ffffff;
  border-top: 4px solid #fd8124;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
}

.l-header_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.l-header_logo {
  margin-right: auto;
  width: 420px;
  -webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 0;
}

.l-header_logo a {
  display: block;
  width: 280px;
}

.l-header_logo img {
  vertical-align: middle;
}

.l-header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header_tel {
  width: 220px;
  display: block;
  margin-right: 20px;
}

.l-header_contact {
  width: 180px;
  height: 100%;
  background-color: #fd8124;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-hero {
  width: 100%;
  min-width: 320px;
  position: relative;
  background: url("../images/common/bg-shape.svg") center bottom -2px/102% no-repeat, url("../images/common/bg-hero@2x.jpg") center center/cover no-repeat;
}

.l-hero_inner {
  width: 100%;
}

.l-hero_ttl {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(23px, 2vw, 30px);
  font-size: clamp(2.3rem, 2vw, 3rem);
  font-weight: 700;
  padding-top: 210px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* //////////////////////////////////////////
 # Layout - loading
////////////////////////////////////////// */
.l-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .25s linear .2s, z-index .25s linear .2s, visibility .25s linear .2s;
  transition: opacity .25s linear .2s, z-index .25s linear .2s, visibility .25s linear .2s;
  z-index: 9999;
}

.l-loading.is-complete {
  opacity: 0;
  
  visibility: hidden;
  z-index: -1;
}

.l-loading.is-complete:before {
  width: 0%;
}

.l-loading:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background-color: #151611;
  -webkit-transition: width 0.65s cubic-bezier(0.24, 0.92, 0.73, 1) 0s;
  transition: width 0.65s cubic-bezier(0.24, 0.92, 0.73, 1) 0s;
}

.l-loading_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-loading_num {
  color: #ffffff;
}

.l-loading_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.l-loading_bar_bg {
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

/* //////////////////////////////////////////
 # Layout - main
////////////////////////////////////////// */
.l-main {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-main_bottom {
  margin-top: auto;
}

.l-menu {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 99;
  background: #faf9f6;
  border-top: 1px solid #cfd4dc;
  display: none;
}

html.menu-open .l-menu {
  display: block;
}

.l-menu_body {
  height: calc(100vh - 54px);
  overflow: auto;
}

.l-menu_item {
  border-bottom: 1px solid #cfd4dc;
}

.l-menu_link {
  width: 100%;
  display: block;
  position: relative;
  color: #666666;
  padding: 12px 24px 12px 12px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.l-menu_link:not(span):before {
  content: '\e934';
  font-family: 'icomoon' !important;
  color: #909bae;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-menu_child {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.l-menu_child li {
  border-top: 1px dotted #cfd4dc;
}

.l-menu_child a {
  width: 100%;
  display: block;
  position: relative;
  padding: 9px 24px 9px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #666666;
}

.l-menu_child a:before {
  content: '\e934';
  font-family: 'icomoon' !important;
  color: #909bae;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-menu_bottom {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* //////////////////////////////////////////
 # Layout - menuIcon
////////////////////////////////////////// */
.l-menuIconWrapper {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: box-shadow .25s ease-in, background-color .25s liner;
  transition: box-shadow .25s ease-in, background-color .25s liner;
  position: fixed;
  top: 3px;
  right: 8px;
  z-index: 9900;
  display: none;
}

.l-menuIconWrapper.active {
  background-color: transparent;
}

.l-menuIcon {
  position: relative;
  width: 23px;
  height: 18px;
  cursor: pointer;
}

.l-menuIcon, .l-menuIcon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.l-menuIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
  border-radius: 4px;
}

.l-menuIcon span:nth-child(1) {
  top: 0;
  -webkit-animation: border01 .55s forwards;
          animation: border01 .55s forwards;
}

.l-menuIcon span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .05s .05s;
  transition: all .05s .05s;
  opacity: 1;
  
}

.l-menuIcon span:nth-child(3) {
  bottom: 0;
  -webkit-animation: border03 .55s forwards;
          animation: border03 .55s forwards;
}

.l-menuIcon.active span:nth-child(1) {
  -webkit-animation: active-border01 .55s forwards;
          animation: active-border01 .55s forwards;
}

.l-menuIcon.active span:nth-child(2) {
  opacity: 0;
  
}

.l-menuIcon.active span:nth-child(3) {
  -webkit-animation: active-border03 .55s forwards;
          animation: active-border03 .55s forwards;
}

@-webkit-keyframes border01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes border01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes border03 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes border03 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-border01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-border01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes active-border03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-border03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

/* //////////////////////////////////////////
 # Layout - modal
////////////////////////////////////////// */
.l-modal {
  width: 100%;
  min-height: 100vh;
  background-origin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.l-modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(222, 211, 218, 0.8);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-modal__container {
  width: 530px;
  background: #ecedf1;
  border-radius: 10px;
  box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.2);
  margin: 24px;
  z-index: 2;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.l-modal__container::-webkit-scrollbar {
  display: none;
}

.l-modal__closeInner {
  display: block;
  position: relative;
  width: calc(100% - 24px);
  height: 44px;
  margin: 12px auto 0;
}

.l-modal__closeBtn {
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.l-modal__closeBtn:hover {
  text-decoration: none;
}

.l-modal__closeBtn:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  
  -webkit-transition: all 0.2s cubic-bezier(0.02, 1.07, 0.6, 1.47);
  transition: all 0.2s cubic-bezier(0.02, 1.07, 0.6, 1.47);
}

.l-modal__closeBtn:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 100%;
  background-color: #ecedf1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  
}

.l-modal__closeBtn .icon-plus {
  font-size: 20px;
  color: #909bae;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-modal__inner {
  padding: 35px 50px 100px;
}

.l-modal__lineLogo {
  text-align: center;
}

.l-modal__lineLogo img {
  width: 70px;
}

.l-modal__lineLogo + .l-modal__caption {
  margin-top: 25px;
}

.l-modal__caption {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fd8124;
  margin-bottom: 40px;
}

.l-modal__btnWrapper {
  max-width: 340px;
  margin: 18px auto;
}

.l-modal__notes {
  text-align: center;
  line-height: 1.3;
}

.l-modal__notes span {
  font-size: 13px;
  font-weight: 400;
  color: #fd8124;
}

.l-modal.modal-show {
  opacity: 1;
  
  visibility: visible;
}

.l-modal.modal-show .l-modal__container {
  opacity: 1;
  
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-modal__qr {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.l-modal__qrImage {
  width: 150px;
  border: 1px solid #37404f;
}

.l-modal__text {
  margin-bottom: 50px;
}

/* //////////////////////////////////////////
 # Layout - mv
////////////////////////////////////////// */
.l-mv {
  width: 100%;
  position: relative;
}

.l-mv_inner {
  width: 100%;
}

.l-mv img {
  width: 100%;
}

.l-mv_cp {
  text-align: center;
  color: #ffffff;
}

.l-mv_cp ._en {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.5px;
  letter-spacing: -.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  font-size: 3.1rem;
  font-size: clamp(18px, 2.06667vw, 31px);
  font-size: clamp(1.8rem, 2.06667vw, 3.1rem);
  margin-bottom: 15px;
}

.l-mv_cp ._en span {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.l-mv_cp ._en span:nth-child(1) {
  letter-spacing: 0.1px;
  letter-spacing: .01rem;
}

.l-mv_cp ._en span:nth-child(2) {
  letter-spacing: 1px;
  letter-spacing: .1rem;
  margin-top: -17px;
}

.l-mv_cp ._jp {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(10px, 0.86667vw, 13px);
  font-size: clamp(1rem, 0.86667vw, 1.3rem);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* //////////////////////////////////////////
 # Layout - nav
////////////////////////////////////////// */
.l-nav {
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-top: 1px solid #d0d0d0;
}

.l-nav_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-nav_item {
  width: 16.666666667%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.l-nav_item:first-child .l-nav_link {
  border-left: 1px dotted #b9b9b9;
}

.l-nav_item:focus .l-nav_child, .l-nav_item:hover .l-nav_child {
  visibility: visible;
  opacity: 1;
  
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-nav_link {
  width: 100%;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  color: #666666;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px;
  border-right: 1px dotted #b9b9b9;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}

.l-nav_link:hover {
  color: #fd8124;
}

.l-nav_child {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 200;
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
  
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: visibility .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
  transition: visibility .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out, visibility .25s ease-out, opacity .25s ease-out;
  transition: transform .25s ease-out, visibility .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
}

.l-nav_child li {
  margin-top: 1px;
}

.l-nav_child a {
  position: relative;
  display: block;
  background-color: #fd8124;
  color: #ffffff;
  font-size: clamp(14px, 1.13333vw, 17px);
  font-size: clamp(1.4rem, 1.13333vw, 1.7rem);
  line-height: 1.3;
  padding: 10px 30px 10px 15px;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.l-nav_child a:hover {
  background-color: #fd9242;
}

.l-nav_child a:after {
  content: '\e934';
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-slide-img {
  width: 100%;
  position: relative;
}

.l-slide-img:before {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  padding-top: 50.66667%;
  background-color: gray;
}

.l-slide-img_inner {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-slide-img_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #ffffff;
  margin-bottom: 24px;
}

.l-sns_link {
  width: 36px;
  display: block;
  color: #ffffff;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.l-sns_link:hover {
  opacity: .5;
  
}

.l-sns_link img {
  width: 100%;
}

/* //////////////////////////////////////////
 # Layout - trigger
////////////////////////////////////////// */
/* //////////////////////////////////////////
 # Layout -
////////////////////////////////////////// */
.c-menu-btn {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 21;
  mix-blend-mode: exclusion;
}

.c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-01 {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-03 {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.c-menu-btn_inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

html.menu-open .c-menu-btn_inner {
  border: 1px solid transparent;
}

.c-menu-btn_dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  height: 17px;
  opacity: 1;
  
  visibility: visible;
  -webkit-transition: opacity .05s linear, visibility .05s linear;
  transition: opacity .05s linear, visibility .05s linear;
}

.c-menu-btn_dotted.is-hidden {
  opacity: 0;
  
  visibility: hidden;
}

.c-menu-btn_dotted > .circle {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: #ffffff;
}

.c-menu-btn_dotted > .circle.circle-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.c-menu-btn_dotted > .circle.circle-03 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.c-menu-btn_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 14px;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  
  visibility: hidden;
  -webkit-transition: width .2s linear, opacity .05s linear, visibility .05s linear;
  transition: width .2s linear, opacity .05s linear, visibility .05s linear;
}

.c-menu-btn_line.is-visible {
  width: 34px;
  opacity: 1;
  
  visibility: visible;
}

.c-menu-btn_line.is-visible > .c-menu-btn_line-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-menu-btn_line.is-visible > .c-menu-btn_line-inner .line-01 {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.c-menu-btn_line.is-visible > .c-menu-btn_line-inner .line-02 {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

.c-menu-btn_line-inner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform .2s ease-out .3s;
  transition: -webkit-transform .2s ease-out .3s;
  transition: transform .2s ease-out .3s;
  transition: transform .2s ease-out .3s, -webkit-transform .2s ease-out .3s;
}

.c-menu-btn_line-inner .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .2s linear .2s;
  transition: -webkit-transform .2s linear .2s;
  transition: transform .2s linear .2s;
  transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
}

.c-mouse-stalker, .c-mouse-stalker.view-more, .c-mouse-stalker.view-point {
  -webkit-transition: visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, -webkit-transform 0.1s ease-out;
  transition: visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s;
  transition: transform 0.1s ease-out, visibility 0.2s, opacity 0.2s, width 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, height 0.4s cubic-bezier(0, 0.83, 0.38, 1.2) 0.12s, -webkit-transform 0.1s ease-out;
}

.c-mouse-stalker {
  width: 10px;
  height: 10px;
  position: fixed;
  top: -5px;
  left: -5px;
  z-index: 90;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
  mix-blend-mode: exclusion;
}

html.sp .c-mouse-stalker {
  display: none !important;
}

.c-mouse-stalker.view-more {
  width: 130px;
  height: 130px;
  top: -65px;
  left: -65px;
  visibility: visible;
  opacity: 1;
  
  mix-blend-mode: exclusion;
}

.c-mouse-stalker.view-more .c-mouse-stalker_inner:before {
  content: 'Learn more';
  color: black;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2.5px;
  letter-spacing: .25rem;
  white-space: nowrap;
}

.c-mouse-stalker.view-point {
  width: 44px;
  height: 44px;
  top: -22px;
  left: -22px;
  visibility: visible;
  opacity: 1;
  
  mix-blend-mode: exclusion;
}

.c-mouse-stalker.view-point .c-mouse-stalker_inner:before {
  display: none;
}

.c-mouse-stalker_inner {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------------
  tippy ツールチッププラグイン スタイル
------------------------------------------- */
.tippy-box {
  background-color: transparent;
  border-radius: 0px;
}

.tippy-content {
  padding: 0;
}

.tippy-box[data-theme~='tooltip'] {
  background-color: #455164;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 9px;
  border-radius: 4px;
}

.tippy-box[data-inertia][data-state='visible'] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

/* //////////////////////////////////////////

 # Component
 - 汎用グリッドレイアウト（Flexbox）

  ////////////////////////////////////////// */
.c-grid-wrapper {
  overflow: hidden;
}

.c-col-12 {
  width: 100%;
}

.c-col-11 {
  width: 91.66666667%;
}

.c-col-10 {
  width: 83.33333333%;
}

.c-col-9 {
  width: 75%;
}

.c-col-8 {
  width: 66.66666667%;
}

.c-col-7 {
  width: 58.33333333%;
}

.c-col-6 {
  width: 50%;
}

.c-col-5col {
  width: 20%;
}

.c-col-5 {
  width: 41.66666667%;
}

.c-col-4 {
  width: 33.33333333%;
}

.c-col-3 {
  width: 25%;
}

.c-col-2 {
  width: 16.66666667%;
}

.c-col-1 {
  width: 8.33333333%;
}

.c-col-auto {
  width: auto;
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid > [class*="c-col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1px;
  max-width: 100%;
}

.c-grid--fit > [class*="c-col"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-grid--x1 {
  margin-right: -1px;
  margin-left: -1px;
}

.c-grid--x1 > [class*="c-col"] {
  padding-right: 1px;
  padding-left: 1px;
}

.c-grid--y1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.c-grid--y1 > [class*="c-col"] {
  margin-top: 1px;
  margin-bottom: 1px;
}

.c-grid--x6 {
  margin-right: -6px;
  margin-left: -6px;
}

.c-grid--x6 > [class*="c-col"] {
  padding-right: 6px;
  padding-left: 6px;
}

.c-grid--x6_ {
  margin-right: -3px;
  margin-left: -3px;
}

.c-grid--x6_ > [class*="c-col"] {
  padding-right: 3px;
  padding-left: 3px;
}

.c-grid--y6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.c-grid--y6 > [class*="c-col"] {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-grid--y6_ {
  margin-top: -3px;
  margin-bottom: -3px;
}

.c-grid--y6_ > [class*="c-col"] {
  margin-top: 3px;
  margin-bottom: 3px;
}

.c-grid--x12 {
  margin-right: -12px;
  margin-left: -12px;
}

.c-grid--x12 > [class*="c-col"] {
  padding-right: 12px;
  padding-left: 12px;
}

.c-grid--x12_ {
  margin-right: -6px;
  margin-left: -6px;
}

.c-grid--x12_ > [class*="c-col"] {
  padding-right: 6px;
  padding-left: 6px;
}

.c-grid--y12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.c-grid--y12 > [class*="c-col"] {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-grid--y12_ {
  margin-top: -6px;
  margin-bottom: -6px;
}

.c-grid--y12_ > [class*="c-col"] {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-grid--x18 {
  margin-right: -18px;
  margin-left: -18px;
}

.c-grid--x18 > [class*="c-col"] {
  padding-right: 18px;
  padding-left: 18px;
}

.c-grid--x18_ {
  margin-right: -9px;
  margin-left: -9px;
}

.c-grid--x18_ > [class*="c-col"] {
  padding-right: 9px;
  padding-left: 9px;
}

.c-grid--y18 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.c-grid--y18 > [class*="c-col"] {
  margin-top: 18px;
  margin-bottom: 18px;
}

.c-grid--y18_ {
  margin-top: -9px;
  margin-bottom: -9px;
}

.c-grid--y18_ > [class*="c-col"] {
  margin-top: 9px;
  margin-bottom: 9px;
}

.c-grid--x24 {
  margin-right: -24px;
  margin-left: -24px;
}

.c-grid--x24 > [class*="c-col"] {
  padding-right: 24px;
  padding-left: 24px;
}

.c-grid--x24_ {
  margin-right: -12px;
  margin-left: -12px;
}

.c-grid--x24_ > [class*="c-col"] {
  padding-right: 12px;
  padding-left: 12px;
}

.c-grid--y24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.c-grid--y24 > [class*="c-col"] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-grid--y24_ {
  margin-top: -12px;
  margin-bottom: -12px;
}

.c-grid--y24_ > [class*="c-col"] {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-grid--x30 {
  margin-right: -30px;
  margin-left: -30px;
}

.c-grid--x30 > [class*="c-col"] {
  padding-right: 30px;
  padding-left: 30px;
}

.c-grid--x30_ {
  margin-right: -15px;
  margin-left: -15px;
}

.c-grid--x30_ > [class*="c-col"] {
  padding-right: 15px;
  padding-left: 15px;
}

.c-grid--y30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.c-grid--y30 > [class*="c-col"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-grid--y30_ {
  margin-top: -15px;
  margin-bottom: -15px;
}

.c-grid--y30_ > [class*="c-col"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-grid--x36 {
  margin-right: -36px;
  margin-left: -36px;
}

.c-grid--x36 > [class*="c-col"] {
  padding-right: 36px;
  padding-left: 36px;
}

.c-grid--x36_ {
  margin-right: -18px;
  margin-left: -18px;
}

.c-grid--x36_ > [class*="c-col"] {
  padding-right: 18px;
  padding-left: 18px;
}

.c-grid--y36 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.c-grid--y36 > [class*="c-col"] {
  margin-top: 36px;
  margin-bottom: 36px;
}

.c-grid--y36_ {
  margin-top: -18px;
  margin-bottom: -18px;
}

.c-grid--y36_ > [class*="c-col"] {
  margin-top: 18px;
  margin-bottom: 18px;
}

.c-grid--x42 {
  margin-right: -42px;
  margin-left: -42px;
}

.c-grid--x42 > [class*="c-col"] {
  padding-right: 42px;
  padding-left: 42px;
}

.c-grid--x42_ {
  margin-right: -21px;
  margin-left: -21px;
}

.c-grid--x42_ > [class*="c-col"] {
  padding-right: 21px;
  padding-left: 21px;
}

.c-grid--y42 {
  margin-top: -42px;
  margin-bottom: -42px;
}

.c-grid--y42 > [class*="c-col"] {
  margin-top: 42px;
  margin-bottom: 42px;
}

.c-grid--y42_ {
  margin-top: -21px;
  margin-bottom: -21px;
}

.c-grid--y42_ > [class*="c-col"] {
  margin-top: 21px;
  margin-bottom: 21px;
}

.c-grid--x48 {
  margin-right: -48px;
  margin-left: -48px;
}

.c-grid--x48 > [class*="c-col"] {
  padding-right: 48px;
  padding-left: 48px;
}

.c-grid--x48_ {
  margin-right: -24px;
  margin-left: -24px;
}

.c-grid--x48_ > [class*="c-col"] {
  padding-right: 24px;
  padding-left: 24px;
}

.c-grid--y48 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.c-grid--y48 > [class*="c-col"] {
  margin-top: 48px;
  margin-bottom: 48px;
}

.c-grid--y48_ {
  margin-top: -24px;
  margin-bottom: -24px;
}

.c-grid--y48_ > [class*="c-col"] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-grid--x54 {
  margin-right: -54px;
  margin-left: -54px;
}

.c-grid--x54 > [class*="c-col"] {
  padding-right: 54px;
  padding-left: 54px;
}

.c-grid--x54_ {
  margin-right: -27px;
  margin-left: -27px;
}

.c-grid--x54_ > [class*="c-col"] {
  padding-right: 27px;
  padding-left: 27px;
}

.c-grid--y54 {
  margin-top: -54px;
  margin-bottom: -54px;
}

.c-grid--y54 > [class*="c-col"] {
  margin-top: 54px;
  margin-bottom: 54px;
}

.c-grid--y54_ {
  margin-top: -27px;
  margin-bottom: -27px;
}

.c-grid--y54_ > [class*="c-col"] {
  margin-top: 27px;
  margin-bottom: 27px;
}

.c-grid--x60 {
  margin-right: -60px;
  margin-left: -60px;
}

.c-grid--x60 > [class*="c-col"] {
  padding-right: 60px;
  padding-left: 60px;
}

.c-grid--x60_ {
  margin-right: -30px;
  margin-left: -30px;
}

.c-grid--x60_ > [class*="c-col"] {
  padding-right: 30px;
  padding-left: 30px;
}

.c-grid--y60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.c-grid--y60 > [class*="c-col"] {
  margin-top: 60px;
  margin-bottom: 60px;
}

.c-grid--y60_ {
  margin-top: -30px;
  margin-bottom: -30px;
}

.c-grid--y60_ > [class*="c-col"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-about {
  padding-top: 12px;
}

.p-about_img {
  width: 100%;
}

.p-about_img img {
  width: 100%;
  border-radius: 12px;
}

.p-about_content.-right {
  padding-left: 30px;
}

.p-about_content.-left {
  padding-right: 30px;
}

.p-about_ttl {
  font-size: clamp(20px, 1.6vw, 24px);
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  color: #fd8124;
  font-weight: 700;
  margin-bottom: 24px;
}

.p-about_text {
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 2;
  color: #666666;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
}

.p-access_content {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  border: 2px solid #fd8124;
  border-radius: 12px;
  background-color: #fffdf4;
}

.p-access_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 24px;
  margin-bottom: 16px;
}

.p-access_add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-access_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #d0d0d0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-access_dl:first-child {
  border-top: 1px dotted #d0d0d0;
}

.p-access_dl:last-child {
  border-bottom: none;
}

.p-access_dt {
  min-width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-access_dd {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-access_dd a {
  color: #666666;
  text-decoration: underline;
}

.p-access_dd a:hover {
  color: #fd8124;
}

.p-article {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.p-article_head {
  display: block;
  margin-bottom: 24px;
}

.p-article_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(18px, 1.46667vw, 22px);
  font-size: clamp(1.8rem, 1.46667vw, 2.2rem);
  display: block;
  font-weight: 700;
  color: #666666;
  padding-left: 20px;
  border-left: 5px solid #fd8124;
}

.p-article_data {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-article_data .p-feedPost_cate {
  max-width: inherit;
  min-width: inherit;
}

.p-article_item p {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 24px;
  line-height: 1.8;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-article_item img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.p-breadcrumns {
  width: 100%;
  min-width: 320px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.p-breadcrumns_list {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
  position: relative;
}

.p-breadcrumns_list.is-current {
  opacity: .5;
  
  color: _bGgray("300");
}

.p-breadcrumns_item {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding: 0 3px;
}

.p-breadcrumns_item:after {
  content: '\e93d';
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: block;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.p-breadcrumns_item:last-child:after {
  display: none;
}

.p-breadcrumns_link {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fd8124;
}

.p-breadcrumns_link:hover {
  text-decoration: underline;
}

.p-breadcrumns_link [class*="icon-home"] {
  font-size: 17px;
  position: relative;
  top: 2px;
}

.p-btn-wrapper {
  text-align: center;
}

.p-btn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  border: 1px solid transparent;
  padding: 5px 10px;
  vertical-align: middle;
  border-radius: 100px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #3c3c3c;
  color: #ffffff;
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
}

.p-btn:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #3c3c3c;
}

.p-btn.-size-large {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 30px;
  min-width: 270px;
}

.p-btn.-size-middle {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 24px;
  min-width: 200px;
}

.p-btn.-w-220 {
  width: 220px;
}

.p-btn.-btn-mail {
  width: 100%;
  max-width: 380px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 30px;
  min-width: 270px;
  background-color: #fd8124;
  border: 2px solid #ffffff;
  -webkit-transition: box-shadow .25s, color .25s, background-color .25s;
  transition: box-shadow .25s, color .25s, background-color .25s;
}

.p-btn.-btn-mail:before {
  content: '\e973';
  font-family: 'icomoon' !important;
  speak: never;
  color: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.p-btn.-btn-mail:hover {
  color: #fd8124;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #fd8124, 0 0 0 3px #ffffff;
}

.p-btn.-btn-map {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 30px;
  min-width: 270px;
}

.p-btn.-btn-map:before {
  content: '\ea17';
  font-family: 'icomoon' !important;
  speak: never;
  color: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.p-btn.-color-primary {
  background-color: #fd8124;
  color: #ffffff;
}

.p-btn.-color-primary:hover {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #fd8124;
}

.p-btn.-color-white {
  background-color: #ffffff;
  border: 2px solid #fd8124;
  color: #fd8124;
}

.p-btn.-color-white:hover {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #fd8124;
}

.p-calendar {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.p-calendar table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.p-calendar thead th {
  width: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #fd8124;
  text-align: center;
}

.p-calendar thead th:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.p-calendar thead th:first-of-type {
  border-radius: 8px 0 0 0;
}

.p-calendar thead th:last-of-type {
  border-radius: 0 8px 0 0;
}

.p-calendar tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.p-calendar tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #fd8124;
  line-height: 1.25;
  letter-spacing: .05em;
}

.p-calendar tbody td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.p-calendar tbody td._txt {
  color: #424566;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.p-calendar tbody td._dot {
  color: #fd8124;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

.p-calendar tbody td._triangle {
  color: #fd8124;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.p-calendar tbody td._not {
  color: #424566;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.p-calendar_notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-calendar_notes > span {
  font-size: 15px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-calendar_notes ._dot {
  color: #fd8124;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
}

.p-calendar_notes ._triangle {
  color: #fd8124;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.p-calendar_notes ._not {
  color: #424566;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
}

.p-calendar_link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-calendar_link a {
  max-width: 530px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: opacity linear .2s;
  transition: opacity linear .2s;
}

.p-calendar_link a:hover {
  opacity: .7;
  
}

.p-cbt_img {
  display: block;
  width: 100%;
  text-align: center;
}

.p-cbt_img img {
  max-width: 100%;
}

.p-cbt_link {
  display: block;
  -webkit-transition: all .25s;
  transition: all .25s;
  pointer-events: inherit !important;
  text-decoration: none;
  cursor: pointer !important;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-cbt_link:hover {
  opacity: .7;
  
}

.p-danger {
  background-color: rgba(253, 129, 36, 0.1);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 30px;
  border-radius: 12px;
}

.p-danger_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-danger_caption {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(18px, 1.33333vw, 20px);
  font-size: clamp(1.8rem, 1.33333vw, 2rem);
  color: #fd8124;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
}

.p-dotted {
  width: 100%;
  min-width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
}

.p-dotted_inner {
  width: 100%;
  max-width: 960px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: 9px 0 #fff;
  background-image: none;
  background-size: auto;
  background-image: -webkit-radial-gradient(#fd8124 20%, transparent 0);
  background-image: radial-gradient(#fd8124 20%, transparent 0);
  background-size: 9px 9px;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-faq {
  width: 100%;
  padding: 30px 10px;
  border-bottom: 1px dotted #909bae;
}

.p-faq:last-child {
  border-bottom: none;
}

.p-faq dt, .p-faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq dt span, .p-faq dd span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  max-width: 800px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-faq dt:before, .p-faq dd:before {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 20px;
  margin: -8px 25px 0 0;
  line-height: 1;
  padding: 9px;
}

.p-faq dt:before {
  content: 'Q';
  color: #ffffff;
  background: #fd8124;
}

.p-faq dd:before {
  content: 'A';
  color: #ffffff;
  background: #121758;
}

.p-feature {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #fd8124;
  border-radius: 12px;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 36px;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
}

.p-feature_caption {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fd8124;
  border: 3px solid #fd8124;
  border-radius: 100px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: calc(-39.6px / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-feature_img {
  width: 100%;
}

.p-feature_img img {
  width: 100%;
  border-radius: 12px;
}

.p-feature_content {
  padding-left: 10px;
}

.p-feature_ttl {
  font-size: clamp(18px, 1.33333vw, 20px);
  font-size: clamp(1.8rem, 1.33333vw, 2rem);
  font-weight: 700;
  margin-bottom: 12px;
  border-left: 4px solid #fd8124;
  padding-left: 12px;
}

.p-feature_text {
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 1.8;
  color: #666666;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
}

.p-feedPost {
  width: 100%;
}

.p-feedPost_list {
  width: 100%;
  margin-bottom: 30px;
}

.p-feedPost_item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-feedPost_item:nth-child(1) {
  padding-top: 0;
}

.p-feedPost_item + .p-feedPost_item {
  border-top: 1px dotted #909bae;
}

.p-feedPost_link:hover .p-feedPost_title {
  text-decoration: none;
}

.p-feedPost_date {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #979797;
  line-height: 1.4;
  margin-bottom: 6px;
}

.p-feedPost_cate {
  min-width: 8em;
  max-width: 8em;
  border: 1px solid #fd8124;
  background: #ffffff;
  color: #fd8124;
  border-radius: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
  margin-left: 0px;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-feedPost_cate.-news {
  color: #18a541;
  background-color: rgba(24, 165, 65, 0.1);
  border: 1px solid #18a541;
}

.p-feedPost_cate.-event {
  color: #187fa5;
  background-color: rgba(24, 127, 165, 0.1);
  border: 1px solid #187fa5;
}

.p-feedPost_title {
  color: #121758;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(13px, 1vw, 15px);
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 48px;
  position: relative;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-feedPost_title:before {
  content: '\e934';
  display: inline-block;
  font-family: 'icomoon' !important;
  color: #fd8124;
  position: absolute;
  font-size: 15px;
  font-size: 1.5rem;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-greeting {
  padding-top: 12px;
}

.p-greeting_img {
  width: 100%;
}

.p-greeting_img img {
  width: 100%;
  border-radius: 12px;
}

.p-greeting_name {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
}

.p-greeting_name ._name,
.p-greeting_name ._position {
  display: block;
  text-align: center;
}

.p-greeting_name ._name {
  font-size: clamp(16px, 1.2vw, 18px);
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  font-weight: 700;
}

.p-greeting_name ._position {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-greeting_content {
  padding-left: 50px;
}

.p-greeting_ttl {
  font-size: clamp(20px, 1.6vw, 24px);
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  color: #fd8124;
  font-weight: 700;
  margin-bottom: 24px;
}

.p-greeting_text {
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 2;
  color: #666666;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
}

.p-greeting_btnwrap {
  margin-top: 34px;
  margin-bottom: 0;
}

.p-head-primary {
  width: 100%;
  padding-top: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.p-head-primary:before {
  content: '';
  width: 46px;
  height: 34px;
  background: url("../images/common/ico-head@2x.png") no-repeat center center;
  background-size: 46px 34px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-head-primary ._jp,
.p-head-primary ._en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-head-primary ._jp {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(13px, 1vw, 15px);
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}

.p-head-primary ._en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #121758;
  font-size: 33px;
  font-size: 3.3rem;
  font-size: clamp(28px, 2.2vw, 33px);
  font-size: clamp(2.8rem, 2.2vw, 3.3rem);
  line-height: 1.2;
}

.p-head-primary ._en span {
  color: #fd8124;
}

.p-head-primary.no-ico {
  padding-top: 0;
}

.p-head-primary.no-ico:before {
  display: none;
}

.p-head-primary.color-white ._jp,
.p-head-primary.color-white ._en {
  color: #ffffff;
}

.p-head-primary.contact ._jp {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(16px, 1.46667vw, 22px);
  font-size: clamp(1.6rem, 1.46667vw, 2.2rem);
}

.p-hero {
  width: 100%;
}

.p-hero_img {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.p-hero_img img {
  width: 100%;
}

.p-hero_ttl {
  color: #fd8124;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(20px, 1.6vw, 24px);
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-hero_txt {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
  line-height: 1.8;
}

.p-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.8;
}

.p-info_wrapper {
  background-color: #ffffff;
  padding: 30px 40px 50px;
  border: 1px solid rgba(253, 129, 36, 0.3);
}

.p-info.-border {
  border-top: 1px solid #d0d0d0;
}

.p-info ._dt {
  width: 24%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-info ._dt span {
  margin-top: auto;
  margin-bottom: auto;
}

.p-info ._dt:before {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  background-color: #fd8124;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.p-info ._dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.p-info_schedule {
  padding-left: 12px;
}

.p-info_schedule img {
  max-width: 260px;
}

.p-info_flow {
  padding: 20px 12px;
}

.p-info_flow img {
  width: 100%;
  max-width: 335px;
}

.p-info_notes {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.p-itemization {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 3px solid #fd8124;
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
}

.p-itemization:before {
  content: '';
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  background-color: #fd8124;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-itemization_caption {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(18px, 1.33333vw, 20px);
  font-size: clamp(1.8rem, 1.33333vw, 2rem);
  color: #fd8124;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
  font-weight: 700;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-label_req {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 6px;
  text-align: center;
  width: 35px;
  border-radius: 3px;
  line-height: 21px;
  background-color: #d82338;
  color: #ffffff;
}

.p-label_any {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 6px;
  text-align: center;
  width: 35px;
  border-radius: 3px;
  line-height: 21px;
  background-color: #909bae;
  color: #ffffff;
}

.p-map {
  width: 100%;
  max-width: 970px;
  height: 550px;
  border: 2px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.p-map iframe {
  width: 100%;
  height: 100%;
}

.p-ol {
  counter-reset: list-number;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-ol li {
  color: #666666;
  line-height: 2;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin-left: 24px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-ol li:before {
  content: counter(list-number);
  counter-increment: list-number;
  background-color: #fd8124;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 10px 0 -24px;
  padding: 4.5px 0 4px;
  text-align: center;
  width: 20px;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-pager {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pager a {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding: 10px;
}

.p-pager a:hover {
  color: #fd8124;
}

.p-pager a.current {
  color: #fd8124;
}

.p-pager_prev {
  margin-right: 30px;
}

.p-pager_prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  white-space: nowrap;
}

.p-pager_prev a:before {
  content: '\e933';
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.p-pager_list a {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-pager_next {
  margin-left: 30px;
}

.p-pager_next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  white-space: nowrap;
}

.p-pager_next a:after {
  content: '\e934';
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.p-para {
  color: #666666;
}

.p-para.-al-center {
  text-align: center;
}

.p-para.-al-left {
  text-align: left;
}

.p-para.-al-right {
  text-align: right;
}

.p-para.-fw-100 {
  font-weight: 100;
}

.p-para.-fw-200 {
  font-weight: 200;
}

.p-para.-fw-300 {
  font-weight: 300;
}

.p-para.-fw-400 {
  font-weight: 400;
}

.p-para.-fw-500 {
  font-weight: 500;
}

.p-para.-fw-600 {
  font-weight: 600;
}

.p-para.-fw-700 {
  font-weight: 700;
}

.p-para.-fw-800 {
  font-weight: 800;
}

.p-para.-fw-900 {
  font-weight: 900;
}

.p-para.-lh-1 {
  line-height: 1;
}

.p-para.-lh-12 {
  line-height: 1.2;
}

.p-para.-lh-13 {
  line-height: 1.3;
}

.p-para.-lh-14 {
  line-height: 1.4;
}

.p-para.-lh-15 {
  line-height: 1.5;
}

.p-para.-lh-16 {
  line-height: 1.6;
}

.p-para.-lh-17 {
  line-height: 1.7;
}

.p-para.-lh-18 {
  line-height: 1.8;
}

.p-para.-lh-19 {
  line-height: 1.9;
}

.p-para.-lh-20 {
  line-height: 2;
}

.p-para.-lh-21 {
  line-height: 2.1;
}

.p-para.-lh-22 {
  line-height: 2.2;
}

.p-para.-lh-23 {
  line-height: 2.3;
}

.p-para.-fs-10 {
  font-size: 10px;
  font-size: 1rem;
}

.p-para.-fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.p-para.-fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-para.-fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-para.-fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-para.-fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-para.-fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-para.-fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.p-para.-fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-para.-fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.p-para.-fs-20 {
  font-size: 20px;
  font-size: 2rem;
}

.p-para.-fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.p-para.-fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.p-para.-fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.p-para.-fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.p-para.-fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.p-para.-fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.p-para.-fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.p-para.-fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.p-para.-fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.p-para.-fs-30 {
  font-size: 30px;
  font-size: 3rem;
}

.p-para.-fs-31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.p-para.-fs-32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.p-para.-fs-33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.p-para.-fs-34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.p-para.-fs-35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.p-para.-fs-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.p-para.-fs-37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.p-para.-fs-38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.p-para.-fs-39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.p-para.-fs-40 {
  font-size: 40px;
  font-size: 4rem;
}

.p-price-list {
  width: 100%;
}

.p-price-list_item {
  width: 100%;
}

.p-price-list_item + .p-price-list_item {
  margin-top: 24px;
}

.p-price-list_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fd8124;
  border-radius: 12px;
  background-color: #fffdf4;
  padding: 12px 24px;
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
}

.p-price-list_link:hover {
  box-shadow: 0 5px 20px rgba(80, 80, 80, 0.3);
}

.p-price-list_link span {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
}

.p-price-list_icon {
  width: 34px;
  margin-right: 6px;
}

.p-recruit {
  width: 100%;
}

.p-recruit + .p-recruit {
  margin-top: 48px;
}

.p-recruit_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(17px, 1.33333vw, 20px);
  font-size: clamp(1.7rem, 1.33333vw, 2rem);
  padding-left: 20px;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  line-height: 1.2;
  position: relative;
}

.p-recruit_ttl:before, .p-recruit_ttl:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-recruit_ttl:before {
  background-color: #fd8124;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  left: 5px;
  z-index: 1;
}

.p-recruit_ttl:after {
  background-color: #dddddd;
  background-color: #121758;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  z-index: 0;
}

.p-rehabilitation_img {
  width: 100%;
}

.p-rehabilitation_img img {
  width: 100%;
  border-radius: 12px;
}

.p-rehabilitation_content {
  padding-left: 50px;
}

.p-rehabilitation_ttl {
  font-size: clamp(20px, 1.6vw, 24px);
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  color: #fd8124;
  font-weight: 700;
  margin-bottom: 24px;
}

.p-rehabilitation_text {
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 2;
  color: #666666;
  letter-spacing: 1.5px;
  letter-spacing: .15rem;
}

.p-rehabilitation_btnwrap {
  margin-top: 34px;
  margin-bottom: 0;
}

.p-room_list {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fd8124;
  border-radius: 12px;
  background-color: #fffdf4;
  padding: 20px 30px;
}

.p-room_list_caption {
  display: block;
  background-color: #fd8124;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(16px, 1.2vw, 18px);
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 12px;
}

.p-room_list_caption.-large {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(18px, 1.46667vw, 22px);
  font-size: clamp(1.8rem, 1.46667vw, 2.2rem);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.p-room_ul {
  margin-left: 20px;
}

.p-room_ul li {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
}

.p-room_ul li:before {
  content: '●';
  display: block;
  color: #fd8124;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(11px, 0.93333vw, 14px);
  font-size: clamp(1.1rem, 0.93333vw, 1.4rem);
}

.p-service_content {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 2px solid #fd8124;
  border-radius: 12px;
  background-color: #fffdf4;
}

.p-service_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(18px, 1.46667vw, 22px);
  font-size: clamp(1.8rem, 1.46667vw, 2.2rem);
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  color: #fd8124;
  margin-bottom: 14px;
}

.p-service_txt {
  display: block;
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-weight: 500;
  color: #666666;
}

.p-sitemap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 200px;
}

.p-sitemap_list {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 0;
  border-top: 2px solid #fd8124;
}

.p-sitemap_item {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-sitemap_link {
  width: 100%;
  display: block;
  position: relative;
  color: #666666;
  padding-left: 17px;
  padding-right: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
  white-space: nowrap;
}

.p-sitemap_link:not(div):hover {
  color: #fd8124;
}

.p-sitemap_link:before {
  content: '\e93d';
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  color: #ffffff;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: #fd8124;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  padding-left: 1px;
  padding-top: 1px;
}

.p-sitemap_sub li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-sitemap_sub a {
  width: 100%;
  display: block;
  position: relative;
  color: #666666;
  padding-left: 17px;
  padding-right: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
  white-space: nowrap;
}

.p-sitemap_sub a:hover {
  color: #fd8124;
}

.p-sitemap_sub a:before {
  content: '\e94b';
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  color: #b0b8c5;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-staff {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.p-staff_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-staff_inner + .p-staff_inner {
  margin-top: 56px;
}

.p-staff_img {
  width: 50%;
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
}

.p-staff_img.-revers {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 20px;
  padding-right: 0;
}

.p-staff_img img {
  width: 100%;
  border-radius: 12px;
}

.p-staff_content {
  width: 50%;
  padding-left: 20px;
  padding-right: 0;
}

.p-staff_content.-revers {
  padding-left: 0;
  padding-right: 20px;
}

.p-staff_ttl {
  font-size: clamp(20px, 1.73333vw, 26px);
  font-size: clamp(2rem, 1.73333vw, 2.6rem);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  color: #fd8124;
  margin-bottom: 18px;
}

.p-staff_name {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff_name ._jp {
  font-size: clamp(17px, 1.4vw, 21px);
  font-size: clamp(1.7rem, 1.4vw, 2.1rem);
}

.p-staff_name ._en {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 6px;
}

.p-staff_position {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  margin-bottom: 18px;
}

.p-staff_txt {
  display: block;
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-weight: 500;
  color: #666666;
}

.p-stretch-flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid #121758;
  border-radius: 6px;
  position: relative;
}

.p-stretch-flow_item:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}

.p-stretch-flow_item:not(:last-child):before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #121758 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-stretch-flow_item dt {
  width: 220px;
  max-width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #121758;
  color: #ffffff;
  text-align: center;
  padding: 24px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-stretch-flow_item dd {
  color: #32344d;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-stretch-list {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( max(11%, env( safe-area-inset-left )));
  padding-right: calc( max(11%, env( safe-area-inset-right )));
  display: block;
}

.p-stretch-list_list {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-stretch-list_item {
  width: 33.333333333%;
  padding: 12px;
}

.p-stretch-list_link {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(80, 80, 80, 0.2);
  overflow: hidden;
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
  border: 4px solid #fd8124;
}

.p-stretch-list_link:hover {
  box-shadow: 0 5px 20px rgba(80, 80, 80, 0.3);
}

.p-stretch-list_img img {
  width: 100%;
}

.p-stretch-list_content {
  padding: 30px 20px 34px;
  position: relative;
}

.p-stretch-list_content:before {
  content: '';
  display: block;
  width: 2px;
  height: 46px;
  background-color: #fd8124;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.p-stretch-list_text {
  text-align: center;
}

.p-stretch-list_text ._pluson,
.p-stretch-list_text ._name {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-stretch-list_text ._pluson {
  font-size: clamp(12px, 0.93333vw, 14px);
  font-size: clamp(1.2rem, 0.93333vw, 1.4rem);
  font-weight: 700;
  color: #fd8124;
}

.p-stretch-list_text ._name {
  font-size: clamp(17px, 1.2vw, 18px);
  font-size: clamp(1.7rem, 1.2vw, 1.8rem);
  font-weight: 700;
  color: #666666;
}

.p-stretch-list_caption {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.p-stretch-list_p {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 18px);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  color: #121758;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-stretch-list_p:before, .p-stretch-list_p:after {
  content: '';
  width: 2px;
  height: 36px;
  position: absolute;
  top: 50%;
  background-color: #121758;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.p-stretch-list_p:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.p-stretch-list_p:after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.p-tab {
  position: relative;
}

.p-tab [id^="tab-content"] {
  width: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
  opacity: 0;
  
  visibility: hidden;
  display: none;
}

.p-tab [id^="tab-content"].is-current {
  visibility: visible;
  opacity: 1;
  
  display: block;
  -webkit-animation: fade-in .25s ease-out;
          animation: fade-in .25s ease-out;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
    
  }
  100% {
    visibility: visible;
    opacity: 1;
    
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
    
  }
  100% {
    visibility: visible;
    opacity: 1;
    
  }
}

.p-tabNav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-tabNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeaea;
  border-radius: 100px;
  overflow: hidden;
}

.p-tabNav_link {
  display: block;
  padding: 6px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: nowrap;
  color: #979797;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.p-tabNav_link:hover {
  color: #666666;
  text-decoration: none;
}

.p-tabNav_link.is-current {
  background-color: #fd8124;
  color: #ffffff;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
.p-table-contents {
  width: 100%;
  background-color: #ffffff;
}

.p-table-contents_caption {
  font-size: clamp(16px, 1.33333vw, 20px);
  font-size: clamp(1.6rem, 1.33333vw, 2rem);
  text-align: center;
  padding: 20px;
}

.p-table-contents tbody {
  width: 100%;
  border: 1px solid #cfd4dc;
}

.p-table-contents tbody tr {
  width: 100%;
  border-bottom: 1px solid #cfd4dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table-contents tbody tr:last-child {
  border-bottom: none;
}

.p-table-contents tbody th, .p-table-contents tbody td {
  color: #666666;
}

.p-table-contents tbody th {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #cfd4dc;
  background-color: rgba(253, 129, 36, 0.07);
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
  padding: 12px 20px;
}

.p-table-contents tbody td {
  width: 70%;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.06667vw, 16px);
  font-size: clamp(1.3rem, 1.06667vw, 1.6rem);
}

.p-table-contact {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cfd4dc;
}

.p-table-contact tr {
  width: 100%;
  border-bottom: 1px solid #cfd4dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table-contact tr:last-child {
  border-bottom: none;
}

.p-table-contact th, .p-table-contact td {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
}

.p-table-contact th {
  width: 230px;
  min-width: 230px;
  font-weight: 700;
  text-align: left;
  padding: 12px 20px;
  border-right: 1px solid #cfd4dc;
  background-color: rgba(253, 129, 36, 0.07);
}

.p-table-contact td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  padding: 12px;
}

.p-ul {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-ul li {
  color: #666666;
  line-height: 2;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding-left: 1.5em;
  position: relative;
}

.p-ul li:before {
  color: #fd8124;
  content: "●";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 1px;
}

.p-voice {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.p-voice_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-voice_inner:nth-child(1) {
  padding-top: 28px;
  padding-bottom: 36px;
}

.p-voice_inner + .p-voice_inner {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p-voice_inner + .p-voice_inner:after {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: 9px 0 #fff;
  background-image: -webkit-radial-gradient(#fd8124 20%, transparent 0);
  background-image: radial-gradient(#fd8124 20%, transparent 0);
  background-size: 9px 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-voice_img {
  width: 25%;
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
}

.p-voice_img.-revers {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 20px;
  padding-right: 0;
}

.p-voice_img img {
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}

.p-voice_content {
  width: 75%;
  padding-left: 20px;
  padding-right: 0;
}

.p-voice_content.-revers {
  padding-left: 0;
  padding-right: 20px;
}

.p-voice_ttl {
  font-size: clamp(20px, 1.73333vw, 26px);
  font-size: clamp(2rem, 1.73333vw, 2.6rem);
  display: block;
  font-weight: 500;
  line-height: 1.2;
  color: #fd8124;
  margin-bottom: 18px;
}

.p-voice_name {
  color: #666666;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14px, 1.2vw, 18px);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  margin-top: 12px;
}

.p-voice_position {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  margin-bottom: 18px;
}

.p-voice_txt {
  display: block;
  font-size: clamp(14px, 1.06667vw, 16px);
  font-size: clamp(1.4rem, 1.06667vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-weight: 500;
  color: #666666;
}

.p-wrapper {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.p-wrapper.-w-1030 {
  max-width: 1030px;
}

.p-wrapper.-w-880 {
  max-width: 880px;
}

.p-wrapper.-w-770 {
  max-width: 770px;
}

.p-wrapper.-w-540 {
  max-width: 540px;
}

.p-wrapper.-btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-wrapper_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
}

.p-wrapper_btn .p-btn + .p-btn {
  margin-left: 10px;
}

.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-youtube_text {
  width: 100%;
  text-align: center;
}

.p-youtube_text a {
  margin-top: 12px;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}

.p-youtube_text a:hover {
  text-decoration: underline;
  color: #121758;
}

/* -------------------------------------------
  Project -
------------------------------------------- */
/**
 * Swiper 6.4.11
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #fff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -------------------------------------------
  Animation -
------------------------------------------- */
.a-fade-up {
  opacity: 0;
  
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.a-fade-up.is-load {
  top: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  
}

/* //////////////////////////////////////////

Utility: border

////////////////////////////////////////// */
/* //////////////////////////////////////////

Utility: color

////////////////////////////////////////// */
.u-color-red {
  color: #d82338;
}

/* //////////////////////////////////////////

Utility: ディスプレイ

////////////////////////////////////////// */
.u-d-i {
  display: inherit !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-n {
  display: none !important;
}

/* //////////////////////////////////////////

Utility: フレックス

////////////////////////////////////////// */
.u-justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.u-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.u-order-_1 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* //////////////////////////////////////////

Utility: フォント関連（サイズ、ファミリー..etc）

////////////////////////////////////////// */
.u-ime-inherit {
  ime-mode: inherit;
}

.u-ime-auto {
  ime-mode: auto;
}

.u-ime-normal {
  ime-mode: normal;
}

.u-ime-active {
  ime-mode: active;
}

.u-ime-inactive {
  ime-mode: inactive;
}

.u-ime-disabled {
  ime-mode: disabled;
}

.u-size-xxsmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-size-xsmall {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-size-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-size {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-size-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-size-xlarge {
  font-size: 17px;
  font-size: 1.7rem;
}

.u-size-xxlarge {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-weight-400 {
  font-weight: 400;
}

.u-weight-500 {
  font-weight: 500;
}

.u-weight-600 {
  font-weight: 600;
}

.u-weight-700 {
  font-weight: 700;
}

.u-weight-800 {
  font-weight: 800;
}

.u-weight-900 {
  font-weight: 900;
}

.u-italic {
  font-style: italic;
}

.u-pre {
  white-space: pre;
}

.u-nowrap {
  white-space: nowrap;
}

.u-feature-normal {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.u-feature-palt {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.u-font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-font-smoothing-n {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.u-of-auto {
  overflow: auto;
}

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

.u-of-visible {
  overflow: visible;
}

.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

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

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

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

.u-ta-justify {
  text-align: justify;
}

.u-va-top {
  vertical-align: top;
}

.u-va-middle {
  vertical-align: middle;
}

.u-va-bottom {
  vertical-align: bottom;
}

.u-va-baseline {
  vertical-align: baseline;
}

.u-underline {
  text-decoration: underline;
}

[class*="u-kome0.5"] {
  padding-left: .5em !important;
  text-indent: -.5em !important;
}

[class*="u-kome0.85"] {
  padding-left: .85em !important;
  text-indent: -.85em !important;
}

.u-kome {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

[class*="u-kome1.1"] {
  padding-left: 1.1em !important;
  text-indent: -1.1em !important;
}

[class*="u-kome1.2"] {
  padding-left: 1.2em !important;
  text-indent: -1.2em !important;
}

[class*="u-kome1.3"] {
  padding-left: 1.3em !important;
  text-indent: -1.3em !important;
}

[class*="u-kome1.4"] {
  padding-left: 1.4em !important;
  text-indent: -1.4em !important;
}

[class*="u-kome1.5"] {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

[class*="u-kome1.6"] {
  padding-left: 1.6em !important;
  text-indent: -1.6em !important;
}

[class*="u-kome1.7"] {
  padding-left: 1.7em !important;
  text-indent: -1.7em !important;
}

[class*="u-kome1.8"] {
  padding-left: 1.8em !important;
  text-indent: -1.8em !important;
}

[class*="u-kome1.9"] {
  padding-left: 1.9em !important;
  text-indent: -1.9em !important;
}

[class*="u-kome2"] {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

/* //////////////////////////////////////////

Utility: margin

////////////////////////////////////////// */
.u-m-n {
  margin: 0 !important;
}

.u-mt-n {
  margin-top: 0 !important;
}

.u-mr-n {
  margin-right: 0 !important;
}

.u-mb-n {
  margin-bottom: 0 !important;
}

.u-ml-n {
  margin-left: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-3 {
  margin: 3px !important;
}

.u-m-6 {
  margin: 6px !important;
}

.u-m-12 {
  margin: 12px !important;
}

.u-m-14 {
  margin: 14px !important;
}

.u-m-16 {
  margin: 16px !important;
}

.u-m-18 {
  margin: 18px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-m-24 {
  margin: 24px !important;
}

.u-m-28 {
  margin: 28px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-m-36 {
  margin: 36px !important;
}

.u-m-42 {
  margin: 42px !important;
}

.u-m-48 {
  margin: 48px !important;
}

.u-m-54 {
  margin: 54px !important;
}

.u-mtb-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.u-mtb-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-mtb-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-mtb-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.u-mtb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mtb-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.u-mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mtb-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mtb-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mtb-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.u-mtb-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.u-mtb-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-mtb-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-54 {
  margin-top: 54px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-42 {
  margin-bottom: 42px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-54 {
  margin-bottom: 54px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-54 {
  margin-right: 54px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-ml-42 {
  margin-left: 42px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-54 {
  margin-left: 54px !important;
}

/* //////////////////////////////////////////

Utility: padding

////////////////////////////////////////// */
.u-p-n {
  padding: 0 !important;
}

.u-pt-n {
  padding-top: 0 !important;
}

.u-pr-n {
  padding-right: 0 !important;
}

.u-pb-n {
  padding-bottom: 0 !important;
}

.u-pl-n {
  padding-left: 0 !important;
}

.u-p-auto {
  padding: auto !important;
}

.u-pt-auto {
  padding-top: auto !important;
}

.u-pr-auto {
  padding-right: auto !important;
}

.u-pb-auto {
  padding-bottom: auto !important;
}

.u-pl-auto {
  padding-left: auto !important;
}

.u-p-3 {
  padding: 3px !important;
}

.u-p-6 {
  padding: 6px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-p-14 {
  padding: 14px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-36 {
  padding: 36px !important;
}

.u-p-42 {
  padding: 42px !important;
}

.u-p-48 {
  padding: 48px !important;
}

.u-p-54 {
  padding: 54px !important;
}

.u-ptb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.u-ptb-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-ptb-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.u-ptb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-ptb-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.u-ptb-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-ptb-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.u-ptb-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.u-ptb-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-ptb-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pt-42 {
  padding-top: 42px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pt-54 {
  padding-top: 54px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pb-42 {
  padding-bottom: 42px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-54 {
  padding-bottom: 54px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pr-3 {
  padding-right: 3px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pr-42 {
  padding-right: 42px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-54 {
  padding-right: 54px !important;
}

.u-pl-3 {
  padding-left: 3px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pl-42 {
  padding-left: 42px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-54 {
  padding-left: 54px !important;
}

.u-aaa {
  padding-top: 72px;
  margin-top: -36px;
}

/* //////////////////////////////////////////

Utility: width height

////////////////////////////////////////// */
.u-max-w-100 {
  max-width: 100px;
}

.u-max-w-150 {
  max-width: 150px;
}

.u-max-w-200 {
  max-width: 200px;
}

.u-max-w-250 {
  max-width: 250px;
}

.u-max-w-300 {
  max-width: 300px;
}

@media screen and (max-width: 1500px){
  /**/
  .u-max-max-d-i{
    display: inherit !important;
  }
  .u-max-max-d-b{
    display: block !important;
  }
  .u-max-max-d-ib{
    display: inline-block !important;
  }
  .u-max-max-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-max-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 1366px){
  /**/
  .l-header_logo{
    width: 350px;
  }
  .l-header_tel{
    width: 200px;
  }
  .u-max-base-d-i{
    display: inherit !important;
  }
  .u-max-base-d-b{
    display: block !important;
  }
  .u-max-base-d-ib{
    display: inline-block !important;
  }
  .u-max-base-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-base-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 1024px){
  /**/
  .l-header_logo{
    width: 300px;
  }
  .l-header_logo a{
    width: 220px;
  }
  .l-header_tel{
    width: 160px;
  }
  .c-grid--lg-x{
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--lg-x > [class*="c-col"]{
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--lg-x_{
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--lg-x_ > [class*="c-col"]{
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--lg-x0{
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--lg-x0 > [class*="c-col"]{
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--lg-y{
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--lg-y > [class*="c-col"]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--lg-y_{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--lg-y_ > [class*="c-col"]{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--lg-y0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--lg-y0 > [class*="c-col"]{
    margin-top: 0;
    margin-bottom: 0;
  }
  .u-max-lg-order-0{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-max-lg-order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-max-lg-order-_1{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .u-lg-ta-right{
    text-align: right;
  }
  .u-lg-ta-center{
    text-align: center;
  }
  .u-lg-ta-left{
    text-align: left;
  }
  .u-lg-ta-justify{
    text-align: justify;
  }
}

@media screen and (max-width: 834px){
  /**/
  .l-header{
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .l-header_outer{
    box-shadow: transparent;
    border-radius: 0;
  }
  .l-header_inner{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l-header_logo{
    width: 236px;
    padding-top: 3px;
    padding-bottom: 9px;
  }
  .l-header_right{
    display: none;
  }
  .l-hero_ttl{
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-main{
    padding-top: 57px;
  }
  .l-menuIconWrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-mv_cp ._en{
    margin-bottom: 10px;
  }
  .l-mv_cp ._en span:nth-child(2){
    letter-spacing: .06rem;
  }
  .l-nav_list{
    display: none;
  }
  .p-stretch-list_list{
    margin-left: -6px;
    margin-right: -6px;
  }
  .p-stretch-list_item{
    width: 50%;
    padding: 6px;
  }
}

@media screen and (max-width: 768px){
  /**/
  .l-container.space-1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-container.space-2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-container.space-3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-container.space-4{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-container.space-5{
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .l-footer-contact{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .l-footer-contact_text{
    font-size: 1.4rem;
  }
  .l-footer-contact_tel span{
    font-size: 4rem;
  }
  .l-footer-contact_time{
    padding: 3px 43px;
    font-size: 1.4rem;
  }
  .l-footer-nav_list{
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
  }
  .l-footer-nav_item{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer-nav_item:not(:last-child){
    border-bottom: 1px solid #d0d0d0;
  }
  .l-footer-nav_link{
    width: 100%;
    border: none;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .l-footer_container{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( max(40px, env( safe-area-inset-left )));
    padding-right: calc( max(40px, env( safe-area-inset-right )));
  }
  .l-footer_logo{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .l-nav_child{
    position: static;
    visibility: visible;
    opacity: 1;
    
    padding-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-nav_child li{
    margin-top: 0;
  }
  .l-nav_child a{
    background-color: rgba(60, 60, 60, 0.7);
    border-bottom: 1px solid rgba(80, 80, 80, 0.6);
    padding: 10px 30px 10px 22px;
  }
  .l-slide-img:before{
    padding-top: 65.33333%;
  }
  .c-grid--md-x{
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--md-x > [class*="c-col"]{
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--md-x_{
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--md-x_ > [class*="c-col"]{
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--md-x0{
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--md-x0 > [class*="c-col"]{
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--md-y{
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--md-y > [class*="c-col"]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--md-y_{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--md-y_ > [class*="c-col"]{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--md-y0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--md-y0 > [class*="c-col"]{
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-about_content.-right{
    padding-left: 0;
  }
  .p-about_content.-left{
    padding-right: 0;
  }
  .p-access_content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 40px;
  }
  .p-access_ttl{
    font-size: 1.8rem;
  }
  .p-access_dt{
    font-size: 1.5rem;
  }
  .p-access_dd{
    font-size: 1.5rem;
  }
  .p-article_ttl{
    font-size: 1.9rem;
  }
  .p-article_item p{
    font-size: 1.6rem;
  }
  .p-dotted{
    min-width: 320px;
  }
  .p-feature_content{
    padding-left: 0;
  }
  .p-feature_ttl{
    font-size: 1.8rem;
  }
  .p-feedPost{
    margin-bottom: 36px;
  }
  .p-feedPost_link{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-feedPost_title{
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding-top: 6px;
  }
  .p-greeting_content{
    padding-left: 0;
  }
  .p-info{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  .p-info_wrapper{
    padding: 20px 20px;
  }
  .p-info ._dt{
    width: 100%;
    display: inline-block;
    font-size: 1.4rem;
    padding-top: 30px;
    padding-bottom: 16px;
  }
  .p-info ._dd{
    font-size: 1.4rem;
    padding-left: 10px;
  }
  .p-info_flow{
    text-align: center;
    padding: 20px 20px;
  }
  .p-map{
    height: 400px;
    margin-bottom: 36px;
  }
  .p-para.-fs-12{
    font-size: 1.1rem;
  }
  .p-para.-fs-13{
    font-size: 1.2rem;
  }
  .p-para.-fs-14{
    font-size: 1.3rem;
  }
  .p-para.-fs-15{
    font-size: 1.4rem;
  }
  .p-para.-fs-16{
    font-size: 1.5rem;
  }
  .p-para.-fs-17{
    font-size: 1.6rem;
  }
  .p-para.-fs-18{
    font-size: 1.7rem;
  }
  .p-para.-fs-19{
    font-size: 1.8rem;
  }
  .p-para.-fs-20{
    font-size: 1.9rem;
  }
  .p-para.-fs-21{
    font-size: 2rem;
  }
  .p-para.-fs-22{
    font-size: 2.1rem;
  }
  .p-para.-fs-23{
    font-size: 2.2rem;
  }
  .p-para.-fs-24{
    font-size: 2.3rem;
  }
  .p-para.-fs-25{
    font-size: 2.4rem;
  }
  .p-para.-fs-26{
    font-size: 2.5rem;
  }
  .p-para.-fs-27{
    font-size: 2.6rem;
  }
  .p-para.-fs-28{
    font-size: 2.7rem;
  }
  .p-para.-fs-29{
    font-size: 2.8rem;
  }
  .p-para.-fs-30{
    font-size: 2.9rem;
  }
  .p-para.-fs-31{
    font-size: 3rem;
  }
  .p-para.-fs-32{
    font-size: 3.1rem;
  }
  .p-para.-fs-33{
    font-size: 3.2rem;
  }
  .p-para.-fs-34{
    font-size: 3.3rem;
  }
  .p-para.-fs-35{
    font-size: 3.4rem;
  }
  .p-para.-fs-36{
    font-size: 3.5rem;
  }
  .p-para.-fs-37{
    font-size: 3.6rem;
  }
  .p-para.-fs-38{
    font-size: 3.7rem;
  }
  .p-para.-fs-39{
    font-size: 3.8rem;
  }
  .p-para.-fs-40{
    font-size: 3.9rem;
  }
  .p-rehabilitation_content{
    padding-left: 0;
  }
  .p-sitemap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 26px;
  }
  .p-sitemap_list{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .p-sitemap_list:nth-child(3) .l-footerNav__item:last-child{
    border-bottom: none;
  }
  .p-sitemap_item{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #cfd4dc;
  }
  .p-sitemap_link{
    padding: 6px 0;
    font-size: 1.4rem;
  }
  .p-sitemap_link:before{
    display: none;
  }
  .p-sitemap_link:not(div):after{
    content: '\e93d';
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    color: #b0b8c5;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-sitemap_sub{
    margin-bottom: 12px;
  }
  .p-sitemap_sub li{
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .p-sitemap_sub a{
    padding: 6px 0 0 17px;
    font-size: 1.4rem;
  }
  .p-stretch-flow_item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-stretch-flow_item dt{
    width: 100%;
    padding: 12px 12px;
    font-size: 1.5rem;
  }
  .p-youtube_text a{
    font-size: 1.3rem;
  }
  .u-max-lg-d-i{
    display: inherit !important;
  }
  .u-max-lg-d-b{
    display: block !important;
  }
  .u-max-lg-d-ib{
    display: inline-block !important;
  }
  .u-max-lg-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-lg-d-n{
    display: none !important;
  }
  .u-max-md-d-i{
    display: inherit !important;
  }
  .u-max-md-d-b{
    display: block !important;
  }
  .u-max-md-d-ib{
    display: inline-block !important;
  }
  .u-max-md-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-md-d-n{
    display: none !important;
  }
  .u-max-md-order-0{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-max-md-order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-max-md-order-_1{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .u-md-ta-right{
    text-align: right;
  }
  .u-md-ta-center{
    text-align: center;
  }
  .u-md-ta-left{
    text-align: left;
  }
  .u-md-ta-justify{
    text-align: justify;
  }
}

@media screen and (max-width: 568px){
  /**/
  .l-clone .l-nav_list{
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-container.-bg-home-stretch{
    padding-bottom: 50px;
  }
  .l-container_inner{
    padding-left: 24px;
    padding-right: 24px;
  }
  .l-container_inner.-fotter-banner{
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-container_inner.-max-w-970{
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-container_inner.-news{
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-container_inner.-detail{
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-footer-add{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer-add_inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-add_item{
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer-add_item + .l-footer-add_item{
    border-left: none;
    margin-top: 24px;
  }
  .l-footer-contact{
    padding-top: 40px;
    padding-bottom: 54px;
  }
  .l-footer-contact_inner{
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer-contact_text{
    text-align: left;
    font-size: 1.3rem;
  }
  .l-footer-contact_text br{
    display: none;
  }
  .l-footer-contact_tel span{
    font-size: 3.4rem;
  }
  .l-footer-contact_time{
    padding: 3px 36px;
    font-size: 1.2rem;
  }
  .l-footer-sns_ttl{
    display: none;
  }
  .l-footer_logo-text ._small{
    font-size: 1.2rem;
  }
  .l-footer_logo-text ._middle{
    font-size: 1.8rem;
  }
  .l-footer_cp{
    font-size: 1.2rem;
  }
  .l-hero_ttl{
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.8rem;
  }
  .l-modal__container{
    margin: 24px 12px;
  }
  .l-modal__inner{
    padding: 36px 30px 80px;
  }
  .l-modal__lineLogo img{
    width: 64px;
  }
  .l-modal__caption{
    font-size: 15px;
  }
  .l-modal__notes{
    text-align: left;
  }
  .l-modal__notes span{
    font-size: 12px;
  }
  .l-slide-img:before{
    padding-top: 65.33333%;
  }
  .c-grid--sm-x{
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--sm-x > [class*="c-col"]{
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--sm-x_{
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--sm-x_ > [class*="c-col"]{
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--sm-x0{
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--sm-x0 > [class*="c-col"]{
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--sm-y{
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--sm-y > [class*="c-col"]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--sm-y_{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--sm-y_ > [class*="c-col"]{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--sm-y0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--sm-y0 > [class*="c-col"]{
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-access_content{
    padding: 16px 24px;
  }
  .p-access_ttl{
    font-size: 1.6rem;
  }
  .p-access_dt{
    font-size: 1.3rem;
  }
  .p-access_dd{
    font-size: 1.3rem;
  }
  .p-article_ttl{
    font-size: 1.8rem;
  }
  .p-article_item p{
    font-size: 1.5rem;
  }
  .p-breadcrumns_list{
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-breadcrumns_list{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-breadcrumns_item{
    font-size: 1.2rem;
    padding: 0;
  }
  .p-breadcrumns_item:after{
    font-size: 1.3rem;
  }
  .p-breadcrumns_link{
    font-size: 1.2rem;
  }
  .p-btn{
    font-size: 1.4rem;
    padding: 4px 8px;
  }
  .p-btn.-btn-mail{
    max-width: 100%;
    font-size: 1.4rem;
  }
  .p-faq{
    padding: 20px 0;
  }
  .p-faq dt span, .p-faq dd span{
    font-size: 1.4rem;
  }
  .p-faq dt:before, .p-faq dd:before{
    width: 30px;
    height: 30px;
    margin: -4px 18px 0 0;
    font-size: 1.8rem;
    padding: 6px;
  }
  .p-feature{
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-feature_caption{
    font-size: 1.6rem;
    top: calc(-37.2px / 2);
  }
  .p-feature_ttl{
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .p-feedPost{
    margin-bottom: 26px;
  }
  .p-feedPost_date{
    font-size: 1.3rem;
  }
  .p-feedPost_cate{
    font-size: 1.1rem;
  }
  .p-feedPost_title{
    font-size: 1.3rem;
    padding-right: 28px;
  }
  .p-feedPost_title:before{
    right: 6px;
  }
  .p-head-primary{
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .p-head-primary:before{
    width: 33px;
    height: 25px;
    background-size: 33px 25px;
  }
  .p-hero_ttl{
    text-align-last: left;
    font-size: 1.7rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-info_wrapper{
    padding: 20px 15px;
  }
  .p-map{
    margin-bottom: 26px;
  }
  .p-para.-fs-12{
    font-size: 1rem;
  }
  .p-para.-fs-13{
    font-size: 1.1rem;
  }
  .p-para.-fs-14{
    font-size: 1.2rem;
  }
  .p-para.-fs-15{
    font-size: 1.3rem;
  }
  .p-para.-fs-16{
    font-size: 1.4rem;
  }
  .p-para.-fs-17{
    font-size: 1.5rem;
  }
  .p-para.-fs-18{
    font-size: 1.6rem;
  }
  .p-para.-fs-19{
    font-size: 1.7rem;
  }
  .p-para.-fs-20{
    font-size: 1.8rem;
  }
  .p-para.-fs-21{
    font-size: 1.9rem;
  }
  .p-para.-fs-22{
    font-size: 2rem;
  }
  .p-para.-fs-23{
    font-size: 2.1rem;
  }
  .p-para.-fs-24{
    font-size: 2.2rem;
  }
  .p-para.-fs-25{
    font-size: 2.3rem;
  }
  .p-para.-fs-26{
    font-size: 2.4rem;
  }
  .p-para.-fs-27{
    font-size: 2.5rem;
  }
  .p-para.-fs-28{
    font-size: 2.6rem;
  }
  .p-para.-fs-29{
    font-size: 2.7rem;
  }
  .p-para.-fs-30{
    font-size: 2.8rem;
  }
  .p-para.-fs-31{
    font-size: 2.9rem;
  }
  .p-para.-fs-32{
    font-size: 3rem;
  }
  .p-para.-fs-33{
    font-size: 3.1rem;
  }
  .p-para.-fs-34{
    font-size: 3.2rem;
  }
  .p-para.-fs-35{
    font-size: 3.3rem;
  }
  .p-para.-fs-36{
    font-size: 3.4rem;
  }
  .p-para.-fs-37{
    font-size: 3.5rem;
  }
  .p-para.-fs-38{
    font-size: 3.6rem;
  }
  .p-para.-fs-39{
    font-size: 3.7rem;
  }
  .p-para.-fs-40{
    font-size: 3.8rem;
  }
  .p-para br._sm-none{
    display: none;
  }
  .p-price-list_icon{
    width: 24px;
  }
  .p-room_list{
    padding: 16px 16px;
  }
  .p-staff_inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-staff_img{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .p-staff_img.-revers{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-staff_content{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-staff_content.-revers{
    padding-left: 0;
    padding-right: 0;
  }
  .p-stretch-list{
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-stretch-list_item{
    width: 100%;
    padding-bottom: 12px;
  }
  .p-stretch-list_text ._pluson{
    font-size: 1.2rem;
  }
  .p-stretch-list_text ._name{
    font-size: 1.5rem;
  }
  .p-table-contents tbody tr{
    display: block;
  }
  .p-table-contents tbody th{
    text-align: left;
    padding: 9px 12px;
  }
  .p-table-contents tbody th{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cfd4dc;
  }
  .p-table-contents tbody td{
    width: 100%;
    display: block;
    padding: 6px 12px 12px;
  }
  .p-table-contact tr{
    display: block;
  }
  .p-table-contact th{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cfd4dc;
    text-align: left;
    padding: 12px;
  }
  .p-table-contact td{
    width: 100%;
    display: block;
    padding: 12px;
  }
  .p-ul{
    font-size: 1.4rem;
  }
  .p-voice_inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-voice_img{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .p-voice_img.-revers{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-voice_img img{
    max-width: 150px;
  }
  .p-voice_content{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-voice_content.-revers{
    padding-left: 0;
    padding-right: 0;
  }
  .p-wrapper_btn{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-wrapper_btn .p-btn + .p-btn{
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-youtube_text a{
    font-size: 1.2rem;
  }
  .u-max-sm-d-i{
    display: inherit !important;
  }
  .u-max-sm-d-b{
    display: block !important;
  }
  .u-max-sm-d-ib{
    display: inline-block !important;
  }
  .u-max-sm-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-sm-d-n{
    display: none !important;
  }
  .u-max-sm-order-0{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-max-sm-order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-max-sm-order-_1{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 412px){
  /**/
  .u-max-xs-d-i{
    display: inherit !important;
  }
  .u-max-xs-d-b{
    display: block !important;
  }
  .u-max-xs-d-ib{
    display: inline-block !important;
  }
  .u-max-xs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-xs-d-n{
    display: none !important;
  }
}

@media screen and (max-width: 375px){
  /**/
  .u-max-xxs-d-i{
    display: inherit !important;
  }
  .u-max-xxs-d-b{
    display: block !important;
  }
  .u-max-xxs-d-ib{
    display: inline-block !important;
  }
  .u-max-xxs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-max-xxs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 376px){
  /**/
  .u-min-xxs-d-i{
    display: inherit !important;
  }
  .u-min-xxs-d-b{
    display: block !important;
  }
  .u-min-xxs-d-ib{
    display: inline-block !important;
  }
  .u-min-xxs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-xxs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 413px){
  /**/
  .u-min-xs-d-i{
    display: inherit !important;
  }
  .u-min-xs-d-b{
    display: block !important;
  }
  .u-min-xs-d-ib{
    display: inline-block !important;
  }
  .u-min-xs-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-xs-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 569px){
  /**/
  .c-menu-btn{
    width: 60px;
    height: 60px;
    top: 45px;
    right: 40px;
  }
  .c-menu-btn_line.is-visible{
    width: 44px;
  }
  .c-col-sm-12{
    width: 100%;
  }
  .c-col-sm-11{
    width: 91.66666667%;
  }
  .c-col-sm-10{
    width: 83.33333333%;
  }
  .c-col-sm-9{
    width: 75%;
  }
  .c-col-sm-8{
    width: 66.66666667%;
  }
  .c-col-sm-7{
    width: 58.33333333%;
  }
  .c-col-sm-6{
    width: 50%;
  }
  .c-col-sm-5col{
    width: 20%;
  }
  .c-col-sm-5{
    width: 41.66666667%;
  }
  .c-col-sm-4{
    width: 33.33333333%;
  }
  .c-col-sm-3{
    width: 25%;
  }
  .c-col-sm-2{
    width: 16.66666667%;
  }
  .c-col-sm-1{
    width: 8.33333333%;
  }
  .c-col-sm-auto{
    width: auto;
  }
  .u-min-sm-d-i{
    display: inherit !important;
  }
  .u-min-sm-d-b{
    display: block !important;
  }
  .u-min-sm-d-ib{
    display: inline-block !important;
  }
  .u-min-sm-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-sm-d-n{
    display: none !important;
  }
  .u-min-sm-order-0{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-min-sm-order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-min-sm-order-_1{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media print, screen and (min-width: 769px){
  /**/
  .c-col-md-12{
    width: 100%;
  }
  .c-col-md-11{
    width: 91.66666667%;
  }
  .c-col-md-10{
    width: 83.33333333%;
  }
  .c-col-md-9{
    width: 75%;
  }
  .c-col-md-8{
    width: 66.66666667%;
  }
  .c-col-md-7{
    width: 58.33333333%;
  }
  .c-col-md-6{
    width: 50%;
  }
  .c-col-md-5col{
    width: 20%;
  }
  .c-col-md-5{
    width: 41.66666667%;
  }
  .c-col-md-4{
    width: 33.33333333%;
  }
  .c-col-md-3{
    width: 25%;
  }
  .c-col-md-2{
    width: 16.66666667%;
  }
  .c-col-md-1{
    width: 8.33333333%;
  }
  .c-col-md-auto{
    width: auto;
  }
  .u-min-md-d-i{
    display: inherit !important;
  }
  .u-min-md-d-b{
    display: block !important;
  }
  .u-min-md-d-ib{
    display: inline-block !important;
  }
  .u-min-md-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-md-d-n{
    display: none !important;
  }
  .u-min-md-order-0{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-min-md-order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-min-md-order-_1{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media print, screen and (min-width: 1025px){
  /**/
  .c-col-lg-12{
    width: 100%;
  }
  .c-col-lg-11{
    width: 91.66666667%;
  }
  .c-col-lg-10{
    width: 83.33333333%;
  }
  .c-col-lg-9{
    width: 75%;
  }
  .c-col-lg-8{
    width: 66.66666667%;
  }
  .c-col-lg-7{
    width: 58.33333333%;
  }
  .c-col-lg-6{
    width: 50%;
  }
  .c-col-lg-5col{
    width: 20%;
  }
  .c-col-lg-5{
    width: 41.66666667%;
  }
  .c-col-lg-4{
    width: 33.33333333%;
  }
  .c-col-lg-3{
    width: 25%;
  }
  .c-col-lg-2{
    width: 16.66666667%;
  }
  .c-col-lg-1{
    width: 8.33333333%;
  }
  .c-col-lg-auto{
    width: auto;
  }
  .u-min-lg-d-i{
    display: inherit !important;
  }
  .u-min-lg-d-b{
    display: block !important;
  }
  .u-min-lg-d-ib{
    display: inline-block !important;
  }
  .u-min-lg-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-lg-d-n{
    display: none !important;
  }
  .u-min-lg-order-0{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-min-lg-order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-min-lg-order-_1{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media print, screen and (min-width: 1367px){
  /**/
  .u-min-base-d-i{
    display: inherit !important;
  }
  .u-min-base-d-b{
    display: block !important;
  }
  .u-min-base-d-ib{
    display: inline-block !important;
  }
  .u-min-base-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-base-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1501px){
  /**/
  .l-clone .l-nav_list{
    padding-left: 165px;
    padding-right: 165px;
  }
  .l-container_inner{
    padding-left: 165px;
    padding-right: 165px;
  }
  .l-container_inner.-fotter-banner{
    padding-left: 0px;
    padding-right: 0px;
  }
  .l-container_inner.-max-w-970{
    padding-left: 165px;
    padding-right: 165px;
  }
  .l-footer-contact_inner{
    padding-left: 165px;
    padding-right: 165px;
  }
  .c-menu-btn{
    width: 75px;
    height: 75px;
    top: 57px;
    right: 45px;
  }
  .c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-01{
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-menu-btn:hover .c-menu-btn_dotted > .circle.circle-03{
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .c-menu-btn_dotted{
    height: 20px;
  }
  .c-menu-btn_dotted > .circle{
    width: 4px;
    height: 4px;
  }
  .c-menu-btn_line.is-visible{
    width: 54px;
  }
  .c-menu-btn_line.is-visible:hover{
    width: 44px;
  }
  .p-breadcrumns_list{
    padding-left: 165px;
    padding-right: 165px;
  }
  .p-stretch-list{
    padding-left: 165px;
    padding-right: 165px;
  }
  .u-min-max-d-i{
    display: inherit !important;
  }
  .u-min-max-d-b{
    display: block !important;
  }
  .u-min-max-d-ib{
    display: inline-block !important;
  }
  .u-min-max-d-f{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-min-max-d-n{
    display: none !important;
  }
}

@media print, screen and (min-width: 1880px){
  .l-footer_container{
    padding-left: 190px;
    padding-right: 190px;
  }
}

@media screen{
  .u-screen-d{
    display: inherit !important;
  }
  .u-screen-n{
    display: none !important;
  }
}

@media print{
  .u-print-d{
    display: inherit !important;
  }
  .u-print-n{
    display: none !important;
  }
}
