@charset "UTF-8";
/*WEBフォントの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
/*==============================================
/* 1. リセットCSS
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
/* ============================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*==============================================
/* 2. 要素スタイルの定義
/* ============================================= */
/*----------------------------*/
/*全要素
/*----------------------------*/
* {
  box-sizing: border-box; }

/*----------------------------*/
/*構造
/*----------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  position: relative;
  line-height: 1.8;
  margin: 0;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body.is-resizing * {
  transition: none; }

/*構造化タグのdisplay属性のブロック可*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* マーク・強調：figure*/
figure {
  margin: 1em 0; }

/*----------------------------*/
/*見出し
/*----------------------------*/
/* -- H2 --*/
h2 {
  font-size: 2.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h2 {
    font-size: 1.75rem; } }
/* -- H3 --*/
h3 {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h3 {
    font-size: 1.375rem; } }
/* -- H4 --*/
h4 {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h4 {
    font-size: 1.25rem; } }
/* -- H5 --*/
h5 {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h5 {
    font-size: 1.125rem; } }
/* -- H6 --*/
h6 {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 812px) {
  h6 {
    font-size: 1rem; } }
/*----------------------------*/
/*リスト関連（UL/OL/DL）
/*----------------------------*/
/* -- UL：箇条書き --*/
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul li {
  margin-left: 1.5em;
  list-style: disc;
  text-indent: 0px; }

/* -- OL：番号付きリスト -- */
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

ol li {
  margin-left: 1.25em;
  list-style: decimal;
  text-indent: 0px; }

/* -- DL：説明リスト --*/
dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  box-sizing: border-box;
  padding-left: 0.8em;
  margin: 0; }

/*----------------------------*/
/*テーブル・表組（TABEL）
/*----------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100% !important; }

table th, table td {
  border: 1px solid #333333;
  vertical-align: middle;
  padding: 8px; }

table th {
  font-weight: bold;
  background: #EBEBEB; }

table td {
  text-align: left;
  background: #F6F6F6; }

/*----------------------------*/
/*テキスト・リンク関連
/*----------------------------*/
/* -- a：リンク --*/
a {
  cursor: pointer;
  color: #208fd0;
  text-decoration: underline; }

a:not([href]) {
  cursor: text; }

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(image/icon_gaibu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.1em; }

a[target="_blank"][href$=".pdf"]::after {
  content: 'PDF';
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1em;
  color: #F6F6F6;
  background: #208fd0;
  width: 2em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0.8em 0.4em;
  transform: translateY(-0.2em); }

a[data-tellink] {
  color: inherit; }

a[data-tellink][href="javascript:void(0);"] {
  text-decoration: none;
  cursor: default; }

/* -- p：段落 --*/
p {
  line-height: 1.8;
  margin: 0.5em 0px; }

/* -- blockquote：引用 --*/
blockquote {
  position: relative;
  background-color: rgba(214, 214, 214, 0.33);
  padding: 2em 3em;
  margin: 1em 0;
  border-radius: 6px;
  font-style: italic;
  color: #4B4B4B; }

blockquote:before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: 0.5em;
  top: 0.2em;
  font-size: 200%; }

blockquote:after {
  content: "”";
  display: inline-block;
  position: absolute;
  right: 0.8em;
  bottom: 0.2em;
  font-size: 200%;
  line-height: 1; }

/* -- strong：強調 --*/
strong {
  font-weight: bold; }

/* -- em：斜体 --*/
em {
  font-style: italic; }

/* -- 下線 --*/
ins {
  text-decoration: underline; }

/* -- 削除：del --*/
del {
  text-decoration: line-through double; }

/* -- 取り消し：s --*/
s {
  text-decoration: line-through; }

/* -- 水平線：hr --*/
hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  height: 0px; }

/* マーク・強調：mark*/
mark {
  background-color: #ff9;
  color: #000; }

/*----------------------------*/
/*外部ソース読込関連（iframe）
/*----------------------------*/
iframe {
  max-width: 100%;
  border: none; }

@media screen and (max-width: 814px) {
  iframe {
    width: 100%; } }
/*----------------------------*/
/*画像スタイル関連
/*----------------------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  text-align: center;
  vertical-align: top; }

/*----------------------------*/
/*動画スタイル関連
/*----------------------------*/
video {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain; }

/*----------------------------*/
/*フォーム関連（入力：input・select・textarea）
/*----------------------------*/
/* -- 一律設定 --*/
input {
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="month"],
input[type="url"],
input[type="password"],
textarea {
  font-family: var(--font-default);
  line-height: 2.2em;
  padding: 8px 3px;
  border: solid #CDCDCD 2px;
  background-color: #FFF;
  color: inherit;
  border-radius: 3px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  appearance: none; }

input[type="week"] {
  letter-spacing: 0.05em; }

input[type="text"]:before {
  content: "aaa"; }

/*readonly 設定*/
input[type="text"]:read-only,
input[type="tel"]:read-only,
input[type="email"]:read-only,
input[type="number"]:read-only,
input[type="search"]:read-only,
input[type="date"]:read-only,
input[type="datetime-local"]:read-only,
input[type="week"]:read-only,
input[type="time"]:read-only,
input[type="month"]:read-only,
input[type="url"]:read-only,
input[type="password"]:read-only,
textarea:read-only,
select:read-only {
  background-color: #F9F9F9; }

/*disabled 設定*/
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="month"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #F9F9F9; }

/* -- input::placeholder：プレースホルダー --*/
input::placeholder {
  color: #ADADAD; }

/* -- textarea：テキストエリア --*/
textarea {
  line-height: 2.0rem;
  padding: 2px 5px;
  width: 100%; }

/* -- select：セレクトボックス --*/
select {
  -webkit-appearance: none;
  appearance: none;
  height: 2.1em;
  line-height: 2.1em;
  padding: 8px 3px;
  padding-right: 1.2em;
  border: solid #CDCDCD 2px;
  background-color: #FFF;
  background-size: 0.50em;
  background-repeat: no-repeat;
  background-position: right 6px center;
  color: inherit;
  border-radius: 3px;
  font-size: 1.125rem;
  max-width: calc( 100% - ( 8px + 1em ) );
  box-sizing: content-box; }

/* -- input[type="checkbox"]：チェックボックス--*/
input[type="checkbox"] {
  /* 表示無効化*/
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute; }

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  min-height: 2.2em;
  line-height: 2.2em;
  vertical-align: middle;
  padding: 8px 8px;
  padding-left: 40px;
  cursor: pointer;
  border: solid 2px transparent; }

input[type="checkbox"] + label:before {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #686868;
  border-radius: 5px;
  background-color: #FFF; }

/*チェックされているとき*/
input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  transform: rotate(45deg) translate(-3px, calc((50% + 12px) * -1));
  width: 10px;
  height: 20px;
  border: solid 2px transparent;
  border-bottom: 4px solid #686868;
  border-right: 4px solid #686868;
  border-radius: 2px;
  background: transparent;
  box-shadow: none; }

/*無効化されているとき*/
input[type="checkbox"]:disabled + label:before {
  border: 1px solid #DFDFDF;
  background-color: #DFDFDF; }

input[type="checkbox"]:disabled:checked + label:before {
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF; }

input[type="checkbox"]:disabled:checked + label:after {
  opacity: 0.6; }

/*フォーカスされているとき*/
input[type="checkbox"]:focus + label {
  border: solid 2px #DFDFDF; }

@media screen and (max-width: 814px) {
  input[type="checkbox"] + label {
    display: block; } }
/* -- input[type="radio"]：ラジオボタン --*/
input[type="radio"] {
  /* 表示無効化*/
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  font-size: 1.125rem; }

input[type="radio"] + label {
  display: inline-block;
  position: relative;
  min-height: 2.2em;
  line-height: 2.2em;
  vertical-align: middle;
  padding: 9px 8px;
  padding-left: 40px;
  cursor: pointer;
  border: solid 2px transparent; }

input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #686868;
  border-radius: 1em;
  background-color: #FFFFFF; }

/*チェックされているとき*/
input[type="radio"]:checked + label:after {
  position: absolute;
  top: calc(50% + 4px);
  left: calc(4px + 5px);
  transform: translateY(calc((50% + 4px) * -1));
  content: "";
  width: 19px;
  height: 19px;
  border: none;
  background-color: #686868;
  border-radius: 1em; }

/*無効化されているとき*/
input[type="radio"]:disabled + label {
  color: #DFDFDF;
  cursor: default; }

input[type="radio"]:disabled + label:before {
  border: 1px solid #DFDFDF;
  background-color: #DFDFDF; }

input[type="radio"]:disabled:checked + label:before {
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF; }

input[type="radio"]:disabled:checked + label:after {
  opacity: 0.6; }

/*フォーカスされているとき*/
input[type="radio"]:focus + label {
  border: solid 2px #DFDFDF; }

@media screen and (max-width: 814px) {
  input[type="radio"] + label {
    display: block; } }
/* -- input[type="number"]：数値入力--*/
input[type="number"] {
  text-align: right;
  padding-right: 0; }

/* -- input[type="date"]：年月日（カレンダー）- --*/
input[type="date"] {
  text-align: right; }

/* -- input[type="month"]：年月（カレンダー）- --*/
input[type="month"] {
  text-align: right; }

/* -- input[type="text"]：テキスト --*/
/*設定なし*/
/* -- input[type="tel"]：電話番号 --*/
/*設定なし*/
/* -- input[type="email"]：E-mail --*/
/*設定なし*/
/* -- input[type="search"]：検索 --*/
/*設定なし*/
/* -- input[type="checkbox"]：レンジスライダー--*/
/*設定なし*/
/*----------------------------*/
/*フォーム関連（ボタン：submit・button）
/*----------------------------*/
/*共通設定*/
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  /* iOSでのデフォルトスタイルをリセット */
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: solid 1px #252525;
  /* 装飾 */
  padding: 10px 20px;
  font-weight: normal;
  min-height: 30px;
  cursor: pointer;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 1; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px; }

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  opacity: 0.6; }

input.is-error[type],
textarea.is-error,
select.is-error {
  background-color: #ffebed; }

/*----------------------------*/
/*フォーム関連（レイアウト関連：fieldset・legend）
/*----------------------------*/
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

fieldset + fieldset {
  margin-top: 10px; }

.c-content-section {
  padding: 36px 0;
  margin-bottom: 56px; }

.c-h3-basic {
  position: relative;
  padding-top: 24px;
  margin-bottom: 48px;
  color: #192b61; }
  @media all and (max-width: 1024px) {
    .c-h3-basic {
      padding-top: 12px;
      margin-bottom: 24px; } }
  .c-h3-basic__text {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem; }
    @media all and (max-width: 1024px) {
      .c-h3-basic__text {
        font-size: 1.5rem; } }
  .c-h3-basic__text::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #999fcb;
    position: absolute;
    left: 0;
    bottom: 0; }
  .c-h3-basic__text::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #c33133;
    position: absolute;
    left: 0;
    bottom: 0; }
  .c-h3-basic--white {
    color: #F6F6F6; }

.c-h4-basic {
  line-height: 1;
  padding-top: 16px;
  margin-bottom: 24px;
  color: #252525; }
  @media all and (max-width: 1024px) {
    .c-h4-basic {
      padding-top: 8px;
      margin-bottom: 12px; } }
  .c-h4-basic__text {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem; }
    @media all and (max-width: 1024px) {
      .c-h4-basic__text {
        font-size: 1.25rem; } }
    .c-h4-basic__text span {
      font-size: 1.125rem; }
      @media all and (max-width: 1024px) {
        .c-h4-basic__text span {
          font-size: 1rem; } }
  .c-h4-basic--white {
    color: #F6F6F6; }

.c-pageTop {
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 1rem;
  margin-bottom: 2.5rem;
  width: 60px;
  height: 60px;
  /*グラスモーフィズム*/
  background-color: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(6px);
  border: 1px solid white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition-property: background-color;
  transition-delay: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  .c-pageTop::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 5px solid #252525;
    border-right: 5px solid #252525;
    transform: translateY(30%) rotate(-45deg); }
  .c-pageTop:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.45); }

.c-linkBtn-container {
  display: flex;
  gap: 1rem; }
  @media all and (max-width: 812px) {
    .c-linkBtn-container {
      flex-direction: column; } }
  .c-linkBtn-container > * {
    flex: 1; }
    @media all and (max-width: 812px) {
      .c-linkBtn-container > * {
        width: 100%; } }

.c-linkBtn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  align-items: center;
  border: none;
  background-color: #2341b7;
  color: #F6F6F6;
  text-decoration: none;
  font-weight: 500;
  opacity: 1;
  padding: 1rem;
  text-align: center;
  transition-property: opacity;
  transition-delay: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  .c-linkBtn[target="_blank"] {
    padding-right: 4rem;
    text-align: left; }
    .c-linkBtn[target="_blank"]::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      background-image: url(image/icon_gaibu_white.svg);
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%); }
  .c-linkBtn[href$=".pdf"][target="_blank"] {
    padding-right: 4rem;
    text-align: left; }
    .c-linkBtn[href$=".pdf"][target="_blank"]::after {
      content: 'PDF';
      display: inline-block;
      font-size: 0.7em;
      font-weight: normal;
      line-height: 1em;
      color: #2341b7;
      background: #F6F6F6;
      font-weight: bold;
      line-height: 1.4;
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%); }
  .c-linkBtn:hover {
    opacity: 0.8; }

.c-textLink {
  color: #208fd0;
  text-decoration: underline;
  transition-property: opacity;
  transition-delay: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  .c-textLink:hover {
    opacity: 0.7; }
  .c-textLink[target="_blank"] {
    margin-right: 0.2rem;
    margin-left: 0.2rem; }
    .c-textLink[target="_blank"]::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      background-image: url(image/icon_gaibu.svg);
      margin-left: 0.5em; }
  .c-textLink[href^="tel:"] {
    padding-right: 0.2rem;
    text-decoration: none; }
    .c-textLink[href^="tel:"]::before {
      content: 'TEL: ';
      display: inline-block;
      font-size: 1em;
      line-height: 1em;
      color: #208fd0;
      margin-right: 0.5rem; }

.c-kome--left {
  font-size: 0.8em;
  color: #555657;
  padding-left: 0;
  text-align: left; }
  .c-kome--left .c-kome__text {
    display: inline-block;
    text-align: start;
    position: relative;
    padding-left: calc(0.8em * 2);
    margin-bottom: 0.5em; }
    .c-kome--left .c-kome__text::before {
      content: '※';
      position: absolute;
      left: 0;
      top: 0; }
.c-kome--center {
  font-size: 0.8em;
  color: #555657;
  padding-left: 0;
  text-align: center; }
  .c-kome--center .c-kome__text {
    display: inline-block;
    text-align: start;
    position: relative;
    padding-left: calc(0.8em * 2);
    margin-bottom: 0.5em; }
    .c-kome--center .c-kome__text::before {
      content: '※';
      position: absolute;
      left: 0;
      top: 0; }
.c-kome--right {
  font-size: 0.8em;
  color: #555657;
  padding-left: 0;
  text-align: right; }
  .c-kome--right .c-kome__text {
    display: inline-block;
    text-align: start;
    position: relative;
    padding-left: calc(0.8em * 2);
    margin-bottom: 0.5em; }
    .c-kome--right .c-kome__text::before {
      content: '※';
      position: absolute;
      left: 0;
      top: 0; }
.c-kome__text a {
  color: #555657; }

/*―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*  (o-）グローバルレイアウト：全ページで利用されるレイアウト
/*―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
.t-contentsHeader {
  background: url(image/bg_keyVisual.png);
  margin-bottom: 0.5rem; }

.l-frame {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -120px;
  background: url(image/bg_white.png); }
.l-frame__wrapper {
  position: relative; }
.l-frame__header {
  padding: 15px 22px; }
  @media screen and (max-width: 812px) {
    .l-frame__header {
      padding: 0; } }
.l-frame__main {
  overflow: hidden; }
.l-frame__section {
  width: 100%;
  height: 100%;
  padding-top: 96px;
  padding-bottom: 96px; }
  @media screen and (max-width: 812px) {
    .l-frame__section {
      padding-top: 120px; } }
.l-frame__inner {
  width: min(1500px, 100% - 20px);
  max-width: 1500px;
  margin: 0 auto; }

.l-header {
  position: sticky;
  z-index: 2000;
  top: 0;
  height: 120px;
  width: 100%; }
  @media screen and (max-width: 812px) {
    .l-header {
      height: 70px; } }
  .l-header__inner {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    /*グラスモーフィズム*/
    background-color: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(6px);
    border: 1px solid white;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media screen and (max-width: 812px) {
      .l-header__inner {
        height: 70px;
        padding: 0 15px;
        margin: 0;
        justify-content: space-between; } }
  .l-header__sitelogo {
    /*display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 120px;*/ }
  .l-header__sitelogo a {
    		/*display: inline-block;
    		text-align: center;
    		background-image: url(image/logo__site.png);
    		//width: min(44vw, 528px);
    		//height: min(8vw, 96px);
    		width: min(64.8648648649vw, 528px);
    		height: min(11.7936117936vw, 96px);
    		height: 100%;
    		background-size: contain;
    		background-repeat: no-repeat;
    		background-position: center;
    		color: rgba(0, 0, 0, 0);
    
    		@media screen and (max-width: $MAX_SP_WIDTH) {
    			width:90%;
    			height: 100px;
    		}*/ }

.l-header-sitelogo {
  height: calc(100% - 10px);
  width: 325px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .l-header-sitelogo {
      width: 36%; } }
  @media screen and (max-width: 812px) {
    .l-header-sitelogo {
      width: 55%; } }
  .l-header-sitelogo__logo {
    display: inline-block;
    width: 100%; }
  .l-header-sitelogo__logo a {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 812px) {
    .l-header-sitelogo__logo a img {
      max-height: 60px; } }

.l-header-menu {
  width: 100%;
  padding-right: 1rem; }
  @media screen and (max-width: 812px) {
    .l-header-menu {
      position: absolute;
      top: 0;
      right: 0;
      width: inherit;
      padding-right: 0;
      padding-top: 70px;
      padding-bottom: 0.8rem;
      background: #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translateY(0) scale(0, 0);
      transform-origin: top right;
      opacity: 0;
      pointer-events: none;
      transition-property: transform;
      transition-delay: 0;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
      .l-header-menu.is-open {
        transform: translateY(0) scale(1, 1);
        opacity: 1;
        pointer-events: auto; }
      .l-header-menu.is-open .l-header-menu__list {
        opacity: 1; } }
  .l-header-menu__list {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 812px) {
      .l-header-menu__list {
        flex-direction: column;
        align-items: flex-end;
        opacity: 0;
        transition-property: opacity;
        transition-delay: 0;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
        transition-delay: 0.1s; } }
  .l-header-menu__item {
    list-style: none;
    font-weight: bold;
    margin-left: 2.5rem;
    margin-bottom: 0.4em; }
    @media screen and (max-width: 1024px) {
      .l-header-menu__item {
        margin-left: 1.5rem; } }
    .l-header-menu__item a {
      font-size: 1.3125rem;
      display: inline-block;
      text-decoration: none;
      color: #252525;
      transition-property: color;
      transition-delay: 0;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
      @media screen and (max-width: 812px) {
        .l-header-menu__item a {
          font-size: 1.125rem;
          white-space: nowrap;
          color: #F6F6F6;
          transition-property: opacity;
          transition-delay: 0;
          transition-duration: 0.2s;
          transition-timing-function: ease-out;
          text-align: right;
          padding-right: 0.8em; } }
    .l-header-menu__item a:hover {
      color: #2341b7; }
      @media screen and (max-width: 812px) {
        .l-header-menu__item a:hover {
          color: #F6F6F6;
          opacity: 0.7; } }
    .l-header-menu__item--contact a {
      color: #F6F6F6;
      padding: 0.2em 0.8em;
      background: #252525;
      transition-property: background;
      transition-delay: 0;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
      @media screen and (max-width: 812px) {
        .l-header-menu__item--contact a {
          color: #252525;
          background: #F6F6F6;
          padding: 0.2em 0.8em; } }
    .l-header-menu__item--contact a:hover {
      color: #F6F6F6;
      background: #2341b7;
      opacity: 1; }

.l-header-spMenu {
  position: relative; }
  .l-header-spMenu__btn {
    display: none; }
    .l-header-spMenu__btn:hover {
      opacity: 1; }
    @media screen and (max-width: 812px) {
      .l-header-spMenu__btn {
        display: block;
        appearance: none;
        border: none;
        background: none;
        padding: 0;
        display: block;
        width: 75px;
        height: 60px;
        background: #000000; }
        .l-header-spMenu__btn span {
          width: 45px;
          height: 3px;
          position: absolute;
          top: 50%;
          background: #F6F6F6;
          margin: 0 auto;
          transform: translate(-50%, -50%);
          transition-property: opacity;
          transition-delay: 0;
          transition-duration: 0.2s;
          transition-timing-function: ease-out; }
        .l-header-spMenu__btn::before, .l-header-spMenu__btn::after {
          content: '';
          width: 35px;
          height: 3px;
          position: absolute;
          top: 50%;
          background: #F6F6F6;
          transition-property: transform, width;
          transition-delay: 0;
          transition-duration: 0.2s;
          transition-timing-function: ease-out; }
        .l-header-spMenu__btn::before {
          transform: translate(-50%, calc(-50% - 0.6rem)); }
        .l-header-spMenu__btn::after {
          transform: translate(-50%, calc(-50% + 0.6rem)); }
        .l-header-spMenu__btn.is-open span {
          opacity: 0; }
        .l-header-spMenu__btn.is-open::before, .l-header-spMenu__btn.is-open::after {
          top: 50%;
          width: 2.875rem; }
        .l-header-spMenu__btn.is-open::before {
          transform: translate(-50%, -50%) rotate(30deg); }
        .l-header-spMenu__btn.is-open::after {
          transform: translate(-50%, -50%) rotate(-30deg); } }

.l-frame-footer {
  background: url(image/bg_footerContact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: solid 10px #000000;
  position: relative; }
  .l-frame-footer__copyright {
    text-align: right;
    color: #FFFFFF; }
    @media screen and (max-width: 812px) {
      .l-frame-footer__copyright {
        text-align: center; } }

/*--------------------------------------
第2階層目以降 ページタイトル（H2）
---------------------------------------*/
.l-pageTitle {
  padding-top: 160px; }

.l-pageTitle-h2__main {
  color: #F6F6F6;
  font-size: 2.625rem; }
  @media all and (max-width: 1024px) {
    .l-pageTitle-h2__main {
      font-size: 2.25rem; } }
.l-pageTitle-h2__sub {
  color: #999fcb;
  font-size: 1.3125rem; }
  @media all and (max-width: 1024px) {
    .l-pageTitle-h2__sub {
      font-size: 0.9375rem; } }

.l-breadline__inner {
  display: flex; }
.l-breadline__item {
  margin-right: 2em;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: 1rem; }
  @media all and (max-width: 1024px) {
    .l-breadline__item {
      font-size: 0.75rem; } }
  .l-breadline__item::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    transform: rotate(45deg) translateY(-1px);
    display: inline-block;
    margin-left: 0.5em; }
  .l-breadline__item:last-of-type {
    margin-right: 0;
    white-space: normal; }
    @media all and (max-width: 1024px) {
      .l-breadline__item:last-of-type {
        width: 100%;
        max-width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .l-breadline__item:last-of-type::after {
    content: none; }
.l-breadline__link {
  color: #208fd0; }
.l-breadline__nolink {
  font-weight: 400; }
.l-breadline__current {
  color: #252525; }

.p-top-keyVisual {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  background-image: url(image/bg_keyVisual.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 812px) {
    .p-top-keyVisual {
      background-position: right center; } }
  .p-top-keyVisual__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    overflow: visible; }

.p-top-keyVisual-slide {
  z-index: 0;
  width: 100vw; }
  @media screen and (max-width: 812px) {
    .p-top-keyVisual-slide {
      padding-top: calc(120px + 2rem); } }
  .p-top-keyVisual-slide__wrapper {
    width: 100vw; }
  .p-top-keyVisual-slide__media {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh; }
    @media screen and (min-width: 1500px) {
      .p-top-keyVisual-slide__media {
        height: 80vh;
        background-position: center center; } }
    @media screen and (max-width: 812px) {
      .p-top-keyVisual-slide__media {
        height: 45vh;
        background-position: right; } }
  .p-top-keyVisual-slide__deco {
    position: absolute;
    top: -30px;
    right: -280px;
    z-index: 2;
    width: 500px;
    height: 320px;
    background-image: url(image/deco_keyVisual.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media screen and (max-width: 1500px) {
      .p-top-keyVisual-slide__deco {
        right: -200px; } }
    @media screen and (max-width: 1024px) {
      .p-top-keyVisual-slide__deco {
        right: -180px; } }
    @media screen and (max-width: 812px) {
      .p-top-keyVisual-slide__deco {
        width: 72vw;
        height: 360px;
        top: 0; } }

.p-top-keyVisual-mainCopy {
  position: absolute;
  margin-top: 120px;
  inset: 0;
  max-width: 1500px;
  width: 100%;
  height: calc(100% - 120px);
  z-index: 3; }
  .p-top-keyVisual-mainCopy__copy {
    width: 100%; }
  .p-top-keyVisual-mainCopy__item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 1;
    text-indent: -9999px; }
    .p-top-keyVisual-mainCopy__item--1 {
      background-image: url(image/copy_keyVisual_text01.png);
      background-position: right;
      width: 100%;
      height: 42%;
      top: 0;
      right: 0; }
      @media screen and (max-width: 812px) {
        .p-top-keyVisual-mainCopy__item--1 {
          height: 30%;
          top: 36px; } }
    .p-top-keyVisual-mainCopy__item--2 {
      background-image: url(image/copy_keyVisual_text02.png);
      background-position: left;
      width: 100%;
      height: 25%;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 812px) {
        .p-top-keyVisual-mainCopy__item--2 {
          bottom: -45px; } }

.p-top-keyVisual-subCopy {
  width: 100%; }
  .p-top-keyVisual-subCopy__item {
    color: #F6F6F6;
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 900;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    white-space: nowrap; }
    @media screen and (max-width: 812px) {
      .p-top-keyVisual-subCopy__item {
        font-size: clamp(15px, 2.5vw, 32px);
        margin-top: 2em;
        line-height: 2; } }

.p-top-scroll {
  position: relative;
  color: #F6F6F6;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em; }
  @media all and (max-width: 812px) {
    .p-top-scroll {
      text-align: center; } }
  .p-top-scroll::after {
    animation: scrollBar 2s infinite;
    background-color: #F6F6F6;
    content: '';
    width: 2px;
    height: 45px;
    position: absolute;
    top: 2rem;
    left: 0;
    margin: auto; }
    @media all and (max-width: 812px) {
      .p-top-scroll::after {
        left: 50%;
        transform: translateX(-50%); } }

@keyframes scrollBar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.p-top-midashiH2 {
  line-height: 1;
  padding-top: 36px;
  margin-bottom: 72px;
  color: #252525; }
  @media all and (max-width: 1024px) {
    .p-top-midashiH2 {
      padding-top: 18px;
      margin-bottom: 36px; } }
  .p-top-midashiH2__main {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.75rem; }
    @media all and (max-width: 1024px) {
      .p-top-midashiH2__main {
        font-size: 2.625rem; } }
  .p-top-midashiH2__sub {
    color: #999fcb;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3125rem; }
    @media all and (max-width: 1024px) {
      .p-top-midashiH2__sub {
        font-size: 0.9375rem; } }
  .p-top-midashiH2--white {
    color: #F6F6F6; }

.p-top-midashiH3 {
  position: relative;
  padding-top: 24px;
  margin-bottom: 48px;
  color: #192b61; }
  @media all and (max-width: 1024px) {
    .p-top-midashiH3 {
      padding-top: 12px;
      margin-bottom: 24px; } }
  .p-top-midashiH3__text {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem; }
    @media all and (max-width: 1024px) {
      .p-top-midashiH3__text {
        font-size: 1.5rem; } }
  .p-top-midashiH3__text::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #999fcb;
    position: absolute;
    left: 0;
    bottom: 0; }
  .p-top-midashiH3__text::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #c33133;
    position: absolute;
    left: 0;
    bottom: 0; }
  .p-top-midashiH3--white {
    color: #F6F6F6; }

.p-top-midashiH4 {
  line-height: 1;
  padding-top: 16px;
  margin-bottom: 24px;
  color: #252525; }
  @media all and (max-width: 1024px) {
    .p-top-midashiH4 {
      padding-top: 8px;
      margin-bottom: 12px; } }
  .p-top-midashiH4__text {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem; }
    @media all and (max-width: 1024px) {
      .p-top-midashiH4__text {
        font-size: 1.25rem; } }
    .p-top-midashiH4__text span {
      font-size: 1.125rem; }
      @media all and (max-width: 1024px) {
        .p-top-midashiH4__text span {
          font-size: 1rem; } }
  .p-top-midashiH4--white {
    color: #F6F6F6; }

.p-top-concept {
  overflow: visible;
  position: relative; }
  .p-top-concept__bg {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-image: url(./image/bg_conceptImage_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 0; }
    @media all and (max-width: 1024px) {
      .p-top-concept__bg {
        background-image: url(./image/bg_conceptImage_sp.png);
        background-size: cover; } }
  .p-top-concept__deco {
    background: url(image/deco_concept.png);
    display: inline-block;
    width: 100%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 285px;
    position: relative;
    position: absolute;
    top: -96px;
    right: calc((100% - 1500px)/2);
    z-index: -1;
    animation: 30s ease-in-out deco-anim infinite alternate; }
    .p-top-concept__deco::before {
      content: '';
      display: block;
      float: left;
      padding-top: 561.4035087719%; }
    .p-top-concept__deco::after {
      content: '';
      display: block;
      clear: both; }
    .p-top-concept__deco > :first-child {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    @media all and (max-width: 812px) {
      .p-top-concept__deco {
        display: inline-block;
        width: 100%;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        max-width: 124px;
        position: relative;
        top: -60%;
        right: -21px;
        position: absolute; }
        .p-top-concept__deco::before {
          content: '';
          display: block;
          float: left;
          padding-top: 806.4516129032%; }
        .p-top-concept__deco::after {
          content: '';
          display: block;
          clear: both; }
        .p-top-concept__deco > :first-child {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; } }

@keyframes deco-anim {
  0% {
    transform: translateY(0) scale(1, 1) rotateY(0);
    transform-origin: top; }
  20% {
    transform: translateY(5px) scale(0.95, 1.05); }
  40% {
    transform: translateY(10px) scale(0.98, 1.02) rotateY(27deg); }
  60% {
    transform: translateY(15px) scale(1, 1); }
  80% {
    transform: translateY(8px) scale(1.05, 0.98); }
  100% {
    transform: translateY(0) scale(1, 1) rotateY(30deg); } }
.p-top-concept-text {
  max-width: 900px;
  width: 100%;
  height: calc(90vh - 120px);
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #192b61;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2; }
  @media all and (max-width: 812px) {
    .p-top-concept-text {
      writing-mode: horizontal-tb;
      white-space: normal;
      height: 100%; } }
  @media all and (max-height: 720px) {
    .p-top-concept-text {
      writing-mode: horizontal-tb;
      white-space: normal;
      height: 100%; } }
  .p-top-concept-text__midashi h2 {
    font-weight: 800;
    font-size: clamp(24px, 3vmin, 36px);
    margin-left: 2em; }
    @media all and (max-height: 720px) {
      .p-top-concept-text__midashi h2 {
        font-size: 2.25rem;
        margin-left: 0; } }
    @media all and (max-width: 812px) {
      .p-top-concept-text__midashi h2 {
        font-size: clamp(20px, 3vw, 36px);
        margin-left: 0; } }
    @media (max-width: 812px) and (max-height: 720px) {
      .p-top-concept-text__midashi h2 {
        font-size: clamp(20px, 3vw, 36px);
        margin-left: 0; } }
  .p-top-concept-text__text {
    font-weight: 600;
    font-size: clamp(20px, 2.2vmin, 24px);
    margin-top: 0.5em; }
    @media all and (max-height: 720px) {
      .p-top-concept-text__text {
        font-size: 1.5rem; } }
    @media all and (max-width: 812px) {
      .p-top-concept-text__text {
        font-size: clamp(16px, 2.5vw, 24px); } }
    @media (max-width: 1024px) and (max-height: 720px) {
      .p-top-concept-text__text {
        font-size: clamp(16px, 2.5vw, 24px); } }
    .p-top-concept-text__text p {
      line-height: 2.5; }

.p-top-news {
  overflow: visible;
  position: relative; }
  .p-top-news__midashi {
    margin-bottom: 72px; }
    .p-top-news__midashi::before {
      content: '';
      display: block;
      width: 2px;
      height: 35px;
      background: #252525;
      margin: 0 auto; }
    .p-top-news__midashi .p-top-midashiH2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .p-top-news__midashi .p-top-midashiH2__main {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.2; }
    .p-top-news__midashi .p-top-midashiH2__sub {
      line-height: 1.2; }

.p-top-news-list {
  position: relative;
  z-index: 7; }
  .p-top-news-list__item {
    list-style: none;
    margin-left: 0;
    border-top: solid 1px #252525; }
    .p-top-news-list__item:first-of-type {
      border-top: solid 3px #252525; }
    .p-top-news-list__item:last-of-type {
      border-bottom: solid 3px #252525; }
  .p-top-news-list__item a {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 3rem;
    align-items: start;
    text-decoration: none;
    color: #252525;
    background: #fff;
    padding: 0.8rem;
    padding-right: 4rem;
    transition-property: background;
    transition-delay: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    position: relative; }
    @media all and (max-width: 1024px) {
      .p-top-news-list__item a {
        display: block;
        padding: 0.4rem;
        padding-right: 3rem;
        padding-left: 0.8rem; } }
    .p-top-news-list__item a:hover {
      background: #F6F6F6; }
    .p-top-news-list__item a::after, .p-top-news-list__item a::before {
      content: '';
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%; }
    .p-top-news-list__item a::after {
      width: 30px;
      height: 3px;
      background: #252525;
      transform: translateY(-50%); }
      @media all and (max-width: 1024px) {
        .p-top-news-list__item a::after {
          width: 20px;
          height: 3px; } }
    .p-top-news-list__item a::before {
      width: 12px;
      height: 10px;
      border-top: solid 3px #252525;
      transform: translateY(-50%) rotate(45deg); }
      @media all and (max-width: 1024px) {
        .p-top-news-list__item a::before {
          width: 12px;
          height: 10px; } }
  .p-top-news-list time {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F6F6F6;
    text-align: center;
    background: #252525;
    display: block;
    width: 130px; }
    @media all and (max-width: 1024px) {
      .p-top-news-list time {
        width: 96px;
        font-size: 0.875rem; } }
  .p-top-news-list h3 {
    font-size: 1.125rem;
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media all and (max-width: 1024px) {
      .p-top-news-list h3 {
        font-size: 0.875rem; } }

.p-top-aboutUs {
  color: #F6F6F6;
  background: url(image/bg_blue.png);
  overflow: visible;
  position: relative;
  z-index: 10; }
  .p-top-aboutUs__wrapper {
    width: 60%; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs__wrapper {
        width: 100%; } }
  .p-top-aboutUs .c-kome--left {
    font-size: 0.8em;
    color: #F6F6F6;
    padding-left: 0;
    text-align: left; }
    .p-top-aboutUs .c-kome--left .c-kome__text {
      display: inline-block;
      text-align: start;
      position: relative;
      padding-left: calc(0.8em * 2);
      margin-bottom: 0.5em; }
      .p-top-aboutUs .c-kome--left .c-kome__text::before {
        content: '※';
        position: absolute;
        left: 0;
        top: 0; }
  .p-top-aboutUs .c-kome--center {
    font-size: 0.8em;
    color: #F6F6F6;
    padding-left: 0;
    text-align: center; }
    .p-top-aboutUs .c-kome--center .c-kome__text {
      display: inline-block;
      text-align: start;
      position: relative;
      padding-left: calc(0.8em * 2);
      margin-bottom: 0.5em; }
      .p-top-aboutUs .c-kome--center .c-kome__text::before {
        content: '※';
        position: absolute;
        left: 0;
        top: 0; }
  .p-top-aboutUs .c-kome--right {
    font-size: 0.8em;
    color: #F6F6F6;
    padding-left: 0;
    text-align: right; }
    .p-top-aboutUs .c-kome--right .c-kome__text {
      display: inline-block;
      text-align: start;
      position: relative;
      padding-left: calc(0.8em * 2);
      margin-bottom: 0.5em; }
      .p-top-aboutUs .c-kome--right .c-kome__text::before {
        content: '※';
        position: absolute;
        left: 0;
        top: 0; }
  .p-top-aboutUs .c-kome__text a {
    color: #F6F6F6; }

.p-top-aboutUs-area {
  overflow: visible;
  position: relative; }
  .p-top-aboutUs-area::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 35vw;
    max-height: 550px;
    background: url(image/aboutUs/img_aboutUs_map01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -55%;
    z-index: -1; }
    @media all and (max-width: 812px) {
      .p-top-aboutUs-area::before {
        width: 85%;
        height: 70vw;
        right: 0; } }
  .p-top-aboutUs-area__list {
    display: flex;
    gap: 4rem;
    margin-top: 2rem; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-area__list {
        display: block;
        padding-top: calc(25vw - 110px); } }
    @media all and (max-width: 812px) {
      .p-top-aboutUs-area__list {
        display: block;
        padding-top: calc(55vw - 110px); } }
    .p-top-aboutUs-area__list dt {
      font-size: 1.125rem;
      position: relative;
      line-height: 1.5; }
      @media all and (max-width: 1024px) {
        .p-top-aboutUs-area__list dt {
          margin-bottom: 0.8em; } }
    .p-top-aboutUs-area__list dt::after {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(image/icon_arrow_white.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(1em / 3);
      right: -2em; }
      @media all and (max-width: 1024px) {
        .p-top-aboutUs-area__list dt::after {
          transform: rotate(90deg);
          top: calc(1em / 3);
          right: 0;
          left: 6em; } }
    .p-top-aboutUs-area__list dd > div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-top: calc((1em / 3) / 2); }
    .p-top-aboutUs-area__list dd span {
      font-size: 1rem;
      font-weight: bold;
      display: inline-block;
      padding: 0.2em 1.2em;
      margin-right: 1em;
      line-height: 1.2;
      background: #F6F6F6;
      color: #192b61; }
      @media all and (max-width: 812px) {
        .p-top-aboutUs-area__list dd span {
          padding: 0.2em 0.5em; } }

.p-top-aboutUs-vehicleInfo__wrapper {
  display: flex; }
  @media all and (max-width: 812px) {
    .p-top-aboutUs-vehicleInfo__wrapper {
      display: block; } }
.p-top-aboutUs-vehicleInfo__text {
  width: 35%;
  margin-right: 1rem; }
  @media all and (max-width: 1024px) {
    .p-top-aboutUs-vehicleInfo__text {
      width: 40%; } }
  @media all and (max-width: 812px) {
    .p-top-aboutUs-vehicleInfo__text {
      width: 100%; } }
.p-top-aboutUs-vehicleInfo ul li {
  font-size: 1.25rem;
  font-weight: 600;
  list-style: none;
  margin-left: 0;
  padding-left: 2em;
  position: relative; }
  @media all and (max-width: 1024px) {
    .p-top-aboutUs-vehicleInfo ul li {
      font-size: 1.125rem; } }
.p-top-aboutUs-vehicleInfo ul li::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(image/icon_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.p-top-aboutUs-vehicleInfo-slide {
  width: 65%; }
  @media all and (max-width: 1024px) {
    .p-top-aboutUs-vehicleInfo-slide {
      width: 60%; } }
  @media all and (max-width: 812px) {
    .p-top-aboutUs-vehicleInfo-slide {
      width: 100%;
      margin-top: 2rem;
      margin-left: 0; } }
  .p-top-aboutUs-vehicleInfo-slide__track {
    margin: 0 4rem; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide__track {
        margin: 0; } }
  .p-top-aboutUs-vehicleInfo-slide__slide {
    display: flex;
    flex-direction: column-reverse; }
  .p-top-aboutUs-vehicleInfo-slide__midashi {
    display: flex;
    width: 100%;
    padding: 0.8rem 1rem;
    background: #091133;
    font-size: 1rem;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide__midashi {
        font-size: 0.875rem; } }
    .p-top-aboutUs-vehicleInfo-slide__midashi h5 {
      font-size: 2.25rem;
      line-height: 1; }
      @media all and (max-width: 1024px) {
        .p-top-aboutUs-vehicleInfo-slide__midashi h5 {
          font-size: 1.25rem; } }
    .p-top-aboutUs-vehicleInfo-slide__midashi span {
      border: solid 1px #F6F6F6;
      background: #1e2e51;
      display: inline-block;
      padding: 0.2em 1.5em; }
  .p-top-aboutUs-vehicleInfo-slide__content {
    width: 100%;
    background: #a13032;
    display: flex;
    flex-grow: 1;
    padding-top: 1rem; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide__content {
        flex-direction: column; } }
  .p-top-aboutUs-vehicleInfo-slide__media {
    margin: 0;
    margin-left: 1rem;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide__media {
        margin-left: 0;
        max-width: inherit;
        height: 200px; } }
    .p-top-aboutUs-vehicleInfo-slide__media--thumb {
      background-image: url(./image/aboutUs/img_vehicleThumb.jpg);
      background-position: center center; }
  .p-top-aboutUs-vehicleInfo-slide__data {
    padding: 1rem 1rem;
    position: relative; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide__data::after {
        content: '';
        display: inline-block;
        background: #a13032;
        width: 220px;
        height: 32px;
        clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
        position: absolute;
        top: -30px;
        left: 0;
        z-index: 0; } }
    .p-top-aboutUs-vehicleInfo-slide__data h6 {
      font-family: "Roboto", sans-serif;
      font-size: 2.125rem;
      line-height: 1.2;
      display: inline-block;
      border-bottom: solid 2px #F6F6F6;
      margin-bottom: 1rem; }
      @media all and (max-width: 1024px) {
        .p-top-aboutUs-vehicleInfo-slide__data h6 {
          font-size: 1.3125rem;
          position: absolute;
          top: -21px;
          z-index: 2; } }
    .p-top-aboutUs-vehicleInfo-slide__data > div {
      display: block; }
      @media all and (max-width: 1024px) {
        .p-top-aboutUs-vehicleInfo-slide__data > div {
          width: 70%;
          margin: 0 auto; } }
    .p-top-aboutUs-vehicleInfo-slide__data dl {
      display: flex;
      margin-bottom: 1rem; }
    .p-top-aboutUs-vehicleInfo-slide__data dt {
      min-width: 150px;
      border-right: solid 1px #F6F6F6;
      font-weight: 400; }
    .p-top-aboutUs-vehicleInfo-slide__data dd {
      white-space: nowrap; }
  .p-top-aboutUs-vehicleInfo-slide__progress {
    margin: 0 4rem;
    margin-top: 20px;
    width: calc(100% - 8rem);
    height: 7px;
    background: #091133;
    overflow: hidden; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide__progress {
        margin: 20px 0 0;
        width: 100%; } }
    @media all and (max-width: 812px) {
      .p-top-aboutUs-vehicleInfo-slide__progress {
        margin: 12px 0 0; } }
  .p-top-aboutUs-vehicleInfo-slide__progressBar {
    width: 0%;
    height: 100%;
    background: #999fcb;
    transition: width 0.3s ease; }
  .p-top-aboutUs-vehicleInfo-slide .splide__arrow {
    background: transparent;
    border-radius: inherit;
    height: 3.5rem;
    width: 3.5rem;
    opacity: 1;
    transition-property: opacity;
    transition-delay: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
    .p-top-aboutUs-vehicleInfo-slide .splide__arrow:hover:not(:disabled) {
      opacity: 0.7; }
    @media all and (max-width: 1024px) {
      .p-top-aboutUs-vehicleInfo-slide .splide__arrow {
        top: 68%; } }
    @media all and (max-width: 812px) {
      .p-top-aboutUs-vehicleInfo-slide .splide__arrow {
        height: 2rem;
        width: 2rem; } }
    .p-top-aboutUs-vehicleInfo-slide .splide__arrow--prev {
      left: 0; }
    .p-top-aboutUs-vehicleInfo-slide .splide__arrow--next {
      right: 0; }
    .p-top-aboutUs-vehicleInfo-slide .splide__arrow svg {
      fill: #a13032;
      height: 3.5rem;
      width: 3.5rem; }
      @media all and (max-width: 1024px) {
        .p-top-aboutUs-vehicleInfo-slide .splide__arrow svg {
          fill: #091133;
          height: 2.5rem;
          width: 2.5rem; } }
      @media all and (max-width: 812px) {
        .p-top-aboutUs-vehicleInfo-slide .splide__arrow svg {
          height: 2rem;
          width: 2rem; } }
  .p-top-aboutUs-vehicleInfo-slide .splide__track--nav > .splide__list > .splide__slide {
    border: none; }
    .p-top-aboutUs-vehicleInfo-slide .splide__track--nav > .splide__list > .splide__slide.is-active {
      border: none; }

.p-top-company {
  overflow: hidden; }
  .p-top-company__wrapper {
    display: flex; }
    @media all and (max-width: 1024px) {
      .p-top-company__wrapper {
        display: block; } }
  .p-top-company__overview {
    width: 50%; }
    @media all and (max-width: 1024px) {
      .p-top-company__overview {
        width: 100%; } }
    .p-top-company__overview table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0.5em 0; }
      @media all and (max-width: 812px) {
        .p-top-company__overview table {
          border-collapse: collapse; } }
    @media all and (max-width: 812px) {
      .p-top-company__overview tr {
        border-bottom: solid 1px #999fcb; } }
    .p-top-company__overview th, .p-top-company__overview td {
      border: none;
      border-bottom: solid 1px #999fcb;
      background: transparent;
      padding-top: 1.2rem;
      padding-bottom: 1.2rem; }
      @media all and (max-width: 812px) {
        .p-top-company__overview th, .p-top-company__overview td {
          display: block;
          text-align: left;
          padding-right: 25px;
          padding-left: 25px; } }
    .p-top-company__overview th {
      max-width: 200px;
      width: 25%; }
      @media all and (max-width: 812px) {
        .p-top-company__overview th {
          max-width: inherit;
          width: 100%; } }
  .p-top-company__map {
    width: 50%; }
    @media all and (max-width: 1024px) {
      .p-top-company__map {
        width: 100%; } }
    .p-top-company__map iframe {
      width: 100%;
      height: 100%; }
      @media all and (max-width: 1024px) {
        .p-top-company__map iframe {
          margin-top: 0.5rem;
          height: 500px; } }
      @media all and (max-width: 812px) {
        .p-top-company__map iframe {
          margin-top: 0.5rem;
          height: auto;
          aspect-ratio: 1 / 1; } }

.p-top-footer-copy {
  background: url(image/bg_footerCopy.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 105px; }
  @media all and (max-width: 812px) {
    .p-top-footer-copy {
      min-height: 90px; } }
  .p-top-footer-copy__copy {
    margin: 0;
    text-align: right;
    color: transparent;
    min-height: 105px;
    height: 100%;
    background: url(image/copy_footer_text_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }
    @media all and (max-width: 812px) {
      .p-top-footer-copy__copy {
        min-height: 90px;
        background-image: url(image/copy_footer_text_sp.png);
        background-position: center; } }
    .p-top-footer-copy__copy p {
      display: block;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      text-indent: -9999px; }

.p-top-footer-contact {
  color: #F6F6F6; }
  .p-top-footer-contact > div {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media all and (max-width: 812px) {
      .p-top-footer-contact > div {
        flex-direction: column; } }
  .p-top-footer-contact > div > div {
    width: 50%; }
    @media all and (max-width: 812px) {
      .p-top-footer-contact > div > div {
        width: 100%; } }
  .p-top-footer-contact__text p {
    padding-right: 1rem; }
    @media all and (max-width: 812px) {
      .p-top-footer-contact__text p {
        display: none; } }

.p-top-footer-contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-left: solid 1px #F6F6F6; }
  @media all and (max-width: 812px) {
    .p-top-footer-contact-link {
      border-left: none;
      gap: 1.5rem; } }
  .p-top-footer-contact-link a {
    color: #F6F6F6;
    text-decoration: none;
    opacity: 1;
    transition-property: opacity;
    transition-delay: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
  .p-top-footer-contact-link a:hover {
    opacity: 0.8; }
  .p-top-footer-contact-link__tel {
    font-size: 3.5rem; }
    @media all and (max-width: 1024px) {
      .p-top-footer-contact-link__tel {
        font-size: 2.3125rem; } }
    @media all and (max-width: 812px) {
      .p-top-footer-contact-link__tel {
        width: 100%;
        text-align: center;
        background: rgba(255, 255, 255, 0.28);
        border-radius: 12px; } }
    .p-top-footer-contact-link__tel span:first-child {
      font-size: 2.5rem; }
      @media all and (max-width: 1024px) {
        .p-top-footer-contact-link__tel span:first-child {
          font-size: 1.625rem; } }
    @media all and (min-width: 1024px) {
      .p-top-footer-contact-link__tel a {
        pointer-events: none; } }
  .p-top-footer-contact-link__other {
    font-size: 1.3125rem; }
    @media all and (max-width: 1024px) {
      .p-top-footer-contact-link__other {
        font-size: 1.25rem; } }
    .p-top-footer-contact-link__other table th, .p-top-footer-contact-link__other table td {
      text-align: left;
      font-weight: 400;
      border: none;
      padding: 0;
      background-color: transparent; }
    .p-top-footer-contact-link__other table th {
      padding-right: 0.8rem; }
  .p-top-footer-contact-link__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.5625rem;
    margin-top: 45px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media all and (max-width: 1024px) {
      .p-top-footer-contact-link__text {
        margin-top: 0; } }
    .p-top-footer-contact-link__text p {
      margin: 0; }
    .p-top-footer-contact-link__text p:first-child {
      color: #999fcb;
      font-size: 0.875rem; }

.p-news-detail {
  padding-top: 2rem; }
  @media all and (max-width: 812px) {
    .p-news-detail {
      padding-top: 1rem; } }
  .p-news-detail__article {
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 1.5rem 3rem;
    border-radius: 10px;
    border: solid 1px #d0d0d0;
    background: #F6F6F6;
    margin-bottom: 2rem; }
    @media all and (max-width: 1024px) {
      .p-news-detail__article {
        width: 90%;
        padding: 1.5rem 2.5rem; } }
    @media all and (max-width: 812px) {
      .p-news-detail__article {
        width: 100%;
        padding: 1.5rem 0.5rem; } }
  .p-news-detail__inner {
    padding: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 3.5rem; }
    @media all and (max-width: 1024px) {
      .p-news-detail__inner {
        padding: 2rem;
        padding-top: 1rem;
        padding-bottom: 3.5rem; } }
    @media all and (max-width: 812px) {
      .p-news-detail__inner {
        padding: 1rem;
        padding-top: 0;
        padding-bottom: 1.2rem; } }

.u-text--center {
  text-align: center !important; }

.u-text--left {
  text-align: left !important; }

.u-text--right {
  text-align: right !important; }

.u-font--bold {
  font-weight: bold !important; }

.u-font--normal {
  font-weight: normal !important; }

.u-font--w100 {
  font-weight: 100 !important; }

.u-font--w200 {
  font-weight: 200 !important; }

.u-font--w300 {
  font-weight: 300 !important; }

.u-font--w400 {
  font-weight: 400 !important; }

.u-font--w500 {
  font-weight: 500 !important; }

.u-font--w600 {
  font-weight: 600 !important; }

.u-font--w700 {
  font-weight: 700 !important; }

.u-font--w800 {
  font-weight: 800 !important; }

.u-font--w900 {
  font-weight: 900 !important; }

.u-font--large {
  font-size: 120% !important; }

.u-font--nomal {
  font-size: 100% !important; }

.u-font--small {
  font-size: 80% !important; }

.u-font--s150 {
  font-size: 150% !important; }
.u-font--s145 {
  font-size: 145% !important; }
.u-font--s140 {
  font-size: 140% !important; }
.u-font--s135 {
  font-size: 135% !important; }
.u-font--s130 {
  font-size: 130% !important; }
.u-font--s125 {
  font-size: 125% !important; }
.u-font--s120 {
  font-size: 120% !important; }
.u-font--s115 {
  font-size: 115% !important; }
.u-font--s110 {
  font-size: 110% !important; }
.u-font--s105 {
  font-size: 105% !important; }
.u-font--s100 {
  font-size: 100% !important; }
.u-font--s95 {
  font-size: 95% !important; }
.u-font--s90 {
  font-size: 90% !important; }
.u-font--s85 {
  font-size: 85% !important; }
.u-font--s80 {
  font-size: 80% !important; }
.u-font--s75 {
  font-size: 75% !important; }
.u-font--s70 {
  font-size: 70% !important; }
.u-font--s65 {
  font-size: 65% !important; }
.u-font--s60 {
  font-size: 60% !important; }

.u-marginTop--160 {
  margin-top: 160px !important; }
.u-marginTop--152 {
  margin-top: 152px !important; }
.u-marginTop--144 {
  margin-top: 144px !important; }
.u-marginTop--136 {
  margin-top: 136px !important; }
.u-marginTop--128 {
  margin-top: 128px !important; }
.u-marginTop--120 {
  margin-top: 120px !important; }
.u-marginTop--112 {
  margin-top: 112px !important; }
.u-marginTop--104 {
  margin-top: 104px !important; }
.u-marginTop--96 {
  margin-top: 96px !important; }
.u-marginTop--88 {
  margin-top: 88px !important; }
.u-marginTop--80 {
  margin-top: 80px !important; }
.u-marginTop--72 {
  margin-top: 72px !important; }
.u-marginTop--64 {
  margin-top: 64px !important; }
.u-marginTop--56 {
  margin-top: 56px !important; }
.u-marginTop--48 {
  margin-top: 48px !important; }
.u-marginTop--40 {
  margin-top: 40px !important; }
.u-marginTop--32 {
  margin-top: 32px !important; }
.u-marginTop--24 {
  margin-top: 24px !important; }
.u-marginTop--16 {
  margin-top: 16px !important; }
.u-marginTop--8 {
  margin-top: 8px !important; }

.u-marginBottom--160 {
  margin-bottom: 160px !important; }
.u-marginBottom--152 {
  margin-bottom: 152px !important; }
.u-marginBottom--144 {
  margin-bottom: 144px !important; }
.u-marginBottom--136 {
  margin-bottom: 136px !important; }
.u-marginBottom--128 {
  margin-bottom: 128px !important; }
.u-marginBottom--120 {
  margin-bottom: 120px !important; }
.u-marginBottom--112 {
  margin-bottom: 112px !important; }
.u-marginBottom--104 {
  margin-bottom: 104px !important; }
.u-marginBottom--96 {
  margin-bottom: 96px !important; }
.u-marginBottom--88 {
  margin-bottom: 88px !important; }
.u-marginBottom--80 {
  margin-bottom: 80px !important; }
.u-marginBottom--72 {
  margin-bottom: 72px !important; }
.u-marginBottom--64 {
  margin-bottom: 64px !important; }
.u-marginBottom--56 {
  margin-bottom: 56px !important; }
.u-marginBottom--48 {
  margin-bottom: 48px !important; }
.u-marginBottom--40 {
  margin-bottom: 40px !important; }
.u-marginBottom--32 {
  margin-bottom: 32px !important; }
.u-marginBottom--24 {
  margin-bottom: 24px !important; }
.u-marginBottom--16 {
  margin-bottom: 16px !important; }
.u-marginBottom--8 {
  margin-bottom: 8px !important; }

.u-paddingTop--160 {
  padding-top: 160px !important; }
.u-paddingTop--152 {
  padding-top: 152px !important; }
.u-paddingTop--144 {
  padding-top: 144px !important; }
.u-paddingTop--136 {
  padding-top: 136px !important; }
.u-paddingTop--128 {
  padding-top: 128px !important; }
.u-paddingTop--120 {
  padding-top: 120px !important; }
.u-paddingTop--112 {
  padding-top: 112px !important; }
.u-paddingTop--104 {
  padding-top: 104px !important; }
.u-paddingTop--96 {
  padding-top: 96px !important; }
.u-paddingTop--88 {
  padding-top: 88px !important; }
.u-paddingTop--80 {
  padding-top: 80px !important; }
.u-paddingTop--72 {
  padding-top: 72px !important; }
.u-paddingTop--64 {
  padding-top: 64px !important; }
.u-paddingTop--56 {
  padding-top: 56px !important; }
.u-paddingTop--48 {
  padding-top: 48px !important; }
.u-paddingTop--40 {
  padding-top: 40px !important; }
.u-paddingTop--32 {
  padding-top: 32px !important; }
.u-paddingTop--24 {
  padding-top: 24px !important; }
.u-paddingTop--16 {
  padding-top: 16px !important; }
.u-paddingTop--8 {
  padding-top: 8px !important; }

.u-paddingBottom--160 {
  padding-bottom: 160px !important; }
.u-paddingBottom--152 {
  padding-bottom: 152px !important; }
.u-paddingBottom--144 {
  padding-bottom: 144px !important; }
.u-paddingBottom--136 {
  padding-bottom: 136px !important; }
.u-paddingBottom--128 {
  padding-bottom: 128px !important; }
.u-paddingBottom--120 {
  padding-bottom: 120px !important; }
.u-paddingBottom--112 {
  padding-bottom: 112px !important; }
.u-paddingBottom--104 {
  padding-bottom: 104px !important; }
.u-paddingBottom--96 {
  padding-bottom: 96px !important; }
.u-paddingBottom--88 {
  padding-bottom: 88px !important; }
.u-paddingBottom--80 {
  padding-bottom: 80px !important; }
.u-paddingBottom--72 {
  padding-bottom: 72px !important; }
.u-paddingBottom--64 {
  padding-bottom: 64px !important; }
.u-paddingBottom--56 {
  padding-bottom: 56px !important; }
.u-paddingBottom--48 {
  padding-bottom: 48px !important; }
.u-paddingBottom--40 {
  padding-bottom: 40px !important; }
.u-paddingBottom--32 {
  padding-bottom: 32px !important; }
.u-paddingBottom--24 {
  padding-bottom: 24px !important; }
.u-paddingBottom--16 {
  padding-bottom: 16px !important; }
.u-paddingBottom--8 {
  padding-bottom: 8px !important; }

@media screen and (max-width: 812px) {
  .u-only--pc {
    display: none !important; } }
@media screen and (min-width: 812.25px) {
  .u-only--sp {
    display: none !important; } }
.u-width--100 {
  width: 100% !important; }
.u-width--90 {
  width: 90% !important; }
.u-width--80 {
  width: 80% !important; }
.u-width--70 {
  width: 70% !important; }
.u-width--60 {
  width: 60% !important; }
.u-width--50 {
  width: 50% !important; }
.u-width--40 {
  width: 40% !important; }
.u-width--30 {
  width: 30% !important; }
.u-width--20 {
  width: 20% !important; }
.u-width--10 {
  width: 10% !important; }
