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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

/* ==========================================================================
	Base
============================================================================= */
html, body {
  position: relative;
  background: #ffffff;
  color: #111111;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 12.66667px + 0.17361vw, 16px);
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

:root {
  --spacing:0.04em;
}

* {
  letter-spacing: var(--spacing);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #111111;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0.8;
  }
}

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

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.grecaptcha-badge {
  bottom: 300px !important;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 90px !important;
  }
}

/* ==========================================================================
   共通レイアウト設定
============================================================================= */
.l-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-container.w800 {
  max-width: 896px;
}

.l-container.wWide {
  max-width: 1480px;
}

.l-container.wFull {
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  .l-container.wFull {
    max-width: 88%;
  }
}

.l-anchor {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .l-anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

.l-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .l-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .l-safeArea {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/*
■　使い方

編集ツール：https://icomoon.io/app/#/select
１　icomoonにアクセスする
２　左上の「import icons」を押して assets>font>selection.json を選択
３　ここ（https://www.granfairs.com/blog/staff/howto-create-iconfont）の
　　STEP1. オリジナルアイコンを準備する　〜　STEP5. フォントファイルを生成　を参考に
　　アイコンフォントデータを編集・ダウンロード
４　ダウンロードしたファイルの「fonts」内のファイルと、selection.jsonを　assets>font　に全て入れる
５　<i class="icon-mail"></i>のような感じで使える

*/
@font-face {
  font-family: 'icomoon';
  src: url("./../../assets/fonts/icomoon.eot");
  src: url("./../../assets/fonts/icomoon.eot") format("embedded-opentype"), url("./../../assets/fonts/icomoon.ttf") format("truetype"), url("./../../assets/fonts/icomoon.woff") format("woff"), url("./../../assets/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.icon-arr-thin-r:before {
  content: "\e900";
}

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

.icon-arr-thin-t:before {
  content: "\e902";
}

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

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

.icon-arr-b:before {
  content: "\e905";
}

.icon-arr-l:before {
  content: "\e906";
}

.icon-arr-r:before {
  content: "\e907";
}

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

.icon-arr-thin-b:before {
  content: "\e909";
}

.icon-arr-thin-l:before {
  content: "\e90a";
}

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

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

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

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

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

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

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

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

/* ==========================================================================
	ボタンのモジュール
============================================================================= */
.btn {
  width: 100%;
  max-width: 380px;
  height: 55px;
  border-radius: 27px;
  border: 2px solid #0f172a;
  padding: 6px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .06em;
  color: #0f172a;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 1;
    background: #0f172a;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #ffffff;
  }
}

.btn i {
  margin-right: 0.4em;
}

/* ==========================================================================
  メールフォームの共通モジュール
============================================================================= */
.form {
  /* エラー表示調整
	----------------------------------------------------------------- */
}

.form table {
  width: 100%;
}

.form .form__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form .form__item {
    display: block;
    margin-bottom: 20px;
  }
}

.form dt, .form th {
  width: 18em;
  margin-bottom: 5px;
  line-height: 44px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form dt, .form th {
    width: 100%;
    max-width: 100%;
    line-height: inherit;
    margin-bottom: 10px;
  }
}

.form dt span, .form th span {
  line-height: 1em;
  padding: 0.4em 0 0.5em;
  background: #ccc;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 45px;
  margin: 7px 10px;
  float: right;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .form dt span, .form th span {
    float: none;
    font-size: 10px;
    line-height: 1.5em;
    margin: 0 0 0 5px;
    vertical-align: text-top;
  }
}

.form .required dt span,
.form .required th span {
  background: #1778bf;
}

.form dd, .form td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .form dd, .form td {
    display: block;
    margin: 0;
  }
}

.form th, .form td {
  padding-bottom: 30px;
}

.form input, .form textarea, .form select {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  outline: none;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
.form input[type="date"],
.form select,
.form textarea {
  width: 100%;
  background: #eeeeee;
  border: 2px solid transparent;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  padding: 0 1em;
  font-size: 16px;
  -webkit-appearance: none;
  cursor: pointer;
}

.form input[type="text"]::-webkit-input-placeholder, .form input[type="tel"]::-webkit-input-placeholder, .form input[type="email"]::-webkit-input-placeholder, .form input[type="number"]::-webkit-input-placeholder, .form input[type="date"]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #C1C1C1;
}

.form input[type="text"]::-moz-placeholder, .form input[type="tel"]::-moz-placeholder, .form input[type="email"]::-moz-placeholder, .form input[type="number"]::-moz-placeholder, .form input[type="date"]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #C1C1C1;
}

.form input[type="text"]:-ms-input-placeholder, .form input[type="tel"]:-ms-input-placeholder, .form input[type="email"]:-ms-input-placeholder, .form input[type="number"]:-ms-input-placeholder, .form input[type="date"]:-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #C1C1C1;
}

.form input[type="text"]::-ms-input-placeholder, .form input[type="tel"]::-ms-input-placeholder, .form input[type="email"]::-ms-input-placeholder, .form input[type="number"]::-ms-input-placeholder, .form input[type="date"]::-ms-input-placeholder, .form select::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #C1C1C1;
}

.form input[type="text"]::placeholder,
.form input[type="tel"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="number"]::placeholder,
.form input[type="date"]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #C1C1C1;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="date"]:focus,
.form select:focus,
.form textarea:focus {
  border-color: #0f172a;
  background: #f8f8f8;
}

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

.form .selectWrap {
  position: relative;
}

.form .selectWrap::after {
  content: "▼";
  position: absolute;
  right: 1em;
  top: 0.6em;
  pointer-events: none;
}

.form input[type="date"],
.form .selectWrap {
  max-width: 15em;
}

.form label {
  cursor: pointer;
}

.form textarea {
  display: block;
  padding: 17px 14px;
  height: 200px;
  line-height: 1.75;
  resize: vertical;
}

.form span.wpcf7-list-item {
  display: block;
  margin: 10px 0;
}

.form .form__zipCode {
  margin-bottom: 10px;
}

.form .form__zipCode input {
  display: inline-block;
  width: 10em;
  margin-left: 10px;
}

.form .form__submit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  height: 55px;
  border-radius: 27px;
  border: 2px solid #0f172a;
  padding: 6px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
  .form .form__submit:hover {
    opacity: 1;
    background: #0f172a;
  }
}

.form .form__submit.js-disabled {
  border-color: #e5e7eb;
  background: #e5e7eb;
}

@media (hover: hover) and (pointer: fine) {
  .form .form__submit.js-disabled:hover {
    color: #0f172a;
    border-color: #e5e7eb;
    background: #e5e7eb;
  }
  .form .form__submit.js-disabled:hover input {
    color: #0f172a;
  }
}

.form .form__submit input {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .06em;
  color: #0f172a;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .form .form__submit input:hover {
    color: #ffffff;
  }
}

.form .form__submit input i {
  margin-right: 0.4em;
}

.form .wpcf7-spinner {
  display: none;
}

.form .form__submit + p {
  margin: 30px 0 0;
}

.form .form__acceptance {
  text-align: center;
  margin: 20px 0 40px;
}

.form .wpcf7-not-valid-tip {
  background: #ffe6ea;
  width: 100%;
  margin-top: 10px;
  color: #0f172a;
  border-radius: 3px;
  display: block;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
}

.form div.wpcf7-mail-sent-ok {
  display: none !important;
}

.form .ui-datepicker {
  z-index: 10 !important;
}

/* ==========================================================================
  見出しのモジュール
============================================================================= */
.heading__Lv2 {
  font-size: clamp(24px, 18.66667px + 0.69444vw, 32px);
  margin-bottom: 1em;
  line-height: 1.3em;
}

.heading__Lv3 {
  font-size: clamp(16px, 10.66667px + 0.69444vw, 24px);
  line-height: 1.3;
  margin-bottom: clamp(24px, 18.66667px + 0.69444vw, 32px);
}

.heading__Lv4 {
  font-size: clamp(14px, 12.66667px + 0.17361vw, 16px);
  line-height: 1.3;
  margin-bottom: clamp(16px, 10.66667px + 0.69444vw, 24px);
}

/* table
----------------------------------------------------------------- */
.table {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px dotted #e3e3e3;
}

.table .table-td, .table .table-th {
  display: table-cell;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px dotted #e3e3e3;
}

.table .table-th {
  width: 210px;
  background-color: #f8f8f8;
  padding: 14px 20px 14px 22px;
}

.table .table-td {
  background-color: #fff;
  padding: 14px 24px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .table {
    font-size: .9em;
    /*End @media */
  }
  .table .table-th {
    width: 8em;
    padding: 14px 0;
    text-align: center;
  }
}

.table-primary .table-th {
  width: 9em;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .table-primary {
    /*End @media */
  }
  .table-primary .table-th {
    width: 7em;
  }
}

/* ==========================================================================
  ページ送りのモジュール
============================================================================= */
/* ==============================
// アーカイブページのページ送り
================================= */
.pagerArchive {
  text-align: center;
  margin: 60px 0 0;
}

.pagerArchive .wp-pagenavi span, .pagerArchive .wp-pagenavi a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 14px;
}

@media (hover: hover) and (pointer: fine) {
  .pagerArchive .wp-pagenavi span:hover, .pagerArchive .wp-pagenavi a:hover {
    border-color: #0f172a;
    color: #0f172a;
  }
}

.pagerArchive .wp-pagenavi span.current {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

/* ==============================
// 記事詳細のページ送り
================================= */
.pagerSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.pagerSingle__wrap {
  overflow: visible;
}

.pagerSingle__item {
  max-width: 10em;
  width: 100%;
  margin: 0 10px;
}

.pagerSingle__item a {
  text-decoration: none;
  display: inline-block;
  color: #0f172a;
}

.pagerSingle__item a::before,
.pagerSingle__item a::after {
  font-family: 'icomoon';
  position: static;
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagerSingle__prev {
  text-align: right;
}

.pagerSingle__prev a::after {
  margin-left: 10px;
  content: "\e907";
}

@media (hover: hover) and (pointer: fine) {
  .pagerSingle__prev a:hover::after {
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
  }
}

.pagerSingle__list {
  text-align: center;
}

.pagerSingle__next {
  text-align: left;
}

.pagerSingle__next a::before {
  margin-right: 10px;
  content: "\e906";
}

@media (hover: hover) and (pointer: fine) {
  .pagerSingle__next a:hover::before {
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
  }
}

/* ==========================================================================
  汎用リスト用モジュール
============================================================================= */
.simpleList li::before {
  content: "・";
}

/* ==========================================================================
   シングルページなどに利用するシンプルなカテゴリリストのモジュール
============================================================================= */
.listSimpleCat__wrap {
  overflow: hidden;
}

.listSimpleCat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px;
}

.listSimpleCat__item {
  margin: 5px;
}

@media screen and (max-width: 767px) {
  .listSimpleCat__item {
    font-size: 12px;
  }
}

.listSimpleCat__item > * {
  background: #f4f5f8;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 20px;
  text-decoration: none;
}

/* ==========================================================================
  大きなカテゴリ一覧のモジュール
　※アーカイブページなど、大きく使用する装飾されたカテゴリリスト
============================================================================= */
.listCategory__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.listCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -25px;
}

.listCategory .cat-item {
  padding: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.listCategory a {
  font-weight: 700;
  color: #999999;
}

/* ==========================================================================
  ブログ記事一覧のサムネイル表示用モジュール
============================================================================= */
.listBlog__listWrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .listBlog__listWrap {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .listBlog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: -20px;
  }
}

@media screen and (min-width: 768px) {
  .listBlog__item {
    width: 33.33333333333%;
    padding: 20px;
  }
}

.listBlog__cat {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  font-size: 12px;
  padding: 0 15px;
  line-height: 28px;
  z-index: 1;
}

.listBlog__link {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #eeeeee;
}

@media (hover: hover) and (pointer: fine) {
  .listBlog__link:hover .listBlog__thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.listBlog__thumbWrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 331 / 227;
}

.listBlog__thumb {
  -webkit-transition: .4s;
  transition: .4s;
}

.listBlog__txtWrap {
  padding: 15px;
}

.listBlog__date {
  color: #666666;
  font-size: 12px;
}

.listBlog__ttl {
  line-height: 1.7em;
  margin: 1px 0 10px;
}

.listBlog__txt {
  font-weight: normal;
  font-size: 0.9em;
}

.listBlog__btn {
  text-align: center;
  line-height: 48px;
  border-top: 1px solid #eeeeee;
  color: #0f172a;
  font-size: 14px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .listBlog__item + .listBlog__item {
    margin-top: 25px;
  }
}

/* ==========================================================================
   ニュース一覧のモジュール
============================================================================= */
.listNews a {
  text-decoration: none;
}

.listNews .listSimpleCat__list {
  margin-bottom: 10px;
}

.listNews__inner {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

.listNews__date {
  display: table-cell;
  vertical-align: top;
  width: 7em;
  font-size: 14px;
  color: #0f172a;
}

@media screen and (max-width: 767px) {
  .listNews__date {
    font-size: 10px;
    line-height: 26px;
  }
}

.listNews__info {
  display: table-cell;
  width: auto;
}

.listNews__title {
  line-height: 1.4em;
  display: block;
}

/* ==========================================================================
  ページ送りのモジュール
============================================================================= */
/* ==============================
// アーカイブページのページ送り
================================= */
.pagerArchive {
  text-align: center;
  margin: 60px 0 0;
}

.pagerArchive .wp-pagenavi span, .pagerArchive .wp-pagenavi a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 14px;
}

@media (hover: hover) and (pointer: fine) {
  .pagerArchive .wp-pagenavi span:hover, .pagerArchive .wp-pagenavi a:hover {
    border-color: #0f172a;
    color: #0f172a;
  }
}

.pagerArchive .wp-pagenavi span.current {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

/* ==============================
// 記事詳細のページ送り
================================= */
.pagerSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.pagerSingle__wrap {
  overflow: visible;
}

.pagerSingle__item {
  max-width: 10em;
  width: 100%;
  margin: 0 10px;
}

.pagerSingle__item a {
  text-decoration: none;
  display: inline-block;
  color: #0f172a;
}

.pagerSingle__item a::before,
.pagerSingle__item a::after {
  font-family: 'icomoon';
  position: static;
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagerSingle__prev {
  text-align: right;
}

.pagerSingle__prev a::after {
  margin-left: 10px;
  content: "\e907";
}

@media (hover: hover) and (pointer: fine) {
  .pagerSingle__prev a:hover::after {
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
  }
}

.pagerSingle__list {
  text-align: center;
}

.pagerSingle__next {
  text-align: left;
}

.pagerSingle__next a::before {
  margin-right: 10px;
  content: "\e906";
}

@media (hover: hover) and (pointer: fine) {
  .pagerSingle__next a:hover::before {
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
  }
}

/* ==========================================================================
   サイト内の各所に使うちょっとした共通設定
============================================================================= */
.t-ofi {
  height: 100%;
}

.t-ofi img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.t-tCenter {
  text-align: center;
}

.t-tRight {
  text-align: right;
}

.t-tLeft {
  text-align: left;
}

.t-nowL, .t-nowC, .t-nowR {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.t-nowC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t-nowR {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.t-now {
  white-space: nowrap;
}

.t-wbr {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.t-pb0 {
  padding-bottom: 0 !important;
}

.t-pt0 {
  padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .t-hidePC {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .t-hideSP {
    display: none;
  }
}

.t-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .t-pc {
    display: none;
  }
}

.t-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .t-sp {
    display: block;
  }
}

.t-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

/* ==========================================================================
   headerのモジュール
============================================================================= */
.header {
  z-index: 1000;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 120px;
  -webkit-transition: background 0.35s ease, border-color 0.35s ease, -webkit-backdrop-filter 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, border-color 0.35s ease, -webkit-backdrop-filter 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, -webkit-backdrop-filter 0.35s ease, -webkit-box-shadow 0.35s ease;
}

@media screen and (max-width: 1300px) {
  .header {
    height: 90px;
  }
}

.header .l-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header .l-container {
    max-width: 100%;
  }
}

body.home .header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home .header.is-headerOrg.is-headerOver,
body.home .is-headerClone {
  background: rgba(7, 16, 25, 0.1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

body.home .is-headerClone {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
}

/* ==============================
// ロゴ
================================= */
.header__logo a {
  display: block;
}

.header__logo img {
  display: block;
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 1300px) {
  .header__logo img {
    max-width: 180px;
  }
}

/* ==============================
// nav
================================= */
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .header__nav {
    display: none;
  }
}

.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.header__navItem {
  margin: 0;
}

.header__navItem a {
  text-decoration: none;
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
}

.header__navItem a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .header__navItem:hover a {
    color: #fff;
  }
  .header__navItem:hover a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* ==============================
// その他のボタン
================================= */
.header__infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
}

.header__infoItem {
  margin: 0;
}

.header__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 240px;
  min-height: 64px;
  padding: 10px 18px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  color: #081019;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.14);
}

@media (hover: hover) and (pointer: fine) {
  .header__contact:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 36px rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 36px rgba(255, 255, 255, 0.18);
  }
}

/* ==============================
// 管理バーの干渉を調整
================================= */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/* ==========================================================================
  footerのモジュール
============================================================================= */
.l-safeArea {
  position: relative;
  z-index: 1;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .l-section .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 56px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .footer .l-section .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
}

/* ==============================
// 左側
================================= */
.footer__left {
  height: auto;
  max-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__leftArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .footer__leftArea {
    display: block;
  }
}

/* ==============================
// logo
================================= */
.footer__logoWrap {
  display: block;
  max-width: 260px;
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 1024px) {
  .footer__logoWrap {
    margin-bottom: 0;
    width: 100%;
  }
}

.footer__companyname,
.footer__address,
.footer__time,
.footer__copy,
.footer__navItem a {
  color: rgba(255, 255, 255, 0.7);
}

.footer address {
  padding-left: 5px;
}

.footer__companyname {
  font-size: 18px;
}

.footer__address {
  line-height: 1.9;
  font-size: 12px;
  margin-top: 6px;
}

.footer__time {
  margin-top: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__logo {
    margin: 0 0 20px;
    width: 170px;
  }
}

/* ==============================
// 右側
================================= */
.footer__right {
  height: auto;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  .footer__right {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__right {
    width: 100%;
    display: block;
    padding: 0 8px;
  }
}

/* ==============================
// ナビゲーション
================================= */
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer__nav a {
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__nav li > a:hover {
  color: #fff;
}

.footer__nav li > a:hover .footer__navItem-en::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer__nav .footer__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(16px, 5.33333px + 1.38889vw, 32px);
}

.footer__nav .footer__navItem-en {
  font-size: 40px;
  position: relative;
  line-height: 1;
  padding-bottom: 8px;
}

.footer__nav .footer__navItem-en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.footer__nav .footer__navItem-jp {
  margin-top: 10px;
}

.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: clamp(16px, 10.66667px + 0.69444vw, 24px) clamp(16px, 0px + 2.08333vw, 40px);
}

@media screen and (max-width: 1300px) {
  .footer__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* ==============================
// コピーライト
================================= */
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #111;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-bottom: calc(16px + 66px);
  }
}

.footer__bottom .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer__bottom .l-container {
    max-width: 100%;
  }
}

.footer__bottom-link,
.footer__copy {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
	パン屑のモジュール
============================================================================= */
.breadcrumbs {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs .l-container {
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs a {
  position: relative;
  margin-right: 30px;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.breadcrumbs a::after {
  position: absolute;
  top: 50%;
  right: -16px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 5px 0;
    font-size: 10px;
  }
  .breadcrumbs span {
    line-height: 1.7em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumbs {
    padding: 5px 0;
  }
}

/* ==========================================================================
   hamburger
============================================================================= */
.hamburger {
  position: relative;
  z-index: 999;
  width: 56px;
  height: 56px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media screen and (max-width: 1300px) {
  .hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hamburger:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.24);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.hamburger span {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 9999px;
  background: #fff;
  -webkit-transition: opacity 0.2s ease, top 0.28s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.2s ease, top 0.28s ease, -webkit-transform 0.28s ease;
  transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease;
  transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease, -webkit-transform 0.28s ease;
}

.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 27px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

#js-html.is-spMenuActive .hamburger span:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#js-html.is-spMenuActive .hamburger span:nth-child(2) {
  opacity: 0;
}

#js-html.is-spMenuActive .hamburger span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================================================================
   gototopのモジュール
============================================================================= */
.gototop {
  position: fixed;
  z-index: 1000;
  right: 40px;
  bottom: 40px;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 0.8em;
  display: none;
}

/* ==========================================================================
   下層ページのHeroモジュール
============================================================================= */
.pageHero {
  background: #e9e9e9;
  padding: 80px;
  text-align: center;
}

/* ==========================================================================
   CTAのモジュール
============================================================================= */
.cta {
  background: #e9e9e9;
  text-align: center;
  font-size: 30px;
  padding: 40px;
}

/* ==========================================================================
   spHomeBar
============================================================================= */
.spHomeBar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  display: none;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(6, 12, 24, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.spHomeBar__nav {
  width: 100%;
}

.spHomeBar__navList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.spHomeBar__navItem {
  width: 100%;
}

.spHomeBar__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 9999px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.spHomeBar__navLink img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.spHomeBar__navLink p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .spHomeBar__navLink:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

/* ==========================================================================
   spMenu
============================================================================= */
.spMenu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: radial-gradient(circle at 20% 20%, rgba(117, 210, 255, 0.28), transparent 30%), radial-gradient(circle at 80% 30%, rgba(38, 115, 255, 0.32), transparent 34%), linear-gradient(135deg, rgba(135, 215, 255, 0.9), rgba(35, 107, 255, 0.92));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow-y: auto;
}

.spMenu .l-container {
  min-height: 100dvh;
  padding-top: 120px;
  padding-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .spMenu .l-container {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.spMenu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin-bottom: 14px;
}

.spMenu__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

.spMenu__navList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.spMenu__navItem {
  width: 100%;
}

.spMenu__navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .spMenu__navItem a:hover {
    opacity: 0.78;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.spMenu__navItem-en {
  display: block;
  font-size: clamp(36px, 9vw, 64px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
}

.spMenu__navItem-jp {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.78);
}

.spMenu__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .spMenu__contact:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.32);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

/* ==========================================================================
   editorのモジュール
   投稿表示系でthe_content()を.editorのクラスで囲っている箇所と
   投稿の編集画面で適用される
============================================================================= */
.editor * {
  color: #111111;
}

.editor p {
  margin-bottom: 1.8em;
  line-height: 1.8em;
  word-break: break-all;
}

.editor img {
  max-width: 100%;
}

.editor a:not([class]) {
  color: #0f172a;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .editor a:hover {
    text-decoration: none;
  }
}

.editor strong {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor h2, .editor h3, .editor h4, .editor h5 {
  /* 目次プラグインを使う際、アンカーリンク用のspanが挿入されてスタイルが消えてしまうときがある
		　　見出しに自動挿入されたspanで親のスタイルを全て引き継ぐよう修正 */
}

.editor h2 span, .editor h3 span, .editor h4 span, .editor h5 span {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

.editor h2 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  margin: 2em 0 14px;
  border-bottom: 1px dashed #000;
}

.editor h3 {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 2em 0 14px;
  border-bottom: 1px dashed #999;
}

.editor h4 {
  font-size: 1.1em;
  font-weight: bold;
}

.editor ul {
  margin: 20px;
}

.editor ul li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.editor ol {
  margin: 20px;
}

.editor ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.editor blockquote {
  background: #f8f8f8;
  padding: 1em 1.5em;
  margin: 2em 0;
  font-size: .9em;
  color: #333333;
}

.editor blockquote p:last-child {
  margin-bottom: 0;
}

.editor iframe {
  max-width: 100%;
}

.editor .wp-caption {
  max-width: 100% !important;
  margin: 0 auto 20px;
}

.editor .wp-caption p {
  word-wrap: break-word;
}

.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
  margin: 20px;
}

.editor .alignright {
  float: right;
  margin: 20px;
}

.editor .alignleft {
  float: left;
  margin: 20px;
}

.editor :first-child {
  margin-top: 0;
}

.editor :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .editor h2 {
    font-size: 120%;
  }
  .editor h3 {
    font-size: 110%;
  }
  .editor .alignright {
    float: none;
    margin: 0;
  }
  .editor .alignleft {
    float: none;
    margin: 0;
  }
}

.editor table {
  border: 1px solid #e5e7eb;
  border-left: none;
  border-bottom: none;
}

.editor td, .editor th {
  border-bottom: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  padding: 0.2em 0.8em;
}

.editor th {
  background: #0f172a;
  text-align: left;
  border: none;
  color: #fff;
}

.editor th:nth-of-type(odd) {
  background: #1d4ed8;
}

.editor tr:nth-of-type(even) {
  background: #f4f5f8;
}

.editor tr:nth-of-type(even) th {
  background: #0f172a;
}

.editor tr:nth-of-type(even) th:nth-of-type(even) {
  background: #1d4ed8;
}

.editor::after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================================
   TOPページのレイアウト
============================================================================= */
body.home {
  color: #111111;
  overflow-x: hidden;
  /* ==============================
	   メインビジュアル
	================================= */
  /* ==============================
	   事業内容
	================================= */
  /* ==============================
	   強み
	================================= */
  /* ==============================
	   mission / vision / value
	================================= */
  /* ==============================
	   代表挨拶
	================================= */
  /* ==============================
	   会社情報
	================================= */
  /* ==============================
	   お問い合わせ
	================================= */
}

body.home .mv-video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

body.home .l-main {
  position: relative;
  z-index: 1;
}

body.home a {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

body.home .home__section {
  position: relative;
  overflow: hidden;
}

body.home .home__section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

body.home .home__section.is-inview::before {
  opacity: 1;
}

body.home .home__sectionTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  body.home .home__sectionTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

body.home .home__head {
  margin-bottom: 0;
}

body.home .home__headEn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 14px;
}

body.home .home__lead {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}

@media screen and (max-width: 1024px) {
  body.home .home__lead {
    font-size: 16px;
  }
}

body.home .home__lead--wide {
  max-width: 720px;
}

body.home .heading__Lv2 {
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1024px) {
  body.home .home__section--service {
    padding-top: 0 !important;
  }
}

body.home .home__reveal,
body.home .home__serviceRow,
body.home .home__strengthCard,
body.home .home__philosophyCard,
body.home .home__valueCard,
body.home .home__messageMain,
body.home .home__messageAside,
body.home .home__mvInner,
body.home .home__mvSide,
body.home .home__philosophyTop,
body.home .home__strengthIntro {
  opacity: 0;
  -webkit-transform: translate3d(0, 48px, 0);
  transform: translate3d(0, 48px, 0);
  -webkit-transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
}

body.home .home__section.is-inview .home__serviceRow,
body.home .home__section.is-inview .home__strengthCard,
body.home .home__section.is-inview .home__philosophyCard,
body.home .home__section.is-inview .home__valueCard,
body.home .home__section.is-inview .home__messageMain,
body.home .home__section.is-inview .home__messageAside,
body.home .home__section.is-inview .home__philosophyTop,
body.home .home__section.is-inview .home__strengthIntro {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.2, 0.65, 0.2, 1);
}

body.home .home__serviceRow.is-tilting,
body.home .home__strengthCard.is-tilting,
body.home .home__valueCard.is-tilting {
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease !important;
}

body.home .home__mv.is-inview .home__mvInner,
body.home .home__mv.is-inview .home__mvSide {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.home .home__serviceRow:nth-child(2),
body.home .home__strengthCard:nth-child(2),
body.home .home__valueCard:nth-child(2) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

body.home .home__strengthCard:nth-child(3),
body.home .home__valueCard:nth-child(3) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

body.home .home__valueCard:nth-child(4) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

body.home .home__mv {
  position: relative;
  min-height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  body.home .home__mv {
    min-height: calc(100vh - 90px);
  }
}

@media screen and (max-width: 1024px) {
  body.home .home__mv {
    padding: 32px 0 56px;
  }
}

body.home .home__mv::before, body.home .home__mv::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.home .home__mv::before {
  top: 4vh;
  right: -10vw;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(40, 123, 255, 0.4), rgba(0, 211, 255, 0.8));
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-animation: homeFloat01 12s ease-in-out infinite;
  animation: homeFloat01 12s ease-in-out infinite;
}

body.home .home__mv::after {
  left: -6vw;
  bottom: 0;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(40, 123, 255, 0.6), rgba(0, 211, 255, 0.8));
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-animation: homeFloat02 16s ease-in-out infinite;
  animation: homeFloat02 16s ease-in-out infinite;
}

body.home .home__mv .l-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12vh;
}

body.home .home__mv .home__mv-logo {
  position: absolute;
  right: -10%;
  width: auto;
  height: 160%;
  opacity: 0.1;
  display: inline-block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: homeMvLogoRotateSoft 8s ease-in-out infinite;
  animation: homeMvLogoRotateSoft 8s ease-in-out infinite;
  will-change: transform;
}

body.home .home__mv .home__mv-logo .cls-1 {
  fill: #fff;
}

body.home .home__mvInner {
  will-change: transform;
}

body.home .home__mvSub {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
}

body.home .home__mvTitle {
  font-size: clamp(56px, 13.33333px + 5.55556vw, 120px);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 28px;
  text-wrap: balance;
  letter-spacing: -0.05em;
  text-shadow: 0 10px 48px rgba(0, 0, 0, 0.2);
}

body.home .home__mvText {
  max-width: 680px;
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}

@media screen and (max-width: 1024px) {
  body.home .home__mvText {
    font-size: 16px;
  }
}

body.home .home__mvBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

body.home .home__mvBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 240px;
  min-height: 64px;
  padding: 16px 28px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.home .home__mvBtn {
    min-width: 0;
    width: 80%;
  }
}

body.home .home__mvBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100%);
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

body.home .home__mvBtn:hover::before {
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}

body.home .home__mvBtn--fill {
  background: #fff;
  color: #081019;
  -webkit-box-shadow: 0 18px 46px rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(255, 255, 255, 0.16);
}

body.home .home__mvBtn--line {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.home .home__mvSide {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  -ms-grid-column-align: end;
  justify-self: end;
  width: 100%;
  max-width: 520px;
  will-change: transform;
}

@media screen and (max-width: 1024px) {
  body.home .home__mvSide {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    max-width: none;
  }
}

body.home .home__mvPanel {
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.home .home__mvPanel:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.24);
  }
}

body.home .home__mvPanel--01 {
  margin-left: 0;
}

body.home .home__mvPanel--02 {
  margin-left: 56px;
}

@media screen and (max-width: 1024px) {
  body.home .home__mvPanel--02 {
    margin-left: 0;
  }
}

body.home .home__mvPanel--03 {
  margin-left: 112px;
}

@media screen and (max-width: 1024px) {
  body.home .home__mvPanel--03 {
    margin-left: 0;
  }
}

body.home .home__mvPanelLabel {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.58);
}

body.home .home__mvPanelText {
  font-size: clamp(22px, 16.66667px + 0.69444vw, 30px);
  font-weight: 700;
  line-height: 1.4;
}

body.home .home__scroll {
  position: absolute;
  left: 80px;
  bottom: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-decoration: none;
  color: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  body.home .home__scroll {
    left: auto;
    right: -40px;
    bottom: 140px;
  }
}

body.home .home__scrollLine {
  position: relative;
  display: block;
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

body.home .home__scrollLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  -webkit-animation: homeScrollLine 2s ease-in-out infinite;
  animation: homeScrollLine 2s ease-in-out infinite;
}

body.home .home__scrollText {
  font-size: 12px;
  letter-spacing: 0.22em;
}

body.home .home__serviceFlow {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

body.home .home__serviceRow {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 32px minmax(0, 1fr);
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 42px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.home .home__serviceRow {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 22px;
    border-radius: 24px;
  }
}

body.home .home__serviceRow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 35%, transparent 65%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

body.home .home__serviceRow:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 28px 68px rgba(0, 0, 0, 0.18);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.18);
}

body.home .home__serviceIndex {
  font-size: clamp(70px, 10px + 7.8125vw, 160px);
  font-weight: 700;
  line-height: 0.86;
  color: white;
  -ms-flex-item-align: start;
  align-self: flex-start;
  letter-spacing: -0.05em;
}

body.home .home__serviceBody {
  position: relative;
  padding-top: 6px;
}

body.home .home__serviceLabel {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 18px;
}

body.home .home__serviceTitle {
  font-size: clamp(32px, 16px + 2.08333vw, 56px);
  line-height: 1.18;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: -0.03em;
}

body.home .home__serviceCatch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.92);
}

body.home .home__serviceText {
  line-height: 2;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 26px;
}

body.home .home__checkList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1024px) {
  body.home .home__checkList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__checkList li {
  position: relative;
  padding-left: 1.4em;
  color: rgba(255, 255, 255, 0.84);
}

body.home .home__checkList li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7fd0ff;
}

body.home .home__section--strength {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(245, 248, 252, 0.98)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
}

body.home .home__section--strength .heading__Lv2,
body.home .home__section--strength .home__headEn,
body.home .home__section--strength .home__strengthLead,
body.home .home__section--strength .home__strengthTitle,
body.home .home__section--strength .home__strengthText {
  color: #111;
}

body.home .home__strengthLayout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 360px) 40px minmax(0, 1fr);
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  body.home .home__strengthLayout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__strengthIntro {
  position: sticky;
  top: 120px;
}

@media screen and (max-width: 1024px) {
  body.home .home__strengthIntro {
    position: static;
  }
}

body.home .home__strengthLead {
  margin-top: 18px;
  line-height: 1.9;
  color: #555;
}

body.home .home__strengthList {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}

body.home .home__strengthCard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 20px minmax(0, 1fr);
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  padding: 30px 32px;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  border: 1px solid rgba(7, 16, 25, 0.06);
  -webkit-box-shadow: 0 16px 42px rgba(8, 16, 25, 0.06);
  box-shadow: 0 16px 42px rgba(8, 16, 25, 0.06);
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  body.home .home__strengthCard:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 28px 52px rgba(8, 16, 25, 0.1);
    box-shadow: 0 28px 52px rgba(8, 16, 25, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  body.home .home__strengthCard {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}

body.home .home__strengthNum {
  font-size: clamp(32px, 16px + 2.08333vw, 56px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #1778bf;
}

body.home .home__strengthBody {
  min-width: 0;
}

body.home .home__strengthTitle {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1024px) {
  body.home .home__strengthTitle {
    font-size: 22px;
  }
}

body.home .home__strengthText {
  line-height: 1.9;
  color: #555;
}

body.home .home__section--philosophy::before {
  background: radial-gradient(circle at 80% 20%, rgba(85, 125, 255, 0.12), transparent 28%);
}

body.home .home__philosophyTop {
  margin-bottom: 48px;
}

body.home .home__philosophyGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  body.home .home__philosophyGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__philosophyCard,
body.home .home__valuePanel {
  position: relative;
  padding: 34px 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

body.home .home__philosophyCard::before,
body.home .home__valuePanel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 50%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

body.home .home__philosophyCard--mission {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

body.home .home__philosophyCard--vision {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

body.home .home__valuePanel {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

body.home .home__philosophyLabel {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.56);
}

body.home .home__philosophyTitle {
  font-size: clamp(24px, 8px + 2.08333vw, 48px);
  line-height: 1.22;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: -0.03em;
}

body.home .home__philosophyText {
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}

body.home .home__valueList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  body.home .home__valueList {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  body.home .home__valueList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__valueCard {
  padding: 24px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.home .home__valueCard:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 28px 52px rgba(8, 16, 25, 0.1);
    box-shadow: 0 28px 52px rgba(8, 16, 25, 0.1);
  }
}

body.home .home__valueTitle {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #fff;
}

body.home .home__valueText {
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.74);
}

body.home .home__section--message {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(248, 250, 252, 0.98)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

body.home .home__section--message .heading__Lv2,
body.home .home__section--message .home__headEn,
body.home .home__section--message .home__messageName,
body.home .home__section--message .home__messageBody {
  color: #111;
}

body.home .home__messageLayout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 360px) 32px minmax(0, 1fr);
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  body.home .home__messageLayout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__messageAside {
  position: sticky;
  top: 120px;
}

@media screen and (max-width: 1024px) {
  body.home .home__messageAside {
    position: static;
  }
}

body.home .home__messageName {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

body.home .home__messageMain {
  position: relative;
  padding: 40px 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 16, 25, 0.06);
  border-radius: 30px;
  -webkit-box-shadow: 0 22px 54px rgba(8, 16, 25, 0.08);
  box-shadow: 0 22px 54px rgba(8, 16, 25, 0.08);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.home .home__messageMain {
    padding: 28px 22px;
  }
}

body.home .home__messageMain::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(57, 122, 255, 0.05), transparent 48%, rgba(0, 211, 255, 0.03));
  pointer-events: none;
}

body.home .home__messageDecor {
  position: absolute;
  right: -12px;
  top: -18px;
  width: 50%;
  opacity: 0.1;
  pointer-events: none;
}

body.home .home__messageBody {
  position: relative;
  z-index: 1;
  line-height: 2;
}

body.home .home__messageBody p {
  margin-top: 1.3em;
}

body.home .home__messageBody p:first-child {
  margin-top: 0;
}

body.home .home__section--company .heading__Lv2,
body.home .home__section--company .home__headEn,
body.home .home__section--company .home__company-dt,
body.home .home__section--company .home__company-dd {
  color: #fff;
}

body.home .home__section--company .home__companyLayout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 360px) 32px minmax(0, 1fr);
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  body.home .home__section--company .home__companyLayout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__section--company .home__companyAside {
  position: sticky;
  top: 120px;
}

@media screen and (max-width: 1024px) {
  body.home .home__section--company .home__companyAside {
    position: static;
  }
}

body.home .home__section--company .home__companyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

body.home .home__section--company .home__company-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 20px minmax(0, 1fr);
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  padding: 30px 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  body.home .home__section--company .home__company-dl:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 28px 52px rgba(8, 16, 25, 0.1);
    box-shadow: 0 28px 52px rgba(8, 16, 25, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  body.home .home__section--company .home__company-dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}

body.home .home__section--contact {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(248, 250, 252, 0.98)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

body.home .home__section--contact .heading__Lv2,
body.home .home__section--contact .home__headEn,
body.home .home__section--contact .home__contactName,
body.home .home__section--contact .home__contactBody {
  color: #111;
}

body.home .home__contactLayout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 360px) 32px minmax(0, 1fr);
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  body.home .home__contactLayout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.home .home__contactAside {
  position: sticky;
  top: 120px;
}

@media screen and (max-width: 1024px) {
  body.home .home__contactAside {
    position: static;
  }
}

body.home .home__contactName {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

body.home .home__contactMain {
  position: relative;
  padding: 40px 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 16, 25, 0.06);
  border-radius: 30px;
  -webkit-box-shadow: 0 22px 54px rgba(8, 16, 25, 0.08);
  box-shadow: 0 22px 54px rgba(8, 16, 25, 0.08);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.home .home__contactMain {
    padding: 28px 22px;
  }
}

body.home .home__contactMain::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(57, 122, 255, 0.05), transparent 48%, rgba(0, 211, 255, 0.03));
  pointer-events: none;
}

body.home .home__contactDecor {
  position: absolute;
  right: -12px;
  top: -18px;
  width: 50%;
  opacity: 0.1;
  pointer-events: none;
}

body.home .home__contactBody {
  position: relative;
  z-index: 1;
  line-height: 2;
}

body.home .home__contactBody p {
  margin-top: 1.3em;
}

body.home .home__contactBody p:first-child {
  margin-top: 0;
}

.form__privacypolicy::-webkit-scrollbar {
  display: none;
}

.form__privacypolicy {
  height: clamp(160px, 106.66667px + 6.94444vw, 240px);
  padding: 0 clamp(24px, 18.66667px + 0.69444vw, 32px);
  background-color: #ccc;
  overflow: auto;
  border-radius: 3px;
}

.form__privacypolicy .l-column__main div {
  padding: clamp(24px, 13.33333px + 1.38889vw, 40px) 0;
  border-bottom: 1px solid #ddd;
}

.form__privacypolicy .l-column__main div a {
  margin-top: clamp(8px, 2.66667px + 0.69444vw, 16px);
}

.form__privacypolicy .l-column__main .privacyArea__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0px, -5.33333px + 0.69444vw, 8px);
  list-style: disc;
  padding-left: 1.5em;
  margin-top: clamp(8px, 2.66667px + 0.69444vw, 16px);
}

.form__privacypolicy .l-column__main .privacyArea__ul > * {
  width: 100%;
}

.form__privacypolicy .l-column__main .privacyArea__link {
  text-decoration: underline;
}

.form__privacypolicy .l-column__main .heading__Lv4 {
  color: #666;
}

.form__privacypolicy .l-column__main .t-text {
  font-size: clamp(12px, 10.66667px + 0.17361vw, 14px);
  line-height: 2;
  font-weight: 400;
  color: #999;
}

@-webkit-keyframes homeFloat01 {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-18px, 24px, 0);
    transform: translate3d(-18px, 24px, 0);
  }
}

@keyframes homeFloat01 {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-18px, 24px, 0);
    transform: translate3d(-18px, 24px, 0);
  }
}

@-webkit-keyframes homeFloat02 {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(26px, -22px, 0);
    transform: translate3d(26px, -22px, 0);
  }
}

@keyframes homeFloat02 {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(26px, -22px, 0);
    transform: translate3d(26px, -22px, 0);
  }
}

@-webkit-keyframes homeScrollLine {
  0% {
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%);
  }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
}

@keyframes homeScrollLine {
  0% {
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%);
  }
  100% {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
}

@-webkit-keyframes homeMvLogoRotateSoft {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  24% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  34% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  48% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  62% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  70% {
    -webkit-transform: rotate(354deg);
    transform: rotate(354deg);
  }
  78% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes homeMvLogoRotateSoft {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  24% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  34% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  48% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  62% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  70% {
    -webkit-transform: rotate(354deg);
    transform: rotate(354deg);
  }
  78% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   固定ページで共通のレイアウト
============================================================================= */
/* ==========================================================================
	シングルページで共通のレイアウト
============================================================================= */
body.single .secPager {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  body.single .secPager {
    padding-top: 36px;
  }
}

/* ==========================================================================
   アーカイブページ共通のレイアウト
============================================================================= */
/* ==========================================================================
   お知らせ一覧のレイアウト
============================================================================= */
/* ==========================================================================
   お知らせ詳細
============================================================================= */
/* ==========================================================================
   BLOG一覧のレイアウト
============================================================================= */
/* ==========================================================================
   blog 詳細
============================================================================= */
/* ==========================================================================
	サンクスページのレイアウト
============================================================================= */
body[class*="thanks"] main .l-section {
  text-align: center;
  line-height: 4em;
}

body[class*="thanks"] main .l-section .l-container {
  max-width: 800px;
}

body[class*="thanks"] main .btn {
  margin: 4em auto;
}

body[class*="thanks"] main .thanksMessage {
  text-align: center;
}

body[class*="thanks"] main .attention {
  margin-top: 40px;
  padding: 1.6em 2.2em;
  background-color: #f4f5f8;
  color: #747474;
  font-size: .9rem;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  body[class*="thanks"] main .attention {
    font-size: .8rem;
  }
}

body[class*="thanks"] main .attention a {
  color: #747474;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  body[class*="thanks"] main .attention a:hover {
    color: #0f172a;
  }
}

body.fc {
  --red:      #E60012;
  --red-dark: #b3000e;
  --red-pale: #FFF0F0;
  --gray-bg:  #F6F6F6;
  --text:     #222222;
  --text-mid: #555555;
}

@-webkit-keyframes sectionBgWash {
  0% {
    background-color: #f0f0f0;
  }
  40% {
    background-color: #ededed;
  }
  100% {
    background-color: var(--gray-bg);
  }
}

@keyframes sectionBgWash {
  0% {
    background-color: #f0f0f0;
  }
  40% {
    background-color: #ededed;
  }
  100% {
    background-color: var(--gray-bg);
  }
}

@-webkit-keyframes recruitPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 0, 18, 0.5);
    box-shadow: 0 0 0 0 rgba(230, 0, 18, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(230, 0, 18, 0);
    box-shadow: 0 0 0 6px rgba(230, 0, 18, 0);
  }
}

@keyframes recruitPulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 0, 18, 0.5);
    box-shadow: 0 0 0 0 rgba(230, 0, 18, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(230, 0, 18, 0);
    box-shadow: 0 0 0 6px rgba(230, 0, 18, 0);
  }
}

@-webkit-keyframes recruitDot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .4;
  }
}

@keyframes recruitDot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .4;
  }
}

@-webkit-keyframes ctaBeforeRotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1.06);
    transform: translateY(-50%) rotate(180deg) scale(1.06);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg) scale(1);
    transform: translateY(-50%) rotate(360deg) scale(1);
  }
}

@keyframes ctaBeforeRotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1.06);
    transform: translateY(-50%) rotate(180deg) scale(1.06);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg) scale(1);
    transform: translateY(-50%) rotate(360deg) scale(1);
  }
}

@-webkit-keyframes ctaAfterRotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(1.1);
    transform: rotate(-180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
  }
}

@keyframes ctaAfterRotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(1.1);
    transform: rotate(-180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
  }
}

@-webkit-keyframes lineShine {
  0% {
    -webkit-transform: skewX(-20deg) translateX(-200%);
    transform: skewX(-20deg) translateX(-200%);
  }
  40% {
    -webkit-transform: skewX(-20deg) translateX(300%);
    transform: skewX(-20deg) translateX(300%);
  }
  100% {
    -webkit-transform: skewX(-20deg) translateX(300%);
    transform: skewX(-20deg) translateX(300%);
  }
}

@keyframes lineShine {
  0% {
    -webkit-transform: skewX(-20deg) translateX(-200%);
    transform: skewX(-20deg) translateX(-200%);
  }
  40% {
    -webkit-transform: skewX(-20deg) translateX(300%);
    transform: skewX(-20deg) translateX(300%);
  }
  100% {
    -webkit-transform: skewX(-20deg) translateX(300%);
    transform: skewX(-20deg) translateX(300%);
  }
}

html:has(body.fc),
body.fc {
  overflow-x: unset;
}

body.fc {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  color: #222;
  background: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.fc *, body.fc *::before, body.fc *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.fc .site-header-bar {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.75);
  font-size: .72rem;
  padding: .6rem 1rem;
}

body.fc .site-header-bar a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

body.fc .site-header-bar a:hover {
  color: #fff;
  text-decoration: underline;
}

body.fc .main-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 4px solid var(--red);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body.fc .main-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

body.fc .nav-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

body.fc .nav-logo-img {
  display: inline-block;
  max-width: 300px;
}

body.fc .nav-logo-main {
  font-size: 1.05rem;
  font-weight: 900;
  color: #111;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

body.fc .nav-logo-main span {
  color: #fff;
  background: var(--red);
  padding: 4px 9px;
  border-radius: 3px;
  margin-left: -20px;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 900px) {
  body.fc section.hero {
    padding: 0;
  }
  body.fc .site-header-bar {
    display: none;
  }
  body.fc .main-nav .inner {
    height: 90px;
  }
  body.fc .nav-logo-img {
    max-width: 220px;
  }
  body.fc .nav-logo-main {
    font-size: .8rem;
    margin-left: -10px;
  }
  body.fc .nav-logo-main span {
    padding: 4px;
    margin-left: -18px;
    font-size: 1rem;
  }
}

body.fc .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

body.fc .nav-link {
  font-size: .82rem;
  font-weight: 700;
  color: #444;
  text-decoration: none;
  padding: .3rem 0;
  position: relative;
}

body.fc .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  -webkit-transition: width .25s;
  transition: width .25s;
}

body.fc .nav-link:hover {
  color: var(--red);
}

body.fc .nav-link:hover::after {
  width: 100%;
}

body.fc .btn-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .4rem;
  background: #06C755;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  padding: 1rem 1.4rem;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: .04em;
  -webkit-transition: background .2s, -webkit-transform .15s;
  transition: background .2s, -webkit-transform .15s;
  transition: background .2s, transform .15s;
  transition: background .2s, transform .15s, -webkit-transform .15s;
  white-space: nowrap;
}

body.fc .btn-cta:hover {
  background: #05a845;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

body.fc .btn-cta2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5rem;
  background: #06C755;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  padding: .6rem 1.4rem;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: .04em;
  -webkit-transition: background .2s, -webkit-transform .15s;
  transition: background .2s, -webkit-transform .15s;
  transition: background .2s, transform .15s;
  transition: background .2s, transform .15s, -webkit-transform .15s;
  white-space: nowrap;
}

body.fc .btn-cta2:hover {
  background: #05a845;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

body.fc .btn-cta-lg {
  padding: .85rem 2.5rem;
  font-size: 1rem;
  border-radius: 9999px;
}

body.fc .btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  padding: .75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: border-color .2s, background .2s;
  transition: border-color .2s, background .2s;
}

body.fc .btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

body.fc .hero {
  background: var(--red);
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.fc .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .08;
  mix-blend-mode: luminosity;
}

body.fc .hero-burst {
  position: absolute;
  right: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(520px, 55vw);
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.12);
  clip-path: polygon(50% 0%, 57.8% 21%, 75% 6.7%, 71.2% 28.8%, 93.3% 25%, 79% 42.2%, 100% 50%, 79% 57.8%, 93.3% 75%, 71.2% 71.2%, 75% 93.3%, 57.8% 79%, 50% 100%, 42.2% 79%, 25% 93.3%, 28.8% 71.2%, 6.7% 75%, 21% 57.8%, 0% 50%, 21% 42.2%, 6.7% 25%, 28.8% 28.8%, 25% 6.7%, 42.2% 21%);
}

body.fc .hero-burst-inner {
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(440px, 46vw);
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.18);
  clip-path: polygon(50% 0%, 57.8% 21%, 75% 6.7%, 71.2% 28.8%, 93.3% 25%, 79% 42.2%, 100% 50%, 79% 57.8%, 93.3% 75%, 71.2% 71.2%, 75% 93.3%, 57.8% 79%, 50% 100%, 42.2% 79%, 25% 93.3%, 28.8% 71.2%, 6.7% 75%, 21% 57.8%, 0% 50%, 21% 42.2%, 6.7% 25%, 28.8% 28.8%, 25% 6.7%, 42.2% 21%);
}

body.fc .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 auto;
  grid-template-columns: 1fr auto;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 900px) {
  body.fc .hero {
    min-height: 70vh;
  }
  body.fc .hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  body.fc .hero-burst, body.fc .hero-burst-inner {
    opacity: .5;
  }
}

body.fc .hero-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .35rem .9rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  letter-spacing: .05em;
  margin-bottom: 1rem;
}

body.fc .hero-h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 1.2rem;
}

body.fc .hero-h1 .accent {
  background: #fff;
  color: var(--red);
  padding: 0 .3em;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-block;
  line-height: 1.1;
}

body.fc .hero-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: .95rem;
  line-height: 1.85;
  margin: 0 0 2.2rem;
  max-width: 540px;
}

body.fc .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.fc .hero-hq-card {
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: .75rem;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

@media (max-width: 900px) {
  body.fc .hero-hq-card {
    width: 100%;
  }
  body.fc .hero-btns > a {
    width: 100%;
  }
}

body.fc .hero-hq-card h3 {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
}

body.fc section {
  padding: 5rem 0;
}

body.fc .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

body.fc .wrap-sm {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

body.fc .sec-head {
  text-align: center;
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .7rem;
}

body.fc .sec-head .en {
  font-size: .7rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.fc .sec-head h2 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 900;
  color: #222;
  line-height: 1.4;
  margin: 0;
}

body.fc .sec-head .deco-line {
  width: 3rem;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}

body.fc .sec-head p {
  color: var(--text-mid);
  font-size: .88rem;
  margin: .25rem 0 0;
}

body.fc .concern-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.2rem;
}

body.fc .concern-card {
  background: #fff;
  border-radius: .65rem;
  padding: 1.5rem 1.5rem 1.5rem 1.2rem;
  border: 2px solid var(--red);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .9rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

body.fc .concern-card:hover {
  -webkit-box-shadow: 0 5px 20px rgba(230, 0, 18, 0.12);
  box-shadow: 0 5px 20px rgba(230, 0, 18, 0.12);
}

body.fc .concern-num {
  font-size: 1.4rem;
  font-weight: 900;
  color: #e60012;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 2rem;
}

body.fc .concern-card p {
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
  color: #333;
}

body.fc .bridge-banner {
  background: var(--red);
  border-radius: .75rem;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}

body.fc .bridge-banner::before {
  content: '';
  position: absolute;
  right: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.07);
  clip-path: polygon(50% 0%, 57.8% 21%, 75% 6.7%, 71.2% 28.8%, 93.3% 25%, 79% 42.2%, 100% 50%, 79% 57.8%, 93.3% 75%, 71.2% 71.2%, 75% 93.3%, 57.8% 79%, 50% 100%, 42.2% 79%, 25% 93.3%, 28.8% 71.2%, 6.7% 75%, 21% 57.8%, 0% 50%, 21% 42.2%, 6.7% 25%, 28.8% 28.8%, 25% 6.7%, 42.2% 21%);
}

body.fc .bridge-banner h3 {
  color: #fff;
  font-weight: 900;
  font-size: 1.2rem;
  margin: 0 0 .8rem;
}

body.fc .bridge-banner p {
  color: rgba(255, 255, 255, 0.88);
  font-size: .85rem;
  line-height: 1.8;
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

body.fc .compare-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 680px) {
  body.fc .compare-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.fc .compare-card {
  background: #fff;
  border-radius: .75rem;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 2rem;
}

body.fc .compare-card.featured {
  border: 3px solid var(--red);
  -webkit-box-shadow: 0 4px 20px rgba(230, 0, 18, 0.15);
  box-shadow: 0 4px 20px rgba(230, 0, 18, 0.15);
}

body.fc .compare-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

body.fc .compare-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.fc .compare-icon.dark {
  background: #222;
  color: #fff;
}

body.fc .compare-icon.red {
  background: var(--red);
  color: #fff;
}

body.fc .compare-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

body.fc .compare-title-sub {
  font-size: .65rem;
  font-weight: 700;
  color: #999;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.fc .compare-title-main {
  font-size: 1rem;
  font-weight: 900;
  color: #222;
}

body.fc .compare-title-main.red {
  color: var(--red);
}

body.fc .local-badge {
  position: absolute;
  top: -.6rem;
  right: 1rem;
  background: var(--red);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  padding: .2rem .6rem;
  border-radius: 9999px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.fc .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .65rem;
}

body.fc .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5rem;
  font-size: .82rem;
  color: #444;
  line-height: 1.5;
}

body.fc .check-item svg {
  width: 1.1rem;
  height: 1.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .1rem;
}

body.fc .check-item.highlight {
  color: var(--red);
  font-weight: 700;
}

body.fc .philosophy-section {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

body.fc .philosophy-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 800px) {
  body.fc .philosophy-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.fc .philosophy-text .en {
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.fc .philosophy-text h2 {
  color: #fff;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  font-weight: 900;
  line-height: 1.4;
  margin: .5rem 0 1.5rem;
}

body.fc .philosophy-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: .88rem;
  line-height: 2;
  margin: 0 0 1rem;
}

body.fc .philosophy-text .highlight {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

body.fc .rep-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2rem;
}

body.fc .rep-avatar {
  width: 3rem;
  height: 3rem;
  background: var(--red);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.fc .rep-name {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
}

body.fc .rep-role {
  font-size: .72rem;
  color: rgba(255, 255, 255, 0.55);
}

body.fc .philosophy-img-wrap {
  aspect-ratio: 1;
  border-radius: .75rem;
  overflow: hidden;
  border: 3px solid rgba(230, 0, 18, 0.3);
}

body.fc .philosophy-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.fc .support-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 760px) {
  body.fc .support-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.fc .rep-avatar {
    width: 2.3rem;
    height: 2.3rem;
  }
}

body.fc .support-card {
  background: #fff;
  border-radius: .75rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  border-top: 5px solid transparent;
  -webkit-transition: border-color .2s, -webkit-transform .2s;
  transition: border-color .2s, -webkit-transform .2s;
  transition: border-color .2s, transform .2s;
  transition: border-color .2s, transform .2s, -webkit-transform .2s;
}

body.fc .support-card:hover {
  border-top-color: var(--red);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body.fc .support-card h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #222;
  margin: 0;
}

body.fc .support-card .desc {
  font-size: .82rem;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

body.fc .support-num-box {
  width: 3rem;
  height: 3rem;
  border-radius: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: .9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.fc .support-bullet-list {
  list-style: none;
  padding: 1rem;
  margin: 0;
  background: #f8f8f8;
  border-radius: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
}

body.fc .support-bullet-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  font-size: .78rem;
  color: #333;
}

body.fc .bullet-dot {
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .73rem;
}

body.fc .genre-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}

body.fc .genre-card {
  background: #fff;
  border-radius: .65rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .75rem;
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}

body.fc .genre-card:hover {
  -webkit-box-shadow: 0 5px 18px rgba(230, 0, 18, 0.1);
  box-shadow: 0 5px 18px rgba(230, 0, 18, 0.1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

body.fc .genre-card h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #222;
  margin: 0;
}

body.fc .genre-card .genre-desc {
  font-size: .78rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

body.fc .genre-tag {
  font-size: .65rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.fc .genre-examples {
  border-top: 1px solid #eee;
  padding-top: .75rem;
  margin-top: auto;
}

body.fc .genre-examples .label {
  font-size: .65rem;
  color: #aaa;
  margin-bottom: .3rem;
}

body.fc .genre-examples .val {
  font-size: .8rem;
  font-weight: 700;
  color: #333;
}

body.fc .flow-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 760px) {
  body.fc .flow-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.fc .flow-card {
  background: #fff;
  border-radius: .65rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

body.fc .flow-card:hover {
  -webkit-box-shadow: 0 5px 18px rgba(230, 0, 18, 0.1);
  box-shadow: 0 5px 18px rgba(230, 0, 18, 0.1);
}

body.fc .flow-card h3 {
  font-size: .92rem;
  font-weight: 900;
  color: #222;
  margin: 0 0 .5rem;
  padding-right: 2rem;
}

body.fc .flow-card p {
  font-size: .78rem;
  color: #666;
  line-height: 1.75;
  margin: 0;
}

body.fc .flow-step-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  margin-bottom: .75rem;
}

body.fc .flow-bg-num {
  position: absolute;
  top: .75rem;
  right: 1rem;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(230, 0, 18, 0.07);
  line-height: 1;
}

body.fc .faq-item {
  background: #fff;
  border-radius: .65rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

body.fc .faq-item:hover {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

body.fc .faq-button {
  width: 100%;
  padding: 1.3rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

body.fc .faq-button:hover {
  background: rgba(230, 0, 18, 0.02);
}

body.fc .faq-q-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body.fc .faq-q-icon {
  color: var(--red);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4rem;
}

body.fc .faq-q-text {
  font-size: .9rem;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
}

body.fc .faq-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s ease-in-out;
  transition: max-height .35s ease-in-out;
  border-top-width: 0;
}

body.fc .faq-content.open {
  max-height: 600px;
  border-top: 2px solid #F5F5F5;
}

body.fc .faq-answer {
  padding: 1.3rem 1.5rem;
  background: #FAFAFA;
  font-size: .85rem;
  color: #555;
  line-height: 1.9;
}

body.fc .faq-chevron {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--red);
  width: 1.3rem;
  height: 1.3rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

body.fc .faq-chevron.rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.fc .company-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: .65rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

body.fc .company-table tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}

body.fc .company-table th {
  background: var(--red-pale);
  color: #222;
  font-weight: 700;
  font-size: .85rem;
  padding: 1rem 1.25rem;
  text-align: left;
  width: 22%;
  vertical-align: top;
  white-space: nowrap;
}

body.fc .company-table td {
  background: #fff;
  padding: 1rem 1.25rem;
  font-size: .85rem;
  color: #444;
}

@media (max-width: 600px) {
  body.fc .company-table th, body.fc .company-table td {
    display: block;
    width: 100%;
  }
  body.fc .company-table th {
    border-bottom: none;
    padding-bottom: .3rem;
  }
}

body.fc .cta-section {
  background: var(--red);
  position: relative;
  overflow: hidden;
}

body.fc .cta-section::before {
  content: '';
  position: absolute;
  left: -10rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 950px;
  height: 950px;
  background: rgba(255, 255, 255, 0.07);
  clip-path: polygon(50% 0%, 57.8% 21%, 75% 6.7%, 71.2% 28.8%, 93.3% 25%, 79% 42.2%, 100% 50%, 79% 57.8%, 93.3% 75%, 71.2% 71.2%, 75% 93.3%, 57.8% 79%, 50% 100%, 42.2% 79%, 25% 93.3%, 28.8% 71.2%, 6.7% 75%, 21% 57.8%, 0% 50%, 21% 42.2%, 6.7% 25%, 28.8% 28.8%, 25% 6.7%, 42.2% 21%);
  -webkit-animation: ctaBeforeRotate 20s linear infinite;
  animation: ctaBeforeRotate 20s linear infinite;
}

body.fc .cta-section::after {
  content: '';
  position: absolute;
  right: -10rem;
  bottom: -6rem;
  width: 840px;
  height: 840px;
  background: rgba(255, 255, 255, 0.05);
  clip-path: polygon(50% 0%, 57.8% 21%, 75% 6.7%, 71.2% 28.8%, 93.3% 25%, 79% 42.2%, 100% 50%, 79% 57.8%, 93.3% 75%, 71.2% 71.2%, 75% 93.3%, 57.8% 79%, 50% 100%, 42.2% 79%, 25% 93.3%, 28.8% 71.2%, 6.7% 75%, 21% 57.8%, 0% 50%, 21% 42.2%, 6.7% 25%, 28.8% 28.8%, 25% 6.7%, 42.2% 21%);
  -webkit-animation: ctaAfterRotate 28s linear infinite;
  animation: ctaAfterRotate 28s linear infinite;
}

body.fc .cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

body.fc .cta-inner .en {
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: .2em;
  text-transform: uppercase;
}

body.fc .cta-inner h2 {
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  margin: .5rem 0 1rem;
  line-height: 1.35;
}

body.fc .cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: .88rem;
  line-height: 2;
  margin: 0 auto 2.5rem;
}

body.fc .cta-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  max-width: 640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.fc .cta-box h3 {
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  margin: 0;
}

body.fc .cta-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: .78rem;
  text-align: center;
  line-height: 1.7;
  margin: 0;
}

body.fc .btn-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .75rem;
  background: #06C755;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: background .2s, -webkit-transform .15s;
  transition: background .2s, -webkit-transform .15s;
  transition: background .2s, transform .15s;
  transition: background .2s, transform .15s, -webkit-transform .15s;
}

body.fc .btn-line:hover {
  background: #05a845;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

body.fc .cta-note {
  font-size: .72rem;
  color: rgba(255, 255, 255, 0.5);
}

body.fc .site-footer {
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
  padding: 4rem 0 2rem;
}

body.fc .footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3rem .5fr 3rem .9fr 3rem .9fr;
  grid-template-columns: 2fr .5fr .9fr .9fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 720px) {
  body.fc .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

body.fc .footer-brand {
  font-size: .95rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 .75rem;
}

body.fc .footer-desc {
  font-size: .78rem;
  line-height: 1.8;
  max-width: 340px;
}

body.fc .footer-col-title {
  font-size: .72rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .75rem;
  letter-spacing: .1em;
}

body.fc .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
}

body.fc .footer-links a {
  font-size: .78rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .3rem;
}

body.fc .footer-links a:hover {
  color: #fff;
}

body.fc .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .75rem;
}

body.fc .footer-copyright {
  font-size: .75rem;
}

body.fc .footer-legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

body.fc .footer-legal-links a {
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

body.fc .footer-legal-links a:hover {
  color: #fff;
}

body.fc .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body.fc .bg-gray {
  background: var(--gray-bg);
}

body.fc .bg-pale {
  background: var(--red-pale);
}

@media (max-width: 1024px) {
  body.fc .nav-links {
    display: none;
  }
}

body.fc .nav-mobile-btn {
  display: none;
}

@media (max-width: 1024px) {
  body.fc .nav-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.fc .reveal {
  opacity: 0;
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  -webkit-transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.fc .reveal.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.fc .bg-gray.section-active {
  -webkit-animation: sectionBgWash .9s ease forwards;
  animation: sectionBgWash .9s ease forwards;
}

body.fc .event-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff5f5), color-stop(50%, #fff));
  background: linear-gradient(180deg, #fff5f5 0%, #fff 50%);
  position: relative;
  overflow: hidden;
}

body.fc .event-section::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(230, 0, 18, 0.05) 0%, transparent 70%);
  top: -150px;
  right: -150px;
  pointer-events: none;
}

body.fc .event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

body.fc .event-card {
  background: #fff;
  border-radius: .85rem;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450px 1fr;
  grid-template-columns: 450px 1fr;
  border-left: 5px solid var(--red);
  -webkit-transition: -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: box-shadow .25s, transform .25s;
  transition: box-shadow .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
}

body.fc .event-card:hover {
  -webkit-box-shadow: 0 10px 36px rgba(230, 0, 18, 0.13);
  box-shadow: 0 10px 36px rgba(230, 0, 18, 0.13);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media (max-width: 720px) {
  body.fc .event-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

body.fc .event-card-img {
  overflow: hidden;
}

body.fc .event-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease;
  display: block;
}

body.fc .event-card:hover .event-card-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 720px) {
  body.fc .event-card-img {
    aspect-ratio: 1/1;
  }
}

body.fc .event-card-body {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

body.fc .event-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--red);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  padding: .22rem .75rem;
  border-radius: 9999px;
  letter-spacing: .12em;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

body.fc .event-title {
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 900;
  color: #222;
  margin: 0;
  line-height: 1.4;
}

body.fc .event-meta-list {
  list-style: none;
  padding: 1rem 1.25rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .65rem;
  background: #f8f8f8;
  border-radius: .5rem;
}

body.fc .event-meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  color: #444;
}

body.fc .event-meta-item svg {
  color: var(--red);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.fc .event-meta-label {
  font-weight: 700;
  color: #333;
  min-width: 2.5rem;
  font-size: .78rem;
}

body.fc .event-fee-badge {
  background: var(--red-pale);
  color: var(--red);
  font-weight: 700;
  font-size: .78rem;
  padding: .18rem .65rem;
  border-radius: .3rem;
}

body.fc .event-desc {
  font-size: .85rem;
  color: #555;
  line-height: 1.95;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.fc .btn-event-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  background: #06C755;
  color: #fff;
  font-weight: 900;
  font-size: .88rem;
  padding: .8rem 1.8rem;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: background .2s, -webkit-transform .15s;
  transition: background .2s, -webkit-transform .15s;
  transition: background .2s, transform .15s;
  transition: background .2s, transform .15s, -webkit-transform .15s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  white-space: nowrap;
}

body.fc .btn-event-line:hover {
  background: #05a845;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

@media (max-width: 480px) {
  body.fc .btn-event-line {
    font-size: .8rem;
    padding: .7rem 1.4rem;
  }
}

body.fc .event-recruit-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .3rem;
  background: var(--red);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  padding: .28rem .85rem;
  border-radius: 9999px;
  letter-spacing: .08em;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-animation: recruitPulse 2s ease-in-out infinite;
  animation: recruitPulse 2s ease-in-out infinite;
}

body.fc .event-recruit-badge::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: recruitDot 2s ease-in-out infinite;
  animation: recruitDot 2s ease-in-out infinite;
}

body.fc .branches-section {
  background: #0e0e0e;
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}

body.fc .branches-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(230, 0, 18, 0.07) 0%, transparent 55%), radial-gradient(ellipse at 80% 50%, rgba(230, 0, 18, 0.05) 0%, transparent 55%);
  pointer-events: none;
}

body.fc .branches-section .sec-head .en {
  color: rgba(230, 0, 18, 0.85);
}

body.fc .branches-section .sec-head h2 {
  color: #fff;
}

body.fc .branches-section .sec-head .deco-line {
  background: var(--red);
}

body.fc .branches-section .sec-head p {
  color: rgba(255, 255, 255, 0.5);
}

body.fc .branches-section .wrap {
  padding-bottom: 1rem;
}

body.fc .branch-slide-wrap {
  padding: .6rem;
}

body.fc .branch-card {
  display: block;
  text-decoration: none;
  border-radius: .65rem;
  overflow: hidden;
  outline: 2px solid transparent;
  -webkit-transition: outline-color .25s;
  transition: outline-color .25s;
}

body.fc .branch-card:hover {
  outline-color: var(--red);
}

body.fc .branch-img-wrap {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #222;
}

body.fc .branch-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity .3s, -webkit-transform .45s ease;
  transition: opacity .3s, -webkit-transform .45s ease;
  transition: transform .45s ease, opacity .3s;
  transition: transform .45s ease, opacity .3s, -webkit-transform .45s ease;
  opacity: .8;
  display: block;
}

body.fc .branch-img-wrap .branch-img-placeholder {
  width: 100%;
  height: 100%;
  background: #2a2a2a;
}

body.fc .branch-card:hover .branch-img-wrap img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: .65;
}

body.fc .branch-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgb(18 14 14)));
  background: linear-gradient(to bottom, transparent 45%, rgb(18 14 14) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .9rem;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.fc .branch-overlay span {
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .05em;
}

body.fc .branch-card:hover .branch-overlay {
  opacity: 1;
}

body.fc .branch-name {
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: .82rem;
  font-weight: 700;
  margin: .7rem 0 .3rem;
  letter-spacing: .04em;
  -webkit-transition: color .2s;
  transition: color .2s;
}

body.fc .branch-card:hover .branch-name {
  color: #fff;
}

body.fc .branches-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.fc .branches-slider .slick-slide {
  height: auto;
}

body.fc .branches-slider .slick-prev,
body.fc .branches-slider .slick-next {
  width: 2.6rem;
  height: 2.6rem;
  background: var(--red);
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: background .2s;
  transition: background .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.fc .branches-slider .slick-prev:hover,
body.fc .branches-slider .slick-next:hover {
  background: var(--red-dark);
}

body.fc .branches-slider .slick-prev:before,
body.fc .branches-slider .slick-next:before {
  content: none;
}

body.fc .branches-slider .slick-prev svg,
body.fc .branches-slider .slick-next svg {
  display: block;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.fc .branches-slider .slick-prev {
  left: -1.3rem;
}

body.fc .branches-slider .slick-next {
  right: -1.3rem;
}

body.fc .branches-slider .slick-dots {
  bottom: -2.2rem;
}

body.fc .branches-slider .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
}

body.fc .branches-slider .slick-dots li.slick-active button:before {
  color: var(--red);
}

body.fc .sec-head h2 {
  font-size: clamp(1.7rem, 4.2vw, 2.5rem);
  letter-spacing: -.015em;
  line-height: 1.45;
}

body.fc .sec-head p {
  font-size: 1.05rem;
  line-height: 2.1;
}

body.fc .sec-head .en {
  font-size: .75rem;
  letter-spacing: .25em;
}

body.fc .hero-h1 {
  font-size: clamp(2rem, 5.2vw, 3.6rem);
}

body.fc .hero-sub {
  font-size: 1.12rem;
  line-height: 2.3;
  letter-spacing: .012em;
}

body.fc .concern-card p {
  font-size: 1.05rem;
  line-height: 2.0;
}

body.fc .concern-num {
  font-size: 1.6rem;
}

body.fc .bridge-banner h3 {
  font-size: clamp(1.3rem, 3.2vw, 1.65rem);
  line-height: 1.8;
  letter-spacing: -.01em;
  margin: 0 0 1.2rem;
}

body.fc .bridge-banner p {
  font-size: 1.1rem;
  line-height: 2;
  max-width: 720px;
}

body.fc .check-item {
  font-size: 1.0rem;
  line-height: 1.85;
}

body.fc .check-item svg {
  margin-top: .4rem;
}

body.fc .philosophy-text p {
  font-size: 1.1rem;
  line-height: 2.5;
  margin: 0 0 1.3rem;
}

body.fc .philosophy-text .highlight {
  font-size: 1.28rem;
  line-height: 2.1;
  letter-spacing: .015em;
  margin: 1.6rem 0;
}

body.fc .philosophy-text h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.45;
}

body.fc .support-card h3 {
  font-size: 1.12rem;
}

body.fc .support-card .desc {
  font-size: 1.0rem;
  line-height: 2.1;
}

body.fc .support-bullet-list li {
  font-size: .95rem;
  line-height: 1.8;
}

body.fc .genre-card h3 {
  font-size: 1.12rem;
}

body.fc .genre-card .genre-desc {
  font-size: 1.0rem;
  line-height: 2.0;
}

body.fc .genre-examples .val {
  font-size: .9rem;
  line-height: 1.75;
}

body.fc .flow-card h3 {
  font-size: 1.05rem;
  line-height: 1.6;
}

body.fc .flow-card p {
  font-size: 1.0rem;
  line-height: 2.05;
}

body.fc .faq-q-text {
  font-size: 1.08rem;
  line-height: 1.8;
}

body.fc .faq-answer {
  font-size: 1.05rem;
  line-height: 2.2;
}

body.fc .company-table th {
  font-size: 1.0rem;
}

body.fc .company-table td {
  font-size: 1.0rem;
  line-height: 2.0;
}

body.fc .cta-inner h2 {
  font-size: clamp(1.75rem, 4.5vw, 2rem);
  letter-spacing: -.01em;
  line-height: 1.4;
}

body.fc .cta-inner p {
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 2.8rem;
}

body.fc .cta-box h3 {
  font-size: 1.15rem;
}

body.fc .cta-box p {
  font-size: .95rem;
  line-height: 2.05;
}

body.fc .about-quote p {
  font-size: 1.05rem !important;
  line-height: 2.2 !important;
}

body.fc .event-title {
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}

body.fc .event-desc {
  font-size: .85rem;
  line-height: 2.2;
}

body.fc .event-meta-item {
  font-size: 1.0rem;
}

body.fc .event-meta-label {
  font-size: .85rem;
}

body.fc .footer-desc {
  font-size: .92rem;
  line-height: 2.1;
}

body.fc .sec-head h2,
body.fc .bridge-banner h3,
body.fc .philosophy-text h2,
body.fc .support-card h3,
body.fc .flow-card h3 {
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.fc .hero-badge,
body.fc .nav-logo-main span,
body.fc .sec-head p,
body.fc .check-item,
body.fc .support-bullet-list li,
body.fc .cta-inner p {
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.fc .sec-head .deco-line {
  width: 0;
  -webkit-transition: width 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
  transition: width 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}

body.fc .sec-head.visible .deco-line {
  width: 3rem;
}

body.fc .bridge-banner h3.bridge-h3-anim {
  letter-spacing: -.03em;
  text-shadow: none;
  -webkit-transition: letter-spacing .7s ease, text-shadow .7s ease;
  transition: letter-spacing .7s ease, text-shadow .7s ease;
}

body.fc .bridge-banner h3.bridge-h3-anim.hi-active {
  letter-spacing: -.01em;
  text-shadow: 0 0 60px rgba(255, 255, 255, 0.28), 0 2px 0 rgba(0, 0, 0, 0.12);
}

body.fc .bridge-banner p.bridge-p-anim {
  opacity: .45;
  -webkit-transition: opacity 1.1s ease .25s;
  transition: opacity 1.1s ease .25s;
}

body.fc .bridge-banner p.bridge-p-anim.hi-active {
  opacity: 1;
}

@media (max-width: 720px) {
  body.fc .bridge-banner p.bridge-p-anim {
    text-align: left;
  }
  body.fc .bridge-banner p.bridge-p-anim br {
    display: none;
  }
}

body.fc .philosophy-text .highlight.philosophy-hi-anim {
  color: rgba(255, 255, 255, 0.48) !important;
  -webkit-transition: color .95s ease, text-shadow .95s ease;
  transition: color .95s ease, text-shadow .95s ease;
}

body.fc .philosophy-text .highlight.philosophy-hi-anim.hi-active {
  color: #fff !important;
  text-shadow: 0 0 48px rgba(230, 0, 18, 0.38), 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.fc .about-quote {
  border-left-color: transparent !important;
  background: #f4f4f4 !important;
  -webkit-transition: border-left-color .7s ease, background .7s ease;
  transition: border-left-color .7s ease, background .7s ease;
}

body.fc .about-quote.hi-active {
  border-left-color: var(--red) !important;
  background: #fff !important;
}

body.fc .cta-inner h2.cta-h2-anim {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: .55;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s ease;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.fc .cta-inner h2.cta-h2-anim.hi-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body.fc .sec-head h2.heading-color-anim {
  color: rgba(34, 34, 34, 0.25);
  -webkit-transition: color .9s ease .1s;
  transition: color .9s ease .1s;
}

body.fc .sec-head h2.heading-color-anim.hi-active {
  color: #222;
}

body.fc .btn-cta, body.fc .btn-cta2, body.fc .btn-event-line, body.fc .btn-line {
  position: relative;
  overflow: hidden;
}

body.fc .btn-cta::before, body.fc .btn-cta2::before, body.fc .btn-event-line::before, body.fc .btn-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.5) 50%, transparent 80%);
  -webkit-transform: skewX(-20deg) translateX(-200%);
  transform: skewX(-20deg) translateX(-200%);
  -webkit-animation: lineShine 3.4s ease-in-out infinite;
  animation: lineShine 3.4s ease-in-out infinite;
  pointer-events: none;
}

body.fc .btn-cta:hover::before, body.fc .btn-cta2:hover::before,
body.fc .btn-event-line:hover::before, body.fc .btn-line:hover::before {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

body.fc .mobile-line-cta {
  display: none;
}

@media (max-width: 768px) {
  body.fc {
    padding-bottom: 60px;
  }
  body.fc .mobile-line-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    padding-bottom: max(env(safe-area-inset-bottom), 0);
    overflow: hidden;
    background: #06C755;
  }
  body.fc .mobile-line-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .55rem;
    width: 100%;
    background: #06C755;
    color: #fff;
    font-weight: 900;
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 1.05rem 1.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  body.fc .mobile-line-btn:hover, body.fc .mobile-line-btn:active {
    background: #05a845;
  }
  body.fc .mobile-line-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.5) 50%, transparent 80%);
    -webkit-transform: skewX(-20deg) translateX(-200%);
    transform: skewX(-20deg) translateX(-200%);
    -webkit-animation: lineShine 3.4s ease-in-out infinite;
    animation: lineShine 3.4s ease-in-out infinite;
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  body.fc .cta-section::before {
    width: 620px;
    height: 620px;
    left: -8rem;
  }
  body.fc .cta-section::after {
    width: 540px;
    height: 540px;
    right: -8rem;
    bottom: -4rem;
  }
}

@media (max-width: 600px) {
  body.fc .cta-section::before {
    width: 320px;
    height: 320px;
    left: -4rem;
  }
  body.fc .cta-section::after {
    width: 280px;
    height: 280px;
    right: -4rem;
    bottom: -3rem;
  }
}

@media (max-width: 480px) {
  body.fc .cta-section::before {
    width: 220px;
    height: 220px;
    left: -2.5rem;
  }
  body.fc .cta-section::after {
    width: 200px;
    height: 200px;
    right: -2.5rem;
    bottom: -2rem;
  }
}

@media (max-width: 1024px) {
  body.fc section {
    padding: 4rem 0;
  }
  body.fc .sec-head {
    margin-bottom: 2.8rem;
  }
  body.fc .branches-slider .slick-prev {
    left: .2rem;
  }
  body.fc .branches-slider .slick-next {
    right: .2rem;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  body.fc .support-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  body.fc .flow-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  body.fc section {
    padding: 3.2rem 0;
  }
  body.fc .sec-head {
    margin-bottom: 2.2rem;
  }
  body.fc .event-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.fc .btn-event-line {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.fc .concern-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body.fc .branches-section {
    padding-bottom: 4.5rem;
  }
  body.fc .cta-inner h2 {
    font-size: clamp(1.4rem, 6vw, 1.75rem);
  }
  body.fc .cta-inner p {
    font-size: 1rem;
  }
  body.fc .cta-box {
    padding: 1.75rem 1.25rem;
  }
}

@media (max-width: 480px) {
  body.fc section {
    padding: 2.8rem 0;
  }
  body.fc .sec-head h2 {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }
  body.fc .genre-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fc .reveal {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  body.fc .sec-head .deco-line {
    width: 3rem !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  body.fc .cta-section::before, body.fc .cta-section::after {
    -webkit-animation: none !important;
    animation: none !important;
  }
  body.fc .bridge-h3-anim, body.fc .bridge-p-anim, body.fc .philosophy-hi-anim,
  body.fc .cta-h2-anim, body.fc .heading-color-anim {
    -webkit-transition: none !important;
    transition: none !important;
  }
  body.fc .btn-cta::before, body.fc .btn-cta2::before, body.fc .btn-event-line::before,
  body.fc .btn-line::before, body.fc .mobile-line-btn::before {
    -webkit-animation: none !important;
    animation: none !important;
  }
  body.fc .event-recruit-badge, body.fc .event-recruit-badge::before {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
