@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 {
  --break-xpc: 1536px;
  --break-pc: 1280px;
  --break-lp: 960px;
  --break-tb: 820px;
  --break-sp: 460px;
}

:root {
  --black: #000000;
  --black-rgb: 0,
  0,
  0;
  --white: #fff;
  --white-rgb: 255,
  255,
  255;
  --main: #ffcd00;
  --main-rgb: 255,
  205,
  0;
  --blue: #006fff;
  --blue-rgb: 0,
  111,
  255;
  --gray1: #d2d2d2;
  --gray1-rgb: 210,
  210,
  210;
  --gray2: #ededed;
  --gray2-rgb: 237,
  237,
  237;
}

/*-==========================================================================
font
==========================================================================*/
/*-==========================================================================
rem変換関数
==========================================================================*/
/*-==========================================================================
border-radius
==========================================================================*/
:root {
  --border-radius: 17px;
}

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

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

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

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

.over-clip {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

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

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
/* ==========================================================================
ヘッダー
========================================================================== */
/* PC版メニュー 1段
----------------------------------------------------------------- */
@media screen and (max-width: 570px) {
  header.l-hd1 {
    position: absolute;
  }
}
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;
  z-index: 1010;
  position: relative;
}
@media screen and (max-width: 570px) {
  header.l-hd1 .l-hd {
    height: 67px;
  }
}
header.l-hd1 h1.l-hd-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 437px;
  width: 100%;
  z-index: 999;
  height: 76px;
  background-color: var(--white);
  border-radius: var(--border-radius);
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo {
    width: 168px;
    border-radius: 10px;
    height: 67px;
    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;
  }
}
header.l-hd1 h1.l-hd-logo::before, header.l-hd1 h1.l-hd-logo::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url(/resource/images/corner_white_top_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo::before, header.l-hd1 h1.l-hd-logo::after {
    width: 10px;
    height: 10px;
  }
}
header.l-hd1 h1.l-hd-logo::before {
  top: 18px;
  right: -15px;
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo::before {
    top: 10px;
    right: -9px;
  }
}
header.l-hd1 h1.l-hd-logo::after {
  left: 18px;
  bottom: -15px;
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo::after {
    left: 10px;
    bottom: -9px;
  }
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo {
    max-width: initial;
    padding: 5px 10px;
  }
}
header.l-hd1 h1.l-hd-logo a {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: var(--blue);
  font-size: 0.875rem;
  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;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo a {
    display: block;
    font-size: 0.6875rem;
    height: auto;
    padding-left: 10px;
  }
}
header.l-hd1 h1.l-hd-logo a img {
  position: relative;
  display: block;
  max-width: 204px;
  height: 100%;
  margin-right: 14px;
}
@media screen and (max-width: 570px) {
  header.l-hd1 h1.l-hd-logo a img {
    max-width: 135px;
    height: auto;
    margin-bottom: 5px;
  }
}
header.l-hd1 h1.l-hd-logo a:hover {
  opacity: 0.7;
}
header.l-hd1 .l-hd-nav__wrap {
  position: fixed;
  top: 38px;
  right: 40px;
  text-align: center;
  gap: 2.5rem;
  background-color: var(--blue);
  height: 50px;
  border-radius: 100px;
  width: 610px;
  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;
  padding: 5px;
}
@media screen and (max-width: 1120px) {
  header.l-hd1 .l-hd-nav__wrap {
    display: none;
  }
}
header.l-hd1 .l-hd-nav__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.l-hd-nav1__list__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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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;
  gap: 0 6%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
}
ul.l-hd-nav1__list .l-hd-nav1__list__menu a:hover {
  color: var(--hover);
}

.l-hd-nav1__contact {
  width: 100%;
  max-width: 120px;
  height: 100%;
}
.l-hd-nav1__contact a {
  background-color: var(--white);
  border-radius: 100px;
  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: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  font-size: 0.875rem;
}
.l-hd-nav1__contact a:hover {
  background-color: var(--hover);
}

/* トグルボタン（ハンバーガーボタン）
----------------------------------------------------------------- */
.l-toggle {
  display: none;
  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;
  position: fixed;
  top: 36px;
  right: 36px;
  z-index: 1010;
}
@media screen and (max-width: 1120px) {
  .l-toggle {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .l-toggle {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }
}

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

.l-drawer-body {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding: 18px;
  background-color: var(--white);
}
@media screen and (max-width: 460px) {
  .l-drawer-body {
    padding: 10px;
  }
}

.l-drawer-body-inner {
  padding: 130px 30px 80px 30px;
  background-color: var(--blue);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6.25rem;
  border-radius: 20px;
  height: 100%;
}
@media screen and (max-width: 460px) {
  .l-drawer-body-inner {
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.l-drawer-nav-main {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-md);
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-main {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 460px) {
  .l-drawer-nav-main-menu {
    width: 233px;
    position: relative;
  }
}
.l-drawer-nav-main-menu .toggle {
  display: none;
  width: 16px;
  height: 16px;
  background-color: var(--white);
  border-radius: 8px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-main-menu .toggle {
    display: block;
  }
}
.l-drawer-nav-main-menu .toggle::before, .l-drawer-nav-main-menu .toggle::after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  background-color: var(--blue);
  top: 50%;
  left: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-drawer-nav-main-menu .toggle::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-drawer-nav-main-menu .toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-drawer-nav-main-menu .toggle.open::before {
  opacity: 0;
}
.l-drawer-nav-main-menu .toggle.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.l-drawer-nav-main-menu a {
  color: var(--white);
}
.l-drawer-nav-main-menu > a {
  font-size: 1.125rem;
  -webkit-text-stroke: 4px var(--black);
  text-stroke: 4px var(--black);
  paint-order: stroke;
  font-weight: 500;
}
.l-drawer-nav-main-menu > a img {
  width: 35px;
  margin-right: 7px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-drawer-nav-main-menu:nth-child(1) {
  grid-area: 1/1/2/2;
}
.l-drawer-nav-main-menu:nth-child(2) {
  grid-area: 1/2/2/3;
}
.l-drawer-nav-main-menu:nth-child(3) {
  grid-area: 1/3/2/4;
}
.l-drawer-nav-main-menu:nth-child(4) {
  grid-area: 2/1/3/2;
}
.l-drawer-nav-main-menu:nth-child(5) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-main-menu + .l-drawer-nav-main-menu {
    margin-top: 15px;
  }
}

.l-drawer-nav-main-child {
  margin-left: 40px;
  margin-top: 1em;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-main-child {
    display: none;
    padding-bottom: 10px;
  }
}
.l-drawer-nav-main-child li {
  line-height: 1.2;
}
.l-drawer-nav-main-child li + li {
  margin-top: 10px;
}

.l-drawer-nav-sub {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-sub {
    padding-left: 0;
  }
}
.l-drawer-nav-sub li {
  display: inline-block;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-sub li {
    display: block;
  }
}
.l-drawer-nav-sub li a {
  color: var(--white);
  font-size: 0.8125rem;
}
.l-drawer-nav-sub li + li {
  margin-left: 3em;
}
@media screen and (max-width: 460px) {
  .l-drawer-nav-sub li + li {
    margin-left: 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;
  right: 0;
  top: 33px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 460px) {
  .l-drawer-acc .l-drawer-acc__btn {
    width: 15px;
    height: 15px;
    top: 24px;
  }
}
.l-drawer-acc .l-drawer-acc__btn::before, .l-drawer-acc .l-drawer-acc__btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 460px) {
  .l-drawer-acc .l-drawer-acc__btn::before, .l-drawer-acc .l-drawer-acc__btn::after {
    width: 16px;
  }
}
.l-drawer-acc .l-drawer-acc__btn::before {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer-acc .l-drawer-acc__btn::after {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer-acc .l-drawer-acc__btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer-acc .l-drawer-acc__btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

/* ==========================================================================
フッター
========================================================================== */
.home .l-ft-contact,
.page-works .l-ft-contact {
  padding-top: var(--space-xxlg);
}

footer {
  background-color: var(--white);
  position: relative;
  z-index: 5;
  background-image: url(/resource/images/dot_yellow.png);
}
@media screen and (max-width: 820px) {
  footer {
    background-size: 22px 22px;
  }
}

.l-ft-contact {
  padding-bottom: var(--space-xlg);
}
.l-ft-contact-flex {
  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;
}
@media screen and (max-width: 460px) {
  .l-ft-contact-flex {
    display: block;
  }
}

.l-ft-contact-flex-box {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 45px;
  padding: 40px 30px 40px 30px;
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
@media screen and (max-width: 820px) {
  .l-ft-contact-flex-box {
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-contact-flex-box {
    border-radius: 26px;
  }
}
.l-ft-contact-flex-box__title {
  font-size: 1.4375rem;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .l-ft-contact-flex-box__title {
    font-size: 19px;
  }
}
.l-ft-contact-flex-box__open {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.75em;
}
@media screen and (max-width: 460px) {
  .l-ft-contact-flex-box__open {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-contact-flex-box + .l-ft-contact-flex-box {
    margin-top: 20px;
  }
}

.l-ft-main {
  position: relative;
}

.l-ft-main-inner {
  background-image: url(/resource/images/bg_footer.png);
  background-position: top center;
  background-size: 4800px 2348px;
  padding-top: 390px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-ft-main-inner {
    background-size: 2881px 1410px;
    padding-top: 240px;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-main-inner {
    background-size: 1631px 798px;
    padding-top: 140px;
  }
}

.l-ft-main--illustBody,
.l-ft-main--illustHand {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.l-ft-main--illustBody {
  top: 120px;
  width: 316px;
  -webkit-transform: translateX(68px);
          transform: translateX(68px);
}
@media screen and (max-width: 820px) {
  .l-ft-main--illustBody {
    width: 189px;
    top: 87px;
    -webkit-transform: translateX(38px);
            transform: translateX(38px);
  }
}
@media screen and (max-width: 460px) {
  .l-ft-main--illustBody {
    width: 107px;
    top: 50px;
    -webkit-transform: translateX(23px);
            transform: translateX(23px);
  }
}

.l-ft-main--illustHand {
  top: 320px;
  width: 216px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .l-ft-main--illustHand {
    width: 130px;
    top: 193px;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-main--illustHand {
    width: 73px;
    top: 110px;
  }
}

.l-ft-main__profile {
  font-size: 0.8125rem;
  text-align: center;
}
.l-ft-main__profile a {
  color: var(--blue);
}
.l-ft-main__profile a img {
  width: 15px;
  margin-left: 4px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* ロゴエリア
----------------------------------------------------------------- */
.l-ft-logo__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
@media screen and (max-width: 460px) {
  .l-ft-logo__wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.l-ft-logo__wrap > div {
  margin: 0 20px;
}
@media screen and (max-width: 460px) {
  .l-ft-logo__wrap > div p {
    font-size: 14px;
  }
}

.l-ft-logo {
  text-align: center;
}
@media screen and (max-width: 460px) {
  .l-ft-logo {
    margin-bottom: 30px !important;
  }
}
.l-ft-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 460px) {
  .l-ft-add {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* メニュー
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .l-ft-nav__wrap {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-nav__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-ft-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-nav__list {
    display: block;
    margin-top: 30px;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu {
  line-height: 1.4;
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu a {
  font-size: 0.9375rem;
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list ul.l-ft-nav__parent 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 {
  color: var(--hover);
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu > a {
  color: var(--white);
  font-size: 1.125rem;
  -webkit-text-stroke: 4px var(--black);
  text-stroke: 4px var(--black);
  paint-order: stroke;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu > a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu > a {
    font-size: 0.875rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu img {
  width: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu img {
    width: 31px;
  }
}
@media screen and (max-width: 460px) {
  .l-ft-nav__list ul.l-ft-nav__parent li.l-ft-nav__parent__menu img {
    width: 27px;
  }
}
.l-ft-nav__list ul.l-ft-nav__parent .sub {
  margin-left: 45px;
  margin-top: 5rem;
}
.l-ft-nav__list ul.l-ft-nav__parent .sub li a {
  font-size: 0.875rem;
}
@media screen and (max-width: 460px) {
  .l-ft-nav__list ul.l-ft-nav__parent + .l-ft-nav__parent {
    margin-top: 20px;
  }
}
.l-ft-nav__list ul.l-ft-nav__child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.25rem;
  margin-left: 45px;
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list ul.l-ft-nav__child {
    margin-top: 0.625rem;
    gap: 12px;
  }
}
@media screen and (max-width: 460px) {
  .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.4;
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu {
    line-height: 1.2;
  }
}
@media screen and (max-width: 820px) {
  .l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a {
    font-size: 0.8125rem;
  }
}
.l-ft-nav__list ul.l-ft-nav__child li.l-ft-nav__child__menu a:hover {
  opacity: 0.5;
}

.l-ft-nav-sp {
  display: none;
}
@media screen and (max-width: 460px) {
  .l-ft-nav-sp {
    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: 30px;
  }
}
.l-ft-nav-sp li {
  margin: 0 5px;
}
.l-ft-nav-sp li a {
  font-size: 0.8125rem;
}

/* コピーライト
----------------------------------------------------------------- */
.l-ft-copy {
  padding-bottom: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 460px) {
  .l-ft-copy {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
.l-ft-copy p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: var(--blue);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-ft-copy p {
    font-size: 11px;
  }
}

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

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-ttl {
  position: relative;
}
.l-page-ttl .l-page-ttl-inner {
  background-color: var(--main);
  width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  border-radius: var(--border-radius);
  padding-top: 233px;
}
@media screen and (max-width: 820px) {
  .l-page-ttl .l-page-ttl-inner {
    width: calc(100% - 20px);
    margin-top: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 460px) {
  .l-page-ttl .l-page-ttl-inner {
    padding-top: 173px;
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title {
  position: relative;
  z-index: 1;
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 {
  background-image: url(/resource/images/bg_ttl_lv1.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 500px;
  aspect-ratio: 500/126;
  container-type: inline-size;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 {
    max-width: 422px;
  }
}
@media screen and (max-width: 460px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 {
    max-width: 288px;
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .ja,
.l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .en {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media screen and (max-width: 820px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .ja,
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .en {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media screen and (max-width: 460px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .ja,
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .en {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .ja {
  font-size: 10.8cqw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .ja {
    font-size: 10.5cqw;
  }
}
.l-page-ttl .l-page-ttl-inner .l-page-ttl-inner__title h2 .en {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 4.6cqw;
  font-weight: 700;
  line-height: 1;
}

.l-page-ttl-illust__body,
.l-page-ttl-illust__hand {
  position: absolute;
}

.l-page-ttl-illust__body {
  width: 253px;
  top: -155px;
  z-index: -1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media screen and (max-width: 820px) {
  .l-page-ttl-illust__body {
    width: 213px;
    top: -132px;
  }
}
@media screen and (max-width: 460px) {
  .l-page-ttl-illust__body {
    width: 145px;
    top: -93px;
    -webkit-transform: translateX(-26px);
            transform: translateX(-26px);
  }
}

.l-page-ttl-illust__hand {
  width: 209px;
  top: -18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .l-page-ttl-illust__hand {
    width: 176px;
  }
}
@media screen and (max-width: 460px) {
  .l-page-ttl-illust__hand {
    width: 120px;
    top: -13px;
  }
}

.l-page-ttl-circle {
  width: 412.29%;
  max-width: none;
  position: absolute;
  top: 270px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 460px) {
  .l-page-ttl-circle {
    width: 714%;
    top: 220px;
  }
}

.l-page-ttl-circle__bg {
  background-image: url(/resource/images/dot_yellow.png);
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--white);
}
@media screen and (max-width: 820px) {
  .l-page-ttl-circle__bg {
    background-size: 22px 22px;
  }
}

.l-page-ttl-circle__text {
  top: 60px;
  left: 50%;
  position: absolute;
  -webkit-animation: spin 300s linear infinite;
          animation: spin 300s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 403.3674963397%;
}
@media screen and (max-width: 460px) {
  .l-page-ttl-circle__text {
    top: 24px;
    width: 633.0666666667%;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
            transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
            transform: translateX(-50%) rotate(-360deg);
  }
}
/* ==========================================================================
セクション
=========================================================================*/
.l-sec-sm {
  padding: 1rem 0;
}

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

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

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

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

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

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

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

.l-sec-page {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  background-image: url(/resource/images/dot_yellow.png);
  padding-bottom: var(--space-xxlg);
}
@media screen and (max-width: 460px) {
  .l-sec-page {
    background-size: 16px;
  }
}

.l-sec-page-contents {
  background-color: var(--white);
  border: 3px solid var(--main);
  border-radius: 50px;
  padding: var(--space-xlg) 30px;
}
@media screen and (max-width: 820px) {
  .l-sec-page-contents {
    border-radius: 30px;
  }
}
@media screen and (max-width: 460px) {
  .l-sec-page-contents {
    padding: 40px 20px;
    border-radius: 15px;
  }
}
.l-sec-page-contents:first-child {
  margin-top: -50px;
}
@media screen and (max-width: 460px) {
  .l-sec-page-contents:first-child {
    margin-top: -25px;
  }
}

.l-sec-page-contents-inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.l-container--md {
  max-width: 1106px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-grid {
  gap: 0;
}

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

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

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

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

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

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

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.c-list-num-divider li {
  position: relative;
  padding: 1.875rem 1.25rem;
  padding-left: 4.75rem;
}
.c-list-num-divider li span {
  margin-top: 6px;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  left: 1.25rem;
  display: inline-block;
  color: var(--main);
  font-family: "Montserrat", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.4;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

/* ==========================================================================
テーブル
=========================================================================*/
/* 下線だけのシンプルな表 
----------------------------------------------------------------- */
.c-tb1 tr {
  border-bottom: 2px dotted var(--main);
}
.c-tb1 tr:first-child {
  border-top: 2px dotted var(--main);
}
.c-tb1 tr th,
.c-tb1 tr td {
  padding: 1.875rem 0;
}
@media screen and (max-width: 460px) {
  .c-tb1 tr th,
  .c-tb1 tr td {
    display: block;
    padding: 0.625rem 0;
  }
}
.c-tb1 tr th {
  font-weight: 600;
  line-height: 1.8;
  width: 22.79%;
  color: var(--blue);
  background-color: #fff7d9;
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 0;
}
@media screen and (max-width: 820px) {
  .c-tb1 tr th {
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
  }
}
.c-tb1 tr th span {
  font-size: 16px;
}
.c-tb1 tr th::after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  vertical-align: top;
}
@media screen and (max-width: 460px) {
  .c-tb1 tr th::after {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .c-tb1 tr th {
    width: 100%;
  }
}
.c-tb1 tr td {
  padding-left: 80px;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .c-tb1 tr td {
    padding-left: 40px;
  }
}
@media screen and (max-width: 460px) {
  .c-tb1 tr td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-tb1 tr td ul li {
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (max-width: 460px) {
  .c-tb1 tr td ul li {
    text-indent: 0;
    padding-left: 0;
  }
}
.c-tb1 tr td ul li::before {
  content: "■";
}

/* 交互のシマシマtable 
----------------------------------------------------------------- */
.c-tb2 tr {
  border-bottom: 2px dotted var(--main);
}
.c-tb2 tr:first-child {
  border-top: 2px dotted var(--main);
}
.c-tb2 tr:nth-child(odd) {
  background-color: var(--white);
}
.c-tb2 tr:nth-child(even) {
  background-color: #fff7d9;
}
@media screen and (max-width: 460px) {
  .c-tb2 tr:nth-child(even) {
    background-color: var(--white);
  }
}
.c-tb2 tr th,
.c-tb2 tr td {
  padding: 1.875rem 0 1.875rem 30px;
}
@media screen and (max-width: 460px) {
  .c-tb2 tr th,
  .c-tb2 tr td {
    display: block;
    padding: 0.625rem 20px;
  }
}
.c-tb2 tr th {
  font-weight: 400;
  line-height: 1.8;
  vertical-align: top;
  width: 280px;
  color: var(--blue);
}
@media screen and (max-width: 460px) {
  .c-tb2 tr th {
    background-color: #fff7d9;
    width: 100%;
  }
}
.c-tb2 tr th em {
  font-style: normal;
  font-weight: 600;
  margin-right: 1em;
}
/* thがベタtdが下線のtable
----------------------------------------------------------------- */
.c-tb3 tr:last-child th,
.c-tb3 tr:last-child td {
  border: none;
}
@media screen and (max-width: 460px) {
  .c-tb3 th,
  .c-tb3 td {
    display: block;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-tb3 th {
  border-bottom: 1px solid var(--white);
  background-color: var(--whitesmoke);
  font-weight: 700;
  vertical-align: top;
  width: 22%;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
@media screen and (max-width: 820px) {
  .c-tb3 th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  .c-tb3 th {
    padding: 1.25rem;
    width: 100%;
  }
}
.c-tb3 td {
  border-bottom: 1px solid var(--whitesmoke);
  background-color: var(--white);
  padding: 1.875rem;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .c-tb3 td {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}
@media screen and (max-width: 460px) {
  .c-tb3 td {
    padding: 1.25rem;
    width: 100%;
  }
}

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

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

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

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

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

.c-modal__open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal__open:before {
  content: "";
  display: block;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-modal__open:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_plus.svg);
          mask-image: url(/resource/images/ico_plus.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--main);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-modal__open img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal__open:hover {
  opacity: 0.7;
}
.c-modal__open:hover:before {
  background-color: var(--main);
}
.c-modal__open:hover:after {
  background-color: var(--white);
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: var(--space-xlg);
  margin-bottom: var(--space-xlg);
  position: relative;
  z-index: 1;
}
.c-page-nav .c-page-nav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 20px;
}
.c-page-nav .c-page-nav__wrap--3col {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav__wrap--tbLeft {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu {
  max-width: 255px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu {
    max-width: initial;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 460px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu {
    max-width: initial;
    width: 98%;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu .c-btn-main {
  max-width: 255px;
  aspect-ratio: 255/56;
}
@media screen and (max-width: 460px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu .c-btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a {
  font-size: 6.3cqw;
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a::after {
  width: 20px;
  height: 20px;
}

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

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のフローナビゲーション
----------------------------------------------------------------- */
.c-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(--whitesmoke);
  position: relative;
  height: 100px;
  width: 100px;
  aspect-ratio: 1;
}
@media screen and (max-width: 460px) {
  .c-form-nav li,
  .c-form-nav--white li {
    height: 80px;
    width: 80px;
  }
}
.c-form-nav li.c-form-nav__active,
.c-form-nav--white li.c-form-nav__active {
  background-color: var(--main);
}
.c-form-nav li.c-form-nav__active span,
.c-form-nav--white li.c-form-nav__active span {
  color: var(--white);
}
.c-form-nav li span,
.c-form-nav--white li span {
  display: block;
  color: var(--white);
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .c-form-nav li span,
  .c-form-nav--white li span {
    font-size: 1.125rem;
  }
}
.c-form-nav li .num,
.c-form-nav--white li .num {
  font-family: "Montserrat", 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 {
  margin-top: 2.5rem;
}
.c-form-wrap table {
  font-size: 1rem;
  background-color: var(--whitesmoke);
}
.c-form-wrap table tr {
  border-bottom: 1px solid var(--white);
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid var(--white);
}
.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: 460px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 24%;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th {
    width: 30%;
    padding-right: 0;
  }
}
@media screen and (max-width: 460px) {
  .c-form-wrap table tr th {
    width: 100%;
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  .c-form-wrap table tr td {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}

/* 必須マーク
----------------------------------------------------------------- */
.c-form-required {
  position: relative;
}
@media screen and (max-width: 460px) {
  .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: 13px;
  letter-spacing: 0.1em;
  line-height: 24px;
  width: 48px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 960px) {
  .c-form-required::after {
    margin-left: 10px;
  }
}

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

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

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

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

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

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

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

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

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

.c-form-input-file {
  cursor: pointer;
  display: block;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .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: 460px) {
  .c-form-input-file::-webkit-file-upload-button {
    padding: 12px 20px;
    font-size: 14px;
  }
  .c-form-input-file::file-selector-button {
    padding: 12px 20px;
    font-size: 14px;
  }
}

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

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

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

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

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

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

/* ==========================================================================
ボタン
=========================================================================*/
/* メインボタン
----------------------------------------------------------------- */
.c-btn-main {
  text-align: center;
  max-width: 310px;
  aspect-ratio: 310/80;
  width: 100%;
  container-type: inline-size;
}
@media screen and (max-width: 460px) {
  .c-btn-main {
    max-width: 278px;
  }
}
.c-btn-main a,
.c-btn-main button {
  position: relative;
  border: 2px solid var(--black);
  border-radius: 100px;
  -webkit-box-shadow: 7px 7px 0 var(--black);
          box-shadow: 7px 7px 0 var(--black);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  background-size: 15px 15px;
  font-weight: 900;
  background-color: var(--white);
  font-size: 4.8cqw;
}
.c-btn-main a::after,
.c-btn-main button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-image: url(/resource/images/ico_arrow_right_circle_blue.png);
}
.c-btn-main a:hover,
.c-btn-main button:hover {
  background-color: var(--blue);
}
.c-btn-main a:hover::after,
.c-btn-main button:hover::after {
  background-image: url(/resource/images/ico_arrow_right_circle_black.png);
}
.c-btn-main--check a,
.c-btn-main--check button {
  background-image: url(/resource/images/bg_btn.jpg);
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}
.c-btn-main--check a::after,
.c-btn-main--check button::after {
  background-image: url(/resource/images/ico_arrow_right_circle_black.png);
}
.c-btn-main--check a:hover,
.c-btn-main--check button:hover {
  background-image: url(/resource/images/bg_btn_hover.jpg);
}
.c-btn-main--diagonal a::after,
.c-btn-main--diagonal button::after {
  background-image: url(/resource/images/ico_arrow_diagonal_circle_black.png);
}
.c-btn-main--diagonal a:hover::after,
.c-btn-main--diagonal button:hover::after {
  background-image: url(/resource/images/ico_arrow_diagonal_circle_black.png);
}

.c-btn-main--white a,
.c-btn-main--white button {
  background-color: var(--white);
}
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  background-color: var(--main);
}
.c-btn-main--white a .txt,
.c-btn-main--white button .txt {
  font-weight: 700;
  color: var(--main);
}
.c-btn-main--white a:hover .txt,
.c-btn-main--white button:hover .txt {
  color: var(--white);
}
.c-btn-main--white a:hover::after,
.c-btn-main--white button:hover::after {
  background-color: var(--white);
}

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

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

/* カード型の横長ボタン 1段 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-card,
.c-btn-card--white {
  background-color: var(--whitesmoke);
  padding: 1.875rem 5.625rem 1.875rem 3.75rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 960px) {
  .c-btn-card,
  .c-btn-card--white {
    padding: 2.5rem 3.75rem 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .c-btn-card,
  .c-btn-card--white {
    padding: 1.875rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--white .c-btn-card__ttl {
  margin-bottom: 8px;
  color: var(--main);
}
.c-btn-card .c-btn-card__cont,
.c-btn-card--white .c-btn-card__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-collapse: separate;
  border-spacing: 5px;
}
.c-btn-card .c-btn-card__cont th,
.c-btn-card--white .c-btn-card__cont th {
  font-weight: 700;
  width: 80px;
}
.c-btn-card .c-btn-card__cont th,
.c-btn-card .c-btn-card__cont td,
.c-btn-card--white .c-btn-card__cont th,
.c-btn-card--white .c-btn-card__cont td {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card .c-btn-card__btn,
.c-btn-card--white .c-btn-card__btn {
  display: block;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--main);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 820px) {
  .c-btn-card .c-btn-card__btn,
  .c-btn-card--white .c-btn-card__btn {
    width: 40px;
    height: 40px;
  }
}
.c-btn-card .c-btn-card__btn::before,
.c-btn-card--white .c-btn-card__btn::before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  /* ⚠️Safariのhoverちらつき防止のため、
  背景画像差し替えではなくSVGのmask方式を使用。
  アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 820px) {
  .c-btn-card .c-btn-card__btn::before,
  .c-btn-card--white .c-btn-card__btn::before {
    width: 8px;
    height: 16px;
  }
}
.c-btn-card:hover,
.c-btn-card--white:hover {
  opacity: 0.7;
}
.c-btn-card:hover .c-btn-card__cont th,
.c-btn-card:hover .c-btn-card__cont td,
.c-btn-card--white:hover .c-btn-card__cont th,
.c-btn-card--white:hover .c-btn-card__cont td {
  color: var(--main);
}
.c-btn-card:hover .c-btn-card__btn,
.c-btn-card--white:hover .c-btn-card__btn {
  background-color: var(--hover);
}

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

/* PDF、Excel、Wordボタン（情報公開） 1段 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-pdf a,
.c-btn-excel a,
.c-btn-word a {
  display: block;
  padding: 20px;
  background-color: var(--whitesmoke);
  text-align: left;
  position: relative;
}
.c-btn-pdf a::before,
.c-btn-excel a::before,
.c-btn-word a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  vertical-align: top;
  background-image: url(/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 11px;
  margin-top: 4px;
}
.c-btn-pdf a::after,
.c-btn-excel a::after,
.c-btn-word a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  /* ⚠️Safariのhoverちらつき防止のため、
  背景画像差し替えではなくSVGのmask方式を使用。
  アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_win2.svg);
          mask-image: url(/resource/images/ico_win2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn-pdf a span,
.c-btn-excel a span,
.c-btn-word a span {
  color: var(--black);
  font-weight: 700;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}
.c-btn-pdf a:hover,
.c-btn-excel a:hover,
.c-btn-word a:hover {
  opacity: 0.7;
}
.c-btn-pdf a:hover::after,
.c-btn-excel a:hover::after,
.c-btn-word a:hover::after {
  background-color: var(--main);
}
.c-btn-pdf a:hover span,
.c-btn-excel a:hover span,
.c-btn-word a:hover span {
  color: var(--main);
}

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

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

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

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

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

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

/* 画像とその下にタイトルとテキストのあるカード ※ボタンつき
----------------------------------------------------------------- */
.c-card-img {
  position: relative;
}
.c-card-img .c-card-img__head img {
  max-width: 100%;
  height: auto;
}
.c-card-img .c-card-img__cont {
  padding: 1.875rem;
}
@media screen and (max-width: 820px) {
  .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: 820px) {
  .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: 820px) {
  .c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__cat .cat {
    font-size: 14px;
    padding: 3px 6px;
  }
}
.c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__cat .name {
  font-weight: 500;
  line-height: 1.4;
  color: var(--main);
}
.c-card-tmb-link .c-card-tmb-link__body .c-card-tmb-link__ttl {
  margin-top: 10px;
}
.c-card-tmb-link:hover {
  opacity: 0.7;
}

/* サムネイル画像とタイトルのほか、カテゴリもあるリンクのついたカード
----------------------------------------------------------------- */
.c-card-tmb-cat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}
.c-card-tmb-cat .c-card-tmb-cat__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-card-tmb-cat .c-card-tmb-cat__cont {
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-card-tmb-cat .c-card-tmb-cat__cont .c-card-tmb-cat__cat {
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
  background-color: var(--main);
  padding: 4px 8px;
}
@media screen and (max-width: 820px) {
  .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: "Montserrat", sans-serif;
  font-size: 6.25rem;
}
.c-card-data .c-card-data__txt-data .txt {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* ==========================================================================
タイトル
=========================================================================*/
h2,
h3,
h4,
h5,
h6,
.c-ttl-xxlg,
.c-ttl-xlg,
.c-ttl-lg,
.c-ttl-md,
.c-ttl-sm {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

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

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

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

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

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

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-lv1 {
  background-image: url(/resource/images/bg_ttl_lv1.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 410px;
  aspect-ratio: 410/104;
  container-type: inline-size;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv1 {
    width: 350px;
    height: 90px;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .c-ttl-lv1 {
    margin-bottom: 0.625rem;
    max-width: 280px;
  }
}
.c-ttl-lv1 .ja,
.c-ttl-lv1 .en {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.c-ttl-lv1 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.9cqw;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.c-ttl-lv1 .ja {
  display: block;
  font-size: 11.7cqw;
  line-height: 1.4;
  text-align: center;
}

.c-ttl-lv2 {
  background-color: var(--main);
  background-image: url(/resource/images/bg_ttl_lv2.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 460px) {
  .c-ttl-lv2 {
    padding: 40px 0;
  }
}
.c-ttl-lv2 .ja {
  color: var(--white);
  font-size: 3rem;
  -webkit-text-stroke: 8px var(--black);
  text-stroke: 8px var(--black);
  paint-order: stroke;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv2 .ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .c-ttl-lv2 .ja {
    font-size: 1.875rem;
    -webkit-text-stroke: 5px var(--black);
    text-stroke: 5px var(--black);
  }
}
.c-ttl-lv2 .ja img {
  position: absolute;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv2 .ja img {
    width: 50px;
    left: -65px;
  }
}
@media screen and (max-width: 460px) {
  .c-ttl-lv2 .ja img {
    width: 37px;
    left: -50px;
  }
}
.c-ttl-lv2 .en {
  font-size: 1.1875rem;
  font-family: "Montserrat Alternates", sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 460px) {
  .c-ttl-lv2 .en {
    font-size: 0.875rem;
  }
}

/* ==========================================================================
スライド（swiper、slick）
=========================================================================*/
/* サムネイル付きのスワイパー
-----------------------------------------------------*/
.c-slide-tmb__wrap {
  position: relative;
}
.c-slide-tmb__wrap .swiper.tmbslide_main {
  width: 100%;
  aspect-ratio: 1080/567;
}
.c-slide-tmb__wrap .swiper.tmbslide_main .swiper-wrapper {
  width: 100%;
}
.c-slide-tmb__wrap .swiper.tmbslide_main .swiper-wrapper .p-works__tmb.swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-slide-tmb__wrap .swiper.tmbslide_main .swiper-wrapper .p-works__tmb.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
  border: none;
}
.c-slide-tmb__wrap .swiper-button-next,
.c-slide-tmb__wrap .swiper-button-prev {
  z-index: 2;
  width: 60px;
  height: 60px;
  display: block;
  background: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (max-width: 460px) {
  .c-slide-tmb__wrap .swiper-button-next,
  .c-slide-tmb__wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 41%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.c-slide-tmb__wrap .swiper-button-next:after,
.c-slide-tmb__wrap .swiper-button-prev:after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slide-tmb__wrap .swiper-button-next::before,
.c-slide-tmb__wrap .swiper-button-prev::before {
  content: "";
  display: block;
  background-color: var(--black);
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 13px;
  height: 13px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.c-slide-tmb__wrap .swiper-button-next:hover:after,
.c-slide-tmb__wrap .swiper-button-prev:hover:after {
  background-color: var(--hover);
}
.c-slide-tmb__wrap .swiper-button-next:hover::before,
.c-slide-tmb__wrap .swiper-button-prev:hover::before {
  background-color: var(--white);
}
.c-slide-tmb__wrap .swiper-button-next {
  right: -25px;
}
@media screen and (max-width: 460px) {
  .c-slide-tmb__wrap .swiper-button-next {
    right: -15px;
  }
}
.c-slide-tmb__wrap .swiper-button-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  left: -25px;
}
@media screen and (max-width: 460px) {
  .c-slide-tmb__wrap .swiper-button-prev {
    -webkit-transform: scale(-1, 1) translateY(0%);
            transform: scale(-1, 1) translateY(0%);
    left: -15px;
  }
}

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

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

.c-slide-sp {
  position: relative;
}
.c-slide-sp .swiper.spSwiper .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 460px) {
  .c-slide-sp .swiper.spSwiper .swiper-wrapper {
    gap: 0;
  }
}
.c-slide-sp .swiper.spSwiper .swiper-wrapper .swiper-slide {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 460px) {
  .c-slide-sp .swiper.spSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.c-slide-sp .slide-next.swiper-button-next,
.c-slide-sp .slide-prev.swiper-button-prev {
  z-index: 2;
  width: 30px;
  height: 30px;
  display: block;
  background: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (min-width: 461px) {
  .c-slide-sp .slide-next.swiper-button-next,
  .c-slide-sp .slide-prev.swiper-button-prev {
    display: none;
  }
  .c-slide-sp .slide-next.swiper-button-next::before, .c-slide-sp .slide-next.swiper-button-next::after,
  .c-slide-sp .slide-prev.swiper-button-prev::before,
  .c-slide-sp .slide-prev.swiper-button-prev::after {
    content: none;
  }
}
.c-slide-sp .slide-next.swiper-button-next:after,
.c-slide-sp .slide-prev.swiper-button-prev:after {
  content: "";
  display: block;
  background-color: var(--whitesmoke);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slide-sp .slide-next.swiper-button-next::before,
.c-slide-sp .slide-prev.swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 10px;
  z-index: 5;
  position: relative;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-slide-sp .slide-next.swiper-button-next:hover:after,
.c-slide-sp .slide-prev.swiper-button-prev:hover:after {
  background-color: var(--main);
}
.c-slide-sp .slide-next.swiper-button-next:hover::before,
.c-slide-sp .slide-prev.swiper-button-prev:hover::before {
  background-color: var(--white);
}
.c-slide-sp .slide-next.swiper-button-next {
  right: -10px;
}
.c-slide-sp .slide-prev.swiper-button-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  left: -10px;
}

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

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

.map-next.swiper-button-next,
.map-prev.swiper-button-prev {
  z-index: 2;
  width: 40px;
  height: 62px;
  display: block;
  background: initial;
  top: 20%;
  bottom: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .map-next.swiper-button-next,
  .map-prev.swiper-button-prev {
    width: 20px;
  }
}
@media screen and (max-width: 460px) {
  .map-next.swiper-button-next,
  .map-prev.swiper-button-prev {
    width: 20px;
  }
}
.map-next.swiper-button-next:after,
.map-prev.swiper-button-prev:after {
  content: none;
}
.map-next.swiper-button-next::before,
.map-prev.swiper-button-prev::before {
  content: "";
  display: block;
  width: 40px;
  height: 62px;
  z-index: 5;
  position: relative;
  /* ⚠️Safariのhoverちらつき防止のため、
     背景画像差し替えではなくSVGのmask方式を使用。
     アイコンは1つのSVGを共通使用し、色はCSS側で制御する。 */
  -webkit-mask-image: url(/resource/images/ico_arrow.svg);
          mask-image: url(/resource/images/ico_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* ⚠️アイコンの色指定は background-color で行う。*/
  background-color: var(--black);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 820px) {
  .map-next.swiper-button-next::before,
  .map-prev.swiper-button-prev::before {
    background-size: 30px auto;
  }
}
@media screen and (max-width: 460px) {
  .map-next.swiper-button-next::before,
  .map-prev.swiper-button-prev::before {
    background-size: 20px auto;
  }
}
.map-next.swiper-button-next:hover::before,
.map-prev.swiper-button-prev:hover::before {
  background-color: var(--main);
}
.map-next.swiper-button-next.swiper-button-disabled,
.map-prev.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
}
.map-next.swiper-button-next.swiper-button-disabled:before,
.map-prev.swiper-button-prev.swiper-button-disabled:before {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

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

/* ==========================================================================
トップページ
========================================================================== */
/* Lead
----------------------------------------------------------------- */
.p-idx-lead-inner {
  background-color: var(--main);
  width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 460px) {
  .p-idx-lead-inner {
    width: calc(100% - 20px);
    border-radius: 10px;
  }
}

.p-idx-lead-mv {
  padding-top: 100px;
}
.p-idx-lead-mv img {
  width: 100%;
}

.p-idx-lead-text {
  padding-top: var(--space-xxlg);
  padding-bottom: 240px;
  background-image: url(/resource/images/idx_lead_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-text {
    padding-bottom: 190px;
  }
}

.p-idx-lead-text__label {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-text__label {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-lead-text__label {
    font-size: 1.4375rem;
    line-height: 2.2;
    margin-bottom: 1em;
  }
}
.p-idx-lead-text__label span {
  font-weight: 900;
  padding: 10px 10px;
  line-height: 1;
  background-color: var(--white);
  display: inline-block;
  margin: 0 10px;
}

.p-idx-lead-text__catch {
  text-align: center;
  font-size: 2.0625rem;
  font-weight: 900;
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-text__catch {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-lead-text__catch {
    font-size: 1.625rem;
  }
}

.p-idx-lead-text__p p {
  font-size: 1.4375rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-text__p p {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-lead-text__p p {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.p-idx-lead-text__p p:last-child {
  margin-bottom: 6em;
}
@media screen and (max-width: 460px) {
  .p-idx-lead-text__p p:last-child {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-lead-text__p p br {
    display: none;
  }
}

.p-idx-lead-strength {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-strength {
    max-width: 600px;
  }
}

.p-idx-lead-strength-inner {
  background-color: var(--white);
  overflow: hidden;
  padding: 5px;
  border: 5px solid var(--black);
  border-radius: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 460px) {
  .p-idx-lead-strength-inner {
    border-radius: 20px;
    border-width: 2px;
    padding: 3px;
  }
}
.p-idx-lead-strength-inner img {
  border-radius: 60px;
}
@media screen and (max-width: 460px) {
  .p-idx-lead-strength-inner img {
    border-radius: 15px;
  }
}

.p-idx-lead-strength-illust__hip {
  width: 97px;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
}
@media screen and (max-width: 460px) {
  .p-idx-lead-strength-illust__hip {
    width: 35px;
    top: -8px;
    left: -5px;
  }
}

.p-idx-lead-strength-illust__tail {
  width: 95px;
  position: absolute;
  top: -80px;
  left: -50px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  /* 右下を軸にする */
  -webkit-animation: yurayura 2s ease-in-out infinite;
          animation: yurayura 2s ease-in-out infinite;
}
@media screen and (max-width: 460px) {
  .p-idx-lead-strength-illust__tail {
    width: 30px;
    top: -30px;
    left: -14px;
  }
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* セクション共通
----------------------------------------------------------------- */
.p-idx-sec-circle {
  width: 412.298682284%;
  max-width: none;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 460px) {
  .p-idx-sec-circle {
    width: 644.8%;
  }
}

.p-idx-sec-circle__bg {
  background-image: url(/resource/images/dot_yellow.png);
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 820px) {
  .p-idx-sec-circle__bg {
    background-size: 22px 22px;
  }
}

.p-idx-sec-circle__text {
  width: 403.3674963397%;
  height: auto;
  top: 60px;
  left: 50%;
  position: absolute;
  -webkit-animation: spin 300s linear infinite;
          animation: spin 300s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 460px) {
  .p-idx-sec-circle__text {
    top: 25px;
    width: 631.2%;
  }
}

@keyframes spin {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
            transform: translateX(-50%) rotate(-360deg);
  }
}
/* 事業内容
----------------------------------------------------------------- */
.p-idx-business {
  position: relative;
  padding-top: 135px;
  margin-top: -100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 820px) {
  .p-idx-business {
    padding-top: 95px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business {
    padding-top: 73px;
  }
}

.p-idx-business-circle__bg {
  background-color: var(--white);
}

.p-idx-business-inner {
  position: relative;
  z-index: 2;
}

.p-idx-business__catch {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 600;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 820px) {
  .p-idx-business__catch {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business__catch {
    text-align: left;
    font-size: 1.3125rem;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business__catch br {
    display: none;
  }
}

.p-idx-business-flex {
  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;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 460px) {
  .p-idx-business-flex {
    display: block;
    margin-bottom: 50px;
  }
}

.p-idx-business-flex-item {
  -webkit-flex-basis: 48.83%;
      -ms-flex-preferred-size: 48.83%;
          flex-basis: 48.83%;
  border: 8px solid var(--main);
  position: relative;
  border-radius: 25px;
  padding: 60px 30px 30px 30px;
  background-color: var(--white);
}
.p-idx-business-flex-item::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 4px solid var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 18px;
}
.p-idx-business-flex-item__title {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  font-size: 1.4375rem;
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 10px;
  border-radius: 100px;
  border: 3px solid var(--black);
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .p-idx-business-flex-item__title {
    font-size: clamp(13px, 2.94vw - 1.12px, 23px);
    max-width: 289px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-flex-item__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-flex-item + .p-idx-business-flex-item {
    margin-top: 50px;
  }
}

.p-idx-business-flex-item__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}
@media screen and (max-width: 820px) {
  .p-idx-business-flex-item__grid {
    display: block;
  }
}
.p-idx-business-flex-item__grid div::before {
  content: "■";
  font-size: 10px;
  color: var(--blue);
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 5px;
}

.p-idx-business-flex-item--4 .div1 {
  grid-area: 1/1/2/2;
}
.p-idx-business-flex-item--4 .div2 {
  grid-area: 2/1/3/2;
}
.p-idx-business-flex-item--4 .div3 {
  grid-area: 1/2/2/3;
}
.p-idx-business-flex-item--4 .div4 {
  grid-area: 2/2/3/3;
}

.p-idx-business-flex-item--6 .div1 {
  grid-area: 1/1/2/2;
}
.p-idx-business-flex-item--6 .div2 {
  grid-area: 2/1/3/2;
}
.p-idx-business-flex-item--6 .div3 {
  grid-area: 3/1/4/2;
}
.p-idx-business-flex-item--6 .div4 {
  grid-area: 1/2/2/3;
}
.p-idx-business-flex-item--6 .div5 {
  grid-area: 2/2/3/3;
}
.p-idx-business-flex-item--6 .div6 {
  grid-area: 3/2/4/3;
}

/* 見積もりだけも大歓迎 */
.p-idx-business-estimate {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.p-idx-business-estimate-inner {
  margin-top: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  position: relative;
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner {
    margin-top: 130px;
  }
}
.p-idx-business-estimate-inner__badge {
  top: -38px;
  left: -120px;
  position: absolute;
  width: 247px;
  height: 247px;
  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(--white);
  font-size: 28px;
  font-weight: 600;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate-inner__badge {
    left: -10px;
    top: -88px;
    width: 26%;
    height: auto;
    aspect-ratio: 1/1;
    line-height: 1.5;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__badge {
    width: 172px;
    font-size: 23px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-idx-business-estimate-inner__badge img {
  width: 100%;
  height: 100%;
  -webkit-animation: spinBadge 30s linear infinite;
          animation: spinBadge 30s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.p-idx-business-estimate-inner__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  background-color: var(--main);
  border-radius: 5px;
  padding: 7px 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate-inner__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__title {
    font-size: 1.4375rem;
  }
}
.p-idx-business-estimate-inner__text {
  color: var(--blue);
  font-size: 1.4375rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate-inner__text {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__text {
    text-align: left;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__text br {
    display: none;
  }
}
.p-idx-business-estimate-inner__icons {
  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;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate-inner__icons {
    width: 66.8%;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    gap: 20px 0;
  }
}
.p-idx-business-estimate-inner__icons li {
  -webkit-flex-basis: 16.66%;
      -ms-flex-preferred-size: 16.66%;
          flex-basis: 16.66%;
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__icons li {
    -webkit-flex-basis: 28.3%;
        -ms-flex-preferred-size: 28.3%;
            flex-basis: 28.3%;
  }
}
.p-idx-business-estimate-inner__icons li.blank {
  display: none;
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-inner__icons li.blank {
    display: block;
  }
}

@-webkit-keyframes spinBadge {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spinBadge {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.p-idx-business-estimate-contents {
  border: 3px solid var(--black);
  border-radius: 30px;
  background-color: var(--white);
  text-align: center;
  position: relative;
  padding: 40px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate-contents {
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate-contents {
    padding-top: 100px;
  }
}

.p-idx-business-estimate__button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 122px;
  height: 122px;
  border-radius: 100% 0 0 0;
  background-color: var(--black);
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate__button {
    width: 15.2%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate__button {
    width: 25%;
  }
}
.p-idx-business-estimate__button img {
  width: 25px;
  position: absolute;
  top: 60px;
  left: 60px;
}
@media screen and (max-width: 820px) {
  .p-idx-business-estimate__button img {
    width: 21%;
    top: 60%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 460px) {
  .p-idx-business-estimate__button img {
    width: 30%;
  }
}

/* 採用情報
----------------------------------------------------------------- */
.p-idx-recruit {
  position: relative;
  padding-top: 135px;
  margin-top: -100px;
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-recruit {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.p-idx-recruit-circle__bg {
  background-color: var(--main);
}

.p-idx-recruit-buttons {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.5rem;
}
@media screen and (max-width: 460px) {
  .p-idx-recruit-buttons {
    display: block;
    margin-top: -20px;
  }
}
.p-idx-recruit-buttons > div {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-buttons > div {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-recruit-buttons > div {
    margin-top: 20px;
  }
}
.p-idx-recruit-buttons .c-btn-main {
  max-width: 333px;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-buttons .c-btn-main {
    max-width: none;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-recruit-buttons .c-btn-main {
    max-width: 293px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-idx-recruit-caroucel {
  margin-top: var(--space-xlg);
}
.p-idx-recruit-caroucel .slick-slide {
  margin: 0 10px;
  width: 400px;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-caroucel .slick-slide {
    width: 240px;
    margin: 0 5px;
  }
}
.p-idx-recruit-caroucel .slick-slide img {
  border-radius: 30px;
  border: 3px solid var(--white);
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-caroucel .slick-slide img {
    border-radius: 18px;
  }
}
.p-idx-recruit-caroucel .slick-slide.sm {
  width: 332px !important;
  margin-top: 115px;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-caroucel .slick-slide.sm {
    width: 195px !important;
    margin-top: 68px;
  }
}
.p-idx-recruit-caroucel .slick-slide.hasIllust {
  position: relative;
}
.p-idx-recruit-caroucel .slick-slide.hasIllust::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  width: 177px;
  height: 142px;
  background-image: url(/resource/images/idx_slider_caroucel_illust_body.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-caroucel .slick-slide.hasIllust::after {
    width: 106px;
    height: 85px;
    top: -62px;
  }
}
.p-idx-recruit-caroucel .slick-slide.hasIllust::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 49px;
  width: 119px;
  height: 25px;
  background-image: url(/resource/images/idx_slider_caroucel_illust_hand.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  .p-idx-recruit-caroucel .slick-slide.hasIllust::before {
    width: 71px;
    height: 14px;
    top: -5px;
    right: 28px;
  }
}

/* 下層ページナビ
----------------------------------------------------------------- */
.p-idx-nav {
  background-image: url(/resource/images/idx_nav_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 180px;
  /* マスク */
  -webkit-mask-image: url(/resource/images/idx_nav_mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url(/resource/images/idx_nav_mask.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
}
@media screen and (max-width: 820px) {
  .p-idx-nav {
    -webkit-mask-size: 1200px auto;
            mask-size: 1200px auto;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-nav {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.p-idx-nav-flex {
  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;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-flex {
    display: block;
  }
}

.p-idx-nav-flex-box {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  border: 3px solid var(--black);
  padding: 80px 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 7px var(--white);
          box-shadow: 0 0 0 7px var(--white);
}
@media screen and (max-width: 820px) {
  .p-idx-nav-flex-box {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-nav-flex-box {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 0 5px var(--white);
            box-shadow: 0 0 0 5px var(--white);
  }
}
.p-idx-nav-flex-box .c-ttl-lv1 {
  margin-bottom: 3cqw;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-flex-box + .p-idx-nav-flex-box {
    margin-top: 40px;
  }
}

/* 公式キャラクター
----------------------------------------------------------------- */
.p-idx-character {
  position: relative;
  z-index: 1;
  padding-top: var(--space-xxlg);
  padding-bottom: var(--space-xxlg);
}
@media screen and (max-width: 820px) {
  .p-idx-character {
    padding-top: 50px;
  }
}

.p-idx-character-wrap {
  position: relative;
}

.p-idx-character-illust {
  position: absolute;
  width: 37.59%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-character-illust {
    width: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 460px) {
  .p-idx-character-illust {
    width: 250px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -60px;
    -webkit-transform: none;
            transform: none;
  }
}

.p-idx-character-contents {
  background-color: var(--white);
  border-radius: 30px;
  border: 3px solid var(--black);
  -webkit-box-shadow: 5px 5px 0 var(--black);
          box-shadow: 5px 5px 0 var(--black);
  width: 82%;
  margin-right: 0;
  margin-left: auto;
  padding-left: 20%;
}
@media screen and (max-width: 820px) {
  .p-idx-character-contents {
    width: 79%;
    padding-left: 18.8%;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-character-contents {
    width: 100%;
    padding-left: 0;
    padding-top: 230px;
    border-radius: 10px;
  }
}
.p-idx-character-contents__catch {
  color: var(--blue);
  font-size: 1.4375rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-idx-character-contents__catch {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-character-contents__catch {
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-character-contents__name {
    width: 85%;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-character-contents__name {
    width: 100%;
    max-width: 247px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-idx-character-contents p {
  margin-top: 1em;
}
@media screen and (max-width: 460px) {
  .p-idx-character-contents p {
    margin-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .p-idx-character-contents p br {
    display: none;
  }
}

.p-idx-character-contents-inner {
  padding: 50px 20px;
}
@media screen and (max-width: 820px) {
  .p-idx-character-contents-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ==========================================================================
事業内容
========================================================================== */
/* サルカンの強み
----------------------------------------------------------------- */
.p-business-advantage-box + .p-business-advantage-box {
  margin-top: var(--space-xlg);
}

.p-business-advantage-box__title {
  font-size: 1.4375rem;
  border-bottom: 2px solid var(--blue);
  padding-bottom: 7px;
  margin-bottom: var(--space-sm);
}
@media screen and (max-width: 820px) {
  .p-business-advantage-box__title {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  .p-business-advantage-box__title {
    font-size: 1.25rem;
  }
}
.p-business-advantage-box__title span {
  color: var(--blue);
}

.p-business-advantage-box-flex {
  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;
}
@media screen and (max-width: 460px) {
  .p-business-advantage-box-flex {
    display: block;
  }
}
.p-business-advantage-box-flex > div {
  -webkit-flex-basis: 46.51%;
      -ms-flex-preferred-size: 46.51%;
          flex-basis: 46.51%;
}

@media screen and (max-width: 460px) {
  .p-business-advantage-box-flex-text {
    margin-bottom: 10px;
  }
}

/* 営業品目
----------------------------------------------------------------- */
.p-business-business-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  margin-bottom: var(--space-xlg);
}
@media screen and (max-width: 820px) {
  .p-business-business-list {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }
}
@media screen and (max-width: 460px) {
  .p-business-business-list {
    display: block;
  }
}

.p-business-business-list-item {
  -webkit-flex-basis: 48.72%;
      -ms-flex-preferred-size: 48.72%;
          flex-basis: 48.72%;
  border-radius: 27px;
  background-color: var(--main);
  padding: 6px;
  position: relative;
}
@media screen and (max-width: 460px) {
  .p-business-business-list-item + .p-business-business-list-item {
    margin-top: 60px;
  }
}

.p-business-business-list-item-inner {
  background-color: var(--white);
  border: 4px solid var(--black);
  border-radius: 24px;
  padding: 50px 20px 30px 20px;
  height: 100%;
}
@media screen and (max-width: 460px) {
  .p-business-business-list-item-inner {
    padding-top: 30px;
  }
}

.p-business-business-list-item__title {
  position: absolute;
  border: 3px solid var(--black);
  border-radius: 100px;
  color: var(--white);
  background-color: var(--blue);
  max-width: 334px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -20px;
  aspect-ratio: 334/50;
  text-align: center;
  font-size: 1.7cqw;
  container-type: inline-size;
  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;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-business-business-list-item__title {
    max-width: 266px;
    width: 90%;
    font-size: 1.7cqw;
  }
}
@media screen and (max-width: 460px) {
  .p-business-business-list-item__title {
    font-size: 20px;
    max-width: 237px;
  }
}

.p-business-business-list-item__list {
  border-top: 2px dotted var(--blue);
  margin-top: 10px;
  padding-top: 10px;
  display: grid;
  gap: 0 15px;
}
@media screen and (max-width: 820px) {
  .p-business-business-list-item__list {
    display: block;
  }
}
.p-business-business-list-item__list--2rows {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}
.p-business-business-list-item__list--2rows li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.p-business-business-list-item__list--2rows li:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-business-business-list-item__list--2rows li:nth-child(3) {
  grid-area: 1/2/2/3;
}
.p-business-business-list-item__list--2rows li:nth-child(4) {
  grid-area: 2/2/3/3;
}
.p-business-business-list-item__list--3rows {
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
}
.p-business-business-list-item__list--3rows li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.p-business-business-list-item__list--3rows li:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-business-business-list-item__list--3rows li:nth-child(3) {
  grid-area: 3/1/4/2;
}
.p-business-business-list-item__list--3rows li:nth-child(4) {
  grid-area: 1/2/2/3;
}
.p-business-business-list-item__list--3rows li:nth-child(5) {
  grid-area: 2/2/3/3;
}
.p-business-business-list-item__list--3rows li:nth-child(6) {
  grid-area: 3/2/4/3;
}
.p-business-business-list-item__list li::before {
  content: "■";
  color: var(--blue);
  font-size: 10px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-business-business-sec + .p-business-business-sec {
  margin-top: var(--space-xlg);
}

.p-business-business-sec__title {
  font-size: 2.0625rem;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  border: 3px solid var(--black);
  padding: 10px;
  margin-bottom: var(--space-md);
}
@media screen and (max-width: 820px) {
  .p-business-business-sec__title {
    font-size: 1.9375rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 460px) {
  .p-business-business-sec__title {
    font-size: 1.625rem;
  }
}

.p-business-business-sec-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--space-md) 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .p-business-business-sec-flex {
    display: block;
  }
}

.p-business-business-sec-flex-box {
  -webkit-flex-basis: 46.51%;
      -ms-flex-preferred-size: 46.51%;
          flex-basis: 46.51%;
}
.p-business-business-sec-flex-box__title {
  font-size: 1.4375rem;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-business-business-sec-flex-box__title {
    font-size: 1.3125rem;
  }
}
.p-business-business-sec-flex-box__title::before {
  content: "■";
  color: var(--blue);
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-business-business-sec-flex-box p {
  margin-bottom: 15px;
}
@media screen and (max-width: 460px) {
  .p-business-business-sec-flex-box + .p-business-business-sec-flex-box {
    margin-top: 30px;
  }
}

/* 一般のお客様へ
----------------------------------------------------------------- */
.p-business-consumers-catch {
  font-size: 1.4375rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--space-xlg);
}
@media screen and (max-width: 820px) {
  .p-business-consumers-catch {
    font-size: 1.3125rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 460px) {
  .p-business-consumers-catch {
    text-align: left;
    line-height: 1.8;
  }
}

.p-business-consumers-list {
  background-color: #ededed;
  border-radius: 25px;
  padding: 30px 6%;
}

.p-business-consumers-list-item {
  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;
}
@media screen and (max-width: 460px) {
  .p-business-consumers-list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-business-consumers-list-item:not(:first-child) {
  border-top: 2px dotted var(--main);
  padding-top: 30px;
  margin-top: 30px;
}
.p-business-consumers-list-item__icon {
  -webkit-flex-basis: 10.72%;
      -ms-flex-preferred-size: 10.72%;
          flex-basis: 10.72%;
  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;
}
@media screen and (max-width: 460px) {
  .p-business-consumers-list-item__icon {
    -webkit-flex-basis: 19.8%;
        -ms-flex-preferred-size: 19.8%;
            flex-basis: 19.8%;
    margin-right: 10px;
  }
}
.p-business-consumers-list-item__title {
  font-size: 1.4375rem;
  color: var(--blue);
  font-weight: 600;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
  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;
}
@media screen and (max-width: 820px) {
  .p-business-consumers-list-item__title {
    font-size: 1.3125rem;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
  }
}
@media screen and (max-width: 460px) {
  .p-business-consumers-list-item__title {
    -webkit-flex-basis: 76%;
        -ms-flex-preferred-size: 76%;
            flex-basis: 76%;
  }
}
.p-business-consumers-list-item__list {
  -webkit-flex-basis: 56%;
      -ms-flex-preferred-size: 56%;
          flex-basis: 56%;
}
@media screen and (max-width: 820px) {
  .p-business-consumers-list-item__list {
    -webkit-flex-basis: 52%;
        -ms-flex-preferred-size: 52%;
            flex-basis: 52%;
  }
}
@media screen and (max-width: 460px) {
  .p-business-consumers-list-item__list {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-top: 10px;
  }
}
.p-business-consumers-list-item__list li::before {
  content: "□";
  margin-right: 5px;
}

.p-business-consumers-bubbles {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  margin-top: var(--space-xlg);
  margin-bottom: var(--space-md);
}
@media screen and (max-width: 460px) {
  .p-business-consumers-bubbles {
    display: block;
  }
}

.p-business-consumers-bubbles-item {
  -webkit-flex-basis: 195px;
      -ms-flex-preferred-size: 195px;
          flex-basis: 195px;
  aspect-ratio: 195/170;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  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;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .p-business-consumers-bubbles-item {
    width: 54.14%;
    font-size: 0.875rem;
  }
}
.p-business-consumers-bubbles-item span {
  font-weight: 600;
  display: inline-block;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.p-business-consumers-bubbles-item:nth-child(odd) {
  background-image: url(/resource/images/business_bubble_bg_ex.png);
}
@media screen and (max-width: 460px) {
  .p-business-consumers-bubbles-item:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
  }
}
.p-business-consumers-bubbles-item:nth-child(even) {
  background-image: url(/resource/images/business_bubble_bg_q.png);
}
@media screen and (max-width: 460px) {
  .p-business-consumers-bubbles-item:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 460px) {
  .p-business-consumers-bubbles-item + .p-business-consumers-bubbles-item {
    margin-top: -65px;
  }
}

.p-business-consumers-bold {
  text-align: center;
  font-size: 1.4375rem;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-business-consumers-bold {
    font-size: 1.3125rem;
    margin-bottom: 0.5em;
  }
}

.p-business-consumers-lg {
  text-align: center;
  font-size: 1.1875rem;
}
@media screen and (max-width: 820px) {
  .p-business-consumers-lg {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 460px) {
  .p-business-consumers-lg {
    font-size: 1.25rem;
    text-align: left;
  }
}

/* ==========================================================================
実績紹介
=========================================================================*/
/* カテゴリーのスタイル
----------------------------------------------------------------- */
.p-works-wrap {
  position: relative;
  z-index: 1;
  background-image: url(/resource/images/bg_dot_white.png);
}

.p-works-contents {
  border-top: 2px solid var(--main);
}

.p-works-contents-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .p-works-contents-flex {
    display: block;
  }
}

.p-works-contents-title {
  font-size: 1.75rem;
  font-weight: 600;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  padding: var(--space-md) 0;
}
@media screen and (max-width: 820px) {
  .p-works-contents-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 460px) {
  .p-works-contents-title {
    font-size: 1.4375rem;
  }
}
.p-works-contents-title img {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .p-works-contents-title img {
    width: 46px;
  }
}
@media screen and (max-width: 460px) {
  .p-works-contents-title img {
    width: 40px;
  }
}

.p-works-contents-thums {
  background-color: var(--white);
  padding: var(--space-md) var(--space-md);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-works-contents-thums {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-works-contents-thums::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100vw - 600px);
  left: 100%;
  top: 0;
  background-color: var(--white);
}
@media screen and (max-width: 820px) {
  .p-works-contents-thums::after {
    width: 100vw;
    left: -4.6341463415%;
    z-index: -1;
  }
}

.p-works-contents-thums-flex {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}
.p-works-contents-thums-flex figure {
  -webkit-flex-basis: 47.16%;
      -ms-flex-preferred-size: 47.16%;
          flex-basis: 47.16%;
  margin: 0;
}
@media screen and (max-width: 460px) {
  .p-works-contents-thums-flex figure {
    margin: 0 10px;
  }
}
.p-works-contents-thums-flex figure img {
  border-radius: 10px;
  border: 3px solid var(--main);
}
.p-works-contents-thums-flex figure figcaption {
  margin-top: 10px;
}

.p-works-contents-thum-arrows {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 460px) {
  .p-works-contents-thum-arrows {
    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;
  }
}
@media screen and (max-width: 460px) {
  .p-works-contents-thum-arrows > div {
    margin: 0 10px;
  }
}

/* ==========================================================================
会社情報
========================================================================== */
/* ごあいさつ
----------------------------------------------------------------- */
.p-company-message-flex {
  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;
}
@media screen and (max-width: 460px) {
  .p-company-message-flex {
    display: block;
  }
}

.p-company-message-flex-catch {
  -webkit-flex-basis: 39.11%;
      -ms-flex-preferred-size: 39.11%;
          flex-basis: 39.11%;
}
@media screen and (max-width: 820px) {
  .p-company-message-flex-catch {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
.p-company-message-flex-catch__lg span {
  display: inline-block;
  background-color: var(--blue);
  color: var(--white);
  font-size: 2.0625rem;
  -webkit-text-stroke: 4px var(--black);
  text-stroke: 4px var(--black);
  paint-order: stroke;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .p-company-message-flex-catch__lg span {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 460px) {
  .p-company-message-flex-catch__lg span {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
.p-company-message-flex-catch__name {
  font-weight: 600;
  font-size: 1.4375rem;
  margin-top: var(--space-sm);
}
@media screen and (max-width: 460px) {
  .p-company-message-flex-catch__name {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.p-company-message-flex-catch__name .sm {
  font-size: 1rem;
  margin-right: 20px;
}

.p-company-message-flex-text {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}
@media screen and (max-width: 820px) {
  .p-company-message-flex-text {
    -webkit-flex-basis: 51.17%;
        -ms-flex-preferred-size: 51.17%;
            flex-basis: 51.17%;
  }
}
.p-company-message-flex-text p {
  line-height: 2;
}

/* 会社情報
----------------------------------------------------------------- */
/* 許可
----------------------------------------------------------------- */
.p-company-permission__table tr th {
  width: 332px;
  font-size: 1rem;
}
@media screen and (max-width: 460px) {
  .p-company-permission__table tr th {
    width: 100%;
  }
}
.p-company-permission__table tr th::after {
  display: none;
}
.p-company-permission__table tr td ul li::before {
  display: none;
}

.p-company-permission-logos {
  margin-top: var(--space-sm);
  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;
}
.p-company-permission-logos > div {
  -webkit-flex-basis: 20.93%;
      -ms-flex-preferred-size: 20.93%;
          flex-basis: 20.93%;
}
@media screen and (max-width: 460px) {
  .p-company-permission-logos > div {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

/* アクセス
----------------------------------------------------------------- */
.p-company-access-head {
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 460px) {
  .p-company-access-head {
    display: block;
  }
}

.p-company-access-head-text {
  -webkit-flex-basis: 31.62%;
      -ms-flex-preferred-size: 31.62%;
          flex-basis: 31.62%;
}
@media screen and (max-width: 820px) {
  .p-company-access-head-text {
    -webkit-flex-basis: 34.62%;
        -ms-flex-preferred-size: 34.62%;
            flex-basis: 34.62%;
  }
}
.p-company-access-head-text__title {
  color: var(--blue);
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 460px) {
  .p-company-access-head-text__title {
    font-size: 1.4375rem;
  }
}

.p-company-access-head-image {
  -webkit-flex-basis: 58.13%;
      -ms-flex-preferred-size: 58.13%;
          flex-basis: 58.13%;
}
@media screen and (max-width: 460px) {
  .p-company-access-head-image {
    margin-bottom: 20px;
  }
}

.p-company-access-map {
  margin-top: var(--space-lg);
}
.p-company-access-map iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  width: 100%;
  height: 336px;
}
@media screen and (max-width: 820px) {
  .p-company-access-map iframe {
    height: 265px;
  }
}
@media screen and (max-width: 460px) {
  .p-company-access-map iframe {
    height: 162px;
  }
}

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

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

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

.margin-xsm-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .margin-xsm-top {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .margin-xsm-top {
    margin-top: 1rem;
  }
}

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

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

.margin-lg-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .margin-lg-top {
    margin-top: 4rem;
  }
}

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

.margin-xxlg-top {
  margin-top: 10rem;
}
@media screen and (max-width: 820px) {
  .margin-xxlg-top {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 460px) {
  .margin-xxlg-top {
    margin-top: 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: 460px) {
  .padding-xlg-top {
    padding-top: 5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-gray1 {
  color: #d2d2d2 !important;
}

.txt-gray2 {
  color: #ededed !important;
}

/* 電話番号
----------------------------------------------------------------- */
.txt-tel {
  text-align: center;
}
.txt-tel img {
  margin-right: 8px;
  width: 33px;
  vertical-align: baseline;
}
@media screen and (max-width: 820px) {
  .txt-tel img {
    width: clamp(12px, 3.53vw - 4.94px, 24px);
    margin-right: 5px;
  }
}
@media screen and (max-width: 460px) {
  .txt-tel img {
    width: 20px;
  }
}
.txt-tel a[href^="tel:"] {
  font-family: "Montserrat", sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .txt-tel a[href^="tel:"] {
    font-size: clamp(19px, 7.73vw - 18.1px, 41px);
  }
}
@media screen and (max-width: 460px) {
  .txt-tel a[href^="tel:"] {
    pointer-events: auto;
    font-size: 2.25rem;
  }
  .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: 820px) {
  .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: 820px) {
  .txt-tel__info p {
    font-size: 13px;
  }
}

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

.radi15 {
  border-radius: 0.9375rem;
}

.radi20 {
  border-radius: 1.25rem;
}

.radi30 {
  border-radius: 1.875rem;
}

/*-==========================================================================
boder
==========================================================================*/
/*-==========================================================================
背景
==========================================================================*/
.bg-black {
  background-color: #000000 !important;
}

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

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

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

.bg-gray1 {
  background-color: #d2d2d2 !important;
}

.bg-gray2 {
  background-color: #ededed !important;
}

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

/* ==========================================================================
 スクロール
=========================================================================*/
.scroll-anchor {
  display: block;
}

/* ==========================================================================
 非表示
=========================================================================*/
.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: 821px) and (max-width: 960px) {
  .visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px), (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: 821px) {
  .visible-more-tb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .visible-more-tb {
    display: none !important;
  }
}

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

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

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

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

/*-==========================================================================
その他
==========================================================================*/
:root {
  --space-xxlg: 160px;
  --space-xlg: 100px;
  --space-lg: 80px;
  --space-md: 64px;
  --space-sm: 40px;
  --space-xsm: 24px;
  --space-xxsm: 16px;
}
@media screen and (max-width: 820px) {
  :root {
    --space-xxlg: 96px;
    --space-xlg: 76px;
    --space-lg: 58px;
    --space-md: 46px;
    --space-sm: 26px;
    --space-xsm: 18px;
    --space-xxsm: 14px;
  }
}
@media screen and (max-width: 460px) {
  :root {
    --space-xxlg: 72px;
    --space-xlg: 58px;
    --space-lg: 46px;
    --space-md: 32px;
    --space-sm: 20px;
    --space-xsm: 14px;
    --space-xxsm: 8px;
  }
}/*# sourceMappingURL=main.css.map */