
@charset "UTF-8";
/* 先頭 */
/*full-width*/
/*downloadセクションのチェックマークアイコン*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

span {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  padding: 0;
  border: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

html body {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  overflow-x: hidden;
}

html > body > main {
  font-weight: 500;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3";
  font-size: 1.6rem;
}

body {
  margin: 0;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 500;
  word-wrap: break-word; /* 長い単語を途中で改行 */
  overflow-wrap: break-word; /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word; /* 必要ならこれも追加 */
  white-space: normal; /* テキストを通常の折り返しモードに */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: none;
}

nav {
  float: none !important;
}

html,
body {
  height: auto;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

footer {
  margin-top: auto;
}

/* 先頭 */
.p-footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 4% 0 0;
  background-color: #1f1f1f;
  transition: all 0.5s;
}

header nav li {
  text-align: left;
  padding: 0;
}

nav ul li a {
  color: inherit;
}

header ul li a:hover {
  color: inherit;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: auto;
}

.l-footer {
  width: 100%;
}

.l-section {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .l-section {
    margin-bottom: 120px;
  }
}

.l-section.--news-sec {
  width: min(90%, 990px);
}

.l-main.--frontpage {
  overflow: hidden;
}

/*sp*/
.l-detailpage-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: min(90%, 1200px);
  margin: 0 auto;
}

/*pc*/
@media screen and (min-width: 960px) {
  .l-detailpage-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
    grid-template-areas: "aside contents";
    width: min(90%, 1200px);
    margin: 0 auto;
    gap: 32px;
  }
  .l-detailpage-contents {
    grid-area: contents;
  }
  .l-detailpage-aside {
    grid-area: aside;
  }
}
.l-detailpage-aside {
  display: none;
}

/*pc*/
@media screen and (min-width: 960px) {
  .l-detailpage-aside {
    display: block;
    margin-bottom: 120px;
  }
}
/*sp*/
.l-subpage-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}

/*pc*/
@media screen and (min-width: 960px) {
  .l-subpage-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
    grid-template-areas: "aside contents";
    width: min(90%, 1200px);
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .l-subpage-contents {
    grid-area: contents;
  }
  .l-subpage-aside {
    grid-area: aside;
  }
}
.l-subpage-aside {
  display: none;
}

/*pc*/
@media screen and (min-width: 960px) {
  .l-subpage-aside {
    display: block;
    margin-bottom: 120px;
  }
}
.l-subpage-section {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .l-subpage-section {
    margin-bottom: 136px;
  }
}

:where([data-scope=new-column]) .l-column__wrapper {
  margin-bottom: min(5vw, 100px);
  display: grid;
  grid-template-areas: "filter" "contents" "related" "featured";
  grid-template-columns: 1fr; /* 1列レイアウト */
  gap: 24px; /* セクション間のギャップ */
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .l-column__wrapper {
    grid-template-areas: "contents filter" "related related" "featured featured";
    column-gap: min(9vw, 120px); /* セクション間のギャップ */
    row-gap: 0;
  }
}
:where([data-scope=new-column]) .l-coluumn__filter {
  grid-area: filter;
}
:where([data-scope=new-column]) .l-column__related-articles {
  grid-area: related;
}
:where([data-scope=new-column]) .l-column__featured-articles {
  grid-area: featured;
}
:where([data-scope=new-column]) .l-column__wrapper.--detail {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
  grid-template-areas: "filter" "contents" "featured" "related";
  grid-template-columns: 1fr; /* 1列レイアウト */
  gap: 40px; /* セクション間のギャップ */
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .l-column__wrapper.--detail {
    grid-template-areas: "contents filter" "featured featured" "related related";
    column-gap: min(9vw, 120px); /* セクション間のギャップ */
    row-gap: min(5vw, 40px);
    margin-bottom: 120px;
  }
}

.c-btn {
  display: block;
}

.c-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .c-btn__wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
}
/* btn primary */
.c-btn.--primary {
  width: min(90%, 283px);
  text-align: center;
  font-size: 1.8rem;
  background-color: transparent;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  padding: 1.2em 1em;
}
.c-btn.--primary::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-image: url("/assets/img/header-btn-arrow-white.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  position: absolute;
  right: 1.1em;
  top: 50%;
  transition: all 0.2s ease;
}

.c-btn.--primary.--white {
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.5rem;
  padding: 1.2em 1em;
  width: 100%;
}

.c-btn.--primary.--red {
  background-color: #C72F32;
  color: #fff;
  width: min(100%, 283px);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  padding: 1.2em 1em;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.c-btn.--primary.--red:hover {
  background-color: #fff;
  color: #C72F32;
  transition: all 0.3s ease;
  border: 1px solid #C72F32;
}
.c-btn.--primary.--red:hover::after {
  background-image: url("/assets/img/header-btn-arrow-primary.png");
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(0.3em);
}

.c-btn.--primary.--red.--contact {
  padding: 20px 0px;
}

.c-btn.--primary.--red.--inversion {
  background-color: #fff;
  border: 1px solid #C72F32;
  color: #C72F32;
}
.c-btn.--primary.--red.--inversion::after {
  background-image: url("/assets/img/header-btn-arrow-primary.png");
  transition: all 0.3s ease;
}
.c-btn.--primary.--red.--inversion:hover {
  background-color: #C72F32;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.c-btn.--primary.--red.--inversion:hover::after {
  background-image: url("/assets/img/header-btn-arrow-white.png");
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(0.3em);
}

.c-btn.--primary.--red.--seminar {
  background-color: #222222;
  color: #fff;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 3em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  padding: 1.2em 1em;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.c-btn.--primary.--red.--seminar:after {
  content: "募集終了";
  background-image: none;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  color: inherit;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}

.c-btn.--primary.--red.--seminar.--on {
  background-color: #C72F32;
  color: #fff;
  pointer-events: auto;
  opacity: 1;
  height: 3em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  padding: 1.2em 1em;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.c-btn.--primary.--red.--seminar.--on:hover {
  background-color: #fff;
  border-color: #C72F32;
  color: #C72F32;
  transition: all 0.3s ease;
}
.c-btn.--primary.--red.--seminar.--on::after {
  content: "申し込む";
  background-image: none;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.c-btn.--primary.--red.--seminar.--on:hover::after {
  color: #C72F32;
  transition: color 0.3s ease;
}

/* btn secondaly */
.c-btn.--secondly {
  display: block;
  width: min(65vw, 285px);
  padding: 1.2em 1em;
  border-radius: 4px;
  background-color: #222222;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.c-btn.--secondly::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("/assets/img/btn-large-arrow-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) translateX(25%);
  transition: all 0.3s ease;
}
.c-btn.--secondly:hover {
  background-color: #fff;
  color: #222222;
  transition: all 0.3s ease;
  border: 1px solid #222222;
}
.c-btn.--secondly:hover::before {
  background-image: url("/assets/img/btn-large-arrow-black.png");
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(0.3em);
}

.c-btn.--secondly.--small {
  width: min(50vw, 180px);
  font-size: clamp(1.3rem, 3vw, 1.4rem);
  padding: 1em 0.5em;
}
.c-btn.--secondly.--small::before {
  background-image: url("/assets/img/btn-small-arrow-white.png");
  width: 12px;
  height: 12px;
  transform: translateY(-40%);
  right: 12px;
  transition: all 0.3s ease;
}
.c-btn.--secondly.--small:hover::before {
  background-image: url("/assets/img/btn-large-arrow-black.png");
  transition: all 0.3s ease;
  transform: translateY(-40%) translateX(0.3em);
}

.c-btn.--secondly.--inversion {
  color: #222222;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.c-btn.--secondly.--inversion::before {
  background-image: url("/assets/img/btn-large-arrow-black.png");
}
.c-btn.--secondly.--inversion:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.c-btn.--secondly.--inversion:hover::before {
  background-image: url("/assets/img/btn-large-arrow-white.png");
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(0.3em);
}

.c-btn.--secondly.--inversion.--small:hover::before {
  background-image: url("/assets/img/btn-large-arrow-white.png");
  transition: all 0.3s ease;
  transform: translateY(-40%) translateX(0.3em);
}

.c-btn.--secondly.--right {
  margin-left: auto;
}

.c-btn.--secondly.--center {
  margin: 0 auto;
  position: relative;
}

.c-btn.--secondly.--return::before {
  left: 12px;
  transform: translateY(-40%) rotate(-180deg);
}

.c-btn.--secondly.--red {
  background-color: #C72F32;
  color: #fff;
  border: 1px solid transparent;
}
.c-btn.--secondly.--red::before {
  background-image: url("/assets/img/btn-large-arrow-white.png");
}
.c-btn.--secondly.--red:hover {
  background-color: #fff;
  color: #C72F32;
  transition: all 0.3s ease;
  border: 1px solid #C72F32;
}
.c-btn.--secondly.--red:hover::before {
  background-image: url("/assets/img/btn-large-arrow-primary.png");
  transition: all 0.3s ease;
  transform: translateY(-50%) translateX(0.3em);
}

/*wws btn*/
.c-btn.--secondly.--wws {
  background-color: #FAA32A;
}
.c-btn.--secondly.--wws:hover {
  background-color: transparent;
  border: 1px solid #FAA32A;
  color: #FAA32A;
}
.c-btn.--secondly.--wws:hover::before {
  background-image: url("/assets/img/btn-large-arrow-woodwing.png");
}

/*wm btn*/
.c-btn.--secondly.--wm {
  background-color: #34538F;
}
.c-btn.--secondly.--wm:hover {
  background-color: transparent;
  border: 1px solid #34538F;
  color: #34538F;
}
.c-btn.--secondly.--wm:hover::before {
  background-image: url("/assets/img/btn-large-arrow-aproove.png");
}

/* 修正前　btn secondaly */
/*

.c-btn.--secondly {
  display: block;
  font-size: 1.5rem;
  padding-left: 2em;
  font-weight: 700;
  position: relative;
  color: global.$black;
  &::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("../img/btn-secondly-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 50% 0;
    transform: translateY(-50%);
  }
  @include global.mq(l){
    font-size: 1.8rem;
  }
}

.c-btn.--secondly.--inversion {
  width: 164px;
  color: global.$white;
  &::before {
    background-image: url("../img/btn-secondly-aroow-inversion.png");
  }
}

.c-btn.--secondly.--right {
  width: 160px;
  margin-left: auto;
}

.c-btn.--secondly.--center {
  width: 220px;
  margin: 0 auto;
  position: relative;

}
*/
/* header-nav内のbtn */
.c-btn.--header-nav {
  background-color: #C72F32;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  padding: 14px 0;
  font-weight: 600;
  border-radius: 4px;
  position: relative;
}
.c-btn.--header-nav::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/header-btn-arrow-white.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  position: absolute;
  right: 1.1em;
  top: 50%;
}

.c-btn.--header-nav.--download {
  background-color: #fff;
  color: #C72F32;
  border: 1px solid #C72F32;
}
.c-btn.--header-nav.--download::after {
  content: "";
  background-image: url("/assets/img/header-btn-arrow-primary.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  position: absolute;
  right: 1em;
  top: 50%;
}

/* ---- PC用スタイル ---- */
@media screen and (min-width: 960px) {
  .c-btn.--header-nav {
    font-size: 1.4rem;
    border-radius: 0px;
    text-align: center;
    padding: 22px 0;
    width: 188px;
    margin: 0;
  }
  .c-btn.--primary.--white {
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.5rem;
    padding: 26px;
    width: 100%;
  }
  .c-btn.--primary.--white:hover {
    background-color: #fff;
    color: #222222;
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }
  .c-btn.--primary.--white:hover::after {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background-image: url("/assets/img/deg45-black-small.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.1em;
    top: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%) translateX(0.3em);
  }
  .c-btn.--header-nav.--download {
    background-color: #C72F32;
    font-size: 1.4rem;
    border-radius: 0px;
    text-align: center;
    border: none;
    color: #fff;
  }
  .c-btn.--header-nav.--download::after {
    background-image: url("/assets/img/header-btn-arrow-white.png");
  }
}
/*toggle btn*/
.c-btn__menu-toggle {
  position: fixed;
  top: 40px;
  right: 32px;
  transform: translateY(-50%);
  flex-direction: column;
  z-index: 6;
  display: block;
}
.c-btn__menu-toggle span {
  height: 2px;
  width: 24px;
  margin-bottom: 6px;
  display: block;
  background-color: #fff;
}
.c-btn__menu-toggle span:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .c-btn__menu-toggle {
    display: none;
  }
}
/*c-btn__subpage-about*/
.c-btn__subpage-about {
  display: block;
  width: 100%;
  background-color: #DFDFDF;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  transition: opacity 0.3s;
}
.c-btn__subpage-about:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.c-btn__subpage-about::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.c-btn__subpage-about::after {
  content: "";
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #222222;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.c-btn__subpage-about-inner {
  width: 100%;
  padding: 24px;
}

.c-btn__pagenation {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: min(4vw, 80px);
  font-size: 16px;
}

.c-btn__pagenation span {
  display: flex;
  justify-content: space-between;
  gap: min(3vw, 16px);
}

.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.c-btn__pagenation:not(:has(.WCMselected)) .WCMpaged a:first-of-type {
  font-weight: bold;
  color: #c72f32;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  pointer-events: none;
}

.WCMselected {
  font-weight: bold;
  color: #c72f32;
  text-decoration: underline;
  pointer-events: none;
  text-underline-offset: 0.2em;
}

.c-btn__column-contact {
  width: 100%;
  padding-top: min(16vw, 80px);
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .c-btn__column-contact {
    margin-bottom: 88px;
  }
}

.c-btn__column-contact-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #3a3a3a;
  padding: min(8%, 70px);
  border-radius: 4px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-btn__column-contact-inner {
    padding: 5%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
  }
}

.c-btn__column-contact-head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-btn__column-contact-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-btn__column-contact-bottom small {
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-btn__column-contact-bottom {
    flex-grow: 1;
  }
}

.c-btn__column-contact-address {
  display: none;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn__column-contact-address {
    display: block;
    font-size: 1.3rem;
    color: #fff;
  }
}

.c-btn__column-contact-bottom > a {
  display: block;
  border-radius: 50px;
  width: 100%;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: center;
}

.c-btn__column-contact-page-link {
  margin-bottom: 16px;
  display: block;
  color: #222222;
  background-color: #fff;
  width: min(100%, 236px);
  margin: 0 auto;
  text-align: center;
  padding: min(4%, 12px);
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-btn__column-contact-phone-number {
  color: #fff;
}
@media screen and (min-width: 1260px) {
  .c-btn__column-contact-phone-number {
    font-size: 3.3rem;
  }
}

a + .c-pagination__prev, a + .c-pagination__next {
  display: none;
}

/*floating cta*/
/* spレイアウト */
.c-breadcrumb {
  padding-top: 16px;
  width: min(90%, 1200px);
  margin: 0 auto;
  text-align: right;
  margin-bottom: 48px;
}

.c-breadcrumb.--column {
  margin-bottom: 48px;
  width: min(90%, 1480px);
  text-align: right;
}

.c-breadcrumb__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.5em;
}

.c-breadcrumb__item {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}
.c-breadcrumb__item::after {
  content: "/";
  display: inline-block;
  position: absolute;
  inset: 50% -1em 0 0;
  transform: translateY(-100%);
}
.c-breadcrumb__item:last-child {
  white-space: nowrap; /* テキストを1行に制限 */
  overflow: hidden; /* はみ出たテキストを非表示 */
  text-overflow: ellipsis; /* 末尾に "..." を表示 */
  max-width: 180px; /* 必要に応じて適切な幅を指定 */
  display: inline-block;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}

/* pcレイアウト */
@media screen and (min-width: 960px) {
  .c-breadcrumb {
    padding-top: 24px;
    margin-bottom: 80px;
  }
  .c-breadcrumb.--column,
  .c-breadcrumb.--column-detail {
    padding-top: 48px;
    margin-bottom: 80px;
  }
  .c-breadcrumb.--column .c-breadcrumb__list,
  .c-breadcrumb.--column-detail .c-breadcrumb__list {
    justify-content: flex-start;
  }
  .c-breadcrumb__list {
    justify-content: flex-end;
    gap: 2em;
  }
  .c-breadcrumb__item {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
  }
  .c-breadcrumb__item::after {
    content: "/";
    display: inline-block;
    position: absolute;
    inset: 50% -1.5em 0 0;
    transform: translateY(-100%);
  }
}
/*news-detail用*/
.c-breadcrumb.--news-detail {
  width: min(90%, 990px);
}
.c-breadcrumb.--news-detail .c-breadcrumb__list {
  justify-content: flex-start;
  gap: 2em;
}
.c-breadcrumb.--news-detail .c-breadcrumb__item:last-child {
  overflow: hidden;
  white-space: nowrap; /* テキストを1行に制限 */
  overflow: hidden; /* 親要素から溢れた部分を隠す */
  text-overflow: ellipsis; /* 「...」で省略 */
  display: inline-block;
  max-width: min(30vw, 400px); /* 必要に応じて幅を調整 */
}

.c-breadcrumb.--column-detail {
  width: min(90%, 1200px);
  margin-bottom: 64px;
}

@media screen and (min-width: 960px) {
  .c-breadcrumb.--column-detail .c-breadcrumb__list .c-breadcrumb__item:last-child {
    white-space: wrap; /* テキストを1行に制限 */
    overflow: visible; /* 親要素から溢れた部分を隠す */
    display: inline-block;
    max-width: none;
    text-align: left;
    flex: 0 1 auto;
  }
}

/*404用*/
.c-breadcrumb.--404 {
  width: min(90%, 1200px);
}
.c-breadcrumb.--404 .c-breadcrumb__list {
  justify-content: flex-end;
  gap: 2em;
}
.c-breadcrumb.--404 .c-breadcrumb__item:last-child {
  overflow: hidden;
  white-space: nowrap; /* テキストを1行に制限 */
  overflow: hidden; /* 親要素から溢れた部分を隠す */
  text-overflow: ellipsis; /* 「...」で省略 */
  display: inline-block;
  max-width: min(30vw, 400px); /* 必要に応じて幅を調整 */
}

/*news icon*/
.c-icon.--news-category {
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
  width: 147px;
  color: #fff;
  background-color: #222222;
  border-radius: 4px;
  font-weight: 700;
}

.c-icon.--news-category.--detail {
  display: block;
}

/*seminer icon*/
.c-icon.--seminar {
  width: 85px;
  padding: 8px 0px;
  text-align: center;
  line-height: 1.4rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #222222;
  color: #fff;
  border-radius: 4px;
  background-color: #222222;
}
.c-icon.--seminar::after {
  content: "終了";
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  color: #fff;
}

.c-icon.--seminar.--on {
  background-color: #f9cecf;
}
.c-icon.--seminar.--on::after {
  content: "受付中";
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  color: #C72F32;
}

/*setps icon*/
.c-icon__steps-outer {
  width: 99px;
  height: 99px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-icon__steps-number span {
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}
.c-icon__steps-number span:first-child {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.c-icon__steps-outer.--white-txt {
  background-color: #222222;
}
.c-icon__steps-outer.--white-txt .c-icon__steps-number span {
  color: #fff;
}

.c-icon__steps-outer.--black-txt {
  background-color: #DFDFDF;
}
.c-icon__steps-outer.--black-txt .c-icon__steps-number span {
  color: #222222;
}

/*sns icons*/
.c-icon.--sns {
  display: block;
  width: 100px;
}

.c-update {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.05em;
  color: #8c8c8c;
}

/*sp*/
.c-global-nav-mod__head-wrapper {
  width: 100%;
  background-color: #222222;
  color: #fff;
  padding: 16px 3%;
}

.c-global-nav-mod__logo {
  width: 120px;
}

/*nav本体*/
.c-global-nav-mod {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 80px);
  background-color: #222222;
  z-index: 3;
  padding: 16px;
  padding-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.c-global-nav-mod__menu-container {
  /*spは縦並びの逆*/
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.c-global-nav-mod__menu-item {
  font-size: 1.5rem;
  font-weight: 500;
}

.c-global-nav-mod__menu-list.--primary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px;
  /*お問い合わせボタンのマージン*/
}
.c-global-nav-mod__menu-list.--primary .c-global-nav-mod__menu-item {
  font-size: 1.4rem;
}
.c-global-nav-mod__menu-list.--primary .c-global-nav-mod__menu-item:nth-child(5) {
  margin-bottom: 12px;
}

.c-global-nav-mod__menu-list.--secondary {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
.c-global-nav-mod__menu-list.--secondary .c-global-nav-mod__menu-item {
  padding: 1em 0em;
  position: relative;
  border-bottom: 1px solid #646464;
}
.c-global-nav-mod__menu-list.--secondary .c-global-nav-mod__menu-item::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/sp-nav-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.1em;
  top: 50%;
  transform: translateY(-50%);
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-global-nav-mod__head-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: min(1.5vw, 40px);
    padding: 0 0 26px 26px;
  }
  .c-global-nav-mod__logo {
    flex: 0 0 160px;
    width: 100%;
    padding: 21px 0 0 0;
  }
  /*nav本体*/
  .c-global-nav-mod {
    margin-top: 0;
    flex: 1;
    /*pcはflexで配置  */
    position: static;
    min-height: 0;
    height: auto;
    background-color: transparent;
    z-index: 0;
    padding: 0;
    overflow-y: hidden;
    opacity: 1;
    transition: opacity 0.3s 0s ease-in-out;
  }
  .c-global-nav-mod a:hover {
    opacity: 0.7;
    transition: opacity 0.3s 0s ease-in-out;
  }
  .c-global-nav-mod__menu-container {
    /*pcは縦並び*/
    flex-direction: column;
    gap: 30 px;
  }
  .c-global-nav-mod__menu-item:nth-child(5) {
    margin-bottom: 0px;
  }
  .c-global-nav-mod__menu-list.--primary {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0px;
    align-items: center;
    padding: 0;
    /*nav内のボタンの処理*/
  }
  .c-global-nav-mod__menu-list.--primary .c-global-nav-mod__menu-item {
    border-bottom: none;
    margin-right: 32px;
    padding: 0;
    padding-top: 6px;
    font-size: 1.5rem;
  }
  .c-global-nav-mod__menu-list.--primary .c-global-nav-mod__menu-item::after {
    display: none;
  }
  .c-global-nav-mod__menu-list.--primary .c-global-nav-mod__menu-item.--download,
  .c-global-nav-mod__menu-list.--primary .c-global-nav-mod__menu-item.--contact {
    padding-top: 0;
    margin: 0;
  }
  /* nav内のボタンのパイプ*/
  .c-global-nav-mod__menu-item.--contact {
    position: relative;
  }
  .c-global-nav-mod__menu-item.--contact::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .c-global-nav-mod__menu-list.--secondary {
    flex-direction: row;
    justify-content: flex-end;
    gap: 2em;
    padding: 0 21px 0 0;
  }
  .c-global-nav-mod__menu-list.--secondary .c-global-nav-mod__menu-item {
    border-bottom: none;
    margin-right: 18px;
    padding: 0;
    text-align: right;
    font-weight: 700;
    font-size: clamp(1.5rem, 0.5vw, 1.6rem);
  }
  .c-global-nav-mod__menu-list.--secondary .c-global-nav-mod__menu-item::after {
    display: none;
  }
  .c-global-nav-mod__menu-item.--sp {
    display: none;
  }
}
/*recruit用*/
/*sp*/
.c-global-nav-mod.--recruit .c-global-nav-mod__toggole-inner {
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.c-global-nav-mod.--recruit .c-global-nav-mod__menu-item[data-js-submenu]::after {
  display: none;
}
.c-global-nav-mod.--recruit .c-global-nav-mod__toggole-btn {
  width: 100%;
  position: relative;
}
.c-global-nav-mod.--recruit .c-global-nav-mod__toggole-btn::after {
  content: "";
  display: block;
  color: #fff;
  width: 0.6em;
  height: 0.6em;
  background-color: transparent;
  position: absolute;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  top: 50%;
  right: 1em;
  transform: translateX(-50%) translateY(-60%) rotate(45deg);
  transition: transform 0.2s 0s ease-in-out;
}
.c-global-nav-mod.--recruit .c-global-nav-mod__sub-list {
  padding-top: 32px;
}
.c-global-nav-mod.--recruit .c-global-nav-mod__sub-item a {
  padding: 8px;
  margin-bottom: 16px;
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-global-nav-mod.--recruit {
    overflow: visible;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__menu-item {
    text-align: left;
    position: relative;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__toggole-inner {
    color: #fff;
    font-weight: 700;
    text-align: left;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__sub-list {
    text-align: left;
    padding-top: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__sub-item {
    background-color: #eeeeee;
    color: #222222;
    width: 220px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__sub-item a {
    padding: 16px;
    margin-bottom: 0;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__sub-item a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/assets/img/recruit-header-arrow-b.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.1em;
    top: 55%;
    transform: translateY(-50%);
    transition: transform 0.3s 0s ease-in-out;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__sub-item a:hover {
    opacity: 1;
    background-color: #CDCDCD;
    transition: background-color 0.3s 0s ease-in-out;
    display: block;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__sub-item a:hover::after {
    transform: translateY(-50%) translateX(25%);
    transition: transform 0.3s 0s ease-in-out;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__menu-item[data-js-submenu] {
    position: relative;
    z-index: 1;
    margin-right: 3em;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__menu-item[data-js-submenu]::after {
    content: "";
    display: block;
    background-image: url("/assets/img/recruit-header-plus-w.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: -2.2em;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: transform 0.2s 0s ease-in-out;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__menu-item[data-js-submenu]:hover::after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: transform 0.2s 0s ease-in-out;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__toggole-btn {
    width: auto;
    position: static;
  }
  .c-global-nav-mod.--recruit .c-global-nav-mod__toggole-btn::after {
    display: none;
  }
}
/*sp*/
.c-info-mod {
  background: #222222 url("/assets/img/info-mod-bg.png") no-repeat center/cover;
  padding: 80px 0;
}

.c-info-mod__ttl {
  text-align: center;
  margin-bottom: 56px;
  font-weight: 700;
  color: #fff;
  font-size: clamp(2.4rem, 3vw, 2.8rem);
}

.c-info-mod__container {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.c-info-mod__container a {
  flex: 1;
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-info-mod {
    background: #222222 url("/assets/img/info-mod-bg.png") no-repeat center/cover;
    padding: 144px 0;
  }
  .c-info-mod__ttl {
    text-align: center;
    margin-bottom: 56px;
    font-weight: 700;
    color: #fff;
    font-size: 2.8rem;
  }
  .c-info-mod__container {
    width: min(90%, 1200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
    gap: 24px;
  }
  .c-info-mod__container a {
    flex: 1;
  }
}
.c-button-area-mod {
  width: 379px;
  background-color: #fff;
  padding: 40px 48px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  display: none;
}

.c-button-area-mod__txt {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 24px;
  display: block;
}

.c-button-area-mod__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 960px) {
  .c-button-area-mod {
    display: block;
  }
}
.c-case-card-mod {
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-case-card-mod__product-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-case-card-mod__icon {
  background-color: #434343;
  color: #fff;
  width: 114px;
  padding: 6px;
  border-radius: 4px;
  font-family: "Montserrat", "Arial", sans-serif;
  text-align: center;
  font-size: 1.3rem;
  display: block;
}

.c-case-card-mod__icon.--wws {
  background-color: #FAA32A;
  width: 150px;
}

.c-case-card-mod__icon.--wm {
  background-color: #34538F;
}

.c-case-card-mod__industry-name {
  font-size: 1.6rem;
  display: block;
  flex: 1;
}

.c-case-card-mod__company-name {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
}

.c-case-card-mod__title-link {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-case-card-mod__company-name {
    margin-bottom: 8px;
    line-height: 1.4;
    min-height: 59px;
  }
  .c-case-card-mod__product-area {
    flex-direction: row;
    align-items: center;
  }
}
.c-case-card-mod__image {
  margin-bottom: 24px;
  position: relative;
}
.c-case-card-mod__image::after {
  content: "";
  display: block;
  background-color: black; /* 背景色を黒に設定 */
  mix-blend-mode: multiply; /* 乗算を適用 */
  opacity: 0; /* 通常時は非表示 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease; /* スムーズなフェードイン/アウト */
}

.c-case-card-mod__link:hover .c-case-card-mod__image::after {
  opacity: 0.3; /* hover時に表示 */
  transition: opacity 0.3s ease; /* スムーズなフェードイン/アウト */
}
.c-case-card-mod__link:hover .c-case-card-mod__info {
  opacity: 0.7;
  transition: opacity 0.3s ease; /* スムーズなフェードイン/アウト */
}

.swiper-container {
  width: 100%;
  padding: 20px 0;
}

.c-case-carousel.swiper-container > .c-case-carousel__wrapper.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-case__client-logo {
  max-width: 250px;
  object-fit: contain;
}

@media screen and (min-width: 960px) {
  .c-case__client-logo {
    max-width: 175px;
    object-fit: contain;
  }
}
/*filter*/
.c-news-mod__header {
  background-color: transparent;
}

.c-news-mod__filter-nav {
  margin-bottom: 24px;
}

.c-news-mod__filter-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(162px, 1fr));
  gap: 10px;
}

.c-news-mod__filter-item {
  background-color: #DFDFDF;
}

.c-news-mod__filter-link {
  padding: 10px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  cursor: pointer;
}

.c-news-mod__filter-link[aria-current=location] {
  color: #9E9E9E;
}

/*contets*/
.c-news-mod__container {
  position: relative;
}

.c-news-mod__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 32px;
  background-color: #eeeeee;
}

/*タブ切り替えのための重ね順*/
.c-news-mod__list.--all,
.c-news-mod__list.--event,
.c-news-mod__list.--pressrelease,
.c-news-mod__list.--topics,
.c-news-mod__list.--ir,
.c-news-mod__list.--case {
  z-index: -1;
  opacity: 0;
  display: none;
  pointer-events: none;
}

.c-news-mod__item {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 1px solid #CDCDCD;
}

.c-news-mod__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.c-news-mod__meta span {
  display: block;
}
.c-news-mod__meta time {
  display: block;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.8rem;
}

.c-news-mod__link {
  display: block;
  flex: 1;
  line-height: 1.7;
  letter-spacing: 0.09em;
  font-size: 1.6rem;
  font-weight: 500;
}

/*pc*/
@media screen and (min-width: 960px) {
  /*filter*/
  .c-news-mod__header {
    background-color: #DFDFDF;
  }
  .c-news-mod__filter-nav {
    margin-bottom: 16px;
  }
  .c-news-mod__filter-list {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
  }
  .c-news-mod__filter-item {
    background-color: #DFDFDF;
  }
  .c-news-mod__filter-item:last-child .c-news-mod__filter-link::after {
    display: none;
  }
  .c-news-mod__filter-link {
    padding: 20px 0;
    font-size: 1.6rem;
    position: relative;
  }
  .c-news-mod__filter-link::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background-color: #222222;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
  }
  /*contets*/
  .c-news-mod__container.--subpage {
    flex: 1;
  }
  .c-news-mod__list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 40px;
  }
  .c-news-mod__item {
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .c-news-mod__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 304px span;
    flex-display: block;
  }
  .c-news-mod__meta time {
    display: block;
  }
  .c-news-mod__link {
    flex: 1;
    line-height: 1.7;
    letter-spacing: 0.09em;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .c-news-mod__link:hover {
    text-decoration: underline;
    transition: all 0.6s 0s ease-in-out;
  }
}
/* ##############spスタイル############## */
.c-footer-nav-mod {
  width: 100%;
  background-color: #222222;
  margin: 0 auto;
  padding: 48px 0px;
}

.c-footer-nav-mod__info-area .c-footer-nav-mod__btn {
  display: none;
}

.c-footer-nav-mod__menu-area {
  display: none;
}

.c-footer-nav-mod__wrapper {
  display: flex;
  flex-direction: column;
  width: min(90%, 1200px);
  margin: 0 auto;
}

.c-footer-nav-mod__logo {
  width: 160px;
  margin-bottom: 48px;
}

.c-global-nav-mod__logo-link {
  pointer-events: auto;
}

.c-footer-nav-mod__btn {
  margin-bottom: 40px;
}

.c-footer-nav-mod__address {
  color: white;
  margin-bottom: 24px;
  font-size: 1.6rem;
}

.c-footer-nav-mod__copyright {
  font-size: 1.6rem;
  font-weight: 300;
  color: white;
}

/* ##############PCスタイル############## */
@media screen and (min-width: 960px) {
  .c-footer-nav-mod__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
  .c-footer-nav-mod__info-area {
    flex: 0 0.3 336px;
  }
  .c-footer-nav-mod {
    padding: 120px 0;
    display: flex;
    flex-direction: row;
  }
  .c-footer-nav-mod__logo {
    width: 265px;
    margin-bottom: 64px;
  }
  .c-footer-nav-mod__info-area .c-footer-nav-mod__btn {
    margin-bottom: 64px;
    display: block;
  }
  .c-footer-nav-mod__address {
    margin-bottom: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .c-footer-nav-mod__menu-area {
    flex: 0 0 580px;
    display: flex;
    flex-direction: column;
    gap: 106px;
  }
  .c-footer-nav-mod__menu-list {
    display: flex;
    gap: 60px;
  }
  .c-footer-nav-mod__menu-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .c-footer-nav-mod__menu-wrapper.--product .c-footer-nav-mod__menu-inner,
  .c-footer-nav-mod__menu-wrapper.--news .c-footer-nav-mod__menu-inner {
    padding-top: 5em;
  }
  .c-footer-nav-mod__menu-item,
  .c-footer-nav-mod__menu-subitem {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
  }
  .c-footer-nav-mod__menu-item a,
  .c-footer-nav-mod__menu-subitem a {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .c-footer-nav-mod__menu-item a:hover,
  .c-footer-nav-mod__menu-subitem a:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}
.c-footer-nav-mod__menu-sublist {
  display: flex;
  justify-content: space-between;
}

.c-footer-nav-mod__submenu-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-footer-nav-mod__menu-subitem {
  font-size: 1.4rem;
  font-weight: 400;
}

.c-footer-nav-mod__icons-area {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: min(90%, 300px);
  opacity: 1;
  transition: opacity 0.3s 0s ease-in-out;
}
.c-footer-nav-mod__icons-area a:hover {
  opacity: 0.6;
  transition: opacity 0.3s 0s ease-in-out;
}

.c-productpage-hero-mod {
  background: #eeeeee no-repeat center/cover;
  width: 100%;
  background-color: #EEEEEE;
  margin-bottom: 0;
}

.c-productpage-hero-mod__wrapper {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 72px 0;
  gap: 10px;
}

.c-productpage-hero-mod__content {
  flex: 1;
}

.c-productpage-hero-mod__image-area {
  flex: 1;
}

.c-productpage-hero-mod__subttl {
  color: #C72F32;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  margin-bottom: 4px;
}

.c-productpage-hero-mod__ttl {
  color: #222222;
  font-weight: 700;
  font-size: clamp(4rem, 5vw, 5.6rem);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.c-productpage-hero-mod__desc {
  font-size: 1.7rem;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  margin-bottom: 32px;
}

.c-productpage-hero-mod__btns {
  display: none;
}

/* pcレイアウト */
@media screen and (min-width: 960px) {
  .c-productpage-hero-mod__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 140px;
    align-items: center;
    padding: 80px 0;
  }
  .c-productpage-hero-mod__btns {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .c-productpage-hero-mod__content {
    flex: 0 0.9 541px;
  }
  .c-productpage-hero-mod__image-area {
    flex: 1 0.1 510px;
  }
  .c-productpage-hero-mod__subttl {
    margin-bottom: 16px;
  }
  .c-productpage-hero-mod__ttl {
    margin-bottom: 16px;
  }
  .c-productpage-hero-mod__desc {
    margin-bottom: 40px;
  }
  .c-productpage-hero-mod__btns {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
.c-productpage-hero-mod__btn-txt {
  font-size: 1.6rem;
}

/* spレイアウト */
.c-detailpage-hero-mod {
  width: 100%;
  background-color: #EEEEEE;
  margin-bottom: 0;
}

.c-detailpage-hero-mod__wrapper {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  padding: 72px 0px;
  gap: 60px;
}

.c-detailpage-hero-mod__content {
  flex: 1;
}

.c-detailpage-hero-mod__image-area {
  flex: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-detailpage-hero-mod__subttl {
  color: #C72F32;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  margin-bottom: 4px;
}

.c-detailpage-hero-mod__ttl {
  color: #222222;
  font-weight: 700;
  font-size: clamp(3.2rem, 3.6vw, 4.5rem);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.c-detailpage-hero-mod__desc {
  font-size: 1.7rem;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  margin-bottom: 32px;
}

/* damのaward*/
.c-detailpage-hero-mod__image-area.--pim::after {
  background-image: url("/assets/img/aspic-pim.png");
}

.c-detailpage-hero-mod__image-area .c-detailpage-hero-mod__btn {
  width: min(100%, 348px);
}

/* pcレイアウト */
@media screen and (min-width: 960px) {
  .c-detailpage-hero-mod__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    align-items: normal;
    padding: 72px 0px;
  }
  .c-detailpage-hero-mod__content {
    flex: 0 0.8 570px;
  }
  .c-detailpage-hero-mod__image-area {
    flex: 0 0.3 346px;
    max-width: none;
    margin: 0;
  }
  .c-detailpage-hero-mod__ttl {
    margin-bottom: 48px;
  }
  .c-detailpage-hero-mod__desc {
    margin-bottom: 40px;
  }
  .c-detailpage-hero-mod__image-area.--dam,
  .c-detailpage-hero-mod__image-area.--pim {
    position: relative;
  }
  .c-detailpage-hero-mod__image-area.--dam::after,
  .c-detailpage-hero-mod__image-area.--pim::after {
    right: -60px;
  }
}
.p-subpage-news-detail__2col-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-subpage-news-detail__2col-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: min(8vw, 80px) _;
  }
}

.p-subpage-news-detail__2col__img-link {
  flex: 1;
}
.p-subpage-news-detail__2col__img-link img {
  display: block;
}
@media screen and (min-width: 960px) {
  .p-subpage-news-detail__2col__img-link {
    flex: 0 0.6 450px;
  }
}

.p-subpage-news-detail__2col__text {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-subpage-news-detail__2col__text {
    flex: 0 0.2 450px;
  }
}

.c-subpage-hero-mod {
  background-image: url("/assets/img/subpage-hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #222222;
  width: 100%;
  margin-bottom: 0;
}

.c-subpage-hero-mod__wrapper {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: min(17.5vw, 80px);
  padding-left: 0;
  padding-right: 0;
}

/*column-index*/
.c-subpage-hero-mod__wrapper {
  width: min(90%, 1480px);
}

.c-subpage-hero-mod__buttons {
  display: none;
}

.c-subpage-hero-mod__ttl {
  color: #fff;
  font-weight: 700;
  font-size: clamp(3rem, 7vw, 5.6rem);
  letter-spacing: 0.05em;
}

.c-subpage-hero-mod__txt {
  padding-top: 32px;
  font-size: 1.6rem;
  color: #fff;
  width: min(100%, 654px);
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .c-subpage-hero-mod__wrapper {
    padding: 100px 0;
  }
  .c-subpage-hero-mod__wrapper.--2col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
  .c-subpage-hero-mod__wrapper.--2col .c-subpage-hero-mod__container {
    flex: 0 1 567px;
  }
  .c-subpage-hero-mod__wrapper.--2col .c-subpage-hero-mod__buttons {
    flex: 0 0 379px;
  }
}
.c-subpage-hero-mod.--wm {
  background-color: #122a57;
}

.c-seminar-card-mod {
  width: min(100%, 500px);
  background-color: #eeeeee;
  margin: 0 auto;
}

.c-seminar-card-mod__link {
  position: relative;
}
.c-seminar-card-mod__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222222;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.c-seminar-card-mod__link:hover::after {
  opacity: 0.3; /* hover時に表示 */
  transition: opacity 0.3s ease;
}

.c-seminar-card-mod__content {
  padding: 7%;
}
.c-seminar-card-mod__content .c-icon.--seminar {
  margin-bottom: 24px;
}

.c-seminar-card-mod.--done {
  background-color: #fff;
}

.c-seminar-card-mod__ttl {
  font-size: clamp(1.7rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.c-seminar-card-mod__desc {
  margin-bottom: 16px;
}

.c-seminar-card-mod__footer {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.c-seminar-card-mod__footer span {
  display: block;
  color: #8c8c8c;
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-seminar-card-mod__content {
    padding: 8%;
  }
  .c-seminar-card-mod__desc {
    margin-bottom: 24px;
  }
  .c-seminar-card-mod__ttl {
    text-decoration: none;
    line-height: 1.5;
  }
}
/*monseratt*/
.c-section-ttl-mod {
  margin-bottom: 48px;
}

.c-section-ttl-mod__sub {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(5rem, 14vw, 7rem);
  color: #222222;
  font-weight: 700;
}

.c-section-ttl-mod__sub.--inversion {
  color: #fff;
}

.c-section-ttl-mod__main {
  font-size: clamp(3.7rem, 7vw, 9.4rem);
}

.c-section-ttl-mod__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.c-section-ttl-mod.--2col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-section-ttl-mod.--2col div {
  flex: 1;
}
.c-section-ttl-mod.--2col a {
  flex: 1;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-case__ttl {
    margin-bottom: 72px;
  }
  .c-section-ttl-mod__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .c-section-ttl-mod.--2col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .c-section-ttl-mod.--2col div {
    flex: 1;
  }
  .c-section-ttl-mod.--2col a {
    flex: 0 0 285px;
  }
}
/* comapny page nav mod */
/*sp*/
.c-local__nav-mod.--company {
  display: none;
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-local__nav-mod.--company {
    display: block;
  }
  .c-local__nav-mod.--company .c-local__nav-mod__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .c-local__nav-mod.--company .c-local__nav-mod__item {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222222;
    padding-left: 2em;
    position: relative;
  }
  .c-local__nav-mod.--company .c-local__nav-mod__item a:hover {
    color: #C72F32;
  }
  .c-local__nav-mod.--company .c-local__nav-mod__item a::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("assets/img/company-aside-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c-local__nav-mod.--company .c-local__nav-mod__item a:hover::after {
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("assets/img/btn-secondly-arrow-productprimary.png");
  }
}
/* productpage nav mod */
/*sp*/
/*pc*/
@media screen and (min-width: 960px) {
  .c-local__nav-mod {
    background-color: transparent;
    position: sticky;
    top: 180px;
  }
  .c-local__nav-mod__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .c-local__nav-mod__item {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222222;
    padding-left: 2em;
    position: relative;
  }
  .c-local__nav-mod__item a::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("/assets/img/company-aside-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.c-product-card-mod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 16% 8%;
  background-color: #eeeeee;
}

.c-product-card-mod__thumbnail {
  flex: 1;
}

.c-product-card-mod__content {
  flex: 1;
}

.c-product-card-mod__subttl {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  margin-bottom: 24px;
  line-height: 1.4;
}

.c-product-card-mod__logo-unit {
  margin-bottom: 16px;
  width: 200px;
  max-width: 250px;
}

.c-product-card-mod__desc {
  margin-bottom: 24px;
}

.--woodwing .c-product-card-mod__logo-unit {
  width: 250px;
}

/*pc*/
@media screen and (min-width: 960px) {
  .c-product-card-mod {
    padding: 56px 8% 56px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
  }
  .c-product-card-mod::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .c-product-card-mod__thumbnail {
    flex: 0 0.2 348px;
  }
  .c-product-card-mod__content {
    flex: 0 0.8 650px;
  }
  .c-product-card-mod__content a {
    margin-left: auto;
  }
  .c-product-card-mod__subttl {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    margin-bottom: 24px;
  }
  .c-product-card-mod__logo-unit {
    margin-bottom: 16px;
  }
  .c-product-card-mod__desc {
    margin-bottom: 32px;
  }
}
.c-loading-screen-mod {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-loading-screen-mod__inner {
  width: min(80%, 400px);
  margin: 0 auto;
}

.c-column-card__item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;
}
.c-column-card__item a {
  display: block;
  overflow: hidden;
  padding: 7%;
}
.c-column-card__item a:hover .c-column-card__title {
  color: #646464;
  transition: color 0.3s ease;
}
.c-column-card__item a:hover .p-column-cards__thumbnail {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.c-column-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
}

.c-column-card__icons {
  min-width: 110px;
  padding: 2% 4.5%;
  text-align: center;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.2rem;
  background-color: #d9d9d9;
  line-height: 1;
}

.c-column-card__date {
  font-size: 1.5rem;
  font-family: "Montserrat", "Arial", sans-serif;
  text-align: right;
  color: #666666;
}

.c-column-card__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  height: 95px;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.p-column-cards__thumbnail {
  transition: transform 0.3s ease;
  display: block;
}

:where([data-scope=new-column]) .c-column-filter {
  width: 100%;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-filter {
    max-width: 314px;
  }
}
:where([data-scope=new-column]) .c-column-filter__list {
  background-color: #f0f0f0;
  padding: min(4%, 24px);
  padding-top: min(9%, 32px);
  padding-bottom: min(9%, 32px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-filter__list {
    background-color: transparent;
    padding: 0;
  }
}
:where([data-scope=new-column]) .c-column-filter__title {
  font-size: clamp(1.6rem, 3.8vw, 2.2rem);
  font-weight: 700;
  font-family: "Montserrat", "Arial", sans-serif;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #646464;
}
:where([data-scope=new-column]) .c-column-fliter__nav.--sp {
  padding-top: min(4%, 12px);
  padding-bottom: min(4%, 12px);
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-fliter__nav.--sp {
    display: none;
  }
}
:where([data-scope=new-column]) .c-column-fliter__nav.--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-fliter__nav.--pc {
    display: block;
  }
}
:where([data-scope=new-column]) .c-column-filter__toggle {
  font-size: clamp(1.8rem, 4.5vw, 2.4rem);
  font-weight: 700;
  color: #646464;
  position: relative;
  line-height: 1.8;
  pointer-events: auto;
  cursor: pointer;
}
:where([data-scope=new-column]) .c-column-filter__toggle::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #646464;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-48%);
}
:where([data-scope=new-column]) .c-column-filter__toggle::after {
  content: "";
  color: #fff;
  font-weight: bold;
  font-family: "roboto", "Arial", sans-serif;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s 0s ease-in-out;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-filter__toggle {
    pointer-events: none;
  }
}
:where([data-scope=new-column]) .c-column-filter__product-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
:where([data-scope=new-column]) .c-column-filter__product-item a {
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: clamp(1.2rem, 1vw, 1.3rem);
  line-height: 1.4;
  padding: 20px;
  transition: background-color 0.3s ease;
}
:where([data-scope=new-column]) .c-column-filter__product-item a:hover {
  background-color: #dcdcdc;
  transition: background-color 0.3s ease;
}
:where([data-scope=new-column]) .c-column-filter__product-ttl {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-filter__product-ttl {
    font-size: 1.5rem;
  }
}
:where([data-scope=new-column]) .c-column-filter__product-item .u-image-unit {
  max-width: 400px;
  width: 100%;
}
:where([data-scope=new-column]) .c-column-filter__tag-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
  gap: 12px;
}
:where([data-scope=new-column]) .c-column-fliter__tag-item span a {
  display: block;
  padding: 8px 0px;
  text-align: center;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 30px;
  color: #494949;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-fliter__tag-item span a {
    background-color: #f2f2f2;
  }
}
:where([data-scope=new-column]) .c-column-fliter__tag-item span a:hover {
  background-color: #dcdcdc;
  transition: background-color 0.3s ease;
}
:where([data-scope=new-column]) .c-column-filter__category-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media screen and (min-width: 532px) {
  :where([data-scope=new-column]) .c-column-filter__category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
:where([data-scope=new-column]) .c-column-fliter__category-item a {
  display: block;
  padding: 8% 0px;
  text-align: center;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  background-color: transparent;
  border-radius: 4px;
  color: #222222;
  border: 1px solid #525252;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-fliter__category-item a {
    font-size: 1.3rem;
  }
}
:where([data-scope=new-column]) .c-column-fliter__category-item a:hover {
  background-color: #222222;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
:where([data-scope=new-column]) .c-column-fliter__item.--pickup {
  display: none;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .c-column-fliter__item.--pickup {
    display: block;
    position: sticky;
    top: 100px;
  }
}
:where([data-scope=new-column]) .c-column-filter__bnr {
  display: block;
  padding-top: 40px;
  margin-bottom: 72px;
}
:where([data-scope=new-column]) .c-column-filter__pickup-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.c-productpage-nav-mod {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .c-productpage-nav-mod {
    margin-bottom: 64px;
  }
}

.c-productpage-nav-mod__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .c-productpage-nav-mod__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
}

.c-productpage-nav-mod__link {
  display: block;
  width: 100%;
  padding: 8% 10% 15%;
  background-color: #E5E5E5;
  color: #222222;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  .c-productpage-nav-mod__link {
    padding-bottom: 10%;
  }
}
.c-productpage-nav-mod__link::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  bottom: 10%;
  left: 50%;
  background-color: transparent;
  border: 2px solid #222222;
  border-top: none;
  border-left: none;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.c-productpage-nav-mod__link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.p-hero {
  width: 100%;
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 0;
}

.p-hero__container {
  width: 100%;
  background-color: #15161b;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.p-hero__background {
  flex: 1;
  background-image: url("/assets/img/re-hero-mv-bg-large.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vw;
  min-height: 405px;
}

.p-hero__ttl-area {
  padding: min(32px, 6vw);
  color: #fff;
}

.p-hero__subtitle {
  font-size: clamp(3.7rem, 4.8vw, 7.6rem);
  font-weight: bold;
  margin-bottom: 8px;
}

.p-hero__ttl {
  font-size: clamp(3rem, 3vw, 5.4rem);
  margin-bottom: 24px;
}

.p-hero__description {
  font-size: clamp(1.6rem, 1.8vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
}

.p-hero__minittl {
  margin-bottom: 32px;
  font-size: clamp(1.6rem, 1.4vw, 2.6rem);
  font-weight: bold;
}

.p-hero__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-hero__list-item {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
}
.p-hero__list-item span {
  font-size: 2rem;
  color: #ECDC9D;
}

.p-hero__btn-area {
  background-color: #222222;
  padding: 8% 0;
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .p-hero__btn-area {
    padding: 3% 0;
    margin-bottom: 120px;
  }
}

main .p-hero__btn-wrapper {
  width: min(90%, 600px);
  margin: 0 auto;
  display: flex;
  gap: 16px;
  padding: 1.5em 0;
}
main .p-hero__btn-wrapper .c-btn.--secondly {
  margin: 0 auto;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}

.p-hero__cta {
  position: fixed;
  bottom: 0;
  background-color: #222222;
  width: 100vw;
  padding: 8% 0;
  z-index: 5;
}
.p-hero__cta .p-hero__cta-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  width: min(90%, 600px);
  margin: 0 auto;
}
.p-hero__cta .p-hero__cta-container a {
  margin: 0;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-hero {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .p-hero__background {
    height: auto;
    min-height: 0;
    background-image: url("/assets/img/re-hero-mv-bg-small.jpg");
  }
  .p-hero__ttl-area {
    padding: 66px 60px;
    padding-left: min(9vw, 160px);
  }
  .p-hero__cta {
    padding: 3% 0;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero__background {
    background-image: url("/assets/img/re-hero-mv-bg-mid.jpg");
  }
}
@media screen and (min-width: 1440px) {
  .p-hero__background {
    background-image: url("/assets/img/re-hero-mv-bg-large.jpg");
  }
}
.p-hero__background.--animation {
  background-image: url("/assets/img/hero-animation-bg.jpg");
  position: relative;
}

.p-hero__background.--animation02 {
  background-image: url("/assets/img/re-hero-animation-bg.jpg");
  position: relative;
  overflow: hidden;
}

.p-hero__background.--animation03 {
  background-image: url("/assets/img/re-re-hero-animation-bg-sp.jpg");
  position: relative;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 960px) {
  .p-hero__background.--animation03 {
    background-image: url("/assets/img/re-re-hero-animation-bg-pc.jpg");
  }
}
.p-hero__animation-text.--blue,
.p-hero__animation-text.--yellow {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.p-hero__animation-text.--blue .u-img-unit.--large,
.p-hero__animation-text.--yellow .u-img-unit.--large {
  display: none;
}

@media screen and (min-width: 1260px) {
  .p-hero__animation-text.--blue .u-img-unit.--small,
  .p-hero__animation-text.--yellow .u-img-unit.--small {
    display: none;
  }
  .p-hero__animation-text.--blue .u-img-unit.--large,
  .p-hero__animation-text.--yellow .u-img-unit.--large {
    display: block;
  }
}
.p-hero__bg-ttl {
  display: none;
}

@media screen and (min-width: 960px) {
  .p-hero__bg-ttl {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
}
main > .p-services {
  color: #fff;
  margin-bottom: 84px;
}
main > .p-services::before {
  background-color: #222222;
  background-image: url("/assets/img/service-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-services__ttl {
  margin-bottom: 40px;
  text-align: center;
}

.p-services__heading {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: 1.7;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}

.p-services__list {
  display: grid;
  gap: 24px;
  margin-bottom: 56px;
  grid-template-areas: "dam" "wm" "wws";
}

.p-services__item a {
  display: block;
  transition: all 0.3s 0s ease-in-out;
  position: relative;
}
.p-services__item a::after {
  content: "詳細をみる";
  display: block;
  font-size: 1.4rem;
  color: #C72F32;
  text-align: center;
  padding: 8px 0;
  width: 120px;
  height: 36px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  border: 1px solid #C72F32;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}
.p-services__item a:hover::after {
  transition: all 0.3s 0s ease-in-out;
  background-color: #C72F32;
  color: #fff;
}

.p-services__item.--dam {
  grid-area: dam;
}

.p-services__item.--wm {
  grid-area: wm;
}

.p-services__item.--wws {
  grid-area: wws;
}

.p-services__btn {
  margin: 0 auto;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  main > .p-services {
    margin-bottom: 160px;
  }
  .p-services__heading {
    margin-bottom: 32px;
    width: min(90%, 745px);
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .p-services__list {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 2.12fr 1fr;
    grid-template-areas: "wm dam wws";
  }
  .p-services__item a {
    display: block;
    transition: all 0.3s 0s ease-in-out;
    position: relative;
  }
  .p-services__item a::after {
    content: "詳細をみる";
    display: block;
    font-size: 1.4rem;
    color: #C72F32;
    text-align: center;
    padding: 8px 0;
    width: 120px;
    height: 36px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #C72F32;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s 0s ease-in-out;
  }
  .p-services__item a:hover::after {
    transition: all 0.3s 0s ease-in-out;
    background-color: #C72F32;
    color: #fff;
  }
}
.p-services__item:nth-child(2) a::after {
  bottom: 12px;
}

@media screen and (min-width: 960px) {
  .p-services__item:nth-child(2) a::after {
    bottom: 24px;
  }
}
.p-solution__ttl {
  text-align: center;
  margin-bottom: min(18vw, 140px);
}

.p-solution__list {
  display: flex;
  flex-direction: column;
  gap: 148px;
  margin-bottom: 64px;
}

.p-solution__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 88px;
}

.p-solution__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-solution__image {
  flex: 1;
  position: relative;
}
.p-solution__image::before {
  content: "";
  display: block;
  width: 100vw;
  height: 120%;
  background-color: #EDEDED;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-100%) translateY(-50%);
  z-index: -1;
}

.p-solution__item:nth-child(2) .p-solution__wrapper {
  flex-direction: column-reverse;
}
.p-solution__item:nth-child(2) .p-solution__wrapper .p-solution__image::before {
  transform: translateX(0%) translateY(-50%);
}

.p-solution__heading {
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  margin-bottom: 24px;
  line-height: 1.4;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-solution {
    margin-bottom: 160px;
  }
  .p-solution__ttl {
    text-align: left;
    margin-bottom: min(25vw, 200px);
  }
  .p-solution__list {
    gap: 320px;
    margin-bottom: 200px;
  }
  .p-solution__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: min(6vw, 60px);
  }
  .p-solution__item:nth-child(2) .p-solution__wrapper {
    flex-direction: row-reverse;
  }
  .p-solution__body {
    display: flex;
    flex-direction: column;
    gap: 56px;
    flex: 0 0.8 560px;
  }
  .p-solution__image {
    flex: 0 0.2 580px;
    position: relative;
  }
  .p-solution__image::before {
    height: min(950px, 140%);
  }
  .p-solution__heading {
    margin-bottom: 32px;
    line-height: 1.4;
  }
}
main > .p-value {
  color: #fff;
  margin-bottom: 84px;
}
main > .p-value::before {
  background: #222222 url("/assets/img/value-bg.png") no-repeat center/cover;
}

.p-value__ttl {
  text-align: center;
}

.p-value__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-value__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 88px;
}

.p-value__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-value__image {
  flex: 1;
}

.p-value__item:nth-child(2) .p-value__wrapper {
  flex-direction: column-reverse;
}

.p-value__heading {
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  margin-bottom: 24px;
  line-height: 1.4;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-value__ttl {
    text-align: left;
    margin-bottom: min(8vw, 96px);
  }
  .p-value__list {
    gap: 120px;
  }
  .p-value__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: min(6vw, 60px);
  }
  .p-value__item:nth-child(3) .p-value__wrapper {
    flex-direction: row;
  }
  .p-value__body {
    display: flex;
    flex-direction: column;
    gap: 56px;
    flex: 0 0.8 560px;
  }
  .p-value__item:nth-child(2) .p-value__wrapper {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .p-value__image {
    flex: 0 0.2 580px;
    position: relative;
  }
  .p-value__heading {
    margin-bottom: 32px;
    line-height: 1.4;
  }
}
main .p-figure {
  padding-top: 0;
  margin-bottom: 72px;
}
@media screen and (min-width: 960px) {
  main .p-figure {
    margin-bottom: 116px;
  }
}

.p-product::after {
  background-color: #eeeeee;
}

.p-product__ttl {
  margin-bottom: 48px;
}

.p-product__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media screen and (min-width: 960px) {
  .p-product__ttl {
    margin-bottom: 72px;
  }
}
main > .p-reason::before {
  background: #222222 url("/assets/img/reason-bg-image.png") no-repeat center/cover;
}

.p-reason__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-reason__main {
  flex: 1;
}

.p-reason__sub {
  flex: 1;
}

.p-reason__ttl {
  color: #fff;
  margin-bottom: 24px;
}

.p-reason__sub-ttl {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 5.8vw, 2.4rem);
  color: #fff;
}
.p-reason__sub-ttl span {
  color: #C72F32;
}

.p-reason__desc {
  color: #fff;
  margin-bottom: 56px;
}

/*理由リスト*/
.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-reason__item {
  background-color: #fff;
  padding: 6%;
  font-weight: 700;
  border-radius: 4px;
}

.p-reason__item-desc {
  padding-left: 3.5em;
  position: relative;
}
.p-reason__item-desc::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #C72F32;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 20px;
}
.p-reason__item-desc::after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background-color: transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%) rotate(45deg);
}

.p-reason__item-desc {
  line-height: 1.45;
}

/*pc*/
@media screen and (min-width: 960px) {
  main > .p-reason::before {
    background: #222222 url("../img/reason-bg-image.png") center/cover;
    background-attachment: fixed;
  }
  .p-reason__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .p-reason__main {
    flex: 0 0.3 419px;
  }
  .p-reason__sub {
    flex: 0 0.7 628px;
  }
  .p-reason__ttl {
    color: #fff;
    margin-bottom: 24 px;
  }
  .p-reason__sub-ttl {
    margin-bottom: 16px;
    color: #fff;
  }
  .p-reason__desc {
    margin-bottom: 32px;
    color: #fff;
  }
  /*理由リスト*/
  .p-reason__item {
    background-color: #eeeeee;
    padding: 5%;
    border-radius: 4px;
  }
  .p-reason__item-desc {
    padding-left: 4em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .p-reason__item-desc::after {
    left: 0.8em;
  }
}
main .p-case {
  background-color: #fff;
}
main .p-case::before {
  background-color: #fff;
}

.p-case__ttl {
  margin-bottom: 48px;
}

.p-case__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media screen and (min-width: 960px) {
  .p-case__ttl {
    margin-bottom: 72px;
  }
}
main .p-news {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.p-news__ttl-area.--2col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.p-news__ttl-wrapper {
  width: 100%;
  text-align: left;
}
.p-news__ttl-wrapper .c-section-ttl-mod__main {
  font-size: clamp(3.6rem, 4vw, 5.4rem);
}

.p-news__btn {
  flex: 0 0 179px;
  width: 100%;
  font-size: 1.4rem;
}

.p-news__item {
  background-color: #fff;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  main .p-news {
    margin-bottom: 120px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: min(5vw, 90px);
  }
  .p-news__ttl-area.--2col {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
  .p-news__ttl-area.--2col .p-news__btn {
    flex: 1;
    width: 179px;
    font-size: 1.4rem;
  }
  .c-section-ttl-mod__main {
    padding-top: 24px;
  }
  .c-news-mod__container {
    flex: 0 1 894px;
  }
}
.p-investors__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.p-investors__desc {
  margin-bottom: 32px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-investors__container {
    flex-direction: row;
    align-items: flex-start;
  }
  .p-investors__content-area {
    flex: 0 0.7 467px;
  }
  .p-investors__image-area {
    flex: 0 0.3 572px;
  }
  .p-investors__desc {
    margin-bottom: 82px;
  }
}
.p-partner {
  margin-bottom: 100px;
}

.p-partner__container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.p-partner__desc {
  margin-bottom: 32px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-partner {
    margin-bottom: 200px;
  }
  .p-partner__container {
    flex-direction: row;
    align-items: flex-start;
  }
  .p-partner__content-area {
    flex: 0 0.7 467px;
  }
  .p-partner__image-area {
    flex: 0 0.3 572px;
  }
  .p-partner__desc {
    margin-bottom: 82px;
  }
}
.p-info {
  margin-bottom: 0px;
}
.p-info::before {
  background: #222222 url("/assets/img/info-bg.png") no-repeat center/cover;
}

.p-info__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-info__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-info__btn-area.--comapny,
.p-info__btn-area.--recruit {
  flex: 1;
  background-color: #3d3d3d;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8%;
  color: #fff;
}

.p-info__btn-area.--recruit {
  background-color: #141414;
}

.p-info__ttl {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin-bottom: 24px;
}

.p-info__ttl-sub {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(5rem, 12vw, 5rem);
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
}

/*bottom*/
.p-info__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.p-info__bottom a {
  flex: 1;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-info__wrapper {
    gap: 16px;
  }
  .p-info__top {
    flex-direction: row;
    gap: 56px;
    margin-bottom: 72px;
  }
  .p-info__ttl {
    color: #fff;
    text-align: center;
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-bottom: 40px;
  }
  .p-info__ttl-sub {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: clamp(5rem, 12vw, 5rem);
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
  }
  /*bottom*/
  .p-info__bottom {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
    gap: 24px;
  }
  .p-info__bottom a {
    flex: 1;
  }
}
.p-productpage-about__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-productpage-about__contents {
  flex: 1;
}

.p-productpage-about__img {
  flex: 1;
}

.p-productpage-about__movie-aera {
  flex: 1;
}

.p-productpage-about__movie-wrapper {
  position: relative;
  width: 100%; /* 横幅を親要素に合わせる */
  padding-bottom: 56.25%; /* アスペクト比 16:9 に設定 */
  height: 0; /* 初期高さを0にする */
  overflow: hidden; /* iframe が親要素からはみ出さないように */
}

.p-productpage-about__movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 横幅を親要素いっぱいにする */
  height: 100%; /* 高さを親要素いっぱいにする */
  border: 0; /* 不要な枠線を削除 */
}

.p-productpage-about__ttl {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1.5;
  margin-bottom: 24px;
}

.p-productpage-about__mid-ttl {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-productpage-about__mid-ttl span {
  color: #C72F32;
}

.p-productpage-about__img {
  margin-bottom: 24px;
}

.p-productpage-about__txt {
  font-size: 1.7rem;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-about__container {
    flex-direction: row;
    justify-content: space-between;
    gap: min(8vw, 104px);
  }
  .p-productpage-about__contents {
    flex: 1 0.6 385px;
  }
  .p-productpage-about__img {
    flex: 0 0.4 700px;
  }
  .p-productpage-about__movie-area {
    flex: 0 0.4 700px;
  }
  .p-productpage-about__movie-wrapper {
    width: 100%;
  }
  .p-productpage-about__ttl {
    margin-bottom: 32px;
  }
  .p-productpage-about__mid-ttl {
    margin-bottom: 56px;
  }
  .p-productpage-about__img {
    margin-bottom: 48px;
  }
}
.p-productpage-features__ttl {
  padding-bottom: 24px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 48px;
}

.p-productpage-features__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 56px;
}

.p-productpage-features__item {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-productpage-features__contents {
  flex: 1;
}

.p-productpage-features__image {
  flex: 1;
}

.p-productpage-features__heading {
  font-size: clamp(1.7rem, 5vw, 2.1rem);
  margin-bottom: 32px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-features__list {
    gap: 64px;
    margin-bottom: 100px;
  }
  .p-productpage-features__item {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-productpage-features__contents {
    flex: 0 0.8 627px;
  }
  .p-productpage-features__image {
    flex: 0 0.2 467px;
  }
  .p-productpage-features__heading {
    margin-bottom: 56px;
  }
}
.p-productpage-expansion {
  background-color: #eeeeee;
  padding: 8% 0;
}

.p-productpage-expansion__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.p-productpage-expansion__item {
  padding: 8%;
  background-color: #fff;
}

.p-productpage-expansion__heading {
  font-size: 26px;
  margin-bottom: 32px;
}

.p-productpage-expansion__txt {
  margin-bottom: 24px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-production-expansion {
    padding: 104px 0;
  }
  .p-productpage-expansion__list {
    flex-direction: row;
  }
  .p-productpage-expansion__item {
    padding: 4%;
  }
  .p-productpage-expansion__heading {
    margin-bottom: 24px;
  }
}
.p-productpage-plans__ttl {
  text-align: center;
  margin-bottom: 48px;
}

.p-productpage-plans__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(10vw, 60px);
}

.p-productpage-plans__item {
  max-width: 100%;
}

.p-productpage-plans__heading {
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .p-productpage-plans__list {
    grid-template-columns: repeat(auto-fit, minmax(361px, 1fr));
  }
  .p-productpage-plans__ttl {
    margin-bottom: 72px;
  }
  .p-productpage-plans__heading {
    margin-bottom: 32px;
  }
}
.p-productpage-re-plans.u-full-width::before {
  background-color: #222222;
  background-image: url("/assets/img/product-re-plans-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-productpage-re-plans__ttl {
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.7rem);
  text-align: center;
  margin-bottom: 24px;
}

.p-productpage-re-plans__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(10vw, 60px);
  margin-bottom: 56px;
}

.p-productpage-re-plans__item {
  max-width: 100%;
  background-color: #DFDFDF;
  padding: min(9%, 42px);
  border-radius: 4px;
}

.p-productpage-re-plans__heading {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 2vw, 3rem);
}

.p-productpage-re-plans__feature {
  font-size: clamp(1.7rem, 3vw, 1.9rem);
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #222222;
  margin-bottom: 16px;
}

@media screen and (min-width: 960px) {
  .p-productpage-re-plans__list {
    grid-template-columns: repeat(auto-fit, minmax(361px, 1fr));
    margin-bottom: 80px;
  }
  .p-productpage-re-plans__ttl {
    margin-bottom: 72px;
  }
  .p-productpage-re-plans__heading {
    margin-bottom: 32px;
  }
}
.p-productpage-steps__ttl {
  text-align: center;
  margin-bottom: 48px;
}

.p-productpage-steps__heading {
  margin-bottom: 24px;
  text-align: center;
}

.p-productpage-steps__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-productpage-steps__item {
  padding: 6%;
  background-color: #eeeeee;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.p-productpage-steps__icons {
  flex: 0 0 99px;
}

.p-productpage-steps__content {
  flex: 1;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-steps__ttl {
    margin-bottom: 72px;
  }
  .p-productpage-steps__heading {
    margin-bottom: 32px;
    text-align: left;
    margin-bottom: 16px;
  }
  .p-productpage-steps__list {
    gap: 32px;
  }
  .p-productpage-steps__item {
    padding: 4%;
    flex-direction: row;
    gap: 56px;
  }
  .p-productpage-steps__content {
    flex: 0 1 953px;
  }
}
.p-productpage-faq {
  margin-bottom: 0;
}

.p-productpage-faq__ttl {
  text-align: center;
  margin-bottom: 48px;
}

.p-productpage-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-productpage-faq__item {
  background-color: #eeeeee;
  padding: 7% 3%;
}

.p-productpage-faq__item-inner {
  display: flex;
  flex-direction: column;
}

/* Q container */
.p-productpage-faq__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: black;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 1.4;
  padding-right: 4em;
  position: relative;
  text-align: left;
}
.p-productpage-faq__button::after {
  content: "+";
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 5rem;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 5rem;
  font-weight: 200;
  color: #222222;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* A container */
.p-productpage-faq__answer {
  display: none;
  border-top: 1px dotted #222222;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-weight: 700;
  color: black;
}

.p-productpage-faq__icon.--answer {
  color: #C72F32;
  font-size: clamp(1.8rem, 2vw, 2.1rem);
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-faq__ttl {
    margin-bottom: 72px;
  }
  .p-productpage-faq__list {
    gap: 32px;
  }
  .p-productpage-faq__item {
    background-color: #eeeeee;
    padding: 3%;
  }
  .p-productpage-faq__button {
    gap: 40px;
    font-size: clamp(1.8rem, 2vw, 2.1rem);
  }
  .p-productpage-faq__answer {
    gap: 40px;
  }
}
main .p-productpage-product::before {
  background-color: #eaeaea;
}

.p-productpage-product__ttl {
  text-align: center;
  margin-bottom: 48px;
}

.p-productpage-product__heading {
  margin-bottom: 24px;
  text-align: center;
}

.p-productpage-product__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-steps__ttl {
    margin-bottom: 72px;
  }
  .p-productpage-steps__heading {
    margin-bottom: 32px;
    text-align: left;
    margin-bottom: 16px;
  }
}
main .p-productpage-download {
  margin-bottom: 0;
  background: rgb(34, 34, 34);
  background: linear-gradient(90deg, rgb(34, 34, 34) 0%, rgb(64, 64, 64) 100%);
}

.p-productpage-download__wrapper {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 12% 0;
}

.p-productpage-download__ttl {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
}

.p-productpage-download__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-productpage-download__recommendations {
  flex: 1;
  border: 1px solid #fff;
  padding: 7%;
}

.p-productpage-download__cta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-productpage-download__mini-ttl {
  color: #fff;
  font-size: clamp(1.7rem, 5vw, 2.7rem);
  margin-bottom: 24px;
}

.p-productpage-download__recommendations-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-productpage-download__recommendations-item {
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  padding-left: 2.3em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.p-productpage-download__recommendations-item::before {
  content: "";
  display: block;
  background-color: #fafafa;
  width: 29px;
  height: 29px;
  border-radius: 20px;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
.p-productpage-download__recommendations-item::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #222222;
  border-left: none;
  border-top: none;
  position: absolute;
  inset: 50% auto auto 0;
  transform-origin: 120% 150%;
  transform: translateY(-50%) rotate(45deg);
}

.p-productpage-download__image {
  margin-bottom: 40px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-download {
    margin-bottom: 0;
  }
  .p-productpage-download__wrapper {
    padding: 116px 0;
  }
  .p-productpage-download__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-productpage-download__recommendations {
    flex: 0 1 733px;
    padding: 48px 56px;
  }
  .p-productpage-download__cta {
    flex: 0 0 345px;
  }
  .p-productpage-download__mini-ttl {
    font-size: clamp(1.6rem, 6vw, 2.7rem);
    margin-bottom: 48px;
  }
  .p-productpage-download__recommendations-list {
    gap: 32px;
  }
}
.p-productpage-case {
  background-color: #fff;
}

.p-productpage-case__ttl {
  margin-bottom: 48px;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 960px) {
  .p-productpage-case__ttl {
    scroll-margin-top: 180px;
  }
}

.p-productpage-case__cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 80px;
}

.p-productpage-case__clients {
  padding-top: 48px;
}

.p-productpage-case__catch {
  text-align: center;
  margin-bottom: 24px;
}

/* PCスタイル */
@media screen and (min-width: 768px) {
  .p-productpage-case__ttl {
    margin-bottom: 72px;
  }
  .p-productpage-case__cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(24px, 5vw, 56px);
    margin-bottom: 100px;
  }
  .p-productpage-case__clients {
    padding-top: 96px;
  }
  .p-productpage-case__catch {
    margin-bottom: 40px;
  }
}
.p-productpage-re-about__container {
  width: min(100%, 1200px);
  margin: 0 auto;
  background-color: #222222;
  background-image: url("/assets/img/product-re-about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: min(8vw, 120px);
  color: #fff;
}

.p-productpage-re-about__ttl {
  font-size: clamp(2rem, 6vw, 3.7rem);
  text-align: center;
  margin-bottom: 24px;
}

.p-productpage-re-about__desc {
  margin-bottom: 32px;
}

.p-productpage-func__image-wrapper {
  display: grid;
  grid-template-areas: "cierto" "dam" "pim";
  gap: 24px;
  margin-bottom: 56px;
}

.p-productpage-func__image-wrapper.--wws {
  gap: 0px;
}

.p-productpage-func__image-wrapper.--wm {
  gap: 0px;
}

.p-productpage-func__image-area.--cierto {
  grid-area: cierto;
}

.p-productpage-func__image-area.--dam {
  grid-area: dam;
}

.p-productpage-func__image-area.--pim {
  grid-area: pim;
}

/*iflame*/
.p-productpage-func__video-container {
  width: min(100%, 960px);
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 56px;
}
.p-productpage-func__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*dam固有の背景*/
.p-productpage-func.--dam {
  color: #222222;
}

.p-productpage-func__container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.p-productpage-func__ttl-unit {
  font-size: clamp(2.5rem, 1.5vw, 4.5rem);
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #222222;
  scroll-margin-top: 120px;
}
.p-productpage-func__ttl-unit span {
  color: #C72F32;
}
@media screen and (min-width: 960px) {
  .p-productpage-func__ttl-unit {
    scroll-margin-top: 180px;
    font-size: clamp(3rem, 3.5vw, 4.5rem);
  }
}

.p-productpage-func__ttl-unit.--wm span {
  color: #34538F;
}

.p-productpage-func__ttl-unit.--wws span {
  color: #FAA32A;
}

.p-productpage-func__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.p-productpage-func__item {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-productpage-func__text-area {
  flex: 1;
}

.p-productpage-func__image-area {
  flex: 1;
}

.p-productpage-func__ttl {
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin-bottom: 32px;
  line-height: 1.4;
}

/*function list*/
.p-productpage-func__features {
  background-color: #DFDFDF;
  border-radius: 6px;
  color: #222222;
  padding: min(9%, 65px);
}

.p-productpage-func__features.--wm {
  background-color: #e1e8ed;
}

.p-productpage-func__features.--wws {
  background-color: #ede6dc;
}

.p-productpage-func__features-ttl {
  font-size: clamp(2.5rem, 6vw, 3rem);
  text-align: center;
  margin-bottom: 40px;
}

.p-productpage-func__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
  margin-bottom: 56px;
}

.p-productpage-func__features-item div {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.7em;
  position: relative;
}
.p-productpage-func__features-item div:before {
  content: "";
  display: block;
  background-image: url(../img/func-check.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-productpage-func__btn {
  margin: 0 auto;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-re-about__ttl {
    margin-bottom: 48px;
  }
  .p-productpage-re-about__desc {
    margin-bottom: 48px;
  }
  .p-productpage-func__image-wrapper {
    grid-template-areas: "cierto cierto dam" "cierto cierto pim";
    margin-bottom: 80px;
  }
  .p-productpage-func__container {
    gap: 120px;
  }
  .p-productpage-func__list {
    display: flex;
    flex-direction: column;
    gap: 120px;
  }
  .p-productpage-func__item {
    flex-direction: row;
    justify-content: space-between;
    gap: min(6vw, 80px);
  }
  .p-productpage-func__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-productpage-func__features-ttl {
    margin-bottom: 56px;
  }
  .p-productpage-func__features-list {
    grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
    gap: 45px;
    margin-bottom: 60px;
  }
  .p-productpage-func__video-container {
    margin-bottom: 80px;
  }
}
.p-productpage-consulting__ttl {
  font-size: clamp(2rem, 6vw, 3.7rem);
  text-align: center;
  margin-bottom: 24px;
}

.p-productpage-consulting__desc {
  margin-bottom: 32px;
}

@media screen and (min-width: 960px) {
  .p-productpage-consulting__desc {
    margin-bottom: 56px;
  }
}
.p-productpage-special {
  color: #fff;
}

.p-productpage-special__ttl {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.p-productpage-special__subttl {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 24px;
}

.p-productpage-special__desc {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 32px;
}

.p-productpage-special__btn {
  margin: 0 auto;
  margin-bottom: 48px;
}

.p-productpage-special__container {
  border: 1px solid #fff;
  padding: min(9%, 72px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-productpage-special__container .p-productpage-special__btn {
  margin-left: 0;
  margin-bottom: 0;
}

.p-productpage-special__recommendations,
.p-productpage-special__thumbnail {
  flex: 1;
}
.p-productpage-special__recommendations .u-image-unit,
.p-productpage-special__thumbnail .u-image-unit {
  margin-bottom: 0;
}

.p-productpage-special__mini-ttl {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  margin-bottom: 16px;
  line-height: 1.7;
}

.p-productpage-special__text {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 32px;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-productpage-special__ttl {
    margin-bottom: 24px;
  }
  .p-productpage-special__subttl {
    margin-bottom: 32px;
  }
  .p-productpage-special__desc {
    margin-bottom: 48px;
  }
  .p-productpage-special__btn {
    margin-bottom: 64px;
  }
  .p-productpage-special__container {
    flex-direction: row;
    justify-content: space-between;
    gap: min(9vw, 72px);
    align-items: center;
  }
  .p-productpage-special__recommendations {
    flex: 0 1 auto;
  }
  .p-productpage-special__thumbnail {
    flex: 0 0 443px;
  }
  .p-productpage-special__mini-ttl {
    margin-bottom: 32px;
  }
  .p-productpage-special__text {
    margin-bottom: 48px;
  }
}
/* SPスタイル */
.p-detailpage-functions {
  margin-bottom: 80px;
}

.p-detailpage-functions__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* 画像付きエリア */
.p-detailpage-functions__wrapper.--with-image {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 56px;
}

.p-detailpage-functions__ttl {
  padding-bottom: 24px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 48px;
  scroll-margin-top: 80px;
}

.p-detailpage-functions__main-area.--with-image {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-detailpage-functions__contents {
  flex: 1;
}

.p-detailpage-functions__image-area {
  flex: 1;
}

.p-detailpage-functions__subttl {
  margin-bottom: 24px;
  line-height: 1.4;
}

/* 画像なしエリア */
.p-detailpage-functions__wrapper.--no-image {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-detailpage-functions__desc {
  font-size: 1.6rem;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-detailpage-functions {
    margin-bottom: 120px;
  }
  .p-detailpage-functions__ttl {
    scroll-margin-top: 150px;
  }
  .p-detailpage-functions__list {
    gap: 120px;
  }
  /* 画像付きエリア */
  .p-detailpage-functions__wrapper.--with-image {
    gap: 120px;
    margin-bottom: 80px;
  }
  .p-detailpage-functions__main-area.--with-image {
    width: min(100%, 914px);
    margin: 0 auto;
    flex-direction: row;
    gap: min(5vw, 48px);
    justify-content: space-between;
  }
  .p-detailpage-functions__main-area.--with-image:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-detailpage-functions__contents {
    flex: 0 0.9 410px;
  }
  .p-detailpage-functions__image-area {
    flex: 0 0.1 490px;
  }
  .p-detailpage-functions__subttl {
    margin-bottom: 36px;
  }
  /* 画像なしエリア */
  .p-detailpage-functions__wrapper.--no-image {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(281px, 1fr));
    gap: 80px;
  }
}
/*sp*/
/*pc*/
.p-detailpage-figure {
  margin-bottom: 168px;
}

:where([data-scope=new-column]) .p-column {
  width: min(90%, 1480px);
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column {
    margin-bottom: 120px;
  }
}
:where([data-scope=new-column]) .p-column-container {
  width: 100%;
}
:where([data-scope=new-column]) .p-column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 532px) {
  :where([data-scope=new-column]) .p-column__list {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column__list {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  }
}
:where([data-scope=new-column]) .p-column-area {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-area {
    margin-bottom: 80px;
  }
}
:where([data-scope=new-column]) .p-column-area.--related-articles,
:where([data-scope=new-column]) .p-column-area.--featured-articles {
  padding-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 532px) {
  :where([data-scope=new-column]) .p-column-area.--related-articles,
  :where([data-scope=new-column]) .p-column-area.--featured-articles {
    padding-top: 64px;
  }
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-area.--related-articles,
  :where([data-scope=new-column]) .p-column-area.--featured-articles {
    padding-top: 64px;
  }
}
:where([data-scope=new-column]) .p-column-area.--related-articles .p-column__section-ttl,
:where([data-scope=new-column]) .p-column-area.--featured-articles .p-column__section-ttl {
  font-size: clamp(2.4rem, 6vw, 3rem);
  font-weight: 700;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #646464;
}
:where([data-scope=new-column]) .p-column-area.--related-articles .p-column__list,
:where([data-scope=new-column]) .p-column-area.--featured-articles .p-column__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 532px) {
  :where([data-scope=new-column]) .p-column-area.--related-articles .p-column__list,
  :where([data-scope=new-column]) .p-column-area.--featured-articles .p-column__list {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-area.--related-articles .p-column__list,
  :where([data-scope=new-column]) .p-column-area.--featured-articles .p-column__list {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  }
}

:where([data-scope=new-column]) {
  /*head*/
  /*目次*/
  /*body*/
  /*update*/
  /*auther*/
  /*ディテールページの下部の関連商品用link*/
  /*contact-bnr*/
}
:where([data-scope=new-column]) .p-column-detail__head-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
}
:where([data-scope=new-column]) .p-column-container img {
  display: block;
}
:where([data-scope=new-column]) .p-column-detail__head {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__head {
    margin-bottom: 40px;
  }
}
:where([data-scope=new-column]) .p-column-detail__ttl {
  font-size: clamp(2rem, 5.7vw, 3rem);
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__ttl {
    font-size: clamp(2.4rem, 5vw, 3rem);
    margin-bottom: 40px;
  }
}
:where([data-scope=new-column]) .p-column-detail__info-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__info-area {
    gap: 24px;
    margin-bottom: 32px;
  }
}
:where([data-scope=new-column]) .p-column-detail__category-icon {
  padding: 6px 12px;
  text-align: center;
  background-color: #222222;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  border-radius: 2px;
}
:where([data-scope=new-column]) .p-column-detail__date {
  display: block;
  font-size: 18px;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #565656;
}
:where([data-scope=new-column]) .p-column-detail__eyechatch {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 4.7% 26%;
}
:where([data-scope=new-column]) .p-column-detail__eyechatch img {
  display: block;
}
:where([data-scope=new-column]) .p-column-detail__tag-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__tag-area {
    margin-bottom: 40px;
  }
}
:where([data-scope=new-column]) .p-column-tag-item {
  padding: 8px 16px;
  font-size: 13px;
  color: #494949;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 20px;
}
:where([data-scope=new-column]) .p-column-detail__desc {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #333333;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__desc {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
}
:where([data-scope=new-column]) .p-column-detail__nav {
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  :where([data-scope=new-column]) .p-column-detail__nav {
    padding: 4.3%;
    padding-top: 3%;
    margin-bottom: 40px;
  }
}
:where([data-scope=new-column]) .p-column-detail__nav-ttl {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 700;
  color: #333333;
}
:where([data-scope=new-column]) .p-column-detail__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__nav-list {
    gap: 20px;
  }
}
:where([data-scope=new-column]) .p-column-detail__index-item a {
  display: block;
  width: 100%;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #8c8c8c;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__index-item a {
    padding: 0 0 12px 0;
    font-size: 1.5rem;
  }
}
:where([data-scope=new-column]) .p-colunmn-detail__bnr-area {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s 0s ease-in-out;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-colunmn-detail__bnr-area {
    margin-bottom: 100px;
  }
}
:where([data-scope=new-column]) .p-colunmn-detail__bnr-outer {
  width: 100%;
}
:where([data-scope=new-column]) .p-column-detail__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__body {
    gap: 48px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contents {
  color: #333333;
}
:where([data-scope=new-column]) .p-column-detail__contents .p-column-detail__mid-ttl {
  font-size: clamp(1.8rem, 6vw, 3rem);
  padding-bottom: 16px;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 32px;
  line-height: 1.4;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__contents .p-column-detail__mid-ttl {
    padding-bottom: 20px;
    margin-bottom: 40px;
    scroll-margin-top: 180px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contents h3 {
  padding-top: 40px;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__contents h3 {
    margin-bottom: 32px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contents .p-column-detail__text {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__contents .p-column-detail__text {
    margin-bottom: 40px;
  }
}
:where([data-scope=new-column]) .p-column-detail__auther-area {
  display: flex;
  flex-direction: column;
  gap: 48px;
  border: 1px solid #9E9E9E;
  padding: 8%;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__auther-area {
    padding: 48px;
  }
}
:where([data-scope=new-column]) .p-column-detail__auther-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .p-column-detail__auther-wrapper {
    flex-direction: row;
  }
}
:where([data-scope=new-column]) .column-detail__auther-logo {
  flex: 1;
}
:where([data-scope=new-column]) .column-detail__auther-logo img {
  display: block;
  width: 162px;
  margin: 0 auto;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .column-detail__auther-logo {
    flex: 0 0 162px;
  }
}
:where([data-scope=new-column]) .column-detail__auther-info {
  flex: 1 1 460px;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .column-detail__auther-info {
    flex: 0 0.8 460px;
  }
}
:where([data-scope=new-column]) .p-column-detail__auther-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
:where([data-scope=new-column]) .p-column-detail__auther-name {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__auther-name {
    font-size: 2.1rem;
  }
}
:where([data-scope=new-column]) .p-column-detail__auther-desc {
  font-size: 1.6rem;
  line-height: 1.4;
}
:where([data-scope=new-column]) .p-column-detail__auther-bottom {
  background-color: #DFDFDF;
  padding: 5%;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__auther-bottom {
    padding: 24px;
  }
}
:where([data-scope=new-column]) .p-column-detail__auther-company-info {
  font-size: 1.6rem;
}
:where([data-scope=new-column]) .p-column-detail__update {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #3d3d3d;
}
:where([data-scope=new-column]) .p-column-detail__product-bnr {
  display: block;
  transition: opacity 0.3s 0s ease-in-out;
}
:where([data-scope=new-column]) .p-column-detail__product-bnr:hover {
  opacity: 0.8;
  transition: opacity 0.3s 0s ease-in-out;
}
:where([data-scope=new-column]) .p-column-detail__contact {
  width: 100%;
  padding-top: min(16vw, 80px);
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=new-column]) .p-column-detail__contact {
    margin-bottom: 88px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #3a3a3a;
  width: 100%;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .p-column-detail__contact-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact-head {
  flex: 1;
  width: 100%;
}
:where([data-scope=new-column]) .p-column-detail__contact-head a {
  display: block;
  border-radius: 50px;
  width: 100%;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: center;
}
:where([data-scope=new-column]) .p-column-detail__contact-head a span {
  display: block;
  font-size: 140%;
  line-height: 1.4;
}
:where([data-scope=new-column]) .p-column-detail__contact-bottom {
  flex: 1;
  width: 100%;
}
:where([data-scope=new-column]) .p-column-detail__contact-bottom a {
  display: block;
  border-radius: 50px;
  width: 100%;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: center;
}
:where([data-scope=new-column]) .p-column-detail__contact-bottom a span {
  display: block;
  font-size: 140%;
  line-height: 1.4;
}
:where([data-scope=new-column]) .p-column-detail__contact-logo {
  display: block;
  width: min(86%, 294px);
  margin: 0 auto;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .p-column-detail__contact-logo {
    width: min(80%, 294px);
    margin: 0;
    margin-bottom: 55px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact-address {
  display: none;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0;
}
:where([data-scope=new-column]) .p-column-detail__contact-address p {
  line-height: 1.2;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .p-column-detail__contact-address {
    display: block;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact-page-link {
  display: block;
  color: #222222;
  background-color: #fff;
  width: min(100%, 236px);
  margin: 0 auto;
  text-align: center;
  padding: min(4%, 12px);
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .p-column-detail__contact-page-link {
    margin-bottom: 16px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact-page-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s 0s ease-in-out;
  padding: min(4%, 12px);
}
:where([data-scope=new-column]) .p-column-detail__contact-phone {
  display: block;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: min(7vw, 3.3rem);
  text-align: center;
}
@media screen and (min-width: 1260px) {
  :where([data-scope=new-column]) .p-column-detail__contact-phone {
    font-size: 3.3rem;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact-phone:hover {
  opacity: 0.7;
  transition: opacity 0.3s 0s ease-in-out;
  color: #fff;
}
:where([data-scope=new-column]) .p-column-detail__contact-bottom small {
  display: block;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #fff;
  text-align: center;
}
:where([data-scope=new-column]) .p-column-detail__contact.--cierto {
  padding-top: min(16vw, 80px);
}
:where([data-scope=new-column]) .p-column-detail__contact.--cierto .p-column-detail__contact-wrap {
  background-color: #3a3a3a;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: min(10%, 56px);
  border-radius: 4px;
}
:where([data-scope=new-column]) .p-column-detail__contact-wrap .p-column-detail__contact-logo {
  margin-bottom: 0;
}
:where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container {
  flex-direction: column;
  width: 100%;
  padding-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  :where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 18px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container .p-column-detail__contact-head {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  :where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container .p-column-detail__contact-head {
    flex: 1 1 190px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container .p-column-detail__contact-bottom {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  :where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container .p-column-detail__contact-bottom {
    flex: 1 1 190px;
  }
}
:where([data-scope=new-column]) .p-column-detail__contact__wrap .p-column-detail__contact-container .p-column-detail__contact-bottom .p-column-detail__contact-page-link {
  width: 100%;
  margin-bottom: 0;
}
:where([data-scope=new-column]) .p-column-detail__contact-head .p-column-detail__contact-page-link {
  width: 100%;
  background-color: #d44242;
  color: #fff;
  margin-bottom: 0;
}
:where([data-scope=new-column]) .p-column-detail__contact.--cierto .p-column-detail__contact-phone small {
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  width: 100%;
}

.p-column-detail__text {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .p-column-detail__text {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
}

.p-column-detail__text p {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .p-column-detail__text p {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
}

.p-subpage-about {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 300px;
}

.p-subpage-about__ttl {
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 3.2rem);
  margin-bottom: 2em;
  position: relative;
}
.p-subpage-about__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2px;
  bottom: -28px;
  background-color: #C72F32;
}
.p-subpage-about__ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -28px;
  background-color: #c9c9c9;
}

.p-subpage-about__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-subpage-about__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-subpage-about__item {
  flex: 1;
  border-bottom: 1px dotted #222222;
  padding-bottom: 24px;
}
.p-subpage-about__item:last-child {
  border-bottom: none;
}

.p-sublage-about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-subpage-about__head {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.p-subpage-about__body {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.p-subpage-about__body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-subpage-about__body a {
  line-height: 2;
  color: rgb(29, 29, 160);
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.4rem;
}

.p-subpage-about__image-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-subpage-about__link-area {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}
.p-subpage-about__link-area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 320px;
  background-color: #222222;
  background-image: url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.p-subpage-about__link-area-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 32px;
}

.p-subpage-about__link-are-item {
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: min(8%, 40px);
}

.p-subpage-about__link-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 48px;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-about {
    margin-bottom: 441px;
  }
  .p-subpage-about__ttl {
    margin-bottom: 144px;
  }
  .p-subpage-about__container {
    flex-direction: row;
    gap: min(5vw, 216px);
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-subpage-about__list {
    flex: 0 0.9 600px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .p-subpage-about__item {
    flex: 1;
  }
  .p-sublage-about__wrapper {
    flex-direction: row;
    gap: min(5vw, 40px);
  }
  .p-subpage-about__head {
    font-size: 1.8rem;
    min-width: 145px;
  }
  .p-subpage-about__body {
    font-size: 1.8rem;
  }
  .p-subpage-about__image-area {
    flex: 0 0.5 438px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .p-subpage-about__link-area {
    margin-bottom: 136px;
  }
  .p-subpage-about__link-area::before {
    top: -100px;
  }
  .p-subpage-about__link-area-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-subpage-awards {
  width: min(100%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-subpage-awards__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.p-subpage-awards__ttl {
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 3.2rem);
  margin-bottom: 2em;
  position: relative;
}
.p-subpage-awards__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2px;
  bottom: -28px;
  background-color: #C72F32;
}
.p-subpage-awards__ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -28px;
  background-color: #c9c9c9;
}

.p-subpage-awards__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-subpage-awards__logo,
.p-subpage-awards__desc {
  flex: 1;
}

.p-subpage-awards__text {
  margin-bottom: 32px;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-awards {
    margin-bottom: 200px;
  }
  .p-subpage-awards__list {
    gap: 120px;
  }
  .p-subpage-awards__ttl {
    margin-bottom: 104px;
  }
  .p-subpage-awards__container {
    flex-direction: row;
    gap: min(7vw, 88px);
    justify-content: space-between;
    align-items: center;
  }
  .p-subpage-awards__item:last-child .p-subpage-awards__container {
    align-items: start;
  }
  .p-subpage-awards__logo {
    flex: 0 0 322px;
  }
  .p-subpage-awards__desc {
    flex: 0 1 789px;
    font-size: 1.6;
  }
}
.p-subpage-philosophy {
  width: min(100%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}
.p-subpage-philosophy:last-child {
  margin-bottom: 0;
}

.p-subpage-philosophy__messsage-list {
  display: grid;
  grid-template-areas: "image" "message" "annotation";
  gap: 40px;
}

.p-subpage-philosophy__messsage-item.--message {
  grid-area: message;
  font-weight: 500;
}

.p-subpage-philosophy__messsage-item.--image {
  grid-area: image;
}

.p-subpage-philosophy__messsage-item.--annotation {
  grid-area: annotation;
}

.p-subpage-philosophy__features-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-subpage-philosophy__features-item {
  flex: 1;
  background-color: #fff;
}

.p-subpage-philosophy__features-ttl {
  font-size: clamp(2rem, 2vw, 2.3rem);
  font-weight: bold;
  margin-bottom: 32px;
}

.p-subpage-philosophy__features-image {
  margin-bottom: 40px;
}

.p-subpage-philosophy__features-sub-ttl {
  margin-bottom: 24px;
  font-size: clamp(1.6rem, 1vw, 1.9rem);
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-philosophy {
    margin-bottom: 80px;
  }
  .p-subpage-philosophy__messsage-list {
    display: grid;
    grid-template-areas: "message image" "annotation annotation";
    gap: 40px;
  }
  .p-subpage-philosophy__features-list {
    flex-direction: row;
  }
  .p-subpage-philosophy__features-item {
    font-weight: 500;
  }
}
.p-subpage-organization {
  width: min(100%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-subpage-organization__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-subpage-organization_organization-image p {
  max-width: 870px;
  margin: 0 auto;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-organization {
    margin-bottom: 120px;
  }
  .p-subpage-organization__wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
.p-subpage-reason__intro {
  background-color: #fff;
  text-align: center;
}

.p-subpage-reason__intro-ttl {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  width: min(100%, 900px);
  margin: 0 auto 32px;
  line-height: 1.3;
}
.p-subpage-reason__intro-ttl span {
  color: #C72F32;
}

.p-subpage-reason__intro-desc {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  text-align: center;
  width: min(100%, 960px);
  margin: 0 auto;
}

/* Problem List */
.p-subpage-reason__ttl {
  text-align: center;
  font-size: clamp(2.4rem, 5vw, 3.3rem);
  margin-bottom: 60px;
}

main .p-subpage-reason__problem-area::before {
  background: #222222 url(../img/reason-ploblem-bg.jpg) no-repeat center/cover;
}

.p-subpage-reason__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
}

.p-subpage-reason__problem-item {
  background-color: rgba(0, 0, 0, 0.9);
  padding: min(12%, 48px);
  padding-top: min(20%, 60px);
}

.p-subpage-reason__problem-ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  position: relative;
}
.p-subpage-reason__problem-ttl::after {
  content: "";
  display: inline-block;
  background-color: transparent;
  width: 12px;
  height: 20px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

main .p-subpage-reason__problem-text {
  color: #fff;
}

/*solution-area*/
.p-subpage-reason__solution-subttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 24px;
  line-height: 1.4;
}

.p-subpage-reason__solution-ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  margin-bottom: 80px;
  line-height: 1.4;
}

.p-subpage-reason__solution-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-subpage-reason__solution-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-subpage-reason__solution-heading {
  font-size: clamp(2rem, 2vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 32px;
  padding-left: 3em;
  position: relative;
  line-height: 1.3;
}
.p-subpage-reason__solution-heading::before {
  content: "";
  display: block;
  width: 2.2em;
  height: 2.2em;
  border-radius: 4px;
  background-image: url(../img/check.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
}

/* PC Styles */
@media screen and (min-width: 960px) {
  main .p-subpage-reason__solution-area {
    margin-bottom: 116px;
  }
  .p-subpage-reason__intro-ttl {
    margin-bottom: 56px;
  }
  .p-subpage-reason__ttl {
    margin-bottom: 100px;
  }
  .p-subpage-reason__ttl::after {
    top: -1.5em;
  }
  .p-subpage-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-subpage-reason__problem-item {
    padding: min(12%, 48px);
    padding-top: min(24%, 90px);
  }
  .p-subpage-reason__solution-ttl {
    margin-bottom: 100px;
  }
  .p-subpage-reason__solution-list {
    gap: 144px;
  }
  .p-subpage-reason__solution-item {
    flex-direction: row;
    gap: min(11vw, 140px);
  }
  .p-subpage-reason__solution-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-subpage-reason__solution-item .p-subpage-reason__solution-image {
    flex: 1;
  }
  .p-subpage-reason__solution-item .p-subpage-reason__solution-content {
    flex: 1;
  }
  .p-subpage-reason__solution-item .p-subpage-reason__solution-txt {
    font-size: 1.8rem;
  }
}
.p-subpage-product__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-subpage-product__item:nth-child(2) .c-product-card-mod {
  flex-direction: column;
  padding: 16% 8%;
}
.p-subpage-product__item:nth-child(2) .c-product-card-mod::before {
  left: -15%;
}

@media screen and (min-width: 960px) {
  .p-subpage-product__item:nth-child(2) .c-product-card-mod {
    flex-direction: row-reverse;
    padding: 56px 0 56px 8%;
  }
  .p-subpage-product__item:nth-child(2) .c-product-card-mod::before {
    left: -15%;
  }
}
.p-subpage-seminar__archive {
  margin-bottom: 0;
}

.p-subpage-seminar__summary-ttl,
.p-subpage-seminar__archive-ttl {
  margin-bottom: 48px;
}

.p-subpage-seminar__summary-cards,
.p-subpage-seminar__archive-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(5vw, 56px);
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-subpage-seminar__summary-ttl,
  .p-subpage-seminar__archive-ttl {
    margin-bottom: 80px;
  }
  .p-subpage-seminar__summary-cards,
  .p-subpage-seminar__archive-cards {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
    gap: 56px;
  }
}
.p-subpage-seminar-detail__title-area {
  margin-bottom: 32px;
}

.p-subpage-seminar-detail__content-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 0;
  padding-bottom: 64px;
}

.p-subpage-seminar-detail__content {
  flex: 1;
}

.p-subpage-seminar-detail__aside {
  flex: 1;
}

.p-subpage-seminar-detail__title-wrapper .c-icon {
  margin-bottom: 16px;
}

.p-subpage-seminar-detail__ttl {
  font-size: clamp(2.4rem, 3.7vw, 3.8rem);
  margin-bottom: 32px;
  line-height: 1.4;
}

.p-subpage-seminar-detail__sns-icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.p-subpage-seminar-detail__thumnail {
  margin-bottom: 32px;
}

.p-subpage-seminar-detail__desc {
  margin-bottom: 48px;
}

/*recommend*/
.p-subpage-seminar-detail__recommend {
  background-color: #eaeaea;
  border: 2px solid #CDCDCD;
  border-radius: 4px;
  padding: 8%;
}

.p-subpage-seminar-detail__recommend-heading {
  font-size: clamp(1.8rem, 3vw, 2rem);
  margin-bottom: 24px;
}

.p-subpage-seminar-detail__recommend-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-subpage-seminar-detail__recommend-item {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 3em;
}
.p-subpage-seminar-detail__recommend-item::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #C72F32;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 20px;
}
.p-subpage-seminar-detail__recommend-item::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.6em;
  background-color: transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 48%;
  left: 0.55em;
  transform: translateY(-50%) rotate(45deg);
}

.p-subpage-seminar-detail__aside {
  background-color: #eeeeee;
  padding: 8%;
  font-weight: 500;
}

.p-subpage-seminar-detail__date {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Montserrat", "Arial", sans-serif;
}
.p-subpage-seminar-detail__date span {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 80%;
  margin-right: 0.5em;
}

.p-subpage-seminar-detail__time {
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 32px;
  font-family: "Montserrat", "Arial", sans-serif;
}

.p-subpage-seminar-detail__place {
  font-size: 1.7rem;
  margin-bottom: 16px;
}

.p-subpage-seminar-detail__host {
  font-size: 1.7rem;
  margin-bottom: 32px;
  line-height: 1.4;
}

.c-btn.--primary.--red.--seminar {
  margin-bottom: 32px;
  width: 100%;
}

.p-subpage-seminar-detail__contact {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.p-subpage-seminar-detail__contact a {
  display: inline;
  text-decoration: underline;
}

.p-subpage-seminar-detail__content-area {
  margin-bottom: 48px;
  padding-bottom: 72px;
  border-bottom: 1px solid #CDCDCD;
}

.p-subpage-seminar-detail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-subpage-seminar-detail__overview-table {
  flex: 1;
}

.p-subpage-seminar-detail__overview-speaker-area {
  flex: 1;
}

.p-subpage-seminar-detail__overview-ttl {
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-bottom: 32px;
}

.p-subpage-seminar-detail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-size: 1.6rem;
  margin-bottom: 32px;
}

.p-subpage-seminar-detail__overview-table {
  font-size: 1.6rem;
  flex: 1;
  border: 2px solid #CDCDCD;
  border-collapse: collapse;
}
.p-subpage-seminar-detail__overview-table tr,
.p-subpage-seminar-detail__overview-table th,
.p-subpage-seminar-detail__overview-table td {
  border: 2px solid #CDCDCD;
  padding: 1.5em 1.5em;
}
.p-subpage-seminar-detail__overview-table th {
  background-color: #eeeeee;
}
.p-subpage-seminar-detail__overview-table td {
  font-size: 1.8rem;
}

.p-subpage-seminar-detail__overview-speaker-area {
  flex: 1;
  background-color: #eeeeee;
  padding: 8%;
}

.p-subpage-seminar-detail__overview-speaker {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.p-subpage-seminar-detail__overview-img {
  margin-bottom: 24px;
}
.p-subpage-seminar-detail__overview-img img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  clip-path: circle(50% at 50% 50%); /* 中心点を指定 */
  object-fit: cover;
  overflow: hidden;
}

.p-subpage-seminar-detail__overview-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .p-subpage-seminar-detail__content {
    flex: 0 0.9 630px;
  }
  .p-subpage-seminar-detail__aside {
    flex: 0 0.1 468px;
  }
  .p-subpage-seminar-detail__content-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 48px;
    padding-bottom: 72px;
    border-bottom: 1px solid #CDCDCD;
  }
  .p-subpage-seminar-detail__title-wrapper .c-icon {
    margin-bottom: 24px;
  }
  .p-subpage-seminar-detail__ttl {
    margin-bottom: 40px;
  }
  .p-subpage-seminar-detail__thumnail {
    margin-bottom: 40px;
  }
  .p-subpage-seminar-detail__desc {
    margin-bottom: 56px;
  }
  /*recommend*/
  .p-subpage-seminar-detail__recommend {
    padding: 32px 32px;
  }
  .p-subpage-seminar-detail__recommend-item::before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: #C72F32;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 20px;
  }
  .p-subpage-seminar-detail__recommend-item::after {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.6em;
    background-color: transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 45%;
    left: 0.55em;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-subpage-seminar-detail__recommend-heading {
    font-size: clamp(1.8rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 32px;
  }
  .p-subpage-seminar-detail__recommend-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  /*aside*/
  .p-subpage-seminar-detail__aside {
    background-color: #eeeeee;
    padding: 32px 32px;
    position: sticky;
    top: 200px;
  }
  .p-subpage-seminar-detail__overview-ttl {
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    margin-bottom: 40px;
  }
  .p-subpage-seminar-detail__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 32px;
  }
  .p-subpage-seminar-detail__overview-table {
    flex: 1 0.7 573px;
    border: 2px solid #CDCDCD;
    border-collapse: collapse;
  }
  .p-subpage-seminar-detail__overview-table tr,
  .p-subpage-seminar-detail__overview-table th,
  .p-subpage-seminar-detail__overview-table td {
    border: 2px solid #CDCDCD;
    padding: 1.5em 1.5em;
  }
  .p-subpage-seminar-detail__overview-table th {
    background-color: #eeeeee;
  }
  .p-subpage-seminar-detail__overview-speaker-area {
    flex: 1 0.3 362px;
    padding: 32px;
  }
}
main .p-subpage-news {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
main .p-subpage-news .c-news-mod__item {
  background-color: #fff;
}

.p-subpage-news__fliter {
  width: 100%;
}
.p-subpage-news__fliter nav {
  margin-bottom: 0;
}

/* Archive */
.p-subpage-news__archive {
  display: flex;
  flex-direction: column;
}

.p-subpage-news__archive-link-area {
  padding-bottom: 32px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 32px;
}

.p-subpage-news__archive-heading {
  margin-bottom: 24px;
}

.p-subpage-news__archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
.p-subpage-news__archive-list a {
  color: #9E9E9E;
  font-weight: 700;
  font-size: 1.7rem;
  display: block;
  width: 40px;
  font-family: "Montserrat", "Arial", sans-serif;
}

/* Past */
.p-subpage-news__past-heading {
  margin-bottom: 24px;
}

.p-subpage-news__past-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
.p-subpage-news__past-list a {
  color: #222222;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  width: 288px;
}

/* PC Styles */
@media screen and (min-width: 960px) {
  main .p-subpage-news {
    margin-bottom: 56px;
  }
  .p-subpage-news__archive-link-area {
    padding-bottom: 48px;
  }
}
main .p-subpage-news-detail__header {
  margin-bottom: 32px;
}

.p-subpage-news-detail__content-area {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #CDCDCD;
}

.p-subpage-news-detail__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
.p-subpage-news-detail__meta time {
  font-size: 2rem;
  font-family: "Montserrat", "Arial", sans-serif;
}

.p-subpage-news-detail__header-wrapper {
  display: flex;
  flex-direction: column;
}

.p-subpage-news-detail__ttl-area {
  flex: 1;
}

.p-subpage-news-detail__ttl-area.--text-center {
  flex: 1;
  text-align: center;
}

.p-subpage-news-detail__ttl {
  line-height: 1.4;
  font-size: clamp(1.9rem, 5.2vw, 2.7rem);
}

.p-subpage-news-detail__sub-ttl {
  padding-top: 16px;
  display: block;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: normal;
  line-height: 1.4;
}

.p-subpage-news-detail__thumbnail {
  flex: 1;
  margin-bottom: 32px;
}

.p-subpage-news-detail__sns-icons {
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.c-icon.--sns.--x {
  flex: 0 0 119px;
}

.c-icon.--sns {
  flex: 0 0 auto;
}

.p-subpage-news-detail__desc {
  margin-bottom: 56px;
}
.p-subpage-news-detail__desc h3 {
  margin-bottom: 16px;
  line-height: 1.4;
}
.p-subpage-news-detail__desc p {
  margin-bottom: 32px;
}
.p-subpage-news-detail__desc ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.p-subpage-news-detail__desc img {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.p-subpage-news-detail__points-heading {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  padding-left: 0.8em;
  position: relative;
  margin-bottom: 32px;
}
.p-subpage-news-detail__points-heading::before {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  background-color: #DFDFDF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-subpage-news-detail__update {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.05em;
  color: #8c8c8c;
}

/*pc*/
@media screen and (min-width: 960px) {
  main .p-subpage-news-detail__header {
    margin-bottom: 48px;
  }
  .p-subpage-news-detail__meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 56px;
  }
  .p-subpage-news-detail__date {
    font-size: 1.9rem;
  }
  .p-subpage-news-detail__header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
  }
  .p-subpage-news-detail__thumbnail {
    flex: 1;
    margin-bottom: 0;
  }
  .p-subpage-news-detail__ttl-area {
    flex: 1;
    margin-bottom: 32px;
  }
  .p-subpage-news-detail__content-area {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #CDCDCD;
  }
  .p-subpage-news-detail__ttl {
    line-height: 1.6;
  }
  .p-subpage-news-detail__desc {
    margin-bottom: 64px;
  }
  .p-subpage-news-detail__desc p {
    margin-bottom: 48px;
  }
  .p-subpage-news-detail__desc ul {
    margin-bottom: 48px;
  }
  .p-subpage-news-detail__points-heading {
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    font-weight: 700;
    padding-left: 0.8em;
    position: relative;
    margin-bottom: 40px;
  }
  .p-subpage-news-detail__points-heading::before {
    content: "";
    display: block;
    width: 5px;
    height: 1em;
    background-color: #DFDFDF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.p-subpage-news-detail__content a {
  color: blue;
  transition: opacity 0.3s ease;
}
.p-subpage-news-detail__content a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.p-subpage-industry__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  gap: 56px;
}

.p-subpage-industry__wrapper {
  display: block;
  cursor: pointer;
}
.p-subpage-industry__wrapper:hover .p-subpage-industry__ttl {
  color: #646464;
  text-underline-offset: 8px;
  transition: opacity 0.3s ease;
  text-decoration-color: inherit;
}
.p-subpage-industry__wrapper:hover .p-subpage-industry__ttl .p-subpage-industry__ttl {
  opacity: 0.7;
}

.p-subpage-industry__image {
  margin-bottom: 12px;
  position: relative;
}
.p-subpage-industry__image::after {
  content: "";
  display: block;
  background-color: black; /* 背景色を黒に設定 */
  mix-blend-mode: multiply; /* 乗算を適用 */
  opacity: 0; /* 通常時は非表示 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease; /* スムーズなフェードイン/アウト */
}
.p-subpage-industry__image:hover::after {
  opacity: 0.3; /* hover時に表示 */
}

.p-subpage-industry__number {
  font-size: 1.3rem;
  font-family: "Montserrat", "Arial", sans-serif;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.p-subpage-industry__number span {
  color: #C72F32;
}

.p-subpage-industry__ttl {
  font-size: clamp(2rem, 4vw, 2.2rem);
  letter-spacing: 0.09em;
  transition: opacity 0.3s ease;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-industry__list {
    gap: min(4vw, 56px);
  }
}
.p-subpage-industry-detail__head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-subpage-industry-detail__ttl {
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 3.2rem);
  margin-bottom: 2em;
  position: relative;
}
.p-subpage-industry-detail__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2px;
  bottom: -28px;
  background-color: #C72F32;
}
.p-subpage-industry-detail__ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -28px;
  background-color: #c9c9c9;
}

.p-subpage-industry-detail__desc-area {
  flex: 1;
}

.p-subpage-industry-image {
  flex: 1;
}

.p-subpage-industry-detail__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-subpage-industry-detail__item {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.p-subpage-industry-section__ttl {
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 5.3rem);
  margin-bottom: 24px;
  color: #222222;
}

.p-subpage-industry-section__ttl.--white {
  color: #fff;
}

.p-subpage-industry-section__sub-ttl {
  color: #222222;
  font-size: clamp(1.6rem, 4vw, 2rem);
  margin-bottom: 4em;
  position: relative;
}
.p-subpage-industry-section__sub-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2px;
  bottom: -28px;
  background-color: #C72F32;
}
.p-subpage-industry-section__sub-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -28px;
  background-color: #c9c9c9;
}

.p-subpage-industry-detail__problem-mini-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 8px;
  width: 168px;
  text-align: center;
  background-color: #fff;
  color: #222222;
  border-radius: 20px;
  align-items: center;
  line-height: 1.6rem;
  margin-bottom: 24px;
}

.p-subpage-industry-detail__problem-area {
  background-color: #222222;
  color: #fff;
  padding: min(8%, 48px);
  position: relative;
}
.p-subpage-industry-detail__problem-area::after {
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background-color: transparent;
  border: 18px solid transparent;
  border-top: 24px solid #222222;
  transform-origin: 50% 50%;
  transform: translateY(135%);
  position: absolute;
  left: 50%;
  bottom: 0;
}

.p-subpage-industry-detail__problem-ttl {
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4;
}

.p-subpage-industry-detail__problem-desc {
  font-size: 1.6rem;
}

.p-subpage-industry-detail__bc-area,
.p-subpage-industry-detail__merit-area {
  background-color: #fff;
  color: #222222;
  padding: min(8%, 48px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-subpage-industry-detail__bc-area {
  position: relative;
}
.p-subpage-industry-detail__bc-area::after {
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background-color: transparent;
  border: 18px solid transparent;
  border-top: 24px solid #222222;
  transform-origin: 50% 50%;
  transform: translateY(135%);
  position: absolute;
  left: 50%;
  bottom: 0;
}

.p-subpage-industry-detail__bc-mini-ttl,
.p-subpage-industry-detail__merit-mini-ttl {
  margin-bottom: 16px;
}

.p-subpage-industry-detail__bc-ttl,
.p-subpage-industry-detail__merit-ttl {
  font-size: clamp(2rem, 5vw, 2.7rem);
  line-height: 1.4;
  margin-bottom: 32px;
}

.p-subpage-industry-detail__bc-wrapper,
.p-subpage-industry-detail__merit-wrapper {
  flex: 1;
}

.p-subpage-industry-detail__bc-image,
.p-subpage-industry-detail__merit-image {
  flex: 1;
  margin-bottom: 32px;
}

.p-subpage-industry-detail__bc-desc,
.p-subpage-industry-detail__merit-desc {
  margin-bottom: 0;
}

.p-subpage-industry-detail__bc-mini-ttl,
.p-subpage-industry-detail__merit-mini-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 8px;
  width: 168px;
  text-align: center;
  background-color: #222222;
  color: #fff;
  border-radius: 20px;
  align-items: center;
  line-height: 1.6rem;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-industry-detail__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: min(7vw, 112px);
  }
  .p-subpage-industry-detail__ttl {
    margin-bottom: 68px;
  }
  .p-subpage-industry-detail__desc-area {
    flex: 0 0.8 544px;
  }
  .p-subpage-industry-image {
    flex: 0 0.2 544px;
  }
  .p-subpage-industry-section__sub-ttl {
    margin-bottom: 60px;
  }
  .p-subpage-industry-detail__list {
    gap: 120px;
  }
  .p-subpage-industry-detail__item {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
  .p-subpage-industry-detail__bc-area,
  .p-subpage-industry-detail__merit-area {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
  }
  .p-subpage-industry-detail__bc-wrapper,
  .p-subpage-industry-detail__merit-wrapper {
    flex: 0 0.3 500px;
  }
  .p-subpage-industry-detail__bc-image,
  .p-subpage-industry-detail__merit-image {
    flex: 0 0.7 500px;
    margin-bottom: 0;
  }
  .p-subpage-industry-detail__bc-desc,
  .p-subpage-industry-detail__merit-desc {
    margin-bottom: 0;
  }
}
.p-subpage-company {
  width: 100%;
  margin: 0 auto;
}

.p-subpage-company__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 0;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  padding: 24px 0;
  border-top: 1px solid #CDCDCD;
}

.p-subpage-company__term {
  flex: 1;
}

.p-subpage-company__detail {
  flex: 1;
}

.p-subpage-company__address a {
  text-decoration: underline;
}

.p-subpage-company__wrapper.--chart,
.p-subpage-company__wrapper.--gave {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.p-subpage-company__wrapper.--chart .p-subpage-company__term,
.p-subpage-company__wrapper.--gave .p-subpage-company__term {
  flex: 1;
  font-weight: 700;
}
.p-subpage-company__wrapper.--chart .p-subpage-company__detail,
.p-subpage-company__wrapper.--gave .p-subpage-company__detail {
  flex: 1;
}

@media screen and (min-width: 960px) {
  .p-subpage-company {
    width: 100%;
  }
  .p-subpage-company__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    font-weight: 500;
    color: #222222;
    line-height: 1.7;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
    gap: 60px;
    padding: 30px 0;
    border-top: 1px solid #CDCDCD;
  }
  .p-subpage-company__term {
    flex: 0 0 140px;
  }
  .p-subpage-company__detail {
    flex: 0 0 536px;
  }
}
.p-subpage-address {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-subpage-address__wrapper {
  display: flex;
  flex-direction: column;
}

.p-subpage-address__inner {
  border-bottom: 1px solid #CDCDCD;
  padding: 32px 0px;
}
.p-subpage-address__inner:last-child {
  border: none;
}
.p-subpage-address__inner .p-subpage-address__small-heading {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  margin-bottom: 16px;
}
.p-subpage-address__inner .p-subpage-address__desc {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
}
.p-subpage-address__inner span {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  margin-bottom: 8px;
}
.p-subpage-address__inner address {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

/*iframe*/
.iframe-container {
  position: relative;
  width: 100%; /* 横幅を100%に */
  padding-top: 56.25%; /* 縦横比（16:9の場合） */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* コンテナにフィット */
  height: 100%;
  border: 0;
}

.p-subpage-partner__container {
  width: 100%;
}

.p-subpage-partner__container.--business,
.p-subpage-partner__container.--global,
.p-subpage-partner__container.--microsoft {
  margin-bottom: 56px;
}

.p-subpage-partner__ttl {
  margin-bottom: 32px;
}

.p-subpage-partner__desc {
  padding-bottom: 24px;
  border-bottom: solid 1px #CDCDCD;
  margin-bottom: 24px;
}

.p-subpage-partner__container.--microsoft .p-subpage-partner__desc {
  border-bottom: none;
}

.p-subpage-partner__mid-ttl {
  margin-bottom: 24px;
}

.p-subpage-partner__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 8px;
}

.p-subpage-partner__item {
  background-color: #eeeeee;
  padding: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.p-subpage-partner__name {
  line-height: 1.4;
}

.p-subpage-partner__container.--global .p-subpage-partner__name {
  margin-bottom: 10px;
}

/*micro-soft*/
.p-subpage-partner__container.--microsoft .p-subpage-partner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #eeeeee;
  justify-content: space-between;
  padding: 6%;
}
.p-subpage-partner__container.--microsoft .p-subpage-partner__image {
  flex: 1;
}
.p-subpage-partner__container.--microsoft .p-subpage-partner__desc {
  flex: 1;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-partner__container.--business,
  .p-subpage-partner__container.--global,
  .p-subpage-partner__container.--microsoft {
    margin-bottom: 72px;
  }
  .p-subpage-partner__ttl {
    margin-bottom: 32px;
  }
  .p-subpage-partner__mid-ttl {
    margin-bottom: 32px;
  }
  .p-subpage-partner__item {
    background-color: #eeeeee;
    padding: 20px;
    min-height: 84px;
  }
  /*micro-soft*/
  .p-subpage-partner__container.--microsoft .p-subpage-partner__wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    background-color: #eeeeee;
    justify-content: space-between;
    align-items: center;
    padding: 48px;
  }
  .p-subpage-partner__container.--microsoft .p-subpage-partner__image {
    flex: 0 0.4 412px;
  }
  .p-subpage-partner__container.--microsoft .p-subpage-partner__desc {
    flex: 0 0.6 357px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.p-subpage-history {
  width: min(100%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-subpage-history__ttl {
  margin-bottom: 24px;
}

.p-subpage-history__desc {
  margin-bottom: 24px;
  font-size: 2rem;
}

.p-subpage-history__container {
  margin-bottom: 60px;
}

.p-subpage-history__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-subpage-history__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 4px;
}

.p-subpage-history__year {
  flex: 1;
  padding: 5% 0;
  background-color: #DFDFDF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.p-subpage-history__year span {
  display: block;
}

.p-subpage-history__txt {
  flex: 1;
  padding: 30px 24px;
  background-color: #eeeeee;
  line-height: 1.7;
}

.p-subpage-history__category {
  display: block;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  padding-left: 1em;
  position: relative;
}
.p-subpage-history__category::before {
  content: "";
  display: block;
  height: 1em;
  width: 5px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-subpage-history__ttl {
    margin-bottom: 32px;
  }
  .p-subpage-history__container {
    margin-bottom: 80px;
  }
  .p-subpage-history__desc {
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
  .p-subpage-history__list {
    gap: 4px;
  }
  .p-subpage-history__wrapper {
    flex-direction: row;
  }
  .p-subpage-history__year {
    flex: 0 0 126px;
    padding: 30px 24px;
    text-align: center;
  }
  .p-subpage-history__txt {
    flex: 1 1 814px;
    line-height: 1.7;
  }
  .p-subpage-history__category {
    display: block;
    margin-bottom: 4px;
    font-size: 1.7rem;
    font-weight: 600;
  }
}
.p-subpage-member__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-subpage-member__item {
  padding: 10%;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-subpage-member__thumbnail {
  flex: 1;
}

.p-subpage-member__contents {
  flex: 1;
}

.p-subpage-member__name {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .p-subpage-member__item {
    padding: 40px;
    background-color: #eeeeee;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
  }
  .p-subpage-member__thumbnail {
    flex: 0 0.3 248px;
  }
  .p-subpage-member__contents {
    flex: 0 0.7 521px;
  }
}
.p-subpage-contact__ttl {
  font-weight: 500;
  font-size: clamp(1.7rem, 2vw, 1.9rem);
  margin-bottom: 40px;
}

.p-subpage-contact__list {
  display: grid;
  grid-template-areas: "contact" "demo" "download" "tel";
  gap: 16px;
}

.p-subpage-contact__item a {
  display: block;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  padding: 14% 0;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  transition: all 0.3s ease;
  position: relative;
}
.p-subpage-contact__item a::before {
  content: "";
  display: block;
  width: 0.81em;
  height: 0.81em;
  background-image: url(../img/arrow-45deg-black.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.p-subpage-contact__item a:hover {
  background-color: #222222;
  color: #fff;
}
.p-subpage-contact__item a:hover::before {
  background-image: url(../img/arrow-45deg-white.png);
}

.p-subpage-contact__item.--tel {
  padding: 14%;
  border: 1px solid #CDCDCD;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  border-radius: 4px;
}
.p-subpage-contact__item.--tel a {
  padding: 0;
  border: none;
  text-align: left;
}

.p-subpage-contact__item.--contact {
  grid-area: contact;
}

.p-subpage-contact__item.--demo {
  grid-area: demo;
}

.p-subpage-contact__item.--download {
  grid-area: download;
}

.p-subpage-contact__item.--tel {
  grid-area: tel;
}

.p-subpage-contact__desc {
  font-size: clamp(2rem, 5vw, 2.9rem);
  font-weight: 700;
}

.p-subpage-contact__tel-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-subpage-contact__tel {
  font-size: clamp(2.9rem, 8vw, 5.2rem);
  font-weight: 700;
  line-height: 1.4;
  font-family: "Montserrat", "Arial", sans-serif;
}
.p-subpage-contact__tel span {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-left: 1em;
  font-size: 30%;
}

/*sns area*/
.p-subpage-contact__sns-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.p-subpage-contact__sns-link {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-subpage-contact__sns-link:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-subpage-contact__ttl {
    margin-bottom: 56px;
  }
  .p-subpage-contact__list {
    grid-template-areas: "contact demo download" "tel tel tel";
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: min(3vw, 56px);
  }
  .p-subpage-404__item a {
    padding: 12%;
  }
  .p-subpage-contact__item.--tel {
    padding: 80px 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 72px;
  }
  .p-subpage-contact__tel-area {
    flex: 0 0.2 468px;
  }
  .p-subpage-contact__desc {
    flex: 0 0.8 448px;
    font-size: clamp(2rem, 2.9vw, 2.9rem);
  }
}
.p-subpage-contact__container.--base02 {
  margin-bottom: 0;
}

.p-subpage-download__upper-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 56px;
  margin-bottom: 56px;
}

.p-subpage-download__bottom-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  gap: 56px;
}

.p-subpage-download__wrapper {
  display: block;
  cursor: pointer;
}

.p-subpage-download__image {
  position: relative;
}
.p-subpage-download__image::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-45deg.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 3%;
  right: 3%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-subpage-download__image::after {
  content: "";
  display: block;
  background-color: black; /* 背景色を黒に設定 */
  mix-blend-mode: multiply; /* 乗算を適用 */
  opacity: 0; /* 通常時は非表示 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease; /* スムーズなフェードイン/アウト */
}
.p-subpage-download__image:hover::after {
  opacity: 0.3; /* hover時に表示 */
}

.p-subpage-download__number {
  font-size: 1.3rem;
  font-family: "Montserrat", "Arial", sans-serif;
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
}
.p-subpage-download__number span {
  color: #C72F32;
}

.p-subpage-download__ttl {
  font-size: clamp(1.6rem, 4vw, 2rem);
  position: relative;
  line-height: 1.4;
  margin-bottom: 24px;
}

/*pc*/
@media screen and (min-width: 960px) {
  .p-subpage-download__upper-list {
    margin-bottom: 100px;
  }
  .p-subpage-download__bottom-list {
    gap: min(4vw, 56px);
  }
}
/*case*/
.p-case-filter {
  padding-bottom: clamp(40px, 8vw, 200px);
  width: min(90%, 1300px);
  margin: 0 auto;
}

.p-case-fliter__product {
  margin-bottom: 40px;
  font-family: "roboto", "Arial", sans-serif;
}

.p-case-fliter__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2.7rem;
}

.p-case-fliter__product-list,
.p-case-fliter__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.p-case-fliter__product-item,
.p-case-fliter__category-item {
  border: 1px solid #222222;
  border-radius: 30px;
  background-color: #fff;
}

.p-case-filter__subpage-link {
  padding: 8px 16px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #222222;
}

/* product-filter-item */
.p-case-fliter__product-item {
  background-color: #222222;
}
.p-case-fliter__product-item .p-case-filter__subpage-link {
  padding: 8px 16px;
  color: #fff;
}

/*case-card*/
.p-case__card-area {
  width: min(90%, 1300px);
  margin: 0 auto;
  margin-bottom: 120px;
}

.p-case__card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .p-case__card-list {
    grid-template-columns: repeat(auto-fit, minmax(304px, 1fr));
    gap: min(2vw, 40px);
  }
}

.p-case__card-item {
  border-radius: 8px;
  background-color: #f2f2f2;
  margin: 0 auto;
}

.p-case__card-wrapper {
  display: block;
  width: 100%;
  padding: 32px 8%;
}

.p-case_card-thum {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
  font-size: 0;
}

.p-case__company-name {
  margin-bottom: 24px;
  display: block;
}
.p-case__company-name span {
  font-size: clamp(1.6rem, 6vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-case__company-name span {
    font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  }
}

.p-case__ttl {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  margin-bottom: 32px;
  line-height: 1.4;
}

.p-case__icon-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.p-case__icon {
  border: 1px solid #222222;
  border-radius: 30px;
  background-color: #fff;
  padding: 8px 16px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #222222;
}

.p-case__icon.--product {
  background-color: #222222;
  color: #fff;
}

/*hover*/
.p-case__company-name span {
  position: relative;
}

.p-case__company-name span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left; /* 最初は左から */
  transition: transform 0.3s ease-in-out;
}

.p-case_card-thum img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.p-case__card-wrapper:hover .p-case_card-thum img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.p-subpage-404__container.u-full-width {
  margin-bottom: 0;
}

/* 基本スタイル (SP) */
.p-subpage-404__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}

.p-subpage-404__contents,
.p-subpage-404__logo-area {
  flex: 1;
}

.p-subpage-404__main-ttl {
  font-size: clamp(3rem, 5.5vw, 6.3rem);
  margin-bottom: 24px;
}

.p-subpage-404__sub-ttl {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 32px;
}

.p-subpage-404__ttl {
  font-weight: 500;
  font-size: clamp(1.7rem, 2vw, 1.9rem);
  margin-bottom: 40px;
}

.p-subpage-404__list {
  display: grid;
  grid-template-areas: "404" "demo" "download" "tel";
  gap: 16px;
}

.p-subpage-404__item a {
  display: block;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  padding: 14% 0;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  position: relative;
  transition: all 0.3s ease;
}
.p-subpage-404__item a::before {
  content: "";
  display: block;
  width: 0.81em;
  height: 0.81em;
  background-image: url(../img/arrow-45deg-black.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.p-subpage-404__item a:hover {
  background-color: #222222;
  color: #fff;
}
.p-subpage-404__item a:hover::before {
  background-image: url(../img/arrow-45deg-white.png);
}

.p-subpage-404__item.--tel {
  padding: 14%;
  border: 1px solid #CDCDCD;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 4px;
}
.p-subpage-404__item.--tel a {
  padding: 0;
  border: none;
  text-align: left;
}

.p-subpage-404__item.--404 {
  grid-area: contact;
}

.p-subpage-404__item.--demo {
  grid-area: demo;
}

.p-subpage-404__item.--download {
  grid-area: download;
}

.p-subpage-404__item.--tel {
  grid-area: tel;
}

.p-subpage-404__desc {
  font-size: clamp(2rem, 5vw, 2.9rem);
  font-weight: 700;
}

.p-subpage-404__tel-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-subpage-404__tel {
  font-size: clamp(2.9rem, 8vw, 5.2rem);
  font-weight: 700;
  line-height: 1.4;
  font-family: "Montserrat", "Arial", sans-serif;
}
.p-subpage-404__tel span {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-left: 1em;
  font-size: 30%;
}

/* SNSエリア */
.p-subpage-404__sns-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}

.p-subpage-404__sns-link {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-subpage-404__sns-link:hover {
  opacity: 0.5;
}

/* PCスタイル */
@media screen and (min-width: 960px) {
  .p-subpage-404__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 124px;
    align-items: center;
  }
  .p-subpage-404__contents {
    flex: 0 0.7 687px;
  }
  .p-subpage-404__logo-area {
    flex: 0 0.3 390px;
  }
  .p-subpage-404__main-ttl {
    margin-bottom: 36px;
  }
  .p-subpage-404__sub-ttl {
    margin-bottom: 56px;
  }
  .p-subpage-404__ttl {
    margin-bottom: 56px;
  }
  .p-subpage-404__list {
    grid-template-areas: "contact demo download" "tel tel tel";
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: min(3vw, 56px);
  }
  .p-subpage-404__item a {
    padding: 12%;
  }
  .p-subpage-404__item.--tel {
    padding: 80px 80px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 72px;
  }
  .p-subpage-404__tel-area {
    flex: 0 0.2 468px;
  }
  .p-subpage-404__desc {
    flex: 0 0.8 448px;
    font-size: clamp(2rem, 2.9vw, 2.9rem);
  }
}
.p-subpage-blog {
  width: min(90vw, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}
.p-subpage-blog .u-image-unit {
  padding-top: 60px;
}

.p-subpage-blog__ttl {
  margin-bottom: 80px;
}

@media screen and (min-width: 960px) {
  .p-subpage-blog {
    margin-bottom: 120px;
  }
}
.u-inverse {
  width: 100%;
}

.u-subpage-link {
  display: block;
  width: 100%;
}

.u-inpage-link {
  display: block;
  width: 100%;
}

.u-external-link {
  display: block;
  width: 100%;
}

.u-image-unit {
  font-size: 0;
}

.u-large-heading {
  font-size: clamp(2.1rem, 3vw, 2.4rem);
  font-weight: 700;
}

.u-mid-heading {
  font-size: clamp(2.4rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #222222;
}
.u-mid-heading::first-letter {
  color: #C72F32;
}

.u-mid-heading.--wm::first-letter {
  color: #34538F;
}

.u-mid-heading.--wws::first-letter {
  color: #FAA32A;
}

.u-small-heading {
  font-size: clamp(1.8rem, 2.5vw, 2.1rem);
  font-weight: 700;
  color: #222222;
}

.u-en-fonts {
  font-family: "Montserrat", "Arial", sans-serif;
}

.u-main-txt {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 500;
}

/*横幅いっぱい*/
.u-full-width {
  padding: 64px 0;
  position: relative;
}
.u-full-width::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #222222;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .u-full-width {
    padding: 120px 0;
  }
}

.u-full-width.--base02 {
  position: relative;
}
.u-full-width.--base02::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #eeeeee;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.u-full-width.--base03 {
  position: relative;
}
.u-full-width.--base03::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #DFDFDF;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*header用のpadding-top*/
.u-pt-header {
  padding-top: 76px;
}
@media screen and (min-width: 960px) {
  .u-pt-header {
    padding-top: 144px;
  }
}

/*product-index section margin*/
.u-product-sec-mb {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .u-product-sec-mb {
    margin-bottom: 120px;
  }
}

.u-min-heigt__eight {
  min-height: 0;
}
@media screen and (min-width: 960px) {
  .u-min-heigt__eight {
    min-height: 348px;
  }
}

.u-min-heigt__seven {
  min-height: 0;
}
@media screen and (min-width: 960px) {
  .u-min-heigt__seven {
    min-height: 316px;
  }
}

.u-min-heigt__six {
  min-height: 0;
}
@media screen and (min-width: 960px) {
  .u-min-heigt__six {
    min-height: 285px;
  }
}

.u-merit-height__eight {
  min-height: 0;
}
@media screen and (min-width: 960px) {
  .u-merit-height__eight {
    min-height: 316px;
  }
}

.u-merit-height__seven {
  min-height: 0;
}
@media screen and (min-width: 960px) {
  .u-merit-height__seven {
    min-height: 224px;
  }
}

.u-merit-height__six {
  min-height: 0;
}
@media screen and (min-width: 960px) {
  .u-merit-height__six {
    min-height: 196px;
  }
}

:where([data-scope=frame-work]) .u-my-0 {
  margin-block: 0rem !important;
}

:where([data-scope=frame-work]) .u-mt-0 {
  margin-block-start: 0rem !important;
}

:where([data-scope=frame-work]) .u-mb-0 {
  margin-block-end: 0rem !important;
}

:where([data-scope=frame-work]) .u-px-0 {
  padding-inline: 0rem !important;
}

:where([data-scope=frame-work]) .u-pl-0 {
  padding-inline-start: 0rem !important;
}

:where([data-scope=frame-work]) .u-pr-0 {
  padding-inline-end: 0rem !important;
}

:where([data-scope=frame-work]) .u-py-0 {
  padding-block: 0rem !important;
}

:where([data-scope=frame-work]) .u-pt-0 {
  padding-block-start: 0rem !important;
}

:where([data-scope=frame-work]) .u-pb-0 {
  padding-block-end: 0rem !important;
}

:where([data-scope=frame-work]) .u-my-4 {
  margin-block: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-mt-4 {
  margin-block-start: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-mb-4 {
  margin-block-end: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-px-4 {
  padding-inline: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-pl-4 {
  padding-inline-start: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-pr-4 {
  padding-inline-end: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-py-4 {
  padding-block: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-pt-4 {
  padding-block-start: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-pb-4 {
  padding-block-end: 0.4rem !important;
}

:where([data-scope=frame-work]) .u-my-8 {
  margin-block: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-mt-8 {
  margin-block-start: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-mb-8 {
  margin-block-end: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-px-8 {
  padding-inline: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-pl-8 {
  padding-inline-start: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-pr-8 {
  padding-inline-end: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-py-8 {
  padding-block: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-pt-8 {
  padding-block-start: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-pb-8 {
  padding-block-end: 0.8rem !important;
}

:where([data-scope=frame-work]) .u-my-12 {
  margin-block: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-mt-12 {
  margin-block-start: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-mb-12 {
  margin-block-end: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-px-12 {
  padding-inline: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-pl-12 {
  padding-inline-start: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-pr-12 {
  padding-inline-end: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-py-12 {
  padding-block: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-pt-12 {
  padding-block-start: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-pb-12 {
  padding-block-end: 1.2rem !important;
}

:where([data-scope=frame-work]) .u-my-16 {
  margin-block: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-mt-16 {
  margin-block-start: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-mb-16 {
  margin-block-end: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-px-16 {
  padding-inline: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-pl-16 {
  padding-inline-start: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-pr-16 {
  padding-inline-end: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-py-16 {
  padding-block: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-pt-16 {
  padding-block-start: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-pb-16 {
  padding-block-end: 1.6rem !important;
}

:where([data-scope=frame-work]) .u-my-20 {
  margin-block: 2rem !important;
}

:where([data-scope=frame-work]) .u-mt-20 {
  margin-block-start: 2rem !important;
}

:where([data-scope=frame-work]) .u-mb-20 {
  margin-block-end: 2rem !important;
}

:where([data-scope=frame-work]) .u-px-20 {
  padding-inline: 2rem !important;
}

:where([data-scope=frame-work]) .u-pl-20 {
  padding-inline-start: 2rem !important;
}

:where([data-scope=frame-work]) .u-pr-20 {
  padding-inline-end: 2rem !important;
}

:where([data-scope=frame-work]) .u-py-20 {
  padding-block: 2rem !important;
}

:where([data-scope=frame-work]) .u-pt-20 {
  padding-block-start: 2rem !important;
}

:where([data-scope=frame-work]) .u-pb-20 {
  padding-block-end: 2rem !important;
}

:where([data-scope=frame-work]) .u-my-24 {
  margin-block: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-mt-24 {
  margin-block-start: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-mb-24 {
  margin-block-end: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-px-24 {
  padding-inline: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-pl-24 {
  padding-inline-start: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-pr-24 {
  padding-inline-end: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-py-24 {
  padding-block: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-pt-24 {
  padding-block-start: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-pb-24 {
  padding-block-end: 2.4rem !important;
}

:where([data-scope=frame-work]) .u-my-28 {
  margin-block: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-mt-28 {
  margin-block-start: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-mb-28 {
  margin-block-end: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-px-28 {
  padding-inline: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-pl-28 {
  padding-inline-start: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-pr-28 {
  padding-inline-end: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-py-28 {
  padding-block: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-pt-28 {
  padding-block-start: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-pb-28 {
  padding-block-end: 2.8rem !important;
}

:where([data-scope=frame-work]) .u-my-32 {
  margin-block: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-mt-32 {
  margin-block-start: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-mb-32 {
  margin-block-end: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-px-32 {
  padding-inline: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-pl-32 {
  padding-inline-start: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-pr-32 {
  padding-inline-end: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-py-32 {
  padding-block: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-pt-32 {
  padding-block-start: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-pb-32 {
  padding-block-end: 3.2rem !important;
}

:where([data-scope=frame-work]) .u-my-36 {
  margin-block: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-mt-36 {
  margin-block-start: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-mb-36 {
  margin-block-end: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-px-36 {
  padding-inline: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-pl-36 {
  padding-inline-start: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-pr-36 {
  padding-inline-end: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-py-36 {
  padding-block: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-pt-36 {
  padding-block-start: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-pb-36 {
  padding-block-end: 3.6rem !important;
}

:where([data-scope=frame-work]) .u-my-40 {
  margin-block: 4rem !important;
}

:where([data-scope=frame-work]) .u-mt-40 {
  margin-block-start: 4rem !important;
}

:where([data-scope=frame-work]) .u-mb-40 {
  margin-block-end: 4rem !important;
}

:where([data-scope=frame-work]) .u-px-40 {
  padding-inline: 4rem !important;
}

:where([data-scope=frame-work]) .u-pl-40 {
  padding-inline-start: 4rem !important;
}

:where([data-scope=frame-work]) .u-pr-40 {
  padding-inline-end: 4rem !important;
}

:where([data-scope=frame-work]) .u-py-40 {
  padding-block: 4rem !important;
}

:where([data-scope=frame-work]) .u-pt-40 {
  padding-block-start: 4rem !important;
}

:where([data-scope=frame-work]) .u-pb-40 {
  padding-block-end: 4rem !important;
}

:where([data-scope=frame-work]) .u-my-48 {
  margin-block: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-mt-48 {
  margin-block-start: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-mb-48 {
  margin-block-end: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-px-48 {
  padding-inline: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-pl-48 {
  padding-inline-start: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-pr-48 {
  padding-inline-end: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-py-48 {
  padding-block: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-pt-48 {
  padding-block-start: 4.8rem !important;
}

:where([data-scope=frame-work]) .u-pb-48 {
  padding-block-end: 4.8rem !important;
}

:where([data-scope=frame-work]) {
  /*table*/
  /* オプション：ヘッダー固定を使いたい場合はコメントアウトを外す
  .p-column-detail__text > table thead th {
    position: sticky;
    top: 0; // 固定ヘッダーがあるならその高さに調整
    z-index: 1;
  }
  */
}
:where([data-scope=frame-work]) .p-column-detail__text > table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 1.5rem;
  line-height: 1.7;
}
:where([data-scope=frame-work]) .p-column-detail__text > table caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  margin: 0 0 1.5em;
}
:where([data-scope=frame-work]) .p-column-detail__text > table thead th {
  font-weight: 700;
  text-align: left;
  background: #d4d4d4;
}
:where([data-scope=frame-work]) .p-column-detail__text > table th,
:where([data-scope=frame-work]) .p-column-detail__text > table td {
  padding: 12px 16px;
  border: 1px solid #e3e7ee;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
  /* 英数/URL多い記事ならこっち：
  overflow-wrap: anywhere;
  word-break: normal;
  */
}
:where([data-scope=frame-work]) .p-column-detail__text > table > tbody > tr:first-child > th {
  background: #d4d4d4;
  font-weight: 700;
  text-align: left;
}
:where([data-scope=frame-work]) .p-column-detail__text > table > tbody > tr:nth-child(odd) > td {
  background: #f6f6f6;
}
@media screen and (min-width: 960px) {
  :where([data-scope=frame-work]) .p-column-detail__text > table {
    display: table;
    overflow-x: visible;
  }
  :where([data-scope=frame-work]) .p-column-detail__text > table th:first-child,
  :where([data-scope=frame-work]) .p-column-detail__text > table td:first-child {
    width: 22%;
  }
}
:where([data-scope=frame-work]) .p-column-detail__text > ul {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  padding-left: 1.7em;
}
:where([data-scope=frame-work]) .p-column-detail__text > ul li {
  position: relative;
}
:where([data-scope=frame-work]) .p-column-detail__text > ul li::before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: 0.7em;
  width: 0.5em;
  height: 0.5em;
  background: #333;
  border-radius: 50%;
  transform: translateX(-50%);
}
:where([data-scope=frame-work]) .p-column-detail__contents .p-column-detail__text > .square li {
  padding-left: 0.5em;
}
:where([data-scope=frame-work]) .p-column-detail__contents .p-column-detail__text > .square li::before {
  width: 1em;
  height: 1em;
  top: 0.5em;
  left: -1em;
  border-radius: 0;
  transform: translateX(-50%) translateY(0);
}
:where([data-scope=frame-work]) .p-column-detail__text dl {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
  padding-left: 1.7em;
}
:where([data-scope=frame-work]) .p-column-detail__text dl div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  :where([data-scope=frame-work]) .p-column-detail__text dl div {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
}
:where([data-scope=frame-work]) .p-column-detail__text dl div dt {
  flex: 1;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  :where([data-scope=frame-work]) .p-column-detail__text dl div dt {
    flex: 0 1 22%;
  }
}
:where([data-scope=frame-work]) .p-column-detail__text dl div dd {
  flex: 1;
}
:where([data-scope=frame-work]) .p-column-detail__text > dl div {
  position: relative;
}
:where([data-scope=frame-work]) .p-column-detail__text > dl div::before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: 0.7em;
  width: 0.5em;
  height: 0.5em;
  background: #333;
  border-radius: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 960px) {
  [data-js-header=init] {
    background-color: transparent;
    transition: all 0.2s 0s ease-in-out;
    background-color: #222222;
  }
}

[data-js-header=up] {
  transition: all 0.3s 0s ease-in-out;
  transform: translateY(0);
  background-color: #fff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
}

[data-js-header=down] {
  transition: all 0.2s 0s;
  transform: translateY(0%);
  background-color: #fff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
}

[data-js-header-nav=init] {
  transition: background-color 0.2s 0s ease-in-out;
  background-color: transparent;
}

[data-js-header-nav=active] {
  transition: all 0.3s 0s ease-in-out;
  background-color: #fff;
}
[data-js-header-nav=init] > .c-header-nav__inner {
  transition: padding 0.4s 0s ease-in-out;
}

[data-js-header-nav=active] > .c-header-nav__inner {
  padding: 18px 30px;
  transition: padding 0.4s 0s ease-in-out;
}
@media screen and (min-width: 960px) {
  [data-js-header-nav=active] > .c-header-nav__inner {
    padding: 12px 0;
  }
}

[data-js-header-nav=active] .c-btn-header-nav::before {
  display: none;
}

[data-js-sp-nav=init] {
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  [data-js-sp-nav=init] {
    transform: translateX(0);
    pointer-events: auto;
  }
}

[data-js-sp-nav=show] {
  transform: translateX(0%);
  transition: transform 0.4s 0s ease-in-out;
  pointer-events: auto;
}
@media screen and (min-width: 960px) {
  [data-js-sp-nav=show] {
    transform: translateX(0%);
    pointer-events: auto;
  }
}

[data-js-sp-nav=hide] {
  transform: translateX(100%);
  transition: transform 0.4s 0s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  [data-js-sp-nav=hide] {
    transform: translateX(0);
    pointer-events: auto;
  }
}

[data-js-toggle-btn=init] span:first-child {
  transform: rotate(0deg);
  transition: transform 0.3s 0s;
}
[data-js-toggle-btn=init] span:nth-child(2) {
  transform: rotate(0deg);
  display: block;
}
[data-js-toggle-btn=init] span:last-child {
  transform: rotate(0deg);
  transition: transform 0.3s 0s;
}

[data-js-toggle-btn=active] span:first-child {
  transform: rotate(45deg);
  transform-origin: 30% 50%;
  transition: transform 0.3s 0s;
}
[data-js-toggle-btn=active] span:nth-child(2) {
  display: none;
  opacity: 0;
  transition: opacity 0.6s 0s;
}
[data-js-toggle-btn=active] span:last-child {
  transform: rotate(-45deg);
  transform-origin: 22% 0%;
  transition: transform 0.3s 0s;
}

[data-js-scroll=disable] {
  overflow: hidden;
  /*ios 対応*/
  position: absolute;
  width: 100%;
  height: 100%;
}

main > section .c-news-mod__container [data-js-news-item=active] {
  z-index: 2;
  opacity: 1;
  display: block;
  pointer-events: auto;
}

[data-js-link] {
  text-decoration: none;
  transition: color 0.3s ease;
}

[data-js-link][aria-current=true] {
  color: #C72F32;
  transition: color 0.3s ease;
}
[data-js-link][aria-current=true]::after {
  background-image: url("/assets/img/btn-secondly-arrow-productprimary.png");
  transition: color 0.3s ease;
}

.c-local__nav-mod__list.--wm [data-js-link][aria-current=true] {
  color: #34538F;
  transition: color 0.3s ease;
}
.c-local__nav-mod__list.--wm [data-js-link][aria-current=true]::after {
  background-image: url("/assets/img/btn-secondly-arrow-product-aproove.png");
  transition: color 0.3s ease;
}

.c-local__nav-mod__list.--wws [data-js-link][aria-current=true] {
  color: #FAA32A;
  transition: color 0.3s ease;
}
.c-local__nav-mod__list.--wws [data-js-link][aria-current=true]::after {
  background-image: url("/assets/img/btn-secondly-arrow-product-woodwing.png");
  transition: color 0.3s ease;
}

.c-local__nav-mod.--company [aria-current=page][js-data-lnav=init] {
  color: #C72F32;
}
.c-local__nav-mod.--company [aria-current=page][js-data-lnav=init]::after {
  background-image: url("/assets/img/btn-secondly-arrow-productprimary.png");
}

[data-js-scrl-item=init] {
  opacity: 0;
  transform: translateY(10%);
}

[data-js-scrl-item=show] {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.5s 0s ease-in-out;
}

[data-js-scrl-item=show]:nth-child(2) {
  transition-delay: 0.1s;
}
[data-js-scrl-item=show]:nth-child(3) {
  transition-delay: 0.2s;
}
[data-js-scrl-item=show]:nth-child(4) {
  transition-delay: 0s;
}
[data-js-scrl-item=show]:nth-child(5) {
  transition-delay: 0.1s;
}
[data-js-scrl-item=show]:nth-child(6) {
  transition-delay: 0.2s;
}

[data-js-scrl-item=show].p-case__item:nth-child(2) {
  transition-delay: 0.1s;
}
[data-js-scrl-item=show].p-case__item:nth-child(3) {
  transition-delay: 0.2s;
}
[data-js-scrl-item=show].p-case__item:nth-child(4) {
  transition-delay: 0.3s;
}
[data-js-scrl-item=show].p-case__item:nth-child(5) {
  transition-delay: 0.4s;
}
[data-js-scrl-item=show].p-case__item:nth-child(6) {
  transition-delay: 0.5s;
}

.p-hero__background[data-js-hero=init] {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out;
}

.p-hero__background[data-js-hero=show] {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.p-hero__buttons[data-js-hero=init] {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out;
}

.p-hero__buttons[data-js-hero=show] {
  opacity: 1;
  transition: opacity 0.6s 0.1s ease-in-out;
}

.p-hero__ttl-area[data-js-hero=init] {
  opacity: 0;
  transform: translateX(-5%) translateY(-50%);
}

.p-hero__ttl-area[data-js-hero=show] {
  opacity: 1;
  transform: translateX(0%) translateY(-50%);
  transition: all 1s ease-in-out;
}

/*################## recruit用　submenu #####################*/
[data-js-submenu=toggle] {
  cursor: pointer;
}
[data-js-submenu=toggle] .c-global-nav-mod__sub-list {
  display: none;
}

[data-js-submenu=open] {
  cursor: pointer;
}
[data-js-submenu=open] .c-global-nav-mod__sub-list {
  display: block;
}

[data-js-submenu=open].c-global-nav-mod__menu-item > .c-global-nav-mod__toggole-btn::after {
  transform: translateX(-50%) translateY(-60%) rotate(225deg);
}

[data-js-hero-cta=init] {
  transform: translateY(100%);
  transition: transform 0.3s 0s ease-in-out;
}

[data-js-hero-cta=show] {
  transform: translateY(0%);
  transition: transform 0.3s 0s ease-in-out;
}

@media screen and (min-width: 960px) {
  [data-js-hero-cta=init] {
    transform: translateY(100%);
    transition: transform 0.3s 0s ease-in-out;
  }
}
/* ##################ここまで################## */
@keyframes blink {
  0%, 100% {
    opacity: 1; /* 完全に表示 */
  }
  50% {
    opacity: 0; /* 完全に透明 */
  }
}
[data-js-loading-screen=hide] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s 0s ease-in-out;
}

[data-js-filterList] {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.2s 0s ease-in-out;
  visibility: hidden;
  pointer-events: none;
}

[data-js-filterList=open] {
  opacity: 1;
  height: auto;
  transition: all 0.3s 0s ease-in-out;
  padding-top: min(9%, 32px);
  padding-bottom: min(9%, 32px);
  pointer-events: auto;
  margin-top: 32px;
}

[data-js-filterList=close] {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.2s 0s ease-in-out;
  pointer-events: none;
}

[data-js-filterToggle=init]::after {
  transform: translateY(-50%) rotate(-45deg);
}

[data-js-filterToggle=open]::after {
  transform: translateY(-10%) rotate(135deg);
}

[data-js-filterToggle=close]::after {
  transform: translateY(-50%) rotate(-45deg);
}

[data-gsap-accordion-toggle=init]::after {
  transition: transform 0.3s 0s ease-in-out;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: 50% 0%;
}

[data-gsap-accordion-toggle=open] {
  position: relative;
}
[data-gsap-accordion-toggle=open]::after {
  transition: transform 0.3s 0s ease-in-out;
  transform-origin: 50% 0%;
  transform: rotate(45deg) translateY(-50%);
}



