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

*/
:root {
  --c-error: #B70000;
  --c-mark: #fff9b1;
  --c-error-light: #ffe5e5;
  --c-mask: rgba(0, 0, 0, 0.64);
  --c-wht: #ffffff;
  --c-blk: #483D2D;
  --c-pri: #AF9759;
  --c-pri-light: #95c1e1;
  --c-sec: #9B001B;
  --c-thi: #F2F0EC;
  --c-gry-dark: #737373;
  --c-gry: #D9D9D9;
  --c-gry-light: #F7F7F7;
}

/* =====================================
 * メディアクエリ
 * ================================== */
/* 
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%;
  font-size: clamp(75%, 1.2987012987vw, 100%);
}
@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

html:has(#wpadminbar) {
  margin-top: 0 !important;
}

#wpadminbar[id] {
  opacity: 0.5;
}

#wpadminbar[id]:hover {
  opacity: 1;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.75;
  text-align: left;
  color: var(--c-blk);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Jost", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.08em;
}
body * {
  scroll-margin-top: 148px;
}

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

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

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

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

strong {
  font-weight: bold;
}

iframe {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  iframe {
    height: auto;
    aspect-ratio: 16/9;
  }
}

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: 960px) {
  input[type=submit]:hover,
  button:hover {
    cursor: pointer;
  }
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--c-gry);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--c-gry);
}

::placeholder {
  /* Others */
  color: var(--c-gry);
}

::selection {
  background: var(--c-pri-light);
  color: var(--c-wht);
}

::-moz-selection {
  background: var(--c-pri-light);
  color: var(--c-wht);
}

/* スクロールバーの設定 */
html {
  scrollbar-width: thin;
  scrollbar-width: thin;
  scrollbar-color: var(--c-blk) var(--c-gry);
}

html::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

html::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem var(--c-gry) inset;
  box-shadow: 0 0 0.5rem var(--c-gry) inset;
}

html::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background: var(--c-blk);
}

mark {
  background-color: var(--c-mark) !important;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

sub {
  font-size: 75%;
  vertical-align: sub;
}

/**
 * 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);
  -webkit-backface-visibility: hidden;
  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: 1.5rem;
  height: 4.5rem;
  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;
  font-size: 0 !important;
  width: 100%;
  height: 100%;
}

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  background: url(../img/img_service_slide01_prev.svg) no-repeat center center/contain;
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  background: url(../img/img_service_slide01_next.svg) no-repeat center center/contain;
}

.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: 0;
  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;
  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(-c-blk);
}

.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 0.75rem;
}

.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%;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

@media (min-width: 960px) {
  body:has(.l-header.-change-color) .c-dropmenu {
    top: 100px;
  }
}

@media (min-width: 960px) {
  body:has(.l-header__trigger-btn.js-trigger-btn.is-active)::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-mask);
    position: absolute;
    z-index: 2;
  }
  body:has(.l-header__trigger-btn.js-trigger-btn.is-active) .c-mask {
    opacity: 0;
  }
}
@media (min-width: 960px) {
  body:has(.l-header__trigger-btn.js-trigger-btn.is-active) .l-header > .l-container.-lg::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-mask);
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 960px) {
  body:has(.l-header__trigger-btn.js-trigger-btn.is-active) .l-header > .l-container.-lg .l-header__inner.-main .l-header__menu {
    pointer-events: none;
    z-index: -1;
  }
}

.l-header {
  background-color: var(--c-thi);
  /*固定ヘッダーの時にこちらのクラスを付ける*/
}
.l-header[class] a {
  color: inherit;
  text-decoration: none;
}
.l-header.js-fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .l-header.js-fixed-header {
    height: 80px;
  }
}
.l-header.is-active {
  background-color: var(--c-wht);
  z-index: 100000;
}
@media (min-width: 960px) {
  .l-header:not(.-change-color) .l-header__inner.-main {
    min-height: 148px;
  }
}
@media (min-width: 960px) {
  .l-header:not(.-change-color) .l-header__inner.js-sidemenu.-side .l-header__logo {
    padding-top: 3.5rem;
  }
}
@media (min-width: 960px) {
  .l-header.-change-color .c-mask {
    margin-top: 100px;
  }
  .l-header.-change-color .l-header__btn-list li a {
    min-height: 2.5rem;
  }
  .l-header.-change-color .l-header__trigger {
    position: absolute;
    top: 1rem;
    right: 2.25rem;
    z-index: 999999999999;
  }
  .l-header.-change-color .l-header__inner {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    height: 100px;
  }
  .l-header.-change-color .l-header__logo-title {
    opacity: 0;
    height: 0;
  }
  .l-header.-change-color .l-header__logo img {
    max-height: 34px;
  }
  .l-header.-change-color .l-header__link-contact + * {
    margin-top: 0.75rem;
  }
  .l-header.-change-color .l-header__menu-list li a.is-current::after {
    width: 28px;
    height: 7px;
    top: -0.35rem;
  }
}
.l-header__inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 768px) {
  .l-header__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.l-header__logo {
  position: absolute;
  top: 1.25rem;
  left: 2.5rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    left: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-header__logo {
    display: none;
  }
}
.l-header__logo img {
  width: auto;
  max-height: 40px;
}
@media (min-width: 768px) {
  .l-header__logo img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .l-header__logo img {
    max-height: 32px;
  }
}
.l-header__logo-title {
  font-size: 0.75rem;
}
.l-header__link-contact {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  order: 10;
  padding-top: 0.875rem;
}
.l-header__link-contact + * {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__link-contact + * {
    margin-top: 2rem;
  }
}
@media (min-width: 960px) {
  .l-header__link-contact {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 960px) {
  .l-header__link-contact > * + * {
    margin-left: 1.5rem;
  }
}
.l-header__link, .l-header__btn {
  width: 100%;
}
@media (min-width: 960px) {
  .l-header__link, .l-header__btn {
    width: inherit;
  }
}
.l-header__link {
  order: 20;
  margin-top: 1rem;
}
@media (min-width: 960px) {
  .l-header__link {
    order: 0;
    margin-top: 0;
  }
}
.l-header__link li a[target=_blank] {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.25rem;
}
.l-header__btn {
  order: 10;
  margin-top: 1rem;
}
@media (min-width: 960px) {
  .l-header__btn {
    margin-top: 0;
  }
}
.l-header__menu {
  margin-left: auto;
  display: none;
  background-color: var(--c-wht);
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .l-header__menu {
    margin-top: 96px;
  }
}
@media (min-width: 960px) {
  .l-header__menu {
    display: block;
    background: none;
    position: relative;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-header__menu {
    margin-top: 80px;
  }
}
.l-header__menu.is-active {
  background-color: var(--c-gry-light);
  flex-direction: column;
  display: flex;
}
@media (min-width: 960px) {
  .l-header__menu.is-active {
    display: block;
    background: none;
  }
}
.l-header__gnav {
  display: block;
  order: 1;
}
.l-header__menu-list, .l-header__link-list, .l-header__btn-list {
  line-height: 1.5;
  list-style: none;
}
@media (min-width: 960px) {
  .l-header__menu-list, .l-header__link-list, .l-header__btn-list {
    align-items: center;
    display: flex;
  }
}
.l-header__menu-list {
  display: block;
}
@media (min-width: 960px) {
  .l-header__menu-list {
    margin-left: auto;
    justify-content: flex-end;
    display: flex;
  }
}
@media (min-width: 960px) {
  .l-header__menu-list li + li {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .l-header__menu-list li + li {
    margin-left: 0.75rem;
  }
}
.l-header__menu-list li a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  padding: 0.875rem 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .l-header__menu-list li a {
    display: inline-block;
    text-align: inherit;
    font-size: 0.875rem;
    padding: inherit;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .l-header__menu-list li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-header__menu-list li a.is-current::after {
  content: "";
  display: block;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_menu.svg);
  background-size: 100%;
  background-color: transparent;
  position: absolute;
}
@media (min-width: 960px) {
  .l-header__menu-list li a:hover {
    text-decoration: none;
    color: var(--c-sec);
  }
}
.l-header__link-list {
  justify-content: center;
}
@media (min-width: 960px) {
  .l-header__link-list {
    justify-content: flex-end;
  }
}
.l-header__link-list li + li {
  margin-top: 0.5rem;
}
@media (min-width: 960px) {
  .l-header__link-list li + li {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.l-header__link-list li a {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .l-header__link-list li a {
    font-size: 0.75rem;
  }
  .l-header__link-list li a:hover {
    text-decoration: underline;
  }
}
.l-header__link-list li {
  text-align: center;
}
.l-header__link-list li a {
  display: inline-block;
  padding: 0.5rem;
}
@media (min-width: 960px) {
  .l-header__link-list li a {
    display: inline-block;
    padding: inherit;
  }
}
@media (min-width: 960px) {
  .l-header__link-list li {
    text-align: inherit;
  }
}
.l-header__btn-list {
  display: block;
}
.l-header__btn-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-blk);
  font-size: 1.125rem;
  padding: 1.25rem;
  height: 100%;
  min-width: 183px;
  min-height: 3.5rem;
  transition: all 0.2s ease-in-out;
}
.l-header__btn-list li a:hover {
  text-decoration: none;
  background-color: var(--c-sec);
}
@media (min-width: 960px) {
  .l-header__btn-list li a {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
.l-header__btn-list li.-contact a {
  background-color: var(--c-sec);
}
.l-header__btn-list li + li {
  margin-left: 1rem;
}
.l-header__btn-list[class] li a {
  color: var(--c-wht);
  font-weight: 500;
}
.l-header__contact {
  text-align: center;
  order: 1;
}
@media (min-width: 960px) {
  .l-header__contact {
    text-align: inherit;
  }
}
.l-header__contact-tel {
  line-height: 1.5;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .l-header__contact-tel {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 1.85rem;
  }
}
.l-header__contact-time {
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 960px) {
  .l-header__contact-time {
    font-size: 0.75rem;
  }
}
.l-header__trigger {
  display: table;
  width: 2rem;
  height: 2rem;
}
.l-header__trigger-btn {
  display: table-cell;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.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: var(--c-blk);
  font-size: 0;
  color: transparent;
  width: 1.75rem;
  height: 1px;
}
.l-header__trigger-btn > *::before, .l-header__trigger-btn > *::after {
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  background-color: var(--c-blk);
  width: 100%;
  height: 1px;
  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);
}

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 {
  display: none;
}
body[data-page-type=form] .l-header__inner {
  justify-content: center;
}

/* =====================================
* メインメニュー(TB〜PC)
* ================================== */
.l-header__trigger {
  position: absolute;
  top: 1.85rem;
  right: 2.25rem;
  z-index: 999999999999;
}
@media (min-width: 960px) {
  .l-header__trigger {
    top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__trigger {
    right: 1.25rem;
  }
}

.l-header__inner.-main .l-header__link-contact {
  padding-right: calc(100px - 1rem);
}

/* =====================================
* サイドメニュー(TB〜PC)
* ================================== */
.l-header__inner.js-sidemenu.-side {
  background-color: var(--c-wht);
}
.l-header__inner.js-sidemenu.-side .l-header__link-contact + * {
  margin-top: 3.5rem;
}

.l-header__inner.js-sidemenu.-side {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 960px) {
  .l-header__inner.js-sidemenu.-side.js-sidemenu.-side {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    max-width: min(35vw, 450px);
    height: fit-content;
    z-index: 9999999;
  }
  .l-header__inner.js-sidemenu.-side.js-sidemenu.-side.is-active {
    display: block;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__logo {
  z-index: 9999999;
  margin-top: 0.5rem;
  background-color: var(--c-thi);
}
@media (min-width: 768px) {
  .l-header__inner.js-sidemenu.-side .l-header__logo {
    padding-top: 2.25rem;
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-header__inner.js-sidemenu.-side .l-header__logo {
    display: block;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__logo-title {
  opacity: 0;
  height: 0;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list {
  flex-direction: column;
  padding-bottom: 3rem;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li + li {
  margin-top: 2rem;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > a {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--c-gry);
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > a {
    font-size: 1rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu {
  margin-top: 0.875rem;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu {
    margin-top: 1rem;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu {
    display: none;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu > li + li {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu > li + li {
    margin-top: 0.75rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu:has(.sub-menu__list) > li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu:has(.sub-menu__list) > li + li {
    margin-top: 0.75rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu > li > a {
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  padding-right: 0.85rem;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu > li > a {
    padding-right: 1.25rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu > li > a::before {
  content: "";
  display: block;
  top: 1px;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  background-image: url(../img/ico_dropmenu_arr_down.svg);
  background-size: 100%;
  margin-top: 0.25rem;
  position: absolute;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list.js-menu-list > li > .sub-menu > li > a::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-smlink {
  display: inline-block;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-smlink[class] {
  margin-top: 2.85rem;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-smlink + li.-smlink {
  margin-left: 0.75rem;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-smlink a {
  font-size: 11px;
  padding-bottom: 0;
  border-bottom: none;
  width: fit-content;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list li.-smlink a:hover {
    text-decoration: none;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram,
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter {
  display: inline-block;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram[class],
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter[class] {
  margin-top: 1.5rem;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram + li,
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter + li {
  margin-left: 0.75rem;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram a,
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter a {
  font-size: 0;
  padding-bottom: 0;
  border-bottom: none;
  width: fit-content;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram a::before,
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter a::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_instagram_blk.svg);
  background-size: 100%;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter a::before {
  background-image: url(../img/ico_twitter_blk.svg);
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-nolink > a {
  position: relative;
  padding-right: 1rem;
}
@media screen and (max-width: 959px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu-list li.-nolink > a {
    padding-right: 1.5rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-nolink > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 12px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: var(--c-blk);
  position: absolute;
  margin-top: -5px;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-nolink > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) rotate(90deg);
  color: var(--c-pri);
  line-height: 1;
  width: 12px;
  height: 1px;
  background: var(--c-blk);
  margin-top: -5px;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-nolink.-rotate > a::before {
  content: none;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li a.is-current::after {
  background-image: none;
  left: auto;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list li + li {
  margin-left: 0;
}
.l-header__inner.js-sidemenu.-side .l-header__menu-list,
.l-header__inner.js-sidemenu.-side .l-header__link-list,
.l-header__inner.js-sidemenu.-side .l-header__btn-list {
  display: block;
}
.l-header__inner.js-sidemenu.-side .l-header__link-list {
  display: none;
}
.l-header__inner.js-sidemenu.-side .l-header__menu.is-active {
  background-color: var(--c-thi);
  flex-direction: column;
  display: flex;
  padding: 2.5rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu.is-active {
    padding: 1.5rem;
    height: calc(100svh - 80px);
  }
}
@media (min-width: 768px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu.is-active {
    padding-top: 20px;
    height: calc(100svh - 80px);
  }
}
@media (min-width: 960px) {
  .l-header__inner.js-sidemenu.-side .l-header__menu.is-active {
    padding-top: 116px;
    height: 100svh;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__btn {
  order: 10;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__btn {
    margin-top: 0.5rem;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__link {
  order: 20;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner.js-sidemenu.-side .l-header__link {
    margin-top: 0;
  }
}
.l-header__inner.js-sidemenu.-side .l-header__link-contact {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  order: 1;
  padding-top: 0.875rem;
  background-color: var(--c-wht);
}
@media (max-width: 767px) {
  .l-header__inner.js-sidemenu.-side .l-header__link-contact {
    padding: 1rem 1.5rem;
  }
}

/* =====================================
 * サイドメニューのカテゴリリスト
 * ================================== */
.l-header__menu-list li * + .sub-menu__list {
  margin-top: 0.75rem;
}

.sub-menu__list {
  background-color: var(--c-gry-light);
  padding: 1rem;
  display: flex;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.sub-menu__list li a {
  font-size: 0.75rem;
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .sub-menu__list li a:hover {
    text-decoration: none !important;
  }
}

/* =====================================
 * ドロップメニュー
 * ================================== */
.l-header__menu li[data-dropmenu-trigger*="-"] > a {
  position: relative;
  padding-right: 1.25rem;
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .l-header__menu li[data-dropmenu-trigger*="-"] > a {
    padding-right: 0.85rem;
  }
}
.l-header__menu li[data-dropmenu-trigger*="-"] > a::before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_dropmenu_arr_down.svg);
  background-size: 100%;
  margin-top: 0.25rem;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .l-header__menu li[data-dropmenu-trigger*="-"] > a::before {
    margin-top: 1em;
    opacity: 0.5;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .l-header__menu li[data-dropmenu-trigger*="-"] > a::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.l-header__menu li[data-dropmenu-trigger*="-"] > a:hover::before {
  transform: rotate(180deg);
  background-image: url(../img/ico_dropmenu_arr_down_sec.svg);
}
@media (min-width: 960px) {
  .l-header__menu li[data-dropmenu-trigger*="-"] .sub-menu {
    display: none;
    font-size: 0;
    height: 0;
  }
}

.c-dropmenu {
  background-color: var(--c-wht);
  padding: 3.5rem;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 148px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99999999;
}
.c-dropmenu + .c-dropmenu__list-title {
  margin-top: 2.5rem;
}
.c-dropmenu__list-title {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.c-dropmenu__list-title::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_dropmenu_arr_down.svg);
  background-size: 100%;
  transform: rotate(-90deg);
  margin-top: 0.35rem;
  position: absolute;
}
.c-dropmenu__list-title + * {
  margin-top: 2.5rem;
}
.c-dropmenu:has(.c-dropmenu__list-title) {
  max-height: 80vh;
  overflow: auto;
}
.c-dropmenu:has(.c-dropmenu__list-title) .c-dropmenu__body {
  margin-top: 0;
}
.c-dropmenu:has(.c-dropmenu__list-title) .c-dropmenu__list-title:not(:first-of-type) {
  margin-top: 3.5rem;
}
.c-dropmenu:has(.c-dropmenu__list-title) .c-dropmenu__item-menu li a {
  border-bottom: none;
  background-image: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  padding: 1rem 0;
}
.c-dropmenu:has(.c-dropmenu__list-title) .c-dropmenu__img {
  width: 2.5rem;
}
.c-dropmenu:has(.c-dropmenu__list-title) .c-dropmenu__item-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.c-dropmenu:has(.c-dropmenu__list-title) .c-dropmenu__item-menu li {
  flex-basis: calc(25% - 1.125rem);
  max-width: calc(25% - 1.125rem);
}
.c-dropmenu__item + .c-dropmenu__item {
  margin-top: 2.5rem;
}
.c-dropmenu__headline {
  color: var(--c-blk);
  position: relative;
}
.c-dropmenu__headline + * {
  margin-top: 2.5rem;
}
.c-dropmenu__headline-en {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.c-dropmenu__headline-en a {
  text-decoration: none;
  padding-right: 2.5rem;
  position: relative;
}
.c-dropmenu__headline-en a::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_dropmenu_arr_down.svg);
  background-size: 100%;
  transform: rotate(-90deg);
  margin-top: 0.35rem;
  position: absolute;
}
.c-dropmenu__headline-en a:hover {
  color: var(--c-sec);
}
.c-dropmenu__headline-en a:hover::after {
  background-image: url(../img/ico_dropmenu_arr_down_sec.svg);
}
.c-dropmenu__headline-bg {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 3rem);
  left: calc(50% - 46rem);
  max-width: 923px;
  height: 307px;
  z-index: 0;
}
.c-dropmenu__headline-bg img {
  max-width: 923px;
}
.c-dropmenu__item-inner {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-dropmenu__item-inner {
    gap: 1.5rem;
  }
}
.c-dropmenu__item-img {
  position: relative;
  height: fit-content;
}
.c-dropmenu__item-img::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.c-dropmenu__item-img img {
  max-width: 206px;
  aspect-ratio: 206/146;
}
.c-dropmenu__item-img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--c-wht);
  font-weight: bold;
  z-index: 10;
}
.c-dropmenu__item-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  width: 100%;
}
.c-dropmenu__item-menu li a {
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
  padding-right: 1rem;
  position: relative;
}
.c-dropmenu__item-menu li a::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_dropmenu_arr_down.svg);
  background-size: 100%;
  transform: rotate(-90deg);
  margin-top: 0.25rem;
  position: absolute;
}
.c-dropmenu__item-menu li a:hover {
  color: var(--c-sec);
}
.c-dropmenu__item-menu li a:hover::after {
  background-image: url(../img/ico_dropmenu_arr_down_sec.svg);
}
@media screen and (max-width: 959px) {
  .c-dropmenu {
    display: none !important;
  }
}

.l-footer[class] a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.l-footer .-nolink > a {
  pointer-events: none;
}
.l-footer__site-inner {
  border-top: 1px solid var(--c-gry);
  padding-top: 8rem;
  padding-bottom: 5rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column-reverse;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .l-footer__site-inner {
    padding: 3.5rem 0;
  }
}
.l-footer__logo {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .l-footer__logo + * {
    margin-top: 1.5rem;
  }
}
.l-footer__logo img {
  max-width: 280px;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    max-width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .l-footer__logo a {
    display: block;
    text-align: center;
  }
}
.l-footer__logo-title {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__logo-title {
    opacity: 0;
    height: 0;
  }
}
.l-footer__logo-title + * {
  margin-top: 0.5rem;
}
.l-footer__logo-address {
  background-color: var(--c-thi);
}
@media (min-width: 768px) {
  .l-footer__logo-address {
    padding: 2.5rem 3.5rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .l-footer__logo-address {
    padding: 1.5rem;
  }
}
.l-footer__address {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .l-footer__address {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .l-footer__address {
    flex-direction: column;
    gap: 1rem;
  }
}
.l-footer__address > * {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__address-btn {
    width: 100%;
  }
}
.l-footer__address-btn a:not([class]) {
  width: 183px;
  display: block;
  text-decoration: none;
  background-color: var(--c-blk);
  color: var(--c-wht);
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .l-footer__address-btn a:not([class]) {
    width: 100%;
  }
}
.l-footer__address-btn a:not([class]):hover {
  color: var(--c-wht);
  text-decoration: none;
  background-color: var(--c-sec);
}
.l-footer__address-address > * {
  font-size: 0.875rem;
}
.l-footer__address-tel a {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.l-footer__address-tel span {
  font-size: 0.75rem;
}
.l-footer__address-name {
  font-size: 1rem;
  font-weight: bold;
}
.l-footer__address-name + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer__address-name + * {
    margin-top: 14px;
  }
}
.l-footer__sitemap {
  justify-content: space-between;
  display: flex;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-footer__sitemap {
    display: none;
  }
}
@media (min-width: 960px) {
  .l-footer__sitemap-list {
    flex-basis: calc(25% - 2.625rem);
    max-width: calc(25% - 2.625rem);
  }
}
.l-footer__sitemap-list > li > a {
  border-bottom: 1px solid var(--c-gry);
  display: block;
  width: 100%;
  padding-bottom: 0.75rem;
}
.l-footer__sitemap-list > li > a:hover {
  border-bottom: 1px solid var(--c-sec);
}
.l-footer__sitemap-list > li a[target=_blank] {
  position: relative;
}
.l-footer__sitemap-list > li a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}
.l-footer__sitemap-list > li a {
  font-weight: 500;
  line-height: 150%;
}
.l-footer__sitemap-list > li a:hover {
  color: var(--c-sec);
}
.l-footer__sitemap-list > li a + .sub-menu {
  margin-top: 1rem;
}
.l-footer__sitemap-list > li a + .sub-menu > li + li {
  margin-top: 0.5rem;
}
.l-footer__sitemap-list > li a + .sub-menu > li {
  line-height: 150%;
  font-size: 0.875rem;
}
.l-footer__sitemap-list > li a + .sub-menu a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  .l-footer__sitemap-list > li a + .sub-menu a {
    font-size: 12px;
  }
}
.l-footer__sitemap-list > li a + .sub-menu a + .sub-menu {
  margin-top: 0.5rem;
  margin-left: 0;
}
.l-footer__sitemap-list > li a + .sub-menu a + .sub-menu li {
  line-height: 150%;
}
.l-footer__sitemap-list > li a + .sub-menu a + .sub-menu li a {
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 0.75rem;
  line-height: 150%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  .l-footer__sitemap-list > li a + .sub-menu a + .sub-menu li a {
    font-size: 12px;
  }
}
.l-footer__sitemap-list > li a + .sub-menu a + .sub-menu > li + li {
  margin-top: 0.25rem;
}
.l-footer__sitemap-list > li + li {
  margin-top: 1.25rem;
}
.l-footer__sitemap-list.-sm li {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .l-footer__info {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    background-color: #7E0016;
  }
}
.l-footer__info-inner {
  line-height: 1;
}
@media (min-width: 960px) {
  .l-footer__info-inner {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-footer__link + * {
    margin-top: 1.5rem;
  }
}
.l-footer__link-list {
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-footer__link-list {
    justify-content: center;
  }
}
.l-footer__link-list li a:not([class]) {
  font-size: 0.75rem;
  color: var(--c-wht);
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__link-list li a:not([class]) {
    color: var(--c-blk);
  }
}
@media (min-width: 960px) {
  .l-footer__link-list li a:not([class]):hover {
    text-decoration: underline;
  }
}
.l-footer__copyright {
  font-size: 0.75rem;
  color: var(--c-wht);
  line-height: 150%;
  font-weight: 400;
}
@media (min-width: 960px) {
  .l-footer__copyright {
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #7E0016;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

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

/* =====================================
 * フッターCTA
 * ================================== */
@media (min-width: 768px) {
  .l-footer__cv-list__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .l-footer__cv-list__inner > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.l-footer__cv-list__inner a:not([class]) {
  text-decoration: none;
  display: block;
}
.l-footer__cv-list__inner a {
  text-decoration: none;
}
.l-footer__cv-list__inner a:hover {
  text-decoration: none !important;
}
.l-footer__cv-list__inner a.is-current {
  pointer-events: none;
  opacity: 0.6;
}
.l-footer__cv-list__title {
  position: relative;
  color: var(--c-wht);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}
.l-footer__cv-list__title + * {
  margin-top: 1.5rem;
}
.l-footer__cv-list__desc {
  position: relative;
  color: var(--c-wht);
  line-height: 150%;
}
@media (max-width: 767px) {
  .l-footer__cv-list__desc {
    font-size: 1rem;
  }
}
.l-footer__cv-list__btn {
  width: 100%;
  max-width: 240px;
}
.l-footer__cv-list__btn a {
  display: block;
  line-height: 150%;
  padding: 0.55rem 0.5rem 0.45rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.l-footer__cv-list__btn a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.l-footer__cv-list__text > * {
  text-align: center;
}
.l-footer__cv-list__text + * {
  margin-top: 1.5rem;
}
.l-footer__cv-list__item {
  position: relative;
  z-index: 0;
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-footer__cv-list__item {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .l-footer__cv-list__item {
    padding: 2rem 1.5rem;
    min-height: 226px;
  }
}
.l-footer__cv-list__item::after, .l-footer__cv-list__item::before {
  transition: all 0.2s ease-in-out;
}
.l-footer__cv-list__item:hover .l-footer__cv-list__bg::before {
  opacity: 0.6;
}
.l-footer__cv-list__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.l-footer__cv-list__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 480/360;
}
@media (max-width: 767px) {
  .l-footer__cv-list__bg img {
    object-position: 50% 35%;
  }
}
.l-footer__cv-list__bg::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #483D2D;
  opacity: 0.4;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.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.-xs {
  max-width: calc(800px + 2rem);
}
.l-container.-wide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.l-container.-lg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
  .l-container, .l-container.-lg, .l-container.-sm, .l-container.-xs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-container:not(.-wide) .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

body[data-page-slug=home] .l-main {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  body[data-page-slug=home] .l-main {
    margin-top: 5.5rem;
  }
}
@media (min-width: 960px) {
  body[data-page-slug=home] .l-main {
    margin-top: 9rem;
  }
}

.l-main {
  margin-top: 5rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 2.5rem;
  }
}
.l-main::before {
  content: "";
  display: block;
  top: -137px;
  left: 0;
  width: 100%;
  height: 137px;
  background-color: var(--c-thi);
  position: absolute;
}
.l-main + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-main + * {
    margin-top: 6rem;
  }
}
@media (min-width: 960px) {
  .l-main__inner.-col2 {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 960px) {
  .l-main__inner.-col2 .l-main__content {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-right: 3rem;
  }
}
@media (min-width: 960px) {
  .l-main__sidebar {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-basis: 260px;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .l-main__sidebar {
    margin-top: 4rem;
  }
}

/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

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

*/
:root {
  --c-error: #B70000;
  --c-mark: #fff9b1;
  --c-error-light: #ffe5e5;
  --c-mask: rgba(0, 0, 0, 0.64);
  --c-wht: #ffffff;
  --c-blk: #483D2D;
  --c-pri: #AF9759;
  --c-pri-light: #95c1e1;
  --c-sec: #9B001B;
  --c-thi: #F2F0EC;
  --c-gry-dark: #737373;
  --c-gry: #D9D9D9;
  --c-gry-light: #F7F7F7;
}

/* =====================================
 * メディアクエリ
 * ================================== */
/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .p-company-outline-cta, .c-product__thumbnail-item, .c-under-imgflex__item-sns a, .p-news-list__item:has(a), .p-product-cat-list__item, .c-mail-magazine, .c-pagetop__btn, body[data-page-slug=column][data-page-type=detail] .c-btn[class] a, .c-sidebar__bnr-item > *, .l-header__logo > *, .l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram a,
.l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter a, .l-footer__logo > * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .c-hover:hover, .p-company-outline-cta:hover, .c-product__thumbnail-item:hover, .c-under-imgflex__item-sns a:hover, .p-news-list__item:hover:has(a), .p-product-cat-list__item:hover, .c-mail-magazine:hover, .c-pagetop__btn:hover, body[data-page-slug=column][data-page-type=detail] .c-btn[class] a:hover, .c-sidebar__bnr-item > :hover, .l-header__logo > :hover, .l-header__inner.js-sidemenu.-side .l-header__menu-list li.-instagram a:hover,
  .l-header__inner.js-sidemenu.-side .l-header__menu-list li.-twitter a:hover, .l-footer__logo > :hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}

@media (min-width: 960px) {
  .c-hover-surround::before, .c-under-link__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-sec);
    transition: width 0.1s;
    z-index: 1;
  }
  .c-hover-surround::after, .c-under-link__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: var(--c-sec);
    transition: height 0.1s;
    z-index: 1;
  }
  .c-hover-surround > a:not([class])::before, .c-under-link__item > a:not([class])::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--c-sec);
    transition: width 0.1s;
    z-index: 1;
  }
  .c-hover-surround > a:not([class])::after, .c-under-link__item > a:not([class])::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background: var(--c-sec);
    transition: height 0.1s;
    z-index: 1;
  }
  .c-hover-surround:hover::before, .c-under-link__item:hover::before {
    width: 100%;
    transition-delay: 0.1s;
  }
  .c-hover-surround:hover::after, .c-under-link__item:hover::after {
    height: 100%;
    transition-delay: 0.2s;
  }
  .c-hover-surround:hover > a:not([class])::before, .c-under-link__item:hover > a:not([class])::before {
    width: 100%;
    transition-delay: 0.3s;
  }
  .c-hover-surround:hover > a:not([class])::after, .c-under-link__item:hover > a:not([class])::after {
    height: 100%;
    transition-delay: 0.4s;
  }
  .c-hover-surround::before, .c-under-link__item::before {
    transition-delay: 0.4s;
  }
  .c-hover-surround::after, .c-under-link__item::after {
    transition-delay: 0.3s;
  }
  .c-hover-surround > a:not([class])::before, .c-under-link__item > a:not([class])::before {
    transition-delay: 0.2s;
  }
  .c-hover-surround > a:not([class])::after, .c-under-link__item > a:not([class])::after {
    transition-delay: 0.1s;
  }
}

.c-shadow, .zoom_img, .c-voice__inner, .c-dropmenu {
  box-shadow: 4px 4px 20px 0 rgba(72, 61, 45, 0.1);
}

.c-shadow-gold, .c-step.-link a:hover {
  box-shadow: 0 0 20px 0 rgba(175, 151, 89, 0.2);
}

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

.c-no-img, .p-post-card__img {
  position: relative;
}
.c-no-img::before, .p-post-card__img::before {
  content: "";
  display: block;
  background-color: var(--c-gry-light);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -20;
  pointer-events: none;
}
.c-no-img::after, .p-post-card__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-all-link, .p-post-card__item {
  position: relative;
}
.c-all-link a::before, .p-post-card__item a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

.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 var(--c-gry);
  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: 960px) {
  .c-cat01__list li > *:hover {
    background-color: var(--c-gry-light);
  }
}
.c-cat01__list li:first-child > * {
  border-top: 1px solid var(--c-gry);
}

.c-cat02__list {
  flex-wrap: wrap;
  display: flex;
  margin: -0.5rem 0 0 -0.5rem;
}
.c-cat02__list li {
  margin: 0.5rem 0 0 0.5rem;
}
.c-cat02__list li > * {
  text-align: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--c-gry);
  display: block;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem 0.125rem;
}
@media (min-width: 960px) {
  .c-cat02__list li > *:hover {
    background-color: var(--c-gry-light);
  }
}
@media (max-width: 767px) {
  .c-cat02__list li > * {
    font-size: 0.75rem;
  }
}
.c-cat02__list li a,
.c-cat02__list li a:hover {
  color: inherit;
  text-decoration: none;
}

.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: var(--c-gry-light);
  padding: 0.25rem 0.5rem;
}

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

.c-pager {
  padding-top: 5rem;
  border-top: 1px solid var(--c-gry);
}
@media (max-width: 767px) {
  .c-pager {
    padding-top: 3.5rem;
  }
}
.c-pager__list {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.c-pager__item[class] {
  height: fit-content;
  position: relative;
}
@media (min-width: 960px) {
  .c-pager__item[class].-current:hover {
    background: transparent;
  }
}
.c-pager__item[class].-current > * {
  pointer-events: none;
}
.c-pager__item[class]::after {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 1.25rem;
  background-color: var(--c-gry);
  position: absolute;
}
.c-pager__item[class].-prev::after {
  content: none;
}
@media (min-width: 960px) {
  .c-pager__item[class]:hover {
    border-color: var(--c-pri);
    background-color: var(--c-pri);
    color: var(--c-wht);
  }
}
.c-pager__item[class] > * {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  height: 1.5rem;
  width: 6.25rem;
  text-decoration: none;
}
.c-pager__item[class] > *:hover {
  text-decoration: none;
}
@media (min-width: 960px) {
  .c-pager__item[class] > *:hover {
    color: var(--c-wht);
  }
}
.c-pager__item[class] span {
  color: var(--c-sec);
}
.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: 3.625rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) calc(100% + 0.05rem);
}
.c-pager__item[class].-prev {
  padding-right: 2.5rem;
}
.c-pager__item[class].-prev > * {
  background-position: 100% calc(100% + 0.05rem);
}
@media (min-width: 960px) {
  .c-pager__item[class].-prev:hover {
    background-color: transparent;
  }
}
.c-pager__item[class].-prev > * {
  background-image: url(../img/ico_arr_left_pri.svg);
}
.c-pager__item[class].-prev > *:hover {
  background-position: calc(100% - 0.5rem) calc(100% + 0.05rem);
}
.c-pager__item[class].-next {
  padding-left: 2.5rem;
}
@media (min-width: 960px) {
  .c-pager__item[class].-next:hover {
    background: transparent;
  }
}
.c-pager__item[class].-next > * {
  background-image: url(../img/ico_arr_right_pri.svg);
}
.c-pager__item[class].-next > *:hover {
  background-position: 100% calc(100% + 0.05rem);
}
/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
  line-height: 1.5;
}

.c-headline + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .c-headline + * {
    margin-top: 3.5rem;
  }
}
.c-headline__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  border-bottom: 1px solid var(--c-gry);
  padding-bottom: 2.5rem;
  padding-top: 2.25rem;
}
@media (max-width: 767px) {
  .c-headline__inner {
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
  }
}
.c-headline__inner::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_headline.svg);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .c-headline__inner::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-headline__inner::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 2px;
  background-color: var(--c-sec);
  position: absolute;
}
.c-headline__inner + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline__inner + * {
    margin-top: 24px;
  }
}
@media (min-width: 960px) {
  .c-headline-content__inner {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}
@media (min-width: 960px) {
  .c-headline-content__inner .c-headline__desc {
    margin-top: 0;
  }
}
.c-headline__en {
  font-size: 3.5rem;
  letter-spacing: 0.4em;
}
@media (max-width: 767px) {
  .c-headline__en {
    font-size: 2.5rem;
    text-align: center;
  }
}
.c-headline__ja {
  font-size: 1.125rem;
  letter-spacing: 0.24em;
}
@media (max-width: 767px) {
  .c-headline__ja {
    text-align: center;
  }
}
.c-headline__lead {
  font-size: 2rem;
  letter-spacing: 0.32rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .c-headline__lead {
    font-size: 1.75rem;
  }
}
.c-headline__lead + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline__lead + * {
    margin-top: 24px;
  }
}
.c-headline__desc {
  line-height: 1.75;
}

/* =====================================
 * 下層見出し
 * ================================== */
* + .c-under-headline[class] {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  * + .c-under-headline[class] {
    margin-top: 6.5rem;
  }
}

.c-under-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-under-headline {
    gap: 0.5rem;
    font-size: 1.25rem;
  }
}
.c-under-headline::before {
  content: "";
  display: block;
  background-color: var(--c-gry);
  width: 3.5rem;
  height: 1px;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-under-headline::before {
    width: 2rem;
  }
}
.c-under-headline::after {
  content: "";
  display: block;
  background-color: var(--c-gry);
  width: 3.5rem;
  height: 1px;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-under-headline::after {
    width: 2rem;
  }
}
.c-under-headline + *[class] {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .c-under-headline + *[class] {
    margin-top: 3rem;
  }
}

.c-headline-num span {
  font-size: 1rem;
  color: var(--c-sec);
  font-weight: 500;
  margin-right: 0.85rem;
}
.c-headline-num.-sm {
  font-size: 1rem;
  padding-bottom: 0;
  border-bottom: none;
}
.c-headline-num.-sm span {
  display: inline-block;
}
.c-headline-num.-sm + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline-num.-sm + * {
    margin-top: 1.5rem;
  }
}
.c-headline-num + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline-num + * {
    margin-top: 1.5rem;
  }
}

* + h2.c-headline-num {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  * + h2.c-headline-num {
    margin-top: 6.5rem;
  }
}

h2.c-headline-num {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--c-gry);
  font-weight: 500;
}
h2.c-headline-num span {
  display: block;
  font-size: 1rem;
  color: var(--c-sec);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  h2.c-headline-num {
    font-size: 1.5rem;
  }
}
h2.c-headline-num + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  h2.c-headline-num + * {
    margin-top: 2.5rem;
  }
}

.toc_transparent {
  background-color: var(--c-gry-light);
  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: var(--c-blk);
}
.toc_list[class] li ul {
  margin-top: 0.5rem;
}
.toc_list[class] li + li {
  margin-top: 0.5rem;
}

/* =====================================
 * ボタン (ニュース、ブログ以外のベーシックなもの)
 * ================================== */
p + .c-btn[class] {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  p + .c-btn[class] {
    margin-top: 1.5rem;
  }
}

.c-btn[class] {
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .c-btn[class] {
    width: fit-content;
    min-width: 320px;
  }
}
.c-btn[class].-left {
  margin-left: 0;
}
.c-btn[class] a:not([class]) {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  background: var(--c-blk);
  color: var(--c-wht);
  border: var(--c-gry);
  border: 1px solid var(--c-gry);
}
.c-btn[class] a:not([class]) span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem 3.5rem 1rem 3.5rem;
  min-height: 56px;
  font-weight: 500;
}
.c-btn[class] a:not([class]) span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: -1.5rem;
  width: 3.5rem;
  height: 0.5rem;
  border: none;
  border-right: 2px solid var(--c-pri);
  border-bottom: 1px solid var(--c-pri);
  transform: skew(45deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-btn[class] a:not([class]) span::after {
    right: -1rem;
  }
}
@media (min-width: 768px) {
  .c-btn[class] a:not([class]) span:hover::after {
    right: -2.5rem;
  }
}
@media (min-width: 960px) {
  .c-btn[class]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-sec);
    transition: width 0.1s;
    z-index: 1;
  }
  .c-btn[class]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: var(--c-sec);
    transition: height 0.1s;
    z-index: 1;
  }
  .c-btn[class] > a:not([class])::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--c-sec);
    transition: width 0.1s;
    z-index: 1;
  }
  .c-btn[class] > a:not([class])::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background: var(--c-sec);
    transition: height 0.1s;
    z-index: 1;
  }
  .c-btn[class]:hover::before {
    width: 100%;
    transition-delay: 0.1s;
  }
  .c-btn[class]:hover::after {
    height: 100%;
    transition-delay: 0.2s;
  }
  .c-btn[class]:hover > a:not([class])::before {
    width: 100%;
    transition-delay: 0.3s;
  }
  .c-btn[class]:hover > a:not([class])::after {
    height: 100%;
    transition-delay: 0.4s;
  }
  .c-btn[class]::before {
    transition-delay: 0.4s;
  }
  .c-btn[class]::after {
    transition-delay: 0.3s;
  }
  .c-btn[class] > a:not([class])::before {
    transition-delay: 0.2s;
  }
  .c-btn[class] > a:not([class])::after {
    transition-delay: 0.1s;
  }
}

body[data-page-slug=column][data-page-type=detail] .c-btn[class]::after, body[data-page-slug=column][data-page-type=detail] .c-btn[class]::before {
  content: none;
}
body[data-page-slug=column][data-page-type=detail] .c-btn[class] a {
  background-image: none;
}
body[data-page-slug=column][data-page-type=detail] .c-btn[class] a::after, body[data-page-slug=column][data-page-type=detail] .c-btn[class] a::before {
  content: none;
}
body[data-page-slug=column][data-page-type=detail] .c-btn[class] span::after, body[data-page-slug=column][data-page-type=detail] .c-btn[class] span::before {
  content: none;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a:not([target*=_blank], [href*=".pdf"], [download]) {
  padding-right: 0;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a:not([target*=_blank], [href*=".pdf"], [download]):after {
  content: none;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a:not([target*=_blank], [href*=".pdf"], [download]):hover {
  text-decoration: none;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a:hover::after {
  right: 0;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a[target*=_blank] {
  padding-right: 2rem;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a[target*=_blank]::after {
  background-size: 1em auto;
  background-image: url("../img/ico_blank.svg");
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a[href*=".pdf"],
body[data-page-slug=column][data-page-type=detail] .c-btn-text a[download] {
  padding-right: 2.75rem;
}
body[data-page-slug=column][data-page-type=detail] .c-btn-text a[href*=".pdf"]::after,
body[data-page-slug=column][data-page-type=detail] .c-btn-text a[download]::after {
  background-position: center 0.125em;
  background-image: url("../img/ico_pdf.svg");
  background-size: 1.5em auto;
}

.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
}
.c-btn[class].-lg {
  max-width: 100%;
}
.c-btn[class].-submit[class]::after, .c-btn[class].-submit[class]::before {
  content: none !important;
}
.c-btn[class].-submit > * {
  padding: 0;
}
.c-btn[class].-submit > * input[type=submit] {
  background-color: var(--c-blk);
  color: var(--c-wht);
  font-weight: 500;
  width: 100%;
  padding: 0.85rem 3rem;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .c-btn[class].-submit > * input[type=submit] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class].-submit > * input[type=submit]:hover {
  background-color: var(--c-wht);
  color: var(--c-pri);
  border: 1px solid var(--c-pri);
}

/* =====================================
 * ボタン (HOMEのみ)
 * ================================== */
.c-btn-surround {
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .c-btn-surround {
    width: 400px;
  }
}
.c-btn-surround.-left {
  margin-left: 0;
}
.c-btn-surround a:not([class]) {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  background: var(--c-wht);
  border: var(--c-gry);
  border: 1px solid var(--c-gry);
}
.c-btn-surround a:not([class]) span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem 2.25rem 1rem 2.25rem;
  min-height: 72px;
  font-weight: 500;
}
.c-btn-surround a:not([class]) span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: -1.5rem;
  width: 3.5rem;
  height: 0.5rem;
  border: none;
  border-right: 2px solid var(--c-pri);
  border-bottom: 1px solid var(--c-pri);
  transform: skew(45deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-btn-surround a:not([class]) span::after {
    right: -1rem;
  }
}
@media (min-width: 768px) {
  .c-btn-surround a:not([class]) span:hover::after {
    right: -2.5rem;
  }
}
@media (min-width: 960px) {
  .c-btn-surround::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-sec);
    transition: width 0.1s;
    z-index: 1;
  }
  .c-btn-surround::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: var(--c-sec);
    transition: height 0.1s;
    z-index: 1;
  }
  .c-btn-surround > a:not([class])::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--c-sec);
    transition: width 0.1s;
    z-index: 1;
  }
  .c-btn-surround > a:not([class])::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    background: var(--c-sec);
    transition: height 0.1s;
    z-index: 1;
  }
  .c-btn-surround:hover::before {
    width: 100%;
    transition-delay: 0.1s;
  }
  .c-btn-surround:hover::after {
    height: 100%;
    transition-delay: 0.2s;
  }
  .c-btn-surround:hover > a:not([class])::before {
    width: 100%;
    transition-delay: 0.3s;
  }
  .c-btn-surround:hover > a:not([class])::after {
    height: 100%;
    transition-delay: 0.4s;
  }
  .c-btn-surround::before {
    transition-delay: 0.4s;
  }
  .c-btn-surround::after {
    transition-delay: 0.3s;
  }
  .c-btn-surround > a:not([class])::before {
    transition-delay: 0.2s;
  }
  .c-btn-surround > a:not([class])::after {
    transition-delay: 0.1s;
  }
}

/* =====================================
 * MVボタン(初めての方へ)
 * ================================== */
.c-mv-btn[class] {
  margin-left: auto;
  max-width: 188px;
  margin-bottom: -1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-mv-btn[class] {
    position: absolute;
    bottom: 5rem;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1601px) {
  .c-mv-btn[class] {
    right: calc(50% - 50rem);
  }
}
@media (max-width: 767px) {
  .c-mv-btn[class] {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c-mv-btn[class] + * {
    padding-top: 1rem;
  }
}
.c-mv-btn[class] > * {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  background: var(--c-pri);
  line-height: 1.5;
  color: var(--c-wht);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 960px) {
  .c-mv-btn[class] > *:hover {
    background-color: #D9C082;
  }
}
.c-mv-btn[class] > * span {
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.4em;
  margin-bottom: 0.5rem;
}
.c-mv-btn[class] > *:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .c-mv-btn[class] > *:after {
    margin-right: 1.125rem;
  }
}

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

.c-btn-text.-right {
  text-align: right;
}
.c-btn-text.-right a:not([class]) {
  color: var(--c-blk);
  position: relative;
  display: inline-block;
  padding-right: 5rem !important;
  text-decoration: none !important;
}
.c-btn-text.-right a:not([class])::after {
  content: "" !important;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/ico_arr_right_pri.svg");
  transition: 0.3s;
}
.c-btn-text.-right a:not([class]):hover {
  color: var(--c-pri);
}
@media (min-width: 768px) {
  .c-btn-text.-right a:not([class]):hover::after {
    right: -1rem;
  }
}
.c-btn-text a[target*=_blank]::after {
  background-size: 1em auto;
  background-image: url("../img/ico_blank.svg");
}
.c-btn-text a[href*=".pdf"]::after,
.c-btn-text a[download]::after {
  background-position: center 0.125em;
  background-image: url("../img/ico_pdf.svg");
  background-size: 1em auto;
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex__caption {
  text-align: center;
  font-size: 0.875rem;
}
* + .c-flex__caption {
  margin-top: 1rem;
}
.c-flex__img img {
  width: 100%;
}
.c-flex.-max2 {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max2 .c-flex__item {
  flex-basis: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  margin-left: 2rem;
}
.c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max2 .c-flex__item, .c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
    margin-top: 1.5rem;
  }
}
.c-flex.-max3 {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 {
    display: block;
    margin-left: 0;
  }
}
.c-flex.-max3 .c-flex__item {
  flex-basis: calc(33.3333333333% - 2rem);
  max-width: calc(33.3333333333% - 2rem);
  margin-left: 2rem;
}
.c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max3 .c-flex__item, .c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
    margin-top: 1.5rem;
  }
}
.c-flex.-max4 {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 {
    margin-left: -1.5rem;
  }
}
.c-flex.-max4 .c-flex__item[class] {
  flex-basis: calc(25% - 2rem);
  max-width: calc(25% - 2rem);
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    margin-left: 1.5rem;
  }
}
.c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class], .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] {
    flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@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;
  -webkit-box-flex: 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;
  }
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.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;
}
* + .c-img-caption, .wp-block-image .alignleft * + figcaption,
.wp-block-image .alignright * + figcaption,
.wp-block-image .aligncenter * + figcaption {
  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: 1.5rem;
  }
}

.c-imgbox {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .c-imgbox {
    display: block;
  }
}
@media (min-width: 960px) {
  .c-imgbox:has(.c-imgbox__right) {
    flex-direction: row-reverse;
  }
}
.c-imgbox .c-imgbox__right,
.c-imgbox .c-imgbox__left {
  text-align: center;
  max-width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-imgbox .c-imgbox__right + *,
.c-imgbox .c-imgbox__left + * {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .c-imgbox .c-imgbox__right + *,
  .c-imgbox .c-imgbox__left + * {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    max-width: 100%;
  }
}
.c-imgbox__text {
  flex-grow: 1;
}

/* =====================================
 * 表組み
 * ================================== */
.c-table-wrap:has(+ .c-table-wrap) .c-table tr > *:first-child,
.c-table-wrap:has(+ .c-table-wrap) .c-table th {
  width: 50%;
}
.c-table-wrap a[target=_blank] {
  position: relative;
}
.c-table-wrap a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}

.c-table {
  border-right: 1px solid var(--c-gry);
  border-bottom: 1px solid var(--c-gry);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.25rem 0;
}
* + .c-table {
  margin-top: 3rem;
}
.c-table a[target=_blank] {
  position: relative;
}
.c-table a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}
.c-table th,
.c-table td {
  background-clip: padding-box;
  border-top: 1px solid var(--c-gry);
  border-left: 1px solid var(--c-gry);
}
.c-table:not(.-side) tr > *:first-child,
.c-table:not(.-side) th {
  color: var(--c-sec);
  font-weight: 500;
}
.c-table tr > *:first-child,
.c-table th {
  width: 320px;
}
.c-table tr > *:first-child,
.c-table th,
.c-table td {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .c-table tr > *:first-child,
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-table.-wide tr > *:first-child,
  .c-table.-wide th {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-table.-wide th,
  .c-table.-wide td {
    width: auto;
    display: table-cell;
  }
}
.c-table.-side tr > *:first-child {
  background: none;
}
.c-table.-side tr:first-child > * {
  color: var(--c-sec);
  font-weight: 500;
}
.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: var(--c-wht);
    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-table {
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .c-table {
    border-top: 1px solid var(--c-gry);
  }
}
.c-table th,
.c-table td {
  padding: 1.5rem;
  background-color: transparent;
  border-left: none;
  border-right: none;
}
.c-table th::before,
.c-table td::before {
  content: none;
}
@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 1.5rem 1rem;
    text-align: left;
  }
}
.c-table th {
  border-top: none;
  border-bottom: 1px solid var(--c-gry);
}
@media (max-width: 767px) {
  .c-table th {
    border-bottom: 1px solid var(--c-gry);
  }
}
.c-table td {
  border-top: none;
  border-bottom: 1px solid var(--c-gry);
}
.c-table + .wp-element-caption {
  font-size: 0.875rem;
  color: var(--c-gry-dark);
  margin-top: 1rem;
}

@media (min-width: 960px) {
  body[data-page-slug=company][data-page-type=detail] .c-table.-wide tr > *:first-child,
  body[data-page-slug=company][data-page-type=detail] .c-table.-wide th {
    width: 320px;
  }
}
@media (max-width: 767px) {
  body[data-page-slug=company][data-page-type=detail] .c-table.-wide tr > *:first-child,
  body[data-page-slug=company][data-page-type=detail] .c-table.-wide th {
    width: 35%;
  }
}

/* =====================================
 * ページトップへ戻る
 * ================================== */
.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: var(--c-pri);
  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;
}

/* =====================================
 * パンくずリスト
 * ================================== */
@media (max-width: 767px) {
  body[data-page-type=detail] .c-breadcrumb > .l-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  body[data-page-slug=product][data-page-type=detail] .c-breadcrumb > .l-container, body[data-page-slug=column][data-page-type=detail] .c-breadcrumb > .l-container, body[data-page-slug=case][data-page-type=detail] .c-breadcrumb > .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  body:has(.c-pagetitle.-single) .c-breadcrumb > .l-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
  }
}

.c-breadcrumb {
  margin-top: 1rem;
}
.c-breadcrumb > .l-container {
  padding-left: 0;
  padding-right: 0;
}
.c-breadcrumb__list {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 1.5rem;
}
.c-breadcrumb__list::-webkit-scrollbar {
  width: 0rem !important;
  height: 0rem !important;
}
.c-breadcrumb__list::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.25rem var(--c-gry) inset;
  box-shadow: 0 0 0.25rem var(--c-gry) inset;
}
.c-breadcrumb__list::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background: var(--c-blk);
}
.c-breadcrumb__list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.875rem;
}
.c-breadcrumb__list li br {
  display: none;
}
.c-breadcrumb__list li a {
  color: var(--c-gry-dark);
  text-decoration: none;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb__list li + li {
  position: relative;
}
.c-breadcrumb__list li + li:before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  width: 0.5rem;
  height: 1px;
  background-color: var(--c-gry-dark);
  position: absolute;
}

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

/* =====================================
 * ページタイトル
 * ================================== */
body[data-page-slug="product product_cat"] .c-pagetitle.-single,
body[data-page-slug="product product_worry"] .c-pagetitle.-single,
body:has(.c-pagetitle.-single) .c-pagetitle.-single,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle.-single {
  min-height: 360px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  body[data-page-slug="product product_cat"] .c-pagetitle.-single,
  body[data-page-slug="product product_worry"] .c-pagetitle.-single,
  body:has(.c-pagetitle.-single) .c-pagetitle.-single,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle.-single {
    min-height: 100%;
  }
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg),
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg),
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg),
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) {
  background: linear-gradient(90deg, #F3F5F4 0%, #E0E2E1 100%);
  overflow: hidden;
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title {
  color: var(--c-blk);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title {
    text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
  }
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb,
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb,
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb {
  position: relative;
  z-index: 1;
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li,
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li,
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li {
  color: var(--c-blk);
}
@media (min-width: 768px) {
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li {
    text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
  }
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li::before,
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li::before,
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li::before,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li::before {
  background-color: var(--c-blk);
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li a,
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li a,
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li a,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li a {
  color: var(--c-gry-dark);
}
@media (max-width: 767px) {
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb {
    margin-top: 1rem;
  }
}
body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg {
  z-index: 0;
}
@media (min-width: 768px) {
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg {
    max-width: 470px;
    aspect-ratio: 3/2;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg {
    width: calc(100% + 2.5rem);
    max-width: calc(100% + 2.5rem);
    height: 100px;
    overflow: hidden;
    top: auto;
    position: relative;
    margin-left: -1.25rem;
    margin-right: 1.25rem;
    left: 0;
    right: 0;
    bottom: -2rem;
  }
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg::after,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg::after,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg::after,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.4);
    position: absolute;
  }
  body[data-page-slug="product product_cat"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg img,
  body[data-page-slug="product product_worry"] .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg img,
  body:has(.c-pagetitle.-single) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg img,
  body:has(.c-pagetitle__bg.-worry) .c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__bg img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}

.c-pagetitle {
  margin-top: 80px;
  background-color: var(--c-thi);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  /* =====================================
  * スライダー
  * ================================== */
}
@media (min-width: 768px) {
  .c-pagetitle {
    margin-top: 80px;
    min-height: 360px;
    display: flex;
    align-items: center;
  }
  .c-pagetitle > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .c-pagetitle {
    margin-top: 148px;
  }
}
@media (max-width: 767px) {
  .c-pagetitle {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.c-pagetitle.-story {
  position: relative;
  overflow-x: clip;
}
.c-pagetitle.-story::before {
  content: "";
  display: block;
  bottom: -12rem;
  right: calc(50% - 28rem);
  transform: translateX(50%);
  width: 1600px;
  height: 392px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_story_top_bg.png);
  background-size: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .c-pagetitle.-story::before {
    width: 800px;
    z-index: 0;
    right: calc(50% - 9rem);
  }
}
.c-pagetitle.-story::after {
  content: "";
  display: block;
  bottom: -12rem;
  right: calc(50% - 28rem);
  transform: translateX(50%);
  width: 1600px;
  height: 392px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_story_top_bg_dot.png);
  background-size: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .c-pagetitle.-story::after {
    width: 800px;
    z-index: 0;
  }
}
.c-pagetitle.-story:has(.c-pagetitle__bg) {
  background-color: var(--c-thi);
}
.c-pagetitle.-story:has(.c-pagetitle__bg) .c-pagetitle__title {
  color: var(--c-blk);
  font-family: "Zen Old Mincho";
  font-size: 3rem;
}
@media (max-width: 767px) {
  .c-pagetitle.-story:has(.c-pagetitle__bg) .c-pagetitle__title {
    font-size: 1.65rem;
  }
}
.c-pagetitle.-story:has(.c-pagetitle__bg) .c-breadcrumb {
  position: relative;
  z-index: 1;
}
.c-pagetitle.-story:has(.c-pagetitle__bg) .c-breadcrumb li:not([class]) {
  color: var(--c-blk);
}
.c-pagetitle.-story:has(.c-pagetitle__bg) .c-breadcrumb li a {
  color: var(--c-gry-dark);
}
.c-pagetitle.-story:has(.c-pagetitle__bg) .c-breadcrumb li:not([class]):before {
  background-color: var(--c-gry-dark);
}
.c-pagetitle.-story .c-pagetitle__bg {
  display: none;
}
.c-pagetitle > .l-container {
  position: relative;
}
@media (min-width: 768px) {
  .c-pagetitle:has(.c-pagetitle__subtitle) {
    min-height: 276px;
  }
}
@media (max-width: 767px) {
  .c-pagetitle:has(.c-pagetitle__subtitle) {
    min-height: 155px;
  }
}
.c-pagetitle:has(.c-pagetitle__bg) {
  background-color: rgba(51, 51, 51, 0.4);
}
.c-pagetitle:has(.c-pagetitle__bg) .c-pagetitle__title {
  color: var(--c-wht);
}
.c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li {
  color: var(--c-wht);
}
.c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li a {
  color: var(--c-wht);
}
.c-pagetitle:has(.c-pagetitle__bg) .c-breadcrumb li::before {
  background-color: var(--c-wht);
}
@media (min-width: 768px) {
  .c-pagetitle:not(:has(.c-pagetitle__bg, .c-pagetitle__subtitle)) {
    min-height: 276px;
  }
}
.c-pagetitle__subtitle, .c-pagetitle__title {
  line-height: 1.5;
}
.c-pagetitle__subtitle {
  text-transform: uppercase;
  font-size: 5rem;
  color: var(--c-pri);
  letter-spacing: 0.4em;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-pagetitle__subtitle {
    bottom: calc(-138px + 1.5rem);
  }
}
@media (max-width: 767px) {
  .c-pagetitle__subtitle {
    bottom: calc(-100px + 1.5rem);
    font-size: 3.5rem;
  }
}
.c-pagetitle__title {
  font-weight: 500;
  font-size: 2.25rem;
  letter-spacing: 0.24em;
  position: relative;
  padding-top: 1.75rem;
}
@media (max-width: 767px) {
  .c-pagetitle__title {
    font-size: 1.65rem;
  }
}
.c-pagetitle__title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_pagetitle.svg);
  background-size: 100%;
  position: absolute;
}
.c-pagetitle__title + * {
  margin-top: 1.5rem;
}
.c-pagetitle__desc {
  font-size: 0.875rem;
}
.c-pagetitle__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-pagetitle__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pagetitle + .p-logo-swiper-wrap {
  margin-top: 0;
}
.c-pagetitle + .p-logo-swiper-wrap .swiper.p-logo-swiper.-right {
  width: 6007px;
}
@media (max-width: 767px) {
  .c-pagetitle + .p-logo-swiper-wrap .swiper.p-logo-swiper.-right {
    width: 3607px;
  }
}
.c-pagetitle + .p-logo-swiper-wrap .p-logo-swiper__slide {
  max-width: 400px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .c-pagetitle + .p-logo-swiper-wrap .p-logo-swiper__slide {
    max-width: 240px;
  }
}
.c-pagetitle + .p-logo-swiper-wrap .p-logo-swiper__slide img {
  aspect-ratio: 400/246;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-pagetitle + .p-logo-swiper-wrap .p-logo-swiper__slide img {
    aspect-ratio: 240/148;
  }
}

.c-pagetitle-footer-img {
  max-height: 246px;
  width: 100vw;
  overflow: hidden;
}
.c-pagetitle-footer-img img {
  width: 100%;
}

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

body[data-page-slug=column] .c-pagetitle__subtitle {
  display: none;
}

body[data-page-slug=column][data-page-type=detail] .c-pagetitle,
body[data-page-slug=product][data-page-type=detail] .c-pagetitle,
body[data-page-slug=case][data-page-type=detail] .c-pagetitle {
  min-height: 0px;
  padding: 0;
}
body[data-page-slug=column][data-page-type=detail] .c-breadcrumb,
body[data-page-slug=product][data-page-type=detail] .c-breadcrumb,
body[data-page-slug=case][data-page-type=detail] .c-breadcrumb {
  padding-top: 2rem;
  margin-top: 0;
}
body[data-page-slug=column][data-page-type=detail] .l-main,
body[data-page-slug=product][data-page-type=detail] .l-main,
body[data-page-slug=case][data-page-type=detail] .l-main {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  body[data-page-slug=column][data-page-type=detail] .l-main,
  body[data-page-slug=product][data-page-type=detail] .l-main,
  body[data-page-slug=case][data-page-type=detail] .l-main {
    margin-top: 4rem;
  }
}

body[data-page-slug=download] .c-pagetitle__subtitle,
body[data-page-slug=privacy-policy] .c-pagetitle__subtitle,
body[data-page-slug=sitemap] .c-pagetitle__subtitle,
body[data-page-slug=contact][data-page-type=""] .c-pagetitle__subtitle {
  display: none;
}

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

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

.has-medium-font-size {
  font-size: 87.5%;
}

.has-normal-font-size {
  font-size: inherit;
}

.has-large-font-size {
  font-size: 150%;
}

.has-x-large-font-size,
.has-huge-font-size {
  font-size: 225%;
}

.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;
}
* + .wp-block-image {
  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;
}
@media (max-width: 767px) {
  .wp-block-image.-scroll {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .wp-block-image.-scroll::after {
    content: "スクロールできます";
    text-align: center;
    font-size: 0.75rem;
    background-color: var(--c-wht);
    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) {
  .wp-block-image.-scroll img {
    width: 800px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .wp-block-image.-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%);
  }
}
.wp-block-quote {
  position: relative;
  background-color: var(--c-gry-light);
  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: var(--c-pri);
  text-decoration: underline;
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

.wp-block-file {
  text-align: center;
  border: 1px solid var(--c-gry);
  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: 500;
  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: 960px) {
  .wp-block-file a[download]:hover {
    text-decoration: none;
  }
}

.wp-block-embed:not([class*=is-type-wp-embed]) .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-block-embed:not([class*=is-type-wp-embed]) .wp-block-embed__wrapper iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-root-container > * + *,
.c-content > * + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .is-root-container > * + *,
  .c-content > * + * {
    margin-top: 1.5rem;
  }
}

* + .c-section {
  margin-top: 5rem;
}
* + .c-section.-xlg[class] {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  * + .c-section.-xlg[class] {
    margin-top: 7rem;
  }
}
* + .c-section.-lg[class] {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  * + .c-section.-lg[class] {
    margin-top: 5rem;
  }
}
* + .c-section.-xsm[class] {
  margin-top: 1.5rem;
}
* + .c-section.-sm[class] {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  * + .c-section.-sm[class] {
    margin-top: 2rem;
  }
}
* + .c-section.-md[class] {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  * + .c-section.-md[class] {
    margin-top: 3rem;
  }
}
.c-section.-spacer + * {
  margin-top: 0 !important;
}

/* ================================== */
h4.wp-block,
h3.wp-block,
h2.wp-block,
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: 500;
  line-height: 1.5;
}

/* ================================== */
h2.wp-block,
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]) {
  position: relative;
  border-bottom: 1px solid var(--c-gry);
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
h2.wp-block::before,
h2[class*=has-text-align]::before,
h2[class*=font-size]::before,
h2:not([class])::before {
  content: "";
  display: block;
  background-color: var(--c-sec);
  width: 3rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
h2.wp-block + *,
h2[class*=has-text-align] + *,
h2[class*=font-size] + *,
h2:not([class]) + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  h2.wp-block + *,
  h2[class*=has-text-align] + *,
  h2[class*=font-size] + *,
  h2:not([class]) + * {
    margin-top: 3.5rem;
  }
}

body[data-page-slug=news] h2.wp-block,
body[data-page-slug=news] h2[class*=has-text-align],
body[data-page-slug=news] h2[class*=font-size],
body[data-page-slug=news] h2:not([class]),
body[data-page-slug=column] h2.wp-block,
body[data-page-slug=column] h2[class*=has-text-align],
body[data-page-slug=column] h2[class*=font-size],
body[data-page-slug=column] h2:not([class]) {
  position: relative;
  border-bottom: 1px solid var(--c-gry);
  font-size: 1.75rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  body[data-page-slug=news] h2.wp-block,
  body[data-page-slug=news] h2[class*=has-text-align],
  body[data-page-slug=news] h2[class*=font-size],
  body[data-page-slug=news] h2:not([class]),
  body[data-page-slug=column] h2.wp-block,
  body[data-page-slug=column] h2[class*=has-text-align],
  body[data-page-slug=column] h2[class*=font-size],
  body[data-page-slug=column] h2:not([class]) {
    font-size: 1.5rem;
  }
}
body[data-page-slug=news] h2.wp-block::before,
body[data-page-slug=news] h2[class*=has-text-align]::before,
body[data-page-slug=news] h2[class*=font-size]::before,
body[data-page-slug=news] h2:not([class])::before,
body[data-page-slug=column] h2.wp-block::before,
body[data-page-slug=column] h2[class*=has-text-align]::before,
body[data-page-slug=column] h2[class*=font-size]::before,
body[data-page-slug=column] h2:not([class])::before {
  content: "";
  display: block;
  background-color: var(--c-sec);
  width: 3rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
body[data-page-slug=news] h2.wp-block + *,
body[data-page-slug=news] h2[class*=has-text-align] + *,
body[data-page-slug=news] h2[class*=font-size] + *,
body[data-page-slug=news] h2:not([class]) + *,
body[data-page-slug=column] h2.wp-block + *,
body[data-page-slug=column] h2[class*=has-text-align] + *,
body[data-page-slug=column] h2[class*=font-size] + *,
body[data-page-slug=column] h2:not([class]) + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=news] h2.wp-block + *,
  body[data-page-slug=news] h2[class*=has-text-align] + *,
  body[data-page-slug=news] h2[class*=font-size] + *,
  body[data-page-slug=news] h2:not([class]) + *,
  body[data-page-slug=column] h2.wp-block + *,
  body[data-page-slug=column] h2[class*=has-text-align] + *,
  body[data-page-slug=column] h2[class*=font-size] + *,
  body[data-page-slug=column] h2:not([class]) + * {
    margin-top: 2.5rem;
  }
}

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

/* ================================== */
h3.wp-block,
h3[class*=has-text-align],
h3[class*=font-size],
h3:not([class]) {
  position: relative;
  font-size: 1.25rem;
  padding-left: 3.5rem;
  font-weight: 500;
}
h3.wp-block::before,
h3[class*=has-text-align]::before,
h3[class*=font-size]::before,
h3:not([class])::before {
  content: "";
  display: block;
  background-color: var(--c-gry);
  width: 2.5rem;
  height: 1px;
  position: absolute;
  top: 0.85rem;
  left: 0;
  z-index: 0;
}
h3.wp-block + *,
h3[class*=has-text-align] + *,
h3[class*=font-size] + *,
h3:not([class]) + * {
  margin-top: 1.5rem;
}
h3.wp-block + .p-product-cat-list.-max4,
h3[class*=has-text-align] + .p-product-cat-list.-max4,
h3[class*=font-size] + .p-product-cat-list.-max4,
h3:not([class]) + .p-product-cat-list.-max4 {
  margin-top: 2.5rem;
}

body[data-page-slug=news] h3.wp-block,
body[data-page-slug=news] h3[class*=has-text-align],
body[data-page-slug=news] h3[class*=font-size],
body[data-page-slug=news] h3:not([class]),
body[data-page-slug=column] h3.wp-block,
body[data-page-slug=column] h3[class*=has-text-align],
body[data-page-slug=column] h3[class*=font-size],
body[data-page-slug=column] h3:not([class]) {
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=news] h3.wp-block,
  body[data-page-slug=news] h3[class*=has-text-align],
  body[data-page-slug=news] h3[class*=font-size],
  body[data-page-slug=news] h3:not([class]),
  body[data-page-slug=column] h3.wp-block,
  body[data-page-slug=column] h3[class*=has-text-align],
  body[data-page-slug=column] h3[class*=font-size],
  body[data-page-slug=column] h3:not([class]) {
    font-size: 1.25rem;
  }
}
body[data-page-slug=news] h3.wp-block::before,
body[data-page-slug=news] h3[class*=has-text-align]::before,
body[data-page-slug=news] h3[class*=font-size]::before,
body[data-page-slug=news] h3:not([class])::before,
body[data-page-slug=column] h3.wp-block::before,
body[data-page-slug=column] h3[class*=has-text-align]::before,
body[data-page-slug=column] h3[class*=font-size]::before,
body[data-page-slug=column] h3:not([class])::before {
  content: "";
  display: block;
  background-color: var(--c-sec);
  width: 2px;
  height: calc(100% - 0.65em);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body[data-page-slug=news] h3.wp-block + *,
body[data-page-slug=news] h3[class*=has-text-align] + *,
body[data-page-slug=news] h3[class*=font-size] + *,
body[data-page-slug=news] h3:not([class]) + *,
body[data-page-slug=column] h3.wp-block + *,
body[data-page-slug=column] h3[class*=has-text-align] + *,
body[data-page-slug=column] h3[class*=font-size] + *,
body[data-page-slug=column] h3:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=news] h3.wp-block + *,
  body[data-page-slug=news] h3[class*=has-text-align] + *,
  body[data-page-slug=news] h3[class*=font-size] + *,
  body[data-page-slug=news] h3:not([class]) + *,
  body[data-page-slug=column] h3.wp-block + *,
  body[data-page-slug=column] h3[class*=has-text-align] + *,
  body[data-page-slug=column] h3[class*=font-size] + *,
  body[data-page-slug=column] h3:not([class]) + * {
    margin-top: 1.5rem;
  }
}

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

/* ================================== */
h4.wp-block,
h4[class*=has-text-align],
h4[class*=font-size],
h4:not([class]) {
  font-size: 1.125rem;
}
h4.wp-block + *,
h4[class*=has-text-align] + *,
h4[class*=font-size] + *,
h4:not([class]) + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  h4.wp-block + *,
  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.wp-block,
ol[class*=font-size] {
  list-style: decimal;
}

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

ol.wp-block,
ul.wp-block,
ol:not([class]),
ul:not([class]),
ol[class*=font-size],
ul[class*=font-size] {
  padding: 0 0 0 1.375rem;
}
ol.wp-block li::marker,
ul.wp-block li::marker,
ol:not([class]) li::marker,
ul:not([class]) li::marker,
ol[class*=font-size] li::marker,
ul[class*=font-size] li::marker {
  font-size: 0.75rem;
}
ol.wp-block li + li,
ul.wp-block li + li,
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.wp-block li::marker,
ol:not([class]) li::marker,
ol[class*=font-size] li::marker {
  font-size: 1rem;
}

body[data-page-slug=news] ul.wp-block li::marker,
body[data-page-slug=news] ul:not([class]) li::marker,
body[data-page-slug=news] ul[class*=font-size] li::marker,
body[data-page-slug=column] ul.wp-block li::marker,
body[data-page-slug=column] ul:not([class]) li::marker,
body[data-page-slug=column] ul[class*=font-size] li::marker {
  color: var(--c-sec);
}

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

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-tb {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .u-hidden-wd {
    display: none !important;
  }
}
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

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

*/
:root {
  --c-error: #B70000;
  --c-mark: #fff9b1;
  --c-error-light: #ffe5e5;
  --c-mask: rgba(0, 0, 0, 0.64);
  --c-wht: #ffffff;
  --c-blk: #483D2D;
  --c-pri: #AF9759;
  --c-pri-light: #95c1e1;
  --c-sec: #9B001B;
  --c-thi: #F2F0EC;
  --c-gry-dark: #737373;
  --c-gry: #D9D9D9;
  --c-gry-light: #F7F7F7;
}

/* =====================================
 * メディアクエリ
 * ================================== */
/* =====================================
* 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;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
label[class^=formbox-field-label_][class] {
  line-height: 1.75;
}

label[class^=formbox-field-label_] dt,
label[class^=formbox-field-label_]:not(:has(dt)) {
  font-weight: bold;
  align-items: center;
  display: flex;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  label[class^=formbox-field-label_] dt,
  label[class^=formbox-field-label_]:not(:has(dt)) {
    padding-right: 0;
  }
}
label[class^=formbox-field-label_] dt span,
label[class^=formbox-field-label_]:not(:has(dt)) span {
  display: none;
}
label[class^=formbox-field-label_] dt:after,
label[class^=formbox-field-label_]:not(:has(dt)):after {
  content: "※必須";
  display: inline-block;
  color: var(--c-pri);
  font-weight: normal;
  font-size: 0.85rem;
  margin-left: 1rem;
}
label[class^=formbox-field-label_] dt + *,
label[class^=formbox-field-label_]:not(:has(dt)) + * {
  margin-top: 1rem;
}

fieldset[class^=formbox-field_] + fieldset[class^=formbox-field_] {
  margin-top: 2.5rem;
}

label[class^=formbox-label-wrap_][class] {
  font-style: normal;
}

div[class^=formbox-title_] span {
  text-decoration: none !important;
}
div[class^=formbox-title_] a {
  color: var(--c-pri);
  font-size: 0.875rem;
  text-decoration: underline;
}
div[class^=formbox-title_] a:hover {
  text-decoration: none;
}

div[class^=formbox-button_] {
  min-width: 320px !important;
}

.p-form__inner + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-form__inner + * {
    margin-top: 2rem;
  }
}
.p-form__inner dt {
  font-weight: bold;
}
.p-form__inner dt + * {
  margin-top: 1rem;
}
.p-form__inner dd + * {
  margin-top: 3rem;
}
.p-form__inner dd + .p-form__note {
  margin-top: 0.5rem;
}
.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;
  color: var(--c-pri);
  font-weight: normal;
  font-size: 0.85rem;
  margin-left: 1rem;
}
.p-form__req-note {
  font-weight: 400;
  display: block;
}
.p-form__req-note + * {
  margin-top: 0.5rem;
}
.p-form__req + .p-form__req-note {
  margin-top: 0.5rem;
}
.p-form__note {
  font-size: 0.875rem;
  color: var(--c-error);
}
.p-form__note + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-form__note + * {
    margin-top: 2rem;
  }
}
.p-form__item + .p-form__item {
  margin-top: 2rem;
}
.p-form__item-headline + * {
  margin-top: 1rem;
}
.p-form__item-headline + * {
  margin-left: 0;
}
.p-form__error-list li[data-error-name=住所] + li[data-error-name=住所] {
  display: none !important;
}
.p-form__error-message {
  background-color: var(--c-error-light);
  display: none;
  margin: 0 0 2rem;
  padding: 1.5rem;
}
.p-form__error-message.is-show {
  display: block;
}
.p-form__error-headline {
  color: var(--c-error);
  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: var(--c-error);
  font-size: 1.125rem;
}
.p-form .is-error[class] {
  border: 1px solid var(--c-error);
  background-color: var(--c-error-light);
}
.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: var(--c-error);
  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: var(--c-wht);
  border: 1px solid var(--c-gry);
  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;
  width: 100%;
}
.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: var(--c-pri);
}
.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: var(--c-error);
}

.wpcf7-response-output {
  display: none;
}

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

/* =====================================
 * ダウンロード 扉ページ
 * ================================== */
@media (min-width: 768px) {
  .p-download-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-download-list-wrap > * {
    flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
}
@media (max-width: 767px) {
  .p-download-list-wrap > * + * {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-download-list-wrap.-max3 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-download-list-wrap.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}

.p-download-list__title,
.p-download-list__desc {
  transition: all 0.2s ease-in-out;
}

.p-download-list__item {
  position: relative;
}
.p-download-list__item a {
  text-decoration: none;
  position: relative;
  display: block;
}
.p-download-list__item a:hover .p-download-list__title {
  color: var(--c-sec);
}
@media (min-width: 960px) {
  .p-download-list__item a:hover .p-download-list__img img {
    transform: scale(1.04);
  }
}
.p-download-list__title {
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.p-download-list__title + * {
  margin-top: 0.5rem;
}
.p-download-list__desc {
  font-size: 0.875rem;
}
.p-download-list__img {
  overflow: hidden;
  aspect-ratio: 374/230;
}
.p-download-list__img img {
  transition: all 0.5s ease-in-out;
  aspect-ratio: 374/230;
  object-fit: cover;
}
.p-download-list__img + * {
  margin-top: 1.5rem;
}

body[data-page-type=form] .c-pagetitle {
  display: none;
}
body[data-page-type=form] .l-footer__address {
  display: none;
}
body[data-page-type=form] .l-footer__logo-address {
  padding: 0;
  justify-content: center;
}
body[data-page-type=form] .l-footer__site-inner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-top: 0px;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__site-inner {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
body[data-page-type=form] .l-footer__site {
  background-color: var(--c-thi);
}
body[data-page-type=form] .l-footer__info {
  background-color: var(--c-thi);
  padding-top: 0;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__info {
    padding-bottom: 0;
  }
}
body[data-page-type=form] .l-footer__copyright {
  color: var(--c-blk);
  background-color: var(--c-thi);
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__link + * {
    margin-top: 0;
  }
}
body[data-page-type=form] .l-header {
  background-color: var(--c-wht);
  border-bottom: 1px solid var(--c-gry);
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header.js-fixed-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body[data-page-type=form] .l-header__inner.-main {
  min-height: 98px !important;
}
body[data-page-type=form] .l-header__logo {
  position: inherit;
}
body[data-page-type=form] .l-header__logo a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
body[data-page-type=form] .l-header__logo a img {
  width: fit-content;
  object-fit: contain;
}
body[data-page-type=form] .l-header__inner.js-sidemenu.-side .l-header__logo {
  background-color: transparent;
}
@media (min-width: 768px) {
  body[data-page-type=form] .l-header__inner.js-sidemenu.-side .l-header__logo {
    margin-top: -11.5rem;
  }
}

@media (min-width: 768px) {
  body[data-page-type=form][data-page-slug=download] .wpcf7 {
    display: inline-block;
    width: 63%;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .p-download-form {
    display: inline-block;
    width: 31%;
    max-width: 374px;
    margin-right: 6%;
    vertical-align: top;
  }
}
.p-download-form__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.p-download-form__name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.p-download-form__name + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-download-form__name + * {
    margin-top: 1.5rem;
  }
}
.p-download-form__desc {
  font-size: 0.875rem;
}
.p-download-form__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-download-form__desc + * {
    margin-top: 1.5rem;
  }
}
/* =====================================
 * フォーム冒頭セクション
 * ================================== */
.p-form-header__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-form-header__title {
    letter-spacing: 0.01em;
  }
}
.p-form-header__desc {
  text-align: center;
  line-height: 1.8;
}

/* =====================================
 * 完了ページ
 * ================================== */
.c-thanks__title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
.c-thanks__desc {
  text-align: center;
  line-height: 1.8;
}
.c-thanks__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-thanks__desc + * {
    margin-top: 1rem;
  }
}
.c-thanks__tel a {
  text-align: center;
  text-decoration: none;
  display: block;
}
.c-thanks__mail {
  text-align: center;
}
/* =====================================
 * 添付ファイル デザイン調整
 * ================================== */
.wpcf7-file::file-selector-button {
  border: 0;
  border: 1px solid var(--c-gry);
  padding: 0.5rem 1.5rem;
  margin-right: 1.5rem;
}

.wpcf7 input[type=file] {
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 1rem;
}

.wpcf7 input[type=file] {
  color: var(--c-gry-dark);
}

dd:has(.wpcf7-form-control.wpcf7-radio) {
  position: relative;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0.5rem;
}
.wpcf7-form-control.wpcf7-radio > span {
  display: block;
  margin: 0;
}

.p-form__other {
  margin-top: 0.25rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  width: 77%;
}
@media (max-width: 767px) {
  .p-form__other {
    width: 100%;
    margin-left: auto;
    position: relative;
  }
}
.p-form__other input[type=text] {
  padding: 0.5rem;
}

/* =====================================
 * メルマガ登録
 * ================================== */
.c-mail-magazine {
  position: relative;
}
.c-mail-magazine__inner {
  padding: 2.5rem 3.5rem;
  background-color: var(--c-gry-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-mail-magazine__inner {
    padding: 2rem;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.c-mail-magazine__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.c-mail-magazine__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-mail-magazine__title + * {
    margin-top: 1rem;
  }
}
.c-mail-magazine__desc + *, .c-mail-magazine__desc + .c-btn-text {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-mail-magazine__desc + *, .c-mail-magazine__desc + .c-btn-text {
    margin-top: 1rem;
  }
}
.c-mail-magazine__link a {
  background-repeat: no-repeat;
  background-size: 3.5rem 1.125rem;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-position: center right;
  transition: 0.3s;
  position: inherit;
  padding-right: 4.5rem;
}
.c-mail-magazine__link a::after {
  content: none;
}
.c-mail-magazine__link a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-mail-magazine__img {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 444px;
}
@media (min-width: 768px) {
  .c-mail-magazine__img {
    width: 46%;
  }
}

.p-mail-magazine-content {
  background-color: var(--c-gry-light);
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .p-mail-magazine-content {
    padding: 2rem 1rem;
  }
}
.p-mail-magazine-content__headline {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.p-mail-magazine-content__headline + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-mail-magazine-content__headline + * {
    margin-top: 1.5rem;
  }
}
.p-mail-magazine-content__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  background-color: var(--c-gry-light);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-mail-magazine-content__inner {
    gap: 1rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-mail-magazine-content__inner > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.p-mail-magazine-content__item {
  background-color: var(--c-wht);
  display: flex;
}
@media (min-width: 768px) {
  .p-mail-magazine-content__item {
    border-radius: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-mail-magazine-content__item {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.p-mail-magazine-content__title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-mail-magazine-content__title {
    text-align: center;
  }
}
.p-mail-magazine-content__title + * {
  margin-top: 0.5rem;
}
.p-mail-magazine-content__desc {
  font-size: 0.875rem;
}
.p-mail-magazine-content__img {
  max-width: 3.5rem;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-mail-magazine-content__img {
    max-width: 2.5rem;
  }
}
.p-mail-magazine-content__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-mail-magazine-content__img + * {
    margin-top: 0;
  }
}

body[data-page-slug=mail-magazine] .l-main > .l-container.-sm {
  max-width: calc(1200px + 2rem);
}

.p-sitemap .sub-menu__list {
  background-color: var(--c-gry-light);
  margin-bottom: 0.75rem;
}
.p-sitemap .sub-menu__list li + li {
  margin-top: 0;
}
.p-sitemap ul {
  list-style: none;
}
.p-sitemap ul li + li {
  margin-top: 0.5rem;
}
.p-sitemap__list[class] + .p-sitemap__list[class] {
  margin-top: 2rem;
}
.p-sitemap__list[class] > li + li {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-sitemap__list[class] > li + li {
    margin-top: 2rem;
  }
}
.p-sitemap__list[class] > li > a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--c-gry);
  transition: all 0.2s ease-in-out;
  position: relative;
}
.p-sitemap__list[class] > li > a::after {
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: var(--c-pri);
  position: absolute;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-sitemap__list[class] > li > a:hover {
  color: var(--c-pri);
}
.p-sitemap__list[class] > li > a:hover::after {
  width: 100%;
}
.p-sitemap__list[class] > li > a + * {
  margin-top: 1.5rem;
}
.p-sitemap__list[class] ul {
  margin-top: 0.75rem;
}
.p-sitemap__list[class] ul:not(:has(> li)) {
  display: none;
}
.p-sitemap__list[class] ul li a {
  text-decoration: none;
  position: relative;
  padding-right: 1rem;
  transition: all 0.2s ease-in-out;
}
.p-sitemap__list[class] ul li a::after {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_blk.svg);
  background-size: 100%;
  position: absolute;
}
.p-sitemap__list[class] ul li a:hover {
  color: var(--c-pri);
}

.p-post-tag-wrap {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-post-tag-wrap {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
.p-post-tag-wrap + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-post-tag-wrap + * {
    margin-top: 4rem;
  }
}
.p-post-tag-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.p-post-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
@media (max-width: 767px) {
  .p-post-tag__list {
    gap: 0.5rem;
  }
}
.p-post-tag__list li a {
  display: block;
  font-weight: 500;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--c-gry);
}
.p-post-tag__list li a:hover {
  background-color: var(--c-sec);
  color: var(--c-wht);
}
.p-post-tag__list li.is-current a {
  background-color: var(--c-sec);
  color: var(--c-wht);
}

@media (min-width: 960px) {
  .p-post-card__list {
    flex-wrap: wrap;
    display: flex;
    margin: -3rem 0 0 -3rem;
  }
}
@media (min-width: 960px) {
  .p-post-card__item {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(33.3333333333% - 3rem);
    max-width: calc(33.3333333333% - 3rem);
    margin: 3rem 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .p-post-card__item + .p-post-card__item {
    margin-top: 1.25rem;
  }
}
.p-post-card__img {
  aspect-ratio: 16/9;
}
.p-post-card__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-post-card__img + * {
  margin-top: 1rem;
}
.p-post-card__meta {
  display: flex;
  align-items: center;
}
.p-post-card__meta > * + * {
  margin-left: 1rem;
}
.p-post-card__meta + * {
  margin-top: 1rem;
}
.p-post-card__title {
  font-weight: bold;
  font-size: 1.25rem;
}
.p-post-card__title a,
.p-post-card__title a:hover {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 960px) {
  .p-post-card__title a:hover {
    color: var(--c-pri);
  }
}

.p-post-detail + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-post-detail + * {
    margin-top: 3.5rem;
  }
}
.p-post-detail__meta {
  align-items: center;
  display: flex;
}
.p-post-detail__meta > * + * {
  margin-left: 1rem;
}
.p-post-detail__meta + * {
  margin-top: 1rem;
}
.p-post-detail__title {
  font-weight: 500;
  font-size: 1.75rem;
}
.p-post-detail__title + * {
  margin-top: 2rem;
}
.p-post-detail__index {
  border: 1px solid var(--c-gry);
  padding: 1.5rem 2.5rem;
}
.p-post-detail__index-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-sec);
}
.p-post-detail__index-title + * {
  margin-top: 1rem;
}
.p-post-detail__index-list li a:not([class])[href^="#"] {
  text-decoration: none;
  color: var(--c-blk);
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.p-post-detail__index-list li a:not([class])[href^="#"]::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_down_pri.svg);
  background-size: 100%;
  position: absolute;
  margin-bottom: 0.35rem;
}
.p-post-detail__index-list li a:not([class])[href^="#"]:hover {
  color: var(--c-pri);
}
.p-post-detail__index-list li + li {
  margin-top: 0.5rem;
}

/* =====================================
 * コラム
 * ================================== */
body[data-page-slug=column][data-page-type=detail] p > a[target=_blank] {
  position: relative;
}
body[data-page-slug=column][data-page-type=detail] p > a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}

/* =====================================
 * よくある質問
 * ================================== */
.c-faq {
  counter-reset: number;
}
.c-faq .c-faq__q-title {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 2rem;
  min-height: 2.5rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.c-faq .c-faq__q-title::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid var(--c-blk);
  color: var(--c-blk);
}
.c-faq .c-faq__a-title {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  padding-top: 0.35rem;
}
.c-faq .c-faq__a-title + * {
  padding-left: 4.5rem;
  margin-top: 1rem;
}
.c-faq .c-faq__a-title::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid var(--c-sec);
  color: var(--c-sec);
}
.c-faq .c-faq__a-title > p:has(strong) + * {
  margin-top: 1rem;
}
.c-faq .c-faq__a-title > p:has(strong) ~ * {
  font-size: 1rem;
}
.c-faq a[target=_blank] {
  position: relative;
}
.c-faq a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}

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

.c-faq__q {
  position: relative;
  cursor: pointer;
}
.c-faq__q > * {
  font-weight: 400;
}

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

.c-faq__q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(0.75rem - 1px);
  transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  background-color: var(--c-pri);
}
@media (max-width: 767px) {
  .c-faq__q:before {
    height: 1.25rem;
    right: calc(0.75rem - 2px);
  }
}

.c-faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1px;
  background-color: var(--c-pri);
}
@media (max-width: 767px) {
  .c-faq__q::after {
    width: 1.25rem;
  }
}

.c-faq__a {
  display: none;
  padding-top: 1.75rem;
}
.c-faq__a > *:not(.c-faq__a-title) {
  padding-left: 3.5rem;
}

.c-faq__a-title {
  font-size: 1.25rem;
  position: relative;
}

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

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

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

/* =====================================
 * MV
 * ================================== */
.c-mv-bg-inner {
  position: relative;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .c-mv-bg-inner {
    overflow: hidden;
  }
}

.c-mv-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 240px);
}
@media (min-width: 768px) {
  .c-mv-bg {
    right: 0;
    height: 100%;
    top: 0;
    bottom: auto;
    width: 83%;
    max-width: 1370px;
    max-height: 496px;
  }
}
@media screen and (min-width: 1601px) {
  .c-mv-bg {
    right: calc(50% - 50rem);
  }
}
@media (max-width: 767px) {
  .c-mv-bg {
    height: 100%;
    width: calc(100% - 3rem);
  }
}
.c-mv-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
}

.p-home-mv {
  position: relative;
}
.p-home-mv::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100% - 5rem);
  background-color: var(--c-thi);
  position: absolute;
  z-index: -10;
}
@media (max-width: 767px) {
  .p-home-mv::after {
    height: calc(50% + 7.5rem);
  }
}
.p-home-mv__inner {
  display: flex;
}
.p-home-mv__inner.l-container {
  max-width: calc(1600px + 2rem);
}
.p-home-mv__text {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .p-home-mv__text {
    padding-left: 5rem;
    padding-bottom: 2.5rem;
  }
}
.p-home-mv__title {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-home-mv__title {
    font-size: 2.5rem;
  }
}
.p-home-mv__title + * {
  margin-top: 1.5rem;
}
.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__desc {
  line-height: 180%;
}
.p-home-mv__desc + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-home-mv__desc + * {
    margin-top: 1.5rem;
  }
}
.p-home-mv__text-box {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .p-home-mv__text-box {
    padding: 1rem;
    flex-basis: calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
    min-width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__text-box {
    padding: 1rem 0.15rem;
    flex-basis: calc(33.3333333333% - 0.3333333333rem);
    max-width: calc(33.3333333333% - 0.3333333333rem);
    font-size: 0.875rem;
  }
}
.p-home-mv__text-box span {
  display: block;
  font-size: 0.75rem;
}
.p-home-mv__text-box-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 960px) {
  .p-home-mv__text-box-wrap {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-home-mv__text-box-wrap {
    gap: 0.5rem;
  }
}
.p-home-mv__text-box-wrap + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-home-mv__text-box-wrap + * {
    margin-top: 2.5rem;
  }
}
.p-home-mv__btn {
  width: 100%;
  max-width: 320px;
}
.p-home-mv__btn a {
  display: block;
  line-height: 150%;
  padding: 1.5rem 2.5rem;
  padding-right: 6.5rem;
  background-color: var(--c-blk);
  color: var(--c-wht);
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.p-home-mv__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2.5rem;
  width: 3.5rem;
  height: 0.5rem;
  border: none;
  border-right: 2px solid var(--c-wht);
  border-bottom: 1px solid var(--c-wht);
  transform: skew(45deg);
  transition: 0.3s;
}
.p-home-mv__btn a:hover {
  background-color: var(--c-sec);
}
.p-home-mv__btn a:hover::after {
  right: 1.5rem;
}
.p-home-mv__news {
  position: relative;
  bottom: 0rem;
  max-width: 566px;
  margin-left: auto;
  background: var(--c-wht);
}
@media (min-width: 768px) {
  .p-home-mv__news {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1601px) {
  .p-home-mv__news {
    right: calc(50% - 50rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-home-mv__news {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .p-home-mv__news {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
  }
  .p-home-mv__news::after {
    content: "";
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2.5rem);
    height: 1px;
    background-color: var(--c-gry);
    background-size: 100%;
    position: absolute;
  }
}
.p-home-mv__news .p-news-list {
  border-bottom: none;
}
.p-home-mv__news .p-news-list__meta > * {
  color: var(--c-sec);
}
.p-home-mv__news .p-news-list__title {
  font-size: 0.875rem;
}
.p-home-mv__news .p-news-list__title > * {
  font-weight: 500;
}
.p-home-mv__news .p-news-list__item {
  padding: 0;
  padding: 1.55rem 1.5rem 0.5rem 1.5rem;
  background: var(--c-wht);
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .p-home-mv__news .p-news-list__item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-home-mv__news .p-news-list__item::after {
    width: 1.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 960px) {
  .p-home-mv__news .p-news-list__item:has(a):hover {
    opacity: 0.6;
  }
  .p-home-mv__news .p-news-list__item:has(a):hover .p-news-list__title {
    color: var(--c-sec);
  }
}
.p-home-mv__news .p-news-list__content {
  min-height: 80px;
}
@media (max-width: 767px) {
  .p-home-mv__news .p-news-list__content {
    height: 53px !important;
    min-height: 100%;
  }
}
.p-home-mv__news .p-news-list__time {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .p-home-mv__news .p-news-list__time {
    font-size: 0.875rem;
  }
}

/* =====================================
 * MVカテゴリスライダー
 * ================================== */
@media (max-width: 767px) {
  .p-home-section.p-home-product {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-section.p-home-product .l-container {
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .p-home-section.p-home-product .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-product-cat-list.-gallery .p-product-cat-list__img {
  aspect-ratio: 374/230;
}
@media (min-width: 768px) {
  .p-product-cat-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.62rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-product-cat-list-wrap {
    gap: 1.5rem;
  }
}
@media (min-width: 960px) {
  .p-product-cat-list-wrap > * {
    flex-basis: calc(33.3333333333% - 1.7466666667rem);
    max-width: calc(33.3333333333% - 1.7466666667rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-product-cat-list-wrap > * {
    flex-basis: calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
  }
}
.p-product-cat-list.-max3 {
  gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-product-cat-list.-max3 {
    gap: 2.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-product-cat-list.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media (max-width: 767px) {
  .p-product-cat-list.-max3 > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.p-product-cat-list.-max4 {
  gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-product-cat-list.-max4 {
    gap: 2.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-product-cat-list.-max4 > * {
    flex-basis: calc(25% - 1.875rem);
    max-width: calc(25% - 1.875rem);
  }
}
@media (max-width: 767px) {
  .p-product-cat-list.-max4 > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.p-product-cat-list.-max4 + h3:not([class]) {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-product-cat-list.-max4 + h3:not([class]) {
    margin-top: 5rem;
  }
}
.p-product-cat-list.-max6 {
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-product-cat-list.-max6 {
    gap: 2.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-product-cat-list.-max6 > * {
    flex-basis: calc(16.6666666667% - 1.25rem);
    max-width: calc(16.6666666667% - 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-product-cat-list.-max6 > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.p-product-cat-list.-modal.-none .p-product-cat-list__img::before, .p-product-cat-list.-modal.-none .p-product-cat-list__img::after {
  content: none;
}
.p-product-cat-list.-modal.-none .modal-open a {
  pointer-events: visible;
}
.p-product-cat-list.-modal .p-product-cat-list__img:hover::before, .p-product-cat-list.-modal .p-product-cat-list__img:hover::after {
  opacity: 1;
}
.p-product-cat-list.-modal .p-product-cat-list__img::before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_modal_plus.svg);
  background-size: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.p-product-cat-list.-modal .p-product-cat-list__img::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.p-product-cat-list__text {
  transition: all 0.2s ease-in-out;
}
.p-product-cat-list__text > * {
  color: var(--c-wht);
}
.p-product-cat-list__item {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.p-product-cat-list__item:hover .p-product-cat-list__img {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .p-product-cat-list__item:hover .p-product-cat-list__img img {
    transform: scale(1.04);
  }
}
.p-product-cat-list__title a {
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .p-product-cat-list__title a {
    letter-spacing: 0;
  }
}
.p-product-cat-list__title a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-product-cat-list__title a span {
  font-size: 0.75rem;
}
.p-product-cat-list__title + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-product-cat-list__title + * {
    margin-top: 10px;
  }
}
.p-product-cat-list__desc {
  font-size: 0.875rem;
}
.p-product-cat-list__img {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.p-product-cat-list__img img {
  transition: all 0.5s ease-in-out;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-product-cat-list__img + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-product-cat-list__img + * {
    margin-top: 10px;
  }
}
.p-product-cat-list__meta {
  color: var(--pri);
  align-items: center;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-product-cat-list__meta + * {
    margin-top: 0.5rem;
  }
}
.p-product-cat-list__time {
  color: var(--c-wht);
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 960px) {
  .p-product-cat-list__time {
    font-size: 0.875rem;
    width: 100px;
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 767px) {
  .p-product-cat-list__time {
    transform: translateY(0.125rem);
    width: 80px;
  }
}
.p-product-cat-list__time + * {
  margin-bottom: 0.2rem;
}
.p-product-cat-list__cat-list {
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem;
}
.p-product-cat-list__cat-list li {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.p-product-cat-list__cat-list li > * {
  background-color: var(--c-pri);
  color: var(--c-wht);
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.5rem 1rem 0.35rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
}
@media (min-width: 960px) {
  .p-product-cat-list__cat-list li > * {
    letter-spacing: 0.12rem;
  }
}
.p-product-cat-list__cat-list li a {
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.p-product-cat-list__cat-list li a:hover {
  background-color: var(--pri-light);
  text-decoration: none;
  color: var(--pri);
}

@media (max-width: 767px) {
  .swiper-button-prev.p-product-cat-list-button-prev {
    left: 0.5rem;
    top: 35%;
  }
}
.swiper-button-prev.p-product-cat-list-button-prev::after {
  content: "";
  background-image: url(../img/ico_slider_arr_left.svg);
  width: 2rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .swiper-button-next.p-product-cat-list-button-next {
    right: 0.5rem;
    top: 35%;
  }
}
.swiper-button-next.p-product-cat-list-button-next::after {
  content: "";
  background-image: url(../img/ico_slider_arr_right.svg);
  width: 2rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

.swiper.js-home-product-slider {
  overflow: visible;
  padding-bottom: 3rem;
  z-index: 0;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .swiper.js-home-product-slider {
    margin-left: -1rem;
    padding-left: 2rem;
    margin-right: -1rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .swiper.js-home-product-slider {
    margin-left: -3rem;
    padding-left: 3rem;
    margin-right: -3rem;
    padding-right: 3rem;
  }
}
.swiper.js-home-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c-sec);
}
.swiper.js-home-product-slider .swiper-pagination-bullet {
  margin: 0 0.5rem;
}

/* =====================================
 * 目的から探す
 * ================================== */
.p-home-search {
  position: relative;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .p-home-search {
    padding-top: 5rem;
  }
}
.p-home-search::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: calc(50% + 30rem);
  height: calc(50% + 11rem);
  background-color: var(--c-gry-light);
  position: absolute;
  z-index: -10;
}
@media (max-width: 767px) {
  .p-home-search::after {
    height: calc(50% + 8rem);
    width: calc(50% + 8rem);
  }
}
@media (max-width: 767px) {
  .p-home-search__body {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.p-home-search .c-headline__inner {
  padding-top: 0.75rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-home-search .c-headline__inner {
    align-items: center;
    padding-top: 1rem;
  }
}

.p-search-list-wrap {
  background-color: var(--c-wht);
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .p-search-list-wrap {
    padding: 2.5rem 1.875rem;
  }
}

.p-search-list__title,
.p-search-list__desc,
.p-search-list__name {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .p-search-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-search-list > * {
    flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
@media (max-width: 767px) {
  .p-search-list > * + * {
    margin-top: 1.5rem;
  }
}
.p-search-list__item {
  position: relative;
}
.p-search-list__item a {
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 1.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .p-search-list__item a {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-search-list__item a {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.p-search-list__item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 0.5rem;
  border: none;
  border-right: 2px solid var(--c-pri);
  border-bottom: 1px solid var(--c-pri);
  transform: skew(45deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-search-list__item a::after {
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-search-list__item a:hover::after {
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .p-search-list__item a:hover {
    box-shadow: 4px 4px 20px 0 rgba(72, 61, 45, 0.1);
  }
  .p-search-list__item a:hover .p-search-list__title {
    color: var(--c-pri);
  }
}
.p-search-list__title {
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.p-search-list__title + * {
  margin-top: 0.5rem;
}
.p-search-list__text {
  padding-bottom: 1.5rem;
}
.p-search-list__img {
  aspect-ratio: 1/1;
  max-width: 3.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-search-list__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* =====================================
 * 業界別事例
 * ================================== */
.p-home-case {
  position: relative;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .p-home-case {
    padding-top: 5rem;
  }
}
.p-home-case::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(50% + 12rem);
  background-color: var(--c-thi);
  position: absolute;
  z-index: -10;
}
@media (max-width: 767px) {
  .p-home-case::after {
    height: calc(50% - 10rem);
    width: 100vw;
  }
}
.p-home-case__body[class] {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-home-case__body[class] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-home-case__inner {
    display: flex;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .p-home-case .c-headline + * {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-case .c-headline__en {
    letter-spacing: 0.45em;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .p-home-case .c-headline__en {
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding-top: 1.25rem;
  }
  .p-home-case .c-headline__en:before {
    content: "";
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 0.75rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ico_headline.svg);
    background-size: 100%;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .p-home-case .c-headline__en span {
    transform: rotate(90deg);
    height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-home-case .c-headline__ja {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    /* 古いSafari用 */
    text-orientation: mixed;
    text-orientation: upright;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-home-case .c-headline__ja {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-home-case .c-headline__ja span.-en {
    letter-spacing: -0.25em;
    margin-left: 0.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-home-case .c-headline__inner {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .p-home-case .c-headline__inner:before {
    content: none;
  }
}

.p-home-section__footer.p-home-case__footer {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-home-section__footer.p-home-case__footer {
    margin-top: 2.5rem;
  }
}

/* =====================================
 * 私たちについて
 * ================================== */
.p-logo-swiper.swiper {
  z-index: 0;
}
.p-logo-swiper-wrap {
  margin-top: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-logo-swiper-wrap {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .p-logo-swiper-wrap {
    margin-top: 2rem;
  }
}
.p-logo-swiper__slide {
  max-width: 320px;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .p-logo-swiper__slide {
    max-width: 160px;
    margin-left: 0.5rem;
  }
}
.p-logo-swiper__wrapper {
  transition-timing-function: linear;
}

.p-logo-swiper__wrapper {
  justify-content: space-between;
}

.p-logo-swiper-wrap-item {
  overflow: hidden;
}

.swiper.p-logo-swiper {
  display: flex;
}
.swiper.p-logo-swiper.-right {
  width: 5157px;
}
@media (max-width: 767px) {
  .swiper.p-logo-swiper.-right {
    width: 2505px;
  }
}

.p-logo-swiper-wrap.-max4 .swiper.p-logo-swiper {
  display: flex;
}
.p-logo-swiper-wrap.-max4 .swiper.p-logo-swiper.-right {
  width: 4797px;
}
@media (max-width: 767px) {
  .p-logo-swiper-wrap.-max4 .swiper.p-logo-swiper.-right {
    width: 2885px;
  }
}

.p-logo-swiper-wrap.-max3 .swiper.p-logo-swiper {
  display: flex;
}
.p-logo-swiper-wrap.-max3 .swiper.p-logo-swiper.-right {
  width: 3597px;
}
@media (max-width: 767px) {
  .p-logo-swiper-wrap.-max3 .swiper.p-logo-swiper.-right {
    width: 2157px;
  }
}

body[data-page-type=home] .p-logo-swiper-wrap + .c-section.-lg.p-home-section-wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  body[data-page-type=home] .p-logo-swiper-wrap + * {
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  body[data-page-type=home] .p-logo-swiper-wrap + * {
    margin-top: -1rem;
  }
}

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

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

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop-slide02 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* =====================================
 * about
 * ================================== */
.p-home-about {
  position: relative;
}
.p-home-about.p-home-section {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-home-about.p-home-section {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .p-home-about {
    overflow: hidden;
    max-width: 1600px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 7.5rem;
  }
}
@media (max-width: 767px) {
  .p-home-about {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .p-home-about .l-container {
    padding-left: 0rem;
    padding-right: 0rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-home-about__header + * {
    margin-top: 5rem;
  }
}
.p-home-about__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  max-width: 1600px;
}
@media (max-width: 767px) {
  .p-home-about__bg {
    max-height: 400px;
  }
}
.p-home-about__bg::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
}
.p-home-about__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-home-about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-home-about__text {
  background-color: var(--c-wht);
  padding: 5rem;
  max-width: 720px;
}
@media (max-width: 767px) {
  .p-home-about__text {
    padding: 1.5rem;
  }
}
.p-home-about .c-headline > * {
  color: var(--c-wht);
}
@media (max-width: 767px) {
  .p-home-about .c-headline > * {
    text-align: center;
  }
}
.p-home-about .c-headline__en {
  padding-top: 1rem;
  position: relative;
}
.p-home-about .c-headline__en::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 11px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_headline_wht.svg);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .p-home-about .c-headline__en::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-home-about__title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.p-home-about__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-home-about__title + * {
    margin-top: 24px;
  }
}
.p-home-about__desc {
  letter-spacing: 0.08em;
}
.p-home-about__desc + * {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-home-about__body {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .p-home-about .c-btn-surround.-left {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

/* =====================================
 * コラム
 * ================================== */
.p-home-column {
  position: relative;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .p-home-column {
    padding-top: 5rem;
  }
}
.p-home-column.p-home-section {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-home-column.p-home-section {
    margin-top: 5rem;
  }
}
.p-home-column::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: calc(50% + 30rem);
  height: calc(50% + 11rem);
  background-color: var(--c-gry-light);
  position: absolute;
  z-index: -10;
}
@media (max-width: 767px) {
  .p-home-column::after {
    width: calc(50% + 8.5rem);
    height: calc(100% - 28rem);
  }
}
.p-home-column__body {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-column .p-post-list:nth-of-type(3) ~ * {
    display: none;
  }
}

.p-product-cat-list.-max3.-gallery .p-product-cat-list__img img {
  aspect-ratio: unset;
}

/* =====================================
 * 事例ページ
 * ================================== */
h3.wp-block + .p-case-list-wrap,
h3[class*=has-text-align] + .p-case-list-wrap,
h3[class*=font-size] + .p-case-list-wrap,
h3:not([class]) + .p-case-list-wrap {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  h3.wp-block + .p-case-list-wrap,
  h3[class*=has-text-align] + .p-case-list-wrap,
  h3[class*=font-size] + .p-case-list-wrap,
  h3:not([class]) + .p-case-list-wrap {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-case-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-case-list-wrap > * {
    flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
}
@media (max-width: 767px) {
  .p-case-list-wrap > * + * {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-case-list-wrap.-max3 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-case-list-wrap.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.p-case-list-wrap.-max3 .p-case-list__title {
  font-size: 1.125rem;
}
.p-case-list-wrap.-max3 .p-case-list__company {
  font-size: 0.875rem;
}
.p-case-list-wrap.-max3 .p-case-list__company + * {
  margin-top: 0.875rem;
}

.p-case-list__title,
.p-case-list__desc,
.p-case-list__name {
  transition: all 0.2s ease-in-out;
}

.p-case-list__item {
  position: relative;
}
.p-case-list__item a {
  text-decoration: none;
  position: relative;
  display: block;
}
.p-case-list__item a:hover .p-case-list__title {
  color: var(--c-sec);
}
@media (min-width: 960px) {
  .p-case-list__item a:hover .p-case-list__img img {
    transform: scale(1.04);
  }
}
.p-case-list__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.p-case-list__cat-list li {
  position: relative;
  padding-left: 1rem;
}
.p-case-list__cat-list li span {
  font-size: 13px;
  color: var(--c-sec);
  font-weight: 500;
}
.p-case-list__cat-list li::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_star.svg);
  background-size: 100%;
  position: absolute;
  margin-top: 0.55rem;
}
.p-case-list__cat + * {
  margin-top: 0.5rem;
}
.p-case-list__title {
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.p-case-list__title + * {
  margin-top: 0.5rem;
}
.p-case-list__img {
  overflow: hidden;
  aspect-ratio: 504/310;
}
.p-case-list__img img {
  transition: all 0.5s ease-in-out;
  aspect-ratio: 480/360;
  object-fit: contain;
  object-position: 50% 0%;
}
.p-case-list__img + * {
  margin-top: 1rem;
}

/* =====================================
 * コラム
 * ================================== */
.p-post-list__title,
.p-post-list__desc,
.p-post-list__name {
  transition: all 0.2s ease-in-out;
}

.p-post-list__item {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--c-gry);
  height: 100%;
}
.p-post-list__item::after {
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--c-sec);
  position: absolute;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-post-list__item:hover::after {
  width: 100%;
}
@media (min-width: 960px) {
  .p-post-list__item:hover .p-post-list__img img {
    transform: scale(1.04);
  }
}
@media (min-width: 960px) {
  .p-post-list__item:hover .p-post-list__title {
    color: var(--c-sec);
  }
}
.p-post-list__item:not(:has(a)) {
  pointer-events: none;
}
.p-post-list__item a {
  text-decoration: none;
  display: block;
}
.p-post-list__item a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-post-list__cat + * {
  margin-top: 0.5rem;
}
.p-post-list__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-post-list__cat-list li span {
  color: var(--c-blk);
  font-size: 0.875rem;
}
.p-post-list__cat-list li + li {
  position: relative;
  padding-left: 0.5rem;
}
.p-post-list__cat-list li + li::after {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.875rem;
  background-color: var(--c-blk);
  position: absolute;
}
.p-post-list__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-post-list__title + * {
  margin-top: 0.25rem;
}
.p-post-list__img {
  overflow: hidden;
  aspect-ratio: 504/310;
}
.p-post-list__img::before {
  background-color: var(--c-thi);
}
.p-post-list__img img {
  transition: all 0.5s ease-in-out;
  aspect-ratio: 374/229;
  object-fit: cover;
  object-position: center center;
}
.p-post-list__img + * {
  margin-top: 1rem;
}
.p-post-list__date {
  font-size: 0.875rem;
  color: var(--c-sec);
}

.p-case-tag + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-case-tag + * {
    margin-top: 4rem;
  }
}
.p-case-tag-title {
  font-size: 1.5rem;
}
.p-case-tag-title span {
  font-size: 1rem;
  margin-left: 1rem;
}
.p-case-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.p-case-tag__list li a {
  background-color: var(--c-gry-dark);
  color: var(--c-wht);
  padding: 0.25rem 1rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.p-case-tag__list li a:hover {
  background-color: var(--c-blk);
}
.p-case-tag__list li.is-current a {
  background-color: var(--c-blk);
}

body[data-page-slug=blog] .p-case-tag__list li a,
body[data-page-slug=blog] .p-post-tag__list li a {
  background-color: var(--c-wht);
  color: var(--c-gry-dark);
  border: 1px solid var(--c-gry-dark);
}
body[data-page-slug=blog] .p-case-tag__list li a:hover,
body[data-page-slug=blog] .p-post-tag__list li a:hover {
  border: 1px solid var(--c-blk);
  color: var(--c-blk);
}
body[data-page-slug=blog] .p-case-tag__list li.is-current a,
body[data-page-slug=blog] .p-post-tag__list li.is-current a {
  border: 1px solid var(--c-blk);
  color: var(--c-blk);
}

@media (min-width: 768px) {
  .p-post-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-post-list-wrap > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media (max-width: 767px) {
  .p-post-list-wrap > * + * {
    margin-top: 2rem;
  }
}

.p-case-detail__headline {
  font-size: 1.5rem;
  text-align: center;
}
.p-case-detail__headline + * {
  margin-top: 1.5rem;
}
.p-case-detail__title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
}
.p-case-detail__title::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5rem;
  height: 1px;
  background: var(--c-blk);
}
@media (max-width: 767px) {
  .p-case-detail__title::after {
    bottom: -1.5rem;
    width: 4rem;
  }
}
.p-case-detail__title + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-case-detail__title + * {
    margin-top: 4rem;
  }
}
.p-case-detail__desc {
  font-size: 1.125rem;
  text-align: center;
}

.p-case-detail-imgflex + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-case-detail-imgflex + * {
    margin-top: 4rem;
  }
}
@media (min-width: 960px) {
  .p-case-detail-imgflex__inner {
    display: flex;
    gap: 5rem;
  }
}
.p-case-detail-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 720px;
  aspect-ratio: 720/480;
}
.p-case-detail-imgflex__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-case-detail-imgflex__img + * {
    margin-top: 2rem;
  }
}
.p-case-detail-imgflex__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-case-detail-imgflex__title + * {
  margin-top: 1.5rem;
}
.p-case-detail-imgflex__desc {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--c-gry);
}
.p-case-detail-imgflex__desc + * {
  margin-top: 1.5rem;
}
.p-case-detail-imgflex__name + * {
  margin-top: 0.25rem;
}
.p-case-detail-imgflex__cat + * {
  margin-top: 1.5rem;
}
.p-case-detail-imgflex__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.p-case-detail-imgflex__cat-list li span {
  background-color: var(--c-blk);
  color: var(--c-wht);
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}

body[data-page-slug=column][data-page-type=detail] .c-breadcrumb.js-breadcrumb {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body[data-page-slug=product][data-page-type=detail] .c-breadcrumb.js-breadcrumb,
body[data-page-slug=case][data-page-type=detail] .c-breadcrumb.js-breadcrumb {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body[data-page-slug=blog][data-page-type=detail] a[target=_blank] {
  position: relative;
}
body[data-page-slug=blog][data-page-type=detail] a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}

.p-news-list {
  border-bottom: 1px solid var(--c-gry);
}
.p-news-list__item {
  position: relative;
  padding-bottom: 1.5rem;
  border-top: 1px solid var(--c-gry);
  padding-top: 1.5rem;
}
@media (min-width: 960px) {
  .p-news-list__item {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
.p-news-list__item:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_circle.svg);
  background-size: 100%;
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .p-news-list__item:after {
    width: 1.25rem;
  }
}
.p-news-list__meta {
  color: var(--c-pri);
  align-items: center;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-news-list__meta {
    gap: 0.25rem;
  }
  .p-news-list__meta + * {
    margin-top: 0.5rem;
  }
}
.p-news-list__time {
  font-size: 0.75rem;
  color: var(--c-blk);
  white-space: nowrap;
  width: 100px;
}
.p-news-list__cat-list {
  flex-wrap: wrap;
  display: flex;
  margin: -0.25rem 0 0 -0.25rem;
}
.p-news-list__cat-list li {
  line-height: 1.25;
  margin: 0.25rem 0 0 0.25rem;
  letter-spacing: -0.01em;
  font-size: 0.875rem;
  padding: 0.25rem 1rem 0.15rem;
  line-height: 1.5;
  min-width: 3rem;
  display: block;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  color: var(--c-wht);
  font-weight: bold;
  background-color: var(--c-pri);
  margin-left: 0.5rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .p-news-list__cat-list li {
    padding: 0.25rem 0.25rem 0.15rem;
  }
}
.p-news-list__cat-list li a {
  text-decoration: none;
  pointer-events: none;
}
.p-news-list__title > * {
  transition: all 0.2s ease-in-out;
}
.p-news-list__title span {
  display: block;
}
.p-news-list__title a {
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.p-news-list__title a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.c-txt-limit > * {
  display: block;
  max-width: calc(100% - 27px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-txt-limit > * {
    max-width: calc(100% - 20px);
  }
}

.p-news-desc + *[class] {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-news-desc + *[class] {
    margin-top: 5rem;
  }
}
.p-news-desc__img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.p-news-desc__title {
  font-size: 2rem;
  font-weight: bold;
}
.p-news-desc__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-news-desc__title + * {
    margin-top: 24px;
  }
}
.p-news-desc__meta {
  color: var(--c-pri);
  align-items: center;
  display: flex;
}
.p-news-desc__meta + * {
  margin-top: 1.5rem;
}
.p-news-desc__time {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .p-news-desc__time {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .p-news-desc__time {
    transform: translateY(0.125rem);
    width: 80px;
  }
}
.p-news-desc__cat-list {
  flex-wrap: wrap;
  display: flex;
  margin: -0.25rem 0 0 -0.25rem;
}
.p-news-desc__cat-list li {
  line-height: 1.25;
  margin: 0.25rem 0 0 0.25rem;
  letter-spacing: -0.01em;
  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;
  color: var(--c-wht);
  font-weight: bold;
  background-color: var(--c-blk);
  margin-left: 0.5rem;
}
.p-news-desc__cat-list li a {
  text-decoration: none;
  pointer-events: none;
}

.p-news-detail__title {
  font-size: 2rem;
  font-weight: bold;
}
.p-news-detail__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-news-detail__title + * {
    margin-top: 24px;
  }
}
.p-news-detail__img img {
  display: block;
  width: 100%;
  max-width: 600px;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.p-news-detail__head .p-column-list__meta {
  gap: 0.85rem;
}
.p-news-detail__head .p-column-list__meta ul:not([class]) {
  margin-top: 0 !important;
}
.p-news-detail__head .p-column-list__meta ul:not([class]) li::before {
  content: none !important;
}
.p-news-detail__head .p-column-list__meta ul:not([class]) li + li {
  margin-left: 0.5rem;
}
.p-news-detail__head .p-column-list__meta ul:not([class]) li.-new {
  font-size: 0.85rem;
  padding: 0.15rem 0.75rem 0.12rem;
}

.c-page-nav {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-page-nav[class] {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .c-page-nav[class] {
    margin-top: 5rem;
  }
}
.c-page-nav:has(.c-page-nav__link--prev):has(.c-page-nav__link--next)::after {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1.25rem;
  background-color: var(--c-gry);
  background-size: 100%;
  position: absolute;
}

.c-page-nav__link {
  text-decoration: none;
  color: inherit;
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
}
.c-page-nav__link:hover {
  color: var(--c-pri);
}
.c-page-nav__link:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_news_arr_right_pri.svg);
  background-size: 100%;
  width: 0.85em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.c-page-nav__link--prev {
  padding-right: 2.5rem;
  padding-left: 3.5rem;
}
.c-page-nav__link--prev:after {
  right: auto;
  left: 0;
  background-image: url(../img/ico_news_arr_left_pri.svg);
}
.c-page-nav__link--next {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
  margin-left: 0 !important;
}

body:has(.c-under-top.-about.-pagetitle) {
  padding-top: 100px;
}
@media (max-width: 767px) {
  body:has(.c-under-top.-about.-pagetitle) {
    padding-top: 64px;
  }
}
body:has(.c-under-top.-about.-pagetitle) .c-under-top.-about.-pagetitle {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  body:has(.c-under-top.-about.-pagetitle) .c-under-top.-about.-pagetitle {
    padding-top: 5rem;
  }
}
body:has(.c-under-top.-about.-pagetitle) .c-breadcrumb + * {
  margin-top: 0;
}
body:has(.c-under-top.-about.-pagetitle) .c-under-top__inner:not(:has(img)) .c-under-top__title + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  body:has(.c-under-top.-about.-pagetitle) .c-under-top__inner:not(:has(img)) .c-under-top__title + * {
    margin-top: 3.5rem;
  }
}

body[data-page-slug=faq],
body[data-page-slug=news],
body[data-page-slug="recruit_news recruit_news_cat"] {
  padding-top: 100px;
}
@media (max-width: 767px) {
  body[data-page-slug=faq],
  body[data-page-slug=news],
  body[data-page-slug="recruit_news recruit_news_cat"] {
    padding-top: 64px;
  }
}
body[data-page-slug=faq] .p-interview-search__tag-list.-border li > *,
body[data-page-slug=news] .p-interview-search__tag-list.-border li > *,
body[data-page-slug="recruit_news recruit_news_cat"] .p-interview-search__tag-list.-border li > * {
  background-color: var(--c-wht);
  border: 1px solid var(--c-pri);
  color: var(--c-pri);
}
body[data-page-slug=faq] .c-under-top.-about,
body[data-page-slug=news] .c-under-top.-about,
body[data-page-slug="recruit_news recruit_news_cat"] .c-under-top.-about {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  body[data-page-slug=faq] .c-under-top.-about,
  body[data-page-slug=news] .c-under-top.-about,
  body[data-page-slug="recruit_news recruit_news_cat"] .c-under-top.-about {
    padding-top: 5rem;
  }
}
body[data-page-slug=faq] .c-breadcrumb + *,
body[data-page-slug=news] .c-breadcrumb + *,
body[data-page-slug="recruit_news recruit_news_cat"] .c-breadcrumb + * {
  margin-top: 0;
}

.ticker {
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .ticker .p-news-list__title {
    padding-top: 0.25rem;
  }
}
.ticker .p-news-list__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease;
}
.ticker .p-news-list__item.active {
  opacity: 1;
  transform: translateY(0);
}
.ticker .p-news-list__item.inactive {
  opacity: 0;
  transform: translateY(-100%);
}
.ticker .p-news-list__item .p-news-list__item-inner {
  width: 100%;
}

/* =====================================
 * 同階層ページへの導入
 * ================================== */
.c-under-link {
  /* =====================================
  * 関連情報
  * ================================== */
  /* =====================================
  * 私たちについて
  * ================================== */
  /* =====================================
  * 関連情報2
  * ================================== */
  /* =====================================
  * ダウンロード
  * ================================== */
}
.c-under-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-link__list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.c-under-link__text {
  letter-spacing: 0.07em;
  width: 100%;
}
.c-under-link__item {
  border: 1px solid var(--c-gry);
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .c-under-link__item {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.c-under-link__item:has(.is-current) {
  opacity: 0.6;
  pointer-events: none;
  background-color: var(--c-gry-light);
}
.c-under-link__item a {
  text-decoration: none;
  color: var(--c-blk) !important;
  padding: 2.5rem;
  padding-bottom: 4.5rem;
  display: block;
  background-position: calc(100% - 2.5rem) calc(100% - 2.5rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 3.5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .c-under-link__item a {
    padding: 1.5rem;
    padding-bottom: 3.5rem;
    background-position: calc(100% - 1.5rem) calc(100% - 1.5rem);
  }
}
.c-under-link__item a.is-current {
  pointer-events: none;
}
.c-under-link__item-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.c-under-link__item-img {
  max-width: 3.5rem;
  aspect-ratio: 1/1;
}
.c-under-link__item-title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-under-link__item-title {
    font-size: 1rem;
  }
}
.c-under-link__item-text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--c-gry-dark);
}
.c-under-link__item-link {
  margin-top: 1.5rem;
  position: relative;
  color: var(--c-blk) !important;
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-right: 4rem;
}
.c-under-link__item-link::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 100%;
  margin-top: -0.25rem;
  position: absolute;
}
@media (min-width: 768px) {
  .c-under-link.-info .c-under-link__item {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 768px) {
  .c-under-link.-about .c-under-link__item {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.c-under-link.-about .c-under-link__item a {
  padding-bottom: 2.5rem;
  padding-right: 6.5rem;
  background-position: calc(100% - 2.5rem) center;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .c-under-link.-about .c-under-link__item a {
    background-position: calc(100% - 1.5rem) center;
    padding-bottom: 1.5rem;
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .c-under-link.-about.-max2 .c-under-link__item {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.c-under-link.-info2 .c-under-link__list {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .c-under-link.-info2 .c-under-link__item {
    flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
.c-under-link.-download {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.c-under-link.-download .c-under-link__item a {
  background-image: inherit;
  padding: 1.875rem 3.5rem;
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .c-under-link.-download .c-under-link__item a {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.c-under-link.-download .c-under-link__item {
  flex-basis: 100%;
  max-width: 100%;
}
.c-under-link.-download .c-under-link__img {
  flex-shrink: 0;
  flex-grow: 0;
}
.c-under-link.-download .c-under-link__img img {
  max-width: 300px;
}
.c-under-link.-download .c-under-link__item-text {
  font-size: 1rem;
  color: var(--c-blk);
}

/* =====================================
 * アンカーリンク
 * ================================== */
* + .c-anchor-link {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  * + .c-anchor-link {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .c-anchor-link {
    border-left: 1px solid var(--c-gry);
    border-right: 1px solid var(--c-gry);
  }
}
.c-anchor-link.-wht .c-anchor-link__btn a:not([class])[href^="#"] {
  color: var(--c-wht);
  font-weight: 400;
}
.c-anchor-link.-wht .c-anchor-link__btn a:not([class])[href^="#"]:after {
  background-image: url(../img/ico_arr_down_wht.svg);
}
.c-anchor-link.-wht .c-anchor-link__btn a:not([class])[href^="#"]:hover {
  background-color: var(--c-pri);
}
.c-anchor-link__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-anchor-link__inner {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--c-gry);
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner > * {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--c-gry);
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner > * a {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max2 > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max2 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max3 > * {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max3 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max4 > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max4 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max5 > * {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max5 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__inner.-max6 > * {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 767px) {
  .c-anchor-link__inner.-max6 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-anchor-link__btn + .c-anchor-link__btn {
    border-left: 1px solid var(--c-gry);
  }
}
.c-anchor-link__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  gap: 1rem;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
  text-align: center;
  height: 100%;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-anchor-link__btn a {
    padding: 1rem;
  }
}
@media (min-width: 960px) {
  .c-anchor-link__btn a:hover {
    background-color: var(--c-thi);
  }
}
.c-anchor-link__btn a:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_down_pri.svg);
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
}
.c-anchor-link__btn a:not([class])[href^="#"] {
  color: var(--c-blk);
}

/* =====================================
 * ステップ
 * ================================== */
.c-step {
  /* =====================================
  * ステップ + アンカーリンク
  * ================================== */
}
@media (max-width: 767px) {
  .c-step {
    overflow-x: scroll;
    width: 100%;
  }
}
.c-step__inner {
  display: flex;
  gap: 2.5rem 1.5rem;
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .c-step__inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .c-step__inner > * {
    flex-basis: calc(16.6666666667% - 1.25rem);
    max-width: calc(16.6666666667% - 1.25rem);
  }
}
.c-step__btn:nth-of-type(6n) a::after, .c-step__btn:last-child a::after {
  content: none;
}
.c-step__btn a {
  pointer-events: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem;
  padding-top: 2.75rem;
  background-color: var(--c-wht);
  border: 1px solid var(--c-gry);
  height: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  background-color: var(--c-wht);
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 11.25rem;
  text-align: center;
}
.c-step__btn a span {
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .c-step__btn a:hover {
    background-color: var(--c-gry-light);
  }
}
.c-step__btn a:before {
  counter-increment: number 1;
  content: "STEP" counter(number) "";
  display: block;
  font-size: 0.875rem;
  color: var(--c-sec);
  padding-bottom: 0.25rem;
}
.c-step__btn a::after {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(100% + 1.65rem);
  height: 1px;
  background-color: var(--c-gry);
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.c-step__btn a:not([class])[href^="#"] {
  color: var(--c-blk);
}
.c-step.-link {
  padding-bottom: 1rem;
}
.c-step.-link a {
  pointer-events: all;
  background-color: var(--c-thi);
  border: none;
  transition: all 0.2s ease-in-out;
  padding-top: 2.75rem;
  background-position: center calc(100% - 2.75rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_down_pri.svg);
  background-size: 0.875rem;
}
.c-step.-link a:hover {
  background-color: var(--c-wht);
}
@media (max-width: 767px) {
  .c-step.-link a:hover {
    box-shadow: none;
    background-color: var(--c-thi);
  }
}

/* =====================================
 * コンテンツ内CTA
 * ================================== */
.c-cta-content {
  padding: 2.5rem;
  background-color: var(--c-gry-light);
}
.c-cta-content__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.c-cta-content__title + * {
  margin-top: 1rem;
}
.c-cta-content__desc {
  text-align: center;
}
.c-cta-content__desc + * {
  margin-top: 1.5rem;
}
.c-cta-content .c-btn-surround {
  width: fit-content;
}
.c-cta-content .c-btn-surround span {
  background: var(--c-blk);
  color: var(--c-wht);
}
@media (min-width: 960px) {
  .c-cta-content .c-btn-surround span:hover {
    background: var(--c-sec);
  }
}

/* =====================================
 * タイトル＋段落＋画像
 * ================================== */
.c-under-imgflex.-map .c-under-imgflex__img {
  max-width: 480px;
  max-height: 294px;
}
@media (min-width: 768px) {
  .c-under-imgflex.-map .c-under-imgflex__img {
    width: 40%;
  }
}
.c-under-imgflex.-map .c-under-imgflex__img iframe {
  max-height: 294px;
}
.c-under-imgflex.-group .c-under-imgflex__item {
  flex-direction: row;
  align-items: start;
  gap: 6%;
}
@media (max-width: 767px) {
  .c-under-imgflex.-group .c-under-imgflex__item {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .c-under-imgflex.-group .c-under-imgflex__img {
    width: 40%;
    max-width: 480px;
  }
}
.c-under-imgflex.-group .c-under-imgflex__item-text {
  margin-top: 0;
}
.c-under-imgflex__item-sns {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-under-imgflex__item-border {
  border: 1px solid var(--c-gry);
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-border {
    padding: 1.75rem 1.5rem;
  }
}
.c-under-imgflex__item-border dt {
  width: 15%;
  margin-right: 4%;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-border dt {
    width: 24%;
  }
}
.c-under-imgflex__item-border dd {
  width: 81%;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-border dd {
    width: 72%;
  }
}
.c-under-imgflex__item-border dt,
.c-under-imgflex__item-border dd {
  margin-top: 1.5rem;
}
.c-under-imgflex__item-border dt:first-of-type,
.c-under-imgflex__item-border dd:first-of-type {
  margin-top: 0;
}
.c-under-imgflex__item-border dt a:not(:has(img)),
.c-under-imgflex__item-border dd a:not(:has(img)) {
  position: relative;
}
.c-under-imgflex__item-border dt a:not(:has(img))[target=_blank], .c-under-imgflex__item-border dt a:not(:has(img))[href^="tel:"],
.c-under-imgflex__item-border dd a:not(:has(img))[target=_blank],
.c-under-imgflex__item-border dd a:not(:has(img))[href^="tel:"] {
  padding-right: 1.5rem;
}
.c-under-imgflex__item-border dt a:not(:has(img))[target=_blank]::after,
.c-under-imgflex__item-border dd a:not(:has(img))[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}
.c-under-imgflex__item-border dt a:not(:has(img))[href^="tel:"],
.c-under-imgflex__item-border dd a:not(:has(img))[href^="tel:"] {
  padding-right: 0;
  text-decoration: none;
}
.c-under-imgflex__text {
  flex-shrink: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .c-under-imgflex__text {
    width: 100%;
  }
}
.c-under-imgflex__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .c-under-imgflex__img {
    width: 31%;
    max-width: 374px;
  }
}
@media (max-width: 767px) {
  .c-under-imgflex__img img {
    width: 100%;
  }
}
.c-under-imgflex__item {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-direction: row-reverse;
  /* =====================================
  * 素材例
  * ================================== */
}
@media (max-width: 767px) {
  .c-under-imgflex__item {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.c-under-imgflex__item-title {
  font-weight: 500;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-title {
    font-size: 1.125rem;
  }
}
.c-under-imgflex__item-title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 1px;
  background-color: var(--c-gry);
}
@media (max-width: 767px) {
  .c-under-imgflex__item-head + * {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .c-under-imgflex__item-text {
    margin-top: 1.5rem;
  }
}
.c-under-imgflex__item-text + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-text + * {
    margin-top: 1.5rem;
  }
}
.c-under-imgflex__item-link a:not([class]) {
  margin-top: 1.5rem;
  color: var(--c-blk);
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-right: 5rem;
  background-position: calc(100% - 0.5rem) calc(100% - 0.75rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 3.5rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-link a:not([class]) {
    margin-left: auto;
  }
}
@media (min-width: 960px) {
  .c-under-imgflex__item-link a:not([class]):hover {
    color: var(--c-pri);
    background-position: 100% calc(100% - 0.75rem);
  }
}
.c-under-imgflex__item-link + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-link + * {
    margin-top: 1.5rem;
  }
}
.c-under-imgflex__item-list {
  background-color: var(--c-gry-light);
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-list {
    padding: 1.5rem 1.25rem;
  }
}
.c-under-imgflex__item-list-title {
  font-weight: 500;
}
.c-under-imgflex__item-list-title + * {
  margin-top: 1.5rem;
}
.c-under-imgflex__item-list-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-list-list {
    gap: 1.25rem;
  }
}
.c-under-imgflex__item-list-list > * {
  flex-basis: calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
}
.c-under-imgflex__item-list-img img {
  max-width: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 3.5rem;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.c-under-imgflex__item-list-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-under-imgflex__item-list-desc {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-list-desc {
    font-size: 0.975rem;
    line-height: 1.5;
  }
}
.c-under-imgflex__item-list-desc span {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .c-under-imgflex__item-list-desc span {
    font-size: 0.875rem;
  }
}

/* =====================================
 * ページ冒頭 テキスト＋画像
 * ================================== */
.c-under-textblock {
  /* =====================================
  * 事業コンセプト　3つの強み
  * ================================== */
}
@media (min-width: 768px) {
  .c-under-textblock__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.5rem;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .c-under-textblock__inner:not(:has(.c-under-textblock__img img)) {
    flex-direction: inherit;
  }
}
.c-under-textblock__img {
  flex-shrink: 0;
  flex-grow: 0;
  height: fit-content;
}
@media (min-width: 768px) {
  .c-under-textblock__img {
    width: 48%;
    max-width: 580px;
  }
}
.c-under-textblock__img img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-under-textblock__img img {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .c-under-textblock__img + * {
    margin-top: 2rem;
  }
}
.c-under-textblock__desc {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.c-under-textblock__lead {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .c-under-textblock__lead {
    font-size: 1.125rem;
  }
}
.c-under-textblock__lead + * {
  margin-top: 2.5rem;
}
.c-under-textblock__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-under-textblock__title {
    font-size: 1.25rem;
  }
}
.c-under-textblock__title + * {
  margin-top: 1rem;
}
.c-under-textblock__title.-font2 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .c-under-textblock__title.-font2 {
    font-size: 1.5rem;
  }
}
.c-under-textblock.-strength {
  position: relative;
}
@media (min-width: 768px) {
  .c-under-textblock.-strength .c-under-textblock__inner {
    align-items: center;
    gap: 8%;
  }
}
.c-under-textblock.-strength .c-under-textblock__img {
  max-width: 497px;
}
@media (max-width: 767px) {
  .c-under-textblock.-strength .c-under-textblock__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-under-textblock.-strength .c-under-textblock__img img {
  max-width: 497px;
}
.c-under-textblock.-strength .c-under-textblock__title + * {
  margin-top: 1.5rem;
}
.c-under-textblock.-strength .c-under-textblock__text::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  max-width: 832px;
  width: 60%;
  height: 517px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_about_concept_strength_bg.png);
  background-size: 100%;
  z-index: -1;
  position: absolute;
}
@media (min-width: 768px) {
  .c-under-textblock.-strength .c-under-textblock__text::after {
    margin-left: -140px;
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .c-under-textblock.-strength .c-under-textblock__text::after {
    width: 100%;
    height: 100%;
    margin-top: 50%;
  }
}

/* =====================================
 * スライダー画像横並び
 * ================================== */
.c-slider-flex {
  position: relative;
}
@media (min-width: 960px) {
  .c-slider-flex:hover .c-slider-flex__img img {
    transform: scale(1.05);
  }
}
.c-slider-flex .swiper {
  height: 100%;
  object-fit: contain;
}
.c-slider-flex .swiper img {
  height: 100%;
  object-fit: cover;
}
.c-slider-flex .swiper-button-next::after,
.c-slider-flex .swiper-button-prev::after {
  position: absolute;
}
.c-slider-flex__img {
  flex-shrink: 0;
  flex-grow: 0;
  aspect-ratio: 374/230;
  height: 100%;
}
@media (min-width: 768px) {
  .c-slider-flex__img {
    width: 31%;
    max-width: 374px;
  }
}
.c-slider-flex__img img {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .c-slider-flex__img img {
    max-width: 374px;
  }
}
@media (max-width: 767px) {
  .c-slider-flex__img img {
    max-width: 100%;
    width: 100%;
  }
}
.c-slider-flex__item {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-slider-flex__item {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.c-slider-flex__item-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.c-slider-flex__item-title + * {
  margin-top: 1.5rem;
}
.c-slider-flex__item-text {
  margin-top: 1.5rem;
}
.c-slider-flex__item-text + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .c-slider-flex__item-text + * {
    margin-top: 2.5rem;
  }
}
.c-slider-flex__item-link a:not([class]) {
  margin-top: 1.5rem;
  color: var(--c-blk);
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-right: 5rem;
  background-position: calc(100% - 0.5rem) calc(100% - 0.75rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 3.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .c-slider-flex__item-link a:not([class]):hover {
    color: var(--c-pri);
    background-position: 100% calc(100% - 0.75rem);
  }
}
.c-slider-flex__item + .c-slider-flex__item {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .c-slider-flex__item + .c-slider-flex__item {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev.c-slider-flex-slider-button-prev {
    left: 0.5rem;
    top: 50%;
  }
}
.swiper-button-prev.c-slider-flex-slider-button-prev::after {
  content: "";
  background-image: url(../img/ico_slider_arr_left.svg);
  width: 1.5rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .swiper-button-next.c-slider-flex-slider-button-next {
    right: 0.5rem;
    top: 50%;
  }
}
.swiper-button-next.c-slider-flex-slider-button-next::after {
  content: "";
  background-image: url(../img/ico_slider_arr_right.svg);
  width: 1.5rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

/* =====================================
 * 製品・事例　冒頭スライダー
 * ================================== */
.c-btn-surround.-blk {
  width: fit-content;
  margin-left: 0;
}
.c-btn-surround.-blk a:not([class]) span {
  background: var(--c-blk);
  color: var(--c-wht);
  min-height: 56px;
}
@media (min-width: 960px) {
  .c-btn-surround.-blk a:not([class]) span:hover {
    background: var(--c-sec);
  }
}
.c-btn-surround.-blk + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-btn-surround.-blk + * {
    margin-top: 1.5rem;
  }
}

.c-product {
  position: relative;
  display: flex;
  gap: 5%;
  flex-direction: row-reverse;
}
.c-product:has(:not(img)) {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-product {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}
.c-product:not(:has(.c-product__slider .c-product__slider-item > img)) > .c-product__slider-wrapper.img_wrap {
  display: none;
}
.c-product:not(:has(.c-product__slider .c-product__slider-item > img)) > .c-product__info-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .c-product.-modal {
    gap: 3%;
    flex-direction: row;
  }
}
.c-product.-modal .c-product__slider::after {
  content: none;
}
.c-product.-modal h2.wp-block,
.c-product.-modal h2[class*=has-text-align],
.c-product.-modal h2[class*=font-size],
.c-product.-modal h2:not([class]) {
  padding-bottom: 1rem;
}
.c-product.-modal h2.wp-block::before,
.c-product.-modal h2[class*=has-text-align]::before,
.c-product.-modal h2[class*=font-size]::before,
.c-product.-modal h2:not([class])::before {
  content: none;
}
.c-product.-modal h2.wp-block + *,
.c-product.-modal h2[class*=has-text-align] + *,
.c-product.-modal h2[class*=font-size] + *,
.c-product.-modal h2:not([class]) + * {
  margin-top: 1.5rem;
}
.c-product.-modal h3.wp-block,
.c-product.-modal h3[class*=has-text-align],
.c-product.-modal h3[class*=font-size],
.c-product.-modal h3:not([class]) {
  padding-left: 0;
}
.c-product.-modal h3.wp-block::before,
.c-product.-modal h3[class*=has-text-align]::before,
.c-product.-modal h3[class*=font-size]::before,
.c-product.-modal h3:not([class])::before {
  content: none;
}
.c-product.-modal h3.wp-block + *,
.c-product.-modal h3[class*=has-text-align] + *,
.c-product.-modal h3[class*=font-size] + *,
.c-product.-modal h3:not([class]) + * {
  margin-top: 1rem;
}
.c-product.-modal .c-table th,
.c-product.-modal .c-table td {
  padding: 1rem 1.5rem;
}
.c-product__meta + * {
  margin-top: 1.5rem;
}
.c-product__meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-product__meta-list li span {
  position: relative;
  font-size: 13px;
  color: var(--c-sec);
  font-weight: 500;
  padding-left: 1rem;
}
.c-product__meta-list li span::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_star.svg);
  background-size: 100%;
  position: absolute;
  margin-top: 0.25rem;
}
.c-product__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-product__title {
    font-size: 1.65rem;
  }
}
.c-product__title + * {
  margin-top: 1.5rem;
}
.c-product__author {
  font-size: 1.125rem;
}
.c-product__author + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-product__author + * {
    margin-top: 1.5rem;
  }
}
.c-product__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-product__desc + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c-product__slider-wrapper {
    max-width: 480px;
    width: 40%;
  }
}

.c-product__slider::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_zoom.svg);
  background-size: 100%;
  position: absolute;
  z-index: 10000;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-product__slider::after {
    content: none;
  }
}
.c-product__slider + * {
  margin-top: 1.5rem;
}

.c-product__thumbnail-item {
  cursor: pointer;
}

.c-linktag {
  background-color: var(--c-gry-light);
  padding: 1.5rem 2.5rem;
}
@media (max-width: 767px) {
  .c-linktag {
    padding: 1.5rem 1rem;
  }
}
.c-linktag__title + * {
  margin-top: 0.5rem;
}
.c-linktag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-linktag__list li {
  display: inline-block;
}
.c-linktag__list li a {
  font-size: 0.875rem;
  background-color: var(--c-wht);
  padding: 0.25rem 1rem;
  border: 1px solid var(--c-gry);
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-linktag__list li a {
    padding: 0.25rem 0.5rem;
  }
}

/* =====================================
 * 2列横並びブロック
 * ================================== */
p + .c-flex-wrap {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  p + .c-flex-wrap {
    margin-top: 2.5rem;
  }
}

.c-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-flex-wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .c-flex-wrap > * {
    flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}
.c-flex-wrap .c-table-wrap .c-table tr > *:first-child,
.c-flex-wrap .c-table-wrap .c-table th {
  width: 30%;
}

/* =====================================
 * お客様の声
 * ================================== */
.c-voice {
  position: relative;
}
.c-voice::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_colon_left.svg);
  background-size: 100%;
  position: absolute;
  margin-left: 0.75rem;
  margin-top: 0.75rem;
}
.c-voice::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_colon_right.svg);
  background-size: 100%;
  position: absolute;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.c-voice__inner {
  display: flex;
  gap: 2.5rem;
  padding: 3.5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .c-voice__inner {
    flex-direction: column-reverse;
  }
}
.c-voice__title {
  font-size: 1.25rem;
  color: var(--c-pri);
  font-weight: 500;
}
.c-voice__title + * {
  margin-top: 1rem;
}
.c-voice__desc + * {
  margin-top: 1.5rem;
}
.c-voice__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .c-voice__img {
    max-width: 374px;
  }
}
.c-voice__man {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-voice__man-img {
  max-width: 5rem;
}
.c-voice__man-img img {
  border-radius: 5rem;
  aspect-ratio: 1/1;
}

/* =====================================
 * フェードイン
 * ================================== */
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fadein.is-fadein {
  opacity: 1;
  transform: translateY(0);
}

.js-fadein-delay-2 {
  transition-delay: 0.2s;
}

.js-fadein-delay-3 {
  transition-delay: 0.3s;
}

.js-fadein-delay-4 {
  transition-delay: 0.4s;
}

.js-fadein-delay-5 {
  transition-delay: 0.5s;
}

/* =====================================
 * アーカイブページ
 * ================================== */
.p-about-archive:has(.p-about-archive__item-subtitle) .p-about-archive__item-title {
  font-size: 1.5rem;
}
.p-about-archive__img {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media (min-width: 768px) {
  .p-about-archive__img {
    width: 46%;
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .p-about-archive__img img {
    max-width: 100%;
    width: 100%;
  }
}
.p-about-archive__img::after {
  content: "";
  display: block;
  top: 3.5rem;
  right: -3.5rem;
  width: 100%;
  height: 100%;
  background-color: var(--c-thi);
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-about-archive__img::after {
    top: 1.5rem;
    right: -1.5rem;
  }
}
@media (max-width: 767px) {
  .p-about-archive__img + * {
    margin-top: 2.5rem;
  }
}
.p-about-archive__text:has(.p-about-archive__item-bg) {
  position: relative;
}
.p-about-archive__item {
  display: flex;
  gap: 5.5%;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-about-archive__item {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.p-about-archive__item-subtitle {
  color: var(--c-sec);
  font-size: 0.875rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-about-archive__item-subtitle::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 1px;
  background-color: var(--c-sec);
}
.p-about-archive__item-subtitle + * {
  margin-top: 1rem;
}
.p-about-archive__item-bg {
  font-size: 3.5rem;
  color: var(--c-gry-light);
  position: absolute;
  bottom: -5.5rem;
  right: -3.5rem;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-about-archive__item-bg {
    bottom: -3.5rem;
    right: -2.5rem;
  }
}
.p-about-archive__item-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-about-archive__item-title.-lg {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-about-archive__item-title.-lg {
    font-size: 1.85rem;
  }
}
.p-about-archive__item-text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 240%;
}
.p-about-archive__item-text + * {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-about-archive__item-text + * {
    margin-top: 3.5rem;
  }
}
.p-about-archive__item-link a:not([class]) {
  margin-top: 1.5rem;
  color: var(--c-blk);
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-right: 5rem;
  background-position: calc(100% - 0.5rem) calc(100% - 0.75rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 3.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .p-about-archive__item-link a:not([class]):hover {
    color: var(--c-pri);
    background-position: 100% calc(100% - 0.75rem);
  }
}

/* =====================================
 * 詳細ページ
 * ================================== */
.p-about-detail-num {
  counter-reset: number 0;
}
.p-about-detail-num__img {
  flex-shrink: 0;
  flex-grow: 0;
}
.p-about-detail-num__img img {
  max-width: 480px;
}
@media (max-width: 767px) {
  .p-about-detail-num__img img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-about-detail-num__img + * {
    margin-top: 2.5rem;
  }
}
.p-about-detail-num__item {
  display: flex;
  gap: 5.5%;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-about-detail-num__item {
    flex-direction: column;
  }
}
.p-about-detail-num__item-head + * {
  margin-top: 1.5rem;
}
.p-about-detail-num__item-lead {
  font-weight: 500;
  font-size: 1.25rem;
}
.p-about-detail-num__item-title {
  font-size: 1.75rem;
  font-weight: 500;
}
.p-about-detail-num__item-text {
  margin-top: 1.5rem;
}
.p-about-detail-num__item-text + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-about-detail-num__item-text + * {
    margin-top: 2.5rem;
  }
}
.p-about-detail-num__item-link a:not([class]) {
  margin-top: 1.5rem;
  color: var(--c-blk);
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-right: 5rem;
  background-position: calc(100% - 0.5rem) calc(100% - 0.75rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 3.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .p-about-detail-num__item-link a:not([class]):hover {
    color: var(--c-pri);
    background-position: 100% calc(100% - 0.75rem);
  }
}
.p-about-detail-num__item + .p-about-detail-num__item {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-about-detail-num__item + .p-about-detail-num__item {
    margin-top: 5rem;
  }
}
.p-about-detail-num__text {
  padding-left: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-about-detail-num__text {
    padding-left: 3rem;
  }
}
.p-about-detail-num__text::before {
  counter-increment: number 1;
  content: "0" counter(number) "";
  display: block;
  color: var(--c-sec);
  font-size: 1.25rem;
  font-weight: 500;
  background-size: 100%;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.p-about-detail-num__text::after {
  content: "";
  display: block;
  top: 3rem;
  left: 0.75rem;
  width: 1px;
  height: 5rem;
  background-color: var(--c-gry);
  background-size: 100%;
  position: absolute;
}

/* =====================================
 * 背景
 * ================================== */
.c-content-bg {
  width: 100vw;
  position: relative;
  height: 280px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-content-bg {
    height: 150px;
  }
}
.c-content-bg.-right .c-content-bg__img {
  right: 0;
  left: auto;
}
.c-content-bg__img {
  width: 92%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-content-bg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================
 * 提供できる価値　(3列リスト)
 * ================================== */
@media (min-width: 768px) {
  .p-about-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-about-list-wrap > * {
    flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
}
@media (max-width: 767px) {
  .p-about-list-wrap > * + * {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .p-about-list-wrap.-max3 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-about-list-wrap.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}

.p-about-list__title {
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.p-about-list__title + * {
  margin-top: 1rem;
}
.p-about-list__img {
  height: fit-content;
}
@media (min-width: 960px) {
  .p-about-list__img {
    min-height: 189px;
  }
}
.p-about-list__img img {
  aspect-ratio: 374/230;
  object-fit: cover;
}
.p-about-list__img + * {
  margin-top: 1.5rem;
}

/* =====================================
 * ロゴリスト
 * ================================== */
* + .p-about-logo {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  * + .p-about-logo {
    margin-top: 2.5rem;
  }
}

.p-about-logo__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-about-logo__inner {
    gap: 1rem;
  }
}
.p-about-logo__item {
  border: 1px solid var(--c-gry);
  flex-basis: calc(16.6666666667% - 1.25rem);
  max-width: calc(16.6666666667% - 1.25rem);
}
@media (max-width: 767px) {
  .p-about-logo__item {
    flex-basis: calc(33.3333333333% - 0.6666666667rem);
    max-width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.p-about-logo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================
 * 対応領域
 * ================================== */
.p-about-concept-region {
  background-color: var(--c-thi);
  padding: 3.5rem 3.25rem;
}
@media (max-width: 767px) {
  .p-about-concept-region {
    padding: 2.5rem 1.25rem;
  }
}
.p-about-concept-region__inner {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-about-concept-region__inner {
    flex-direction: column;
  }
}
.p-about-concept-region__title {
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .p-about-concept-region__title img {
    max-width: 240px;
  }
}
.p-about-concept-region__title + * {
  margin-top: 1.5rem;
}
.p-about-concept-region__item {
  padding: 2rem;
  background-color: var(--c-wht);
}
@media (max-width: 767px) {
  .p-about-concept-region__item {
    padding: 1.25rem;
  }
}
.p-about-concept-region__item-list {
  display: flex;
}
@media (max-width: 767px) {
  .p-about-concept-region__item-list {
    flex-direction: column;
  }
}
.p-about-concept-region__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.p-about-concept-region__item-title + * {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .p-about-concept-region__item-item + .p-about-concept-region__item-item {
    margin-left: 1.125rem;
    padding-left: 1.125rem;
    border-left: 1px solid var(--c-gry);
  }
}
@media (max-width: 767px) {
  .p-about-concept-region__item-item + .p-about-concept-region__item-item {
    margin-top: 1.125rem;
    padding-top: 1.125rem;
    border-top: 1px solid var(--c-gry);
  }
}
.p-about-concept-region__item-img {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-about-concept-region__item-img {
    aspect-ratio: 1/1;
    max-width: 4rem;
  }
}
@media (max-width: 767px) {
  .p-about-concept-region__item-img {
    justify-content: center;
  }
}
.p-about-concept-region__item-img img {
  aspect-ratio: 1/1;
  max-width: 4rem;
  max-height: 4rem;
  object-fit: contain;
  display: block;
  flex-basis: calc(50% - 0.25rem);
  max-width: calc(50% - 0.25rem);
}
@media (max-width: 767px) {
  .p-about-concept-region__item-img img {
    flex-basis: calc(25% - 0.375rem);
    max-width: calc(25% - 0.375rem);
  }
}
.p-about-concept-region__item-desc {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-about-concept-region__item-img {
    max-width: 136px;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
}
.p-about-concept-region__item-img + * {
  margin-top: 1rem;
}

/* =====================================
 * 加工技術力 (6列リスト)
 * ================================== */
* + .p-about-planning-ex[class] {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  * + .p-about-planning-ex[class] {
    margin-top: 1.5rem;
  }
}

.p-about-planning-ex__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-about-planning-ex__inner {
    gap: 2rem 1rem;
  }
}
.p-about-planning-ex__inner > * {
  flex-basis: calc(16.6666666667% - 1.25rem);
  max-width: calc(16.6666666667% - 1.25rem);
}
@media (max-width: 767px) {
  .p-about-planning-ex__inner > * {
    flex-basis: calc(33.3333333333% - 0.6666666667rem);
    max-width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.p-about-planning-ex__title {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .p-about-planning-ex__title {
    font-size: 0.975rem;
    line-height: 1.5;
  }
}
.p-about-planning-ex__title span {
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-about-planning-ex__title span {
    font-size: 0.875rem;
  }
}
.p-about-planning-ex__title span.-note {
  color: var(--c-gry-dark);
}
@media (max-width: 767px) {
  .p-about-planning-ex__title span.-note {
    display: block;
  }
}
.p-about-planning-ex__img + * {
  margin-top: 0.5rem;
}

/* =====================================
 * 年表
 * ================================== */
.p-about-timeline {
  position: relative;
}
.p-about-timeline a[target=_blank] {
  position: relative;
}
.p-about-timeline a[target=_blank]::after {
  content: "";
  display: content;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.5rem;
}
.p-about-timeline__inner {
  display: flex;
  border-bottom: 1px solid var(--c-gry);
}
.p-about-timeline__inner:first-child {
  padding-top: 1rem;
}
.p-about-timeline__inner:first-child .p-about-timeline__year {
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .p-about-timeline__inner:first-child .p-about-timeline__year {
    font-size: 2rem;
  }
}
.p-about-timeline__inner:first-child .p-about-timeline__year::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 1rem);
  background-color: var(--c-sec);
  position: absolute;
}
.p-about-timeline__inner:first-child .p-about-timeline__text {
  margin-top: -0.5rem;
}
.p-about-timeline__inner:last-child .p-about-timeline__year::after {
  content: "";
  display: block;
  bottom: auto;
  top: 0;
  right: 0;
  width: 1px;
  height: 3rem;
  background-color: var(--c-sec);
  position: absolute;
}
.p-about-timeline__inner + .p-about-timeline__inner .p-about-timeline__year,
.p-about-timeline__inner + .p-about-timeline__inner .p-about-timeline__text {
  padding-top: 2.5rem;
}
.p-about-timeline__year {
  font-size: 3.5rem;
  padding-right: 5rem;
  line-height: 0.75;
  padding-top: 0.15rem;
  min-width: 145px;
  position: relative;
  padding-bottom: 2.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .p-about-timeline__year {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .p-about-timeline__year {
    font-size: 2rem;
    min-width: 90px;
    padding-right: 1rem;
  }
}
.p-about-timeline__year::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--c-sec);
  position: absolute;
}
@media (max-width: 767px) {
  .p-about-timeline__text-inner + * {
    margin-top: 1rem;
  }
}
.p-about-timeline__text {
  padding-left: 2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-about-timeline__text {
    display: flex;
    gap: 2.5rem;
  }
}
.p-about-timeline__month {
  position: relative;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
  width: 47px;
}
.p-about-timeline__month span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-about-timeline__month span {
    font-size: 1.25rem;
  }
}
.p-about-timeline__month::before {
  content: "";
  display: block;
  top: 0.5rem;
  left: 0;
  border-radius: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--c-sec);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  margin-left: -2.25rem;
}
.p-about-timeline__month strong {
  min-width: 46px;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-about-timeline__month strong {
    display: block;
    min-width: 26px;
  }
}
.p-about-timeline__month + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-about-timeline__month + * {
    margin-top: 10px;
  }
}
.p-about-timeline__text-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-about-timeline__text-title {
    font-size: 1.125rem;
  }
}
.p-about-timeline__text-title + * {
  margin-top: 1.5rem;
}

.swiper.js-about-slider .swiper-button-next,
.swiper.js-about-slider .swiper-button-prev {
  transform: translateY(-50%);
  height: 100%;
}
.swiper.js-about-slider .swiper-slide.swiper-slide-active {
  z-index: 1;
}

/* =====================================
 * 詳細ページ (single)
 * ================================== */
body[data-page-slug=product][data-page-type=detail] .c-under-imgflex__item + .c-under-imgflex__item-list {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=product][data-page-type=detail] .c-under-imgflex__item + .c-under-imgflex__item-list {
    margin-top: 2rem;
  }
}
@media (min-width: 960px) {
  body[data-page-slug=product][data-page-type=detail] .c-under-imgflex__item-list-list > * {
    flex-basis: calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
  }
}
body[data-page-slug=product][data-page-type=detail] .c-under-imgflex__item-list {
  background-color: transparent;
  padding: 0;
}

body:not([data-page-slug=product][data-page-type=detail]) .c-under-imgflex__item + .c-under-imgflex__item-list {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  body:not([data-page-slug=product][data-page-type=detail]) .c-under-imgflex__item-list {
    max-width: calc(100% - (2.5rem + 374px));
  }
}

/* =====================================
 * カテゴリーページ
 * ================================== */
.p-product-cat-top__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-product-cat-top__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-product-cat-top__title + * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-product-cat-top__desc {
    text-align: center;
  }
}

/* =====================================
 * 商品画像拡大
 * ================================== */
.img_inner {
  width: 100%;
}

.img_content {
  position: relative;
  overflow: hidden;
}

.img_box {
  display: block;
  width: 100%;
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

/* 拡大レンズの要素のスタイル */
.zoom_lens {
  position: absolute;
  cursor: crosshair;
  background-color: rgba(155, 0, 27, 0.4);
  width: 200px;
  height: 200px;
  opacity: 0;
  /* より滑らかなアニメーションが可能 */
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* 画像にホバーしたら表示されるようにする */
.img_content:hover .zoom_lens {
  opacity: 1;
  pointer-events: auto;
}

body:has(.modal-container.active) .zoom_wrap {
  z-index: 9999999;
  top: 12vh;
  left: auto;
  right: 10%;
  scroll-margin-top: 0px;
  max-width: 680px;
  position: fixed;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 40%;
  height: 80vh !important;
}
body:has(.modal-container.active) .zoom_wrap img {
  height: 100%;
}
body:has(.modal-container.active) .zoom_img {
  position: absolute;
  min-width: 100%;
  max-width: 1400px;
  max-width: 1400px;
}

/* 拡大プレビューエリアのスタイル */
.zoom_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 1000;
  max-width: 720px;
  min-height: 720px;
  pointer-events: none;
  transition: opacity 0.2s ease;
  aspect-ratio: 1/1;
}

.zoom_wrap.active {
  opacity: 1;
}

.zoom_img {
  position: absolute;
  min-width: 1800px;
  height: auto;
  object-fit: cover;
}

/* .zoom_imgにはJavaScriptでスタイルをあてる */
/* =====================================
 * モーダル
 * ================================== */
.modal-open a {
  pointer-events: none;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999999;
  margin-top: 0;
}
.modal-container:not(:has(.modal-content__text > h2)) .modal-body {
  max-width: 500px;
}
.modal-container:not(:has(.modal-content__text > h2)) .c-product.-modal {
  height: 100%;
}
.modal-container:not(:has(.modal-content__text > h2)) .c-product__slider-wrapper {
  max-width: 100%;
  width: 100%;
}

body[data-page-slug=company][data-page-type=detail] .modal-container .modal-body {
  max-width: 850px;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1200px;
  width: 83%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  top: -1.75rem;
  right: -1.75rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
}
.modal-close::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_modal_close.svg);
  background-size: 100%;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: var(--c-wht);
  text-align: left;
  padding: 6%;
  overflow-y: scroll;
  max-height: 80vh;
}
@media (max-width: 767px) {
  .modal-content {
    padding-bottom: 2rem;
  }
}
.modal-content > img {
  width: 100%;
}
.modal-content__text .zoom_wrap {
  left: auto;
  right: 0;
}

/* =====================================
 * カテゴリーページ
 * ================================== */
.p-product-cat-slider .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-product-cat-slider__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-product-cat-slider__inner.-max4 > * {
    flex-basis: calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
  }
}
@media (max-width: 767px) {
  .p-product-cat-slider__inner.-max4 > * {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
.p-product-cat-slider__img {
  height: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-product-cat-slider__img + * {
    margin-top: 2.5rem;
  }
}
.p-product-cat-slider__item-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-product-cat-slider__item-title + * {
  margin-top: 1.5rem;
}
.p-product-cat-slider__item-text {
  margin-top: 1.5rem;
}
.p-product-cat-slider__item-text + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-product-cat-slider__item-text + * {
    margin-top: 2.5rem;
  }
}
.p-product-cat-slider__item-link a:not([class]) {
  margin-top: 1.5rem;
  color: var(--c-blk);
  text-decoration: none;
  display: block;
  width: fit-content;
  padding-right: 5rem;
  background-position: calc(100% - 0.5rem) calc(100% - 0.75rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_box_right.svg);
  background-size: 3.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 960px) {
  .p-product-cat-slider__item-link a:not([class]):hover {
    color: var(--c-pri);
    background-position: 100% calc(100% - 0.75rem);
  }
}
.p-product-cat-slider__title {
  text-align: center;
  margin-top: 1rem;
}
.p-product-cat-slider__title a:not([class]) {
  text-decoration: none;
}

.p-product-cat-slider__inner.-max4 .p-product-cat-slider__item,
.p-product-cat-list.-max4 .p-product-cat-slider__item {
  height: 100%;
  transition: transform 0.3s;
}
.p-product-cat-slider__inner.-max4 .p-product-cat-slider__item .swiper-slide img,
.p-product-cat-list.-max4 .p-product-cat-slider__item .swiper-slide img {
  transition: transform 0.3s;
}
.p-product-cat-slider__inner.-max4 .p-product-cat-slider__item:hover .swiper-slide img,
.p-product-cat-list.-max4 .p-product-cat-slider__item:hover .swiper-slide img {
  transform: scale(1.05);
}
.p-product-cat-slider__inner.-max4 .swiper,
.p-product-cat-list.-max4 .swiper {
  height: 100%;
  object-fit: contain;
}
.p-product-cat-slider__inner.-max4 .swiper img,
.p-product-cat-list.-max4 .swiper img {
  height: 100%;
  object-fit: cover;
}

.p-case-point + * {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .p-case-point + * {
    margin-top: 5rem;
  }
}
.p-case-point__inner {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .p-case-point__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-case-point__inner > * {
    flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.p-case-point__item {
  padding: 2.5rem;
  border: 1px solid var(--c-sec);
}
.p-case-point__item.-first {
  background-color: var(--c-gry-light);
  border: 1px solid var(--c-gry-light);
  position: relative;
}
.p-case-point__item.-first::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_case_point_arr.svg);
  background-size: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .p-case-point__item.-first::after {
    margin-right: -3.5rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .p-case-point__item.-first::after {
    left: 50%;
    bottom: 0;
    margin-bottom: -4rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-case-point__item.-first .p-case-point__subtitle::after {
  background-color: var(--c-gry-dark);
}
.p-case-point__subtitle {
  font-size: 1.25rem;
  color: var(--c-wht);
  font-weight: 500;
  position: relative;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  height: 5rem;
  display: flex;
  align-items: center;
}
.p-case-point__subtitle::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-color: var(--c-sec);
  border-radius: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-case-point__subtitle + * {
  margin-top: 1.5rem;
}
.p-case-point__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.p-case-point__title + * {
  margin-top: 1.5rem;
}

/* =====================================
 * 検索機能
 * ================================== */
.c-case-tag {
  background-color: var(--c-gry-light);
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .c-case-tag {
    padding: 1.5rem;
  }
}
.c-case-tag + .p-newworks-list-wrap {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-case-tag + .p-newworks-list-wrap {
    margin-top: 2rem;
  }
}
.c-case-tag__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-case-tag__subtitle {
    font-size: 1rem;
  }
}
.c-case-tag__subtitle + * {
  margin-top: 1rem;
}
.c-case-tag__block + .c-case-tag__block {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-case-tag__block + .c-case-tag__block {
    margin-top: 1rem;
  }
}
.c-case-tag__list:has(img) {
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-case-tag__list:has(img) > * {
    flex-basis: calc(25% - 0.75rem);
    max-width: calc(25% - 0.75rem);
  }
}
@media (max-width: 767px) {
  .c-case-tag__list:has(img) > * {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 60px;
  }
}
.c-case-tag__list:has(img) .c-case-tag__item span {
  min-height: 80px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.75rem;
  justify-content: flex-end;
  text-align: left;
  padding: 0.35rem 0.5rem 0.25rem;
}
@media (max-width: 767px) {
  .c-case-tag__list:has(img) .c-case-tag__item span {
    min-height: 42px;
    padding: 0.35rem 1rem 0.25rem;
  }
}
.c-case-tag__item {
  transition: all 0.2s ease-in-out;
}
.c-case-tag__item span {
  display: block;
  border: 1px solid var(--c-gry);
  padding: 0.35rem 1rem 0.25rem 1rem;
  font-size: 0.875rem;
  height: 100%;
}
@media (max-width: 767px) {
  .c-case-tag__item span {
    padding: 0.75rem 1rem 0.5rem 1rem;
    font-size: 1rem;
  }
}
.c-case-tag__item span img {
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-case-tag__item span img {
    width: 2.5rem;
  }
}
.c-case-tag__item button[data-case-clean=case_cat] span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0.35rem 1.5rem 0.25rem;
}
.c-case-tag__item button.is-active span {
  background-color: var(--c-sec) !important;
  color: var(--c-wht);
}
.c-case-tag__item button {
  transition: all 0.2s ease-in-out;
  height: 100%;
  width: 100%;
}
@media (min-width: 960px) {
  .c-case-tag__item button:hover {
    background-color: var(--c-sec) !important;
    color: var(--c-wht);
  }
}
.c-case-tag__item button.js-case-keyword,
.c-case-tag__item button[data-case-clean=case_keyword] {
  border-radius: 1.25rem;
}
.c-case-tag__item button.js-case-keyword span,
.c-case-tag__item button[data-case-clean=case_keyword] span {
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .c-case-tag__item button.js-case-keyword span,
  .c-case-tag__item button[data-case-clean=case_keyword] span {
    border-radius: 1.5rem;
  }
}
.c-case-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-case-tag__list {
    gap: 0.5rem;
  }
}
.c-case-tag__list button {
  background-color: var(--c-wht);
}
.c-case-tag__list .js-case-clean span {
  background-color: var(--c-sec);
  color: var(--c-wht);
}
.c-case-tag__list:has(.js-case-cat.is-active) > .c-case-tag__item .js-case-clean span {
  background-color: var(--c-wht);
  color: var(--c-blk);
}
.c-case-tag__list:has(.js-case-business.is-active) > .c-case-tag__item .js-case-clean span {
  background-color: var(--c-wht);
  color: var(--c-blk);
}
.c-case-tag__list:has(.js-case-keyword.is-active) > .c-case-tag__item .js-case-clean span {
  background-color: var(--c-wht);
  color: var(--c-blk);
}

/* =====================================
 * ピックアップ
 * ================================== */
h3.wp-block + .p-case-pickup-list-wrap,
h3[class*=has-text-align] + .p-case-pickup-list-wrap,
h3[class*=font-size] + .p-case-pickup-list-wrap,
h3:not([class]) + .p-case-pickup-list-wrap {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  h3.wp-block + .p-case-pickup-list-wrap,
  h3[class*=has-text-align] + .p-case-pickup-list-wrap,
  h3[class*=font-size] + .p-case-pickup-list-wrap,
  h3:not([class]) + .p-case-pickup-list-wrap {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-case-pickup-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-case-pickup-list-wrap > * {
    flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
}
@media (max-width: 767px) {
  .p-case-pickup-list-wrap > * + * {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-case-pickup-list-wrap.-max3 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-case-pickup-list-wrap.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.p-case-pickup-list-wrap.-max3 .p-case-pickup-list__title {
  font-size: 1.125rem;
}
.p-case-pickup-list-wrap.-max3 .p-case-pickup-list__company {
  font-size: 0.875rem;
}
.p-case-pickup-list-wrap.-max3 .p-case-pickup-list__company + * {
  margin-top: 0.875rem;
}

.p-case-pickup-list__title,
.p-case-pickup-list__desc,
.p-case-pickup-list__name {
  transition: all 0.2s ease-in-out;
}

.p-case-pickup-list__item {
  position: relative;
  height: 100%;
}
.p-case-pickup-list__item a {
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem 3.5rem;
  border: 1px solid var(--c-gry);
  height: 100%;
}
@media (max-width: 767px) {
  .p-case-pickup-list__item a {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.p-case-pickup-list__item a:hover .p-case-pickup-list__title {
  color: var(--c-sec);
}
@media (min-width: 960px) {
  .p-case-pickup-list__item a:hover .p-case-pickup-list__img img {
    transform: scale(1.04);
  }
}
.p-case-pickup-list__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.p-case-pickup-list__cat-list li {
  position: relative;
  padding-left: 1rem;
}
.p-case-pickup-list__cat-list li span {
  font-size: 13px;
  color: var(--c-sec);
  font-weight: 500;
}
.p-case-pickup-list__cat-list li::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_star.svg);
  background-size: 100%;
  position: absolute;
  margin-top: 0.55rem;
}
.p-case-pickup-list__cat + * {
  margin-top: 0.5rem;
}
.p-case-pickup-list__title {
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.p-case-pickup-list__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-case-pickup-list__title + * {
    margin-top: 1rem;
  }
}
.p-case-pickup-list__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-case-pickup-list__desc + * {
    margin-top: 2rem;
  }
}
.p-case-pickup-list__img {
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  aspect-ratio: 374/230;
  height: fit-content;
}
@media (min-width: 768px) {
  .p-case-pickup-list__img {
    width: 44%;
    max-width: 374px;
  }
}
.p-case-pickup-list__img img {
  transition: all 0.5s ease-in-out;
  object-fit: cover;
  aspect-ratio: 374/230;
}

.swiper.js-case-pickup-slider {
  overflow: visible;
  padding-bottom: 3rem;
  z-index: 0;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .swiper.js-case-pickup-slider {
    margin-left: -1rem;
    padding-left: 2rem;
    margin-right: -1rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .swiper.js-case-pickup-slider {
    margin-left: -3rem;
    padding-left: 3rem;
    margin-right: -3rem;
    padding-right: 3rem;
  }
}
.swiper.js-case-pickup-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c-sec);
}
.swiper.js-case-pickup-slider .swiper-pagination-bullet {
  margin: 0 0.5rem;
}

body[data-page-slug=guide][data-page-type=""] .c-anchor-link {
  border: 0;
}
body[data-page-slug=guide][data-page-type=""] .c-anchor-link__inner {
  gap: 2.5rem;
  counter-reset: number 0;
}
@media (max-width: 767px) {
  body[data-page-slug=guide][data-page-type=""] .c-anchor-link__inner {
    gap: 1rem;
  }
}
body[data-page-slug=guide][data-page-type=""] .c-anchor-link__btn {
  border: 1px solid var(--c-gry);
}
@media (min-width: 768px) {
  body[data-page-slug=guide][data-page-type=""] .c-anchor-link__btn {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
body[data-page-slug=guide][data-page-type=""] .c-anchor-link__btn a {
  padding: 1rem;
  gap: 0;
  flex-direction: column;
  justify-content: space-between;
}
body[data-page-slug=guide][data-page-type=""] .c-anchor-link__btn a::before {
  counter-increment: number 1;
  content: "0" counter(number) "";
  font-size: 1rem;
  display: block;
  color: var(--c-sec);
  font-weight: 500;
}
body[data-page-slug=guide][data-page-type=""] .c-anchor-link__btn a::after {
  margin-top: 0.5rem;
}
body[data-page-slug=guide][data-page-type=""] .p-about-archive__img::after {
  top: 7.5rem;
  right: -7.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=guide][data-page-type=""] .p-about-archive__img::after {
    top: 2.5rem;
  }
}
body[data-page-slug=guide][data-page-type=""] .p-about-archive + .p-about-archive {
  margin-top: 13.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=guide][data-page-type=""] .p-about-archive + .p-about-archive {
    margin-top: 8rem;
  }
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item:has(.c-under-link__item-bg) {
  position: relative;
  overflow: hidden;
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item:has(.c-under-link__item-bg) a,
body[data-page-slug=guide][data-page-type=""] .c-under-link__item:has(.c-under-link__item-bg) .c-under-link__item-text {
  color: var(--c-wht) !important;
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item:has(.c-under-link__item-bg) a {
  background-image: url(../img/ico_arr_box_right_wht.svg);
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item:has(.c-under-link__item-bg):hover .c-under-link__item-bg {
  transform: scale(1.1);
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item-bg::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
}
body[data-page-slug=guide][data-page-type=""] .c-under-link__item-bg img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body[data-page-slug=guide][data-page-type=""] .p-about-archive.-reverse .p-about-archive__item {
    flex-direction: row;
  }
}
body[data-page-slug=guide][data-page-type=""] .p-about-archive.-guide .p-about-archive__img::after {
  content: none;
}
body[data-page-slug=guide][data-page-type=""] .p-about-archive.-guide + .p-about-archive {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  body[data-page-slug=guide][data-page-type=""] .p-about-archive.-guide + .p-about-archive {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  body[data-page-slug=guide][data-page-type=""] .p-about-archive.-guide .p-about-archive__item {
    align-items: center;
  }
}
@media (max-width: 767px) {
  body[data-page-slug=guide][data-page-type=""] .p-about-archive.-guide .p-about-archive__img + * {
    margin-top: 0rem;
  }
}

/* =====================================
 * 流れ
 * ================================== */
.c-flow {
  counter-reset: number 0;
}
.c-flow__img {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media (min-width: 768px) {
  .c-flow__img {
    width: 31%;
    max-width: 374px;
  }
}
@media (max-width: 767px) {
  .c-flow__img img {
    max-width: 100%;
    width: 100%;
  }
}
.c-flow__text:has(.p-about-archive__item-bg) {
  position: relative;
}
.c-flow__text strong {
  font-size: 0.75rem;
  color: var(--c-gry-dark);
  font-weight: 500;
}
.c-flow__item {
  display: flex;
  gap: 5.5%;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding: 2.5rem 3.5rem;
  border: 1px solid var(--c-gry);
}
@media (max-width: 767px) {
  .c-flow__item {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
    flex-direction: column;
  }
}
.c-flow__item + .c-flow__item {
  margin-top: 5rem;
  position: relative;
}
.c-flow__item + .c-flow__item::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_flow_arr_down.svg);
  background-size: 100%;
  position: absolute;
  margin-top: -3.5rem;
}
.c-flow__item-note {
  font-size: 0.875rem;
  color: var(--c-gry-dark);
}
.c-flow__item-num::before {
  counter-increment: number 1;
  content: "STEP" counter(number) "";
  font-weight: 500;
  color: var(--c-sec);
  font-size: 1rem;
  display: block;
  letter-spacing: 0.08em;
}
.c-flow__item-num + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-flow__item-num + * {
    margin-top: 0.5rem;
  }
}
.c-flow__item-bgtext {
  background-color: var(--c-gry-light);
  padding: 1rem 1.5rem;
}
.c-flow__item-bgtext + * {
  margin-top: 1.5rem;
}
.c-flow__item-bgtext-title + * {
  margin-top: 0.5rem;
}
.c-flow__item-bgtext-desc {
  font-size: 0.875rem;
}
.c-flow__item-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.c-flow__item-text {
  margin-top: 1.5rem;
}
.c-flow__item-text + * {
  margin-top: 1.5rem;
}

/* =====================================
 * 事例ページ
 * ================================== */
h3.wp-block + .p-guide-list-wrap,
h3[class*=has-text-align] + .p-guide-list-wrap,
h3[class*=font-size] + .p-guide-list-wrap,
h3:not([class]) + .p-guide-list-wrap {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  h3.wp-block + .p-guide-list-wrap,
  h3[class*=has-text-align] + .p-guide-list-wrap,
  h3[class*=font-size] + .p-guide-list-wrap,
  h3:not([class]) + .p-guide-list-wrap {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-guide-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-guide-list-wrap > * {
    flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
}
@media (max-width: 767px) {
  .p-guide-list-wrap > * + * {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .p-guide-list-wrap.-max3 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-guide-list-wrap.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.p-guide-list-wrap.-max3 .p-guide-list__title {
  font-size: 1.125rem;
}
.p-guide-list-wrap.-max3 .p-guide-list__company {
  font-size: 0.875rem;
}
.p-guide-list-wrap.-max3 .p-guide-list__company + * {
  margin-top: 0.875rem;
}

.p-guide-list__title,
.p-guide-list__desc,
.p-guide-list__name {
  transition: all 0.2s ease-in-out;
}

.p-guide-list__desc {
  font-size: 0.875rem;
}
.p-guide-list__desc + * {
  margin-top: 1.5rem;
}
.p-guide-list__item {
  position: relative;
}
.p-guide-list__item a {
  text-decoration: none;
  position: relative;
  display: block;
}
.p-guide-list__item a:hover .p-guide-list__title {
  color: var(--c-sec);
}
@media (min-width: 960px) {
  .p-guide-list__item a:hover .p-guide-list__img img {
    transform: scale(1.04);
  }
}
.p-guide-list__ico + * {
  margin-top: 1.5rem;
}
.p-guide-list__ico > * {
  margin: 0 auto;
  display: block;
}
.p-guide-list__title {
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.p-guide-list__title + * {
  margin-top: 1rem;
}
.p-guide-list__img {
  overflow: hidden;
  aspect-ratio: 374/184;
}
.p-guide-list__img img {
  transition: all 0.5s ease-in-out;
  aspect-ratio: 374/184;
  object-fit: cover;
}
.p-guide-list__img + * {
  margin-top: 1rem;
}

/* =====================================
 * フェードインアニメーション
 * ================================== */
.fadein {
  opacity: 0;
}

.is-visible {
  animation: fadein 1s forwards;
}

.fadein:nth-child(1) {
  animation-delay: 0.2s;
}

.fadein:nth-child(2) {
  animation-delay: 0.8s;
}

.fadein:nth-child(3) {
  animation-delay: 1.6s;
}

@keyframes fadein {
  to {
    opacity: 1;
  }
}
.p-guide-strength-img img {
  display: block;
  margin: 0 auto;
}
.p-guide-strength-img + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-guide-strength-img + * {
    margin-top: 1.5rem;
  }
}

body[data-page-slug=privacy-policy] h2.wp-block::before,
body[data-page-slug=privacy-policy] h2[class*=has-text-align]::before,
body[data-page-slug=privacy-policy] h2[class*=font-size]::before,
body[data-page-slug=privacy-policy] h2:not([class])::before,
body[data-page-slug=sitemap] h2.wp-block::before,
body[data-page-slug=sitemap] h2[class*=has-text-align]::before,
body[data-page-slug=sitemap] h2[class*=font-size]::before,
body[data-page-slug=sitemap] h2:not([class])::before {
  content: none;
}
body[data-page-slug=privacy-policy] h2.wp-block + *,
body[data-page-slug=privacy-policy] h2[class*=has-text-align] + *,
body[data-page-slug=privacy-policy] h2[class*=font-size] + *,
body[data-page-slug=privacy-policy] h2:not([class]) + *,
body[data-page-slug=sitemap] h2.wp-block + *,
body[data-page-slug=sitemap] h2[class*=has-text-align] + *,
body[data-page-slug=sitemap] h2[class*=font-size] + *,
body[data-page-slug=sitemap] h2:not([class]) + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=privacy-policy] h2.wp-block + *,
  body[data-page-slug=privacy-policy] h2[class*=has-text-align] + *,
  body[data-page-slug=privacy-policy] h2[class*=font-size] + *,
  body[data-page-slug=privacy-policy] h2:not([class]) + *,
  body[data-page-slug=sitemap] h2.wp-block + *,
  body[data-page-slug=sitemap] h2[class*=has-text-align] + *,
  body[data-page-slug=sitemap] h2[class*=font-size] + *,
  body[data-page-slug=sitemap] h2:not([class]) + * {
    margin-top: 1.5rem;
  }
}
body[data-page-slug=privacy-policy] * + h2[class*=has-text-align],
body[data-page-slug=privacy-policy] * + h2[class*=font-size],
body[data-page-slug=privacy-policy] * + h2:not([class]),
body[data-page-slug=sitemap] * + h2[class*=has-text-align],
body[data-page-slug=sitemap] * + h2[class*=font-size],
body[data-page-slug=sitemap] * + h2:not([class]) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  body[data-page-slug=privacy-policy] * + h2[class*=has-text-align],
  body[data-page-slug=privacy-policy] * + h2[class*=font-size],
  body[data-page-slug=privacy-policy] * + h2:not([class]),
  body[data-page-slug=sitemap] * + h2[class*=has-text-align],
  body[data-page-slug=sitemap] * + h2[class*=font-size],
  body[data-page-slug=sitemap] * + h2:not([class]) {
    margin-top: 3.5rem;
  }
}

.p-company-vision {
  position: relative;
}
.p-company-vision__headline {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
.p-company-vision__headline::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_menu.svg);
  background-size: 100%;
  position: absolute;
}
.p-company-vision__headline::after {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1px;
  background-color: var(--c-gry);
  position: absolute;
}
.p-company-vision__headline + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-company-vision__headline + * {
    margin-top: 1.5rem;
  }
}
.p-company-vision__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-company-vision__title {
    font-size: 1.5rem;
  }
}
.p-company-vision__title + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-company-vision__title + * {
    margin-top: 1.5rem;
  }
}
.p-company-vision__desc {
  text-align: center;
  line-height: 2.4;
}
.p-company-vision-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-company-vision-flex {
    flex-direction: column-reverse;
  }
}
.p-company-vision-flex__img {
  max-width: 600px;
  width: 50%;
}
@media (max-width: 767px) {
  .p-company-vision-flex__img {
    width: 100%;
  }
}
.p-company-vision-flex__text {
  line-height: 1.8;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-company-vision-flex__text {
    font-size: 1.25rem;
  }
}
.p-company-vision__name {
  line-height: 1.8;
  text-align: center;
}
.p-company-vision__bg {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 1108px;
  position: absolute;
  z-index: -1;
}

/* =====================================
 * 沿革　CTA
 * ================================== */
.p-company-outline-cta {
  position: relative;
  overflow: hidden;
}
.p-company-outline-cta a {
  background-color: #3D362C;
  padding: 2.5rem 3.5rem;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-company-outline-cta a {
    padding-bottom: 20rem;
  }
}
.p-company-outline-cta a > * {
  color: var(--c-wht);
}
.p-company-outline-cta__text {
  position: relative;
  z-index: 1;
}
.p-company-outline-cta__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-company-outline-cta__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-company-outline-cta__title + * {
    margin-top: 1rem;
  }
}
.p-company-outline-cta__desc + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-company-outline-cta__desc + * {
    margin-top: 1rem;
  }
}
.p-company-outline-cta__link {
  color: var(--c-wht);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-company-outline-cta__link::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 1.125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ico_arr_right_pri.svg);
  transition: 0.3s;
}
.p-company-outline-cta__img {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  z-index: 0;
  max-width: 310px;
}
@media (min-width: 768px) {
  .p-company-outline-cta__img {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .p-company-outline-cta__img {
    top: auto;
    bottom: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}

.p-company-related-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-company-related-list {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .p-company-related-list.-max3 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-company-related-list.-max3 > * {
    flex-basis: calc(33.3333333333% - 1.6666666667rem);
    max-width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.p-company-related-list__img + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-company-related-list__img + * {
    margin-top: 1rem;
  }
}
.p-company-related-list__title {
  font-size: 0.875rem;
  text-align: center;
}
.p-company-related-list__title + * {
  margin-top: 0.5rem;
}
.p-company-related-list__link {
  text-align: center;
}
.p-company-related-list__link a {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 1.25rem;
}
.p-company-related-list__link a[target=_blank]::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  position: absolute;
}

body:has(.c-pagetitle.-story) {
  /* =====================================
  * CTA部分
  * ================================== */
}
body:has(.c-pagetitle.-story) .l-main {
  margin-top: 0;
}
body:has(.c-pagetitle.-story) .c-under-link.-about {
  max-width: calc(1200px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.p-story-top {
  padding-top: 6rem;
  background-color: var(--c-thi);
}
@media (max-width: 767px) {
  .p-story-top {
    padding-top: 0rem;
  }
}
.p-story-top__inner {
  display: flex;
  gap: 6.5%;
  align-items: end;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-story-top__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-story-top__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-story-top__desc + * {
    margin-top: 1.5rem;
  }
}
.p-story-top__company {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho";
}
.p-story-top__company + * {
  margin-top: 0.5rem;
}
.p-story-top__name {
  font-size: 1.5rem;
}
.p-story-top__name span {
  font-size: 1.125rem;
}
.p-story-top__img {
  max-width: 600px;
  flex-shrink: 0;
  flex-grow: 0;
}

.p-story-movie {
  padding-top: 8rem;
  background-color: var(--c-thi);
  margin-top: 0;
}
.p-story-movie > * {
  position: relative;
}
@media (max-width: 767px) {
  .p-story-movie {
    padding-top: 5rem;
  }
}
.p-story-movie__title {
  font-size: 1.25rem;
  text-align: center;
}
.p-story-movie__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-story-movie__title + * {
    margin-top: 1rem;
  }
}
.p-story-movie__movie {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: relative;
  z-index: 1;
}
.p-story-movie__bg {
  position: absolute;
  bottom: -9rem;
  right: -0.5rem;
  font-size: 6rem;
  color: var(--c-pri);
  font-family: "Zen Old Mincho";
  letter-spacing: 0.24em;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-story-movie__bg {
    font-size: 3rem;
    bottom: -5.5rem;
  }
}

/* =====================================
 * コンテンツ部分
 * ================================== */
.p-story-content-wrap {
  background-color: var(--c-blk);
  padding-top: 17.5rem;
  margin-top: -8rem;
  padding-bottom: 7.85rem;
  position: relative;
}
.p-story-content-wrap::before, .p-story-content-wrap::after {
  content: "";
  display: block;
  width: 1600px;
  height: 392px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_story_top_bg.png);
  background-size: 100%;
  position: absolute;
  z-index: 0;
  mix-blend-mode: color-burn;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .p-story-content-wrap::before, .p-story-content-wrap::after {
    top: -9rem;
    left: calc(50% - 28rem);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .p-story-content-wrap::before, .p-story-content-wrap::after {
    width: 1150px;
    height: 280px;
    top: -2rem;
    left: -30rem;
  }
}
.p-story-content-wrap::after {
  background-image: url(../img/img_story_top_bg_dot.png);
  mix-blend-mode: screen;
  opacity: 0.6;
}

.c-headline-story {
  color: var(--c-wht);
  font-size: 1.5rem;
  position: relative;
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-headline-story {
    text-align: center;
  }
}
.c-headline-story::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_headline_pri.svg);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .c-headline-story::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .c-headline-story + .c-anchor-link {
    margin-top: 2.5rem;
  }
}

.p-story-flex {
  position: relative;
}
.p-story-flex__inner {
  display: flex;
  gap: 6.5%;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-story-flex__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-story-flex__title {
  font-size: 6rem;
  color: var(--c-pri);
  font-family: "Zen Old Mincho";
  opacity: 0.4;
  position: absolute;
  top: -6.25rem;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.12em;
  word-break: keep-all;
  transform-origin: center;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .p-story-flex__title {
    font-size: 4rem;
    top: -2.25rem;
    right: auto;
    left: 0;
  }
}
.p-story-flex__desc {
  color: var(--c-wht);
}
.p-story-flex__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-story-flex__desc + * {
    margin-top: 1.5rem;
  }
}
.p-story-flex__img {
  max-width: 500px;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-story-flex__bg {
  max-width: 900px;
  flex-shrink: 0;
  flex-grow: 0;
  position: absolute;
  bottom: -5rem;
  right: calc(50% - 45rem);
}

.p-story-history {
  display: flex;
  gap: 6.5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-story-history {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-story-history dd {
  width: 100%;
}
.p-story-history__year {
  font-size: 3.5rem;
  color: var(--c-wht);
  font-family: "Zen Old Mincho";
  letter-spacing: 0.24em;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-story-history__year {
    font-size: 2.5rem;
  }
}
.p-story-history__year span {
  font-size: 2.5rem;
}
.p-story-history__year span.-month {
  font-size: 1.5rem;
  margin-left: 0.75rem;
  display: inline-block;
}
.p-story-history__year span.-month.-block {
  display: block;
  text-align: right;
  margin-left: 0;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-story-history__year span.-month.-block {
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.p-story-history__inner {
  display: flex;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .p-story-history__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-story-history__text {
  width: 100%;
}
.p-story-history__title {
  color: var(--c-wht);
  font-size: 1.25rem;
}
.p-story-history__title + * {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-story-history__title + * {
    margin-top: 1rem;
  }
}
.p-story-history__desc {
  color: var(--c-wht);
}
.p-story-history__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .p-story-history__img {
    max-width: 300px;
  }
}

* + .p-story-col2 {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  * + .p-story-col2 {
    margin-top: 10rem;
  }
}

.p-story-col2 {
  position: relative;
}
.p-story-col2.-version2 .p-story-col2__bg {
  top: 4rem;
  right: calc(50% - 49rem);
  left: auto;
}
.p-story-col2.-version2 .p-story-col2__title {
  font-size: 6rem;
  color: var(--c-pri);
  font-family: "Zen Old Mincho";
  opacity: 0.4;
  position: absolute;
  top: -2rem;
  left: -2.5rem;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.12em;
  word-break: keep-all;
  transform-origin: center;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .p-story-col2.-version2 .p-story-col2__title {
    font-size: 4rem;
    left: 0;
  }
}
.p-story-col2.-version2 .p-story-col2__inner {
  align-items: start;
}
.p-story-col2.-version2 .p-story-col2__desc {
  padding-top: 2.5rem;
}
.p-story-col2.-version3 {
  position: relative;
}
.p-story-col2.-version3::before, .p-story-col2.-version3::after {
  content: "";
  display: block;
  bottom: -12rem;
  right: calc(50% - 28rem);
  transform: translateX(50%);
  width: 1600px;
  height: 392px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_story_top_bg.png);
  background-size: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: color-burn;
  opacity: 0.1;
}
.p-story-col2.-version3::after {
  background-image: url(../img/img_story_top_bg_dot.png);
  mix-blend-mode: screen;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-story-col2.-version3 .p-story-col2__inner {
    flex-direction: inherit;
  }
}
.p-story-col2.-version3 .p-story-col2__title {
  top: 1.75rem;
  left: auto;
  right: -4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-story-col2.-version3 .p-story-col2__title {
    top: -5.25rem;
    left: 0;
    right: auto;
  }
}
.p-story-col2.-version3 .p-story-col2__img {
  max-width: 679px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0;
  margin-left: -8rem;
}
.p-story-col2.-version4 {
  position: relative;
}
.p-story-col2.-version4::before, .p-story-col2.-version4::after {
  content: "";
  display: block;
  bottom: -12rem;
  right: calc(50% - 28rem);
  width: 1600px;
  height: 392px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/img_story_top_bg.png);
  background-size: 100%;
  position: absolute;
  z-index: 0;
  mix-blend-mode: color-burn;
  opacity: 0.1;
}
.p-story-col2.-version4::after {
  background-image: url(../img/img_story_top_bg_dot.png);
  mix-blend-mode: screen;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-story-col2.-version4 .p-story-col2__inner {
    flex-direction: inherit;
  }
}
.p-story-col2.-version4 .p-story-col2__title {
  top: -2.25rem;
  left: auto;
  right: -5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-story-col2.-version4 .p-story-col2__title {
    top: -4.25rem;
    left: 0;
    right: auto;
  }
}
.p-story-col2.-version4 .p-story-col2__img {
  max-width: 444px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0;
  margin-left: 0;
}
.p-story-col2__inner {
  display: flex;
  gap: 6.5%;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-story-col2__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-story-col2__title {
  font-size: 6rem;
  color: var(--c-pri);
  font-family: "Zen Old Mincho";
  opacity: 0.4;
  position: absolute;
  top: -6.25rem;
  left: -2.5rem;
  letter-spacing: 0.24em;
}
@media (max-width: 767px) {
  .p-story-col2__title {
    font-size: 3.25rem;
    left: 0;
    top: -5.25rem;
  }
}
.p-story-col2__title:has(br.u-hidden-pc) br.u-hidden-pc {
  display: none;
}
@media (max-width: 767px) {
  .p-story-col2__title:has(br.u-hidden-pc) {
    letter-spacing: 0.06em;
  }
}
.p-story-col2__desc {
  color: var(--c-wht);
}
.p-story-col2__desc + * {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-story-col2__desc + * {
    margin-top: 1.5rem;
  }
}
.p-story-col2__img {
  max-width: 679px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: -8rem;
}
@media (max-width: 767px) {
  .p-story-col2__img {
    margin-right: 0;
    margin-left: 2rem;
  }
}
.p-story-col2__bg {
  max-width: 900px;
  flex-shrink: 0;
  flex-grow: 0;
  position: absolute;
  top: 3rem;
  left: calc(50% - 45rem);
}

* + .p-story-col3 {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  * + .p-story-col3 {
    margin-top: 1.5rem;
  }
}

.p-story-col3__inner {
  display: flex;
  gap: 3.33%;
  position: relative;
}
@media (max-width: 767px) {
  .p-story-col3__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .p-story-col3__inner > * {
    flex-basis: 31.1133333333%;
    max-width: 31.1133333333%;
  }
}
.p-story-col3__img-title {
  color: var(--c-wht);
  text-align: center;
  margin-top: 1rem;
}

/* =====================================
 * ギャラリー
 * ================================== */
.p-story-gallery-title {
  color: var(--c-pri);
  text-align: center;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho";
}
.p-story-gallery-title + * {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-story-gallery-title + * {
    margin-top: 2rem;
  }
}

.p-story-gallery-col3__inner {
  display: flex;
  gap: 2.5rem 3.33%;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-story-gallery-col3__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .p-story-gallery-col3__inner > * {
    flex-basis: 31.1133333333%;
    max-width: 31.1133333333%;
  }
}/*# sourceMappingURL=style.css.map */