@charset "UTF-8";
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;

*/
/* =====================================
 * メディアクエリ
 * ================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

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

nav ul {
  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;
  word-break: break-all;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  /*最大横幅制御*/
  height: auto;
  /*縦長比維持*/
  vertical-align: bottom;
  /*画像下部の謎の余白をなくす*/
  line-height: 1;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
  border: 0;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* =====================================
 * ベース設定
 * ================================== */
html {
  font-size: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}
html.is-firefox body {
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  html.is-mobile.is-safari body * {
    -webkit-text-stroke-width: 0.01em !important;
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.75;
  text-align: left;
  color: #445777;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  min-width: calc(1200px + 2rem);
  width: 100%;
  letter-spacing: 0.04em;
}
body:not([data-page-type=form]).is-loaded * {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

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

a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 768px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}
a:not([class])[href^="#"], a:not([class])[data-type=URL] {
  color: #267CB9;
}

p {
  line-height: 1.75;
  letter-spacing: 0.04em;
}

ul[class],
ol[class] {
  list-style: none;
}

strong,
span {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

iframe {
  display: block;
  max-width: 100%;
}

cite {
  font-style: normal;
}

input,
textarea,
select {
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=tel],
input[type=email],
input[type=number],
select,
input[type=text],
textarea {
  display: block;
}
input[type=tel]:not([size]),
input[type=email]:not([size]),
input[type=number]:not([size]),
select:not([size]),
input[type=text]:not([size]),
textarea:not([size]) {
  width: 100%;
}

input[type=submit],
button {
  line-height: inherit;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  input[type=submit]:hover,
  button:hover {
    cursor: pointer;
  }
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e2e2e2;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e2e2e2;
}

::-moz-placeholder {
  /* Others */
  color: #e2e2e2;
}

::-ms-input-placeholder {
  /* Others */
  color: #e2e2e2;
}

::placeholder {
  /* Others */
  color: #e2e2e2;
}

::-moz-selection {
  background: #267CB9;
  color: #fff;
}

::selection {
  background: #267CB9;
  color: #fff;
}

::-moz-selection {
  background: #267CB9;
  color: #fff;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -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;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.l-container {
  max-width: calc(1200px + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-container.-sm {
  max-width: calc(960px + 2rem);
}
.l-container.-lg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
  .l-container, .l-container.-lg, .l-container.-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

body:not([data-page-type=form]) {
  margin-top: 139px;
}
@media (max-width: 767px) {
  body:not([data-page-type=form]) {
    margin-top: 64px;
  }
}

.l-main + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-main + * {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 .l-main__content {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: calc(100% - 260px);
        -ms-flex-preferred-size: calc(100% - 260px);
            flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .l-main__sidebar {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .l-main__sidebar {
    margin-top: 4rem;
  }
}

.l-footer__menu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F0F8FB;
}
@media (max-width: 767px) {
  .l-footer__menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .l-footer__menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .l-footer__menu-list > * {
    -webkit-flex-basis: calc(50% - 2.5rem);
        -ms-flex-preferred-size: calc(50% - 2.5rem);
            flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
@media (max-width: 767px) {
  .l-footer__menu-item + .l-footer__menu-item {
    margin-top: 2rem;
  }
}
.l-footer__menu-lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
.l-footer__menu-lead + * {
  margin-top: 0.5rem;
}
.l-footer__menu-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
.l-footer__menu-title + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .l-footer__menu-title + * {
    margin-top: 30px;
  }
}

.l-footer__link-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__link-list[class] li.-privacy a {
  overflow: hidden;
  display: block;
  font-size: 0;
  color: transparent;
  background-image: url(../img/ico_privacy.png);
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 767px) {
  .l-footer__link-list[class] li.-privacy a {
    display: none;
  }
}

.l-header.js-fixed-header {
  background-color: #fff;
}
@media (min-width: 768px) {
  .l-header.js-fixed-header.-change {
    height: auto;
  }
  .l-header.js-fixed-header.-change .l-header__btn-list li a {
    font-size: 0.75rem;
    min-width: 150px;
    padding: 0.5rem;
  }
  .l-header.js-fixed-header.-change .l-header__menu-list > li + li {
    margin-left: 1rem;
  }
  .l-header.js-fixed-header.-change a {
    font-size: 0.875rem;
  }
  .l-header.js-fixed-header.-change .l-header__logo-img img {
    max-width: 150px;
  }
  .l-header.js-fixed-header.-change .l-header__menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .l-header.js-fixed-header.-change .l-header__logo-text {
    opacity: 0;
    height: 0;
    width: 0;
  }
  .l-header.js-fixed-header.-change .l-header__link-contact .l-header__link {
    display: none;
  }
  .l-header.js-fixed-header.-change .l-header__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .l-header[class] .sub-menu a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .l-header__menu.is-active {
    overflow-y: scroll;
    padding-bottom: 5rem;
    padding-top: 1rem;
  }
}

body[data-page-slug=privacy] .c-under-cta,
body[data-page-slug=privacy] .c-under-cta__blue.c-bg-grade,
body[data-page-slug=privacy] .l-footer__menu,
body[data-page-slug=privacy] .c-cta.c-cta-bg-inner.c-bg-pri {
  display: none;
}

@media (max-width: 767px) {
  body[data-page-type=form] .l-main {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=owner-thanks] .l-main {
    margin-top: 5.71rem;
  }
}

body[data-page-type=form][data-page-slug=owner-contact] .l-main {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=owner-contact] .l-main {
    margin-top: 3.43rem;
  }
}

@media (max-width: 767px) {
  .l-main__content:has(.-form) {
    /*  padding-left: 1.61rem;
     padding-right: 1.61rem; */
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .p-coin-parking-search__tag-list li > *, .c-anchor-link__btn a:not([class])[href^="#"], .c-service-col6__item a, .c-compare-info__table th .c-btn a,
.c-compare-info__table td .c-btn a, .c-page-nav__link, .p-news-list__item:has(a), .p-home-cta__item a, .p-service-imgflex__btn-btn a, .p-service-imgflex__btn > a, .swiper.c-scene-slider .swiper-button-next.c-scene-slider-button-next, .swiper.c-scene-slider .swiper-button-prev.c-scene-slider-button-prev, .c-pagetop__btn, .c-sidebar__bnr-item > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-hover:hover, .p-coin-parking-search__tag-list li > :hover, .c-anchor-link__btn a[href^="#"]:hover:not([class]), .c-service-col6__item a:hover, .c-compare-info__table th .c-btn a:hover,
  .c-compare-info__table td .c-btn a:hover, .c-page-nav__link:hover, .p-news-list__item:hover:has(a), .p-home-cta__item a:hover, .p-service-imgflex__btn-btn a:hover, .p-service-imgflex__btn > a:hover, .swiper.c-scene-slider .swiper-button-next.c-scene-slider-button-next:hover, .swiper.c-scene-slider .swiper-button-prev.c-scene-slider-button-prev:hover, .c-pagetop__btn:hover, .c-sidebar__bnr-item > :hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.64;
  }
}

.c-shadow, .p-coin-parking-col2__comment-title, .p-hachiwari-figure, .p-quotation-top, .c-feature-col3__item, .c-park-submenu__item, .c-service-submenu__item, .c-service-col3__header, .c-service-col6__item, .c-worry-col3__header-inner, .c-worry-col3__header, .c-worry-col3__item, .c-card-col3__item, .c-imgflex-list__inner, .p-consideration-col2__item, .p-column-pickup:hover .p-column-pickup__img, .p-post-detail__item:hover .p-column-list__img, .p-column-list__item:hover .p-column-list__img, .p-scene-list__item, .c-under-cta__item {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(38, 124, 185, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(38, 124, 185, 0.1);
}

@media (min-width: 768px) {
  .c-btn-shadow, .c-flow-list__btn a:not([class]):hover, .p-home-mv__btn a:not([class]):hover, .c-under-cta__blue-btn a:not([class]):hover, .c-cta__btn a:not([class]):hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.15);
  }
}

.c-img, .p-use-img__img {
  aspect-ratio: 16/9;
}
.c-img img, .p-use-img__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-no-img {
  position: relative;
}
.c-no-img::before {
  content: "";
  display: block;
  background-color: #F7F7F7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -20;
  pointer-events: none;
}
.c-no-img::after {
  content: "NO IMAGE";
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.24;
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
@media (max-width: 767px) {
  .c-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 64px;
  }
}

.c-sidebar__section + .c-sidebar__section {
  margin-top: 3rem;
}
.c-sidebar__title {
  font-weight: bold;
}
.c-sidebar__title + * {
  margin-top: 1rem;
}
.c-sidebar__bnr-item + .c-sidebar__bnr-item {
  margin-top: 1rem;
}

.c-cat01__list li > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 0.45em auto;
  padding: 1rem 1.5rem 1rem 1rem;
}
.c-cat01__list li > *, .c-cat01__list li > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-cat01__list li > *:hover {
    background-color: #F7F7F7;
  }
}
.c-cat01__list li:first-child > * {
  border-top: 1px solid #e2e2e2;
}

.c-tag01__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem 0 0 -1rem;
}
.c-tag01__list li {
  margin: 1rem 0 0 1rem;
}
.c-tag01__list li > * {
  text-decoration: none;
  display: inline-block;
  background-color: #F7F7F7;
  padding: 0.25rem 0.5rem;
}

.c-pager__list {
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-pager__item[class] > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  padding-top: 0.375rem;
  text-decoration: none;
  border-radius: 2.5rem;
}
.c-pager__item[class] > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-pager__item[class] > *:hover {
    background-color: #267CB9;
    color: #fff;
  }
}
.c-pager__item[class] span {
  border-color: #267CB9;
  background-color: #267CB9;
  color: #fff;
}
.c-pager__item[class].-skip span {
  background: none;
  border: none;
  color: inherit;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  line-height: 1.15;
  letter-spacing: 0.1em;
}
.c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
  background-size: 0.65em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-pager__item[class].-prev > * {
  background-image: url(../img/ico_pagerarr_left_pri.svg);
}
.c-pager__item[class].-prev > *:hover {
  background-image: url(../img/ico_pagerarr_left_gry.svg);
  background-color: inherit;
}
.c-pager__item[class].-next > * {
  background-image: url(../img/ico_pagerarr_right_pri.svg);
}
.c-pager__item[class].-next > *:hover {
  background-image: url(../img/ico_pagerarr_right_gry.svg);
  background-color: inherit;
}
.c-pager__item + .c-pager__item {
  margin-left: 0.5rem;
}

/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
  line-height: 1.5;
}

.c-headline-en {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #267CB9;
}
.c-headline-en + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-headline-en + * {
    margin-top: 10px;
  }
}
.c-headline-main {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .c-headline-main {
    font-size: 1.75rem;
    gap: 1.5rem;
  }
}
.c-headline-main::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 4rem;
  height: 2px;
  background-color: #F7B106;
}

.c-headline-news-main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
}
.c-headline-news-main + * {
  margin-top: 0.5rem;
}
.c-headline-news-en {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}

.c-headline-pri {
  font-size: 2rem;
  color: #267CB9;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-headline-pri {
    font-size: 1.5rem;
  }
}
.c-headline-pri + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-headline-pri + * {
    margin-top: 14px;
  }
}
.c-headline-pri-desc {
  text-align: center;
  line-height: 1.75;
}
.c-headline-pri-desc + * {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .c-headline-pri-desc + * {
    margin-top: 35px;
  }
}

.c-headline-wht {
  font-size: 2rem;
  color: #fff;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c-headline-wht {
    font-size: 1.5rem;
  }
}
.c-headline-wht + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline-wht + * {
    margin-top: 24px;
  }
}

.toc_transparent {
  background-color: #F7F7F7;
  padding: 3rem 4rem;
}
@media (max-width: 767px) {
  .toc_transparent {
    padding: 1.5rem;
  }
}
.toc_title {
  font-weight: bold;
  font-size: 1.25rem;
}
.toc_title + * {
  margin-top: 1.5rem;
}
.toc_list[class] {
  counter-reset: item;
}
.toc_list[class] > li {
  font-size: 1rem;
}
.toc_list[class] > li::before {
  counter-increment: item;
  content: counter(item) ". ";
  display: inline-block;
  font-size: 1rem;
  margin-right: 1rem;
  color: #267CB9;
  font-weight: bold;
}
@media (max-width: 767px) {
  .toc_list[class] > li::before {
    font-size: 1rem;
  }
}
.toc_list[class] > li li + li {
  margin-top: 0.5rem;
}
.toc_list[class] li {
  list-style: none;
}
.toc_list[class] li a {
  color: #445777;
}
.toc_list[class] li ul {
  margin-top: 1rem;
  list-style: none;
  counter-reset: item;
  font-size: 0.875rem;
}
.toc_list[class] li li::before {
  color: #267CB9;
  counter-increment: item;
  content: counters(item, "-") ". ";
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 1rem;
  font-weight: bold;
}
.toc_list[class] li + li {
  margin-top: 0.5rem;
}

#toc_container {
  background-color: #F0F8FB;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  #toc_container {
    padding: 1.5rem;
  }
}

/* =====================================
 * ボタン基準
 * ================================== */
.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#267CB9), to(#17A3CD));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -webkit-linear-gradient(left, #267CB9 0%, #17A3CD 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #267CB9 0%, #17A3CD 100%);
}
@media (min-width: 768px) {
  .c-btn[class] {
    max-width: 400px;
  }
}
.c-btn[class].-lg {
  max-width: 100%;
}
.c-btn[class]::before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#267CB9), to(#17A3CD));
  background: -webkit-linear-gradient(left, #267CB9 0%, #17A3CD 100%);
  background: linear-gradient(90deg, #267CB9 0%, #17A3CD 100%);
}
.c-btn[class]:hover::before {
  opacity: 0;
}
.c-btn[class] > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2.25rem 3rem;
  max-height: 96px;
  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;
}
@media (max-width: 767px) {
  .c-btn[class] > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class] > *:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .c-btn[class] > *:after {
    margin-right: 1.125rem;
  }
}
.c-btn[class] a[target*=_blank]:after {
  background-image: url("../img/ico_blank_wht.svg");
}
.c-btn[class].-wht {
  background: transparent;
  border: 1px solid #267CB9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-btn[class].-wht::before {
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-btn[class].-wht:hover {
  background: #267CB9;
}
.c-btn[class].-wht > * {
  color: #267CB9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-btn[class].-wht > *::after {
  background-image: url(../img/ico_arr_right_pri.svg);
}
.c-btn[class].-wht > *:hover {
  color: #fff;
}
.c-btn[class].-wht > *:hover::after {
  background-image: url(../img/ico_arr_right_wht.svg);
}
.c-btn[class].-submit > * {
  padding: 0;
}
.c-btn[class].-submit > * input[type=submit] {
  width: 100%;
  padding: 1rem 3rem;
  padding: 2.25rem 2rem 2.25rem 2rem;
}
@media (max-width: 767px) {
  .c-btn[class].-submit > * input[type=submit] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class].-arrow2.-wht {
  border-color: #0055a2;
}
.c-btn[class].-arrow2 {
  max-width: 453px;
  width: 100%;
}
.c-btn[class].-arrow2 .c-btn__inner {
  color: #333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .c-btn[class].-arrow2 .c-btn__inner {
    font-size: 1rem;
  }
}
.c-btn[class].-arrow2 a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .c-btn[class].-arrow2 a {
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
    padding-left: 1.71rem;
    padding-right: 2.57rem;
  }
}
.c-btn[class].-arrow2 a::after {
  background-image: initial;
  -webkit-mask: url(../img/ico_arr_blu_right.svg) no-repeat center/contain;
          mask: url(../img/ico_arr_blu_right.svg) no-repeat center/contain;
  background-color: #005aa2;
  width: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-btn[class].-arrow2 a::after {
    width: 0.86rem;
    margin-right: 1.14rem;
  }
}
.c-btn[class].-arrow2 .c-btn__text {
  color: #005aa2;
  font-weight: 700;
}
.c-btn[class].-arrow2 .c-btn__text-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.c-btn[class].-arrow2:hover .c-btn__inner {
  color: #fff;
}
.c-btn[class].-arrow2:hover .c-btn__text {
  color: #fff;
}
.c-btn[class].-arrow2:hover a::after {
  background-color: #fff;
}
.c-btn[class].-dark-blue {
  background: #0055a2;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-family: "Noto Sans JP", sans-serif;
}
@media (any-hover: hover) {
  .c-btn[class].-dark-blue:hover {
    opacity: 0.64;
  }
}
.c-btn[class].-dark-blue:before {
  display: none;
}

body .c-btn[class] a {
  color: #fff;
}

.c-btn-text.-right {
  text-align: end;
}
.c-btn-text a {
  color: #445777;
  position: relative;
  display: inline-block;
  padding: 0 1.375em 0 0;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
  line-height: 2;
}
.c-btn-text a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.875rem;
  height: 100%;
  font-weight: bold;
  background-position: center 0.375em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/ico_arr_right_pri.svg");
}
.c-btn-text a:hover {
  text-decoration: underline;
}
.c-btn-text a[target*=_blank] {
  padding: 0 1.75em 0 0;
}
.c-btn-text a[target*=_blank]:before {
  width: 1.25rem;
  background-position: center 0.625em;
  background-image: url("../img/ico_blank_pri.svg");
  margin-top: -0.25rem;
}
.c-btn-text a[href*=".pdf"],
.c-btn-text a[download] {
  padding: 0 1.75em 0 0;
}
.c-btn-text a[href*=".pdf"]:before,
.c-btn-text a[download]:before {
  width: 1.25rem;
  background-image: url("../img/ico_pdf.svg");
  margin-top: -0.25rem;
}

* + .c-btn[class] {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-btn[class] {
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  .c-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .c-btn-wrap > .c-btn a {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .c-btn-wrap > .c-btn + .c-btn {
    margin-top: 0;
  }
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-flex.-max2 {
  margin-left: -1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max2 .c-flex__item {
  -webkit-flex-basis: calc(50% - 1.5rem);
      -ms-flex-preferred-size: calc(50% - 1.5rem);
          flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  margin-left: 1.5rem;
}
.c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 .c-flex__item, .c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
    margin-top: 14px;
  }
}
.c-flex.-max3 {
  margin-left: -1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max3 .c-flex__item {
  -webkit-flex-basis: calc(33.3333333333% - 1.5rem);
      -ms-flex-preferred-size: calc(33.3333333333% - 1.5rem);
          flex-basis: calc(33.3333333333% - 1.5rem);
  max-width: calc(33.3333333333% - 1.5rem);
  margin-left: 1.5rem;
}
.c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 .c-flex__item, .c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
    margin-top: 14px;
  }
}
.c-flex.-max4 {
  margin-left: -1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 {
    margin-left: -14px;
  }
}
.c-flex.-max4 .c-flex__item[class] {
  -webkit-flex-basis: calc(25% - 1.5rem);
      -ms-flex-preferred-size: calc(25% - 1.5rem);
          flex-basis: calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    margin-left: 14px;
  }
}
.c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class], .c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    -webkit-flex-basis: calc(50% - 14px);
        -ms-flex-preferred-size: calc(50% - 14px);
            flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px);
  }
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class]:nth-of-type(1), .c-flex.-max4 .c-flex__item[class]:nth-of-type(2) {
    margin-top: 0;
  }
}
.c-flex[class] .c-flex__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 767px) {
  .c-flex[class] .c-flex__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-flex[class] .c-flex__item:first-child {
    margin-top: 0;
  }
  .c-flex[class] .c-flex__item img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .c-imgflex + .c-imgflex {
    margin-top: 2rem;
  }
}
.c-imgflex-wrap {
  background-color: #F0F8FB;
  padding: 3rem;
}
@media (min-width: 768px) {
  .c-imgflex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.1875rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex-wrap {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .c-imgflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.25rem;
  }
}
.c-imgflex.-bg-whi {
  background-color: #fff;
  padding: 3rem;
}
@media (min-width: 768px) {
  .c-imgflex.-bg-whi {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-bg-whi {
    padding: 2rem;
  }
}
.c-imgflex.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-imgflex.-itemcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-imgflex.-itemcenter .c-imgflex__img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-itemcenter .c-imgflex__img img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-imgflex.-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .c-imgflex.-wrap > * {
    -webkit-flex-basis: calc(50% - 1.5rem);
        -ms-flex-preferred-size: calc(50% - 1.5rem);
            flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.c-imgflex.-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-imgflex.-center > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-align: left;
  }
}
.c-imgflex.-harf {
  gap: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-harf > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.c-imgflex.-border *.-left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-border *.-left + * {
    padding-left: 4rem;
    border-left: 1px solid #e2e2e2;
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-border *.-left + * {
    padding-top: 1rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-gap40 {
    gap: 0 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-gap40 > * + * {
    margin-top: 2rem;
  }
}
.c-imgflex.-gap40 + .-gap40 {
  margin-top: 3.25rem;
}
@media (max-width: 767px) {
  .c-imgflex.-gap40 + .-gap40 {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-gap48 {
    gap: 0 3rem;
  }
}
.c-imgflex.-gapnone {
  gap: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-gapnone > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .c-imgflex.-gapnone > * img {
    height: 100%;
    width: 100%;
  }
}
.c-imgflex.-gapnone > * > * {
  text-decoration: none;
}
.c-imgflex__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 767px) {
  .c-imgflex__img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-imgflex__img.-border-left {
    border-left: 1px solid #e2e2e2;
  }
}
@media (max-width: 767px) {
  .c-imgflex__img.-border-left {
    border-top: 1px solid #e2e2e2;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.c-imgflex__img.-border-left.-center > * > img {
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-imgflex__img.-border-left.-center > * > img {
    padding-bottom: 5px;
  }
}
.c-imgflex__img.-center {
  text-align: center;
}
.c-imgflex__img.-bg-color {
  position: relative;
  display: block;
}
.c-imgflex__img.-bg-color > * {
  display: block;
}
.c-imgflex__img.-bg-color::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 38, 125, 0.7);
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  padding-right: 0;
  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: 0 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box::after {
  position: static;
  width: 3rem;
  height: 3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box:hover::after {
  background-color: inherit;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > * {
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box > *::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full {
  width: 100%;
  height: 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-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover::after {
  background-color: #267CB9;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover {
  background-color: rgba(29, 38, 125, 0.85);
}
@media (max-width: 767px) {
  .c-imgflex__img.-bg-color + .-bg-color {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .c-imgflex__img.-mgtop32-sp {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .c-imgflex__text {
    margin-top: 1rem;
  }
}
.c-imgflex__text.-recruit > * {
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__text.-recruit > *:hover > * {
  background: -webkit-linear-gradient(194deg, #009DDC 100%, #0097EC 0%);
  background: linear-gradient(256deg, #009DDC 100%, #0097EC 0%);
}
.c-imgflex__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-imgflex__desc + * {
    margin-top: 24px;
  }
}
.c-imgflex__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-imgflex.-bg-prilight > * {
  background-color: #F0F8FB;
  padding: 2.5rem;
}

.c-imgflex-list__note {
  font-size: 0.875rem;
  padding-left: 1.5rem;
}

* + .c-imgflex-list[class] {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  * + .c-imgflex-list[class] {
    margin-top: 2.5rem;
  }
}

* + .c-grycard[class] {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-grycard[class] {
    margin-top: 49px;
  }
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.c-img-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-img-center .c-img-center__img {
  display: block;
  text-align: center;
}

.c-img-caption, .wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-img-caption + *, .wp-block-image .alignleft figcaption + *,
  .wp-block-image .alignright figcaption + *,
  .wp-block-image .aligncenter figcaption + * {
    margin-top: 10px;
  }
}

.c-imgbox::after {
  content: "";
  display: block;
  clear: both;
}
.c-imgbox + * {
  margin-top: 3rem;
}
.c-imgbox .c-imgbox__right {
  float: right;
  margin: 0 0 1.5rem 2.5rem;
}
.c-imgbox .c-imgbox__left {
  float: left;
  margin: 0 2.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    text-align: center;
    float: none;
    margin: 0;
  }
  .c-imgbox .c-imgbox__right + *,
  .c-imgbox .c-imgbox__left + * {
    margin-top: 10px;
  }
}

/* =====================================
 * 表組み
 * ================================== */
.c-table {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
* + .c-table {
  margin-top: 3rem;
}
.c-table th,
.c-table td {
  background-clip: padding-box;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.c-table th {
  width: 240px;
  font-weight: bold;
  background: #F0F8FB;
}
.c-table td {
  background-color: #fff;
}
.c-table th,
.c-table td {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th,
  .c-table.-wide td {
    display: table-cell;
  }
}
.c-table.-side th,
.c-table.-side td {
  width: auto;
}
@media (max-width: 767px) {
  .c-table.-side th,
  .c-table.-side td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .c-table.-scroll::after {
    content: "スクロールできます";
    text-align: center;
    font-size: 0.75rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: center 1rem;
    background-image: url(../img/ico_scroll.svg);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 4rem 1.25rem 0.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll tbody {
    min-width: 640px;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll th,
  .c-table.-scroll td {
    display: table-cell;
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-scroll.-scroll.is-show::after {
    -webkit-animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
            animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
  }
}

@-webkit-keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-pagetop.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.c-pagetop__btn {
  background-color: #267CB9;
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: center center;
  background-image: url(../img/ico_arr_up_wht.svg);
  font-size: 0;
  height: 3.5rem;
  width: 3.5rem;
}

/* =====================================
 * パンくずリスト
 * ================================== */
.c-breadcrumb {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 1rem;
  }
}
.c-breadcrumb + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .c-breadcrumb + * {
    margin-top: 5rem;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.c-breadcrumb__list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.875rem;
}
.c-breadcrumb__list li a:not([class]) {
  color: #267CB9;
}
.c-breadcrumb__list li + li:before {
  content: "";
  display: inline-block;
  border: 1px solid #5D5D5D;
  border-left: none;
  border-bottom: none;
  border-top: none;
  width: 0.75rem;
  height: 1rem;
  -webkit-transform: rotate(30deg) translateY(-1px);
          transform: rotate(30deg) translateY(-1px);
  margin: 0 0.75rem 0 0.25rem;
}

body[data-page-type=form] .c-breadcrumb {
  display: none;
}

/* =====================================
 * ページタイトル
 * ================================== */
.c-pagetitle {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
  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 (min-width: 768px) {
  .c-pagetitle {
    min-height: 22.5rem;
  }
}
@media (max-width: 767px) {
  .c-pagetitle {
    min-height: 200px;
  }
}
.c-pagetitle > .l-container {
  width: 100%;
}
@media (min-width: 768px) {
  .c-pagetitle__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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .c-pagetitle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-pagetitle__inner:not(:has(.c-pagetitle__img)) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .c-pagetitle__text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-pagetitle__img {
    max-width: 500px;
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .c-pagetitle__img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-pagetitle__img img {
    max-height: 320px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .c-pagetitle__img + * {
    margin-top: 1rem;
  }
}
.c-pagetitle__subtitle, .c-pagetitle__title {
  line-height: 1.5;
}
.c-pagetitle__subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  color: #F7B106;
  text-transform: capitalize;
}
.c-pagetitle__subtitle::first-letter {
  text-transform: uppercase;
}
.c-pagetitle__title {
  font-size: 3rem;
  font-weight: bold;
  color: #267CB9;
}
@media (max-width: 767px) {
  .c-pagetitle__title {
    font-size: 2rem;
  }
}
.c-pagetitle__desc {
  font-size: 0.875rem;
}

body[data-page-type=form] .c-pagetitle {
  border-bottom: none;
  padding-top: 8rem;
  min-height: auto;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle {
    padding-top: 5rem;
  }
}
body[data-page-type=form] .c-pagetitle__subtitle, body[data-page-type=form] .c-pagetitle__title {
  text-align: center;
}
body[data-page-type=form] .c-pagetitle__subtitle + * {
  margin-top: 0.5rem;
}
body[data-page-type=form] .c-pagetitle__title {
  line-height: 175%;
}
@media (min-width: 768px) {
  body[data-page-type=form] .c-pagetitle__inner:not(:has(.c-pagetitle__img)) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body[data-page-type=form] .l-header__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

body[data-page-type=form] .c-pagetitle {
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle {
    padding-top: 5.14rem;
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
body[data-page-type=form] .c-pagetitle .c-pagetitle__title {
  color: #151d2f;
  font-size: 2.625rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle .c-pagetitle__title {
    font-size: 1.71rem;
    margin-top: 0.28rem;
  }
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle .c-pagetitle__title span {
    font-size: 1.43rem;
    letter-spacing: 0.04em;
  }
}

/* =====================================
 * 下層ページ　テキスト周り
 * ================================== */
.has-small-font-size[class] {
  font-size: 75%;
}

.has-normal-font-size[class] {
  font-size: inherit;
}

.has-medium-font-size[class] {
  font-size: 125%;
}

.has-large-font-size[class] {
  font-size: 200%;
}

.has-huge-font-size[class] {
  font-size: 300%;
}

.has-text-align-left {
  text-align: left;
}

@media (min-width: 768px) {
  .has-text-align-center {
    text-align: center;
  }
}

.has-text-align-right {
  text-align: right;
}

.wp-block-image {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .wp-block-image {
    margin-top: 1.5rem;
  }
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: inline-block;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image .alignright {
  margin-left: auto;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  position: relative;
  background-color: #F7F7F7;
  padding: 4rem;
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 3.5rem 1.5rem;
  }
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  z-index: 1;
}
.wp-block-quote::before {
  background-image: url(../img/ico_quote_mark01.svg);
  top: 0;
  left: 0;
  margin: 1.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .wp-block-quote::before {
    margin-top: 1rem;
  }
}
.wp-block-quote::after {
  background-image: url(../img/ico_quote_mark02.svg);
  bottom: 0;
  right: 0;
  margin: 0 1.5rem 1.5rem 0;
}
@media (max-width: 767px) {
  .wp-block-quote::after {
    margin-bottom: 1rem;
  }
}
.wp-block-quote cite {
  font-size: 0.75rem;
}
.wp-block-quote cite::before {
  content: "出典：";
  display: inline-block;
}
.wp-block-quote cite a {
  display: inline-block;
  color: #267CB9;
  text-decoration: underline;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

.wp-block-file {
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .wp-block-file {
    padding: 1.5rem;
  }
}
.wp-block-file::before {
  content: "下記よりPDFをダウンロードいただけます。";
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .wp-block-file::before {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }
}
.wp-block-file object {
  display: none;
}
.wp-block-file a:not([download]) {
  display: none;
}
.wp-block-file a[download] {
  font-weight: bold;
  color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.44em auto;
  background-position: left 40%;
  background-size: 1em auto;
  background-image: url("../img/ico_pdf.svg");
  padding-left: 1.875rem;
}
@media (min-width: 768px) {
  .wp-block-file a[download]:hover {
    text-decoration: none;
  }
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-block-embed__wrapper iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-content > * + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-content > * + * {
    margin-top: 10px;
  }
}

* + .c-section {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-section {
    margin-top: 3.5rem;
  }
}
* + .c-section.-nomal {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-section.-nomal {
    margin-top: 3.5rem;
  }
}
* + .c-section.-xlg {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  * + .c-section.-xlg {
    margin-top: 6.5rem;
  }
}
* + .c-section.-lg {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  * + .c-section.-lg {
    margin-top: 5rem;
  }
}
* + .c-section.-sm {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  * + .c-section.-sm {
    margin-top: 2.5rem;
  }
}
* + .c-section.-xsm {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  * + .c-section.-xsm {
    margin-top: 1.5rem;
  }
}
* + .c-section.-md {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-section.-md {
    margin-top: 3rem;
  }
}
.c-section.-form {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-section.-form {
    margin-top: 1.71rem;
  }
}

/* ================================== */
h4[class*=has-text-align],
h4[class*=font-size],
h3[class*=has-text-align],
h3[class*=font-size],
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]),
h3:not([class]),
h4:not([class]) {
  font-weight: bold;
  line-height: 1.5;
}

/* ================================== */
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]) {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
  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.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #267CB9;
}
@media (max-width: 767px) {
  h2[class*=has-text-align],
  h2[class*=font-size],
  h2:not([class]) {
    font-size: 1.75rem;
    gap: 1.5rem;
  }
}
h2[class*=has-text-align]::after,
h2[class*=font-size]::after,
h2:not([class])::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 4rem;
  height: 2px;
  background-color: #F7B106;
}
h2[class*=has-text-align] + *,
h2[class*=font-size] + *,
h2:not([class]) + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  h2[class*=has-text-align] + *,
  h2[class*=font-size] + *,
  h2:not([class]) + * {
    margin-top: 30px;
  }
}

* + h2[class*=has-text-align],
* + h2[class*=font-size],
* + h2:not([class]) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + h2[class*=has-text-align],
  * + h2[class*=font-size],
  * + h2:not([class]) {
    margin-top: 3.5rem;
  }
}

/* ================================== */
.kiji h2[class*=has-text-align],
.kiji h2[class*=font-size],
.kiji h2:not([class]),
body[data-page-slug=column] h2[class*=has-text-align],
body[data-page-slug=column] h2[class*=font-size],
body[data-page-slug=column] h2:not([class]),
body[data-page-slug=news] h2[class*=has-text-align],
body[data-page-slug=news] h2[class*=font-size],
body[data-page-slug=news] h2:not([class]) {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  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.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  color: #267CB9;
}
@media (max-width: 767px) {
  .kiji h2[class*=has-text-align],
  .kiji h2[class*=font-size],
  .kiji h2:not([class]),
  body[data-page-slug=column] h2[class*=has-text-align],
  body[data-page-slug=column] h2[class*=font-size],
  body[data-page-slug=column] h2:not([class]),
  body[data-page-slug=news] h2[class*=has-text-align],
  body[data-page-slug=news] h2[class*=font-size],
  body[data-page-slug=news] h2:not([class]) {
    font-size: 1.75rem;
    gap: 1.5rem;
  }
}
.kiji h2[class*=has-text-align]::after,
.kiji h2[class*=font-size]::after,
.kiji h2:not([class])::after,
body[data-page-slug=column] h2[class*=has-text-align]::after,
body[data-page-slug=column] h2[class*=font-size]::after,
body[data-page-slug=column] h2:not([class])::after,
body[data-page-slug=news] h2[class*=has-text-align]::after,
body[data-page-slug=news] h2[class*=font-size]::after,
body[data-page-slug=news] h2:not([class])::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 4rem;
  height: 2px;
  background-color: #F7B106;
}
.kiji h2[class*=has-text-align] + *,
.kiji h2[class*=font-size] + *,
.kiji h2:not([class]) + *,
body[data-page-slug=column] h2[class*=has-text-align] + *,
body[data-page-slug=column] h2[class*=font-size] + *,
body[data-page-slug=column] h2:not([class]) + *,
body[data-page-slug=news] h2[class*=has-text-align] + *,
body[data-page-slug=news] h2[class*=font-size] + *,
body[data-page-slug=news] h2:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .kiji h2[class*=has-text-align] + *,
  .kiji h2[class*=font-size] + *,
  .kiji h2:not([class]) + *,
  body[data-page-slug=column] h2[class*=has-text-align] + *,
  body[data-page-slug=column] h2[class*=font-size] + *,
  body[data-page-slug=column] h2:not([class]) + *,
  body[data-page-slug=news] h2[class*=has-text-align] + *,
  body[data-page-slug=news] h2[class*=font-size] + *,
  body[data-page-slug=news] h2:not([class]) + * {
    margin-top: 24px;
  }
}

/* ================================== */
h3[class*=has-text-align],
h3[class*=font-size],
h3:not([class]) {
  position: relative;
  font-size: 1.75rem;
  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: 1rem;
  color: #267CB9;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  h3[class*=has-text-align],
  h3[class*=font-size],
  h3:not([class]) {
    font-size: 1.5rem;
  }
}
h3[class*=has-text-align]::before,
h3[class*=font-size]::before,
h3:not([class])::before {
  content: "";
  display: block;
  background-color: #267CB9;
  width: 1.5rem;
  height: 2px;
}
h3[class*=has-text-align]::after,
h3[class*=font-size]::after,
h3:not([class])::after {
  content: "";
  display: block;
  background-color: #267CB9;
  width: 1.5rem;
  height: 2px;
}
h3[class*=has-text-align] + *,
h3[class*=font-size] + *,
h3:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h3[class*=has-text-align] + *,
  h3[class*=font-size] + *,
  h3:not([class]) + * {
    margin-top: 24px;
  }
}

* + h3[class*=has-text-align],
* + h3[class*=font-size],
* + h3:not([class]) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + h3[class*=has-text-align],
  * + h3[class*=font-size],
  * + h3:not([class]) {
    margin-top: 3.5rem;
  }
}

/* ================================== */
.kiji h3[class*=has-text-align],
.kiji h3[class*=font-size],
.kiji h3:not([class]),
body[data-page-slug=column] h3[class*=has-text-align],
body[data-page-slug=column] h3[class*=font-size],
body[data-page-slug=column] h3:not([class]),
body[data-page-slug=news] h3[class*=has-text-align],
body[data-page-slug=news] h3[class*=font-size],
body[data-page-slug=news] h3:not([class]) {
  position: relative;
  font-size: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  display: block;
}
.kiji h3[class*=has-text-align]::before,
.kiji h3[class*=font-size]::before,
.kiji h3:not([class])::before,
body[data-page-slug=column] h3[class*=has-text-align]::before,
body[data-page-slug=column] h3[class*=font-size]::before,
body[data-page-slug=column] h3:not([class])::before,
body[data-page-slug=news] h3[class*=has-text-align]::before,
body[data-page-slug=news] h3[class*=font-size]::before,
body[data-page-slug=news] h3:not([class])::before {
  content: "";
  display: block;
  background-color: #267CB9;
  width: 3px;
  height: calc(100% - 0.25em);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kiji h3[class*=has-text-align]::after,
.kiji h3[class*=font-size]::after,
.kiji h3:not([class])::after,
body[data-page-slug=column] h3[class*=has-text-align]::after,
body[data-page-slug=column] h3[class*=font-size]::after,
body[data-page-slug=column] h3:not([class])::after,
body[data-page-slug=news] h3[class*=has-text-align]::after,
body[data-page-slug=news] h3[class*=font-size]::after,
body[data-page-slug=news] h3:not([class])::after {
  content: none;
}
.kiji h3[class*=has-text-align] + *,
.kiji h3[class*=font-size] + *,
.kiji h3:not([class]) + *,
body[data-page-slug=column] h3[class*=has-text-align] + *,
body[data-page-slug=column] h3[class*=font-size] + *,
body[data-page-slug=column] h3:not([class]) + *,
body[data-page-slug=news] h3[class*=has-text-align] + *,
body[data-page-slug=news] h3[class*=font-size] + *,
body[data-page-slug=news] h3:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .kiji h3[class*=has-text-align] + *,
  .kiji h3[class*=font-size] + *,
  .kiji h3:not([class]) + *,
  body[data-page-slug=column] h3[class*=has-text-align] + *,
  body[data-page-slug=column] h3[class*=font-size] + *,
  body[data-page-slug=column] h3:not([class]) + *,
  body[data-page-slug=news] h3[class*=has-text-align] + *,
  body[data-page-slug=news] h3[class*=font-size] + *,
  body[data-page-slug=news] h3:not([class]) + * {
    margin-top: 24px;
  }
}

/* ================================== */
h4[class*=has-text-align],
h4[class*=font-size],
h4:not([class]) {
  font-size: 1.5rem;
}
h4[class*=has-text-align] + *,
h4[class*=font-size] + *,
h4:not([class]) + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  h4[class*=has-text-align] + *,
  h4[class*=font-size] + *,
  h4:not([class]) + * {
    margin-top: 14px;
  }
}

* + h4[class*=has-text-align],
* + h4[class*=font-size],
* + h4:not([class]) {
  margin-top: 2.5rem;
}

/* ================================== */
ol[class*=font-size] {
  list-style: decimal;
}

ul[class*=font-size] {
  list-style: inherit;
}

ol:not([class]),
ul:not([class]),
ol[class*=font-size],
ul[class*=font-size] {
  padding: 0 0 0 1.375rem;
}
ol:not([class]) li + li,
ul:not([class]) li + li,
ol[class*=font-size] li + li,
ul[class*=font-size] li + li {
  margin-top: 0.25rem;
}
ol:not([class]) li::marker,
ul:not([class]) li::marker,
ol[class*=font-size] li::marker,
ul[class*=font-size] li::marker {
  color: #267CB9;
  font-size: 1rem;
  font-weight: bold;
}

ol:not([class]),
ol[class*=font-size] {
  padding: 0 0 0 1.375rem;
}
ol:not([class]) li,
ol[class*=font-size] li {
  padding-left: 0.25rem;
}

* + ol:not([class]),
* + ul:not([class]),
* + ol[class*=font-size],
* + ul[class*=font-size] {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  * + ol:not([class]),
  * + ul:not([class]),
  * + ol[class*=font-size],
  * + ul[class*=font-size] {
    margin-top: 1.5rem;
  }
}

h2 + ol:not([class]), h2 + ul:not([class]), h2 + ol[class*=font-size], h2 + ul[class*=font-size] {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h2 + ol:not([class]), h2 + ul:not([class]), h2 + ol[class*=font-size], h2 + ul[class*=font-size] {
    margin-top: 2rem;
  }
}

h3 + ol:not([class]), h3 + ul:not([class]), h3 + ol[class*=font-size], h3 + ul[class*=font-size] {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h3 + ol:not([class]), h3 + ul:not([class]), h3 + ol[class*=font-size], h3 + ul[class*=font-size] {
    margin-top: 2rem;
  }
}

h4 + ol:not([class]), h4 + ul:not([class]), h4 + ol[class*=font-size], h4 + ul[class*=font-size] {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h4 + ol:not([class]), h4 + ul:not([class]), h4 + ol[class*=font-size], h4 + ul[class*=font-size] {
    margin-top: 2rem;
  }
}

* + .wp-block-lazyblock-grycard,
* + .wp-block-lazyblock-comment[class] {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .wp-block-lazyblock-grycard,
  * + .wp-block-lazyblock-comment[class] {
    margin-top: 3rem;
  }
}

* + .wp-block-lazyblock-checklist {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  * + .wp-block-lazyblock-checklist {
    margin-top: 2.5rem;
  }
}

* + .wp-block-lazyblock-relatedpage {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  * + .wp-block-lazyblock-relatedpage {
    margin-top: 5rem;
  }
}

.l-main {
  overflow: hidden;
  position: relative;
}

.c-bg-grade {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-bg-grade {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-bg-grade::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#267CB9), to(#17A3CD));
  background: -webkit-linear-gradient(left, #267CB9 0%, #17A3CD 100%);
  background: linear-gradient(90deg, #267CB9 0%, #17A3CD 100%);
  position: absolute;
  z-index: -1;
  min-width: calc(1200px + 2rem);
}

.c-bg-grylight {
  background-color: #F7F7F7;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .c-bg-grylight {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}
.c-bg-grylight::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background-color: #F0F8FB;
  position: absolute;
  z-index: -1;
  min-width: calc(1200px + 2rem);
}

.c-bg-prilight {
  background-color: #F0F8FB;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .c-bg-prilight {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}
.c-bg-prilight::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background-color: #F0F8FB;
  position: absolute;
  z-index: -1;
  min-width: calc(1200px + 2rem);
}

.c-bg-pri {
  background-color: #267CB9;
  position: relative;
}
.c-bg-pri::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background-color: #267CB9;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .c-bg-pri::before {
    min-width: calc(1200px + 2rem);
  }
}

.c-bg01 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .c-bg01 {
    overflow: hidden;
  }
}
.c-bg01.-blk {
  background-color: #445777;
}
.c-bg01::before {
  content: "";
  background: url(../img/img_bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.c-bg01 img {
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .c-bg01.-area-bg img {
    width: 960px;
    height: 793px;
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-bg01.-area-bg img {
    position: absolute;
    width: 330px;
    height: 228px;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-bg-inner {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-bg-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .c-bg-inner {
    overflow: hidden;
  }
}

.c-mv-bg-inner {
  position: relative;
}
@media (min-width: 768px) {
  .c-mv-bg-inner {
    overflow: hidden;
  }
}

.c-mv-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .c-mv-bg {
    height: 100%;
    width: 60vw;
    min-width: 800px;
  }
}
@media (max-width: 767px) {
  .c-mv-bg {
    width: 100%;
  }
}
.c-mv-bg__inner {
  display: inline-block;
  position: relative;
}
.c-mv-bg__inner::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  -webkit-box-shadow: inset 0 0 50px 40px #fff;
          box-shadow: inset 0 0 50px 40px #fff;
}
.c-mv-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
.c-mv-bg video {
  height: 100%;
  width: 100%;
  max-width: 960px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
  position: relative;
}
.c-mv-bg video::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
          box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
}

.c-service-bg-top {
  position: absolute;
  z-index: 1;
  top: 10.375rem;
  right: -2rem;
}
@media (max-width: 767px) {
  .c-service-bg-top {
    top: -3rem;
    right: 0;
  }
}
.c-service-bg-top img {
  max-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .c-service-bg-top img {
    max-width: 90px;
  }
}

.c-service-bg-bottom {
  position: absolute;
  z-index: 1;
  bottom: 1.25rem;
  left: -2rem;
}
@media (max-width: 767px) {
  .c-service-bg-bottom {
    left: 0;
    bottom: -4rem;
  }
}
.c-service-bg-bottom img {
  max-width: 348px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .c-service-bg-bottom img {
    max-width: 150px;
  }
}

.c-service-bg-inner {
  position: relative;
}

.c-flow-bg {
  position: absolute;
  z-index: 1;
  bottom: 4.5rem;
  right: 4.75rem;
}
@media (max-width: 767px) {
  .c-flow-bg {
    bottom: -2rem;
    right: 1rem;
  }
}
.c-flow-bg img {
  max-width: 344px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .c-flow-bg img {
    max-width: 140px;
  }
}

.c-flow-bg-inner {
  position: relative;
}

@media (min-width: 768px) {
  .c-cta .l-container {
    max-width: calc(14000px + 2rem);
  }
}
@media (min-width: 768px) {
  .c-cta__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .c-cta__list > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .c-cta__item {
    padding: 5rem 6.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-cta__item {
    padding: 3rem 2rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 768px) {
  .c-cta__item + .c-cta__item {
    border-left: 1px solid #fff;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-cta__item + .c-cta__item {
    border-top: 1px solid #fff;
  }
}
.c-cta__desc {
  color: #fff;
}
@media (min-width: 768px) {
  .c-cta__desc {
    text-align: center;
  }
}
.c-cta__desc + .c-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-cta__desc + .c-btn {
    margin-top: 24px;
  }
}
.c-cta__title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.c-cta__title + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-cta__title + * {
    margin-top: 19px;
  }
}
.c-cta__img {
  margin-left: auto;
  margin-right: auto;
  max-height: 12.5rem;
}
.c-cta__img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 12.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-cta__img + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-cta__img + * {
    margin-top: 19px;
  }
}
.c-cta__desc + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-cta__desc + * {
    margin-top: 19px;
  }
}
.c-cta__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.c-cta__btn a:not([class]) {
  padding: 1.25rem;
  text-decoration: none;
  background-color: #F7B106;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: 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;
  gap: 2rem;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .c-cta__btn a:not([class]) {
    gap: 1rem;
  }
}
.c-cta__btn a:not([class]):after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 1.125rem;
}
.c-cta__btn a:not([class]):hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-cta__btn a:not([class]):hover {
    background-color: rgb(235, 168, 8);
  }
}
.c-cta__btn.-contact a:not([class]) {
  background-color: #fff;
  color: #267CB9;
  position: relative;
}
.c-cta__btn.-contact a:not([class]):after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 1.125rem;
}
@media (min-width: 768px) {
  .c-cta__btn.-contact a:not([class]):hover {
    background-color: rgb(244, 248, 255);
  }
}

.c-under-cta__headline {
  position: relative;
  height: 10rem;
  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;
}
.c-under-cta__headline + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .c-under-cta__headline + * {
    margin-top: 30px;
  }
}
.c-under-cta__headline-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
@media (max-width: 767px) {
  .c-under-cta__headline-title {
    font-size: 2rem;
  }
}
.c-under-cta__headline-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 30rem;
  z-index: -1;
}
.c-under-cta__subtitle {
  padding: 0.25rem;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
  background: -webkit-linear-gradient(182deg, #B29D64 0.35%, #DBD0AD 50%, #DFC792 99.65%);
  background: linear-gradient(268deg, #B29D64 0.35%, #DBD0AD 50%, #DFC792 99.65%);
}
.c-under-cta__list + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-cta__list + * {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .c-under-cta__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-under-cta__inner > * {
    -webkit-flex-basis: calc(50% - 0.75rem);
        -ms-flex-preferred-size: calc(50% - 0.75rem);
            flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.c-under-cta__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.c-under-cta__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-under-cta__title + * {
    margin-top: 10px;
  }
}
.c-under-cta__title span.-column {
  font-size: 1.5rem;
  max-width: 1.875rem;
}
.c-under-cta__title span.-num {
  font-size: 4rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .c-under-cta__title span.-num {
    font-size: 3rem;
  }
}
.c-under-cta__title span.-sm {
  font-size: 1.25rem;
}
.c-under-cta__title span.-md {
  font-size: 3.125rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-under-cta__title span.-md {
    font-size: 2.5rem;
  }
}
.c-under-cta__img img {
  width: 100%;
}
.c-under-cta__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-cta__img + * {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .c-under-cta__item + .c-under-cta__item {
    margin-top: 2rem;
  }
}

.c-under-cta__blue {
  position: relative;
}
.c-under-cta__blue::after {
  content: "";
  display: block;
  top: calc(0rem - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5rem;
  height: 2.5rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  z-index: 100;
}
.c-under-cta__blue.c-bg-blue {
  background-color: #267CB9;
  padding: 2.5rem;
}
.c-under-cta__blue.c-bg-blue::after {
  content: none;
}
.c-under-cta__blue.c-bg-blue .c-under-cta__blue-title {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .c-under-cta__blue.c-bg-blue .c-under-cta__blue-title {
    font-size: 1.15rem;
    text-align: left;
  }
}
.c-under-cta__blue.c-bg-blue .c-under-cta__blue-title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-cta__blue.c-bg-blue .c-under-cta__blue-title + * {
    margin-top: 14px;
  }
}
.c-under-cta__blue-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 767px) {
  .c-under-cta__blue-title {
    font-size: 1.5rem;
  }
}
.c-under-cta__blue-title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-cta__blue-title + * {
    margin-top: 14px;
  }
}
.c-under-cta__blue-desc {
  text-align: center;
  color: #fff;
}
.c-under-cta__blue-desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-cta__blue-desc + * {
    margin-top: 14px;
  }
}
.c-under-cta__blue-btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}
@media (max-width: 767px) {
  .c-under-cta__blue-btn {
    margin-left: auto;
  }
}
.c-under-cta__blue-btn span {
  font-size: 1.125rem;
  color: #F7B106;
  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: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.c-under-cta__blue-btn span::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #F7B106;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-under-cta__blue-btn span::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #F7B106;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-under-cta__blue-btn span + * {
  margin-top: 0.5rem;
}
.c-under-cta__blue-btn a:not([class]) {
  padding: 1.15rem;
  text-decoration: none;
  background-color: #F7B106;
  text-decoration: none !important;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: 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;
  gap: 2rem;
  font-size: 1.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .c-under-cta__blue-btn a:not([class]) {
    gap: 1rem;
  }
}
.c-under-cta__blue-btn a:not([class]):after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 1.125rem;
}
@media (min-width: 768px) {
  .c-under-cta__blue-btn a:not([class]):hover {
    background-color: rgb(235, 168, 8);
  }
}

.c-under-cta + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-cta + * {
    margin-top: 14px;
  }
}

body[data-page-slug=method] .p-consideration-col2__item.-full {
  background-color: #fff;
}
@media (min-width: 768px) {
  body[data-page-slug=method] .p-consideration-col2__item.-full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body[data-page-slug=method] .p-consideration-col2__item.-full .p-consideration-col2__img {
    max-width: 320px;
    min-width: 320px;
  }
}
body[data-page-slug=method] .p-consideration-col2__item.-full .p-consideration-col2__img img {
  max-width: 320px;
}
@media (max-width: 767px) {
  body[data-page-slug=method] .p-consideration-col2__item.-full .p-consideration-col2__img img {
    max-width: 235px;
  }
}
body[data-page-slug=method] .p-consideration-col2__item.-full .p-consideration-col2__link a {
  margin-left: 0;
}
body[data-page-slug=method] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__img,
body[data-page-slug=method] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__img {
  display: none;
}
body[data-page-slug=method] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__title,
body[data-page-slug=method] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__title {
  text-align: left;
}

body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:has(+ .p-consideration-col2__item.-full),
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:has(+ .p-consideration-col2__item + .p-consideration-col2__item.-full),
body[data-page-slug=corporation] .p-consideration-col2__item:has(+ .p-consideration-col2__item.-full),
body[data-page-slug=corporation] .p-consideration-col2__item:has(+ .p-consideration-col2__item + .p-consideration-col2__item.-full) {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:has(+ .p-consideration-col2__item.-full),
  body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:has(+ .p-consideration-col2__item + .p-consideration-col2__item.-full),
  body[data-page-slug=corporation] .p-consideration-col2__item:has(+ .p-consideration-col2__item.-full),
  body[data-page-slug=corporation] .p-consideration-col2__item:has(+ .p-consideration-col2__item + .p-consideration-col2__item.-full) {
    margin-top: 3rem;
  }
}
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__img,
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__img,
body[data-page-slug=corporation] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__img,
body[data-page-slug=corporation] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__img {
  display: none;
}
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__img + *,
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__img + *,
body[data-page-slug=corporation] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__img + *,
body[data-page-slug=corporation] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__img + * {
  margin-top: 0;
}
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__title,
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__title,
body[data-page-slug=corporation] .p-consideration-col2__item:nth-of-type(1) .p-consideration-col2__title,
body[data-page-slug=corporation] .p-consideration-col2__item:nth-of-type(2) .p-consideration-col2__title {
  text-align: left;
}
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2,
body[data-page-slug=corporation] .p-consideration-col2 {
  max-width: calc(960px + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2,
  body[data-page-slug=corporation] .p-consideration-col2 {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:has(a[href$="/faq/"]) .p-consideration-col2__title,
  body[data-page-slug=corporation] .p-consideration-col2__item:has(a[href$="/faq/"]) .p-consideration-col2__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body[data-page-slug=consideration][data-page-type=detail] .p-consideration-col2__item:has(a[href$="/faq/"]) .p-consideration-col2__title::before,
body[data-page-slug=corporation] .p-consideration-col2__item:has(a[href$="/faq/"]) .p-consideration-col2__title::before {
  content: "その他の";
  display: block;
  top: 0;
  left: 0;
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}

body[data-page-slug=corporation] .p-consideration-col2 {
  max-width: calc(960px + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  body[data-page-slug=corporation] .p-consideration-col2 {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-consideration-col2__item.is-current {
  opacity: 0.4;
  pointer-events: none;
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ボタンセクション */
.p-scene-list-btn__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -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;
}
@media (max-width: 767px) {
  .p-scene-list-btn__inner {
    gap: 0.5rem;
  }
}
.p-scene-list-btn__inner > * {
  -webkit-flex-basis: calc(25% - 0.75rem);
      -ms-flex-preferred-size: calc(25% - 0.75rem);
          flex-basis: calc(25% - 0.75rem);
  max-width: calc(25% - 0.75rem);
}
@media (max-width: 767px) {
  .p-scene-list-btn__inner > * {
    -webkit-flex-basis: calc(50% - 0.25rem);
        -ms-flex-preferred-size: calc(50% - 0.25rem);
            flex-basis: calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }
}
.p-scene-list-btn__btn > * {
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  border: 1px solid #267CB9;
  line-height: 1.5;
  font-weight: bold;
  color: #267CB9;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .p-scene-list-btn__btn > * {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-scene-list-btn__btn > *:hover {
    opacity: 1;
    background-color: #267CB9;
    color: #fff;
  }
}
.p-scene-list-btn__btn > *.is-active {
  opacity: 1;
  background-color: #267CB9;
  color: #fff;
}

/* スライダーセクション */
.p-home-scene {
  position: relative;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-home-scene {
    margin-top: 30px;
  }
}

.swiper.c-scene-slider {
  padding-bottom: 5rem;
  /* スライダー左の余白 */
  width: 100%;
  overflow: visible;
}
.swiper.c-scene-slider + .c-btn {
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .swiper.c-scene-slider + .c-btn {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .swiper.c-scene-slider {
    padding-bottom: 4rem;
  }
}
.swiper.c-scene-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper.c-scene-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}
.swiper.c-scene-slider .swiper-button-prev.c-scene-slider-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 24.5rem);
  width: 3rem;
  height: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .swiper.c-scene-slider .swiper-button-prev.c-scene-slider-button-prev {
    left: -1.5rem;
  }
}
.swiper.c-scene-slider .swiper-button-prev.c-scene-slider-button-prev::after {
  content: "";
  width: 1.6rem;
  height: 3rem;
  background-image: url(../img/ico_arr_left_slider.svg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiper.c-scene-slider .swiper-button-prev.c-scene-slider-button-prev::after {
    height: 4rem;
    width: 2.6rem;
  }
}
.swiper.c-scene-slider .swiper-button-next.c-scene-slider-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% - 24.5rem);
  width: 3rem;
  height: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .swiper.c-scene-slider .swiper-button-next.c-scene-slider-button-next {
    right: -2.2rem;
  }
}
.swiper.c-scene-slider .swiper-button-next.c-scene-slider-button-next::after {
  content: "";
  width: 1.6rem;
  height: 3rem;
  background-image: url(../img/ico_arr_right_slider.svg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiper.c-scene-slider .swiper-button-next.c-scene-slider-button-next::after {
    height: 4rem;
    width: 2.6rem;
  }
}
.swiper.c-scene-slider .c-scene-slider-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
  object-fit: cover;
}
@media (max-width: 767px) {
  .swiper.c-scene-slider .c-scene-slider-slide img {
    width: 100%;
    position: absolute;
    z-index: 9;
  }
}
.swiper.c-scene-slider .c-scene-slider-title {
  font-weight: bold;
}
.swiper.c-scene-slider .swiper-pagination-bullet-active {
  background: #267CB9;
}

@media (min-width: 768px) {
  .swiper-slide.c-scene-slider-slide.swiper-slide-active .p-scene-list {
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .swiper-slide.c-scene-slider-slide .p-scene-list {
    margin-top: 2.5rem;
    opacity: 0.6;
  }
}

.p-scene-list__medal {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #267CB9;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  z-index: 100;
}
.p-scene-list__item {
  position: relative;
}
.p-scene-list__item a {
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: block;
}
.p-scene-list__item a:hover .p-scene-list__img {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .p-scene-list__item a:hover .p-scene-list__img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.p-scene-list__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #267CB9;
  text-align: center;
}
.p-scene-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-scene-list__title + * {
    margin-top: 10px;
  }
}
.p-scene-list__desc {
  font-weight: normal;
}
.p-scene-list__desc + * {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .p-scene-list__desc + * {
    margin-top: 19px;
  }
}
.p-scene-list__img {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .p-scene-list__img {
    min-height: 360px;
    max-height: 360px;
  }
}
@media (max-width: 767px) {
  .p-scene-list__img {
    min-height: 300px;
    max-height: 300px;
  }
}
.p-scene-list__img::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(58, 58, 58, 0.6);
  position: absolute;
}
.p-scene-list__img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.p-scene-list__img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-scene-list__img-title {
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
  }
}
.p-scene-list__text {
  padding: 2rem;
}
@media (max-width: 767px) {
  .p-scene-list__text {
    padding: 1.5rem;
  }
}
.p-scene-list__btn {
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.75rem;
  color: #267CB9;
}
.p-scene-list__btn::after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/ico_arr_right_pri.svg");
}

/* =====================================
 * 青背景グラデーションタイトル
 * ================================== */
.c-block-title {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#267CB9), to(#17A3CD));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -webkit-linear-gradient(left, #267CB9 0%, #17A3CD 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #267CB9 0%, #17A3CD 100%);
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .c-block-title {
    padding: 0.57rem;
    font-size: 1.14rem;
  }
}

/* =====================================
 * 各お問い合わせのカード
 * ================================== */
.c-contact-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  color: #151d2f;
  text-decoration: none;
  border: 1px solid #0055A2;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px) {
  .c-contact-card {
    padding: 0.78rem;
    padding-left: 1.57em;
    padding-right: 2.43rem;
    min-height: 5.86rem;
  }
}

.c-contact-card__text {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  text-align: left;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .c-contact-card__text {
    font-size: 0.93rem;
  }
}

.c-contact-card__icon {
  aspect-ratio: 1;
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-contact-card__icon {
    width: 1.71rem;
  }
}
.c-contact-card__icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-contact-card__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  aspect-ratio: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-contact-card__arrow {
    width: 0.86rem;
    right: 6px;
  }
}
.c-contact-card__arrow img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .c-contact-card:hover {
    background-color: rgb(244, 248, 251);
  }
}
/* =====================================
 * 資料DLのカード
 * ================================== */
.c-download-card {
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.c-download-card__img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-download-card__img img {
  aspect-ratio: 352/124;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .c-download-card__img img {
    aspect-ratio: 280/103;
  }
}

@media (any-hover: hover) {
  .c-download-card:hover {
    opacity: 0.64;
  }
}
/* =====================================
 * 各お問い合わせのボタン
 * ================================== */
.c-contact-middle-button {
  display: grid;
  grid-template-columns: auto auto;
  text-decoration: none;
  background-color: #0055A2;
  gap: 1rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .c-contact-middle-button {
    gap: 0.57rem;
    padding: 0.89rem;
  }
}

.c-contact-middle-button__text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 767px) {
  .c-contact-middle-button__text {
    font-size: 0.71rem;
  }
}

.c-contact-middle-button__icon {
  aspect-ratio: 1;
  width: 1.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-contact-middle-button__icon {
    width: 1rem;
  }
}
.c-contact-middle-button__icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .c-contact-middle-button:where(.-company, .-owner) {
    grid-template-columns: 1fr;
    padding-top: 0.57rem;
    padding-bottom: 0.57rem;
  }
}
.c-contact-middle-button:where(.-company, .-owner) .c-contact-middle-button__icon {
  justify-self: center;
}

@media (any-hover: hover) {
  .c-contact-middle-button:hover {
    opacity: 0.64;
  }
}
.c-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-modal.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.c-modal__mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-modal__wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  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;
}
.c-modal__inner {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 5rem;
  height: auto;
}
@media (max-width: 767px) {
  .c-modal__inner {
    padding: 1.7rem;
    overflow: visible;
  }
}
.c-modal__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 1rem 1rem 0 0;
  display: inline-grid;
}
@media (max-width: 767px) {
  .c-modal__close {
    margin: 0;
    top: -12px;
    right: -12px;
  }
}
.c-modal__close > * {
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/ico_modal_close.svg);
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .c-modal__close > * {
    background-size: 100% auto;
    background-image: url(../img/ico_modal_close_black.svg);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.c-modal__container {
  max-width: calc(750px + 2rem);
}
.c-modal__title-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #9f9f9f;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-modal__title-wrap {
    gap: 1.14rem;
    padding-bottom: 1.14rem;
  }
}
.c-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #145299;
}
@media (max-width: 767px) {
  .c-modal__title {
    font-size: 1.14rem;
  }
}
.c-modal__icon {
  width: 1.5rem;
}
@media (max-width: 767px) {
  .c-modal__icon {
    width: 1.14rem;
  }
}
.c-modal__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1;
}
.c-modal__body-content {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-modal__body-content {
    margin-top: 1.14rem;
  }
}
.c-modal__text-box {
  display: grid;
  row-gap: 1.5rem;
  color: #151d2f;
}
@media (max-width: 767px) {
  .c-modal__text-box {
    row-gap: 1.71rem;
  }
}
.c-modal__body-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .c-modal__body-text {
    font-size: 0.93rem;
    line-height: 1.75;
  }
}
.c-modal__body-text span {
  font-weight: 700;
}
.c-modal__body-text:has(a[href^="tel:"]) {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-modal__body-text:has(a[href^="tel:"]) {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-modal__body-text a[href^="tel:"] {
  color: #0055a2;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  margin-right: 0.25rem;
  padding-left: 1.38rem;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .c-modal__body-text a[href^="tel:"] {
    line-height: 1;
    gap: 0.29rem;
    margin-right: 0.14rem;
    padding-left: 1.2rem;
  }
}
.c-modal__body-text a[href^="tel:"]::before {
  content: "";
  background: url(../img/ico_tel_blu.svg) no-repeat center/contain;
  width: 1rem;
  height: 1.13rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .c-modal__body-text a[href^="tel:"]::before {
    width: 0.93rem;
    height: 1rem;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
* + *.-margin-lg[class] {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + *.-margin-lg[class] {
    margin-top: 35px;
  }
}

* + *.-margin-md[class] {
  margin-top: 2.5rem;
}

* + *.-margin-sm[class] {
  margin-top: 1.5rem;
}

/* =====================================
* contact form 7 デフォルトcss
* ================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  border: none;
  border-radius: 100%;
  padding: 0;
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

.wpcf7-list-item-label a:not([class]) {
  color: #267CB9;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
.p-form__inner + * {
  margin-top: 2rem;
}
.p-form__inner dt {
  font-weight: bold;
}
.p-form__inner dt + * {
  margin-top: 0.5rem;
}
.p-form__inner dd + * {
  margin-top: 2rem;
}
.p-form__inner dd + .p-form__req-note {
  margin-top: 0.5rem;
}
.p-form__req {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .p-form__req {
    padding-right: 0;
  }
}
.p-form__req:after {
  content: "必須";
  display: inline-block;
  background-color: #EA6F56;
  color: #fff;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  margin-left: 1rem;
  line-height: 1.5;
}
.p-form__item + .p-form__item {
  margin-top: 1rem;
}
.p-form__item-headline {
  font-size: 0.85rem;
  font-weight: bold;
}
.p-form__item-headline + * {
  margin-top: 1rem;
}
.p-form__item-headline + * {
  margin-left: 0;
}
.p-form__error-list li[data-error-name=住所] + li[data-error-name=住所] {
  display: none !important;
}
.p-form__error-message {
  background-color: #ffe5e5;
  display: none;
  margin: 0 0 2rem;
  padding: 1.5rem;
}
.p-form__error-message.is-show {
  display: block;
}
.p-form__error-headline {
  color: #EA6F56;
  font-weight: bold;
  font-size: 1.375rem;
}
.p-form__error-list[class] {
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
  padding: 0;
}
.p-form__error-list li {
  color: #EA6F56;
  font-size: 1.125rem;
}
.p-form .is-error[class] {
  border: 1px solid #EA6F56;
  background-color: #ffe5e5;
}
.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: #EA6F56;
  font-size: 0.875rem;
  margin: 0.75rem 0 0;
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea,
.p-form select {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea {
  -webkit-appearance: none;
}
.p-form input[type=number] {
  max-width: 150px;
  -webkit-appearance: none;
}
.p-form input[type=number]::-webkit-outer-spin-button,
.p-form input[type=number]::-webkit-inner-spin-button,
.p-form input[type=number] {
  -webkit-appearance: none;
}
.p-form select {
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-image: url(../img/ico_arr_down_pri.svg);
}
@media (max-width: 767px) {
  .p-form select {
    width: 100%;
  }
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  vertical-align: middle;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.4;
}
.p-form input[type=checkbox] + *,
.p-form input[type=radio] + * {
  vertical-align: middle;
}
.p-form input[type=checkbox]:checked,
.p-form input[type=radio]:checked {
  opacity: 1;
}
.p-form textarea {
  display: block;
}
.p-form textarea:focus,
.p-form select:focus,
.p-form input:focus {
  border-color: #267CB9;
}
.p-form input[type=checkbox],
.p-form input[type=submit] {
  padding: 0;
}
.p-form input[type=checkbox], .p-form input[type=checkbox]:focus,
.p-form input[type=submit],
.p-form input[type=submit]:focus {
  border: none;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  margin-right: 0.375rem;
}
@media (max-width: 767px) {
  .p-form input[type=radio],
  .p-form input[type=checkbox] {
    margin-right: 0.5rem;
  }
}
.p-form button[type=submit] {
  width: 100%;
}
.p-form .wpcf7-response-output[class] {
  display: none !important;
}
.p-form .wpcf7-list-item.first {
  margin-left: 0;
}
@media (max-width: 767px) {
  .p-form .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-form .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0.5rem;
  }
}
.p-form .wpcf7-not-valid-tip {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #EA6F56;
}

html.is-safari .p-form input[type=checkbox],
html.is-safari .p-form input[type=radio] {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.8;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

input[name="form-privacy[]"] a:not([class]) {
  color: #267CB9;
}

.p-form-headline-desc {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #151d2f;
  margin-top: 0;
}
.p-form-headline-desc + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-form-headline-desc + * {
    margin-top: 49px;
  }
}
@media (max-width: 767px) {
  .p-form-headline-desc {
    font-size: 1.141rem;
  }
}

.p-form__req-note {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-form__req-note + * {
  margin-top: 2rem;
}

.p-contact-thanks {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .p-contact-thanks {
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-contact-thanks__title {
  text-align: center;
  font-weight: bold;
  color: #0055a2;
  font-size: 2.5rem;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .p-contact-thanks__title {
    font-size: 1.57rem;
  }
}
.p-contact-thanks__title + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-contact-thanks__title + * {
    /* margin-top: $c-mg40-sp; */
    margin-top: 2.86rem;
  }
}
.p-contact-thanks__desc {
  text-align: center;
  color: #151d2f;
}
.p-contact-thanks__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-contact-thanks__desc + * {
    margin-top: 24px;
  }
}
.p-contact-thanks__button-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-contact-thanks__button-area {
    margin-top: 2.86rem;
    grid-template-columns: 1fr;
    gap: 1.14rem;
  }
}
.p-contact-thanks__button-area .c-btn {
  margin-top: 0;
  width: 100%;
}
.p-contact-thanks__button-area .c-btn a {
  min-height: 102px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-contact-thanks__button-area .c-btn a {
    font-size: 1rem;
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
    min-height: initial;
  }
}
.p-contact-thanks__button-area .c-btn a::after {
  width: 1rem;
  background-image: url(../img/ico_arr_right_wht2.svg);
  margin-right: 2.31rem;
}
@media (max-width: 767px) {
  .p-contact-thanks__button-area .c-btn a::after {
    width: 0.86rem;
    margin-right: 0.57rem;
  }
}

.l-header__logo-img[href$="/ecoloparkplus/"] img {
  max-width: 274px;
}

body[data-page-slug=contact-plus] .l-header__logo-img img {
  max-width: 274px;
}

@media (max-width: 767px) {
  body[data-page-slug=quotation] .c-breadcrumb + * {
    margin-top: 2rem;
  }
}

.p-sitemap {
  background-color: #F0F8FB;
  padding: 3rem 4rem;
}
.p-sitemap a:not([class]) {
  text-decoration: none;
}
.p-sitemap a:not([class]):hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-sitemap {
    padding: 1.5rem;
  }
}
.p-sitemap ul {
  list-style: none;
}
.p-sitemap ul li + li {
  margin-top: 0.5rem;
}
.p-sitemap ul + ul {
  margin-top: 1.5rem;
}
.p-sitemap__list[class] > li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] > li + li {
    margin-top: 1rem;
  }
}
.p-sitemap__list[class] > li > a {
  font-weight: bold;
  font-size: 1.25rem;
}
.p-sitemap__list[class] ul {
  padding: 0 0 0 2.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] ul {
    padding: 0 0 0 2rem;
  }
}
.p-sitemap__list[class] ul li {
  list-style-type: disc;
}
.p-sitemap .sub-menu li {
  list-style-type: none;
  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-sitemap .sub-menu li::before {
  content: "";
  display: block;
  background-color: #267CB9;
  width: 0.5rem;
  height: 1px;
  margin-right: 0.5rem;
}

.p-home-section + .p-home-section {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-home-section + .p-home-section {
    margin-top: 5rem;
  }
}
.p-home-section__header + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-home-section__header + * {
    margin-top: 49px;
  }
}
.p-home-section__header + .p-home-scene__body {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-home-section__header + .p-home-scene__body {
    margin-top: 30px;
  }
}
.p-home-section__body + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-home-section__body + * {
    margin-top: 49px;
  }
}

.p-home-mv {
  padding-top: 3.5rem;
  padding-bottom: 6.625rem;
}
@media (max-width: 767px) {
  .p-home-mv {
    padding-bottom: 2.5rem;
    padding-top: 58%;
  }
}
@media (min-width: 768px) {
  .p-home-mv__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .p-home-mv__img {
    text-align: center;
  }
  .p-home-mv__img img {
    width: 125px;
  }
}
@media (min-width: 768px) {
  .p-home-mv__img + * {
    margin-left: 5rem;
  }
}
.p-home-mv__text-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-home-mv__text-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-home-mv__text-img img {
  display: block;
}
@media (min-width: 768px) {
  .p-home-mv__text-img img {
    width: 261px;
  }
}
@media (max-width: 767px) {
  .p-home-mv__text-img img {
    max-width: 176px;
    width: 100%;
  }
}
.p-home-mv__text-img img + * {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .p-home-mv__text-img img + * {
    margin-left: 0.25rem;
  }
}
.p-home-mv__text-img + * {
  margin-top: 1.5rem;
}
.p-home-mv__lead {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.8125rem;
  color: #267CB9;
  mix-blend-mode: screen;
}
@media (max-width: 767px) {
  .p-home-mv__lead {
    margin-top: 1rem;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.5;
  }
}
.p-home-mv__lead + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-home-mv__lead + * {
    margin-top: 10px;
  }
}
.p-home-mv__title {
  font-size: 3.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #267CB9;
}
@media (max-width: 767px) {
  .p-home-mv__title {
    font-size: 1.625rem;
    text-align: center;
  }
}
.p-home-mv__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-home-mv__title + * {
    margin-top: 24px;
  }
}
.p-home-mv__btn {
  margin-right: auto;
  max-width: 320px;
}
@media (max-width: 767px) {
  .p-home-mv__btn {
    margin-left: auto;
  }
}
.p-home-mv__btn span {
  font-size: 1.125rem;
  color: #F7B106;
  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: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.p-home-mv__btn span::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #F7B106;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-home-mv__btn span::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #F7B106;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-home-mv__btn span + * {
  margin-top: 0.5rem;
}
.p-home-mv__btn a:not([class]) {
  padding: 1.25rem;
  text-decoration: none;
  background-color: #F7B106;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: 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;
  gap: 2rem;
  font-size: 1.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-mv__btn a:not([class]) {
    gap: 1rem;
  }
}
.p-home-mv__btn a:not([class]):after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 1.125rem;
}
@media (min-width: 768px) {
  .p-home-mv__btn a:not([class]):hover {
    background-color: rgb(235, 168, 8);
  }
}

.p-home-logo {
  background-color: #F0F8FB;
}

.c-logo {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 0;
}
.c-logo__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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: 2.5rem;
}
@media (max-width: 767px) {
  .c-logo__inner {
    gap: 1rem;
  }
}
.c-logo__img img {
  width: auto;
  max-height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-logo__img img {
    max-height: 24px;
  }
}

.p-home-grow__headline {
  font-size: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #267CB9;
  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: bold;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-home-grow__headline {
    font-size: 1.15rem;
    gap: 0.5rem;
  }
}
.p-home-grow__headline::before {
  content: "";
  display: block;
  background-color: #267CB9;
  width: 1.5rem;
  height: 2px;
}
.p-home-grow__headline::after {
  content: "";
  display: block;
  background-color: #267CB9;
  width: 1.5rem;
  height: 2px;
}
.p-home-grow__headline + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-home-grow__headline + * {
    margin-top: 1.125rem;
  }
}
.p-home-grow__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-home-grow__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.p-home-grow__img {
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.p-home-grow__img:not(:has(.p-home-grow__img-note)) .p-home-grow__img-inner {
  padding-bottom: 1.25rem;
}
.p-home-grow__img + .p-home-grow__img .p-home-grow__img-lead {
  line-height: 1.25;
}
.p-home-grow__img-title {
  line-height: 1.5;
  font-weight: bold;
  color: #267CB9;
  text-align: center;
}
.p-home-grow__img-title + * {
  margin-top: 0.5rem;
}
.p-home-grow__img-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;
}
.p-home-grow__img-lead {
  font-size: 1.75rem;
  color: #267CB9;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-home-grow__img-lead {
    min-width: 1.75rem;
    margin-top: 0.215rem;
  }
}
@media (max-width: 767px) {
  .p-home-grow__img-lead {
    font-size: 1.25rem;
    min-width: 2rem;
  }
}
.p-home-grow__img-lead span {
  font-size: 2.75rem;
}
@media (max-width: 767px) {
  .p-home-grow__img-lead span {
    font-size: 1.75rem;
  }
}
.p-home-grow__img-number {
  font-weight: bold;
  font-size: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #267CB9;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-home-grow__img-number {
    font-size: 3.5rem;
  }
}
.p-home-grow__img-number span.-parcent {
  font-size: 3.5rem;
}
.p-home-grow__img-number span {
  font-size: 1.75rem;
}
.p-home-grow__img-note {
  font-size: 0.75rem;
  color: #5D5D5D;
  text-align: right;
}

@media (min-width: 768px) {
  .p-feature-list__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;
    gap: 3.25rem;
  }
}
@media (min-width: 768px) {
  .p-feature-list__inner.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-feature-list__inner.-reverse .p-feature-list__text {
    padding: 3.5rem 0rem 3.5rem 5rem;
  }
}
@media (min-width: 768px) {
  .p-feature-list__inner.-reverse .p-feature-list__img {
    margin-left: 0;
    margin-right: -4.13rem;
  }
}
.p-feature-list__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 520px;
}
@media (min-width: 768px) {
  .p-feature-list__img {
    margin-top: -2.25rem;
    margin-left: -4.13rem;
  }
}
@media (max-width: 767px) {
  .p-feature-list__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-feature-list__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-feature-list__img + * {
    margin-top: 19px;
  }
}
.p-feature-list__item {
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .p-feature-list__item {
    padding: 2rem 1.25rem;
  }
}
.p-feature-list__item + .p-feature-list__item {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-feature-list__item + .p-feature-list__item {
    margin-top: 49px;
  }
}
.p-feature-list__item.-first .p-feature-list__img {
  max-width: 481px;
}
.p-feature-list__title {
  font-size: 2rem;
  color: #267CB9;
  line-height: 150%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-feature-list__title {
    font-size: 1.5rem;
  }
}
.p-feature-list__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-feature-list__title + * {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .p-feature-list__text {
    padding: 3.5rem 5rem 3.5rem 0;
  }
}
.p-feature-list__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-feature-list__desc + * {
    margin-top: 14px;
  }
}

.p-feature-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-feature-list__list {
    gap: 0.75rem;
  }
}
.p-feature-list__list-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
}
.p-feature-list__list-img img {
  width: 100%;
  max-width: 3.5rem;
}
@media (max-width: 767px) {
  .p-feature-list__list-img img {
    max-width: 2rem;
  }
}
.p-feature-list__list-img + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-feature-list__list-img + * {
    margin-top: 0.2rem;
  }
}
.p-feature-list__list-item {
  background-color: #fff;
  -webkit-flex-basis: calc(33.3333333333% - 0.6666666667rem);
      -ms-flex-preferred-size: calc(33.3333333333% - 0.6666666667rem);
          flex-basis: calc(33.3333333333% - 0.6666666667rem);
  max-width: calc(33.3333333333% - 0.6666666667rem);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .p-feature-list__list-item {
    -webkit-flex-basis: calc(33.3333333333% - 0.5rem);
        -ms-flex-preferred-size: calc(33.3333333333% - 0.5rem);
            flex-basis: calc(33.3333333333% - 0.5rem);
    max-width: calc(33.3333333333% - 0.5rem);
  }
}
.p-feature-list__list-title {
  text-align: center;
  font-size: 1.125rem;
  color: #267CB9;
  font-weight: bold;
  line-height: 1.5;
  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 (max-width: 767px) {
  .p-feature-list__list-title {
    font-size: 0.85rem;
  }
}

.p-home-service__body {
  background-color: #F0F8FB;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-home-service__body {
    padding-top: 49px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-service-imgflex {
  position: relative;
}
@media (min-width: 768px) {
  .p-service-imgflex {
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .p-service-imgflex__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3.25rem;
  }
}
.p-service-imgflex__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 768px) {
  .p-service-imgflex__img {
    margin-left: -6rem;
  }
}
.p-service-imgflex__img img {
  width: 100%;
  max-width: 640px;
}
@media (max-width: 767px) {
  .p-service-imgflex__img + * {
    margin-top: 19px;
  }
}
.p-service-imgflex__text {
  border-bottom: 1px solid #267CB9;
}
.p-service-imgflex__bg {
  position: absolute;
}
@media (min-width: 768px) {
  .p-service-imgflex__bg {
    bottom: -5rem;
    left: -4.31rem;
  }
}
@media (max-width: 767px) {
  .p-service-imgflex__bg {
    max-width: 180px;
    bottom: -10rem;
    left: -1.25rem;
  }
}

.p-service-imgflex__btn > a {
  display: block;
  text-decoration: none !important;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
  border-top: 1px solid #267CB9;
  position: relative;
  padding-right: 1rem;
}
.p-service-imgflex__btn > a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.75rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-service-imgflex__btn-btn a {
  display: block;
  text-decoration: none;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.88rem;
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .p-service-imgflex__btn-btn a {
    min-height: 151px;
  }
}
@media (max-width: 767px) {
  .p-service-imgflex__btn-btn a {
    padding: 1rem;
    padding-bottom: 2.5rem;
    text-decoration: none !important;
  }
}
.p-service-imgflex__btn-btn a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.p-service-imgflex__btn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.p-service-imgflex__btn-inner > * {
  -webkit-flex-basis: calc(50% - 0.75rem);
      -ms-flex-preferred-size: calc(50% - 0.75rem);
          flex-basis: calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
}
.p-service-imgflex__btn .p-service-imgflex__title {
  font-size: 1.5rem;
  color: #267CB9;
  font-weight: bold;
  line-height: 150%;
}
.p-service-imgflex__btn .p-service-imgflex__title + * {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.p-service-imgflex__btn-title {
  color: #267CB9;
  font-weight: bold;
  line-height: 150%;
}
.p-service-imgflex__btn-title + * {
  margin-top: 0.5rem;
}
.p-service-imgflex__btn-desc {
  font-size: 0.875rem;
}

.p-home-cta__header + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-home-cta__header + * {
    margin-top: 24px;
  }
}

.p-home-section.p-home-cta {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-home-section.p-home-cta {
    margin-top: 5rem;
  }
}

.p-home-cta {
  background-color: #267CB9;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-cta {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}
.p-home-cta .l-container {
  max-width: calc(1360px + 2rem);
}
.p-home-cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-home-cta__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-cta__inner > * {
    -webkit-flex-basis: calc(20% - 2rem);
        -ms-flex-preferred-size: calc(20% - 2rem);
            flex-basis: calc(20% - 2rem);
    max-width: calc(20% - 2rem);
  }
}
@media (max-width: 767px) {
  .p-home-cta__inner > * {
    -webkit-flex-basis: calc(50% - 0.75rem);
        -ms-flex-preferred-size: calc(50% - 0.75rem);
            flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.p-home-cta__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
@media (max-width: 767px) {
  .p-home-cta__title {
    font-size: 1rem;
  }
}
.p-home-cta__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-home-cta__title + * {
    margin-top: 14px;
  }
}
.p-home-cta__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-home-cta__item a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.p-home-cta__item a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.p-home-cta__img img {
  max-width: 3.5rem;
}
@media (max-width: 767px) {
  .p-home-cta__img img {
    max-width: 3rem;
  }
}

.p-scene-video {
  background-color: #F0F8FB;
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .p-scene-video {
    padding: 3.5rem 1.25rem;
  }
}
.p-scene-video__video iframe {
  margin-left: auto;
  margin-right: auto;
}
.p-scene-video__video + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-scene-video__video + * {
    margin-top: 19px;
  }
}
.p-scene-video__title {
  font-size: 2rem;
  color: #267CB9;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-scene-video__title {
    font-size: 1.5rem;
  }
}
.p-scene-video__title + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-scene-video__title + * {
    margin-top: 19px;
  }
}
@media (min-width: 768px) {
  .p-scene-video__desc {
    text-align: center;
  }
}

.p-method-comparison__inner {
  background-color: #fff;
  padding: 3.5rem 3.75rem;
}
@media (max-width: 767px) {
  .p-method-comparison__inner {
    padding: 2.5rem 1.25rem;
  }
}
.p-method-comparison__subtitle {
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  background-color: #445777;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-method-comparison__subtitle {
    letter-spacing: -0.03em;
  }
}
.p-method-comparison__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #267CB9;
}
@media (max-width: 767px) {
  .p-method-comparison__title {
    font-size: 1.45rem;
  }
}
.p-method-comparison__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-method-comparison__title + * {
    margin-top: 24px;
  }
}

.p-method-comparison__item + .p-method-comparison__item {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-method-comparison__item + .p-method-comparison__item {
    margin-top: 49px;
  }
}
@media (min-width: 768px) {
  .p-method-comparison__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-method-comparison__item-wrap > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-method-comparison__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-method-comparison__item-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-method-comparison__item-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 216px;
  }
}
@media (max-width: 767px) {
  .p-method-comparison__item-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-method-comparison__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 216/216;
  }
}
@media (max-width: 767px) {
  .p-method-comparison__item-img img {
    aspect-ratio: 305/188;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.p-method-comparison__item-title {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #267CB9;
}
.p-method-comparison__item-title + * {
  margin-top: 0.5rem;
}
.p-method-comparison__item-desc {
  font-size: 0.875rem;
}
.p-method-comparison__item-desc + * {
  margin-top: 0.5rem;
}
.p-method-comparison__item-btn {
  text-align: right;
}
.p-method-comparison__item-btn a {
  position: relative;
  font-size: 0.875rem;
  color: #267CB9;
  text-decoration: none;
  font-weight: bold;
  padding-right: 1.625rem;
}
.p-method-comparison__item-btn a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.75rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .p-method-comparison__item-btn a:hover {
    border-bottom: 1px solid #267CB9;
  }
}
.p-method-comparison__item-item > * + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-method-comparison__item-item > * + * {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .p-method-comparison__item-item + .p-method-comparison__item-item {
    margin-top: 3rem;
  }
}

.p-method-comparison__item-list {
  background-color: #F0F8FB;
  padding: 1.5rem;
  border-radius: 1.25rem;
  position: relative;
}
.p-method-comparison__item-list::after {
  content: "";
  display: block;
  top: -1.15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 1.15rem;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background-color: #F0F8FB;
  position: absolute;
}
.p-method-comparison__item-list-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-method-comparison__item-list-list li {
  position: relative;
  padding-left: 1.5rem;
}
.p-method-comparison__item-list-list li:before {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_check.svg);
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.35rem;
}
.p-method-comparison__item-list-title {
  text-align: center;
  color: #267CB9;
  font-weight: bold;
}
.p-method-comparison__item-list-title + * {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .p-column-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.p-column-list__list:has(.p-column-list__meta) {
  gap: 3rem 2.8125rem;
}
@media (min-width: 768px) {
  .p-column-list__list:has(.p-column-list__meta) > * {
    -webkit-flex-basis: calc(33.3333333333% - 1.875rem);
        -ms-flex-preferred-size: calc(33.3333333333% - 1.875rem);
            flex-basis: calc(33.3333333333% - 1.875rem);
    max-width: calc(33.3333333333% - 1.875rem);
  }
}
.p-column-list__list:has(.p-column-list__meta) .p-column-list__title {
  font-size: 1rem;
  color: #445777;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-column-list__list > * {
    -webkit-flex-basis: calc(25% - 1.125rem);
        -ms-flex-preferred-size: calc(25% - 1.125rem);
            flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
.p-column-list__title {
  color: #267CB9;
  font-weight: bold;
  line-height: 150%;
}
.p-column-list__title a {
  text-decoration: none;
}
.p-column-list__title a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.p-column-list__img {
  min-height: 174px;
}
.p-column-list__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 282/174;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-column-list__img + * {
    margin-top: 14px;
  }
}
.p-column-list__time {
  font-size: 0.75rem;
  line-height: 150%;
}
.p-column-list__time + * {
  margin-top: 0.5rem;
}
.p-column-list__item {
  position: relative;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-column-list__item + .p-column-list__item {
    margin-top: 2rem;
  }
}
.p-column-list__item:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-column-list__meta {
  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: 1rem;
  min-height: 33px;
}
.p-column-list__meta ul:not([class]) {
  padding: 0;
}
.p-column-list__meta ul:not([class]) li {
  background-color: #267CB9;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.2rem 0.45rem;
}
.p-column-list__meta .p-column-list__time {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-column-list__meta + * {
  margin-top: 0.5rem;
}

.p-post-detail + #toc_container {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-post-detail + #toc_container {
    margin-top: 49px;
  }
}
@media (min-width: 768px) {
  .p-post-detail__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-post-detail__list > * {
    -webkit-flex-basis: calc(25% - 1.125rem);
        -ms-flex-preferred-size: calc(25% - 1.125rem);
            flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
.p-post-detail__title {
  font-weight: bold;
  line-height: 150%;
  font-size: 2rem;
}
.p-post-detail__title a {
  text-decoration: none;
}
.p-post-detail__title a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.p-post-detail__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-post-detail__title + * {
    margin-top: 24px;
  }
}
.p-post-detail__img {
  min-height: 174px;
}
.p-post-detail__img figure {
  width: 100%;
}
.p-post-detail__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 282/174;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post-detail__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-post-detail__img + * {
    margin-top: 14px;
  }
}
.p-post-detail__img + .p-post-detail__desc {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-post-detail__img + .p-post-detail__desc {
    margin-top: 24px;
  }
}
.p-post-detail__time {
  font-size: 0.75rem;
  line-height: 150%;
  margin-top: 0.25rem;
}
.p-post-detail__item {
  position: relative;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-post-detail__item + .p-post-detail__item {
    margin-top: 2rem;
  }
}
.p-post-detail__item:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-post-detail__meta {
  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: 1rem;
  min-height: 26px;
}
.p-post-detail__meta ul:not([class]) {
  padding: 0;
  margin-top: 0;
}
.p-post-detail__meta ul:not([class]) li {
  background-color: #267CB9;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.2rem 0.45rem;
}
.p-post-detail__meta .p-column-list__time {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.p-post-detail__meta + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-post-detail__meta + * {
    margin-top: 14px;
  }
}

.p-column-pickup {
  position: relative;
}
.p-column-pickup__inner {
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .p-column-pickup__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.p-column-pickup__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 768px) {
  .p-column-pickup__img {
    min-height: 362px;
  }
}
@media (max-width: 767px) {
  .p-column-pickup__img {
    min-height: 174px;
  }
}
.p-column-pickup__img img {
  width: 100%;
  aspect-ratio: 586/362;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-column-pickup__img img {
    max-width: 586px;
  }
}
@media (max-width: 767px) {
  .p-column-pickup__img + * {
    margin-top: 19px;
  }
}
.p-column-pickup__time + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-column-pickup__time + * {
    margin-top: 10px;
  }
}
.p-column-pickup__title a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #267CB9;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-column-pickup__title a {
    font-size: 1.5rem;
  }
}
.p-column-pickup__title a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.p-column-pickup__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-column-pickup__title + * {
    margin-top: 14px;
  }
}
.p-column-pickup + .p-column-list {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-column-pickup + .p-column-list {
    margin-top: 24px;
  }
}

.p-flow-col6 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-flow-col6 {
    max-width: 1080px;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .p-flow-col6 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-flow-col6__inner {
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .p-flow-col6__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-flow-col6__inner > * {
    -webkit-flex-basis: calc(16.6666666667% - 1.25rem);
        -ms-flex-preferred-size: calc(16.6666666667% - 1.25rem);
            flex-basis: calc(16.6666666667% - 1.25rem);
    max-width: calc(16.6666666667% - 1.25rem);
  }
}
.p-flow-col6__inner + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-flow-col6__inner + * {
    margin-top: 24px;
  }
}
.p-flow-col6__title {
  color: #267CB9;
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.p-flow-col6__title + * {
  margin-top: 1rem;
}
.p-flow-col6__img img {
  width: 100%;
  max-width: 3rem;
}
.p-flow-col6__item {
  background-color: #fff;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-flow-col6__item {
    width: 24rem;
  }
}
.p-flow-col6__item::after {
  position: absolute;
  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;
  counter-increment: number 1;
  content: counter(number) "";
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #267CB9;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -1.25rem;
  border-radius: 2.5rem;
}
@media (max-width: 767px) {
  .p-flow-col6__item + .p-flow-col6__item {
    margin-top: 2rem;
  }
}
.p-flow-col6__footer {
  position: relative;
}
@media (max-width: 767px) {
  .p-flow-col6__footer {
    display: none;
  }
}
.p-flow-col6__footer::after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_ku_right.svg);
  background-size: 100%;
  position: absolute;
}
.p-flow-col6__footer::before {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_ku_left.svg);
  background-size: 100%;
  position: absolute;
}
.p-flow-col6__footer-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-flow-col6__footer-title::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #267CB9;
}
.p-flow-col6__footer-title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #267CB9;
}
.p-flow-col6__footer-title span {
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
  color: #267CB9;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-consideration-col2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-consideration-col2__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.p-consideration-col2__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-consideration-col2__title + * {
    margin-top: 10px;
  }
}
.p-consideration-col2__desc {
  color: #267CB9;
}
.p-consideration-col2__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-consideration-col2__desc + * {
    margin-top: 14px;
  }
}
.p-consideration-col2__img {
  text-align: center;
}
.p-consideration-col2__img img {
  width: 100%;
  max-width: 4.5rem;
}
.p-consideration-col2__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-consideration-col2__img + * {
    margin-top: 14px;
  }
}
.p-consideration-col2__link a {
  font-size: 0.875rem;
  font-weight: bold;
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.75rem;
  color: #267CB9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .p-consideration-col2__link a:hover {
    border-bottom: 1px solid #267CB9;
  }
}
.p-consideration-col2__link a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.85rem;
  height: 0.85rem;
}
.p-consideration-col2__link a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.p-consideration-col2__item {
  position: relative;
  padding: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .p-consideration-col2__item + .p-consideration-col2__item {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgb(244, 248, 251);
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__item:not(:has(.p-consideration-col2__img)) .p-consideration-col2__title {
    text-align: left;
  }
}
.p-consideration-col2__item.-full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  background-color: #F0F8FB;
}
@media (min-width: 768px) {
  .p-consideration-col2__item.-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__item.-full:hover {
    background-color: rgb(230, 242, 248);
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__item.-full .p-consideration-col2__title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__item.-full .p-consideration-col2__img {
    margin-top: 1rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .p-consideration-col2__item.-full .p-consideration-col2__img + * {
    margin-top: 0;
  }
}

.p-home-news {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .p-home-news {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .p-home-news__header {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .p-home-news__header + * {
    margin-top: 2rem;
  }
}

.p-home-news__body {
  width: 100%;
}

@media (min-width: 768px) {
  .p-home-news__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}

body[data-page-slug=news] .p-news-list__item {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 1px solid #e2e2e2;
}

.p-news-list__item:has(a) {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 3.5rem;
  border-bottom: 1px solid #267CB9;
}
.p-news-list__item:has(a):first-child {
  padding-top: 0;
}
.p-news-list__item:has(a)::after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/ico_arr_right_pri.svg");
}
.p-news-list__meta {
  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: 1rem;
  min-height: 26px;
}
.p-news-list__meta ul:not([class]) {
  padding: 0;
  margin-top: 0;
}
.p-news-list__meta ul:not([class]) li {
  background-color: #267CB9;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.2rem 0.45rem;
}
.p-news-list__meta ul:not([class]) li > * {
  white-space: nowrap;
}
.p-news-list__meta .p-news-list__time {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.p-news-list__meta + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-news-list__meta + * {
    margin-top: 14px;
  }
}
.p-news-list__item {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 3.5rem;
  border-bottom: 1px solid #267CB9;
}
.p-news-list__item:first-child {
  padding-top: 0;
}
.p-news-list__time {
  font-size: 0.875rem;
  color: #5D5D5D;
  line-height: 175%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-news-list__time {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .p-news-list__time {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
    width: 80px;
  }
}
.p-news-list__time + * {
  margin-top: 0.25rem;
}
.p-news-list__cat-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.25rem 0 0 -0.25rem;
}
.p-news-list__cat-list li {
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.p-news-list__cat-list li > * {
  background-color: #267CB9;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.5rem 1rem 0.45rem;
  line-height: 1.5;
  min-width: 7.5rem;
  display: block;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .p-news-list__cat-list li > * {
    line-height: 1.25;
  }
}
.p-news-list__cat-list li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.p-news-list__cat-list li a:hover {
  background-color: #F0F8FB;
  text-decoration: none;
  color: #267CB9;
}
.p-news-list__title > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.p-news-list__title a {
  text-decoration: none;
}
.p-news-list__title a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .p-news-list + * {
    margin-top: 24px;
  }
}
.p-news-list + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-news-list + * {
    margin-top: 28px;
  }
}
.p-news-list + .c-pager {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-news-list + .c-pager {
    margin-top: 35px;
  }
}

.c-page-nav {
  text-align: center;
}
.c-page-nav:has(.c-page-nav__link--prev + .c-page-nav__link--next) {
  position: relative;
}
.c-page-nav:has(.c-page-nav__link--prev + .c-page-nav__link--next)::after {
  content: "";
  display: block;
  top: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 1.25rem;
  background-color: #e2e2e2;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.c-page-nav__link {
  text-decoration: none;
  color: #445777;
}
.c-page-nav__link--prev {
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  background-size: 0.65em auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/ico_pagerarr_left_pri.svg);
}
.c-page-nav__link--next {
  padding-right: 3.5rem;
  padding-left: 2.5rem;
  background-size: 0.65em auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/ico_pagerarr_right_pri.svg);
}

.p-home-baner a {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .p-home-baner a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 768px) {
  .p-column-pickup__img {
    min-width: 586px;
  }
}

@media (min-width: 768px) {
  body[data-page-slug=column]:not([data-page-type=detail]) .p-column-list__img {
    min-height: 228px;
  }
}

* + .c-imgflex-list__img-title {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  * + .c-imgflex-list__img-title {
    margin-top: 10px;
  }
}

.c-imgflex-list {
  padding-bottom: 1rem;
}
.c-imgflex-list__inner {
  padding: 2.5rem 3.5rem;
}
@media (min-width: 768px) {
  .c-imgflex-list__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .c-imgflex-list__inner {
    padding: 2rem;
  }
}
.c-imgflex-list__inner + .c-imgflex-list__inner {
  margin-top: 2.5rem;
}
.c-imgflex-list__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 10.5rem;
  text-align: center;
}
.c-imgflex-list__img img {
  width: 100%;
  max-width: 3.5rem;
}
.c-imgflex-list__img img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-imgflex-list__img img + * {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .c-imgflex-list__img + * {
    margin-top: 1.25rem;
  }
}
.c-imgflex-list__img-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
.c-imgflex-list__text li {
  position: relative;
  padding-left: 1.5rem;
}
.c-imgflex-list__text li::before {
  content: "";
  display: block;
  margin-top: 0.35rem;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_check_acc.svg);
  background-size: 100%;
  position: absolute;
}
.c-imgflex-list__text li span {
  display: block;
  font-size: 0.875rem;
}

.c-card-col3 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-card-col3__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-card-col3__inner > * {
    -webkit-flex-basis: calc(33.333% - 1.6666666667rem);
        -ms-flex-preferred-size: calc(33.333% - 1.6666666667rem);
            flex-basis: calc(33.333% - 1.6666666667rem);
    max-width: calc(33.333% - 1.6666666667rem);
  }
}
.c-card-col3__title {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.c-card-col3__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-card-col3__title + * {
    margin-top: 14px;
  }
}
.c-card-col3__img {
  text-align: center;
}
.c-card-col3__img img {
  width: 100%;
  max-width: 3.5rem;
}
.c-card-col3__img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-card-col3__img + * {
    margin-top: 10px;
  }
}
.c-card-col3__item {
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .c-card-col3__item + .c-card-col3__item {
    margin-top: 2rem;
  }
}

.c-worry-col3 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-worry-col3__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-worry-col3__inner > * {
    -webkit-flex-basis: calc(33.333% - 1.6666666667rem);
        -ms-flex-preferred-size: calc(33.333% - 1.6666666667rem);
            flex-basis: calc(33.333% - 1.6666666667rem);
    max-width: calc(33.333% - 1.6666666667rem);
  }
}
.c-worry-col3__title {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #267CB9;
}
.c-worry-col3__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-worry-col3__title + * {
    margin-top: 10px;
  }
}
.c-worry-col3__desc {
  font-size: 0.875rem;
  color: #267CB9;
}
.c-worry-col3__img {
  text-align: center;
}
.c-worry-col3__img img {
  width: 100%;
  max-width: 3.5rem;
}
.c-worry-col3__img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-worry-col3__img + * {
    margin-top: 10px;
  }
}
.c-worry-col3__item {
  padding: 2.5rem;
  background-color: #F0F8FB;
}
@media (max-width: 767px) {
  .c-worry-col3__item + .c-worry-col3__item {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .c-worry-col3__item-wrap + .c-worry-col3__item-wrap {
    margin-top: 4rem;
  }
}

.c-worry-col3__header + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-worry-col3__header + * {
    margin-top: 19px;
  }
}
.c-worry-col3__header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -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;
  padding: 2rem 0.5rem;
  position: relative;
}
.c-worry-col3__header-inner-triangle {
  -webkit-filter: drop-shadow(0px 17px 18px rgba(68, 68, 68, 0.15));
          filter: drop-shadow(0px 17px 18px rgba(68, 68, 68, 0.15));
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.25rem;
}
.c-worry-col3__header-inner-triangle::after {
  content: "";
  display: block;
  height: 1.25rem;
  width: 2.5rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-worry-col3__header-title {
  background-color: #267CB9;
  color: #fff;
  padding: 0.25rem;
  text-align: center;
  font-weight: bold;
}
.c-worry-col3__header-desc {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.c-worry-col3__header-img {
  max-width: 3.5rem;
}

* + .c-comment-list__img-title {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  * + .c-comment-list__img-title {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .c-comment-list__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;
    gap: 2.5rem;
  }
}
.c-comment-list__inner + .c-comment-list__inner {
  margin-top: 2.5rem;
}
.c-comment-list__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 12.5rem;
  max-width: 12.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-comment-list__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-comment-list__img img {
  width: 100%;
  max-width: 7.5rem;
}
.c-comment-list__img img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-comment-list__img img + * {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .c-comment-list__img + * {
    margin-top: 1.25rem;
  }
}
.c-comment-list__img-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
}
.c-comment-list__text {
  padding: 2rem 4.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .c-comment-list__text {
    padding: 2rem;
  }
}
.c-comment-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.c-comment-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-comment-list__title + * {
    margin-top: 10px;
  }
}

.c-grycard__text {
  padding: 2.5rem 3.5rem;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .c-grycard__text {
    padding: 2rem;
  }
}
.c-grycard__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-grycard__title {
    white-space: nowrap;
  }
}
.c-grycard__title::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #445777;
}
@media (max-width: 767px) {
  .c-grycard__title::after {
    max-width: 4rem;
  }
}
.c-grycard__title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #445777;
}
@media (max-width: 767px) {
  .c-grycard__title::before {
    max-width: 4rem;
  }
}
.c-grycard__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-grycard__title + * {
    margin-top: 10px;
  }
}

.c-compare-info__table-note {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .c-compare-info__table-note {
    text-align: right;
  }
}
.c-compare-info__table + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-compare-info__table + * {
    margin-top: 24px;
  }
}
.c-compare-info__table:has(.-arrcomment) {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .c-compare-info__table:has(.-arrcomment) {
    padding-top: 1rem;
  }
}
.c-compare-info__table:has(.-arrcomment) + * {
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .c-compare-info__table:has(.-arrcomment) + * {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .c-compare-info__table.c-table[class] {
    padding-top: 6.5rem;
  }
}
.c-compare-info__table.c-table[class]:has(.-comment) {
  margin-top: 10.5rem;
}
@media (max-width: 767px) {
  .c-compare-info__table.c-table[class]:has(.-comment) {
    padding-top: 10.5rem;
    margin-top: 0rem;
  }
}
@media (min-width: 768px) {
  .c-compare-info__table.c-table[class] {
    table-layout: fixed;
    width: 100%;
  }
}
.c-compare-info__table th {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-compare-info__table th {
    font-size: 1rem;
  }
}
.c-compare-info__table td.-border-side-pri {
  border-left: 2px solid #267CB9;
  border-right: 2px solid #267CB9;
}
.c-compare-info__table td.-border-right-pri {
  border-right: 2px solid #267CB9;
}
.c-compare-info__table td.-border-left-pri {
  border-left: 2px solid #267CB9;
}
.c-compare-info__table td.-border-side-bottom {
  position: relative;
}
.c-compare-info__table td.-border-side-bottom::before {
  content: "";
  display: block;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 4px);
  height: 1rem;
  position: absolute;
  border-left: 2px solid #267CB9;
  border-right: 2px solid #267CB9;
  border-bottom: 2px solid #267CB9;
}
@media (max-width: 767px) {
  .c-compare-info__table td.-border-side-bottom::before {
    width: calc(100% + 5px);
  }
}
@media (max-width: 767px) {
  .c-compare-info__table th.-border-bottom,
  .c-compare-info__table td.-border-bottom {
    border-bottom: 1px solid #F0F8FB;
  }
}
.c-compare-info__table td.-border-right-bottom {
  position: relative;
}
.c-compare-info__table td.-border-right-bottom::before {
  content: "";
  display: block;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 3px);
  height: 1rem;
  background-size: 100%;
  position: absolute;
  border-right: 2px solid #267CB9;
  border-bottom: 2px solid #267CB9;
}
.c-compare-info__table td.-border-left-bottom {
  position: relative;
}
.c-compare-info__table td.-border-left-bottom::before {
  content: "";
  display: block;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 3px);
  height: 1rem;
  background-size: 100%;
  position: absolute;
  border-left: 2px solid #267CB9;
  border-bottom: 2px solid #267CB9;
}
.c-compare-info__table:has(.-arrcomment) {
  position: relative;
}
.c-compare-info__table span.-arrcomment {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  padding: 0.5rem;
  color: #267CB9;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 110%;
}
@media (max-width: 767px) {
  .c-compare-info__table span.-arrcomment {
    font-size: 1rem;
    max-width: 230%;
  }
}
.c-compare-info__table span.-arrcomment::after {
  content: "";
  display: block;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1rem;
  width: 2rem;
  background-color: #267CB9;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
}
.c-compare-info__table th.-border-pri {
  background-color: #267CB9;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 3rem;
  border-left: 2px solid #267CB9;
  border-right: 2px solid #267CB9;
}
@media (max-width: 767px) {
  .c-compare-info__table th.-border-pri {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.c-compare-info__table th.-border-pri::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 1rem;
  background-color: #267CB9;
  outline: 1px solid #267CB9;
}
@media (max-width: 767px) {
  .c-compare-info__table th.-border-pri::before {
    width: calc(100% + 3px);
  }
}
.c-compare-info__table th.-border-pri span.-comment {
  top: -6.5rem;
}
.c-compare-info__table th.-border-pri:has(.c-btn) {
  padding-bottom: 1.5rem;
}
.c-compare-info__table th.-border-pri .c-btn a {
  color: #fff;
  border-color: #fff;
}
.c-compare-info__table th,
.c-compare-info__table td {
  text-align: center;
  vertical-align: middle;
  border-color: #F0F8FB;
  border-width: 2px;
}
@media (min-width: 768px) {
  .c-compare-info__table th,
  .c-compare-info__table td {
    padding: 1.5rem 0.25rem;
  }
}
@media (max-width: 767px) {
  .c-compare-info__table th,
  .c-compare-info__table td {
    font-size: 1rem;
    padding: 0.85rem;
  }
}
.c-compare-info__table th > p span,
.c-compare-info__table td > p span {
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}
.c-compare-info__table th > p.-font-normal[class],
.c-compare-info__table td > p.-font-normal[class] {
  font-weight: normal;
}
.c-compare-info__table th > p.-font-bold[class],
.c-compare-info__table td > p.-font-bold[class] {
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-compare-info__table th.-width168,
  .c-compare-info__table td.-width168 {
    width: 168px;
  }
}
@media (min-width: 768px) {
  .c-compare-info__table th.-width240,
  .c-compare-info__table td.-width240 {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .c-compare-info__table th.-width200,
  .c-compare-info__table td.-width200 {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .c-compare-info__table th.-width500,
  .c-compare-info__table td.-width500 {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .c-compare-info__table th.-width320,
  .c-compare-info__table td.-width320 {
    width: 320px;
  }
}
.c-compare-info__table th.-bg-prilight,
.c-compare-info__table td.-bg-prilight {
  background-color: #F0F8FB;
  font-size: 1.5rem;
  color: #267CB9;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-compare-info__table th.-bg-prilight,
  .c-compare-info__table td.-bg-prilight {
    font-size: 1rem;
  }
}
.c-compare-info__table th.-bg-prilight + *,
.c-compare-info__table td.-bg-prilight + * {
  margin-top: 0.5rem;
}
.c-compare-info__table th.-bg-prilight span,
.c-compare-info__table td.-bg-prilight span {
  font-size: 1rem;
  display: block;
}
.c-compare-info__table th span.-double-circle,
.c-compare-info__table td span.-double-circle {
  position: relative;
  display: block;
  height: 1.75rem;
}
.c-compare-info__table th span.-double-circle::before, .c-compare-info__table th span.-double-circle::after,
.c-compare-info__table td span.-double-circle::before,
.c-compare-info__table td span.-double-circle::after {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 3px solid #F7B106;
}
.c-compare-info__table th span.-double-circle::before,
.c-compare-info__table td span.-double-circle::before {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.c-compare-info__table th span.-double-circle::after,
.c-compare-info__table td span.-double-circle::after {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: 6px 0 0 0;
}
@media (max-width: 767px) {
  .c-compare-info__table th span.-double-circle::after,
  .c-compare-info__table td span.-double-circle::after {
    margin: 5px 0 0 0;
  }
}
.c-compare-info__table th span.-double-circle + *,
.c-compare-info__table td span.-double-circle + * {
  font-weight: bold;
  margin-top: 0.5rem;
  text-align: center;
}
.c-compare-info__table th span.-circle,
.c-compare-info__table td span.-circle {
  position: relative;
  display: block;
  height: 1.75rem;
}
.c-compare-info__table th span.-circle::before,
.c-compare-info__table td span.-circle::before {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #F7B106;
}
.c-compare-info__table th span.-circle::before,
.c-compare-info__table td span.-circle::before {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.c-compare-info__table th span.-circle + *,
.c-compare-info__table td span.-circle + * {
  margin-top: 0.5rem;
  text-align: center;
}
.c-compare-info__table th span.-triangle,
.c-compare-info__table td span.-triangle {
  position: relative;
  display: block;
  height: 2rem;
}
.c-compare-info__table th span.-triangle::before,
.c-compare-info__table td span.-triangle::before {
  content: "△";
  font-size: 2rem;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  font-weight: bold;
  color: #267CB9;
}
.c-compare-info__table th span.-triangle + *,
.c-compare-info__table td span.-triangle + * {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
}
.c-compare-info__table th span.-none,
.c-compare-info__table td span.-none {
  position: relative;
  display: block;
  height: 2rem;
}
.c-compare-info__table th span.-none::before,
.c-compare-info__table td span.-none::before {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #445777;
  width: 32px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 18px 0 0 -18px;
}
.c-compare-info__table th span.-none::after,
.c-compare-info__table td span.-none::after {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #445777;
  width: 32px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 18px 0 0 -18px;
}
.c-compare-info__table th span.-none + *,
.c-compare-info__table td span.-none + * {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.875rem;
}
.c-compare-info__table th > p.-font-sm,
.c-compare-info__table td > p.-font-sm {
  font-size: 0.875rem;
}
.c-compare-info__table th:has(.-comment),
.c-compare-info__table td:has(.-comment) {
  position: relative;
}
.c-compare-info__table th span.-comment,
.c-compare-info__table td span.-comment {
  max-width: 220px;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  padding: 0.5rem;
  background-color: #F7F7F7;
  text-align: center;
  width: 100%;
  color: #445777;
}
.c-compare-info__table th span.-comment::after,
.c-compare-info__table td span.-comment::after {
  content: "";
  display: block;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1rem;
  width: 2rem;
  background-color: #F7F7F7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
}
.c-compare-info__table th .c-btn,
.c-compare-info__table td .c-btn {
  background: inherit;
  max-width: 123px;
  margin-top: 0.25rem;
}
.c-compare-info__table th .c-btn::before,
.c-compare-info__table td .c-btn::before {
  background: inherit;
}
.c-compare-info__table th .c-btn a,
.c-compare-info__table td .c-btn a {
  font-size: 0.875rem;
  color: #267CB9;
  border: 1px solid #267CB9;
  padding: 0.15rem 0.5rem;
  border-radius: 1.25rem;
}
.c-compare-info__table th .c-btn a::after,
.c-compare-info__table td .c-btn a::after {
  content: none;
}

@media (min-width: 768px) {
  .c-table-column__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-table-column__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-table-column__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.c-table-column__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-table-column__title + * {
    margin-top: 10px;
  }
}
.c-table-column__desc {
  color: #267CB9;
}
.c-table-column__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-table-column__desc + * {
    margin-top: 14px;
  }
}
.c-table-column__img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .c-table-column__img {
    width: 100%;
    height: 100%;
    max-height: 330px;
    overflow: hidden;
  }
}
.c-table-column__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-table-column__img img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .c-table-column__img img {
    max-width: 391px;
  }
}
.c-table-column__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-table-column__img + * {
    margin-top: 14px;
  }
}
.c-table-column__link a {
  font-size: 0.875rem;
  font-weight: bold;
  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: 0.75rem;
  color: #267CB9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .c-table-column__link a:hover {
    border-bottom: 1px solid #267CB9;
  }
}
.c-table-column__link a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.85rem;
  height: 0.85rem;
}
.c-table-column__link a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.c-table-column__item {
  position: relative;
  padding: 2.5rem 4rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-table-column__item {
    padding: 2.5rem;
    padding-top: 340px;
  }
}
@media (max-width: 767px) {
  .c-table-column__item + .c-table-column__item {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .c-table-column__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgb(244, 248, 251);
  }
}
@media (min-width: 768px) {
  .c-table-column__item:not(:has(.p-consideration-col2__img)) .p-consideration-col2__title {
    text-align: left;
  }
}
.c-table-column__item.-full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  background-color: #F0F8FB;
}
@media (min-width: 768px) {
  .c-table-column__item.-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-table-column__item.-full:hover {
    background-color: rgb(230, 242, 248);
  }
}
@media (min-width: 768px) {
  .c-table-column__item.-full .p-consideration-col2__title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .c-table-column__item.-full .p-consideration-col2__img {
    margin-top: 1rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .c-table-column__item.-full .p-consideration-col2__img + * {
    margin-top: 0;
  }
}

.c-service-col6 {
  background-color: #F0F8FB;
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .c-service-col6 {
    padding: 1.25rem;
  }
}
.c-service-col6 .l-container {
  max-width: calc(1360px + 2rem);
}
.c-service-col6__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -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;
}
@media (max-width: 767px) {
  .c-service-col6__inner {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-service-col6__inner > * {
    -webkit-flex-basis: calc(33.3333333333% - 1.6666666667rem);
        -ms-flex-preferred-size: calc(33.3333333333% - 1.6666666667rem);
            flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media (max-width: 767px) {
  .c-service-col6__inner > * {
    -webkit-flex-basis: calc(50% - 0.75rem);
        -ms-flex-preferred-size: calc(50% - 0.75rem);
            flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.c-service-col6__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
@media (max-width: 767px) {
  .c-service-col6__title {
    font-size: 1rem;
  }
}
.c-service-col6__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-service-col6__title + * {
    margin-top: 14px;
  }
}
.c-service-col6__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 15rem;
}
.c-service-col6__item a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.c-service-col6__item a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.c-service-col6__img img {
  max-width: 3.5rem;
}
@media (max-width: 767px) {
  .c-service-col6__img img {
    max-width: 3rem;
  }
}

@media (min-width: 768px) {
  .c-service-col3__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.875rem;
  }
}
@media (min-width: 768px) {
  .c-service-col3__inner > * {
    -webkit-flex-basis: calc(33.3333333333% - 1.25rem);
        -ms-flex-preferred-size: calc(33.3333333333% - 1.25rem);
            flex-basis: calc(33.3333333333% - 1.25rem);
    max-width: calc(33.3333333333% - 1.25rem);
  }
}
.c-service-col3__header {
  position: relative;
}
.c-service-col3__header::after {
  content: "";
  display: block;
  bottom: -2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.25rem;
  height: 1.25rem;
  background-color: #F7B106;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
}
.c-service-col3__header + * {
  margin-top: 3.25rem;
}
.c-service-col3__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.c-service-col3__subtitle {
  font-size: 1.125rem;
  color: #F7B106;
  font-weight: bold;
}
.c-service-col3__subtitle + * {
  margin-top: 0.25rem;
}
.c-service-col3__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-service-col3__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-service-col3__title + * {
    margin-top: 14px;
  }
}
.c-service-col3__desc + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-service-col3__desc + * {
    margin-top: 10px;
  }
}
.c-service-col3__ico {
  max-width: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
.c-service-col3__img {
  position: relative;
  text-align: center;
}
.c-service-col3__img::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 124, 185, 0.8);
  position: absolute;
}
.c-service-col3__img img {
  width: 100%;
}
.c-service-col3__link a {
  font-size: 0.875rem;
  font-weight: bold;
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.75rem;
  color: #267CB9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .c-service-col3__link a:hover {
    border-bottom: 1px solid #267CB9;
  }
}
.c-service-col3__link a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.85rem;
  height: 0.85rem;
}
.c-service-col3__item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-service-col3__item + .c-service-col3__item {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .c-merit-col2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-merit-col2__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-merit-col2__title {
  background-color: #F7F7F7;
  color: #5D5D5D;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 170%;
  padding: 2rem 2.5rem;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-merit-col2__title {
    padding: 2rem 1.5rem;
    font-size: 1.5rem;
  }
}
.c-merit-col2__title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_triangle.png);
  background-size: 100%;
  margin-top: -0.35rem;
}
.c-merit-col2__text {
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .c-merit-col2__text {
    padding: 2rem 1.5rem;
  }
}
.c-merit-col2__text-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #5D5D5D;
}
@media (max-width: 767px) {
  .c-merit-col2__text-title {
    font-size: 1.25rem;
  }
}
.c-merit-col2__text-title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1px;
  margin-top: 1.25rem;
  background-color: #445777;
}
.c-merit-col2__text-title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-merit-col2__text-title + * {
    margin-top: 10px;
  }
}
.c-merit-col2__text-desc {
  color: #5D5D5D;
}
.c-merit-col2__text-desc + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-merit-col2__text-desc + * {
    margin-top: 19px;
  }
}
.c-merit-col2__img img {
  width: 100%;
}
.c-merit-col2__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-merit-col2__img + * {
    margin-top: 14px;
  }
}
.c-merit-col2__item {
  border: 1px solid #F7F7F7;
}
@media (max-width: 767px) {
  .c-merit-col2__item + .c-merit-col2__item {
    margin-top: 2rem;
  }
}
.c-merit-col2__item.-merit {
  border: 1px solid #F0F8FB;
}
.c-merit-col2__item.-merit .c-merit-col2__title {
  background-color: #F0F8FB;
  color: #267CB9;
}
.c-merit-col2__item.-merit .c-merit-col2__title::before {
  background-image: url(../img/img_circle.png);
}
.c-merit-col2__item.-merit .c-merit-col2__text-title {
  color: #267CB9;
}
.c-merit-col2__item.-merit .c-merit-col2__text-title::before {
  background-color: #267CB9;
}

* + .c-service-submenu {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-service-submenu {
    margin-top: 3rem;
  }
}

.c-service-submenu {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-service-submenu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-service-submenu__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-service-submenu__subtitle {
  font-size: 1.125rem;
  color: #F7B106;
  font-weight: bold;
}
.c-service-submenu__subtitle + * {
  margin-top: 0.25rem;
}
.c-service-submenu__subtitle + .c-service-submenu__desc {
  margin-top: 1.5rem;
}
.c-service-submenu__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.c-service-submenu__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-service-submenu__title + * {
    margin-top: 14px;
  }
}
.c-service-submenu__title + .c-service-submenu__subtitle {
  margin-top: 0.25rem;
}
.c-service-submenu__desc {
  color: #267CB9;
}
.c-service-submenu__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-service-submenu__desc + * {
    margin-top: 14px;
  }
}
.c-service-submenu__img {
  text-align: center;
}
.c-service-submenu__img img {
  width: 100%;
  max-width: 4.5rem;
}
.c-service-submenu__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-service-submenu__img + * {
    margin-top: 14px;
  }
}
.c-service-submenu__link a {
  font-size: 0.875rem;
  font-weight: bold;
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.75rem;
  color: #267CB9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .c-service-submenu__link a:hover {
    border-bottom: 1px solid #267CB9;
  }
}
.c-service-submenu__link a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.85rem;
  height: 0.85rem;
}
.c-service-submenu__link a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.c-service-submenu__item {
  position: relative;
  padding: 2.5rem 3.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-service-submenu__item {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-service-submenu__item + .c-service-submenu__item {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .c-service-submenu__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgb(244, 248, 251);
  }
}
.c-service-submenu__item.is-current {
  opacity: 0.4;
  pointer-events: none;
}

@media (min-width: 768px) {
  .c-park-submenu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-park-submenu__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-park-submenu__subtitle {
  font-size: 1.125rem;
  color: #F7B106;
  font-weight: bold;
}
.c-park-submenu__subtitle + * {
  margin-top: 0.25rem;
}
.c-park-submenu__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.c-park-submenu__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-park-submenu__title + * {
    margin-top: 14px;
  }
}
.c-park-submenu__desc {
  color: #267CB9;
}
.c-park-submenu__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-park-submenu__desc + * {
    margin-top: 14px;
  }
}
.c-park-submenu__img {
  text-align: center;
}
.c-park-submenu__img img {
  width: 100%;
  max-width: 19.625rem;
}
@media (max-width: 767px) {
  .c-park-submenu__img + * {
    margin-top: 2rem;
  }
}
.c-park-submenu__link a {
  font-size: 0.875rem;
  font-weight: bold;
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.75rem;
  color: #267CB9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .c-park-submenu__link a:hover {
    border-bottom: 1px solid #267CB9;
  }
}
.c-park-submenu__link a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 100%;
  width: 0.85rem;
  height: 0.85rem;
}
.c-park-submenu__link a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.c-park-submenu__item {
  position: relative;
  padding: 2.5rem 3.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-park-submenu__item + .c-park-submenu__item {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .c-park-submenu__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgb(244, 248, 251);
  }
}
.c-park-submenu__item.-full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-park-submenu__item.-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10.62rem;
  }
}

@media (min-width: 768px) {
  .c-feature-land__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-feature-land__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-feature-land__subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #445777;
}
.c-feature-land__subtitle + * {
  margin-top: 1rem;
}
.c-feature-land__title {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.c-feature-land__title + * {
  margin-top: 0.5rem;
}
.c-feature-land__desc {
  font-weight: bold;
}
.c-feature-land__headline {
  color: #267CB9;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 767px) {
  .c-feature-land__headline {
    font-size: 1.5rem;
  }
}
.c-feature-land__headline + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-feature-land__headline + * {
    margin-top: 14px;
  }
}
.c-feature-land__headline-desc {
  text-align: center;
}
.c-feature-land__headline-desc + * {
  margin-top: 2.5rem;
}
.c-feature-land__img img {
  width: 100%;
}
.c-feature-land__img + * {
  margin-top: 1rem;
}
.c-feature-land__item {
  background-color: #fff;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .c-feature-land__item {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .c-feature-land__item + .c-feature-land__item {
    margin-top: 2rem;
  }
}

.c-feature-col3__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .c-feature-col3__inner {
    gap: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .c-feature-col3__inner > * {
    -webkit-flex-basis: calc(33.333% - 2.5rem);
        -ms-flex-preferred-size: calc(33.333% - 2.5rem);
            flex-basis: calc(33.333% - 2.5rem);
    max-width: calc(33.333% - 2.5rem);
  }
}
@media (max-width: 400px) {
  .c-feature-col3__inner > * {
    -webkit-flex-basis: calc(50% - 0.5rem);
        -ms-flex-preferred-size: calc(50% - 0.5rem);
            flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
.c-feature-col3__title {
  color: #267CB9;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 767px) {
  .c-feature-col3__title {
    font-size: 1rem;
  }
}
.c-feature-col3__img {
  max-width: 5rem;
}
@media (max-width: 767px) {
  .c-feature-col3__img {
    max-width: 3rem;
  }
}
.c-feature-col3__img img {
  width: 100%;
}
.c-feature-col3__item {
  border-radius: 17.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 0.5rem;
}
@media (min-width: 768px) {
  .c-feature-col3__item {
    width: 17.5rem;
    height: 17.5rem;
  }
}
@media (max-width: 767px) {
  .c-feature-col3__item {
    width: 11.75rem;
    height: 11.75rem;
  }
}

.p-quotation-top {
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .p-quotation-top {
    padding: 1.25rem;
  }
}
.p-quotation-top__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}
.p-quotation-top__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-quotation-top__title + * {
    margin-top: 10px;
  }
}
.p-quotation-top__img {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
}
.p-quotation-top__img img {
  width: 100%;
}
.p-quotation-top__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-quotation-top__img + * {
    margin-top: 14px;
  }
}
.p-quotation-top + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-quotation-top + * {
    margin-top: 4rem;
  }
}

/* =====================================
 * アンカーリンク
 * ================================== */
.c-anchor-link__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.625rem;
}
.c-anchor-link__inner.-max2 > * {
  -webkit-flex-basis: calc(50% - 0.3125rem);
      -ms-flex-preferred-size: calc(50% - 0.3125rem);
          flex-basis: calc(50% - 0.3125rem);
  max-width: calc(50% - 0.3125rem);
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max3 > * {
    -webkit-flex-basis: calc(33.333% - 0.4166666667rem);
        -ms-flex-preferred-size: calc(33.333% - 0.4166666667rem);
            flex-basis: calc(33.333% - 0.4166666667rem);
    max-width: calc(33.333% - 0.4166666667rem);
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max3 > * {
    -webkit-flex-basis: calc(50% - 0.3125rem);
        -ms-flex-preferred-size: calc(50% - 0.3125rem);
            flex-basis: calc(50% - 0.3125rem);
    max-width: calc(50% - 0.3125rem);
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max4 > * {
    -webkit-flex-basis: calc(25% - 0.46875rem);
        -ms-flex-preferred-size: calc(25% - 0.46875rem);
            flex-basis: calc(25% - 0.46875rem);
    max-width: calc(25% - 0.46875rem);
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max4 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__btn {
    max-height: 88px;
  }
}
.c-anchor-link__btn a:not([class])[href^="#"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_anchor.svg);
  background-color: #F0F8FB;
  text-align: center;
  border-radius: 0.5rem;
  height: 100%;
  -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: #445777;
}
@media (max-width: 767px) {
  .c-anchor-link__btn a:not([class])[href^="#"] {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .p-monthly-parking-top__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-monthly-parking-top__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-monthly-parking-top__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.p-monthly-parking-top__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-monthly-parking-top__title + * {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .p-monthly-parking-top__item + .p-monthly-parking-top__item {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .c-under-top.-left .c-under-top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .c-under-top__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.5rem;
  }
}
.c-under-top__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 36.25rem;
}
.c-under-top__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-under-top__img + * {
    margin-top: 19px;
  }
}
.c-under-top__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  color: #267CB9;
}
@media (max-width: 767px) {
  .c-under-top__title {
    font-size: 1.5rem;
  }
}
.c-under-top__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-top__title + * {
    margin-top: 14px;
  }
}

.p-point-list__inner {
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .p-point-list__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5rem 4rem;
  }
}
@media (min-width: 768px) {
  .p-point-list__inner > * {
    -webkit-flex-basis: calc(50% - 2.5rem);
        -ms-flex-preferred-size: calc(50% - 2.5rem);
            flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
.p-point-list__title {
  color: #267CB9;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.p-point-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-point-list__title + * {
    margin-top: 10px;
  }
}
.p-point-list__img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-point-list__img img {
  width: auto;
  max-height: 300px;
}
@media (max-width: 767px) {
  .p-point-list__img img {
    max-height: 200px;
    max-width: 200px;
  }
}
.p-point-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-point-list__img + * {
    margin-top: 14px;
  }
}
.p-point-list__img::before {
  content: "";
  display: block;
  top: 0;
  left: -10rem;
  font-size: 6.25rem;
  font-weight: bold;
  color: #F0F8FB;
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number) "";
  line-height: 0.8;
}
@media (max-width: 767px) {
  .p-point-list__img::before {
    left: -5rem;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .p-point-list__item + .p-point-list__item {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-point-list__item.-full {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.p-point-list__item.-full .p-point-list__desc {
  text-align: center;
}

@media (min-width: 768px) {
  .p-point-col3__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-point-col3__inner > * {
    -webkit-flex-basis: calc(33.333% - 1.6666666667rem);
        -ms-flex-preferred-size: calc(33.333% - 1.6666666667rem);
            flex-basis: calc(33.333% - 1.6666666667rem);
    max-width: calc(33.333% - 1.6666666667rem);
  }
}
.p-point-col3__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.p-point-col3__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-point-col3__title + * {
    margin-top: 14px;
  }
}
.p-point-col3__img img {
  width: 100%;
}
.p-point-col3__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-point-col3__img + * {
    margin-top: 14px;
  }
}
.p-point-col3__item {
  background-color: #F7F7F7;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .p-point-col3__item + .p-point-col3__item {
    margin-top: 2rem;
  }
}

.-font-center {
  text-align: center;
}

@media (min-width: 768px) {
  .-font-pccenter {
    text-align: center;
  }
}

.p-hachiwari-headline {
  font-size: 1.75rem;
  font-weight: bold;
  color: #267CB9;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-hachiwari-headline {
    font-size: 1.5rem;
  }
}
.p-hachiwari-headline::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_hachi.svg);
  background-size: 100%;
  margin-top: 0.5rem;
}
.p-hachiwari-headline + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-hachiwari-headline + * {
    margin-top: 19px;
  }
}

@media (min-width: 768px) {
  .p-hachiwari-headline-desc {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .p-construction-ex__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .p-construction-ex__inner > * {
    -webkit-flex-basis: calc(50% - 2.5rem);
        -ms-flex-preferred-size: calc(50% - 2.5rem);
            flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
.p-construction-ex__headline {
  color: #267CB9;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-construction-ex__headline {
    font-size: 1.5rem;
  }
}
.p-construction-ex__headline::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background-color: #267CB9;
  margin-top: 1.25rem;
}
.p-construction-ex__headline + * {
  margin-top: 1.5rem;
}
.p-construction-ex__img img {
  width: 100%;
}
.p-construction-ex__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-construction-ex__img + * {
    margin-top: 14px;
  }
}
.p-construction-ex__item + .p-construction-ex__item {
  position: relative;
  margin-top: 3.5rem;
}
.p-construction-ex__before {
  position: relative;
}
.p-construction-ex__before::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #F7B106;
}
@media (min-width: 768px) {
  .p-construction-ex__before::after {
    top: 50%;
    right: -3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2.125rem;
    width: 1rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
@media (max-width: 767px) {
  .p-construction-ex__before::after {
    bottom: -2.5rem;
    right: 45%;
    height: 1rem;
    width: 2.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media (max-width: 767px) {
  .p-construction-ex__before + * {
    margin-top: 3rem;
  }
}
.p-construction-ex__before-title, .p-construction-ex__after-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 150%;
}
.p-construction-ex__before-title + *, .p-construction-ex__after-title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-construction-ex__before-title + *, .p-construction-ex__after-title + * {
    margin-top: 10px;
  }
}
.p-construction-ex__before-img + *, .p-construction-ex__after-img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-construction-ex__before-img + *, .p-construction-ex__after-img + * {
    margin-top: 10px;
  }
}
.p-construction-ex__after-title {
  color: #267CB9;
}

.p-coin-parking-comment {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-coin-parking-comment__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-coin-parking-comment__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-coin-parking-comment__title {
  color: #267CB9;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-coin-parking-comment__title {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .p-coin-parking-comment__title {
    text-align: left;
  }
}
.p-coin-parking-comment__title::after, .p-coin-parking-comment__title::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_colon_before.svg);
  background-size: 100%;
  position: absolute;
  margin-left: -1rem;
}
.p-coin-parking-comment__title::after {
  background-image: url(../img/ico_colon_after.svg);
  margin-right: -1rem;
  margin-left: auto;
}
.p-coin-parking-comment__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-coin-parking-comment__title + * {
    margin-top: 10px;
  }
}
.p-coin-parking-comment__item {
  background-color: #F0F8FB;
  border-radius: 1.25rem;
  padding: 3rem 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-coin-parking-comment__item {
    padding: 2rem;
  }
}
.p-coin-parking-comment__item::after {
  content: "";
  display: block;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1.875rem;
  width: 3.75rem;
  background-color: #F0F8FB;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
}
@media (max-width: 767px) {
  .p-coin-parking-comment__item + .p-coin-parking-comment__item {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .p-coin-parking-col2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-coin-parking-col2__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-coin-parking-col2__comment {
  position: relative;
}
.p-coin-parking-col2__comment + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-coin-parking-col2__comment + * {
    margin-top: 19px;
  }
}
.p-coin-parking-col2__comment-title {
  color: #267CB9;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
  padding: 1rem;
  text-align: center;
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  .p-coin-parking-col2__comment-title {
    font-size: 1.5rem;
  }
}
.p-coin-parking-col2__comment-triangle {
  -webkit-filter: drop-shadow(0px 17px 18px rgba(68, 68, 68, 0.15));
          filter: drop-shadow(0px 17px 18px rgba(68, 68, 68, 0.15));
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.25rem;
}
.p-coin-parking-col2__comment-triangle::after {
  content: "";
  display: block;
  height: 1.25rem;
  width: 2rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-coin-parking-col2__title {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.p-coin-parking-col2__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-coin-parking-col2__title + * {
    margin-top: 14px;
  }
}
.p-coin-parking-col2__img img {
  width: 100%;
}
.p-coin-parking-col2__img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-coin-parking-col2__img + * {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-coin-parking-col2__item + .p-coin-parking-col2__item {
    margin-top: 2rem;
  }
}
.p-coin-parking-col2__item-inner {
  padding: 2.5rem;
  border: 1px solid #e2e2e2;
}

.p-monthly-parking-comment {
  background-color: #F0F8FB;
  padding: 4rem;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment {
    padding: 2rem 1.5rem;
  }
}
.p-monthly-parking-comment__headline {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
  color: #267CB9;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__headline {
    font-size: 1.5rem;
  }
}
.p-monthly-parking-comment__headline + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__headline + * {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .p-monthly-parking-comment__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-monthly-parking-comment__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-monthly-parking-comment__inner + .c-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__inner + .c-btn {
    margin-top: 3rem;
  }
}
.p-monthly-parking-comment__title {
  color: #267CB9;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-monthly-parking-comment__title {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__title {
    text-align: left;
  }
}
.p-monthly-parking-comment__title::after, .p-monthly-parking-comment__title::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_colon_before.svg);
  background-size: 100%;
  position: absolute;
  margin-left: -1rem;
}
.p-monthly-parking-comment__title::after {
  background-image: url(../img/ico_colon_after.svg);
  margin-right: -1rem;
  margin-left: auto;
}
.p-monthly-parking-comment__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__title + * {
    margin-top: 10px;
  }
}
.p-monthly-parking-comment__desc {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .p-monthly-parking-comment__desc {
    padding-right: 1rem;
  }
}
.p-monthly-parking-comment__item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__item {
    padding: 1.5rem;
  }
}
.p-monthly-parking-comment__item::after {
  content: "";
  display: block;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1.875rem;
  width: 3.75rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
}
@media (max-width: 767px) {
  .p-monthly-parking-comment__item + .p-monthly-parking-comment__item {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .c-parking-ex__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .c-parking-ex__inner > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-parking-ex__title {
  color: #267CB9;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 767px) {
  .c-parking-ex__title {
    font-size: 1.5rem;
  }
}
.c-parking-ex__img img {
  width: 100%;
}
.c-parking-ex__img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-parking-ex__item + .c-parking-ex__item {
    margin-top: 2rem;
  }
}

.c-flow-list {
  counter-reset: number 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F0F8FB;
}
@media (max-width: 767px) {
  .c-flow-list {
    padding: 2rem 1.5rem;
  }
}
.c-flow-list__item + .c-flow-list__item {
  margin-top: 4.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-flow-list__item + .c-flow-list__item {
    margin-top: 3rem;
  }
}
.c-flow-list__item + .c-flow-list__item::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #F7B106;
  top: -2.5rem;
  right: 45%;
  height: 1rem;
  width: 2.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .c-flow-list__item + .c-flow-list__item::after {
    right: 40%;
    top: -2rem;
  }
}
.c-flow-list__item-inner {
  padding: 2.5rem 3.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-flow-list__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-flow-list__item-inner {
    padding: 2rem;
  }
}
.c-flow-list__item-inner + .c-flow-list__item-inner {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-flow-list__item-inner + .c-flow-list__item-inner {
    margin-top: 24px;
  }
}
.c-flow-list__text {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-flow-list__number {
  line-height: 175%;
  color: #267CB9;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: -0.25rem;
}
@media (max-width: 767px) {
  .c-flow-list__number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-flow-list__number::after {
  counter-increment: number 1;
  content: "0" counter(number) "";
  display: block;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #267CB9;
  line-height: 175%;
}
.c-flow-list__number + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-flow-list__number + * {
    margin-top: 0.25rem;
  }
}
.c-flow-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-flow-list__title {
    text-align: center;
  }
}
.c-flow-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-flow-list__title + * {
    margin-top: 10px;
  }
}
.c-flow-list__desc + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-flow-list__desc + * {
    margin-top: 10px;
  }
}
.c-flow-list__img {
  max-width: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-flow-list__step + * {
    margin-top: 1rem;
  }
}
.c-flow-list__btn {
  margin-right: auto;
  max-width: 320px;
}
@media (max-width: 767px) {
  .c-flow-list__btn {
    margin-left: auto;
  }
}
.c-flow-list__btn span {
  font-size: 1.125rem;
  color: #F7B106;
  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: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.c-flow-list__btn span::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #F7B106;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-flow-list__btn span::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #F7B106;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-flow-list__btn span + * {
  margin-top: 0.5rem;
}
.c-flow-list__btn a:not([class]) {
  padding: 1.15rem;
  text-decoration: none;
  background-color: #F7B106;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: 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;
  gap: 2rem;
  font-size: 1.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-flow-list__btn a:not([class]) {
    gap: 1rem;
  }
}
.c-flow-list__btn a:not([class]):after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 768px) {
  .c-flow-list__btn a:not([class]):hover {
    background-color: rgb(235, 168, 8);
  }
}

.p-coin-parking-search {
  background-color: #F0F8FB;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  display: none;
}
@media (min-width: 768px) {
  .p-coin-parking-search {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .p-coin-parking-search:has(.p-coin-parking-search__tag-list li) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .p-coin-parking-search:has(.p-coin-parking-search__tag-list li) {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-coin-parking-search {
    padding: 1.75rem 1.25rem;
  }
}
.p-coin-parking-search__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_search.svg);
  font-weight: bold;
  font-size: 1rem;
  padding-right: 1.75rem;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .p-coin-parking-search__title {
    background-position-y: 20%;
    background-size: 1.5rem auto;
    font-size: 1.125rem;
    padding-bottom: 1rem;
    padding-right: 1.75rem;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .p-coin-parking-search__tag {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .p-coin-parking-search__tag {
    border-top: 1px solid #e2e2e2;
    padding-top: 1.5rem;
  }
}
.p-coin-parking-search__tag-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-coin-parking-search__tag-list {
    gap: 0.5rem;
  }
}
.p-coin-parking-search__tag-list li > * {
  display: inline-block;
  text-decoration: none;
  background-color: #267CB9;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.125rem 0.625rem;
}
.p-coin-parking-search__tag-list.-border li > * {
  background: #fff;
  border: 1px solid #267CB9;
  color: #267CB9;
  font-weight: bold;
  padding: 0.375rem 1.5rem 0.25rem;
}
@media (max-width: 767px) {
  .p-coin-parking-search__tag-list.-border li > * {
    padding: 0.125rem 0.625rem;
  }
}
.p-coin-parking-search__tag-list.-border li > *:hover {
  opacity: 1 !important;
  background-color: #267CB9;
  color: #fff;
}
.p-coin-parking-search__tag-list.-border li > *.is-current {
  background-color: #267CB9;
  color: #fff;
}

.p-coin-parking-detail__address {
  color: #5D5D5D;
}
.p-coin-parking-detail__address + * {
  margin-top: 0.5rem;
}
.p-coin-parking-detail__title-wrap + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-coin-parking-detail__title-wrap + * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-coin-parking-detail__title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-coin-parking-detail__title {
  color: #267CB9;
  font-weight: bold;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .p-coin-parking-detail__title {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .p-coin-parking-detail__ico {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  * + .p-coin-parking-detail__ico {
    margin-top: 0.25rem;
  }
}
.p-coin-parking-detail__ico-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-coin-parking-detail__ico-list li + li {
  margin-left: 0.5rem;
}
.p-coin-parking-detail__ico-list li {
  font-size: 0;
  color: transparent;
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 767px) {
  .p-coin-parking-detail__ico-list li {
    width: 2rem;
    height: 2rem;
  }
}
.p-coin-parking-detail__ico-list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.p-coin-parking-detail__ico-list li.-car::before {
  background-image: url(../img/ico_car.svg);
}
.p-coin-parking-detail__ico-list li.-bicyclee::before {
  background-image: url(../img/ico_bicyclee.svg);
}
.p-coin-parking-detail__ico-list li.-motorcycle::before {
  background-image: url(../img/ico_motorcycle.svg);
}
.p-coin-parking-detail__ico-list li.-disable {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}
.p-coin-parking-detail__map {
  aspect-ratio: 960/400;
}
@media (max-width: 767px) {
  .p-coin-parking-detail__map {
    aspect-ratio: 12/9;
  }
}
.p-coin-parking-detail__map > * {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
* + .p-coin-parking-detail__info {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  * + .p-coin-parking-detail__info {
    margin-top: 3rem;
  }
}
.p-coin-parking-detail__info-title {
  font-weight: bold;
  font-size: 1.25rem;
}
.p-coin-parking-detail__info-title + * {
  margin-top: 1.5rem;
}
.p-coin-parking-detail__info-table[class] table {
  border: none;
}
.p-coin-parking-detail__info-table[class] table th {
  background: none;
  text-align: center;
  border-color: #267CB9;
  color: #267CB9;
}
@media (min-width: 768px) {
  .p-coin-parking-detail__info-table[class] table th {
    max-width: 200px;
  }
}
.p-coin-parking-detail__info-table[class] table th,
.p-coin-parking-detail__info-table[class] table td {
  border-left: none;
  border-right: none;
  vertical-align: middle;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 767px) {
  .p-coin-parking-detail__info-table[class] table th,
  .p-coin-parking-detail__info-table[class] table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-coin-parking-detail__info-table[class] table tr:last-child th {
  border-bottom: 1px solid #267CB9;
}
.p-coin-parking-detail__info-table[class] table tr:last-child td {
  border-bottom: 1px solid #e2e2e2;
}

.p-use-img__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-use-img__flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-use-img__img {
  width: 100%;
  aspect-ratio: 460/260;
}
@media (min-width: 768px) {
  .p-use-img__img {
    max-width: 460px;
  }
}
.p-use-img__img + * {
  position: relative;
}
.p-use-img__img + *::before {
  content: "";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  background-color: #267CB9;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #267CB9;
}
@media (max-width: 767px) {
  .p-use-img__img + *::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #267CB9;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -20px;
  }
}

.p-phone-number__number {
  font-weight: bold;
  color: #267CB9;
  position: relative;
}
.p-phone-number__number::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/img/ico_phone_pri.svg);
}
.p-phone-number__number + * {
  margin-top: 1rem;
}

* + .p-phone-number__number {
  margin-top: 0;
}

.c-faq {
  counter-reset: number;
}
.c-faq .c-faq__q-title {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .c-faq .c-faq__q-title {
    padding-left: 2.5rem;
  }
}
.c-faq .c-faq__q-title::before {
  content: "Q";
  color: #267CB9;
  display: block;
  text-align: center;
  line-height: 2.5rem;
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
}
@media (max-width: 767px) {
  .c-faq .c-faq__q-title::before {
    font-size: 1.5rem;
    margin-top: -0.15rem;
  }
}
.c-faq .c-faq__a-title {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1rem;
  font-weight: normal;
}
.c-faq .c-faq__a-title + * {
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .c-faq .c-faq__a-title + * {
    padding-left: 2.5rem;
  }
}

.c-faq__item + .c-faq__item {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-faq__item + .c-faq__item {
    margin-top: 24px;
  }
}

.c-faq__q,
.c-faq__a {
  padding: 2.5rem 2rem;
}
@media (max-width: 767px) {
  .c-faq__q,
  .c-faq__a {
    padding: 1.5rem;
  }
}

.c-faq__q {
  background-color: #F7F7F7;
  color: #fff;
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.c-faq__q > * {
  color: #445777;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-faq__q > * {
    font-size: 1.25rem;
  }
}

.c-faq__q.-hoge:before,
.c-faq__q.-hoge:after {
  display: none;
}

.c-faq__q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(2.85rem + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 1rem;
  background-color: #F7B106;
  border-radius: 2px;
}

.c-faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.475rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2px;
  background-color: #F7B106;
  border-radius: 2px;
}

.c-faq__a {
  display: none;
  background-color: #F7F7F7;
  padding-top: 0;
}

.c-faq__a-title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 1.5rem;
  position: relative;
}
.c-faq__a-title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}

.c-faq__a-note {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.is-active .c-faq__q:before {
  display: none;
}

.p-contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-contact-list {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    max-width: 82.5%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-contact-list__block {
  display: grid;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .p-contact-list__block {
    row-gap: 1.71rem;
  }
}

.p-contact-list__box {
  display: grid;
  row-gap: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-contact-list__box {
    padding-left: 1.14rem;
    row-gap: 0.57rem;
  }
}

.p-contact-list__item {
  position: relative;
}

.p-contact-list__item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% + 1rem);
  background-color: #0055A2;
  border-radius: 3px;
  top: 0;
  left: -16px;
  z-index: 1;
  overflow: hidden;
}

.p-contact-list__item.-download::before {
  display: none;
}

.p-contact-list__item:last-of-type::before {
  height: 100%;
}

.p-contact-list__item:has(+ .-download)::before {
  height: 100%;
}

.p-contact-list__item.-download {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-contact-list__item.-download {
    margin-top: 2.29rem;
    margin-left: -1.14rem;
  }
}