@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.4;
}

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

main,
section,
header,
footer,
nav,
figure,
address {
  display: block;
}

address {
  font-weight: normal;
  font-style: normal;
}

picture {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

sub {
  vertical-align: baseline;
  font-size: x-small;
}

hr {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-image: none;
  font-size: inherit !important;
  font-family: inherit;

  -webkit-appearance: none;
}

input[type=button],
input[type=submit] {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.3em;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

button img {
  display: block;
}

textarea {
  resize: vertical;
}

select {
  padding: 3px 5px;
  background-color: #fff;
  font-family: sans-serif;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=image] {
  max-width: 100%;
  background-color: #fff;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
}
a {
  color: inherit;
  transition: opacity 0.2s ease-out;
}
a:hover {
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
address {
  line-height: 1.2;
}

b,
strong {
  font-weight: bold;
}

/* html
---------------------------------------------------------*/
html {
  height: 100%;
}

/* body
---------------------------------------------------------*/
body {
  height: 100%;
  background-color: #f8f8f8;
  font-size: 16px;
  font-size: 1.6rem;
}

/* wrapper : 全体を囲むラッパー
---------------------------------------------------------*/
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100vh;
  height: 100%;
}

.is-menu-opend.l-wrapper {
  position: fixed;
  z-index: -1;
  overflow: hidden;
}

/* inner : ページ幅を適用するクラス
---------------------------------------------------------*/
.l-inner {
  position: relative;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-right: calc( constant(safe-area-inset-right) + 20px );
  padding-right: calc( env(safe-area-inset-right) + 20px );
  padding-left: 20px;
  padding-left: calc( constant(safe-area-inset-left) + 20px );
  padding-left: calc( env(safe-area-inset-left) + 20px );
  max-width: 1100px;
}

.l-inner--narrow {
  max-width: 800px;
}

/* ヘッダー
---------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
}

.l-header__logo {
  margin-top: 30px;
  margin-right: auto;
  margin-left: 30px;
}

.l-header__upper {
  display: flex;
  margin-right: 0;
  margin-left: auto;
}

.l-header__upper__pcnavi {
  display: none;
}

.l-header__upper__contact {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 144px;
  height: 90px;
  background-color: #cc0000;
  color: white;

  justify-content: center;
  align-items: center;
}
.l-header__upper__contact svg,
.l-header__upper__contact i {
  font-size: 2.4rem;
}
.l-header__upper__contact span {
  display: block;
  margin-top: 6px;
  font-weight: bold;
  font-size: 1.4rem;
}

.l-header__navi-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  margin-right: 0;
  margin-left: 5px;
  width: 70px;
  height: 70px;
  background-color: #cc0000;

  justify-content: center;
  align-items: center;
}

.l-header__navi-toggle__inner .text {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 2px;
  margin-left: -2px;
  color: white;
  text-align: center;
  font-weight: 400 !important;
  font-size: 1.2rem;
  font-family: "Racing Sans One", cursive;
}

.l-header__upper__sublist {
  position: absolute;
  top: 90px;
  right: -170px;
  display: none;
  padding-top: 20px;

  align-items: stretch;
}
.l-header__upper__sublist::before {
  position: absolute;
  top: 0px;
  right: 202px;
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #cc0000;
  border-left: 10px solid transparent;
  content: "";
  transform: translate(50%, 0);
}

.c-list-inline--pcheader li:nth-child(4) .l-header__upper__sublist::before {
  right: 218px;
}

.c-heading-set--navi:hover {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #cc0000;
}

.c-heading-set--navi:hover ~ .l-header__upper__sublist,
.l-header__upper__sublist:hover {
  display: flex;
}

/* コンテンツ領域
---------------------------------------------------------*/
.l-contents {
  flex: 1;
}

/* フッター
---------------------------------------------------------*/
.l-footer {
  position: relative;
  margin-top: 60px;
  padding: 40px 0;
  background-color: #111;
  color: white;
}

.l-footer__totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 70px;
  background-color: rgba(17, 17, 17, 0.95);

  align-items: center;
  justify-content: center;
}
.l-footer__totop svg,
.l-footer__totop i {
  color: #cc0000;
}
.l-footer__totop span {
  margin-top: 4px;
  color: white;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
}

.l-footer__column {
  margin-top: 40px;
}

.l-footer__upper {
  padding-bottom: 40px;
}

.l-footer__upper__address address {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-footer__lower {
  padding-top: 40px;
  border-top: 1px solid #333;
}

.l-footer__lower__navi li + li {
  margin-top: 6px;
}
.l-footer__lower__navi a {
  display: flex;
  width: 183px;
  font-weight: bold;
  font-size: 1.4rem;

  align-items: center;
}
.l-footer__lower__navi a::before {
  display: block;
  margin-right: 10px;
  width: 10px;
  height: 2px;
  background-color: #cc0000;
  content: "";
}

.l-footer__lower__contact {
  margin-top: 30px;
  width: 183px;
  height: 70px;
}

/* 概要       : 汎用セクション
 * 使用ページ : 汎用
 * タグ       : section
---------------------------------------------------------*/
.l-section {
  padding: 50px 0;
}
.l-section:first-of-type {
  padding-top: 100px;
}
.l-section:last-of-type {
  padding-bottom: 100px;
}
.l-section p {
  line-height: 2;
}

/* 概要       : CTAセクション（フッター上）
 * 使用ページ : 共通
 * タグ       : section
---------------------------------------------------------*/
.l-section--cta {
  padding-bottom: 40px;
}

.l-section--cta__inner {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 60px;
  min-height: 296px;
  background: url(../images/bg-cta.png) 0 bottom/contain no-repeat;
  background-color: #cc0000;
  color: white;

  align-items: center;
}
.l-section--cta__inner .c-heading-set--headline1 {
  margin-bottom: 30px;
}
.l-section--cta__inner p {
  font-weight: bold;
}
.l-section--cta__inner .c-link-button--section {
  margin-bottom: -30px;
}

/* 概要       : 赤背景右側
 * 使用ページ : 共通
 * タグ       : section
---------------------------------------------------------*/
.l-section--columnA,
.l-section--bg-right {
  margin-left: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to right, #f8f8f8 0, #f8f8f8 calc(50vw - 500px), #cc0000 calc(50vw - 500px));
  color: white;
}

/* 概要       : 赤背景左側
 * 使用ページ : 共通
 * タグ       : section
---------------------------------------------------------*/
.l-section--bg-left {
  margin-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to left, #f8f8f8 0, #f8f8f8 calc(50vw - 500px), #cc0000 calc(50vw - 500px));
  color: white;
}

/* 概要       : トップページのスクロールセクション
 * 使用ページ : home
 * タグ       : section
---------------------------------------------------------*/
.l-section--home {
  padding: 80px 0;
}
.l-section--home p {
  line-height: 2;
}

.l-section--home-staff {
  padding-top: 90px;
  padding-bottom: 130px;
}

/* 概要       : トップページ スタッフ紹介セクション後のイメージ
 * 使用ページ : home
 * タグ       : div
---------------------------------------------------------*/
.l-section--home-staff-after-image {
  margin-top: -50px;
  margin-right: 20px;
  height: 350px;
}
.l-section--home-staff-after-image img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* 概要       : 格闘家「伊藤裕樹」を応援しています。
 * 使用ページ : home
 * タグ       : section
---------------------------------------------------------*/
.l-section--support {
  margin: 40px 0;
  background-color: #111;
}

.l-section--support__image img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.l-section--support__contents {
  box-sizing: border-box;
  padding: 48px;
  color: white;
}

.l-section--support__contents__inner {
  position: relative;
  max-width: 583px;
}

.l-section--support__title {
  margin-bottom: 35px;
  font-weight: 700 !important;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
}

.l-section--support__announce {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.8rem;
}
.l-section--support__announce svg,
.l-section--support__announce i {
  margin-right: 10px;
}

.l-section--support__profile {
  margin-bottom: 30px;
  text-align: center;
}
.l-section--support__profile img {
  width: 138px;
  height: 138px;
}
.l-section--support__profile p {
  margin-top: 10px;
  font-weight: 400 !important;
  font-size: 4rem;
  font-family: "Racing Sans One", cursive;
  line-height: 1;
}

/* breadcrumb パンくずリスト
 * 使用ページ : 全ページ
 * タグ       : nav > ol
---------------------------------------------------------*/
.c-breadcrumb {
  position: absolute;
  bottom: 20px;
  left: calc(env(safe-area-inset-left) + 20px);
  display: block;
}

ol.c-breadcrumb__list {
  display: flex;
  max-width: 100%;

  justify-content: flex-end;
}

li.c-breadcrumb__list__item {
  color: white;
  white-space: nowrap;
  font-size: 1.2rem;
}
li.c-breadcrumb__list__item a {
  color: #cc0000;
  font-weight: bold;
}
li.c-breadcrumb__list__item:not(:first-child)::before {
  position: relative;
  margin: 0 5px;
  content: "-";
}
li.c-breadcrumb__list__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.c-burger::before, .c-burger::after, .c-burger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  content: "";
  transform-origin: center;
}

/* 概要     : メニュー用バーガーアイコン
 * 使用箇所 : ヘッダー SP
 * タグ     : div
---------------------------------------------------------*/
.c-burger {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 32px;
  height: 10px;

  justify-content: center;
}
.c-burger span {
  position: relative;
  opacity: 0;
}
.c-burger::before {
  position: absolute;
  top: 0;
  left: 0;
}
.c-burger::after {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 概要     : 基本クラス
 * 使用箇所 : 汎用
 * タグ     : button
---------------------------------------------------------*/
.c-button {
  display: flex;
  box-sizing: border-box;
  padding: 0 2em;
  height: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;

  align-items: center;
}
.c-button:hover {
  opacity: 0.5;
}

.c-button__inner {
  display: flex;

  align-items: center;
}

/* 概要     : スマホ段落ちするカラム
 * 使用箇所 : 汎用
 * タグ     : div
---------------------------------------------------------*/

.c-column--vstart {
  align-items: flex-start !important;
}

.c-column--vcenter {
  align-items: center !important;
}

.c-column--vstretch {
  align-items: stretch !important;
}

.c-column--hstart {
  justify-content: flex-start !important;
}

.c-column--reverse {
  flex-direction: row-reverse;
}

.c-column__item {
  box-sizing: border-box;
  width: 100%;

  flex: auto;
}
.c-column__item + .c-column__item {
  margin-top: 30px;
}

.c-column__item--none {
  flex: none;
}

.c-column__item--selfCenter {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.c-column--keep {
  display: flex;

  justify-content: center;
}
.c-column--keep .c-column__item + .c-column__item {
  margin-top: 0 !important;
}

/* 概要     : 画像用カラムアイテム（直下に<img>）
 * 使用法   : .c-column__item.c-column__image
---------------------------------------------------------*/
.c-column__image {
  flex: none;
}
.c-column__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;";

  -o-object-fit: cover;

     object-fit: cover;
}

.c-column__image--message {
  flex-basis: 346px;
}

/* 概要     : 常にカラム（space-between）
 * 使用箇所 : 汎用（ヘッダー・フッター）
 * 使用法   : 単体で使用
 * タグ     : div
---------------------------------------------------------*/
.c-space-between {
  display: flex;

  justify-content: space-between;
  align-items: center;
}

.c-space-between__left {
  margin-right: auto;
  margin-left: 0;
}

.c-space-between__right {
  margin-right: 0;
  margin-left: auto;
}

/* 概要     : トップページ、事業紹介の場合
 * 使用箇所 : home
 * タグ     : div
---------------------------------------------------------*/
.c-column--home-business {
  margin-top: 50px;
  margin-right: -40px;
  margin-bottom: 30px;
}

/* 概要     : copyrights
 * 使用箇所 : footer
 * タグ     : small
---------------------------------------------------------*/
.c-copyrights {
  display: block;
  margin-top: 40px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}
.c-copyrights span {
  margin-right: 0.5em;
  white-space: nowrap;
}

/* 概要     : 埋め込みを囲む要素（iframe）
 * 使用箇所 : 汎用
 * タグ     : div
---------------------------------------------------------*/
.c-embed {
  display: block;
}

.c-embed--map {
  position: relative;
  margin-top: 20px;
  max-width: 510px;
  width: 100%;
  height: 300px;
}
.c-embed--map iframe {
  width: 100%;
  height: 100%;
}

.c-embed__link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  padding: 0 2em;
  padding: 0 0.5em;
  width: 220px;
  height: 50px;
  background-color: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;

  align-items: center;
  justify-content: center;
}
.c-embed__link:hover {
  opacity: 0.5;
}
.c-embed__link span {
  font-size: 1.4rem;
}
.c-embed__link svg,
.c-embed__link i {
  margin-left: 0.7em;
}

/* 概要     : 枠内コンテンツ
 * 使用箇所 : 汎用
 * タグ     : div, section, article
---------------------------------------------------------*/
.c-frame {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.c-frame--column,
.c-frame--columnB {
  padding: 30px 27px;
  border-width: 2px;
  border-style: solid;
  border-color: #cc0000;
  color: #cc0000;
}

.c-frame__heading {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #cc0000;
  font-size: 20px;
  font-size: 2rem;
}

/* 概要     : 伊藤選手プロフィール
 * 使用箇所 : home
 * タグ     : div
---------------------------------------------------------*/
.c-frame--profile {
  position: relative;
  padding: 30px 27px;
  border: solid 2px white;
  background-color: #cc0000;
}
.c-frame--profile .c-frame__heading {
  border-color: white;
  font-weight: bold;
  line-height: 1;
}
.c-frame--profile .c-frame__heading .en {
  margin-left: 10px;
  font-weight: 400 !important;
  font-size: 1.6rem;
  font-family: "Racing Sans One", cursive;
}
.c-frame--profile .c-frame__body {
  font-weight: bold;
  font-size: 1.4rem;
}

/* 概要     : グリッド
 * 使用箇所 : 汎用
 * タグ     : div
---------------------------------------------------------*/
.c-grid {
  display: -ms-grid;
  display: grid;

  gap: 30px;
}

/* 概要     : 施工事例
 * 使用箇所 : home
 * タグ     : div
---------------------------------------------------------*/
.c-grid--works__item {
  position: relative;
  margin-bottom: 40px;
  /* タイトルの高さ */
}
.c-grid--works__item img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.c-grid--works__heading {
  display: inline-flex;
  padding: 0 1em;
  height: 40px;
  background-color: #cc0000;
  color: white;
  font-weight: bold;

  align-items: center;
}

.c-grid--works__pop {
  position: absolute;
  top: -20px;
  right: 20px;
  color: #cc0000;
  text-align: right;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
  line-height: 1;
}
.c-grid--works__pop .number {
  display: block;
  font-size: 5rem;
}
.c-grid--works__pop .works {
  display: inline-block;

  -ms-writing-mode: tb-rl;

      writing-mode: vertical-rl;
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
}

/* 概要     : スタッフ紹介
 * 使用箇所 : home
 * タグ     : div
---------------------------------------------------------*/

.c-grid--staff__item {
  position: relative;
}
.c-grid--staff__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;

  -o-object-fit: cover;

     object-fit: cover;
}

.c-grid--staff__title {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-weight: bold;
}
.c-grid--staff__title .years {
  display: flex;
  box-sizing: border-box;
  width: 40px;
  height: 120px;
  background-color: #111;

  justify-content: center;
  align-items: center;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.c-grid--staff__title .years .digits {
  padding: 0.3em 0;
  transform: rotate(-90deg);
}
.c-grid--staff__title .name {
  display: flex;
  box-sizing: border-box;
  min-height: 80px;
  width: 40px;
  background-color: white;

  justify-content: center;
  align-items: center;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.c-grid--staff__title .name .jp {
  display: block;
  color: #111;
}
.c-grid--staff__title .name .en {
  display: block;
  color: #cc0000;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;

  -webkit-margin-start: 10px;

          margin-inline-start: 10px;
}

/* 概要     : 見出し
 * 使用箇所 : 汎用
 * タグ     : h1 - h6, p
---------------------------------------------------------*/
.c-heading--headline3, .c-heading--headline2, .c-heading--small, .c-heading--medium, .c-heading--large, .c-heading--title {
  font-weight: bold;
  line-height: 1.2;
}

.c-heading--title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.c-heading--large {
  font-size: 28px;
  font-size: 2.8rem;
}

.c-heading--medium {
  font-size: 24px;
  font-size: 2.4rem;
}

.c-heading--small {
  font-size: 20px;
  font-size: 2rem;
}

/* 概要     : 見出し（画像）
 * タグ     : h1 - h6
---------------------------------------------------------*/
.c-heading--image {
  display: flex;

  justify-content: center;
  align-content: center;
}
.c-heading--image img {
  display: block;
}

/* 概要     : 見出しセット
 * タグ     : div > span.en + span.jp
 * 箇所     : 汎用
---------------------------------------------------------*/
.c-heading-set {
  display: flex;
}
.c-heading-set .en {
  display: block;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
}
.c-heading-set .jp {
  display: block;
  font-weight: bold;
}

/* 概要     : 見出しセット（PCナビ）
 * タグ     : a > span.jp + span.en
 * 箇所     : 共通
---------------------------------------------------------*/
.c-heading-set--navi {
  display: flex;
  flex-direction: column;
  height: 88px;

  justify-content: center;
}
.c-heading-set--navi .jp {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
.c-heading-set--navi .en {
  margin-top: 8px;
  color: #cc0000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

/* 概要     : 見出しセット（PCサブリスト）
 * タグ     : div > span.jp + span.en
 * 箇所     : 共通
---------------------------------------------------------*/
.c-heading-set--sublist {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  min-height: 150px;
  width: 90px;
  background-color: #111;

  justify-content: center;
  align-items: flex-start;
}
.c-heading-set--sublist .jp {
  color: white;
  text-align: center;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1;
}
.c-heading-set--sublist .en {
  margin-top: 8px;
  color: #555;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

/* 概要     : 見出しセット（タイトル）
 * タグ     : h1 > span.en + span.jp
 * 箇所     : 汎用
---------------------------------------------------------*/
.c-heading-set--title {
  flex-direction: column;

  align-items: flex-start;
  justify-content: center;
}
.c-heading-set--title .en {
  display: flex;
  color: #cc0000;
  font-size: 1.6rem;

  align-items: center;
}
.c-heading-set--title .en::before {
  margin-right: 10px;
  width: 20px;
  height: 2px;
  background-color: #cc0000;
  content: "";
}
.c-heading-set--title .jp {
  margin-top: 13px;
  color: white;
  font-size: 3.6rem;
  line-height: 1;
}

/* 概要     : 見出し1セット
 * タグ     : h1, h2 > span.en + span.jp
 * 箇所     : 汎用
---------------------------------------------------------*/
.c-heading-set--headline1 {
  flex-direction: column;
  margin-bottom: 50px;

  align-items: center;
  justify-content: center;
}
.c-heading-set--headline1 .jp {
  font-size: 4rem;
  line-height: 1;
}
.c-heading-set--headline1 .en {
  margin-top: 10px;
  color: #cc0000;
  font-size: 1.6rem;
  line-height: 1;
}

.c-heading-set--white .jp {
  color: white !important;
}
.c-heading-set--white .en {
  color: white !important;
}

.c-heading-set--headline1-staff .jp > span {
  position: relative;
  display: flex;
  margin: 0 auto 10px;
  width: 90px;
  height: 30px;
  background-color: white;
  color: #cc0000;
  font-size: 1.8rem;

  justify-content: center;
  align-items: center;
}
.c-heading-set--headline1-staff .jp > span::after {
  position: absolute;
  right: 50%;
  bottom: 1px;
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid white;
  border-right: 8px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  transform: translate(50%, 100%);
}

/* 概要     : 見出し2
 * タグ     : h2, h3
 * 箇所     : 汎用
---------------------------------------------------------*/
.c-heading--headline2 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #cc0000;
  font-size: 28px;
  font-size: 2.8rem;
}

/* 概要     : 見出し3
 * タグ     : h3, h4
 * 箇所     : 汎用
---------------------------------------------------------*/
.c-heading--headline3 {
  margin-bottom: 50px;
  color: #cc0000;
  font-size: 24px;
  font-size: 2.4rem;
}

/* 概要     : 通常のリンク
 * 使用箇所 : 汎用
 * タグ     : a
---------------------------------------------------------*/
.c-link {
  color: inherit;
}

.c-link--uline {
  text-decoration: underline;
  font-weight: bold;
}
.c-link--uline:hover {
  text-decoration: none;
  opacity: 1;
}
.c-link--uline > svg,
.c-link--uline > i {
  margin-left: 0.3em;
  color: #cc0000;
}

/* 概要     : ボタン形状のリンク
 * 使用箇所 : 汎用
 * タグ     : a
---------------------------------------------------------*/
.c-link-button {
  text-decoration: none;
}

.c-link-button--red,
.c-link-button--a {
  display: flex;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2em;
  max-width: 200px;
  height: 60px;
  background-color: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;

  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.c-link-button--red:hover,
.c-link-button--a:hover {
  opacity: 0.5;
}
.c-link-button--red > svg,
.c-link-button--red > i,
.c-link-button--a > svg,
.c-link-button--a > i {
  margin-left: 0.3em;
}

.c-link-button--black,
.c-link-button--b {
  display: flex;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2em;
  max-width: 200px;
  height: 60px;
  background-color: #111;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;

  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.c-link-button--black:hover,
.c-link-button--b:hover {
  opacity: 0.5;
}
.c-link-button--black > svg,
.c-link-button--black > i,
.c-link-button--b > svg,
.c-link-button--b > i {
  margin-left: 10px;
}

.c-link-button--widthS {
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;

  justify-content: center;
}

.c-link-button--widthL {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  width: 100%;

  justify-content: center;
}

.c-link-button--center {
  justify-content: center;
}

/* 概要     : リンク（複数）を囲む要素
 * 使用箇所 : 汎用
 * タグ     : div > a
---------------------------------------------------------*/
.c-link-button-container {
  display: flex;

  justify-content: center;
  flex-wrap: wrap;
}

/* 概要     : お問い合わせボタン
 * 使用箇所 : 汎用
 * タグ     : a
---------------------------------------------------------*/
.c-link-button--contact {
  display: flex;
  box-sizing: border-box;
  padding: 0 2em;
  height: 60px;
  background-color: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;

  align-items: center;
  justify-content: center;
}
.c-link-button--contact:hover {
  opacity: 0.5;
}
.c-link-button--contact svg,
.c-link-button--contact i {
  margin-right: 0.4em;
}

/* 概要     : セクションリンクボタン（装飾付）
 * 使用箇所 : 汎用
 * タグ     : a
---------------------------------------------------------*/
.c-link-button--section,
.c-link-button--c {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2em;
  max-width: 300px;
  width: 100%;
  height: 60px;
  background-color: #111;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;

  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.c-link-button--section:hover,
.c-link-button--c:hover {
  opacity: 0.5;
}
.c-link-button--section::before,
.c-link-button--c::before {
  position: absolute;
  top: -50px;
  right: 50%;
  display: block;
  width: 2px;
  height: 20px;
  background-color: #111;
  content: "";
  transform: translateX(50%);
}

/* 概要     : エントリー内リスト
 * 使用箇所 : 汎用
 * タグ     : ul
---------------------------------------------------------*/
ul.c-list-entry {
  line-height: 2;
}
ul.c-list-entry > li {
  position: relative;
  padding-left: 21px;
  font-weight: bold;
}
ul.c-list-entry > li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #cc0000;
  content: "";
  transform: translateY(-3px);
}
ul.c-list-entry ul li, ul.c-list-entry ol li {
  padding-left: 21px;
  font-weight: normal;
}
ul.c-list-entry ul > li {
  position: relative;
}
ul.c-list-entry ul > li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-color: #cc0000;
  content: "";
  transform: translateY(-3px);
}

/* 概要     : エントリー内番号付きリスト
 * 使用箇所 : 汎用
 * タグ     : ol
---------------------------------------------------------*/
ol.c-ordered-list {
  counter-reset: order-item;
  line-height: 2;
}
ol.c-ordered-list > li {
  position: relative;
  padding-left: 39px;
  font-weight: bold;
}
ol.c-ordered-list > li::before {
  display: inline-flex;
  margin-right: 9px;
  margin-left: -39px;
  width: 30px;
  height: 30px;
  background-color: #cc0000;
  color: white;
  content: counter(order-item);
  counter-increment: order-item;
  font-weight: 400 !important;
  font-size: 1.4rem;
  font-family: "Racing Sans One", cursive;

  justify-content: center;
  align-items: center;
}
ol.c-ordered-list ul li, ol.c-ordered-list ol li {
  padding-left: 39px;
  font-weight: normal;
}
ol.c-ordered-list ol {
  margin-top: 0.5em;
  counter-reset: order-item;
}
ol.c-ordered-list ol > li {
  position: relative;
}
ol.c-ordered-list ol > li::before {
  display: inline-flex;
  box-sizing: border-box;
  margin-right: 9px;
  margin-left: -39px;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #cc0000;
  color: #cc0000;
  content: counter(order-item);
  counter-increment: order-item;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;

  align-items: center;
  justify-content: center;
}

/* 概要     : シンプルな定義リスト(横並び) 
 * 使用箇所 : 汎用
 * タグ     : dl
---------------------------------------------------------*/
dl.c-defined-list dt {
  display: inline;
  font-weight: normal;
}
dl.c-defined-list dd {
  display: inline;
  margin-left: 1em;
}
dl.c-defined-list dd + dt::before {
  content: "\a";
  white-space: pre;
}

/* 概要     : インラインリスト
 *            要素がインラインに並び、キャレットが付く
 * 使用箇所 : 汎用
 * タグ     : ul
---------------------------------------------------------*/
.c-list-inline {
  display: flex;

  justify-content: flex-start;
  align-items: center;
}
.c-list-inline > li {
  padding: 0.2em 0;
}

.c-list-inline--pcheader {
  padding: 0 20px;
  background-color: white;
}
.c-list-inline--pcheader > li {
  position: relative;
  margin: 0 20px;
  padding: 0;
}

.c-list-pcheader-sublist {
  display: -ms-grid;
  display: grid;
  box-sizing: border-box;
  padding: 30px;
  background-color: #cc0000;

  -ms-grid-columns: (250px)[2];

  grid-template-columns: repeat(2, 250px);
  gap: 10px;
}
.c-list-pcheader-sublist li {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-list-pcheader-sublist li a {
  display: flex;
  box-sizing: border-box;
  padding: 0 1em;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;

  justify-content: space-between;
  align-items: center;
}

/* 概要     : シンプルリスト（通常の・）
 * 使用箇所 : 汎用
 * タグ     : ul
---------------------------------------------------------*/
.c-list-simple > li {
  padding-left: 21px;
}
.c-list-simple > li::before {
  display: inline-block;
  margin-left: -21px;
  width: 21px;
  content: "・";
}

/* 概要     : シンプルリスト（通常の・をテキストに含める）
 * 使用箇所 : 汎用
 * タグ     : ul
---------------------------------------------------------*/
.c-list-inside > li {
  padding-left: 1.2em;
}
.c-list-inside > li:first-letter {
  margin-left: -1em;
}
.c-list-inside > li + li {
  margin-top: 0.75em;
}

/* 概要     : PCサイズから段組するテーブル
 * 使用箇所 : 汎用
 * タグ     : div, table
---------------------------------------------------------*/
.c-sptable {
  display: block;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.c-sptable__thead {
  display: block;
}

.c-sptable__tbody {
  display: block;
}

.c-sptable__tr {
  display: block;
}

.c-sptable__th {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 1em 10px 10px;
  border-bottom: 2px solid #f8f8f8;
  background-color: white;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-sptable__td {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px 1em;
  border-bottom: 15px solid #f8f8f8;
  background-color: white;
  word-break: break-word;
  font-size: 1.4rem;
}

.c-sptable__th {
  vertical-align: middle;
}

.c-sptable__td {
  vertical-align: middle;
}
.c-sptable--news time {
  font-weight: 400 !important;
  font-size: 1.4rem;
  font-family: "Racing Sans One", cursive;
}
.c-sptable--news a svg,
.c-sptable--news a i {
  margin-left: 0.3em;
  color: #cc0000;
}

/* 概要     : 通常のテーブル
 * 使用箇所 : 汎用
 * タグ     : table
---------------------------------------------------------*/
.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th,
.c-table td {
  padding: 20px;
  border-bottom: 2px solid #dddddd;
}
.c-table th {
  padding-right: 10px;
  vertical-align: text-top;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}
.c-table td {
  padding-left: 10px;
}
.c-table td.v-center > * {
  vertical-align: middle;
}

/* 概要     : 画面サイズ小でスクロールヒント
 * 使用箇所 : 汎用
 * タグ     : div.c-scrollable-table
 *              > table.c-scrollable-table__inner
 *                > table.c-scrollable-table__table
---------------------------------------------------------*/
.c-scrollable-table {
  background-color: white;
}

.c-scrollable-table__inner {
  position: relative;
  overflow: auto;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.c-scrollable-table__table {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-attachment: local;
  background-repeat: no-repeat;
}
.c-scrollable-table__table th {
  padding: 16px;
  text-align: left;
  font-weight: normal;
}
.c-scrollable-table__table td {
  padding: 10px 16px;
  white-space: nowrap;
}
.c-scrollable-table__table .c-link-button--border-fixed {
  background-color: transparent;
}

/* 概要     : リード情報ページでのスタイル
 * 使用箇所 : report
---------------------------------------------------------*/
.c-scrollable-table--report {
  overflow: hidden;
  border-radius: 5px;
}
.c-scrollable-table--report .icon {
  display: inline-flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #333;
  color: white;
  font-size: 1.8rem;

  justify-content: center;
  align-items: center;
}
.c-scrollable-table--report .title {
  margin-left: 10px;
  vertical-align: text-bottom;
}
.c-scrollable-table--report tr:last-child td {
  border-bottom: 0;
}

/* 概要     : ブランディングエリア（ロゴ）
 * 使用箇所 : ヘッダー
 * タグ     : a, p
---------------------------------------------------------*/
.p-branding {
  display: block;
}
.p-branding img {
  width: 100%;
}

.p-branding__title {
  display: block;
  margin-top: 10px;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.p-branding--header {
  width: 110px;
}

.p-branding--navi {
  margin-top: 60px;
  margin-left: -10px;
  width: 68px;
}

.p-branding--footer {
  display: flex;

  align-items: center;
}
.p-branding--footer .p-branding__image {
  width: 47px;
}
.p-branding--footer .jp {
  display: block;
  margin-left: 0.5em;
  font-weight: bold;
  font-size: 2rem;
}
.p-branding--footer .en {
  display: block;
  margin-left: 1.25em;
  color: #cc0000;
  font-weight: 400 !important;
  font-size: 1.2rem;
  font-family: "Racing Sans One", cursive;
}

/* 概要     : 画像 + 説明
 * 使用箇所 : home
 * タグ     : figure.p-figure
 *              > img.p-figure__image
 *              + figcaption.p-figure__caption
---------------------------------------------------------*/
.p-figure {
  position: relative;
  display: block;
  padding-left: 50px;
  height: 340px;
}

.p-figure__image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.p-figure__caption {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;

  -ms-writing-mode: tb-rl;

      writing-mode: vertical-rl;
}
.p-figure__caption span {
  font-weight: 400 !important;
  font-size: 1.4rem;
  font-family: "Racing Sans One", cursive;

  -webkit-padding-start: 20px;

          padding-inline-start: 20px;
}

/* 概要     : キービジュアル
 * 使用箇所 : 共通（home以外）
 * タグ     : div
---------------------------------------------------------*/
.p-keyvisual {
  width: 100%;
}
.p-keyvisual img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* 概要     : キービジュアル
 * 使用箇所 : home
 * タグ     : div
---------------------------------------------------------*/
.p-keyvisual--home {
  position: relative;
  width: 100vw;
  /* height: 100vh; */
}
.p-keyvisual--home picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-keyvisual__inner {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  transform: translate(50%, -50%);
}

.p-keyvisual__copy {
  color: white;
  text-align: center;
  font-weight: 700 !important;
  font-weight: bold;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
}
.p-keyvisual__copy span {
  position: relative;
  display: inline-block;
}
.p-keyvisual__copy span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cc0000;
  content: "";
}
.p-keyvisual__copy span::after {
  content: "\a";
  /* 改行 */
  white-space: pre-wrap;
}
.p-keyvisual__copy span + span {
  margin-top: 10px;
}

@-webkit-keyframes picnicSheet {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.01% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes picnicSheet {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.01% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@-webkit-keyframes fadeInColor {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
@keyframes fadeInColor {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.p-keyvisual__copy {
  opacity: 0;
}
.p-keyvisual__copy span {
  color: transparent;
}

.p-keyvisual__copy.is-visible {
  opacity: 1;
}

/* 5行目まで対応 */
.p-keyvisual__copy.is-visible span:nth-child(1)::before {
  -webkit-animation: 1s picnicSheet 0s both ease-out;
          animation: 1s picnicSheet 0s both ease-out;
}
.p-keyvisual__copy.is-visible span:nth-child(1) {
  -webkit-animation: 1s fadeInColor 0.4s forwards ease-out;
          animation: 1s fadeInColor 0.4s forwards ease-out;
}

.p-keyvisual__copy.is-visible span:nth-child(2)::before {
  -webkit-animation: 1s picnicSheet 1s both ease-out;
          animation: 1s picnicSheet 1s both ease-out;
}
.p-keyvisual__copy.is-visible span:nth-child(2) {
  -webkit-animation: 1s fadeInColor 1.4s forwards ease-out;
          animation: 1s fadeInColor 1.4s forwards ease-out;
}

.p-keyvisual__copy.is-visible span:nth-child(3)::before {
  -webkit-animation: 1s picnicSheet 2s both ease-out;
          animation: 1s picnicSheet 2s both ease-out;
}
.p-keyvisual__copy.is-visible span:nth-child(3) {
  -webkit-animation: 1s fadeInColor 2.4s forwards ease-out;
          animation: 1s fadeInColor 2.4s forwards ease-out;
}

.p-keyvisual__copy.is-visible span:nth-child(4)::before {
  -webkit-animation: 1s picnicSheet 3s both ease-out;
          animation: 1s picnicSheet 3s both ease-out;
}
.p-keyvisual__copy.is-visible span:nth-child(4) {
  -webkit-animation: 1s fadeInColor 3.4s forwards ease-out;
          animation: 1s fadeInColor 3.4s forwards ease-out;
}

.p-keyvisual__copy.is-visible span:nth-child(5)::before {
  -webkit-animation: 1s picnicSheet 4s both ease-out;
          animation: 1s picnicSheet 4s both ease-out;
}
.p-keyvisual__copy.is-visible span:nth-child(5) {
  -webkit-animation: 1s fadeInColor 4.4s forwards ease-out;
          animation: 1s fadeInColor 4.4s forwards ease-out;
}

/* 概要     : キービジュアル（下層共通）
 * 使用箇所 : 共通
 * タグ     : div
---------------------------------------------------------*/
.p-keyvisual--common {
  position: relative;
  width: 100%;
  height: 340px;
}

#js-navi {
  display: none;
}

#js-navi.is-open {
  display: block;
}

/* 概要     : グローバルナビの親要素（SP）
 * 使用箇所 : ヘッダー
 * タグ     : nav
---------------------------------------------------------*/
.p-navi {
  z-index: 100;
  box-sizing: border-box;
  padding: 20px;
  min-height: 100vmax;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.95);
  color: white;
}

/* 概要     : グローバルナビ
 * 使用箇所 : ヘッダー
 * タグ     : ul
---------------------------------------------------------*/
.p-navi__list {
  position: static;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}

.p-navi__list__item {
  position: relative;
  margin: 10px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #cc0000;
}
.p-navi__list__item a {
  display: flex;
  box-sizing: border-box;
  color: white;

  align-items: flex-start;
}
.p-navi__list__item svg,
.p-navi__list__item i {
  color: #cc0000;
}
.p-navi__list__item svg.fa-long-arrow-alt-right,
.p-navi__list__item i.fa-long-arrow-alt-right {
  margin-right: 0;
  margin-left: auto;
  color: #dddddd;
}

/* 概要     : グローバルナビ 閉じるボタン
 * 使用箇所 : メニュー
 * タグ     : button
---------------------------------------------------------*/
.p-navi__close {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.p-navi__close .c-burger::before {
  transform: translate(0, 4px) rotate(-45deg);
}
.p-navi__close .c-burger::after {
  transform: translate(0, -4px) rotate(45deg);
}
.p-navi__close .text {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-left: -1px;
  color: white;
  text-align: center;
  font-weight: 400 !important;
  font-size: 1.2rem;
  font-family: "Racing Sans One", cursive;
}

/* 概要     : サブリスト用ボタン
 * 使用箇所 : メニュー
 * タグ     : button
---------------------------------------------------------*/
.p-navi__list__sublist-toggle {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #cc0000;
  transform: translateY(-50%);

  justify-content: center;
  align-items: center;
}
.p-navi__list__sublist-toggle::before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  content: "";
  transform: translate(50%, -50%);
}
.p-navi__list__sublist-toggle::after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 2px;
  height: 13px;
  border-radius: 2px;
  background-color: white;
  content: "";
  opacity: 1;
  transition: all 0.2s;
  transform: translate(50%, -50%);
}

.p-navi__list__sublist-toggle.is-open::after {
  opacity: 0;
}

/* 概要     : サブリスト
 * 使用箇所 : メニュー
 * タグ     : ul
---------------------------------------------------------*/
.p-navi__list__sublist {
  display: none;
  padding-bottom: 20px;
}
.p-navi__list__sublist li {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-navi__list__sublist li + li {
  margin-top: 5px;
}
.p-navi__list__sublist a {
  display: flex;
  padding: 0 1em;
  height: 44px;
  background-color: #333;
  color: white;

  align-items: center;
  justify-content: space-between;
}

.p-navi__list__sublist.is-open {
  display: block;
}

/* 概要 : ScrollInview のアニメーション定義
/*  共通
 *    .js-scroll-inview を持つ要素がビューポートに入ると、
 *    .is-visible クラスが追加される
 *  オプション
 *    .js-scroll-inview--fade の場合、フェードイン
---------------------------------------------------------*/
.js-scroll-inview--fade {
  opacity: 0;
}

.js-scroll-inview--fade.is-visible {
  opacity: 1;
  transition: 0.6s opacity 0.1s ease-out;
}

.u-align-left {
  text-align: left !important;
}

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

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

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

.u-align-right {
  text-align: right !important;
}

.u-align-right__center {
  text-align: right;
}

.u-bg-half {
  background: linear-gradient(to bottom, white 50%, #f5f7fa 0);
}

.u-image-svg-asset {
  display: none;
}

.u-image-block {
  display: block;
}

.u-image-block-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-image-x2 {
  max-width: 50%;
}

/* 親要素を満たす */
.u-image-fill {
  min-width: 100%;
  min-height: 100%;
}

/* img を囲む要素につける */
.u-image-cover-center {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;

  justify-content: center;
  align-items: center;
}
.u-image-cover-center > img {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 50%);
}

/* スマホ時inner内にあるが、横幅=画面幅 */
.u-image-spvmax {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

/* デコ（影 + 角丸） */
.u-image-deco {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.u-link-hover {
  transition: opacity 0.2s ease-out;
}
.u-link-hover:hover {
  opacity: 0.5;
}

.u-link-uline {
  color: #093586;
  text-decoration: underline;
}
.u-link-uline:hover {
  text-decoration: none;
}

.u-link-noline {
  text-decoration: none;
}
.u-link-noline:hover {
  text-decoration: underline;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-normal {
  font-weight: normal !important;
}

.u-text-strike {
  text-decoration: line-through;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-color-caution {
  color: #ff0000;
}

.u-text-color-error {
  color: #ff0000;
}

.u-text-color-placeholder {
  color: #888888;
}

.u-text-color-default {
  color: #111 !important;
}

.u-text-color-red {
  color: #cc0000;
}

.u-text-color-white {
  color: white;
}

.u-text-time {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-text-notice {
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
}

p.u-text-notice {
  margin-top: 1em !important;
  line-height: 1.3 !important;
}

.u-text-required {
  padding: 0 0.5em;
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
}

.u-text-lead {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8 !important;
}
.u-text-lead > span {
  display: inline;
  background-image: linear-gradient(to top, #eee 0px, #eee 6px, transparent 6px);
  background-origin: content-box;
  font-weight: bold;
}

.u-text-sentence {
  line-height: 2;
}
.u-text-sentence p + p {
  margin-top: 1em;
}

.u-only-sp {
  display: block;
}

.u-only-sp-inline {
  display: inline;
}

.u-only-pc {
  display: none;
}

.u-only-pc-inline {
  display: none;
}

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

.u-typo-body {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.u-typo-mini {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-width-quarter {
  width: 25%;
}

.u-width-half {
  width: 50%;
}

.u-width-full {
  width: 100%;
}

.u-width-full__half {
  width: 100%;
}

.u-none-background {
  background: none !important;
}

.u-none-border {
  border: none !important;
}

.u-sp-full {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

/* =========================================================
   Foundation
========================================================= */
/* initialize
-------------------------------------------------------- */
/* ========================================================
   Layout
======================================================== */
/* ========================================================
   Object
======================================================== */
/* component
-------------------------------------------------------- */
/* project
-------------------------------------------------------- */
/* interaction */
/* vender */
/* utility
-------------------------------------------------------- */
@media only print, screen and (min-width: 750px){
  a[href*="tel:"]{
    pointer-events: none;
  }
  .l-inner{
    padding-right: 20px;
    padding-right: calc( constant(safe-area-inset-right) + 20px );
    padding-right: calc( env(safe-area-inset-right) + 20px );
    padding-left: 20px;
    padding-left: calc( constant(safe-area-inset-left) + 20px );
    padding-left: calc( env(safe-area-inset-left) + 20px );
  }
  .l-inner--narrow{
    padding-right: 0;
    padding-left: 0;
  }
  .l-footer{
    padding: 80px 0;
  }
  .l-footer__column{
    display: flex;
  }
  .l-footer__upper{
    padding-right: 40px;
    padding-bottom: 0;
    width: 510px;
  }
  .l-footer__lower{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-left: 40px;
    border-top: 0;
    border-left: 1px solid #333;
    flex: 1;
  }
  .l-section--cta__inner{
    height: 296px;
  }
  .l-section--columnA,
.l-section--bg-right{
    margin-left: 0;
  }
  .l-section--bg-left{
    margin-right: 0;
  }
  .l-section--support{
    display: flex;
  }
  .l-section--support__image{
    flex: 1 1 50%;
  }
  .l-section--support__contents{
    flex: 1 1 50%;
  }
  .c-column{
    display: flex;
    justify-content: center;
  }
  .c-column__item + .c-column__item{
    margin-top: 0;
  }
  .c-column__item:nth-child(odd){
    padding-right: 15px;
  }
  .c-column__item:nth-child(even){
    padding-left: 15px;
  }
  .c-column--reverse .c-column__item:nth-child(odd){
    padding-right: 0;
    padding-left: 15px;
  }
  .c-column--reverse .c-column__item:nth-child(even){
    padding-right: 15px;
    padding-left: 0;
  }
  .c-column__item--2{
    width: 50%;
  }
  .c-column--3{
    margin-left: -30px;
  }
  .c-column--3 .c-column__item{
    padding-right: 0;
    padding-left: 30px;
    width: 33.33%;
  }
  .c-column__item--3{
    width: 33.33%;
  }
  .c-column--home-business{
    margin-right: 0;
  }
  .c-copyrights{
    margin-top: auto;
    margin-bottom: 0;
    text-align: right;
  }
  .c-grid--2column{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--3column{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--4column{
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--staff{
    gap: 70px;
  }
  .c-sptable{
    display: table;
  }
  .c-sptable__thead{
    display: table-header-group;
  }
  .c-sptable__tbody{
    display: table-row-group;
  }
  .c-sptable__tr{
    display: table-row;
  }
  .c-sptable__th{
    display: table-cell;
    padding: 1em 20px;
    width: 150px;
    border-right: 4px solid #f8f8f8;
    border-bottom: 15px solid #f8f8f8;
  }
  .c-sptable__td{
    display: table-cell;
    padding: 1em 20px;
    border-bottom: 15px solid #f8f8f8;
  }
  .c-sptable--news .c-sptable__th{
    text-align: center;
  }
  .c-sptable--news .c-sptable__th,
.c-sptable--news .c-sptable__td{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .p-branding--header{
    width: 154px;
  }
  .p-keyvisual__copy{
    font-size: 5rem;
  }
  .u-align-left__center{
    text-align: center;
  }
  .u-align-center__left{
    text-align: left;
  }
  .u-align-right__center{
    text-align: center;
  }
  .u-image-spvmax{
    position: static;
    left: unset;
    margin-left: auto;
    width: auto;
  }
  .u-only-sp{
    display: none;
  }
  .u-only-sp-inline{
    display: none;
  }
  .u-only-pc{
    display: block;
  }
  .u-only-pc-inline{
    display: inline;
  }
  .u-width-full__half{
    width: 50%;
  }
  .u-sp-full{
    position: static;
    left: initial;
    margin-left: 0;
    width: auto;
  }
}
@media only print, screen and (min-width: 1100px){
  .is-menu-opend.l-wrapper{
    position: static;
    z-index: 0;
    overflow: auto;
  }
  .l-header__logo{
    margin-top: 40px;
    margin-left: 40px;
  }
  .l-header__upper__pcnavi{
    display: flex;
    padding-right: 144px;
    height: 90px;
  }
  .l-header__navi-toggle{
    display: none;
  }
  .l-section--home-staff-after-image{
    position: relative;
    margin-right: calc(50vw - 550px);
  }
  .l-section--support{
    overflow: hidden;
    /* max-height: 500px; */
  }
  .l-section--support__title{
    padding-right: 138px;
  }
  .l-section--support__profile{
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
  .c-heading-set--navi{
    border-bottom: 2px solid white;
  }
  .p-branding--footer .jp{
    font-size: 3rem;
  }
  .p-branding--footer .en{
    font-size: 1.6rem;
  }
  #js-navi.is-open{
    display: none;
  }
}
@media only print, screen and (min-width: 1366px){
  .l-inner{
    padding-right: 0;
    padding-left: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
  body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}


/* メインビジュアル swiper
---------------------------------------------------------*/
.mv01 .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #cc0000;
}
