@charset "UTF-8";
/* =====================================
 * ベース設定
 * ================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

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

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

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

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* =====================================
 * レイアウト
 * ================================== */
/* =====================================
* z-index
* ======================================== */
/* =====================================
 * メディアクエリ
 * ================================== */
/* =====================================
 * セクションのドットの色
 * ================================== */
/* =====================================
 * フォント情報の一括入力
 * ================================== */
/* =====================================
 * ベースのフォントサイズ
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/* =====================================
 * サービスカラーの指定
 * ================================== */
html {
  font-size: 16px;
}
html.is-notwin body {
  font-weight: normal;
}
html.is-win.is-chrome body * {
  -webkit-text-stroke-width: 0.2px !important;
}
@media screen and (max-width: 575px) {
  html {
    font-size: calc(16 / 576 * 100vw);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: calc(16 / 768 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: calc(16 / 1400 * 100vw);
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

html.is-mobile {
  overflow-x: hidden;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.75;
  text-align: left;
  color: #333;
  font-weight: 500;
  font-size: max(1.0625rem, 16px);
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, system-ui, Arial, Meiryo, sans-serif;
  width: 100%;
  overflow-x: hidden;
  line-break: strict;
}
@media (min-width: 768px) {
  body {
    min-width: auto;
    overflow-x: hidden;
    width: 100vw;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em {
  font-style: normal;
  font-weight: bold;
}

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

strong {
  font-weight: bold;
}

iframe {
  max-width: 100%;
}

cite {
  font-style: normal;
}

p:empty {
  display: none;
}

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

textarea,
select {
  appearance: none;
}

input[type=checkbox] {
  appearance: none;
}
input[type=checkbox] + span {
  position: relative;
}
input[type=checkbox] + span::after {
  content: "";
  width: 1em;
  height: 0.6em;
  display: block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  margin-top: -0.2em;
  transition: 0.5s;
}
input[type=checkbox]:checked {
  background-color: #00b8b0;
  outline: none;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input[type=text],
textarea {
  display: block;
  width: 100%;
}

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

label {
  cursor: pointer;
}

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

::selection {
  background: #00b8b0;
  color: #fff;
}

::-moz-selection {
  background: #00b8b0;
  color: #fff;
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

/* =====================================
 * スマホで表組みを横スクロール
 * ================================== */
/* table に rowspan を含む場合, スクロール不要なのに表示される.
原因は scrollWidth が 1px 大きく取得されるため. 回避策を打つ
にあたり, バージョンアップを考慮して javascript 側ではなく,
cssでモバイル時のみの対応にするようにした.
.scroll-hint-icon-wrap を初期値で非表示にし,メディアクエリで
ラップした. T.Nakamura */
.scroll-hint-icon-wrap {
  display: none;
}

@media screen and (max-width: 600px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
  /* 以下,末尾の閉じ括弧前まではオリジナルの先頭にタブ文字追加 */
  @keyframes scroll-hint-appear {
    0% {
      transform: translateX(40px);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50%, 100% {
      transform: translateX(-40px);
      opacity: 0;
    }
  }
  .scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  .scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  .scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  }
  .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px 10px 10px 10px;
  }
  .scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
  }
  .scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 5px;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0.8;
  }
  .scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  .scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    transition-delay: 2.4s;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
  }
  .scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  }
  .scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  .scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
  }
  .scroll-hint-icon-white .scroll-hint-text {
    color: #000;
  }
}
@media (min-width: 768px) {
  .scroll-hint {
    overflow: inherit !important;
  }
}
@media (min-width: 768px) {
  .scroll-hint {
    overflow-y: hidden !important;
  }
  .scroll-hint > * {
    min-width: 640px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.home .p-header__inner {
  background-color: transparent;
}
.home .p-header__logo-wrap > span {
  display: none;
  white-space: nowrap;
  color: #333;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .home .p-header__logo-wrap > span {
    display: block;
  }
}
.home .p-header__logo {
  background-color: #1d1d35;
  transition: all 0.2s ease-in-out;
}
.home .p-header__menu-list li a {
  color: #333;
  transition: all 0.2s ease-in-out;
}

.l-header {
  height: 64px;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
@media (min-width: 1231px) {
  .l-header {
    height: 84px;
  }
}
.p-header {
  height: 100%;
}
.p-header__inner {
  padding-inline: 2.5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1d1d35;
}
.p-header__logo-wrap {
  padding-block: 8px;
  margin-right: 2.5rem;
  flex-shrink: 0;
}
.p-header__logo-wrap > * + * {
  margin-top: 4px;
}
.p-header__logo-wrap.is-active span {
  color: #fff;
}
.p-header__logo-wrap.is-active a {
  background-color: #fff;
}
.p-header__logo-wrap span {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #fff;
}
.p-header__logo {
  display: block;
  width: 195px;
  height: 37px;
  -webkit-mask-image: url("../img/logo/logo.svg");
          mask-image: url("../img/logo/logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
@media screen and (min-width: 1231px) {
  .p-header__menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.p-header__gnav {
  display: none;
}
@media screen and (min-width: 1231px) {
  .p-header__gnav {
    display: block;
  }
}
.p-header__menu-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-header__menu-list a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #fff;
}
.p-header__menu-list a::after {
  display: none;
  content: "";
  width: 100%;
  height: 1px;
  background: #00b8b0;
  position: absolute;
  left: 0;
  bottom: -5px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .p-header__menu-list a:hover::after {
    transform: scale(1, 1);
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1231px) {
  .p-header__menu-list a::after {
    display: block;
  }
}
.p-header__btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-header__btn-list {
  display: none;
}
@media (min-width: 768px) {
  .p-header__btn-list {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.p-header__btn-list li a {
  display: inline-block;
  padding: 16px;
  border-radius: 32px;
  text-align: center;
  font-weight: bold;
  font-size: max(0.875rem, 14px);
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .p-header__btn-list li a {
    padding: 8.66px 1.25rem;
    width: fit-content;
  }
}
@media (any-hover: hover) {
  .p-header__btn-list li a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.p-header__btn-list li a[data-title=document] {
  background-color: #f2952f;
  border: 1px solid #f2952f;
  color: #fff;
}
@media (any-hover: hover) {
  .p-header__btn-list li a[data-title=document]:hover {
    text-decoration: none;
    background-color: #fff;
    color: #f2952f;
  }
}
.p-header__btn-list li a[data-title=contact] {
  color: #00b8b0;
  border: 1px solid #00b8b0;
  background-color: #fff;
}
@media (any-hover: hover) {
  .p-header__btn-list li a[data-title=contact]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b8b0;
  }
}
.p-header__trigger-btn {
  display: grid;
  place-items: center;
  place-content: center;
  height: 25px;
  border: none;
  cursor: pointer;
  z-index: 9999;
}
@media (min-width: 1231px) {
  .p-header__trigger-btn {
    display: none;
  }
}
.p-header__trigger-btn .bar,
.p-header__trigger-btn .bar::before,
.p-header__trigger-btn .bar::after {
  width: 25px;
  height: 3px;
  background-color: #00b8b0;
  transition: all 0.2s ease-in-out;
}
.p-header__trigger-btn .bar {
  display: grid;
}
.p-header__trigger-btn .bar::before, .p-header__trigger-btn .bar::after {
  content: "";
  grid-area: 1/1;
}
.p-header__trigger-btn .bar::before {
  transform: translateY(-8px);
}
.p-header__trigger-btn .bar::after {
  transform: translateY(8px);
}
.p-header__trigger-btn.is-active {
  position: fixed;
  top: 20px;
  right: 2.5rem;
}
.p-header__trigger-btn.is-active > *::before {
  transform: rotate(45deg);
}
.p-header__trigger-btn.is-active > * {
  background-color: transparent;
}
.p-header__trigger-btn.is-active > *::after {
  transform: rotate(-45deg);
}

.p-header__inner.is-active {
  flex-direction: column;
  padding-inline: 0;
}
.p-header__logo-wrap.is-active {
  display: grid;
  align-items: center;
  margin-right: 0;
  background-color: #1d1d35;
  height: 64px;
  width: 100%;
  padding-inline: 1.4rem;
}
.p-header__logo-wrap.is-active span {
  display: none;
}
.p-header__menu.is-active {
  width: 100%;
  background-color: #f5f9f5;
  padding-block: 40px 48px;
  padding-inline: 40px;
}
.p-header__sp-gnav {
  display: none;
}
.p-header__sp-gnav.is-active {
  display: block;
}
.p-header__sp-menu-list li {
  border-bottom: solid 0.5px #e2e2e2;
}
.p-header__sp-menu-list li a {
  display: block;
  padding: 16px;
  font-weight: bold;
  width: 100%;
}
.p-header__sp-menu-list.is-active li:has(.sub-menu) > a {
  position: relative;
}
.p-header__sp-menu-list.is-active li:has(.sub-menu) > a::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/ico/ico_arr_down_pri.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
}
.p-header__sp-menu-list.is-active .sub-menu {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  padding-left: 16px;
}
.p-header__btn.is-active {
  display: block;
}
.p-header__btn-list.is-active {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 8px;
}
.p-header__btn-list.is-active li {
  width: 100%;
}
.p-header__btn-list.is-active li a {
  width: 100%;
  padding-block: 16px;
}
@media (any-hover: hover) {
  .p-header__btn-list.is-active li a[data-title=document]:hover {
    text-decoration: none;
    background-color: #fff;
    color: #f2952f;
  }
}
.p-header__btn-list.is-active li a[data-title=contact] {
  color: #00b8b0;
  border: 1px solid #00b8b0;
  background-color: #fff;
}
@media (any-hover: hover) {
  .p-header__btn-list.is-active li a[data-title=contact]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b8b0;
  }
}
.p-header__sp-menu-list .sub-menu {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 16px;
}
.p-header__sp-menu-list .sub-menu li {
  border-bottom: none;
}
.p-header__sp-menu-list .js-submenu-toggle.is-open > a::after {
  transform: rotate(180deg);
}
.p-header__sp-menu-list .js-submenu-toggle.is-open .sub-menu {
  display: block;
}
.p-header__sp-menu-list .js-submenu-toggle:has(.sub-menu) > a {
  position: relative;
  padding-right: 40px;
}
.p-header__sp-menu-list .js-submenu-toggle:has(.sub-menu) > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico/ico_arr_down_pri.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* PC時は横並び（保険） */
.p-header__inner {
  flex-direction: row;
}

/* この縦積みはスマホ幅だけ適用 */
@media (max-width: 1230px) {
  .p-header__inner.is-active {
    flex-direction: column;
    padding-inline: 0;
  }
}
/* 1230px以下だけサイドパネル幅にする */
@media (max-width: 1230px) {
  .l-header.is-active {
    z-index: 100000;
    left: auto;
    width: min(100%, 428px);
  }
}
/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .c-pagetop__btn, .c-btn > *, .c-label__list[class] li a, .l-footer__logo a > * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-hover:hover, .c-pagetop__btn:hover, .c-btn > :hover, .c-label__list[class] li a:hover, .l-footer__logo a > :hover {
    opacity: 0.84;
  }
}

.c-hover-scale {
  transform: scale(1.1);
  transition: 0.3s;
}

.c-shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}

.c-shadow-main {
  box-shadow: 0px 4px 20px 0px #bfe8e6;
}

.c-shadow02 {
  box-shadow: 0px 5px 15px 0px rgba(51, 85, 73, 0.36);
}

.c-shadow03 {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.l-footer {
  background-color: #f5f9f5;
  position: relative;
  z-index: 1;
}
body.form .l-footer {
  padding-top: 1px;
}
.l-footer .p-cv-download {
  background-color: #fff;
}
.l-footer .p-cv-download__inner {
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .l-footer .p-cv-download__inner {
    padding-block: 5.75rem;
    margin-inline: auto;
  }
}
.l-footer .p-cv-download__card {
  background: transparent linear-gradient(202deg, #a1e8cd 0%, #fff8e7 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 1;
  padding: 6.2rem 1.25rem 3rem;
}
@media (min-width: 768px) {
  .l-footer .p-cv-download__card {
    border-radius: 20px;
    padding: 4.625rem 6.6875rem 3.75rem 7.125rem;
  }
}
.l-footer .p-cv-download__card::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/download/bg_home_solution_wave.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 39% 51%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-footer .p-cv-download__card-inner {
  display: flex;
  justify-content: center;
  gap: 6.6875rem;
  position: relative;
  z-index: 1;
}
.l-footer .p-cv-download__card-inner + * {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .l-footer .p-cv-download__card-inner + * {
    margin-top: 2rem;
  }
}
.l-footer .p-cv-download__text {
  color: #333;
  display: grid;
  justify-items: center;
}
@media (min-width: 768px) {
  .l-footer .p-cv-download__text {
    justify-items: start;
  }
}
.l-footer .p-cv-download__logo {
  width: 16.75rem;
  height: 2.9375rem;
  -webkit-mask-image: url("../img/logo/logo.svg");
          mask-image: url("../img/logo/logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #000000;
}
.l-footer .p-cv-download__logo + * {
  margin-top: 2.625rem;
}
.l-footer .p-cv-download__title {
  font-size: max(1.75rem, 18px);
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-footer .p-cv-download__title + * {
    margin-top: 1.875rem;
  }
}
.l-footer .p-cv-download__img {
  display: none;
}
@media (min-width: 768px) {
  .l-footer .p-cv-download__img {
    display: block;
    padding-top: 1.125rem;
  }
}
.l-footer .p-cv-contact {
  position: relative;
  background-color: #446277;
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .l-footer .p-cv-contact {
    padding-block: 5.8125rem 7.5rem;
  }
}
body.form .l-footer .p-cv-contact {
  display: none;
}
.l-footer .p-cv-contact > * {
  position: relative;
  z-index: 20;
}
.l-footer .p-cv-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/footer/img_footer_cv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #446277;
  background-blend-mode: multiply;
  opacity: 0.7;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-footer .p-cv-contact__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}
.l-footer .p-cv-contact__inner > * + * {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .l-footer .p-cv-contact__inner > * + * {
    margin-top: 0;
  }
}
.l-footer .p-cv-contact__text > * + * {
  margin-top: 2rem;
}
.l-footer .p-cv-contact__title {
  color: #fff;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.l-footer .p-cv-contact__title .-sub {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .l-footer .p-cv-contact__title {
    text-align: left;
  }
}
.l-footer .p-cv-contact__desc {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-size: max(1.0625rem, 16px);
}
.l-footer .p-cv-contact__btn > * + * {
  margin-top: 1.5rem;
}
.l-footer .p-cv-contact__btn + * {
  margin-top: 2.5rem;
}
.l-footer__site {
  background-color: #1d1d35;
  color: #fff;
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  .l-footer__site {
    padding-top: 4rem;
  }
}
.l-footer__site-inner {
  justify-content: space-between;
  display: flex;
}
body.form .l-footer__site-inner, body.document .l-footer__site-inner {
  display: block;
}
@media (min-width: 768px) {
  .l-footer__logo-address * + * {
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 1272px) {
  .l-footer__logo-address {
    text-align: center;
    margin-inline: auto;
  }
  .l-footer__logo-address * + * {
    margin-top: 2.5rem;
  }
}
.l-footer__logo {
  margin-inline: auto;
}
.l-footer__logo a {
  display: block;
  width: 207px;
  height: 37px;
  -webkit-mask-image: url(../img/logo/logo.svg);
          mask-image: url(../img/logo/logo.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.l-footer__logo a + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .l-footer__logo a + * {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1272px) {
  .l-footer__logo a {
    margin-inline: auto;
  }
}
.l-footer__address {
  font-size: 0.875rem;
}
@media screen and (max-width: 1272px) {
  .l-footer__sitemap {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-footer__sitemap-inner {
    flex-wrap: wrap;
    display: flex;
    gap: 3.125rem;
  }
}
.l-footer__sitemap-list li {
  line-height: 1.3;
}
.l-footer__sitemap-list li a {
  text-decoration: none;
}
.l-footer__sitemap-list > li + li {
  margin-top: 0.625rem;
}
.l-footer__sitemap-list > li > a {
  font-weight: bold;
  font-size: 0.875rem;
}
.l-footer__sitemap-list > li > a + * {
  margin-top: 0.25rem;
}
.l-footer__sitemap-list li a {
  transition: 0.2s;
}
@media (any-hover: hover) {
  .l-footer__sitemap-list li a:hover {
    color: #00b8b0;
    text-decoration: none;
  }
}
.l-footer__sitemap-list li li a {
  font-size: 0.875rem;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .l-footer__sitemap-list li li a {
    display: inline-block;
    padding: 0.5rem 0;
  }
}
@media (any-hover: hover) {
  .l-footer__sitemap-list li li a:hover {
    color: #00c9d2;
    text-decoration: none;
  }
}
.l-footer__sitemap-list > .js-submenu-toggle > .sub-menu {
  margin-top: 0.625rem;
}
.l-footer__sitemap-list > .js-submenu-toggle > .sub-menu > * + * {
  font-size: 1.125rem;
}
.l-footer__info {
  background-color: #1d1d35;
  color: #fff;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .l-footer__info {
    padding-top: 2.5rem;
  }
}
.l-footer__info-inner {
  border-top: 1px solid #00b8b0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
body.form .l-footer__info-inner {
  display: block;
}
@media (min-width: 768px) {
  .l-footer__info-inner {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-footer__info-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .l-footer__link + * {
    margin-top: 1.5rem;
  }
}
body.form .l-footer__link {
  display: none;
}
@media (min-width: 768px) {
  body.form .l-footer__link + * {
    margin-top: 0;
  }
}
body.document .l-footer__link {
  display: none;
}
@media (min-width: 768px) {
  body.document .l-footer__link + * {
    margin-top: 0;
  }
}
.l-footer__link-list {
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 768px) {
  .l-footer__link-list {
    justify-content: center;
  }
}
.l-footer__link-list li + li {
  margin-left: 1.5rem;
}
.l-footer__link-list li {
  line-height: 1;
}
.l-footer__link-list li a {
  text-decoration: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .l-footer__link-list li a:hover {
    text-decoration: underline;
  }
}
.l-footer__copyright {
  font-size: 0.875rem;
}
body.form .l-footer__copyright {
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    text-align: center;
  }
}

/*=====================================
*フォームの場合
* ================================== */
body.document .l-footer__logo-address,
body.form .l-footer__logo-address {
  display: grid;
  justify-content: center;
}
body.document .l-footer__sitemap,
body.form .l-footer__sitemap {
  display: none;
}
body.document .l-footer__info-inner,
body.form .l-footer__info-inner {
  justify-content: center;
}
body.document .l-footer__link,
body.form .l-footer__link {
  display: none;
}
body.document .l-footer__address,
body.form .l-footer__address {
  text-align: center;
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.l-container {
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .l-container {
    max-width: calc(1220px + 11.25rem);
    padding-inline: 5.625rem;
  }
}
@media (min-width: 768px) {
  .l-container.-sm {
    max-width: calc(1080px + 20rem);
    padding-inline: 10rem;
  }
}

.l-main {
  background-color: #fff;
}
.l-main__content.-sm {
  padding: 0 clamp(0rem, -2.744rem + 11.71vw, 7.5rem);
}
.l-main + * {
  margin-top: 7.5rem;
}
@media (min-width: 768px) {
  .l-main + * {
    margin-top: 3px;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-main__inner.-col2 .l-main__content {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding-right: 3.75rem;
  }
}
body.form .l-main__inner.-col2 .l-main__content {
  flex-basis: calc(100% - 420px);
  max-width: calc(100% - 420px);
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
.c-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.c-mask.is-active {
  display: block;
  z-index: 11;
}

*[data-height] {
  position: relative;
}
*[data-height]::before {
  content: "";
  display: block;
  background: rgba(14, 127, 147, 0.12);
  width: 100%;
  filter: blur(1.25rem);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  margin: 0 0 -1rem 1rem;
}

*[data-height=h25]::before {
  height: 25%;
}

*[data-height=h33]::before {
  height: 33%;
}

*[data-height=h50]::before {
  height: 50%;
}

*[data-height=h66]::before {
  height: 66%;
}

*[data-height=h75]::before {
  height: 75%;
}

*[data-height=h100]::before {
  height: 100%;
}

*[data-width=wr50]::before {
  width: 50%;
  margin-left: 50%;
}

*[data-width=hr50]::before {
  height: 100%;
  border-radius: 50%;
}

.c-link__text {
  line-height: 1;
  font-size: max(1.1875rem, 14px);
  font-weight: bold;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-link__text::after {
  content: "";
  width: 3.75rem;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.c-link__text.-main::after {
  background-image: url(../img/link/link_main.svg);
}
.c-link__text.-right {
  justify-content: flex-end;
}
@media (any-hover: hover) {
  .c-link:hover .c-link__text.-main::after {
    background-image: url(../img/link/link_main_hover.svg);
  }
}
.c-link::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.-hrd .c-link__text::after {
  background-image: url(../img/link/link_hrd.svg);
}
@media (any-hover: hover) {
  .-hrd .p-service-card:hover .c-link__text::after {
    background-image: url(../img/link/link_hrd_hover.svg);
  }
}

@media (any-hover: hover) {
  .p-service__card.-hrd:hover .c-link__text::after {
    background-image: url(../img/link/link_hrd_hover.svg);
  }
}

.-dev .c-link__text::after {
  background-image: url(../img/link/link_dev.svg);
}
@media (any-hover: hover) {
  .-dev .p-service-card:hover .c-link__text::after {
    background-image: url(../img/link/link_dev_hover.svg);
  }
}

@media (any-hover: hover) {
  .p-service__card.-dev:hover .c-link__text::after {
    background-image: url(../img/link/link_dev_hover.svg);
  }
}

.c-dropmenu__main-link .c-link__text.-main::after {
  background-image: url(../img/link/link_main.svg);
}

.c-cat__list a {
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid currentColor;
  color: #00827c;
  font-size: max(0.75rem, 10px);
  font-weight: bold;
  padding: 0.1875rem 0.75rem 0.0625rem;
  white-space: nowrap;
}

.c-label__list[class] {
  flex-wrap: wrap;
  display: flex;
}
.c-label__list[class] li {
  line-height: 1;
}
.c-label__list[class] li > * {
  display: block;
  background-color: #00827c;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.3125rem 1rem 0.1875rem;
}
.c-label__list[class] li a {
  transition: all 0.2s ease-in-out;
}
.c-label__list[class] li.-disable > * {
  background-color: #d5d5d5;
  color: #909090;
}

.p-case-category .c-label__list li > * {
  font-size: max(1.0625rem, 16px);
}

.c-toc {
  background-color: #f2f7f6;
  padding: 0.75rem 2.5rem 2rem;
}
@media (min-width: 768px) {
  .c-toc {
    padding: 0.875rem 1.5rem 1rem;
  }
}
.c-toc__title[class] {
  line-height: 1.5;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.c-toc__title[class] span {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-toc__title[class] span:hover {
  cursor: pointer;
}
.c-toc__title[class] span::before, .c-toc__title[class] span::after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  background: #00b8b0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-toc__title[class] span::before {
  width: 100%;
  height: 2px;
}
.c-toc__title[class] span::after {
  opacity: 0;
  width: 2px;
  height: 100%;
}
.c-toc__title[class] + * {
  margin-top: 0.625rem;
}
.c-toc.contracted .c-toc__title[class] span::after {
  opacity: 1;
}
.c-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-toc ul li {
  position: relative;
  padding-left: 1.125rem;
}
.c-toc ul li::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #00b8b0;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: calc(1rem - 3px);
  margin-left: 0.375rem;
}
.c-toc ul li a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-toc ul li a:hover {
    text-decoration: underline;
  }
}
.c-toc__list[class] {
  border-top: 1px solid #d5d5d5;
  padding-top: 1.75rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .c-toc__list[class] {
    padding-top: 1rem;
  }
}
.c-toc__list[class] ul {
  margin-top: 0;
  padding-left: 0;
  margin-left: 2.375rem;
}
@media (min-width: 768px) {
  .c-toc__list[class] ul {
    margin-left: 0.75rem;
  }
}

.c-tag {
  font-size: 12px;
  font-weight: bold;
  padding: 0.25rem 0.375rem;
  border-radius: 5px;
  color: #00b8b0;
  border: solid 1px currentColor;
  line-height: 1.5;
  width: fit-content;
  background-color: #fff;
}

.p-case-category .c-tag__list li > * {
  font-size: max(1.0625rem, 16px);
}

.p-case-list__tag-list .c-tag {
  color: #00b8b0;
  border-color: currentColor;
  padding-inline: 0.75rem;
}

.c-pager__list {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
body[class] .c-pager__item[class] > * {
  display: block;
  line-height: 3.75rem;
  text-align: center;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  height: 3.6875rem;
  width: 3.6875rem;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  body[class] .c-pager__item[class] > *:hover {
    border-color: #00b8b0;
    background-color: #00b8b0;
    color: #fff;
  }
}
body[class] .c-pager__item[class] span {
  border-color: #00b8b0;
  background-color: #00b8b0;
  color: #fff;
}
body[class] .c-pager__item[class].-skip span {
  background: none;
  border: none;
  color: inherit;
}
body[class] .c-pager__item[class].-prev, body[class] .c-pager__item[class].-next {
  position: relative;
}
body[class] .c-pager__item[class].-prev > *::after, body[class] .c-pager__item[class].-next > *::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  margin: auto;
  inset: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: #333;
}
@media (any-hover: hover) {
  body[class] .c-pager__item[class].-prev > *:hover, body[class] .c-pager__item[class].-next > *:hover {
    border-color: #00b8b0;
    background-color: #00b8b0;
  }
  body[class] .c-pager__item[class].-prev > *:hover::after, body[class] .c-pager__item[class].-next > *:hover::after {
    background-color: #fff;
  }
}
body[class] .c-pager__item[class].-prev > *::after {
  -webkit-mask-image: url("../img/ico/arrow-left_wht.svg");
          mask-image: url("../img/ico/arrow-left_wht.svg");
}
body[class] .c-pager__item[class].-next > *::after {
  -webkit-mask-image: url("../img/ico/arrow-right_wht.svg");
          mask-image: url("../img/ico/arrow-right_wht.svg");
}
.c-pager__item + .c-pager__item {
  margin-left: 0.5rem;
}

/* =====================================
 * 子ページタイトル下ヘッドライン
 * ================================== */
.c-page-headline {
  font-size: max(1.375rem, 18px);
  font-weight: bold;
}

/* =====================================
 * ヘッドライン 01
 * ================================== */
.c-headline01 {
  line-height: 1.5;
  background-color: #f2f7f6;
  font-weight: bold;
  font-size: 14px;
  padding: 0.5rem 0.8rem 0.4rem;
}

.c-list .-item {
  position: relative;
  font-weight: bold;
  font-size: max(1rem, 14px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
}
.c-list .-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

/* =====================================
 * ヘッドライン 02
 * ================================== */
.c-headline02 {
  font-size: max(1.75rem, 18px);
  font-weight: bold;
  display: flex;
  gap: 0.9375rem;
}
.c-headline02::before {
  content: "";
  width: 0.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  block-size: 0.75rem;
  margin-block: calc((1lh - 0.75rem) / 2);
}

/* =====================================
 * ヘッドライン 03
 * ================================== */
.c-headline03 {
  font-size: max(2rem, 18px);
  font-weight: bold;
  line-height: 1.4;
  padding-top: 2.5rem;
  padding-left: 2.25rem;
  position: relative;
  z-index: 9;
}
.c-headline03 span {
  display: inline-block;
}
.c-headline03::before {
  content: "0" counter(item);
  counter-increment: item;
  font-size: 5.625rem;
  line-height: 1;
  font-weight: 700;
  color: #f2f7f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* =====================================
 * ヘッドライン 04
  * ================================== */
.c-headline04 {
  font-size: max(1.1875rem, 17px);
  font-weight: bold;
  padding: 0.5rem 1.0625rem;
  background-color: #f2f7f6;
}

/* =====================================
 * ヘッドライン 05
 * ================================== */
.c-headline05 {
  position: relative;
  font-size: max(1.375rem, 18px);
  font-weight: bold;
  padding-left: 1.0625rem;
}
.c-headline05::before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 100%;
  background-color: #00b8b0;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes colorChange {
  0% {
    color: #333;
  }
  50% {
    color: #00b8b0;
  }
  100% {
    color: #333;
  }
}
/* =====================================
 * ヘッドライン 06
 * ================================== */
.c-headline06 {
  display: flex;
  font-weight: bold;
  gap: 0.625rem;
}
.c-headline06::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1rem;
  aspect-ratio: 1.5;
  background-image: url(../img/ico/check-hrd.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  block-size: 1rem;
  margin-block: calc((1lh - 1rem) / 2);
}

.-hrd .c-headline06::before {
  background-image: url(../img/ico/check-hrd.svg);
}

.-dev .c-headline06::before {
  background-image: url(../img/ico/check-dev.svg);
}

/* =====================================
 * チェックリスト
 * ================================== */
.c-check-list > * + * {
  margin-top: 0.5rem;
}
.c-check-list p {
  padding-left: 1.875rem;
}
.c-check-list .-item.c-headline06 {
  font-weight: normal;
}

/* =====================================
 * リード文
 * ================================== */
.c-lead {
  font-size: max(1.75rem, 18px);
  font-weight: bold;
  color: #00b8b0;
}

/* =====================================
 * タイトル
 * ================================== */
.c-section.-bg-green {
  background-color: #f5f9f5;
}
.c-section__title {
  display: grid;
  justify-content: center;
  justify-items: center;
}
.c-section__title .-main {
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  line-height: 1.5;
}
.c-section__title .-sub {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 3rem;
}
.c-section__title .-lg {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .c-section__title .-lg {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .c-section__title.-pc-left {
    justify-content: start;
    justify-items: start;
  }
}
.c-section__title + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .c-section__title + * {
    margin-top: 3.125rem;
  }
}
.c-section__headline {
  font-size: max(2.125rem, 18px);
  color: #00b8b0;
  font-weight: bold;
}
.c-section__headline + * {
  margin-top: 1.875rem;
}
.c-section__desc {
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-section__desc.-pc-center {
    text-align: center;
  }
}
.c-section__desc.-sm {
  font-weight: normal;
}

/* =====================================
 * homeセクションタイトル下のmargin
 * ================================== */
.c-home-section-body__lg {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .c-home-section-body__lg {
    margin-top: 3.9375rem;
  }
}

.c-home-section-body__sm {
  margin-top: 2rem;
}

/* =====================================
 * タイトルドット
 * ================================== */
.c-dot::before {
  background-color: #00b8b0;
}

.c-dot {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}
.c-dot::before {
  content: "";
  width: 0.625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  block-size: 0.625rem;
  margin-block: calc((1lh - 0.625rem) / 2);
}

/* =====================================
 * ボタン基準
 * ================================== */
.c-btn {
  border-radius: 8rem;
  margin-inline: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .c-btn {
    width: min(24.625rem, 100%);
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .c-btn {
    width: max(24.625rem, 320px);
  }
}
.c-btn.-lg {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-btn.-fixed {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .c-btn.-right {
    margin-left: auto;
    margin-right: unset;
  }
}
.c-btn > * {
  border-radius: 8rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1rem 3rem;
  margin-inline: auto;
}
@media (min-width: 768px) and (any-hover: hover) {
  .c-btn > *:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .c-btn > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.c-btn > *:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/arrow-right_blk.svg);
          mask-image: url(../img/arrow-right_blk.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  width: 1.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 178px);
}
@media (min-width: 768px) {
  .c-btn > *:after {
    margin-right: 1.125rem;
  }
}
.c-btn > *[target=_blank]:after {
  background-size: 1.125rem auto;
  width: 1.25rem;
  background-image: url(../img/ico_blank_wht.svg);
}
.c-btn.-dl {
  padding-left: 1.5rem;
}
.c-btn.-dl *::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url(../img/ico/download.svg);
          mask-image: url(../img/ico/download.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-62%);
}
.c-btn.-dl ::after {
  display: none;
}
.c-btn.-dl:hover {
  background-color: transparent;
  border: 1px solid #00b8b0;
}
.c-btn.-dl:hover > * {
  color: #00b8b0;
}
.c-btn.-dl:hover > *::after,
.c-btn.-dl:hover *::before {
  background-color: #00b8b0;
}
.c-btn.-back {
  background-color: #00b8b0;
  border: 1px solid #00b8b0;
}
.c-btn.-back > *:after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .c-btn.-back > *:after {
    margin-left: 1.125rem;
  }
}
@media (any-hover: hover) {
  .c-btn.-back:hover {
    background-color: #fff;
  }
  .c-btn.-back:hover > * {
    color: #00b8b0;
  }
  .c-btn.-back:hover > *::after {
    background-color: #00b8b0;
    transition: all 0.2s ease-in-out;
  }
}
.c-btn a[data-title=document]::after,
.c-btn a[data-title=contact]::after {
  display: none;
}
.c-btn a[data-title=document] {
  background-color: #f2952f;
  color: #fff;
  border: 1px solid #f2952f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn a[data-title=document]::before {
  transition: all 0.2s ease-in-out;
  content: "";
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  width: max(1.5rem, 17px);
  aspect-ratio: 1;
  margin-right: 0.75rem;
  -webkit-mask-image: url(../img/ico/download.svg);
          mask-image: url(../img/ico/download.svg);
  background-color: #fff;
}
@media (any-hover: hover) {
  .c-btn a[data-title=document]:hover {
    background-color: #fff;
    color: #f2952f;
  }
  .c-btn a[data-title=document]:hover::before {
    background-color: #f2952f;
  }
}
.c-btn a[data-title=contact] {
  background-color: #fff;
  color: #00b8b0;
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  .c-btn a[data-title=contact]:hover {
    background-color: #00b8b0;
    color: #fff;
    border: 1px solid #00b8b0;
  }
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.c-img-center {
  display: block;
  width: min(100%, 708px);
  margin: 3.5rem 0;
}

.c-img-caption {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .c-img-caption + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c-img-movie, .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
.c-img-movie iframe, .wp-block-embed__wrapper iframe {
  vertical-align: bottom;
  width: 100%;
  min-height: 450px;
}
@media (min-width: 768px) {
  .c-img-movie iframe, .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}

.c-imgbox .c-imgbox__right {
  float: right;
  margin: 0 0 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .c-imgbox .c-imgbox__right {
    text-align: center;
    float: none;
    margin: 0 0 1.5rem;
  }
}
.c-imgbox .c-imgbox__left {
  float: left;
  margin: 0 2.5rem 2.5rem 0;
}
@media (min-width: 768px) {
  .c-imgbox .c-imgbox__left {
    text-align: center;
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    float: none;
    margin: 0;
  }
  .c-imgbox .c-imgbox__right + *,
  .c-imgbox .c-imgbox__left + * {
    margin-top: 1.5rem;
  }
}

/* =====================================
 * 表組み
 * ================================== */
.c-table {
  border-collapse: collapse;
  border: 1px solid #d5d5d5;
}
.c-table th,
.c-table td {
  padding: 0.75rem 1rem;
  font-size: max(0.875rem, 12px);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .l-main__inner.-col2 .c-table th {
    width: 200px;
  }
}
.c-table th,
.c-table td {
  border: 1px solid #d5d5d5;
}
.c-table.-side th,
.c-table.-side td {
  width: auto;
}
h2:not([class]) + .c-table {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  h2:not([class]) + .c-table {
    margin-top: 2rem;
  }
}

.c-table-scroll {
  overflow-y: hidden !important;
}
@media (min-width: 768px) {
  .c-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .c-table-scroll .c-table {
    min-width: 640px;
  }
}
@media (min-width: 768px) {
  .c-table-scroll .c-table th,
  .c-table-scroll .c-table td {
    display: table-cell;
    width: auto;
  }
}

/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-pagetop.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.c-pagetop__btn {
  background-color: #00b8b0;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center center;
  background-image: url(../assets/img/ico_arr_up_wht.svg);
  font-size: 0;
  height: 3.5rem;
  width: 3.5rem;
}

/* =====================================
 * パンくずリスト
 * ================================== */
.c-breadcrumb {
  margin-bottom: 3rem;
  position: relative;
  z-index: 6;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    overflow-x: hidden;
  }
}
.c-breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.c-breadcrumb__list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.75rem;
}
.c-breadcrumb__list li a {
  text-decoration: none;
}
.c-breadcrumb__list li + li:before {
  content: "・";
  display: inline-block;
  font-size: 0.625rem;
  margin: 0 0.25rem 0 0.25rem;
}

/* =====================================
 * ページヘッド
 * ================================== */
.c-page-head {
  padding-top: 152px;
  position: relative;
}
.c-page-head + * {
  margin-top: 3.125rem;
}
.c-page-head.-service-child {
  background-color: #f5f9f5;
  padding-bottom: 3rem;
}
.c-page-head.-news + * {
  margin-top: 0;
}
.c-page-head.-page::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1400/173;
  background-image: url(../img/common/bg_page_head.webp);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 64px;
  right: 0;
}

.form .c-page-head.-form::after {
  width: 77.8vh;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .form .c-page-head.-form::after {
    width: 84vh;
    height: 15vh;
  }
}

.c-page-head__title {
  display: grid;
  gap: 1.25rem;
  position: relative;
  z-index: 7;
}
.c-page-head__title .-main {
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.c-page-head__title .-sub {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: max(5rem, 20px);
}
.c-page-head__title.-service-top {
  font-size: clamp(2.4rem, 1.111rem + 4.44vw, 8.6rem);
  font-weight: bold;
  position: relative;
  padding-top: 6.4rem;
  color: #00b8b0;
}
.c-page-head__title .-headline,
.c-page-head__title .-headline::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.c-page-head__title .-headline {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: clamp(1rem, 0.726rem + 1.17vw, 1.75rem);
  font-weight: bold;
  width: fit-content;
  padding-left: 1.85rem;
  border-left: solid 3px #333;
  animation-name: clip-text;
  color: #333;
  cursor: default;
}
@media (min-width: 768px) {
  .c-page-head__title .-headline {
    border-left: solid 5px #333;
  }
}
.c-page-head__title .-headline::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.c-page-head__title.-single {
  padding: 0 clamp(0rem, -2.744rem + 11.71vw, 7.5rem);
}
@media (min-width: 768px) {
  .c-page-head__title.-single {
    padding: 0;
  }
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.c-page-head__title .-title {
  font-size: 2rem;
  font-weight: bold;
  font-weight: 700;
  word-break: break-all;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-page-head__title .-title {
    font-size: 4.375rem;
  }
}
.c-page-head__title .-title span {
  display: inline-block;
}
.c-page-head__title.-hrd .-headline {
  border-left-color: #00c9d2;
}
.c-page-head__title.-hrd .-headline::after {
  background-color: #00c9d2;
}
.c-page-head__title.-hrd .-title {
  color: #00c9d2;
}
.c-page-head__title.-dev .-headline {
  border-left-color: #00b3e2;
}
.c-page-head__title.-dev .-headline::after {
  background-color: #00b3e2;
}
.c-page-head__title.-dev .-title {
  color: #00b3e2;
}
.c-page-head__title.-main {
  font-size: clamp(3.125rem, 2.439rem + 2.93vw, 5rem);
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-page-head__title > .-article + * {
    margin-top: 0.5rem;
  }
}
.c-page-head__title > .-single {
  font-size: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
  font-weight: bold;
  word-break: auto-phrase;
  line-height: 1.5;
}
.c-page-head__title > .-news {
  line-height: 1.68;
  font-weight: bold;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  word-break: auto-phrase;
}
@media (max-width: 1264px) {
  .c-page-head__title {
    background-position-x: calc(100% + 3rem);
  }
}
@media (min-width: 768px) {
  .c-page-head__title {
    background-size: 60% auto;
  }
}
.c-page-head__title__header {
  padding-top: 5.4rem;
  padding-bottom: 3.4rem;
  width: 100%;
}
.c-page-head__title > .-single .c-page-head__title__header {
  padding-bottom: 2.875rem;
}
.c-page-head__title__footer {
  padding-bottom: 0.125rem;
}

.form .c-page-head__title > .-article + * {
  margin-top: 1.5rem;
}

.-article-title {
  font-size: max(2rem, 18px);
  font-weight: bold;
}

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

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

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

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

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

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

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

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

.wp-block-image + * {
  margin-top: 2rem;
}

.wp-block-quote {
  position: relative;
  background-color: #f5f9f5;
  padding: 4rem;
}
.wp-block-quote + * {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .wp-block-quote {
    padding: 3.75rem 1.5rem;
  }
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  z-index: 1;
}
.wp-block-quote::before {
  background-image: url(../img/news/ico_quote_mark01.svg);
  top: 0;
  left: 0;
  margin: 1.5rem 0 0 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-quote::before {
    margin-top: 1rem;
  }
}
.wp-block-quote::after {
  background-image: url(../img/news/ico_quote_mark02.svg);
  bottom: 0;
  right: 0;
  margin: 0 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .wp-block-quote::after {
    margin-bottom: 1rem;
  }
}
.wp-block-quote cite {
  font-size: 0.875rem;
}
.wp-block-quote cite::before {
  content: "出典：";
  display: inline-block;
}
.wp-block-quote cite a {
  display: inline-block;
  color: #00b8b0;
  text-decoration: underline;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

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

.c-section {
  padding-block: 5rem;
}
.c-section.-sm {
  padding-bottom: 3.25rem;
  padding-top: 0;
  border-bottom: 1px solid #d5d5d5;
}
.c-section.-sm + * {
  margin-top: 3.25rem;
}
.c-section.-ha {
  padding-bottom: 0;
}
.c-section.-pt {
  padding-top: 0;
}
* + .c-section.-lg {
  margin-top: 7.5rem;
}
@media (min-width: 768px) {
  * + .c-section.-lg {
    margin-top: 5rem;
  }
}
.c-section.-content {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .c-section.-link {
    padding-bottom: 0;
  }
}
.c-section.-dl + * {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .c-section.-dl {
    margin-top: 2rem;
  }
}
.c-section.-who-we-are {
  position: relative;
  margin-top: 4rem;
  z-index: 8;
}
.c-section.-who-we-are::before {
  font-size: 8.5rem;
  display: block;
  font-weight: bold;
  color: #f5f9f5;
  -webkit-background-clip: text;
          background-clip: text;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 576px) {
  .c-section.-who-we-are::before {
    font-size: max(14.25rem, 80px);
  }
}
@media (min-width: 576px) {
  .c-section.-vision {
    padding-top: 5.5rem;
  }
}
.c-section.-vision::before {
  content: "Vision";
  bottom: -4.3rem;
  right: 0;
}
@media (min-width: 1080px) {
  .c-section.-vision::before {
    left: 0;
  }
}
.c-section.-mission {
  padding-bottom: 6rem;
  margin-top: 4.3rem;
}
.c-section.-mission::before {
  content: "Mission";
  right: 0;
  bottom: -2.6rem;
}
@media (min-width: 768px) {
  .c-section.-mission::before {
    bottom: -13.4vw;
  }
}
.c-section.-value {
  padding-bottom: 6.5rem;
}
@media (min-width: 576px) {
  .c-section.-value {
    padding-bottom: 14.5rem;
  }
}
.c-section.-value::before {
  content: "Value";
  right: 0;
  bottom: 0;
}
.c-section.-bg {
  margin: 0 calc(50% - 50vw);
}
.c-section.-bg-grad {
  background: linear-gradient(180deg, #f5f9f5 0%, #ffffff 100%);
  margin: 0 calc(50% - 50vw);
}
.c-section.-bg-green-sm {
  margin-bottom: 7.5rem;
  background-color: #f5f9f5;
  border-radius: 20px;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media (min-width: 768px) {
  .c-section.-bg-green-sm {
    margin-bottom: 4rem;
  }
}
.c-section.-desc, .c-section.-un {
  padding: 0;
}
.c-section.-case {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 5.4rem;
  background-color: #fff;
}
.c-section__inner {
  max-width: 1220px;
  margin-inline: auto;
}
.un-section {
  margin-top: 3.75rem;
}

/* ================================== */
/* ================================== */
h4[class*=block-editor-rich-text__editable],
h4[class*=font-size],
h3[class*=block-editor-rich-text__editable],
h3[class*=font-size],
h2[class*=block-editor-rich-text__editable],
h2[class*=font-size],
h2:not([class]),
h3:not([class]),
h4:not([class]) {
  font-weight: bold;
  line-height: 1.5;
}

/* ================================== */
h2[class*=block-editor-rich-text__editable],
h2:not([class]) {
  font-size: clamp(1rem, 0.704rem + 1.48vw, 2rem);
  padding-left: 1.6875rem;
  position: relative;
}
h2[class*=block-editor-rich-text__editable]::before,
h2:not([class])::before {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #00b8b0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
h2[class*=block-editor-rich-text__editable] + *,
h2:not([class]) + * {
  margin-top: 2.125rem;
}
@media (min-width: 768px) {
  h2[class*=block-editor-rich-text__editable] + *,
  h2:not([class]) + * {
    margin-top: 1.5rem;
  }
}

* + h2[class*=block-editor-rich-text__editable],
* + h2:not([class]) {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  * + h2[class*=block-editor-rich-text__editable],
  * + h2:not([class]) {
    margin-top: 3rem;
  }
}

/* ================================== */
h3[class*=block-editor-rich-text__editable],
h3:not([class]) {
  position: relative;
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
  padding: 1.25rem 1rem 1.125rem 1.25rem;
}
h3[class*=block-editor-rich-text__editable]::before,
h3:not([class])::before {
  content: "";
  display: block;
  background-color: #00b8b0;
  width: 3px;
  height: calc(100% - 2.5rem);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

* + h3[class*=block-editor-rich-text__editable],
* + h3:not([class]) {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  * + h3[class*=block-editor-rich-text__editable],
  * + h3:not([class]) {
    margin-top: 3rem;
  }
}

/* ================================== */
h4[class*=block-editor-rich-text__editable],
h4:not([class]) {
  font-size: 1.125rem;
  background-color: #f5f9f5;
  padding: 0.44rem 1.06rem;
}
h4[class*=block-editor-rich-text__editable] + *,
h4:not([class]) + * {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  h4[class*=block-editor-rich-text__editable] + *,
  h4:not([class]) + * {
    margin-top: 1rem;
  }
}

* + h4[class*=block-editor-rich-text__editable],
* + h4:not([class]) {
  margin-top: 3.5rem;
}

p[class*=block-editor-rich-text__editable],
p:not([class]) {
  font-size: max(1.0625rem, 16px);
}
p[class*=block-editor-rich-text__editable] a,
p:not([class]) a {
  color: #00b8b0;
  text-decoration: underline;
}
p[class*=block-editor-rich-text__editable] + p,
p:not([class]) + p {
  margin-top: 2rem;
}
p[class*=block-editor-rich-text__editable] + ul,
p:not([class]) + ul {
  margin-top: 2rem;
}
p[class*=block-editor-rich-text__editable] + ol,
p:not([class]) + ol {
  margin-top: 2rem;
}

/* ================================== */
ol[class*=block-editor-block-list__block] {
  list-style: decimal;
}

ul[class*=block-editor-block-list__block] {
  list-style: inherit;
}

.news ul.wp-block-list {
  padding-left: 40px;
}
.news ul.wp-block-list li {
  list-style: initial;
}

ol:not([class]),
ul:not([class]),
ol[class*=block-editor-block-list__block],
ul[class*=block-editor-block-list__block],
li[class*=block-editor-block-list__block] {
  padding: 0 0 0 0.4rem;
}

* + ol:not([class]),
* + ul:not([class]),
* + ol[class*=block-editor-block-list__block],
* + ul[class*=block-editor-block-list__block] {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  * + ol:not([class]),
  * + ul:not([class]),
  * + ol[class*=block-editor-block-list__block],
  * + ul[class*=block-editor-block-list__block] {
    margin-top: 1.5rem;
  }
}

.wp-block-quote {
  position: relative;
  background-color: #f5f9f5;
  padding: 4rem;
}
.wp-block-quote + * {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .wp-block-quote {
    padding: 3.75rem 1.5rem;
  }
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  z-index: 1;
}
.wp-block-quote::before {
  background-image: url(../img/news/ico_quote_mark01.svg);
  top: 0;
  left: 0;
  margin: 1.5rem 0 0 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-quote::before {
    margin-top: 1rem;
  }
}
.wp-block-quote::after {
  background-image: url(../img/news/ico_quote_mark02.svg);
  bottom: 0;
  right: 0;
  margin: 0 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .wp-block-quote::after {
    margin-bottom: 1rem;
  }
}
.wp-block-quote cite {
  font-size: 0.875rem;
}
.wp-block-quote cite::before {
  content: "出典：";
  display: inline-block;
}
.wp-block-quote cite a {
  display: inline-block;
  color: #00b8b0;
  text-decoration: underline;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

/* ================================== */
.p-download-list__body h2[class*=block-editor-rich-text__editable] {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
}
.p-download-list__body h3[class*=block-editor-rich-text__editable] {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  padding-left: 0.8rem;
}
.p-download-list__body * + h3[class*=block-editor-rich-text__editable] {
  margin-top: 0.73rem;
}
@media (min-width: 768px) {
  .p-download-list__body * + h3[class*=block-editor-rich-text__editable] {
    margin-top: 1rem;
  }
}
.p-download-list__body p[class*=block-editor-rich-text__editable],
.p-download-list__body p:not([class]) {
  font-size: 1rem;
}
.p-download-list__body p[class*=block-editor-rich-text__editable] a,
.p-download-list__body p:not([class]) a {
  color: #00b8b0;
  text-decoration: underline;
}
.p-download-list__body p[class*=block-editor-rich-text__editable] + p,
.p-download-list__body p:not([class]) + p {
  margin-top: 0;
}

.c-dropmenu {
  display: flex;
  justify-content: center;
  gap: 5.6875rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background-color: #f5f9f5;
  align-items: center;
}
.c-dropmenu.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.c-dropmenu.-service {
  padding: 3.125rem 6.25rem 5.3125rem;
}
.c-dropmenu.-company {
  padding: 5.5rem 6.3rem 5.3rem;
}
@media (min-width: 768px) {
  .c-dropmenu {
    top: 84px;
  }
}

.c-dropmenu__main-link {
  margin-bottom: -0.2rem;
}
.c-dropmenu__main-link svg {
  --circle-fill: #00b8b0; /* 円の塗りつぶし色 */
  --circle-stroke: #00b8b0; /* 円の輪郭色 */
  --arrow-color: #fff; /* 矢印の色 */
}
@media (any-hover: hover) {
  .c-dropmenu__main-link:hover svg {
    --circle-fill: #fff; /* 円の塗りつぶし色 */
    --circle-stroke: #00b8b0; /* 円の輪郭色 */
    --arrow-color: #00b8b0; /* 矢印の色 */
  }
}
.c-dropmenu__sub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  counter-reset: item;
}
.c-dropmenu__item {
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .c-dropmenu__item:hover .c-dropmenu__title {
    background-color: #fff;
    color: #00b8b0;
    border: 1px solid currentColor;
  }
  .c-dropmenu__item:hover .c-dropmenu__title::after {
    background-color: currentColor;
  }
  .c-dropmenu__item:hover .-hrd {
    background-color: #fff;
    color: #00c9d2;
    border: 1px solid currentColor;
  }
  .c-dropmenu__item:hover .-hrd::after {
    background-color: currentColor;
  }
  .c-dropmenu__item:hover .-dev {
    background-color: #fff;
    color: #00b3e2;
    border: 1px solid currentColor;
  }
  .c-dropmenu__item:hover .-dev::after {
    background-color: currentColor;
  }
}
.c-dropmenu__item .-headline {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 0.875rem;
  padding-left: 1.75rem;
  position: relative;
}
.c-dropmenu__item .-headline::before {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  color: #00b8b0;
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: item; /* 各li要素に対してカウンターを1増やす */
  content: "0" counter(item); /* カウンターの値を2桁のゼロ埋めで表示 */
}
.c-dropmenu__item .-headline + * {
  margin-top: 0.8125rem;
}
.c-dropmenu__item .-title {
  display: block;
  padding: 1.1rem 1rem;
  background-color: #00b8b0;
  border: 1px solid #00b8b0;
  color: #fff;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  line-height: 1;
  width: 20.125rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.c-dropmenu__item .-title:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/ico/arrow-right_wht.svg);
          mask-image: url(../img/ico/arrow-right_wht.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.8rem;
}
.c-dropmenu__item .-hrd {
  background-color: #00c9d2;
  border: 1px solid #00c9d2;
}
.c-dropmenu__item .-dev {
  background-color: #00b3e2;
  border: 1px solid #00b3e2;
}
.c-dropmenu__title a {
  border: none;
}

/* フッターメニュー内のサブメニューを常時表示 */
.l-footer__sitemap-list .sub-menu {
  display: block !important;
}

.c-dropmenu__item:has(.-hrd) .-headline::before {
  color: #00c9d2;
}
.c-dropmenu__item:has(.-hrd) .-headline em {
  color: #00c9d2;
}

.c-dropmenu__item:has(.-dev) .-headline::before {
  color: #00b3e2;
}
.c-dropmenu__item:has(.-dev) .-headline em {
  color: #00b3e2;
}

.c-card {
  padding: 1.875rem 1.625rem 1.5rem;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.c-card__title {
  font-size: max(1.375rem, 18px);
  font-weight: bold;
}
.c-card__tag {
  width: fit-content;
  padding: 0.75rem 0.875rem 0.875rem;
  background-color: #f5f9f5;
}
.c-card__tag > * + * {
  margin-top: 0.5rem;
}
.c-card__tag-title {
  font-size: max(0.875rem, 12px);
  font-weight: bold;
}
.c-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
/* =====================================
 * サービスカラーの指定
 * ================================== */
.-hrd .c-headline01 {
  border-left: 1px solid #00c9d2;
}
.-hrd .c-headline05::before {
  background-color: #00c9d2;
}
.-hrd .c-headline03 {
  color: #00c9d2;
}
.-hrd .c-headline02::before {
  background-color: #00c9d2;
}
.-hrd .c-list .-item::before {
  background-color: #00c9d2;
}
.-hrd .p-service-list__headline::before {
  color: #00c9d2;
}
.-hrd .p-program-problem {
  background-color: #00c9d2;
}
.-hrd .p-number-list .-item-title::before {
  color: #00c9d2;
}
@media (any-hover: hover) {
  .-hrd .p-program-menu__item:hover {
    color: #00c9d2;
    transition: 0.3s;
  }
}
.-hrd .p-program-menu__item .p-program-menu__link::before {
  background-color: #d5d5d5;
}
.-hrd .p-program-menu__item.is-section-overview a::before {
  background-color: #00c9d2;
}
.-hrd .p-program-menu__item.is-section-curriculum a::before {
  background-color: #00c9d2;
}
.-hrd .p-program-menu__item.is-section-about a::before {
  background-color: #00c9d2;
}
.-hrd .p-program-menu__item.is-section-option a::before {
  background-color: #00c9d2;
}
.-hrd .p-program-menu__item.is-section-strength a::before {
  background-color: #00c9d2;
}
.-hrd .p-program-menu__item.is-section-support a::before {
  background-color: #00c9d2;
}
.-hrd .c-step-badge {
  background-color: #00c9d2;
}
.-hrd .p-steps__kicker {
  color: #00c9d2;
}

.-dev .c-headline01 {
  border-left: 1px solid #00b3e2;
}
.-dev .c-headline05::before {
  background-color: #00b3e2;
}
.-dev .c-headline03 {
  color: #00b3e2;
}
.-dev .c-headline02::before {
  background-color: #00b3e2;
}
.-dev .c-list .-item::before {
  background-color: #00b3e2;
}
.-dev .p-service-list__headline::before {
  color: #00b3e2;
}
.-dev .p-program-problem {
  background-color: #00b3e2;
}
.-dev .p-number-list .-item-title::before {
  color: #00b3e2;
}
@media (any-hover: hover) {
  .-dev .p-program-menu__item:hover {
    color: #00b3e2;
    transition: 0.3s;
  }
}
.-dev .p-program-menu__item .p-program-menu__link::before {
  background-color: #d5d5d5;
}
.-dev .p-program-menu__item.is-section-overview a::before {
  background-color: #00b3e2;
}
.-dev .p-program-menu__item.is-section-curriculum a::before {
  background-color: #00b3e2;
}
.-dev .p-program-menu__item.is-section-about a::before {
  background-color: #00b3e2;
}
.-dev .p-program-menu__item.is-section-option a::before {
  background-color: #00b3e2;
}
.-dev .p-program-menu__item.is-section-strength a::before {
  background-color: #00b3e2;
}
.-dev .p-program-menu__item.is-section-support a::before {
  background-color: #00b3e2;
}
.-dev .c-step-badge {
  background-color: #00b3e2;
}
.-dev .p-steps__kicker {
  color: #00b3e2;
}

.-hrd .c-dot::before {
  background-color: #00c9d2;
}

.-dev .c-dot::before {
  background-color: #00b3e2;
}

/* ===== Process Steps ===== */
:root {
  --c-key: #14cbd1; /* ターコイズ */
  --c-key-weak: #e9fafb; /* バッジの淡色背景 */
  --c-text: #333;
  --c-mute: #6b7280; /* グレー文字 */
  --c-line: #e5e7eb; /* 枠線 */
  --c-card: #fafafa; /* カード背景 */
  --radius: 12px;
  --gap-x: 16px;
  --gap-y: 18px;
}

.p-steps {
  margin-top: 2rem;
}
.p-steps * {
  font-size: max(1.0625rem, 16px);
}

.p-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}

/* 1アイテム：左に番号＋タイトル、右に内容カード */
.p-steps__item {
  display: grid;
  grid-template-columns: 196px 1fr;
  align-items: start;
  border-top: 1px solid var(--c-line);
  line-height: 1.5;
}

.p-steps__item:last-child {
  border-bottom: 1px solid var(--c-line);
}

.p-steps__head {
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  height: 100%;
  background-color: #f2f7f6;
  padding: 16px 16px 16px 2.8125rem;
  position: relative;
  border-left: 1px solid var(--c-line);
}

.c-step-badge {
  display: inline-grid;
  place-items: center;
  width: min(2.8125rem, 45px);
  height: min(2.8125rem, 45px);
  border-radius: 9999px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.40625rem;
  color: #fff;
}

.p-steps__title {
  font-weight: 700;
  margin: 0;
  height: 100%;
  display: grid;
  align-items: center;
}

/* 右側カード */
.p-steps__card {
  border-right: 1px solid var(--c-line);
  padding: 16px;
  display: grid;
  gap: 12px;
  background-color: #fff;
}

.p-steps__block {
  padding: 8px 0 0;
}
.p-steps__block:first-child {
  padding-top: 0;
}

.p-steps__kicker {
  margin: 0 0 6px;
  letter-spacing: 0.04em;
  color: var(--c-key);
  font-weight: 700;
}

.p-steps__desc {
  margin: 0;
  line-height: 1.7;
}

.p-steps__list--dot {
  margin: 0;
  padding: 0 0 0 1.1em;
  display: grid;
  gap: 4px;
}

.p-steps__list--dot li {
  list-style: disc;
  color: var(--c-text);
}

/* レスポンシブ */
@media (max-width: 780px) {
  .p-steps {
    margin-left: 16px;
  }
  .p-steps__item {
    grid-template-columns: 1fr;
  }
  .p-steps__head {
    grid-template-columns: 36px 1fr;
    border-right: 1px solid var(--c-line);
  }
  .p-steps__card {
    border-left: 1px solid var(--c-line);
  }
}
/*オレンジ*/
.p-steps__item:last-child .p-steps__head {
  background-color: #fff8e7;
}
.p-steps__item:last-child .c-step-badge {
  background-color: #f2952f;
  border-color: #f2952f;
}
.p-steps__item:last-child .p-steps__kicker {
  color: #f2952f;
}

/* 新規事業開発伴走のアイコン */
.-dev .p-steps__item:last-child .c-step-badge {
  background-image: url("../img/ico/ico_flag-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44%;
  color: transparent;
}
.-dev .p-steps__item .-icon {
  background-image: url("../img/ico/ico_rycycle.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) center;
  background-size: 56%;
  color: transparent;
}

/* =====================================
 * contact form 7  / オリジナル設定
 * ================================== */
.p-form + * {
  margin-top: 4rem;
}
.p-form .error[class] {
  background-color: #e6385a;
}
.p-form__inner dt {
  font-weight: bold;
}
.p-form__inner dt + * {
  margin-top: 1.125rem;
}
.p-form__inner dd {
  padding-bottom: 2.5rem;
}
.p-form__req {
  align-items: center;
  display: flex;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-form__req {
    padding-right: 0;
  }
}
.p-form__req:after {
  content: "必須";
  border-radius: 0.25rem;
  background-color: #e6385a;
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.375rem 0.625rem 0.25rem;
  margin-left: 0.75rem;
}
.p-form input,
.p-form textarea,
.p-form select {
  border: 1px solid #d5d5d5;
  padding: 1.125rem 1.25rem;
}
.p-form select {
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-image: url(../img/ico/ico_arr_down_pri.svg);
}
.p-form textarea,
.p-form select,
.p-form input[type=checkbox],
.p-form input[type=radio],
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel] {
  border-radius: 0.25rem;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  transform: translateY(0.05em);
  width: 1.5rem;
  height: 1.5rem;
}
.p-form input[type=checkbox] + *,
.p-form input[type=radio] + * {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.p-form .vertical-item[class] + * {
  margin-top: 0.5rem;
}
.p-form__btn[class] {
  position: relative;
  margin-inline: auto;
  /*ダウンロード*/
  /*入力画面に戻る*/
}
@media (any-hover: hover) {
  .p-form__btn[class]:hover > * {
    background-color: #fff;
    color: #00b8b0;
    border: 1px solid currentColor;
  }
  .p-form__btn[class]:hover::after {
    background-color: #00b8b0;
  }
}
@media (min-width: 768px) {
  .p-form__btn[class] {
    max-width: 394px;
  }
}
.p-form__btn[class] > * {
  transition: all 0.2s ease-in-out;
  border-radius: 8rem;
  position: relative;
  background-color: #00b8b0;
  color: #fff;
  border: 1px solid #00b8b0;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 0.875rem 3rem;
}
@media (min-width: 768px) {
  .p-form__btn[class] > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.p-form__btn[class]::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../img/ico/arrow-right_blk.svg);
          mask-image: url(../img/ico/arrow-right_blk.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  width: 1.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 178px);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .p-form__btn[class]::after {
    margin-right: 1.125rem;
  }
}
.p-form__btn[class].-dl::after {
  -webkit-mask-image: url(../img/ico/arrow-right_blk.svg);
          mask-image: url(../img/ico/arrow-right_blk.svg);
}
.p-form__btn[class].-back + * {
  margin-top: 1.25rem;
}
.p-form__btn[class].-back > * {
  background-color: #fff;
  color: #00b8b0;
  border: 1px solid currentColor;
}
.p-form__btn[class].-back::after {
  background-color: #00b8b0;
  -webkit-mask-image: url(../img/ico/arrow-left_blk.svg);
          mask-image: url(../img/ico/arrow-left_blk.svg);
  top: 0;
  left: calc(50% - 178px);
}
@media (any-hover: hover) {
  .p-form__btn[class].-back:hover > * {
    background-color: #00b8b0;
    color: #fff;
    border: 1px solid currentColor;
  }
  .p-form__btn[class].-back:hover::after {
    background-color: #fff;
  }
}
.p-form__btn[class].-home > a {
  display: block;
  text-align: center;
}
.p-form__btn[class].-home::after {
  -webkit-mask-image: url(../img/ico/arrow-right_blk.svg);
          mask-image: url(../img/ico/arrow-right_blk.svg);
}
.p-form__security {
  text-align: right;
  font-size: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
  color: #d5d5d5;
  margin-top: 3.125rem;
}
@media (max-width: 1024px) {
  .p-form__security {
    text-align: left;
  }
}

.p-form-section__title {
  font-size: max(2rem, 18px);
  font-weight: bold;
  text-align: center;
  word-break: auto-phrase;
  color: #00b8b0;
}
.p-form-section__title + * {
  margin-top: 4.625rem;
}
.p-form-section__desc {
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-form-section__desc {
    text-align: center;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-form.-confirm dd {
  border-bottom: 1px solid #d5d5d5;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: grid;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}

.form-checkbox-field-text a {
  color: #00b8b0;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 768px) {
  .p-sitemap-list__list[class] {
    margin-top: -4.5rem !important;
  }
}
.p-sitemap-list__list[class],
.p-sitemap-list__list[class] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .p-sitemap-list__list[class],
  .p-sitemap-list__list[class] ul {
    flex-wrap: wrap;
    display: flex;
    margin-left: -2rem;
  }
}
.p-sitemap-list__list[class] ul li {
  margin-top: 1.375rem;
}
.p-sitemap-list__list[class] ul li a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-left: 2rem;
}
.p-sitemap-list__list[class] ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-image: url(../assets/img/ico_link.svg);
  transform: translateY(-50%);
  margin-top: -0.05em;
}
.p-sitemap-list__list[class] li {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-sitemap-list__list[class] li {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
    margin-left: 2rem;
  }
}
.p-sitemap-list__list[class] li[data-title=-lg] {
  flex-basis: 100%;
  max-width: 100%;
}
.p-sitemap-list__list[class] > li {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .p-sitemap-list__list[class] > li {
    margin-top: 3rem;
  }
}
.p-sitemap-list__list[class] > li > a {
  display: block;
  border-bottom: 2px solid #00b8b0;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-size: 1.75rem;
  padding-bottom: 0.75rem;
}
.p-sitemap-list__list[class] > li > a + * {
  margin-top: 0.875rem;
}

.p-case-list__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  column-gap: 1.4rem;
  row-gap: 3.8rem;
}
.p-case-list__item {
  padding: 1.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  position: relative;
  transition: 0.2s;
}
.p-case-list__item:focus-within .p-case-list__title a {
  color: #00b8b0;
}
@media (scripting: enabled) {
  .p-case-list__item[data-href] {
    cursor: pointer;
  }
}
.p-case-list__header {
  position: relative;
  grid-row: 1/1;
}
.p-case-list__header + * {
  margin-top: 1.5rem;
  margin-top: 1rem;
}
.p-case-list__img {
  overflow: hidden;
  display: block;
  transition: 0.3s;
  height: auto;
  aspect-ratio: 1.5835;
}
@media (min-width: 768px) {
  .p-case-list__img {
    text-align: center;
  }
}
.p-case-list__img img {
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}
.p-case-list__img img:where(.p-case-list__item:has(.article-link:focus-visible) *) {
  opacity: 0.8;
  transform: scale(1.1);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-case-list__img img:where(.p-case-list__item:has(.article-link:hover) *,
  .p-case-list__item:not([data-link-hovered]):hover *) {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.3s;
  }
}
.p-case-list__img .p-case-list__logo {
  width: 100%;
  height: 2.625rem;
  padding: 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, #ffffff 100%);
  text-align: left;
}
.p-case-list__img .p-case-list__logo > img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.p-case-list__label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.p-case-list__title {
  grid-row: 2/3;
}
.p-case-list__title > * {
  font-weight: bold;
  font-size: max(1.1875rem, 17px);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-case-list__title > *:where(.p-case-list__item:has(.article-link:focus-visible) *) {
  color: #00b8b0;
}
@media (any-hover: hover) {
  .p-case-list__title > *:where(.p-case-list__item:has(.article-link:hover) *,
  .p-case-list__item:not([data-link-hovered]):hover *) {
    color: #00b8b0;
  }
}
.p-case-list__tag-list .c-tag {
  color: #00b8b0;
  border-color: currentColor;
}

.c-case-block__title {
  font-weight: bold;
  margin-bottom: 0.875rem;
  position: relative;
}

.p-case-contents > p + .p-case-contents__title {
  margin-top: 3rem;
}
.p-case-contents__title {
  word-break: auto-phrase;
  font-size: clamp(1.15rem, 0.986rem + 0.82vw, 1.6rem);
  font-size: max(1.75rem, 18px);
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.p-case-contents__img {
  margin-top: 2rem;
}
.p-case-contents__name {
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
.p-case-contents__position {
  font-weight: bold;
}
.p-case-contents__position + * {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .p-case__head {
    display: flex;
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-case__thumbnail {
    width: 71%;
  }
}
@media (min-width: 768px) {
  .p-case__body {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-case-contents {
    width: 68.5%;
  }
}
.p-case-menu {
  display: none;
}
@media (min-width: 768px) {
  .p-case-menu {
    display: block;
    width: 32.5%;
    margin-top: 7.5rem;
  }
}
@media (min-width: 768px) {
  .p-case-menu__list {
    width: fit-content;
    margin-left: auto;
    position: sticky;
    right: 0;
    top: 180px;
  }
}
.p-case-menu__list li {
  padding-left: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.p-case-menu__list li + li {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-case-menu__list li + li {
    margin-top: 2.125rem;
  }
}
.p-case-menu__list li a:hover {
  color: #00b8b0;
}
.p-case-menu__list li a.is-current::before {
  background-color: #00b8b0;
}
.p-case-menu__list li > a::before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-case-menu__list li:not(:last-of-type) a::before {
  background-color: #d5d5d5;
  border-radius: 50%;
}
.p-case-menu__list li:last-of-type a::before {
  -webkit-mask-image: url(../img/ico/ico_arr_left_black.svg);
          mask-image: url(../img/ico/ico_arr_left_black.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #333;
}
.p-case-menu__list li > a.is-current::before {
  background-color: #00b8b0;
}
.p-case-note {
  margin-top: 2rem;
  text-align: right;
}

.p-case-category {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-case-category {
    width: 29%;
    margin-top: 0;
  }
}

.p-case-document-download {
  overflow: hidden;
  position: relative;
  background-color: #00b8b0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  background-image: url(../assets/img/bg_document_download.png);
}
.p-case-document-download.-sm .p-case-document-download__img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 6.25rem;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
.p-case-document-download.-sm .p-case-document-download__img img {
  box-shadow: 0.5rem 0.5rem 0.625rem #00b8b0;
}
.p-case-document-download.-sm .p-case-document-download__inner {
  padding: 3.75rem 1.5rem 1.5rem;
}
.p-case-document-download.-sm .p-case-document-download__logo {
  width: 10rem;
}
.p-case-document-download.-sm .p-case-document-download__logo + * {
  margin-top: 0.75rem;
}
.p-case-document-download.-sm .p-case-document-download__title {
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.p-case-document-download.-sm .p-case-document-download__title + * {
  margin-top: 3rem;
}
.p-case-document-download.-sm .p-case-document-download__btn[class] {
  max-width: 300px;
}
.p-case-document-download.-sm .p-case-document-download__btn[class] a {
  background-color: #fff;
  color: #00b8b0;
  font-size: 1rem;
}
.p-case-document-download.-sm .p-case-document-download__btn[class] a::after {
  background-image: url(../assets/img/ico_arr_right_pri.svg);
}

.p-case-target-info {
  padding: 1.5rem;
  background-color: #f2f7f6;
}
@media (min-width: 768px) {
  .p-case-target-info {
    padding: 2rem;
  }
}
.p-case-target-info__logo {
  position: relative;
  width: 100%;
  height: 5.625rem;
}
.p-case-target-info__logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-case-target-info__logo + * {
  margin-top: 0.75rem;
}
.p-case-target-info__name {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.p-case-target-info__title {
  line-height: 1.5;
  font-weight: bold;
}
.p-case-target-info__title + * {
  margin-top: 0.75rem;
}
* + .p-case-target-info__title {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  * + .p-case-target-info__title {
    margin-top: 1.75rem;
  }
}
.p-case-target-info__business {
  position: relative;
  font-size: 0.75rem;
}
.p-case-target-info__business::after, .p-case-target-info__business::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-case-target-info__business::after {
  margin-bottom: -0.375em;
}
.p-case-target-info__business::before {
  margin-top: -0.375em;
}
.p-case-target-info__tag-list li + li {
  margin-top: 4px;
}

.company .c-table,
.company iframe {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .company .c-table,
  .company iframe {
    margin-top: 1.25rem;
  }
}

.c-section.-lg.-company {
  position: relative;
}
.c-section.-lg.-company::after {
  display: block;
  content: "";
  width: 100vw;
  height: 55.6875rem;
  background-color: #fff8e7;
  position: absolute;
  margin-left: calc(50% - 50vw);
  top: 80px;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-who-we-are__title {
  font-weight: bold;
  line-height: 1.5;
  color: #00b8b0;
}
.p-who-we-are__title.-vision {
  font-size: max(3rem, 24px);
  text-align: center;
}
.p-who-we-are__title.-mission, .p-who-we-are__title.-value {
  font-size: max(2.5rem, 20px);
}

.p-company-vision * + * {
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .p-company-vision * + * {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1080px) {
  .p-company-vision {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-company-vision__desc {
    padding-top: 0;
  }
}
.p-company-vision__desc > * + * {
  margin-top: 1.6rem;
}
.p-company-mission * + * {
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .p-company-mission * + * {
    margin-top: 2.5rem;
  }
}
.p-company-mission__desc {
  word-break: auto-phrase;
}
@media (min-width: 768px) {
  .p-company-mission__desc {
    width: 60%;
  }
}

.p-company-subpage {
  margin: 0 calc(50% - 50vw);
}

.p-company-list {
  max-width: 1400px;
  margin-inline: auto;
}
.p-company-list__list {
  display: grid;
}
@media (min-width: 768px) {
  .p-company-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
  }
}
@media (min-width: 768px) {
  .p-company-list__list {
    grid-template-columns: 1fr;
    row-gap: 3px;
  }
}
.p-company-list__list.-sm {
  margin-top: -2rem;
}
.p-company-list__item {
  position: relative;
  background-color: #333;
  overflow: hidden;
}
.p-company-list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -0.05em;
  background-image: url(../assets/img/ico_link_home01.svg);
  background-size: auto;
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .p-company-list__item::after {
    background-size: 3rem auto;
    width: 3rem;
    height: 3rem;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (any-hover: hover) {
  .p-company-list__item:hover::after, .p-company-list__item:focus::after {
    background-image: url(../assets/img/ico_link_home01:hover-2.svg);
  }
  .p-company-list__item:hover .p-company-list__img img, .p-company-list__item:focus .p-company-list__img img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .p-company-list__img {
    aspect-ratio: 699/440;
    opacity: 0.4;
  }
}
.p-company-list__img img {
  object-fit: cover;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-company-list__img:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.3s;
  }
}
.p-company-list__header {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  justify-content: center;
}
.p-company-list__header + * {
  margin-top: 1.25rem;
}
.p-company-list__title-sub {
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 0.25rem 1.5rem;
}
.p-company-list__title-main[class] {
  line-height: 1.5;
  font-size: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
}
.p-company-list__title-main[class] a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1.5rem 0.375rem;
}
.p-company-list__title-main[class] a::after {
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.p-company-list__title-main[class] a.is-current::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-company-list__title-main[class] a:hover::after {
    opacity: 1;
  }
}
.p-company-list__desc {
  font-size: 1rem;
}
.p-company-list__desc + * {
  margin-top: 0.75rem;
}
.p-company-list__btn {
  justify-content: flex-end;
  display: flex;
}

.p-company-value {
  max-width: 1200px;
}
.p-company-value__list {
  counter-reset: item;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.8rem;
}
@media (min-width: 900px) {
  .p-company-value__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.8rem;
  }
}
.p-company-value__item div {
  width: max-content;
  translate: 0 4.3rem;
}
@media screen and (max-width: 900px) {
  .p-company-value__item div {
    translate: 0;
  }
}
.p-company-value__item * + * {
  margin-top: 1.25rem;
}
.p-company-value__title {
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
  opacity: 0;
}
@media (min-width: 576px) {
  .p-company-value__title {
    font-size: 1.8rem;
  }
}
.p-company-value__title::before {
  transition: all 0.2s ease-in-out;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00b8b0;
  counter-increment: item;
  content: "0" counter(item);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "Poppins";
}
.p-company-value__desc {
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.125rem);
}

.p-company__head {
  margin: 0 calc(50% - 50vw);
  margin-top: 140px;
}
.p-company-member__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
  gap: 2.625rem;
}
.p-company-member__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  padding: 24px;
  transition: 0.2s;
}
.p-company-member__item .c-link__icon {
  --circle-fill: #fff; /* 円の塗りつぶし色 */
  --circle-stroke: #00b8b0; /* 円の輪郭色 */
  --arrow-color: #00b8b0; /* 矢印の色 */
}
@media (any-hover: hover) {
  .p-company-member__item:hover .p-company-member__img img, .p-company-member__item:focus .p-company-member__img img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .p-company-member__item:hover .c-modal-open, .p-company-member__item:focus .c-modal-open {
    background-color: #fff;
  }
  .p-company-member__item:hover .c-modal-open::after, .p-company-member__item:focus .c-modal-open::after {
    background-color: #00b8b0;
  }
}
.p-company-member__img {
  aspect-ratio: 1.5;
  overflow: hidden;
}
.p-company-member__img img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-company-member__name {
  font-size: max(1.375rem, 18px);
  font-weight: bold;
  margin-top: 1.6rem;
}
.p-company-member__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}

.c-access__note {
  margin-top: 2rem;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

dialog[open] {
  display: grid;
  align-content: space-evenly;
}

.p-member-modal {
  width: 35vw;
  min-width: 375px;
  max-height: 77vh;
  transition: 0.3s;
}
.p-member-modal::backdrop {
  transition: inherit;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-member-modal__container {
  overflow: auto;
  overscroll-behavior: contain;
}
.p-member-modal__img {
  aspect-ratio: 360/240;
  overflow: hidden;
}
.p-member-modal__text {
  padding: 3.5rem 3.5rem 4.875rem 3.5rem;
  background-color: #1d1d35;
}
.p-member-modal__name p {
  font-size: max(1.375rem, 18px);
  color: #fff;
  font-weight: bold;
}
.p-member-modal__name + * {
  margin-top: 0.5rem;
}
.p-member-modal__position p {
  line-height: 1;
  color: #fff;
  padding-bottom: 18px;
  border-bottom: 1px solid #00b8b0;
}
.p-member-modal__position + * {
  margin-top: 1.5rem;
}
.p-member-modal__desc {
  color: #fff;
}
.p-member-modal__desc + * {
  margin-top: 1.5rem;
}
.p-member-modal__link-inner {
  display: flex;
  font-size: 14px;
}
.p-member-modal__link-title {
  color: #fff;
}
.p-member-modal__link-list {
  color: #00b8b0;
  font-weight: bold;
  margin-left: 14px;
}
.p-member-modal__link-list a {
  outline-offset: 0;
}

.hideStyle {
  opacity: 0;
  scale: 0.9;
}
.hideStyle::backdrop {
  opacity: 0;
}

.c-modal-open {
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 1;
  aspect-ratio: 1;
  cursor: pointer;
  border: solid 1px #00b8b0;
  background-color: #00b8b0;
  border-radius: 50%;
  transition: background-color 0.3s;
  margin-top: auto;
  width: 40px;
}
.c-modal-open::after {
  content: "";
  display: inline-block;
  height: 36.6%;
  aspect-ratio: 1;
  -webkit-mask-image: url("../img/ico/plus.svg");
          mask-image: url("../img/ico/plus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-modal-open {
    width: max(3.8rem, 34px);
  }
  .c-modal-open::after {
    height: 28.6%;
  }
}

.c-modal-close {
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  background-color: #1d1d35;
  transition: background-color 0.3s;
}
.c-modal-close::after {
  content: "閉じる";
  font-size: 14px;
  display: block;
  line-height: 1;
  color: #fff;
  padding: 8px 24px;
  background: #00b8b0;
  border-radius: 1000px;
}

.p-company-contents__text {
  line-height: 2;
}
.company .c-table {
  border-top: none;
}
.company .c-table th {
  background-color: #f5f9f5;
}
.company .c-table th,
.company .c-table td {
  display: block;
  padding: 14px 20px;
  text-align: left;
  font-size: max(1.0625rem, 16px);
  border-top: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .company .c-table th,
  .company .c-table td {
    display: table-cell;
    border: 1px solid #d5d5d5;
  }
}

.p-news-list__item {
  border-top: 1px solid #d5d5d5;
  padding: 1.375rem 0;
}
.p-news-list__item:last-child {
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .p-news-list__item {
    display: grid;
    grid-template-columns: 5.3125rem max(4.6875rem, 62px) auto;
    align-items: center;
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-news-list__item {
    padding: 1.375rem 0;
  }
  .p-news-list__item > * + * {
    margin-top: 0.25rem;
  }
}
@media (any-hover: hover) {
  .p-news-list__item:hover .p-news-list__title a {
    color: #00b8b0;
  }
}
.p-news-list__time {
  color: #909090;
  font-weight: bold;
  font-size: max(1rem, 10px);
}
.p-news-list__cat {
  max-width: 75px;
}
.p-news-list__title > * {
  text-decoration: none;
  color: inherit;
}
.p-news-list__title a {
  transition: all 0.2s ease-in-out;
}
.p-news-list__title a:focus {
  color: #00b8b0;
}

.p-news__content {
  margin-inline: auto;
}

.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.625rem;
}

.p-news-detail__time {
  color: #909090;
  font-weight: bold;
  font-size: 1rem;
}

/* =========================================
 * トップページ / serviceページ 共通
 * ========================================== */
.p-service__card {
  width: 100%;
  position: relative;
  padding: 3.75rem 2rem 2.375rem;
  margin-inline: auto;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
  margin-top: -4.75rem;
}
@media (min-width: 768px) {
  .p-service__card {
    margin-top: -14.75rem;
  }
}
.p-service__headline {
  width: fit-content;
  padding: 0.58rem 2.125rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: max(1.375rem, 18px);
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: absolute;
  top: -2.0625rem;
  left: 0;
}
.p-service__headline::before {
  display: inline-block;
  counter-increment: item; /* 各li要素に対してカウンターを1増やす */
  content: "0" counter(item); /* カウンターの値を2桁のゼロ埋めで表示 */
  font-size: 2.9375rem;
  line-height: 1;
  margin-right: 0.9375rem;
}
.p-service__title {
  font-size: 2.125rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.p-service__title + * {
  margin-top: 1.875rem;
}
.p-service__desc {
  letter-spacing: 0.1em;
  font-size: max(0.875rem, 12px);
  line-height: 1.5;
}
.p-service__desc em {
  font-weight: bold;
}
.p-service__desc + * {
  margin-top: 1.5rem;
}
.p-service__lineup-list {
  margin-top: 1.5rem;
}
.p-service__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: transparent;
}

.-hrd .p-service__headline {
  background-color: #00c9d2;
}
.-hrd .p-service__title {
  color: #00c9d2;
}

.-dev .p-service__headline {
  background-color: #00b3e2;
}
.-dev .p-service__title {
  color: #00b3e2;
}

@media (min-width: 768px) {
  .p-service__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-service__item + .p-service__item {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .p-service__img {
    width: 50vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1.31;
    overflow: hidden;
    flex-shrink: 0;
  }
}

.service .p-service__card {
  margin-top: -11.75rem;
}
@media (min-width: 576px) {
  .service .p-service__card {
    margin-top: -14.75rem;
  }
}
@media (min-width: 768px) {
  .service .p-service__card {
    margin-top: 4.125rem;
    margin-left: -3.5rem;
  }
}

.p-service-concept__inner > * + * {
  margin-top: 0.8rem;
}
.p-service-concept__head {
  position: relative;
}
.p-service-concept__head::after {
  display: block;
  content: "";
  width: 34.4375rem;
  aspect-ratio: 551/384;
  background-image: url(../img/service/img_service_concept.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  opacity: 0.2;
}
@media (min-width: 768px) {
  .p-service-concept__head::after {
    background-color: transparent;
    opacity: 1;
  }
}
.p-service-concept__visual {
  display: none;
}
@media (min-width: 768px) {
  .p-service-concept__visual {
    margin-left: calc(50% - 50vw);
    display: block;
    width: 34.375rem;
    flex-shrink: 0;
  }
}
.p-service-concept__text {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-service-concept__text {
    width: 55.6%;
    margin-left: auto;
  }
  .p-service-concept__text > * + * {
    margin-top: 2rem;
  }
}
.p-service-concept__desc > * + * {
  margin-top: 1rem;
}
.p-service-concept__img {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .p-service-concept__img img {
    width: 57.25rem;
  }
}

@media (min-width: 768px) {
  .u-service-concept-title {
    width: 55.6%;
    margin-left: auto;
    justify-content: start;
  }
}

.p-service-strength__inner {
  display: flex;
  flex-direction: column;
  gap: 5.625rem;
}
@media (min-width: 768px) {
  .p-service-strength__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.p-service-strength__text {
  width: 100%;
}
@media (min-width: 768px) {
  .p-service-strength__text {
    width: max(38.5rem, 475px);
    flex-shrink: 0;
  }
}
.p-service-strength__text > * + * {
  margin-top: 2rem;
}
.p-service-strength__desc {
  font-size: max(1.0625rem, 16px);
}
.p-service-strength__desc .-text + * {
  margin-top: 1.0625rem;
}
.p-service-strength__achieve {
  display: flex;
  gap: 1.0625rem;
}
.p-service-strength__achieve-item {
  width: 31.6558441558%;
}
.p-service-strength__achieve-item > * + * {
  margin-top: 1rem;
}
.p-service-strength__achieve-card {
  padding: 1rem;
  background-color: #fff;
  text-align: right;
  aspect-ratio: 194/117;
  max-width: 195px;
}
.p-service-strength__achieve-card .-title {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .p-service-strength__achieve-card .-title {
    font-size: max(1rem, 14px);
  }
}
.p-service-strength__achieve-card .-content {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 1.25rem;
}
.p-service-strength__achieve-card .-number {
  font-size: 1.5rem;
  line-height: 0.7;
}
@media (min-width: 576px) {
  .p-service-strength__achieve-card .-number {
    font-size: 2.5rem;
  }
}
.p-service-strength__achieve-card .-unit {
  font-size: max(0.875rem, 12px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-service-strength__achieve-desc {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-service-strength__achieve-desc {
    line-height: 1.9;
  }
}

/* =====================================
 * サービス子ページ(other service)
 * ================================== */
@media (min-width: 768px) {
  .p-service-list__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-service-list__item {
  aspect-ratio: 528/188;
  padding: 1.75rem;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 1.75rem;
  max-width: 33rem;
  position: relative;
}
@media (any-hover: hover) {
  .p-service-list__item:hover .p-service-list__img img {
    scale: 1.1;
    transition: 0.3s;
    opacity: 0.8;
  }
}
.p-service-list__img {
  overflow: hidden;
  aspect-ratio: 1.34;
  width: 37%;
  flex-shrink: 0;
}
.p-service-list__img img {
  transition: 0.3s;
}
.p-service-list__text > * + * {
  margin-top: 1.375rem;
}
.p-service-list__headline {
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  padding-left: 2.375rem;
  position: relative;
  white-space: nowrap;
}
.p-service-list__headline::before {
  display: inline-block;
  content: attr(data-counter);
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-service-list__headline.-hrd::before {
  color: #00c9d2;
}
.p-service-list__headline.-dev::before {
  color: #00b3e2;
}
.p-service-list__title {
  line-height: 1.65;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-service-list__link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: transparent;
}

.p-service-intro {
  background-color: #f5f9f5;
}
.p-service-intro__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-service-intro__inner {
    display: flex;
    gap: 2.25rem;
  }
}
.p-service-intro__text {
  padding-block: 6.625rem 7.75rem;
  position: relative;
  z-index: 2;
}
.p-service-intro__text > * + * {
  margin-top: 3.25rem;
}
.p-service-intro__headline {
  font-weight: bold;
  font-size: max(1.1875rem, 17px);
}
@media (min-width: 768px) {
  .p-service-intro__headline {
    font-size: max(1.75rem, 18px);
  }
}
.p-service-intro__headline.-main {
  color: #00b8b0;
}
.p-service-intro__headline .-hrd {
  color: #00c9d2;
}
.p-service-intro__headline .-dev {
  color: #00b3e2;
}
.p-service-intro__headline.-center {
  text-align: center;
}
@media (min-width: 768px) {
  .p-service-intro__headline.-center {
    text-align: left;
  }
}
.p-service-intro__headline__desc {
  font-size: max(1.0625rem, 16px);
}
.p-service-intro__headline__desc .-text + * {
  margin-top: 1.0625rem;
}
.p-service-intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-inline: calc(50% - 50vw);
}
.p-service-intro__bg img {
  width: auto;
  height: 100%;
}
@media (min-width: 992px) {
  .p-service-intro__bg {
    position: static;
    width: max(28.375rem, 454px);
    height: auto;
    flex-shrink: 0;
  }
  .p-service-intro__bg img {
    width: 100%;
    height: auto;
  }
}

.p-service-outcome {
  position: relative;
}
.p-service-outcome__list {
  counter-reset: item;
}
.p-service-outcome__list > * + * {
  margin-top: 7.6rem;
}
.p-service-outcome__item {
  position: relative;
}
.p-service-outcome__item:nth-child(even) .p-service-outcome__content {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .p-service-outcome__content {
    display: flex;
    align-items: flex-end;
    gap: 3.1875rem;
    justify-content: space-between;
    margin-top: 0;
  }
}
.p-service-outcome__content > * + * {
  margin-top: 1.3rem;
}
.p-service-outcome__img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-service-outcome__img {
    width: 38.3333333333%;
  }
  .p-service-outcome__img img {
    width: 100%;
    aspect-ratio: 414/398;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .p-service-outcome__text {
    width: 61.6666666667%;
  }
}
.p-service-outcome__text > * + * {
  margin-top: 1.4375rem;
}
.p-service-outcome__subtitle {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.p-service-outcome__sublists {
  font-weight: bold;
}
.p-service-outcome__sublist {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-service-lineup__head p {
    text-align: center;
  }
}
.p-service-lineup__body {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-service-lineup__body {
    margin-top: 4.375rem;
  }
}
.p-service-lineup__body > * + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-service-lineup__body > * + * {
    margin-top: 4.375rem;
  }
}
.p-service-lineup__contents > * + * {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-service-lineup__contents > * + * {
    margin-top: 1.875rem;
  }
}
.p-service-lineup__list {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .p-service-lineup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    width: fit-content;
    justify-items: start;
  }
}

.p-service-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.0625rem;
  width: 100%;
}
@media (min-width: 576px) {
  .p-service-card {
    width: 33rem;
    min-width: 450px;
  }
}
@media (min-width: 992px) {
  .p-service-card {
    width: 100%;
    min-width: auto;
  }
}
.p-service-card__title {
  grid-row: 1/2;
}
.p-service-card__desc {
  grid-row: 2/3;
}
.p-service-card__tag {
  grid-row: 3/4;
  width: 100%;
}
.p-service-card__link {
  grid-row: 4/5;
}

.p-service-approach__inner {
  width: 74.3%;
  margin-inline: auto;
}
.p-service-approach__list {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-service-approach__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.875rem;
  }
}
.p-service-approach__item .-title {
  font-size: max(1.5rem, 18px);
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
.p-service-approach__item .-desc {
  margin-top: 0.5rem;
}

.-hrd .p-service-approach__item .-title {
  color: #00c9d2;
}

.-dev .p-service-approach__item .-title {
  color: #00b3e2;
}

.-child-title {
  font-size: max(3rem, 20px);
  font-weight: bold;
  line-height: 1.2;
}

.p-program__body {
  padding-block: 5rem;
}

@media (min-width: 768px) {
  .p-program__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2rem;
  }
}

.p-program-intro__inner {
  padding-block: 2.125rem 3.125rem;
}
.p-program-intro__inner > * + * {
  margin-top: 2rem;
}
.p-program-intro__headline {
  font-size: max(1.75rem, 18px);
  font-weight: bold;
}

.p-program-problem {
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.p-program-problem__inner {
  padding-inline: 1.25rem;
  padding-block: 3.125rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-program-problem__inner {
    padding-inline: 5.625rem;
    max-width: calc(900px + 11.25rem);
  }
}
.p-program-problem__title, .p-program-problem__subtitle {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-program-problem__title {
  font-size: max(1.75rem, 18px);
}
.p-program-problem__title + * {
  margin-top: 0.625rem;
}
.p-program-problem__subtitle {
  font-size: max(1.375rem, 18px);
}
.p-program-problem__subtitle + * {
  margin-top: 2rem;
}
.p-program-problem__list > * + * {
  margin-top: 0.4375rem;
}
.p-program-problem__list .-item {
  background-color: #fff;
  padding: 1.24rem 1.25rem;
  display: flex;
  line-height: 1.5;
  gap: 0.9375rem;
  border-radius: 8px;
}
.p-program-problem__list .-item::before {
  display: block;
  content: "";
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.625rem;
  height: 2.625rem;
  block-size: 2.625rem;
  margin-block: calc((1lh - 2.625rem) / 2);
}
.p-program-problem__list .-item span {
  font-weight: bold;
}
.p-program-problem__list .-item em {
  color: #f2952f;
}
@media (min-width: 576px) {
  .p-program-problem::after {
    display: block;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 3rem;
    top: -3.1875rem;
  }
}
@media (min-width: 768px) {
  .p-program-problem::after {
    bottom: -4.125rem;
    right: calc(50% - 39rem);
    top: auto;
  }
}

.-hrd .p-program-problem__list .-item::before {
  background-image: url(../img/ico/check_circle-hrd.svg);
}

.-dev .p-program-problem__list .-item::before {
  background-image: url(../img/ico/check_circle-dev.svg);
}

.-action-learning .p-program-problem::after,
.-ai-system-development .p-program-problem::after {
  background-image: url(../img/service/img_service_problem01.webp);
  width: 3.25rem;
  aspect-ratio: 0.23786;
}
@media (min-width: 992px) {
  .-action-learning .p-program-problem::after,
  .-ai-system-development .p-program-problem::after {
    width: 6.25rem;
  }
}

.-value-design .p-program-problem::after,
.-business-strategy .p-program-problem::after {
  background-image: url(../img/service/img_service_problem02.webp);
  width: 4.91875rem;
  aspect-ratio: 0.3435;
}
@media (min-width: 1200px) {
  .-value-design .p-program-problem::after,
  .-business-strategy .p-program-problem::after {
    width: 9.91875rem;
  }
}

.-dx-business-planner .p-program-problem::after,
.-generative-ai-basics .p-program-problem::after {
  background-image: url(../img/service/img_service_problem03.webp);
  width: 6.61875rem;
  aspect-ratio: 0.5422;
}
@media (min-width: 1200px) {
  .-dx-business-planner .p-program-problem::after,
  .-generative-ai-basics .p-program-problem::after {
    width: 13.2375rem;
    bottom: -3.2rem;
  }
}

.-ai-business-planner .p-program-problem::after,
.-ui-ux-design .p-program-problem::after {
  background-image: url(../img/service/img_service_problem04.webp);
  width: 5.9625rem;
  aspect-ratio: 0.442;
}
@media (min-width: 1200px) {
  .-ai-business-planner .p-program-problem::after,
  .-ui-ux-design .p-program-problem::after {
    width: 11.921875rem;
    bottom: -3.2rem;
    right: calc(50% - 37.5rem);
  }
}

.p-program-menu {
  display: none;
}
@media (min-width: 768px) {
  .p-program-menu {
    display: block;
    width: 32.5%;
  }
}
@media (min-width: 768px) {
  .p-program-menu__list {
    display: block;
    width: fit-content;
    margin-left: auto;
    position: sticky;
    right: 0;
    top: 180px;
  }
}
.p-program-menu__list li {
  font-weight: bold;
}
.p-program-menu__list li + li {
  margin-top: 2.1rem;
}
.p-program-menu__list li:last-of-type a::before {
  display: inline-block;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../img/ico/ico_arr_left_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.875rem;
}
.p-program-menu__list li .c-dot::before {
  background-color: #d5d5d5;
}

@media (min-width: 768px) {
  .p-program-contents {
    width: 68.5%;
  }
}
.p-program-contents .-text,
.p-program-contents .-list,
.p-program-contents .-img {
  margin-top: 1rem;
}
.p-program-contents .-headline {
  margin-top: 2.5rem;
}

.c-program-section {
  padding-block: 1.875rem;
}
.p-overview__image {
  text-align: center;
}
.p-overview__image .-process {
  padding-inline: 1.25rem;
  padding-bottom: 2.375rem;
}
.p-overview__image .-dx-element {
  width: 19.75rem;
}
@media (min-width: 576px) {
  .p-overview__image .-chance {
    width: 79.5%;
  }
}
@media (min-width: 576px) {
  .p-overview__image .-question {
    width: 75%;
  }
}

.p-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.p-table th {
  font-weight: bold;
  background: #f8f7f7;
}
.p-table th,
.p-table td {
  padding: 12px 16px;
  vertical-align: middle;
}
.p-table.-ai-business-planner {
  /* ヘッダー */
  /* 左列（観点） */
}
@media (min-width: 576px) {
  .p-table.-ai-business-planner {
    max-width: 525px;
    margin-inline: auto;
  }
}
.p-table.-ai-business-planner thead th:first-child {
  background: #444;
  color: #fff;
  width: 25%;
}
.p-table.-ai-business-planner thead th:last-child {
  background: #14cbd1;
  color: #fff;
}
.p-table.-ai-business-planner tbody td:first-child {
  background: #f9f9f9;
  font-weight: 600;
  width: 25%;
}
.p-table.-business-strategy {
  table-layout: fixed;
  width: 100%;
  min-width: 760px;
}
.p-table.-business-strategy thead th {
  background: #444;
  color: #fff;
}
.p-table.-business-strategy thead tr th:nth-child(2) {
  background-color: #f2952f;
}
.p-table.-business-strategy tbody td:nth-child(2) {
  background-color: #fff8e7;
}
.p-table.-business-strategy col.col-item {
  width: 17.2%;
}
.p-table.-business-strategy col.col-ours,
.p-table.-business-strategy col.col-consult,
.p-table.-business-strategy col.col-design {
  width: 27.6%;
}

.p-check-list > * + * {
  margin-top: 0.5rem;
}
.p-check-list p {
  padding-left: 1.875rem;
}
.p-check-list .-item.c-headline06 {
  font-weight: normal;
}

.p-number-list {
  counter-reset: item;
}
.p-number-list > * + * {
  margin-top: 1.0625rem;
}
.p-number-list .-item-title {
  font-weight: bold;
  display: flex;
  gap: 0.625rem;
}
.p-number-list .-item-title::before {
  display: inline-block;
  counter-increment: item;
  content: counter(item) ".";
  font-size: max(1.0625rem, 16px);
  flex-shrink: 0;
}

.p-block {
  border: 4px solid;
  margin-inline: auto;
}
.p-block:has(.-main) {
  border-color: #00b8b0;
}
.p-block:has(.-orange) {
  border-color: #f2952f;
}
@media (min-width: 576px) {
  .p-block {
    width: 436px;
  }
}
.p-block__title {
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-block__title.-main {
  background-color: #00b8b0;
}
.p-block__title.-orange {
  background-color: #f2952f;
}
.p-block__desc {
  padding: 1.0625rem 1.8125rem 1.5rem;
  text-align: center;
}

.p-skill__inner {
  background-color: #f8f7f7;
  margin-inline: auto;
  padding: 2rem 1.5rem;
  display: grid;
  justify-items: center;
  gap: 2.25rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-skill__inner {
    grid-template-columns: 1fr auto 1fr;
    justify-items: stretch;
    width: 100%;
    gap: 0;
  }
}
.p-skill__contents .-plus {
  width: 1.875rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-skill__contents {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: center;
  }
  .p-skill__contents .-plus {
    padding-inline: 1.5rem;
    grid-row: 2/3;
    width: 100%;
  }
}
.p-skill__title {
  font-weight: bold;
  text-align: center;
}
.p-skill__title + * {
  margin-top: 0.5rem;
}
.p-skill__label {
  color: #fff;
  font-weight: bold;
  padding: 0.875rem;
  text-align: center;
}
.p-skill__label + * {
  margin-top: 1.6875rem;
}
.p-skill__label.-logical {
  background-color: #f2952f;
}
.p-skill__label.-design {
  background-color: #00c9d2;
}
.p-skill__list {
  padding-left: 1.5rem;
}
.p-skill__list li {
  display: list-item;
  text-align: left;
  padding-left: 1.125rem;
}
.p-skill__list li em {
  color: #f2952f;
}
.p-skill__list li::marker {
  content: "• ";
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media (min-width: 576px) {
  .c-table {
    margin-inline: auto;
  }
}

.p-strength__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  line-height: 1.56;
}
.p-strength__headline .-sm {
  font-size: clamp(1.25rem, 0.976rem + 1.17vw, 2rem);
}
.p-strength__headline .-me {
  font-size: clamp(1.875rem, 1.463rem + 1.76vw, 3rem);
}
.p-strength__headline .-me > em {
  font-size: clamp(2.34rem, 1.824rem + 2.2vw, 3.75rem);
  color: #00c9d2;
}
.p-strength__headline + * {
  margin-top: 3.75rem;
}
.p-strength__inner {
  background-color: #fff;
  padding: 4rem 1.25rem;
}
.p-strength__inner:nth-of-type(odd) {
  border-top-left-radius: 128px;
  margin-right: calc(50% - 50vw);
}
.p-strength__inner:nth-of-type(even) {
  border-top-right-radius: 128px;
  margin-left: calc(50% - 50vw);
}
.p-strength__inner + .p-strength__inner {
  margin-top: 5.5rem;
}
.p-strength__inner > * + * {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-strength__inner > * + * {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-strength__inner {
    display: flex;
    justify-content: space-between;
    padding: 3.75rem 6.25rem 2.6875rem 6.25rem;
  }
  .p-strength__inner:nth-of-type(odd) {
    border-top-left-radius: 250px;
    flex-direction: row-reverse;
  }
  .p-strength__inner:nth-of-type(even) {
    border-top-right-radius: 250px;
  }
}
.p-strength__text > * + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-strength__text {
    width: 44.3%;
  }
}
.p-strength-feature__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-strength-feature__headline {
    align-items: start;
  }
}
.p-strength-feature__headline .-sub {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  font-weight: bold;
}
.p-strength-feature__headline .-main {
  font-size: clamp(1.25rem, 0.976rem + 1.17vw, 2rem);
  font-weight: bold;
  color: #00c9d2;
}
.p-strength__img {
  margin-inline: auto;
  width: 70.5%;
}
@media (min-width: 768px) {
  .p-strength__img {
    width: 34.5%;
  }
}

.p-download-list__content {
  padding: 0 60px;
}
.p-download-list__title {
  font-size: max(1.1875rem, 17px);
  line-height: 1.5;
  font-weight: bold;
  transition: 0.3s;
}
.p-download-list__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
}
.p-download-list__item {
  max-width: 25rem;
  background-color: #fff;
  padding: 1.25rem;
}
@media (any-hover: hover) {
  .p-download-list__item:hover .p-download-list__title {
    color: #00b8b0;
  }
}
.p-download-list__img {
  aspect-ratio: 353/498;
  margin-inline: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.p-download-list__img + * {
  margin-top: 1.375rem;
}
@media (min-width: 576px) {
  .p-download-list__img {
    width: 75%;
  }
}
.p-download-list__desc {
  font-size: 1rem;
}
.p-download-list__desc + * {
  margin-top: 1rem;
}
.p-download-list__btn {
  justify-content: flex-end;
  display: flex;
}

.form .c-page-head__title {
  word-break: initial;
}
.form .p-download-list__content {
  padding: 0 clamp(0rem, -2.744rem + 11.71vw, 7.5rem);
}
@media (min-width: 768px) {
  .form .p-download-list__content {
    padding: 0;
  }
}
.form .p-download-list__item {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 666px) {
  .form .p-download-list__item {
    display: block;
  }
}
@media (max-width: 666px) {
  .form .p-download-list {
    max-width: 375px;
    margin-inline: auto;
  }
  .form .p-download-list + * {
    margin-top: 1.25rem;
  }
}
.form .p-download-list__head {
  display: grid;
  grid-template-columns: 32.4% auto;
  gap: 4.4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 1196px) {
  .form .p-download-list__head {
    display: block;
    padding-bottom: 2rem;
  }
}
.form .p-download-list__head + * {
  margin-top: 4.0625rem;
}
@media (max-width: 1196px) {
  .form .p-download-list__head + * {
    margin-top: 2rem;
  }
}
@media (max-width: 1196px) {
  .form .p-download-list__img {
    width: min(25rem, 75%);
  }
  .form .p-download-list__img + * {
    margin-top: 2.8rem;
  }
}
.form .p-download-form__desc {
  font-weight: normal;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  .form .p-download-form__desc {
    padding-top: 2rem;
    margin-top: 0;
  }
}
.form .p-download-form {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .form .p-download-form {
    margin-top: 2.5rem;
  }
}

.p-document__text + * {
  margin-top: 2.5rem;
}

.p-document__img {
  max-width: 25rem;
  margin-inline: auto;
}
.p-document__img + * {
  margin-top: 2.5rem;
}

.p-home-mv {
  position: relative;
  padding-top: 11.125rem;
}
.p-home-mv::after {
  display: block;
  content: "";
  background-image: url(../img/TOP/bg_home_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 576px) {
  .p-home-mv::after {
    background-image: url(../img/TOP/bg_home_01-pc.webp);
  }
}
@media (orientation: landscape) and (max-height: 610px) {
  .p-home-mv {
    margin-top: 0;
    padding-top: 9.4rem;
  }
}
.p-home-mv__inner {
  padding-inline: 1.25rem;
  height: calc(100vh - 11.125rem);
}
@media (min-width: 768px) {
  .p-home-mv__inner {
    padding-left: 5.625rem;
  }
}
@media (min-width: 576px) {
  .p-home-mv__inner {
    display: flex;
    justify-content: space-between;
    padding-right: 3.5rem;
    margin-right: 0;
  }
}
.p-home-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.p-home-mv__bg img {
  height: 100%;
  object-fit: cover;
}
.p-home-mv__contents {
  position: relative;
  z-index: 4;
}
.p-home-mv__contents > * + * {
  margin-top: 3.625rem;
}
@media (orientation: landscape) and (max-height: 430px) {
  .p-home-mv__text {
    height: 100%;
    display: block;
  }
}
.p-home-mv__text.zoomed {
  padding-bottom: 10.7rem;
  height: auto;
}
.p-home-mv__copy {
  white-space: nowrap;
}
.p-home-mv__copy span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.0270833333em;
}
@media (min-width: 576px) {
  .p-home-mv__copy span {
    font-size: 4.0625rem;
    font-weight: bold;
    line-height: 1.4307692308;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 768px) {
  .p-home-mv__copy span {
    font-size: 65px;
  }
}
.p-home-mv__copy em {
  display: block;
  color: #00b8b0;
}
.p-home-mv__btn {
  display: inline-block;
  padding: 0.75rem 1.5625rem 0.75rem 1.6875rem;
  background-color: #f8f7f7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 45px;
  transition: 0.2s;
  width: fit-content;
}
@media (any-hover: hover) {
  .p-home-mv__btn:hover {
    translate: 2px 2px;
    box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.161);
  }
}
.p-home-mv__bar-wrap {
  display: none;
}
@media (min-width: 576px) {
  .p-home-mv__bar-wrap {
    display: block;
    margin-top: auto;
  }
}
.p-home-mv__bar {
  display: grid;
  justify-items: center;
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 5;
}
.p-home-mv__bar span {
  display: block;
}
@media (orientation: landscape) and (max-height: 430px) {
  .p-home-mv__bar {
    display: none;
  }
}
.p-home-mv__bar .scroll-text {
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-mv__bar .scroll-text {
    font-size: 30px;
  }
}
.p-home-mv__bar .scroll-line {
  width: 2px;
  height: 100px;
  overflow: hidden;
  background-color: #1d1d35;
  margin-inline: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.p-home-mv__bar .scroll-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: transparent linear-gradient(202deg, #8ed0fc 0%, #86e5c1 100%) 0% 0% no-repeat padding-box;
  animation: scrolldown 1.4s ease-in-out infinite;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.p-home-gallery {
  position: relative;
}
.p-home-gallery__img {
  position: relative;
}
.p-home-gallery .c-loop-text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  bottom: 32px;
  z-index: 1;
  mix-blend-mode: color-dodge;
}
.p-home-gallery .c-loop-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(2rem, 1.017rem + 4.2vw, 4.688rem);
  color: #f2f7f6;
}
.p-home-gallery .c-loop-text__item:nth-child(odd) {
  animation: MoveLeft 48s -24s infinite linear;
}
.p-home-gallery .c-loop-text__item:nth-child(even) {
  animation: MoveLeft2 48s infinite linear;
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.p-home-intro {
  padding-block: 4.5rem 10.5rem;
  position: relative;
}
.p-home-intro::after {
  display: block;
  content: "";
  background-image: url(../img/TOP/bg_home_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 100%;
  aspect-ratio: 1400/398;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 576px) {
  .p-home-intro::after {
    background-image: url(../img/TOP/bg_home_02-pc.webp);
  }
}
@media (min-width: 768px) {
  .p-home-intro {
    padding-block: 4.5rem 18rem;
  }
}
.p-home-intro__contents {
  max-width: 660px;
  margin-inline: auto;
}
.p-home-intro__contents > * + * {
  margin-top: 1rem;
}
.p-home-intro__title {
  font-size: max(1.75rem, 18px);
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
@media (min-width: 576px) {
  .p-home-intro__desc {
    line-height: 2;
  }
}
.p-home-intro__img {
  width: 32.875rem;
  margin-inline: auto;
}

.mvSwiper .swiper-wrapper {
  gap: 1.875rem;
  z-index: 3;
}

.mvSwiper .swiper-slide {
  aspect-ratio: 467/624;
}
@media (min-width: 768px) {
  .mvSwiper .swiper-slide {
    aspect-ratio: auto;
  }
}

.mvSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-service {
  padding-top: 5.375rem;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-home-service {
    padding-top: 6rem;
  }
}
.p-home-service__inner {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .p-home-service__inner {
    margin-left: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: repeat(2, 1fr);
    justify-content: space-between;
    align-items: start;
    gap: 5%;
  }
  .p-home-service__inner > * + * {
    margin-top: 2.4rem;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .-hrd-img {
    grid-area: 1/1/2/2;
  }
  .-hrd-card {
    grid-area: 1/2/2/3;
  }
  .-dev-card {
    grid-area: 2/2/3/3;
  }
  .hidden-home-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-home-service-list {
    width: 100%;
  }
}
.p-home-service-list__img {
  aspect-ratio: 1.31;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-home-service-list__img {
    width: 100%;
    position: sticky;
    top: 20%;
    left: 0;
  }
}
.p-home-service-list__img img {
  transition: opacity 0.1s;
}
.p-home-strength {
  padding-bottom: 14.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-home-strength {
    padding-bottom: 27.0625rem;
  }
}
.p-home-strength::after {
  display: block;
  content: "";
  background-image: url(../img/TOP/bg_home_03-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 100%;
  aspect-ratio: 1400/433;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 576px) {
  .p-home-strength::after {
    background-image: url(../img/TOP/bg_home_03-pc.webp);
  }
}
@media (min-width: 768px) {
  .p-home-strength__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-home-strength__header {
    width: 44.5%;
    flex-shrink: 0;
  }
}
.p-home-strength__header + * {
  margin-top: 2rem;
}
.p-home-strength__body + * {
  margin-top: 4.8rem;
}
.p-home-strength__body img {
  width: min(79%, 35.3rem);
  display: block;
  margin-inline: auto;
}
.p-home-case {
  padding-top: 2.6875rem;
  background-color: #f5f9f5;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-home-case {
    padding-top: 0;
    margin-top: -1px;
  }
}
.p-home-case__headline + * {
  margin-top: 2rem;
}
@media screen and (min-width: 821px) {
  .p-home-case__inner {
    display: flex;
    gap: 8rem;
    margin-right: calc(50% - 50vw);
  }
  .p-home-case__inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-home-case__header {
    width: 33.1%;
  }
}
.p-home-case__body {
  padding-bottom: 2.7rem;
}
@media screen and (min-width: 821px) {
  .p-home-case__body {
    padding-bottom: 5.4rem;
    margin-top: 1rem;
    width: 66.2%;
  }
}
.p-home-case__link {
  margin-top: 2rem;
  position: relative;
  width: fit-content;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-home-case__link {
    margin-top: 3.25rem;
  }
}

@media (min-width: 768px) {
  .p-home-case-list__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    column-gap: 1.4rem;
    row-gap: 3.8rem;
  }
}
.p-home-case-list__item {
  padding: 1.25rem 2.8125rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  position: relative;
  transition: 0.2s;
  border-left: 1px solid #d5d5d5;
}
.p-home-case-list__item:first-of-type {
  border-left: none;
}
.p-home-case-list__item:focus-within .p-case-list__title a {
  color: #00b8b0;
}
@media (any-hover: hover) {
  .p-home-case-list__item:hover .p-case-list__title a {
    color: #00b8b0;
  }
}
@media (scripting: enabled) {
  .p-home-case-list__item[data-href] {
    cursor: pointer;
  }
}
.p-home-case-list__item + * {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-home-case-list__item {
    margin-top: 0;
  }
}
.p-home-case-list__header {
  position: relative;
  grid-row: 1/1;
}
.p-home-case-list__header + * {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .p-home-case-list__header + * {
    margin-top: 1rem;
  }
}
.p-home-case-list__img {
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-case-list__img {
    overflow: hidden;
    display: block;
    transition: 0.3s;
    height: auto;
    aspect-ratio: 1.5835;
  }
}
.p-home-case-list__img img {
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}
.p-home-case-list__img img:where(.p-case-list__item:has(.article-link:focus-visible) *) {
  opacity: 0.8;
  transform: scale(1.1);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-home-case-list__img img:where(.p-case-list__item:has(.article-link:hover) *,
  .p-case-list__item:not([data-link-hovered]):hover *) {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.3s;
  }
}

.p-home-case-list__pagination-wrap {
  position: relative;
  margin-top: 0.86rem;
}
.p-home-case-list .caseSwiper .swiper-horizontal > .swiper-pagination-progressbar,
.p-home-case-list .swiper-pagination-progressbar.swiper-pagination-horizontal,
.p-home-case-list .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.p-home-case-list .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 1px;
  left: auto;
  right: 2.9rem;
  left: 2.8125rem;
}
.p-home-case-list .caseSwiper .swiper-horizontal > .swiper-pagination-progressbar > *,
.p-home-case-list .swiper-pagination-progressbar.swiper-pagination-horizontal > *,
.p-home-case-list .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite > *,
.p-home-case-list .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite > * {
  height: 3px;
  translate: 0 -50%;
  background-color: #00b8b0;
}
.p-home-case-list__button-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.9rem;
  gap: 2.09375rem;
  padding-top: 3.4rem;
  gap: 32px;
}
.p-home-case-list__button-wrap .swiper-button-next,
.p-home-case-list__button-wrap .swiper-button-prev {
  position: initial;
}
.p-home-case-list__next[class], .p-home-case-list__prev[class] {
  position: relative;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .p-home-case-list__next[class], .p-home-case-list__prev[class] {
    height: 3.75rem;
    width: 3.75rem;
  }
}
.p-home-case-list__next[class]:after, .p-home-case-list__prev[class]:after {
  display: none;
}
.p-home-case-list__next[class]:before, .p-home-case-list__prev[class]:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.p-home-case-list__prev[class].swiper-button-disabled:before {
  background-image: url("../img/link/ico_prev_base.svg");
}
.p-home-case-list__prev[class]:before {
  background-image: url("../img/link/ico_prev.svg");
}
@media (any-hover: hover) {
  .p-home-case-list__prev[class]:hover::before {
    background-image: url("../img/link/ico_prev_hover.svg");
  }
}
.p-home-case-list__next[class].swiper-button-disabled:before {
  background-image: url("../img/link/ico_next_base.svg");
}
.p-home-case-list__next[class]:before {
  background-image: url("../img/link/ico_next.svg");
}
@media (any-hover: hover) {
  .p-home-case-list__next[class]:hover::before {
    background-image: url("../img/link/ico_next_hover.svg");
  }
}

.p-home-separater {
  background-color: #f5f9f5;
}
.p-home-download {
  padding-top: 6rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-home-download {
    padding-top: 6.25rem;
  }
}
.p-home-download__inner {
  max-width: 1016px;
  margin-inline: auto;
}
.p-home-download__header + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-home-download__header + * {
    margin-top: 3.571875rem;
  }
}
.p-home-download__body + * {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-home-download__body + * {
    margin-top: 3rem;
  }
}
.p-home-download__link {
  position: relative;
  width: fit-content;
  margin-left: auto;
}
.p-home-download__btn {
  display: flex;
}
.p-home-download__btn > * {
  margin-left: auto;
}

.p-home-download-list {
  display: grid;
  row-gap: 2.2rem;
}
@media (min-width: 576px) {
  .p-home-download-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .p-home-download-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-home-download-list__item {
  padding: 0 2.2rem;
}
@media (min-width: 576px) {
  .p-home-download-list__item:nth-child(even) {
    border-left: 1px solid #d5d5d5;
  }
}
@media (min-width: 768px) {
  .p-home-download-list__item + .p-home-download-list__item {
    border-left: 1px solid #d5d5d5;
  }
}
.p-home-download-list__item .p-download-list__img {
  max-width: 12.75rem;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .p-home-download-list__item:hover .p-download-list__title {
    color: #00b8b0;
  }
}
.p-home-download-list__item:focus .p-download-list__title {
  color: #00b8b0;
}

.p-company-link {
  position: relative;
  z-index: 1;
}
.p-company-link__list {
  display: grid;
  gap: 3px;
}
@media (min-width: 768px) {
  .p-company-link__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-company-link__item {
  position: relative;
  aspect-ratio: 1.583;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-company-link__item:hover .p-company-link__btn .c-link__icon {
    --circle-fill: #fff; /* 円の塗りつぶし色 */
    --circle-stroke: #fff; /* 円の輪郭色 */
    --arrow-color: #00b8b0; /* 矢印の色 */
  }
  .p-company-link__item:hover .p-company-link__img img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.3s;
  }
}
.p-company-link__text {
  display: grid;
  justify-items: start;
  justify-content: center;
  align-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.p-company-link__img {
  overflow: hidden;
}
.p-company-link__img img {
  transition: 0.3s;
  aspect-ratio: 1.583;
}
@media (min-width: 768px) {
  .p-company-link__img {
    text-align: center;
  }
}
.p-company-link__title {
  text-align: center;
  font-size: 3rem;
}
.p-company-link__title .-sub {
  font-size: max(1rem, 14px);
  display: block;
}
.p-company-link__title::after, .p-company-link__title::before {
  content: "";
  display: block;
  position: absolute;
}
.p-company-link__title::before {
  width: 3.75rem;
  aspect-ratio: 1;
  background-image: url(../img/link/ico_next_base.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
  right: 2rem;
  bottom: 2rem;
}
.p-company-link__title::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (any-hover: hover) {
  .p-company-link__title:hover::before {
    background-image: url(../img/link/link_main.svg);
  }
}

.p-home-news {
  padding-top: 8rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-home-news {
    border-width: 3rem;
    padding-top: 6rem;
  }
}
.p-home-news__header + * {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .p-home-news__header + * {
    margin-top: 2.5rem;
  }
}
.p-home-news__body + * {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-home-news__body + * {
    margin-top: 3rem;
  }
}
.p-home-news__btn {
  display: flex;
}
.p-home-news__btn > * {
  margin-left: auto;
}
.p-home-news__link {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.home .p-download-card__inner {
  padding: 11.25rem 0 8rem;
  background-color: #fff;
  border-top-right-radius: 250px;
}
@media (min-width: 768px) {
  .home .p-download-card__inner {
    padding: 0;
  }
}

.p-data-policy__inner > * + * {
  margin-top: 2rem;
}
.p-data-policy__list {
  padding-left: 1rem;
}
.p-data-policy__list li {
  padding-left: 1.2rem;
}
.p-data-policy__list li::marker {
  content: "・";
  font-weight: bold;
}