@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Others
----------------------------------------------------------------- */
a, abbr, address, aside, article, body, button, caption, cite, code, div, del, dl, dt, dd, em, font, form, figure, footer, fieldset, header, h1, h2, h3, h4, h5, h6, html, img, iframe, input, legend, li, label, main, nav, object, ol, option, optgroup, p, pre, q, s, sub, sup, select, span, section, tt, textarea, table, tbody, tfoot, thead, tr, th, td, ul, var, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/*-==========================================================================
背景画像
==========================================================================*/
/*-==========================================================================
余白設定(セクション等)
==========================================================================*/
/*-==========================================================================
hover
==========================================================================*/
/*-==========================================================================
破線の下線
==========================================================================*/
/******************************************************************
* svg-line　svg画像を使用して下線を引く
　※画像は下線の1線部分を画像化する
* @param $_filename 使用する画像名
* @param $_width 画像の幅　単位あり
* @param $_height 画像の高さ 単位あり
* @param $_gap 間隔　単位あり
*******************************************************************/
/******************************************************************
* unit　単位付きの値から単位を除いた数値を返す
* @param {number} $_value 単位付き or 単位無しの値
*******************************************************************/
/**
* rem変換 ※375以下ではvwとする
* @param {number} $_number 数値
* 例) 32pxをremに変換 (32);
*/
/******************************************************************
* unit　単位付きの値から単位を除いた数値を返す
* @param {number} $_value 単位付き or 単位無しの値
*******************************************************************/
/******************************************************************
* setVw　vw値を返す
* @param {number} $_size 計算したい値(単位無し)
* @param {number} $_base 基準となる値(単位無し)
* @param {number} $_min	最小値(単位有)　※値がマイナスでも、大小は絶対値で考える
* @param {number} $_min	最大値(単位有)　※値がマイナスでも、大小は絶対値で考える
*******************************************************************/
/******************************************************************
* vw(%)指定時、指定幅時点の固定値取得
* @param $number 数値
* @param $basis vw(%)を計算するための基準幅
* @param $width 求めたい時点の幅
* 例) 画面幅1280px時点で100pxとなるvw変化において、画面幅1400px時点での値を取得する。(100, 1280, 1400);
*******************************************************************/
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  scroll-padding-top: min(5rem, 21.3333333333vw);
}
@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  html {
    scroll-padding-top: min(3.75rem, 16vw);
  }
}
html {
  scrollbar-width: normal;
  scrollbar-color: #D40012 #E9E9E9;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
}

::-moz-selection {
  color: #ffffff;
  background-color: #D40012;
}

::selection {
  color: #ffffff;
  background-color: #D40012;
}

::-moz-selection {
  color: #ffffff;
  background-color: #D40012;
}

.f-common-wrap {
  overflow: clip;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #ebedf0;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

.scroll-hint-shadow-wrap::before, .scroll-hint-shadow-wrap::after {
  display: none;
}

picture {
  display: contents;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes sec-shape-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes sec-shape-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes sec-shape-float-reverse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes sec-shape-float-reverse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@-webkit-keyframes sec-shape-float-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes sec-shape-float-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes sec-shape-float-reverse-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes sec-shape-float-reverse-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 819px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 820px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 819px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 820px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 819px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 820px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 819px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
.l-header {
  height: min(5rem, 21.3333333333vw);
  width: 100%;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .l-header {
    height: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    height: min(3.75rem, 16vw);
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: min(0.9375rem, 4vw);
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-left: max(-0.3125rem, -1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .l-header__inner {
    padding-left: min(0rem, 0vw);
  }
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  background-color: #e1e1e1;
}

.l-ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: min(6.25rem, 26.6666666667vw) min(10rem, 42.6666666667vw);
  gap: min(8.125rem, 34.6666666667vw);
}
@media screen and (max-width: 1200px) {
  .l-ft {
    gap: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 992px) {
  .l-ft {
    padding-block: min(4.375rem, 18.6666666667vw) min(7.5rem, 32vw);
    max-width: min(50rem, 213.3333333333vw);
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .l-ft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(3.75rem, 16vw);
    padding-block: min(3.125rem, 13.3333333333vw) min(4.375rem, 18.6666666667vw);
  }
}
/* ロゴエリア
----------------------------------------------------------------- */
.l-ft-logo__wrap {
  width: min(20rem, 85.3333333333vw);
}
@media screen and (max-width: 992px) {
  .l-ft-logo__wrap {
    width: min(17.5rem, 74.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-ft-logo__wrap .l-ft-logo {
  display: block;
  height: auto;
  position: relative;
  left: max(-0.4375rem, -1.8666666667vw);
  width: 100%;
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-logo {
    max-width: min(20rem, 85.3333333333vw);
    left: max(-0.9375rem, -4vw);
  }
}
.l-ft-logo__wrap .l-ft-logo img {
  width: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-logo img {
    height: auto;
    width: 100%;
  }
}
.l-ft-logo__wrap .l-ft-logo:hover img {
  opacity: 0.7;
}
.l-ft-logo__wrap .l-ft-logo-label {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(0.75rem, 3.2vw);
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #000000;
  color: #FFFFFF;
  padding: min(0.1875rem, 0.8vw) min(0.5rem, 2.1333333333vw) min(0.25rem, 1.0666666667vw);
  border-radius: min(0.125rem, 0.5333333333vw);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: min(6.75rem, 28.8vw);
}
@media screen and (max-width: 992px) {
  .l-ft-logo__wrap .l-ft-logo-label {
    margin-left: min(5.75rem, 24.5333333333vw);
    font-size: min(0.6875rem, 2.9333333333vw);
    padding: min(0.1875rem, 0.8vw) min(0.5rem, 2.1333333333vw) min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-logo-label {
    font-size: min(0.6875rem, 2.9333333333vw);
    padding: min(0.1875rem, 0.8vw) min(0.5rem, 2.1333333333vw) min(0.25rem, 1.0666666667vw);
    margin-left: max(-0.625rem, -2.6666666667vw);
    margin-top: 0;
  }
}
.l-ft-logo__wrap .l-ft-add {
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-add {
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.l-ft-logo__wrap .l-ft-add p,
.l-ft-logo__wrap .l-ft-add a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0.002em;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .l-ft-logo__wrap .l-ft-add p,
  .l-ft-logo__wrap .l-ft-add a {
    font-size: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-add p,
  .l-ft-logo__wrap .l-ft-add a {
    text-align: center;
    font-size: min(1rem, 4.2666666667vw);
  }
}
.l-ft-logo__wrap .l-ft-add__map {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-ft-logo__wrap .l-ft-add__map:hover {
    color: #D40012 !important;
  }
}
@media (hover: hover), (hover: none) {
  .l-ft-logo__wrap .l-ft-add__map:active {
    color: #D40012 !important;
  }
}
.l-ft-logo__wrap .l-ft-add__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.5rem, 2.1333333333vw);
  margin-top: min(1rem, 4.2666666667vw);
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-add__map {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.l-ft-logo__wrap .l-ft-add__map::after {
  content: "";
  display: block;
  background-image: url(/resource/images/icon_tab.svg);
  background-size: contain;
  display: block;
  width: min(0.625rem, 2.6666666667vw);
  height: min(0.625rem, 2.6666666667vw);
  position: relative;
  top: min(0.1875rem, 0.8vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-ft-logo__wrap .l-ft-add__map:hover::after {
    background-image: url(/resource/images/icon_tab_main.svg);
  }
}
@media (hover: hover), (hover: none) {
  .l-ft-logo__wrap .l-ft-add__map:active::after {
    background-image: url(/resource/images/icon_tab_main.svg);
  }
}
.l-ft-logo__wrap .l-ft-btn {
  margin-top: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .l-ft-logo__wrap .l-ft-btn {
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-logo__wrap .l-ft-btn {
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-ft-nav__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .l-ft-nav__wrap {
    max-width: min(18.75rem, 80vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-nav__wrap {
    display: none;
  }
}

.l-ft-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(5rem, 21.3333333333vw) min(1.875rem, 8vw);
  max-width: min(39.375rem, 168vw);
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .l-ft-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(1.5rem, 6.4vw);
    margin-top: 8px;
  }
}
.l-ft-nav__list a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-ft-nav__list a:hover {
    color: #D40012 !important;
  }
}
@media (hover: hover), (hover: none) {
  .l-ft-nav__list a:active {
    color: #D40012 !important;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent .l-ft-nav__parent__menu--tab,
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu--tab {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-ft-nav__list ul.l-ft-nav__parent .l-ft-nav__parent__menu--tab:hover,
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu--tab:hover {
    color: #D40012 !important;
  }
}
@media (hover: hover), (hover: none) {
  .l-ft-nav__list ul.l-ft-nav__parent .l-ft-nav__parent__menu--tab:active,
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu--tab:active {
    color: #D40012 !important;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent .l-ft-nav__parent__menu--tab,
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu--tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.25rem, 1.0666666667vw);
}
@media (hover: hover) and (pointer: fine) {
  .l-ft-nav__list ul.l-ft-nav__parent .l-ft-nav__parent__menu--tab:hover::after,
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu--tab:hover::after {
    background-image: url(/resource/images/icon_tab_main.svg);
  }
}
@media (hover: hover), (hover: none) {
  .l-ft-nav__list ul.l-ft-nav__parent .l-ft-nav__parent__menu--tab:active::after,
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu--tab:active::after {
    background-image: url(/resource/images/icon_tab_main.svg);
  }
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu,
.l-ft-nav__list .l-ft-nav__parent--last li.l-ft-nav__parent__menu {
  line-height: 1.4;
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu a,
.l-ft-nav__list .l-ft-nav__parent--last li.l-ft-nav__parent__menu a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.1875rem, 5.0666666667vw);
  letter-spacing: 0.01em;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.4375rem, 1.8666666667vw);
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu a::before,
.l-ft-nav__list .l-ft-nav__parent--last li.l-ft-nav__parent__menu a::before {
  content: "";
  display: block;
  width: min(0.75rem, 3.2vw);
  height: min(0.75rem, 3.2vw);
  border: min(0.1875rem, 0.8vw) solid #D40012;
  position: relative;
  top: min(0.5rem, 2.1333333333vw);
  border-radius: 100vh;
}
.l-ft-nav__list ul.l-ft-nav__child {
  margin-top: min(0.625rem, 2.6666666667vw);
  padding-left: min(1.125rem, 4.8vw);
}
@media screen and (max-width: 992px) {
  .l-ft-nav__list ul.l-ft-nav__child {
    display: none;
  }
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(0.9375rem, 4vw);
  letter-spacing: 0.002em;
  line-height: 1.6;
  padding-block: min(0.3125rem, 1.3333333333vw);
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a::before {
  display: none;
}

/* コピーライト
----------------------------------------------------------------- */
.l-ft-copy {
  padding-bottom: min(2.5rem, 10.6666666667vw);
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  .l-ft-copy {
    padding-bottom: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-copy {
    padding-bottom: min(0.9375rem, 4vw);
  }
}
.l-ft-copy p {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(0.8125rem, 3.4666666667vw);
  letter-spacing: 0.008em;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .l-ft-copy p {
    font-size: min(0.75rem, 3.2vw);
  }
}
@media screen and (max-width: 576px) {
  .l-ft-copy p {
    font-size: min(0.6875rem, 2.9333333333vw);
    text-align: center;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: min(1.25rem, 5.3333333333vw);
  bottom: min(1.25rem, 5.3333333333vw);
  z-index: 100;
  display: none;
}
a#pagetop img {
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: 100%;
  height: 345px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-page-title {
    margin-top: 0;
    height: 270px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .l-page-title .l-page-title-inner {
    width: 100%;
    margin-top: 30px;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #FFFFFF;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-xxsmall {
  padding-block: 1rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xxsmall {
    padding-block: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxsmall {
    padding-block: 0.5rem;
  }
}

.l-sec-xxsmall-mg {
  margin-block: 1rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xxsmall-mg {
    margin-block: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxsmall-mg {
    margin-block: 0.5rem;
  }
}

.l-sec-xsmall {
  padding-block: 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xsmall {
    padding-block: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xsmall {
    padding-block: 0.875rem;
  }
}

.l-sec-xsmall-mg {
  margin-block: 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xsmall-mg {
    margin-block: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xsmall-mg {
    margin-block: 0.875rem;
  }
}

.l-sec-small {
  padding-block: 2.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-small {
    padding-block: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .l-sec-small {
    padding-block: 1.25rem;
  }
}

.l-sec-small-mg {
  margin-block: 2.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-small-mg {
    margin-block: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .l-sec-small-mg {
    margin-block: 1.25rem;
  }
}

.l-sec-medium {
  padding-block: 3.125rem;
}
@media screen and (max-width: 992px) {
  .l-sec-medium {
    padding-block: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-medium {
    padding-block: 1.875rem;
  }
}

.l-sec-medium-mg {
  margin-block: 3.125rem;
}
@media screen and (max-width: 992px) {
  .l-sec-medium-mg {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-medium-mg {
    margin-block: 1.875rem;
  }
}

.l-sec-large {
  padding-block: 3.75rem;
}
@media screen and (max-width: 992px) {
  .l-sec-large {
    padding-block: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding-block: 2.5rem;
  }
}

.l-sec-large-mg {
  margin-block: 3.75rem;
}
@media screen and (max-width: 992px) {
  .l-sec-large-mg {
    margin-block: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-large-mg {
    margin-block: 2.5rem;
  }
}

.l-sec-xlarge {
  padding-block: 6.25rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xlarge {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding-block: 3.75rem;
  }
}

.l-sec-xlarge-mg {
  margin-block: 6.25rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xlarge-mg {
    margin-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge-mg {
    margin-block: 3.75rem;
  }
}

.l-sec-xxlarge {
  padding-block: 6.25rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xxlarge {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding-block: 5rem;
  }
}
.l-sec-xxlarge.l-sec-xxlarge--ts {
  padding-block: 6.25rem;
  padding-top: 6.25rem !important;
}
@media screen and (max-width: 992px) {
  .l-sec-xxlarge.l-sec-xxlarge--ts {
    padding-block: 5rem;
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge.l-sec-xxlarge--ts {
    padding-block: 5rem;
    padding-top: 3.75rem !important;
  }
}
.l-sec-xxlarge.l-sec-xxlarge--bl {
  padding-block: 6.25rem;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 992px) {
  .l-sec-xxlarge.l-sec-xxlarge--bl {
    padding-block: 5rem;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge.l-sec-xxlarge--bl {
    padding-block: 5rem;
    padding-bottom: 3.75rem !important;
  }
}

.l-sec-xxlarge-mg {
  margin-block: 7.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xxlarge-mg {
    margin-block: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-mg {
    margin-block: 5rem;
  }
}

.l-sec-remove-top {
  padding-top: 0 !important;
}

.l-sec-remove-top-mg {
  margin-top: 0 !important;
}

.l-sec-remove-bottom {
  padding-bottom: 0 !important;
}

.l-sec-remove-bottom-mg {
  margin-bottom: 0 !important;
}

.l-sec-border {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.l-sec-border::before {
  background-image: url(../images/compression/bg_border_half.png);
}
@supports (background-image: url(../images/webp/bg_border.webp)) {
  .l-sec-border::before {
    background-image: url(../images/webp/bg_border.webp);
  }
}
.l-sec-border::before {
  background-size: min(25rem, 106.6666666667vw) min(25rem, 106.6666666667vw);
  background-position: top left;
  background-repeat: repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.l-sec-shape {
  position: relative;
  z-index: 1;
  background-color: #E9E9E9;
  overflow: hidden;
}
.l-sec-shape.l-sec-shape--z {
  overflow: visible;
  z-index: 5;
}
.l-sec-shape.l-sec-shape--z::before {
  height: 100%;
}

.l-sec-add {
  padding-top: min(8.75rem, 37.3333333333vw);
}
@media screen and (max-width: 992px) {
  .l-sec-add {
    padding-top: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .l-sec-add {
    padding-top: min(5rem, 21.3333333333vw);
  }
}

.l-sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .l-sec-bg.l-sec-bg--pc {
    display: none;
  }
}
.l-sec-bg.l-sec-bg--tb {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-sec-bg.l-sec-bg--tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-bg.l-sec-bg--tb {
    display: none;
  }
}
.l-sec-bg.l-sec-bg--sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .l-sec-bg.l-sec-bg--sp {
    display: block;
  }
}

.l-sec-bg__img svg {
  width: 100%;
}

.p-top-bg .svg-img-triangle {
  -webkit-animation: unset;
          animation: unset;
}
@media screen and (max-width: 576px) {
  .p-top-bg .svg-img-triangle {
    -webkit-animation: unset;
            animation: unset;
  }
}
.p-top-bg .svg-img-slash-rect {
  -webkit-animation: unset;
          animation: unset;
}
@media screen and (max-width: 576px) {
  .p-top-bg .svg-img-slash-rect {
    -webkit-animation: unset;
            animation: unset;
  }
}
.p-top-bg .svg-img-donut {
  -webkit-animation: unset;
          animation: unset;
}
@media screen and (max-width: 576px) {
  .p-top-bg .svg-img-donut {
    -webkit-animation: unset;
            animation: unset;
  }
}

.svg-img-triangle {
  -webkit-animation: sec-shape-float 3s 0s ease-in-out infinite;
          animation: sec-shape-float 3s 0s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .svg-img-triangle {
    -webkit-animation: sec-shape-float-sp 3s 0s ease-in-out infinite;
            animation: sec-shape-float-sp 3s 0s ease-in-out infinite;
  }
}

.svg-img-slash-rect {
  -webkit-animation: sec-shape-float-reverse 4.5s 0s ease-in-out infinite;
          animation: sec-shape-float-reverse 4.5s 0s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .svg-img-slash-rect {
    -webkit-animation: sec-shape-float-reverse-sp 4.5s 0s ease-in-out infinite;
            animation: sec-shape-float-reverse-sp 4.5s 0s ease-in-out infinite;
  }
}

.svg-img-donut {
  -webkit-animation: sec-shape-float 4.5s 0s ease-in-out infinite;
          animation: sec-shape-float 4.5s 0s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .svg-img-donut {
    -webkit-animation: sec-shape-float-sp 4.5s 0s ease-in-out infinite;
            animation: sec-shape-float-sp 4.5s 0s ease-in-out infinite;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container--sm,
.l-container--lg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 992px) {
  .l-container,
  .l-container--sm,
  .l-container--lg {
    padding-left: 4.6341463415%;
    padding-right: 4.6341463415%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container--sm,
  .l-container--lg {
    padding-left: 4.8%;
    padding-right: 4.8%;
  }
}

.l-container--sm {
  max-width: 820px;
}

.l-container {
  max-width: 1080px;
}

.l-container--lg {
  max-width: 1200px;
}

/* ==========================================================================
グループ
=========================================================================*/
.l-group {
  border-radius: min(3.75rem, 16vw) min(3.75rem, 16vw) 0 0;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-group {
    border-radius: min(2.5rem, 10.6666666667vw) min(2.5rem, 10.6666666667vw) 0 0;
  }
}
@media screen and (max-width: 576px) {
  .l-group {
    border-radius: min(1.875rem, 8vw) min(1.875rem, 8vw) 0 0;
  }
}
.l-group::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-group.l-group--color::before {
  background-color: #FFFFFF;
}
.l-group.l-group--pt {
  padding-top: min(1.5625rem, 6.6666666667vw);
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num,
.c-list {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li,
.c-list li {
  position: relative;
}
.c-list-num li:before,
.c-list li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  font-weight: 500;
}
.c-list-num li:nth-of-type(n + 2),
.c-list li:nth-of-type(n + 2) {
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-list-num li:nth-of-type(n + 2),
  .c-list li:nth-of-type(n + 2) {
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-list-num li:nth-of-type(n + 2),
  .c-list li:nth-of-type(n + 2) {
    margin-top: min(1.5rem, 6.4vw);
  }
}
.c-list-num dt,
.c-list dt {
  padding-left: min(1.5rem, 6.4vw);
}

.c-list li::before {
  display: none;
}
.c-list dt {
  padding-left: 0;
}
.c-list.c-list--pt:nth-of-type(n + 2) {
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-list.c-list--pt:nth-of-type(n + 2) {
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-list.c-list--pt:nth-of-type(n + 2) {
    margin-top: min(1.5rem, 6.4vw);
  }
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #ebedf0;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #D40012;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #DADADA;
  font-weight: 700;
}

/* ==========================================================================
ボタン
=========================================================================*/
body::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url(/recruit/resource/images/svg/icon_window_main.svg), url(/recruit/resource/images/svg/icon_window_white.svg);
}

.c-button.c-button--window::before,
.c-button.c-button--window::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  will-change: opacity;
}

.c-button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(21.25rem, 90.6666666667vw);
  height: min(5.625rem, 24vw);
  position: relative;
  background-color: #D40012;
  border: min(0.125rem, 0.5333333333vw) solid #D40012;
  color: #FFFFFF;
  border-radius: min(0.3125rem, 1.3333333333vw);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s 0.05s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s 0.05s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s 0.05s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s 0.05s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-button {
    width: min(19.375rem, 82.6666666667vw);
    height: min(5rem, 21.3333333333vw);
    font-size: min(1rem, 4.2666666667vw);
    border-radius: min(0.375rem, 1.6vw);
    border-width: min(0.1875rem, 0.8vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    color: #D40012;
  }
  .c-button:hover span {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .c-button:hover::before {
    background-color: #D40012;
  }
  .c-button:hover::after {
    background-color: #FFFFFF;
  }
}
@media (hover: hover), (hover: none) {
  .c-button:active {
    color: #D40012;
  }
  .c-button:active span {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .c-button:active::before {
    background-color: #D40012;
  }
  .c-button:active::after {
    background-color: #FFFFFF;
  }
}
.c-button span {
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.c-button::before, .c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.c-button::before {
  border-radius: 100vh;
  background-color: #FFFFFF;
  aspect-ratio: 1/1;
  width: min(1.5rem, 6.4vw);
  height: auto;
  right: min(1.625rem, 6.9333333333vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button::after {
  aspect-ratio: 1/1;
  width: min(0.5rem, 2.1333333333vw);
  height: auto;
  background-color: #D40012;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: min(2.0625rem, 8.8vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button.c-button--fit {
  width: 100%;
  height: 100%;
}
.c-button.c-button--w-fit {
  width: 100% !important;
}
.c-button.c-button--small {
  font-size: min(1.125rem, 4.8vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--small {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.c-button.c-button--small::before {
  width: min(1.25rem, 5.3333333333vw);
  right: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--small::before {
    width: min(1rem, 4.2666666667vw);
    right: min(1rem, 4.2666666667vw);
  }
}
.c-button.c-button--small::after {
  width: min(0.375rem, 1.6vw);
  right: min(1.625rem, 6.9333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--small::after {
    width: min(0.3125rem, 1.3333333333vw);
    right: min(1.3125rem, 5.6vw);
  }
}
.c-button.c-button--small.c-button--window span.win {
  width: min(1.5rem, 6.4vw);
  height: min(1.5rem, 6.4vw);
  right: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--small.c-button--window span.win {
    width: min(1.25rem, 5.3333333333vw);
    height: min(1.25rem, 5.3333333333vw);
    right: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--small.c-button--window span.win {
    width: min(1.5625rem, 6.6666666667vw);
    height: min(1.5625rem, 6.6666666667vw);
    right: min(1.25rem, 5.3333333333vw);
  }
}
.c-button.c-button--small.c-button--window::before, .c-button.c-button--small.c-button--window::after {
  width: min(0.625rem, 2.6666666667vw);
  right: min(1.625rem, 6.9333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--small.c-button--window::before, .c-button.c-button--small.c-button--window::after {
    right: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--small.c-button--window::before, .c-button.c-button--small.c-button--window::after {
    right: min(1.6875rem, 7.2vw);
  }
}
.c-button.c-button--window span.win {
  width: min(1.5rem, 6.4vw);
  height: min(1.5rem, 6.4vw);
  background-color: #FFFFFF;
  border-radius: 100vh;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: min(1.625rem, 6.9333333333vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--window:hover span.win {
    background-color: #D40012;
  }
  .c-button.c-button--window:hover::after {
    opacity: 0;
  }
  .c-button.c-button--window:hover::before {
    opacity: 1;
  }
}
@media (hover: hover), (hover: none) {
  .c-button.c-button--window:active span.win {
    background-color: #D40012;
  }
  .c-button.c-button--window:active::after {
    opacity: 0;
  }
  .c-button.c-button--window:active::before {
    opacity: 1;
  }
}
.c-button.c-button--window::before {
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/svg/icon_window_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: unset !important;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  width: min(0.6875rem, 2.9333333333vw);
  right: min(2rem, 8.5333333333vw);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  border-radius: 0;
}
.c-button.c-button--window::after {
  background-image: url(../images/svg/icon_window_main.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: unset !important;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  width: min(0.6875rem, 2.9333333333vw);
  right: min(2rem, 8.5333333333vw);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.c-button.c-button--window.c-button--lg::before, .c-button.c-button--window.c-button--lg::after {
  width: min(1.25rem, 5.3333333333vw);
  height: min(1.25rem, 5.3333333333vw);
  right: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--window.c-button--lg::before, .c-button.c-button--window.c-button--lg::after {
    width: min(0.75rem, 3.2vw);
    height: min(0.75rem, 3.2vw);
    right: min(1.875rem, 8vw);
  }
}
.c-button.c-button--white {
  background-color: #FFFFFF;
  color: #D40012;
}
.c-button.c-button--white span.win {
  background-color: #D40012;
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--white:hover {
    color: #FFFFFF;
  }
  .c-button.c-button--white:hover::before {
    background-color: #FFFFFF;
  }
  .c-button.c-button--white:hover::after {
    background-color: #D40012;
  }
  .c-button.c-button--white:hover.c-button--window span.win {
    background-color: #FFFFFF;
  }
}
@media (hover: hover), (hover: none) {
  .c-button.c-button--white:active {
    color: #FFFFFF;
  }
  .c-button.c-button--white:active::before {
    background-color: #FFFFFF;
  }
  .c-button.c-button--white:active::after {
    background-color: #D40012;
  }
  .c-button.c-button--white:active.c-button--window span.win {
    background-color: #FFFFFF;
  }
}
.c-button.c-button--white span {
  background-color: #D40012;
}
.c-button.c-button--white::before {
  background-color: #D40012;
}
.c-button.c-button--white::after {
  background-color: #FFFFFF;
}
.c-button.c-button--white.c-button--window::before {
  background-image: url(../images/svg/icon_window_main.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-button.c-button--white.c-button--window::after {
  background-image: url(../images/svg/icon_window_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-button.c-button--lg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.6875rem, 7.2vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  width: min(32.5rem, 138.6666666667vw);
  height: min(8.75rem, 37.3333333333vw);
  border-radius: min(0.625rem, 2.6666666667vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
  border-width: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg {
    width: min(25rem, 106.6666666667vw);
    height: min(6.25rem, 26.6666666667vw);
    font-size: min(1.3125rem, 5.6vw) !important;
    border-radius: min(0.5rem, 2.1333333333vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
    border-width: min(0.125rem, 0.5333333333vw);
  }
  .c-button.c-button--lg.c-button--lgvw {
    font-size: min(min(1.4375rem, 6.1333333333vw), 2.8048780488vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--lg {
    width: min(21.25rem, 90.6666666667vw);
    height: min(5.625rem, 24vw);
    font-size: min(1.125rem, 4.8vw) !important;
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.c-button.c-button--lg span {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.c-button.c-button--lg::before {
  width: min(2.5rem, 10.6666666667vw);
  right: min(1.9375rem, 8.2666666667vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg::before {
    width: min(1.5625rem, 6.6666666667vw);
    right: min(1.5625rem, 6.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--lg::before {
    width: min(1.5625rem, 6.6666666667vw) !important;
    right: min(1.5625rem, 6.6666666667vw) !important;
  }
}
.c-button.c-button--lg::after {
  width: min(0.75rem, 3.2vw);
  right: min(2.75rem, 11.7333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg::after {
    width: min(0.4375rem, 1.8666666667vw);
    right: min(2.0625rem, 8.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--lg::after {
    width: min(0.4375rem, 1.8666666667vw) !important;
    right: min(2.0625rem, 8.8vw) !important;
  }
}
.c-button.c-button--lg.c-button--window span.win {
  width: min(2.5rem, 10.6666666667vw);
  height: min(2.5rem, 10.6666666667vw);
  right: min(1.9375rem, 8.2666666667vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg.c-button--window span.win {
    width: min(1.5625rem, 6.6666666667vw);
    height: min(1.5625rem, 6.6666666667vw);
    right: min(1.5625rem, 6.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--lg.c-button--window span.win {
    width: min(1.5625rem, 6.6666666667vw) !important;
    height: min(1.5625rem, 6.6666666667vw) !important;
    right: min(1.5625rem, 6.6666666667vw) !important;
  }
}
.c-button.c-button--lg.c-button--window::before, .c-button.c-button--lg.c-button--window::after {
  width: min(0.75rem, 3.2vw);
  right: min(2.75rem, 11.7333333333vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg.c-button--window::before, .c-button.c-button--lg.c-button--window::after {
    width: min(0.4375rem, 1.8666666667vw);
    right: min(2.0625rem, 8.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--lg.c-button--window::before, .c-button.c-button--lg.c-button--window::after {
    width: min(0.4375rem, 1.8666666667vw) !important;
    right: min(2.0625rem, 8.8vw) !important;
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg.c-button--lgvw::before {
    width: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
    right: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg.c-button--lgvw::after {
    width: min(min(0.4375rem, 1.8666666667vw), 0.8536585366vw);
    right: min(min(2.0625rem, 8.8vw), 4.0243902439vw);
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg.c-button--lgvw.c-button--window span.win {
    width: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
    height: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
    right: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--lg.c-button--lgvw.c-button--window::before, .c-button.c-button--lg.c-button--lgvw.c-button--window::after {
    width: min(min(0.4375rem, 1.8666666667vw), 0.8536585366vw);
    right: min(min(2.0625rem, 8.8vw), 4.0243902439vw);
  }
}
.c-button.c-button--header {
  width: min(13.75rem, 58.6666666667vw);
  height: min(4.0625rem, 17.3333333333vw);
  border-radius: min(0.5rem, 2.1333333333vw);
  -webkit-box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #D40012;
          box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #D40012;
}
@media screen and (max-width: 992px) {
  .c-button.c-button--header {
    width: min(12.5rem, 53.3333333333vw);
    height: min(3.75rem, 16vw);
    font-size: min(1.125rem, 4.8vw);
    border-radius: min(0.375rem, 1.6vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--header:hover {
    -webkit-box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
            box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
  }
}
@media (hover: hover), (hover: none) {
  .c-button.c-button--header:active {
    -webkit-box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
            box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
  }
}
.c-button.c-button--header::before {
  right: min(0.9375rem, 4vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--header::before {
    width: min(1.125rem, 4.8vw);
    right: min(1.125rem, 4.8vw);
  }
}
.c-button.c-button--header::after {
  right: min(1.3125rem, 5.6vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--header::after {
    width: min(0.3125rem, 1.3333333333vw);
    right: min(1.5rem, 6.4vw);
  }
}
.c-button.c-button--menu {
  width: 100% !important;
  height: min(6.25rem, 26.6666666667vw);
  border-radius: min(0.5rem, 2.1333333333vw);
  background-color: #FFFFFF;
  color: #D40012;
  border: min(0.1875rem, 0.8vw) solid #FFFFFF;
}
@media screen and (max-width: 992px) {
  .c-button.c-button--menu {
    height: min(6.25rem, 26.6666666667vw);
    border-radius: min(0.5rem, 2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--menu {
    font-size: min(1rem, 4.2666666667vw);
    height: min(4.75rem, 20.2666666667vw);
    border-width: min(0.125rem, 0.5333333333vw);
    border-radius: min(0.3125rem, 1.3333333333vw);
  }
}
.c-button.c-button--menu span {
  background-color: #D40012;
}
.c-button.c-button--menu span.win {
  background-color: #D40012;
  width: min(2.1875rem, 9.3333333333vw);
  height: min(2.1875rem, 9.3333333333vw);
  right: min(2.5rem, 10.6666666667vw);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .c-button.c-button--menu span.win {
    width: min(1.875rem, 8vw);
    height: min(1.875rem, 8vw);
    right: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--menu span.win {
    width: min(1.5rem, 6.4vw);
    height: min(1.5rem, 6.4vw);
  }
}
.c-button.c-button--menu::before, .c-button.c-button--menu::after {
  background-image: url(../images/svg/icon_window_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(0.9375rem, 4vw);
  right: min(3.0625rem, 13.0666666667vw);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .c-button.c-button--menu::before, .c-button.c-button--menu::after {
    width: min(0.75rem, 3.2vw);
    right: min(2.4375rem, 10.4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--menu::before, .c-button.c-button--menu::after {
    width: min(0.5rem, 2.1333333333vw);
    right: min(2.375rem, 10.1333333333vw);
  }
}
.c-button.c-button--menu::before {
  background-image: url(../images/svg/icon_window_main.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--menu:hover {
    background-color: #D40012 !important;
    color: #FFFFFF;
  }
  .c-button.c-button--menu:hover span.win {
    background-color: #FFFFFF;
  }
}
@media (hover: hover), (hover: none) {
  .c-button.c-button--menu:active {
    background-color: #D40012 !important;
    color: #FFFFFF;
  }
  .c-button.c-button--menu:active span.win {
    background-color: #FFFFFF;
  }
}
.c-button.c-button--footer {
  width: min(18.75rem, 80vw);
  height: min(4.375rem, 18.6666666667vw);
  border-radius: min(0.3125rem, 1.3333333333vw);
  -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #C9C9C9;
          box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #C9C9C9;
  font-size: min(1.125rem, 4.8vw);
}
@media screen and (max-width: 992px) {
  .c-button.c-button--footer {
    width: min(15rem, 64vw);
    height: min(3.75rem, 16vw);
    font-size: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--footer {
    width: min(19.375rem, 82.6666666667vw);
    height: min(5rem, 21.3333333333vw);
    font-size: min(1rem, 4.2666666667vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--footer:hover {
    -webkit-box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
            box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
  }
}
@media (hover: hover), (hover: none) {
  .c-button.c-button--footer:active {
    -webkit-box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
            box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #DADADA;
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--footer::before {
    width: min(1.25rem, 5.3333333333vw);
    right: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--footer::before {
    right: min(1.875rem, 8vw);
    width: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--footer::after {
    width: min(0.5rem, 2.1333333333vw);
    right: min(1.625rem, 6.9333333333vw);
  }
}
@media screen and (max-width: 992px) {
  .c-button.c-button--footer::after {
    right: min(2.0625rem, 8.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button.c-button--footer::after {
    right: min(2.125rem, 9.0666666667vw);
  }
}

.c-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-button-wrap {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-button-type2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0.005em;
  line-height: 1.5;
  background-color: #E9E9E9;
  border-radius: min(0.625rem, 2.6666666667vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: min(5.3125rem, 22.6666666667vw);
  -webkit-transition: color 0.4s 0.05s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s 0.05s ease-in-out, background-color 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-button-type2 {
    height: min(4.0625rem, 17.3333333333vw);
    font-size: min(1.1875rem, 5.0666666667vw);
    border-radius: min(0.5rem, 2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button-type2 {
    height: min(4.6875rem, 20vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-type2:hover {
    color: #FFFFFF;
  }
  .c-button-type2:hover span {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .c-button-type2:hover::before {
    background-color: #FFFFFF;
  }
  .c-button-type2:hover::after {
    background-color: #D40012;
  }
}
@media (hover: hover), (hover: none) {
  .c-button-type2:active {
    color: #FFFFFF;
  }
  .c-button-type2:active span {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .c-button-type2:active::before {
    background-color: #FFFFFF;
  }
  .c-button-type2:active::after {
    background-color: #D40012;
  }
}
.c-button-type2 span {
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-color: #D40012;
}
.c-button-type2::before, .c-button-type2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.c-button-type2::before {
  border-radius: 100vh;
  background-color: #D40012;
  aspect-ratio: 1/1;
  width: min(1.875rem, 8vw);
  height: auto;
  right: min(1.875rem, 8vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .c-button-type2::before {
    width: min(1.25rem, 5.3333333333vw);
    right: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button-type2::before {
    width: min(1.5rem, 6.4vw);
    right: min(1.875rem, 8vw);
  }
}
.c-button-type2::after {
  aspect-ratio: 1/1;
  width: min(0.5rem, 2.1333333333vw);
  height: auto;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: min(2.4375rem, 10.4vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .c-button-type2::after {
    width: min(0.3125rem, 1.3333333333vw);
    right: min(1.65625rem, 7.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-button-type2::after {
    width: min(0.375rem, 1.6vw);
    right: min(2.34375rem, 10vw);
  }
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
.c-text-h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(4.0625rem, 17.3333333333vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-text-h1 {
    font-size: min(3.375rem, 14.4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-h1 {
    font-size: min(2.625rem, 11.2vw);
    line-height: 1.4;
  }
}

.c-text-h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(3.375rem, 14.4vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-text-h2 {
    font-size: min(3rem, 12.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-h2 {
    font-size: min(2.3125rem, 9.8666666667vw);
    line-height: 1.4;
  }
}

.c-text-h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.8125rem, 12vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-text-h3 {
    font-size: min(2.4375rem, 10.4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-h3 {
    font-size: min(2.0625rem, 8.8vw);
    line-height: 1.4;
  }
}

.c-text-h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-text-h4 {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-h4 {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}

.c-text-h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-text-h5 {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-h5 {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}

.c-text-h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.6875rem, 7.2vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-text-h6 {
    font-size: min(1.4375rem, 6.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-h6 {
    font-size: min(1.3125rem, 5.6vw);
    line-height: 1.4;
  }
}

.c-text-l {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .c-text-l {
    font-size: min(1.1875rem, 5.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-l {
    font-size: min(1.125rem, 4.8vw);
  }
}

.c-text-base {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .c-text-base {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.c-text-s {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(0.9375rem, 4vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .c-text-s {
    font-size: min(0.8125rem, 3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-text-s {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

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

/* ==========================================================================
サブページMV
=========================================================================*/
.c-sub-mv {
  position: relative;
  overflow: hidden;
  height: min(32.375rem, 138.1333333333vw);
}
@media screen and (max-width: 992px) {
  .c-sub-mv {
    height: min(24.4375rem, 104.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv {
    height: min(16.6875rem, 71.2vw);
  }
}
.c-sub-mv.c-sub-mv--products {
  background-image: url(../images/compression/img_mv_products_pc_half.jpg);
}
@supports (background-image: url(../images/webp/img_mv_products_pc.webp)) {
  .c-sub-mv.c-sub-mv--products {
    background-image: url(../images/webp/img_mv_products_pc.webp);
  }
}
.c-sub-mv.c-sub-mv--products {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-sub-mv.c-sub-mv--products {
    background-image: url(../images/compression/img_mv_products_tb_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_products_tb.webp)) {
    .c-sub-mv.c-sub-mv--products {
      background-image: url(../images/webp/img_mv_products_tb.webp);
    }
  }
  .c-sub-mv.c-sub-mv--products {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv.c-sub-mv--products {
    background-image: url(../images/compression/img_mv_products_sp_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_products_sp.webp)) {
    .c-sub-mv.c-sub-mv--products {
      background-image: url(../images/webp/img_mv_products_sp.webp);
    }
  }
  .c-sub-mv.c-sub-mv--products {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-sub-mv.c-sub-mv--business {
  background-image: url(../images/compression/img_mv_business_pc_half.jpg);
}
@supports (background-image: url(../images/webp/img_mv_business_pc.webp)) {
  .c-sub-mv.c-sub-mv--business {
    background-image: url(../images/webp/img_mv_business_pc.webp);
  }
}
.c-sub-mv.c-sub-mv--business {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-sub-mv.c-sub-mv--business {
    background-image: url(../images/compression/img_mv_business_tb_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_business_tb.webp)) {
    .c-sub-mv.c-sub-mv--business {
      background-image: url(../images/webp/img_mv_business_tb.webp);
    }
  }
  .c-sub-mv.c-sub-mv--business {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv.c-sub-mv--business {
    background-image: url(../images/compression/img_mv_business_sp_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_business_sp.webp)) {
    .c-sub-mv.c-sub-mv--business {
      background-image: url(../images/webp/img_mv_business_sp.webp);
    }
  }
  .c-sub-mv.c-sub-mv--business {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-sub-mv.c-sub-mv--interview {
  background-image: url(../images/compression/img_mv_interview_pc_half.jpg);
}
@supports (background-image: url(../images/webp/img_mv_interview_pc.webp)) {
  .c-sub-mv.c-sub-mv--interview {
    background-image: url(../images/webp/img_mv_interview_pc.webp);
  }
}
.c-sub-mv.c-sub-mv--interview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-sub-mv.c-sub-mv--interview {
    background-image: url(../images/compression/img_mv_interview_tb_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_interview_tb.webp)) {
    .c-sub-mv.c-sub-mv--interview {
      background-image: url(../images/webp/img_mv_interview_tb.webp);
    }
  }
  .c-sub-mv.c-sub-mv--interview {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv.c-sub-mv--interview {
    background-image: url(../images/compression/img_mv_interview_sp_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_interview_sp.webp)) {
    .c-sub-mv.c-sub-mv--interview {
      background-image: url(../images/webp/img_mv_interview_sp.webp);
    }
  }
  .c-sub-mv.c-sub-mv--interview {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-sub-mv.c-sub-mv--environment {
  background-image: url(../images/compression/img_mv_environment_pc_half.jpg);
}
@supports (background-image: url(../images/webp/img_mv_environment_pc.webp)) {
  .c-sub-mv.c-sub-mv--environment {
    background-image: url(../images/webp/img_mv_environment_pc.webp);
  }
}
.c-sub-mv.c-sub-mv--environment {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-sub-mv.c-sub-mv--environment {
    background-image: url(../images/compression/img_mv_environment_tb_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_environment_tb.webp)) {
    .c-sub-mv.c-sub-mv--environment {
      background-image: url(../images/webp/img_mv_environment_tb.webp);
    }
  }
  .c-sub-mv.c-sub-mv--environment {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv.c-sub-mv--environment {
    background-image: url(../images/compression/img_mv_environment_sp_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_environment_sp.webp)) {
    .c-sub-mv.c-sub-mv--environment {
      background-image: url(../images/webp/img_mv_environment_sp.webp);
    }
  }
  .c-sub-mv.c-sub-mv--environment {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-sub-mv.c-sub-mv--guideline {
  background-image: url(../images/compression/img_mv_guideline_pc_half.jpg);
}
@supports (background-image: url(../images/webp/img_mv_guideline_pc.webp)) {
  .c-sub-mv.c-sub-mv--guideline {
    background-image: url(../images/webp/img_mv_guideline_pc.webp);
  }
}
.c-sub-mv.c-sub-mv--guideline {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-sub-mv.c-sub-mv--guideline {
    background-image: url(../images/compression/img_mv_guideline_tb_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_guideline_tb.webp)) {
    .c-sub-mv.c-sub-mv--guideline {
      background-image: url(../images/webp/img_mv_guideline_tb.webp);
    }
  }
  .c-sub-mv.c-sub-mv--guideline {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv.c-sub-mv--guideline {
    background-image: url(../images/compression/img_mv_guideline_sp_half.jpg);
  }
  @supports (background-image: url(../images/webp/img_mv_guideline_sp.webp)) {
    .c-sub-mv.c-sub-mv--guideline {
      background-image: url(../images/webp/img_mv_guideline_sp.webp);
    }
  }
  .c-sub-mv.c-sub-mv--guideline {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-sub-mv.c-sub-mv--keyword {
  background-color: rgba(212, 0, 18, 0.08);
  z-index: 1;
}
.c-sub-mv::before {
  background-image: url(../images/compression/bg_mv_circle_pc_half.png);
}
@supports (background-image: url(../images/webp/bg_mv_circle_pc.webp)) {
  .c-sub-mv::before {
    background-image: url(../images/webp/bg_mv_circle_pc.webp);
  }
}
.c-sub-mv::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 100%;
  height: min(8.4375rem, 36vw);
  position: absolute;
  left: 0;
  bottom: max(-0.0625rem, -0.2666666667vw);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-sub-mv::before {
    background-image: url(../images/compression/bg_mv_circle_tb_half.png);
  }
  @supports (background-image: url(../images/webp/bg_mv_circle_tb.webp)) {
    .c-sub-mv::before {
      background-image: url(../images/webp/bg_mv_circle_tb.webp);
    }
  }
  .c-sub-mv::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: min(5.0625rem, 21.6vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv::before {
    background-image: url(../images/compression/bg_mv_circle_sp_half.png);
  }
  @supports (background-image: url(../images/webp/bg_mv_circle_sp.webp)) {
    .c-sub-mv::before {
      background-image: url(../images/webp/bg_mv_circle_sp.webp);
    }
  }
  .c-sub-mv::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: min(2.3125rem, 9.8666666667vw);
  }
}

.c-sub-mv__title img {
  height: min(5.75rem, 24.5333333333vw);
  width: auto;
}
@media screen and (max-width: 992px) {
  .c-sub-mv__title img {
    height: min(4.5rem, 19.2vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv__title img {
    height: min(3.4375rem, 14.6666666667vw);
  }
}
.c-sub-mv__title.c-sub-mv__title--keyword img {
  height: min(5.6875rem, 24.2666666667vw);
}
@media screen and (max-width: 992px) {
  .c-sub-mv__title.c-sub-mv__title--keyword img {
    height: min(4.75rem, 20.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv__title.c-sub-mv__title--keyword img {
    height: min(5.625rem, 24vw);
  }
}

.c-sub-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: min(8.75rem, 37.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-sub-mv__inner {
    top: min(7.5rem, 32vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv__inner {
    top: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv__inner.c-sub-mv__inner--keyword {
    top: min(4.6875rem, 20vw);
  }
}

.c-sub-mv__label {
  padding-bottom: min(0.9375rem, 4vw);
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .c-sub-mv__label {
    padding-bottom: min(0.625rem, 2.6666666667vw);
  }
}

.c-sub-mv__label-inner {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  position: relative;
}
.c-sub-mv__label-inner span {
  background-image: url(../images/svg/icon_head_line.svg);
  background-size: min(1.875rem, 8vw) min(0.6875rem, 2.9333333333vw);
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: max(-1.125rem, -4.8vw);
  width: 100%;
  height: min(0.9375rem, 4vw);
}
@media screen and (max-width: 576px) {
  .c-sub-mv__label-inner span {
    background-size: min(1.625rem, 6.9333333333vw) min(0.59090625rem, 2.5212vw);
    bottom: max(-0.625rem, -2.6666666667vw);
    height: min(0.625rem, 2.6666666667vw);
  }
}
.c-sub-mv__label-inner span::before, .c-sub-mv__label-inner span::after {
  content: "";
  display: block;
  height: min(0.125rem, 0.5333333333vw);
  background-color: #D40012;
  position: absolute;
  top: 0;
  width: calc(50% - min(0.78125rem, 3.3333333333vw));
  border-radius: 100vh;
}
@media screen and (max-width: 576px) {
  .c-sub-mv__label-inner span::before, .c-sub-mv__label-inner span::after {
    height: min(0.09375rem, 0.4vw);
    top: min(0rem, 0vw);
  }
}
.c-sub-mv__label-inner span::before {
  left: 0;
}
.c-sub-mv__label-inner span::after {
  right: 0;
}
.c-sub-mv__label-inner {
  color: #D40012;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.5s 0.1s ease-out;
  transition: -webkit-transform 0.5s 0.1s ease-out;
  transition: transform 0.5s 0.1s ease-out;
  transition: transform 0.5s 0.1s ease-out, -webkit-transform 0.5s 0.1s ease-out;
}
@media screen and (max-width: 992px) {
  .c-sub-mv__label-inner {
    font-size: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-sub-mv__label-inner {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.is-page-ready .c-sub-mv__label-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
アンカーボタン
=========================================================================*/
@media screen and (max-width: 992px) {
  .c-anchor {
    padding-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-anchor {
    padding-top: min(2.5rem, 10.6666666667vw);
  }
}

.c-anchor__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.25rem, 5.3333333333vw);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .c-anchor__inner {
    gap: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-anchor__inner {
    gap: min(1.5rem, 6.4vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: unset;
  }
}

.c-anchor__btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1;
  background-color: #E9E9E9;
  border-radius: min(0.3125rem, 1.3333333333vw);
  width: min(15.9375rem, 68vw);
  height: min(4.375rem, 18.6666666667vw);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-anchor__btn {
    width: clamp(min(13.625rem, 58.1333333333vw), 28.7804878049vw, min(14.875rem, 63.4666666667vw));
    font-size: min(1rem, 4.2666666667vw);
    height: min(3.75rem, 16vw);
  }
}
@media screen and (max-width: 576px) {
  .c-anchor__btn {
    width: 100%;
    height: min(4.25rem, 18.1333333333vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-anchor__btn:hover {
    color: #FFFFFF;
  }
  .c-anchor__btn:hover span {
    background-color: #FFFFFF;
  }
  .c-anchor__btn:hover span::before {
    background-color: #D40012;
  }
  .c-anchor__btn:hover::before {
    height: 100%;
  }
}
@media (hover: hover), (hover: none) {
  .c-anchor__btn:active {
    color: #FFFFFF;
  }
  .c-anchor__btn:active span {
    background-color: #FFFFFF;
  }
  .c-anchor__btn:active span::before {
    background-color: #D40012;
  }
  .c-anchor__btn:active::before {
    height: 100%;
  }
}
.c-anchor__btn::before {
  content: "";
  display: block;
  background-color: #D40012;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(0.1875rem, 0.8vw);
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  z-index: -1;
}
.c-anchor__btn span {
  display: block;
  background-color: #D40012;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  right: min(0.625rem, 2.6666666667vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(1.25rem, 5.3333333333vw);
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.c-anchor__btn span::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  aspect-ratio: 1/1;
  width: min(0.375rem, 1.6vw);
  height: min(0.375rem, 1.6vw);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(50% + min(0.0625rem, 0.2666666667vw));
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

/* ==========================================================================
メインタイトル（セクション見出し）
=========================================================================*/
.c-title-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.8125rem, 12vw);
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .c-title-main {
    font-size: min(2.4375rem, 10.4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: min(2.8125rem, 12vw);
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) and (max-width: 992px) {
  .c-title-main {
    font-size: min(2.4375rem, 10.4vw);
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .c-title-main {
    font-size: min(2.0625rem, 8.8vw);
    line-height: 1.4;
  }
}
.c-title-main.is_active .c-title-main__label span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-title-main__label {
  overflow: hidden;
}
.c-title-main__label span {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  color: #D40012;
  padding-bottom: min(0.3125rem, 1.3333333333vw);
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.5s 0.1s ease-out;
  transition: -webkit-transform 0.5s 0.1s ease-out;
  transition: transform 0.5s 0.1s ease-out;
  transition: transform 0.5s 0.1s ease-out, -webkit-transform 0.5s 0.1s ease-out;
}
@media screen and (max-width: 992px) {
  .c-title-main__label span {
    font-size: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-main__label span {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

/* ==========================================================================
ポイント番号付きタイトル
=========================================================================*/
@-webkit-keyframes scale-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-title-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-title-point {
    gap: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point {
    gap: min(0.625rem, 2.6666666667vw);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-title-point.is_active .c-title-point__number {
  -webkit-animation: scale-bounce 0.5s ease-out forwards;
          animation: scale-bounce 0.5s ease-out forwards;
}
.c-title-point.c-title-point--small .c-title-point__number {
  width: min(3.75rem, 16vw);
  height: min(3.75rem, 16vw);
  font-size: min(1.9375rem, 8.2666666667vw);
  top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--small .c-title-point__number {
    font-size: min(1.3125rem, 5.6vw);
    width: min(3.125rem, 13.3333333333vw);
    height: min(3.125rem, 13.3333333333vw);
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--small .c-title-point__number {
    font-size: min(1.125rem, 4.8vw);
    width: min(2.5rem, 10.6666666667vw);
    height: min(2.5rem, 10.6666666667vw);
    position: relative;
  }
}
.c-title-point.c-title-point--small .c-title-point__number::before {
  width: min(2.6875rem, 11.4666666667vw);
  left: max(-0.5625rem, -2.4vw);
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--small .c-title-point__number::before {
    width: min(2.4375rem, 10.4vw);
    left: max(-0.5rem, -2.1333333333vw);
    top: max(-0.9375rem, -4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--small .c-title-point__number::before {
    width: min(2.5rem, 10.6666666667vw);
    left: max(-0.75rem, -3.2vw);
    top: max(-0.625rem, -2.6666666667vw);
  }
}
.c-title-point.c-title-point--small .c-title-point__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.6875rem, 7.2vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--small .c-title-point__head {
    font-size: min(1.4375rem, 6.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--small .c-title-point__head {
    font-size: min(1.3125rem, 5.6vw);
    line-height: 1.4;
  }
}
.c-title-point.c-title-point--small .c-title-point__head {
  position: relative;
  top: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--culture .c-title-point__number {
    top: min(0.1875rem, 0.8vw) !important;
  }
}
.c-title-point.c-title-point--culture .c-title-point__number::before {
  background-image: url(../images/svg/text_culture.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 58/33;
  width: min(3.625rem, 15.4666666667vw);
  left: max(-0.75rem, -3.2vw);
  top: max(-0.875rem, -3.7333333333vw);
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--culture .c-title-point__number::before {
    width: min(3.125rem, 13.3333333333vw);
    top: max(-0.8125rem, -3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--culture .c-title-point__number::before {
    width: min(2.5rem, 10.6666666667vw);
    left: max(-0.625rem, -2.6666666667vw);
    top: max(-0.625rem, -2.6666666667vw);
  }
}
.c-title-point.c-title-point--culture .c-title-point__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--culture .c-title-point__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--culture .c-title-point__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.c-title-point.c-title-point--culture .c-title-point__head {
  position: relative;
  top: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--culture .c-title-point__head {
    font-size: min(1.5rem, 6.4vw);
  }
}
.c-title-point.c-title-point--attempt .c-title-point__number::before {
  background-image: url(../images/svg/text_attempt.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 66/38;
  width: min(4.125rem, 17.6vw);
  left: max(-0.875rem, -3.7333333333vw);
  top: max(-0.9375rem, -4vw);
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--attempt .c-title-point__number::before {
    width: min(3.625rem, 15.4666666667vw);
    top: max(-0.875rem, -3.7333333333vw);
  }
}
.c-title-point.c-title-point--attempt .c-title-point__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--attempt .c-title-point__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--attempt .c-title-point__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.c-title-point.c-title-point--attempt .c-title-point__head {
  position: relative;
  top: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--attempt .c-title-point__head {
    font-size: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--question .c-title-point__number {
    top: max(-0.25rem, -1.0666666667vw);
  }
}
.c-title-point.c-title-point--question .c-title-point__number::before {
  background-image: url(../images/svg/text_question.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 82/53;
  width: min(5.125rem, 21.8666666667vw);
  left: max(-1.25rem, -5.3333333333vw);
  top: max(-1.375rem, -5.8666666667vw);
}
@media screen and (max-width: 992px) {
  .c-title-point.c-title-point--question .c-title-point__number::before {
    width: min(4.375rem, 18.6666666667vw);
    left: max(-1.125rem, -4.8vw);
    top: max(-1.25rem, -5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point.c-title-point--question .c-title-point__number::before {
    width: min(3.125rem, 13.3333333333vw);
    left: max(-0.8125rem, -3.4666666667vw);
    top: max(-0.9375rem, -4vw);
  }
}

.c-title-point__number {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0.002em;
  line-height: 1;
  width: min(4.6875rem, 20vw);
  height: min(4.6875rem, 20vw);
  border-radius: 100vh;
  background-color: #D40012;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: max(-0.75rem, -3.2vw);
  margin-bottom: max(-0.75rem, -3.2vw);
}
@media screen and (max-width: 992px) {
  .c-title-point__number {
    font-size: min(1.9375rem, 8.2666666667vw);
    width: min(3.75rem, 16vw);
    height: min(3.75rem, 16vw);
    top: max(-0.4375rem, -1.8666666667vw);
    margin-bottom: max(-0.4375rem, -1.8666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point__number {
    font-size: min(1.3125rem, 5.6vw);
    width: min(2.8125rem, 12vw);
    height: min(2.8125rem, 12vw);
    position: relative;
    top: max(-0.125rem, -0.5333333333vw);
    margin-bottom: max(-0.1875rem, -0.8vw);
  }
}
.c-title-point__number::before {
  background-image: url(../images/svg/text_point.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  aspect-ratio: 47/30;
  height: auto;
  width: min(2.9375rem, 12.5333333333vw);
  position: absolute;
  top: max(-1.1875rem, -5.0666666667vw);
  left: max(-0.4375rem, -1.8666666667vw);
}
@media screen and (max-width: 992px) {
  .c-title-point__number::before {
    width: min(2.6875rem, 11.4666666667vw);
    left: max(-0.5625rem, -2.4vw);
    top: max(-1.125rem, -4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point__number::before {
    width: min(2.25rem, 9.6vw);
    left: max(-0.5625rem, -2.4vw);
    top: max(-0.9375rem, -4vw);
  }
}

.c-title-point__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-title-point__head {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-point__head {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}
.c-title-point__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ==========================================================================
フレックスコンテンツ（テキスト＋画像の並び）
=========================================================================*/
.c-flex-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .c-flex-contents {
    gap: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: min(1.875rem, 8vw);
  }
}

.c-flex-contents__text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-flex-contents__text-wrap.c-flex-contents__text-wrap--gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .c-flex-contents__text-wrap.c-flex-contents__text-wrap--gap {
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.c-flex-contents__img-wrap {
  width: 47.2222222222%;
}
@media screen and (max-width: 992px) {
  .c-flex-contents__img-wrap {
    width: 47.311827957%;
    max-width: min(22rem, 93.8666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-contents__img-wrap {
    width: 100%;
    max-width: unset;
  }
}
.c-flex-contents__img-wrap img {
  border-radius: min(1.25rem, 5.3333333333vw);
  width: 100%;
  height: auto;
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .c-flex-contents__img-wrap img {
    border-radius: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-contents__img-wrap img {
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}

.c-flex-contents--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* ==========================================================================
ピックアップコンテンツ
=========================================================================*/
.c-pick-contents {
  border-radius: min(1.25rem, 5.3333333333vw);
  border: min(0.1875rem, 0.8vw) solid #D40012;
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  padding: min(3.75rem, 16vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.75rem, 16vw);
  background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .c-pick-contents {
    padding: min(2.5rem, 10.6666666667vw);
    gap: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(1.875rem, 8vw) min(1.25rem, 5.3333333333vw) min(1.875rem, 8vw);
    border-width: min(0.125rem, 0.5333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
    gap: min(1.5rem, 6.4vw);
  }
}
.c-pick-contents.c-pick-contents--type2 {
  padding: min(2.5rem, 10.6666666667vw) min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .c-pick-contents.c-pick-contents--type2 {
    padding: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents.c-pick-contents--type2 {
    padding: min(1.875rem, 8vw) min(1.25rem, 5.3333333333vw) min(1.875rem, 8vw);
  }
}
.c-pick-contents.c-pick-contents--type2 .c-pick-contents__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-pick-contents.c-pick-contents--type2 .c-pick-contents__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents.c-pick-contents--type2 .c-pick-contents__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.c-pick-contents.c-pick-contents--type2 .c-pick-contents__subject {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.6875rem, 7.2vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-pick-contents.c-pick-contents--type2 .c-pick-contents__subject {
    font-size: min(1.4375rem, 6.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents.c-pick-contents--type2 .c-pick-contents__subject {
    font-size: min(1.3125rem, 5.6vw);
    line-height: 1.4;
  }
}

.c-pick-contents__head {
  background-image: url(../images/svg/line_2px_main.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: calc(min(0.3125rem, 1.3333333333vw) + min(0.3125rem, 1.3333333333vw)) min(0.125rem, 0.5333333333vw);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-pick-contents__head {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents__head {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}
.c-pick-contents__head {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #D40012;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-pick-contents__head {
    font-size: min(2rem, 8.5333333333vw);
  }
}
.c-pick-contents__head::before {
  background-image: url(../images/svg/icon_mark.svg);
  background-size: "contain";
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: min(1.375rem, 5.8666666667vw);
  height: auto;
  position: absolute;
  top: max(-0.625rem, -2.6666666667vw);
  left: max(-0.75rem, -3.2vw);
}

.c-pick-contents__text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: min(0.15625rem, 0.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-pick-contents__text-wrap {
    margin-top: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents__text-wrap {
    margin-top: min(0rem, 0vw);
  }
}

.c-pick-contents__subject {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-pick-contents__subject {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents__subject {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents__subject {
    text-align: center;
  }
}

.c-pick-contents__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .c-pick-contents__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.c-pick-contents__text {
  margin-top: min(1.25rem, 5.3333333333vw);
}

.c-pick-contents__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.5rem, 10.6666666667vw);
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-pick-contents__btn {
    gap: min(1.25rem, 5.3333333333vw);
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 819px) {
  .c-pick-contents__btn {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .c-pick-contents__btn {
    margin-top: min(1.875rem, 8vw);
  }
}

/* ==========================================================================
サブタイトル
=========================================================================*/
.c-title-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-title-sub {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-sub {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}
.c-title-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 576px) {
  .c-title-sub {
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
.c-title-sub::before {
  content: "";
  display: block;
  border-radius: 100vh;
  border: min(0.5rem, 2.1333333333vw) solid #D40012;
  width: min(1.875rem, 8vw);
  min-width: min(1.875rem, 8vw);
  height: min(1.875rem, 8vw);
  position: relative;
  top: min(0.875rem, 3.7333333333vw);
}
@media screen and (max-width: 992px) {
  .c-title-sub::before {
    width: min(1.25rem, 5.3333333333vw);
    min-width: min(1.25rem, 5.3333333333vw);
    height: min(1.25rem, 5.3333333333vw);
    border-width: min(0.375rem, 1.6vw);
    top: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-sub::before {
    width: min(1.125rem, 4.8vw);
    min-width: min(1.125rem, 4.8vw);
    height: min(1.125rem, 4.8vw);
    border-width: min(0.25rem, 1.0666666667vw);
    top: min(0.75rem, 3.2vw);
  }
}

/* ==========================================================================
インデックスタイトル（募集要項など）
=========================================================================*/
.c-title-idx {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title-idx.is_active .c-title-idx__label-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-title-idx__label {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  position: relative;
}
.c-title-idx__label span {
  background-image: url(../images/svg/icon_head_line.svg);
  background-size: min(1.875rem, 8vw) min(0.6875rem, 2.9333333333vw);
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: max(-1.125rem, -4.8vw);
  width: 100%;
  height: min(0.9375rem, 4vw);
}
@media screen and (max-width: 576px) {
  .c-title-idx__label span {
    background-size: min(1.625rem, 6.9333333333vw) min(0.59090625rem, 2.5212vw);
    bottom: max(-0.625rem, -2.6666666667vw);
    height: min(0.625rem, 2.6666666667vw);
  }
}
.c-title-idx__label span::before, .c-title-idx__label span::after {
  content: "";
  display: block;
  height: min(0.125rem, 0.5333333333vw);
  background-color: #D40012;
  position: absolute;
  top: 0;
  width: calc(50% - min(0.78125rem, 3.3333333333vw));
  border-radius: 100vh;
}
@media screen and (max-width: 576px) {
  .c-title-idx__label span::before, .c-title-idx__label span::after {
    height: min(0.09375rem, 0.4vw);
    top: min(0rem, 0vw);
  }
}
.c-title-idx__label span::before {
  left: 0;
}
.c-title-idx__label span::after {
  right: 0;
}
.c-title-idx__label {
  color: #D40012;
  padding-bottom: min(0.875rem, 3.7333333333vw);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-title-idx__label {
    font-size: min(1.1875rem, 5.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-idx__label {
    font-size: min(1rem, 4.2666666667vw);
    padding-bottom: min(0.625rem, 2.6666666667vw);
  }
}

.c-title-idx__label-inner {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.c-title-idx__head {
  height: min(5.3125rem, 22.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-title-idx__head {
    height: min(4.1875rem, 17.8666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-idx__head {
    height: min(3.4375rem, 14.6666666667vw);
  }
}
.c-title-idx__head img {
  width: auto;
  height: 100%;
}

.c-title-idx__head--small {
  height: min(4.75rem, 20.2666666667vw);
}
@media screen and (max-width: 992px) {
  .c-title-idx__head--small {
    height: min(3.6875rem, 15.7333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-idx__head--small {
    height: min(2.4375rem, 10.4vw);
  }
}

/* ==========================================================================
装飾付きタイトル（社員の声など）
=========================================================================*/
.c-title-dec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.c-title-dec::before, .c-title-dec::after {
  content: "";
  display: block;
  width: min(0.1875rem, 0.8vw);
  background-color: #D40012;
  border-radius: 100vh;
  height: min(2.5rem, 10.6666666667vw);
  position: absolute;
  bottom: min(0.1875rem, 0.8vw);
}
@media screen and (max-width: 992px) {
  .c-title-dec::before, .c-title-dec::after {
    height: min(2.1875rem, 9.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-dec::before, .c-title-dec::after {
    height: min(1.875rem, 8vw);
    width: min(0.125rem, 0.5333333333vw);
  }
}
.c-title-dec::before {
  left: max(-1.875rem, -8vw);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.c-title-dec::after {
  right: max(-1.75rem, -7.4666666667vw);
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.c-title-dec__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .c-title-dec__head {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-title-dec__head {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}
.c-title-dec__head {
  color: #D40012;
  background-image: url(../images/svg/line_2px_main.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: calc(min(0.3125rem, 1.3333333333vw) + min(0.3125rem, 1.3333333333vw)) min(0.125rem, 0.5333333333vw);
}

.c-header-contents-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 576px) {
  .c-header-contents-logo {
    margin-top: min(0.4375rem, 1.8666666667vw);
  }
}
.c-header-contents-logo img {
  display: block;
  height: auto;
  width: min(19.6875rem, 84vw);
}
@media screen and (max-width: 992px) {
  .c-header-contents-logo img {
    width: min(18.125rem, 77.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-header-contents-logo img {
    width: min(13.4375rem, 57.3333333333vw);
  }
}

.c-header-contents-logo-label {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(0.875rem, 3.7333333333vw);
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: #000000;
  color: #FFFFFF;
  padding: min(0.25rem, 1.0666666667vw) min(0.625rem, 2.6666666667vw) min(0.375rem, 1.6vw);
  border-radius: min(0.1875rem, 0.8vw);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: min(0.9375rem, 4vw);
  position: relative;
  top: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-header-contents-logo-label {
    font-size: min(0.75rem, 3.2vw);
    padding: min(0.1875rem, 0.8vw) min(0.5rem, 2.1333333333vw) min(0.25rem, 1.0666666667vw);
    margin-left: min(0.625rem, 2.6666666667vw);
    top: min(0.6875rem, 2.9333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-header-contents-logo-label {
    font-size: min(0.53125rem, 2.2666666667vw);
    font-weight: 500;
    padding: min(0.25rem, 1.0666666667vw) min(0.3125rem, 1.3333333333vw) min(0.25rem, 1.0666666667vw);
    margin-left: min(0.5rem, 2.1333333333vw);
    top: min(0.4375rem, 1.8666666667vw);
  }
}

a.c-header-contents-logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a.c-header-contents-logo:hover {
    opacity: 0.75;
  }
}
@media (hover: hover), (hover: none) {
  a.c-header-contents-logo:active {
    opacity: 0.75;
  }
}

.c-header-contents {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.5rem, 10.6666666667vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  .c-header-contents {
    gap: min(1.875rem, 8vw);
  }
}

.c-header-contents__btn {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-header-contents__btn:has(+ .is-active) {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .c-header-contents__btn {
    display: none;
  }
}

.c-header-contents__menu-btn {
  width: min(5rem, 21.3333333333vw);
  height: min(5rem, 21.3333333333vw);
  background-color: #D40012;
  border-bottom-left-radius: min(0.5rem, 2.1333333333vw);
  border-left: min(0.1875rem, 0.8vw) solid #D40012;
  border-bottom: min(0.1875rem, 0.8vw) solid #D40012;
  position: relative;
  -webkit-transition: background-color 0.4s, opacity 0.3s;
  transition: background-color 0.4s, opacity 0.3s;
  z-index: 99999;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .c-header-contents__menu-btn {
    width: min(3.75rem, 16vw);
    height: min(3.75rem, 16vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-header-contents__menu-btn:hover span {
    background-color: #D40012;
  }
  .c-header-contents__menu-btn:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media (hover: hover), (hover: none) {
  .c-header-contents__menu-btn:active span {
    background-color: #D40012;
  }
  .c-header-contents__menu-btn:active::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.c-header-contents__menu-btn.is-active {
  background-color: #FFFFFF;
  border: none;
  position: relative;
  z-index: 99999;
}
@media (hover: hover) and (pointer: fine) {
  .c-header-contents__menu-btn.is-active:hover span {
    background-color: #FFFFFF;
  }
}
@media (hover: hover), (hover: none) {
  .c-header-contents__menu-btn.is-active:active span {
    background-color: #FFFFFF;
  }
}
.c-header-contents__menu-btn.is-active span {
  background-color: #D40012;
}
.c-header-contents__menu-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-header-contents__menu-btn.is-active span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-header-contents__menu-btn.is-active::before {
  background-color: #D40012;
}
.c-header-contents__menu-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.c-header-contents__menu-btn span {
  height: min(0.25rem, 1.0666666667vw);
  width: min(2.625rem, 11.2vw);
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: background-color 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 576px) {
  .c-header-contents__menu-btn span {
    width: min(2.1875rem, 9.3333333333vw);
    height: min(0.1875rem, 0.8vw);
  }
}
.c-header-contents__menu-btn span:nth-of-type(1) {
  -webkit-transform: translate(-50%, calc(-50% - min(0.4375rem, 1.8666666667vw)));
          transform: translate(-50%, calc(-50% - min(0.4375rem, 1.8666666667vw)));
}
@media screen and (max-width: 576px) {
  .c-header-contents__menu-btn span:nth-of-type(1) {
    -webkit-transform: translate(-50%, calc(-50% - min(0.375rem, 1.6vw)));
            transform: translate(-50%, calc(-50% - min(0.375rem, 1.6vw)));
  }
}
.c-header-contents__menu-btn span:nth-of-type(2) {
  -webkit-transform: translate(-50%, calc(-50% + min(0.4375rem, 1.8666666667vw)));
          transform: translate(-50%, calc(-50% + min(0.4375rem, 1.8666666667vw)));
}
@media screen and (max-width: 576px) {
  .c-header-contents__menu-btn span:nth-of-type(2) {
    -webkit-transform: translate(-50%, calc(-50% + min(0.375rem, 1.6vw)));
            transform: translate(-50%, calc(-50% + min(0.375rem, 1.6vw)));
  }
}

.header-menu {
  position: fixed;
  height: 100dvh;
  width: 100%;
  max-width: min(36.25rem, 154.6666666667vw);
  background-color: #D40012;
  top: 0;
  right: 0;
  padding-block: min(6.875rem, 29.3333333333vw) min(0rem, 0vw);
  padding-inline: min(0.9375rem, 4vw) min(1.25rem, 5.3333333333vw);
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.7s;
  transition: opacity 0.6s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.6s;
  transition: transform 0.7s, opacity 0.6s, -webkit-transform 0.7s;
}
@media screen and (max-width: 992px) {
  .header-menu {
    max-width: min(32.5rem, 138.6666666667vw);
    padding-inline: min(0.3125rem, 1.3333333333vw) min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu {
    max-width: min(19.375rem, 82.6666666667vw);
    padding-inline: min(0rem, 0vw);
    padding-block: min(5.625rem, 24vw) min(0rem, 0vw);
  }
}
.header-menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header-menu-bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 99;
}
.header-menu-bg.is-active {
  opacity: 1;
  pointer-events: auto;
}

.header-menu__inner {
  height: 100%;
  max-height: 100%;
  padding-bottom: min(5.625rem, 24vw);
  padding-inline: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .header-menu__inner {
    padding-bottom: min(3.125rem, 13.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__inner {
    padding-inline: min(0.9375rem, 4vw);
  }
}

.header-menu [data-simplebar] .simplebar-track.simplebar-vertical {
  top: min(0.375rem, 1.6vw);
  bottom: min(0.375rem, 1.6vw);
  width: min(0.625rem, 2.6666666667vw);
  right: max(-1.25rem, -5.3333333333vw);
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: min(62.4375rem, 266.4vw);
}
@media screen and (max-width: 576px) {
  .header-menu [data-simplebar] .simplebar-track.simplebar-vertical {
    right: max(-0.625rem, -2.6666666667vw);
  }
}
.header-menu [data-simplebar] .simplebar-scrollbar:before {
  left: min(0.125rem, 0.5333333333vw);
  right: min(0.125rem, 0.5333333333vw);
  top: min(0.125rem, 0.5333333333vw);
  bottom: min(0.125rem, 0.5333333333vw);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: min(62.4375rem, 266.4vw);
  opacity: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header-menu [data-simplebar] .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.header-menu [data-simplebar] .simplebar-scrollbar:hover:before {
  background-color: #FFFFFF;
}

.header-menu__item {
  padding-bottom: min(2rem, 8.5333333333vw);
  position: relative;
  padding-inline: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .header-menu__item {
    padding-bottom: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__item {
    padding-inline: min(0.3125rem, 1.3333333333vw);
    padding-bottom: min(1.5rem, 6.4vw);
  }
}
.header-menu__item:nth-of-type(n + 2) {
  margin-top: min(2rem, 8.5333333333vw);
  padding-inline: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .header-menu__item:nth-of-type(n + 2) {
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__item:nth-of-type(n + 2) {
    padding-inline: min(0.3125rem, 1.3333333333vw);
    margin-top: min(1.5rem, 6.4vw);
  }
}
.header-menu__item::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: min(0.1875rem, 0.8vw) dashed #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
@media screen and (max-width: 992px) {
  .header-menu__item::before {
    border-bottom: min(0.125rem, 0.5333333333vw) dashed #FFFFFF;
  }
}

.header-menu__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0.05em;
  line-height: 1.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__link:hover {
    opacity: 0.8;
  }
}
@media (hover: hover), (hover: none) {
  .header-menu__link:active {
    opacity: 0.8;
  }
}
.header-menu__link {
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .header-menu__link {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__link {
    font-size: min(1.375rem, 5.8666666667vw);
  }
}

.header-menu__sub-list {
  margin-top: min(0.75rem, 3.2vw);
  margin-left: min(0.5rem, 2.1333333333vw);
}
@media screen and (max-width: 992px) {
  .header-menu__sub-list {
    margin-top: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__sub-list {
    margin-top: min(0.625rem, 2.6666666667vw);
    margin-left: min(0.3125rem, 1.3333333333vw);
  }
}

.header-menu__sub-link a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0.002em;
  line-height: 1.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__sub-link a:hover {
    opacity: 0.8;
  }
}
@media (hover: hover), (hover: none) {
  .header-menu__sub-link a:active {
    opacity: 0.8;
  }
}
.header-menu__sub-link a {
  color: #FFFFFF;
  display: block;
  padding-block: min(0.5rem, 2.1333333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.5rem, 2.1333333333vw);
}
@media screen and (max-width: 992px) {
  .header-menu__sub-link a {
    font-size: min(1.1875rem, 5.0666666667vw);
    padding-block: min(0.46875rem, 2vw);
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__sub-link a {
    padding-block: min(0.375rem, 1.6vw);
    font-size: min(1.0625rem, 4.5333333333vw);
  }
}
.header-menu__sub-link a::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: min(0.4375rem, 1.8666666667vw);
  height: min(0.4375rem, 1.8666666667vw);
  border-radius: 100vh;
  position: relative;
  top: min(0.8125rem, 3.4666666667vw);
}
@media screen and (max-width: 992px) {
  .header-menu__sub-link a::before {
    top: min(0.75rem, 3.2vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__sub-link a::before {
    width: min(0.3125rem, 1.3333333333vw);
    height: min(0.3125rem, 1.3333333333vw);
    top: min(0.6875rem, 2.9333333333vw);
  }
}

.header-menu__btn {
  width: 100%;
  margin-top: min(3.75rem, 16vw);
}
@media screen and (max-width: 576px) {
  .header-menu__btn {
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 992px) {
  .header-menu__btn .c-button {
    font-size: min(1.4375rem, 6.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .header-menu__btn .c-button {
    font-size: min(1.125rem, 4.8vw);
  }
}

.c-slider__inner:not(.is-ready) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-slider__inner:not(.is-ready) .c-slider__item {
  width: min(21.875rem, 93.3333333333vw);
}

.c-slider__item {
  padding-inline: min(0.9375rem, 4vw);
  padding-bottom: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 576px) {
  .c-slider__item {
    padding-inline: min(0.625rem, 2.6666666667vw);
    padding-bottom: min(0.3125rem, 1.3333333333vw);
  }
}
.c-slider__item:nth-of-type(even) {
  margin-top: min(3.75rem, 16vw);
}
@media screen and (max-width: 576px) {
  .c-slider__item:nth-of-type(even) {
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}
.c-slider__item img {
  border-radius: max(min(0.625rem, 2.6666666667vw), 0.7320644217vw);
  width: 100%;
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #E9E9E9;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #E9E9E9;
}
@media screen and (max-width: 992px) {
  .c-slider__item img {
    border-radius: max(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #E9E9E9;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #E9E9E9;
  }
}
@media screen and (max-width: 576px) {
  .c-slider__item img {
    border-radius: max(min(0.3125rem, 1.3333333333vw), 1.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #E9E9E9;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #E9E9E9;
  }
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-table {
  border-radius: min(1.25rem, 5.3333333333vw);
  background-color: #E9E9E9;
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
}
@media screen and (max-width: 576px) {
  .c-table {
    border-radius: min(0.9375rem, 4vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  }
}
.c-table.c-table--white {
  background-color: #FFFFFF;
}
.c-table.c-table--white .c-table__item:not(:last-of-type) {
  border-color: #E9E9E9;
}

.c-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw);
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-table__item {
    padding: min(1.25rem, 5.3333333333vw) min(1.875rem, 8vw);
    gap: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: min(1.25rem, 5.3333333333vw);
    gap: min(0.5rem, 2.1333333333vw);
  }
}
.c-table__item:not(:last-of-type) {
  border-bottom: min(0.0625rem, 0.2666666667vw) solid #FFFFFF;
}

.c-table__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 2;
  min-width: min(10rem, 42.6666666667vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.3125rem, 1.3333333333vw);
}
.c-table__head::before {
  content: "";
  display: block;
  width: min(0.875rem, 3.7333333333vw);
  height: min(0.875rem, 3.7333333333vw);
  border: min(0.25rem, 1.0666666667vw) solid #D40012;
  border-radius: 100vh;
  position: relative;
  top: min(0.75rem, 3.2vw);
}
@media screen and (max-width: 992px) {
  .c-table__head::before {
    top: min(0.78125rem, 3.3333333333vw);
    width: min(0.75rem, 3.2vw);
    height: min(0.75rem, 3.2vw);
    border-width: min(0.1875rem, 0.8vw);
  }
}
@media screen and (max-width: 992px) {
  .c-table__head {
    font-size: min(1rem, 4.2666666667vw);
    min-width: min(8.125rem, 34.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-table__head {
    font-size: min(1.125rem, 4.8vw);
  }
}

.c-table__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 2;
}
.c-table__content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.5rem, 2.1333333333vw);
}
@media screen and (max-width: 576px) {
  .c-table__content li {
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
.c-table__content li::before {
  content: "";
  display: block;
  width: min(0.375rem, 1.6vw);
  height: min(0.375rem, 1.6vw);
  border-radius: 100vh;
  background-color: #D40012;
  position: relative;
  top: min(1rem, 4.2666666667vw);
}
@media screen and (max-width: 576px) {
  .c-table__content li::before {
    font-size: min(0.84375rem, 3.6vw);
  }
}
.c-table__content span {
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .c-table__content {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.c-table__pts {
  margin-top: min(0.3125rem, 1.3333333333vw);
}

.c-table__pt {
  margin-top: min(0.9375rem, 4vw);
}

.c-voice {
  position: relative;
}
.c-voice.c-voice--white .c-voice__item {
  background-color: #FFFFFF;
}

.c-voice__inner {
  padding-bottom: min(0.5rem, 2.1333333333vw) !important;
}
.c-voice__inner:not(.is-ready) {
  width: 99999px !important;
}
.c-voice__inner:not(.is-ready) .c-voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.5rem, 10.6666666667vw);
  max-width: min(51.25rem, 218.6666666667vw);
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.c-voice__item {
  background-color: #E9E9E9;
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  border-radius: min(1.25rem, 5.3333333333vw);
  padding: min(2.5rem, 10.6666666667vw) min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .c-voice__item {
    border-radius: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-voice__item {
    padding: min(1.875rem, 8vw) min(3.125rem, 13.3333333333vw);
  }
}

.c-voice__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .c-voice__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.p-voice__by {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 2;
  text-align: right;
  margin-top: min(1.25rem, 5.3333333333vw);
}

.c-voice__navigation-btn {
  aspect-ratio: 1/1;
  width: min(3.125rem, 13.3333333333vw);
  height: auto;
  background-color: #FFFFFF;
  border: min(0.0625rem, 0.2666666667vw) solid #D40012;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-voice__navigation-btn.c-voice__navigation-btn--prev {
  left: 18.0819912152%;
}
@media screen and (max-width: 992px) {
  .c-voice__navigation-btn.c-voice__navigation-btn--prev {
    left: 9.1463414634%;
  }
}
@media screen and (max-width: 576px) {
  .c-voice__navigation-btn.c-voice__navigation-btn--prev {
    left: 4%;
  }
}
.c-voice__navigation-btn.c-voice__navigation-btn--prev::before {
  left: max(-0.1875rem, -0.8vw);
}
.c-voice__navigation-btn.c-voice__navigation-btn--next {
  right: 18.0819912152%;
}
@media screen and (max-width: 992px) {
  .c-voice__navigation-btn.c-voice__navigation-btn--next {
    right: 9.1463414634%;
  }
}
@media screen and (max-width: 576px) {
  .c-voice__navigation-btn.c-voice__navigation-btn--next {
    right: 4%;
  }
}
.c-voice__navigation-btn.c-voice__navigation-btn--next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: min(0.1875rem, 0.8vw);
}
.c-voice__navigation-btn::before {
  content: "";
  position: relative;
  display: block;
  width: min(0.75rem, 3.2vw);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #D40012;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.c-animation-img {
  border-radius: min(1.25rem, 5.3333333333vw);
  height: min(23.875rem, 101.8666666667vw);
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s 0.5s;
  transition: -webkit-box-shadow 0.3s 0.5s;
  transition: box-shadow 0.3s 0.5s;
  transition: box-shadow 0.3s 0.5s, -webkit-box-shadow 0.3s 0.5s;
}
@media screen and (max-width: 992px) {
  .c-animation-img {
    height: min(16.4375rem, 70.1333333333vw);
    border-radius: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-animation-img {
    height: min(13.125rem, 56vw);
    border-radius: min(0.625rem, 2.6666666667vw);
  }
}
.c-animation-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.9s ease-out;
  transition: -webkit-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-animation-img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.c-animation-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.c-animation-img.is_active {
  -webkit-box-shadow: min(0.75rem, 3.2vw) min(0.75rem, 3.2vw) 0 #DADADA;
          box-shadow: min(0.75rem, 3.2vw) min(0.75rem, 3.2vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .c-animation-img.is_active {
    -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
            box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
  }
}
@media screen and (max-width: 576px) {
  .c-animation-img.is_active {
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  }
}
.c-animation-img.is_active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-animation-img.is_active::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* ==========================================================================
TOP（index）ページ専用
=========================================================================*/
.is-already-visit.is-page-ready.page-top .l-header,
.is-already-visit.is-page-ready.page-top .p-top-bg::before,
.is-already-visit.is-page-ready.page-top .p-top-mv__link,
.is-already-visit.is-page-ready.page-top .p-top-mv__img-wrap,
.is-already-visit.is-page-ready.page-top .p-top-mv__inner,
.is-already-visit.is-page-ready.page-top .p-top-mv__head,
.is-already-visit.is-page-ready.page-top .p-top-mv__label {
  -webkit-transition: unset !important;
  transition: unset !important;
}
.is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg {
  -webkit-transition: unset !important;
  transition: unset !important;
}
.is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg .svg-img-triangle {
  -webkit-animation: sec-shape-float 3s 0s ease-in-out infinite;
          animation: sec-shape-float 3s 0s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg .svg-img-triangle {
    -webkit-animation: sec-shape-float-sp 3s 0s ease-in-out infinite;
            animation: sec-shape-float-sp 3s 0s ease-in-out infinite;
  }
}
.is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg .svg-img-slash-rect {
  -webkit-animation: sec-shape-float-reverse 4.5s 0s ease-in-out infinite;
          animation: sec-shape-float-reverse 4.5s 0s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg .svg-img-slash-rect {
    -webkit-animation: sec-shape-float-reverse-sp 4.5s 0s ease-in-out infinite;
            animation: sec-shape-float-reverse-sp 4.5s 0s ease-in-out infinite;
  }
}
.is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg .svg-img-donut {
  -webkit-animation: sec-shape-float 4.5s 0s ease-in-out infinite;
          animation: sec-shape-float 4.5s 0s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .is-already-visit.is-page-ready.page-top .p-top-bg .l-sec-bg .svg-img-donut {
    -webkit-animation: sec-shape-float-sp 4.5s 0s ease-in-out infinite;
            animation: sec-shape-float-sp 4.5s 0s ease-in-out infinite;
  }
}

.page-top {
  overflow: hidden;
}
.page-top .l-header {
  opacity: 0;
  -webkit-transition: opacity 0.8s 2.3s ease-out;
  transition: opacity 0.8s 2.3s ease-out;
}
.page-top .p-top-bg .l-sec-bg {
  opacity: 0;
  -webkit-transition: opacity 0.8s 1s ease-out;
  transition: opacity 0.8s 1s ease-out;
}
.page-top .p-top-mv__link {
  opacity: 0;
  -webkit-transition: opacity 0.8s 2.3s ease-out;
  transition: opacity 0.8s 2.3s ease-out;
}
.page-top .p-top-mv__img-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s ease-out;
  transition: opacity 0.8s 0.2s ease-out;
}
.page-top .p-top-mv__inner {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease-in-out;
  transition: opacity 0.4s 0.5s ease-in-out;
}
.page-top .p-top-mv__head,
.page-top .p-top-mv__label {
  -webkit-transition: -webkit-filter 1s 1s ease-out;
  transition: -webkit-filter 1s 1s ease-out;
  transition: filter 1s 1s ease-out;
  transition: filter 1s 1s ease-out, -webkit-filter 1s 1s ease-out;
}
.page-top.is-page-ready {
  overflow: visible;
}
.page-top.is-page-ready .l-header {
  opacity: 1;
}
.page-top.is-page-ready .p-top-bg .l-sec-bg {
  opacity: 1;
}
.page-top.is-page-ready .p-top-bg .l-sec-bg .p-top-bg .svg-img-triangle {
  -webkit-animation: unset;
          animation: unset;
}
@media screen and (max-width: 576px) {
  .page-top.is-page-ready .p-top-bg .l-sec-bg .p-top-bg .svg-img-triangle {
    -webkit-animation: unset;
            animation: unset;
  }
}
.page-top.is-page-ready .p-top-bg .l-sec-bg .p-top-bg .svg-img-slash-rect {
  -webkit-animation: unset;
          animation: unset;
}
@media screen and (max-width: 576px) {
  .page-top.is-page-ready .p-top-bg .l-sec-bg .p-top-bg .svg-img-slash-rect {
    -webkit-animation: unset;
            animation: unset;
  }
}
.page-top.is-page-ready .p-top-bg .l-sec-bg .p-top-bg .svg-img-donut {
  -webkit-animation: unset;
          animation: unset;
}
@media screen and (max-width: 576px) {
  .page-top.is-page-ready .p-top-bg .l-sec-bg .p-top-bg .svg-img-donut {
    -webkit-animation: unset;
            animation: unset;
  }
}
.page-top.is-page-ready .p-top-bg .l-sec-bg .svg-img-triangle {
  -webkit-animation: sec-shape-float 3s 2.3s ease-in-out infinite;
          animation: sec-shape-float 3s 2.3s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .page-top.is-page-ready .p-top-bg .l-sec-bg .svg-img-triangle {
    -webkit-animation: sec-shape-float-sp 3s 2.3s ease-in-out infinite;
            animation: sec-shape-float-sp 3s 2.3s ease-in-out infinite;
  }
}
.page-top.is-page-ready .p-top-bg .l-sec-bg .svg-img-slash-rect {
  -webkit-animation: sec-shape-float-reverse 4.5s 2.3s ease-in-out infinite;
          animation: sec-shape-float-reverse 4.5s 2.3s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .page-top.is-page-ready .p-top-bg .l-sec-bg .svg-img-slash-rect {
    -webkit-animation: sec-shape-float-reverse-sp 4.5s 2.3s ease-in-out infinite;
            animation: sec-shape-float-reverse-sp 4.5s 2.3s ease-in-out infinite;
  }
}
.page-top.is-page-ready .p-top-bg .l-sec-bg .svg-img-donut {
  -webkit-animation: sec-shape-float 4.5s 2.3s ease-in-out infinite;
          animation: sec-shape-float 4.5s 2.3s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .page-top.is-page-ready .p-top-bg .l-sec-bg .svg-img-donut {
    -webkit-animation: sec-shape-float-sp 4.5s 2.3s ease-in-out infinite;
            animation: sec-shape-float-sp 4.5s 2.3s ease-in-out infinite;
  }
}
.page-top.is-page-ready .p-top-mv__link {
  opacity: 1;
}
.page-top.is-page-ready .p-top-mv__img-wrap {
  opacity: 1;
}
.page-top.is-page-ready .p-top-mv__inner {
  opacity: 1;
}
.page-top.is-page-ready .p-top-mv__label {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.page-top.is-page-ready .p-top-mv__head {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-top-bg {
  position: relative;
  overflow: hidden;
  background-color: #E9E9E9;
  padding-bottom: min(10rem, 42.6666666667vw);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-bg {
    padding-bottom: min(6rem, 25.6vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-bg {
    padding-bottom: min(2.6875rem, 11.4666666667vw);
  }
}
.p-top-bg::after {
  background-image: url(../images/compression/bg_mv_circle_pc_half.png);
}
@supports (background-image: url(../images/webp/bg_mv_circle_pc.webp)) {
  .p-top-bg::after {
    background-image: url(../images/webp/bg_mv_circle_pc.webp);
  }
}
.p-top-bg::after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 100%;
  height: min(10rem, 42.6666666667vw);
  position: absolute;
  left: 0;
  bottom: max(-0.0625rem, -0.2666666667vw);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-bg::after {
    background-image: url(../images/compression/bg_mv_circle_tb_half.png);
  }
  @supports (background-image: url(../images/webp/bg_mv_circle_tb.webp)) {
    .p-top-bg::after {
      background-image: url(../images/webp/bg_mv_circle_tb.webp);
    }
  }
  .p-top-bg::after {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: min(6rem, 25.6vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-bg::after {
    background-image: url(../images/compression/bg_mv_circle_sp_half.png);
  }
  @supports (background-image: url(../images/webp/bg_mv_circle_sp.webp)) {
    .p-top-bg::after {
      background-image: url(../images/webp/bg_mv_circle_sp.webp);
    }
  }
  .p-top-bg::after {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: min(2.6875rem, 11.4666666667vw);
  }
}

.p-top-mv {
  height: max(min(48rem, 204.8vw), 56.2225475842vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-mv {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: min(42.5rem, 181.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv {
    height: 175.2vw;
  }
}

.p-top-mv__inner {
  position: relative;
  top: max(-0.625rem, -2.6666666667vw);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-mv__inner {
    top: min(13.4375rem, 57.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__inner {
    top: 68vw;
  }
}

.p-top-mv__img-wrap {
  position: absolute;
}
.p-top-mv__img-wrap:nth-of-type(1) {
  width: 38.7994143485%;
  top: min(0rem, 0vw);
  bottom: auto;
  left: 0%;
  right: auto;
  border-radius: max(min(1.25rem, 5.3333333333vw), 1.4641288433vw);
  -webkit-box-shadow: min(0.75rem, 3.2vw) min(0.75rem, 3.2vw) 0 #FFFFFF;
          box-shadow: min(0.75rem, 3.2vw) min(0.75rem, 3.2vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-mv__img-wrap:nth-of-type(1) {
    width: 41.4634146341%;
    top: min(0rem, 0vw);
    bottom: auto;
    left: 0%;
    right: auto;
    border-radius: max(min(1.25rem, 5.3333333333vw), 2.4390243902vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__img-wrap:nth-of-type(1) {
    width: 74.4%;
    top: min(4.375rem, 18.6666666667vw);
    bottom: auto;
    left: 0%;
    right: auto;
    border-radius: max(min(0.625rem, 2.6666666667vw), 2.6666666667vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-mv__img-wrap:nth-of-type(2) {
  width: 0%;
  top: min(3.375rem, 14.4vw);
  bottom: auto;
  left: auto;
  right: 31.4055636896%;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .p-top-mv__img-wrap:nth-of-type(2) {
    width: 0%;
    top: min(5.25rem, 22.4vw);
    bottom: auto;
    left: auto;
    right: 35.3658536585%;
    border-radius: max(min(0.9375rem, 4vw), 1.8292682927vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__img-wrap:nth-of-type(2) {
    width: 0%;
    top: min(13.3125rem, 56.8vw);
    bottom: auto;
    left: 18.4%;
    right: auto;
    border-radius: max(min(0.5rem, 2.1333333333vw), 2.1333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.p-top-mv__img-wrap:nth-of-type(3) {
  width: 26.3543191801%;
  top: min(8.0625rem, 34.4vw);
  bottom: auto;
  left: auto;
  right: 2.1229868228%;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-mv__img-wrap:nth-of-type(3) {
    width: 31.7073170732%;
    top: min(8.0625rem, 34.4vw);
    bottom: auto;
    left: auto;
    right: 0.8536585366%;
    border-radius: max(min(0.9375rem, 4vw), 1.8292682927vw);
    -webkit-box-shadow: min(0.375rem, 1.6vw) min(0.375rem, 1.6vw) 0 #FFFFFF;
            box-shadow: min(0.375rem, 1.6vw) min(0.375rem, 1.6vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__img-wrap:nth-of-type(3) {
    width: 45.3333333333%;
    top: min(10.3125rem, 44vw);
    bottom: auto;
    left: auto;
    right: 1.3333333333%;
    border-radius: max(min(0.625rem, 2.6666666667vw), 2.6666666667vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-mv__img-wrap:nth-of-type(4) {
  width: 26.3543191801%;
  top: auto;
  bottom: min(5.75rem, 24.5333333333vw);
  left: 3.6603221083%;
  right: auto;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-mv__img-wrap:nth-of-type(4) {
    width: 34.0243902439%;
    top: auto;
    bottom: min(6.5625rem, 28vw);
    left: 3.6585365854%;
    right: auto;
    border-radius: max(min(0.9375rem, 4vw), 1.8292682927vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__img-wrap:nth-of-type(4) {
    width: 42.6666666667%;
    top: auto;
    bottom: min(6rem, 25.6vw);
    left: 0%;
    right: auto;
    border-radius: max(min(0.5rem, 2.1333333333vw), 2.1333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-mv__img-wrap:nth-of-type(5) {
  width: 35.1390922401%;
  top: auto;
  bottom: min(0.625rem, 2.6666666667vw);
  left: auto;
  right: 0%;
  border-radius: max(min(1.25rem, 5.3333333333vw), 1.4641288433vw);
  -webkit-box-shadow: min(0.75rem, 3.2vw) min(0.75rem, 3.2vw) 0 #FFFFFF;
          box-shadow: min(0.75rem, 3.2vw) min(0.75rem, 3.2vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-mv__img-wrap:nth-of-type(5) {
    width: 41.4634146341%;
    top: auto;
    bottom: min(0rem, 0vw);
    left: auto;
    right: 2.4390243902%;
    border-radius: max(min(1.25rem, 5.3333333333vw), 2.4390243902vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__img-wrap:nth-of-type(5) {
    width: 64%;
    top: auto;
    bottom: min(0.3125rem, 1.3333333333vw);
    left: auto;
    right: 1.3333333333%;
    border-radius: max(min(0.5rem, 2.1333333333vw), 2.1333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-mv__img-wrap img {
  width: 100%;
}

.p-top-mv__label {
  position: relative;
}
.p-top-mv__label span {
  background-image: url(../images/svg/icon_head_line.svg);
  background-size: min(1.875rem, 8vw) min(0.6875rem, 2.9333333333vw);
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: max(-1.125rem, -4.8vw);
  width: 100%;
  height: min(0.9375rem, 4vw);
  background-image: url(../images/svg/icon_head_line_lg.svg);
  background-size: min(4.6875rem, 20vw) min(1.875rem, 8vw);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .p-top-mv__label span {
    background-size: min(1.625rem, 6.9333333333vw) min(0.59090625rem, 2.5212vw);
    bottom: max(-0.625rem, -2.6666666667vw);
    height: min(0.625rem, 2.6666666667vw);
  }
}
.p-top-mv__label span::before, .p-top-mv__label span::after {
  content: "";
  display: block;
  height: min(0.125rem, 0.5333333333vw);
  background-color: #D40012;
  position: absolute;
  top: 0;
  width: calc(50% - min(0.78125rem, 3.3333333333vw));
  border-radius: 100vh;
  height: min(0.1875rem, 0.8vw);
}
@media screen and (max-width: 576px) {
  .p-top-mv__label span::before, .p-top-mv__label span::after {
    height: min(0.09375rem, 0.4vw);
    top: min(0rem, 0vw);
  }
}
.p-top-mv__label span::before {
  left: 0;
}
.p-top-mv__label span::after {
  right: 0;
}
.p-top-mv__label {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0.0025em;
  line-height: 1.4;
  text-shadow: 0 0 min(0.625rem, 2.6666666667vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.875rem, 8vw) #ebedf0, 0 0 min(2.5rem, 10.6666666667vw) #ebedf0;
  font-size: max(min(1.375rem, 5.8666666667vw), 1.6105417277vw);
  color: #D40012;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  left: max(-0.5rem, -2.1333333333vw);
  -webkit-filter: blur(min(0.25rem, 1.0666666667vw));
          filter: blur(min(0.25rem, 1.0666666667vw));
}
@media screen and (max-width: 992px) {
  .p-top-mv__label {
    font-size: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__label {
    font-size: 4.2666666667vw;
    margin-right: min(0.5rem, 2.1333333333vw);
  }
}
.p-top-mv__label span {
  background-size: min(3.125rem, 13.3333333333vw) min(0.6875rem, 2.9333333333vw);
  bottom: max(-0.75rem, -3.2vw);
  height: min(0.9375rem, 4vw);
}
.p-top-mv__label span::before, .p-top-mv__label span::after {
  height: min(0.125rem, 0.5333333333vw);
  top: min(0.15625rem, 0.6666666667vw);
}

.p-top-mv__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(5.5625rem, 23.7333333333vw);
  letter-spacing: 0.005em;
  line-height: 1.22;
  text-shadow: 0 0 min(0.625rem, 2.6666666667vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.875rem, 8vw) #ebedf0, 0 0 min(2.5rem, 10.6666666667vw) #ebedf0;
  font-size: max(min(5.5625rem, 23.7333333333vw), 6.5153733529vw);
  text-align: center;
  margin-top: min(0.9375rem, 4vw);
  -webkit-filter: blur(min(0.5rem, 2.1333333333vw));
          filter: blur(min(0.5rem, 2.1333333333vw));
}
@media screen and (max-width: 992px) {
  .p-top-mv__head {
    font-size: min(5.125rem, 21.8666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head {
    font-size: 15.4666666667vw;
    line-height: 1.1;
  }
}

.p-top-mv__head-bottom {
  position: relative;
  left: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-mv__head-bottom {
    left: min(0.8125rem, 3.4666666667vw);
    font-size: min(5.25rem, 22.4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head-bottom {
    font-size: 15.4666666667vw;
    left: 3.7333333333vw;
  }
}

.p-top-mv__head--smaller {
  font-size: max(min(3.375rem, 14.4vw), 3.953147877vw);
  padding-inline: min(0.375rem, 1.6vw);
}
@media screen and (max-width: 992px) {
  .p-top-mv__head--smaller {
    font-size: min(3.1875rem, 13.6vw);
    padding-inline: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head--smaller {
    font-size: 9.6vw;
  }
}

.p-top-mv__head--smallest {
  font-size: max(min(3.1875rem, 13.6vw), 3.7335285505vw);
  padding-left: min(0.375rem, 1.6vw);
}
@media screen and (max-width: 992px) {
  .p-top-mv__head--smallest {
    font-size: min(3rem, 12.8vw);
    padding-left: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head--smallest {
    font-size: 8.2666666667vw;
  }
}

.p-top-mv__head--color {
  font-size: max(min(5.8125rem, 24.8vw), 6.8081991215vw);
  color: #D40012;
}
@media screen and (max-width: 992px) {
  .p-top-mv__head--color {
    font-size: min(5.375rem, 22.9333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head--color {
    font-size: 17.0666666667vw;
  }
}

.p-top-mv__head--small {
  font-size: max(min(4.25rem, 18.1333333333vw), 4.9780380673vw);
  padding-inline: min(0.8125rem, 3.4666666667vw) min(0.5625rem, 2.4vw);
}
@media screen and (max-width: 992px) {
  .p-top-mv__head--small {
    font-size: min(3.625rem, 15.4666666667vw);
    padding-inline: min(0.75rem, 3.2vw) min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head--small {
    font-size: 11.2vw;
    padding-inline: min(0.625rem, 2.6666666667vw) min(0.4375rem, 1.8666666667vw);
  }
}

.p-top-mv__head--end {
  position: relative;
  left: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-mv__head--end {
    left: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-mv__head--end {
    left: min(0.3125rem, 1.3333333333vw);
  }
}

.p-top-mv__link {
  position: absolute;
  right: min(4.375rem, 18.6666666667vw);
  bottom: min(1.25rem, 5.3333333333vw);
  width: min(10rem, 42.6666666667vw);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #D40012;
  border-radius: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1rem, 4.2666666667vw);
  padding-top: min(0.625rem, 2.6666666667vw);
  z-index: 1;
  overflow: hidden;
  border: min(0.1875rem, 0.8vw) solid #D40012;
}
@media screen and (max-width: 992px) {
  .p-top-mv__link {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-mv__link:hover .p-top-mv__link-text {
    color: #D40012;
  }
  .p-top-mv__link:hover .p-top-mv__link-bg {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-top-mv__link:hover .p-top-mv__link-icon {
    background-color: #D40012;
  }
  .p-top-mv__link:hover .p-top-mv__link-icon::before {
    background-color: #FFFFFF;
  }
}
@media (hover: hover), (hover: none) {
  .p-top-mv__link:active .p-top-mv__link-text {
    color: #D40012;
  }
  .p-top-mv__link:active .p-top-mv__link-bg {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-top-mv__link:active .p-top-mv__link-icon {
    background-color: #D40012;
  }
  .p-top-mv__link:active .p-top-mv__link-icon::before {
    background-color: #FFFFFF;
  }
}

.p-top-mv__link-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.1875rem, 5.0666666667vw);
  letter-spacing: 0.002em;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.p-top-mv__link-icon {
  display: block;
  width: min(1.875rem, 8vw);
  height: min(1.875rem, 8vw);
  background-color: #FFFFFF;
  border-radius: 100vh;
  position: relative;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.p-top-mv__link-icon::before {
  content: "";
  display: block;
  width: min(0.5rem, 2.1333333333vw);
  height: min(0.5rem, 2.1333333333vw);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #D40012;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.p-top-mv__link-bg {
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.p-top-intro {
  padding-block: min(7.5rem, 32vw) min(10rem, 42.6666666667vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-intro {
    padding-block: min(6.25rem, 26.6666666667vw) min(8.75rem, 37.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro {
    padding-block: min(5rem, 21.3333333333vw) min(28.125rem, 120vw);
  }
}

.p-top-intro__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.8125rem, 12vw);
  letter-spacing: 0.002em;
  line-height: 1.65;
  text-shadow: 0 0 min(0.625rem, 2.6666666667vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.875rem, 8vw) #ebedf0, 0 0 min(2.5rem, 10.6666666667vw) #ebedf0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-intro__head {
    font-size: min(2.4375rem, 10.4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__head {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.5;
  }
}
.p-top-intro__head span {
  color: #D40012;
}

.p-top-intro__text-wrap {
  margin-top: min(5rem, 21.3333333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-top-intro__text-wrap {
    margin-top: min(3.125rem, 13.3333333333vw);
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__text-wrap {
    margin-top: min(2.5rem, 10.6666666667vw);
    gap: min(1.5rem, 6.4vw);
  }
}

.p-top-intro__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0.002em;
  line-height: 2.2;
  text-shadow: 0 0 min(0.625rem, 2.6666666667vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.25rem, 5.3333333333vw) #ebedf0, 0 0 min(1.875rem, 8vw) #ebedf0, 0 0 min(2.5rem, 10.6666666667vw) #ebedf0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-intro__text {
    font-size: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__text {
    font-size: min(1.0625rem, 4.5333333333vw);
    line-height: 2;
  }
}

.p-top-intro__img-wrap {
  position: absolute;
}
.p-top-intro__img-wrap:nth-of-type(1) {
  width: 21.9619326501%;
  top: min(10.9375rem, 46.6666666667vw);
  bottom: auto;
  left: 0%;
  right: auto;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-intro__img-wrap:nth-of-type(1) {
    width: 29.2682926829%;
    top: min(0rem, 0vw);
    bottom: auto;
    left: 0%;
    right: auto;
    border-radius: max(min(0.9375rem, 4vw), 1.8292682927vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__img-wrap:nth-of-type(1) {
    width: 57.3333333333%;
    top: auto;
    bottom: min(15.625rem, 66.6666666667vw);
    left: 0%;
    right: auto;
    border-radius: max(min(0.5rem, 2.1333333333vw), 2.1333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-intro__img-wrap:nth-of-type(2) {
  width: 0%;
  top: min(26.4375rem, 112.8vw);
  bottom: auto;
  left: 12.737920937%;
  right: auto;
  border-radius: max(min(0.625rem, 2.6666666667vw), 0.7320644217vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .p-top-intro__img-wrap:nth-of-type(2) {
    width: 0%;
    top: min(16.0625rem, 68.5333333333vw);
    bottom: auto;
    left: 7.3170731707%;
    right: auto;
    border-radius: max(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__img-wrap:nth-of-type(2) {
    width: 0%;
    top: auto;
    bottom: min(13.75rem, 58.6666666667vw);
    left: 28.8%;
    right: auto;
    border-radius: max(min(0.3125rem, 1.3333333333vw), 1.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.p-top-intro__img-wrap:nth-of-type(3) {
  width: 20.4978038067%;
  top: min(25.8125rem, 110.1333333333vw);
  bottom: auto;
  left: auto;
  right: 4.9780380673%;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-intro__img-wrap:nth-of-type(3) {
    width: 21.9512195122%;
    top: min(25rem, 106.6666666667vw);
    bottom: auto;
    left: auto;
    right: 2.6829268293%;
    border-radius: max(min(0.9375rem, 4vw), 1.8292682927vw);
    -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
            box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__img-wrap:nth-of-type(3) {
    width: 42.6666666667%;
    top: auto;
    bottom: min(9.375rem, 40vw);
    left: auto;
    right: 5.3333333333%;
    border-radius: max(min(0.5rem, 2.1333333333vw), 2.1333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-intro__img-wrap:nth-of-type(4) {
  width: 17.5695461201%;
  top: auto;
  bottom: min(11.0625rem, 47.2vw);
  left: 10.541727672%;
  right: auto;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
}
@media screen and (max-width: 992px) {
  .p-top-intro__img-wrap:nth-of-type(4) {
    width: 23.1707317073%;
    top: auto;
    bottom: min(8.125rem, 34.6666666667vw);
    left: 2.4390243902%;
    right: auto;
    border-radius: max(min(0.9375rem, 4vw), 1.8292682927vw);
    -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
            box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__img-wrap:nth-of-type(4) {
    width: 40%;
    top: auto;
    bottom: min(3.125rem, 13.3333333333vw);
    left: 4.8%;
    right: auto;
    border-radius: max(min(0.5rem, 2.1333333333vw), 2.1333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #FFFFFF;
  }
}
.p-top-intro__img-wrap:nth-of-type(5) {
  width: 0%;
  top: auto;
  bottom: min(16.625rem, 70.9333333333vw);
  left: auto;
  right: 0.5856515373%;
  border-radius: max(min(0.9375rem, 4vw), 1.0980966325vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .p-top-intro__img-wrap:nth-of-type(5) {
    width: 0%;
    top: auto;
    bottom: min(20.4375rem, 87.2vw);
    left: auto;
    right: 0.6097560976%;
    border-radius: max(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
@media screen and (max-width: 576px) {
  .p-top-intro__img-wrap:nth-of-type(5) {
    width: 0%;
    top: auto;
    bottom: min(8.25rem, 35.2vw);
    left: auto;
    right: 1.0666666667%;
    border-radius: max(min(0.3125rem, 1.3333333333vw), 1.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.p-top-intro__img-wrap img {
  width: 100%;
}

@-webkit-keyframes p-top-about-contents-scale-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes p-top-about-contents-scale-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top-about {
  padding-block: min(2.5rem, 10.6666666667vw) min(6.25rem, 26.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-top-about {
    padding-block: min(2.5rem, 10.6666666667vw) min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about {
    padding-block: min(2.5rem, 10.6666666667vw) min(3.75rem, 16vw);
  }
}

.p-top-about-contents {
  background-image: url(../images/compression/img_top_about_bg_pc_half.png);
}
@supports (background-image: url(../images/webp/img_top_about_bg_pc.webp)) {
  .p-top-about-contents {
    background-image: url(../images/webp/img_top_about_bg_pc.webp);
  }
}
.p-top-about-contents {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: min(1.25rem, 5.3333333333vw);
  border: min(0.375rem, 1.6vw) solid #D40012;
  -webkit-box-shadow: min(0.5625rem, 2.4vw) min(0.5625rem, 2.4vw) 0 #D40012;
          box-shadow: min(0.5625rem, 2.4vw) min(0.5625rem, 2.4vw) 0 #D40012;
  padding-block: min(3.96875rem, 16.9333333333vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-about-contents {
    background-image: url(../images/compression/img_top_about_bg_tb_half.png);
  }
  @supports (background-image: url(../images/webp/img_top_about_bg_tb.webp)) {
    .p-top-about-contents {
      background-image: url(../images/webp/img_top_about_bg_tb.webp);
    }
  }
  .p-top-about-contents {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about-contents {
    background-image: url(../images/compression/img_top_about_bg_sp_half.png);
  }
  @supports (background-image: url(../images/webp/img_top_about_bg_sp.webp)) {
    .p-top-about-contents {
      background-image: url(../images/webp/img_top_about_bg_sp.webp);
    }
  }
  .p-top-about-contents {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: min(3.125rem, 13.3333333333vw) min(2.5rem, 10.6666666667vw);
    border-width: min(0.1875rem, 0.8vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #D40012;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #D40012;
  }
}
.p-top-about-contents.is_active .p-top-about-contents__text-wrap {
  -webkit-animation: p-top-about-contents-scale-bounce 0.6s 0.2s ease-out forwards;
          animation: p-top-about-contents-scale-bounce 0.6s 0.2s ease-out forwards;
}
.p-top-about-contents.is_active .p-top-about-contents__btn {
  opacity: 1;
}
.p-top-about-contents.is_active .c-title-idx__label-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top-about-contents .c-title-idx__label-inner {
  -webkit-transition: -webkit-transform 0.4s 0.7s;
  transition: -webkit-transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s, -webkit-transform 0.4s 0.7s;
}

.p-top-about-contents__text-wrap {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.p-top-about-contents__label {
  position: absolute;
  top: max(-2.5rem, -10.6666666667vw);
  left: max(-2.5rem, -10.6666666667vw);
  width: min(11.25rem, 48vw);
  height: min(11.25rem, 48vw);
  border-radius: 100vh;
  background-color: #D40012;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5625rem, 2.4vw);
}
@media screen and (max-width: 992px) {
  .p-top-about-contents__label {
    width: min(min(10rem, 42.6666666667vw), 17.6829268293vw);
    height: min(min(10rem, 42.6666666667vw), 17.6829268293vw);
    top: max(-2.53125rem, -10.8vw);
    left: max(-1.25rem, -5.3333333333vw);
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about-contents__label {
    width: min(6.25rem, 26.6666666667vw);
    height: min(6.25rem, 26.6666666667vw);
    top: max(-1.2rem, -5.12vw);
    left: max(-0.625rem, -2.6666666667vw);
    gap: min(0.1875rem, 0.8vw);
  }
}

.p-top-about-contents__label-lg {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-top-about-contents__label-lg {
    font-size: min(min(1.4375rem, 6.1333333333vw), 2.5609756098vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about-contents__label-lg {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.p-top-about-contents__label-sm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(0.875rem, 3.7333333333vw);
  letter-spacing: 0em;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .p-top-about-contents__label-sm {
    font-size: min(min(0.8125rem, 3.4666666667vw), 1.4634146341vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about-contents__label-sm {
    font-size: min(0.6875rem, 2.9333333333vw);
  }
}

.p-top-about-contents__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.8;
  text-align: center;
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-about-contents__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.p-top-about-contents__btn {
  margin-top: min(2.5rem, 10.6666666667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.7s;
  transition: opacity 0.5s 0.7s;
}
@media screen and (max-width: 992px) {
  .p-top-about-contents__btn {
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about-contents__btn {
    max-width: min(17.5rem, 74.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-about-contents__btn .c-button {
    height: min(4.625rem, 19.7333333333vw);
  }
}

.p-top-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5rem, 21.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-products {
    gap: min(min(3.75rem, 16vw), 7.3170731707vw);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .p-top-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(1.875rem, 8vw);
  }
}

.p-top-products__title-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5rem, 21.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-products__title-wrap {
    gap: min(min(3.75rem, 16vw), 4.8780487805vw);
    min-width: min(15.625rem, 66.6666666667vw);
    max-width: min(21.875rem, 93.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__title-wrap {
    min-width: unset;
    max-width: unset;
  }
}
.p-top-products__title-wrap .p-top-products__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .p-top-products__title-wrap .p-top-products__btn {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__title-wrap .p-top-products__btn {
    display: none;
  }
}

.p-top-products__btn {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-top-products__btn .c-button {
    width: 100%;
    height: min(4.6875rem, 20vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__btn .c-button {
    width: min(19.375rem, 82.6666666667vw);
    height: min(5rem, 21.3333333333vw);
    margin-inline: auto;
  }
}

.p-top-products__link-wrap {
  width: min(33.875rem, 144.5333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-products__link-wrap {
    width: min(23.1875rem, 98.9333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link-wrap {
    width: 100%;
  }
}
.p-top-products__link-wrap .p-top-products__btn {
  display: none;
}
@media screen and (max-width: 576px) {
  .p-top-products__link-wrap .p-top-products__btn {
    display: block;
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}

.p-top-products__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-top-products__link-list {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link-list {
    gap: min(2.5rem, 10.6666666667vw);
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-top-products__link-item:hover .p-top-products__link-text {
    color: #D40012;
  }
  .p-top-products__link-item:hover .p-top-products__link-icon {
    background-color: #FFFFFF;
  }
  .p-top-products__link-item:hover .p-top-products__link-icon::before {
    background-color: #D40012;
  }
  .p-top-products__link-item:hover .p-top-products__link-icon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-top-products__link-item:hover .p-top-products__link-img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@media (hover: hover), (hover: none) {
  .p-top-products__link-item:active .p-top-products__link-text {
    color: #D40012;
  }
  .p-top-products__link-item:active .p-top-products__link-icon {
    background-color: #FFFFFF;
  }
  .p-top-products__link-item:active .p-top-products__link-icon::before {
    background-color: #D40012;
  }
  .p-top-products__link-item:active .p-top-products__link-icon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-top-products__link-item:active .p-top-products__link-img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

.p-top-products__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2rem, 8.5333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-products__link {
    gap: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link {
    gap: min(1.25rem, 5.3333333333vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-products__link-img {
  overflow: hidden;
  border-radius: min(0.625rem, 2.6666666667vw);
  width: min(13.125rem, 56vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .p-top-products__link-img {
    width: min(min(8.125rem, 34.6666666667vw), 17.6829268293vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link-img {
    width: 100%;
    border-radius: max(min(0.9375rem, 4vw), 4vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  }
}
.p-top-products__link-img img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.p-top-products__link-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0em;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.5rem, 2.1333333333vw);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 992px) {
  .p-top-products__link-text {
    font-size: min(min(1.1875rem, 5.0666666667vw), 2.3170731707vw);
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link-text {
    font-size: min(1.3125rem, 5.6vw);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-inline: min(0.9375rem, 4vw) min(0.3125rem, 1.3333333333vw);
  }
}

.p-top-products__link-icon {
  display: block;
  width: min(1.875rem, 8vw);
  min-width: min(1.875rem, 8vw);
  height: min(1.875rem, 8vw);
  background-color: #D40012;
  border-radius: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: min(0.125rem, 0.5333333333vw) solid #D40012;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 992px) {
  .p-top-products__link-icon {
    width: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
    min-width: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
    height: min(min(1.5625rem, 6.6666666667vw), 3.0487804878vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link-icon {
    width: min(2.5rem, 10.6666666667vw);
    min-width: min(2.5rem, 10.6666666667vw);
    height: min(2.5rem, 10.6666666667vw);
  }
}
.p-top-products__link-icon::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: min(0.4375rem, 1.8666666667vw);
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: calc(50% + min(0.0625rem, 0.2666666667vw));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 992px) {
  .p-top-products__link-icon::before {
    width: min(min(0.4375rem, 1.8666666667vw), 0.8536585366vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-products__link-icon::before {
    width: min(0.625rem, 2.6666666667vw);
  }
}
.p-top-products__link-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.p-top-business-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.25rem, 5.3333333333vw);
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-top-business-link {
    gap: min(min(1.25rem, 5.3333333333vw), 2.4390243902vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-business-link {
    margin-top: min(1.875rem, 8vw);
    grid-template-columns: 1fr;
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.p-top-business-link__item {
  display: block;
}

.p-top-business-btn {
  margin-top: min(5rem, 21.3333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-top-business-btn {
    margin-top: min(3.75rem, 16vw);
  }
}

.p-top-interview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5625rem, 10.9333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-interview {
    gap: min(min(1.25rem, 5.3333333333vw), 2.4390243902vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview {
    grid-template-columns: 1fr;
    gap: min(3.75rem, 16vw);
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-top-interview__item:hover .p-top-interview__role {
    background-color: #D40012;
    color: #FFFFFF;
  }
  .p-top-interview__item:hover .p-top-interview__name {
    color: #D40012;
  }
  .p-top-interview__item:hover .p-top-interview__img-wrap img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .p-top-interview__item:hover .p-top-interview__icon {
    background-color: #FFFFFF;
  }
  .p-top-interview__item:hover .p-top-interview__icon::before {
    background-color: #D40012;
  }
  .p-top-interview__item:hover .p-top-interview__icon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media (hover: hover), (hover: none) {
  .p-top-interview__item:active .p-top-interview__role {
    background-color: #D40012;
    color: #FFFFFF;
  }
  .p-top-interview__item:active .p-top-interview__name {
    color: #D40012;
  }
  .p-top-interview__item:active .p-top-interview__img-wrap img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .p-top-interview__item:active .p-top-interview__icon {
    background-color: #FFFFFF;
  }
  .p-top-interview__item:active .p-top-interview__icon::before {
    background-color: #D40012;
  }
  .p-top-interview__item:active .p-top-interview__icon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.p-top-interview__inner {
  display: block;
}

.p-top-interview__contents {
  position: relative;
  padding-left: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-top-interview__contents {
    padding-left: min(0.5rem, 2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__contents {
    padding-left: min(0.625rem, 2.6666666667vw);
  }
}

.p-top-interview__img-wrap {
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
  border-radius: min(1.25rem, 5.3333333333vw);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-interview__img-wrap {
    border-radius: max(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  }
}
@media screen and (max-width: 819px) {
  .p-top-interview__img-wrap {
    height: min(16.5625rem, 70.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__img-wrap {
    aspect-ratio: 323/378;
    height: auto;
    border-radius: max(min(1.25rem, 5.3333333333vw), 5.3333333333vw);
  }
}
.p-top-interview__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.p-top-interview__head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  bottom: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-top-interview__head-wrap {
    bottom: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__head-wrap {
    bottom: min(1.875rem, 8vw);
  }
}

.p-top-interview__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.6875rem, 7.2vw);
  letter-spacing: 0em;
  line-height: 1;
  font-size: clamp(min(1.3125rem, 5.6vw), 1.9765739385vw, min(1.6875rem, 7.2vw));
  position: relative;
  z-index: 1;
  padding-block: min(0.75rem, 3.2vw);
  padding-left: min(0.5rem, 2.1333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .p-top-interview__head {
    font-size: min(min(1.1875rem, 5.0666666667vw), 2.3170731707vw);
    padding-block: min(0.5rem, 2.1333333333vw) min(0.625rem, 2.6666666667vw);
    padding-left: min(0.375rem, 1.6vw);
  }
}
@media screen and (max-width: 819px) {
  .p-top-interview__head {
    font-size: min(min(1.1875rem, 5.0666666667vw), 2.256097561vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__head {
    font-size: min(1.625rem, 6.9333333333vw);
    padding-block: min(0.75rem, 3.2vw);
    padding-left: min(0.625rem, 2.6666666667vw);
  }
}
.p-top-interview__head span {
  color: #D40012;
}
.p-top-interview__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.p-top-interview__head:first-of-type::before {
  border-radius: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 0;
}
@media screen and (max-width: 992px) {
  .p-top-interview__head:first-of-type::before {
    border-radius: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__head:first-of-type::before {
    border-radius: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 0;
  }
}
.p-top-interview__head:last-of-type {
  margin-top: -5px;
  padding-bottom: min(0.875rem, 3.7333333333vw);
}
.p-top-interview__head:last-of-type::before {
  border-radius: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-top-interview__head:last-of-type::before {
    border-radius: min(0.1875rem, 0.8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__head:last-of-type::before {
    border-radius: min(0.1875rem, 0.8vw);
  }
}

.p-top-interview__information {
  margin-top: min(1.875rem, 8vw);
  padding-left: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-top-interview__information {
    margin-top: min(1.25rem, 5.3333333333vw);
    padding-left: min(0.5rem, 2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__information {
    margin-top: min(1.875rem, 8vw);
    padding-left: min(0.625rem, 2.6666666667vw);
  }
}

.p-top-interview__role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  background-color: #FFFFFF;
  border-radius: min(0.3125rem, 1.3333333333vw);
  padding: min(0.3125rem, 1.3333333333vw) min(0.5rem, 2.1333333333vw) min(0.375rem, 1.6vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
@media screen and (max-width: 992px) {
  .p-top-interview__role {
    font-size: min(0.8125rem, 3.4666666667vw);
    padding: min(0.25rem, 1.0666666667vw) min(0.5rem, 2.1333333333vw) min(0.25rem, 1.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__role {
    font-size: min(1.125rem, 4.8vw);
  }
}

.p-top-interview__name {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0.005em;
  line-height: 1.1;
  margin-top: min(0.625rem, 2.6666666667vw);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 992px) {
  .p-top-interview__name {
    font-size: min(min(1.625rem, 6.9333333333vw), 3.1707317073vw);
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__name {
    font-size: min(1.9375rem, 8.2666666667vw);
  }
}
.p-top-interview__name span {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(0.9375rem, 4vw);
  letter-spacing: 0em;
  line-height: 1.1;
}
@media screen and (max-width: 992px) {
  .p-top-interview__name span {
    font-size: min(min(0.8125rem, 3.4666666667vw), 1.5853658537vw);
    position: relative;
    left: max(-0.5rem, -2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__name span {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.p-top-interview__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-interview__icon {
  display: block;
  border-radius: 100vh;
  background-color: #D40012;
  width: min(3.125rem, 13.3333333333vw);
  height: min(3.125rem, 13.3333333333vw);
  position: relative;
  border: min(0.125rem, 0.5333333333vw) solid #D40012;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .p-top-interview__icon {
    width: min(min(2.1875rem, 9.3333333333vw), 4.2682926829vw);
    height: min(min(2.1875rem, 9.3333333333vw), 4.2682926829vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__icon {
    width: min(3.125rem, 13.3333333333vw);
    height: min(3.125rem, 13.3333333333vw);
  }
}
.p-top-interview__icon::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: min(0.75rem, 3.2vw);
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: calc(50% + min(0.125rem, 0.5333333333vw));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .p-top-interview__icon::before {
    width: min(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-interview__icon::before {
    width: min(0.75rem, 3.2vw);
  }
}
.p-top-interview__icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.p-top-interview__btn {
  margin-top: min(5rem, 21.3333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-top-interview__btn {
    margin-top: min(3.75rem, 16vw);
  }
}

.p-top-environment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.75rem, 16vw);
  max-width: min(56.25rem, 240vw);
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-top-environment {
    gap: min(min(1.875rem, 8vw), 3.6585365854vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment {
    grid-template-columns: 1fr;
    gap: min(2.5rem, 10.6666666667vw);
    padding-inline: 13.2vw;
  }
}

.p-top-environment__item {
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border: min(0.25rem, 1.0666666667vw) solid #D40012;
  border-radius: 100vh;
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  padding-bottom: min(0.625rem, 2.6666666667vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-environment__item {
    border-width: min(min(0.25rem, 1.0666666667vw), 0.487804878vw);
    -webkit-box-shadow: min(0.375rem, 1.6vw) min(0.25rem, 1.0666666667vw) 0 #DADADA;
            box-shadow: min(0.375rem, 1.6vw) min(0.25rem, 1.0666666667vw) 0 #DADADA;
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__item {
    border-width: min(0.25rem, 1.0666666667vw);
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-environment__item:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-top-environment__item:hover .p-top-environment__text {
    color: #FFFFFF;
  }
  .p-top-environment__item:hover .p-top-environment__head {
    color: #FFFFFF;
  }
  .p-top-environment__item:hover .p-top-environment__icon {
    background-color: #FFFFFF;
  }
  .p-top-environment__item:hover .p-top-environment__icon::before {
    background-color: #D40012;
  }
  .p-top-environment__item:hover .p-top-environment__img::before {
    opacity: 0;
  }
  .p-top-environment__item:hover .p-top-environment__img::after {
    opacity: 1;
  }
}
@media (hover: hover), (hover: none) {
  .p-top-environment__item:active::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-top-environment__item:active .p-top-environment__text {
    color: #FFFFFF;
  }
  .p-top-environment__item:active .p-top-environment__head {
    color: #FFFFFF;
  }
  .p-top-environment__item:active .p-top-environment__icon {
    background-color: #FFFFFF;
  }
  .p-top-environment__item:active .p-top-environment__icon::before {
    background-color: #D40012;
  }
  .p-top-environment__item:active .p-top-environment__img::before {
    opacity: 0;
  }
  .p-top-environment__item:active .p-top-environment__img::after {
    opacity: 1;
  }
}
.p-top-environment__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-color: #D40012;
}

.p-top-environment__inner {
  display: block;
}

.p-top-environment__img {
  height: min(min(3.125rem, 13.3333333333vw), 3.6603221083vw);
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-environment__img {
    height: min(min(2.8125rem, 12vw), 5.487804878vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__img {
    height: 13.3333333333vw;
  }
}
.p-top-environment__img::before, .p-top-environment__img::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: min(min(3.125rem, 13.3333333333vw), 3.6603221083vw);
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 992px) {
  .p-top-environment__img::before, .p-top-environment__img::after {
    height: min(min(2.8125rem, 12vw), 5.487804878vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__img::before, .p-top-environment__img::after {
    height: 13.3333333333vw;
  }
}
.p-top-environment__img.p-top-environment__img--system::before {
  opacity: 1;
  background-image: url(../images/svg/img_top_environment_system.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top-environment__img.p-top-environment__img--culture::before {
  opacity: 1;
  background-image: url(../images/svg/img_top_environment_culture.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top-environment__img.p-top-environment__img--kawakin::before {
  opacity: 1;
  background-image: url(../images/svg/img_top_environment_kawakin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top-environment__img.p-top-environment__img--system::after {
  opacity: 0;
  background-image: url(../images/svg/img_top_environment_system_hov.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top-environment__img.p-top-environment__img--culture::after {
  opacity: 0;
  background-image: url(../images/svg/img_top_environment_culture_hov.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-top-environment__img.p-top-environment__img--kawakin::after {
  opacity: 0;
  background-image: url(../images/svg/img_top_environment_kawakin_hov.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-top-environment__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  font-size: min(min(1.125rem, 4.8vw), 1.317715959vw);
  text-align: center;
  margin-top: min(0.9375rem, 4vw);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 992px) {
  .p-top-environment__text {
    font-size: min(min(0.9375rem, 4vw), 1.8292682927vw);
    margin-top: min(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__text {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}

.p-top-environment__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0em;
  line-height: 1.4;
  font-size: min(min(1.625rem, 6.9333333333vw), 1.9033674963vw);
  text-align: center;
  margin-top: min(0.3125rem, 1.3333333333vw);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 992px) {
  .p-top-environment__head {
    font-size: min(min(1.4375rem, 6.1333333333vw), 2.8048780488vw);
    margin-top: min(min(0.3125rem, 1.3333333333vw), 0.6097560976vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__head {
    font-size: 6.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.p-top-environment__icon {
  display: block;
  width: min(2.1875rem, 9.3333333333vw);
  height: min(2.1875rem, 9.3333333333vw);
  background-color: #D40012;
  border-radius: 100vh;
  margin-inline: auto;
  margin-top: min(1.25rem, 5.3333333333vw);
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (max-width: 992px) {
  .p-top-environment__icon {
    margin-top: min(min(0.9375rem, 4vw), 1.8292682927vw);
    width: min(min(2.1875rem, 9.3333333333vw), 3.6585365854vw);
    height: min(min(2.1875rem, 9.3333333333vw), 3.6585365854vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__icon {
    margin-top: 4vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.p-top-environment__icon::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: min(0.625rem, 2.6666666667vw);
  height: min(0.625rem, 2.6666666667vw);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: calc(50% + min(0.125rem, 0.5333333333vw));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (max-width: 992px) {
  .p-top-environment__icon::before {
    width: min(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
    height: min(min(0.625rem, 2.6666666667vw), 1.2195121951vw);
    left: calc(50% + min(0.0625rem, 0.2666666667vw));
  }
}
@media screen and (max-width: 576px) {
  .p-top-environment__icon::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.p-top-environment__btn {
  margin-top: min(5rem, 21.3333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-top-environment__btn {
    margin-top: min(3.75rem, 16vw);
  }
}

.p-top-slider {
  margin-top: min(8.75rem, 37.3333333333vw);
  margin-bottom: max(-9.375rem, -40vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-top-slider {
    margin-top: min(5.15625rem, 22vw);
    margin-bottom: max(-6.875rem, -29.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-top-slider {
    margin-top: min(5rem, 21.3333333333vw);
    margin-bottom: max(-6.25rem, -26.6666666667vw);
  }
}

/* ==========================================================================
products ページ専用
=========================================================================*/
.p-contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .p-contents-list {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contents-list {
    grid-template-columns: 1fr;
    gap: min(2.5rem, 10.6666666667vw);
  }
}

.p-contents-list__img-wrap {
  position: relative;
  padding-top: min(1.875rem, 8vw);
  padding-right: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-contents-list__img-wrap {
    padding-top: min(1.25rem, 5.3333333333vw);
    padding-right: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contents-list__img-wrap {
    padding-top: min(0.625rem, 2.6666666667vw);
    padding-inline: min(1.25rem, 5.3333333333vw) min(2.1875rem, 9.3333333333vw);
  }
}

.p-contents-list__pick {
  position: absolute;
  top: 0;
  right: 0;
  width: min(8.75rem, 37.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-contents-list__pick {
    width: min(min(6.25rem, 26.6666666667vw), 12.1951219512vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contents-list__pick {
    width: min(6.875rem, 29.3333333333vw);
    right: min(0.625rem, 2.6666666667vw);
  }
}

.p-contents-list__img {
  width: 100%;
}

.p-contents-list__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-contents-list__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contents-list__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.p-contents-list__head {
  margin-top: min(1.875rem, 8vw);
  color: #D40012;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 min(0.5rem, 2.1333333333vw);
}
@media screen and (max-width: 992px) {
  .p-contents-list__head {
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.p-contents-list__head span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-contents-list__head span {
    font-size: min(0.8125rem, 3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contents-list__head span {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.p-contents-list__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .p-contents-list__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-contents-list__text {
  margin-top: min(0.9375rem, 4vw);
}
@media screen and (max-width: 992px) {
  .p-contents-list__text {
    margin-top: min(0.625rem, 2.6666666667vw);
  }
}

.p-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-works {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-works {
    grid-template-columns: 1fr;
  }
}

.p-works__item {
  background-color: #E9E9E9;
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  border-radius: min(0.9375rem, 4vw);
  padding: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-works__item {
    padding: min(1.875rem, 8vw) min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-works__item {
    padding: min(1.25rem, 5.3333333333vw) min(1.25rem, 5.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
    border-radius: min(0.625rem, 2.6666666667vw);
  }
}
.p-works__item img {
  display: block;
  margin-inline: auto;
  width: min(8.75rem, 37.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-works__item img {
    width: min(7.5rem, 32vw);
  }
}
@media screen and (max-width: 576px) {
  .p-works__item img {
    width: min(6.25rem, 26.6666666667vw);
  }
}

.p-works__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: min(1.25rem, 5.3333333333vw);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-works__head {
    font-size: min(1.1875rem, 5.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-works__head {
    font-size: min(1.125rem, 4.8vw);
    margin-top: min(0.9375rem, 4vw);
  }
}
.p-works__head span {
  color: #D40012;
}
@media screen and (max-width: 819px) {
  .p-works__head .f-visible-lp {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .p-works__head .f-visible-lp {
    display: none !important;
  }
}

.p-works__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(0.9375rem, 4vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .p-works__note {
    font-size: min(0.8125rem, 3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-works__note {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}
.p-works__note {
  text-align: center;
  margin-top: min(0.3125rem, 1.3333333333vw);
}

.p-group-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 576px) {
  .p-group-business {
    gap: min(1.875rem, 8vw);
  }
}

.p-group-business__item {
  background-color: #FFFFFF;
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
  border-radius: min(1.25rem, 5.3333333333vw);
  padding: min(1.875rem, 8vw) min(5rem, 21.3333333333vw) min(2.5rem, 10.6666666667vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .p-group-business__item {
    padding: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw) min(2.5rem, 10.6666666667vw);
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__item {
    padding: min(1.25rem, 5.3333333333vw) min(1.25rem, 5.3333333333vw) min(1.875rem, 8vw);
    border-radius: min(0.9375rem, 4vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.p-group-business__img-wrap {
  width: min(8.75rem, 37.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-group-business__img-wrap {
    width: min(5.625rem, 24vw);
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__img-wrap {
    width: min(6.25rem, 26.6666666667vw);
    margin-inline: auto;
  }
}

.p-group-business__text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-group-business__label {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(0.9375rem, 4vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  color: #D40012;
  display: block;
}
@media screen and (max-width: 992px) {
  .p-group-business__label {
    font-size: min(0.8125rem, 3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__label {
    font-size: min(0.75rem, 3.2vw);
    text-align: center;
  }
}

.p-group-business__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-group-business__head {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__head {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__head {
    text-align: center;
  }
}

.p-group-business__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(0.625rem, 2.6666666667vw) min(3.625rem, 15.4666666667vw);
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-group-business__list {
    gap: min(0.5rem, 2.1333333333vw) min(1.375rem, 5.8666666667vw);
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__list {
    padding-inline: min(1.5rem, 6.4vw);
    grid-template-columns: 1fr;
    gap: min(0.3125rem, 1.3333333333vw);
    width: 100%;
  }
}

.p-group-business__list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-group-business__list-item {
    font-size: min(0.875rem, 3.7333333333vw);
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-group-business__list-item {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-group-business__list-item::before {
  content: "";
  display: block;
  border-radius: 100vh;
  background-color: #D40012;
  width: min(0.3125rem, 1.3333333333vw);
  min-width: min(0.3125rem, 1.3333333333vw);
  height: min(0.3125rem, 1.3333333333vw);
  position: relative;
  top: min(0.75rem, 3.2vw);
}
.p-group-business__list-item.p-group-business__list-item--none::before {
  display: none;
}

/* ==========================================================================
Business ページ専用
=========================================================================*/
.p-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(5rem, 21.3333333333vw) min(3.375rem, 14.4vw);
}
@media screen and (max-width: 992px) {
  .p-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: min(5rem, 21.3333333333vw) min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow {
    grid-template-columns: 1fr;
    gap: min(3.75rem, 16vw);
  }
}

.p-flow__item {
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  background-color: #FFFFFF;
  padding: min(2.5rem, 10.6666666667vw) min(1.25rem, 5.3333333333vw) min(1.875rem, 8vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-flow__item {
    padding-inline: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item {
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
    padding: min(1.875rem, 8vw) min(1.25rem, 5.3333333333vw) min(1.25rem, 5.3333333333vw);
  }
}
.p-flow__item img {
  display: block;
  margin-inline: auto;
  width: min(6.25rem, 26.6666666667vw);
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-flow__item img {
    width: min(5rem, 21.3333333333vw);
    margin-top: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item img {
    width: min(6.25rem, 26.6666666667vw);
    margin-top: min(0.9375rem, 4vw);
  }
}
.p-flow__item::before {
  content: "";
  display: block;
  background-color: #ee99a0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  aspect-ratio: 24/33;
  width: min(1.5rem, 6.4vw);
  height: auto;
  position: absolute;
  right: max(-1.25rem, -5.3333333333vw);
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 992px) {
  .p-flow__item::before {
    width: min(1.125rem, 4.8vw);
    right: max(-0.6875rem, -2.9333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item::before {
    width: min(1.5625rem, 6.6666666667vw);
    right: auto;
    left: 50%;
    top: auto;
    bottom: max(-1.25rem, -5.3333333333vw);
    -webkit-transform: translate(-50%, 100%) rotate(90deg);
            transform: translate(-50%, 100%) rotate(90deg);
  }
}
.p-flow__item:last-of-type::before {
  display: none;
}
.p-flow__item:nth-of-type(4)::before {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-flow__item:nth-of-type(4)::before {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .p-flow__item:nth-of-type(3n)::before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item:nth-of-type(3n)::before {
    display: block;
  }
}

.p-flow__step {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(0.6875rem, 2.9333333333vw);
  letter-spacing: 0.002em;
  line-height: 1;
  aspect-ratio: 1/1;
  width: min(3.75rem, 16vw);
  height: auto;
  border-radius: 100vh;
  background-color: #D40012;
  position: absolute;
  top: max(-1.875rem, -8vw);
  left: min(0.875rem, 3.7333333333vw);
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.125rem, 0.5333333333vw);
}
@media screen and (max-width: 992px) {
  .p-flow__step {
    font-size: min(0.625rem, 2.6666666667vw);
    width: min(3.4375rem, 14.6666666667vw);
    top: max(-1.5625rem, -6.6666666667vw);
    left: min(0.5rem, 2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__step {
    left: min(2.1875rem, 9.3333333333vw);
  }
}
.p-flow__step::before {
  content: "";
  width: min(0.625rem, 2.6666666667vw);
  height: min(0.6875rem, 2.9333333333vw);
  background-color: #D40012;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: min(0.25rem, 1.0666666667vw);
  bottom: max(-0.125rem, -0.5333333333vw);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.p-flow__step-number {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .p-flow__step-number {
    font-size: min(1.5rem, 6.4vw);
  }
}

.p-flow__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-flow__head {
    font-size: clamp(min(1rem, 4.2666666667vw), 2.5609756098vw, min(1.3125rem, 5.6vw));
  }
}
@media screen and (max-width: 576px) {
  .p-flow__head {
    font-size: min(1.3125rem, 5.6vw);
  }
}

.p-flow__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .p-flow__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-flow__text {
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-flow__text {
    margin-top: min(0.9375rem, 4vw);
  }
}

.p-directory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(7.5rem, 32vw) min(2.5rem, 10.6666666667vw);
  padding-top: min(0.625rem, 2.6666666667vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .p-directory {
    gap: min(7.5rem, 32vw) min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 992px) {
  .p-directory {
    gap: min(5rem, 21.3333333333vw) min(1.875rem, 8vw);
  }
}

.p-directory__item {
  background-color: #FFFFFF;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  padding: min(0.9375rem, 4vw) min(0.9375rem, 4vw) min(1.875rem, 8vw);
  position: relative;
  width: calc(33.3333333333% - min(2.5rem, 10.6666666667vw) * 2 / 3);
}
@media screen and (max-width: 1200px) {
  .p-directory__item {
    width: calc(33.3333333333% - min(1.875rem, 8vw) * 2 / 3);
  }
}
@media screen and (max-width: 992px) {
  .p-directory__item {
    width: calc(50% - min(1.875rem, 8vw) * 1 / 2);
  }
}
@media screen and (max-width: 576px) {
  .p-directory__item {
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
    width: 100%;
  }
}
.p-directory__item img {
  width: 100%;
}

.p-directory__button {
  height: min(3.75rem, 16vw);
  margin-top: min(1.25rem, 5.3333333333vw);
}

.p-directory__number {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0.002em;
  line-height: 1;
  border-radius: 100vh;
  width: min(3.75rem, 16vw);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #D40012;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-directory__number {
    font-size: min(1.75rem, 7.4666666667vw);
    width: min(3.4375rem, 14.6666666667vw);
  }
}
@media screen and (max-width: 992px) {
  .p-directory__number {
    font-size: min(1.625rem, 6.9333333333vw);
    width: min(3.125rem, 13.3333333333vw);
  }
}
.p-directory__number::before {
  background-image: url(../images/svg/text_occupation.svg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  width: min(4.375rem, 18.6666666667vw);
  position: absolute;
  top: max(-0.9375rem, -4vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .p-directory__number::before {
    width: min(4.0625rem, 17.3333333333vw);
    top: max(-0.75rem, -3.2vw);
  }
}

.p-directory__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-directory__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-directory__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.p-directory__head {
  color: #D40012;
  text-align: center;
  margin-top: min(1.25rem, 5.3333333333vw);
}

.p-directory__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 2;
  text-align: center;
  margin-top: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-directory__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}

/* ==========================================================================
Keyword ページ専用
=========================================================================*/
.p-keyword-intro {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0.002em;
  line-height: 1.8;
  text-align: center;
}
.p-keyword-intro span {
  color: #D40012;
}
@media screen and (max-width: 992px) {
  .p-keyword-intro {
    font-size: min(1.3125rem, 5.6vw);
    margin-top: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-intro {
    font-size: min(1.125rem, 4.8vw);
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}

.p-keyword-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-anchor {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-anchor {
    padding-inline: min(1.25rem, 5.3333333333vw);
    gap: min(0.3125rem, 1.3333333333vw) min(1.875rem, 8vw);
  }
}

.p-keyword-anchor__item {
  width: min(12.5rem, 53.3333333333vw);
  height: min(12.5rem, 53.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-anchor__item {
    width: min(10rem, 42.6666666667vw);
    height: min(10rem, 42.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-anchor__item {
    width: min(9.375rem, 40vw);
    height: min(9.375rem, 40vw);
  }
}

.p-keyword-anchor__link {
  width: 100%;
  height: 100%;
  border: min(0.1875rem, 0.8vw) solid #D40012;
  -webkit-box-shadow: min(0.375rem, 1.6vw) min(0.1875rem, 0.8vw) #DADADA;
          box-shadow: min(0.375rem, 1.6vw) min(0.1875rem, 0.8vw) #DADADA;
  border-radius: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.25rem, 5.3333333333vw);
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-anchor__link {
    gap: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-anchor__link {
    padding-top: min(0.625rem, 2.6666666667vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-keyword-anchor__link:hover .p-keyword-anchor__text {
    color: #FFFFFF;
  }
  .p-keyword-anchor__link:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-keyword-anchor__link:hover .p-keyword-anchor__icon {
    background-color: #FFFFFF;
  }
  .p-keyword-anchor__link:hover .p-keyword-anchor__icon::before {
    background-color: #D40012;
  }
}
@media (hover: hover), (hover: none) {
  .p-keyword-anchor__link:active .p-keyword-anchor__text {
    color: #FFFFFF;
  }
  .p-keyword-anchor__link:active::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-keyword-anchor__link:active .p-keyword-anchor__icon {
    background-color: #FFFFFF;
  }
  .p-keyword-anchor__link:active .p-keyword-anchor__icon::before {
    background-color: #D40012;
  }
}
.p-keyword-anchor__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: auto;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #FFFFFF;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-color: #D40012;
}

.p-keyword-anchor__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: min(1.5rem, 6.4vw);
  letter-spacing: 0em;
  line-height: 1.4;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 992px) {
  .p-keyword-anchor__text {
    font-size: min(1.1875rem, 5.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-anchor__text {
    font-size: min(1.125rem, 4.8vw);
  }
}

.p-keyword-anchor__icon {
  display: block;
  width: min(1.875rem, 8vw);
  height: min(1.875rem, 8vw);
  background-color: #D40012;
  border-radius: 100vh;
  position: relative;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .p-keyword-anchor__icon {
    width: min(1.5rem, 6.4vw);
    height: min(1.5rem, 6.4vw);
  }
}
.p-keyword-anchor__icon::before {
  content: "";
  display: block;
  width: min(0.5rem, 2.1333333333vw);
  height: min(0.5rem, 2.1333333333vw);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(50% + min(0.0625rem, 0.2666666667vw));
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  .p-keyword-anchor__icon::before {
    width: min(0.375rem, 1.6vw);
    height: min(0.375rem, 1.6vw);
  }
}

.p-keyword-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.5rem, 10.6666666667vw);
  margin-top: min(4.375rem, 18.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-card {
    margin-top: min(3.75rem, 16vw);
    gap: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-card {
    margin-top: min(2.5rem, 10.6666666667vw);
    grid-template-columns: 1fr;
    gap: min(2.5rem, 10.6666666667vw);
  }
}
.p-keyword-card.p-keyword-card--type2 .p-keyword-card__item {
  background-color: #FFFFFF;
}
.p-keyword-card.p-keyword-card--type2 .p-keyword-card__item:nth-of-type(4n) .p-keyword-card__inner, .p-keyword-card.p-keyword-card--type2 .p-keyword-card__item:nth-of-type(4n-1) .p-keyword-card__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 576px) {
  .p-keyword-card.p-keyword-card--type2 .p-keyword-card__item:nth-of-type(even) .p-keyword-card__inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.p-keyword-card.p-keyword-card--type2 .p-keyword-card__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-keyword-card.p-keyword-card--type2 .p-keyword-card__inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
.p-keyword-card.p-keyword-card--type2 .p-keyword-card__head {
  width: 54.5454545455%;
}

.p-keyword-card__item {
  background-color: #E9E9E9;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  padding: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-card__item {
    padding: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 819px) {
  .p-keyword-card__item {
    padding: min(1.875rem, 8vw) min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 819px) {
  .p-keyword-card__item {
    padding: min(1.25rem, 5.3333333333vw);
  }
}
.p-keyword-card__item:nth-of-type(4n) .p-keyword-card__inner, .p-keyword-card__item:nth-of-type(4n-1) .p-keyword-card__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-keyword-card__item:nth-of-type(even) .p-keyword-card__inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

.p-keyword-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.25rem, 5.3333333333vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .p-keyword-card__inner {
    gap: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-card__inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.p-keyword-card__head {
  width: 59.0909090909%;
}
.p-keyword-card__head img {
  width: 100%;
}

.p-keyword-card__icon {
  width: 36.3636363636%;
}
.p-keyword-card__icon img {
  width: 100%;
}

.p-keyword-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .p-keyword-card__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-keyword-card__text {
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-card__text {
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}

.p-keyword-bubble {
  position: relative;
  height: min(12.875rem, 54.9333333333vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble {
    height: 21.3414634146vw;
    margin-bottom: max(-1.875rem, -8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble {
    margin-bottom: max(-0.625rem, -2.6666666667vw);
  }
}
.p-keyword-bubble.is_active .p-keyword-bubble__item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-keyword-bubble.is_active.p-keyword-bubble--type2 .p-keyword-bubble__item, .p-keyword-bubble.is_active.p-keyword-bubble--type1 .p-keyword-bubble__item {
  opacity: 1;
}
.p-keyword-bubble.is_active.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(2), .p-keyword-bubble.is_active.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(2) {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.is_active.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(2), .p-keyword-bubble.is_active.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(2) {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type1 {
    height: 56vw;
  }
}
.p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(1) {
  top: 0;
  left: min(5.25rem, 22.4vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(1) {
    left: 6.0975609756vw;
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(1) {
    left: 0;
  }
}
.p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  bottom: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(2) {
    left: 5.3333333333vw;
    bottom: 4vw;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
  }
}
.p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(2)::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(2)::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(3) {
  right: min(4.5625rem, 19.4666666667vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(3) {
    right: 6.0975609756vw;
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(3) {
    right: 2.4390243902vw;
    top: 18.6666666667vw;
  }
}
.p-keyword-bubble.p-keyword-bubble--type1 .p-keyword-bubble__item:nth-of-type(3)::before {
  -webkit-transform: translate(-50%, 100%) scaleX(-1);
          transform: translate(-50%, 100%) scaleX(-1);
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type2 {
    height: 56vw;
  }
}
.p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(1) {
  top: 0;
  left: min(4.5625rem, 19.4666666667vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(1) {
    left: 6.0975609756vw;
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(1) {
    left: 2.6666666667vw;
  }
}
.p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  bottom: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(2) {
    left: 5.3333333333vw;
    bottom: 4vw;
    -webkit-transform: translate(0) scale(0);
            transform: translate(0) scale(0);
  }
}
.p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(2)::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(2)::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(3) {
  right: min(4.5625rem, 19.4666666667vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(3) {
    right: 6.0975609756vw;
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(3) {
    right: 2.4390243902vw;
    top: 18.6666666667vw;
  }
}
.p-keyword-bubble.p-keyword-bubble--type2 .p-keyword-bubble__item:nth-of-type(3)::before {
  -webkit-transform: translate(-50%, 100%) scaleX(-1);
          transform: translate(-50%, 100%) scaleX(-1);
}

.p-keyword-bubble__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(1.3125rem, 5.6vw) min(2.5rem, 10.6666666667vw);
  border-radius: 100vh;
  background-color: #FFFFFF;
  -webkit-box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #D40012;
          box-shadow: min(0.1875rem, 0.8vw) min(0.1875rem, 0.8vw) 0 #D40012;
  border: min(0.1875rem, 0.8vw) solid #D40012;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.p-keyword-bubble__item:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-keyword-bubble__item:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.p-keyword-bubble__item:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-keyword-bubble__item:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble__item {
    font-size: 2.3170731707vw;
    padding: 1.8292682927vw min(1.875rem, 3.6585365854vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble__item {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw min(0.9375rem, 4vw);
    border-width: 0.5333333333vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0 #D40012;
            box-shadow: 0.8vw 0.8vw 0 #D40012;
  }
}
.p-keyword-bubble__item span {
  color: #D40012;
}
.p-keyword-bubble__item::before {
  content: "";
  display: block;
  aspect-ratio: 24/20.5;
  width: min(1.5rem, 6.4vw);
  height: auto;
  background-color: #D40012;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 992px) {
  .p-keyword-bubble__item::before {
    width: 2.4390243902vw;
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-bubble__item::before {
    width: 4.2666666667vw;
  }
}

.p-keyword-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-keyword-slider {
  position: relative;
  z-index: 3;
  top: min(12.5rem, 53.3333333333vw);
  margin-top: max(-12.5rem, -53.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-keyword-slider {
    top: min(6.875rem, 29.3333333333vw);
    margin-top: max(-6.875rem, -29.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-keyword-slider {
    top: min(6.25rem, 26.6666666667vw);
    margin-top: max(-6.25rem, -26.6666666667vw);
  }
}

/* ==========================================================================
Guideline ページ専用
=========================================================================*/
.p-guideline-btn {
  margin-top: min(5rem, 21.3333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-guideline-btn {
    margin-top: min(3.75rem, 16vw);
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-btn {
    margin-top: min(3.125rem, 13.3333333333vw);
  }
}

.p-guideline-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-guideline-contact {
    margin-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-contact {
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}

.p-guideline-contact__intro {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-guideline-contact__intro {
    font-size: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-contact__intro {
    font-size: min(1.125rem, 4.8vw);
  }
}
.p-guideline-contact__intro span {
  color: #D40012;
}

.p-guideline-contact__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.25rem, 5.3333333333vw);
  padding: min(3.75rem, 16vw) min(2.5rem, 10.6666666667vw);
  background-color: #E9E9E9;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-guideline-contact__box {
    padding: min(2.5rem, 10.6666666667vw) min(2.5rem, 10.6666666667vw);
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-contact__box {
    margin-top: min(1.25rem, 5.3333333333vw);
    padding: min(2.5rem, 10.6666666667vw) min(1.25rem, 5.3333333333vw);
    gap: min(0.625rem, 2.6666666667vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
    border-radius: min(0.625rem, 2.6666666667vw);
  }
}
.p-guideline-contact__box:hover {
  opacity: 0.85;
}

.p-guideline-contact__box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-guideline-contact__box-inner {
    gap: min(0.625rem, 2.6666666667vw);
  }
}
.p-guideline-contact__box-inner img {
  width: min(3.4375rem, 14.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-guideline-contact__box-inner img {
    width: min(2.8125rem, 12vw);
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-contact__box-inner img {
    width: min(2.1875rem, 9.3333333333vw);
  }
}

.p-guideline-contact__number {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: min(3.375rem, 14.4vw);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .p-guideline-contact__number {
    font-size: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-contact__number {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}

.p-guideline-contact__box-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 2;
}
/* ==========================================================================
Environment ページ専用
=========================================================================*/
.p-env-point-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-env-point-contents {
    gap: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 819px) {
  .p-env-point-contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .p-env-point-contents {
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.p-env-point-contents__item {
  background-color: #E9E9E9;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  padding: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 576px) {
  .p-env-point-contents__item {
    padding: min(1.5rem, 6.4vw) min(1.25rem, 5.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}

.p-env-point-contents__text {
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-env-point-contents__text {
    margin-top: min(0.9375rem, 4vw);
  }
}

.p-env-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.5rem, 10.6666666667vw);
  background-color: #E9E9E9;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
  padding: min(2.5rem, 10.6666666667vw) min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .p-env-box {
    padding: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw);
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: min(1.5rem, 6.4vw) min(1.25rem, 5.3333333333vw);
    gap: min(1.5rem, 6.4vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}

.p-env-box__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.875rem, 8vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .p-env-box__text-wrap {
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.p-env-box__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-env-box__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-box__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.p-env-box__head {
  color: #D40012;
}

.p-env-box__img-wrap {
  width: clamp(min(25rem, 106.6666666667vw), 38.3333333333vw, min(28.75rem, 122.6666666667vw));
}
@media screen and (max-width: 992px) {
  .p-env-box__img-wrap {
    width: min(min(22rem, 93.8666666667vw), 42.9268292683vw);
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-env-box__img-wrap {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .p-env-box__img-wrap img {
    width: 100%;
    height: auto;
  }
}

.p-env-systems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-env-systems {
    gap: min(1.25rem, 5.3333333333vw) min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-systems {
    grid-template-columns: 1fr;
    gap: min(1.875rem, 8vw) min(1.25rem, 5.3333333333vw);
  }
}

.p-env-systems__item {
  background-color: #E9E9E9;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  padding: min(2.1875rem, 9.3333333333vw) min(1.875rem, 8vw) min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-env-systems__item {
    padding: min(1.5rem, 6.4vw) min(0.75rem, 3.2vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-systems__item {
    padding: min(1.375rem, 5.8666666667vw) min(0.9375rem, 4vw) min(1.25rem, 5.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.p-env-systems__item img {
  display: block;
  width: min(8.75rem, 37.3333333333vw);
  margin-inline: auto;
  margin-top: min(1.25rem, 5.3333333333vw);
  margin-bottom: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-env-systems__item img {
    width: min(6.25rem, 26.6666666667vw);
    margin-bottom: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-systems__item img {
    width: min(6.25rem, 26.6666666667vw);
    margin-top: min(0.9375rem, 4vw);
    margin-bottom: min(1.25rem, 5.3333333333vw);
  }
}

.p-env-systems__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.6875rem, 7.2vw);
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-env-systems__head {
    font-size: min(min(1.5rem, 6.4vw), 2.8048780488vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-systems__head {
    font-size: min(1.3125rem, 5.6vw);
  }
}
.p-env-systems__head span {
  color: #D40012;
}

.p-env-systems__ast {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(0.9375rem, 4vw);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .p-env-systems__ast {
    font-size: min(0.8125rem, 3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-systems__ast {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}
.p-env-systems__ast {
  display: block;
  opacity: 0.8;
}

.p-env-location {
  background-color: #E9E9E9;
  padding: min(3.75rem, 16vw);
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-env-location {
    padding: min(2.5rem, 10.6666666667vw);
    gap: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-location {
    padding: min(1.5rem, 6.4vw) min(1.25rem, 5.3333333333vw) min(1.25rem, 5.3333333333vw);
    gap: min(1.25rem, 5.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.p-env-location:has(.p-env-location__text-wrap) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 819px) {
  .p-env-location:has(.p-env-location__text-wrap) {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-location:has(.p-env-location__text-wrap) {
    gap: min(1.875rem, 8vw);
  }
}

.p-env-location__text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-env-location__text-wrap {
    gap: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-location__text-wrap {
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.p-env-location__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  gap: min(1.875rem, 8vw);
}
.p-env-location__img-wrap > .c-flex-3clm {
  width: calc((100% - min(3.75rem, 16vw)) / 3);
  min-width: 0;
}
@media screen and (max-width: 576px) {
  .p-env-location__img-wrap > .c-flex-3clm {
    width: 100%;
  }
}
.p-env-location__img-wrap > .c-flex-3clm img {
  width: 100%;
  border-radius: min(0.9375rem, 4vw);
}
@media screen and (max-width: 992px) {
  .p-env-location__img-wrap > .c-flex-3clm img {
    border-radius: min(0.625rem, 2.6666666667vw);
  }
}
.p-env-location__img-wrap > .c-flex-3clm img include less_than_sp {
  border-radius: min(0.5rem, 2.1333333333vw);
}
@media screen and (max-width: 576px) {
  .p-env-location__img-wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(1.25rem, 5.3333333333vw);
  }
}

.p-env-location__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.9375rem, 8.2666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-env-location__head {
    font-size: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-location__head {
    font-size: min(1.625rem, 6.9333333333vw);
    line-height: 1.4;
  }
}
.p-env-location__head {
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-env-location__head {
    font-size: min(1.5rem, 6.4vw);
    line-height: 1.6;
  }
}
.p-env-location__head::before {
  background-image: url(../images/svg/icon_mark.svg);
  background-size: "contain";
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: min(1.375rem, 5.8666666667vw);
  height: auto;
  position: absolute;
  top: max(-0.625rem, -2.6666666667vw);
  left: max(-0.75rem, -3.2vw);
}
.p-env-location__head span {
  line-height: 1.5;
  padding-bottom: min(0.0625rem, 0.2666666667vw);
  position: relative;
  isolation: isolate;
}
.p-env-location__head span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: -webkit-repeating-linear-gradient(left, #d40012 0 min(0.25rem, 1.0666666667vw), transparent min(0.25rem, 1.0666666667vw) calc(min(0.25rem, 1.0666666667vw) + min(0.3125rem, 1.3333333333vw)));
  background-image: repeating-linear-gradient(to right, #d40012 0 min(0.25rem, 1.0666666667vw), transparent min(0.25rem, 1.0666666667vw) calc(min(0.25rem, 1.0666666667vw) + min(0.3125rem, 1.3333333333vw)));
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 100% 1lh;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#000), color-stop(#000), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, transparent calc(1lh - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(1lh - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(1lh - min(0.0625rem, 0.2666666667vw)), transparent calc(1lh - min(0.0625rem, 0.2666666667vw)));
  -webkit-mask-size: 100% 1lh;
  -webkit-mask-repeat: repeat;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#000), color-stop(#000), to(transparent));
  mask-image: linear-gradient(to bottom, transparent calc(1lh - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(1lh - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(1lh - min(0.0625rem, 0.2666666667vw)), transparent calc(1lh - min(0.0625rem, 0.2666666667vw)));
  mask-size: 100% 1lh;
  mask-repeat: repeat;
}
@supports not (background-size: 100% 1lh) {
  .p-env-location__head span::after {
    background-size: 100% calc(1em * 1.5);
    -webkit-mask-size: 100% calc(1em * 1.5);
    mask-size: 100% calc(1em * 1.5);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#000), color-stop(#000), to(transparent));
    -webkit-mask-image: -webkit-linear-gradient(top, transparent calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw)), transparent calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw)));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#000), color-stop(#000), to(transparent));
    mask-image: linear-gradient(to bottom, transparent calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw) - min(0.125rem, 0.5333333333vw)), #000 calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw)), transparent calc(calc(1em * 1.5) - min(0.0625rem, 0.2666666667vw)));
  }
}
.p-env-location__head span {
  color: #D40012;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-env-location__head span:last-child {
  margin-left: min(0.125rem, 0.5333333333vw);
}
@media screen and (max-width: 576px) {
  .p-env-location__head span:last-child {
    margin-left: min(0rem, 0vw);
  }
}

.p-training {
  margin-top: min(1.875rem, 8vw);
  background-color: #FFFFFF;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  padding: min(2.5rem, 10.6666666667vw) min(3.75rem, 16vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-training {
    padding: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-training {
    margin-top: min(1.25rem, 5.3333333333vw);
    padding: min(1.5rem, 6.4vw) min(1.25rem, 5.3333333333vw);
    gap: min(1rem, 4.2666666667vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}

.p-training__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(0.9375rem, 4vw);
}
@media screen and (max-width: 576px) {
  .p-training__list {
    gap: min(0.75rem, 3.2vw);
  }
}

.p-training__list-item {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0.002em;
  line-height: 1.8;
  width: min(11.25rem, 48vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-training__list-item {
    width: calc(50% - min(0.375rem, 1.6vw));
    font-size: min(0.875rem, 3.7333333333vw);
  }
}
.p-training__list-item::before {
  content: "";
  display: block;
  border-radius: 100vh;
  width: min(0.375rem, 1.6vw);
  height: min(0.375rem, 1.6vw);
  aspect-ratio: 1/1;
  background-color: #D40012;
}
@media screen and (max-width: 576px) {
  .p-training__list-item::before {
    width: min(0.3125rem, 1.3333333333vw);
  }
}
.p-training__list-item.p-training__list-item--none::before {
  display: none;
}

.p-env-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .p-env-list {
    gap: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-list {
    gap: min(1.875rem, 8vw);
  }
}
.p-env-list.p-env-list--color .p-env-list__item {
  background-color: #E9E9E9;
}
.p-env-list .c-text-base {
  display: none;
}
@media screen and (max-width: 576px) {
  .p-env-list .c-text-base {
    display: block;
  }
}

.p-env-list__item {
  background-color: #FFFFFF;
  border-radius: min(0.9375rem, 4vw);
  -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
          box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(3.75rem, 16vw);
  padding: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-env-list__item {
    gap: min(2.5rem, 10.6666666667vw);
    padding: min(1.875rem, 8vw) min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-list__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(1.5rem, 6.4vw);
    padding: min(2.25rem, 9.6vw) min(1.5rem, 6.4vw) min(1.25rem, 5.3333333333vw);
    -webkit-box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
            box-shadow: min(0.3125rem, 1.3333333333vw) min(0.3125rem, 1.3333333333vw) 0 #DADADA;
  }
}
.p-env-list__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-env-list__item:nth-of-type(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.p-env-list__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.875rem, 8vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .p-env-list__text-wrap {
    gap: min(1.25rem, 5.3333333333vw);
  }
}
.p-env-list__text-wrap .c-text-base {
  display: block;
}
@media screen and (max-width: 576px) {
  .p-env-list__text-wrap .c-text-base {
    display: none;
  }
}

.p-env-list__img-wrap {
  width: min(min(30rem, 128vw), 40vw);
}
@media screen and (max-width: 992px) {
  .p-env-list__img-wrap {
    width: 31.7073170732vw;
  }
}
@media screen and (max-width: 576px) {
  .p-env-list__img-wrap {
    width: 100%;
  }
}
.p-env-list__img-wrap img {
  border-radius: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-env-list__img-wrap img {
    border-radius: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-env-list__img-wrap img {
    width: 100%;
    height: auto;
    border-radius: min(0.625rem, 2.6666666667vw);
  }
}

.p-env-wide-img {
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-env-wide-img {
    margin-top: min(0.625rem, 2.6666666667vw);
  }
}

/* ==========================================================================
Interview ページ専用
=========================================================================*/
.p-interview-parent:nth-of-type(odd) .p-interview-qa:nth-of-type(odd) .c-flex-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interview-parent:nth-of-type(even) .p-interview-mv {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.p-interview-parent:nth-of-type(even) .p-interview-mv__text-wrap {
  left: auto;
  right: 10.4685212299%;
}
@media screen and (max-width: 1200px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__text-wrap {
    right: 5.8565153734%;
  }
}
@media screen and (max-width: 992px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__text-wrap {
    right: 3.6585365854%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__text-wrap {
    right: 4.2666666667%;
  }
}
.p-interview-parent:nth-of-type(even) .p-interview-mv__bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    left: max(max(-0.9375rem, -4vw), -1.8292682927vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__bottom {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
  }
}
.p-interview-parent:nth-of-type(even) .p-interview-mv__head {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__head {
    text-align: left;
  }
}
.p-interview-parent:nth-of-type(even) .p-interview-mv__img-wrap {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 min(1.875rem, 8vw) min(1.875rem, 8vw) 0;
}
@media screen and (max-width: 992px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__img-wrap {
    border-radius: 0 min(1.25rem, 5.3333333333vw) min(1.25rem, 5.3333333333vw) 0;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__img-wrap {
    border-radius: 0 min(0.9375rem, 4vw) min(0.9375rem, 4vw) 0;
  }
}
@media screen and (max-width: 992px) {
  .p-interview-parent:nth-of-type(even) .p-interview-mv__img-wrap img {
    -o-object-position: 90% 10%;
       object-position: 90% 10%;
  }
}
.p-interview-parent:nth-of-type(even) .p-interview-qa:nth-of-type(even) .c-flex-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interview-parent:nth-of-type(n + 2) .p-interview-model {
  background-color: #FFFFFF;
}
.p-interview-parent .l-sec-shape .p-interview-mv__role {
  background-color: #FFFFFF;
}

.p-interview-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-interview-mv__text-wrap {
  position: absolute;
  top: min(5.4375rem, 23.2vw);
  left: 10.4685212299%;
}
@media screen and (max-width: 1200px) {
  .p-interview-mv__text-wrap {
    left: 5.8565153734%;
  }
}
@media screen and (max-width: 992px) {
  .p-interview-mv__text-wrap {
    left: 3.6585365854%;
    top: min(min(4.25rem, 18.1333333333vw), 8.2926829268vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__text-wrap {
    top: 0;
    left: 4.2666666667%;
  }
}

.p-interview-mv__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(3.375rem, 14.4vw);
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-interview-mv__head {
    font-size: min(min(2.5rem, 10.6666666667vw), 4.8780487805vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__head {
    font-size: min(1.8125rem, 7.7333333333vw);
  }
}
.p-interview-mv__head span {
  color: #D40012;
}

.p-interview-mv__bottom {
  margin-top: min(3.75rem, 16vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-interview-mv__bottom {
    margin-top: min(min(1.875rem, 8vw), 3.6585365854vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__bottom {
    margin-top: min(min(1.25rem, 5.3333333333vw), 5.3333333333vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: min(0.625rem, 2.6666666667vw);
  }
}

.p-interview-mv__role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0.002em;
  line-height: 1.4;
  background-color: #E9E9E9;
  padding: min(0.5rem, 2.1333333333vw) min(0.9375rem, 4vw) min(0.5625rem, 2.4vw);
  border-radius: min(0.3125rem, 1.3333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .p-interview-mv__role {
    font-size: min(min(1rem, 4.2666666667vw), 1.9512195122vw);
    padding: min(0.3125rem, 1.3333333333vw) min(0.625rem, 2.6666666667vw) min(0.375rem, 1.6vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__role {
    font-size: min(0.875rem, 3.7333333333vw);
    padding: min(0.375rem, 1.6vw) min(0.75rem, 3.2vw) min(0.375rem, 1.6vw);
  }
}

.p-interview-mv__name {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: min(2rem, 8.5333333333vw);
  letter-spacing: 0.005em;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-interview-mv__name {
    font-size: min(min(1.75rem, 7.4666666667vw), 3.4146341463vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__name {
    font-size: min(1.625rem, 6.9333333333vw);
  }
}

.p-interview-mv__year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-interview-mv__year {
    font-size: min(min(1rem, 4.2666666667vw), 1.9512195122vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__year {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.p-interview-mv__img-wrap {
  width: 57.1010248902%;
  height: min(30.125rem, 128.5333333333vw);
  border-radius: min(1.875rem, 8vw) 0 0 min(1.875rem, 8vw);
  overflow: hidden;
  margin-left: auto;
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
}
@media screen and (max-width: 992px) {
  .p-interview-mv__img-wrap {
    width: 58.5365853659%;
    height: min(min(21.1875rem, 90.4vw), 54.8780487805vw);
    border-radius: min(1.25rem, 5.3333333333vw) 0 0 min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-mv__img-wrap {
    margin-top: min(10.625rem, 45.3333333333vw);
    height: auto;
    width: 95%;
    -webkit-box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
            box-shadow: min(0.5rem, 2.1333333333vw) min(0.5rem, 2.1333333333vw) 0 #DADADA;
    border-radius: min(0.9375rem, 4vw) 0 0 min(0.9375rem, 4vw);
  }
}
.p-interview-mv__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.p-interview-reason {
  margin-top: min(5rem, 21.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-interview-reason {
    margin-top: min(3.75rem, 16vw);
  }
}

.p-interview-qa:nth-of-type(n + 2) {
  padding-block: 6.25rem;
}
@media screen and (max-width: 992px) {
  .p-interview-qa:nth-of-type(n + 2) {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-qa:nth-of-type(n + 2) {
    padding-block: 3.75rem;
  }
}
.p-interview-qa:nth-of-type(n + 2) {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .p-interview-qa:nth-of-type(n + 2) {
    padding-block: 6.25rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .p-interview-qa:nth-of-type(n + 2) {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .p-interview-qa:nth-of-type(n + 2) {
    padding-block: 5rem;
  }
}

.p-interview-model {
  background-color: #E9E9E9;
  border-radius: min(1.25rem, 5.3333333333vw);
  -webkit-box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
          box-shadow: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 #DADADA;
  padding: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-interview-model {
    padding-inline: min(1.25rem, 5.3333333333vw);
  }
}

.p-interview-model__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(2.3125rem, 9.8666666667vw);
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-interview-model__head {
    font-size: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-interview-model__head {
    font-size: min(1.75rem, 7.4666666667vw);
    line-height: 1.4;
  }
}
.p-interview-model__head {
  background-image: url(../images/svg/line_2px_main.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: calc(min(0.3125rem, 1.3333333333vw) + min(0.3125rem, 1.3333333333vw)) min(0.125rem, 0.5333333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #D40012;
  margin-bottom: min(2.5rem, 10.6666666667vw);
}

.p-interview-model__inner {
  overflow-x: auto;
}
.p-interview-model__inner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-interview-model__inner img {
    min-width: min(37.5rem, 160vw);
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

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

.u-margin-xxsmall-top {
  margin-top: 10px;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .u-margin-xsmall-top {
    margin-top: 14px;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 10px;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .u-margin-small-top {
    margin-top: 1.25rem;
  }
}

.u-margin-medium-small-top {
  margin-top: 1.875rem;
}
@media screen and (max-width: 992px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 992px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.5rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 992px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 992px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.25rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.25rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.5rem;
  }
}

.u-padding-top-xlarge {
  padding-top: 5rem;
}
@media screen and (max-width: 992px) {
  .u-padding-top-xlarge {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-top-xlarge {
    padding-top: 3.75rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 992px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.25rem;
}

.encode {
  font-family: "Encode Sans Expanded", sans-serif !important;
  font-weight: 600 !important;
}
.encode.encode--bold {
  font-weight: 700 !important;
}/*# sourceMappingURL=main.css.map */