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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

pre {
  overflow: auto;
}

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
}

ol li {
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
}

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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  height: 80px;
  width: 100%;
  z-index: 1010;
  position: fixed;
  gap: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  header.l-hd1 .l-hd {
    gap: clamp(1.25rem, -13.813rem + 25.078vw, 6.25rem);
  }
}
@media screen and (max-width: 960px) {
  header.l-hd1 .l-hd {
    gap: 0.625rem;
    height: 80px;
  }
}
@media screen and (max-width: 428px) {
  header.l-hd1 .l-hd {
    height: 50px;
  }
}
header.l-hd1 h1.l-hd-logo {
  position: relative;
  max-width: 220px;
  width: 100%;
  z-index: 999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  header.l-hd1 h1.l-hd-logo {
    padding: 0 15px;
  }
}
@media screen and (max-width: 428px) {
  header.l-hd1 h1.l-hd-logo {
    max-width: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 160px;
    padding: 0 10px;
  }
}
header.l-hd1 h1.l-hd-logo a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.l-hd1 h1.l-hd-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  header.l-hd1 h1.l-hd-logo a img {
    width: 140px !important;
    height: auto;
  }
}
header.l-hd1 h1.l-hd-logo a:hover {
  opacity: 0.7;
}
header.l-hd1 .l-hd-nav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  gap: 3.75rem;
}
@media screen and (max-width: 1280px) {
  header.l-hd1 .l-hd-nav__wrap {
    gap: clamp(1.25rem, -6.281rem + 12.539vw, 3.75rem);
    min-width: initial;
  }
}
header.l-hd1 .l-hd-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

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

/* コンテンツレイアウト */
.l-hd-mega__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 5% 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
}

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

.l-hd-mega__category {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  line-height: 1;
}
.l-hd-mega__category .ico img {
  width: 2.875rem;
  height: 1.4375rem;
}
.l-hd-mega__category .ja {
  font-size: 0.875rem;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* フッターメニュー
----------------------------------------------------------------- */
.l-ft-nav__children {
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .l-ft-nav__children {
    padding-top: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__children {
    padding-top: 2rem;
  }
}
.l-ft-nav__children .l-ft-nav__child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 5rem 2.5rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__children .l-ft-nav__child {
    gap: clamp(0.5rem, -1.694rem + 8.184vw, 2.5rem);
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__children .l-ft-nav__child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}
.l-ft-nav__children .l-ft-nav__child .l-ft-nav__child__menu a {
  color: var(--white);
  font-size: 0.875rem;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__children .l-ft-nav__child .l-ft-nav__child__menu a {
    font-size: clamp(0.625rem, 0.351rem + 1.023vw, 0.875rem);
  }
}
@media screen and (max-width: 428px) {
  .l-ft-nav__children .l-ft-nav__child .l-ft-nav__child__menu a {
    font-size: 1rem;
  }
}

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

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

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-ttl,
.l-page-ttl__md {
  width: 100%;
  position: relative;
  padding-top: 180px;
}
.l-page-ttl::before,
.l-page-ttl__md::before {
  content: "";
  display: block;
  background: var(--border);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 515px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-page-ttl,
  .l-page-ttl__md {
    padding-top: 9.75rem;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl,
  .l-page-ttl__md {
    padding-top: 5.375rem;
  }
  .l-page-ttl::before,
  .l-page-ttl__md::before {
    height: 330px;
  }
}
.l-page-ttl .l-page-ttl-inner,
.l-page-ttl__md .l-page-ttl-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
  max-width: 1370px;
  padding-left: 40px;
  padding-right: 40px;
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner,
  .l-page-ttl__md .l-page-ttl-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-inner,
  .l-page-ttl__md .l-page-ttl-inner {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4.8%;
    padding-right: 4.8%;
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-sub,
.l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  width: 210px;
  white-space: nowrap;
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-sub .ico img,
.l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub .ico img {
  width: 3.75rem;
  height: 1.875rem;
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-sub .ja,
.l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub .ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-sub .ico img,
  .l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub .ico img {
    width: 3.3125rem;
    height: 1.625rem;
  }
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-sub .ja,
  .l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub .ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-sub .ico img,
  .l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub .ico img {
    width: 2.9375rem;
    height: 1.4375rem;
  }
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-sub .ja,
  .l-page-ttl__md .l-page-ttl-inner .l-page-ttl-sub .ja {
    font-size: 0.875rem;
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-wrap,
.l-page-ttl__md .l-page-ttl-inner .l-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  max-width: 965px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
}
@media screen and (min-width: 1367px) {
  .l-page-ttl .l-page-ttl-inner .l-page-wrap,
  .l-page-ttl__md .l-page-ttl-inner .l-page-wrap {
    padding-left: clamp(0.063rem, -24.965rem + 29.293vw, 1.875rem);
  }
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner .l-page-wrap,
  .l-page-ttl__md .l-page-ttl-inner .l-page-wrap {
    gap: 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-wrap .l-page-ttl-main .en,
.l-page-ttl__md .l-page-ttl-inner .l-page-wrap .l-page-ttl-main .en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: clamp(2.25rem, -1.516rem + 6.27vw, 3.5rem);
  font-weight: 700;
  line-height: 0.75;
  color: var(--black);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .l-page-ttl .l-page-ttl-inner .l-page-wrap .l-page-ttl-main .en,
  .l-page-ttl__md .l-page-ttl-inner .l-page-wrap .l-page-ttl-main .en {
    font-size: clamp(1.75rem, 0.927rem + 3.069vw, 2.5rem);
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl .l-page-ttl-inner .l-page-wrap .l-page-ttl-main .en,
  .l-page-ttl__md .l-page-ttl-inner .l-page-wrap .l-page-ttl-main .en {
    font-size: clamp(1.25rem, 0.393rem + 6.857vw, 2rem);
  }
}

.l-page-ttl-img {
  width: 100%;
  max-width: 965px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 10rem;
}
.l-page-ttl-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;
  -webkit-filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 960px) {
  .l-page-ttl-img {
    margin-bottom: 6.125rem;
    padding-left: 4.6341463415%;
    padding-right: 4.6341463415%;
  }
  .l-page-ttl-img img {
    -webkit-filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl-img {
    margin-bottom: 4.5rem;
    padding-left: 4.8%;
    padding-right: 4.8%;
  }
  .l-page-ttl-img img {
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  }
}

.l-page-ttl__md {
  width: 100%;
  position: relative;
  padding-top: 180px;
  background-color: var(--border);
}
.l-page-ttl__md::before {
  content: "";
  display: none;
}
.l-page-ttl__md .l-page-ttl-inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .l-page-ttl__md {
    padding-top: 150px;
  }
  .l-page-ttl__md .l-page-ttl-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 428px) {
  .l-page-ttl__md {
    padding-top: 108px;
  }
  .l-page-ttl__md .l-page-ttl-inner {
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-flex-allcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* FlexBox サイズごと
----------------------------------------------------------------- */
.c-flex--sm,
.c-flex--30,
.c-flex--md,
.c-flex--lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .c-flex--sm,
  .c-flex--30,
  .c-flex--md,
  .c-flex--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--sm {
  gap: 2.5rem 1.875rem;
}
.c-flex--sm > .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;
}
.c-flex--sm > .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;
}
.c-flex--sm > .c-flex-4clm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 5.625rem) / 4);
      -ms-flex: 0 0 calc((100% - 5.625rem) / 4);
          flex: 0 0 calc((100% - 5.625rem) / 4);
  min-width: 0;
}
@media screen and (max-width: 428px) {
  .c-flex--sm .c-flex-4clm,
  .c-flex--sm .c-flex-3clm,
  .c-flex--sm .c-flex-2clm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: auto;
  }
}

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

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

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

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

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

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

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

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

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

.c-grid {
  gap: 0;
}

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

.c-grid-2clm--sp2clm {
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

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

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

.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: "Zalando Sans Expanded", 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;
}

/* ==========================================================================
テーブル
=========================================================================*/
/* 下線だけのシンプルな表 
----------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .c-tb1,
  .c-tb1--white {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .c-tb1,
  .c-tb1--white {
    font-size: 0.75rem;
  }
}
.c-tb1 tr,
.c-tb1--white tr {
  border-bottom: 2px dotted var(--border);
}
@media screen and (max-width: 428px) {
  .c-tb1 tr th,
  .c-tb1 tr td,
  .c-tb1--white tr th,
  .c-tb1--white tr td {
    display: block;
  }
}
.c-tb1 tr th,
.c-tb1--white tr th {
  font-weight: 400;
  line-height: 1.8;
  vertical-align: middle;
  width: 25%;
  padding: 1.875rem 5.625rem 1.875rem 1.875rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .c-tb1 tr th,
  .c-tb1--white tr th {
    width: 30%;
    padding: 1.125rem clamp(1.875rem, 0.504rem + 5.115vw, 3.125rem) 1.125rem clamp(0rem, -2.743rem + 10.23vw, 2.5rem);
  }
}
@media screen and (max-width: 428px) {
  .c-tb1 tr th,
  .c-tb1--white tr th {
    width: 100%;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 0.875rem 0;
    color: var(--blue);
    font-weight: 700;
  }
}
.c-tb1 tr td,
.c-tb1--white tr td {
  padding: 1.875rem 1.875rem 1.875rem 0;
  line-height: 2;
}
.c-tb1 tr td img,
.c-tb1--white tr td img {
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  .c-tb1 tr td,
  .c-tb1--white tr td {
    padding: 1.125rem 1.25rem 1.125rem 0;
  }
}
@media screen and (max-width: 428px) {
  .c-tb1 tr td,
  .c-tb1--white tr td {
    padding: 0 0 0.875rem 0;
    width: 100%;
  }
  .c-tb1 tr td img,
  .c-tb1--white tr td img {
    max-width: 226px;
  }
}

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

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

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

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

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

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

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

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

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

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

.c-page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  padding: 4rem 40px 0 40px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  height: 0;
  z-index: 10;
}
@media screen and (max-width: 428px) {
  .c-page-nav {
    position: relative;
  }
}
.c-page-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 210px;
}
.c-page-nav ul li {
  margin-bottom: 10px;
  position: relative;
}
.c-page-nav ul li a {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-page-nav ul li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin-right: 0em;
  margin-bottom: 0em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-page-nav ul li a.active::before {
  background-color: var(--blue2);
}
.c-page-nav ul li a:hover {
  color: var(--blue2);
}
.c-page-nav ul li a:hover::before {
  background-color: var(--blue2);
}

/* ------------------------------
   LP以下：横並びで固定
   SP以下：縦並びで固定
------------------------------ */
@media screen and (max-width: 960px) {
  .c-page-nav {
    position: relative !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0;
    z-index: 999;
    margin-inline: auto;
  }
  .c-page-nav ul {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page-nav ul li {
    margin: 0;
  }
  .c-page-nav ul li a {
    color: var(--black);
  }
  .c-page-nav ul li a::before {
    background-color: var(--blue2);
  }
}
@media screen and (max-width: 428px) {
  .c-page-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-page-nav ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 278px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .c-page-nav ul.short {
    gap: 10px 10px;
  }
  .c-page-nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .contact {
    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;
  }
  .contact ul.short {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .contact ul.short li {
    list-style: none;
  }
  .contact ul.short li a {
    display: block;
  }
}
/* ------------------------------
// ページナビ
.c-page-nav {
	margin-top: rem(60);

	.c-page-nav__wrap {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		gap: 1rem rem(20);

		.c-page-nav__menu {
			max-width: 255px;
			width: 100%;
			text-align: center;

			@include less_than_tb {
				max-width: initial;
				width: calc((100% - 40px) / 3);
			}

			@include less_than_sp {
				max-width: initial;
				width: 98%;
			}

			a {
				background-color: var(--white);
				display: block;
				color: var(--main);
				line-height: 56px;
				font-weight: 700;
				position: relative;

				&:after {
					content: "";
					width: 8px;
					height: 13px;
					background-image: url(/resource/images/ico_arrow_main.svg);
					background-size: contain;
					background-position: center;
					background-repeat: no-repeat;
					position: absolute;
					top: 50%;
					transform: translateY(-50%) rotate(90deg);
					right: 14.5px;
					margin: auto;
					transition: .3s;
				}

				&:hover {
					color: var(--white);
					background-color: var(--hover);

					&:after {
						background-image: url(/resource/images/ico_arrow_white.svg);
					}
				}
			}
		}
	}
}

------------------------------ */
.c-page-nav-tag__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-page-nav-tag__wrap {
    gap: 10px 10px;
  }
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu {
  display: inline-block;
  max-width: 255px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-page-nav-tag__wrap .c-page-nav-tag__menu {
    max-width: initial;
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 428px) {
  .c-page-nav-tag__wrap .c-page-nav-tag__menu {
    max-width: initial;
    width: 98%;
  }
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu a {
  display: block;
  color: var(--white);
  background-color: var(--main);
  font-weight: 700;
  line-height: 58px;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 428px) {
  .c-page-nav-tag__wrap .c-page-nav-tag__menu a {
    line-height: 3rem;
  }
}
.c-page-nav-tag__wrap .c-page-nav-tag__menu a:hover {
  background-color: var(--hover);
}

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

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

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb__wrap {
    padding: 2.875rem 0;
  }
}
@media screen and (max-width: 428px) {
  .c-breadcrumb__wrap {
    padding: 2rem 0;
  }
}
.c-breadcrumb__wrap .c-breadcrumb__list {
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-breadcrumb__wrap .c-breadcrumb__list a:hover {
  color: var(--main);
  text-decoration: none;
}
.c-breadcrumb__wrap .c-breadcrumb__list:nth-child(n+2) {
  padding-left: 35px;
  position: relative;
}
.c-breadcrumb__wrap .c-breadcrumb__list:nth-child(n+2):before {
  content: "";
  display: inline-block;
  background: var(--black);
  width: 15px;
  height: 1px;
  position: absolute;
  top: 1em;
  left: 10px;
  bottom: 0;
}

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

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

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

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

		.c-breadcrumb__list {
			white-space: nowrap;

			a {
				text-decoration: underline;

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

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

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

*/
/* ==========================================================================
メールフォーム
=========================================================================*/
/* 共通パーツ
----------------------------------------------------------------- */
.p-contact__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-contact__wrap {
    padding: 6.125rem 0 0;
  }
}
@media screen and (max-width: 428px) {
  .p-contact__wrap {
    padding: 4.5rem 0 0;
  }
}

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

.p-contact__tel {
  background: -webkit-gradient(linear, left top, right top, from(var(--blue)), to(var(--main)));
  background: -webkit-linear-gradient(left, var(--blue) 0%, var(--main) 100%);
  background: linear-gradient(90deg, var(--blue) 0%, var(--main) 100%);
  padding: 3px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-contact__tel {
    max-width: 560px;
  }
}
.p-contact__tel .p-contact__tel__inner {
  background: -webkit-gradient(linear, right top, left top, from(var(--blue)), to(var(--main)));
  background: -webkit-linear-gradient(right, var(--blue) 0%, var(--main) 100%);
  background: linear-gradient(-90deg, var(--blue) 0%, var(--main) 100%);
  height: 100%;
  width: 100%;
  padding: 4rem 5%;
}
@media screen and (max-width: 960px) {
  .p-contact__tel .p-contact__tel__inner {
    padding: 2.875rem 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-contact__tel .p-contact__tel__inner {
    padding: 2rem 5%;
  }
}
.p-contact__tel .p-contact__tel__inner .txt-tel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__tel .p-contact__tel__inner p,
.p-contact__tel .p-contact__tel__inner .txt-tel a {
  color: var(--white);
}

/* 入力>確認>完了のフローナビゲーション
----------------------------------------------------------------- */
.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(--whitesmoke);
  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(--black-600);
  position: relative;
  height: 100px;
  width: 100px;
  aspect-ratio: 1;
}
@media screen and (max-width: 428px) {
  .c-form-nav li,
  .c-form-nav--white li {
    height: 80px;
    width: 80px;
  }
}
.c-form-nav li.c-form-nav__active,
.c-form-nav--white li.c-form-nav__active {
  border: 1px solid var(--main);
  background-color: var(--white);
}
.c-form-nav li.c-form-nav__active span,
.c-form-nav--white li.c-form-nav__active span {
  color: var(--main);
}
.c-form-nav li span,
.c-form-nav--white li span {
  display: block;
  color: var(--black-600);
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .c-form-nav li span,
  .c-form-nav--white li span {
    font-size: 1.125rem;
  }
}
.c-form-nav li .num,
.c-form-nav--white li .num {
  font-family: "Noto Sans JP", sans-serif;
}

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

/* 入力フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  font-size: 1rem;
  background-color: var(--white);
}
@media screen and (max-width: 960px) {
  .c-form-wrap table {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table {
    font-size: 0.75rem;
  }
}
.c-form-wrap table tr {
  border-bottom: 1px solid var(--whitesmoke);
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid var(--whitesmoke);
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .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: 28%;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  .c-form-wrap table tr th {
    width: 30%;
    padding-right: 45px;
    padding-left: clamp(0rem, -1.371rem + 5.115vw, 1.25rem);
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table tr th {
    width: 100%;
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-form-wrap table tr td {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}

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

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

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

.c-form-checkbox,
.c-form-checkbox--white,
.c-form-checkbox--silvar {
  position: relative;
  background-color: var(--whitesmoke);
}
.c-form-checkbox:checked:before,
.c-form-checkbox--white:checked:before,
.c-form-checkbox--silvar: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: 3px;
  top: -5px;
}
@media screen and (max-width: 834px) {
  .c-form-checkbox:checked:before,
  .c-form-checkbox--white:checked:before,
  .c-form-checkbox--silvar:checked:before {
    top: -5px;
  }
}

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

.c-form-checkbox--silvar {
  background-color: var(--border);
  border: 3px solid var(--black-600);
}

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

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

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

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

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

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

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

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

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

/* 個⼈情報の取扱いについて
----------------------------------------------------------------- */
.c-form-privacy {
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 428px) {
  .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;
  text-align: center;
}
.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;
  border-bottom: 2px solid var(--main);
}

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

/* 個⼈情報の取扱いについて
----------------------------------------------------------------- */
.c-form-privacy {
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 428px) {
  .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;
}
@media screen and (max-width: 960px) {
  .c-form-checkfocus {
    font-size: 14px;
  }
}

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

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

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

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

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

.c-btn-main--green a,
.c-btn-main--green button {
  background: -webkit-gradient(linear, left top, right top, from(#00b6f2), to(#16fcc9));
  background: -webkit-linear-gradient(left, #00b6f2 0%, #16fcc9 100%);
  background: linear-gradient(90deg, #00b6f2 0%, #16fcc9 100%);
}
.c-btn-main--green a:hover,
.c-btn-main--green button:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--green2)), to(var(--green2)));
  background: -webkit-linear-gradient(left, var(--green2) 0%, var(--green2) 100%);
  background: linear-gradient(90deg, var(--green2) 0%, var(--green2) 100%);
  background-color: var(--green2);
}
.c-btn-main--green a:hover .txt,
.c-btn-main--green button:hover .txt {
  font-weight: 700;
  color: var(--main);
}
.c-btn-main--green a:hover .icon::before,
.c-btn-main--green button:hover .icon::before {
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main,
.c-ttl-main--white {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 960px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 2.875rem;
  }
}
.c-ttl-main::before,
.c-ttl-main--white::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--main);
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 0.09em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 428px) {
  .c-ttl-main::before,
  .c-ttl-main--white::before {
    width: 9px;
    height: 9px;
    margin-left: 0;
    margin-bottom: 0.08em;
  }
}
.c-ttl-main .en,
.c-ttl-main--white .en {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.1875rem;
}
@media screen and (max-width: 960px) {
  .c-ttl-main .en,
  .c-ttl-main--white .en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-main .en,
  .c-ttl-main--white .en {
    font-size: 14px;
  }
}
.c-ttl-main .ja,
.c-ttl-main--white .ja {
  font-size: 2.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .c-ttl-main .ja,
  .c-ttl-main--white .ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-main .ja,
  .c-ttl-main--white .ja {
    font-size: 1.5rem;
  }
}

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

.c-ttl-sub,
.c-ttl-sub--border {
  color: var(--black);
  font-size: 1.6875rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.c-ttl-sub::before,
.c-ttl-sub--border::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: var(--blue2);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 6px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 960px) {
  .c-ttl-sub,
  .c-ttl-sub--border {
    font-size: 1.4375rem;
    margin-bottom: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-sub,
  .c-ttl-sub--border {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  .c-ttl-sub::before,
  .c-ttl-sub--border::before {
    margin-left: 0;
    margin-bottom: 2px;
  }
}

.c-ttl-sub--border {
  line-height: 1;
  border-bottom: 2px dotted var(--border);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-ttl-sub--border {
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-sub--border {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
}

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

@media screen and (max-width: 960px) {
  .c-ttl-lead--sp {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-lead--sp {
    font-size: 1.125rem;
  }
}

.c-ttl-lead--sub {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .c-ttl-lead--sub {
    margin-bottom: 1.625rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .c-ttl-lead--sub {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}

/* ==========================================================================
スライド（swiper、slick）
=========================================================================*/
/* カルーセル
-----------------------------------------------------*/
/* Swiperの基本設定 */
.constructionSwiper {
  width: 100%;
  height: 330px;
  overflow: visible;
}
.constructionSwiper .swiper-slide {
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.constructionSwiper .swiper-slide.type1 {
  max-width: 256px;
}
.constructionSwiper .swiper-slide.type2 {
  max-width: 382px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.constructionSwiper .swiper-slide.type3 {
  max-width: 256px;
}
.constructionSwiper .swiper-slide.type4 {
  max-width: 382px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.constructionSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 22px 22px 22px rgba(var(--black-rgb), 0.3);
          box-shadow: 22px 22px 22px rgba(var(--black-rgb), 0.3);
}
.constructionSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media screen and (max-width: 960px) {
  .constructionSwiper {
    height: 258px;
  }
  .constructionSwiper .swiper-slide.type1 {
    max-width: 200px;
  }
  .constructionSwiper .swiper-slide.type2 {
    max-width: 300px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .constructionSwiper .swiper-slide.type3 {
    max-width: 200px;
  }
  .constructionSwiper .swiper-slide.type4 {
    max-width: 300px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media screen and (max-width: 428px) {
  .constructionSwiper {
    height: 153px;
  }
  .constructionSwiper .swiper-slide.type1 {
    max-width: 118px;
  }
  .constructionSwiper .swiper-slide.type2 {
    max-width: 177px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .constructionSwiper .swiper-slide.type3 {
    max-width: 118px;
  }
  .constructionSwiper .swiper-slide.type4 {
    max-width: 177px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

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

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

/* スマホでスワイパーに変化
-----------------------------------------------------*/
.c-slide-sp__wrap {
  position: relative;
}
@media screen and (max-width: 428px) {
  .c-slide-sp__wrap {
    padding-bottom: 48px;
  }
}
.c-slide-sp__wrap .sp-pagination.swiper-pagination {
  bottom: 0px;
  z-index: 1;
}
@media screen and (min-width: 429px) {
  .c-slide-sp__wrap .sp-pagination.swiper-pagination {
    display: none;
  }
}
.c-slide-sp__wrap .sp-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: rgba(var(--black-200-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(--blue);
}

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

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

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

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

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

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

/* ==========================================================================
トップページ
========================================================================== */
/* 見出し・タイトル
----------------------------------------------------------------- */
.p-idx-tit-main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-idx-tit-main {
    margin-bottom: 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-tit-main {
    margin-bottom: 1.875rem;
  }
}
.p-idx-tit-main .en {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 960px) {
  .p-idx-tit-main .en {
    font-size: clamp(1.375rem, 0.141rem + 4.604vw, 2.5rem);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-tit-main .en {
    font-size: 2rem;
  }
}

.p-idx-tit-sub--position-reset,
.p-idx-tit-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  position: absolute;
  left: 5%;
  top: 1.5rem;
}
.p-idx-tit-sub--position-reset .ico img,
.p-idx-tit-sub .ico img {
  width: 3.75rem;
  height: 1.875rem;
}
.p-idx-tit-sub--position-reset .ja,
.p-idx-tit-sub .ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-idx-tit-sub--position-reset,
  .p-idx-tit-sub {
    top: 1.125rem;
  }
  .p-idx-tit-sub--position-reset .ico img,
  .p-idx-tit-sub .ico img {
    width: 3.3125rem;
    height: 1.625rem;
  }
  .p-idx-tit-sub--position-reset .ja,
  .p-idx-tit-sub .ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-tit-sub--position-reset,
  .p-idx-tit-sub {
    top: 0.875rem;
  }
  .p-idx-tit-sub--position-reset .ico img,
  .p-idx-tit-sub .ico img {
    width: 2.875rem;
    height: 1.4375rem;
  }
  .p-idx-tit-sub--position-reset .ja,
  .p-idx-tit-sub .ja {
    font-size: 0.875rem;
  }
}

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

/* スライドショー
----------------------------------------------------------------- */
.p-idx-hero__wrap {
  width: 100%;
  position: relative;
  background: none;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.p-idx-hero__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.14%, rgba(var(--black-rgb), 0.1)), color-stop(79%, var(--black)), to(var(--black)));
  background: -webkit-linear-gradient(top, rgba(var(--black-rgb), 0.1) 0.14%, var(--black) 79%, var(--black) 100%);
  background: linear-gradient(-180deg, rgba(var(--black-rgb), 0.1) 0.14%, var(--black) 79%, var(--black) 100%);
  z-index: -1;
  pointer-events: none;
}

.p-idx-slide__catch1,
.p-idx-slide__catch2 {
  z-index: 2;
  position: absolute;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
}
.p-idx-slide__catch1 img,
.p-idx-slide__catch2 img {
  max-width: 100%;
}

.p-idx-slide__catch1 {
  max-width: 525px;
  left: 5%;
  top: 250px;
}
@media screen and (max-width: 960px) {
  .p-idx-slide__catch1 {
    top: 38dvh;
    max-width: clamp(17.063rem, 2.868rem + 52.941vw, 30rem);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-slide__catch1 {
    max-width: 273px;
  }
}

.p-idx-slide__catch2 {
  right: 5%;
  top: 80dvh;
  max-width: 284px;
}
@media screen and (max-width: 960px) {
  .p-idx-slide__catch2 {
    max-width: clamp(10rem, 1.497rem + 31.714vw, 17.75rem);
    top: calc(100dvh - 112px);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-slide__catch2 {
    max-width: 160px;
    top: calc(100dvh - 65px);
  }
}

.p-idx-slide__items .p-idx-slide-item {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.p-idx-slide__items .p-idx-slide-item .p-idx-slide-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--white);
  will-change: transform;
}

.p-idx-slide {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -2;
}

/* セクション1
----------------------------------------------------------------- */
.p-idx-sec1__wrap {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-idx-sec1__wrap {
    padding: 6.125rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap {
    padding: 4.5rem 0;
  }
}
.p-idx-sec1__wrap .p-idx-sec1-obj {
  position: absolute;
}
.p-idx-sec1__wrap .p-idx-sec1-obj .obj-lg {
  width: 60px;
  height: 60px;
}
.p-idx-sec1__wrap .p-idx-sec1-obj .obj-sm {
  width: 28px;
  height: 24px;
}
.p-idx-sec1__wrap .p-idx-sec1-obj .obj-md {
  width: 40px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .p-idx-sec1__wrap .p-idx-sec1-obj .obj-lg {
    width: 47px;
    height: 47px;
  }
  .p-idx-sec1__wrap .p-idx-sec1-obj .obj-sm {
    width: 23px;
    height: 20px;
  }
  .p-idx-sec1__wrap .p-idx-sec1-obj .obj-md {
    width: 31px;
    height: 47px;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap .p-idx-sec1-obj .obj-lg {
    width: 24px;
    height: 24px;
  }
  .p-idx-sec1__wrap .p-idx-sec1-obj .obj-sm {
    width: 11px;
    height: 11px;
  }
  .p-idx-sec1__wrap .p-idx-sec1-obj .obj-md {
    width: 16px;
    height: 24px;
  }
}
.p-idx-sec1__wrap .obj01 {
  left: 5%;
  top: 45%;
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap .obj01 {
    right: 5%;
    left: auto;
    top: 47%;
  }
}
.p-idx-sec1__wrap .obj02 {
  right: 5%;
  top: 58%;
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap .obj02 {
    right: 7%;
    top: 67%;
  }
}
.p-idx-sec1__wrap .obj03 {
  left: 5%;
  top: 28px;
}
.p-idx-sec1__wrap .obj04 {
  right: 5%;
  top: 68px;
}
.p-idx-sec1__wrap .obj05 {
  left: 5%;
  bottom: 30px;
}
.p-idx-sec1__wrap .obj06 {
  right: 10%;
  top: 30%;
}
.p-idx-sec1__wrap .obj07 {
  right: 20%;
  bottom: 98px;
}
.p-idx-sec1__wrap .obj08 {
  left: 25%;
  top: 62%;
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap .obj08 {
    left: 15%;
    top: 67%;
  }
}
.p-idx-sec1__wrap .p-idx-sec1_hd {
  margin-bottom: 10rem;
}
.p-idx-sec1__wrap .p-idx-sec1_hd img {
  display: block;
  margin-inline: auto;
  width: 150px;
}
@media screen and (max-width: 960px) {
  .p-idx-sec1__wrap .p-idx-sec1_hd {
    margin-bottom: 6.125rem;
  }
  .p-idx-sec1__wrap .p-idx-sec1_hd img {
    width: 120px;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap .p-idx-sec1_hd {
    margin-bottom: 4.5rem;
  }
  .p-idx-sec1__wrap .p-idx-sec1_hd img {
    width: 76px;
  }
}
.p-idx-sec1__wrap .p-idx-sec1__txt {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
.p-idx-sec1__wrap .p-idx-sec1__txt p {
  line-height: 3;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-idx-sec1__wrap .p-idx-sec1__txt {
    margin-bottom: 6.125rem;
  }
  .p-idx-sec1__wrap .p-idx-sec1__txt p {
    font-size: clamp(0.75rem, 0.339rem + 1.535vw, 1.125rem);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-sec1__wrap .p-idx-sec1__txt {
    margin-bottom: 4.5rem;
  }
  .p-idx-sec1__wrap .p-idx-sec1__txt p {
    font-size: 0.875rem;
    text-align: left;
  }
}

/* お知らせ2（リストタイプ）
----------------------------------------------------------------- */
.p-idx-newslist__wrap {
  padding: 10rem 0;
  position: relative;
}
.p-idx-newslist__wrap::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 3px;
  margin-inline: auto;
  background-color: var(--border);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__wrap {
    padding: 7.5rem 3% 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-newslist__wrap {
    padding: 5.9375rem 0 4.5rem;
  }
}

.p-idx-newslist__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13.7%;
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__inner {
    gap: 3%;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-newslist__inner {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-idx-newslist__ttl {
  min-width: 292px;
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__ttl {
    min-width: 202px;
  }
}
@media (max-width: 768px) {
  .p-idx-newslist__ttl {
    min-width: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-idx-newslist__cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  margin-left: 0;
}
.p-idx-newslist__cont ul {
  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: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__cont ul {
    gap: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-newslist__cont ul {
    gap: 15px;
  }
}
.p-idx-newslist__cont ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__cont ul li a {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .p-idx-newslist__cont ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-newslist__cont ul li a {
    gap: 0.75rem;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cont__data {
  line-height: 1.2;
  color: var(--blue);
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cont__data {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cont__data {
    font-size: 0.75rem;
  }
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__ttl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__ttl {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 960px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__ttl {
    gap: 10px;
  }
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__ttl::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: none;
          transform: none;
  width: 8px;
  height: 12px;
  background-image: url(/resource/images/ico_arrow_main.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-idx-newslist__cont ul li a:hover {
  color: var(--main);
  opacity: 0.7;
}
.p-idx-newslist__cont ul li a:hover .p-idx-newslist__cont__ttl::after {
  right: 0;
}

/* 会社情報
----------------------------------------------------------------- */
.p-idx-com__wrap {
  padding: 5rem 0 10rem;
  position: relative;
}
.p-idx-com__wrap::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 3px;
  margin-inline: auto;
  background-color: var(--border);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-idx-com__wrap {
    padding: 2.8125rem 3% 6.125rem;
  }
  .p-idx-com__wrap .c-flex {
    gap: 3%;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-com__wrap {
    padding: 2.3125rem 0 4.5rem;
  }
  .p-idx-com__wrap .c-flex {
    gap: 2.875rem;
  }
}
.p-idx-com__wrap .p-idx-com__cont {
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-idx-com__wrap .p-idx-com__cont {
    padding-top: 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-com__wrap .p-idx-com__cont {
    padding-top: 3.625rem;
  }
}
.p-idx-com__wrap .p-idx-com__cont .p-idx-com__txt {
  line-height: 2.5;
}
.p-idx-com__wrap .p-idx-com__img {
  width: 100%;
  height: auto;
  max-width: 484px;
  overflow: hidden;
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-idx-com__wrap .p-idx-com__img {
    max-width: 320px;
    -webkit-box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
            box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-com__wrap .p-idx-com__img {
    max-width: inherit;
  }
}
.p-idx-com__wrap .p-idx-com__img picture {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1/1;
}
.p-idx-com__wrap .p-idx-com__img picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-idx-com__wrap .p-idx-com__img .p-idx-com__img-link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.p-idx-com__wrap .p-idx-com__img .p-idx-com__img-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 私たちの強み
----------------------------------------------------------------- */
.p-idx-adva__wrap {
  padding: 10rem 0 6.25rem;
  position: relative;
}
.p-idx-adva__wrap .p-idx-adva__head .c-btn-main {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-idx-adva__wrap {
    padding: 7.5rem 0 4.75rem;
  }
  .p-idx-adva__wrap .p-idx-adva__head {
    gap: 3%;
    padding-left: 3%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-adva__wrap {
    padding: 5.9375rem 0 3.625rem;
  }
  .p-idx-adva__wrap .p-idx-adva__head {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-idx-adva__wrap .p-idx-adva__head .c-btn-main {
    margin-left: inherit;
  }
}
.p-idx-adva__wrap .p-idx-tit-main {
  margin-bottom: 0;
}
@media screen and (max-width: 428px) {
  .p-idx-adva__wrap .p-idx-tit-main {
    margin-bottom: 2.875rem;
  }
}
.p-idx-adva__wrap {
  /* スライダーコンテナ */
}
.p-idx-adva__wrap .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-idx-adva__wrap .slider-container {
    padding-top: 3.625rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-adva__wrap .slider-container {
    padding-top: 2.875rem;
  }
}
.p-idx-adva__wrap .slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.p-idx-adva__wrap .slider-track.no-transition {
  -webkit-transition: none;
  transition: none;
}
.p-idx-adva__wrap .slider-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 418px;
      -ms-flex: 0 0 418px;
          flex: 0 0 418px;
  max-width: 418px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 960px) {
  .p-idx-adva__wrap .slider-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 304px;
        -ms-flex: 0 0 304px;
            flex: 0 0 304px;
    max-width: 304px;
  }
}
.p-idx-adva__wrap {
  /* カードのデザイン */
}
.p-idx-adva__wrap .p-idx-adva-card {
  background: var(--white);
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
  padding: 1.5rem;
  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;
  width: 100%;
  height: 100%;
}
.p-idx-adva__wrap .p-idx-adva-card .title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-block: 2.5rem;
}
.p-idx-adva__wrap .p-idx-adva-card .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .p-idx-adva__wrap .p-idx-adva-card {
    padding: 1.125rem;
    -webkit-box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
            box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
  }
  .p-idx-adva__wrap .p-idx-adva-card .title {
    margin-block: 1.625rem;
  }
}
.p-idx-adva__wrap {
  /* ナビゲーションボタン */
}
.p-idx-adva__wrap .slider-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  height: 40px;
}
.p-idx-adva__wrap .slider-button-prev,
.p-idx-adva__wrap .slider-button-next {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--border);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: var(--main);
  position: relative;
}
.p-idx-adva__wrap .slider-button-prev:hover,
.p-idx-adva__wrap .slider-button-next:hover {
  background-color: var(--main);
}
.p-idx-adva__wrap .slider-button-prev:hover::after, .p-idx-adva__wrap .slider-button-prev:hover::after,
.p-idx-adva__wrap .slider-button-next:hover::after,
.p-idx-adva__wrap .slider-button-next:hover::after {
  border-color: var(--white);
}
.p-idx-adva__wrap .slider-button-prev:active,
.p-idx-adva__wrap .slider-button-next:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.p-idx-adva__wrap .slider-button-prev::after,
.p-idx-adva__wrap .slider-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
}
.p-idx-adva__wrap .slider-button-prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.p-idx-adva__wrap .slider-button-next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

/* 未来を語る
----------------------------------------------------------------- */
.stack-container {
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .stack-container {
    padding-bottom: 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .stack-container {
    padding-bottom: 4.5rem;
  }
}

.stack-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: auto;
  width: 100%;
}

/* 未来を語る
----------------------------------------------------------------- */
.p-idx-futu__wrap {
  padding: 4rem 0 5rem;
  z-index: 1;
  background-image: -webkit-image-set(url("/resource/images/idx_bg_section1.webp") type("image/webp"), url("/resource/images/idx_bg_section1.jpg") type("image/jpg"));
  background-image: image-set(url("/resource/images/idx_bg_section1.webp") type("image/webp"), url("/resource/images/idx_bg_section1.jpg") type("image/jpg"));
  background-size: cover;
  background-position: top center;
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
}
@media screen and (max-width: 960px) {
  .p-idx-futu__wrap {
    padding: 2.875rem 3% 4.75rem;
    -webkit-box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.2);
            box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.2);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-futu__wrap {
    padding: 2.375rem 0 3.625rem;
  }
}
.p-idx-futu__wrap .p-idx-futu__img {
  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: 2.5rem;
}
.p-idx-futu__wrap .p-idx-futu__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-idx-futu__wrap .p-idx-futu__img picture:nth-of-type(1) {
  max-width: 400px;
  padding-left: 60px;
}
.p-idx-futu__wrap .p-idx-futu__img picture:nth-of-type(2) {
  max-width: 240px;
}
.p-idx-futu__wrap .p-idx-futu__img picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.3);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.3);
}
@media screen and (max-width: 960px) {
  .p-idx-futu__wrap .p-idx-futu__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.625rem;
    margin-left: auto;
  }
  .p-idx-futu__wrap .p-idx-futu__img picture:nth-of-type(1) {
    max-width: 282px;
    padding-left: 40px;
  }
  .p-idx-futu__wrap .p-idx-futu__img picture:nth-of-type(2) {
    max-width: 147px;
  }
  .p-idx-futu__wrap .p-idx-futu__img picture img {
    -webkit-box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.3);
            box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.3);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-futu__wrap .p-idx-futu__img {
    gap: 2rem;
    margin-left: inherit;
  }
  .p-idx-futu__wrap .p-idx-futu__img picture:nth-of-type(1) {
    max-width: 428px;
    padding-left: 41px;
  }
  .p-idx-futu__wrap .p-idx-futu__img picture:nth-of-type(2) {
    max-width: 50%;
  }
}

/* 体制・機能
----------------------------------------------------------------- */
.p-idx-sys__wrap {
  padding: 4rem 0 5rem;
  z-index: 1;
  background-image: -webkit-image-set(url("/resource/images/idx_bg_section2.webp") type("image/webp"), url("/resource/images/idx_bg_section2.jpg") type("image/jpg"));
  background-image: image-set(url("/resource/images/idx_bg_section2.webp") type("image/webp"), url("/resource/images/idx_bg_section2.jpg") type("image/jpg"));
  background-size: cover;
  background-position: top center;
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
}
@media screen and (max-width: 960px) {
  .p-idx-sys__wrap {
    padding: 2.875rem 3% 4.75rem;
    -webkit-box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.2);
            box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.2);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-sys__wrap {
    padding: 2.375rem 0 3.625rem;
  }
}
.p-idx-sys__wrap .p-idx-com__img {
  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: 2.5rem;
}
.p-idx-sys__wrap .p-idx-com__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-idx-sys__wrap .p-idx-com__img picture:nth-of-type(1) {
  max-width: 400px;
  padding-left: 60px;
}
.p-idx-sys__wrap .p-idx-com__img picture:nth-of-type(2) {
  max-width: 240px;
}
.p-idx-sys__wrap .p-idx-com__img picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.3);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.3);
}
@media screen and (max-width: 960px) {
  .p-idx-sys__wrap .p-idx-com__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.625rem;
    margin-left: auto;
  }
  .p-idx-sys__wrap .p-idx-com__img picture:nth-of-type(1) {
    max-width: 282px;
    padding-left: 40px;
  }
  .p-idx-sys__wrap .p-idx-com__img picture:nth-of-type(2) {
    max-width: 147px;
  }
  .p-idx-sys__wrap .p-idx-com__img picture img {
    -webkit-box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.3);
            box-shadow: 18px 18px 18px rgba(var(--black-rgb), 0.3);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-sys__wrap .p-idx-com__img {
    gap: 2rem;
    margin-left: inherit;
  }
  .p-idx-sys__wrap .p-idx-com__img picture:nth-of-type(1) {
    max-width: 428px;
    padding-left: 41px;
  }
  .p-idx-sys__wrap .p-idx-com__img picture:nth-of-type(2) {
    max-width: 50%;
  }
}

/* 施工実績
----------------------------------------------------------------- */
.p-idx-works__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .p-idx-works__wrap {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-works__wrap {
    padding: 5rem 0;
  }
}
.p-idx-works__wrap .c-btn-main {
  margin-top: 3.75rem;
}
@media screen and (max-width: 428px) {
  .p-idx-works__wrap .c-btn-main {
    margin-top: 2.5rem;
  }
}

/* 設備紹介
----------------------------------------------------------------- */
.p-idx-equ__wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .p-idx-equ__wrap {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-equ__wrap {
    padding: 5rem 0;
  }
}
.p-idx-equ__wrap .p-idx-equ__bg {
  padding: 5rem;
  position: relative;
  z-index: 1;
  height: 338px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-idx-equ__wrap .p-idx-equ__bg {
    padding: 1.9375rem;
    height: 232px;
  }
}
.p-idx-equ__wrap .p-idx-equ__bg picture {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-idx-equ__wrap .p-idx-equ__bg 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;
}
@media screen and (max-width: 834px) {
  .p-idx-equ__wrap .c-ttl-main--white {
    margin-bottom: 1.25rem;
  }
}
.p-idx-equ__wrap .c-btn-main--white {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-idx-equ__wrap a {
    line-height: 72px;
  }
}

/* 採用情報
----------------------------------------------------------------- */
.p-idx-rec__wrap {
  padding: 0 0 10rem;
  position: relative;
}
.p-idx-rec__wrap .p-idx-rec__img-area {
  background-image: -webkit-image-set(url("/resource/images/idx_rec_bg.webp") type("image/webp"), url("/resource/images/idx_rec_bg.png") type("image/png"));
  background-image: image-set(url("/resource/images/idx_rec_bg.webp") type("image/webp"), url("/resource/images/idx_rec_bg.png") type("image/png"));
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--white);
  background-size: min(100%, 1366px) auto;
  -webkit-box-shadow: 34px 34px 34px rgba(var(--black-rgb), 0.2);
          box-shadow: 34px 34px 34px rgba(var(--black-rgb), 0.2);
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 960px) {
  .p-idx-rec__wrap {
    padding: 0 0 6.125rem;
    aspect-ratio: 820/511;
  }
  .p-idx-rec__wrap .p-idx-rec__img-area {
    -webkit-box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
            box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
    padding-bottom: 4.75rem;
    height: inherit;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-rec__wrap {
    padding: 0 0 4.5rem;
  }
  .p-idx-rec__wrap .p-idx-rec__img-area {
    padding-bottom: 2.875rem;
    background: none;
  }
}
.p-idx-rec__wrap .p-idx-rec__cont {
  max-width: 47.2222222222%;
  width: 38%;
  max-width: 310px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.p-idx-rec__wrap .p-idx-rec__cont .c-btn-main {
  margin-top: clamp(2.5rem, -10.214rem + 47.418vw, 30.625rem);
}
@media screen and (max-width: 834px) {
  .p-idx-rec__wrap .p-idx-rec__cont .c-btn-main {
    margin-top: clamp(8.125rem, 1.268rem + 25.575vw, 14.375rem);
  }
}
@media screen and (max-width: 428px) {
  .p-idx-rec__wrap .p-idx-rec__cont .c-btn-main {
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-rec__wrap .p-idx-rec__cont {
    max-width: 47.1774193548%;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-rec__wrap .p-idx-rec__cont {
    max-width: initial;
    width: 100%;
  }
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact__wrap {
  padding: 1.5rem 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-idx-contact__wrap {
    padding: 1.125rem 0 4.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap {
    padding: 0.875rem 0 3.625rem;
  }
}
.p-idx-contact__wrap .p-idx-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem 5%;
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-contact__inner {
    gap: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .p-idx-contact__ttl {
  text-align: center;
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .p-idx-contact__ttl {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .p-idx-contact__ttl {
    font-size: 1.25rem;
  }
}
.p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .c-btn-main {
  min-width: 290px;
}
@media screen and (max-width: 960px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .c-btn-main {
    min-width: initial;
    width: 100%;
    min-width: 200px;
  }
}
@media screen and (max-width: 428px) {
  .p-idx-contact__wrap .p-idx-contact__inner .p-idx-contact__box .c-btn-main {
    min-width: 170px;
  }
}

/* ==========================================================================
企業情報
========================================================================== */
/* ご挨拶
----------------------------------------------------------------- */
.p-com-message {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-message {
    padding: 6.125rem 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-message {
    padding: 4.5rem 0 4.5rem;
  }
}
.p-com-message .p-com-message-txt {
  font-size: 1.125rem;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  .p-com-message .p-com-message-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-message .p-com-message-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  .p-com-message .p-com-message-name {
    font-size: 0.875rem;
    text-align: right;
  }
}

/* 会社概要
----------------------------------------------------------------- */
.p-com-profile {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-profile {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-profile {
    padding: 0 0 4.5rem;
  }
}
.p-com-profile .p-client__list li {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 428px) {
  .p-com-profile .p-client__list li {
    display: inline;
    margin-right: 0;
    text-align: justify;
    text-justify: inter-character;
    word-break: break-all;
  }
  .p-com-profile .p-client__list li::after {
    content: "/";
    margin-left: 0;
  }
}
.p-com-profile .p-com-profile-fbk {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("/resource/images/com_fbk_bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
          box-shadow: 30px 30px 30px rgba(var(--black-rgb), 0.2);
}
@media screen and (max-width: 960px) {
  .p-com-profile .p-com-profile-fbk {
    -webkit-box-shadow: 23px 23px 23px rgba(var(--black-rgb), 0.2);
            box-shadow: 23px 23px 23px rgba(var(--black-rgb), 0.2);
  }
}
@media screen and (max-width: 428px) {
  .p-com-profile .p-com-profile-fbk {
    -webkit-box-shadow: 10px 10px 10px rgba(var(--black-rgb), 0.2);
            box-shadow: 10px 10px 10px rgba(var(--black-rgb), 0.2);
    border-radius: 6px;
  }
}
.p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame {
  position: relative;
  z-index: 1;
  margin: 20px;
  padding: 42px 5% 64px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 960px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame {
    margin: 12px;
    padding: 2.875rem 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame {
    margin: 5px;
    padding: 2rem 5%;
    border-radius: 4px;
  }
}
.p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .lead {
  max-width: 452px;
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .lead {
    max-width: 361px;
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .lead {
    margin-bottom: 1.25rem;
  }
}
.p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .title {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .title {
    font-size: 1.4375rem;
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    text-align: left;
  }
}
.p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .text {
  line-height: 2;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-com-profile .p-com-profile-fbk .p-com-profile-fbk__frame .text {
    font-size: 0.875rem;
  }
}

/* 太陽光発電システム
----------------------------------------------------------------- */
.p-com-csr {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-csr {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-csr {
    padding: 0 0 4.5rem;
  }
}

/* 太陽光発電システム
----------------------------------------------------------------- */
.p-com-solar {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-solar {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-solar {
    padding: 0 0 4.5rem;
  }
}

/* 環境方針
----------------------------------------------------------------- */
.p-com-env {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-env {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-env {
    padding: 0 0 4.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-com-env ol {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-env ol {
    font-size: 0.875rem;
  }
}

/* 品質方針
----------------------------------------------------------------- */
.p-com-quality {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-quality {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-quality {
    padding: 0 0 4.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-com-quality ol {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-quality ol {
    font-size: 0.875rem;
  }
}

/* アクセス
----------------------------------------------------------------- */
.p-com-access__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-com-access__wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-access__wrap {
    padding: 0 0 4.5rem;
  }
  .p-com-access__wrap .c-flex--sm {
    gap: 0;
  }
}
.p-com-access__wrap .p-com-access__wrap--main {
  padding: 0 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-com-access__wrap .p-com-access__wrap--main {
    padding: 0 0 3.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-access__wrap .p-com-access__wrap--main {
    padding: 0 0 2.875rem;
  }
}
.p-com-access__wrap .p-com-access__wrap--main .p-com-access__info {
  max-width: 380px;
  width: 100%;
  display: block;
  padding: 1.25rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 960px) {
  .p-com-access__wrap .p-com-access__wrap--main .p-com-access__info {
    padding: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-com-access__wrap .p-com-access__wrap--main .p-com-access__time {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .p-com-access__wrap .p-com-access__wrap--main .p-com-access__time {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-access__wrap .p-com-access__wrap--main .p-com-access__time {
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
  }
  .p-com-access__wrap .p-com-access__wrap--main .p-com-access__time dt {
    color: var(--blue);
    font-weight: 700;
  }
}
@media screen and (max-width: 834px) {
  .p-com-access__wrap .p-com-access__wrap .c-flex--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.p-com-access__wrap .p-com-access__wrap .p-com-access__map {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-com-access__wrap .p-com-access__wrap .p-com-access__map {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .p-com-access__wrap .p-com-access__wrap .p-com-access__map {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 960px) {
  .p-com-access__wrap .p-com-access__map--lg,
  .p-com-access__wrap .p-com-access__map {
    height: 245px;
  }
}
@media screen and (max-width: 428px) {
  .p-com-access__wrap .p-com-access__map--lg,
  .p-com-access__wrap .p-com-access__map {
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .p-com-access__wrap .p-com-access__map--lg iframe,
  .p-com-access__wrap .p-com-access__map iframe {
    width: 100%;
    height: 100%;
  }
}
.p-com-access__wrap .p-com-access__map_img {
  border: 1px solid var(--border);
  border-radius: 2.25rem;
}
@media screen and (max-width: 834px) {
  .p-com-access__wrap .p-com-access__map {
    height: 200px;
  }
}

/* ==========================================================================
私たちの強み
========================================================================== */
.p-adva-wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-adva-wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-adva-wrap {
    padding: 0 0 4.5rem;
  }
}

/* 私たちについて
----------------------------------------------------------------- */
.p-adva-message {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-adva-message {
    padding: 6.125rem 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-adva-message {
    padding: 4.5rem 0 4.5rem;
  }
}
.p-adva-message .swiper {
  overflow-y: visible;
}
.p-adva-message .swiper-slide img {
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}
.p-adva-message .p-adva-box2 {
  padding: 4rem 3px;
  border: 3px solid var(--border);
  text-align: center;
}
.p-adva-message .p-adva-box2 img {
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .p-adva-message .p-adva-box2 {
    padding: 2.875rem 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-adva-message .p-adva-box2 {
    padding: 2rem 5%;
  }
}
.p-adva-message .p-adva-box2 h5 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-adva-message .p-adva-box2 h5 {
    margin-bottom: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-adva-message .p-adva-box2 h5 {
    margin-bottom: 2rem;
  }
}

/* ==========================================================================
未来を語る
========================================================================== */
.p-future-wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-future-wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-wrap {
    padding: 0 0 4.5rem;
  }
}

/* 未来に向けて
----------------------------------------------------------------- */
.p-future-message {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-future-message {
    padding: 6.125rem 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-message {
    padding: 4.5rem 0 4.5rem;
  }
}
.p-future-message .c-ttl-main {
  margin-bottom: 0;
}
.p-future-message .p-future-message__hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-future-message .p-future-message__hd {
    gap: 4.8%;
  }
}
@media screen and (max-width: 428px) {
  .p-future-message .p-future-message__hd {
    gap: 0;
  }
}
.p-future-message .p-future-message__hd .c-ttl-lead {
  margin-top: 6.25rem;
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .p-future-message .p-future-message__hd .c-ttl-lead {
    margin-top: 4.75rem;
    margin-bottom: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-message .p-future-message__hd .c-ttl-lead {
    font-size: 1rem;
    margin-top: 3.625rem;
    margin-bottom: 2rem;
  }
}
.p-future-message .p-future-message__hd .logo {
  width: 200px;
  text-align: center;
}
.p-future-message .p-future-message__hd .logo picture img {
  width: 150px;
}
@media screen and (max-width: 960px) {
  .p-future-message .p-future-message__hd .logo {
    width: auto;
  }
  .p-future-message .p-future-message__hd .logo picture img {
    width: 100px;
  }
}
@media screen and (max-width: 428px) {
  .p-future-message .p-future-message__hd .logo picture img {
    width: 88px;
  }
}
.p-future-message .p-adva-box2 {
  padding: 4rem 5%;
  border: 3px solid var(--border);
  text-align: center;
}
.p-future-message .p-adva-box2 h5 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-future-message .p-adva-box2 h5 {
    margin-bottom: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-message .p-adva-box2 h5 {
    margin-bottom: 2rem;
  }
}

/* 商社 × メーカー
----------------------------------------------------------------- */
.p-future-hybrid__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-future-hybrid__wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-hybrid__wrap {
    padding: 0 0 4.5rem;
  }
}
.p-future-hybrid__wrap .p-future-hybrid__box {
  border: 3px solid var(--border);
  padding: 4rem 5%;
}
@media screen and (max-width: 960px) {
  .p-future-hybrid__wrap .p-future-hybrid__box {
    padding: 2.875rem 5%;
  }
}
@media screen and (max-width: 428px) {
  .p-future-hybrid__wrap .p-future-hybrid__box {
    padding: 2rem 5%;
  }
}
.p-future-hybrid__wrap .p-future-hybrid__innner {
  border: 3px solid var(--border);
  padding: 4rem 5%;
}
@media screen and (max-width: 960px) {
  .p-future-hybrid__wrap .p-future-hybrid__innner {
    padding: 2.875rem 5%;
  }
  .p-future-hybrid__wrap .p-future-hybrid__innner p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-hybrid__wrap .p-future-hybrid__innner {
    padding: 2rem 5%;
  }
  .p-future-hybrid__wrap .p-future-hybrid__innner p {
    font-size: 0.75rem;
  }
}
.p-future-hybrid__wrap .p-future-hybrid__innner .p-future-hybrid-ttl {
  background: url(/resource/images/future_title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin: 0 auto 4rem;
  padding: 0.1em 0.7em;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: bold;
  color: var(--white);
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .p-future-hybrid__wrap .p-future-hybrid__innner .p-future-hybrid-ttl {
    margin: 0 auto 2.875rem;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-hybrid__wrap .p-future-hybrid__innner .p-future-hybrid-ttl {
    margin: 0 auto 2rem;
    font-size: 1.125rem;
  }
}
.p-future-hybrid__wrap .p-future-hybrid__cross::after {
  content: "";
  display: block;
  background: url(/resource/images/fut_img02_1_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  margin-inline: auto;
}
.p-future-hybrid__wrap .p-future-hybrid__cross {
  margin-top: -20px;
  height: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-future-hybrid__wrap .p-future-hybrid__cross {
    height: 90px;
  }
  .p-future-hybrid__wrap .p-future-hybrid__cross::after {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 428px) {
  .p-future-hybrid__wrap .p-future-hybrid__cross {
    margin-top: -10px;
    height: 65px;
  }
  .p-future-hybrid__wrap .p-future-hybrid__cross::after {
    width: 75px;
    height: 75px;
  }
}

/* FujiBuhin History
----------------------------------------------------------------- */
.p-future-history__wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap {
    padding: 0 0 4.5rem;
  }
}
.p-future-history__wrap .p-future-history__inner {
  position: relative;
}
.p-future-history__wrap .p-future-history__inner::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  bottom: 0;
  width: 2px;
  height: calc(100% - 269px);
  background: #2b5cff;
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__inner::before {
    height: calc(100% - 440px);
    top: 4px;
    left: 12px;
  }
}
.p-future-history__wrap .p-future-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__item {
    gap: clamp(1.25rem, -2.864rem + 15.345vw, 5rem);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 1.25rem;
  }
}
.p-future-history__wrap {
  /* 左側 */
}
.p-future-history__wrap .p-future-history__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__left {
    padding-left: clamp(2.813rem, 0.412rem + 8.951vw, 5rem);
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__left {
    padding-left: 60px;
  }
}
.p-future-history__wrap .ico_square::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  height: 30px;
  background: -webkit-linear-gradient(315deg, #0015b8, #1aa7d7);
  background: linear-gradient(135deg, #0015b8, #1aa7d7);
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .ico_square::before {
    top: 10px;
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .ico_square::before {
    width: 25px;
    height: 25px;
    top: 4px;
  }
}
.p-future-history__wrap {
  /* 年号 */
}
.p-future-history__wrap .p-future-history__year-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;
  gap: 8px 20px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__year-wrap {
    margin-bottom: 1.625rem;
  }
}
@media (max-width: 768px) {
  .p-future-history__wrap .p-future-history__year-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__year-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1.25rem;
  }
}
.p-future-history__wrap .p-future-history__year-wrap .p-future-history__year {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Zalando Sans Expanded", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__year-wrap .p-future-history__year {
    font-size: clamp(1.75rem, 0.516rem + 4.604vw, 2.875rem);
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__year-wrap .p-future-history__year {
    font-size: 2rem;
  }
}
.p-future-history__wrap .p-future-history__year-wrap .p-future-history__era {
  font-size: 16px;
}
.p-future-history__wrap .p-future-history__text {
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__text {
    font-size: 0.875rem;
  }
}
.p-future-history__wrap .p-future-history__right {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__right {
    width: clamp(9.375rem, -0.911rem + 38.363vw, 18.75rem);
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
    width: auto;
  }
}
.p-future-history__wrap .p-future-history__img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__img {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-future-history__wrap .p-future-history__img {
    margin-bottom: 0.875rem;
  }
}
.p-future-history__wrap .p-future-history__img p {
  margin-top: 0.25em;
}
@media screen and (max-width: 960px) {
  .p-future-history__wrap .p-future-history__img p {
    font-size: 0.875rem;
  }
}
.p-future-history__wrap .p-future-history__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
体制・機能
========================================================================== */
.p-system-wrap {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-system-wrap {
    padding: 0 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-system-wrap {
    padding: 0 0 4.5rem;
  }
}

/* 体制・機能
----------------------------------------------------------------- */
.p-system-message {
  padding: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-system-message {
    padding: 6.125rem 0 6.125rem;
  }
}
@media screen and (max-width: 428px) {
  .p-system-message {
    padding: 4.5rem 0 4.5rem;
  }
}

/* 体制・機能
----------------------------------------------------------------- */
.p-system__box {
  padding: 0 6% 4rem;
  position: relative;
  -webkit-box-shadow: 30px 30px 20px rgba(var(--black-rgb), 0.2);
          box-shadow: 30px 30px 20px rgba(var(--black-rgb), 0.2);
  background: var(--border);
  margin-top: 56px;
}
.p-system__box::before {
  content: "";
  display: inline-block;
  background: var(--border);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  width: 45%;
  height: 57px;
  position: absolute;
  top: -56px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-system__box {
    -webkit-box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
            box-shadow: 20px 20px 20px rgba(var(--black-rgb), 0.2);
    margin-top: 46px;
    padding: 0 5% 2.875rem;
  }
  .p-system__box::before {
    top: -46px;
    height: 47px;
  }
}
@media screen and (max-width: 428px) {
  .p-system__box {
    -webkit-box-shadow: 14px 14px 14px rgba(var(--black-rgb), 0.2);
            box-shadow: 14px 14px 14px rgba(var(--black-rgb), 0.2);
    margin-top: 32px;
    padding: 0 5% 2rem;
  }
  .p-system__box::before {
    top: -32px;
    height: 33px;
    width: 65%;
  }
}
.p-system__box .p-system__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  z-index: 1;
}
.p-system__box .p-system__inner .p-system__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
.p-system__box .p-system__inner .p-system__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-system__box .p-system__inner .p-system__right {
    max-width: 276px;
  }
}
@media screen and (max-width: 960px) {
  .p-system__box .p-system__inner {
    gap: clamp(1.25rem, -1.493rem + 10.23vw, 3.75rem);
  }
  .p-system__box .p-system__inner .p-system__right {
    max-width: 276px;
  }
}
@media screen and (max-width: 428px) {
  .p-system__box .p-system__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-system__box .p-system__inner .p-system__right {
    max-width: inherit;
  }
}

.p-system__head {
  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: 30px;
  margin-bottom: 4rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-system__head {
    margin-bottom: 2.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-system__head {
    margin-bottom: 2rem;
    gap: 20px;
  }
}
.p-system__head .p-system__icon {
  width: 100px;
  height: 100px;
  background: var(--white);
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-system__head .p-system__icon img {
  width: 60%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-system__head .p-system__icon {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 428px) {
  .p-system__head .p-system__icon {
    width: 55px;
    height: 55px;
    margin-top: 0;
  }
}
.p-system__head .p-system__title {
  font-size: 2.875rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-system__head .p-system__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .p-system__head .p-system__title {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
お知らせ
========================================================================== */
/* 記事
----------------------------------------------------------------- */
.p-news-article {
  padding: 3.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .p-news-article {
    padding: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 428px) {
  .p-news-article {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-news-article .p-news-article__items__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.p-news-article .p-news-article__items__flex .p-news-article__date {
  line-height: 1.2;
  color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.1875rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .p-news-article .p-news-article__items__flex .p-news-article__date {
    font-size: 1.125rem;
  }
}
.p-news-article .p-news-article__items__flex .p-news-article__cat {
  display: inline-block;
  background-color: var(--main);
  color: var(--white);
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 20px 6px;
}
.p-news-article .p-news-article-data {
  color: var(--main);
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 700;
}
.p-news-article .p-news-article__ttl {
  line-height: 1.6;
  font-size: 2.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-news-article .p-news-article__ttl {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-news-article .p-news-article__ttl {
    font-size: 1.625rem;
  }
}
.p-news-article .p-news-article__cont {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-news-article .p-news-article__cont {
    margin-top: 1.875rem;
  }
}
.p-news-article .p-news-article__cont p:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-news-article .p-news-article__cont a {
  color: var(--sub);
  text-decoration: underline;
}
.p-news-article .p-news-article__cont a:hover {
  color: var(--hover);
  text-decoration: none;
}

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  position: relative;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  color: var(--white);
  background-color: var(--main);
}

.wp-pagenavi span,
.wp-pagenavi 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;
  color: var(--main);
  background-color: var(--border);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 36px;
  margin: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  color: var(--white);
  background-color: var(--main);
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  font-size: 14px;
  padding: 0.5rem;
}

/* ==========================================================================
お知らせ2
========================================================================== */
.p-news2__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.4074074074%;
}
@media screen and (max-width: 428px) {
  .p-news2__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news2__layout .p-news2__cont {
  -webkit-flex-basis: 66.6666666667%;
      -ms-flex-preferred-size: 66.6666666667%;
          flex-basis: 66.6666666667%;
}
.p-news2__layout aside {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 428px) {
  .p-news2__layout aside {
    margin-top: 3.75rem;
  }
}
.p-news2__layout aside .c-ttl-sub {
  margin-bottom: 1.875rem;
}
.p-news2__layout aside .c-list-dot2 li {
  margin-bottom: 1.25rem;
}
.p-news2__layout aside .c-list-dot2 li:last-of-type {
  margin-bottom: 0;
}
.p-news2__layout aside .c-list-dot2 li a:hover {
  color: var(--main);
}

/* ==========================================================================
よくある質問
========================================================================== */
/* よくあるご質問１
----------------------------------------------------------------- */
.p-faq__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-faq__wrap {
    gap: 1.875rem;
  }
}

.p-faq__cont {
  padding: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-faq__cont {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 428px) {
  .p-faq__cont {
    padding: 1.875rem 1.25rem;
  }
}
.p-faq__cont .p-faq-q {
  vertical-align: middle;
  position: relative;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 4.375rem;
}
@media screen and (max-width: 834px) {
  .p-faq__cont .p-faq-q {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 428px) {
  .p-faq__cont .p-faq-q {
    font-size: 1.4375rem;
    padding-left: 3.125rem;
  }
}
.p-faq__cont .p-faq-q::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.0625rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: var(--white);
  background-color: var(--main);
  width: 50px;
  height: 50px;
  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;
}
@media screen and (max-width: 834px) {
  .p-faq__cont .p-faq-q::before {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 428px) {
  .p-faq__cont .p-faq-q::before {
    font-size: 1.4375rem;
    width: 36px;
    height: 36px;
  }
}
.p-faq__cont .p-faq-a {
  position: relative;
  margin-top: 1.875rem;
  padding-left: 4.375rem;
}
@media screen and (max-width: 428px) {
  .p-faq__cont .p-faq-a {
    margin-top: 1.25rem;
    padding-left: 3.125rem;
  }
}

/* パターン2
----------------------------------------------------------------- */
.p-faq2__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 428px) {
  .p-faq2__wrap {
    gap: 1.875rem;
  }
}

/*アコーディオン全体*/
.p-faq2__cont {
  padding: 1.875rem;
}
.p-faq2__cont .p-faq2-area {
  /*アコーディオンタイトル*/
}
.p-faq2__cont .p-faq2-area .p-faq2-q {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  margin-top: 5px;
  position: relative;
  font-size: 1.1875rem;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 3.75rem;
  padding-right: 3.125rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-q {
    padding: 0 2.5rem;
  }
}
.p-faq2__cont .p-faq2-area .p-faq2-q {
  /*アイコンの＋と×*/
}
.p-faq2__cont .p-faq2-area .p-faq2-q::before, .p-faq2__cont .p-faq2-area .p-faq2-q::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-q::before, .p-faq2__cont .p-faq2-area .p-faq2-q::after {
    width: 15px;
  }
}
.p-faq2__cont .p-faq2-area .p-faq2-q::before {
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-q::before {
    top: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-faq2__cont .p-faq2-area .p-faq2-q::after {
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-q::after {
    top: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-faq2__cont .p-faq2-area .p-faq2-q .p-faq2-q__inner {
  position: relative;
}
.p-faq2__cont .p-faq2-area .p-faq2-q .p-faq2-q__inner::before {
  content: "Q";
  display: block;
  position: absolute;
  left: -60px;
  top: -5px;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: var(--white);
  background-color: var(--main);
  width: 40px;
  height: 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;
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-q .p-faq2-q__inner::before {
    font-size: 1.1875rem;
    top: 0px;
    left: -45px;
    width: 30px;
    height: 30px;
  }
}
.p-faq2__cont .p-faq2-area {
  /*　closeというクラスがついたら形状変化　*/
}
.p-faq2__cont .p-faq2-area .p-faq2-q.close::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-faq2__cont .p-faq2-area .p-faq2-q.close::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-faq2__cont .p-faq2-area {
  /*アコーディオンで現れるエリア*/
}
.p-faq2__cont .p-faq2-area .p-faq2-a {
  display: none;
  margin-top: 1.875rem;
  padding: 0 3.125rem 0 3.75rem;
  position: relative;
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-a {
    padding: 0 2.5rem;
  }
}
.p-faq2__cont .p-faq2-area .p-faq2-a::before {
  content: "A";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: var(--main);
  background-color: var(--white);
  width: 40px;
  height: 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;
}
@media screen and (max-width: 428px) {
  .p-faq2__cont .p-faq2-area .p-faq2-a::before {
    font-size: 1.1875rem;
    left: -5px;
    width: 30px;
    height: 30px;
  }
}

/* ==========================================================================
施工実績
=========================================================================*/
/* カテゴリーのスタイル
----------------------------------------------------------------- */
.p-works__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;
}
.p-works__cat .cat {
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
  background-color: var(--main);
  padding: 4px 8px;
}
.p-works__cat .name {
  font-weight: 500;
  line-height: 1.4;
  color: var(--main);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-md {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .txt-md {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 428px) {
  .txt-md {
    font-size: 0.75rem;
  }
}

.txt-lg {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .txt-lg {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .txt-lg {
    font-size: 0.875rem;
  }
}

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

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

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

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

.txt-link--win--blue {
  text-align: start;
  letter-spacing: -0.02em;
}
.txt-link--win--blue::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/ico_win2_hover.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-tel__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .txt-tel__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 9px;
  }
}
.txt-tel__info p {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .txt-tel__info p {
    font-size: 13px;
  }
}

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

.radi15 {
  border-radius: 0.9375rem;
}

.radi20 {
  border-radius: 1.25rem;
}

.radi30 {
  border-radius: 1.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-parallax-img {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
}
@media screen and (max-width: 960px) {
  .bg-parallax-img {
    margin-left: -10%;
    margin-right: -10%;
    height: 280px;
    width: auto;
  }
}
@media screen and (max-width: 428px) {
  .bg-parallax-img {
    height: 130px;
  }
}

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

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

.bg-objects {
  position: fixed;
  top: 50dvh;
  left: 0;
  width: 100%;
  height: clamp(48.75rem, -12.853rem + 229.755vw, 125rem);
  pointer-events: none;
  z-index: -3;
  will-change: transform;
}
.bg-objects .bg-object {
  position: absolute;
  will-change: transform;
}
.bg-objects .obj01 {
  top: 0;
  left: 20%;
  width: clamp(5.188rem, -6.022rem + 41.808vw, 19.063rem);
}
.bg-objects .obj02 {
  top: 35%;
  right: 15%;
  width: clamp(2.5rem, -2.802rem + 19.774vw, 9.063rem);
}
.bg-objects .obj03 {
  top: 70%;
  left: 10%;
  width: clamp(6.938rem, -8.009rem + 55.744vw, 25.438rem);
}
.bg-objects .obj04 {
  bottom: 0;
  right: 10%;
  width: clamp(5.125rem, 1.186rem + 14.689vw, 10rem);
}
.bg-objects .bg-object img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.scroll-anchor {
  display: block;
  padding-top: 6.25rem;
  margin-top: -6.25rem;
}
@media screen and (max-width: 960px) {
  .scroll-anchor {
    padding-top: 5rem;
    margin-top: -5rem;
  }
}
@media screen and (max-width: 428px) {
  .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: 429px) and (max-width: 834px) {
  .visible-tb {
    display: block;
  }
}
@media screen and (max-width: 428px), (min-width: 835px) {
  .visible-tb {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

@keyframes slow-rotate {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translateY(-6px);
            transform: rotate(180deg) translateY(-6px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(0);
            transform: rotate(360deg) translateY(0);
  }
}
/*-==========================================================================
その他
==========================================================================*//*# sourceMappingURL=main.css.map */