@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 {
  --white: #FFFFFF;
  --white-rgb: 255,
  255,
  255;
  --base-black: #000000;
  --base-black-rgb: 0,
  0,
  0;
  --black: #231815;
  --black-rgb: 35,
  24,
  21;
  --main: #152680;
  --main-rgb: 21,
  38,
  128;
  --hover: #FF8C00;
  --hover-rgb: 255,
  140,
  0;
  --sub: #72A4FF;
  --sub-rgb: 114,
  164,
  255;
  --backsub: #D2D5DC;
  --backsub-rgb: 210,
  213,
  220;
  --pale-blue: #EDF3FF;
  --pale-blue-rgb: 237,
  243,
  255;
  --whitesmoke: #F0F0F0;
  --whitesmoke-rgb: 240,
  240,
  240;
  --border: #E5E5E5;
  --border-rgb: 229,
  229,
  229;
  --selection_bg: #FFC8C8;
  --selection_bg-rgb: 255,
  200,
  200;
  --tomato: #FF0000;
  --tomato-rgb: 255,
  0,
  0;
  --point: #FF00FF;
  --point-rgb: 255,
  0,
  255;
  --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;
  --selection_txt: #525252;
  --selection_txt-rgb: 82,
  82,
  82;
}

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

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

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

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

*,
*::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;
  background-color: var(--white);
  height: 80px;
  z-index: 1010;
  position: relative;
}
@media screen and (max-width: 960px) {
  header.l-hd1 .l-hd {
    position: fixed;
    width: 100%;
    height: 80px;
  }
}
@media screen and (max-width: 460px) {
  header.l-hd1 .l-hd {
    height: 60px;
  }
}
header.l-hd1 h1.l-hd-logo {
  position: relative;
  max-width: 320px;
  width: 100%;
  padding: 10px 20px;
  z-index: 999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  header.l-hd1 h1.l-hd-logo {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 460px) {
  header.l-hd1 h1.l-hd-logo {
    max-width: initial;
    padding: 5px 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: 100%;
}
@media screen and (max-width: 460px) {
  header.l-hd1 h1.l-hd-logo a img {
    height: 50px !important;
    width: auto;
  }
}
header.l-hd1 h1.l-hd-logo a:hover {
  opacity: 0.7;
}
header.l-hd1 .l-hd-nav__wrap {
  position: relative;
  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;
  min-width: 71%;
  text-align: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1280px) {
  header.l-hd1 .l-hd-nav__wrap {
    font-size: 1.25vw;
    min-width: initial;
  }
}
@media screen and (max-width: 960px) {
  header.l-hd1 .l-hd-nav__wrap {
    display: none;
  }
}
header.l-hd1 .l-hd-nav__inner {
  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: 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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 80px;
  gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  ul.l-hd-nav1__list {
    display: noen;
  }
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu {
  position: relative;
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu a:hover {
  color: var(--hover);
}

.l-hd-nav1__contact {
  width: 100%;
  max-width: 180px;
  height: 100%;
  padding: 11px 20px;
}
.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;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background-color: var(--main);
  font-weight: 700;
  line-height: 58px;
}
.l-hd-nav1__contact a:hover {
  background-color: var(--hover);
}

/* PC版メニュー 2段
----------------------------------------------------------------- */
header.l-hd2 .l-hd {
  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;
  background-color: transparent;
  height: 80px;
  z-index: 1010;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background-color 0.3s, opacity 0.4s, -webkit-box-shadow 0.3s, -webkit-transform 0.4s;
  transition: background-color 0.3s, opacity 0.4s, -webkit-box-shadow 0.3s, -webkit-transform 0.4s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.4s, transform 0.4s;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.4s, transform 0.4s, -webkit-box-shadow 0.3s, -webkit-transform 0.4s;
}
@media screen and (max-width: 1280px) {
  header.l-hd2 .l-hd {
    height: 80px;
  }
}
@media screen and (max-width: 960px) {
  header.l-hd2 .l-hd {
    height: 80px;
  }
}
@media screen and (max-width: 460px) {
  header.l-hd2 .l-hd {
    height: 60px;
  }
}
header.l-hd2.is-floating .l-hd {
  background-color: var(--white);
  -webkit-box-shadow: 0 4px 20px rgba(var(--main-rgb), 0.08);
          box-shadow: 0 4px 20px rgba(var(--main-rgb), 0.08);
  -webkit-animation: header-fade-down 0.45s ease forwards;
          animation: header-fade-down 0.45s ease forwards;
}
header.l-hd2 h1.l-hd-logo {
  position: relative;
  max-width: 360px;
  width: 100%;
  height: 80px;
  padding: 15px 20px;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  header.l-hd2 h1.l-hd-logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  header.l-hd2 h1.l-hd-logo {
    max-width: calc(100% - 80px);
    height: 80px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 460px) {
  header.l-hd2 h1.l-hd-logo {
    max-width: calc(100% - 60px);
    height: 60px;
    padding: 5px 10px;
  }
}
header.l-hd2 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%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.l-hd2 h1.l-hd-logo a img {
  position: relative;
  display: block;
  width: 163px;
  height: auto;
}
@media screen and (max-width: 960px) {
  header.l-hd2 h1.l-hd-logo a img {
    width: 170px;
    max-width: 100%;
  }
}
header.l-hd2 h1.l-hd-logo a:hover {
  opacity: 0.7;
}
header.l-hd2 .l-hd-nav__wrap {
  position: relative;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-width: initial;
  text-align: center;
  gap: 0;
}
@media screen and (max-width: 1280px) {
  header.l-hd2 .l-hd-nav__wrap {
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  header.l-hd2 .l-hd-nav__wrap {
    display: none;
  }
}
header.l-hd2 .l-hd-nav__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: 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;
  height: 100%;
}

.l-hd-nav2__list__wrap {
  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;
  height: 100%;
  padding-right: 2.5rem;
}
.l-hd-nav2__list__wrap .l-hd-nav2__list--main,
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub {
  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;
  line-height: 1;
  gap: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .l-hd-nav2__list__wrap .l-hd-nav2__list--main,
  .l-hd-nav2__list__wrap .l-hd-nav2__list--sub {
    gap: 1.75rem;
  }
}
.l-hd-nav2__list__wrap .l-hd-nav2__list--main li a,
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub li a {
  color: var(--main);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-hd-nav2__list__wrap .l-hd-nav2__list--main li a,
  .l-hd-nav2__list__wrap .l-hd-nav2__list--sub li a {
    font-size: 14px;
  }
}
.l-hd-nav2__list__wrap .l-hd-nav2__list--main li a:hover,
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub li a:hover {
  color: var(--hover);
}
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub {
  font-size: 13px;
  margin-top: 15px;
}
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub .l-hd-nav2__list--sub__link,
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub .l-hd-nav2__list--sub__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.l-hd-nav2__list__wrap .l-hd-nav2__list--sub .l-hd-nav2__list--sub__sns a:hover {
  opacity: 0.7;
}
.l-hd-nav2__list__wrap ul.l-hd-nav2__list--main {
  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;
  height: 100%;
}
.l-hd-nav2__list__wrap ul.l-hd-nav2__list--main li {
  position: relative;
}
.l-hd-nav2__list__wrap ul.l-hd-nav2__list--main 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1.25rem 0;
  line-height: 1.4;
  font-weight: 700;
}

.l-hd-nav2__contact {
  width: 100%;
  max-width: 180px;
  height: 40px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .l-hd-nav2__contact {
    max-width: 170px;
  }
}
.l-hd-nav2__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(--hover);
  border-radius: 27px;
  font-size: 1rem;
  font-weight: 700;
}
.l-hd-nav2__contact a:hover {
  background-color: var(--main);
}

/* dropdowメニュー
----------------------------------------------------------------- */
.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: block;
  width: 80px;
  height: 80px;
  background-color: var(--hover);
  border: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .l-toggle {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .l-toggle {
    width: 60px;
    height: 60px;
  }
}
.l-toggle span, .l-toggle::before, .l-toggle::after {
  content: "";
  position: absolute;
  left: 20px;
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 460px) {
  .l-toggle span, .l-toggle::before, .l-toggle::after {
    left: 10px;
    width: 40px;
  }
}
.l-toggle span {
  top: 39px;
}
@media screen and (max-width: 460px) {
  .l-toggle span {
    top: 29px;
  }
}
.l-toggle::before {
  top: 30px;
}
@media screen and (max-width: 460px) {
  .l-toggle::before {
    top: 20px;
  }
}
.l-toggle::after {
  top: 48px;
}
@media screen and (max-width: 460px) {
  .l-toggle::after {
    top: 38px;
  }
}

@-webkit-keyframes header-fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.open {
  overflow: hidden;
}
body.open header.l-hd2 .l-hd {
  background-color: var(--white);
}
body.open .l-toggle span {
  opacity: 0;
}
body.open .l-toggle::before {
  top: 39px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 460px) {
  body.open .l-toggle::before {
    top: 29px;
  }
}
body.open .l-toggle::after {
  top: 39px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 460px) {
  body.open .l-toggle::after {
    top: 29px;
  }
}

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

.l-drawer-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100dvh - 80px);
  padding: 5rem 6.4% 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background: -webkit-linear-gradient(top, var(--main) 0%, #000c49 100%);
  background: linear-gradient(180deg, var(--main) 0%, #000c49 100%);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 460px) {
  .l-drawer-body {
    top: 60px;
    height: calc(100dvh - 60px);
  }
}

.l-drawer-nav-main {
  position: relative;
  width: 100%;
  padding: 0;
}

.l-drawer-nav-main__menu {
  display: block;
  position: relative;
  padding: 1.25rem 0;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-main__menu {
    padding: 20px 0;
    font-size: 1.125rem;
  }
}
.l-drawer-nav-main__menu:after {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-main__menu:after {
    width: 8px;
    height: 12px;
    background-size: 8px auto;
  }
}
.l-drawer-nav-main__menu:hover {
  opacity: 0.7;
}

.l-drawer-entry {
  margin: 5rem auto 0;
}
.l-drawer-entry a,
.l-drawer-entry button {
  -webkit-box-shadow: 4px 4px 0 #000c49;
          box-shadow: 4px 4px 0 #000c49;
}

/* ドロワーメニュー内のアコーディオンメニュー
----------------------------------------------------------------- */
.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;
  right: 0;
  top: 33px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 460px) {
  .l-drawer-acc .l-drawer-acc__btn {
    width: 15px;
    height: 15px;
    top: 24px;
  }
}
.l-drawer-acc .l-drawer-acc__btn::before, .l-drawer-acc .l-drawer-acc__btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 460px) {
  .l-drawer-acc .l-drawer-acc__btn::before, .l-drawer-acc .l-drawer-acc__btn::after {
    width: 16px;
  }
}
.l-drawer-acc .l-drawer-acc__btn::before {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer-acc .l-drawer-acc__btn::after {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer-acc .l-drawer-acc__btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer-acc .l-drawer-acc__btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-drawer-acc__cont {
  display: none;
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu {
  padding-bottom: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .l-drawer-acc__cont .l-drawer-acc__cont__menu:last-child {
    padding-bottom: 10px;
  }
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu a {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 21px;
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .l-drawer-acc__cont .l-drawer-acc__cont__menu a {
    padding-left: 18px;
  }
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu a:hover {
  opacity: 0.7;
}

.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: 460px) {
  .l-drawer-nav__sns {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
  }
}
.l-drawer-nav__sns li a:hover {
  opacity: 0.7;
}
.l-drawer-nav__sns li a img {
  width: 35px;
}
.l-drawer-nav__sns li.youtube a img {
  width: 40px;
}
.l-drawer-nav__sns li.tiktok a img {
  width: 31px;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background: -webkit-linear-gradient(top, var(--main) 0%, #000c49 100%);
  background: linear-gradient(180deg, var(--main) 0%, #000c49 100%);
}

footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.875rem;
  height: 11.8125rem;
  background-image: url(/resource/images/ft_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 140, 0, 0.8));
  filter: drop-shadow(0 0 15px rgba(255, 140, 0, 0.8));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}
@media screen and (max-width: 460px) {
  footer::before {
    content: none;
  }
}

.l-ft {
  position: relative;
  z-index: 1;
  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;
  padding: 5rem 0;
  gap: 5rem;
}
@media screen and (max-width: 1280px) {
  .l-ft {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 834px) {
  .l-ft {
    padding: 5rem 0 3.75rem;
    gap: 2.9375rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.75rem 0 2.5rem;
  }
}

/* ロゴエリア
----------------------------------------------------------------- */
.l-ft-logo__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17.5rem;
      -ms-flex: 0 0 17.5rem;
          flex: 0 0 17.5rem;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.75rem;
        -ms-flex: 0 0 13.75rem;
            flex: 0 0 13.75rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-logo__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -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;
    width: 100%;
  }
}
.l-ft-logo__wrap .l-ft-logo {
  display: block;
  width: 19.0625rem;
  line-height: 0;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap .l-ft-logo {
    width: 13.75rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-logo__wrap .l-ft-logo {
    width: 16.25rem;
  }
}
.l-ft-logo__wrap .l-ft-logo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-ft-logo__wrap .l-ft-logo:hover img {
  opacity: 0.7;
}
.l-ft-logo__wrap .l-ft-add {
  margin-top: 1.875rem;
}
@media screen and (max-width: 460px) {
  .l-ft-logo__wrap .l-ft-add {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.l-ft-logo__wrap .l-ft-add p {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap .l-ft-add p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-logo__wrap .l-ft-add p {
    text-align: center;
    font-size: 1rem;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-ft-nav__wrap {
  max-width: 43.4375rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__wrap {
    max-width: 29.8125rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-nav__wrap {
    display: none;
  }
}

.l-ft-nav__list {
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.75rem 1.25rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent,
.l-ft-nav__list .l-ft-nav__parent--last {
  max-width: 8.125rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list ul.l-ft-nav__parent,
  .l-ft-nav__list .l-ft-nav__parent--last {
    max-width: 6.5rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu,
.l-ft-nav__list .l-ft-nav__parent--last li.l-ft-nav__parent__menu {
  line-height: 1.4;
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu > a,
.l-ft-nav__list .l-ft-nav__parent--last li.l-ft-nav__parent__menu > a {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .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 {
  max-width: 10.625rem;
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu {
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__parent__menu {
    margin-bottom: 1.875rem;
  }
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other {
  line-height: 1.4;
}
.l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other a {
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list .l-ft-nav__parent--last .l-ft-nav__other a {
    font-size: 0.8125rem;
    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: 1.25rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list ul.l-ft-nav__child {
    gap: 0.75rem;
    margin-top: 0.9375rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu {
  line-height: 1.4;
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
    font-size: 0.8125rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a:hover {
  opacity: 0.5;
}

/* コピーライト
----------------------------------------------------------------- */
.l-ft-copy {
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  background-color: var(--main);
}
.l-ft-copy p {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0;
}

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

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-ttl {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background-image: -webkit-linear-gradient(top, var(--main) 0%, #000c49 100%);
  background-image: linear-gradient(180deg, var(--main) 0%, #000c49 100%);
  width: 100%;
  height: 384px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.l-page-ttl picture {
  width: 60.7%;
  height: 100%;
  margin-left: auto;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
.l-page-ttl 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;
}
.l-page-ttl .l-page-ttl-inner {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  left: calc(50% - 480px);
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner {
    top: 45%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    left: 5%;
  }
}
.l-page-ttl .l-page-ttl-inner .jp {
  color: var(--white);
  text-align: center;
}
.l-page-ttl .l-page-ttl-inner .en {
  font-family: "Josefin Sans", sans-serif;
  color: var(--hover);
  font-size: 1.4375rem;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .l-page-ttl .l-page-ttl-inner .en {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 460px) {
  .l-page-ttl {
    margin-top: 60px;
    height: 230px;
  }
  .l-page-ttl picture {
    width: 60%;
    margin-left: 40%;
    -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .l-page-ttl .l-page-ttl-inner {
    display: block;
    top: 45%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    left: 0;
    width: 100%;
    text-align: center;
  }
  .l-page-ttl .l-page-ttl-inner .en {
    font-size: 1.25rem;
  }
  .l-page-ttl .l-page-ttl-inner .jp {
    font-size: 2.5625rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/*-==========================================================================
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: 460px) {
  .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: 460px) {
  .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--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-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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 1.875rem 1.25rem;
}
@media screen and (max-width: 460px) {
  .c-grid--sm {
    gap: 1.875rem;
  }
}

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

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

.c-grid--lg {
  gap: 3.75rem 3.75rem;
}
@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: 460px) {
  .c-grid-2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-3clm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 460px) {
  .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: 460px) {
  .c-grid-3clm--tb2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-4clm {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 460px) {
  .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: 460px) {
  .c-grid-4clm--tb2clm {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
リスト
=========================================================================*/
.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: "Roboto", sans-serif;
}

.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: "Roboto", 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: 1px solid var(--whitesmoke);
}
.c-tb1 tr:first-child,
.c-tb1--white tr:first-child {
  border-top: 1px solid var(--whitesmoke);
}
@media screen and (max-width: 460px) {
  .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: 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-tb1 tr th,
  .c-tb1--white tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  .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;
}
@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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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: 460px) {
  .c-tb3 td {
    padding: 1.25rem;
    width: 100%;
  }
}

/* 複雑な表
----------------------------------------------------------------- */
.c-tb4 {
  overflow: auto;
}
@media screen and (max-width: 460px) {
  .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: 460px) {
  .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: 460px) {
  .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-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-modal__open:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_plus.svg);
          mask-image: url(/resource/images/ico_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 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-color: var(--main);
}
.c-modal__open:hover:after {
  background-color: var(--white);
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav .c-page-nav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.25rem;
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu {
  max-width: 255px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu {
    max-width: initial;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 460px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu {
    max-width: initial;
    width: 98%;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a {
  background-color: var(--white);
  display: block;
  color: var(--main);
  font-weight: 700;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 0 var(--main);
          box-shadow: 4px 4px 0 0 var(--main);
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a:after {
  content: "";
  width: 12px;
  height: 8px;
  background-color: var(--main);
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-clip-path: polygon(0 5%, 50% 100%, 100% 5%, 90% 0, 50% 80%, 10% 0);
          clip-path: polygon(0 5%, 50% 100%, 100% 5%, 90% 0, 50% 80%, 10% 0);
  position: absolute;
  top: calc(50% - 4px);
  right: 14.5px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a:hover {
  color: var(--white);
  background-color: var(--hover);
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a:hover:after {
  background-color: var(--white);
}

.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: 460px) {
  .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: 460px) {
  .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: 6.25rem 0;
}
@media screen and (max-width: 834px) {
  .c-nav-relate__wrap {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .c-nav-relate__wrap {
    padding: 3.75rem 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: 460px) {
  .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: "Roboto", 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: 460px) {
  .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;
  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: 460px) {
  .c-nav-relate__wrap__tmb .btn {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.c-nav-relate__wrap__tmb .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  width: 8px;
  height: 16px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-nav-relate__wrap__tmb:hover {
  opacity: 0.7;
}
.c-nav-relate__wrap__tmb:hover .btn {
  background-color: var(--main);
}
.c-nav-relate__wrap__tmb:hover .btn::after {
  background-color: var(--white);
}

/* Figma parts
----------------------------------------------------------------- */
.c-page-nav .c-page-nav__wrap {
  gap: 1.25rem;
}
.c-page-nav .c-page-nav__menu {
  max-width: 255px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .c-page-nav .c-page-nav__menu {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .c-page-nav .c-page-nav__menu {
    max-width: 339px;
  }
}
.c-page-nav .c-page-nav__menu 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  padding: 0.875rem 2.5rem;
  background-color: var(--white);
  border: 2px solid var(--main);
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 0 var(--main);
          box-shadow: 4px 4px 0 var(--main);
  color: var(--main);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.c-page-nav .c-page-nav__menu a::after {
  right: 13px;
  width: 8px;
  height: 12px;
  background-color: var(--main);
  -webkit-clip-path: polygon(0 42%, 72% 42%, 56% 0, 100% 50%, 56% 100%, 72% 58%, 0 58%);
          clip-path: polygon(0 42%, 72% 42%, 56% 0, 100% 50%, 56% 100%, 72% 58%, 0 58%);
  -webkit-mask-image: none;
          mask-image: none;
}
.c-page-nav .c-page-nav__menu a:hover {
  background-color: var(--hover);
  color: var(--white);
}
.c-page-nav .c-page-nav__menu a:hover::after {
  background-color: var(--white);
}

.c-page-nav-tag__wrap {
  gap: 1.25rem;
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu {
  max-width: 255px;
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 58px;
  padding: 0.75rem 3rem;
  line-height: 1.4;
}

.c-page-nav-wrap__sp {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-nav-wrap__sp .c-page-nav-wrap__menu {
  width: 100%;
  max-width: 330px;
}
.c-page-nav-wrap__sp .c-page-nav-wrap__menu a,
.c-page-nav-wrap__sp .c-page-nav-wrap__menu button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 2.375rem;
  background-color: var(--whitesmoke);
  border-radius: 50px;
  color: var(--main);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-page-nav-wrap__sp .c-page-nav-wrap__menu a::after,
.c-page-nav-wrap__sp .c-page-nav-wrap__menu button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-color: var(--main);
  -webkit-clip-path: polygon(0 42%, 72% 42%, 56% 0, 100% 50%, 56% 100%, 72% 58%, 0 58%);
          clip-path: polygon(0 42%, 72% 42%, 56% 0, 100% 50%, 56% 100%, 72% 58%, 0 58%);
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend,
.wp-pagenavi a,
.wp-pagenavi span {
  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: 32px;
  height: 36px;
  padding: 5px;
  background-color: var(--border);
  color: var(--main);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background-color: var(--main);
  color: var(--white);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 0 12px;
}
@media screen and (max-width: 460px) {
  .c-breadcrumb {
    padding: 8px 0 10px;
  }
}
.c-breadcrumb .c-breadcrumb__wrap {
  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;
}
@media screen and (max-width: 460px) {
  .c-breadcrumb .c-breadcrumb__wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb__wrap .c-breadcrumb__list {
  white-space: nowrap;
  color: var(--main);
  opacity: 0.8;
}
.c-breadcrumb .c-breadcrumb__wrap .c-breadcrumb__list a {
  color: var(--sub);
  text-decoration: underline;
}
.c-breadcrumb .c-breadcrumb__wrap .c-breadcrumb__list a:hover {
  color: var(--hover);
  text-decoration: none;
}
.c-breadcrumb .c-breadcrumb__wrap .c-breadcrumb__list:nth-child(n+2) {
  padding-left: 15px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb__wrap .c-breadcrumb__list:nth-child(n+2):before {
  content: "";
  width: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のフローナビゲーション
----------------------------------------------------------------- */
.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(--hover);
  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(--white);
  border: 1px solid var(--main);
  position: relative;
  height: 100px;
  width: 100px;
  aspect-ratio: 1;
}
@media screen and (max-width: 460px) {
  .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(--main);
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .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: "Roboto", sans-serif;
}

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

/* 入力フォーム
----------------------------------------------------------------- */
.c-form-wrap {
  margin-top: 2.5rem;
}
.c-form-wrap table {
  font-size: 1rem;
  background-color: var(--white);
}
.c-form-wrap table tr {
  border: 1px solid var(--main);
}
.c-form-wrap table tr + tr {
  border-top: 0;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 460px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 320px;
  padding: 1.875rem 1.25rem 1.875rem 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .c-form-wrap table tr th {
    width: 240px;
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 460px) {
  .c-form-wrap table tr th {
    width: 100%;
    padding: 1.5rem 1.25rem 0.625rem;
  }
}
.c-form-wrap table tr td {
  padding: 1.875rem 2.5rem 1.875rem 1.25rem;
}
@media screen and (max-width: 460px) {
  .c-form-wrap table tr td {
    padding: 0 1.25rem 1.5rem;
  }
}

/* 必須マーク
----------------------------------------------------------------- */
.c-form-required {
  position: relative;
}
@media screen and (max-width: 460px) {
  .c-form-required {
    text-align: left;
  }
}
.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: var(--hover);
  border-radius: 30px;
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 10px 5px;
  text-align: center;
  margin-left: 14px;
  vertical-align: 1px;
}
@media screen and (max-width: 960px) {
  .c-form-required::after {
    margin-left: 10px;
  }
}

/* 入力欄
----------------------------------------------------------------- */
.c-form-radio,
.c-form-checkbox,
.c-form-checkbox--white {
  display: inline-block;
  margin: -4px 8px 0 0;
  height: 20px;
  width: 20px;
  background-color: rgba(var(--main-rgb), 0.1);
  border: 1px solid rgba(var(--main-rgb), 0.1);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled),
.c-form-checkbox--white:not(:disabled) {
  cursor: pointer;
}

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

.c-form-wrap--confirm {
  margin-top: 2.5rem;
}
.c-form-wrap--confirm table {
  background-color: var(--white);
}
.c-form-wrap--confirm table tr {
  border: 0;
  border-bottom: 1px solid var(--border);
}
.c-form-wrap--confirm table tr + tr {
  border-top: 0;
}
.c-form-wrap--confirm table tr th,
.c-form-wrap--confirm table tr td {
  padding: 1.875rem 2.5rem;
  line-height: 2;
  vertical-align: top;
}
.c-form-wrap--confirm table tr th {
  width: 320px;
  color: var(--main);
}
.c-form-wrap--confirm table tr td {
  color: var(--black);
}

.c-form-checkbox,
.c-form-checkbox--white {
  position: relative;
}
.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: 24px;
  height: 20px;
  display: block;
  position: absolute;
  left: 2px;
  top: -2px;
}
@media screen and (max-width: 834px) {
  .c-form-checkbox:checked:before,
  .c-form-checkbox--white:checked:before {
    top: -5px;
  }
}

.c-form-checkbox--white {
  background-color: rgba(var(--main-rgb), 0.1);
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: rgba(var(--main-rgb), 0.1);
  border: 1px solid rgba(var(--main-rgb), 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.8;
  vertical-align: middle;
  padding: 0.3125rem 0.625rem;
  max-width: none;
  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: 58px;
}

.c-form-textarea {
  min-height: 180px;
}

.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: 10px;
  height: 10px;
  border: 0px;
  border-right: solid 2px var(--black);
  border-bottom: solid 2px var(--black);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.4375rem;
  -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 label,
.c-form-radio__wrap--row label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.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: 0 2.5rem;
  -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: 460px) {
  .c-form-input-file {
    font-size: 14px;
  }
}

.c-form-input-file::-webkit-file-upload-button {
  background: rgba(var(--main-rgb), 0.1);
  color: var(--main);
  border: 1px solid rgba(var(--main-rgb), 0.1);
  border-radius: 60px;
  padding: 0.75rem 2.5rem;
  text-align: center;
  margin-right: 20px;
  font-weight: 700;
}

.c-form-input-file::file-selector-button {
  background: rgba(var(--main-rgb), 0.1);
  color: var(--main);
  border: 1px solid rgba(var(--main-rgb), 0.1);
  border-radius: 60px;
  padding: 0.75rem 2.5rem;
  text-align: center;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .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: 0.8125rem;
  color: rgba(var(--black-rgb), 0.6);
}

/* placeholder 
----------------------------------------------------------------- */
.c-form-input::-webkit-input-placeholder, .c-form-select::-webkit-input-placeholder, .c-form-textarea::-webkit-input-placeholder {
  color: rgba(var(--black-rgb), 0.5);
}
.c-form-input::-moz-placeholder, .c-form-select::-moz-placeholder, .c-form-textarea::-moz-placeholder {
  color: rgba(var(--black-rgb), 0.5);
}
.c-form-input:-ms-input-placeholder, .c-form-select:-ms-input-placeholder, .c-form-textarea:-ms-input-placeholder {
  color: rgba(var(--black-rgb), 0.5);
}
.c-form-input::-ms-input-placeholder, .c-form-select::-ms-input-placeholder, .c-form-textarea::-ms-input-placeholder {
  color: rgba(var(--black-rgb), 0.5);
}
.c-form-input::placeholder,
.c-form-select::placeholder,
.c-form-textarea::placeholder {
  color: rgba(var(--black-rgb), 0.5);
}

/* 個⼈情報の取扱いについて
----------------------------------------------------------------- */
.c-form-privacy {
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 460px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
.c-form-privacy .c-form-privacy__panel {
  font-size: 14px;
  height: 180px;
  margin-top: 1.875rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}

.c-form-checkfocus {
  cursor: pointer;
}

.c-form-notsale__attention {
  vertical-align: middle;
}
.c-form-notsale__attention span {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: var(--main);
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  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: 2.5rem;
  background-color: var(--white);
  border: 1px solid var(--main);
}
@media screen and (max-width: 460px) {
  .c-form-notsale__wrap {
    padding: 1.875rem 1.25rem;
  }
}
.c-form-notsale__wrap .c-form-notsale__cheackbox {
  margin-top: 1.875rem;
  text-align: center;
  background-color: var(--white);
  padding: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .c-form-notsale__wrap .c-form-notsale__cheackbox {
    margin-top: 1.25rem;
    padding: 1.875rem 1.25rem 3.125rem;
  }
}
.c-form-notsale__wrap .c-form-notsale__cheackbox .c-form-checkbox {
  background-color: rgba(var(--main-rgb), 0.1);
}
@media screen and (max-width: 460px) {
  .c-form-notsale__wrap .c-form-required:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: 20px;
  }
}

.c-mail-copyright {
  display: block;
  margin: 15px 0;
  color: var(--black-400);
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

/* ==========================================================================
ボタン
=========================================================================*/
/* メインボタン
----------------------------------------------------------------- */
.c-btn-main,
.c-btn-main--white,
.c-btn-main--win {
  text-align: center;
  max-width: 310px;
  width: 100%;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--win a,
.c-btn-main--win button {
  position: relative;
  background-color: var(--white);
  border: 2px solid var(--main);
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 0 var(--main);
          box-shadow: 4px 4px 0 var(--main);
  min-height: 80px;
  width: 100%;
  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: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.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--win a .txt,
.c-btn-main--win button .txt {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-btn-main a::after,
.c-btn-main button::after,
.c-btn-main--white a::after,
.c-btn-main--white button::after,
.c-btn-main--win a::after,
.c-btn-main--win button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 10px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-clip-path: polygon(0 42%, 78% 42%, 66% 0, 100% 50%, 66% 100%, 78% 58%, 0 58%);
          clip-path: polygon(0 42%, 78% 42%, 66% 0, 100% 50%, 66% 100%, 78% 58%, 0 58%);
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.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--win a:hover,
.c-btn-main--win button:hover {
  background-color: var(--hover);
}
.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--win a:hover .txt,
.c-btn-main--win button:hover .txt {
  color: var(--white);
}
.c-btn-main a:hover::after,
.c-btn-main button:hover::after,
.c-btn-main--white a:hover::after,
.c-btn-main--white button:hover::after,
.c-btn-main--win a:hover::after,
.c-btn-main--win button:hover::after {
  background-color: var(--white);
}

.c-btn-main--white a,
.c-btn-main--white button {
  background-color: var(--white);
}
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  background-color: var(--main);
}
.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--white a:hover::after,
.c-btn-main--white button:hover::after {
  background-color: var(--white);
}

.c-btn-main--win a::after,
.c-btn-main--win button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_win.svg);
          mask-image: url(/resource/images/ico_win.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-clip-path: none;
          clip-path: none;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* サブボタン ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-sub a,
.c-btn-sub .c-btn-sub__inner,
.c-btn-sub 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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 460px) {
  .c-btn-sub a,
  .c-btn-sub .c-btn-sub__inner,
  .c-btn-sub button {
    gap: 5px;
  }
}
.c-btn-sub a .txt,
.c-btn-sub .c-btn-sub__inner .txt,
.c-btn-sub button .txt {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
}
.c-btn-sub a .txt::before,
.c-btn-sub .c-btn-sub__inner .txt::before,
.c-btn-sub button .txt::before {
  content: "";
  display: block;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-btn-sub a .btn,
.c-btn-sub .c-btn-sub__inner .btn,
.c-btn-sub button .btn {
  display: inline-block;
  background-color: var(--main);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 460px) {
  .c-btn-sub a .btn,
  .c-btn-sub .c-btn-sub__inner .btn,
  .c-btn-sub button .btn {
    width: 25px;
    height: 25px;
  }
}
.c-btn-sub a .btn::after,
.c-btn-sub .c-btn-sub__inner .btn::after,
.c-btn-sub button .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 12px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn-sub a:hover,
.c-btn-sub .c-btn-sub__inner:hover,
.c-btn-sub button:hover {
  color: var(--hover);
}
.c-btn-sub a:hover .txt::before,
.c-btn-sub .c-btn-sub__inner:hover .txt::before,
.c-btn-sub button:hover .txt::before {
  content: none;
}
.c-btn-sub a:hover .btn,
.c-btn-sub .c-btn-sub__inner:hover .btn,
.c-btn-sub button:hover .btn {
  background-color: var(--hover);
}

/* カード型の横長ボタン 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: 460px) {
  .c-btn-card,
  .c-btn-card--white {
    padding: 1.875rem;
  }
}
.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 .c-btn-card__btn,
.c-btn-card--white .c-btn-card__btn {
  display: block;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--main);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-btn-card .c-btn-card__btn,
  .c-btn-card--white .c-btn-card__btn {
    width: 40px;
    height: 40px;
  }
}
.c-btn-card .c-btn-card__btn::before,
.c-btn-card--white .c-btn-card__btn::before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .c-btn-card .c-btn-card__btn::before,
  .c-btn-card--white .c-btn-card__btn::before {
    width: 8px;
    height: 16px;
  }
}
.c-btn-card:hover,
.c-btn-card--white:hover {
  opacity: 0.7;
}
.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:hover .c-btn-card__btn,
.c-btn-card--white:hover .c-btn-card__btn {
  background-color: var(--hover);
}

.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%);
  width: 16px;
  height: 16px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_win2.svg);
          mask-image: url(/resource/images/ico_win2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 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-color: var(--main);
}
.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);
}

/* Figma links
----------------------------------------------------------------- */
.c-btn-main a,
.c-btn-main button {
  border: 2px solid var(--main);
  background-color: var(--white);
  -webkit-box-shadow: 4px 4px 0 var(--main);
          box-shadow: 4px 4px 0 var(--main);
}
.c-btn-main a .txt,
.c-btn-main button .txt {
  color: var(--main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
}
.c-btn-main a .en,
.c-btn-main button .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 0.25em;
}
.c-btn-main a::after,
.c-btn-main button::after {
  right: 20px;
  width: 25px;
  height: 10px;
  background-color: var(--main);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 75% 0, 70% 0, 90% 85%, 0 85%);
          clip-path: polygon(0 100%, 100% 100%, 75% 0, 70% 0, 90% 85%, 0 85%);
  -webkit-mask-image: none;
          mask-image: none;
}
.c-btn-main a:hover,
.c-btn-main button:hover {
  border-color: var(--hover);
  background-color: var(--hover);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-main a:hover .txt,
.c-btn-main button:hover .txt {
  color: var(--white);
}
.c-btn-main a:hover::after,
.c-btn-main button:hover::after {
  right: 20px;
  background-color: var(--white);
}

.c-btn-main--white a,
.c-btn-main--white button {
  border-color: var(--main);
  background-color: var(--main);
  -webkit-box-shadow: 4px 4px 0 rgba(var(--main-rgb), 0.4);
          box-shadow: 4px 4px 0 rgba(var(--main-rgb), 0.4);
}
.c-btn-main--white a .txt,
.c-btn-main--white button .txt {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  background-color: var(--white);
  -webkit-clip-path: polygon(0 42%, 78% 42%, 66% 0, 100% 50%, 66% 100%, 78% 58%, 0 58%);
          clip-path: polygon(0 42%, 78% 42%, 66% 0, 100% 50%, 66% 100%, 78% 58%, 0 58%);
  -webkit-mask-image: none;
          mask-image: none;
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  border-color: var(--hover);
  background-color: var(--hover);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-btn-window,
.c-btn-window--white,
.c-btn-main--win {
  text-align: center;
  max-width: 310px;
  width: 100%;
}
.c-btn-window a,
.c-btn-window button,
.c-btn-window--white a,
.c-btn-window--white button,
.c-btn-main--win a,
.c-btn-main--win button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 1.25rem 3.125rem 1.25rem 1.875rem;
  border: 0;
  border-radius: 50px;
  background-color: var(--main);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn-window a .txt,
.c-btn-window button .txt,
.c-btn-window--white a .txt,
.c-btn-window--white button .txt,
.c-btn-main--win a .txt,
.c-btn-main--win button .txt {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-btn-window a::after,
.c-btn-window button::after,
.c-btn-window--white a::after,
.c-btn-window--white button::after,
.c-btn-main--win a::after,
.c-btn-main--win button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--white);
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-mask-image: url(/resource/images/ico_win.svg);
          mask-image: url(/resource/images/ico_win.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-btn-window a:hover,
.c-btn-window button:hover,
.c-btn-window--white a:hover,
.c-btn-window--white button:hover,
.c-btn-main--win a:hover,
.c-btn-main--win button:hover {
  background-color: var(--hover);
}

.c-btn-window--white a,
.c-btn-window--white button {
  background-color: var(--hover);
  border: 1px solid var(--hover);
  -webkit-box-shadow: 4px 4px 0 var(--main);
          box-shadow: 4px 4px 0 var(--main);
}
.c-btn-window--white a .txt,
.c-btn-window--white button .txt {
  color: var(--white);
}
.c-btn-window--white a::after,
.c-btn-window--white button::after {
  background-color: var(--white);
}
.c-btn-window--white a:hover,
.c-btn-window--white button:hover {
  background-color: var(--white);
  border: 1px solid var(--hover);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-window--white a:hover .txt,
.c-btn-window--white button:hover .txt {
  color: var(--hover);
}
.c-btn-window--white a:hover::after,
.c-btn-window--white button:hover::after {
  background-color: var(--hover);
}

.c-btn-main__sub a,
.c-btn-main__sub .c-btn-sub__inner,
.c-btn-main__sub button,
.c-btn-sub a,
.c-btn-sub .c-btn-sub__inner,
.c-btn-sub 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;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--black);
  font-weight: 700;
  line-height: 1.4;
}
.c-btn-main__sub a .txt,
.c-btn-main__sub .c-btn-sub__inner .txt,
.c-btn-main__sub button .txt,
.c-btn-sub a .txt,
.c-btn-sub .c-btn-sub__inner .txt,
.c-btn-sub button .txt {
  position: relative;
  display: inline-block;
}
.c-btn-main__sub a .txt::before,
.c-btn-main__sub .c-btn-sub__inner .txt::before,
.c-btn-main__sub button .txt::before,
.c-btn-sub a .txt::before,
.c-btn-sub .c-btn-sub__inner .txt::before,
.c-btn-sub button .txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.c-btn-main__sub a .btn,
.c-btn-main__sub .c-btn-sub__inner .btn,
.c-btn-main__sub button .btn,
.c-btn-sub a .btn,
.c-btn-sub .c-btn-sub__inner .btn,
.c-btn-sub button .btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn-main__sub a .btn::after,
.c-btn-main__sub .c-btn-sub__inner .btn::after,
.c-btn-main__sub button .btn::after,
.c-btn-sub a .btn::after,
.c-btn-sub .c-btn-sub__inner .btn::after,
.c-btn-sub button .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--white);
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-btn-main__sub a:hover,
.c-btn-main__sub .c-btn-sub__inner:hover,
.c-btn-main__sub button:hover,
.c-btn-sub a:hover,
.c-btn-sub .c-btn-sub__inner:hover,
.c-btn-sub button:hover {
  color: var(--hover);
}
.c-btn-main__sub a:hover .txt::before,
.c-btn-main__sub .c-btn-sub__inner:hover .txt::before,
.c-btn-main__sub button:hover .txt::before,
.c-btn-sub a:hover .txt::before,
.c-btn-sub .c-btn-sub__inner:hover .txt::before,
.c-btn-sub button:hover .txt::before {
  content: none;
}
.c-btn-main__sub a:hover .btn,
.c-btn-main__sub .c-btn-sub__inner:hover .btn,
.c-btn-main__sub button:hover .btn,
.c-btn-sub a:hover .btn,
.c-btn-sub .c-btn-sub__inner:hover .btn,
.c-btn-sub button:hover .btn {
  background-color: var(--hover);
}

.c-btn-main__sp a,
.c-btn-main__sp button {
  gap: 5px;
  font-size: 0.8125rem;
}
.c-btn-main__sp a .btn,
.c-btn-main__sp button .btn {
  width: 25px;
  height: 25px;
}
.c-btn-main__sp a .btn::after,
.c-btn-main__sp button .btn::after {
  width: 5px;
  height: 8px;
}

.c-btn-slider,
.c-btn-slider--prev,
.c-btn-slider--next {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn-slider::after,
.c-btn-slider--prev::after,
.c-btn-slider--next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--black);
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn-slider:hover,
.c-btn-slider--prev:hover,
.c-btn-slider--next:hover {
  background-color: var(--hover);
}
.c-btn-slider:hover::after,
.c-btn-slider--prev:hover::after,
.c-btn-slider--next:hover::after {
  background-color: var(--white);
}
@media screen and (max-width: 460px) {
  .c-btn-slider,
  .c-btn-slider--prev,
  .c-btn-slider--next {
    width: 30px;
    height: 30px;
  }
  .c-btn-slider::after,
  .c-btn-slider--prev::after,
  .c-btn-slider--next::after {
    width: 6px;
    height: 10px;
  }
}

.c-btn-slider--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

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

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

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

.c-card--lg {
  padding: 3.75rem;
}
@media screen and (max-width: 834px) {
  .c-card--lg {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .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 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.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: "Roboto", 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,
.c-ttl-xxlg,
.c-ttl-xlg,
.c-ttl-lg,
.c-ttl-md,
.c-ttl-sm {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

h2,
.c-ttl-xxlg {
  font-size: 3.5625rem;
}
@media screen and (max-width: 834px) {
  h2,
  .c-ttl-xxlg {
    font-size: 3rem;
  }
}
@media screen and (max-width: 460px) {
  h2,
  .c-ttl-xxlg {
    font-size: 2.25rem;
  }
}

h3,
.c-ttl-xlg {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  h3,
  .c-ttl-xlg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  h3,
  .c-ttl-xlg {
    font-size: 2.0625rem;
  }
}

h4,
.c-ttl-lg {
  font-size: 2.0625rem;
}
@media screen and (max-width: 834px) {
  h4,
  .c-ttl-lg {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 460px) {
  h4,
  .c-ttl-lg {
    font-size: 1.625rem;
  }
}

h5,
.c-ttl-md {
  font-size: 1.75rem;
}
@media screen and (max-width: 834px) {
  h5,
  .c-ttl-md {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 460px) {
  h5,
  .c-ttl-md {
    font-size: 1.4375rem;
  }
}

h6,
.c-ttl-sm {
  font-size: 1.4375rem;
}
@media screen and (max-width: 834px) {
  h6,
  .c-ttl-sm {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  h6,
  .c-ttl-sm {
    font-size: 1.25rem;
  }
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main,
.c-ttl-main--white {
  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-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 5rem;
}
@media screen and (max-width: 460px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 2.5rem;
  }
}
.c-ttl-main .en,
.c-ttl-main--white .en {
  margin-left: -35px;
  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;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  color: var(--hover);
}
@media screen and (max-width: 834px) {
  .c-ttl-main .en,
  .c-ttl-main--white .en {
    margin-left: 0;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  .c-ttl-main .en,
  .c-ttl-main--white .en {
    font-size: 1.0625rem;
  }
}
.c-ttl-main .en::before,
.c-ttl-main--white .en::before {
  content: "";
  display: block;
  width: 29px;
  height: 24px;
  background-image: url(/resource/images/ico_ttl.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 460px) {
  .c-ttl-main .en::before,
  .c-ttl-main--white .en::before {
    width: 23px;
    height: 19px;
  }
}
.c-ttl-main .ja,
.c-ttl-main--white .ja {
  display: block;
  color: var(--main);
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .c-ttl-main .ja,
  .c-ttl-main--white .ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .c-ttl-main .ja,
  .c-ttl-main--white .ja {
    font-size: 2.0625rem;
  }
}

.c-ttl-main--white .en {
  color: var(--hover);
}
.c-ttl-main--white .ja {
  color: var(--white);
}

.c-ttl-sub {
  color: var(--main);
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
  font-size: 2.0625rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .c-ttl-sub {
    margin-bottom: 1.875rem;
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 460px) {
  .c-ttl-sub {
    font-size: 1.625rem;
  }
}

/* ==========================================================================
スライド（swiper、slick）
=========================================================================*/
/* サムネイル付きのスワイパー
-----------------------------------------------------*/
.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: 460px) {
  .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-color: var(--black);
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 13px;
  height: 13px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.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-color: var(--white);
}
.c-slide-tmb__wrap .swiper-button-next {
  right: -25px;
}
@media screen and (max-width: 460px) {
  .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: 460px) {
  .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: 2.5rem;
}
@media screen and (max-width: 460px) {
  .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: 460px) {
  .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: 461px) {
  .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: 460px) {
  .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: 460px) {
  .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: 461px) {
  .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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 10px;
  z-index: 5;
  position: relative;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.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-color: var(--white);
}
.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 {
  left: 30%;
  top: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--03 {
  left: 40%;
  top: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--04 {
  right: 40%;
  top: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--05 {
  right: 30%;
  top: 30%;
}
.c-slide-map__wrap .c-slide-map__img .c-slide-map__link li.--06 {
  right: 20%;
  top: 30%;
}

.swiper.mapSwiper {
  margin-top: 1.25rem;
  overflow: visible;
  position: relative;
}
.swiper.mapSwiper .swiper-wrapper .swiper-slide .c-slide-map__card {
  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;
  background-color: var(--whitesmoke);
}
.swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .c-slide-map__card {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 834px) {
  .swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .c-slide-map__card {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev.map-prev, .swiper.mapSwiper .swiper-wrapper .swiper-slide.swiper-slide-next.map-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: 20%;
  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: 460px) {
  .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;
  width: 40px;
  height: 62px;
  z-index: 5;
  position: relative;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 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: 460px) {
  .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-color: var(--main);
}
.map-next.swiper-button-next.swiper-button-disabled,
.map-prev.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
}
.map-next.swiper-button-next.swiper-button-disabled:before,
.map-prev.swiper-button-prev.swiper-button-disabled:before {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.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: 460px) {
  .map-next.swiper-button-next {
    right: -5px;
  }
}

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

/* ==========================================================================
TOP
========================================================================== */
/* ファーストビュー
----------------------------------------------------------------- */
.p-idx-fv {
  position: relative;
  overflow: visible;
  height: 920px;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-idx-fv {
    height: 720px;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-fv {
    height: 620px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-fv {
    height: 672px;
  }
}
.p-idx-fv::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -1px;
  width: max(960px, 100vw + 1px);
  height: 100%;
  background: url(/resource/images/idx_fv_mask.svg) no-repeat center/100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-idx-fv::after {
    height: 115%;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-fv::after {
    top: -25px;
    left: -260px;
    width: 1120px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-fv::after {
    top: -15px;
    left: -60px;
    height: 125%;
  }
}

.p-idx-fv__img {
  position: absolute;
  top: -34px;
  left: -1px;
  width: calc(100% + 1px);
  height: 100%;
  -webkit-clip-path: polygon(0 16%, 100% 0%, 100% 84%, 0% 100%);
          clip-path: polygon(0 16%, 100% 0%, 100% 84%, 0% 100%);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-idx-fv__img {
    top: 0;
    height: 760px;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-fv__img {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-fv__img {
    top: 0;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
}
.p-idx-fv__img .swiper,
.p-idx-fv__img .swiper-wrapper,
.p-idx-fv__img .swiper-slide,
.p-idx-fv__img picture {
  width: 100%;
  height: 100%;
}
.p-idx-fv__img picture {
  display: block;
}
.p-idx-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 460px) {
  .p-idx-fv__img img {
    -o-object-position: center center;
       object-position: center center;
  }
}

.p-idx-fv__catch {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(40px, (100vw - 1080px) / 2 + 3px);
  width: min(553px, 100vw - 80px);
  aspect-ratio: 553/302;
}
@media screen and (max-width: 960px) {
  .p-idx-fv__catch {
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    width: min(420px, 50vw + 10px);
  }
}
@media screen and (max-width: 834px) {
  .p-idx-fv__catch {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 460px) {
  .p-idx-fv__catch {
    top: calc(40% - 50px);
    -webkit-transform: translateY(calc(40% - 50px));
            transform: translateY(calc(40% - 50px));
    left: 20px;
    width: calc(100vw - 40px);
  }
}
.p-idx-fv__catch img {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(0 0 15px #000);
  filter: drop-shadow(0 0 15px #000);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}

.p-idx-fv__catch-ja01 {
  top: 0;
  left: 0;
  width: 100%;
}

/* メッセージ
----------------------------------------------------------------- */
.p-idx-message {
  position: relative;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 834px) {
  .p-idx-message {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-message {
    padding: 7.5rem 0 0;
    margin-top: 0;
  }
}

.p-idx-message__body {
  position: relative;
  z-index: 1;
  width: 60%;
  max-width: 540px;
}
@media screen and (max-width: 960px) {
  .p-idx-message__body {
    width: 58%;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-message__body {
    width: 100%;
    max-width: none;
  }
}

.p-idx-message__ttl {
  font-size: 2.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .p-idx-message__ttl {
    font-size: 2.0625rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-message__ttl {
    font-size: 2.0625rem;
  }
}

.p-idx-message__txt {
  margin-top: 5rem;
  line-height: 2.5;
}
@media screen and (max-width: 834px) {
  .p-idx-message__txt {
    margin-top: 2.5rem;
    line-height: 2;
  }
}

.p-idx-message__img {
  position: absolute;
  bottom: -210px;
  left: calc(50vw + 157px);
  width: calc(50vw + 202px);
  height: auto;
  max-width: 925px;
  overflow: hidden;
  border-radius: 100%;
  z-index: -1;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(0 0 40px rgba(255, 140, 0, 0.8));
  filter: drop-shadow(0 0 40px rgba(255, 140, 0, 0.8));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}
@media screen and (min-width: 1537px) {
  .p-idx-message__img {
    bottom: -350px;
    max-width: 1056px;
  }
}
@media screen and (max-width: 960px) {
  .p-idx-message__img {
    left: calc(55vw + 57px);
    width: 680px;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-message__img {
    margin-top: -30vw;
    position: relative;
    top: auto;
    bottom: -40vw;
    width: calc(100vw + 94px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
            transform: translateX(-50%) translateZ(0);
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.8));
    filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.8));
    will-change: filter;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-message__img {
    margin-top: -65px;
    bottom: -120px;
    width: calc(100vw + 94px);
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.8));
    filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.8));
    will-change: filter;
  }
}
.p-idx-message__img img {
  aspect-ratio: 1/1;
  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;
}

/* 事業紹介
----------------------------------------------------------------- */
.p-idx-business {
  padding: 6.25rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background-image: -webkit-linear-gradient(top, var(--main), #000c49);
  background-image: linear-gradient(180deg, var(--main), #000c49);
}
@media screen and (max-width: 834px) {
  .p-idx-business {
    padding: 5rem 0;
  }
}

.p-idx-card {
  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;
  color: var(--white);
}

.p-idx-card__img {
  aspect-ratio: 520/321;
  overflow: hidden;
}
.p-idx-card__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;
}

.p-idx-card__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.875rem;
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-idx-card__body {
    padding: 1.875rem 1.25rem;
  }
}

.p-idx-card__ttl {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-idx-card__ttl {
    font-size: 1.4375rem;
  }
}

.p-idx-card__txt {
  margin-top: 0.625rem;
  color: var(--white);
  line-height: 2;
}

/* 採用情報
----------------------------------------------------------------- */
.p-idx-recruit {
  padding: 6.25rem 0;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .p-idx-recruit {
    padding: 5rem 0;
  }
}

.p-idx-recruit__bnr {
  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-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.875rem;
  padding: 2.5rem 6.25rem;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-idx-recruit__bnr:hover .p-idx-recruit__overlay {
  background-color: rgba(var(--main-rgb), 0.1);
}
.p-idx-recruit__bnr:hover .c-btn-main button {
  background-color: var(--hover);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--hover);
}
.p-idx-recruit__bnr:hover .c-btn-main button .txt {
  color: var(--white);
}
.p-idx-recruit__bnr:hover .c-btn-main button::after {
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .p-idx-recruit__bnr {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-recruit__bnr {
    padding: 2.5rem 1.875rem;
  }
}
.p-idx-recruit__bnr picture {
  position: absolute;
  inset: 0;
}
.p-idx-recruit__bnr 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;
}

.p-idx-recruit__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(var(--main-rgb), 0.6);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-idx-recruit__ttl {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.p-idx-recruit__ttl .en {
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-idx-recruit__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.p-idx-recruit__btn {
  position: relative;
  z-index: 1;
  margin-left: auto;
}

/* 会社概要
----------------------------------------------------------------- */
.p-idx-company {
  padding: 6.25rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#001232));
  background-image: -webkit-linear-gradient(top, var(--main), #001232);
  background-image: linear-gradient(180deg, var(--main), #001232);
}
@media screen and (max-width: 834px) {
  .p-idx-company {
    padding: 5rem 0;
  }
}

.p-idx-company__block {
  margin-top: 5rem;
}
.p-idx-company__block:first-of-type {
  margin-top: 0;
}

.p-idx-table {
  color: var(--white);
}
.p-idx-table tr {
  border-bottom: 1px solid var(--white);
}
.p-idx-table tr:first-child {
  border-top: 1px solid var(--white);
}
.p-idx-table th,
.p-idx-table td {
  padding: 1.1875rem 1.875rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .p-idx-table th,
  .p-idx-table td {
    display: block;
    width: auto;
    padding: 1rem 1.25rem;
    text-align: left;
  }
}
.p-idx-table th {
  width: 190px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 460px) {
  .p-idx-table th {
    text-align: left;
    width: auto;
    padding-bottom: 0;
  }
}

.p-idx-company .c-ttl-sub {
  color: var(--white);
  margin-bottom: 1.875rem;
}

.p-idx-access {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-access {
    grid-template-columns: 1fr;
  }
}

.p-idx-access__address {
  color: var(--white);
  line-height: 2;
}

.p-idx-access__route {
  margin-top: 2rem;
  background-color: var(--white);
}
.p-idx-access__route h4 {
  padding: 6px 1.875rem;
  background-color: var(--hover);
  color: var(--white);
  font-size: 1.1875rem;
  line-height: 1.4;
}
.p-idx-access__route p {
  padding: 1.25rem 1.875rem;
  line-height: 2;
}

.p-idx-access__img {
  aspect-ratio: 520/339;
  overflow: hidden;
}
.p-idx-access__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;
}

.p-com-access__map {
  margin-top: 3.75rem;
  height: 422px;
  overflow: hidden;
}
.p-com-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 460px) {
  .p-com-access__map {
    height: 254px;
  }
}

/* お問い合わせ
----------------------------------------------------------------- */
.p-idx-contact {
  position: relative;
  padding: 6.25rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--sub-rgb), 0.4)), to(rgba(var(--sub-rgb), 0.4))), url(/resource/images/idx_contact_bg.jpg);
  background-image: -webkit-linear-gradient(rgba(var(--sub-rgb), 0.4), rgba(var(--sub-rgb), 0.4)), url(/resource/images/idx_contact_bg.jpg);
  background-image: linear-gradient(rgba(var(--sub-rgb), 0.4), rgba(var(--sub-rgb), 0.4)), url(/resource/images/idx_contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .p-idx-contact {
    padding: 5rem 0;
  }
}

.p-idx-contact__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 222px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  padding: 2.5rem 3.125rem;
  background-color: rgba(var(--white-rgb), 0.9);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 460px) {
  .p-idx-contact__box {
    padding: 1.875rem 1.25rem;
  }
}

.p-idx-contact__box__tel:hover {
  background-color: rgba(114, 164, 255, 0.7);
}

@media screen and (max-width: 834px) {
  .p-idx-contact__inner {
    grid-template-columns: 1fr;
  }
}

.p-idx-contact__ttl {
  font-size: 1.4375rem;
  line-height: 1.4;
}

.p-idx-contact__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-idx-contact__tel img {
  width: 1.7em;
  height: auto;
}
@media screen and (max-width: 460px) {
  .p-idx-contact__tel img {
    width: 1.2em;
  }
}
.p-idx-contact__tel a {
  color: var(--main);
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 460px) {
  .p-idx-contact__tel a {
    font-size: 2.125rem;
  }
}

.p-idx-contact__time {
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
}
.p-idx-contact__time span {
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .p-idx-contact__time {
    font-size: 0.6875rem;
  }
}

/* ==========================================================================
事業内容
========================================================================== */
.p-business-lead {
  padding: 6.25rem 0;
  background-color: var(--main);
}
@media screen and (max-width: 960px) {
  .p-business-lead {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-business-lead {
    padding: 3.75rem 0;
  }
  .p-business-lead .c-ttl-main,
  .p-business-lead .c-ttl-main--white {
    min-height: 4.3125rem;
    margin-bottom: 2.5rem;
  }
  .p-business-lead .c-ttl-main .en,
  .p-business-lead .c-ttl-main--white .en {
    font-size: 0.875rem;
  }
  .p-business-lead .c-ttl-main .en::before,
  .p-business-lead .c-ttl-main--white .en::before {
    width: 22px;
    height: 18px;
  }
  .p-business-lead .c-ttl-main .ja,
  .p-business-lead .c-ttl-main--white .ja {
    font-size: 2.0625rem;
  }
}

.p-business-section {
  padding: 6.25rem 0;
}
@media screen and (max-width: 834px) {
  .p-business-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-business-section {
    padding: 3.75rem 0;
  }
}

.p-business-section--dark {
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background-image: -webkit-linear-gradient(top, var(--main) 0%, #000c49 100%);
  background-image: linear-gradient(180deg, var(--main) 0%, #000c49 100%);
}
.p-business-section--dark .c-ttl-sub {
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-business-section--dark .c-ttl-main--white {
    margin-bottom: 2.5rem;
  }
}

.p-business-block + .p-business-block {
  margin-top: 5rem;
}
@media screen and (max-width: 460px) {
  .p-business-block + .p-business-block {
    margin-top: 3.75rem;
  }
}
.p-business-block .c-ttl-sub {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 460px) {
  .p-business-block .c-ttl-sub {
    margin-bottom: 1.875rem;
  }
}

.p-business-media {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-business-media__txt {
  line-height: 2;
}
.p-business-media__txt > * + * {
  margin-top: 1.25rem;
}

.p-business-media__img {
  overflow: hidden;
  aspect-ratio: 2160/1334;
}
.p-business-media__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;
}

.p-business-small-ttl {
  color: inherit;
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .p-business-small-ttl {
    font-size: 1.25rem;
  }
}

.p-business-card {
  padding: 2.5rem;
  border: 3px solid var(--main);
  background-color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-business-card {
    width: calc(100% + 6px);
    margin-left: -3px;
    padding: 2.5rem;
  }
}

.p-business-card-note {
  margin-top: 1.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .p-business-card-note {
    display: none;
  }
}

.p-business-card__ttl {
  width: 100%;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed var(--main);
  color: var(--main);
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-business-card__ttl {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 834px) {
  .p-business-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 460px) {
  .p-business-card-list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-business-safety-diagram {
  position: relative;
  width: min(100%, 760px);
  min-height: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram {
    min-height: 320px;
  }
}
.p-business-safety-diagram ul {
  position: absolute;
  inset: 0;
}
.p-business-safety-diagram li,
.p-business-safety-diagram .p-business-safety-diagram__center {
  position: absolute;
  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;
  border-radius: 100%;
  color: var(--white);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-business-safety-diagram li {
  font-size: 0.8125rem;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li {
    font-size: 0.6875rem;
  }
}
.p-business-safety-diagram li:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-business-safety-diagram li:nth-child(2) {
  top: 75px;
  right: 170px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(2) {
    right: 20px;
    top: 58px;
  }
}
.p-business-safety-diagram li:nth-child(3) {
  top: 85px;
  right: 0;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(3) {
    right: 0;
    top: 98px;
  }
}
.p-business-safety-diagram li:nth-child(4) {
  top: 180px;
  right: 65px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(4) {
    right: 0;
    top: 166px;
  }
}
.p-business-safety-diagram li:nth-child(5) {
  right: 10px;
  bottom: 85px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(5) {
    right: 5px;
    bottom: 72px;
  }
}
.p-business-safety-diagram li:nth-child(6) {
  right: 170px;
  bottom: 30px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(6) {
    right: 65px;
    bottom: 12px;
  }
}
.p-business-safety-diagram li:nth-child(7) {
  bottom: 30px;
  left: 170px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(7) {
    left: 65px;
    bottom: 12px;
  }
}
.p-business-safety-diagram li:nth-child(8) {
  bottom: 85px;
  left: 10px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(8) {
    left: 5px;
    bottom: 72px;
  }
}
.p-business-safety-diagram li:nth-child(9) {
  top: 180px;
  left: 65px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(9) {
    left: 0;
    top: 166px;
  }
}
.p-business-safety-diagram li:nth-child(10) {
  top: 85px;
  left: 0;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(10) {
    left: 0;
    top: 98px;
  }
}
.p-business-safety-diagram li:nth-child(11) {
  top: 75px;
  left: 170px;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram li:nth-child(11) {
    left: 20px;
    top: 58px;
  }
}

.p-business-safety-diagram__center {
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 10px solid rgba(var(--sub-rgb), 0.55);
  background-color: var(--white);
  -webkit-box-shadow: 0 0 18px rgba(var(--sub-rgb), 0.8);
          box-shadow: 0 0 18px rgba(var(--sub-rgb), 0.8);
  color: var(--main);
  font-size: 1.4375rem;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram__center {
    width: 126px;
    height: 126px;
    border-width: 7px;
    font-size: 1rem;
  }
}

.p-business-safety-diagram__round {
  width: 86px;
  height: 86px;
  background-color: var(--sub);
  -webkit-box-shadow: 0 0 18px rgba(var(--sub-rgb), 0.85);
          box-shadow: 0 0 18px rgba(var(--sub-rgb), 0.85);
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram__round {
    width: 62px;
    height: 62px;
  }
}

.p-business-safety-diagram__pill {
  width: 145px;
  height: 48px;
  border-radius: 50px;
  background-color: #0072b1;
  font-size: 1.25rem;
}
@media screen and (max-width: 460px) {
  .p-business-safety-diagram__pill {
    width: 104px;
    height: 36px;
    font-size: 0.8125rem;
  }
}

.p-business-area__body > * + * {
  margin-top: 1.875rem;
}
@media screen and (max-width: 460px) {
  .p-business-area__body > * + * {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 460px) {
  .p-business-area__photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 460px) {
  .p-business-area__photos .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
.p-business-area__photos img {
  width: 100%;
  aspect-ratio: 220/170;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business-area__lines {
  line-height: 2;
}
.p-business-area__lines ul {
  margin-top: 0.625rem;
  padding-left: 1.5em;
}
.p-business-area__lines li {
  list-style-type: disc;
}

.p-business-area__map {
  margin: 0;
}
.p-business-area__map img {
  width: 100%;
  height: auto;
}

.p-business-policy__ttl {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.7);
  color: var(--white);
  font-size: 1.4375rem;
  line-height: 1.4;
}

.p-business-policy__list {
  line-height: 2;
}
.p-business-policy__list li {
  position: relative;
  padding-left: 1.2em;
}
.p-business-policy__list li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: currentColor;
}

.p-business-contact {
  margin-top: 0;
}

/* ==========================================================================
採用情報
========================================================================== */
.p-recruit-lead {
  padding: 6.25rem 0;
  background-color: var(--main);
}
@media screen and (max-width: 960px) {
  .p-recruit-lead {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-lead {
    padding: 3.75rem 0;
  }
}

.p-recruit-section {
  padding: 6.25rem 0;
}
@media screen and (max-width: 834px) {
  .p-recruit-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-section {
    padding: 3.75rem 0;
  }
  .p-recruit-section .c-ttl-main,
  .p-recruit-section .c-ttl-main--white {
    min-height: 4.3125rem;
    margin-bottom: 2.5rem;
  }
  .p-recruit-section .c-ttl-main .en,
  .p-recruit-section .c-ttl-main--white .en {
    font-size: 0.875rem;
  }
  .p-recruit-section .c-ttl-main .en::before,
  .p-recruit-section .c-ttl-main--white .en::before {
    width: 22px;
    height: 18px;
  }
  .p-recruit-section .c-ttl-main .ja,
  .p-recruit-section .c-ttl-main--white .ja {
    font-size: 2.0625rem;
  }
}

.p-recruit-section--dark {
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background-image: -webkit-linear-gradient(top, var(--main) 0%, #000c49 100%);
  background-image: linear-gradient(180deg, var(--main) 0%, #000c49 100%);
}
@media screen and (max-width: 460px) {
  .p-recruit-section--dark .c-ttl-main--white {
    margin-bottom: 2.5rem;
  }
}

.p-recruit-message {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 460px) {
  .p-recruit-message {
    gap: 1.875rem;
  }
}

.p-recruit-message__ttl {
  margin-bottom: 1.875rem;
  color: var(--main);
  font-size: 2.0625rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-message__ttl {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-recruit-message__txt {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 460px) {
  .p-recruit-message__txt {
    line-height: 1.9;
  }
}

.p-recruit-message__profile {
  text-align: center;
}

.p-recruit-message__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 459/298;
}
.p-recruit-message__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;
}
@media screen and (max-width: 460px) {
  .p-recruit-message__img {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}

.p-recruit-message__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  margin-top: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-recruit-message__name strong {
  font-size: 1.4375rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-message__name {
    -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;
  }
}

@media screen and (max-width: 834px) {
  .p-recruit-point {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-point {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-recruit-point__item {
  padding: 3.75rem 2.5rem;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 5px var(--hover);
          box-shadow: 0 0 5px var(--hover);
  color: var(--black);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-recruit-point__item {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-point__item {
    width: calc(100% + 6px);
    margin-left: -3px;
    padding: 2.5rem;
  }
}
.p-recruit-point__item h4 {
  margin-top: 0.625rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--main);
  color: var(--main);
  font-size: 1.75rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-point__item h4 {
    margin-top: 0.9375rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
.p-recruit-point__item p:not(.p-recruit-point__num) {
  margin-top: 1.875rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 460px) {
  .p-recruit-point__item p:not(.p-recruit-point__num) {
    margin-top: 1.25rem;
    line-height: 1.9;
  }
}

.p-recruit-point__num {
  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: 0.625rem;
  color: var(--hover);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-recruit-point__num span {
  position: relative;
  padding: 6px 0;
  font-size: 0.9375rem;
}
.p-recruit-point__num span::before, .p-recruit-point__num span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.p-recruit-point__num span::before {
  top: 0;
}
.p-recruit-point__num span::after {
  bottom: 0;
}
.p-recruit-point__num strong {
  font-size: 2.5rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-point__num strong {
    font-size: 2.25rem;
  }
}

.p-recruit-disaster {
  margin-top: 5rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-disaster {
    margin-top: 3.75rem;
  }
}
.p-recruit-disaster h4 {
  margin-bottom: 1.875rem;
  font-size: 1.4375rem;
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-recruit-disaster h4 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 460px) {
  .p-recruit-disaster__list {
    gap: 1.875rem;
  }
}
.p-recruit-disaster__list li {
  line-height: 2;
  font-size: 1rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-disaster__list li {
    line-height: 1.8;
  }
}
.p-recruit-disaster__list picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 2160/1334;
  margin-bottom: 0.9375rem;
  background-color: rgba(var(--white-rgb), 0.12);
}
.p-recruit-disaster__list 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;
}

@media screen and (max-width: 834px) {
  .p-recruit-data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-data {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.p-recruit-data li {
  padding: 1.875rem;
  border: 2px solid var(--black);
  background-color: var(--white);
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-recruit-data li {
    width: calc(100% + 6px);
    margin-left: -3px;
    padding: 2.5rem;
  }
}
.p-recruit-data h4 {
  color: var(--main);
  font-size: 1.75rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-data h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-recruit-data p:not(.p-recruit-data__num) {
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .p-recruit-data p:not(.p-recruit-data__num) {
    line-height: 1.8;
  }
}

.p-recruit-data__num {
  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: 5px;
  margin: 0.625rem 0;
  color: var(--hover);
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .p-recruit-data__num {
    margin: 0.9375rem 0;
  }
}
.p-recruit-data__num strong {
  font-family: "Roboto", sans-serif;
  font-size: 6.25rem;
}
@media screen and (max-width: 834px) {
  .p-recruit-data__num strong {
    font-size: 4.75rem;
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-data__num strong {
    font-size: 4.5rem;
  }
}
.p-recruit-data__num span {
  width: 92px;
  padding: 0.625rem 0;
  border-top: 1px solid var(--hover);
  border-bottom: 1px solid var(--hover);
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-recruit-data__num span {
    width: auto;
    min-width: 86px;
    font-size: 1.25rem;
  }
}

.p-recruit-interview + .p-recruit-interview {
  margin-top: 5rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-interview + .p-recruit-interview {
    margin-top: 3.75rem;
  }
}

.p-recruit-interview__ttl {
  margin-bottom: 3.75rem;
  padding: 5px 0.9375rem;
  background-color: var(--white);
  color: var(--main);
  font-size: 2.0625rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-interview__ttl {
    margin-bottom: 1.875rem;
    padding: 0.9375rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-recruit-interview__body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 460px) {
  .p-recruit-interview__body {
    gap: 1.875rem;
  }
}

.p-recruit-interview__person {
  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;
}

.p-recruit-illust {
  position: relative;
}
.p-recruit-illust img {
  display: block;
}

.p-recruit-illust--person img {
  width: 100%;
}

.p-recruit-illust--train img {
  width: 100%;
}

.p-recruit-interview__name {
  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.25rem;
  margin-top: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-recruit-interview__name span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 142px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0.625rem;
  background-color: var(--hover);
  color: var(--white);
}
.p-recruit-interview__name strong {
  color: var(--white);
  font-size: 1.4375rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-interview__name {
    -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;
  }
}

.p-recruit-interview__txt section + section {
  margin-top: 3.75rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-interview__txt section + section {
    margin-top: 1.875rem;
  }
}
.p-recruit-interview__txt h5 {
  margin-bottom: 1.875rem;
  font-size: 1.4375rem;
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-recruit-interview__txt h5 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-recruit-interview__txt p {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 460px) {
  .p-recruit-interview__txt p {
    line-height: 1.9;
  }
}

.p-recruit-training {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 460px) {
  .p-recruit-training {
    gap: 1.875rem;
  }
}
.p-recruit-training + .p-recruit-training {
  margin-top: 5rem;
}
@media screen and (max-width: 460px) {
  .p-recruit-training + .p-recruit-training {
    margin-top: 3.75rem;
  }
}

.p-recruit-training__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 520/321;
}
.p-recruit-training__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;
}
@media screen and (max-width: 460px) {
  .p-recruit-training__img {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}

.p-recruit-training__txt {
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .p-recruit-training__txt {
    line-height: 1.9;
  }
}
.p-recruit-training__txt h4 {
  margin-bottom: 1.875rem;
  font-size: 1.4375rem;
  color: var(--main);
}
@media screen and (max-width: 460px) {
  .p-recruit-training__txt h4 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-recruit-training__txt ul {
  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: 0.625rem 1.25rem;
}
.p-recruit-training__txt li {
  position: relative;
  padding-left: 1em;
}
.p-recruit-training__txt li.ico::before {
  content: "・";
  color: var(--hover);
  position: absolute;
  left: 0;
}

.p-recruit-guideline__lead {
  margin-bottom: 1.875rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-recruit-guideline__lead {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: left;
  }
}

.p-recruit-guideline__table {
  width: 100%;
  background-color: var(--white);
  color: var(--black);
}
.p-recruit-guideline__table tr {
  border-bottom: 1px solid var(--main);
}
.p-recruit-guideline__table th,
.p-recruit-guideline__table td {
  padding: 1.5625rem 1.875rem;
  line-height: 2;
  vertical-align: middle;
}
@media screen and (max-width: 460px) {
  .p-recruit-guideline__table th,
  .p-recruit-guideline__table td {
    display: block;
    width: auto;
    padding: 1.25rem;
    line-height: 1.8;
  }
}
.p-recruit-guideline__table th {
  width: 25%;
  color: var(--main);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-recruit-guideline__table th {
    width: auto;
    padding-bottom: 0.625rem;
    background-color: rgba(var(--main-rgb), 0.06);
    text-align: left;
  }
}
.p-recruit-guideline__table td {
  width: 75%;
}
@media screen and (max-width: 460px) {
  .p-recruit-guideline__table td {
    width: auto;
    padding-top: 0.9375rem;
  }
}
.p-recruit-guideline__table ul li {
  position: relative;
  padding-left: 1em;
}
.p-recruit-guideline__table ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}

.p-recruit-entry {
  margin-top: 5rem;
  padding: 3.75rem;
  border: 1px solid var(--white);
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-recruit-entry {
    margin-top: 3.75rem;
    padding: 1.875rem 1.25rem;
  }
}
.p-recruit-entry h4 {
  margin-bottom: 1.875rem;
  font-size: 2.0625rem;
  color: var(--white);
}
@media screen and (max-width: 460px) {
  .p-recruit-entry h4 {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-recruit-entry p {
  margin-bottom: 1.875rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .p-recruit-entry p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.p-recruit-entry__btn {
  margin: 0 auto;
}

.p-recruit-contact {
  margin-top: 0;
}

/* ==========================================================================
プライバシーポリシー
========================================================================== */
.p-privacy-cont {
  padding: 6.25rem 0;
  background-color: var(--white);
}
@media screen and (max-width: 960px) {
  .p-privacy-cont {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-privacy-cont {
    padding: 3.75rem 0;
  }
}
.p-privacy-cont .c-ttl-main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-privacy-cont .c-ttl-main {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 460px) {
  .p-privacy-cont .c-ttl-main {
    margin-bottom: 2.5rem;
  }
}

.p-privacy {
  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: 3.75rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .p-privacy {
    gap: 2.5rem;
  }
}

.p-privacy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 460px) {
  .p-privacy__list {
    gap: 1.25rem;
  }
}

.p-privacy__items {
  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.875rem;
  padding-left: 1.6875rem;
  counter-reset: privacy-counter;
}
@media screen and (max-width: 960px) {
  .p-privacy__items {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .p-privacy__items {
    gap: 1.25rem;
    padding-left: 0;
  }
}

.p-privacy__item {
  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;
  gap: 0;
  padding-left: 1.6875rem;
  counter-increment: privacy-counter;
}
.p-privacy__item::before {
  content: counter(privacy-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 2;
}
.p-privacy__item h4 {
  font-size: 1rem;
  line-height: 2;
}
.p-privacy__item ul li {
  position: relative;
  padding-left: 1em;
}
.p-privacy__item ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-privacy__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-privacy__contact h4 {
  font-size: 1rem;
  line-height: 2;
}

.p-privacy__address {
  font-style: normal;
  line-height: 2;
}

/* ==========================================================================
お問い合わせ
========================================================================== */
.p-contact-lead {
  padding: 5rem 0;
  background-color: var(--white);
}
@media screen and (max-width: 960px) {
  .p-contact-lead {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-contact-lead {
    padding: 3.75rem 0;
  }
}
.p-contact-lead p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 460px) {
  .p-contact-lead p {
    text-align: left;
  }
}

.p-contact-tel {
  padding: 6.25rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main)), to(#000c49));
  background-image: -webkit-linear-gradient(top, var(--main) 0%, #000c49 100%);
  background-image: linear-gradient(180deg, var(--main) 0%, #000c49 100%);
}
@media screen and (max-width: 834px) {
  .p-contact-tel {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-contact-tel {
    padding: 3.75rem 0;
  }
}
.p-contact-tel .c-ttl-main--white {
  margin-bottom: 5rem;
}

.p-contact-tel__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  color: var(--white);
}
.p-contact-tel__cont > p {
  width: 100%;
  text-align: center;
  line-height: 2;
}

.p-contact-tel__items {
  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: 1.875rem;
  max-width: 860px;
  width: 100%;
  min-height: 217px;
  padding: 3.75rem;
  background-color: var(--white);
  color: var(--black);
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-contact-tel__items {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  .p-contact-tel__items {
    min-height: 180px;
  }
}
.p-contact-tel__items .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-contact-tel__items .txt-tel img {
  width: 30px;
  margin: 0;
}
.p-contact-tel__items .txt-tel a[href^="tel:"] {
  color: var(--main);
  font-size: 4.3125rem;
}
@media screen and (max-width: 834px) {
  .p-contact-tel__items .txt-tel a[href^="tel:"] {
    font-size: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .p-contact-tel__items .txt-tel a[href^="tel:"] {
    font-size: 2.25rem;
  }
}

.p-contact-tel__items--border {
  border: 1px solid var(--black);
}

.p-contact-tel__time {
  line-height: 1.4;
  text-align: center;
  font-size: 1.25rem;
}
.p-contact-tel__time span {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .p-contact-tel__time {
    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: 5px;
    font-size: 1rem;
  }
}

.p-contact-mail,
.p-contact-conf,
.p-contact-com {
  padding: 6.25rem 0;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .p-contact-mail,
  .p-contact-conf,
  .p-contact-com {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 460px) {
  .p-contact-mail,
  .p-contact-conf,
  .p-contact-com {
    padding: 3.75rem 0;
  }
}

.p-contact-mail .c-ttl-main {
  margin-bottom: 5rem;
}
.p-contact-mail .c-form-notsale__attention {
  margin-bottom: 5rem;
}
.p-contact-mail .c-form-wrap {
  margin-top: 2.5rem;
}
.p-contact-mail .c-form-notsale__wrap {
  margin-top: 5rem;
}

.p-contact-conf .c-ttl-main,
.p-contact-com .c-ttl-main {
  margin-bottom: 5rem;
}
.p-contact-conf .c-form-nav,
.p-contact-com .c-form-nav {
  margin-bottom: 2.5rem;
}

.p-contact-conf .c-form-wrap--confirm {
  margin-top: 0;
}

.p-contact__btn button .txt {
  font-size: 1.25rem;
}

.p-contact-com__body {
  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: 5rem;
}
.p-contact-com__body > p {
  width: 100%;
  line-height: 2;
}

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

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

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

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

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

.margin-xxsm-top {
  margin-top: 0.625rem;
}

.margin-xsm-top {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 834px) {
  .margin-xsm-top {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 460px) {
  .margin-xsm-top {
    margin-top: 0.625rem;
  }
}

.margin-sm-top {
  margin-top: 1.25rem;
}
@media screen and (max-width: 460px) {
  .margin-sm-top {
    margin-top: 0.9375rem;
  }
}

.margin-md-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 460px) {
  .margin-md-top {
    margin-top: 1.25rem;
  }
}

.margin-lg-top {
  margin-top: 3.75rem;
}
@media screen and (max-width: 834px) {
  .margin-lg-top {
    margin-top: 2.5rem;
  }
}

.margin-xlg-top {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .margin-xlg-top {
    margin-top: 3.75rem;
  }
}

.margin-xxlg-top {
  margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .margin-xxlg-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .margin-xxlg-top {
    margin-top: 3.75rem;
  }
}

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

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

/* パディング
----------------------------------------------------------------- */
.padding-xlg-top {
  padding-top: 5rem;
}
@media screen and (max-width: 460px) {
  .padding-xlg-top {
    padding-top: 3.75rem;
  }
}

.padding-xxlg-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .padding-xxlg-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .padding-xxlg-top {
    padding-top: 5rem;
  }
}

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

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

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

.txt-cap {
  font-size: 1rem;
  line-height: 1.4;
}

.txt-sm {
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .txt-sm {
    font-size: 14px;
  }
}

.txt-lg {
  font-size: 1.1875rem;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .txt-lg {
    font-size: 1.125rem;
  }
}

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

.txt-link,
.txt-link--arrow,
.txt-link--win {
  font-weight: 700;
  line-height: 1.6;
  color: var(--main);
  position: relative;
}
.txt-link::before,
.txt-link--arrow::before,
.txt-link--win::before {
  content: "";
  display: block;
  background-color: var(--main);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.txt-link:hover,
.txt-link--arrow:hover,
.txt-link--win:hover {
  color: var(--hover);
}
.txt-link:hover::before,
.txt-link--arrow:hover::before,
.txt-link--win:hover::before {
  background-color: var(--hover);
}

.txt-link--arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: 2px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.txt-link--arrow:hover:after {
  background-color: var(--hover);
}

.txt-link--win {
  margin-right: 2px;
}
.txt-link--win::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_win.svg);
          mask-image: url(/resource/images/ico_win.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.txt-link--win:hover:after {
  background-color: var(--hover);
}

.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: 460px) {
  .txt-center--sp-left {
    text-align: left !important;
  }
}

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

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

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

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

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

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

.txt-sub {
  color: #72A4FF !important;
}

.txt-backsub {
  color: #D2D5DC !important;
}

.txt-pale-blue {
  color: #EDF3FF !important;
}

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

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

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

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

.txt-point {
  color: #FF00FF !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-selection_txt {
  color: #525252 !important;
}

/* 電話番号
----------------------------------------------------------------- */
.txt-tel img {
  margin-right: 5px;
  width: 24px;
  vertical-align: baseline;
}
@media screen and (max-width: 834px) {
  .txt-tel img {
    width: 20px;
  }
}
@media screen and (max-width: 460px) {
  .txt-tel img {
    width: 15px;
  }
}
.txt-tel a[href^="tel:"] {
  font-family: "Roboto", sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--main);
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .txt-tel a[href^="tel:"] {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .txt-tel a[href^="tel:"] {
    font-size: 5.7553956835vw;
  }
}
@media screen and (max-width: 460px) {
  .txt-tel a[href^="tel:"] {
    pointer-events: auto;
    font-size: 2.5625rem;
  }
  .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: 834px) {
  .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: 834px) {
  .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
==========================================================================*/
/*-==========================================================================
背景
==========================================================================*/
.bg-white {
  background-color: #FFFFFF !important;
}

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

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

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

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

.bg-sub {
  background-color: #72A4FF !important;
}

.bg-backsub {
  background-color: #D2D5DC !important;
}

.bg-pale-blue {
  background-color: #EDF3FF !important;
}

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

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

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

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

.bg-point {
  background-color: #FF00FF !important;
}

.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-selection_txt {
  background-color: #525252 !important;
}

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

/* ==========================================================================
 スクロール
=========================================================================*/
.scroll-anchor {
  display: block;
}
@media screen and (max-width: 834px) {
  .scroll-anchor {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 460px) {
  .scroll-anchor {
    padding-top: 1.875rem;
    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;
}

/*-==========================================================================
特定の画面幅で表示・非表示するクラス
==========================================================================*/
/* 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: 461px) and (max-width: 834px) {
  .visible-tb {
    display: block;
  }
}
@media screen and (max-width: 460px), (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: 461px) {
  .visible-more-sp {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .visible-more-sp {
    display: none !important;
  }
}

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

/*-==========================================================================
その他
==========================================================================*//*# sourceMappingURL=main.css.map */