@charset "UTF-8";
/* ---------------------------------------------------------
Mixin
--------------------------------------------------------- */
/* =========================================================
flex - flex関連の指定
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,700i");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* =========================================================
shadow - シャドウ
デフォルトでは色が濃い目なので使う際に調整してください。
========================================================= */
/* =========================================================
other - その他
========================================================= */
/* ---------------------------------------------------------
variable
--------------------------------------------------------- */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* =========================================================
media-query - レスポンシブの設定
========================================================= */
/* =========================================================
typography - テキスト関連の設定
========================================================= */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
body {
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #333333;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: inherit;
}

p {
  color: #555555;
}

/* =========================================================
body - ボディ
========================================================= */
.l-body {
  padding-top: 60px;
}
.l-body--top {
  padding-top: 0;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1038px;
  }
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (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)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1, .l-row__col--2, .l-row__col--3, .l-row__col--4, .l-row__col--5, .l-row__col--6, .l-row__col--7, .l-row__col--8, .l-row__col--9, .l-row__col--10, .l-row__col--11, .l-row__col--12, .l-row__col,
.l-row__col--auto, .l-row__col--lg-1, .l-row__col--lg-2, .l-row__col--lg-3, .l-row__col--lg-4, .l-row__col--lg-5, .l-row__col--lg-6, .l-row__col--lg-7, .l-row__col--lg-8, .l-row__col--lg-9, .l-row__col--lg-10, .l-row__col--lg-11, .l-row__col--lg-12, .l-row__col--lg,
.l-row__col--lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
/* =========================================================
header - ヘッダー
========================================================= */
.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

/* ---------------------------------------------------------
Component
ページをまたいで使われる各種パーツを定義するクラス
そのパーツ内で常に同様の振る舞いをするものに関してのみスタイルを定義
接頭辞としてc-をつける
--------------------------------------------------------- */
/* ---------------------------------------------------------------
	site-branding - サイトのロゴなど
--------------------------------------------------------------- */
.c-site-branding__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333333;
  text-decoration: none;
}
.c-site-branding__link:hover {
  color: #333333;
  text-decoration: none;
}
.c-site-branding__link:active {
  opacity: .7;
}
@media screen and (min-width: 375px) {
  .c-site-branding__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .c-site-branding__link {
    font-size: 18px;
    font-size: 1.125rem;
    transition: .3s;
  }
  .c-site-branding__link:hover {
    opacity: .7;
  }
}
.c-site-branding__logo {
  width: 100%;
  max-width: 105px;
  height: auto;
  margin-right: 0.5rem;
}
@media screen and (min-width: 375px) {
  .c-site-branding__logo {
    max-width: 137px;
  }
}
@media screen and (min-width: 992px) {
  .c-site-branding__logo {
    max-width: 184px;
    margin-right: 1.25rem;
  }
}
.c-site-branding--footer .c-site-branding__logo {
  max-width: 150px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .c-site-branding--footer .c-site-branding__logo {
    max-width: 250px;
  }
}

@media screen and (min-width: 992px) {
  .is-transparent .c-site-branding__link {
    color: #ffffff;
  }
}
/* ---------------------------------------------------------------
	copyright - コピーライト
--------------------------------------------------------------- */
.c-copylight {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -.01rem;
}
@media screen and (min-width: 375px) {
  .c-copylight {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: .01rem;
  }
}
@media screen and (min-width: 401px) {
  .c-copylight {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: .05rem;
  }
}
.c-copylight__link {
  text-decoration: none;
  transition: .3s;
  color: #ffffff;
}
.c-copylight__link:hover {
  opacity: .7;
}
.c-copylight__link:hover {
  color: #ffffff;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.c-navbar__item {
  height: 100%;
}
.c-navbar__item.is-current .c-navbar__link {
  color: #29aae1;
}
.c-navbar__item.is-current .c-navbar__link::after {
  background-color: #29aae1;
}
.c-navbar__link {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  color: #808080;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  padding: .9375rem;
  transition: .3s;
}
.c-navbar__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: -.2rem;
  transition: .3s;
}
.c-navbar__link:hover {
  color: #29aae1;
  opacity: .7;
}
.c-navbar__link:hover::after {
  background-color: #29aae1;
}

.c-corp-site-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: .5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  background-color: #e5e5e5;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .c-corp-site-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-corp-site-link:hover {
  color: #666666;
  opacity: .7;
}

@media screen and (min-width: 992px) {
  .is-transparent .c-navbar__link {
    color: #ffffff;
  }
  .is-transparent .c-navbar__link:hover::after {
    background-color: #ffffff;
  }
  .is-transparent .c-corp-site-link {
    background-color: #006184;
    color: #ffffff;
  }
}
.hamburger {
  width: 60px;
  height: 60px;
  padding: 10px;
  top: 0;
  right: 0;
  left: auto;
  text-decoration: none;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger::after {
  content: 'MENU';
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: .4rem;
  transition: .3s;
}
.hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
  display: inline-block;
  width: 23px;
  height: 4px;
  background-color: #666666;
}
.hamburger.active::after {
  content: 'CLOSE';
}
.hamburger.active .hamburger__icon::before, .hamburger.active .hamburger__icon::after {
  background-color: #666666;
}

.c-modal {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 992px) {
  .c-modal {
    display: none !important;
  }
}
.c-modal__in {
  display: block;
}
.c-modal__in::before {
  content: '';
  display: block;
  height: 60px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-modal__in::before {
    height: 100px;
  }
}
.fat-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fat-nav ul a {
  color: #666666;
}

.c-modal-nav {
  width: 100%;
}
.c-modal-nav__item {
  width: 100%;
  padding: 0 !important;
}
.c-modal-nav__item.is-current .c-modal-nav__in {
  color: #29aae1;
}
.c-modal-nav__item.is-current .c-modal-nav__in::after {
  background-color: #29aae1;
}
.c-modal-nav__link {
  display: block;
  width: 100%;
  padding: .5rem;
}
.c-modal-nav__link:active .c-modal-nav__in {
  color: #29aae1;
}
.c-modal-nav__link:active .c-modal-nav__in::after {
  background-color: #29aae1;
}
.c-modal-nav__in {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  color: #808080;
}
.c-modal-nav__in::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: -.2rem;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-ttl {
  font-weight: bold;
  color: #333333;
}
.c-basic-ttl--xs {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xs {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-basic-ttl--sm {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--sm {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: bold;
  }
}
.c-basic-ttl--md {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--md {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-basic-ttl--lg {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 38px;
  line-height: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--lg {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 38px;
    line-height: 2.4rem;
  }
}
.c-basic-ttl--xl {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xl {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--lg-white {
    color: #ffffff;
  }
}

.c-italic-ttl {
  font-weight: bold;
  color: #333333;
  font-style: italic;
}
.c-italic-ttl--md {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-italic-ttl--md {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.c-italic-ttl--lg {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-italic-ttl--lg {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .c-italic-ttl--lg-white {
    color: #ffffff;
  }
}

.c-keyword-num {
  width: 65px;
  height: 65px;
  padding-top: .4rem;
  background-color: rgba(86, 86, 86, 0.7);
  color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05rem;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.c-keyword-num::before {
  content: 'Keyword';
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: .1rem;
  display: block;
  margin-top: 10px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .c-keyword-num {
    width: 87px;
    height: 87px;
    padding-top: .5rem;
    font-size: 42px;
    font-size: 2.625rem;
  }
  .c-keyword-num::before {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}
.c-keyword-num--navy {
  background-color: rgba(0, 88, 110, 0.8);
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt {
  letter-spacing: 0.1em;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-basic-txt {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-basic-txt:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .c-basic-txt--lg-w340 {
    max-width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .c-basic-txt--lg-w360 {
    max-width: 360px;
  }
}

.c-big-txt {
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-big-txt {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.95rem;
  }
}
.c-big-txt:last-of-type {
  margin-bottom: 0;
}

.c-note-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}
.c-note-txt::before {
  content: '※';
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 335px;
  padding: 1.35em 1.5rem;
  background-color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  color: #29aae1;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #29aae1;
}
.c-basic-btn__icon {
  margin-right: .5rem;
}
@media screen and (max-width: 991px) {
  .c-basic-btn:hover {
    color: #29aae1;
  }
  .c-basic-btn:active {
    background-color: #29aae1;
    color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .c-basic-btn {
    width: auto;
    min-width: 235px;
    padding: .8em 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    transition: .3s;
  }
  .c-basic-btn:hover {
    background-color: #29aae1;
    color: #ffffff;
  }
}

.c-pagetop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  z-index: 5;
}
.c-pagetop-btn::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
}
.c-pagetop-btn::after {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -1px;
}
@media screen and (max-width: 991px) {
  .c-pagetop-btn:active {
    opacity: .7;
  }
}
@media screen and (min-width: 992px) {
  .c-pagetop-btn {
    transition: .3s;
  }
  .c-pagetop-btn:hover {
    opacity: .7;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ---------------------------------------------------------
Project
プロジェクト固有のスタイルを定義するクラス
プロジェクトで使い回すスタイルのほとんどはProjectレイヤーに追加することになる
接頭辞としてp-をつける
--------------------------------------------------------- */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.p-header {
  background-color: rgba(255, 255, 255, 0.9);
  transition: .3s;
}
.p-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .p-header__in {
    min-width: 100%;
  }
}
.p-header__logo, .p-header__nav, .p-header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.p-header__logo {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .is-transparent .p-header {
    background-color: transparent;
  }
}
/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
  background-color: #000000;
  padding: .9rem 0 .5rem;
}
.p-footer__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-footer__logo {
  margin-bottom: .2rem;
}

/* =========================================================
section - セクションの大枠など
========================================================= */
.p-section {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .p-section {
    padding: 6.25rem 0;
  }
}
.p-section:last-child {
  padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .p-section:last-child {
    padding-bottom: 6.25rem;
  }
}
.p-section--bg-color01 {
  background-color: #e9e9e9;
}
.p-section__top-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
  margin: 0 -15px 1rem;
  min-height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .p-section__top-header {
    background-image: none !important;
    padding: 0;
    margin: 0 0 1rem;
    min-height: auto;
  }
}
.p-section--top {
  padding: 0 0 2rem;
}
@media screen and (min-width: 992px) {
  .p-section--top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6.25rem 0;
  }
}
.p-section--top-key1 .p-section__top-header {
  background-image: url(../images/top/bg_key1_sp.jpg);
}
@media screen and (min-width: 992px) {
  .p-section--top-key1 {
    background-image: url(../images/top/bg_key1.jpg);
  }
}
.p-section--top-key2 .p-section__top-header {
  background-image: url(../images/top/bg_key2_sp.jpg);
}
@media screen and (min-width: 992px) {
  .p-section--top-key2 {
    background-image: url(../images/top/bg_key2.jpg);
  }
}
.p-section--top-key3 .p-section__top-header {
  background-image: url(../images/top/bg_key3_sp.jpg);
}
@media screen and (min-width: 992px) {
  .p-section--top-key3 {
    background-image: url(../images/top/bg_key3.jpg);
  }
}
.p-section--top-key4 .p-section__top-header {
  background-image: url(../images/top/bg_key4_sp.jpg);
}
@media screen and (min-width: 992px) {
  .p-section--top-key4 {
    background-image: url(../images/top/bg_key4.jpg);
  }
}
.p-section--top-key5 .p-section__top-header {
  background-image: url(../images/top/bg_key5_sp.jpg);
}
@media screen and (min-width: 992px) {
  .p-section--top-key5 {
    background-image: url(../images/top/bg_key5.jpg);
  }
}
.p-section--bg-img {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-section--bg-img .p-section__content {
    margin: 0 -15px;
    padding: 0 15px;
    background-repeat: no-repeat;
  }
}
.p-section--bg-img .p-section__bg-img {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-section--bg-img .p-section__bg-img {
    display: block;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .p-section--establishment {
    min-height: 555px;
  }
}
@media screen and (max-width: 363px) {
  .p-section--establishment .p-section__content {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .p-section--establishment .p-section__content {
    min-height: 276px;
    background-image: url(../images/key1/section_bg_establishment_sp.png);
    background-position: left top;
  }
}
@media screen and (min-width: 992px) {
  .p-section--establishment .p-section__bg-img {
    top: 2rem;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-section--convert {
    min-height: 555px;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 330px) {
  .p-section--convert .p-section__content {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .p-section--convert .p-section__content {
    min-height: 277px;
    background-image: url(../images/key1/section_bg_convert_sp.png);
    background-position: left bottom;
  }
}
@media screen and (min-width: 992px) {
  .p-section--convert .p-section__bg-img {
    left: 51%;
    bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-section--pioneer {
    min-height: 520px;
  }
}
@media screen and (max-width: 991px) {
  .p-section--pioneer .p-section__content {
    min-height: 293px;
    background-image: url(../images/key1/section_bg_pioneer_sp.png);
    background-position: right bottom;
  }
}
@media screen and (min-width: 992px) {
  .p-section--pioneer .p-section__bg-img {
    top: 0;
    right: 1%;
  }
}
@media screen and (min-width: 992px) {
  .p-section--rental {
    min-height: 560px;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .p-section--rental .p-section__bg-img {
    top: 1.25rem;
    right: 50%;
  }
}
.p-section--service {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-section--service {
    padding-top: 5.25rem;
  }
}

.p-chart-section {
  padding: 3rem 0;
  text-align: center;
}
.p-chart-section:nth-of-type(even) {
  background-color: #e8e8e8;
}

/* =========================================================
hero - トップページヒーローイメージ
========================================================= */
.p-hero {
  background-image: url(../images/top/bg_hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 113px 15px 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-hero {
    padding: 113px 0 0;
  }
}
.p-hero__ttl {
  height: 251px;
  background-image: url(../images/top/icon_keyword.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 150px auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  color: #000000;
  font-style: italic;
  transform: scaleX(0.97);
  padding-left: 1.125rem;
  padding-bottom: 5rem;
  letter-spacing: -.1rem;
}
@media screen and (min-width: 992px) {
  .p-hero__ttl {
    font-size: 46px;
    font-size: 2.875rem;
    background-size: 180px auto;
    padding-bottom: 1.875rem;
  }
}
.p-hero__img {
  display: inline-block;
  margin-top: -3rem;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .p-hero__img {
    margin-top: -10rem;
  }
}

.p-keyword-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  height: 300px;
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 992px) {
  .p-keyword-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.p-keyword-menu__item:nth-child(1) {
  padding-top: 23%;
}
.p-keyword-menu__item:nth-child(2) {
  padding-top: 13%;
}
.p-keyword-menu__item:nth-child(4) {
  padding-bottom: 8%;
  margin-left: 3%;
}
.p-keyword-menu__item:nth-child(5) {
  padding-bottom: 22%;
  margin-left: 5%;
}
.p-keyword-menu__link {
  display: block;
  text-decoration: none;
  transition: .3s;
}
.p-keyword-menu__link:hover {
  color: #ffffff;
  opacity: .7;
  margin-top: .5rem;
}
.p-keyword-menu__link::after {
  content: '\f107';
  font-family: FontAwesome;
  color: #ffff00;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
  transform: scaleX(0.5);
  display: inline-block;
  margin-top: .5rem;
}

/* =========================================================
page-ttl - 子ページのタイトル
========================================================= */
.p-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 230px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .p-page-header {
    height: 555px;
    padding-bottom: 5rem;
  }
}
.p-page-header__num {
  margin-bottom: .5rem;
}
@media screen and (min-width: 992px) {
  .p-page-header__num {
    margin-bottom: 1rem;
  }
}
.p-page-header__sub-ttl {
  margin-bottom: .5rem;
  line-height: 1;
  letter-spacing: .01rem;
}
@media screen and (min-width: 992px) {
  .p-page-header__sub-ttl {
    margin-bottom: 2rem;
    letter-spacing: .05rem;
  }
}
.p-page-header__ttl {
  margin-bottom: 0;
  letter-spacing: .01rem;
}
@media screen and (min-width: 992px) {
  .p-page-header__ttl {
    letter-spacing: .05rem;
  }
}
.p-page-header--key1 {
  background: url("../images/key1/page_header_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-page-header--key1 {
    background-image: url("../images/key1/page_header_bg.jpg");
  }
}
.p-page-header--key2 {
  background: url("../images/key2/page_header_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-page-header--key2 {
    background-image: url("../images/key2/page_header_bg.jpg");
  }
}
.p-page-header--key3 {
  background: url("../images/key3/page_header_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-page-header--key3 {
    background-image: url("../images/key3/page_header_bg.jpg");
  }
}
.p-page-header--key4 {
  background: url("../images/key4/page_header_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-page-header--key4 {
    background-image: url("../images/key4/page_header_bg.jpg");
  }
}
.p-page-header--key5 {
  background: url("../images/key5/page_header_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-page-header--key5 {
    background-image: url("../images/key5/page_header_bg.jpg");
  }
}

/* ---------------------------------------------------------
Utility
調整用のクラス
margin、padding、font-size、colorなどを付与するのに使用
他種類のパーツ間の空き調整や、パーツとして認められないような、
自由な振る舞いをする要素に対してはこちらのクラスを使用
接頭辞としてu-をつける
--------------------------------------------------------- */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #29aae1 !important;
}

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

.u-fc-gray {
  color: #808080 !important;
}

.u-ta-l {
  text-align: left;
}

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

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .u-ws-lg-nowrap {
    white-space: nowrap;
  }
}

.u-ls-03 {
  letter-spacing: .03rem;
}

.u-ls-04 {
  letter-spacing: .04rem;
}

.u-ls-076 {
  letter-spacing: .076rem;
}

.u-ls-09 {
  letter-spacing: .09rem;
}

.u-ls-12 {
  letter-spacing: .12rem;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

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

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

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

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

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

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

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

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

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

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

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

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

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

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

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

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

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
