@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
 */
/* //////////////////////////////////////////

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

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

 アセット - Mixin

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


/* AdobeBlank 空白のフォントを読み込む */
/* ローカルの源ノ角ゴシックを再定義 */
@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), local("Noto Sans CJK JP Regular"), local("源ノ角ゴシック Regular");
}

@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), local("Noto Sans CJK JP Medium"), local("源ノ角ゴシック Medium");
}

@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), local("Noto Sans CJK JP Bold"), local("源ノ角ゴシック Bold");
}

/* ローカルの源ノ明朝を再定義 */
@font-face {
  font-family: "Noto-Serif-JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP"), local("NotoSerifJP-Regular");
}

@font-face {
  font-family: "Noto-Serif-JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium");
}

@font-face {
  font-family: "Noto-Serif-JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold");
}

/* Yu Gothic, 游ゴシック */
@font-face {
  font-family: "Yu-Go";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "Yu-Go";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

@font-face {
  font-family: "Yu-Min";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
}

@font-face {
  font-family: "Yu-Min";
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho");
}

@font-face {
  font-family: "Along";
  font-weight: bold;
  src: url("../fonts/AlongSanss2-SemiBold.eot?iefix") format("eot"), url("../fonts/AlongSanss2-SemiBold.woff") format("woff"), url("../fonts/AlongSanss2-SemiBold.woff2") format("woff2");
}

/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qspjyr");
  src: url("../fonts/icomoon.eot?qspjyr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qspjyr") format("truetype"), url("../fonts/icomoon.woff?qspjyr") format("woff"), url("../fonts/icomoon.svg?qspjyr#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: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-activity-comment:before {
  content: "\e901";
}

.icon-activity-event:before {
  content: "\e902";
}

.icon-activity-like:before {
  content: "\e903";
}

.icon-activity-personal:before {
  content: "\e904";
}

.icon-activity-view:before {
  content: "\e905";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-event:before {
  content: "\e914";
}

.icon-filter:before {
  content: "\e915";
}

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

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

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

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

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

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

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

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

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

.icon-sort-alt:before {
  content: "\e91f";
}

.icon-sort-list:before {
  content: "\e920";
}

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

.icon-up-document:before {
  content: "\e922";
}

.icon-user-list:before {
  content: "\e923";
}

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

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

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

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

/*
 * 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;
  -webkit-text-decoration-skip-ink: none;
          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: 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%;
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ecedf1;
  background-color: #ffffff;
}

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

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 {
  flex: 0 0 auto;
  max-width: 100%;
  fill: currentColor;
}

a {
  color: #448aff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

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

.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: 0 16px;
  height: 44px;
  border-radius: 6px;
  transition: border-color .25s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
}

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: #448aff;
  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: 1.6rem !important;
}

select {
  /* Firefox 36+ */
  -moz-appearance: none;
  /* Chrome 41+ */
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 16px;
  /* IE10以上 デフォルト矢印を消す */
}

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;
  padding-top: 12px;
  padding-bottom: 12px;
}

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;
  transition: box-shadow .25s;
}

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

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-build {
  position: relative;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-content {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.l-content.p--merit {
  padding-top: 0;
  padding-bottom: 90px;
}

.l-content.p-tb--24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.l-content.bg--red {
  background-color: #001d2f;
}

.l-content.bg--gray {
  background-color: #f4f4f4;
}

.l-content.bg-t--red:after {
  content: '';
  display: block;
  width: 100%;
  height: 425px;
  background-color: #001d2f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-content.bg-t--gray:after {
  content: '';
  display: block;
  width: 100%;
  height: 425px;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-content.bg-t--white:after {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-content.bg--gray.bg-t--red:after {
  z-index: 0;
}

.l-content.bg--gray.bg-t--red > [class^="l-content"] {
  position: relative;
  z-index: 1;
}

.l-content.bg--gray.bg-t--white:after {
  z-index: 0;
}

.l-content.bg--gray.bg-t--white > [class^="l-content"] {
  position: relative;
  z-index: 1;
}

.l-content.bg--red.bg-t--gray:after {
  z-index: 0;
}

.l-content.bg--red.bg-t--gray > [class^="l-content"] {
  position: relative;
  z-index: 1;
}

.l-content__inner {
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-footer {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #001d2f;
}

.l-footer__logo {
  width: 300px;
  margin: 0 auto 30px;
}

.l-footer__logo > .c-icon-logo {
  width: 219px;
  height: 33.483px;
  fill: #ffffff;
  opacity: .8;
}

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

.l-footer__cp {
  font-size: 14px;
  color: #ffffff;
  opacity: .8;
}

/* //////////////////////////////////////////
 # Layout フッターナビ
////////////////////////////////////////// */
.l-footerNav {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

.l-footerNav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footerNav__item + .l-footerNav__item:before {
  content: "／";
  display: inline-block;
  margin: 0 5px 0 8px;
  color: #ffffff;
  opacity: .8;
}

.l-footerNav__link {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  opacity: .8;
}

/* //////////////////////////////////////////
 # Layout l-header
////////////////////////////////////////// */
.l-header {
  width: 45%;
  height: 130px;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 700;
}

.l-header__logo {
  margin-right: auto;
}

.l-header__logo > .c-icon-logo {
  width: 100px;
  height: 20px;
  fill: #001d2f;
}

.l-header__title {
  display: none;
}

.l-header__link {
  font-size: 16px;
  font-weight: 700;
  color: #001d2f;
  display: none;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-hero {
  width: 100%;
  padding-top: 20px;
}

.l-hero__title {
  text-align: center;
  padding-top: 36px;
}

.l-hero__text {
  display: block;
  color: #001d2f;
}

.l-hero__text.text--en {
  font-family: 'Along', Arial, Noto Sans, sans-serif;
  font-weight: bold;
  font-variant-ligatures: none;
  font-weight: 700;
  font-size: 48px;
}

.l-hero__text.text--jp {
  font-size: 18px;
  color: #54627a;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-login {
  width: 100%;
  height: 100%;
  background: url("../images/bg-image.svg") center center/cover no-repeat;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-login__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1080px;
  padding: 20px 45px;
  position: relative;
}

.l-login__header {
  width: 50%;
}

.l-login__logo {
  width: 76.76768%;
  margin-bottom: 80px;
}

.l-login__content {
  width: 50%;
  padding-left: 45px;
}

.l-login__footer {
  color: #ffffff;
}

.l-login__footer--sp {
  display: none;
  text-align: center;
  margin: 48px 0 30px;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-main {
  width: 100%;
  padding-top: 90px;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-menu {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 36px 0 rgba(10, 10, 50, 0.15);
  position: fixed;
  top: 20px;
  right: 14px;
  z-index: 110;
}

.l-menuTrigger {
  position: relative;
  width: 12px;
  height: 8px;
}

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

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

.l-menuTrigger span:nth-of-type(1) {
  top: 0;
}

.l-menuTrigger span:nth-of-type(2) {
  bottom: 0;
}

.l-menuTrigger.active span:nth-of-type(1) {
  transform: translateY(3px) rotate(-135deg);
}

.l-menuTrigger.active span:nth-of-type(2) {
  transform: translateY(-3px) rotate(135deg);
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
.l-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background-origin: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
}

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

.l-modal__container {
  width: 530px;
  background: #ffffff;
  border-radius: 16px;
  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;
  transform: scale(0.7, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.05, 1.28, 0.91, 1.1);
}

.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: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.l-modal__closeBtn:hover:before {
  transform: scale(1);
  opacity: 1;
  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;
  transform: scale(0.7);
  opacity: 0;
}

.l-modal__closeBtn svg {
  width: 21px;
  height: 21px;
  fill: #909bae;
  transform: rotate(45deg);
}

.l-modal__inner {
  padding: 56px 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: #54627a;
}

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

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

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

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

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

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

.l-mv:after {
  content: '';
  display: block;
  width: 100%;
  height: 82px;
  background-color: #001d2f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.l-mv__inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.l-mv__grid {
  justify-content: center;
  align-items: center;
}

.l-mv__grid [class^="c-col-"]:nth-child(1) {
  order: 0;
}

.l-mv__grid [class^="c-col-"]:nth-child(2) {
  order: -1;
}

.l-mv__content {
  padding: 30px;
  margin-top: -25px !important;
}

.l-mv__en {
  font-family: 'Along', Arial, Noto Sans, sans-serif;
  font-weight: bold;
  font-variant-ligatures: none;
  font-size: 18px;
  color: #001d2f;
  margin-bottom: 20px;
}

.l-mv__en span {
  display: inline-block;
  margin-left: -5px;
}

.l-mv__title {
  line-height: 1.1;
  font-size: 30px;
  font-size: 8vw;
}

.l-mv__title span.l-mv__title-large {
  font-size: 1.15em;
  vertical-align: -.05em;
}

.l-mv__title span.l-mv__title-small {
  font-size: .9em;
}

.l-mv__paragraph {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 26px;
  margin-bottom: 34px;
}

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

/* //////////////////////////////////////////
 # グローバルナビ
////////////////////////////////////////// */
.l-navContainer {
  width: 100%;
  min-width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .15s linear;
}

.l-navContainer.open {
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

.l-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.l-nav__content {
  flex: 1;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.l-nav__content::-webkit-scrollbar {
  display: noen;
}

.l-nav__list {
  max-width: 980px;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
}

.l-nav__item {
  padding: 0 20px 0 50px;
  position: relative;
}

.l-nav__item:nth-child(1) {
  padding-left: 0;
}

.l-nav__item + .l-nav__item:before {
  content: '／';
  display: inline-block;
  color: #ffffff;
  font-size: 37px;
  position: absolute;
  left: 0px;
  top: 12px;
  opacity: 0;
  transition: all 0.55s cubic-bezier(0.31, 1.01, 0.76, 1.01) 0.35s;
}

.l-navContainer.open .l-nav__item:before {
  opacity: 1;
}

.l-nav__link {
  color: #ffffff;
  font-size: 50px;
  display: block;
  transition: all .25s;
  cursor: pointer;
  opacity: 1;
  font-family: 'Along', Arial, Noto Sans, sans-serif;
  font-weight: bold;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: -6px;
}

.l-nav__link.is-current {
  opacity: 1 !important;
}

.l-nav__link:hover {
  opacity: .6 !important;
}

.l-nav__link span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.55s cubic-bezier(0.31, 1.01, 0.76, 1.01) 0.35s;
}

.l-navContainer.open .l-nav__link span {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}

.l-nav__cp {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.31, 1.01, 0.76, 1.01) 0.85s;
}

.l-navContainer.open .l-nav__cp {
  opacity: .6;
}

/* //////////////////////////////////////////
 # グローバルナビ
////////////////////////////////////////// */
.l-nav__bg {
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: fixed;
  background-color: transparent;
  visibility: hidden;
  transform: scale(0.8);
  transition: all .3s ease-out;
}

.l-nav__bg.open {
  transform: scale(1);
  background-color: #001d2f;
  visibility: visible;
  opacity: 1;
  transition: all .2s ease-out;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-sub {
  order: -1;
  background: #37404f;
  width: 240px;
  height: 100%;
  transition: all .25s ease-in-out 0s;
  overflow-y: scroll;
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
.l-trigger {
  width: 70px;
  height: 64px;
  border-radius: 0;
  background-color: #ffffff;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  background-color: transparent;
  background-color: gray;
}

.l-trigger__state:checked ~ .l-build .l-sub {
  width: 70px;
}

.l-trigger__state:checked ~ .l-build .l-nav__text {
  display: none !important;
}

.l-trigger__state:checked ~ .l-build .l-nav__text:hover {
  display: block;
}

.l-trigger__state:checked ~ .l-build .l-nav__label {
  display: none !important;
}

.l-trigger__state:checked ~ .l-build .l-nav__icon {
  flex-basis: 70px;
}

.l-trigger__state:checked ~ .l-build .l-nav__item {
  padding: 12px 0;
}

.l-trigger__state:checked ~ .l-build .l-nav__item:hover .l-nav__text {
  display: block !important;
  position: absolute;
  width: 180px;
  left: 70px;
  margin-left: -3px;
  padding: 12px 5px 12px 20px;
  background-color: inherit;
}

.l-trigger__line {
  margin: 12px 0;
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 2px;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.l-trigger__line:before, .l-trigger__line:after {
  content: " ";
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), top 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-trigger__line:before {
  top: -8px;
}

.l-trigger__line:after {
  top: 8px;
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
/* //////////////////////////////////////////

 # 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: flex;
  flex-wrap: wrap;
}

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

.c-grid--fit > [class*="c-col"] {
  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--x5 {
  margin-right: -5px;
  margin-left: -5px;
}

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

.c-grid--x5_ {
  margin-right: -2.5px;
  margin-left: -2.5px;
}

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

.c-grid--y5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

.c-grid--y5_ {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

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

.c-grid--x10 {
  margin-right: -10px;
  margin-left: -10px;
}

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

.c-grid--x10_ {
  margin-right: -5px;
  margin-left: -5px;
}

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

.c-grid--y10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.c-grid--y10_ {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

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

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

.c-grid--x15_ {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

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

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

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

.c-grid--y15_ {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

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

.c-grid--x20 {
  margin-right: -20px;
  margin-left: -20px;
}

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

.c-grid--x20_ {
  margin-right: -10px;
  margin-left: -10px;
}

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

.c-grid--y20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

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

.c-grid--y20_ {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.c-grid--x25 {
  margin-right: -25px;
  margin-left: -25px;
}

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

.c-grid--x25_ {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

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

.c-grid--y25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

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

.c-grid--y25_ {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}

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

.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--x35 {
  margin-right: -35px;
  margin-left: -35px;
}

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

.c-grid--x35_ {
  margin-right: -17.5px;
  margin-left: -17.5px;
}

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

.c-grid--y35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

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

.c-grid--y35_ {
  margin-top: -17.5px;
  margin-bottom: -17.5px;
}

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

.c-grid--x40 {
  margin-right: -40px;
  margin-left: -40px;
}

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

.c-grid--x40_ {
  margin-right: -20px;
  margin-left: -20px;
}

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

.c-grid--y40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

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

.c-grid--y40_ {
  margin-top: -20px;
  margin-bottom: -20px;
}

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

.c-grid--x45 {
  margin-right: -45px;
  margin-left: -45px;
}

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

.c-grid--x45_ {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

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

.c-grid--y45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

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

.c-grid--y45_ {
  margin-top: -22.5px;
  margin-bottom: -22.5px;
}

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

.c-grid--x50 {
  margin-right: -50px;
  margin-left: -50px;
}

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

.c-grid--x50_ {
  margin-right: -25px;
  margin-left: -25px;
}

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

.c-grid--y50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

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

.c-grid--y50_ {
  margin-top: -25px;
  margin-bottom: -25px;
}

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

/* -------------------------------------------
  Project
------------------------------------------- */
.p-alert {
  display: block;
  margin: 6px 0;
  padding: 6px 6px 6px 25px;
  font-weight: 400;
  font-size: 13px;
  border-radius: 6px;
  position: relative;
}

.p-alert.p-alert--danger {
  color: #d82338;
  background: rgba(255, 0, 0, 0.1);
}

.p-alert.p-alert--danger:before {
  font-family: icomoon;
  content: '\e90e';
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 6px;
}

.p-alert.p-alert--danger span {
  color: #d82338;
}

.error {
  display: block;
  margin: 6px 0;
  padding: 6px 6px 6px 25px;
  font-weight: 400;
  font-size: 13px;
  border-radius: 6px;
  position: relative;
  color: #d82338;
  background: rgba(255, 0, 0, 0.1);
}

.error:before {
  font-family: icomoon;
  content: '\e90e';
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 6px;
}

.error span {
  color: #d82338;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-btn {
  max-width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 8px;
  line-height: 1;
}

.p-btn:hover {
  text-decoration: none;
}

.p-btn.p-btn--top {
  width: 330px;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 30px;
  border-radius: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: box-shadow .25s ease;
  transition: all .25s;
}

.p-btn.p-btn--top:hover {
  box-shadow: 0px 8px 18px 0px rgba(10, 10, 50, 0.3);
}

.p-btn.p-btn--form {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: box-shadow .25s ease;
  transition: all .25s;
}

.p-btn.p-btn--form:hover {
  box-shadow: 0px 8px 18px 0px rgba(10, 10, 50, 0.3);
}

.p-btn.p-btn--lg {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: box-shadow .25s ease;
}

.p-btn.p-btn--lg:hover {
  box-shadow: 0px 8px 18px 0px rgba(10, 10, 50, 0.5);
}

.p-btn.p-color--green {
  background-color: #008cc7;
  border: 2px solid #008cc7;
}

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

.p-btn.p-btn--line {
  color: white;
  padding: 20px 70px;
  background: #00b900;
  display: block;
  border-radius: 5px;
  transition: box-shadow .25s ease-out;
}

.p-btn.p-btn--line:hover {
  text-decoration: none;
  box-shadow: 0px 8px 18px 0px rgba(10, 10, 50, 0.5);
}

/* -------------------------------------------
  Project - p-card
------------------------------------------- */
.p-card__itemImg {
  height: 0;
  padding-top: 100%;
  background: #cfd4dc;
  background: url("../images/dummy-pic.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

.p-card__itemImg.img--01 {
  background: url("../images/img-card-01@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg.img--02 {
  background: url("../images/img-card-02@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg.img--03 {
  background: url("../images/img-card-03@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg.img--04 {
  background: url("../images/img-card-04@2x.png") center center no-repeat;
  background-size: cover;
}

.p-card__itemImg:before {
  content: '';
  width: 2px;
  height: 60px;
  background-color: #001d2f;
  position: absolute;
  bottom: -30px;
  transform: translateY(0%);
  z-index: 10;
}

.p-card__itemImg.itemImage--odd:before {
  left: 50%;
  transform: translateX(-50%);
}

.p-card__itemImg.itemImage--even:before {
  transform: translateX(-50%);
  left: 50%;
}

.p-card__item {
  display: flex;
  justify-content: center;
}

.p-card__itemContent {
  padding: 30px 30px 48px;
}

.p-card__itemHead {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
  align-items: center;
}

.p-card__itemIcon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001d2f;
  border-radius: 12px;
  margin-right: 0;
  margin-bottom: 20px;
}

.p-card__itemIcon [class^="c-icon-"] {
  width: 53px;
  height: 42px;
  fill: #ffffff;
}

.p-card__title {
  flex: 1;
}

.p-card__number {
  display: block;
  font-family: 'Along', Arial, Noto Sans, sans-serif;
  font-weight: bold;
  font-variant-ligatures: none;
  color: #001d2f;
}

.p-card__caption {
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.p-card__text {
  color: #54627a;
  line-height: 2;
  font-size: 14px;
}

.p-card__link {
  font-size: 14px;
}

/* -------------------------------------------
  Project - p-contact
------------------------------------------- */
.p-contact {
  justify-content: center;
}

.p-contact__item ul, .p-contact__item li {
  list-style-type: disc;
}

.p-contact__img {
  width: 48%;
  margin: 0 auto;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-content {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(143, 157, 169, 0.55);
  overflow: hidden;
}

.p-content.content--document {
  width: 730px;
  margin: 0 auto;
  background: white;
  text-align: left;
  padding: 30px;
}

/* -------------------------------------------
  Project - detail
------------------------------------------- */
.p-detail {
  background-color: #ffffff;
  border-radius: 12px;
}

.p-detail__inner {
  padding: 24px;
  padding: 24px 24px 24px 24px;
}

.p-detail + .p-detail {
  margin-top: 24px;
}

.p-detail__img {
  border: 1px solid #b0b8c5;
  border-radius: 10px;
}

.p-detail__title {
  font-size: 24px;
  font-weight: 500;
  padding: 28px 30px;
  border-bottom: 1px solid #cfd4dc;
  color: #78859c;
  text-align: center;
}

.p-detail__caption {
  font-size: 19px;
  font-weight: 700;
  padding: 7px 21px;
  border-left: 3px solid #001d2f;
  margin-bottom: 24px;
}

.p-detail__text {
  font-size: 12px;
  padding-top: 20px;
}

.p-detail__endText {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 30px;
  margin-top: 24px;
  border-radius: 100px;
  background-color: #ecedf1;
}

/* -------------------------------------------
  Project - feature
------------------------------------------- */
.p-feature {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.p-feature__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 6px;
}

.p-feature__itemInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #ffffff;
}

.p-feature__icon {
  padding: 26px 0px 12px;
}

.p-feature [class^="c-icon-"] {
  fill: #ffffff;
}

.p-feature .c-icon-video-large {
  width: 66px;
  height: 66px;
}

.p-feature .c-icon-chat-large {
  width: 79px;
  height: 68px;
}

.p-feature .c-icon-live-large {
  width: 70px;
  height: 69px;
}

.p-feature .c-icon-event-large {
  width: 82px;
  height: 59px;
}

.p-feature__img {
  text-align: center;
}

.p-feature__caption {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: auto;
  margin-bottom: 20px;
}

.p-feature__paragraph {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-fotterBtn {
  font-size: 0;
  padding: 12px 20px;
  border-top: 1px solid #cfd4dc;
  display: flex;
  justify-content: flex-end;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-form + .p-form {
  margin-top: 2em;
}

.p-form__group.row {
  display: flex;
}

.p-form__group.row [class^="col-"] {
  width: 100%;
}

.p-form__group.row [class^="col-"]:nth-child(1) {
  margin-right: 6px;
}

.p-form__group.row [class^="col-"]:nth-child(2) {
  margin-left: 6px;
}

.p-form__caption {
  font-size: 1.5rem;
  font-weight: 400;
  color: #54627a;
  margin-bottom: .6rem;
  position: relative;
  display: flex;
}

.p-form__caption label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.p-form__counter {
  font-size: 13px;
  color: inherit;
  white-space: nowrap;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  padding: 0 6px;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  line-height: 22px;
}

.p-form__content.p-form--x2 {
  display: flex;
}

.p-form__content.p-form--x2 input[type="text"] {
  width: 50%;
}

.p-form__content.p-form--x2 input[type="text"]:nth-child(odd) {
  border-radius: 6px 0 0 6px;
}

.p-form__content.p-form--x2 input[type="text"]:nth-child(odd):not(:focus) {
  margin-right: -1px;
}

.p-form__content.p-form--x2 input[type="text"]:nth-child(even) {
  border-radius: 0 6px 6px 0;
}

.p-form__content.p-form--dob {
  display: flex;
}

.p-form__selectWrap.percent-width + .p-form__selectWrap.percent-width {
  margin-left: 12px;
}

.p-form__selectWrap.percent-width:first-child {
  min-width: auto;
  width: 32.43243%;
}

.p-form__selectWrap.percent-width:not(:first-child) {
  min-width: auto;
  width: 14.77477%;
}

.p-form__selectWrap {
  position: relative;
}

.p-form__selectWrap:after {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bisolation%3Aisolate%3B%7D.cls-2%7Bfill%3A%2354627a%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eselect%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22arrow%22%20class%3D%22cls-1%22%3E%3Cg%20id%3D%22arrow-2%22%20data-name%3D%22arrow%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M3.5%2C0%2C0%2C6.43H7ZM0%2C8.57%2C3.5%2C15%2C7%2C8.57Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 14px;
  right: 12px;
}

.p-form__grid {
  display: flex;
}

.p-form__grid.p-form--address {
  width: 80%;
}

.p-form__grid.p-form--address .p-form__col:nth-child(1) {
  max-width: 150px;
}

.p-form__col {
  width: 100%;
}

.p-form__col + .p-form__col {
  margin-left: 12px;
}

.p-form__check {
  width: 100%;
  padding: 30px 0;
  border-radius: 6px;
  background-color: #ecedf1;
}

.p-form__check-label {
  width: 85%;
  margin: 0 auto;
  padding: 9px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  display: block;
}

.p-form__paragraph {
  margin: 20px 0;
  font-size: 16px;
}

.p-form__comf {
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #ecedf1;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

/* -------------------------------------------
  Project - header-logo
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
.p-header-logo {
  width: 200px;
}

/* -------------------------------------------
  Project - heading
------------------------------------------- */
.p-heading {
  text-align: center;
  margin-top: 42px;
  margin-bottom: 42px;
}

.p-heading__en, .p-heading__ja {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.p-heading__en {
  font-family: 'Along', Arial, Noto Sans, sans-serif;
  font-weight: bold;
  font-variant-ligatures: none;
}

.p-heading__en span {
  margin-left: -9px;
}

.p-heading.h--primary .p-heading__en {
  font-size: 31px;
}

.p-heading.h--primary .p-heading__ja {
  font-size: 14px;
}

.p-heading.c--red .p-heading__en {
  color: #001d2f;
}

.p-heading.c--red .p-heading__ja {
  color: #37404f;
}

.p-heading.c--white .p-heading__en,
.p-heading.c--white .p-heading__ja {
  color: #ffffff;
}

.p-heading__about {
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: flex-end;
}

.p-heading__about > .c-icon-logo {
  width: 120px;
  height: 23.4833px;
  fill: #ffffff;
}

.p-heading__about span {
  display: none;
}

.p-heading__aboutText {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 2px;
  margin-left: 2px;
}

.p-headingRead {
  text-align: center;
}

.p-headingRead.u--ballon {
  font-size: 20px;
  font-weight: 500;
  padding: 9px 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  position: relative;
  border-radius: 6px;
  background-color: #001d2f;
  margin-bottom: 30px;
}

.p-headingRead.u--ballon:before {
  content: '';
  display: block;
  border-top: 10px solid #001d2f;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.p-headingRead__paragraph {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 48px;
  margin-bottom: 30px;
  color: #001d2f;
  position: relative;
  line-height: 1.8;
}

.p-headingRead__paragraph:before, .p-headingRead__paragraph:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 15px;
  background-color: transparent;
  border-top: 3px solid #001d2f;
  border-bottom: 3px solid #001d2f;
}

.p-headingRead__paragraph:before {
  top: 0;
  left: 0;
  border-right: none;
  border-left: 3px solid #001d2f;
}

.p-headingRead__paragraph:after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-right: 3px solid #001d2f;
}

/* -------------------------------------------
  Project - fontawesome
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
.p-hero {
  height: 360px;
  background-image: url("../images/bg-image.svg");
  background-size: cover;
  background-position: center center;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-login {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(55, 64, 79, 0.6);
  padding: 20px 70px 75px;
}

.p-login__title {
  font-size: 24px;
  font-weight: 400;
  margin: 36px 0;
  text-align: center;
  color: #54627a;
}

.p-login__label {
  position: relative;
  margin: auto;
  width: 100%;
}

.p-login__label + .p-login__label {
  margin-top: 24px;
}

.p-login__label .placeholder {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 15px;
  color: #909bae;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all .2s ease;
}

.p-login__label .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all .2s ease;
}

.p-login__label input[type="text"], .p-login__label input[type="email"], .p-login__label input[type="password"] {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 0;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #b0b8c5;
  background: none;
  border-radius: 0;
  transition: all .15s ease;
}

.p-login__label input[type="text"]:not(:placeholder-shown) + span, .p-login__label input[type="email"]:not(:placeholder-shown) + span, .p-login__label input[type="password"]:not(:placeholder-shown) + span {
  transform: translateY(-16px) scale(0.75);
}

.p-login__label input[type="text"]:focus, .p-login__label input[type="email"]:focus, .p-login__label input[type="password"]:focus {
  background: none;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.p-login__label input[type="text"]:focus ~ .placeholder, .p-login__label input[type="email"]:focus ~ .placeholder, .p-login__label input[type="password"]:focus ~ .placeholder {
  transform: translateY(-16px) scale(0.75);
}

.p-login__label input[type="text"]:focus ~ .border, .p-login__label input[type="email"]:focus ~ .border, .p-login__label input[type="password"]:focus ~ .border {
  transform: scaleX(1);
}

.p-login__label input[type="text"].not-valid, .p-login__label input[type="email"].not-valid, .p-login__label input[type="password"].not-valid {
  border-color: transparent;
}

.p-login__label input[type="text"].not-valid:focus, .p-login__label input[type="email"].not-valid:focus, .p-login__label input[type="password"].not-valid:focus {
  box-shadow: 0;
}

.p-login__label.p-login--checkbox {
  display: flex;
  align-items: center;
}

.p-login__label.p-login--checkbox span {
  font-size: 14px;
  font-weight: 500;
  color: #54627a;
}

.p-login__label input[type="checkbox"] {
  cursor: pointer;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #b0b8c5;
  margin-right: 6px;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  border-radius: 0 !important;
  outline: none;
}

.p-login__forgot {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 36px;
}

/* -------------------------------------------
  Project - loginuser
------------------------------------------- */
/* -------------------------------------------
  Project - merit
------------------------------------------- */
.p-merit__item {
  text-align: center;
}

.p-merit__heading {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  color: #ffffff;
}

.p-merit__text {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  color: #ffffff;
}

/* -------------------------------------------
  Project - paragraph
------------------------------------------- */
.p-document.document--section {
  padding: 24px 0;
}

.p-document.document--section + .p-document.document--section {
  border-top: 1px dotted #b0b8c5;
}

.p-document.document--wrapper {
  margin: 24px 0;
}

.p-paragraph {
  color: #54627a;
  font-size: 15px;
  margin: 12px 0;
  text-justify: inter-ideograph;
  line-height: 1.7;
}

.p-paragraph.paragraph--title {
  text-align: center;
  font-size: 20px;
  margin: 16px 0;
}

.p-paragraph.paragraph--caption {
  font-size: 18px;
  margin: 6px 0;
}

.p-paragraph.paragraph--ul li {
  margin: 12px 0;
}

.p-paragraph.paragraph--ol {
  counter-reset: item;
}

.p-paragraph.paragraph--ol li {
  margin: 12px 0;
}

.p-paragraph.paragraph--ol li span {
  display: inline-block;
  margin: 12px 0;
}

.p-paragraph.paragraph--ol.ol--number1 li {
  margin-left: 15px;
}

.p-paragraph.paragraph--ol.ol--number1 li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-left: -15px;
  margin-right: 3px;
  display: inline-block;
}

.p-paragraph.paragraph--ol.ol--number2 li {
  margin-left: 20px;
}

.p-paragraph.paragraph--ol.ol--number2 li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
  margin-left: -20px;
  margin-right: 3px;
  display: inline-block;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-sns {
  width: 150px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-sns__link {
  width: 30px;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.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'] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

/* -------------------------------------------
  Project 共通化UIパーツ
------------------------------------------- */
.p-ui-close__point {
  position: relative;
}

.p-ui-close__btn {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.p-ui-close__btn:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ecedf1;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-ui-close__btn:hover:before {
  opacity: 1;
  transform: scale(1);
}

.p-ui-close__btn span:before, .p-ui-close__btn span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 6%;
  margin: -1% 0 0 -31%;
  background-color: #78859c;
}

.p-ui-close__btn span:before {
  transform: rotate(-45deg);
}

.p-ui-close__btn span:after {
  transform: rotate(45deg);
}

.p-ui-close__btn.p-ui-close--white:before {
  background-color: #000000;
}

.p-ui-close__btn.p-ui-close--white span:before, .p-ui-close__btn.p-ui-close--white span:after {
  background-color: #ffffff;
}

.p-ui-close__btn.p-ui-close--white:hover:before {
  opacity: .2;
}

.p-ui-more {
  display: block;
  width: 44px;
  height: 44px;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
}

.p-ui-more:hover {
  text-decoration: none;
}

.p-ui-more i[class^="icon-"] {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 44px;
  padding: 0 45.45455%;
  color: #78859c;
  z-index: 1;
}

.p-ui-more i[class^="icon-"]:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ecedf1;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.7);
  z-index: -1;
  transition: opacity 0.3s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-ui-more i[class^="icon-"]:hover:after {
  opacity: 1;
  transform: scale(1);
}

.p-ui__editBtn {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-ui__editBtn:before {
  content: '';
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 0;
  background-color: #ecedf1;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-ui__editBtn:hover:before {
  opacity: 1;
  transform: scale(1);
}

.p-ui__editBtn [class^="svg-ico-"] {
  width: 24px;
  height: 24px;
  fill: #909bae;
  position: relative;
}

.p-ui__arrowLeftBtn {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-ui__arrowLeftBtn:before {
  content: '';
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 0;
  background-color: #ecedf1;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-ui__arrowLeftBtn:hover:before {
  opacity: 1;
  transform: scale(1);
}

.p-ui__arrowLeftBtn [class^="svg-ico-"] {
  width: 10px;
  height: 16px;
  fill: #909bae;
  position: relative;
}

.p-ui-addImageList {
  display: flex;
}

.p-ui-addImageItem {
  position: relative;
}

.p-ui-addImageItem + .p-ui-addImageItem {
  margin-left: 12px;
}

.p-ui-addImage {
  width: 69px;
  height: 69px;
  background: #f4f4f4;
  border: dotted 2px #b0b8c5;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.p-ui-addImage:before, .p-ui-addImage:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #b0b8c5;
  display: block;
}

.p-ui-addImage:after {
  transform: rotate(90deg);
  position: absolute;
}

.p-ui-removeImage {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 5px 0 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.p-ui-removeImage svg[class^="svg-ico-"] {
  width: 18px;
  fill: #ffffff;
}

.p-ui-dotted {
  width: 100%;
  height: 10px;
  margin: 20px 0;
  background: 9px 0 #fff;
  background-image: none;
  background-size: auto;
  background-image: radial-gradient(#001d2f 20%, transparent 0);
  background-size: 9px 9px;
}

/* -------------------------------------------
  Project - fontawesome
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
i[class*="fa-"] {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
}

i[class*="fa-"].fa-xs {
  width: .625em;
}

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

Utility: color

////////////////////////////////////////// */
.u-color-white {
  color: #ffffff!important;
}

.u-color-black {
  color: #000000!important;
}

.u-color-key {
  color: #001d2f!important;
}

.u-color-link {
  color: #448aff!important;
}

.u-color-title {
  color: #0a0a32!important;
}

.u-color-text1 {
  color: #262d38!important;
}

.u-color-text2 {
  color: #37404f!important;
}

.u-color-text3 {
  color: #54627a!important;
}

.u-color-text4 {
  color: #78859c!important;
}

.u-color-text5 {
  color: #b0b8c5!important;
}

.u-color-success {
  color: #23ceab!important;
}

.u-color-accent {
  color: #008cc7!important;
}

.u-color-point {
  color: #e7574c!important;
}

.u-color-danger {
  color: #d82338!important;
}

.u-color-warning {
  color: #ff6c00!important;
}

.u-bg-white {
  background-color: #ffffff!important;
}

.u-bg-black {
  background-color: #000000!important;
}

.u-bg-key {
  background-color: #001d2f!important;
}

.u-bg-link {
  background-color: #448aff!important;
}

.u-bg-title {
  background-color: #0a0a32!important;
}

.u-bg-text1 {
  background-color: #262d38!important;
}

.u-bg-text2 {
  background-color: #37404f!important;
}

.u-bg-text3 {
  background-color: #54627a!important;
}

.u-bg-text4 {
  background-color: #78859c!important;
}

.u-bg-text5 {
  background-color: #b0b8c5!important;
}

.u-bg-success {
  background-color: #23ceab!important;
}

.u-bg-accent {
  background-color: #008cc7!important;
}

.u-bg-point {
  background-color: #e7574c!important;
}

.u-bg-danger {
  background-color: #d82338!important;
}

.u-bg-warning {
  background-color: #ff6c00!important;
}

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

Utility: ディスプレイ

////////////////////////////////////////// */
.u-empty:empty {
  display: none !important;
}

.u-hidden {
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 0 !important;
}

.u-d {
  display: inherit !important;
}

.u-b {
  display: block !important;
}

.u-ib {
  display: inline-block !important;
}

.u-f {
  display: flex !important;
}

.u-n {
  display: none !important;
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

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

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-_1 {
  order: -1;
}

.u-flex-00auto {
  flex: 0 0 auto !important;
}

.u-flex-01auto {
  flex: 0 1 auto !important;
}

.u-flex-11auto {
  flex: 1 1 auto !important;
}

.u-flex-10auto {
  flex: 1 0 auto !important;
}

.u-align-self-auto {
  -ms-grid-row-align: auto;
      align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-center {
  -ms-grid-row-align: center;
      align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-items: stretch;
}

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

Utility: フォント関連（サイズ、ファミリー..etc）

////////////////////////////////////////// */
.u-100 {
  font-weight: 100!important;
}

.u-200 {
  font-weight: 200!important;
}

.u-300 {
  font-weight: 300!important;
}

.u-400 {
  font-weight: 400!important;
}

.u-500 {
  font-weight: 500!important;
}

.u-600 {
  font-weight: 600!important;
}

.u-700 {
  font-weight: 700!important;
}

.u-900 {
  font-weight: 900!important;
}

.u-family-gothic {
  font-family: "YakuHanJP", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif!important;
}

.u-family-yumin {
  font-family: YuMinchoM_F, YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
}

.u-family-mincho {
  font-family: "YakuHanJP", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", YuMinchoM_F, YuMincho, "游明朝", "HG明朝E", serif!important;
}

.u-family-noto {
  font-family: "YakuHanJP", "Noto-Sans-JP", "source-han-sans-japanese", "Noto Sans JP", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif!important;
}

.u-family-din-2014 {
  font-family: "din-2014", sans-serif!important;
}

.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: 1.2rem;
}

.u-size-xsmall {
  font-size: 1.3rem;
}

.u-size-small {
  font-size: 1.4rem;
}

.u-size {
  font-size: 1.5rem !important;
}

.u-size-large {
  font-size: 1.6rem;
}

.u-size-xlarge {
  font-size: 1.7rem;
}

.u-size-xxlarge {
  font-size: 1.8rem;
}

.u-italic {
  font-style: italic;
}

.u-pre {
  white-space: pre;
}

.u-nowrap {
  white-space: nowrap;
}

.u-feature-normal {
  font-feature-settings: normal;
}

.u-feature-palt {
  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-textright {
  text-align: right;
}

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

.u-textleft {
  text-align: left;
}

.u-textjustify {
  text-align: justify;
}

.u-top {
  vertical-align: top;
}

.u-middle {
  vertical-align: middle;
}

.u-bottom {
  vertical-align: bottom;
}

.u-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 と padding

////////////////////////////////////////// */
.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-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-24 {
  margin-top: 24px !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-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-24 {
  margin-bottom: 24px !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-pb-100 {
  padding-bottom: 100px !important;
}

.u-pt {
  padding-top: 1.65em!important;
}

.u-pt-n {
  padding-top: 0!important;
}

.u-pt-s {
  padding-top: 0.7em!important;
}

.u-pt-p {
  padding-top: 1em!important;
}

.u-pt-m {
  padding-top: 2em!important;
}

.u-pt-l {
  padding-top: 3em!important;
}

.u-pb {
  padding-bottom: 1.65em!important;
}

.u-pb-n {
  padding-bottom: 0!important;
}

.u-pb-s {
  padding-bottom: 0.7em!important;
}

.u-pb-p {
  padding-bottom: 1em!important;
}

.u-pb-m {
  padding-bottom: 2em!important;
}

.u-pb-l {
  padding-bottom: 3em!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;
}

@media screen and (max-width: 1399px) {
  /**/
}

@media screen and (max-width: 1169px) {
  /**/
}

@media screen and (max-width: 1023px) {
  /**/
  .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-lg-d {
    display: inherit !important;
  }
  .u-lg-n {
    display: none !important;
  }
  .u-lg-justify-content-start {
    justify-content: flex-start;
  }
  .u-lg-justify-content-end {
    justify-content: flex-end;
  }
  .u-lg-justify-content-center {
    justify-content: center;
  }
  .u-lg-justify-content-between {
    justify-content: space-between;
  }
  .u-lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-lg-flex-wrap {
    flex-wrap: wrap;
  }
  .u-lg-align-items-start {
    align-items: flex-start;
  }
  .u-lg-align-items-end {
    align-items: flex-end;
  }
  .u-lg-align-items-center {
    align-items: center;
  }
  .u-lg-align-items-baseline {
    align-items: baseline;
  }
  .u-lg-align-items-stretch {
    align-items: stretch;
  }
  .u-lg-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-lg-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-lg-flex-11auto {
    flex: 1 1 auto !important;
  }
  .u-lg-flex-10auto {
    flex: 1 0 auto !important;
  }
  .u-lg-textright {
    text-align: right;
  }
  .u-lg-textcenter {
    text-align: center;
  }
  .u-lg-textleft {
    text-align: left;
  }
  .u-lg-textjustify {
    text-align: justify;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mt {
    margin-top: 1.65em!important;
  }
  .u-lg-mt-n {
    margin-top: 0!important;
  }
  .u-lg-mt-s {
    margin-top: 0.7em!important;
  }
  .u-lg-mt-p {
    margin-top: 1em!important;
  }
  .u-lg-mt-m {
    margin-top: 2em!important;
  }
  .u-lg-mt-l {
    margin-top: 3em!important;
  }
  .u-lg-mr {
    margin-right: 1.65em!important;
  }
  .u-lg-mr-n {
    margin-right: 0!important;
  }
  .u-lg-mr-s {
    margin-right: 0.7em!important;
  }
  .u-lg-mr-p {
    margin-right: 1em!important;
  }
  .u-lg-mr-m {
    margin-right: 2em!important;
  }
  .u-lg-mr-l {
    margin-right: 3em!important;
  }
  .u-lg-mb {
    margin-bottom: 1.65em!important;
  }
  .u-lg-mb-n {
    margin-bottom: 0!important;
  }
  .u-lg-mb-s {
    margin-bottom: 0.7em!important;
  }
  .u-lg-mb-p {
    margin-bottom: 1em!important;
  }
  .u-lg-mb-m {
    margin-bottom: 2em!important;
  }
  .u-lg-mb-l {
    margin-bottom: 3em!important;
  }
  .u-lg-ml {
    margin-left: 1.65em!important;
  }
  .u-lg-ml-n {
    margin-left: 0!important;
  }
  .u-lg-ml-s {
    margin-left: 0.7em!important;
  }
  .u-lg-ml-p {
    margin-left: 1em!important;
  }
  .u-lg-ml-m {
    margin-left: 2em!important;
  }
  .u-lg-ml-l {
    margin-left: 3em!important;
  }
  .u-lg-pt {
    padding-top: 1.65em!important;
  }
  .u-lg-pt-n {
    padding-top: 0!important;
  }
  .u-lg-pt-s {
    padding-top: 0.7em!important;
  }
  .u-lg-pt-p {
    padding-top: 1em!important;
  }
  .u-lg-pt-m {
    padding-top: 2em!important;
  }
  .u-lg-pt-l {
    padding-top: 3em!important;
  }
  .u-lg-pr {
    padding-right: 1.65em!important;
  }
  .u-lg-pr-n {
    padding-right: 0!important;
  }
  .u-lg-pr-s {
    padding-right: 0.7em!important;
  }
  .u-lg-pr-p {
    padding-right: 1em!important;
  }
  .u-lg-pr-m {
    padding-right: 2em!important;
  }
  .u-lg-pr-l {
    padding-right: 3em!important;
  }
  .u-lg-pb {
    padding-bottom: 1.65em!important;
  }
  .u-lg-pb-n {
    padding-bottom: 0!important;
  }
  .u-lg-pb-s {
    padding-bottom: 0.7em!important;
  }
  .u-lg-pb-p {
    padding-bottom: 1em!important;
  }
  .u-lg-pb-m {
    padding-bottom: 2em!important;
  }
  .u-lg-pb-l {
    padding-bottom: 3em!important;
  }
  .u-lg-pl {
    padding-left: 1.65em!important;
  }
  .u-lg-pl-n {
    padding-left: 0!important;
  }
  .u-lg-pl-s {
    padding-left: 0.7em!important;
  }
  .u-lg-pl-p {
    padding-left: 1em!important;
  }
  .u-lg-pl-m {
    padding-left: 2em!important;
  }
  .u-lg-pl-l {
    padding-left: 3em!important;
  }
}

@media screen and (max-width: 768px) {
  /**/
  .l-header {
    padding-left: 30px;
    padding-right: 30px;
    height: 90px;
  }
  .l-login {
    display: block;
    padding: 60px 0 30px;
  }
  .l-login__container {
    width: 100%;
    padding: 0 30px;
    flex-direction: column;
  }
  .l-login__header {
    width: 100%;
  }
  .l-login__logo {
    width: 256px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .l-login__content {
    width: 100%;
    padding-left: 0;
  }
  .l-login__footer--pc {
    display: none;
  }
  .l-login__footer--sp {
    display: block;
  }
  .l-mv__img {
    width: 90%;
    margin: 0 auto;
  }
  .l-nav__link {
    font-size: 44px;
  }
  .l-sub {
    position: fixed;
    top: 0;
    left: 0px;
    transform: translateX(-50%);
  }
  .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-content.content--document {
    width: auto;
  }
  .u-md-d {
    display: inherit !important;
  }
  .u-md-n {
    display: none !important;
  }
  .u-md-justify-content-start {
    justify-content: flex-start;
  }
  .u-md-justify-content-end {
    justify-content: flex-end;
  }
  .u-md-justify-content-center {
    justify-content: center;
  }
  .u-md-justify-content-between {
    justify-content: space-between;
  }
  .u-md-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-md-flex-wrap {
    flex-wrap: wrap;
  }
  .u-md-align-items-start {
    align-items: flex-start;
  }
  .u-md-align-items-end {
    align-items: flex-end;
  }
  .u-md-align-items-center {
    align-items: center;
  }
  .u-md-align-items-baseline {
    align-items: baseline;
  }
  .u-md-align-items-stretch {
    align-items: stretch;
  }
  .u-md-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-md-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-md-flex-11auto {
    flex: 1 1 auto !important;
  }
  .u-md-flex-10auto {
    flex: 1 0 auto !important;
  }
  .u-md-textright {
    text-align: right;
  }
  .u-md-textcenter {
    text-align: center;
  }
  .u-md-textleft {
    text-align: left;
  }
  .u-md-textjustify {
    text-align: justify;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mt {
    margin-top: 1.65em!important;
  }
  .u-md-mt-n {
    margin-top: 0!important;
  }
  .u-md-mt-s {
    margin-top: 0.7em!important;
  }
  .u-md-mt-p {
    margin-top: 1em!important;
  }
  .u-md-mt-m {
    margin-top: 2em!important;
  }
  .u-md-mt-l {
    margin-top: 3em!important;
  }
  .u-md-mr {
    margin-right: 1.65em!important;
  }
  .u-md-mr-n {
    margin-right: 0!important;
  }
  .u-md-mr-s {
    margin-right: 0.7em!important;
  }
  .u-md-mr-p {
    margin-right: 1em!important;
  }
  .u-md-mr-m {
    margin-right: 2em!important;
  }
  .u-md-mr-l {
    margin-right: 3em!important;
  }
  .u-md-mb {
    margin-bottom: 1.65em!important;
  }
  .u-md-mb-n {
    margin-bottom: 0!important;
  }
  .u-md-mb-s {
    margin-bottom: 0.7em!important;
  }
  .u-md-mb-p {
    margin-bottom: 1em!important;
  }
  .u-md-mb-m {
    margin-bottom: 2em!important;
  }
  .u-md-mb-l {
    margin-bottom: 3em!important;
  }
  .u-md-ml {
    margin-left: 1.65em!important;
  }
  .u-md-ml-n {
    margin-left: 0!important;
  }
  .u-md-ml-s {
    margin-left: 0.7em!important;
  }
  .u-md-ml-p {
    margin-left: 1em!important;
  }
  .u-md-ml-m {
    margin-left: 2em!important;
  }
  .u-md-ml-l {
    margin-left: 3em!important;
  }
  .u-md-pt {
    padding-top: 1.65em!important;
  }
  .u-md-pt-n {
    padding-top: 0!important;
  }
  .u-md-pt-s {
    padding-top: 0.7em!important;
  }
  .u-md-pt-p {
    padding-top: 1em!important;
  }
  .u-md-pt-m {
    padding-top: 2em!important;
  }
  .u-md-pt-l {
    padding-top: 3em!important;
  }
  .u-md-pr {
    padding-right: 1.65em!important;
  }
  .u-md-pr-n {
    padding-right: 0!important;
  }
  .u-md-pr-s {
    padding-right: 0.7em!important;
  }
  .u-md-pr-p {
    padding-right: 1em!important;
  }
  .u-md-pr-m {
    padding-right: 2em!important;
  }
  .u-md-pr-l {
    padding-right: 3em!important;
  }
  .u-md-pb {
    padding-bottom: 1.65em!important;
  }
  .u-md-pb-n {
    padding-bottom: 0!important;
  }
  .u-md-pb-s {
    padding-bottom: 0.7em!important;
  }
  .u-md-pb-p {
    padding-bottom: 1em!important;
  }
  .u-md-pb-m {
    padding-bottom: 2em!important;
  }
  .u-md-pb-l {
    padding-bottom: 3em!important;
  }
  .u-md-pl {
    padding-left: 1.65em!important;
  }
  .u-md-pl-n {
    padding-left: 0!important;
  }
  .u-md-pl-s {
    padding-left: 0.7em!important;
  }
  .u-md-pl-p {
    padding-left: 1em!important;
  }
  .u-md-pl-m {
    padding-left: 2em!important;
  }
  .u-md-pl-l {
    padding-left: 3em!important;
  }
}

@media screen and (max-width: 567px) {
  /**/
  .l-footer__logo {
    width: 240px;
    margin-bottom: 24px;
  }
  .l-footerNav__link {
    font-size: 13px;
    text-decoration: underline;
    padding: 6px 0;
  }
  .l-hero__text.text--en {
    font-size: 38px;
  }
  .l-hero__text.text--jp {
    font-size: 14px;
  }
  .l-modal__container {
    margin: 24px 12px;
  }
  .l-modal__inner {
    padding: 36px 30px 80px;
  }
  .l-modal__lineLogo img {
    width: 64px;
  }
  .l-modal__caption {
    font-size: 16px;
  }
  .l-modal__notes span {
    font-size: 12px;
  }
  .l-mv__contentImg {
    padding-top: 15px;
  }
  .l-mv__img {
    width: 74%;
    margin: 0 auto;
  }
  .l-nav__content {
    align-items: flex-start;
  }
  .l-nav__list {
    flex-direction: column;
  }
  .l-nav__item {
    padding-left: 0;
  }
  .l-nav__item:nth-child(1) {
    padding-left: 0;
  }
  .l-nav__item + .l-nav__item {
    margin-top: 12px;
  }
  .l-nav__item + .l-nav__item:before {
    display: none;
  }
  .l-nav__link {
    font-size: 38px;
  }
  .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-btn.p-btn--line {
    padding: 20px;
  }
  .p-content.content--document {
    padding: 6px 20px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .p-form__selectWrap.percent-width:first-child, .p-form__selectWrap.percent-width:not(:first-child) {
    width: auto;
  }
  .p-form__grid {
    flex-direction: column;
  }
  .p-form__grid.p-form--address {
    width: 100%;
  }
  .p-form__col + .p-form__col {
    margin-left: 0px;
  }
  .p-login {
    padding: 20px 40px 75px;
  }
  .p-login__title {
    font-size: 20px;
    margin: 30px 0;
  }
  .p-paragraph {
    font-size: 13px;
  }
  .p-paragraph.paragraph--title {
    font-size: 17px;
  }
  .p-paragraph.paragraph--caption {
    font-size: 16px;
  }
  .u-sm-d {
    display: inherit !important;
  }
  .u-sm-n {
    display: none !important;
  }
}

@media screen and (max-width: 411px) {
  /**/
  .u-xs-d {
    display: inherit !important;
  }
  .u-xs-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 412px) {
  /**/
  .u-over-xs-d {
    display: inherit !important;
  }
  .u-over-xs-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 568px) {
  /**/
  .l-footer__logo > .c-icon-logo {
    height: 41.483px;
  }
  .l-hero {
    padding-top: 103px;
    padding-bottom: 20px;
  }
  .l-mv__grid [class^="c-col-"]:nth-child(2) {
    order: 0;
  }
  .l-mv__content {
    padding: inherit;
    margin-top: -15px !important;
  }
  .l-mv__en {
    font-size: 24px;
  }
  .l-mv__en span {
    margin-left: -7px;
  }
  .l-mv__title {
    font-size: 48px;
    font-size: 4.10256vw;
  }
  .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;
  }
  .p-card__itemContent {
    padding: 70px;
  }
  .p-card__itemHead {
    flex-direction: row;
    align-items: inherit;
  }
  .p-card__itemIcon {
    margin-right: 16px;
  }
  .p-card__text {
    font-size: 16px;
  }
  .p-detail__inner {
    padding: 24px 45px 45px 45px;
  }
  .p-heading__en span {
    margin-left: -14px;
  }
  .p-heading.h--primary .p-heading__en {
    font-size: 48px;
  }
  .p-heading.h--primary .p-heading__ja {
    font-size: 17px;
  }
  .p-heading__about > .c-icon-logo {
    width: 200px;
    height: 39px;
  }
  .p-heading__aboutText {
    font-size: 26px;
  }
  .p-headingRead__paragraph {
    font-size: 16px;
    padding: 10px 54px;
  }
  .p-ui-dotted {
    margin: 30px 0;
  }
  .u-over-sm-d {
    display: inherit !important;
  }
  .u-over-sm-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  /**/
  .l-header__logo > .c-icon-logo {
    width: 200px;
    height: 39px;
  }
  .l-header__link {
    display: block;
  }
  .l-main {
    padding-top: 120px;
  }
  .l-menu {
    width: 64px;
    height: 64px;
    top: 28px;
    right: 70px;
  }
  .l-menuTrigger {
    width: 20px;
    height: 13px;
  }
  .l-menuTrigger span {
    height: 3px;
  }
  .l-menuTrigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-135deg);
  }
  .l-menuTrigger.active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(135deg);
  }
  .l-mv:after {
    height: 195px;
  }
  .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;
  }
  .p-card__itemImg {
    height: 100%;
  }
  .p-card__itemImg:before {
    width: 60px;
    height: 2px;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
  }
  .p-card__itemImg.itemImage--odd:before {
    transform: translateX(0%);
    right: -30px;
    left: inherit;
  }
  .p-card__itemImg.itemImage--even:before {
    transform: translateX(0%);
    left: -30px;
  }
  .p-card__itemHead {
    flex-direction: column;
    align-items: center;
  }
  .p-card__itemIcon {
    margin-right: 0;
  }
  .p-detail__inner {
    padding: 24px 90px 90px 90px;
  }
  .p-detail__text {
    font-size: 15px;
  }
  .p-feature__list {
    flex-wrap: nowrap;
  }
  .p-feature__item {
    padding: 15px;
    max-width: 215px;
  }
  .p-feature__icon {
    padding: 36px 0 24px;
  }
  .p-feature .c-icon-video-large {
    width: 70px;
    height: 70px;
  }
  .p-feature .c-icon-chat-large {
    width: 83px;
    height: 72px;
  }
  .p-feature .c-icon-live-large {
    width: 74px;
    height: 73px;
  }
  .p-feature .c-icon-event-large {
    width: 87px;
    height: 62px;
  }
  .p-feature__caption {
    margin-top: auto;
    margin-bottom: 26px;
    font-size: 17px;
  }
  .p-feature__paragraph {
    font-size: 18px;
  }
  .u-over-md-d {
    display: inherit !important;
  }
  .u-over-md-n {
    display: none !important;
  }
  .u-over-md-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-over-md-flex-wrap {
    flex-wrap: wrap;
  }
  .u-over-md-order-0 {
    order: 0;
  }
  .u-over-md-order-1 {
    order: 1;
  }
  .u-over-md-order-_1 {
    order: -1;
  }
  .u-over-md-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-over-md-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-over-md-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1024px) {
  /**/
  .l-mv__title {
    font-size: 40px;
  }
  .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;
  }
  .p-detail__inner {
    padding: 24px 135px 100px 135px;
  }
  .u-over-lg-d {
    display: inherit !important;
  }
  .u-over-lg-n {
    display: none !important;
  }
  .u-over-lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-over-lg-flex-wrap {
    flex-wrap: wrap;
  }
  .u-over-lg-order-0 {
    order: 0;
  }
  .u-over-lg-order-1 {
    order: 1;
  }
  .u-over-lg-order-_1 {
    order: -1;
  }
  .u-over-lg-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-over-lg-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-over-lg-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1170px) {
  /**/
}

@media print, screen and (min-width: 1400px) {
  /**/
}

@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;
  }
}
