@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;
}

a:active,
a:hover {
  outline: 0;
}

/* 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 {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
  background-color: transparent;
}

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;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
:root {
  --black-800: #5C5C5C;
  --black-800-rgb: 92,
  92,
  92;
  --black-600: #858585;
  --black-600-rgb: 133,
  133,
  133;
  --black-400: #ADADAD;
  --black-400-rgb: 173,
  173,
  173;
  --black-200: #D6D6D6;
  --black-200-rgb: 214,
  214,
  214;
  --black-100: #EBEBEB;
  --black-100-rgb: 235,
  235,
  235;
  --black: #000000;
  --black-rgb: 0,
  0,
  0;
  --white: #fff;
  --white-rgb: 255,
  255,
  255;
  --border: #ededf3;
  --border-rgb: 237,
  237,
  243;
  --main: #0000A6;
  --main-rgb: 0,
  0,
  166;
  --sub: #00E180;
  --sub-rgb: 0,
  225,
  128;
  --hover: #80d5f4;
  --hover-rgb: 128,
  213,
  244;
  --whitesmoke: #f0eff5;
  --whitesmoke-rgb: 240,
  239,
  245;
  --selection_txt: #525252;
  --selection_txt-rgb: 82,
  82,
  82;
  --selection_bg: #ffd0c4;
  --selection_bg-rgb: 255,
  208,
  196;
  --blue: #0D78DA;
  --blue-rgb: 13,
  120,
  218;
  --blue2: #00ABEA;
  --blue2-rgb: 0,
  171,
  234;
  --blue3: #00b6f2;
  --blue3-rgb: 0,
  182,
  242;
  --aquablue: #d9f4fd;
  --aquablue-rgb: 217,
  244,
  253;
  --green: #5AF9C3;
  --green-rgb: 90,
  249,
  195;
  --green2: #8bffe3;
  --green2-rgb: 139,
  255,
  227;
  --green3: #16fcc9;
  --green3-rgb: 22,
  252,
  201;
  --tomato: #ef423b;
  --tomato-rgb: 239,
  66,
  59;
}

/*-==========================================================================
font
==========================================================================*/
/*-==========================================================================
rem変換関数
==========================================================================*/
/*-==========================================================================
vw変換
==========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
独自mixinを定義
==========================================================================*/
/*-==========================================================================
ブレイクポイント（xpc、pc、lp、tb、sp）
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html,
body {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
}

::-moz-selection {
  color: var(--selection_txt);
  background-color: var(--selection_bg);
}

::selection,
::-moz-selection {
  color: var(--selection_txt);
  background-color: var(--selection_bg);
}

.over-clip {
  overflow: clip;
}

a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-word;
}

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

picture {
  display: block;
}
picture img {
  width: 100%;
}

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

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--whitesmoke);
  text-align: inherit;
  margin: 0;
}

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

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

.p-idx-contact__wrap,
footer,
header {
  font-family: "Noto Sans JP", sans-serif;
}

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

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
/* ==========================================================================
ヘッダー
========================================================================== */
/* PC版メニュー 1段
----------------------------------------------------------------- */
header.l-hd1 .l-hd {
  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;
  background-color: var(--white);
  height: 80px;
  width: 100%;
  z-index: 1010;
  position: fixed;
  gap: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  header.l-hd1 .l-hd {
    gap: clamp(1.25rem, -13.813rem + 25.078vw, 6.25rem);
  }
}
@media screen and (max-width: 960px) {
  header.l-hd1 .l-hd {
    gap: 0.625rem;
    height: 80px;
  }
}
@media screen and (max-width: 428px) {
  header.l-hd1 .l-hd {
    height: 50px;
  }
}
header.l-hd1 h1.l-hd-logo {
  position: relative;
  max-width: 220px;
  width: 100%;
  z-index: 999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  header.l-hd1 h1.l-hd-logo {
    padding: 0 15px;
  }
}
@media screen and (max-width: 428px) {
  header.l-hd1 h1.l-hd-logo {
    max-width: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 160px;
    padding: 0 10px;
  }
}
header.l-hd1 h1.l-hd-logo a {
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.l-hd1 h1.l-hd-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  header.l-hd1 h1.l-hd-logo a img {
    width: 140px !important;
    height: auto;
  }
}
header.l-hd1 h1.l-hd-logo a:hover {
  opacity: 0.7;
}
header.l-hd1 .l-hd-nav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  gap: 3.75rem;
}
@media screen and (max-width: 1280px) {
  header.l-hd1 .l-hd-nav__wrap {
    gap: clamp(1.25rem, -6.281rem + 12.539vw, 3.75rem);
    min-width: initial;
  }
}
header.l-hd1 .l-hd-nav__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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul.l-hd-nav1__list {
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 1280px) {
  ul.l-hd-nav1__list {
    gap: clamp(0.625rem, -5.024rem + 9.404vw, 2.5rem);
  }
}
@media screen and (max-width: 960px) {
  ul.l-hd-nav1__list {
    display: none;
  }
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu > a {
  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;
  font-size: 0.875rem;
  font-weight: 700;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  ul.l-hd-nav1__list .l-hd-nav1__list__menu > a {
    font-size: clamp(0.688rem, 0.123rem + 0.94vw, 0.875rem);
  }
}
@media screen and (max-width: 428px) {
  ul.l-hd-nav1__list .l-hd-nav1__list__menu > a {
    height: 50px;
  }
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu > a::after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 50%;
  height: 4px;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--blue);
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu > a:hover::after {
  width: 100%;
}

.l-hd-nav1__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 190px;
}
@media screen and (max-width: 428px) {
  .l-hd-nav1__contact {
    max-width: 100px;
  }
}
.l-hd-nav1__contact a {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background-color: var(--blue2);
  font-size: 0.875rem;
  font-weight: 700;
  width: 110px;
}
.l-hd-nav1__contact a.l-hd-nav1__contact__lang {
  width: 80px;
  background-color: var(--main);
  z-index: 999;
}
@media screen and (max-width: 428px) {
  .l-hd-nav1__contact a.l-hd-nav1__contact__lang {
    font-size: 0.6875rem;
    width: 50px;
  }
}
.l-hd-nav1__contact a:hover {
  background-color: var(--hover);
}

/* dropdowメニュー
----------------------------------------------------------------- */
/* --- メガメニュー本体 --- */
.l-hd-mega {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(var(--white-rgb), 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 100;
  overflow: hidden;
}

/* コンテンツレイアウト */
.l-hd-mega__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 5% 4rem;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
}

/* 左側：COMPANYロゴ */
.l-hd-mega__head {
  width: 30%;
}

.l-hd-mega__category {
  margin-bottom: 1.5rem;
  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;
  gap: 0.625rem;
  line-height: 1;
}
.l-hd-mega__category .ico img {
  width: 2.875rem;
  height: 1.4375rem;
}
.l-hd-mega__category .ja {
  font-size: 0.875rem;
  font-weight: 700;
}

.l-hd-mega__title {
  display: block;
  font-family: "Sansation", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .l-hd-mega__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .l-hd-mega__title {
    font-size: 14px;
  }
}

/* 右側：3カラムグリッド */
.l-hd-mega__nav {
  width: 70%;
}

.l-hd-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3列 */
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  list-style: none;
  padding: 0;
}
.l-hd-mega__grid li a {
  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;
  text-decoration: none;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--blue);
  line-height: 2;
  /* 青い下線 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-hd-mega__grid li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-hd-mega__grid li a:hover {
  color: var(--blue2);
}
.l-hd-mega__grid li a:hover::after {
  -webkit-transform: rotate(45deg) translate(2px, -2px);
          transform: rotate(45deg) translate(2px, -2px);
}

.l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-dropdown > a {
    pointer-events: none;
  }
}
.l-dropdown .l-dropdown-nav {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
          transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s;
  background-color: var(--white);
  padding: 10px 1.25rem;
}
.l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  padding: 0;
}
.l-dropdown .l-dropdown-nav .l-dropdown-nav__menu:last-child a {
  margin-bottom: 0;
}
.l-dropdown .l-dropdown-nav.is-dropdown-open {
  overflow: visible;
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
          transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-dropdown .l-dropdown-nav.is-dropdown-open a {
  opacity: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(135deg) translateY(50%);
          transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid var(--hover);
  border-right: 1px solid var(--hover);
}

/* アクティブメニュー
----------------------------------------------------------------- */
/* トグルボタン（ハンバーガーボタン）
----------------------------------------------------------------- */
.l-toggle {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-toggle {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/resource/images/menu_open.svg);
    -webkit-transition: background-image 0.1s linear;
    transition: background-image 0.1s linear;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
  }
}
@media screen and (max-width: 428px) {
  .l-toggle {
    width: 50px;
    height: 50px;
  }
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-image: url(/resource/images/menu_close.svg);
}

/* ドロワーメニュー（toggleを押して出現するメニュー/SPメニュー）
----------------------------------------------------------------- */
.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
}

.l-drawer-body {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: var(--white);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 428px) {
  .l-drawer-body {
    padding-top: 5rem;
    padding-bottom: 2.8125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    max-width: 280px;
  }
}

.l-drawer-nav-main {
  position: relative;
}

.l-drawer-nav-main__menu {
  padding: 1em 0;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--blue);
  width: auto;
}
@media screen and (max-width: 428px) {
  .l-drawer-nav-main__menu {
    padding: 1em 0;
  }
}

/* ドロワーメニュー内のアコーディオンメニュー
----------------------------------------------------------------- */
.l-drawer-acc {
  width: 100%;
  position: relative;
}
.l-drawer-acc .l-drawer-nav-main__menu:after {
  content: none;
}
.l-drawer-acc .l-drawer-acc__btn {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  top: 25px;
  right: 0;
}
@media screen and (max-width: 428px) {
  .l-drawer-acc .l-drawer-acc__btn {
    top: 25px;
    width: 18px;
    height: 18px;
  }
}
.l-drawer-acc .l-drawer-acc__btn {
  background-color: var(--blue);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-drawer-acc .l-drawer-acc__btn::before, .l-drawer-acc .l-drawer-acc__btn::after {
  position: absolute;
  content: "";
  background-color: var(--white);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-radius: 1px;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
}
.l-drawer-acc .l-drawer-acc__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.l-drawer-acc .l-drawer-acc__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-drawer-acc .l-drawer-acc__btn.close::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.l-drawer-acc .l-drawer-acc__btn.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.l-drawer-acc__cont {
  display: none;
  margin-bottom: 1em;
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu {
  line-height: 1.8;
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu a::before {
  content: "-";
  margin-right: 5px;
}

.l-drawer-nav__info {
  margin-top: 1rem;
}
.l-drawer-nav__info li {
  padding: 0.5em 0;
  display: block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--bleck);
}
.l-drawer-nav__info li .txt-link--win--blue {
  font-weight: 700;
}

.l-drawer-nav__sns {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 2.5rem;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 4.6341463415%;
  padding-left: 4.6341463415%;
}
@media screen and (max-width: 428px) {
  .l-drawer-nav__sns {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
  }
}
.l-drawer-nav__sns li img {
  width: 35px;
}
.l-drawer-nav__sns .youtube img {
  width: 40px;
}
.l-drawer-nav__sns .tiktok img {
  width: 31px;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 0 30px;
  }
}
@media screen and (max-width: 428px) {
  footer {
    padding: 0 20px;
  }
}

.l-ft {
  padding: 5rem 0 0;
}
@media screen and (max-width: 960px) {
  .l-ft {
    padding: 3.625rem 0 0;
  }
}
@media screen and (max-width: 428px) {
  .l-ft {
    padding: 2.5rem 0 0;
  }
}

/* ロゴエリア
----------------------------------------------------------------- */
.l-ft-logo__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap {
    margin-bottom: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap {
    margin-bottom: 2.875rem;
    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 {
  max-width: 465px;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-logo {
    max-width: 407px;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-logo {
    max-width: 315px;
  }
}
.l-ft-logo__wrap .l-ft-logo a img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 465/45;
}
.l-ft-logo__wrap .l-ft-logo a:hover img {
  opacity: 0.7;
}
.l-ft-logo__wrap .l-ft-add {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-add {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-add {
    margin-top: 2rem;
  }
}
.l-ft-logo__wrap .l-ft-add p {
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-add p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-add p {
    text-align: center;
  }
}
.l-ft-logo__wrap .l-ft-sdgs {
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-sdgs {
    max-width: 241px;
  }
}
.l-ft-logo__wrap .l-ft-btn--co {
  border: 1px solid var(--white);
  margin-top: 2.5rem;
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--co {
    max-width: 200px;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-btn--co {
    max-width: 280px;
  }
}
.l-ft-logo__wrap .l-ft-btn--co a {
  width: 100%;
  position: relative;
  display: inline-block;
  background-image: url(/resource/images/ico_win_white.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 1.25rem center;
  color: var(--white);
  font-weight: 700;
  line-height: 50px;
  font-size: 0.9375rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--co a {
    padding-left: 1.84375rem;
    font-size: 14px;
    background-position: right 1.21875rem center;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-btn--co a {
    padding: 0;
    text-align: center;
    line-height: 66px;
  }
}
.l-ft-logo__wrap .l-ft-btn--co a:hover {
  color: var(--main);
  background-color: var(--white);
  background-image: url(/resource/images/ico_win_main.svg);
}
.l-ft-logo__wrap .l-ft-btn--rec {
  max-width: 240px;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--rec {
    max-width: 200px;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-btn--rec {
    max-width: 280px;
  }
}
.l-ft-logo__wrap .l-ft-btn--rec a {
  display: block;
  position: relative;
  background-image: -webkit-image-set(url(/resource/images/_banner_320x100.webp) type("image/webp"), url(/resource/images/_banner_320x100.jpg) type("image/jpeg"));
  background-image: image-set(url(/resource/images/_banner_320x100.webp) type("image/webp"), url(/resource/images/_banner_320x100.jpg) type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.125rem 1.25rem;
  height: 76px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--rec a {
    height: 63px;
    padding: 13.5px 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-btn--rec a {
    height: 88px;
    padding: 1.5rem 1.25rem 1.25rem;
  }
}
.l-ft-logo__wrap .l-ft-btn--rec a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  top: 30px;
  background-image: url(/resource/images/ico_win_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--rec a::after {
    top: 20px;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-logo__wrap .l-ft-btn--rec a::after {
    top: 32px;
  }
}
.l-ft-logo__wrap .l-ft-btn--rec a .en,
.l-ft-logo__wrap .l-ft-btn--rec a .ja {
  display: block;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
}
.l-ft-logo__wrap .l-ft-btn--rec a .en {
  font-size: 13px;
  font-family: "Sansation", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--rec a .en {
    font-size: 11px;
  }
}
.l-ft-logo__wrap .l-ft-btn--rec a .ja {
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-btn--rec a .ja {
    font-size: 1rem;
  }
}
.l-ft-logo__wrap .l-ft-btn--rec a:hover {
  opacity: 0.7;
}
.l-ft-logo__wrap .l-ft-sns {
  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: 1.25rem;
  margin-top: 2.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .l-ft-logo__wrap .l-ft-sns {
    max-width: 160px;
    width: 100%;
  }
}
.l-ft-logo__wrap .l-ft-sns li {
  width: 40px;
  aspect-ratio: 1;
}
.l-ft-logo__wrap .l-ft-sns li a:hover {
  opacity: 0.7;
}

/* メニュー
----------------------------------------------------------------- */
.l-ft-nav__wrap {
  width: 100%;
  padding: 5rem 5% 2.5rem;
  background-image: url(/resource/images/footer_bg_img1.png), -webkit-gradient(linear, left top, left bottom, from(#1b00b7), to(#00b6f2));
  background-image: url(/resource/images/footer_bg_img1.png), -webkit-linear-gradient(top, #1b00b7, #00b6f2);
  background-image: url(/resource/images/footer_bg_img1.png), linear-gradient(180deg, #1b00b7, #00b6f2);
  /* 画像に対する設定 */
  background-size: auto 160px, auto;
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__wrap {
    background-size: auto 94px, auto;
    padding: 3.625rem 5% 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__wrap {
    padding: 2.875rem 5%;
    background-image: url(/resource/images/footer_bg_img1_sp.png), -webkit-gradient(linear, left top, left bottom, from(#1b00b7), to(#00b6f2));
    background-image: url(/resource/images/footer_bg_img1_sp.png), -webkit-linear-gradient(top, #1b00b7, #00b6f2);
    background-image: url(/resource/images/footer_bg_img1_sp.png), linear-gradient(180deg, #1b00b7, #00b6f2);
    background-size: auto 187px, auto;
  }
}

.l-ft-nav__list {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 4rem 5rem;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__list {
    gap: 5rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .l-ft-nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media screen and (max-width: 428px) {
  .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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.125rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent,
.l-ft-nav__list .l-ft-nav__parent--last {
  width: auto;
}
.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;
}
@media screen and (max-width: 428px) {
  .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 {
    text-align: center;
  }
}
.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 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .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-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .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-size: clamp(0.75rem, 0.476rem + 1.023vw, 1rem);
  }
}
@media screen and (max-width: 428px) {
  .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-size: 1rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu a:hover,
.l-ft-nav__list .l-ft-nav__parent--last li.l-ft-nav__parent__menu a:hover {
  color: var(--hover);
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu {
  white-space: nowrap;
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other {
  line-height: 1.4;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other {
    margin-top: 1.875rem;
  }
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other a {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other a:hover {
  opacity: 0.7;
}
.l-ft-nav__list ul.l-ft-nav__child {
  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: 1rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__list ul.l-ft-nav__child {
    margin-top: 0.9375rem;
    gap: 12px;
  }
}
@media screen and (max-width: 428px) {
  .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 {
  line-height: 1;
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
    font-size: clamp(0.625rem, 0.488rem + 0.512vw, 0.75rem);
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
    font-size: 1rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a::before {
  content: "-";
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a:hover {
  opacity: 0.5;
}

/* フッターメニュー
----------------------------------------------------------------- */
.l-ft-nav__children {
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__children {
    padding-top: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__children {
    padding-top: 2rem;
  }
}
.l-ft-nav__children .l-ft-nav__child {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 5rem 2.5rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__children .l-ft-nav__child {
    gap: clamp(0.5rem, -1.694rem + 8.184vw, 2.5rem);
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__children .l-ft-nav__child {
    -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: 0.625rem;
  }
}
.l-ft-nav__children .l-ft-nav__child .l-ft-nav__child__menu a {
  color: var(--white);
  font-size: 0.875rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__children .l-ft-nav__child .l-ft-nav__child__menu a {
    font-size: clamp(0.625rem, 0.351rem + 1.023vw, 0.875rem);
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__children .l-ft-nav__child .l-ft-nav__child__menu a {
    font-size: 1rem;
  }
}

/* コピーライト
----------------------------------------------------------------- */
.l-ft-copy {
  padding: 0.625rem 0;
}
.l-ft-copy p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--black);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .l-ft-copy p {
    font-size: 11px;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 10px;
  bottom: 2.5rem;
  z-index: 100;
}
a#pagetop img {
  width: 82px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  a#pagetop {
    bottom: 1rem;
  }
  a#pagetop img {
    width: 68px;
  }
}
@media screen and (max-width: 428px) {
  a#pagetop {
    right: 1.25rem;
    bottom: 1.875rem;
  }
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-ttl {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  background-image: url(/recruit/resource/images/bg_blue.png);
  z-index: 3 !important;
}
@media screen and (max-width: 960px) {
  .l-page-ttl {
    padding-top: 80px;
    height: auto;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl {
    padding-top: 50px;
  }
}
.l-page-ttl .l-container {
  position: relative;
}
.l-page-ttl .l-page-ttl-flex {
  padding-top: 2.5rem;
  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;
  gap: 0.625rem;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-flex {
    gap: 6%;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-flex {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-page-ttl .l-page-ttl-flex .l-page-ttl-sttl {
  padding-left: 40px;
  width: 210px;
}
.l-page-ttl .l-page-ttl-flex .l-page-ttl-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-page-ttl .l-page-ttl-flex .l-page-ttl-img picture {
  width: 100%;
  height: auto;
}
.l-page-ttl .l-page-ttl-flex .l-page-ttl-img picture img {
  width: auto;
  height: 100%;
  max-height: 400px;
}
.l-page-ttl .l-page-ttl-flex .l-page-ttl-img picture img[width="400"] {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-flex .l-page-ttl-img {
    padding-left: 3%;
  }
  .l-page-ttl .l-page-ttl-flex .l-page-ttl-img picture {
    height: auto;
  }
  .l-page-ttl .l-page-ttl-flex .l-page-ttl-img picture img {
    max-width: 305px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-flex .l-page-ttl-img {
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-page-ttl .l-page-ttl-flex .l-page-ttl-img picture img {
    max-width: 315px;
  }
}
.l-page-ttl .l-page-ttl-flex .p-idx-com__cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
}
.l-page-ttl .l-page-ttl-sub {
  position: absolute;
  left: 0;
  top: 2.5rem;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  width: 210px;
}
.l-page-ttl .l-page-ttl-sub .ico img {
  width: 2.5rem;
  height: 2.5rem;
}
.l-page-ttl .l-page-ttl-sub .ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.l-page-ttl .p-rec-catch {
  font-size: 2.875rem;
  margin-bottom: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .p-rec-catch {
    font-size: clamp(1.125rem, 0.165rem + 3.581vw, 2rem);
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .p-rec-catch {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.l-page-ttl .p-rec-catch span {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 0.2em 0.5em 0.3em;
  font-weight: 700;
  line-height: 1;
}
.l-page-ttl .l-page-ttl-inner {
  margin-bottom: 4rem;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner {
    margin-bottom: 0;
  }
}
.l-page-ttl .l-page-ttl-inner .en {
  display: block;
  font-family: "Sansation", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  color: var(--black);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner .en {
    font-size: clamp(3.25rem, 2.016rem + 4.604vw, 4.375rem);
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-inner .en {
    font-size: 3.25rem;
    margin-bottom: 0.875rem;
  }
}
.l-page-ttl .l-page-ttl-inner .ja {
  font-size: 1.6875rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner .ja {
    font-size: clamp(1.125rem, 0.782rem + 1.279vw, 1.438rem);
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-inner .ja {
    font-size: 1.125rem;
  }
}
.l-page-ttl .over .en {
  font-size: 6.0625rem;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .over .en {
    font-size: clamp(2.25rem, 0.604rem + 6.138vw, 3.75rem);
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .over .en {
    font-size: 3.25rem;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-sm {
  padding: 1rem 0;
}

.l-sec-md {
  padding: 4rem 0;
}

.l-sec-lg {
  padding: 5rem 0;
}
@media screen and (max-width: 428px) {
  .l-sec-lg {
    padding: 5rem 0;
  }
}

.l-sec-xlg {
  padding: 6.25rem 0;
}
@media screen and (max-width: 834px) {
  .l-sec-xlg {
    padding: 5rem 0;
  }
}

.l-sec-xxlg {
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .l-sec-xxlg {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .l-sec-xxlg {
    padding: 5rem 0;
  }
}

.l-sec-xlg-remove-top {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 834px) {
  .l-sec-xlg-remove-top {
    padding: 0 0 5rem;
  }
}

.l-sec-xxlg-remove-top {
  padding: 0 0 10rem;
}
@media screen and (max-width: 834px) {
  .l-sec-xxlg-remove-top {
    padding: 0 0 6.25rem;
  }
}
@media screen and (max-width: 428px) {
  .l-sec-xxlg-remove-top {
    padding: 0 0 6.25rem;
  }
}

.l-sec-xxxlg-remove-top {
  padding: 0 0 10rem;
}
@media screen and (max-width: 834px) {
  .l-sec-xxxlg-remove-top {
    padding: 0 0 6.25rem;
  }
}
@media screen and (max-width: 428px) {
  .l-sec-xxxlg-remove-top {
    padding: 0 0 6.25rem;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.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: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .l-container,
  .l-container--sm,
  .l-container--lg {
    padding-left: 7.3170731707%;
    padding-right: 7.3170731707%;
  }
}
@media screen and (max-width: 428px) {
  .l-container,
  .l-container--sm,
  .l-container--lg {
    padding-left: 8%;
    padding-right: 8%;
  }
}

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

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

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

.l-container-wrap {
  display: grid;
  grid-template-columns: 1fr 210px minmax(0, 965px) 40px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 960px) {
  .l-container-wrap {
    display: block;
  }
}

.l-container-remove-right {
  grid-area: 1/3/2/6;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-container-remove-right {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8.0487804878%;
    padding-right: 8.0487804878%;
  }
}
@media screen and (max-width: 428px) {
  .l-container-remove-right {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox 基本
----------------------------------------------------------------- */
.c-flex,
.c-flex--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-1,
.c-flex--center .c-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-flex .c-flex-4clm,
.c-flex .c-flex-3clm,
.c-flex .c-flex-2clm,
.c-flex--center .c-flex-4clm,
.c-flex--center .c-flex-3clm,
.c-flex--center .c-flex-2clm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 428px) {
  .c-flex,
  .c-flex--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flex .c-flex-4clm,
  .c-flex .c-flex-3clm,
  .c-flex .c-flex-2clm,
  .c-flex--center .c-flex-4clm,
  .c-flex--center .c-flex-3clm,
  .c-flex--center .c-flex-2clm {
    width: 100%;
  }
}

.c-flex--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .c-flex--center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-flex--start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex--end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.c-flex-h-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex-allcenter {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* FlexBox サイズごと
----------------------------------------------------------------- */
.c-flex--sm,
.c-flex--30,
.c-flex--md,
.c-flex--lg {
  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%;
}
@media screen and (max-width: 428px) {
  .c-flex--sm,
  .c-flex--30,
  .c-flex--md,
  .c-flex--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--sm {
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 428px) {
  .c-flex--sm {
    gap: 1.25rem;
  }
}
.c-flex--sm > .c-flex-2clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 1.25rem) / 2);
      -ms-flex: 0 0 calc((100% - 1.25rem) / 2);
          flex: 0 0 calc((100% - 1.25rem) / 2);
  min-width: 0;
}
.c-flex--sm > .c-flex-3clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 2.5rem) / 3);
      -ms-flex: 0 0 calc((100% - 2.5rem) / 3);
          flex: 0 0 calc((100% - 2.5rem) / 3);
  min-width: 0;
}
.c-flex--sm > .c-flex-4clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 3.75rem) / 4);
      -ms-flex: 0 0 calc((100% - 3.75rem) / 4);
          flex: 0 0 calc((100% - 3.75rem) / 4);
  min-width: 0;
}
@media screen and (max-width: 428px) {
  .c-flex--sm .c-flex-4clm,
  .c-flex--sm .c-flex-3clm,
  .c-flex--sm .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: auto;
  }
}

.c-flex--30 {
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-flex--30 {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-flex--30 {
    gap: 1.875rem;
  }
}
.c-flex--30 > .c-flex-2clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 1.875rem) / 2);
      -ms-flex: 0 0 calc((100% - 1.875rem) / 2);
          flex: 0 0 calc((100% - 1.875rem) / 2);
  min-width: 0;
}
@media screen and (max-width: 834px) {
  .c-flex--30 > .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 1.25rem) / 2);
        -ms-flex: 0 0 calc((100% - 1.25rem) / 2);
            flex: 0 0 calc((100% - 1.25rem) / 2);
    min-width: 0;
  }
}
.c-flex--30 > .c-flex-3clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 3.75rem) / 3);
      -ms-flex: 0 0 calc((100% - 3.75rem) / 3);
          flex: 0 0 calc((100% - 3.75rem) / 3);
  min-width: 0;
}
@media screen and (max-width: 834px) {
  .c-flex--30 > .c-flex-3clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 2.5rem) / 3);
        -ms-flex: 0 0 calc((100% - 2.5rem) / 3);
            flex: 0 0 calc((100% - 2.5rem) / 3);
    min-width: 0;
  }
}
@media screen and (max-width: 428px) {
  .c-flex--30 .c-flex-3clm,
  .c-flex--30 .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: auto;
  }
}

.c-flex--md {
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 428px) {
  .c-flex--md {
    gap: 1.875rem;
  }
}
.c-flex--md > .c-flex-2clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 2.5rem) / 2);
      -ms-flex: 0 0 calc((100% - 2.5rem) / 2);
          flex: 0 0 calc((100% - 2.5rem) / 2);
  min-width: 0;
}
.c-flex--md > .c-flex-3clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 5rem) / 3);
      -ms-flex: 0 0 calc((100% - 5rem) / 3);
          flex: 0 0 calc((100% - 5rem) / 3);
  min-width: 0;
}
@media screen and (max-width: 428px) {
  .c-flex--md .c-flex-3clm,
  .c-flex--md .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: auto;
  }
}

.c-flex--lg {
  gap: 2.5rem 3.75rem;
}
.c-flex--lg > .c-flex-2clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 3.75rem) / 2);
      -ms-flex: 0 0 calc((100% - 3.75rem) / 2);
          flex: 0 0 calc((100% - 3.75rem) / 2);
  min-width: 0;
}
.c-flex--lg > .c-flex-3clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 7.5rem) / 3);
      -ms-flex: 0 0 calc((100% - 7.5rem) / 3);
          flex: 0 0 calc((100% - 7.5rem) / 3);
  min-width: 0;
}
@media screen and (max-width: 428px) {
  .c-flex--lg .c-flex-3clm,
  .c-flex--lg .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: auto;
  }
}

/*-==========================================================================
グリッドレイアウト
==========================================================================*/
/* グリッド
----------------------------------------------------------------- */
.c-grid--layout,
.c-grid--xsm,
.c-grid--sm,
.c-grid--sm2,
.c-grid--md,
.c-grid--lg,
.c-grid {
  display: grid;
}

.c-grid--xsm {
  gap: 10px;
}

.c-grid--sm {
  gap: 2.5rem 1rem;
}
@media screen and (max-width: 428px) {
  .c-grid--sm {
    gap: 1rem;
  }
}

.c-grid--sm2 {
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 428px) {
  .c-grid--sm2 {
    gap: 1.875rem;
  }
}

.c-grid--md {
  gap: 6.25rem 4rem;
}
@media screen and (max-width: 834px) {
  .c-grid--md {
    gap: 4rem 1.875rem;
  }
}
@media screen and (max-width: 428px) {
  .c-grid--md {
    gap: 1.875rem 1.25rem;
  }
}

.c-grid--lg {
  gap: 5rem 5rem;
}
@media screen and (max-width: 834px) {
  .c-grid--lg {
    gap: 2.5rem 1.25rem;
  }
}

.c-grid {
  gap: 0;
}

.c-grid-2clm {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 428px) {
  .c-grid-2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-3clm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 428px) {
  .c-grid-3clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-3clm--tb2clm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .c-grid-3clm--tb2clm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .c-grid-3clm--tb2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-4clm {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 428px) {
  .c-grid-4clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-4clm--tb2clm {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .c-grid-4clm--tb2clm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .c-grid-4clm--tb2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 428px) {
  .c-grid-order-1 {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  font-weight: 800;
  margin-left: -1.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--blue2);
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
  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: 1.25rem;
}
.c-list-num-divider li {
  position: relative;
  padding: 1.875rem 1.25rem;
  padding-left: 4.75rem;
}
.c-list-num-divider li span {
  margin-top: 6px;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  left: 1.25rem;
  display: inline-block;
  color: var(--main);
  font-family: "Sansation", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.4;
  width: 40px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.c-list-dot2 {
  padding-left: 10px;
}
.c-list-dot2 li {
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 500;
}
.c-list-dot2 li:before {
  content: "";
  vertical-align: middle;
  background-color: var(--black);
  width: 5px;
  height: 5px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 8.5px;
}

/* ==========================================================================
テーブル
=========================================================================*/
/* 下線だけのシンプルな表 
----------------------------------------------------------------- */
.c-tb1 tr,
.c-tb1--white tr {
  border-bottom: 2px dotted var(--border);
}
@media screen and (max-width: 428px) {
  .c-tb1 tr th,
  .c-tb1 tr td,
  .c-tb1--white tr th,
  .c-tb1--white tr td {
    display: block;
  }
}
.c-tb1 tr th,
.c-tb1--white tr th {
  font-weight: 400;
  line-height: 1.8;
  vertical-align: middle;
  width: 20%;
  padding: 1.875rem 5.625rem 1.875rem 1.875rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .c-tb1 tr th,
  .c-tb1--white tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-tb1 tr th,
  .c-tb1--white tr th {
    padding: 1.25rem 0 0 0;
    width: 100%;
  }
}
.c-tb1 tr td,
.c-tb1--white tr td {
  padding: 1.875rem 1.875rem 1.875rem 0;
  line-height: 2;
}
.c-tb1 tr td img,
.c-tb1--white tr td img {
  max-width: 300px;
}
@media screen and (max-width: 834px) {
  .c-tb1 tr td,
  .c-tb1--white tr td {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .c-tb1 tr td,
  .c-tb1--white tr td {
    padding: 1.25rem 0 1.25rem 0;
    width: 100%;
  }
}

.c-tb1--white tr {
  border-bottom: 1px solid var(--white);
}
.c-tb1--white tr:first-child {
  border-top: 1px solid var(--white);
}

/* 交互のシマシマtable 
----------------------------------------------------------------- */
.c-tb2 tr:nth-child(odd) {
  background-color: var(--white);
}
.c-tb2 tr:nth-child(even) {
  background-color: var(--whitesmoke);
}
@media screen and (max-width: 428px) {
  .c-tb2 tr th,
  .c-tb2 tr td {
    display: block;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-tb2 tr th {
  font-weight: 700;
  line-height: 1.8;
  vertical-align: top;
  width: 20%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-tb2 tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-tb2 tr th {
    padding: 1.25rem 1.25rem 0 1.25rem;
    width: 100%;
  }
}
.c-tb2 tr td {
  padding: 1.875rem 1.875rem 1.875rem 0;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-tb2 tr td {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .c-tb2 tr td {
    padding: 1.25rem;
    width: 100%;
  }
}

/* thがベタtdが下線のtable
----------------------------------------------------------------- */
.c-tb3 tr:last-child th,
.c-tb3 tr:last-child td {
  border: none;
}
@media screen and (max-width: 428px) {
  .c-tb3 th,
  .c-tb3 td {
    display: block;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-tb3 th {
  border-bottom: 1px solid var(--white);
  background-color: var(--whitesmoke);
  font-weight: 700;
  vertical-align: top;
  width: 22%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-tb3 th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-tb3 th {
    padding: 1.25rem;
    width: 100%;
  }
}
.c-tb3 td {
  border-bottom: 1px solid var(--whitesmoke);
  background-color: var(--white);
  padding: 1.875rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-tb3 td {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .c-tb3 td {
    padding: 1.25rem;
    width: 100%;
  }
}

/* 複雑な表
----------------------------------------------------------------- */
.c-tb4 {
  overflow: auto;
}
@media screen and (max-width: 428px) {
  .c-tb4 {
    max-height: 445px;
  }
}
.c-tb4::-webkit-scrollbar {
  width: 8px;
  background: var(--whitesmoke);
}
.c-tb4::-webkit-scrollbar:horizontal {
  height: 8px;
  background: var(--whitesmoke);
}
.c-tb4::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 4px;
}
.c-tb4::-webkit-scrollbar-thumb:horizontal {
  background: var(--main);
  border-radius: 4px;
}
.c-tb4 table {
  width: 100%;
  min-width: 720px;
}
.c-tb4 table th,
.c-tb4 table td {
  border: solid 1px var(--border);
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb4 table th {
  color: var(--main);
  border: solid 1px var(--white);
  background-color: rgba(var(--main-rgb), 0.1);
}
.c-tb4 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  border: solid 1px var(--border);
  background-color: var(--white);
}
.c-tb4 table .first {
  background-color: rgba(var(--black-rgb), 0.1);
  font-weight: 700;
  border: solid 1px var(--white);
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.c-modal__bg {
  background: rgba(var(--black-rgb), 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal__cont {
  color: var(--white);
  background: rgba(var(--white-rgb), 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 1280px) {
  .c-modal__cont {
    width: 90%;
  }
}

.c-modal__cont__inner {
  position: relative;
}
.c-modal__cont__inner .c-modal-close__btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -3rem;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 428px) {
  .c-modal__cont__inner .c-modal-close__btn {
    width: 24px;
    height: 24px;
  }
}
.c-modal__cont__inner .c-modal__txt {
  margin-top: 10px;
}
@media screen and (max-width: 428px) {
  .c-modal__cont__inner .c-modal__txt {
    font-size: 14px;
  }
}

.c-modal__open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal__open:before {
  content: "";
  display: block;
  background-image: url(/resource/images/ico_plus_main.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal__open img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal__open:hover {
  opacity: 0.7;
}
.c-modal__open:hover:before {
  background-image: url(/resource/images/ico_plus_white.svg);
  background-color: var(--main);
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ------------------------------
   PC：アンカー左固定（sticky）
------------------------------ */
.c-page-nav-block {
  position: relative;
}
.c-page-nav-block .l-container {
  padding-left: 210px;
  max-width: 965px;
}
@media screen and (max-width: 960px) {
  .c-page-nav-block .l-container {
    padding-left: 8.0487804878%;
  }
}
@media screen and (max-width: 428px) {
  .c-page-nav-block .l-container {
    padding-left: 8%;
  }
}

.c-page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  padding: 4rem 20px 0 40px;
  width: 100%;
  max-width: 1290px;
  margin: auto;
  height: 0;
  z-index: 4;
  margin-top: -450px;
  padding-bottom: 450px;
  pointer-events: none;
}
.c-page-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 210px;
}
.c-page-nav ul li {
  margin-bottom: 10px;
  position: relative;
}
.c-page-nav ul li a {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--black);
  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: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
  pointer-events: auto;
}
.c-page-nav ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 0.25em;
  margin-top: 2px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-page-nav ul li a.active::before {
  background-color: var(--blue2);
}
.c-page-nav ul li a:hover {
  color: var(--blue2);
}
.c-page-nav ul li a:hover::before {
  background-color: var(--blue2);
}

/* ------------------------------
   LP以下：横並びで固定
   SP以下：縦並びで固定
------------------------------ */
@media screen and (max-width: 960px) {
  .c-page-nav {
    position: relative !important;
    top: 0 !important;
    left: 0;
    width: 95%;
    height: auto;
    max-width: 380px;
    margin: 0 0 0 0;
    padding: 4.75rem 0 6.125rem;
    z-index: 999;
    margin-inline: auto;
  }
  .c-page-nav ul {
    width: auto;
    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: 1.625rem 1.875rem;
  }
  .c-page-nav ul li {
    margin: 0;
  }
  .c-page-nav ul li a {
    color: var(--black);
  }
  .c-page-nav ul li a::before {
    background-color: var(--blue2);
  }
}
@media screen and (max-width: 428px) {
  .c-page-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3.625rem 0 4.5rem;
  }
  .c-page-nav ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-page-nav ul.short {
    gap: 10px 5px;
  }
  .c-page-nav ul li a {
    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;
    white-space: nowrap;
  }
}
/* ------------------------------
   ページナビ（タグ）
------------------------------ */
.c-page-nav-tag__wrap {
  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: 1.25rem 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-page-nav-tag__wrap {
    gap: 10px 10px;
  }
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu {
  display: inline-block;
  max-width: 255px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-page-nav-tag__wrap .c-page-nav-tag__menu {
    max-width: initial;
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 428px) {
  .c-page-nav-tag__wrap .c-page-nav-tag__menu {
    max-width: initial;
    width: 98%;
  }
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu a {
  display: block;
  color: var(--white);
  background-color: var(--main);
  font-weight: 700;
  line-height: 58px;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 428px) {
  .c-page-nav-tag__wrap .c-page-nav-tag__menu a {
    line-height: 3rem;
  }
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu a:hover {
  background-color: var(--hover);
}

.c-nav-relate__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .c-nav-relate__wrap {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .c-nav-relate__wrap {
    padding: 5rem 0;
  }
}

.c-nav-relate__wrap__tmb {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl {
  position: absolute;
  left: 8.6705202312%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl {
    left: 8.547008547%;
  }
}
@media screen and (max-width: 428px) {
  .c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl {
    left: 20px;
  }
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl span {
  color: var(--white);
  font-weight: 700;
  display: block;
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl .en {
  font-family: "Sansation", sans-serif;
  line-height: 1;
}
.c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl .ja {
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl .ja {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 428px) {
  .c-nav-relate__wrap__tmb .c-nav-relate__wrap__tmb__ttl .ja {
    font-size: 1.4375rem;
  }
}
.c-nav-relate__wrap__tmb .btn {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 100px;
  background-image: url(/resource/images/ico_arrow_black.svg);
  background-size: 8px auto;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  position: absolute;
  right: 8.6705202312%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .c-nav-relate__wrap__tmb .btn {
    width: 25px;
    height: 25px;
    right: 8.547008547%;
    background-size: 6px auto;
  }
}
@media screen and (max-width: 428px) {
  .c-nav-relate__wrap__tmb .btn {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.c-nav-relate__wrap__tmb:hover {
  opacity: 0.7;
}
.c-nav-relate__wrap__tmb:hover .btn {
  background-color: var(--main);
  background-image: url(/resource/images/ico_arrow_white.svg);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb__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-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb__wrap {
    margin-top: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .c-breadcrumb__wrap {
    margin-top: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb__wrap .c-breadcrumb__list {
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-breadcrumb__wrap .c-breadcrumb__list a:hover {
  color: var(--main);
  text-decoration: none;
}
.c-breadcrumb__wrap .c-breadcrumb__list:nth-child(n+2) {
  padding-left: 35px;
  position: relative;
}
.c-breadcrumb__wrap .c-breadcrumb__list:nth-child(n+2):before {
  content: "";
  display: inline-block;
  background: var(--black);
  width: 15px;
  height: 1px;
  position: absolute;
  top: 1em;
  left: 10px;
  bottom: 0;
}

/* 
.c-breadcrumb {
	font-size: 13px;
	line-height: 40px;

	@include less_than_sp {
		line-height: 36px;
	}

	.c-breadcrumb__wrap {
		display: flex;
		justify-content: flex-end;

		@include less_than_sp {
			overflow-x: scroll;
			overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
		}

		.c-breadcrumb__list {
			white-space: nowrap;

			a {
				text-decoration: underline;

				&:hover {
					color: var(--main);
					text-decoration: none;
				}
			}

			&:nth-child(n+2) {
				padding-left: 25px;
				position: relative;

				&:before {
					content: "";
					width: 5px;
					height: 8px;
					background-image: url(/resource/images/ico_arrow_black.svg);
					background-size: contain;
					background-position: center;
					background-repeat: no-repeat;
					position: absolute;
					top: 2px;
					left: 10px;
					bottom: 0;
					margin: auto;
				}
			}
		}
	}
}

*/
/* ==========================================================================
メールフォーム
=========================================================================*/
/* 募集要項
----------------------------------------------------------------- */
.p-guidelines__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-guidelines__wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-guidelines__wrap {
    padding: 0 0 4.5rem;
  }
}
.p-guidelines__wrap .c-flow-sub {
  margin-bottom: 2.8125rem;
}
.p-guidelines__wrap {
  /* STEPボックス */
}
.p-guidelines__wrap .p-flow__step {
  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: 40px;
  background: var(--border);
  border-radius: 30px;
  padding: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-guidelines__wrap .p-flow__step {
    padding: 1.625rem 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-guidelines__wrap .p-flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.4375rem 8%;
    gap: 0;
  }
}
.p-guidelines__wrap .p-flow__icon {
  width: 97px;
  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;
}
.p-guidelines__wrap .p-flow__icon img {
  max-width: 100%;
}
@media screen and (max-width: 428px) {
  .p-guidelines__wrap .p-flow__icon {
    width: 100px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 1.625rem;
  }
  .p-guidelines__wrap .p-flow__icon img {
    max-width: 70px;
  }
}
.p-guidelines__wrap .p-flow__content {
  border-left: 1px solid var(--black);
  padding-left: 40px;
}
.p-guidelines__wrap .p-flow__content .p-flow__title {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-guidelines__wrap .p-flow__content .p-flow__text {
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-guidelines__wrap .p-flow__content .p-flow__title {
    font-size: 1.4375rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-guidelines__wrap .p-flow__content {
    border-left: none;
    padding-left: 0;
    padding-top: 1.125rem;
  }
  .p-guidelines__wrap .p-flow__content .p-flow__title {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
    text-align: center;
  }
}
.p-guidelines__wrap {
  /* ▼矢印 */
}
.p-guidelines__wrap .p-flow__arrow {
  background: var(--black);
  width: 25px;
  height: 25px;
  margin: 1.5rem auto;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 960px) {
  .p-guidelines__wrap .p-flow__arrow {
    margin: 1.125rem auto;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 428px) {
  .p-guidelines__wrap .p-flow__arrow {
    margin: 0.875rem auto;
    width: 18px;
    height: 18px;
  }
}

/* エントリーボタン
----------------------------------------------------------------- */
.p-flow__entry-btn,
.p-flow__entry-btn-gradation {
  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;
  background: var(--white);
  border-radius: 23px;
  padding: 30px 50px 30px 45px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-flow__entry-btn,
  .p-flow__entry-btn-gradation {
    border-radius: 18px;
    gap: clamp(0.313rem, -0.681rem + 3.704vw, 1.25rem);
    padding: clamp(0.938rem, -0.056rem + 3.704vw, 1.875rem) 5% clamp(0.938rem, -0.056rem + 3.704vw, 1.875rem) 10%;
  }
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn,
  .p-flow__entry-btn-gradation {
    border-radius: 10px;
    padding: 15px 7% 15px;
  }
}
.p-flow__entry-btn:hover,
.p-flow__entry-btn-gradation:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.p-flow__entry-btn .p-flow__entry-logo,
.p-flow__entry-btn-gradation .p-flow__entry-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  min-height: 56px;
}
@media screen and (max-width: 960px) {
  .p-flow__entry-btn .p-flow__entry-logo,
  .p-flow__entry-btn-gradation .p-flow__entry-logo {
    min-height: 40px;
  }
}
.p-flow__entry-btn .p-flow__entry-logo img,
.p-flow__entry-btn-gradation .p-flow__entry-logo img {
  width: 100%;
  max-width: 272px;
  height: auto;
}
.p-flow__entry-btn .p-flow__entry-logo.rikunabi img,
.p-flow__entry-btn-gradation .p-flow__entry-logo.rikunabi img {
  max-width: 222px;
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn .p-flow__entry-logo.rikunabi img,
  .p-flow__entry-btn-gradation .p-flow__entry-logo.rikunabi img {
    max-width: 175px;
  }
}
.p-flow__entry-btn .p-flow__entry-logo.mynavi,
.p-flow__entry-btn-gradation .p-flow__entry-logo.mynavi {
  padding-bottom: 5px;
}
.p-flow__entry-btn .p-flow__entry-logo.mynavi img,
.p-flow__entry-btn-gradation .p-flow__entry-logo.mynavi img {
  max-width: 272px;
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn .p-flow__entry-logo.mynavi img,
  .p-flow__entry-btn-gradation .p-flow__entry-logo.mynavi img {
    max-width: 175px;
  }
}
.p-flow__entry-btn .p-flow__entry-txt,
.p-flow__entry-btn-gradation .p-flow__entry-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .p-flow__entry-btn .p-flow__entry-txt,
  .p-flow__entry-btn-gradation .p-flow__entry-txt {
    font-size: clamp(0.6rem, -0.03rem + 1.975vw, 1rem);
  }
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn .p-flow__entry-txt,
  .p-flow__entry-btn-gradation .p-flow__entry-txt {
    font-size: 0.875rem;
    padding: 0.6875rem 0;
  }
}
.p-flow__entry-btn .p-flow__entry-arrow,
.p-flow__entry-btn-gradation .p-flow__entry-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-flow__entry-btn .p-flow__entry-arrow,
  .p-flow__entry-btn-gradation .p-flow__entry-arrow {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn .p-flow__entry-arrow,
  .p-flow__entry-btn-gradation .p-flow__entry-arrow {
    width: 16px;
    height: 16px;
  }
}
.p-flow__entry-btn .p-flow__entry-arrow::before,
.p-flow__entry-btn-gradation .p-flow__entry-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/resource/images/ico_arrow3_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30%;
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn .p-flow__entry-arrow::before,
  .p-flow__entry-btn-gradation .p-flow__entry-arrow::before {
    width: 50%;
    height: 50%;
  }
}

.p-flow__entry-btn-gradation {
  background: -webkit-gradient(linear, left top, right top, from(#fff8a5), to(#80daf8));
  background: -webkit-linear-gradient(left, #fff8a5 0%, #80daf8 100%);
  background: linear-gradient(90deg, #fff8a5 0%, #80daf8 100%);
}
.p-flow__entry-btn-gradation .p-flow__entry-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn-gradation .p-flow__entry-txt {
    padding: 5px 0;
  }
}
.p-flow__entry-btn-gradation .p-flow__entry-arrow {
  background: var(--white);
}
.p-flow__entry-btn-gradation .p-flow__entry-arrow::before {
  background-image: url(/resource/images/ico_arrow3_main.svg);
}
@media screen and (max-width: 960px) {
  .p-flow__entry-btn-gradation .p-flow__entry-txt {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-flow__entry-btn-gradation .p-flow__entry-txt {
    font-size: 0.875rem;
  }
}

/* 募集要項
----------------------------------------------------------------- */
.p-form__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-form__wrap {
    padding: 6.125rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-form__wrap {
    padding: 4.5rem 0;
  }
}

/* 入力>確認>完了のフローナビゲーション
----------------------------------------------------------------- */
.c-form-nav,
.c-form-nav--white {
  position: relative;
  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;
  gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form-nav::before,
.c-form-nav--white::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: var(--black-200);
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form-nav li,
.c-form-nav--white li {
  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: 5px;
  background-color: var(--black-200);
  position: relative;
  height: 100px;
  width: 100px;
  aspect-ratio: 1;
}
@media screen and (max-width: 428px) {
  .c-form-nav li,
  .c-form-nav--white li {
    height: 80px;
    width: 80px;
  }
}
.c-form-nav li.c-form-nav__active,
.c-form-nav--white li.c-form-nav__active {
  background-color: var(--main);
}
.c-form-nav li.c-form-nav__active span,
.c-form-nav--white li.c-form-nav__active span {
  color: var(--white);
}
.c-form-nav li span,
.c-form-nav--white li span {
  display: block;
  color: var(--white);
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .c-form-nav li span,
  .c-form-nav--white li span {
    font-size: 1.125rem;
  }
}
.c-form-nav li .num,
.c-form-nav--white li .num {
  font-family: "Sansation", sans-serif;
}

.c-form-nav--white::before {
  background-color: var(--white);
}
.c-form-nav--white li {
  background-color: var(--white);
}
.c-form-nav--white li span {
  color: var(--black-200);
}

/* 入力フォーム
----------------------------------------------------------------- */
.c-form-wrap {
  background: var(--white);
  padding: 6.25rem 7%;
}
@media screen and (max-width: 960px) {
  .c-form-wrap {
    padding: 4.75rem 2.5%;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap {
    padding: 3.625rem 7%;
  }
}
.c-form-wrap table {
  font-size: 1rem;
  background-color: var(--white);
}
@media screen and (max-width: 960px) {
  .c-form-wrap table {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table {
    font-size: 0.75rem;
  }
}
.c-form-wrap table tr {
  border-bottom: 1px solid var(--border);
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid var(--border);
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    padding: 0.9375rem;
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 30%;
}
@media screen and (max-width: 960px) {
  .c-form-wrap table tr th {
    width: 25%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table tr th {
    width: 100%;
    padding: 0.9375rem 0.9375rem;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table tr td {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
}

/* 必須マーク
----------------------------------------------------------------- */
.c-form-required {
  position: relative;
}
@media screen and (max-width: 428px) {
  .c-form-required {
    text-align: center;
  }
}
.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: var(--blue2);
  border-radius: 20px;
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 3.8em;
  padding-bottom: 2px;
  text-align: center;
  position: absolute;
  right: 0;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .c-form-required::after {
    font-size: 11px;
  }
}
@media screen and (max-width: 428px) {
  .c-form-required::after {
    position: relative;
    margin-left: 1em;
  }
}

/* 入力欄
----------------------------------------------------------------- */
.c-form-radio,
.c-form-checkbox,
.c-form-checkbox--white {
  display: inline-block;
  margin: -4px 8px 0 0;
  height: 1em;
  width: 1em;
  background-color: var(--whitesmoke);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled),
.c-form-checkbox--white:not(:disabled) {
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .c-form-radio,
  .c-form-checkbox,
  .c-form-checkbox--white {
    margin: 0 8px 0 0;
  }
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  background-color: var(--white);
  border: 6px solid var(--blue2);
}

.c-form-checkbox,
.c-form-checkbox--white {
  position: relative;
  background-color: var(--whitesmoke);
}
.c-form-checkbox:checked:before,
.c-form-checkbox--white:checked:before {
  content: "";
  background-image: url(/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  left: 3px;
  top: 0px;
}
@media screen and (max-width: 834px) {
  .c-form-checkbox:checked:before,
  .c-form-checkbox--white:checked:before {
    top: -2px;
  }
}

.c-form-checkbox--white {
  background-color: var(--white);
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: var(--whitesmoke);
  border: 1px solid var(--whitesmoke);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-select,
.c-form-input {
  height: 40px;
}

.c-form-select__wrap {
  position: relative;
}
.c-form-select__wrap select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select__wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px var(--main);
  border-bottom: solid 1px var(--main);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-radio__wrap,
.c-form-radio__wrap--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-form-radio__wrap--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form-input-file {
  cursor: pointer;
  display: block;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .c-form-input-file {
    font-size: 14px;
  }
}

.c-form-input-file::-webkit-file-upload-button {
  background: white;
  color: rgba(var(--black-rgb), 0.6);
  border: none;
  border-radius: 50px;
  padding: 12px 50px;
  text-align: center;
  margin-right: 20px;
  font-weight: 700;
}

.c-form-input-file::file-selector-button {
  background: white;
  color: rgba(var(--black-rgb), 0.6);
  border: none;
  border-radius: 50px;
  padding: 12px 50px;
  text-align: center;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .c-form-input-file::-webkit-file-upload-button {
    padding: 12px 20px;
    font-size: 14px;
  }
  .c-form-input-file::file-selector-button {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.c-form-cap {
  line-height: 1.8;
  font-size: 13px;
  color: rgba(var(--black-rgb), 0.6);
}

/* 個⼈情報の取扱いについて
----------------------------------------------------------------- */
.c-form-checkfocus {
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .c-form-checkfocus {
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .c-form-checkfocus {
    font-size: 11px;
  }
}

.c-form-notsale__attention {
  vertical-align: middle;
}
.c-form-notsale__attention img {
  margin-right: 10px;
  margin-top: -4px;
}
.c-form-notsale__attention p {
  color: var(--main);
  display: inline-block;
  font-weight: 700;
}

.c-form-notsale__wrap {
  padding: 1.25rem 5%;
  border: 1px solid var(--whitesmoke);
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 428px) {
  .c-form-notsale__wrap {
    padding: 0 0;
  }
}
.c-form-notsale__wrap .c-form-notsale__cheackbox {
  text-align: center;
  background-color: var(--white);
  padding: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 428px) {
  .c-form-notsale__wrap .c-form-notsale__cheackbox {
    margin-top: 1.25rem;
    padding: 0.9375rem 2.8125rem 1.5625rem 0;
  }
}
.c-form-notsale__wrap .c-form-notsale__cheackbox .c-form-checkbox {
  background-color: var(--whitesmoke);
}
.c-form-notsale__wrap .c-form-required:after {
  position: relative;
  margin-left: 1em;
}
@media screen and (max-width: 428px) {
  .c-form-notsale__wrap .c-form-required:after {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: 20px;
  }
}

.c-form-privacy {
  background-color: var(--whitesmoke);
  margin-top: 2.5rem;
  padding: 2.5rem 5%;
}
.c-form-privacy h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 960px) {
  .c-form-privacy {
    padding: 1.125rem 5% 2.1875rem;
  }
  .c-form-privacy h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .c-form-privacy {
    padding: 1.875rem 5%;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: var(--white);
  border: 1px solid var(--border);
  font-size: 14px;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 428px) {
  .c-form-privacy .c-form-privacy-panel {
    font-size: 11px;
  }
}
.c-form-privacy .c-form-required:after {
  position: relative;
  margin-left: 1em;
}
@media screen and (max-width: 428px) {
  .c-form-privacy .c-form-required:after {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
    top: auto;
    bottom: 0;
  }
}

.c-form-privacy-checkbox {
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .c-form-privacy-checkbox {
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .c-form-privacy-checkbox {
    font-size: 11px;
  }
}

/* ==========================================================================
ボタン
=========================================================================*/
/* メインボタン
----------------------------------------------------------------- */
.c-btn-main,
.c-btn-main--white,
.c-btn-main--green,
.c-btn-main--win {
  text-align: center;
  max-width: 290px;
}
@media screen and (max-width: 960px) {
  .c-btn-main,
  .c-btn-main--white,
  .c-btn-main--green,
  .c-btn-main--win {
    max-width: 200px;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-main,
  .c-btn-main--white,
  .c-btn-main--green,
  .c-btn-main--win {
    max-width: 170px;
  }
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--green a,
.c-btn-main--green button,
.c-btn-main--win a,
.c-btn-main--win button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 32px 32px 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--main)), to(var(--blue)));
  background: -webkit-linear-gradient(left, var(--main) 0%, var(--blue) 100%);
  background: linear-gradient(90deg, var(--main) 0%, var(--blue) 100%);
  text-decoration: none;
  font-weight: 600;
  color: var(--white);
  -webkit-box-shadow: 10px 10px 10px rgba(var(--black-rgb), 0.2);
          box-shadow: 10px 10px 10px rgba(var(--black-rgb), 0.2);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.c-btn-main a .txt,
.c-btn-main button .txt,
.c-btn-main--white a .txt,
.c-btn-main--white button .txt,
.c-btn-main--green a .txt,
.c-btn-main--green button .txt,
.c-btn-main--win a .txt,
.c-btn-main--win button .txt {
  font-weight: 700;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  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;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 1.285em;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 960px) {
  .c-btn-main a .txt,
  .c-btn-main button .txt,
  .c-btn-main--white a .txt,
  .c-btn-main--white button .txt,
  .c-btn-main--green a .txt,
  .c-btn-main--green button .txt,
  .c-btn-main--win a .txt,
  .c-btn-main--win button .txt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-main a .txt,
  .c-btn-main button .txt,
  .c-btn-main--white a .txt,
  .c-btn-main--white button .txt,
  .c-btn-main--green a .txt,
  .c-btn-main--green button .txt,
  .c-btn-main--win a .txt,
  .c-btn-main--win button .txt {
    font-size: 0.625rem;
    padding: 1em;
  }
}
.c-btn-main a .icon,
.c-btn-main button .icon,
.c-btn-main--white a .icon,
.c-btn-main--white button .icon,
.c-btn-main--green a .icon,
.c-btn-main--green button .icon,
.c-btn-main--win a .icon,
.c-btn-main--win button .icon {
  width: 64px;
  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;
  border-left: 1px solid var(--white);
}
.c-btn-main a .icon::before,
.c-btn-main button .icon::before,
.c-btn-main--white a .icon::before,
.c-btn-main--white button .icon::before,
.c-btn-main--green a .icon::before,
.c-btn-main--green button .icon::before,
.c-btn-main--win a .icon::before,
.c-btn-main--win button .icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover,
.c-btn-main--green a:hover,
.c-btn-main--green button:hover,
.c-btn-main--win a:hover,
.c-btn-main--win button:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--green3)), to(var(--green3)));
  background: -webkit-linear-gradient(left, var(--green3) 0%, var(--green3) 100%);
  background: linear-gradient(90deg, var(--green3) 0%, var(--green3) 100%);
  background-color: var(--green3);
}
.c-btn-main a:hover .txt,
.c-btn-main button:hover .txt,
.c-btn-main--white a:hover .txt,
.c-btn-main--white button:hover .txt,
.c-btn-main--green a:hover .txt,
.c-btn-main--green button:hover .txt,
.c-btn-main--win a:hover .txt,
.c-btn-main--win button:hover .txt {
  font-weight: 700;
  color: var(--main);
}
.c-btn-main a:hover .icon::before,
.c-btn-main button:hover .icon::before,
.c-btn-main--white a:hover .icon::before,
.c-btn-main--white button:hover .icon::before,
.c-btn-main--green a:hover .icon::before,
.c-btn-main--green button:hover .icon::before,
.c-btn-main--win a:hover .icon::before,
.c-btn-main--win button:hover .icon::before {
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
}

.c-btn-main--white a,
.c-btn-main--white button {
  background-color: var(--white);
  background-image: url(/resource/images/ico_arrow_main.svg);
}
.c-btn-main--white a .txt,
.c-btn-main--white button .txt {
  font-weight: 700;
  color: var(--main);
}
.c-btn-main--white a:hover .txt,
.c-btn-main--white button:hover .txt {
  color: var(--white);
}

.c-btn-main--green a,
.c-btn-main--green button {
  background: -webkit-gradient(linear, left top, right top, from(var(--blue3)), to(var(--green3)));
  background: -webkit-linear-gradient(left, var(--blue3) 0%, var(--green3) 100%);
  background: linear-gradient(90deg, var(--blue3) 0%, var(--green3) 100%);
}
.c-btn-main--green a:hover,
.c-btn-main--green button:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--green3)), to(var(--green3)));
  background: -webkit-linear-gradient(left, var(--green3) 0%, var(--green3) 100%);
  background: linear-gradient(90deg, var(--green3) 0%, var(--green3) 100%);
  background-color: var(--green3);
}
.c-btn-main--green a:hover .icon::before,
.c-btn-main--green button:hover .icon::before {
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
}

.c-btn-main--win a {
  background-image: url(/resource/images/ico_win_white.svg);
  background-size: 16px auto;
}
.c-btn-main--win a:hover {
  background-image: url(/resource/images/ico_win_white.svg);
}

/* サブボタン ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
/* ボタン */
.c-btn-sub,
.c-btn-sub--white {
  max-width: 290px;
}
.c-btn-sub a,
.c-btn-sub--white a {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  background: var(--blue);
  color: var(--white);
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 10px 10px 10px rgba(var(--black-rgb), 0.1);
          box-shadow: 10px 10px 10px rgba(var(--black-rgb), 0.1);
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-btn-sub a .icon,
.c-btn-sub--white a .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--white);
  position: relative;
}
.c-btn-sub a .icon::before,
.c-btn-sub--white a .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/resource/images/ico_arrow3_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
}
.c-btn-sub a:hover,
.c-btn-sub--white a:hover {
  background: var(--hover);
  color: var(--white);
}
.c-btn-sub a:hover .icon,
.c-btn-sub--white a:hover .icon {
  background: var(--white);
}
.c-btn-sub a:hover .icon::before,
.c-btn-sub--white a:hover .icon::before {
  background-image: url(/resource/images/ico_arrow3_hover.svg);
}

.c-btn-sub--white a {
  background: var(--white);
  color: var(--main);
}
.c-btn-sub--white a .icon {
  background: var(--main);
}
.c-btn-sub--white a .icon::before {
  background-image: url(/resource/images/ico_arrow3_white.svg);
}
.c-btn-sub--white a:hover {
  background: var(--hover);
  color: var(--white);
}
.c-btn-sub--white a:hover .icon {
  background: var(--white);
}
.c-btn-sub--white a:hover .icon::before {
  background-image: url(/resource/images/ico_arrow3_hover.svg);
}

/* カード型の横長ボタン 1段 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-card,
.c-btn-card--white {
  background-color: var(--whitesmoke);
  padding: 1.875rem 5.625rem 1.875rem 3.75rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 960px) {
  .c-btn-card,
  .c-btn-card--white {
    padding: 2.5rem 3.75rem 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-card,
  .c-btn-card--white {
    padding: 1.875rem;
  }
}
.c-btn-card::before,
.c-btn-card--white::before {
  content: "";
  display: block;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--main);
  background-image: url("/resource/images/ico_arrow_white.svg");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .c-btn-card::before,
  .c-btn-card--white::before {
    width: 40px;
    height: 40px;
    background-size: 8px auto;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--white .c-btn-card__ttl {
  margin-bottom: 8px;
  color: var(--main);
}
.c-btn-card .c-btn-card__cont,
.c-btn-card--white .c-btn-card__cont {
  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;
  border-collapse: separate;
  border-spacing: 5px;
}
.c-btn-card .c-btn-card__cont th,
.c-btn-card--white .c-btn-card__cont th {
  font-weight: 700;
  width: 80px;
}
.c-btn-card .c-btn-card__cont th,
.c-btn-card .c-btn-card__cont td,
.c-btn-card--white .c-btn-card__cont th,
.c-btn-card--white .c-btn-card__cont td {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card:hover,
.c-btn-card--white:hover {
  opacity: 0.7;
}
.c-btn-card:hover::before,
.c-btn-card--white:hover::before {
  background-color: var(--hover);
}
.c-btn-card:hover .c-btn-card__cont th,
.c-btn-card:hover .c-btn-card__cont td,
.c-btn-card--white:hover .c-btn-card__cont th,
.c-btn-card--white:hover .c-btn-card__cont td {
  color: var(--main);
}

.c-btn-card--white {
  background-color: var(--white);
}

/* PDF、Excel、Wordボタン（情報公開） 1段 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-pdf a,
.c-btn-excel a,
.c-btn-word a {
  display: block;
  padding: 20px;
  background-color: var(--whitesmoke);
  text-align: left;
  position: relative;
}
.c-btn-pdf a::before,
.c-btn-excel a::before,
.c-btn-word a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  vertical-align: top;
  background-image: url(/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 11px;
  margin-top: 4px;
}
.c-btn-pdf a::after,
.c-btn-excel a::after,
.c-btn-word a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/ico_win2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-pdf a span,
.c-btn-excel a span,
.c-btn-word a span {
  color: var(--black);
  font-weight: 700;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}
.c-btn-pdf a:hover,
.c-btn-excel a:hover,
.c-btn-word a:hover {
  opacity: 0.7;
}
.c-btn-pdf a:hover::after,
.c-btn-excel a:hover::after,
.c-btn-word a:hover::after {
  background-image: url(/resource/images/ico_win2_main.svg);
}
.c-btn-pdf a:hover span,
.c-btn-excel a:hover span,
.c-btn-word a:hover span {
  color: var(--main);
}

.c-btn-excel a::before {
  background-image: url(/resource/images/ico_excel.svg);
}

.c-btn-word a::before {
  background-image: url(/resource/images/ico_word.svg);
}

/* ==========================================================================
カード
=========================================================================*/
/* 余白だけのシンプルなカード
----------------------------------------------------------------- */
.c-card-basic {
  padding: 1.875rem;
}
@media screen and (max-width: 428px) {
  .c-card-basic {
    padding: 1.875rem 1.25rem;
  }
}

.c-card--sm {
  padding: 2.5rem;
}
@media screen and (max-width: 428px) {
  .c-card--sm {
    padding: 1.875rem 1.25rem;
  }
}

.c-card--md {
  padding: 4rem;
}
@media screen and (max-width: 428px) {
  .c-card--md {
    padding: 1.875rem 1.25rem;
  }
}

.c-card--lg {
  padding: 5rem;
}
@media screen and (max-width: 834px) {
  .c-card--lg {
    padding: 4rem;
  }
}
@media screen and (max-width: 428px) {
  .c-card--lg {
    padding: 1.875rem 1.25rem;
  }
}

/* 画像とその下にタイトルとテキストのあるカード ※ボタンつき
----------------------------------------------------------------- */
.c-card-img {
  position: relative;
}
.c-card-img .c-card-img__head img {
  max-width: 100%;
  height: auto;
}
.c-card-img .c-card-img__cont {
  padding: 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-card-img .c-card-img__cont {
    padding: 1.875rem 1.25rem;
  }
}
.c-card-img .c-card-img__cont .c-card-img__ttl {
  text-align: center;
  margin-bottom: 1rem;
}
.c-card-img .c-card-img__cont .c-card-img__txt {
  margin-top: 10px;
}
.c-card-img:hover {
  opacity: 0.7;
}
.c-card-img:hover .c-btn-sub .c-btn-sub__inner {
  color: var(--hover);
}
.c-card-img:hover .c-btn-sub .c-btn-sub__inner .txt::before {
  content: none;
}
.c-card-img:hover .c-btn-sub .c-btn-sub__inner .btn {
  background-color: var(--hover);
}

/* 数字つき　タイトルとテキストのカード
----------------------------------------------------------------- */
.c-card-num {
  padding: 1.875rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-card-num {
    padding: 1.875rem 1.25rem;
  }
}
.c-card-num .c-card-num__num {
  color: var(--main);
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.c-card-num .c-card-num__num span {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
.c-card-num .c-card-num__ttl {
  margin-top: 10px;
  text-align: center;
  font-size: 1.75rem;
}
.c-card-num .c-card-num__txt {
  margin-top: 1.875rem;
  text-align: center;
}

/* サムネイル画像とタイトルのリンクのついたカード
----------------------------------------------------------------- */
.c-card-tmb-link {
  padding: 0;
  position: relative;
}
.c-card-tmb-link .c-card-tmb-link__img {
  overflow: hidden;
  height: 206px;
}
.c-card-tmb-link .c-card-tmb-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-card-tmb-link .c-card-tmb-link__body {
  margin-top: 1.25rem;
}
.c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__cat {
  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: 10px;
}
.c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__cat .cat {
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
  background-color: var(--main);
  padding: 4px 8px;
}
@media screen and (max-width: 834px) {
  .c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__cat .cat {
    font-size: 14px;
    padding: 3px 6px;
  }
}
.c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__cat .name {
  font-weight: 500;
  line-height: 1.4;
  color: var(--main);
}
.c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__ttl {
  margin-top: 10px;
}
.c-card-tmb-link:hover {
  opacity: 0.7;
}

/* サムネイル画像とタイトルのほか、カテゴリもあるリンクのついたカード
----------------------------------------------------------------- */
.c-card-tmb-cat {
  position: relative;
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}
.c-card-tmb-cat .c-card-tmb-cat__head img {
  max-width: 100%;
  height: auto;
}
.c-card-tmb-cat .c-card-tmb-cat__cont {
  padding: 1.25rem;
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-card-tmb-cat .c-card-tmb-cat__cont .c-card-tmb-cat__cat {
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
  background-color: var(--main);
  padding: 4px 8px;
}
@media screen and (max-width: 834px) {
  .c-card-tmb-cat .c-card-tmb-cat__cont .c-card-tmb-cat__cat {
    padding: 3px 6px;
    font-size: 14px;
  }
}
.c-card-tmb-cat .c-card-tmb-cat__cont .c-card-tmb-cat__ttl {
  margin-top: 10px;
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-card-tmb-cat .c-card-tmb-cat__cont .c-card-tmb-cat__txt {
  margin-top: 5px;
}
.c-card-tmb-cat:hover {
  opacity: 0.7;
}

/* データカード（数字付きカード）
----------------------------------------------------------------- */
.c-card-data {
  padding: 1.875rem;
}
.c-card-data .c-card-data__txt-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
.c-card-data .c-card-data__txt-data .num {
  color: var(--main);
  font-weight: 700;
  line-height: 1;
  font-family: "Sansation", sans-serif;
  font-size: 6.25rem;
}
.c-card-data .c-card-data__txt-data .txt {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* ==========================================================================
タイトル
=========================================================================*/
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

h2 {
  font-size: 3.5625rem;
}
@media screen and (max-width: 834px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 428px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  h3 {
    font-size: 2.0625rem;
  }
}

h4 {
  font-size: 2.0625rem;
}
@media screen and (max-width: 834px) {
  h4 {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 428px) {
  h4 {
    font-size: 1.625rem;
  }
}

h5 {
  font-size: 1.75rem;
}
@media screen and (max-width: 834px) {
  h5 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  h5 {
    font-size: 1.4375rem;
  }
}

h6 {
  font-size: 1.4375rem;
}
@media screen and (max-width: 834px) {
  h6 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 428px) {
  h6 {
    font-size: 1.25rem;
  }
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main,
.c-ttl-main--white {
  display: inline-block;
  background: var(--black);
  font-size: 2.875rem;
  color: var(--white);
  padding: 0.05em 0.7em 0.15em;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 960px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 4.75rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 3.625rem;
    font-size: 1.5rem;
  }
}

.c-ttl-main--white {
  margin-bottom: 2.5rem;
  text-align: center;
}
.c-ttl-main--white .en {
  color: var(--white);
}
.c-ttl-main--white .ja {
  color: var(--white);
}

.c-ttl-sub,
.c-ttl-sub--border {
  color: var(--black);
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .c-ttl-sub,
  .c-ttl-sub--border {
    font-size: 1.5625rem;
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-sub,
  .c-ttl-sub--border {
    letter-spacing: 0;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-ttl-sub::before,
.c-ttl-sub--border::before {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 6px;
  height: 1em;
  background-color: var(--blue2);
  margin-right: 0.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: 0.1em;
}

.c-ttl-sub--border {
  line-height: 1;
  border-bottom: 2px dotted var(--border);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-ttl-lead {
  font-size: 1.6875rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .c-ttl-lead {
    margin-bottom: 2.875rem;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-lead {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    text-align: justify;
    text-justify: inter-character;
    word-break: break-all;
  }
}

/* ==========================================================================
スライド（swiper、slick）
=========================================================================*/
/* カルーセル
-----------------------------------------------------*/
/* Swiperの基本設定 */
.constructionSwiper {
  width: 100%;
  height: 377px;
  overflow: visible;
}
.constructionSwiper .swiper-slide {
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.constructionSwiper .swiper-slide.slide-sm {
  width: 220px;
}
.constructionSwiper .swiper-slide.slide-lg {
  width: 320px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.constructionSwiper .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .constructionSwiper {
    height: 286px;
  }
  .constructionSwiper .swiper-slide.slide-sm {
    width: 176px;
  }
  .constructionSwiper .swiper-slide.slide-lg {
    width: 256px;
  }
}
.constructionSwiper .swiper-wrapper {
  /* 等速移動に必須 */
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* サムネイル付きのスワイパー
-----------------------------------------------------*/
.c-slide-tmb__wrap {
  position: relative;
}
.c-slide-tmb__wrap .swiper.tmbslide_main {
  width: 100%;
  aspect-ratio: 1080/567;
}
.c-slide-tmb__wrap .swiper.tmbslide_main .swiper-wrapper {
  width: 100%;
}
.c-slide-tmb__wrap .swiper.tmbslide_main .swiper-wrapper .p-works__tmb.swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-slide-tmb__wrap .swiper.tmbslide_main .swiper-wrapper .p-works__tmb.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
  border: none;
}
.c-slide-tmb__wrap .swiper-button-next,
.c-slide-tmb__wrap .swiper-button-prev {
  z-index: 2;
  width: 60px;
  height: 60px;
  display: block;
  background: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (max-width: 428px) {
  .c-slide-tmb__wrap .swiper-button-next,
  .c-slide-tmb__wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 41%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.c-slide-tmb__wrap .swiper-button-next:after,
.c-slide-tmb__wrap .swiper-button-prev:after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slide-tmb__wrap .swiper-button-next::before,
.c-slide-tmb__wrap .swiper-button-prev::before {
  content: "";
  display: block;
  background-image: url(/resource/images/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
.c-slide-tmb__wrap .swiper-button-next:hover:after,
.c-slide-tmb__wrap .swiper-button-prev:hover:after {
  background-color: var(--hover);
}
.c-slide-tmb__wrap .swiper-button-next:hover::before,
.c-slide-tmb__wrap .swiper-button-prev:hover::before {
  background-image: url(/resource/images/ico_arrow_white.svg);
}
.c-slide-tmb__wrap .swiper-button-next {
  right: -25px;
}
@media screen and (max-width: 428px) {
  .c-slide-tmb__wrap .swiper-button-next {
    right: -15px;
  }
}
.c-slide-tmb__wrap .swiper-button-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  left: -25px;
}
@media screen and (max-width: 428px) {
  .c-slide-tmb__wrap .swiper-button-prev {
    -webkit-transform: scale(-1, 1) translateY(0%);
            transform: scale(-1, 1) translateY(0%);
    left: -15px;
  }
}

.swiper.tmbslide_tmb {
  width: 100%;
  max-width: initial;
  margin-top: 4rem;
}
@media screen and (max-width: 428px) {
  .swiper.tmbslide_tmb {
    margin-top: 1.25rem;
  }
}
.swiper.tmbslide_tmb .swiper-wrapper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 208/109;
}
.swiper.tmbslide_tmb .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper.tmbslide_tmb .swiper-wrapper .swiper-slide:hover img {
  opacity: 0.7;
}

/* スマホでスワイパーに変化
-----------------------------------------------------*/
.c-slide-sp__wrap {
  position: relative;
}
@media screen and (max-width: 428px) {
  .c-slide-sp__wrap {
    padding-bottom: 28px;
  }
}
.c-slide-sp__wrap .sp-pagination.swiper-pagination {
  bottom: -8px;
  z-index: 1;
}
@media screen and (min-width: 429px) {
  .c-slide-sp__wrap .sp-pagination.swiper-pagination {
    display: none;
  }
}
.c-slide-sp__wrap .sp-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: rgba(var(--whitesmoke-rgb), 1);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.c-slide-sp__wrap .sp-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
}

.c-slide-sp {
  position: relative;
}
.c-slide-sp .swiper.spSwiper .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 428px) {
  .c-slide-sp .swiper.spSwiper .swiper-wrapper {
    gap: 0;
  }
}
.c-slide-sp .swiper.spSwiper .swiper-wrapper .swiper-slide {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 428px) {
  .c-slide-sp .swiper.spSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.c-slide-sp .slide-next.swiper-button-next,
.c-slide-sp .slide-prev.swiper-button-prev {
  z-index: 2;
  width: 30px;
  height: 30px;
  display: block;
  background: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (min-width: 429px) {
  .c-slide-sp .slide-next.swiper-button-next,
  .c-slide-sp .slide-prev.swiper-button-prev {
    display: none;
  }
  .c-slide-sp .slide-next.swiper-button-next::before, .c-slide-sp .slide-next.swiper-button-next::after,
  .c-slide-sp .slide-prev.swiper-button-prev::before,
  .c-slide-sp .slide-prev.swiper-button-prev::after {
    content: none;
  }
}
.c-slide-sp .slide-next.swiper-button-next:after,
.c-slide-sp .slide-prev.swiper-button-prev:after {
  content: "";
  display: block;
  background-color: var(--whitesmoke);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slide-sp .slide-next.swiper-button-next::before,
.c-slide-sp .slide-prev.swiper-button-prev::before {
  content: "";
  display: block;
  background-image: url(/resource/images/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
.c-slide-sp .slide-next.swiper-button-next:hover:after,
.c-slide-sp .slide-prev.swiper-button-prev:hover:after {
  background-color: var(--main);
}
.c-slide-sp .slide-next.swiper-button-next:hover::before,
.c-slide-sp .slide-prev.swiper-button-prev:hover::before {
  background-image: url(/resource/images/ico_arrow_white.svg);
}
.c-slide-sp .slide-next.swiper-button-next {
  right: -10px;
}
.c-slide-sp .slide-prev.swiper-button-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  left: -10px;
}

/* マップスワイパーに変化
-----------------------------------------------------*/
.c-slide-map__wrap .c-slide-map__img {
  position: relative;
  width: 100%;
}
.c-slide-map__wrap .c-slide-map__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li {
  position: absolute;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li button {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: var(--white);
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li button:hover {
  opacity: 0.7;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--01 {
  left: 20%;
  top: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--02 {
  right: 40%;
  top: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--03 {
  left: 40%;
  bottom: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--04 {
  right: 20%;
  bottom: 30%;
}

.swiper.mapSwiper {
  margin-top: 1.25rem;
  overflow: visible;
  position: relative;
}
.swiper.mapSwiper .swiper-wrapper .swiper-slide {
  padding: 1.875rem;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 834px) {
  .swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
.swiper.mapSwiper .swiper-wrapper .swiper-slide .swiper-slide-next {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.map-next.swiper-button-next,
.map-prev.swiper-button-prev {
  z-index: 2;
  width: 40px;
  height: 62px;
  display: block;
  background: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .map-next.swiper-button-next,
  .map-prev.swiper-button-prev {
    width: 20px;
  }
}
@media screen and (max-width: 428px) {
  .map-next.swiper-button-next,
  .map-prev.swiper-button-prev {
    width: 20px;
  }
}
.map-next.swiper-button-next:after,
.map-prev.swiper-button-prev:after {
  content: none;
}
.map-next.swiper-button-next::before,
.map-prev.swiper-button-prev::before {
  content: "";
  display: block;
  background-image: url(/resource/images/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .map-next.swiper-button-next::before,
  .map-prev.swiper-button-prev::before {
    background-size: 30px auto;
  }
}
@media screen and (max-width: 428px) {
  .map-next.swiper-button-next::before,
  .map-prev.swiper-button-prev::before {
    background-size: 20px auto;
  }
}
.map-next.swiper-button-next:hover::before,
.map-prev.swiper-button-prev:hover::before {
  background-image: url(/resource/images/ico_arrow_main.svg);
}

.map-next.swiper-button-next {
  right: 100px;
}
@media screen and (max-width: 834px) {
  .map-next.swiper-button-next {
    right: 15px;
  }
}
@media screen and (max-width: 428px) {
  .map-next.swiper-button-next {
    right: -5px;
  }
}

.map-prev.swiper-button-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  left: 100px;
}
@media screen and (max-width: 834px) {
  .map-prev.swiper-button-prev {
    left: 15px;
  }
}
@media screen and (max-width: 428px) {
  .map-prev.swiper-button-prev {
    left: -5px;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* 見出し・タイトル
----------------------------------------------------------------- */
.p-rec-tit-main {
  margin-bottom: 4rem;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .p-rec-tit-main {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-tit-main {
    margin-bottom: 2rem;
  }
}
.p-rec-tit-main .en {
  display: block;
  font-family: "Sansation", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  color: var(--black);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-rec-tit-main .en {
    font-size: 4.375rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-tit-main .en {
    font-size: 3.25rem;
    margin-bottom: 0.875rem;
  }
}
.p-rec-tit-main .ja {
  font-size: 1.6875rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-rec-tit-main .ja {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-tit-main .ja {
    font-size: 0.875rem;
  }
}

.p-rec-catch {
  font-size: 2.875rem;
  margin-bottom: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .p-rec-catch {
    font-size: clamp(1.25rem, 0.427rem + 3.069vw, 2rem);
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-catch {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-rec-catch span {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 0.2em 0.5em 0.3em;
  font-weight: 700;
  line-height: 1;
}

.p-idx-tit-sub--position-reset,
.p-idx-tit-sub {
  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;
  gap: 0.625rem;
  position: absolute;
  left: 5%;
  top: 1.5rem;
}
.p-idx-tit-sub--position-reset .ico img,
.p-idx-tit-sub .ico img {
  width: 3.75rem;
  height: 1.875rem;
}
.p-idx-tit-sub--position-reset .ja,
.p-idx-tit-sub .ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.p-idx-tit-sub--position-reset {
  position: relative;
  left: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-idx-tit-sub--position-reset {
    margin-bottom: clamp(2rem, -1.017rem + 11.253vw, 4.75rem);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-tit-sub--position-reset {
    margin-bottom: 3.625rem;
  }
}

/* INDEX
----------------------------------------------------------------- */
.p-rec-idx-hero-container {
  position: relative;
  width: 100%;
  max-width: 1239px;
  margin-inline: auto;
  height: 100%;
}
.p-rec-idx-hero-container .p-rec-idx-hero-layer {
  position: absolute;
  top: 80px;
  left: 5%;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .p-rec-idx-hero-container .p-rec-idx-hero-layer {
    top: 50px;
    left: 0;
  }
}
.p-rec-idx-hero-container .js-hero-human,
.p-rec-idx-hero-container .js-hero-catch {
  opacity: 0;
}
.p-rec-idx-hero-container .js-hero-bg {
  position: relative;
  opacity: 0;
}
.p-rec-idx-hero-container .p-rec-idx-hero-layer img {
  width: 90%;
  height: auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .p-rec-idx-hero-container .p-rec-idx-hero-layer img {
    width: 100%;
  }
}

/* INDEX - セクション1
----------------------------------------------------------------- */
.p-rec-idx-sec1__wrap {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-sec1__wrap {
    padding: 12.25rem 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-sec1__wrap {
    padding: 0 0;
  }
}
.p-rec-idx-sec1__wrap .l-container--lg {
  position: relative;
}
.p-rec-idx-sec1__wrap .p-rec-idx-sec1__txt {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.5;
  padding: 10rem 0;
}
.p-rec-idx-sec1__wrap .p-rec-idx-sec1__txt p {
  position: relative;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-sec1__wrap .p-rec-idx-sec1__txt {
    line-height: 2.8;
    padding: 15.625rem 5% 15.625rem;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-sec1__wrap .p-rec-idx-sec1__txt {
    padding: 18.75rem 5% 16.875rem;
    font-size: 1.125rem;
  }
  .p-rec-idx-sec1__wrap .p-rec-idx-sec1__txt p {
    text-align: left;
  }
}
.p-rec-idx-sec1__wrap .p-rec-idx-sec1-obj {
  position: absolute;
}
.p-rec-idx-sec1__wrap .obj01 {
  left: 3%;
  top: 40px;
  width: 290px;
  height: 290px;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-sec1__wrap .obj01 {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-sec1__wrap .obj01 {
    left: 5%;
    top: 116px;
    width: 122px;
    height: 122px;
  }
}
.p-rec-idx-sec1__wrap .obj02 {
  right: 3%;
  top: 0;
  width: 276px;
  height: 276px;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-sec1__wrap .obj02 {
    width: 191px;
    height: 191px;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-sec1__wrap .obj02 {
    right: 5%;
    top: 97px;
    width: 117px;
    height: 117px;
  }
}
.p-rec-idx-sec1__wrap .obj03 {
  left: 3%;
  bottom: 40px;
  width: 362px;
  height: 362px;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-sec1__wrap .obj03 {
    left: 8%;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-sec1__wrap .obj03 {
    left: 5%;
    bottom: 97px;
    width: 153px;
    height: 153px;
  }
}
.p-rec-idx-sec1__wrap .obj04 {
  right: 3%;
  bottom: 70px;
  width: 250px;
  height: 230px;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-sec1__wrap .obj04 {
    bottom: 130px;
    width: 173px;
    height: 158px;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-sec1__wrap .obj04 {
    right: 5%;
    bottom: 175px;
    width: 105px;
    height: 97px;
  }
}

/* INDEX - 仕事紹介
----------------------------------------------------------------- */
.p-rec-idx-works__wrap {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-works__wrap {
    padding: 4.75rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-works__wrap {
    padding: 3.625rem 0;
  }
}

/* INDEX - インタビュー
----------------------------------------------------------------- */
.p-idx-interview__wrap {
  position: relative;
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-idx-interview__wrap {
    padding: 4.75rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap {
    padding: 3.625rem 0;
  }
}
.p-idx-interview__wrap {
  /* slide */
}
.p-idx-interview__wrap .p-interview__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-idx-interview__wrap .p-interview__head .p-rec-tit-main {
  margin-bottom: 0;
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .p-interview__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}
.p-idx-interview__wrap {
  /* スライダーコンテナ */
}
.p-idx-interview__wrap .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 5rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 960px) {
  .p-idx-interview__wrap .slider-container {
    padding-top: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .slider-container {
    padding-top: 2.875rem;
  }
}
.p-idx-interview__wrap .slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .slider-track {
    gap: 30px;
  }
}
.p-idx-interview__wrap .slider-track.no-transition {
  -webkit-transition: none;
  transition: none;
}
.p-idx-interview__wrap .slider-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 410px;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  max-width: 410px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.p-idx-interview__wrap .slider-slide:hover {
  opacity: 0.7;
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .slider-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 315px;
        -ms-flex: 0 0 315px;
            flex: 0 0 315px;
    max-width: 315px;
  }
}
.p-idx-interview__wrap {
  /* カードのデザイン */
  /* 画像 */
}
.p-idx-interview__wrap .p-interview__img {
  padding-bottom: 76px;
}
.p-idx-interview__wrap .p-interview__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .p-interview__img {
    padding-bottom: 63px;
  }
}
.p-idx-interview__wrap {
  /* テキスト */
}
.p-idx-interview__wrap .p-interview__txt {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  display: block;
}
.p-idx-interview__wrap .p-interview__txt .ttl {
  text-align: left;
}
.p-idx-interview__wrap .p-interview__txt .ttl span {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.p-idx-interview__wrap .p-interview__txt .name {
  display: block;
  margin-top: 3px;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-idx-interview__wrap .p-interview__txt .name::before {
  content: "●";
  display: inline-block;
  color: var(--main);
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .p-interview__txt .ttl span {
    font-size: 1rem;
  }
  .p-idx-interview__wrap .p-interview__txt .name {
    font-size: 1rem;
  }
}
.p-idx-interview__wrap {
  /* ナビゲーションボタン */
}
.p-idx-interview__wrap .slider-button {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  height: 45px;
}
@media screen and (max-width: 960px) {
  .p-idx-interview__wrap .slider-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .slider-button {
    margin-top: 52px;
  }
}
.p-idx-interview__wrap .slider-button-prev,
.p-idx-interview__wrap .slider-button-next {
  cursor: pointer;
  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: 45px;
  height: 45px;
  background-color: var(--blue2);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: var(--main);
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .slider-button-prev,
  .p-idx-interview__wrap .slider-button-next {
    width: 25px;
    height: 25px;
  }
}
.p-idx-interview__wrap .slider-button-prev:hover,
.p-idx-interview__wrap .slider-button-next:hover {
  background-image: url();
  background-color: var(--main);
}
.p-idx-interview__wrap .slider-button-prev:hover::after, .p-idx-interview__wrap .slider-button-prev:hover::after,
.p-idx-interview__wrap .slider-button-next:hover::after,
.p-idx-interview__wrap .slider-button-next:hover::after {
  border-color: var(--white);
}
.p-idx-interview__wrap .slider-button-prev::after,
.p-idx-interview__wrap .slider-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
@media screen and (max-width: 428px) {
  .p-idx-interview__wrap .slider-button-prev::after,
  .p-idx-interview__wrap .slider-button-next::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }
}
.p-idx-interview__wrap .slider-button-prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.p-idx-interview__wrap .slider-button-next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

/* INDEX - 働く環境
----------------------------------------------------------------- */
.p-rec-idx-style__wrap {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-style__wrap {
    padding: 4.75rem 0 25.9375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-style__wrap {
    padding: 3.625rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-rec-idx-style__wrap .c-flex--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-rec-idx-style__wrap .p-idx-style__img {
    position: absolute;
    right: 5%;
    bottom: 4.75rem;
    padding-left: 5%;
  }
  .p-rec-idx-style__wrap .p-idx-style__img picture img {
    width: 100%;
    max-width: 540px;
    height: auto;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-style__wrap .p-idx-style__img {
    position: relative;
    right: inherit;
    bottom: inherit;
    padding-left: 0;
  }
}

/* INDEX - 募集要項
----------------------------------------------------------------- */
.p-rec-idx-guidelines__wrap {
  padding: 6.25rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap {
    padding: 4.75rem 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap {
    padding: 3.625rem 0 4.5rem;
  }
}
.p-rec-idx-guidelines__wrap .p-rec-tit-main,
.p-rec-idx-guidelines__wrap .p-rec-catch {
  margin-inline: auto;
}
.p-rec-idx-guidelines__wrap .p-rec-idx-guidelines-card {
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--white) url(/recruit/resource/images/idx_gradient_bg1.png);
  background-size: 100% 100%;
  padding: 5rem 5%;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .p-rec-idx-guidelines-card {
    padding: 3.625rem 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap .p-rec-idx-guidelines-card {
    padding: 2.875rem 5%;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram {
  background: var(--white) url(/recruit/resource/images/idx_gradient_bg2.png);
  background-size: 100% 100%;
  padding: 20px;
}
.p-rec-idx-guidelines__wrap .card--instagram:hover {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .card--instagram {
    padding: 16px;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap .card--instagram {
    padding: 13px;
  }
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-catch {
    margin-bottom: 0;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-wrap {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem 5%;
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-wrap {
    padding: 1.25rem 2%;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-icon {
  width: 216px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-icon {
    width: 119px;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-qr {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-qr {
    width: 90px;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-text .insta-desc {
  text-align: center;
  font-weight: 700;
  font-size: 1.6875rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-text .insta-desc {
    margin-top: 1.625rem;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-text .insta-desc {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-text .insta-link {
  color: var(--blue3);
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-text .insta-link {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-rec-idx-guidelines__wrap .card--instagram .p-rec-idx-insta-inner .insta-text .insta-link {
    font-size: 1.125rem;
  }
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact__wrap {
  padding: 1.5rem 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__wrap {
    padding: 1.125rem 0 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap {
    padding: 0.875rem 0 3.125rem;
  }
}
.p-idx-contact__wrap .p-idx-tit-main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-idx-contact__wrap .p-idx-tit-main {
    margin-bottom: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-tit-main {
    margin-bottom: 1.875rem;
  }
}
.p-idx-contact__wrap .p-idx-tit-main .en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 960px) {
  .p-idx-contact__wrap .p-idx-tit-main .en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-tit-main .en {
    font-size: 2rem;
  }
}
.p-idx-contact__wrap .p-idx-contact__inner {
  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;
  gap: 1.125rem 5%;
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-contact__inner {
    gap: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .p-idx-contact__ttl {
  text-align: center;
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .p-idx-contact__ttl {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .p-idx-contact__ttl {
    font-size: 1.25rem;
  }
}
.p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .c-btn-main {
  width: 290px;
}
@media screen and (max-width: 960px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .c-btn-main {
    max-width: initial;
    width: 100%;
    min-width: 200px;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .c-btn-main {
    min-width: 170px;
  }
}

/* ==========================================================================
仕事紹介
=========================================================================*/
/* カテゴリーのスタイル
----------------------------------------------------------------- */
.p-works__lead {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 960px) {
  .p-works__lead {
    padding: 0 0 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__lead {
    padding: 0 0 3.625rem;
  }
}

/* 仕事紹介カテゴリー
----------------------------------------------------------------- */
.p-works__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-works__wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap {
    padding: 0 0 4.5rem;
  }
}
.p-works__wrap .l-container {
  background-image: url(/recruit/resource/images/bg_sec01.png);
  background-position: left 110px top;
  background-repeat: no-repeat;
  background-size: min(80%, 750px) auto;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .l-container {
    background-position: left top;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .l-container {
    background-size: 100% auto;
  }
}
.p-works__wrap .p-works__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  padding: 6.25rem 0 0;
  min-height: 750px;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__cont {
    gap: 6.0975609756%;
    padding: 4.75rem 0 0;
    min-height: inherit;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__cont {
    padding: 3.625rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-works__wrap .p-works__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-works__wrap .p-works__content .p-works__title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__content .p-works__title {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__content .p-works__title {
    margin-bottom: 1.25rem;
  }
}
.p-works__wrap .p-works__content .p-works__title .label {
  background-image: url(/recruit/resource/images/title_gradient_bg.png);
  background-size: 100% 100%;
  display: block;
  padding: 0.1em 0.75em;
  font-weight: 700;
  font-family: "Sansation", sans-serif;
  font-size: 1.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__content .p-works__title .label {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__content .p-works__title .label {
    font-size: 1.125rem;
  }
}
.p-works__wrap .p-works__content .p-works__title .ja {
  display: block;
  background: var(--black);
  color: var(--white);
  padding: 0.1em 0.75em;
  font-size: 2.875rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__content .p-works__title .ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__content .p-works__title .ja {
    font-size: 1.5rem;
  }
}
.p-works__wrap .p-works__content .p-works__catch {
  font-size: 2.0625rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__content .p-works__catch {
    margin-bottom: 1.625rem;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__content .p-works__catch {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.p-works__wrap .p-works__content .p-works__text {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__content .p-works__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__content .p-works__text {
    font-size: 0.75rem;
  }
}
.p-works__wrap {
  /* 右 */
}
.p-works__wrap .p-works__side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
}
.p-works__wrap .p-works__side .p-works__photo {
  margin-bottom: 2.5rem;
}
.p-works__wrap .p-works__side .p-works__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__side {
    max-width: 270px;
  }
  .p-works__wrap .p-works__side .p-works__photo {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__side {
    max-width: inherit;
  }
  .p-works__wrap .p-works__side .p-works__photo {
    margin-bottom: 1.25rem;
  }
}
.p-works__wrap {
  /* 主な業務 */
}
.p-works__wrap .p-works__job-title {
  background: -webkit-gradient(linear, left top, right top, from(#fff8a5), to(#80daf8));
  background: -webkit-linear-gradient(left, #fff8a5, #80daf8);
  background: linear-gradient(90deg, #fff8a5, #80daf8);
  padding: 0.1em 0.75em;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__job-title {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__job-title {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
}
.p-works__wrap .p-works__job-list {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__job-list {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__job-list {
    margin-bottom: 0.75rem;
  }
}
.p-works__wrap .p-works__job-list li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works__job-list li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works__job-list li {
    font-size: 0.75rem;
  }
}
.p-works__wrap .p-works__job-list li::before {
  content: "";
  display: inline-block;
  background: var(--blue3);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-bottom: 0.125em;
}
.p-works__wrap {
  /* インタビューCTA */
}
.p-works__wrap .p-works-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 428px) {
  .p-works__wrap .p-works-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-works__wrap .p-works-btn:hover {
  opacity: 0.7;
}
.p-works__wrap .p-works-btn:hover .p-works-btn__icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.p-works__wrap .p-works-btn__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.p-works__wrap .p-works-btn__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works-btn__image {
    width: 85px;
    height: 85px;
  }
}
.p-works__wrap .p-works-btn__content {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 94px;
  padding: 0 20px 0 60px;
  margin-left: -50px;
  background: -webkit-gradient(linear, left top, right top, from(#8EDDFF), to(#FFF8B5));
  background: -webkit-linear-gradient(left, #8EDDFF 0%, #FFF8B5 100%);
  background: linear-gradient(90deg, #8EDDFF 0%, #FFF8B5 100%);
  border-radius: 0 40px 40px 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works-btn__content {
    height: 66px;
  }
}
.p-works__wrap .p-works-btn__text {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works-btn__text {
    font-size: 0.75rem;
  }
}
.p-works__wrap .p-works-btn__icon {
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-radius: 50%;
  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;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-works__wrap .p-works-btn__icon .arrow {
  width: 26%;
  height: 26%;
  border-top: 2px solid var(--blue2);
  border-right: 2px solid var(--blue2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
}
@media screen and (max-width: 960px) {
  .p-works__wrap .p-works-btn__icon {
    width: 21px;
    height: 21px;
  }
}

/* ==========================================================================
インタビュー
========================================================================== */
/* インタビュー記事
----------------------------------------------------------------- */
.p-interview__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap {
    padding: 0 0 4.5rem;
  }
}
.p-interview__wrap .l-container {
  background-image: url(/recruit/resource/images/bg_sec02.png);
  background-position: left 110px top;
  background-repeat: no-repeat;
  background-size: min(70%, 750px) auto;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .l-container {
    background-position: left top;
    background-size: min(80%, 660px) auto;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .l-container {
    background-size: 100% auto;
  }
}
.p-interview__wrap .p-interview__hero {
  padding: 6.25rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__hero {
    padding: 4.75rem 0 0 0;
    gap: 7.3170731707%;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.625rem 0 0 0;
    gap: 2rem;
  }
}
.p-interview__wrap .p-interview__hero-text {
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-interview__wrap .p-interview__hero-text .p-interview__label {
  background-image: url(/recruit/resource/images/title_gradient_bg.png);
  background-size: 100% 100%;
  display: block;
  padding: 0.1em 0.5em;
  font-weight: 700;
  font-family: "Sansation", sans-serif;
  font-size: 1.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__label {
    font-size: clamp(0.875rem, 0.258rem + 2.302vw, 1.438rem);
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__label {
    font-size: 1.125rem;
  }
}
.p-interview__wrap .p-interview__hero-text .p-interview__catch {
  margin-bottom: 4rem;
}
.p-interview__wrap .p-interview__hero-text .p-interview__catch span {
  display: block;
  background: var(--black);
  color: var(--white);
  padding: 0.15em 0.5em 0.2em;
  font-size: 2.0625rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__catch {
    margin-bottom: 2.875rem;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__catch span {
    font-size: clamp(1rem, 0.383rem + 2.302vw, 1.563rem);
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__catch {
    margin-bottom: 2rem;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__catch span {
    font-size: 1.25rem;
  }
}
.p-interview__wrap .p-interview__hero-text .p-interview__profile {
  margin: 0 0 1.5rem 0;
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-interview__wrap .p-interview__hero-text .p-interview__profile dt {
  font-size: 1.6875rem;
  font-weight: 700;
}
.p-interview__wrap .p-interview__hero-text .p-interview__profile dd {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__profile {
    margin: 0 0 1.125rem 0;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__profile dt {
    font-size: clamp(0.875rem, 0.258rem + 2.302vw, 1.438rem);
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__profile dd {
    font-size: clamp(0.875rem, 0.56rem + 1.176vw, 1.125rem);
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__profile {
    margin: 2rem 0 2rem 0;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__profile dt {
    font-size: 1.125rem;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__profile dd {
    font-size: 1rem;
  }
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 354px;
  padding: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#fff8a5), to(#80daf8));
  background: -webkit-linear-gradient(left, #fff8a5 0%, #80daf8 100%);
  background: linear-gradient(90deg, #fff8a5 0%, #80daf8 100%);
  color: var(--black);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie:hover {
  opacity: 0.7;
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie {
  /* 左側 */
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left {
  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: 16px;
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left img {
  width: 120px;
  height: auto;
  display: block;
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left .p-interview__movie__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie {
  /* 右の丸ボタン */
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--white);
  position: relative;
}
.p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/resource/images/ico_arrow3_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30%;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__movie {
    gap: 5.6%;
    padding: 5.6%;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left img {
    width: clamp(2.5rem, -2.232rem + 17.647vw, 6.25rem);
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left .p-interview__movie__text {
    font-size: clamp(0.625rem, 0.467rem + 0.588vw, 0.75rem);
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__arrow {
    width: clamp(1rem, 0.29rem + 2.647vw, 1.563rem);
    height: clamp(1rem, 0.29rem + 2.647vw, 1.563rem);
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__hero-text .p-interview__movie {
    padding: 5.6%;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left img {
    width: 100px;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__left .p-interview__movie__text {
    font-size: 0.75rem;
  }
  .p-interview__wrap .p-interview__hero-text .p-interview__movie .p-interview__movie__arrow {
    width: 25px;
    height: 25px;
  }
}
.p-interview__wrap .p-interview__hero-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
.p-interview__wrap .p-interview__hero-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__hero-img {
    width: auto;
  }
  .p-interview__wrap .p-interview__hero-img img {
    min-width: clamp(11.25rem, 1.787rem + 35.294vw, 18.75rem);
  }
}
.p-interview__wrap {
  /* ---------- 1日の仕事 ---------- */
}
.p-interview__wrap .p-interview__timeline-ttl {
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 4rem;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
.p-interview__wrap .p-interview__timeline-ttl .ico {
  display: inline-block;
  background-image: url(/recruit/resource/images/interview_timeline_tit.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 55px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__timeline-ttl {
    margin-bottom: 2.875rem;
    font-size: 1.4375rem;
  }
  .p-interview__wrap .p-interview__timeline-ttl .ico {
    width: 49px;
    height: 50px;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__timeline-ttl {
    margin-bottom: 2rem;
  }
}
.p-interview__wrap .p-interview__timeline-list {
  text-align: center;
}
.p-interview__wrap .p-interview__timeline-list img {
  max-width: 800px;
  height: auto;
  margin-inline: auto;
}
.p-interview__wrap {
  /* ---------- TOPICS ---------- */
}
.p-interview__wrap .p-interview__topics {
  position: relative;
  padding: 3px;
  border-radius: 42px;
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__topics {
    padding: 1px;
  }
}
.p-interview__wrap .p-interview__topics .p-interview-topics__inner {
  background: var(--white);
  border-radius: 39px;
  position: relative;
  z-index: 1;
  padding: 0 3.5%;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-box {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-box > .c-flex-2clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 0.625rem) / 2);
      -ms-flex: 0 0 calc((100% - 0.625rem) / 2);
          flex: 0 0 calc((100% - 0.625rem) / 2);
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__topics .p-interview__topics-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__topics .p-interview__topics-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-box .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: auto;
  }
}
.p-interview__wrap .p-interview__topics .p-interview__topics-ttl {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 2;
  line-height: 0;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-ttl img {
  width: 253px;
  height: 117px;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-img {
  padding-bottom: 30px;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-img img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-txt {
  padding: 5rem 0;
  min-height: 440px;
}
.p-interview__wrap .p-interview__topics .p-interview__topics-txt h3 {
  color: var(--blue2);
  font-size: 1.6875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__topics .p-interview__topics-txt h3 {
    font-size: clamp(1.125rem, 0.731rem + 1.471vw, 1.438rem);
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__topics .p-interview__topics-txt h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-interview__wrap .p-interview__topics {
  /* 枠線 */
}
.p-interview__wrap .p-interview__topics::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2fd3ff), to(#2fffc3));
  background: -webkit-linear-gradient(left, #2fd3ff, #2fffc3);
  background: linear-gradient(90deg, #2fd3ff, #2fffc3);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-interview__wrap .p-interview__topics {
    border-radius: 30px;
  }
  .p-interview__wrap .p-interview__topics .p-interview-topics__inner {
    border-radius: 26px;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-ttl {
    top: -4px;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-ttl img {
    width: 178px;
    height: 85px;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-img {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-txt {
    padding: 3.625rem 0;
    min-height: inherit;
  }
}
@media screen and (max-width: 428px) {
  .p-interview__wrap .p-interview__topics .p-interview-topics__inner {
    padding: 0 8%;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-ttl {
    top: -24px;
    width: 100%;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-ttl img {
    width: 140px;
    height: 66px;
    display: block;
    margin-inline: auto;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-img {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .p-interview__wrap .p-interview__topics .p-interview__topics-txt {
    padding: 0 0 2.875rem;
    min-height: inherit;
  }
}

/* ==========================================================================
働く環境
========================================================================== */
.p-style__lead {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 960px) {
  .p-style__lead {
    padding: 0 0 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style__lead {
    padding: 0 0 3.625rem;
  }
}

/* 成長支援
----------------------------------------------------------------- */
.p-style-support__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-style-support__wrap {
    padding: 6.125rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-style-support__wrap {
    padding: 4.5rem 0;
  }
}
.p-style-support__wrap .p-style-support__img {
  margin-bottom: 6.25rem;
}
.p-style-support__wrap .p-style-support__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-style-support__wrap .p-style-support__img {
    margin-bottom: 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-support__wrap .p-style-support__img {
    margin-bottom: 3.625rem;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-style-support__wrap .p-style-support__img img {
    width: 700px;
    max-width: none;
  }
}
.p-style-support__wrap .p-style-support__title {
  color: var(--black);
  background: var(--white);
  font-size: 1.6875rem;
  line-height: 1;
  padding: 0.75em 0.7em;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-style-support__wrap .p-style-support__title {
    font-size: 1.4375rem;
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-support__wrap .p-style-support__title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-style-support__wrap .p-style-support__block {
  gap: 2rem 7%;
  position: relative;
}
.p-style-support__wrap .p-style-support__block .p-style-support__title::after {
  content: "";
  display: inline-block;
  background: var(--white);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: -150px;
  z-index: -1;
}
@media screen and (max-width: 428px) {
  .p-style-support__wrap .p-style-support__block .p-style-support__title::after {
    display: none;
  }
}
.p-style-support__wrap .p-style-support__block .p-style-support__block_img {
  width: 36%;
  max-width: 350px;
}
.p-style-support__wrap .p-style-support__block .p-style-support__block_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  .p-style-support__wrap .p-style-support__block .p-style-support__block_img {
    width: 100%;
    max-width: inherit;
  }
  .p-style-support__wrap .p-style-support__block .p-style-support__block_img img {
    display: block;
    margin-inline: auto;
    max-width: 310px;
  }
}

/* 福利厚生
----------------------------------------------------------------- */
.p-style-welfare__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-style-welfare__wrap {
    padding: 6.125rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-style-welfare__wrap {
    padding: 4.5rem 0;
  }
}
.p-style-welfare__wrap .p-style-welfare__list {
  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: 1.25rem 2.5rem;
}
.p-style-welfare__wrap .p-style-welfare__list .p-style-welfare__img {
  max-width: 160px;
  width: 16%;
}
@media screen and (max-width: 428px) {
  .p-style-welfare__wrap .p-style-welfare__list .p-style-welfare__img {
    max-width: 116px;
    width: inherit;
  }
}
.p-style-welfare__wrap .p-style-welfare__list .p-style-welfare__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 428px) {
  .p-style-welfare__wrap .p-style-welfare__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* データ
----------------------------------------------------------------- */
.p-style-data__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap {
    padding: 6.125rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap {
    padding: 4.5rem 0;
  }
}
.p-style-data__wrap .p-data__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data__grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-style-data__wrap .p-data__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.p-style-data__wrap .p-data-box {
  background: var(--white);
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  text-align: center;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-box {
    padding: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-box {
    padding: 0.5rem;
  }
}
.p-style-data__wrap .p-data-box .label {
  background: var(--black);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.2em 0.3em 0.4em 0.3em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .p-style-data__wrap .p-data-box .label {
    font-size: clamp(0.875rem, 0.122rem + 1.254vw, 1.125rem);
  }
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-box .label {
    font-size: 0.875rem;
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-box .label {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
.p-style-data__wrap .p-data-box .content {
  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;
  gap: 15px;
}
.p-style-data__wrap .p-data-box .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 7.8125rem;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
  font-family: "Sansation", sans-serif;
  white-space: nowrap;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
@media screen and (max-width: 1280px) {
  .p-style-data__wrap .p-data-box .value {
    font-size: clamp(5.625rem, -0.965rem + 10.972vw, 7.813rem);
  }
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-box .value {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-box .value {
    font-size: 5.125rem;
  }
}
.p-style-data__wrap .p-data-box .value i {
  display: inline-block;
  font-style: normal;
}
.p-style-data__wrap .p-data-box .value i[data-target="2"] {
  width: 0.6em;
}
.p-style-data__wrap .p-data-box .value i[data-target="9.4"] {
  width: 1.48em;
}
.p-style-data__wrap .p-data-box .value i[data-target="8.77"], .p-style-data__wrap .p-data-box .value i[data-target="37.8"] {
  width: 1.9em;
}
.p-style-data__wrap .p-data-box .value i[data-target="100"] {
  width: 1.7em;
}
.p-style-data__wrap .p-data-box .value span {
  font-size: 0.3em;
  color: var(--black);
  margin-left: 0.25em;
}
.p-style-data__wrap .p-data-box .icon {
  width: 120px;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-box .icon {
    width: clamp(5rem, 4.537rem + 1.728vw, 5.438rem);
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-box .icon {
    width: 80px;
  }
}
.p-style-data__wrap .p-data-box .note {
  font-size: 0.875rem;
  margin-top: 15px;
  line-height: 1.5;
}
.p-style-data__wrap .p-data-box .note strong {
  font-size: 2.5em;
  font-family: "Sansation", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-box .note {
    font-size: 0.75rem;
  }
}
.p-style-data__wrap .p-data-box .note.large {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-box .note.large {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-box .note.large {
    font-size: 0.75rem;
  }
}
.p-style-data__wrap .item-age {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .p-style-data__wrap .item-age {
    grid-row: auto;
  }
}
.p-style-data__wrap .item-age .value {
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .item-age .value {
    margin-bottom: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .item-age .value {
    margin-bottom: 2rem;
  }
}
.p-style-data__wrap .item-age .icon-large {
  width: 58%;
  max-width: 270px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .item-age .icon-large {
    max-width: 196px;
  }
}
.p-style-data__wrap .p-data-leave-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-leave-group {
    gap: 20px;
  }
}
.p-style-data__wrap .p-data-leave-group .label {
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-leave-group .label {
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-leave-group .label {
    margin-bottom: 0.5rem;
  }
}
.p-style-data__wrap .p-data-leave-group .icon {
  width: 72px;
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-leave-group .icon {
    width: clamp(3.125rem, 1.669rem + 5.432vw, 4.5rem);
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-leave-group .icon {
    width: 50px;
  }
}
.p-style-data__wrap .p-data-leave-group .value {
  font-size: 4.0625rem;
}
@media screen and (max-width: 1280px) {
  .p-style-data__wrap .p-data-leave-group .value {
    font-size: clamp(3rem, -0.201rem + 5.329vw, 4.063rem);
  }
}
@media screen and (max-width: 960px) {
  .p-style-data__wrap .p-data-leave-group .value {
    font-size: 3rem;
  }
}
@media screen and (max-width: 428px) {
  .p-style-data__wrap .p-data-leave-group .value {
    font-size: 2.75rem;
  }
}

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

.margin-left-auto {
  margin-left: auto;
}

.margin-xxxsm-top {
  margin-top: 5px;
}

.margin-xxsm-top {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .margin-xxsm-top {
    margin-top: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-xxsm-top {
    margin-top: 0.5rem;
  }
}

.margin-xsm-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .margin-xsm-top {
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-xsm-top {
    margin-top: 0.875rem;
  }
}

.margin-sm-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .margin-sm-top {
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-sm-top {
    margin-top: 1.25rem;
  }
}

.margin-md-top {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .margin-md-top {
    margin-top: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-md-top {
    margin-top: 2rem;
  }
}

.margin-lg-top {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .margin-lg-top {
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-lg-top {
    margin-top: 2.875rem;
  }
}

.margin-xlg-top {
  margin-top: 6.25rem;
}
@media screen and (max-width: 960px) {
  .margin-xlg-top {
    margin-top: 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-xlg-top {
    margin-top: 3.625rem;
  }
}

.margin-xxlg-top {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .margin-xxlg-top {
    margin-top: 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .margin-xxlg-top {
    margin-top: 4.5rem;
  }
}

.margin-30-top {
  margin-top: 1.875rem;
}

.margin-xxsm-right {
  margin-right: 1rem;
}

/* パディング
----------------------------------------------------------------- */
.padding-lg-top {
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .padding-lg-top {
    padding-top: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .padding-lg-top {
    padding-top: 2.875rem;
  }
}

.padding-xlg-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 960px) {
  .padding-xlg-top {
    padding-top: 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .padding-xlg-top {
    padding-top: 3.625rem;
  }
}

.padding-xxlg-top {
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .padding-xxlg-top {
    padding-top: 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .padding-xxlg-top {
    padding-top: 4.5rem;
  }
}

/*-==========================================================================
テキスト
==========================================================================*/
.txt-en {
  font-family: "Sansation", sans-serif;
}

.txt-bold {
  font-weight: 700 !important;
}

.txt-lead {
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .txt-lead {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (max-width: 428px) {
  .txt-lead {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 960px) {
  .txt-sm--sp {
    font-size: 0.75rem;
  }
}

.txt-cap {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 428px) {
  .txt-cap {
    font-size: 0.75rem;
  }
}

.txt-xsm {
  font-size: 0.75rem;
  line-height: 1.4;
}

.txt-sm {
  font-size: 0.875rem;
  line-height: 1.4;
}

.txt-md {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .txt-md {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .txt-md {
    font-size: 0.75rem;
  }
}

.txt-lg {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .txt-lg {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .txt-lg {
    font-size: 0.875rem;
  }
}

.txt-xlg {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .txt-xlg {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .txt-xlg {
    font-size: 1rem;
  }
}

.txt-link,
.txt-link--arrow,
.txt-link--win,
.txt-link--win--white,
.txt-link--win--blue {
  text-decoration: none;
  font-weight: 400;
  line-height: 1.6;
  color: var(--black);
  position: relative;
}
.txt-link:hover,
.txt-link--arrow:hover,
.txt-link--win:hover,
.txt-link--win--white:hover,
.txt-link--win--blue:hover {
  color: var(--hover);
}

.txt-link--arrow::before {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/ico_arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 4px;
  margin-top: 2px;
}
.txt-link--arrow:hover::before {
  background-image: url(/resource/images/ico_arrow_green.svg);
}

.txt-link--win::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/ico_win2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.5em;
}
.txt-link--win:hover:after {
  background-image: url(/resource/images/ico_win2_hover.svg);
}

.txt-link--win--blue::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/ico_win2_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.5em;
}

.txt-link--win--white {
  color: var(--white);
}
.txt-link--win--white::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/ico_win2_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

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

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

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

.txt-top {
  vertical-align: top !important;
}

.txt-center--sp-left {
  text-align: center !important;
}
@media screen and (max-width: 428px) {
  .txt-center--sp-left {
    text-align: left !important;
  }
}

.txt-center--tb-left {
  text-align: center !important;
}
@media screen and (max-width: 960px) {
  .txt-center--tb-left {
    text-align: left !important;
  }
}

.txt-black-800 {
  color: #5C5C5C !important;
}

.txt-black-600 {
  color: #858585 !important;
}

.txt-black-400 {
  color: #ADADAD !important;
}

.txt-black-200 {
  color: #D6D6D6 !important;
}

.txt-black-100 {
  color: #EBEBEB !important;
}

.txt-black {
  color: #000000 !important;
}

.txt-white {
  color: #fff !important;
}

.txt-border {
  color: #ededf3 !important;
}

.txt-main {
  color: #0000A6 !important;
}

.txt-sub {
  color: #00E180 !important;
}

.txt-hover {
  color: #80d5f4 !important;
}

.txt-whitesmoke {
  color: #f0eff5 !important;
}

.txt-selection_txt {
  color: #525252 !important;
}

.txt-selection_bg {
  color: #ffd0c4 !important;
}

.txt-blue {
  color: #0D78DA !important;
}

.txt-blue2 {
  color: #00ABEA !important;
}

.txt-blue3 {
  color: #00b6f2 !important;
}

.txt-aquablue {
  color: #d9f4fd !important;
}

.txt-green {
  color: #5AF9C3 !important;
}

.txt-green2 {
  color: #8bffe3 !important;
}

.txt-green3 {
  color: #16fcc9 !important;
}

.txt-tomato {
  color: #ef423b !important;
}

/* 電話番号
----------------------------------------------------------------- */
.txt-tel {
  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;
  font-size: 2.875rem;
}
.txt-tel img {
  margin-right: 5px;
  width: 0.67em;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .txt-tel {
    font-size: clamp(1rem, -0.097rem + 4.092vw, 2rem);
  }
}
@media screen and (max-width: 428px) {
  .txt-tel {
    font-size: 1.5rem;
  }
}
.txt-tel a[href^="tel:"] {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: var(--main);
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 428px) {
  .txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .txt-tel a[href^="tel:"]:hover {
    color: var(--hover);
  }
}

.txt-tel__info {
  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;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .txt-tel__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 9px;
  }
}
.txt-tel__info p {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .txt-tel__info p {
    font-size: 13px;
  }
}

/*-==========================================================================
角丸
==========================================================================*/
.radi10 {
  border-radius: 0.625rem;
}

.radi15 {
  border-radius: 0.9375rem;
}

.radi20 {
  border-radius: 1.25rem;
}

.radi30 {
  border-radius: 1.875rem;
}

/*-==========================================================================
boder
==========================================================================*/
.boder-top-md {
  border-top: 3px solid var(--border);
}

/*-==========================================================================
背景
==========================================================================*/
.bg-black-800 {
  background-color: #5C5C5C !important;
}

.bg-black-600 {
  background-color: #858585 !important;
}

.bg-black-400 {
  background-color: #ADADAD !important;
}

.bg-black-200 {
  background-color: #D6D6D6 !important;
}

.bg-black-100 {
  background-color: #EBEBEB !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-border {
  background-color: #ededf3 !important;
}

.bg-main {
  background-color: #0000A6 !important;
}

.bg-sub {
  background-color: #00E180 !important;
}

.bg-hover {
  background-color: #80d5f4 !important;
}

.bg-whitesmoke {
  background-color: #f0eff5 !important;
}

.bg-selection_txt {
  background-color: #525252 !important;
}

.bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.bg-blue {
  background-color: #0D78DA !important;
}

.bg-blue2 {
  background-color: #00ABEA !important;
}

.bg-blue3 {
  background-color: #00b6f2 !important;
}

.bg-aquablue {
  background-color: #d9f4fd !important;
}

.bg-green {
  background-color: #5AF9C3 !important;
}

.bg-green2 {
  background-color: #8bffe3 !important;
}

.bg-green3 {
  background-color: #16fcc9 !important;
}

.bg-tomato {
  background-color: #ef423b !important;
}

.bg-even-whitesmoke:nth-of-type(even) {
  background-color: var(--whitesmoke);
}

.bg-blue {
  background-image: url(/recruit/resource/images/bg_blue.png);
}

.bg-parallax-img {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
}

/* スライドアップアニメーションのマスク設定 */
.title-mask,
.js-slide-wrap {
  overflow: hidden;
  line-height: 1.2;
}

/* 子要素の初期状態（JS読み込み前のちらつき防止） */
.js-slide-up,
.js-slide-wrap > * {
  display: inline-block;
  will-change: transform;
}

.js-slide-in-right {
  opacity: 0;
  will-change: transform, opacity;
  /* パフォーマンスの最適化 */
}

.js-reveal-clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  white-space: nowrap;
}

.js-reveal {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.js-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue2);
  z-index: 1;
  -webkit-transform: translateX(var(--mask-x, 0%));
          transform: translateX(var(--mask-x, 0%));
}

/* ==========================================================================
 スクロール
=========================================================================*/
.scroll-anchor {
  display: block;
  scroll-margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .scroll-anchor {
    scroll-margin-top: 5rem;
  }
}
@media screen and (max-width: 428px) {
  .scroll-anchor {
    scroll-margin-top: 1.875rem;
  }
}

/* ==========================================================================
 非表示
=========================================================================*/
.visible-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

/*-==========================================================================
特定の画面幅で表示・非表示するクラス
==========================================================================*/
/* xpc以上*/
@media screen and (min-width: 1537px) {
  .visible-more-xpc {
    display: block;
  }
}
@media screen and (max-width: 1536px) {
  .visible-more-xpc {
    display: none !important;
  }
}

/* xpcのみ*/
@media screen and (min-width: 1281px) and (max-width: 1536px) {
  .visible-xpc {
    display: block;
  }
}
@media screen and (max-width: 1280px), (min-width: 1537px) {
  .visible-xpc {
    display: none !important;
  }
}

/* xpc以下*/
@media screen and (max-width: 1536px) {
  .visible-less-xpc {
    display: block;
  }
}
@media screen and (min-width: 1537px) {
  .visible-less-xpc {
    display: none !important;
  }
}

/* pc以上*/
@media screen and (min-width: 1281px) {
  .visible-more-pc {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .visible-more-pc {
    display: none !important;
  }
}

/* pcのみ*/
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .visible-pc {
    display: block;
  }
}
@media screen and (max-width: 960px), (min-width: 1281px) {
  .visible-pc {
    display: none !important;
  }
}

/*  pc以下*/
@media screen and (max-width: 1280px) {
  .visible-less-pc {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .visible-less-pc {
    display: none !important;
  }
}

/* lp以上*/
@media screen and (min-width: 961px) {
  .visible-more-lp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .visible-more-lp {
    display: none !important;
  }
}

/* lpのみ*/
@media screen and (min-width: 835px) and (max-width: 960px) {
  .visible-lp {
    display: block;
  }
}
@media screen and (max-width: 834px), (min-width: 961px) {
  .visible-lp {
    display: none !important;
  }
}

/*  lp以下*/
@media screen and (max-width: 960px) {
  .visible-less-lp {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .visible-less-lp {
    display: none !important;
  }
}

/* tb以上*/
@media screen and (min-width: 835px) {
  .visible-more-tb {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .visible-more-tb {
    display: none !important;
  }
}

/* tbのみ*/
@media screen and (min-width: 429px) and (max-width: 834px) {
  .visible-tb {
    display: block;
  }
}
@media screen and (max-width: 428px), (min-width: 835px) {
  .visible-tb {
    display: none !important;
  }
}

/*  tb以下*/
@media screen and (max-width: 834px) {
  .visible-less-tb {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .visible-less-tb {
    display: none !important;
  }
}

/* sp以上*/
@media screen and (min-width: 429px) {
  .visible-more-sp {
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .visible-more-sp {
    display: none !important;
  }
}

/* spのみ*/
@media screen and (max-width: 428px) {
  .visible-sp {
    display: block;
  }
}
@media screen and (min-width: 429px) {
  .visible-sp {
    display: none !important;
  }
}

/*-==========================================================================
アニメーション
==========================================================================*/
.animation-rotate {
  -webkit-animation-name: slow-rotate;
          animation-name: slow-rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  transform-box: fill-box;
}

.animation-rotate.is-rotate-slow {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.animation-rotate.is-rotate-fast {
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  animation-direction: reverse;
}

.animation-rotate.is-rotate-very-slow {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

@-webkit-keyframes slow-rotate {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translateY(-6px);
            transform: rotate(180deg) translateY(-6px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(0);
            transform: rotate(360deg) translateY(0);
  }
}

@keyframes slow-rotate {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translateY(-6px);
            transform: rotate(180deg) translateY(-6px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(0);
            transform: rotate(360deg) translateY(0);
  }
}
/*-==========================================================================
その他
==========================================================================*/
.l-hd-mega__title {
  font-family: "Zalando Sans Expanded", sans-serif;
}/*# sourceMappingURL=main.css.map */