@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 {
  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%;
       text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.75;
  text-align: left;
  color: #222;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  min-width: calc(1200px + 2rem);
  letter-spacing: 0.04em;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
}

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

p {
  letter-spacing: 0.04em;
}

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: #005AA0;
}

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

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #D9D9D9;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #D9D9D9;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #D9D9D9;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #D9D9D9;
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::-moz-placeholder {
  color: #D9D9D9;
}
::placeholder {
  color: #D9D9D9;
}

::-moz-selection {
  background: #005AA0;
  color: #fff;
}

::selection {
  background: #005AA0;
  color: #fff;
}

::-moz-selection {
  background: #005AA0;
  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 {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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;
  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: flex;
  align-items: 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;
  transition: 0.3s opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}

.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

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

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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;
  transform-origin: 50%;
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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 {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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;
  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;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

@media (min-width: 768px) {
  body:not([data-page-slug=home]) .l-header[class] a {
    color: #222;
  }
  body:not([data-page-slug=home]) .l-header .l-header__contact-tel[class] a {
    color: #005AA0;
  }
  body:not([data-page-slug=home]) .l-header .l-header__contact-time {
    color: #005AA0;
  }
  body:not([data-page-slug=home]) .l-header .l-header__contact-tel a:not([class])::after {
    background-image: url(../img/ico_tel_pri.svg);
  }
  body:not([data-page-slug=home]) .l-header__btn-list .-contact[class] a {
    color: #fff;
  }
  body:not([data-page-slug=home]) .l-header__btn-list .-contact[class] a:hover {
    color: #005AA0;
  }
  body:not([data-page-slug=home]) a:not([class])[target*=_blank]:after {
    background-image: url(../img/ico_blank_blk.svg);
  }
  body:not([data-page-slug=home]) .l-header__menu-list li[data-dropmenu-trigger] a::before {
    background-image: url(../img/ico_arr_down_blk.svg);
  }
}

.l-header {
  opacity: 1;
  /* 初期状態で表示 */
  transition: opacity 0.1s ease, visibility 0.1s ease;
  /* フェードアウト効果の時間を設定 */
  position: relative;
  z-index: 10000;
  /*固定ヘッダーの時にこちらのクラスを付ける*/
}
.l-header .l-container {
  padding-right: 0;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .l-container {
    padding-left: 0;
  }
}
.l-header.is-scroll {
  opacity: 0;
  /* フェードアウト */
  /* 完全に透明になったら非表示 */
}
.l-header[class] a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header[class] a {
    text-align: center;
    font-weight: bold;
  }
}
.l-header[class] a[target*=_blank] {
  padding-left: 0;
  padding-right: 1.75rem;
}
.l-header[class] a[target*=_blank]:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 100%;
  margin-top: 0.15rem;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/ico_blank_wht.svg");
}
@media (max-width: 767px) {
  .l-header[class] a[target*=_blank]:after {
    margin-top: 0.5rem;
  }
}
.l-header.js-fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .l-header.js-fixed-header {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-header.js-fixed-header {
    width: 100vw;
  }
}
.l-header.is-active {
  z-index: 100000;
}
@media (min-width: 768px) {
  .l-header.is-active {
    overflow: hidden;
  }
}
.l-header.js-color {
  transition: background-color 0.5s ease;
}
.l-header.-change-color {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.l-header.-change-color a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.l-header.-change-color .l-header__link-list {
  transition: all 0.2s ease-in-out;
}
.l-header.-change-color .l-header__link-list li::before {
  background-color: #D9D9D9;
}
.l-header.-change-color .l-header__contact-tel::after {
  background-image: url(../img/ico_tel_pri.svg);
}
.l-header.-change-color .l-header__menu-list li a::after {
  background-color: #005AA0;
}
.l-header.-change-color .l-header__menu-list li[data-dropmenu-trigger] a::before {
  background-image: url(../img/ico_arr_down_pri.svg);
}
.l-header__inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 64px;
  }
}
.l-header.is-active {
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-header.is-active .l-header__logo img:not([class]) {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header.is-active .l-header__logo img.u-hidden-pc {
    display: block;
  }
}
.l-header__logo .-scroll {
  display: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .l-header__logo img {
    width: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header__logo img {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: auto;
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .l-header__logo img.u-hidden-pc {
    display: none;
  }
}
.l-header__link-contact {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  order: 10;
}
@media (max-width: 767px) {
  .l-header__link-contact {
    flex-direction: column;
  }
}
.l-header__link-contact + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-header__link-contact {
    padding-top: 0.875rem;
  }
}
.l-header__link-contact > * + * {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .l-header__link-contact > * + * {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .l-header__link, .l-header__btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__link {
    order: 20;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header__link li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header__btn {
    order: 20;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .l-header__btn .-download a,
  .l-header__btn .-contact a {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 120px;
    min-height: 120px;
    letter-spacing: -0.01em;
  }
  .l-header__btn .-download a::before,
  .l-header__btn .-contact a::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ico_download_wht.svg);
    background-size: 100%;
  }
}
.l-header__btn .-contact a {
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.l-header__btn .-contact a::before {
  width: 1.125rem;
  background-image: url(../img/ico_contact_wht.svg);
  transition: all 0.2s ease-in-out;
}
.l-header__btn .-contact a:hover {
  background-color: #fff;
  color: #005AA0;
  opacity: 1;
}
.l-header__btn .-contact a:hover::before {
  background-image: url(../img/ico_contact_pri.svg);
}
.l-header__menu {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__menu {
    display: none;
    background-color: #005AA0;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0 1rem 2rem;
    margin-top: 64px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 20rem;
    height: 667px;
  }
}
.l-header__menu.is-active {
  flex-direction: column;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__menu.is-active {
    padding: 0 1rem 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .l-header__menu.is-active {
    scrollbar-width: thin;
  }
}
.l-header__menu.is-active::-webkit-scrollbar-thumb {
  background-color: #005AA0;
}
.l-header__gnav {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__gnav {
    display: block;
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li.-recruit a {
    padding-right: 1.75rem;
  }
}
.l-header__menu-list li.-recruit a:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 100%;
  margin-top: -0.2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/ico_blank_wht.svg");
  background-color: transparent;
}
@media (min-width: 768px) {
  .l-header__menu-list li.-recruit a:hover {
    text-decoration: none;
  }
  .l-header__menu-list li.-recruit a:hover::after {
    left: 5%;
    right: 7%;
    width: 90%;
  }
}
.l-header__menu-list, .l-header__link-list, .l-header__btn-list {
  line-height: 1.5;
  list-style: none;
  align-items: center;
  display: flex;
}
.l-header__menu-list {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__menu-list {
    display: block;
  }
}
.l-header__menu-list li + li a {
  padding-left: 0.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-header__menu-list li + li a {
    padding-left: 0;
    text-align: left;
    font-weight: bold;
    line-height: 1;
  }
}
.l-header__menu-list li[data-dropmenu-trigger] a {
  padding-right: 2.5rem;
  padding-bottom: 2rem;
}
.l-header__menu-list li[data-dropmenu-trigger] a::before {
  content: "";
  display: block;
  top: 0;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_down.svg);
  background-size: 100%;
  position: absolute;
}
.l-header__menu-list li[data-dropmenu-trigger] a::after {
  bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-header__menu-list li a.is-selected + ul li a {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li[data-dropmenu-trigger=business] a::after {
    content: none;
    width: 0%;
  }
}
.l-header__menu-list li[data-dropmenu-trigger=business] a:hover {
  background-color: #005AA0;
}
@media (min-width: 768px) {
  .l-header__menu-list li[data-dropmenu-trigger=business] a:hover::after {
    content: none;
    width: 0%;
  }
}
.l-header__menu-list li a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-header__menu-list li a {
    font-size: 0.75rem;
    line-height: 150%;
    letter-spacing: 0.03rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list li a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
  }
}
.l-header__menu-list li a::after {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: -0.5rem;
  width: 0;
  height: 2px;
}
@media (min-width: 768px) {
  .l-header__menu-list li a::after {
    margin-bottom: -0.25rem;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list li a::after {
    background-color: transparent;
    height: 1px;
    width: 100%;
    bottom: 37%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li a[class]::after {
    right: 50%;
    width: 70%;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li a[class]:hover::after {
    left: auto;
    right: 50%;
    width: 70%;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li a:hover {
    text-decoration: none;
  }
  .l-header__menu-list li a:hover::after {
    left: 12%;
    right: 12%;
    width: 80%;
  }
}
.l-header__menu-list li a.-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background: #005AA0;
  background-image: linear-gradient(to right, #005AA0 50%, #222 50%);
  background-size: 200% auto;
  transition: all 0.3s ease-in-out;
}
.l-header__menu-list li a.-contact a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_contact_wht.svg);
  background-size: 100%;
}
@media (min-width: 768px) {
  .l-header__menu-list li a.-contact a:hover {
    background-position: -100% 0;
    color: #fff;
  }
}
.l-header__link-list {
  justify-content: flex-end;
}
.l-header__link-list li {
  position: relative;
}
.l-header__link-list li a {
  font-size: 0.875rem;
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  .l-header__link-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .l-header__link-list li a {
    font-size: 1rem;
  }
}
.l-header__link-list li + li {
  margin-left: 1.25rem;
}
.l-header__link-list li + li::before {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-65deg);
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .l-header__link-list {
    justify-content: center;
  }
  .l-header__link-list li + li {
    margin-left: 1rem;
  }
  .l-header__link-list li a {
    display: block;
    padding: 0.5rem;
  }
}
.l-header__link-list + * {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .l-header__btn-list {
    display: block;
    margin: 0;
  }
}
.l-header__btn-list li a {
  display: block;
  background-color: #005AA0;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.75rem;
}
.l-header__btn-list li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__btn-list li a {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .l-header__btn-list li + li {
    margin: 1rem 0 0 0;
  }
}
.l-header__btn-list[class] li a {
  color: #fff;
}
@media (min-width: 768px) {
  .l-header__contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__contact {
    text-align: center;
    order: 1;
  }
}
.l-header__contact-tel {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 2rem;
  }
}
.l-header__contact-tel a:not([class]) {
  padding-left: 1.5rem;
  font-size: 1.75rem;
  line-height: 1;
}
.l-header__contact-tel a:not([class])::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_tel_wht.svg);
  background-size: 100%;
  position: absolute;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .l-header__contact-tel a:not([class])::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.l-header__contact-time {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #fff;
}
.l-header__contact-time > * {
  font-weight: normal;
}
.l-header__trigger {
  display: table;
}
.l-header__trigger-btn {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background-color: #005AA0;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1.25rem;
}
.l-header__trigger-btn > * {
  display: block;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  font-size: 0;
  color: transparent;
  width: 1.75rem;
  height: 2px;
}
.l-header__trigger-btn > *::before, .l-header__trigger-btn > *::after {
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__trigger-btn > *::before {
  margin-top: -8px;
}
.l-header__trigger-btn > *::after {
  margin-top: 8px;
}
.l-header__trigger-btn.is-active > *::before {
  transform: translate(-50%, 8px) rotate(-45deg);
}
.l-header__trigger-btn.is-active > * {
  background-color: transparent;
}
.l-header__trigger-btn.is-active > *::after {
  transform: translate(-50%, -8px) rotate(45deg);
}
.l-header__trigger-btn.is-active > *::before, .l-header__trigger-btn.is-active > *::after {
  content: "";
  background-color: #fff;
}

body[data-page-type=form] .l-header {
  position: relative !important;
}
body[data-page-type=form] .l-header__trigger, body[data-page-type=form] .l-header__menu, body[data-page-type=form] .l-header__btn {
  display: none;
}
body[data-page-type=form] .l-header__inner {
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D9D9D9;
}
body[data-page-type=form] .l-header__logo {
  max-width: 180px;
}
body[data-page-type=form] .c-pagetitle {
  background-color: transparent;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .c-pagetitle {
    padding-top: 5rem;
  }
}
body[data-page-type=form] .c-pagetitle__subtitle {
  padding-left: 0;
  letter-spacing: 0.04em;
}
body[data-page-type=form] .c-pagetitle__subtitle::before {
  content: none;
}

.c-dropmenu {
  background: rgba(1, 60, 106, 0.9);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 87px;
  left: 0;
}
@media (min-width: 768px) {
  .c-dropmenu:hover {
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 767px) {
  .c-dropmenu {
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .c-dropmenu {
    z-index: 950;
    margin-top: 69px;
  }
}
@media (max-width: 767px) {
  .c-dropmenu {
    z-index: 980;
    background-color: #F7F7F7;
    padding-top: calc(64px + 0.25rem);
    padding-bottom: 1.5rem;
    height: 100vh;
    transform: translateX(100%);
  }
}
.c-dropmenu::before {
  content: "";
  display: none;
  background-color: #fff;
  height: 64px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-dropmenu::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-dropmenu.is-active {
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 767px) {
  .c-dropmenu.is-active {
    transform: translateX(0);
  }
}
.c-dropmenu.is-active {
  opacity: 1;
  visibility: inherit;
  z-index: 999999;
}
.c-dropmenu__inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .c-dropmenu__header + * {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .c-dropmenu__header + * {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .c-dropmenu__body {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.c-dropmenu__footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 1.25rem;
  margin-top: 1rem;
}
.c-dropmenu__list {
  flex-wrap: wrap;
  display: flex;
  margin: -2rem 0 0 -1.875rem;
}
@media (max-width: 767px) {
  .c-dropmenu__list {
    margin: -1rem 0 0 -1rem;
  }
}
.c-dropmenu__item {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(25% - 1.875rem);
  max-width: calc(25% - 1.875rem);
  margin: 2rem 0 0 1.875rem;
}
@media (max-width: 767px) {
  .c-dropmenu__item {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin: 1rem 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .c-dropmenu__item.-no-link {
    flex-basis: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
}
.c-dropmenu__item.-no-link:hover {
  opacity: 1;
  cursor: inherit;
}
.c-dropmenu__title {
  border-bottom: 1px solid #4B4B4B;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .c-dropmenu__title {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
}
.c-dropmenu__title a {
  transition: all 0.2s ease-in-out;
  color: #222;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: right center;
  background-image: url(../img/ico_arr_circle_blk.svg);
  padding: 1rem 3.375rem 1rem 0;
}
@media (max-width: 767px) {
  .c-dropmenu__title a {
    background-size: 2.25rem auto;
    padding-right: 3.125rem;
  }
}
@media (min-width: 768px) {
  .c-dropmenu__title a:hover {
    color: #005AA0;
  }
}
.c-dropmenu__headline {
  position: relative;
  font-weight: bold;
  color: #005AA0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-dropmenu__headline {
    font-size: 1rem;
  }
}
.c-dropmenu__headline + * {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .c-dropmenu__headline + * {
    margin-top: 0.5rem;
  }
}
* + .c-dropmenu__headline {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  * + .c-dropmenu__headline {
    margin-top: 1rem;
  }
}
.c-dropmenu__headline.-simple {
  color: #222;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-dropmenu__headline.-simple + * {
    margin-top: 1rem;
  }
}
.c-dropmenu__headline.-simple a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-dropmenu__headline.-simple a:hover {
    color: #005AA0;
  }
}
.c-dropmenu__img {
  position: relative;
  aspect-ratio: 380/180;
}
.c-dropmenu__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-dropmenu__img + * {
  margin-top: 0.75rem;
}
.c-dropmenu__link {
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link {
    font-size: 0.875rem;
  }
}
.c-dropmenu__link a {
  display: block;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: left 0.375rem;
  background-image: url(../img/ico_arr_right_pri.svg);
  padding-left: 1.125rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link a {
    background-position: left 0.25rem;
    background-size: 0.375rem auto;
    padding-left: 1rem;
  }
}
.c-dropmenu__link a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-dropmenu__link a:hover {
    color: #005AA0;
  }
}
.c-dropmenu__link-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  margin: -0.5rem 0 0 -1.5rem;
  padding-top: 1px;
}
@media (max-width: 767px) {
  .c-dropmenu__link-list {
    margin: -0.5rem 0 0 -1rem;
  }
}
.c-dropmenu__link-list li {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  margin: 0.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link-list li {
    flex-basis: calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
    margin: 0.5rem 0 0 1rem;
  }
}
.c-dropmenu__link-list li a {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link-list li a {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }
}
.c-dropmenu__link-list li a::after {
  display: none;
}
.c-dropmenu__trigger-btn {
  padding: 0.5rem 0 0 1.25rem;
}
.c-dropmenu__trigger-btn::before {
  content: "";
  display: block;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  width: 0.5125rem;
  height: 0.5125rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: rotate(135deg) translateY(-50%);
  margin-top: -0.25rem;
}

.c-dropmenu:hover ~ .c-mask, .c-dropmenu:hover ~ .js-mask.is-active,
.c-dropmenu.is-active ~ .c-mask,
.c-dropmenu.is-active ~ .js-mask.is-active {
  opacity: 1;
  visibility: inherit;
}

@media (max-width: 767px) {
  .c-mask, .js-mask.is-active {
    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-dropmenu {
  background: rgba(1, 60, 106, 0.9);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  top: 59px;
  left: 0;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .c-dropmenu {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .c-dropmenu:hover {
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 767px) {
  .c-dropmenu {
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .c-dropmenu {
    z-index: 950;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-dropmenu {
    z-index: 980;
    background-color: #F7F7F7;
    padding-top: calc(64px + 0.25rem);
    padding-bottom: 1.5rem;
    transform: translateX(100%);
  }
}
.c-dropmenu::before {
  content: "";
  display: none;
  background-color: #fff;
  height: 64px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-dropmenu::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-dropmenu.is-active {
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 767px) {
  .c-dropmenu.is-active {
    transform: translateX(0);
  }
}
.c-dropmenu.is-active {
  opacity: 1;
  visibility: inherit;
  z-index: 999999;
}
@media (min-width: 768px) {
  .c-dropmenu .c-headline {
    font-size: 1.25rem;
    line-height: 150%;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .c-dropmenu .c-headline + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .c-dropmenu .c-headline-desc {
    font-size: 2rem;
    line-height: 150%;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .c-dropmenu .c-headline-desc + .c-section.-md {
    margin-top: 2.5rem;
  }
}
.c-dropmenu__inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .c-dropmenu__header + * {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .c-dropmenu__header + * {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .c-dropmenu__body {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.c-dropmenu__footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 1.25rem;
  margin-top: 1rem;
}
.c-dropmenu__list {
  flex-wrap: wrap;
  display: flex;
  margin: -2rem 0 0 -1.875rem;
}
@media (max-width: 767px) {
  .c-dropmenu__list {
    margin: -1rem 0 0 -1rem;
  }
}
.c-dropmenu__item {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(25% - 1.875rem);
  max-width: calc(25% - 1.875rem);
  margin: 2rem 0 0 1.875rem;
}
@media (max-width: 767px) {
  .c-dropmenu__item {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin: 1rem 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .c-dropmenu__item.-no-link {
    flex-basis: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
}
.c-dropmenu__item.-no-link:hover {
  opacity: 1;
  cursor: inherit;
}
.c-dropmenu__title {
  border-bottom: 1px solid #4B4B4B;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .c-dropmenu__title {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
}
.c-dropmenu__title a {
  transition: all 0.2s ease-in-out;
  color: #222;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: right center;
  background-image: url(../img/ico_arr_circle_blk.svg);
  padding: 1rem 3.375rem 1rem 0;
}
@media (max-width: 767px) {
  .c-dropmenu__title a {
    background-size: 2.25rem auto;
    padding-right: 3.125rem;
  }
}
@media (min-width: 768px) {
  .c-dropmenu__title a:hover {
    color: #005AA0;
  }
}
.c-dropmenu__headline {
  position: relative;
  font-weight: bold;
  color: #005AA0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-dropmenu__headline {
    font-size: 1rem;
  }
}
.c-dropmenu__headline + * {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .c-dropmenu__headline + * {
    margin-top: 0.5rem;
  }
}
* + .c-dropmenu__headline {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  * + .c-dropmenu__headline {
    margin-top: 1rem;
  }
}
.c-dropmenu__headline.-simple {
  color: #222;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-dropmenu__headline.-simple + * {
    margin-top: 1rem;
  }
}
.c-dropmenu__headline.-simple a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-dropmenu__headline.-simple a:hover {
    color: #005AA0;
  }
}
.c-dropmenu__img {
  position: relative;
  aspect-ratio: 380/180;
}
.c-dropmenu__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-dropmenu__img + * {
  margin-top: 0.75rem;
}
.c-dropmenu__link {
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link {
    font-size: 0.875rem;
  }
}
.c-dropmenu__link a {
  display: block;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: left 0.375rem;
  background-image: url(../img/ico_arr_right_pri.svg);
  padding-left: 1.125rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link a {
    background-position: left 0.25rem;
    background-size: 0.375rem auto;
    padding-left: 1rem;
  }
}
.c-dropmenu__link a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-dropmenu__link a:hover {
    color: #005AA0;
  }
}
.c-dropmenu__link-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  margin: -0.5rem 0 0 -1.5rem;
  padding-top: 1px;
}
@media (max-width: 767px) {
  .c-dropmenu__link-list {
    margin: -0.5rem 0 0 -1rem;
  }
}
.c-dropmenu__link-list li {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  margin: 0.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link-list li {
    flex-basis: calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
    margin: 0.5rem 0 0 1rem;
  }
}
.c-dropmenu__link-list li a {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-dropmenu__link-list li a {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }
}
.c-dropmenu__link-list li a::after {
  display: none;
}
.c-dropmenu__trigger-btn {
  padding: 0.5rem 0 0 1.25rem;
}
.c-dropmenu__trigger-btn::before {
  content: "";
  display: block;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  width: 0.5125rem;
  height: 0.5125rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: rotate(135deg) translateY(-50%);
  margin-top: -0.25rem;
}

.c-dropmenu:hover ~ .c-mask, .c-dropmenu:hover ~ .js-mask.is-active,
.c-dropmenu.is-active ~ .c-mask,
.c-dropmenu.is-active ~ .js-mask.is-active {
  opacity: 1;
  visibility: inherit;
}

@media (min-width: 768px) {
  .c-dropmenu {
    pointer-events: none;
  }
  .c-dropmenu.is-active {
    pointer-events: auto;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (max-width: 767px) {
  .c-mask, .js-mask.is-active {
    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;
  }
}

.magamenu-service-height-specification-inner {
  width: 100vw;
  max-width: 100%;
}

.c-column-list__item:hover .c-column-list__link-img img {
  transform: scale(1.1);
}
.c-column-list-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-column-list-wrap {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.c-column-list__img {
  flex-shrink: 0;
  flex-grow: 0;
}
.c-column-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-column-list__list > * {
  flex-basis: calc(33.3333% - 1.3333333333rem);
  max-width: calc(33.3333% - 1.3333333333rem);
}
.c-column-list__link-img {
  overflow: hidden;
}
.c-column-list__link-img img {
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-column-list__link-img + * {
  margin-top: 1rem;
}
.c-column-list__link a {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 1.25rem;
  color: #fff;
}
.c-column-list__link a::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: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

body.is-has-menu .overlay,
.overlay.is-active {
  display: block !important;
  opacity: 1 !important;
  visibility: inherit;
  pointer-events: auto;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(34, 24, 20, 0.5);
  z-index: 1000;
}

.l-header .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(34, 22, 21, 0.9);
  z-index: 2;
}

.overlay,
.l-nav__megamenu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s;
}

.overlay {
  transition: all 0.4s;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-has-menu .overlay,
.overlay.is-active {
  display: block !important;
  opacity: 1 !important;
  visibility: inherit;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .l-header__btn-list li.-download a, .l-header__btn-list li.-contact a, .l-header__btn-list li.-catalog a {
    background: #fff;
    color: #27A7EA;
    max-width: 300px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5rem;
    font-weight: bold;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
  }
  .l-header__btn-list li.-download a::after, .l-header__btn-list li.-contact a::after, .l-header__btn-list li.-catalog a::after {
    border-right: 2px solid #27A7EA;
    border-bottom: 1px solid #27A7EA;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 2.25rem;
    width: 1.5rem;
    height: 6px;
    transform: skew(45deg);
    transition: 0.3s;
  }
  .l-header__btn-list li.-download a:hover::after, .l-header__btn-list li.-contact a:hover::after, .l-header__btn-list li.-catalog a:hover::after {
    right: 1.25rem;
    width: 2.5rem;
  }
  .l-header__btn-list li.-download a::before, .l-header__btn-list li.-contact a::before, .l-header__btn-list li.-catalog a::before {
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ico_contact_wht.svg);
    background-size: 100%;
  }
  .l-header__btn-list li.-download.-download a::before, .l-header__btn-list li.-contact.-download a::before, .l-header__btn-list li.-catalog.-download a::before {
    background-image: url(../img/ico_download_pri.svg);
  }
  .l-header__btn-list li.-download.-contact a::before, .l-header__btn-list li.-contact.-contact a::before, .l-header__btn-list li.-catalog.-contact a::before {
    background-image: url(../img/ico_contact_pri.svg);
  }
  .l-header__btn-list li.-download.-catalog a::before, .l-header__btn-list li.-contact.-catalog a::before, .l-header__btn-list li.-catalog.-catalog a::before {
    background-image: url(../img/ico_catalog_pri.svg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__btn-list + * {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__contact-tel[class] {
    padding-right: 1rem;
    text-align: center;
  }
  .l-header__contact-tel[class] a {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.06rem;
    position: relative;
    padding-left: 1.85rem;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu {
    display: none;
    position: fixed;
    inset: 100px auto auto 0;
    width: 100%;
    background-color: #fff;
    padding-top: 80px;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    bottom: 0;
    right: 0;
    z-index: 100;
    overscroll-behavior-y: none;
    /* 適用される */
  }
  .l-header__trigger-menu-sitemap-list li {
    margin-left: 0;
  }
  .l-header__trigger-menu-list > li > p:hover {
    color: #005AA0;
  }
  .l-header__trigger-menu-list li.is-active a[href^="javascript:void(0)"] {
    border-bottom: none;
  }
  .l-header__trigger-menu-list li.is-active a[href^="javascript:void(0)"]::after {
    content: "";
    background-image: url(/assets/img/ico_minus.svg);
  }
  .l-header__trigger-menu-list li.is-active > ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    padding-left: 0;
  }
  .l-header__trigger-menu-list li a[href^="javascript:void(0)"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-list li a[href^="javascript:void(0)"] {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-list li a[href^="javascript:void(0)"]::after {
    content: "";
    display: block;
    background-image: url(/assets/img/ico_plus.svg);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-in-out;
  }
  .l-header__trigger-menu-list li a[href^="javascript:void(0)"] + ul {
    margin-top: 7px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-list li a[href^="javascript:void(0)"] + ul {
    margin-top: 0px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-list > li {
    text-align: left;
    position: relative;
  }
  .l-header__trigger-menu-list > li + * {
    padding-top: 16px;
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-list > li + * {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-list > li a, .l-header__trigger-menu-list > li p, .l-header__trigger-menu-list > li div {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-list > li a, .l-header__trigger-menu-list > li p, .l-header__trigger-menu-list > li div {
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-list > li > ul {
    display: none;
  }
  .l-header__trigger-menu-list > li > ul:not([class]) > li {
    list-style-type: none;
  }
  .l-header__trigger-menu-list > li > ul > li {
    margin-left: 0;
  }
  .l-header__trigger-menu-list > li > ul > li::before {
    display: none;
  }
  .l-header__trigger-menu-list > li > ul > li + * {
    margin-top: 16px;
  }
  .l-header__trigger-menu-list > li > ul > li a {
    padding-bottom: 0;
    font-weight: normal;
    border-bottom: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-list > li > ul > li a {
    padding-top: 12px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-list + * {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu.is-active {
    display: block;
  }
  .l-header__trigger-menu-site {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-site {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-site .l-container {
    padding-inline: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .l-header__trigger-menu-site-inner {
    display: flex;
    justify-content: space-between;
    gap: 146px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-site-inner {
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-logo img {
    width: 100%;
  }
  .l-header__trigger-menu-logo + * {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-logo a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-logo-address {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-contact-tel {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .l-header__trigger-menu-contact-tel::before {
    content: "";
    display: block;
    background-image: url(/assets/img/ico_phone.svg);
    width: 24px;
    height: 24px;
  }
  .l-header__trigger-menu-address {
    font-size: 0.875rem;
  }
  .l-header__trigger-menu-address + * {
    margin-top: 3rem;
  }
  .l-header__trigger-menu-btn {
    min-width: 254px;
  }
  .l-header__trigger-menu-btn + * {
    margin-top: 1rem;
  }
  .l-header__trigger-menu-btn[class] a {
    color: #fff;
  }
  .l-header__trigger-menu-btn a {
    line-height: 21px;
    width: 100%;
    padding: 16px 0;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-weight: bold;
    background-color: #005AA0;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: 1px solid #005AA0;
  }
  .l-header__trigger-menu-btn a:hover {
    color: #005AA0;
  }
  .l-header__trigger-menu-btn a:hover::before {
    background-image: url(/assets/img/ico_mail_pri.svg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-btn a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-btn a::before {
    transition: all 0.2s ease-in-out;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-image: url(/assets/img/ico_mail.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-header__trigger-menu-btn a[href*="tel:"] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .l-header__trigger-menu-btn a[href*="tel:"]::before {
    background-image: url(/assets/img/ico_phone.svg);
  }
  .l-header__trigger-menu-btn a[href*="tel:"]:hover::before {
    background-image: url(/assets/img/ico_phone_pri.svg);
  }
  .l-header__trigger-menu-btn-wrapper + * {
    margin-top: 3rem;
  }
  .l-header__trigger-menu-sns a {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-header__trigger-menu-sns a {
    justify-content: center;
    font-size: 18px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-sns a::after {
    content: "";
    background-image: url(/assets/img/ico_insta.svg);
    width: 32px;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .l-header__trigger-menu-sitemap {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .l-header__trigger-menu-sitemap-list {
    display: flex;
    gap: 40px;
    line-height: 1.5;
  }
  .l-header__trigger-menu-sitemap-list.-sec > li:last-child > ul {
    margin-top: 0;
  }
  .l-header__trigger-menu-sitemap-list.-sec > li:last-child > ul > li + * {
    margin-top: 1.5rem;
  }
  .l-header__trigger-menu-sitemap-list.-sec > li:last-child > ul > li > a {
    font-weight: bold;
    padding-bottom: 1rem;
  }
  .l-header__trigger-menu-sitemap-list a {
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
  }
  .l-header__trigger-menu-sitemap-list a:hover {
    color: #005AA0;
  }
  .l-header__trigger-menu-sitemap-list > li {
    width: 240px;
  }
  .l-header__trigger-menu-sitemap-list > li > a {
    font-weight: bold;
    padding-bottom: 1rem;
  }
  .l-header__trigger-menu-sitemap-list > li > ul {
    margin-top: 1.5rem;
  }
  .l-header__trigger-menu-sitemap-list > li > ul:not([class]) li {
    margin-left: 0;
  }
  .l-header__trigger-menu-sitemap-list > li > ul:not([class]) li::before {
    display: none;
  }
  .l-header__trigger-menu-sitemap-list > li > ul > li {
    list-style-type: none;
    box-sizing: border-box;
  }
  .l-header__trigger-menu-sitemap-list > li > ul > li + * {
    margin-top: 1rem;
  }
  .l-header__trigger-menu-sitemap-list > li > ul > li > a {
    box-sizing: border-box;
    list-style-type: none;
  }
  .l-header__trigger-menu-sitemap-list > li > ul > li > [class] a:hover {
    text-decoration: none;
    color: #1F9FB5;
  }
  .l-header__trigger-menu-sitemap-list.-sm li {
    font-size: 0.875rem;
  }
  .l-header__trigger-menu-sitemap-list + * {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .-nolink:has(a[href^="javascript:void(0)"])::after {
    content: none;
  }
}
.l-header.is-active .-scroll-none {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .l-header.is-active .-scroll-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header.is-active .-scroll {
    display: block;
  }
}

.l-footer[class] a {
  text-decoration: none;
}
.l-footer__cv {
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .l-footer__cv {
    padding-bottom: 7.5rem;
  }
}
.l-footer__cv-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 546px;
}
@media (max-width: 767px) {
  .l-footer__cv-bg {
    height: 346px;
  }
}
.l-footer__cv-bg::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.l-footer__cv-bg::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 90, 160, 0) 0%, rgba(0, 90, 160, 0.4) 100%);
  z-index: 100;
}
.l-footer__cv-bg img {
  width: 100%;
  height: 100%;
  min-width: 1600px;
  display: block;
  opacity: 0.6;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer__site {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .l-footer__site {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 768px) {
  .l-footer__site-inner {
    justify-content: space-between;
    display: flex;
  }
}
.l-footer__logo + * {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-footer__logo + * {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .l-footer__logo a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-footer__logo-address > * {
    max-width: 348px;
  }
}
.l-footer__address {
  font-size: 0.875rem;
}
.l-footer__tel {
  display: flex;
  gap: 1rem;
}
.l-footer__tel > * {
  font-size: 0.875rem;
}
.l-footer__tel + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer__tel + * {
    margin-top: 14px;
  }
}
.l-footer__time {
  font-size: 0.875rem;
}
.l-footer__time span {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #222;
  padding: 0 0.25rem;
  margin-right: 0.625rem;
  min-width: 4.375rem;
}
@media (max-width: 767px) {
  .l-footer__time span {
    font-size: 0.75rem;
  }
}
.l-footer__time + * {
  margin-top: 0.5rem;
}
.l-footer__day {
  font-size: 0.875rem;
}
.l-footer__day span {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #222;
  padding: 0 0.25rem;
  margin-right: 0.625rem;
  min-width: 4.375rem;
}
@media (max-width: 767px) {
  .l-footer__day span {
    font-size: 0.75rem;
  }
}
.l-footer__day + * {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-footer__day + * {
    margin-top: 24px;
  }
}
.l-footer__sns {
  background: linear-gradient(289deg, #DD564D 0.54%, #99319D 99.46%);
  max-width: 348px;
  padding: 0.5rem;
  padding-top: 1rem;
}
.l-footer__sns-subtitle {
  font-size: 0.625rem;
  text-align: center;
  color: #fff;
}
.l-footer__sns-title {
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
.l-footer__sns-title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-footer__sns-title + * {
    margin-top: 10px;
  }
}
.l-footer__sns-btn-wrap {
  display: flex;
  gap: 0.25rem;
}
.l-footer__sns-btn {
  transition: all 0.2s ease-in-out;
}
.l-footer__sns-btn:hover {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.l-footer__sns-btn a {
  display: block;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
  min-width: 164px;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__sns-btn a {
    min-width: 161px;
  }
}
.l-footer__sns-btn a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_instagram.svg);
  background-size: 100%;
}
.l-footer__sns-btn a:hover {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  background: linear-gradient(289deg, #DD564D 0.54%, #99319D 99.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-footer__sns-btn a:hover::before {
  background-image: url(../img/ico_instagram_trans.svg);
}
.l-footer__site {
  background-color: #F7F7F7;
}
.l-footer__sitemap {
  display: flex;
  gap: 2rem;
}
.l-footer__sitemap-list {
  min-width: 11.25rem;
}
.l-footer__sitemap-list li a {
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.l-footer__sitemap-list li a:hover {
  color: #005AA0;
}
.l-footer__sitemap-list li + li {
  margin-top: 1rem;
}
.l-footer__sitemap-submenu {
  margin-top: 1rem;
}
.l-footer__sitemap-submenu li {
  padding-left: 0.625rem;
}
.l-footer__sitemap-submenu li a {
  padding-left: 0.35rem;
  font-weight: normal;
  font-size: 0.875rem;
  position: relative;
}
.l-footer__sitemap-submenu li a::after {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: 1px;
  background-color: #222;
  position: absolute;
}
.l-footer__sitemap-submenu li a:hover::after {
  background-color: #005AA0;
}
.l-footer__info {
  background-color: #222;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .l-footer__info-inner {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-footer__link + * {
    margin-top: 1rem;
  }
}
.l-footer__link-list {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__link-list {
    justify-content: center;
  }
}
.l-footer__link-list li a {
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__link-list li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .l-footer__link-list li a {
    font-size: 0.75rem;
  }
}
.l-footer__link-list li + li {
  margin-left: 1.5rem;
}
.l-footer__copyright {
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
  }
}

body[data-page-type=form] .l-footer__site {
  display: none;
}
body[data-page-type=form] .l-footer__link, body[data-page-type=form] .l-footer__sitemap, body[data-page-type=form] .l-footer__cv {
  display: none;
}
body[data-page-type=form] .l-footer__info-inner, body[data-page-type=form] .l-footer__site-inner {
  justify-content: center;
}
body[data-page-type=form] .l-footer__address, body[data-page-type=form] .l-footer__logo {
  text-align: center;
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.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[data-page-slug=home] .l-main + * {
  margin-top: 0;
}

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

/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .c-pagetop__btn, .c-sidebar__bnr-item > *, .l-header__logo > *, .l-header__btn-list li a, .l-footer__logo > * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-hover:hover, .c-pagetop__btn:hover, .c-sidebar__bnr-item > :hover, .l-header__logo > :hover, .l-header__btn-list li a:hover, .l-footer__logo > :hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}

.c-shadow, .p-business-area {
  box-shadow: 0px 0px 32px 0px rgba(0, 90, 160, 0.15);
}

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

.c-no-img, .c-dropmenu__img {
  position: relative;
}
.c-no-img::before, .c-dropmenu__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, .c-dropmenu__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%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.24;
}
.c-no-img.p-case-list__img::before, .p-case-list__img.c-dropmenu__img::before {
  background-color: #fff;
}

.c-all-link, .p-home-howto__item {
  position: relative;
}
.c-all-link a::after, .p-home-howto__item a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
@media (max-width: 767px) {
  .c-mask, .js-mask.is-active {
    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 > * {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #4B4B4B;
  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 #4B4B4B;
}

.c-tag01__list {
  flex-wrap: wrap;
  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 {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.c-pager__item[class] > * {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 1px solid #4B4B4B;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  padding-top: 0.375rem;
  text-decoration: none;
}
.c-pager__item[class] > *:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-pager__item[class] > *:hover {
    border-color: #005AA0;
    background-color: #005AA0;
    color: #fff;
  }
}
.c-pager__item[class] span {
  border-color: #005AA0;
  background-color: #005AA0;
  color: #fff;
}
.c-pager__item[class].-skip span {
  background: none;
  border: none;
  color: inherit;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
  background-size: 0.375em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-pager__item[class].-prev > * {
  background-image: url(../img/ico_arr_left_pri.svg);
}
.c-pager__item[class].-prev > *:hover {
  background-image: url(../img/ico_arr_left_wht.svg);
}
.c-pager__item[class].-next > * {
  background-image: url(../img/ico_arr_right_pri.svg);
}
.c-pager__item[class].-next > *:hover {
  background-image: url(../img/ico_arr_right_wht.svg);
}
.c-pager__item + .c-pager__item {
  margin-left: 0.5rem;
}

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

.c-headline-en {
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #1F9FB5;
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-headline-en {
    letter-spacing: 0.035rem;
  }
}
.c-headline-en + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-headline-en + * {
    margin-top: 10px;
  }
}
.c-headline-en::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1px;
  background-color: #005AA0;
}
.c-headline-main {
  font-size: 4.5rem;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.12rem;
  color: #005AA0;
}
@media (max-width: 767px) {
  .c-headline-main {
    font-size: 2rem;
  }
}
.c-headline-main + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .c-headline-main + * {
    margin-top: 30px;
  }
}
.c-headline-main + * + .c-headline-desc {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .c-headline-main + * + .c-headline-desc {
    margin-top: 30px;
  }
}
.c-headline-desc {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
.c-headline-desc + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-headline-desc + * {
    margin-top: 10px;
  }
}
.c-headline-text {
  line-height: 2;
}
.c-headline-text + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-headline-text + * {
    margin-top: 35px;
  }
}

.c-headline-number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-headline-number.-center {
  display: block;
  text-align: center;
}
.c-headline-number__sub {
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-headline-number__sub {
    font-size: 0.75rem;
  }
}
.c-headline-number__sub.-md {
  font-size: 1rem;
}
.c-headline-number__main {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .c-headline-number__main {
    font-size: 2rem;
    text-align: center;
  }
}
.c-headline-number.-sm .c-headline-number__sub {
  font-size: 0.75rem;
}
.c-headline-number.-sm .c-headline-number__main {
  font-size: 2rem;
  text-align: center;
}

.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: 0.75rem;
}
.toc_list[class] {
  padding-left: 1.5rem;
}
.toc_list[class] > li {
  list-style-type: disc;
}
.toc_list[class] li a {
  color: #222;
}
.toc_list[class] li ul {
  margin-top: 0.5rem;
}
.toc_list[class] li + li {
  margin-top: 0.5rem;
}

/* =====================================
 * ボタン基準
 * ================================== */
.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-btn[class] {
    max-width: 344px;
  }
}
.c-btn[class] + .c-btn[class] {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-btn[class] + .c-btn[class] {
    margin-top: 10px;
  }
}
.c-btn[class].-lg {
  max-width: 100%;
}
.c-btn[class] > a {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #005AA0;
  line-height: 1.5;
  color: #005AA0;
  text-align: center;
  font-weight: bold;
  padding: calc(1.75rem - 1px) 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 5rem;
}
@media (max-width: 767px) {
  .c-btn[class] > a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class] > 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: 1rem;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 0;
  right: 0;
  margin-top: -0.2rem;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .c-btn[class] > a:after {
    margin-right: 1.125rem;
  }
}
@media (min-width: 768px) {
  .c-btn[class] > a:hover {
    transition: all 0.2s ease-in-out;
    background-color: #005AA0;
    color: #fff;
  }
  .c-btn[class] > a:hover::after {
    background-image: url(../img/ico_arr_right_wht.svg);
  }
}
.c-btn[class].-submit {
  position: relative;
}
.c-btn[class].-submit: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: 1rem;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 0;
  right: 0;
  margin-top: -0.2rem;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .c-btn[class].-submit:after {
    margin-right: 1.125rem;
  }
}
@media (min-width: 768px) {
  .c-btn[class].-submit:hover > * {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .c-btn[class].-submit:hover {
    transition: all 0.2s ease-in-out;
    background-color: #005AA0;
    color: #fff;
  }
  .c-btn[class].-submit: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%;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #005AA0;
  line-height: 1.5;
  color: #005AA0;
  text-align: center;
  font-weight: bold;
  padding: calc(1.75rem - 1px) 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 5rem;
}
@media (max-width: 767px) {
  .c-btn[class].-submit > * input[type=submit] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .c-btn[class].-submit > * input[type=submit]:hover {
    color: #fff;
  }
}
.c-btn[class].-wht > * {
  background-color: #fff;
  color: #222;
  border: 1px solid transparent;
}
.c-btn[class].-wht > *::after {
  background-image: url(../img/ico_arr_right_wht.svg);
}
.c-btn[class].-wht > *:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.c-btn[class].-wht > *:hover::after {
  background-image: url(../img/ico_arr_right_pri.svg);
}
.c-btn[class].-wht a[target*=_blank]:after {
  width: 1.125rem;
  background-image: url("../img/ico_blank.svg");
}
.c-btn[class].-wht a[target*=_blank]:hover::after {
  background-image: url(../img/ico_blank_btn_wht.svg);
}
.c-btn[class].-contact {
  max-width: 254px;
}
.c-btn[class].-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background: #005AA0;
  padding: 1rem 0.65rem;
}
.c-btn[class].-contact a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 0.875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_contact_wht.svg);
  background-size: 100%;
}
.c-btn[class].-contact a::after {
  content: none;
}
@media (min-width: 768px) {
  .c-btn[class].-contact a:hover {
    background-color: #fff;
    color: #005AA0;
  }
  .c-btn[class].-contact a:hover::before {
    background-image: url(../img/ico_contact.svg);
  }
}
.c-btn[class].-request {
  max-width: 400px;
}
.c-btn[class].-request a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  font-weight: bold;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background: #222;
}
.c-btn[class].-request a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_request_wht.svg);
  background-size: 100%;
}
.c-btn[class].-request a::after {
  background-image: url(../img/ico_arr_right_wht.svg);
}
@media (min-width: 768px) {
  .c-btn[class].-request a:hover {
    background-color: #4B4B4B;
  }
}
@media (min-width: 768px) {
  .c-btn[class].-left {
    margin-left: 0;
  }
}

.c-btn-text a {
  color: #005AA0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.625em;
}
.c-btn-text a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 100%;
  background-position: center 0.375em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/ico_arr_right_pri.svg");
  margin-left: 0.25em;
}
.c-btn-text a[target*=_blank]:before {
  width: 0.75em;
  background-position: center 0.625em;
  background-image: url("../img/ico_blank.svg");
  margin-left: 0;
}
.c-btn-text a[href*=".pdf"]:before,
.c-btn-text a[download]:before {
  width: 0.875em;
  background-image: url("../img/ico_pdf.svg");
  margin-left: 0;
}

.c-arr-btn.c-arr-box-btn > * {
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.c-arr-box-btn > *:hover {
  color: #005AA0;
}
.c-arr-btn.c-arr-box-btn > *:hover::after {
  background-color: #005AA0;
}
.c-arr-btn.c-arr-box-btn > *::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.c-arr-btn.c-arr-box-btn.-left > * {
  display: inline-block;
  padding-right: 3rem;
}
.c-arr-btn.c-arr-box-btn.-left.-lg > * {
  padding-right: 4rem;
}
.c-arr-btn.c-arr-box-btn.-right.-deg {
  padding-right: 0;
  color: #005AA0;
}
.c-arr-btn.c-arr-box-btn.-right.-deg > * {
  padding-right: 3rem;
  line-height: 1.85;
}
.c-arr-btn.c-arr-box-btn.-right.-link > * {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .c-arr-btn.c-arr-box-btn.-right.-link > * {
    letter-spacing: -0.01em;
  }
}
.c-arr-btn.c-arr-box-btn.-right.-link > *::after {
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  margin-left: 1rem;
  position: absolute;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.c-arr-box-btn.-right.-link > *:hover {
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.c-arr-box-btn.-right.-link > *:hover::after {
  background-image: url(../img/ico_blank_blue.svg);
}

.c-arr-btn {
  color: #005AA0;
}
.c-arr-btn > * {
  text-decoration: none !important;
  font-weight: bold;
  padding-bottom: 0.1rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.c-arr-btn.-right {
  text-align: right;
  padding-right: 3rem;
}
.c-arr-btn.-left {
  display: inline-block;
  padding-right: 3rem;
}
.c-arr-btn.-left.-lg {
  padding-right: 4rem;
}

.c-arr-box-btn > * {
  position: relative;
}
.c-arr-box-btn > *::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #005AA0;
  background-position: center 45%;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box.svg);
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.c-arr-box-btn.-deg > *::after {
  background-image: url(../img/ico_arr_box_down.svg);
  background-position: 55% center;
}
.c-arr-box-btn.-lg > * {
  line-height: 3;
}
.c-arr-box-btn.-lg > *::after {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .c-arr-box-btn.-lg > * {
    line-height: 1.5;
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: flex-end;
  }
}
.c-arr-box-btn.-lg.-right {
  padding-right: 0;
}
.c-arr-box-btn.-lg.-right > * {
  padding-right: 4rem;
  padding-bottom: 0;
}

.c-arr-box {
  position: relative;
}
.c-arr-box::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #005AA0;
  background-position: center 45%;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box.svg);
  position: absolute;
}
.c-arr-box.-deg::after {
  background-image: url(../img/ico_arr_box_down.svg);
  background-position: 55% center;
}
.c-arr-box.-lg::after {
  width: 3rem;
  height: 3rem;
}
.c-arr-box.-lg > * {
  line-height: 2.85;
}
.c-arr-box.-lg.-right {
  padding-right: 4rem;
}

/* ここから下がボタンのCSS　*/
.btn-surround {
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
}

.btn-surround:before,
.btn-surround:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #005AA0;
  top: 0;
  pointer-events: none;
  z-index: 100;
}

.btn-surround:before {
  left: 0;
  width: 0;
  height: 1px;
}

.btn-surround:after {
  right: 0;
  width: 1px;
  height: 0;
}

@media (min-width: 768px) {
  .btn-surround:hover:before {
    width: 100%;
    transition: width 0.1s 0.1s;
  }
  .btn-surround:hover:after {
    height: 100%;
    transition: height 0.1s 0.2s;
  }
  .btn-surround:hover > *:before {
    width: 100%;
    transition: width 0.1s 0.3s;
  }
  .btn-surround:hover > *:after {
    height: 100%;
    transition: height 0.1s 0.4s;
  }
}
.btn-surround > *:before,
.btn-surround > *:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #005AA0;
  bottom: 0;
  pointer-events: none;
  z-index: 100;
}

.btn-surround > *:before {
  right: 0;
  width: 0;
  height: 1px;
}

.btn-surround > *:after {
  left: 0;
  width: 1px;
  height: 0;
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
  display: flex;
  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 {
  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 {
  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] {
  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] {
    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 {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .c-flex[class] .c-flex__item {
    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: #1F9FB5;
  padding: 3rem;
}
@media (min-width: 768px) {
  .c-imgflex-wrap {
    display: flex;
    gap: 0 4.1875rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex-wrap {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .c-imgflex {
    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 {
  flex-direction: row-reverse;
}
.c-imgflex.-itemcenter {
  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 {
    justify-content: space-between;
  }
}
.c-imgflex.-wrap {
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .c-imgflex.-wrap > * {
    flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.c-imgflex.-center {
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-imgflex.-center > * {
    flex-shrink: 0;
    flex-grow: 0;
    text-align: left;
  }
}
.c-imgflex.-harf {
  gap: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-harf > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.c-imgflex.-border *.-left {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .c-imgflex.-border *.-left + * {
    padding-left: 4rem;
    border-left: 1px solid #4B4B4B;
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .c-imgflex.-border *.-left + * {
    padding-top: 1rem;
    border-top: 1px solid #4B4B4B;
    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 > * {
    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 {
  flex-shrink: 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 #4B4B4B;
  }
}
@media (max-width: 767px) {
  .c-imgflex__img.-border-left {
    border-top: 1px solid #4B4B4B;
    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%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  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;
  flex-shrink: 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 > * {
    flex-shrink: 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: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__img.-bg-color .c-arr-btn.c-arr-box.-full:hover::after {
  background-color: #005AA0;
}
.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;
  transition: all 0.2s ease-in-out;
}
.c-imgflex__text.-recruit > *:hover > * {
  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: #1F9FB5;
  padding: 2.5rem;
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.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 (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 #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
* + .c-table {
  margin-top: 3rem;
}
.c-table.-company th {
  max-width: 168px;
  background-color: #fff;
  font-weight: normal;
  vertical-align: middle;
}
.c-table.-company th,
.c-table.-company td {
  padding: 1.5rem;
  font-size: 0.875rem;
}
.c-table th,
.c-table td {
  background-clip: padding-box;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
.c-table th a[target=_blank],
.c-table td a[target=_blank] {
  position: relative;
}
.c-table th a[target=_blank]::after,
.c-table td a[target=_blank]::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/ico_blank_blk.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
}
.c-table th {
  width: 240px;
  font-weight: bold;
  background: #D9D9D9;
}
.c-table td {
  background-color: #fff;
}
.c-table th,
.c-table td {
  padding: 0.875rem 1.5rem;
}
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}
@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);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
    padding: 4rem 1.25rem 0.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 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 {
    animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
  }
}

@keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
  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: #005AA0;
  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: 1rem;
}
.c-breadcrumb + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .c-breadcrumb + * {
    margin-top: 5rem;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    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: #005AA0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-breadcrumb__list li a:not([class]):hover {
    text-decoration: underline;
  }
}
.c-breadcrumb__list li + li {
  position: relative;
  padding-left: 1.75rem;
}
.c-breadcrumb__list li + li:before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0.85rem;
  display: inline-block;
  width: 1px;
  height: 1rem;
  background-color: #c9c9c9;
  transform: rotate(45deg);
}

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

/* =====================================
 * ページタイトル
 * ================================== */
.c-pagetitle {
  overflow-x: hidden;
  padding-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-pagetitle {
    padding-top: 3rem;
  }
}
.c-pagetitle:has(.c-pagetitle__bg) {
  background-color: rgba(51, 51, 51, 0.6);
  padding-bottom: 3rem;
}
.c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
.c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__subtitle {
  color: #fff;
}
.c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title::before,
.c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__subtitle::before {
  background-color: #fff;
}
.c-pagetitle__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-pagetitle__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pagetitle__subtitle, .c-pagetitle__title {
  line-height: 1.5;
}
.c-pagetitle__subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  color: #1F9FB5;
  position: relative;
  padding-left: 3.5rem;
}
.c-pagetitle__subtitle::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 1px;
  background-color: #1F9FB5;
  background-size: 100%;
  position: absolute;
  margin-top: 0.65rem;
}
.c-pagetitle__title {
  font-weight: bold;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #005AA0;
}
.c-pagetitle__title + .swiper[class] {
  margin-top: 2rem;
}
.c-pagetitle__desc {
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .c-pagetitle .swiper.p-home-slider {
    left: auto;
    transform: inherit;
    min-width: calc(1090px + 2rem);
    width: calc(100vw + 270px);
    position: relative;
    z-index: 0;
  }
}
.c-pagetitle .swiper.p-home-slider .swiper-slide {
  aspect-ratio: 400/260;
}
@media (min-width: 768px) {
  .c-pagetitle .swiper.p-home-slider .swiper-slide {
    max-width: 400px;
    max-height: 260px;
  }
}

body[data-page-type=form] .c-pagetitle__subtitle, body[data-page-type=form] .c-pagetitle__title {
  text-align: center;
}

body[data-page-slug=sitemap] .c-infinit-swiper-wrap,
body[data-page-slug=privacy] .c-infinit-swiper-wrap {
  display: none;
}

/* =====================================
 * 下層ページ　テキスト周り
 * ================================== */
.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;
}

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

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

.wp-block-image {
  flex-wrap: wrap;
  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: #005AA0;
  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 #4B4B4B;
  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: 6rem;
  }
}
* + .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: 2rem;
}
@media (max-width: 767px) {
  * + .c-section.-xsm {
    margin-top: 1rem;
  }
}
* + .c-section.-md {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-section.-md {
    margin-top: 3rem;
  }
}

/* ================================== */
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]) {
  border-bottom: 2px solid #D9D9D9;
  font-size: 1.75rem;
  padding-bottom: 1.5rem;
  position: relative;
}
h2[class*=has-text-align]::before,
h2[class*=font-size]::before,
h2:not([class])::before {
  content: "";
  display: block;
  bottom: -3px;
  left: 0;
  width: 5rem;
  height: 0.25rem;
  background-color: #005AA0;
  position: absolute;
}
h2[class*=has-text-align] + *,
h2[class*=font-size] + *,
h2:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  h2[class*=has-text-align] + *,
  h2[class*=font-size] + *,
  h2:not([class]) + * {
    margin-top: 2rem;
  }
}

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

/* ================================== */
h3[class*=has-text-align],
h3[class*=font-size],
h3:not([class]) {
  font-size: 1.5rem;
  font-weight: bold;
  color: #005AA0;
}
@media (max-width: 767px) {
  h3[class*=has-text-align],
  h3[class*=font-size],
  h3:not([class]) {
    font-size: 1.85rem;
  }
}
h3[class*=has-text-align] + *,
h3[class*=font-size] + *,
h3:not([class]) + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  h3[class*=has-text-align] + *,
  h3[class*=font-size] + *,
  h3:not([class]) + * {
    margin-top: 10px;
  }
}

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

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

* + 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.125rem;
}

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

body[data-page-slug=home] .l-main {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  body[data-page-slug=home] .l-main {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  body[data-page-slug=home] .l-main {
    margin-top: -4.75rem;
  }
}

.c-mv-sns {
  background: linear-gradient(289deg, #DD564D 0.54%, #99319D 99.46%);
  padding: 1rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .c-mv-sns {
    position: absolute;
    bottom: 5rem;
    right: 0;
  }
}
@media (min-width: 768px) {
  .c-mv-sns {
    max-width: 217px;
  }
}
@media (max-width: 767px) {
  .c-mv-sns {
    max-width: 243px;
    padding-bottom: 0;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: -1.25rem;
  }
}
@media (min-width: 768px) {
  .c-mv-sns-wrap {
    position: relative;
    max-width: calc(1600px + 2rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-mv-sns__subtitle {
  font-size: 0.625rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .c-mv-sns__subtitle + * {
    margin-top: 0;
  }
}
.c-mv-sns__title {
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .c-mv-sns__title {
    font-size: 1rem;
  }
}
.c-mv-sns__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-mv-sns__title + * {
    margin-top: 0.65rem;
  }
}
.c-mv-sns__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .c-mv-sns__btn-wrap {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.c-mv-sns__btn {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-mv-sns__btn:hover {
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
.c-mv-sns__btn a {
  display: block;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
  min-width: 164px;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-mv-sns__btn a {
    min-width: 120px;
    padding: 0.65rem;
  }
}
.c-mv-sns__btn a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_instagram.svg);
  background-size: 100%;
}
@media (min-width: 768px) {
  .c-mv-sns__btn a:hover {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    background: linear-gradient(289deg, #DD564D 0.54%, #99319D 99.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-mv-sns__btn a:hover::before {
    background-image: url(../img/ico_instagram_trans.svg);
  }
}

.c-mv-bg-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(5, 32, 42, 0.9) 0%, rgba(5, 32, 42, 0) 32%);
  overflow: hidden;
}

.c-mv-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mv-bg img {
  height: 100%;
  -o-object-position: 15% 50%;
     object-position: 15% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .c-mv-bg img {
    width: 2155px;
  }
}
@media screen and (min-width: 2155px) {
  .c-mv-bg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-mv-bg img {
    -o-object-position: 47% 50%;
       object-position: 47% 50%;
  }
}

.c-precut-bg-inner {
  position: relative;
  overflow: hidden;
}

.c-precut-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-precut-bg img {
  height: 100%;
  -o-object-position: 16% 50%;
     object-position: 16% 50%;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .c-precut-bg img {
    width: 2155px;
  }
}
@media screen and (min-width: 2155px) {
  .c-precut-bg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-precut-bg img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}

.c-recruit-bg-inner {
  position: relative;
  overflow: hidden;
}

.c-recruit-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(51, 51, 51, 0) 41.5%, rgba(51, 51, 51, 0.8) 100%);
}
.c-recruit-bg img {
  height: 100%;
  -o-object-position: 16% 50%;
     object-position: 16% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .c-recruit-bg img {
    width: 1738px;
  }
}
@media screen and (min-width: 1738px) {
  .c-recruit-bg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-recruit-bg img {
    -o-object-position: 62% 50%;
       object-position: 62% 50%;
  }
}
.c-recruit-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(78, 117, 80, 0.2) 0%, rgba(78, 117, 80, 0.8) 100%);
  z-index: 100;
}

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

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

.c-cta-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 669px;
  width: 100vw;
}
@media (max-width: 767px) {
  .c-cta-bg {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1264px) {
  .c-cta-bg {
    width: 100%;
  }
}
.c-cta-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: repeat;
}

.c-cta {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: rgba(48, 48, 48, 0.7);
}
@media (min-width: 768px) {
  .c-cta__text {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .c-cta__text + * {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .c-cta__list {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .c-cta__list > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.c-cta__desc {
  color: #fff;
}
.c-cta__en {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #005AA0;
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-cta__en {
    letter-spacing: 0.035rem;
  }
}
.c-cta__en + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-cta__en + * {
    margin-top: 10px;
  }
}
.c-cta__en::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1px;
  background-color: #005AA0;
}
.c-cta__headline {
  font-size: 2rem;
  color: #fff;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.12rem;
}
.c-cta__headline + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-cta__headline + * {
    margin-top: 35px;
  }
}
.c-cta__tel a {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  line-height: 1.5;
}
.c-cta__tel a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_tel_wht.svg);
  background-size: 100%;
}
.c-cta__tel-time {
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  padding-left: 1rem;
}
.c-cta__tel-time span {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
}
.c-cta__tel-time span::before {
  content: "";
  display: block;
  top: 2px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #D9D9D9;
  background-size: 100%;
  position: absolute;
}
.c-cta__btn .c-btn.-request + * {
  margin-top: 1rem;
}
.c-cta__btn .c-btn.-contact + .c-btn {
  margin-top: 1rem;
}

/* スライドの動き等速 */
.swiper-wrapper {
  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-home-case {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-case {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home-case::after {
  content: "";
  display: block;
  background-color: #F7F7F7;
  width: calc(50% + 50rem);
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  border-top-left-radius: 7.5rem;
}

.swiper.c-case-slider {
  padding-bottom: 7rem;
  /* スライダー左の余白 */
  width: 100%;
  overflow: visible;
}
.swiper.c-case-slider + .c-btn {
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .swiper.c-case-slider + .c-btn {
    margin-top: 4rem;
  }
}
.swiper.c-case-slider .c-case-slider-pagination {
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 7.5rem;
}
.swiper.c-case-slider .c-case-slider-pagination > * {
  letter-spacing: 0.04em;
}
.swiper.c-case-slider .swiper-button-prev.c-case-slider-button-prev {
  top: auto;
  bottom: -0.7rem;
  right: auto;
  left: 0;
  border: 1px solid #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  transition: all 0.2s ease-in-out;
}
.swiper.c-case-slider .swiper-button-prev.c-case-slider-button-prev::after {
  content: "";
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../img/ico_arr_left_slider.svg);
  margin-right: 0.1rem;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiper.c-case-slider .swiper-button-prev.c-case-slider-button-prev::after {
    width: 0.5rem;
    height: 0.85rem;
  }
}
.swiper.c-case-slider .swiper-button-prev.c-case-slider-button-prev:hover {
  background-color: #005AA0;
  border: 1px solid #005AA0;
}
.swiper.c-case-slider .swiper-button-prev.c-case-slider-button-prev:hover::after {
  background-image: url(../img/ico_arr_left_slider_wht.svg);
}
.swiper.c-case-slider .swiper-button-next.c-case-slider-button-next {
  top: auto;
  bottom: -0.7rem;
  right: auto;
  left: calc(3rem + 4px);
  border: 1px solid #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  transition: all 0.2s ease-in-out;
}
.swiper.c-case-slider .swiper-button-next.c-case-slider-button-next::after {
  content: "";
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../img/ico_arr_right_slider.svg);
  margin-left: 0.1rem;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .swiper.c-case-slider .swiper-button-next.c-case-slider-button-next::after {
    width: 0.5rem;
    height: 0.85rem;
  }
}
.swiper.c-case-slider .swiper-button-next.c-case-slider-button-next:hover {
  background-color: #005AA0;
  border: 1px solid #005AA0;
}
.swiper.c-case-slider .swiper-button-next.c-case-slider-button-next:hover::after {
  background-image: url(../img/ico_arr_right_slider_wht.svg);
}
@media (min-width: 768px) {
  .swiper.c-case-slider .c-case-slider-slide {
    min-width: 372px;
  }
}
.swiper.c-case-slider .c-case-slider-slide img {
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .swiper.c-case-slider .c-case-slider-slide img {
    min-width: 372px;
  }
}
@media (max-width: 767px) {
  .swiper.c-case-slider .c-case-slider-slide img {
    width: 100%;
  }
}
.swiper.c-case-slider .c-case-slider-slide img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .swiper.c-case-slider .c-case-slider-slide img + * {
    margin-top: 10px;
  }
}
.swiper.c-case-slider .c-case-slider-title {
  font-weight: bold;
}
.swiper.c-case-slider .swiper-pagination-bullet-active {
  background: #005AA0;
}

.p-case-list__medal {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005AA0;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  z-index: 100;
}
.p-case-list__item {
  position: relative;
}
.p-case-list__item a {
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.p-case-list__item a::after {
  content: "";
  display: block;
  bottom: 1.28rem;
  right: 0;
  width: 1rem;
  height: 0.75rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url("../img/ico_arr_right_pri.svg");
}
.p-case-list__item a::before {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #005AA0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .p-case-list__item a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-case-list__item a:hover .p-case-list__img img {
    transform: scale(1.1);
  }
}
.p-case-list__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-case-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-case-list__title + * {
    margin-top: 10px;
  }
}
.p-case-list__desc {
  font-weight: normal;
}
.p-case-list__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-case-list__desc + * {
    margin-top: 14px;
  }
}
.p-case-list__img {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
}
.p-case-list__img img {
  transition: all 0.5s ease-in-out;
  border-radius: 0.5rem;
}
.p-case-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-case-list__img + * {
    margin-top: 14px;
  }
}
.p-case-list__btn {
  font-size: 0.875rem;
}

@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);
  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 0 0 1em;
}

.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;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

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%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@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;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
.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: 3rem;
}
.p-form__req {
  align-items: center;
  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: #1F9FB5;
  color: #fff;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 0 1rem;
  margin-left: 1.5rem;
}
.p-form__item + .p-form__item {
  margin-top: 2rem;
}
.p-form__item-headline {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-form__item-headline + * {
  margin-top: 0.5rem;
}
.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-list li[data-error-name=氏名（フリガナ）] + li[data-error-name=氏名（フリガナ）] {
  display: none !important;
}
.p-form__error-list li[data-error-name=電話番号] + li[data-error-name=電話番号] {
  display: none !important;
}
.p-form__error-list li[data-error-name=FAX番号] + li[data-error-name=FAX番号] {
  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: #B70000;
  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: #B70000;
  font-size: 1.125rem;
}
.p-form__note {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.p-form .is-error[class] {
  border: 1px solid #B70000;
  background-color: #ffe5e5;
}
.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: #B70000;
  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 #4B4B4B;
  padding: 1rem 1rem;
}
.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 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: #005AA0;
}
.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: #B70000;
}

.p-form-top-text {
  text-align: center;
}

* + .p-form__btn {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .p-form__btn {
    margin-top: 3rem;
  }
}

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

body[data-page-slug=contact_thanks] .l-main {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=contact_thanks] .l-main {
    margin-top: 3rem;
  }
}

.p-form-thanks__inner {
  background-color: #F7F7F7;
  padding: 5rem;
}
@media (max-width: 767px) {
  .p-form-thanks__inner {
    padding: 3rem 1.5rem;
  }
}
.p-form-thanks__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-form-thanks__title {
    font-size: 1.5rem;
  }
}
.p-form-thanks__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-form-thanks__title + * {
    margin-top: 24px;
  }
}
.p-form-thanks__desc {
  text-align: center;
}
.p-form-thanks__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-form-thanks__desc + * {
    margin-top: 24px;
  }
}

.p-sitemap {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-sitemap {
    padding-bottom: 5rem;
  }
}
.p-sitemap .-nolink > a {
  pointer-events: none;
  text-decoration: none;
  font-weight: bold;
}
.p-sitemap ul {
  list-style: none;
}
.p-sitemap ul li + li {
  margin-top: 0rem;
}
.p-sitemap__list[class] > li + li {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] > li + li {
    margin-top: 3rem;
  }
}
.p-sitemap__list[class] > li > a {
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid #005AA0;
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.p-sitemap__list[class] > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] > li > a::after {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem auto;
    margin-top: -0.25rem;
  }
}
.p-sitemap__list[class] > li > a:hover {
  color: #005AA0;
}
.p-sitemap__list[class] ul {
  padding: 0;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] ul {
    gap: 1.5rem;
  }
}
.p-sitemap__list[class] ul li {
  list-style-type: none;
}

.p-home-section {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-home-section {
    margin-top: 6rem;
  }
}
.p-home-section + .p-home-section {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-home-section + .p-home-section {
    margin-top: 6rem;
  }
}
.p-home-section__header + * {
  margin-top: 2rem;
}
.p-home-section__body + * {
  margin-top: 4rem;
}

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

@media (min-width: 768px) {
  .p-home-mv {
    padding-top: 24.3125rem;
    padding-bottom: 16.8125rem;
  }
}
@media (max-width: 767px) {
  .p-home-mv {
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .p-home-mv__inner {
    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;
  }
}
@media screen and (min-width: 1471px) {
  .p-home-mv__text {
    margin-left: -8.125rem;
  }
}
.p-home-mv__text-img {
  display: flex;
}
@media (max-width: 767px) {
  .p-home-mv__text-img {
    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: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .p-home-mv__lead {
    margin-top: 1rem;
    font-size: 0.9375rem;
    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.375rem;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .p-home-mv__title {
    font-size: 1.5rem;
  }
}
.p-home-mv__title + * {
  margin-top: 3rem;
}
.p-home-mv__title span {
  font-size: 3.125rem;
}
@media (max-width: 767px) {
  .p-home-mv__title span {
    font-size: 1.625rem;
    letter-spacing: 0.05em;
  }
}
.p-home-mv__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-home-mv__btn {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-home-mv__btn > * + * {
    margin-top: 1.125rem;
  }
}
.p-home-mv__btn .c-btn[class] {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  max-width: 320px;
  text-align: center;
}
.p-home-mv__btn .c-btn[class] > * {
  max-width: 320px;
}
.p-home-mv__btn .c-btn[class] + .c-btn[class] {
  margin-top: 0;
}
.p-home-mv__btn .c-btn[class] > *:has(span) + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-home-mv__btn .c-btn[class] > *:has(span) + * {
    margin-top: 10px;
  }
}
.p-home-mv__btn .c-btn[class] span {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
.p-home-mv__btn .c-btn[class] span::after {
  content: "";
  display: block;
  top: 0.65rem;
  right: -1rem;
  width: 0.875rem;
  height: 2px;
  background-color: #fff;
  transform: rotate(-65deg);
  position: absolute;
  border-radius: 2px;
}
.p-home-mv__btn .c-btn[class] span::before {
  content: "";
  display: block;
  top: 0.65rem;
  left: -1rem;
  width: 0.875rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  background-size: 100%;
  transform: rotate(65deg);
  position: absolute;
}

@media (min-width: 768px) {
  .p-home-search__inner,
  .p-home-product__inner,
  .p-home-case__inner {
    display: flex;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .p-home-search__inner > *,
  .p-home-product__inner > *,
  .p-home-case__inner > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.p-home-service__header + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-home-service__header + * {
    margin-top: 49px;
  }
}

@media (max-width: 767px) {
  .p-home-search__header + *,
  .p-home-product__header + *,
  .p-home-case__header + * {
    margin-top: 1.5rem;
  }
}

.p-home-news__body,
.p-home-blog__body {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-home-news__body,
  .p-home-blog__body {
    margin-top: 35px;
  }
}

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

/* =====================================
 * 無限スライダー
 * ================================== */
.c-infinit-swiper.swiper {
  z-index: 0;
}
.c-infinit-swiper-wrap {
  position: relative;
}
.c-infinit-swiper__slide {
  max-width: 518px;
}
@media (max-width: 767px) {
  .c-infinit-swiper__slide {
    max-width: 240px;
  }
}
.c-infinit-swiper__wrapper {
  transition-timing-function: linear;
}

.c-infinit-swiper__wrapper {
  justify-content: space-between;
}

.c-infinit-swiper-wrap {
  margin-top: 0;
}

.c-infinit-swiper-wrap-item {
  overflow: hidden;
}

.swiper.c-infinit-swiper {
  display: flex;
  width: 12436px;
}
@media (max-width: 767px) {
  .swiper.c-infinit-swiper {
    width: 5770px;
  }
}

body:not(.is-loaded) .c-infinit-swiper.-right .c-infinit-swiper__wrapper {
  animation: loop-slide 40s infinite linear 1s both;
}

body:not(.is-loaded) .c-infinit-swiper.-left .c-infinit-swiper__wrapper {
  animation: loop-slide02 40s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide02 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
body:not([data-page-slug=home]) .c-pagetitle:has(.swiper) {
  position: relative;
}
body:not([data-page-slug=home]) .c-pagetitle:has(.swiper)::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 10;
}
body:not([data-page-slug=home]) .swiper-slide {
  flex-shrink: inherit;
}
body:not([data-page-slug=home]) .swiper.c-infinit-swiper {
  display: flex;
  width: 6006px;
}
@media (max-width: 767px) {
  body:not([data-page-slug=home]) .swiper.c-infinit-swiper {
    width: 3610px;
  }
}
body:not([data-page-slug=home]) .c-infinit-swiper__slide {
  max-width: 400px;
}
@media (max-width: 767px) {
  body:not([data-page-slug=home]) .c-infinit-swiper__slide {
    max-width: 240px;
  }
}

.p-home-news__inner,
.p-home-blog__inner {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-home-news__inner,
  .p-home-blog__inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-home-news__header,
  .p-home-blog__header {
    flex-shrink: 1;
    flex-grow: 1;
    padding-right: 5rem;
  }
}
@media (max-width: 767px) {
  .p-home-news__header + *,
  .p-home-blog__header + * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-news__body,
  .p-home-blog__body {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 890px;
    max-width: 890px;
  }
}
@media (max-width: 767px) {
  .p-home-news__body + *,
  .p-home-blog__body + * {
    margin-top: 1.5rem;
  }
}
* + .p-home-news__btn[class],
* + .p-home-blog__btn[class] {
  margin-top: 2.5em;
}
@media (max-width: 767px) {
  * + .p-home-news__btn[class],
  * + .p-home-blog__btn[class] {
    margin-top: 1.5rem;
  }
}
.p-home-news__btn[class] a,
.p-home-blog__btn[class] a {
  font-size: 1rem;
  padding: 1rem;
}

.p-news-list,
.p-blog-list {
  border-top: 1px solid #D9D9D9;
}
.p-news-list__item,
.p-blog-list__item {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-right: 3.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.p-news-list__item::after,
.p-blog-list__item::after {
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.75rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url("../img/ico_arr_right_pri.svg");
}
.p-news-list__meta,
.p-blog-list__meta {
  color: #005AA0;
  align-items: center;
  display: flex;
}
.p-news-list__meta > * + *,
.p-blog-list__meta > * + * {
  color: #005AA0;
  margin-left: 0.5rem;
}
.p-news-list__meta + *,
.p-blog-list__meta + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-news-list__meta + *,
  .p-blog-list__meta + * {
    margin-top: 10px;
  }
}
.p-news-list__time,
.p-blog-list__time {
  font-size: 0.875rem;
  font-weight: bold;
  color: #989C9E;
}
@media (min-width: 768px) {
  .p-news-list__time,
  .p-blog-list__time {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .p-news-list__time,
  .p-blog-list__time {
    transform: translateY(0.125rem);
    width: 80px;
  }
}
.p-news-list__img img,
.p-blog-list__img img {
  border-radius: 0.5rem;
}
.p-news-list__cat-list,
.p-blog-list__cat-list {
  flex-wrap: wrap;
  display: flex;
  margin: -0.25rem 0 0 -0.25rem;
}
.p-news-list__cat-list li,
.p-blog-list__cat-list li {
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.p-news-list__cat-list li > *,
.p-blog-list__cat-list li > * {
  background-color: #005AA0;
  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 > *,
  .p-blog-list__cat-list li > * {
    line-height: 1.25;
  }
}
.p-news-list__cat-list li a,
.p-blog-list__cat-list li a {
  transition: all 0.2s ease-in-out;
}
.p-news-list__cat-list li a:hover,
.p-blog-list__cat-list li a:hover {
  background-color: #1F9FB5;
  text-decoration: none;
  color: #005AA0;
}
.p-news-list__title > *,
.p-blog-list__title > * {
  transition: all 0.2s ease-in-out;
}
.p-news-list__title a,
.p-blog-list__title a {
  text-decoration: none;
}
.p-news-list__title a::before,
.p-blog-list__title a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .p-news-list__title a:hover,
  .p-blog-list__title a:hover {
    color: #005AA0;
  }
}

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

.p-blog-list__item-inner {
  display: flex;
  gap: 1rem;
}
.p-blog-list__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .p-blog-list__img {
    text-align: center;
  }
}
@media (min-width: 768px) {
  body[data-page-slug=home] .p-blog-list__img img {
    max-width: 114px;
    height: 100%;
    max-height: 69px;
  }
}

@media (min-width: 768px) {
  .p-blog-list__title.text-overflow > * {
    display: block;
    max-width: 53%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

* + .p-blog-list__desc.text-overflow {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  * + .p-blog-list__desc.text-overflow {
    margin-top: 14px;
  }
}

.p-blog-list__desc.text-overflow > * {
  display: block;
  max-width: 600px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-blog-list__desc.text-overflow > * {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .p-news-list__title.text-overflow > * {
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  body[data-page-slug=home] .p-blog-list__title > * {
    display: block;
    max-width: 393px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  body[data-page-slug=home] .p-news-list__title > * {
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .p-home-newsblog__item {
    flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .p-home-newsblog__item + .p-home-newsblog__item {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .p-home-newsblog__inner {
    display: flex;
    gap: 4rem;
  }
}

.dot-text {
  position: relative;
}

.dot-text::before {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 12px;
  background: radial-gradient(circle 12px, #FE544A 50%, transparent 50%);
  background: -moz-radial-gradient(circle 12px, #FE544A 50%, transparent 50%);
}
@media (max-width: 767px) {
  .dot-text::before {
    top: 5px;
    padding-top: 13px;
    background: radial-gradient(circle 9px, #FE544A 50%, transparent 50%);
    background: -moz-radial-gradient(circle 9px, #FE544A 50%, transparent 50%);
  }
}

.c-cta-headline,
.p-news-headline,
.p-blog-headline {
  position: relative;
}
.c-cta-headline + *,
.p-news-headline + *,
.p-blog-headline + * {
  margin-top: 4rem;
}
.c-cta-headline::before,
.p-news-headline::before,
.p-blog-headline::before {
  content: "";
  display: block;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.25rem;
  background-color: #005AA0;
  position: absolute;
}
.c-cta-headline__main,
.p-news-headline__main,
.p-blog-headline__main {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cta-headline__main,
  .p-news-headline__main,
  .p-blog-headline__main {
    font-size: 2rem;
  }
}
.c-cta-headline__sub,
.p-news-headline__sub,
.p-blog-headline__sub {
  color: #005AA0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
.c-cta-headline__sub + *,
.p-news-headline__sub + *,
.p-blog-headline__sub + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-cta-headline__sub + *,
  .p-news-headline__sub + *,
  .p-blog-headline__sub + * {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .p-search-list__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-search-list__inner > * {
    flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
.p-search-list__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}
.p-search-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-search-list__title + * {
    margin-top: 10px;
  }
}
.p-search-list__desc {
  font-weight: normal;
}
.p-search-list__btn {
  font-size: 0.875rem;
}
.p-search-list__img {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-search-list__img img {
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .p-search-list__img img {
    width: 100%;
  }
}
.p-search-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-search-list__img + * {
    margin-top: 14px;
  }
}
.p-search-list__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-search-list__desc + * {
    margin-top: 14px;
  }
}
.p-search-list__item a {
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.p-search-list__item a::after {
  content: "";
  display: block;
  bottom: 1.28rem;
  right: 0;
  width: 1rem;
  height: 0.75rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url("../img/ico_arr_right_pri.svg");
}
.p-search-list__item a::before {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #005AA0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .p-search-list__item a:hover::before {
    left: 0;
    bottom: -1px;
    right: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-search-list__item + .p-search-list__item {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .p-search-list__item:hover .p-search-list__img img {
    transform: scale(1.1);
  }
}

.p-home-business {
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-home-business {
    padding-bottom: 7.5rem;
  }
}
.p-home-business__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 546px;
}
@media (max-width: 767px) {
  .p-home-business__bg {
    height: 346px;
  }
}
.p-home-business__bg::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.p-home-business__bg::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 90, 160, 0) 0%, rgba(0, 90, 160, 0.4) 100%);
  z-index: 100;
}
.p-home-business__bg img {
  width: 100%;
  height: 100%;
  min-width: 1600px;
  display: block;
  opacity: 0.6;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business-list {
  display: flex;
  gap: 0.5rem;
}
.p-business-list + .p-business-list {
  margin-top: 0.5rem;
}
.p-business-list.-col2 > * {
  flex-basis: calc(50% - 0.25rem);
  max-width: calc(50% - 0.25rem);
}
.p-business-list.-col3 > * {
  flex-basis: calc(33.3333333333% - 0.1666666667rem);
  max-width: calc(33.3333333333% - 0.1666666667rem);
}
.p-business-list__item {
  position: relative;
}
.p-business-list__img::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 60, 106, 0) 0%, rgba(1, 60, 106, 0.64) 100%);
  position: absolute;
}
.p-business-list__title {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-business-list__title {
    font-size: 1rem;
    left: 1rem;
  }
}

.p-business-area {
  background-color: #fff;
  padding: 5.66rem 10rem;
}
@media (max-width: 767px) {
  .p-business-area {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-business-area__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 4.125rem;
  }
}
.p-business-area__img {
  flex-shrink: 0;
  flex-grow: 0;
}
.p-business-area__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-business-area__img img {
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 378px;
  }
}
@media (max-width: 767px) {
  .p-business-area__img + * {
    margin-top: 2rem;
  }
}
.p-business-area__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
}
.p-business-area__title span {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p-business-area__title + * {
    margin-top: 24px;
  }
}
.p-business-area__desc {
  font-size: 1.125rem;
}
.p-business-area__desc + * {
  margin-top: 0.75rem;
}
.p-business-area__note {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: bold;
  color: #005AA0;
}
.p-business-area__note + * {
  margin-top: 2.8125rem;
}
@media (max-width: 767px) {
  .p-business-area__note + * {
    margin-top: 24px;
  }
}
.p-business-area__btn-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-business-area__btn-wrap {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.p-business-area__btn-wrap .c-btn {
  width: 100%;
  margin-right: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .p-business-area__btn-wrap .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-business-area__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-business-area__time {
  font-size: 0.75rem;
}
.p-business-area__tel {
  width: -moz-fit-content;
  width: fit-content;
}
.p-business-area__tel a {
  font-size: 1.75rem;
  color: #005AA0;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  line-height: 1.5;
}
.p-business-area__tel a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_tel.svg);
  background-size: 100%;
}

/* =====================================
 * タイトル＋段落＋画像
 * ================================== */
.c-under-imgflex.-company {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .c-under-imgflex.-company {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .c-under-imgflex.-company {
    padding-bottom: 5rem;
  }
}
.c-under-imgflex.-company .c-under-imgflex__inner {
  gap: 3%;
}
@media (min-width: 768px) {
  .c-under-imgflex.-company .c-under-imgflex__inner {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .c-under-imgflex.-company .c-under-imgflex__inner {
    gap: 1.5rem;
  }
}
.c-under-imgflex.-company .c-under-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media (min-width: 768px) {
  .c-under-imgflex.-company .c-under-imgflex__img {
    width: 48%;
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .c-under-imgflex.-company .c-under-imgflex__img img {
    width: 100%;
  }
}
.c-under-imgflex.-company .c-under-imgflex__img::after {
  content: "";
  display: block;
  top: 8rem;
  left: 12.5rem;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  z-index: -1;
}
.c-under-imgflex__text {
  flex-shrink: 1;
  flex-grow: 1;
}
.c-under-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .c-under-imgflex__img {
    width: 41%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .c-under-imgflex__img img {
    width: 100%;
  }
}
.c-under-imgflex__title {
  font-size: 2rem;
  font-weight: bold;
}
.c-under-imgflex__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__title + * {
    margin-top: 24px;
  }
}
.c-under-imgflex__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
}
@media (max-width: 767px) {
  .c-under-imgflex__inner {
    gap: 1.5rem;
    flex-direction: column;
  }
}

/* =====================================
 * businessページ用 画像＋テキスト
 * ================================== */
.p-business-imgflex {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 8.5rem;
  margin-top: none;
}
@media (max-width: 767px) {
  .p-business-imgflex {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-business-imgflex::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1600px;
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  z-index: -1;
  margin-left: 16%;
}
.p-business-imgflex.-bg-none {
  padding-bottom: 5rem;
}
.p-business-imgflex.-bg-none::after {
  content: none;
}
.p-business-imgflex.-reverse::after {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .p-business-imgflex.-reverse::after {
    margin-right: 16%;
  }
}
.p-business-imgflex__text {
  flex-shrink: 1;
  flex-grow: 1;
  bottom: 5rem;
  right: 0;
  max-width: 600px;
  min-width: 50%;
}
@media (min-width: 768px) {
  .p-business-imgflex__text {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .p-business-imgflex__text {
    margin-top: -2rem;
    padding-left: 2rem;
  }
}
.p-business-imgflex__text-inner {
  position: relative;
  padding: 3.5rem;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-business-imgflex__text-inner {
    display: flex;
    min-height: 372px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 87px;
  }
}
@media (min-width: 768px) {
  .p-business-imgflex__text-inner:not(:has(.c-btn)) {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-business-imgflex__text-inner {
    padding: 2rem;
  }
}
.p-business-imgflex__text-inner::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1600px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-business-imgflex__text-inner .c-btn {
    min-width: 344px;
  }
}
.p-business-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  aspect-ratio: 800/402;
}
@media (min-width: 768px) {
  .p-business-imgflex__img {
    width: 67%;
    max-width: 800px;
  }
}
.p-business-imgflex__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business-imgflex__img::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 60, 106, 0) 0%, rgba(1, 60, 106, 0.64) 100%);
  position: absolute;
}
.p-business-imgflex__img-title {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-business-imgflex__img-title {
    font-size: 1rem;
    left: 1rem;
    bottom: 3rem;
  }
}
.p-business-imgflex__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-business-imgflex__desc + * {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-business-imgflex__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.p-business-imgflex__btn {
  max-width: 344px;
}

@media (min-width: 768px) {
  .p-product-list__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1600px) {
  .p-product-list__inner {
    margin-right: calc((-100vw + 1200px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1601px) {
  .p-product-list__inner {
    min-width: 1400px;
  }
}
@media (min-width: 768px) {
  .p-product-list__inner > * {
    flex-basis: calc(33.3333333333% - 0.4166666667rem);
    max-width: calc(33.3333333333% - 0.4166666667rem);
  }
}
.p-product-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  position: relative;
  padding-bottom: calc(1.5rem + 2px);
}
.p-product-list__title::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 2px;
  background-color: #005AA0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.p-product-list__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-product-list__title + * {
    margin-top: 14px;
  }
}
.p-product-list__subtitle {
  font-weight: bold;
}
.p-product-list__subtitle + * {
  margin-top: 0.5rem;
}
.p-product-list__desc {
  font-weight: normal;
  font-size: 0.875rem;
}
.p-product-list__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-product-list__desc + * {
    margin-top: 14px;
  }
}
.p-product-list__desc + .p-product-list__bg {
  margin-top: 0;
}
.p-product-list__item a {
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 6.25rem 3.125rem;
  transition: all 0.2s ease-in-out;
  color: #005AA0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-product-list__item a {
    padding-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .p-product-list__item a {
    padding-bottom: 10rem;
  }
}
.p-product-list__item a::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
  background-position-y: calc(50% - 0rem);
  background-position-x: calc(50% - 0rem);
  background-color: #005AA0;
  background-repeat: no-repeat;
  background-size: 1rem 0.75rem;
  background-image: url("../img/ico_arr_right_wht.svg");
}
@media (max-width: 767px) {
  .p-product-list__item a {
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
  }
  .p-product-list__item a::after {
    background-image: url("../img/ico_arr_right_pri.svg");
    background-color: #fff;
  }
  .p-product-list__item a .p-product-list__title::after {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .p-product-list__item a:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
  }
  .p-product-list__item a:hover::after {
    background-image: url("../img/ico_arr_right_pri.svg");
    background-color: #fff;
  }
  .p-product-list__item a:hover .p-product-list__title::after {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .p-product-list__item + .p-product-list__item {
    margin-top: 4rem;
  }
}
.p-product-list__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.p-product-list__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-list__bg::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.6) 0%, rgba(51, 51, 51, 0.6) 100%);
}

/* =====================================
 * 下層ページ 2階層
 * ================================== */
body:not([data-page-slug=home]) .p-home-section.p-home-product,
body:not([data-page-slug=home]) .p-home-product__body {
  margin-top: 0;
}
body:not([data-page-slug=home]) .p-home-product__header {
  display: none;
}

/* =====================================
 * 下層ページ 3階層
 * ================================== */
* + .p-product-lumber-grysection {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  * + .p-product-lumber-grysection {
    margin-top: 24px;
  }
}

.p-product-lumber-grysection {
  background-color: #F7F7F7;
  padding: 3.5rem;
  text-align: center;
}
.p-product-lumber-grysection__title {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: bold;
}
.p-product-lumber-grysection__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-product-lumber-grysection__title + * {
    margin-top: 10px;
  }
}
.p-product-lumber-grysection__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-product-lumber-grysection__desc + * {
    margin-top: 24px;
  }
}
.p-product-lumber-grysection__btn.c-btn a:not([class])[target=_blank]::after {
  background-image: url(../img/ico_blank_pri.svg);
}
.p-product-lumber-grysection__btn.c-btn a:not([class])[target=_blank]:hover::after {
  background-image: url(../img/ico_blank_wht.svg);
}

.p-product-lumber-imgflex__text {
  flex-shrink: 1;
  flex-grow: 1;
}
.p-product-lumber-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .p-product-lumber-imgflex__img {
    width: 48%;
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .p-product-lumber-imgflex__img img {
    width: 100%;
  }
}
.p-product-lumber-imgflex__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-product-lumber-imgflex__title + * {
    margin-top: 14px;
  }
}
.p-product-lumber-imgflex__inner {
  display: flex;
  justify-content: center;
  gap: 3%;
}
@media (max-width: 767px) {
  .p-product-lumber-imgflex__inner {
    gap: 1.5rem;
    flex-direction: column;
  }
}

/* =====================================
 * materials ページ
 * ================================== */
* + .p-product-detail__maker-header-desc {
  margin-top: 1rem;
}

.p-product-detail__maker-header .p-product-detail__maker-item {
  justify-content: center;
}
.p-product-detail__maker-header + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-product-detail__maker-header + * {
    margin-top: 3rem;
  }
}
.p-product-detail__maker-header-desc {
  display: flex;
  justify-content: center;
}
.p-product-detail__maker-item {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-product-detail__maker-item {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-product-detail__maker-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-product-detail__maker-title + * {
  margin-top: 0.5rem;
}
.p-product-detail__maker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 6%;
}
.p-product-detail__maker-list > * {
  flex-basis: 47%;
  max-width: 47%;
}
@media (max-width: 767px) {
  .p-product-detail__maker-list > * {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.p-product-detail__maker-img {
  border: 1px solid #D9D9D9;
  max-width: 240px;
}
.p-product-detail__maker-img img {
  aspect-ratio: 240/80;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-detail__header + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-product-detail__header + * {
    margin-top: 3rem;
  }
}
.p-product-detail__body + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-product-detail__body + * {
    margin-top: 3rem;
  }
}
.p-product-detail__footer {
  padding: 3.5rem 2.5rem 3.5rem 5rem;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 767px) {
  .p-product-detail__footer {
    padding: 2.5rem 1.5rem;
  }
}
.p-product-detail__footer::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1600px;
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  z-index: -1;
  margin-left: 16%;
}
.p-product-detail__footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-product-detail__footer-list {
    gap: 2rem 1.5rem;
  }
}
.p-product-detail__footer-list > * {
  flex-basis: calc(25% - 1.875rem);
  max-width: calc(25% - 1.875rem);
}
@media (max-width: 767px) {
  .p-product-detail__footer-list > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.p-product-detail__footer-headline {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}
.p-product-detail__footer-headline + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-product-detail__footer-headline + * {
    margin-top: 24px;
  }
}
.p-product-detail__footer-img {
  max-width: 280px;
  border: 1px solid #D9D9D9;
}
.p-product-detail__footer-img img {
  aspect-ratio: 280/80;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-detail__footer-img + * {
  margin-top: 0.5rem;
}
.p-product-detail__footer-title {
  font-weight: bold;
}
.p-product-detail__footer.next-line {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-product-detail__footer.next-line {
    margin-top: 3rem;
  }
}
.p-product-detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 6%;
}
@media (max-width: 767px) {
  .p-product-detail__list {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .p-product-detail__list > * {
    flex-basis: 47%;
    max-width: 47%;
  }
}
.p-product-detail__title {
  color: #005AA0;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-product-detail__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-product-detail__title + * {
    margin-top: 10px;
  }
}
.p-precut {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-precut {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-precut .l-container {
  max-width: calc(1600px + 2rem);
}
@media (min-width: 768px) {
  .p-precut__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 7.5rem;
  }
}
.p-precut__item {
  padding: 4rem;
}
@media (max-width: 767px) {
  .p-precut__item {
    padding: 2rem;
  }
}
.p-precut__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .p-precut__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-precut__img + * {
    margin-top: 2rem;
  }
}
.p-precut__desc + .c-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-precut__desc + .c-btn {
    margin-top: 24px;
  }
}

* + .c-anchor-link {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-anchor-link {
    margin-top: 3.5rem;
  }
}

.c-anchor-link__inner {
  display: flex;
  gap: 6% 2.5rem;
  counter-reset: number 0;
}
@media (max-width: 767px) {
  .c-anchor-link__inner {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max2 > * {
    flex-basis: 47%;
    max-width: 47%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max3 > * {
    flex-basis: 29.333%;
    max-width: 29.333%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max4 > * {
    flex-basis: 20.5%;
    max-width: 20.5%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max5 > * {
    flex-basis: 28.533%;
    max-width: 28.533%;
  }
}
.c-anchor-link__btn {
  border: 1px solid #D9D9D9;
}
.c-anchor-link__btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  gap: 1rem;
  transition: all 0.2s ease-in-out;
  height: 100%;
  font-size: 1.25rem;
  position: relative;
  padding: 1.5rem 2.5rem;
  padding-left: 7rem;
  padding-right: 3rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-anchor-link__btn a {
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 3rem;
    font-size: 1rem;
  }
}
.c-anchor-link__btn a::before {
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number) "";
  font-size: 3rem;
  display: block;
  color: #1F9FB5;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
}
@media (max-width: 767px) {
  .c-anchor-link__btn a::before {
    font-size: 2rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__btn a:hover {
    background-color: transparent;
  }
}
.c-anchor-link__btn a:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_down_gry.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-anchor-link__btn a:after {
    right: 1.5rem;
  }
}
.c-anchor-link__btn a:not([class])[href^="#"] {
  color: var(--c-blk);
}

/* =====================================
 * タイトル＋段落＋画像
 * ================================== */
* + .p-precut-number__footer-desc {
  margin-top: 1.5rem;
}

.p-precut-number {
  padding: 3.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-precut-number {
    padding: 1.5rem;
  }
}
.p-precut-number__headline {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-precut-number__headline span {
  display: inline-block;
  font-size: 4.5rem;
  color: #1F9FB5;
  line-height: 1;
}
.p-precut-number__header + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-precut-number__header + * {
    margin-top: 2rem;
  }
}
.p-precut-number__body + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-precut-number__body + * {
    margin-top: 2rem;
  }
}
.p-precut-number__body-text {
  flex-shrink: 1;
  flex-grow: 1;
}
.p-precut-number__body-img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .p-precut-number__body-img {
    width: 41%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .p-precut-number__body-img img {
    width: 100%;
  }
}
.p-precut-number__body-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-precut-number__body-title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-precut-number__body-title + * {
    margin-top: 14px;
  }
}
.p-precut-number__body-desc li {
  position: relative;
  padding-left: 1.5rem;
}
.p-precut-number__body-desc li::before {
  content: "";
  display: block;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_check.svg);
  background-size: 100%;
  position: absolute;
}
.p-precut-number__body-desc li + li {
  margin-top: 0.5rem;
}
.p-precut-number__body-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
}
@media (max-width: 767px) {
  .p-precut-number__body-inner {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.p-precut-number__footer-headline {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-precut-number__footer-headline + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-precut-number__footer-headline + * {
    margin-top: 14px;
  }
}
.p-precut-number__footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-precut-number__footer-list {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .p-precut-number__footer-list > * {
    flex-basis: calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 767px) {
  .p-precut-number__footer-list > * {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.p-precut-number__footer-img {
  aspect-ratio: 1/1;
  max-width: 3.5rem;
}
.p-precut-number__footer-title {
  font-size: 1rem;
  font-weight: bold;
  color: #005AA0;
}
.p-precut-number__footer-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 1px solid #005AA0;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .p-precut-number__footer-item {
    padding: 1rem;
  }
}
.p-precut-number__body-text img {
  margin-top: 2.5rem;
}

.c-under-imgflex__text img {
  margin-top: 2.5rem;
}

.p-recruit {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}
@media (max-width: 767px) {
  .p-recruit {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-recruit__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #fff;
}
@media (max-width: 767px) {
  .p-recruit__title {
    font-size: 2.5rem;
  }
}
.p-recruit__title + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-recruit__title + * {
    margin-top: 30px;
  }
}
.p-recruit__desc {
  color: #fff;
}
.p-recruit__desc + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-recruit__desc + * {
    margin-top: 30px;
  }
}
.p-recruit__headline {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-recruit__headline + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-recruit__headline + * {
    margin-top: 30px;
  }
}
.p-recruit__headline-en {
  font-size: 2.5rem;
  line-height: 150%;
  color: #fff;
}
.p-recruit__headline-main {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
.p-recruit__subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}
@media (min-width: 768px) {
  .p-recruit__subtitle {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.p-recruit__subtitle + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-recruit__subtitle + * {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .p-recruit__inner {
    margin-left: auto;
  }
}
.p-recruit__item {
  padding: 4rem;
}
@media (max-width: 767px) {
  .p-recruit__item {
    padding: 2rem;
  }
}
.p-recruit__img {
  flex-shrink: 0;
  flex-grow: 0;
}

.p-home-howto {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-howto {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-home-howto::after {
  content: "";
  display: block;
  background-color: #F7F7F7;
  width: calc(50% + 43.75rem);
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-top-right-radius: 7.5rem;
}
@media (max-width: 767px) {
  .p-home-howto::after {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-home-howto__text {
    max-width: 380px;
    padding-right: 5rem;
  }
}
.p-home-howto__text * + .c-btn {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-home-howto__text * + .c-btn {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .p-home-howto__text + * {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-home-howto__list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-home-howto__list > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .p-home-howto__btn + * {
    margin-top: 3rem;
  }
}
.p-home-howto__desc + .c-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-home-howto__desc + .c-btn {
    margin-top: 24px;
  }
}

.p-home-howto {
  overflow: hidden;
}
.p-home-howto__item-wrap-wrap:first-child {
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .p-home-howto__item-wrap-wrap:first-child {
    border-bottom: 1px solid #D9D9D9;
  }
}
.p-home-howto__item-wrap-wrap:first-child:hover {
  border-top: 1px solid #F7F7F7;
}
@media (max-width: 767px) {
  .p-home-howto__item-wrap-wrap + .p-home-howto__item-wrap-wrap {
    border-bottom: 1px solid #D9D9D9;
  }
}
.p-home-howto__item {
  transition: all 0.2s ease-in-out;
  padding: 2rem;
}
@media (min-width: 768px) {
  .p-home-howto__item {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (max-width: 767px) {
  .p-home-howto__item {
    width: 100%;
  }
}
.p-home-howto__item a:not([class])::after {
  background-position-y: 50%;
}
.p-home-howto__item-img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .p-home-howto__item-img img {
    max-width: 115px;
  }
}
.p-home-howto__item-inner {
  display: flex;
  gap: 1.25rem;
}
.p-home-howto__item-inner + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-home-howto__item-inner + * {
    margin-top: 14px;
  }
}
.p-home-howto__title {
  line-height: 150%;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-home-howto__title + * {
  margin-top: 1rem;
}
.p-home-howto__desc {
  line-height: 1.5;
}
.p-home-howto__desc a {
  display: block;
  text-decoration: none;
}
.p-home-howto__desc a::after {
  transition: all 0.2s ease-in-out;
  background-position-y: calc(100% - 2rem);
  background-position-x: calc(100% - 2rem);
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url("../img/ico_arr_right_pri.svg");
}
@media (max-width: 767px) {
  .p-home-howto__desc a::after {
    background-position-x: calc(100% - 0.85rem);
  }
}

.p-feature {
  position: relative;
}
@media (min-width: 768px) {
  .p-feature {
    padding-top: 8.6875rem;
  }
}
@media (min-width: 768px) {
  .p-feature__text {
    max-width: 380px;
    background-color: #fff;
    padding-top: 5rem;
    padding-right: 3.375rem;
  }
}
.p-feature__text * + .c-btn {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-feature__text * + .c-btn {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .p-feature__text + * {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-feature__list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-feature__list > .p-feature__text {
    flex-basis: 32%;
    max-width: 32%;
    min-width: 600px;
  }
}
@media (max-width: 767px) {
  .p-feature__btn + * {
    margin-top: 3rem;
  }
}
.p-feature__desc + .c-btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-feature__desc + .c-btn {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .p-feature__img {
    margin-right: calc((-100vw + 1200px + 2rem) / 2);
    min-width: 826px;
    margin-top: -8.6875rem;
    margin-left: -5.5rem;
    position: relative;
    z-index: -1;
  }
}
.p-feature__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-feature__img img {
    min-width: 826px;
    height: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-feature__img + * {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .p-feature-col3 {
    padding-top: 1.5rem;
  }
}
.p-feature-col3__inner {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-feature-col3__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-feature-col3__inner > * {
    flex-basis: calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.p-feature-col3__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}
.p-feature-col3__title + * {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .p-feature-col3__title + * {
    margin-top: 14px;
  }
}
.p-feature-col3__num::after {
  counter-increment: number 1;
  content: "0" counter(number) "";
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1F9FB5;
  line-height: 0.85;
}
.p-feature-col3__num + * {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .p-feature-col3__num + * {
    margin-top: 14px;
  }
}
.p-feature-col3__item {
  border-radius: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-feature-col3__item + .p-feature-col3__item {
    border-left: 1px solid #D9D9D9;
    padding-left: 1.875rem;
  }
}
@media (max-width: 767px) {
  .p-feature-col3__item + .p-feature-col3__item {
    border-top: 1px solid #D9D9D9;
    padding-top: 1.875rem;
  }
}

/* =====================================
 * 下層ページ
 * ================================== */
.c-under-number-flex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .c-under-number-flex {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-under-number-flex-wrap {
  border-bottom: 1px solid #D9D9D9;
  counter-reset: number 0;
}
.c-under-number-flex__text {
  flex-shrink: 1;
  flex-grow: 1;
}
.c-under-number-flex__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .c-under-number-flex__img {
    width: 48%;
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .c-under-number-flex__img img {
    width: 100%;
  }
}
.c-under-number-flex__number::before {
  counter-increment: number 1;
  content: "0" counter(number) "";
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
  color: #1F9FB5;
  line-height: 1.5;
}
.c-under-number-flex__title {
  font-size: 1.75rem;
  font-weight: bold;
}
.c-under-number-flex__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-number-flex__title + * {
    margin-top: 14px;
  }
}
.c-under-number-flex__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .c-under-number-flex__inner {
    gap: 1.5rem;
    flex-direction: column;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  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;
  }
}

.swiper.p-home-slider {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .swiper.p-home-slider {
    left: 50%;
    transform: translateX(-50%);
    min-width: calc(1090px + 2rem);
    width: calc(100vw + 270px);
    position: relative;
    z-index: -1;
  }
}
.swiper.p-home-slider .swiper-slide {
  aspect-ratio: 518/320;
}
@media (min-width: 768px) {
  .swiper.p-home-slider .swiper-slide {
    width: 518px;
    height: 320px;
  }
}

.p-company-headline {
  font-size: 2rem;
  font-weight: bold;
}
.p-company-headline + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-company-headline + * {
    margin-top: 24px;
  }
}

.p-company-bgtext {
  position: relative;
  padding: 5rem;
  margin-top: 0;
  width: 100vw;
  right: 0;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .p-company-bgtext {
    min-width: calc(1200px + 2rem);
  }
}
@media (max-width: 767px) {
  .p-company-bgtext {
    padding: 3.5rem 1.5rem;
    padding-bottom: 12rem;
  }
}
.p-company-bgtext::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 64, 128, 0.6);
  position: absolute;
}
.p-company-bgtext__title {
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-company-bgtext__title {
    font-size: 1.25rem;
    max-width: 320px;
  }
}
.p-company-bgtext__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-company-bgtext__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-company-bgtext__bg img {
    -o-object-position: right;
       object-position: right;
  }
}

.l-container:has(> .p-feature-cta__text) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .l-container:has(> .p-feature-cta__text) + * {
    margin-top: 24px;
  }
}

.p-feature-cta {
  padding: 5rem 6%;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1600px;
  background-color: rgba(51, 51, 51, 0.8);
}
@media (min-width: 768px) {
  .p-feature-cta {
    min-width: calc(1200px + 2rem);
  }
}
.p-feature-cta::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
}
.p-feature-cta__text + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-feature-cta__text + * {
    margin-top: 24px;
  }
}
.p-feature-cta__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-feature-cta__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-feature-cta__title + * {
    margin-top: 24px;
  }
}
.p-feature-cta__desc {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
.p-feature-cta__list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-feature-cta__list {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .p-feature-cta__list {
    flex-direction: column;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.p-feature-cta__list > * {
  color: #fff;
}
.p-feature-cta__list-item {
  padding-right: 11%;
}
@media (max-width: 767px) {
  .p-feature-cta__list-item {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.p-feature-cta__list-item + .p-feature-cta__list-item {
  border-left: 1px solid #fff;
  padding-left: 11%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .p-feature-cta__list-item + .p-feature-cta__list-item {
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #fff;
  }
}
.p-feature-cta__list-subtitle {
  background-color: #1F9FB5;
  text-align: center;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  position: relative;
}
.p-feature-cta__list-subtitle::after {
  content: "";
  display: block;
  bottom: calc(-0.5rem + 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  background-color: #1F9FB5;
}
.p-feature-cta__list-subtitle + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-feature-cta__list-subtitle + * {
    margin-top: 14px;
  }
}
.p-feature-cta__list-time {
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
}
.p-feature-cta__list .c-btn.-contact a {
  border: 1px solid #fff;
  background: transparent;
}
.p-feature-cta__list-tel a {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.5rem;
  line-height: 1.5;
}
.p-feature-cta__list-tel a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_tel_wht.svg);
  background-size: 100%;
}
.p-feature-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-feature-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-feature-cta__bg img {
    -o-object-position: center;
       object-position: center;
  }
}/*# sourceMappingURL=style.css.map */