@charset "UTF-8";
/* foundation */
body {
  display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

picture {
  display: block;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  word-wrap: break-word;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

img[src$=".svg"] {
  max-width: 100%;
}

:root {
  --DEF: #333333;
  --MAIN: #00757F;
  --ACC: #F7B400;
  --OTHER: #D14155;
  --DDD: #ddd;
  --CCC: #ccc;
  --BBB: #bbb;
  --777: #777;
  --999: #999;
  --555: #555;
  --WHT: #fff;
  --F5: #f5f5f5;
  --LGRAY: #F5F5F5;
  --DGRAY: #999999;
  --BG: #F0FEFF;
  --RED: #FF0000;
  --BLK-rgb: 0, 0, 0;
  --WHT-rgb: 255, 255, 255;
  --MAIN-rgb: 0, 104, 71;
  --LBG-rgb: 237, 242, 242;
}

/* mixin */
/****************************************************************/
/* editor / CMS 用 */
/****************************************************************/
/****************************************************************/
/* font-size */
/****************************************************************/
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* icon font */
/****************************************************************/
/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/****************************************************************/
/* 背景1680px */
/****************************************************************/
/****************************************************************/
/* 背景グラデーション */
/****************************************************************/
/****************************************************************/
/* 背景がぼかされたボックス */
/****************************************************************/
html {
  color: var(--DEF);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  line-break: strict;
}

body {
  line-height: 1.75;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

html {
  scroll-padding-top: 70px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}

.is-editor,
body#tinymce,
body.dcms_editor {
  line-height: 1.65;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.js-tel a {
  color: var(--DEF);
  text-decoration: none;
}

#wrapper {
  position: relative;
}

a {
  color: var(--DEF);
  font-size: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}
a:hover img, a:active img, a:visited img, a:focus img {
  opacity: 0.8;
}

h1, .h1, body#tinymce h1, body#tinymce .h1 {
  font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}

h2, .h2, body#tinymce h2, body#tinymce .h2 {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}

h3, .h3, body#tinymce h3, body#tinymce .h3 {
  font-size: clamp(1.125rem, 0.896rem + 0.98vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: 600;
}

h4, .h4, body#tinymce h4, body#tinymce .h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.4;
  font-weight: 600;
}

h5, .h5, body#tinymce h5, body#tinymce .h5 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.4;
  font-weight: 700;
}

h6, .h6, body#tinymce h6, body#tinymce .h6 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
}

select,
input[type=submit],
button,
input[type=button],
input[type=radio],
input[type=checkbox],
label {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=submit],
input[type=password],
input[type=number],
textarea,
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

html {
  scroll-padding-top: 80px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-top: 160px;
  }
}

html .p-timeseries,
html .js-pagetop {
  scroll-behavior: auto;
  scroll-padding-top: 0;
}

hr {
  border-top: 0.1px solid var(--DDD);
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px; /* 要素が持つかもしれないボーダー分のスペースを隠すため */
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* 古いブラウザ向けのクリッピング方法 */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /* モダンブラウザ向けのクリッピング方法 */
  border: 0;
  white-space: nowrap; /* テキストが折り返して1pxの高さからはみ出るのを防ぐため */
}

sup {
  font-size: 0.75rem;
  position: relative;
  bottom: 6px;
}

.sr-only {
  display: none !important;
}

a {
  word-break: break-all;
}

/* layout */
@media screen and (max-width: 1199.98px) {
  .l-hamburger {
    display: block;
    z-index: 11;
    border: none;
    background-color: var(--MAIN);
    overflow: hidden;
    border-radius: 100vh;
    position: relative;
    width: 38px;
    height: 38px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  border-radius: 100vh;
  background-color: var(--WHT);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-hamburger__line:nth-child(1) {
  -webkit-transform: translate(-50%, -8px);
      -ms-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
.l-hamburger__line:nth-child(3) {
  -webkit-transform: translate(-50%, 6px);
      -ms-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}
.l-hamburger.is-open .l-hamburger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-35%, 6px);
      -ms-transform: rotate(45deg) translate(-35%, 6px);
          transform: rotate(45deg) translate(-35%, 6px);
}
.l-hamburger.is-open .l-hamburger__line:nth-child(2) {
  display: none;
}
.l-hamburger.is-open .l-hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-35%, -7px);
      -ms-transform: rotate(-45deg) translate(-35%, -7px);
          transform: rotate(-45deg) translate(-35%, -7px);
}

@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top > div {
    padding-bottom: 0 !important;
  }
}
.bs_footer-01 .p-footer-top .p-footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-info {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .bs_footer-01 .p-footer-top .p-footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.bs_footer-01 .p-footer-top .p-footer-info__logo {
  max-width: 460px;
  width: 90%;
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-info__logo {
    margin: auto;
  }
}
.bs_footer-01 .p-footer-top .p-footer-info__logo img {
  width: 100%;
  height: auto;
}
.bs_footer-01 .p-footer-top .p-footer-info p {
  color: var(--MAIN);
}
@media screen and (max-width: 991.98px) {
  .bs_footer-01 .p-footer-top .p-footer-navi {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-navi {
    margin-top: 16px;
  }
}
.bs_footer-01 .p-footer-top .p-footer-navi > div, .bs_footer-01 .p-footer-top .p-footer-navi li {
  margin-bottom: 4px;
}
.bs_footer-01 .p-footer-top .p-footer-navi > div + div {
  margin-top: 16px;
}
.bs_footer-01 .p-footer-top .p-footer-navi > div + ul {
  margin-top: 16px;
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-navi > div + ul {
    margin-top: 8px;
  }
}
.bs_footer-01 .p-footer-top .p-footer-navi > div + ul li a {
  font-weight: 500;
}
.bs_footer-01 .p-footer-top .p-footer-navi a {
  color: var(--MAIN);
  font-weight: 700;
}
.bs_footer-01 .p-footer-bottom small, .bs_footer-01 .p-footer-bottom a {
  color: #8798A7;
  font-weight: 400;
}

.l-header {
  background-color: var(--WHT);
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  max-width: 1680px;
  padding: 0 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(var(--BLK-rgb), 0.2);
          box-shadow: 0 0 10px 0 rgba(var(--BLK-rgb), 0.2);
  z-index: 2;
  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 (min-width: 1200px) {
  .l-header {
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 96%;
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .l-header {
    height: 90px;
    padding: 0 24px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header__inner__logo {
  position: relative;
  z-index: 3;
}
.l-header__inner__logo img {
  max-height: 59px;
  width: auto;
}
@media screen and (max-width: 991.98px) {
  .l-header__inner__logo img {
    max-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__inner__nav {
    margin-left: auto;
    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: 1199.98px) {
  .l-header__inner__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--WHT);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    padding: 110px 40px 32px;
  }
  .l-header__inner__nav.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 991.98px) {
  .l-header__inner__nav {
    padding: 70px 24px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__inner__nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 16px;
  }
}
.l-header__inner__nav nav ul li a {
  text-decoration: none;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .l-header__inner__nav nav ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .l-header__inner__nav nav ul li a {
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid var(--DDD);
  }
}
.l-header__inner__nav nav ul li a:hover {
  color: var(--MAIN);
  text-decoration: underline;
}
.l-header__inner__nav .-tel {
  color: var(--MAIN);
  font-weight: 700;
  line-height: 1;
  margin: 0 24px;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.l-header__inner__nav .-tel::before {
  content: "";
  background: url(../../dcms_media/other/icon-telephone-green.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
}
@media screen and (max-width: 575.98px) {
  .l-header__inner__nav .-tel::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1199.98px) {
  .l-header__inner__nav .-tel {
    margin: 24px 0;
    text-align: center;
  }
}
.l-header__inner__nav .-tel a {
  color: var(--MAIN);
  letter-spacing: 0.01em;
  font-size: 2rem;
}
.l-header__inner__nav .c-btn a {
  font-size: 1rem;
  font-weight: 500;
  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;
  max-width: 336px;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 6px;
}
.l-header__inner__nav .c-btn a::before {
  content: "";
  background: url(../../dcms_media/other/icon-mail.svg) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__inner__nav .c-btn a::after {
  display: none;
}
.l-header__inner__nav .c-btn a:hover::before {
  background-image: url(../../dcms_media/other/icon-mail-orange.svg);
}

.l-header-height {
  height: 95px;
}
@media screen and (max-width: 991.98px) {
  .l-header-height {
    height: 65px;
  }
}

/* component */
/* js */
/* project */
/* utility */
/* --- Base Margin Top --- */
/* Margin */
.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 768px) {
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
}
/* Padding */
.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.py-6 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}

.py-7 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}

.py-8 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}

.py-9 {
  padding-bottom: 7rem !important;
  padding-top: 7rem !important;
}

.py-10 {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important;
}

@media screen and (min-width: 768px) {
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .py-md-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-md-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-md-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-md-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-md-10 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .py-lg-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-lg-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-lg-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-lg-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-lg-10 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
}
/* module */
/* page */
.p-lp-hitch {
  background: url(../../dcms_media/image/lp-hitch-bg.webp) no-repeat center;
  background-size: cover;
}
.p-lp-hitch h2, .p-lp-hitch p {
  color: var(--WHT);
}

.text-primary {
  color: var(--MAIN) !important;
}

.text-danger {
  color: var(--OTHER) !important;
}

.border-primary {
  border-color: var(--MAIN) !important;
}

.c-title__under {
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}
.c-title__under::after {
  content: "";
  position: absolute;
  background-color: var(--MAIN);
  width: 72px;
  height: 5px;
  left: 50%;
  margin: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-title__under::after {
    width: 48px;
  }
}

.c-title__left {
  border-left: 5px solid var(--MAIN);
  padding-left: 10px;
}

.c-btn a {
  margin: auto;
  background-color: var(--ACC);
  color: var(--WHT);
  border: 1px solid var(--ACC);
  padding: 10px 16px;
  display: block;
  border-radius: 4px;
  max-width: 360px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.c-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--WHT);
  border-right: 2px solid var(--WHT);
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn a:hover {
  color: var(--ACC);
  background-color: var(--WHT);
}
.c-btn a:hover::after {
  border-color: var(--ACC);
}

.rounded {
  border-radius: 10px !important;
}

.shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1) !important;
          box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1) !important;
}

.p-list__maru li {
  position: relative;
  padding-left: 16px;
}
.p-list__maru li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--MAIN);
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 8px;
}
.p-list__maru li + li {
  margin-top: 4px;
}

.p-lp-mv {
  background-color: var(--BG);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-lp-mv {
    background-image: url(../../dcms_media/other/lp-mv-bg.svg);
    background-position: left bottom;
  }
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv {
    background-position: center top;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv {
    background-image: url(../../dcms_media/other/lp-mv-sp-bg.svg);
  }
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.p-lp-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-lp-mv__inner .-left {
  padding-top: 13.5vw;
  padding-bottom: 4vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv__inner .-left {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-left {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-lp-mv__inner .-left {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-lp-mv__inner .-left {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .p-lp-mv__inner .-left {
    width: 60%;
  }
}
@media screen and (min-width: 1680px) {
  .p-lp-mv__inner .-left {
    padding-top: 210px;
    padding-bottom: 80px;
  }
}
.p-lp-mv__inner .-left .-lead {
  color: var(--MAIN);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-left .-lead {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv__inner .-left .-lead {
    font-size: 1.5rem;
  }
}
.p-lp-mv__inner .-left .-lead .-icon {
  position: relative;
}
.p-lp-mv__inner .-left .-lead .-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--MAIN);
  border-radius: 100vh;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-lp-mv__inner .-left .-sub {
  margin-top: 16px;
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-left .-sub {
    text-align: center;
  }
}
.p-lp-mv__inner .-left .-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .p-lp-mv__inner .-left .-title {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-left .-title {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv__inner .-left .-title {
    font-size: 2.5rem;
    margin-top: 8px;
  }
}
.p-lp-mv__inner .-left .-listtitle {
  margin-top: 32px;
  color: var(--OTHER);
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-left .-listtitle {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv__inner .-left .-listtitle {
    margin-top: 24px;
    font-size: 1.25rem;
  }
}
.p-lp-mv__inner .-left .-list {
  padding: 16px;
  border-radius: 10px;
  border: 2px solid var(--MAIN);
  background-color: var(--WHT);
}
.p-lp-mv__inner .-left .-list li {
  font-weight: 600;
  padding-left: 28px;
  line-height: 1.5;
  background: url(../../dcms_media/other/icon-check.svg) no-repeat left 3px;
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv__inner .-left .-list li {
    font-size: 0.875rem;
    background-size: 18px;
    padding-left: 24px;
  }
}
.p-lp-mv__inner .-left .-list li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .p-lp-mv__inner .-left .-list li + li {
    margin-top: 8px;
  }
}
.p-lp-mv__inner .-left .c-btn {
  position: absolute;
  width: 86%;
  max-width: 320px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .p-lp-mv__inner .-left .c-btn {
    display: none;
  }
}
.p-lp-mv__inner .-right {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../../dcms_media/image/lp-mv-bg.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-right {
    padding: 5.5vw 0 3vw;
  }
}
@media screen and (min-width: 992px) {
  .p-lp-mv__inner .-right {
    margin-left: 4vw;
    margin-right: calc(50% - 50vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .p-lp-mv__inner .-right img {
    display: block;
    margin-left: 2vw;
    width: 98%;
    max-width: 690px;
  }
}
@media screen and (max-width: 991.98px) {
  .p-lp-mv__inner .-right img {
    max-width: 480px;
    width: 90%;
  }
}

.p-lp-lead {
  background-color: var(--MAIN);
  position: relative;
}
.p-lp-lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 26px solid var(--WHT);
}
@media screen and (min-width: 992px) {
  .p-lp-lead::after {
    border-left-width: 64px;
    border-right-width: 64px;
    border-top-width: 56px;
  }
}
.p-lp-lead p {
  margin-bottom: 0;
  margin-top: 8px;
}
.p-lp-lead .-text {
  text-align: center;
  color: var(--WHT);
  font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-lp-about {
  background: var(--BG) url(../../dcms_media/other/lp-about-bg.svg) no-repeat center;
  background-size: cover;
}
.p-lp-about__inner {
  background-color: var(--WHT);
  -webkit-box-shadow: 0 0 10px 0 rgba(var(--BLK-rgb), 0.1);
          box-shadow: 0 0 10px 0 rgba(var(--BLK-rgb), 0.1);
}
.p-lp-about__inner .-title {
  color: var(--MAIN);
}
.p-lp-about__inner .img-fluid {
  text-align: center;
}

.p-lp-step {
  background: var(--BG);
}

.p-lp-cta {
  background: var(--BG) url(../../dcms_media/image/lp-cta-bg.webp) no-repeat center;
  background-size: cover;
}
.p-lp-cta p, .p-lp-cta h2 {
  color: var(--WHT);
}
.p-lp-cta p::after, .p-lp-cta h2::after {
  background-color: var(--WHT);
}
.p-lp-cta .c-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-lp-cta .c-tel::before {
  content: "";
  background: url(../../dcms_media/other/icon-telephone.svg) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
}
@media screen and (max-width: 575.98px) {
  .p-lp-cta .c-tel::before {
    width: 24px;
    height: 24px;
  }
}

.c-tel {
  font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
}
.c-tel a {
  color: var(--WHT);
}

.p-lp-cost {
  background: var(--BG) url(../../dcms_media/other/lp-cost-bg.svg) no-repeat center;
  background-size: cover;
}

.p-cost__list {
  margin-right: -8px;
  margin-left: -8px;
}
.p-cost__list .col {
  padding-left: 8px;
  padding-right: 8px;
}
.p-cost__list .-bg {
  background-color: var(--WHT);
  border: 1px solid var(--DDD);
}
.p-cost__list__title {
  text-align: center;
  border-right: 1px solid var(--MAIN);
  color: var(--MAIN);
  line-height: 1;
  font-weight: 600;
  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;
}
.p-cost__list__text {
  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;
}

.p-lp-flow__item {
  padding: 0 24px 24px;
  background-color: var(--BG);
  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;
  height: 100%;
}
.p-lp-flow .-num {
  position: relative;
  top: -0.85rem;
  text-align: center;
  color: var(--MAIN);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.p-lp-flow .img-fluid {
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 575.98px) {
  .p-lp-flow .img-fluid img {
    width: 60px;
  }
}

.p-lp-case {
  background-color: var(--BG);
}

.p-lp-faq {
  background-color: var(--BG);
}

.p-faq {
  padding: 16px 0;
  border-top: 1px solid var(--DDD);
  border-bottom: 1px solid var(--DDD);
}
.p-faq__q {
  position: relative;
  padding-left: 42px;
  padding-right: 30px;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .p-faq__q {
    padding-left: 56px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-faq__q__title {
    font-size: 1rem;
  }
}
.p-faq__q::before {
  content: "Q";
  color: var(--WHT);
  background-color: var(--MAIN);
  border-radius: 5px;
  width: 32px;
  height: 32px;
  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-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (min-width: 576px) {
  .p-faq__q::before {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}
.p-faq__q::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .p-faq__q::after {
    font-size: 1.5rem;
    top: 5px;
  }
}
.p-faq__q.is-active::after {
  content: "－";
}
.p-faq__a {
  display: none;
  position: relative;
  padding-left: 42px;
  margin-top: 16px;
}
@media screen and (min-width: 576px) {
  .p-faq__a {
    padding-left: 56px;
    margin-top: 26px;
  }
}
.p-faq__a::before {
  content: "A";
  color: var(--WHT);
  background-color: var(--ACC);
  border-radius: 5px;
  width: 32px;
  height: 32px;
  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-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  .p-faq__a::before {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

.p-map {
  text-align: right;
}
.p-map a {
  text-decoration: none;
  padding: 0 24px 0 16px;
  display: inline-block;
  background-image: url(../../dcms_media/other/icon-map.svg), url(../../dcms_media/other/icon-blank.svg);
  background-repeat: no-repeat;
  background-position: left center, right center;
}
.p-map a:hover {
  color: var(--DEF);
  text-decoration: underline;
}

.p-lp-bcta {
  background: var(--BG) url(../../dcms_media/image/lp-bcta-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.p-lp-bcta__inner {
  background-color: var(--WHT);
}
.p-lp-bcta__inner__tel {
  background-color: var(--MAIN);
  border-radius: 0 0 10px 10px;
  color: var(--WHT);
  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-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 16px;
}
@media screen and (max-width: 767.98px) {
  .p-lp-bcta__inner__tel {
    padding: 32px 16px;
    gap: 8px;
  }
}
.p-lp-bcta__inner__tel .-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
  .p-lp-bcta__inner__tel .-title {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .p-lp-bcta__inner__tel .-title {
    font-size: 1.25rem;
  }
}
.p-lp-bcta__inner__tel .c-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .p-lp-bcta__inner__tel .c-tel {
    margin-left: 5vw;
  }
}
.p-lp-bcta__inner__tel .c-tel::before {
  content: "";
  background: url(../../dcms_media/other/icon-telephone.svg) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
}
@media screen and (max-width: 575.98px) {
  .p-lp-bcta__inner__tel .c-tel::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-lp-bcta__inner__tel .-hours {
    font-size: 0.875rem;
  }
}
.p-lp-bcta .c-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 336px;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 8px;
}
@media screen and (max-width: 575.98px) {
  .p-lp-bcta .c-btn a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.p-lp-bcta .c-btn a::before {
  content: "";
  background: url(../../dcms_media/other/icon-mail.svg) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-lp-bcta .c-btn a::after {
  display: none;
}
.p-lp-bcta .c-btn a:hover::before {
  background-image: url(../../dcms_media/other/icon-mail-orange.svg);
}
.p-lp-bcta .p-sns {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 576px) {
  .p-lp-bcta .p-sns {
    right: 24px;
    bottom: 24px;
  }
}

.l-footer {
  position: relative;
  padding: 24px 0;
  background-color: var(--MAIN);
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 80px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .l-footer__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.l-footer__inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .l-footer__inner ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__inner ul li {
  line-height: 1;
  position: relative;
}
.l-footer__inner ul li a {
  text-decoration: none;
  color: var(--WHT);
  font-size: 0.75rem;
  padding-right: 16px;
  line-height: 1;
}
.l-footer__inner ul li a:hover {
  text-decoration: underline;
}
.l-footer__inner ul li:last-child {
  padding-left: 18px;
}
@media screen and (max-width: 991.98px) {
  .l-footer__inner ul li:last-child {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 8px;
  }
}
.l-footer__inner ul li:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 1em;
  border-left: 1px solid var(--WHT);
  border-right: 1px solid var(--WHT);
}
@media screen and (max-width: 991.98px) {
  .l-footer__inner ul li:last-child::before {
    display: none;
  }
}
.l-footer__inner ul li:last-child a {
  padding-right: 0;
}
.l-footer__inner small {
  color: var(--WHT);
  font-size: 0.75rem;
}
@media screen and (max-width: 991.98px) {
  .l-footer__inner small {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}
.l-footer__top {
  position: absolute;
  color: var(--WHT);
  text-align: center;
  cursor: pointer;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 48px;
  font-size: 0.625rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--MAIN);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  padding-bottom: 3px;
}
.l-footer__top:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-sp-cta {
    display: none;
  }
}
.p-sp-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-top: 1px solid rgba(var(--WHT-rgb), 0.5);
}
.p-sp-cta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-sp-cta ul li {
  width: 50%;
}
.p-sp-cta ul li a {
  border-radius: 0;
  padding: 10px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  font-weight: 600;
  min-height: 60px;
}
.p-sp-cta ul li a::after {
  display: none;
}
.p-sp-cta ul li.-mail a::before {
  content: "";
  background: url(../../dcms_media/other/icon-mail.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 16px;
}
.p-sp-cta ul li.-tel {
  color: var(--WHT);
}
.p-sp-cta ul li.-tel a {
  color: var(--WHT);
  background-color: var(--MAIN);
}
.p-sp-cta ul li.-tel a::before {
  content: "";
  background: url(../../dcms_media/other/icon-telephone.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.is-editor .p-faq__a,
body.dcms_editor .p-faq__a,
body#tinymce .p-faq__a {
  display: block;
}