@charset "UTF-8";
/* (!)style.css修正の場合/scss/内.scssを更新する */
/* ------------------------------
　　common
------------------------------ */
:root {
  --color-text-base: #333;
  --color-text-light: #FFF;
  --color-accent-blue: #0B308E;
  --color-accent-red: #E0000B;
  --color-accent-light: #A19FCB;
  --color-bg-light: #EEF1F7;
  --color-bg-lighter: #F6F8FB;
  --main-lh: 1.75;
  --header-height: 80px;
}
@media screen and (max-width: 989px) {
  :root {
    --header-height: 60px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  color: var(--color-text-base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #FFF;
  margin: 0;
  line-height: var(--main-lh);
  overflow-x: hidden;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(238, 241, 247, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  position: absolute;
  z-index: 1;
}
body.is-locked {
  background: transparent;
}
body.is-locked::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

main {
  margin-top: var(--header-height);
}

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

p + p {
  margin-top: 1em;
}

nav ul {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}
dl + dl {
  margin-top: 30px;
}

dd {
  margin: 0;
}

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

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

strong, .strong {
  font-weight: bold;
}

.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

/* リンクの設定 */
a {
  color: var(--color-text-base);
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:visited {
  color: var(--color-text-base);
  text-decoration: none;
}

a:active {
  color: var(--color-text-base);
  text-decoration: none;
}

a:hover {
  color: var(--color-text-base);
  text-decoration: none;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.f-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f-Mplus1 {
  font-family: "M PLUS 1", sans-serif;
}

.f-notoSans {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.word-break {
  display: inline-block;
}

/* コンテナ */
.container {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
.container.--large {
  max-width: 1260px;
}
.container.--small {
  max-width: 980px;
}

.section {
  margin: 100px 0;
}
.section.color-bg {
  background: #EFF2F7;
  padding: 70px 0;
}

/* タイトル */
.parent-ttl-wrap {
  padding: 28px 0;
}
.parent-ttl-wrap .dot-ttl {
  color: var(--color-text-base);
  margin-bottom: 0;
}

.page-parent-ttl {
  width: 100%;
  margin: 0;
}
.page-parent-ttl .__en {
  font-family: "M PLUS 1", sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent-blue);
  position: relative;
}
.page-parent-ttl .__en::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-parent-ttl .__ja {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

.page-ttl-wrap {
  background: var(--color-accent-blue);
  padding: clamp(20px, 2.778vw, 40px) 0;
}

.page-ttl {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.caption-ttl {
  width: 100%;
  margin: 0 auto clamp(20px, 3.472vw, 50px);
}
.caption-ttl .__en {
  font-family: "M PLUS 1", sans-serif;
  display: block;
  font-size: clamp(18px, 1.667vw, 24px);
  font-weight: 700;
  color: var(--color-accent-blue);
  position: relative;
}
.caption-ttl .__en::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.caption-ttl .__ja {
  display: block;
  font-size: clamp(26px, 2.361vw, 34px);
  font-weight: 700;
  line-height: 1.6;
}

.border-ttl {
  font-size: clamp(20px, 1.667vw, 24px);
  font-weight: 700;
  border-bottom: 3px solid var(--color-bg-light);
  padding: 0 0 clamp(10px, 1.18vw, 17px);
  margin: 0 auto clamp(30px, 3.472vw, 50px);
  position: relative;
}
.border-ttl::before {
  content: "";
  width: 25px;
  height: 3px;
  background: var(--color-accent-blue);
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (min-width: 768px) {
  .border-ttl.--u-medium::before {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .border-ttl.--u-longer::before {
    width: 70px;
  }
}

.dot-ttl {
  color: var(--color-accent-blue);
  font-size: clamp(24px, 2.083vw, 30px);
  font-weight: 700;
  margin: 0 auto clamp(30px, 3.472vw, 50px);
  padding-left: 14px;
  position: relative;
}
.dot-ttl::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  position: absolute;
  left: 0;
  top: 0.8em;
}
.dot-ttl.-small {
  font-size: clamp(16px, 1.43vw, 18px);
  margin: 0 auto 10px;
}
.dot-ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.both-dots-ttl {
  color: var(--color-accent-blue);
  font-size: clamp(20px, 1.667vw, 24px);
  font-weight: 700;
  line-height: 1.684;
  margin: 0 auto clamp(20px, 2.778vw, 40px);
}
.both-dots-ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.both-dots-ttl > span::before, .both-dots-ttl > span::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.both-dots-ttl > span::before {
  left: 0;
}
.both-dots-ttl > span::after {
  right: 0;
}
.both-dots-ttl.-center {
  text-align: center;
}

.colored-ttl {
  color: var(--color-accent-blue);
  font-size: clamp(22px, 1.944vw, 28px);
  font-weight: 700;
  line-height: 1.8;
  margin: 0 auto 30px;
}
.colored-ttl.--large {
  font-size: clamp(26px, 2.083vw, 30px);
  margin: 0 auto clamp(30px, 3.472vw, 50px);
}
.colored-ttl.-center {
  text-align: center;
}

.line-ttl {
  font-size: clamp(18px, 1.667vw, 20px);
  font-weight: 700;
  color: var(--color-accent-blue);
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin: 0 auto clamp(10px, 2.083vw, 25px);
}

/* ボタン */
.btn {
  display: block;
  width: 280px;
  max-width: 100%;
  padding: 20px 40px 20px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  color: var(--color-accent-blue);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.btn::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_red.svg) no-repeat center/cover;
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #FFF;
    border: 1px solid var(--color-accent-blue);
    background: var(--color-accent-blue);
  }
  .btn:hover::after {
    background: url(../img/common/arrow_wht.svg) no-repeat center/cover;
    right: 27px;
  }
  .btn:hover:visited {
    color: #FFF;
  }
}
.btn:visited {
  color: var(--color-accent-blue);
}
.btn.--large {
  width: 370px;
  font-size: 18px;
  padding: 23px 45px 23px 25px;
}
.btn.--large::after {
  right: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .btn.--large:hover::after {
    right: 20px;
  }
}
.btn.-back {
  padding: 20px 16px 20px 32px;
}
.btn.-back::after {
  right: 0;
  left: 32px;
  -webkit-transform: translate(0, -50%) scale(-1, -1);
          transform: translate(0, -50%) scale(-1, -1);
}
.btn.-down::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.btn.-data::after {
  width: 19px;
  height: 19px;
  background: url(../img/common/icon_data-blk.svg) no-repeat center/cover;
  right: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .btn.-data:hover::after {
    background: url(../img/common/icon_data-wht.svg) no-repeat center/cover;
    right: 28px;
  }
}
.btn:has(.icon-external) {
  padding: 20px 16px;
}
.btn:has(.icon-external)::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn:has(.icon-external):hover .icon-external {
    background: url(../img/common/icon_external-wht.svg) no-repeat center/cover;
  }
}
.btn.-noicon {
  padding: 20px 16px;
}
.btn.-noicon::after {
  content: none;
}
.btn.-center {
  margin: 0 auto;
}

.icon-external {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.12rem;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_external-blk.svg) no-repeat center/cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-notes {
  font-size: 14px;
  margin: 1.07rem auto 0;
}
.btn-notes.-center {
  text-align: center;
}

/* サイドCVボタン */
.side-cv-btn {
  width: 94px;
  height: 80px;
  border-radius: 8px 0 0 8px;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 17px 0 13px;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 2;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}
.side-cv-btn .hide-initial {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.side-cv-btn.is-hover .hide-initial {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.side-cv-btn:hover, .side-cv-btn:visited {
  color: #FFF;
}

.side-cv-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
  margin: 6px auto 0;
}

/* 小ボタン */
.small-btn {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  line-height: 1;
  padding: 10px 21px 10px 31px;
}
.small-btn > span::after {
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/arrow_blk.svg) no-repeat center/cover;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .small-btn:hover {
    border: 1px solid var(--color-accent-blue);
    background: var(--color-accent-blue);
    color: #FFF;
  }
  .small-btn:hover > span::after {
    background: url(../img/common/arrow_wht.svg) no-repeat center/cover;
  }
}

/* テーブル */
.table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.table th, .table td {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 1.125rem 1.25rem;
}
.table th > p, .table td > p {
  margin: 0;
}
.table th > p + p, .table td > p + p {
  margin-top: 1rem;
}
.table th > p + .btn, .table td > p + .btn {
  margin-top: 0.94rem;
}
.table th > p + .circle-arrow-link, .table td > p + .circle-arrow-link {
  display: inline-block;
  margin-top: 0.625rem;
}
.table th {
  background: var(--color-bg-light);
  vertical-align: middle;
}
.table.-ratio-2-8 th {
  width: 20%;
}

/* リスト */
.list > li {
  padding-left: 14px;
  position: relative;
}
.list > li + li {
  margin-top: 0.94rem;
}
.list > li::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  position: absolute;
  left: 0;
  top: 0.78rem;
}
.list .list > li {
  padding-left: 10px;
}
.list .list > li::before {
  width: 4px;
  background: var(--color-accent-blue);
  top: 0.84rem;
}

/* バナーリンク */
.link-bnr {
  max-width: 700px;
  aspect-ratio: 700/150;
  display: block;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}
.link-bnr:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.link-bnr:hover, .link-bnr:visited {
  color: #FFF;
}
.link-bnr.-external .link-bnr-txt:after {
  background: url(../img/common/icon_external-wht.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .link-bnr:hover::after {
    opacity: 1;
  }
  .link-bnr:hover .link-bnr-txt:after {
    right: -3px;
  }
  .link-bnr:hover .link-bnr-txt > span::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.link-bnr-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link-bnr-inner > * {
  padding: clamp(15px, 3.95vw, 30px);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}

.link-bnr-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link-bnr-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.link-bnr-sub {
  font-size: clamp(12px, 1.974vw, 15px);
  font-weight: 700;
  margin: 0;
}

.link-bnr-ttl {
  font-size: clamp(20px, 3.816vw, 29px);
  font-weight: 700;
  margin: 0;
}

.link-bnr-txt {
  text-align: right;
  margin: 0;
  padding-right: calc(8.62% + 5px);
  position: relative;
}
.link-bnr-txt::after {
  content: "";
  width: 8.62%;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_circle-wht.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-bnr-txt > span {
  position: relative;
}
.link-bnr-txt > span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.text-link {
  display: block;
  color: var(--color-accent-blue);
  font-size: 16px;
  font-weight: 700;
  padding-right: 16px;
  position: relative;
}
.text-link::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_red.svg) no-repeat center/cover;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.text-link span {
  position: relative;
}
.text-link span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-accent-blue);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.text-link:visited {
  color: var(--color-accent-blue);
}
.text-link.-center {
  text-align: center;
}
.text-link.-left {
  text-align: left;
}
.text-link.-right {
  text-align: right;
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover::after {
    right: -3px;
  }
  .text-link:hover span::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.external-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_external-blk.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: -2px;
}

.circle-arrow-link {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.circle-arrow-link::after {
  content: "";
  display: inline-block;
  vertical-align: -0.35em;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_circle-blu.svg) no-repeat center/cover;
  -webkit-transform: translate(6px, 0) scale(-1, 1);
          transform: translate(6px, 0) scale(-1, 1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.circle-arrow-link span {
  position: relative;
}
.circle-arrow-link span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-text-base);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  .circle-arrow-link:hover {
    color: var(--color-accent-blue);
  }
  .circle-arrow-link:hover::after {
    -webkit-transform: translate(9px, 0) scale(-1, 1);
            transform: translate(9px, 0) scale(-1, 1);
  }
  .circle-arrow-link:hover span::before {
    background: var(--color-accent-blue);
  }
}
.circle-arrow-link.-back::before {
  content: "";
  display: inline-block;
  vertical-align: -0.35em;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_circle-blu.svg) no-repeat center/cover;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.circle-arrow-link.-back::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .circle-arrow-link.-back:hover::before {
    -webkit-transform: translate(-9px, 0);
            transform: translate(-9px, 0);
  }
}
.circle-arrow-link.-center {
  display: block;
  text-align: center;
}

.tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-size: clamp(24px, 2.38vw, 30px);
  font-weight: 700;
}
.tel-link.-icon {
  position: relative;
}
.tel-link.-icon::before {
  content: "";
  width: 38px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_tel-circle-blu.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: sub;
  margin-right: 8px;
}

/* 通常のテキストリンク */
p a:not([class]), p a.external-link {
  text-decoration: underline;
}
p a:not([class]) .icon, p a.external-link .icon {
  vertical-align: -0.2rem;
  margin-left: 3px;
}
@media (hover: hover) and (pointer: fine) {
  p a:not([class]):hover, p a.external-link:hover {
    opacity: 0.7;
  }
}

/* カテゴリー絞り込み */
.category-search {
  padding: 80px 0 60px;
}
.category-search > .container {
  padding-right: 20px;
}
.category-search .small-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* トピックパス */
.breadcrumb {
  padding: 8px 0;
  background: var(--color-bg-light);
}

.breadcrumb-item-list {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}
.breadcrumb-item-list li {
  padding: 0 7px;
}
.breadcrumb-item-list li + li {
  margin-left: 7px;
  position: relative;
}
.breadcrumb-item-list li + li::before {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/common/arrow_blu.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% + 1px);
  left: -6px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.breadcrumb-item-list li + li > a {
  color: var(--color-accent-blue);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb-item-list li + li > a:hover {
    opacity: 0.65;
  }
}

/* アニメーション */
.scrollUp {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.scrollUp.__02 {
  -webkit-transition: 0.8s ease-in-out 0.6s;
  transition: 0.8s ease-in-out 0.6s;
}
.scrollUp.__03 {
  -webkit-transition: 0.8s ease-in-out 1s;
  transition: 0.8s ease-in-out 1s;
}
.scrollUp.__04 {
  -webkit-transition: 0.8s ease-in-out 1.4s;
  transition: 0.8s ease-in-out 1.4s;
}
.scrollUp.__05 {
  -webkit-transition: 0.8s ease-in-out 1.8s;
  transition: 0.8s ease-in-out 1.8s;
}
.scrollUp.__06 {
  -webkit-transition: 0.8s ease-in-out 2.2s;
  transition: 0.8s ease-in-out 2.2s;
}
.scrollUp.animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeIn {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}

/* パーツ */
.img-link-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin: 0 auto;
}
.img-link-group .img-link {
  display: block;
  position: relative;
}
.img-link-group .img-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.img-link-group .img-link:hover::after {
  opacity: 1;
}
.img-link-group .img-link:hover > p::before {
  opacity: 1;
}
.img-link-group .img-link:hover > p::after {
  right: calc(7.895% - 3px);
}
.img-link-group .img-link > p {
  font-size: clamp(16px, 1.389vw, 20px);
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #FFF;
  margin: 0;
  line-height: 1.5;
  padding: 15px min(1.25%, 15px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.img-link-group .img-link > p::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: #0B308E;
  background-blend-mode: multiply;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.img-link-group .img-link > p::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_wht.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 7.895%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.img-link-group .img-link > p > span {
  position: relative;
}
.img-link-group .img-link.-external > p::after {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_external-wht.svg) no-repeat center/cover;
}
.img-link-group .img-link-txt {
  margin: 20px 0 0;
}
@media screen and (max-width: 999px) {
  .img-link-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 横autoスクロール */
.splide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.splide.js-splide-reel .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 282/208;
  -o-object-fit: cover;
     object-fit: cover;
}

/* タイトル下パーツ */
.page-introduction {
  padding: 100px 0;
}
.page-introduction + section {
  margin-top: 0;
}

.page-document {
  padding: 80px 0 0;
}

/* 縦スクロールパーツ */
.horizontal-scroll {
  --sticky-container-height: 100%;
  --sticky-top: 140px;
  height: var(--sticky-container-height);
  min-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.horizontal-scroll .content-sticky {
  position: sticky;
  top: var(--sticky-top);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.horizontal-scroll-scroller {
  width: 100vw;
  margin: 70px calc(50% - 50vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.horizontal-scroll-scroller.nobar {
  overflow: hidden;
}
.horizontal-scroll-scroller li {
  margin: 0 35px;
  position: relative;
  -ms-flex-preferred-size: clamp(800px, 81.25vw, 1170px);
      flex-basis: clamp(800px, 81.25vw, 1170px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.horizontal-scroll-scroller li:first-child {
  margin-left: calc(clamp(80px, 10.764vw, 155px) + 35px);
}

.horizontal-scroll-visual {
  width: clamp(300px, 54.7%, 640px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.horizontal-scroll-body {
  width: clamp(300px, 49.573%, 580px);
  height: 100%;
  min-height: clamp(300px, 27.569vw, 397px);
  padding: clamp(30px, 5.069vw, 73px) clamp(30px, 10.345%, 60px) clamp(30px, 4.167vw, 60px) 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--color-bg-light);
  position: relative;
  z-index: 1;
  margin-left: -50px;
  margin-top: 8.974%;
}

.horizontal-scroll-no {
  font-size: 50px;
  color: #ABB8D7;
  font-family: "M PLUS 1", sans-serif;
}
.horizontal-scroll-no .-current {
  font-weight: 700;
  color: var(--color-accent-blue);
  vertical-align: 2px;
  margin-right: 5px;
}
.horizontal-scroll-no .-total {
  font-size: 19px;
}

.horizontal-scroll-ttl {
  font-size: clamp(20px, 1.667vw, 24px);
  font-weight: 700;
  line-height: 1.458;
  margin: 0 auto 16px;
}

.horizontal-scroll-txt {
  margin: 0;
}
.horizontal-scroll-txt small {
  font-size: 87.5%;
  margin-top: 0.6rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .horizontal-scroll-scroller li {
    -ms-flex-preferred-size: clamp(800px, 73.5vw, 1170px);
        flex-basis: clamp(800px, 73.5vw, 1170px);
  }
  .horizontal-scroll-visual {
    width: clamp(300px, 40%, 640px);
  }
  .horizontal-scroll-body {
    width: clamp(300px, 70%, 580px);
  }
}
@media screen and (max-width: 767px) {
  .horizontal-scroll {
    --sticky-top: 80px;
  }
  .horizontal-scroll-scroller {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    gap: 30px;
    margin-top: 30px;
  }
  .horizontal-scroll-scroller li {
    -ms-flex-preferred-size: 89.74vw;
        flex-basis: 89.74vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 5.13vw;
  }
  .horizontal-scroll-scroller li:first-child {
    margin-left: clamp(20px, 5.13vw, 30px);
  }
  .horizontal-scroll-visual {
    width: clamp(180px, 84.615vw, 500px);
  }
  .horizontal-scroll-body {
    width: 84.615vw;
    min-height: auto;
    margin-left: 5.714%;
    margin-top: -38px;
    padding: 43px 7.143% 25px;
  }
  .horizontal-scroll-no {
    font-size: clamp(30px, 10.513vw, 41px);
  }
  .horizontal-scroll-no .-current {
    font-size: clamp(30px, 10.513vw, 41px);
  }
  .horizontal-scroll-no .-total {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .horizontal-scroll-ttl {
    font-size: clamp(16px, 4.615vw, 18px);
    line-height: 1.7;
  }
}
/* お悩み */
.problem-item-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: clamp(40px, 4.167vw, 60px);
}
.problem-item-list.col-4 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.125% 30px;
}

.problem-item-img {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}

.problem-item-txt {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  text-align: center;
  margin: 15px auto 0;
}

.tag-item {
  font-size: clamp(14px, 1.27vw, 16px);
  color: var(--color-accent-blue);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  margin-right: 10px;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .hide-sp {
    display: none;
  }
  .hide-pc {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .container {
    padding: 0 5.13vw;
  }
  .container.--sp-large {
    padding: 0 10.256vw;
  }
  .section {
    margin: 70px 0;
  }
  .section.color-bg {
    padding: clamp(20px, 10.256vw, 40px) 0;
  }
  /* ボタン */
  .btn.--large {
    width: 280px;
    font-size: 16px;
    padding: 20px 32px 20px 16px;
  }
  .btn.--large::after {
    right: 32px;
  }
  .btn-notes {
    font-size: 12px;
  }
  .side-cv-btn {
    display: none !important;
  }
  .small-btn {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .page-ttl-wrap {
    padding: clamp(20px, 2.778vw, 40px) 0;
  }
  .page-ttl {
    font-size: clamp(18px, 5.13vw, 20px);
  }
  .caption-ttl {
    margin: 0 auto clamp(15px, 6.41vw, 25px);
  }
  .caption-ttl .__en {
    font-size: clamp(16px, 4.615vw, 18px);
  }
  .caption-ttl .__en::before {
    vertical-align: middle;
    margin-right: 5px;
  }
  .caption-ttl .__ja {
    font-size: clamp(20px, 6.154vw, 24px);
  }
  .colored-ttl {
    font-size: clamp(18px, 5.128vw, 20px);
    margin: 0 auto clamp(20px, 7.692vw, 30px);
  }
  .colored-ttl.--large {
    font-size: clamp(20px, 5.64vw, 22px);
    margin: 0 auto clamp(20px, 7.692vw, 30px);
  }
  .border-ttl {
    font-size: clamp(17px, 4.872vw, 19px);
    margin: 0 auto clamp(20px, 7.692vw, 30px);
  }
  .dot-ttl {
    font-size: clamp(20px, 5.641vw, 22px);
    margin: 0 auto clamp(20px, 7.692vw, 30px);
  }
  .dot-ttl.--small {
    font-size: clamp(16px, 4.615vw, 18px);
    margin: 0 auto clamp(10px, 5.13vw, 20px);
  }
  .both-dots-ttl {
    font-size: clamp(17px, 4.872vw, 19px);
    margin: 0 auto clamp(15px, 7.692vw, 30px);
  }
  .both-dots-ttl > span::before, .both-dots-ttl > span::after {
    width: clamp(5px, 2.1vw, 8px);
  }
  .line-ttl {
    font-size: clamp(16px, 4.615vw, 18px);
    padding-bottom: clamp(5px, 2.564vw, 10px);
    margin: 0 auto clamp(10px, 5.13vw, 20px);
  }
  /* テーブル */
  .table th, .table td {
    display: block;
    padding: 0.938rem 1.25rem;
  }
  .table th > p + .btn, .table td > p + .btn {
    margin-top: 0.625rem;
  }
  .table th > p + .circle-arrow-link, .table td > p + .circle-arrow-link {
    margin-top: 0.125rem;
  }
  .table th .btn, .table td .btn {
    margin-right: auto;
    margin-left: auto;
  }
  .table.-ratio-2-8 th {
    width: 100%;
  }
  /* リスト */
  .list > li + li {
    margin-top: 15px;
  }
  .link-bnr-inner {
    padding: clamp(10px, 5.13vw, 20px);
  }
  .link-bnr-inner > * {
    width: 100%;
    padding: 0;
  }
  .link-bnr {
    aspect-ratio: 350/160;
  }
  .link-bnr-sub {
    font-size: clamp(12px, 3.59vw, 14px);
  }
  .link-bnr-ttl {
    font-size: clamp(18px, 5.9vw, 23px);
  }
  .link-bnr-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .link-bnr-txt {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-right: calc(7.14% + 5px);
  }
  .link-bnr-txt::after {
    width: 7.14%;
  }
  .tel-link {
    font-size: clamp(20px, 5.13vw, 24px);
  }
  /* カテゴリー絞り込み */
  .category-search {
    padding: 40px 0 30px;
  }
  .category-search > .container {
    padding: 0 calc(5.13vw - 10px) 0 5.13vw;
  }
  .breadcrumbs {
    padding: 6px 0;
  }
  .breadcrumb-item-list {
    font-size: clamp(12px, 3.59vw, 14px);
  }
  .img-link-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 380px;
  }
  .img-link-group:has(.img-link-txt) {
    gap: 40px;
  }
  .img-link-group .img-link {
    pointer-events: none;
  }
  .img-link-group .img-link::after {
    content: none;
  }
  .img-link-group .img-link > p {
    font-size: clamp(16px, 4.615vw, 18px);
    padding: 12px min(1.25%, 15px);
    pointer-events: auto;
    cursor: pointer;
  }
  .img-link-group .img-link > p::after {
    width: 9px;
    height: 13px;
  }
  .page-introduction {
    padding: 40px 0 70px;
  }
  .page-document {
    padding: 40px 0 0;
  }
  /* お悩み */
  .problem-item-list {
    margin-bottom: clamp(20px, 10.256vw, 40px);
  }
  .problem-item-list.col-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(20px, 2.083vw, 30px);
  }
  .problem-item-img {
    width: 58.974%;
  }
  .problem-item-txt {
    font-size: clamp(14px, 4.1vw, 16px);
    margin: 10px auto 0;
  }
  .tag-item {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
/* ------------------------------
　　parts
------------------------------ */
/* 背景ロゴ (.container --large内で設定) */
.l-bg-logo {
  width: 100%;
  height: min(6.319vw, 91px);
  position: relative;
}
.l-bg-logo::after {
  content: "";
  width: min(53.125vw, 63.75%);
  aspect-ratio: 765/91;
  background: url(../img/common/bg_logo.png) no-repeat center/cover;
  position: absolute;
  right: -4.417%;
  bottom: 0;
}
.l-bg-logo:has(+ .splide) {
  margin-bottom: 50px;
}

/* section背景にロゴ表示 */
.l-bnr-section > .container {
  padding-bottom: calc(40px + clamp(40px, 7.5vw, 90px));
  background: url(../img/common/bg_logo.png) no-repeat left bottom/63.75% auto;
}
.l-bnr-section.in-problems > .container {
  padding-bottom: 0;
  background: none;
}

.l-bnr-ttl {
  font-size: clamp(24px, 19.44vw, 28px);
  font-weight: 700;
  margin: 0 auto clamp(30px, 3.472vw, 50px);
  color: var(--color-accent-blue);
}
.l-bnr-ttl.-center {
  text-align: center;
}

/* 左テキスト＋右画像横並び */
.l-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(30px, 5.556vw, 80px);
}

.l-horizontal_visual {
  width: 45.417%;
}

.l-horizontal_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-horizontal_txt {
  margin: 0;
}
.l-horizontal_txt + .l-horizontal_txt {
  margin-top: 1.5rem;
}
.l-horizontal_txt small {
  font-size: 87.5%;
  margin-top: 0.6rem;
  display: block;
}

.l-lineup-content + .l-lineup-content {
  margin-top: 80px;
}

@media screen and (max-width: 999px) {
  .l-horizontal {
    gap: 30px;
  }
}
/* 左画像＋右テキスト横並び　　*/
.l-thumb-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(30px, 3.472vw, 50px);
}
.l-thumb-desc + .l-thumb-desc {
  margin-top: 100px;
}

.l-thumb-desc_desc .btn {
  margin-top: clamp(30px, 3.472vw, 50px);
}
.l-thumb-desc_desc .btn:has(+ .btn) {
  display: inline-block;
  margin-right: 15px;
}
.l-thumb-desc_desc .btn:nth-of-type(n + 2) {
  display: inline-block;
  margin-top: 20px;
}

.l-thumb-desc_thumb {
  width: 45.417%;
}
.l-thumb-desc_thumb iframe {
  width: 100%;
}

.l-thumb-desc_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-thumb-desc_info:has(.tag-item) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-thumb-desc_info + .l-thumb-desc_txt {
  margin-top: 30px;
  margin-bottom: 0;
}

.l-thumb-desc_txt small {
  font-size: 87.5%;
  margin-top: 0.6rem;
  display: block;
}

/* 事例スライダー*/
.l-slider {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto 0 -30px;
}
.l-slider .work-tag {
  font-size: 14px;
  white-space: nowrap;
}
.l-slider .work-tag::before {
  content: "";
  width: 25px;
  aspect-ratio: 25/22;
  background: url(../img/common/icon-drill.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.l-slider .splide__arrows .splide__arrow {
  border: none;
  width: 42px;
  height: 42px;
  background: url(../img/common/arrow_circle-blu.svg) no-repeat center/cover;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-slider .splide__arrows .splide__arrow:hover {
  opacity: 0.7;
}
.l-slider .splide__arrows .splide__arrow--prev {
  left: 0;
}
.l-slider .splide__arrows .splide__arrow--next {
  right: 0;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}
.l-slider .splide__pagination li {
  margin: 0 4px;
  line-height: 0;
}
.l-slider .splide__pagination li .splide__pagination__page {
  width: 16px;
  height: 3px;
  background: #CFCEE5;
  border: none;
}
.l-slider .splide__pagination li .splide__pagination__page.is-active {
  background: var(--color-accent-blue);
}

.l-slider-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-slider-operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.l-slider-control {
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  padding: 0 52px;
  position: relative;
}

.l-slide-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.l-slide-link::after {
  content: "";
  width: 100%;
  aspect-ratio: 280/210;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-slide-link:hover::after {
    opacity: 1;
  }
}

.l-slider-img {
  width: 100%;
  aspect-ratio: 380/284;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.l-slider-cate {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  padding: 0 23px;
  line-height: 25px;
  margin: 0 8px 5px 0;
  position: relative;
  z-index: 3;
}
@media (hover: hover) and (pointer: fine) {
  .l-slider-cate:hover {
    color: #FFF;
    background: var(--color-accent-blue);
    border: 1px solid var(--color-accent-blue);
  }
}

.l-slider-ttl {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  margin: 7px 0 0.67em;
}

.l-slider-detail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-slider-detail + .l-slider-detail {
  margin-top: 5px;
}
.l-slider-detail > span {
  font-family: "M PLUS 1", sans-serif;
  color: var(--color-accent-blue);
  font-weight: 700;
  display: inline-block;
  min-width: 60px;
  margin-right: 5px;
}

/* 事例一覧　*/
.l-index-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .l-index-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-index-item {
  position: relative;
}
.l-index-item .work-tag {
  font-size: 14px;
  white-space: nowrap;
}
.l-index-item .work-tag::before {
  content: "";
  width: 25px;
  aspect-ratio: 25/22;
  background: url(../img/common/icon-drill.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.l-index-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.l-index-link::after {
  content: "";
  width: 100%;
  aspect-ratio: 280/210;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-index-link:hover::after {
    opacity: 1;
  }
}

.l-index-img {
  width: 100%;
  aspect-ratio: 380/284;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.l-index-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-index-cate {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  padding: 0 23px;
  line-height: 25px;
  margin: 0 8px 5px 0;
  position: relative;
  z-index: 3;
}
@media (hover: hover) and (pointer: fine) {
  .l-index-cate:hover {
    color: #FFF;
    background: var(--color-accent-blue);
    border: 1px solid var(--color-accent-blue);
  }
}

.l-index-ttl {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  margin: 7px 0 0.67em;
}

.l-index-detail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-index-detail + .l-index-detail {
  margin-top: 5px;
}
.l-index-detail > span {
  font-family: "M PLUS 1", sans-serif;
  color: var(--color-accent-blue);
  font-weight: 700;
  display: inline-block;
  min-width: 60px;
  margin-right: 5px;
}

/* ページネーション　*/
.l-pagination {
  padding-top: 50px;
}

.l-page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-page-numbers li {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.l-page-numbers li.is-disabled > a, .l-page-numbers li.is-disabled > span {
  display: none;
}
.l-page-numbers .page-numbers {
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #A19FCB;
  padding: 5px 10px;
  margin: 0 8px;
  display: inline-block;
}
.l-page-numbers .page-numbers.current {
  color: var(--color-accent-blue);
}
.l-page-numbers .page-numbers.prev, .l-page-numbers .page-numbers.next {
  width: 42px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_circle-blu.svg) no-repeat center/cover;
  margin: 0;
}
.l-page-numbers .page-numbers.next {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media (hover: hover) and (pointer: fine) {
  .l-page-numbers .page-numbers:hover {
    color: var(--color-accent-blue);
  }
  .l-page-numbers .page-numbers:hover.prev, .l-page-numbers .page-numbers:hover.next {
    opacity: 0.7;
  }
}

.l-page-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-page-nav .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
}

.l-page-nav.is-disabled .page-numbers {
  opacity: 0.3;
  pointer-events: none;
}

.l-page-nav--prev {
  margin-right: 12px;
}

.l-page-nav--next {
  margin-left: 12px;
}

/* インタビューパーツ */
.l-interview-content + .l-interview-content {
  margin-top: 100px;
}

.l-interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(30px, 3.472vw, 50px);
}

.l-interview-summary {
  width: 45.417%;
}

.l-interview-img {
  aspect-ratio: 545/363;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-interview-detail {
  background: var(--color-bg-light);
  padding: clamp(15px, 2.083vw, 30px);
  margin: clamp(20px, 2.083vw, 30px) auto 0;
}
.l-interview-detail .detail-heading {
  color: var(--color-accent-blue);
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 0.75rem;
}
.l-interview-detail .detail-txt {
  margin: 0;
}
.l-interview-detail .detail-link {
  font-weight: 600;
  margin-top: 0.625rem;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-interview-detail .detail-link > a:hover {
    opacity: 0.7;
  }
}
.l-interview-detail .detail-link .external-link::after {
  margin-left: 5px;
}
.l-interview-detail .detail-sns {
  margin-top: 15px;
}
.l-interview-detail .detail-sns > a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-accent-blue);
  margin-right: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .l-interview-detail .detail-sns > a:hover {
    opacity: 0.7;
  }
}

.l-interview-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-interview-main > p {
  margin: 0;
}

.l-interview-qa + .l-interview-qa {
  margin-top: 30px;
}
.l-interview-qa .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-accent-blue);
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 10px;
}
.l-interview-qa .question .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 36px;
  height: 36px;
  font-size: 19px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  background: var(--color-accent-blue);
  color: #FFF;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.l-interview-qa .answer {
  margin: 0;
}

/* フローパーツ */
.l-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.l-flow-list li {
  width: 23.375%;
  margin-right: 2.167%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
}
.l-flow-list li:last-child {
  margin-right: 0;
}
.l-flow-list li:last-child::before {
  content: none;
}
.l-flow-list li::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A19FCB;
  position: absolute;
  top: clamp(20px, 4.165vw, 50px);
  left: 50%;
}
.l-flow-list li > * {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-flow-list:not([class*="--"]) li:nth-child(4n) {
    margin-right: 0;
  }
  .l-flow-list:not([class*="--"]) li:nth-child(4n)::before {
    content: none;
  }
  .l-flow-list:not([class*="--"]) li:nth-child(n+5) {
    margin-top: 70px;
  }
}
.l-flow-list.--small {
  max-width: 895px;
}
.l-flow-list.--small li {
  width: 31.34%;
  margin-right: 2.9%;
}
@media screen and (min-width: 768px) {
  .l-flow-list.--small li:nth-child(3n) {
    margin-right: 0;
  }
  .l-flow-list.--small li:nth-child(3n)::before {
    content: none;
  }
  .l-flow-list.--small li:nth-child(n+4) {
    margin-top: 50px;
  }
}

.l-flow-body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.l-flow-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 35.714%;
  margin: 0 auto;
}

.l-flow-ttl {
  color: var(--color-accent-blue);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto;
}
.l-flow-ttl .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 1.7rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  background: var(--color-accent-blue);
  color: #FFF;
  border-radius: 50%;
  margin: clamp(0px, 0.14vw, 2px) 8px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.l-flow-txt {
  margin: 0;
}

/* QAパーツ */
.l-faq-list {
  max-width: 1000px;
  margin: 0 auto;
}

.l-faq-item + .l-faq-item {
  margin-top: 30px;
}
.l-faq-item:first-child .l-faq-a {
  display: block;
}

.l-faq-q {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  background: var(--color-bg-light);
  color: var(--color-accent-blue);
  padding: clamp(18px, 2.64vw, 28px) clamp(30px, 7.642vw, 81px) clamp(18px, 2.64vw, 28px) clamp(20px, 2.83vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.l-faq-q::marker {
  content: none;
}
.l-faq-q .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 36px;
  height: 36px;
  font-size: 19px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  background: var(--color-accent-blue);
  color: #FFF;
  border-radius: 50%;
  margin: -2px 8px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}

.l-faq-a {
  padding: clamp(18px, 2.64vw, 28px) clamp(20px, 2.83vw, 30px);
  border: 1px solid #CCC;
  border-top: none;
  background: #FFF;
  display: none;
}
.l-faq-a > p {
  margin: 0;
}

.l-faq-toggle {
  width: 21px;
  height: 3px;
  background: var(--color-accent-blue);
  position: absolute;
  top: clamp(34px, 4.15vw, 44px);
  right: clamp(20px, 2.83vw, 30px);
}
.l-faq-toggle::before {
  content: "";
  width: 21px;
  height: 3px;
  background: var(--color-accent-blue);
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-faq-q.-open .l-faq-toggle::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* single他記事リンク */
.l-post-nav {
  width: 100%;
  margin: 50px 0;
}

.l-post-navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.l-post-navlist li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
.l-post-navlist li.--archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.l-post-navlist li.--prev:empty, .l-post-navlist li.--next:empty {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* タイムライン */
.l-timeline {
  padding-left: 9px;
}
.l-timeline > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.timeline-date {
  width: 105px;
  margin: 0;
  font-family: "M PLUS 1", sans-serif;
  font-size: 27px;
  font-weight: 700;
  margin: -0.7em 0 0;
  color: var(--color-accent-blue);
}

.timeline-content {
  width: calc(100% - 105px);
  border-left: 2px solid #CFCEE5;
  padding: 0 0 70px 35px;
}
.l-timeline > li:last-child .timeline-content {
  border-left: 2px solid transparent;
  padding-bottom: 0;
}
.timeline-content.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timeline-content.col-2 .timeline-img {
  width: 33.39%;
  margin-right: 3.33%;
}
.timeline-content.col-2 > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.timeline-content::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color-accent-blue);
  position: absolute;
  left: 100px;
  top: 0;
  border-radius: 100%;
}
.timeline-content > * {
  margin: -0.6em auto 0;
}

@media screen and (max-width: 1234px) {
  .post-content + .l-post-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .post-content + .l-post-nav li.--prev .btn, .post-content + .l-post-nav li.--next .btn {
    width: 70px;
    height: 70px;
  }
  .post-content + .l-post-nav li.--prev .btn span, .post-content + .l-post-nav li.--next .btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .post-content + .l-post-nav li.--prev .btn::after {
    left: 30px;
  }
  .post-content + .l-post-nav li.--next .btn::after {
    right: 30px;
  }
}
@media screen and (max-width: 889px) {
  .l-post-navlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .l-post-navlist li.--prev .btn, .l-post-navlist li.--next .btn {
    width: 70px;
    height: 70px;
  }
  .l-post-navlist li.--prev .btn span, .l-post-navlist li.--next .btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .l-post-navlist li.--prev .btn::after {
    left: 30px;
  }
  .l-post-navlist li.--next .btn::after {
    right: 30px;
  }
  /* フローパーツ */
  .l-flow-list li {
    width: 100%;
    margin: 0 auto 30px !important;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .l-flow-list li::before {
    width: 2px;
    height: 100%;
    top: 50%;
    left: clamp(10px, 8.974vw, 35px);
  }
  .l-flow-list li:nth-child(4n) {
    margin-right: 0;
  }
  .l-flow-list li:nth-child(4n)::before {
    content: "";
  }
  .l-flow-list li:last-child {
    margin-bottom: 0 !important;
  }
  .l-flow-list li:not(:has(.l-flow-txt)) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-flow-list.--small li {
    width: 100%;
  }
  .l-flow-img {
    width: clamp(40px, 17.949vw, 70px);
    margin: 0 clamp(5px, 3.846vw, 15px) 0 0;
  }
  .l-flow-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-flow-ttl {
    margin: 7px auto 10px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
/* カード */
.l-card-list.col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.33% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3.33vw, 40px) 3.33%;
}
.l-card-list.col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3.33vw, 40px) 2.5%;
}
.l-card-list.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-card-list.-center.col-3 li {
  width: 31.66%;
}
.l-card-list > li {
  background: #EFF2F7;
  padding: clamp(15px, 2.38vw, 30px);
}
.l-card-list > li > .icon {
  width: clamp(80px, 6.94vw, 100px);
  display: block;
  margin: 0 auto;
}
.l-card-list > li .btn {
  margin-top: 15px;
}
.l-card-list > li:has(.l-card-horizontal) {
  position: relative;
  padding-bottom: 120px;
}

.l-card-ttl {
  font-size: clamp(15px, 1.67vw, 20px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto;
}
.l-card-ttl:is(h2, h3, h4) {
  font-size: clamp(20px, 1.9vw, 24px);
  margin: 0 auto clamp(15px, 1.67vw, 20px);
}
.l-card-ttl.-left {
  text-align: left;
}
.l-card-ttl.-blue {
  color: var(--color-accent-blue);
}
.icon + .l-card-ttl {
  margin-top: 15px;
}

.l-card-horizontal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-card-horizontal .icon {
  width: 20.58%;
}
.l-card-horizontal .icon + .list {
  margin-left: clamp(18px, 1.59vw, 20px);
}
.l-card-list > li .l-card-horizontal {
  position: relative;
}
.l-card-list > li .l-card-horizontal + .btn {
  position: absolute;
  bottom: clamp(20px, 2.78vw, 40px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.l-card-txt {
  margin: clamp(5px, 0.9vw, 13px) auto 0;
}
.l-card-txt.-center {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .l-card-list.col-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .l-card-list.-center.col-3 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .l-card-list.-center.col-3 li {
    width: 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .l-bg-logo {
    display: none;
  }
  .l-bg-logo:has(+ .splide) {
    margin-bottom: 0;
  }
  /* section背景にロゴ表示 */
  .l-bnr-section > .container {
    padding-bottom: 0;
    background: none;
  }
  .l-bnr-ttl {
    font-size: clamp(18px, 5.13vw, 20px);
    margin: 0 auto clamp(20px, 7.69vw, 30px);
  }
  /* 左テキスト＋右画像横並び */
  .l-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-horizontal_body {
    width: 100%;
    display: contents;
  }
  .l-horizontal_ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .l-horizontal_visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 545px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .l-horizontal_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-lineup-content + .l-lineup-content {
    margin-top: 50px;
  }
  /* 左画像＋右テキスト横並び　　*/
  .l-thumb-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-thumb-desc + .l-thumb-desc {
    margin-top: 50px;
  }
  .l-thumb-desc_desc {
    display: contents;
  }
  .l-thumb-desc_desc .border-ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-thumb-desc_desc .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 20px auto 0;
  }
  .l-thumb-desc_desc .btn:has(+ .btn) {
    margin: 20px auto 0;
  }
  .l-thumb-desc_thumb {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-thumb-desc_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px auto 0;
  }
  /* 事例スライダー */
  .l-slider {
    padding: 0 5.13vw;
    margin: 0 auto 0 -5.13vw;
  }
  .l-slider-cate {
    font-size: 13px;
    padding: 0 clamp(15px, 5.897vw, 23px);
  }
  .l-slider-ttl {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .l-slider-operation {
    margin-top: 30px;
  }
  .l-slider-operation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-slider-operation .btn {
    margin: 30px auto 0;
  }
  .l-slider-control {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  /* 事例一覧　*/
  .l-index-item .work-tag {
    font-size: 12px;
  }
  .l-index-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 380px;
  }
  .l-index-ttl {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .l-index-cate {
    font-size: 14px;
    padding: 0 clamp(15px, 5.897vw, 23px);
  }
  .l-index-detail + .l-index-detail {
    margin-top: 6px;
  }
  /* ページネーション　*/
  .l-pagination {
    padding-top: 40px;
  }
  .l-page-numbers .page-numbers {
    font-size: clamp(16px, 4.615vw, 18px);
    margin: 0 clamp(4px, 2.05vw, 8px);
  }
  .l-page-nav--prev {
    margin-right: 0;
  }
  .l-page-nav--next {
    margin-left: 0;
  }
  /* single他記事リンク */
  .l-post-nav {
    margin: 40px 0;
  }
  .l-post-navlist {
    gap: 10px;
  }
  .l-post-navlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(50px, 17.949vw, 70px);
            flex: 0 0 clamp(50px, 17.949vw, 70px);
  }
  .l-post-navlist li.--prev .btn, .l-post-navlist li.--next .btn {
    width: clamp(50px, 17.949vw, 70px);
    height: clamp(50px, 17.949vw, 70px);
  }
  .l-post-navlist li.--archive .btn {
    width: clamp(100px, 48.718vw, 190px);
  }
  /* インタビューパーツ */
  .l-interview-content + .l-interview-content {
    margin-top: 50px;
  }
  .l-interview-summary {
    width: 100%;
  }
  .l-interview-detail {
    padding: clamp(10px, 5.13vw, 20px);
    margin: clamp(20px, 7.692vw, 30px) auto 0;
  }
  .l-interview-detail .detail-heading {
    color: var(--color-accent-blue);
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 0.857em;
  }
  .l-interview-qa .question {
    font-size: 16px;
  }
  .l-interview-qa .question .icon {
    margin-top: -3px;
  }
  /* フローパーツ */
  .l-flow-ttl {
    font-size: clamp(16px, 4.615vw, 18px);
  }
  /* カード */
  .l-card-list > li {
    padding: clamp(10px, 5.13vw, 20px);
  }
  .l-card-list > li > .icon {
    width: clamp(80px, 25.64vw, 100px);
  }
  .l-card-list > li .btn {
    margin-top: 10px;
  }
  .l-card-list > li .l-card-horizontal > .icon {
    width: clamp(80px, 25.64vw, 100px);
  }
  .l-card-list > li .l-card-horizontal + .btn {
    margin-top: clamp(15px, 5.13vw, 20px);
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
  .l-card-list.col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(15px, 7.692vw, 30px);
  }
  .l-card-list.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(10px, 5.13vw, 20px);
  }
  .l-card-list.-center.col-3 li {
    width: 100%;
  }
  .l-card-ttl {
    font-size: clamp(16px, 4.62vw, 18px);
  }
  .l-card-ttl:is(h2, h3, h4) {
    font-size: clamp(16px, 4.87vw, 19px);
    margin: 0 auto clamp(10px, 3.85vw, 15px);
  }
  .icon + .l-card-ttl {
    margin-top: clamp(5px, 2.564vw, 10px);
  }
  .l-card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-card-horizontal .icon + .list {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .l-card-txt {
    margin: clamp(5px, 2.05vw, 8px) auto 0;
  }
  .l-card-txt.-center {
    text-align: left;
  }
  /* QAパーツ */
  .l-faq-item + .l-faq-item {
    margin-top: 20px;
  }
  .l-faq-q {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: clamp(10px, 5.64vw, 22px) calc(21px + clamp(20px, 10.256vw, 40px)) clamp(10px, 5.13vw, 20px) clamp(10px, 5.13vw, 20px);
  }
  .l-faq-q .icon {
    margin: calc(clamp(0px, 1vw, 4px) * -1) 8px 0 0;
  }
  .l-faq-a {
    padding: clamp(5px, 3.85vw, 15px) clamp(10px, 5.13vw, 20px);
  }
  /* タイムライン */
  .l-timeline > li {
    padding: 0 0 calc(0.75em + 35px) clamp(25px, 7.44vw, 29px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 2px solid #CFCEE5;
  }
  .l-timeline > li:last-child {
    border: 2px solid transparent;
    padding-bottom: 0;
  }
  .l-timeline > li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--color-accent-blue);
    position: absolute;
    left: -7px;
    top: 0;
    border-radius: 100%;
  }
  .timeline-date {
    width: 100%;
    font-size: 25px;
    margin: -0.75em 0 5px;
  }
  .timeline-content {
    width: 100%;
    border: none;
    padding: 0;
  }
  .timeline-content > * {
    margin: 0;
  }
  .timeline-content.col-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline-content.col-2 .timeline-img {
    width: 100%;
    max-width: 200px;
    margin: 10px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timeline-content::before {
    content: none;
  }
  .timeline-content > p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: clamp(15px, 4.1vw, 16px);
  }
}
@media screen and (max-width: 320px) {
  .l-post-navlist li.--prev .btn, .l-post-navlist li.--next .btn {
    width: clamp(50px, 17.949vw, 70px);
    height: clamp(50px, 17.949vw, 70px);
  }
  .l-post-navlist li.--prev .btn::after {
    left: clamp(15px, 7.692vw, 30px);
  }
  .l-post-navlist li.--next .btn::after {
    right: clamp(15px, 7.692vw, 30px);
  }
}
/* ------------------------------
　　parts / document
------------------------------ */
.post-content h2 {
  font-size: clamp(18px, 1.667vw, 20px);
  font-weight: 700;
  color: var(--color-accent-blue);
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin: clamp(40px, 5vw, 60px) auto clamp(10px, 2.083vw, 25px);
}
.post-content h3 {
  color: var(--color-accent-blue);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  margin: clamp(20px, 3.33vw, 40px) auto 20px;
}
.post-content h4 {
  font-weight: 700;
  margin: clamp(20px, 2.5vw, 30px) auto 20px;
}
.post-content table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.post-content table th, .post-content table td {
  font-weight: 400;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 1.125rem 1.25rem;
}
.post-content table th, .post-content table td:has(em) {
  background: var(--color-bg-light);
  font-style: normal;
  vertical-align: middle;
}
.post-content table th em, .post-content table td:has(em) em {
  font-style: normal;
}
.post-content ul.wp-block-list > li {
  padding-left: 14px;
  position: relative;
}
.post-content ul.wp-block-list > li + li {
  margin-top: 0.94rem;
}
.post-content ul.wp-block-list > li::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  position: absolute;
  left: 0;
  top: 0.78rem;
}
.post-content ul.wp-block-list > li > li::before {
  width: 4px;
  background: var(--color-accent-blue);
  top: 0.84rem;
}
.post-content ol.wp-block-list {
  list-style: decimal;
  padding-left: 1rem;
}
.post-content ol.wp-block-list > li::marker {
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
}
.post-content ol.wp-block-list > li + li {
  margin-top: 0.94rem;
}
.post-content .wp-block-button__link {
  display: block;
  width: 280px;
  max-width: 100%;
  padding: 20px 40px 20px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  color: var(--color-accent-blue);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.post-content .wp-block-button__link::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_red.svg) no-repeat center/cover;
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .post-content .wp-block-button__link:hover {
    color: #FFF;
    border: 1px solid var(--color-accent-blue);
    background: var(--color-accent-blue);
  }
  .post-content .wp-block-button__link:hover:visited {
    color: #FFF;
  }
  .post-content .wp-block-button__link:hover::after {
    background: url(../img/common/arrow_wht.svg) no-repeat center/cover;
    right: 27px;
  }
}
.post-content .wp-block-quote {
  background: var(--color-bg-light);
  margin: 0;
  padding: 30px;
}
.post-content .wp-block-quote h2, .post-content .wp-block-quote h3, .post-content .wp-block-quote h4 {
  margin-top: 0;
}
.post-content .wp-element-caption {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .post-content h2 {
    font-size: clamp(16px, 4.615vw, 18px);
    padding-bottom: clamp(5px, 2.564vw, 10px);
    margin: clamp(30px, 12.82vw, 50px) auto clamp(10px, 5.13vw, 20px);
  }
  .post-content h3 {
    font-size: clamp(15px, 4.1vw, 16px);
    margin: clamp(30px, 10.26vw, 40px) auto 15px;
  }
  .post-content h4 {
    margin: clamp(20px, 6.41vw, 25px) auto 15px;
  }
  .post-content table th, .post-content table td {
    display: block;
    padding: 0.938rem 1.25rem;
  }
  .post-content table thead th, .post-content table thead td {
    display: table-cell;
  }
  .post-content table thead + tbody th, .post-content table thead + tbody td {
    display: table-cell;
  }
  .post-content ul.wp-block-list li + li, .post-content ol.wp-block-list li + li {
    margin-top: 15px;
  }
  .post-content .wp-block-quote {
    padding: 20px clamp(10px, 5.71%, 20px);
  }
}
/* ------------------------------
　　header
------------------------------ */
header {
  width: 100%;
  position: relative;
  z-index: 9999;
}
header .hide-large {
  display: none;
}
header .en-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  border-radius: 30px;
  border: 1px solid #CCC;
  background: #FFF;
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 18px;
  position: relative;
}
header .en-btn::before, header .en-btn::after {
  content: "";
  display: inline-block;
}
header .en-btn::before {
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_earth-blu.svg) no-repeat center/cover;
  margin-right: 7px;
}
header .en-btn::after {
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_external-blu.svg) no-repeat center/cover;
  margin-left: 4px;
}
@media (hover: hover) and (pointer: fine) {
  header .en-btn:hover {
    background: #EEF1F7;
  }
}
header .en-btn + .toggle-btn {
  margin-left: 21px;
}

.header__top {
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--header-height);
}
.header__top > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin: 0;
  line-height: 1;
}
.header__logo a {
  display: block;
}

.header__fix-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(5px, 0.76vw, 11px);
}
.header__top-nav .menu-item {
  font-size: 15px;
  font-weight: 700;
}
.header__top-nav .menu-item a {
  display: block;
  padding: 0 12px;
}
.header__top-nav .menu-item span {
  display: inline-block;
  padding: 12px 0;
  position: relative;
}
.header__top-nav .menu-item span::before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color-accent-blue);
  position: absolute;
  bottom: -3px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__top-nav .menu-item span:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.header__top-nav.is-none {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
}

.toggle-btn {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 40px;
  height: 40px;
}

.icon-toggle-menu {
  width: 25px;
  height: 3px;
  background: var(--color-accent-blue);
  display: block;
  margin: 15px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.icon-toggle-menu::before, .icon-toggle-menu::after {
  content: "";
  width: 25px;
  height: 3px;
  background: var(--color-accent-blue);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  position: absolute;
  left: 0;
}
.icon-toggle-menu::before {
  top: -8px;
}
.icon-toggle-menu::after {
  bottom: -8px;
}
.toggle-btn[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}
.toggle-btn[aria-expanded=true] .icon-toggle-menu::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.toggle-btn[aria-expanded=true] .icon-toggle-menu::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.header__bottom {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: auto;
  -webkit-transition: height 0.45s ease, opacity 0.35s ease;
  transition: height 0.45s ease, opacity 0.35s ease;
}
.header__bottom.is-opened {
  opacity: 1;
}
.header__bottom .is-active {
  pointer-events: auto;
}

.header__bottom-inner {
  position: relative;
  background: #FFF;
}

.header__bottom-main {
  padding: 50px 0 60px 0;
  width: calc(100% - 230px);
}

.header__bottom-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.header__bottom-nav a {
  display: block;
  padding: 4px 0;
}
.header__bottom-nav > .menu-item {
  grid-column: auto;
}
.header__bottom-nav > .menu-item.col-1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.header__bottom-nav > .menu-item.col-2 {
  -ms-grid-column: 2;
  grid-column: 2;
}
.header__bottom-nav > .menu-item.col-3 {
  -ms-grid-column: 3;
  grid-column: 3;
}
.header__bottom-nav > .menu-item.col-4 {
  -ms-grid-column: 4;
  grid-column: 4;
}
.header__bottom-nav > .menu-item.row-1 {
  -ms-grid-row: 1;
  grid-row: 1;
}
.header__bottom-nav > .menu-item.row-2 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.header__bottom-nav > .menu-item.no-submenu {
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: calc(51px * var(--step));
}
.header__bottom-nav > .menu-item > a {
  color: var(--color-accent-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  padding: 10px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.header__bottom-nav > .menu-item > a::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_red.svg) no-repeat center/cover;
  position: absolute;
  top: 19px;
  right: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__bottom-nav > .menu-item > a:hover {
    opacity: 0.65;
  }
  .header__bottom-nav > .menu-item > a:hover::after {
    right: 0;
  }
}
.header__bottom-nav > .menu-item > .sub-menu {
  font-size: 15px;
}
.header__bottom-nav > .menu-item > .sub-menu a span {
  position: relative;
}
.header__bottom-nav > .menu-item > .sub-menu a span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__bottom-nav > .menu-item > .sub-menu a:hover {
    opacity: 0.65;
  }
  .header__bottom-nav > .menu-item > .sub-menu a:hover span::before {
    opacity: 1;
  }
}
.header__bottom-nav > .menu-item > .sub-menu > .menu-item.external-link::after {
  content: none;
}
.header__bottom-nav > .menu-item > .sub-menu > .menu-item.external-link span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_external-blk.svg) no-repeat center/cover;
  display: inline-block;
  vertical-align: -2px;
}
.header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  padding: 4px 0 4px 14px;
  position: relative;
}
.header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-accent-blue);
  position: absolute;
  top: 16px;
  left: 0;
}
.header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  padding: 4px 0 4px calc(1em + 14px);
  position: relative;
}
.header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-accent-light);
  position: absolute;
  top: 16px;
  left: 1em;
}

.header__bottom-side {
  width: max(190px, (100vw - 1200px) / 2 + 190px);
  height: 100%;
  padding: 60px 0;
  background: var(--color-accent-blue);
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
.header__bottom-side > .container {
  padding: 0 calc(100% - 240px) 0 40px;
}
.header__bottom-side .en-btn {
  display: none;
}

.header__sns-ttl {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 15px;
}

.header__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__sns-list li + li {
  margin-left: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .header__sns-list li a:hover {
    opacity: 0.65;
  }
}

.header__ec {
  margin-top: 50px;
}
.header__ec .ec-btn {
  margin: 0 auto;
}

.header__ec-ttl {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 15px;
}

.ec-btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 200px;
  height: 58px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .ec-btn:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 1439px) {
  .header__bottom {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
  .header__bottom.is-opened {
    max-height: calc(100vh - var(--header-height));
    height: calc(100vh + var(--header-height));
    height: calc(100dvh + var(--header-height));
  }
  .header__bottom-main {
    width: 100%;
    max-width: 970px;
    padding: 50px 0 60px;
    margin: 0 auto;
  }
  .header__bottom-nav > .menu-item > a {
    font-size: clamp(16px, 1.25vw, 18px);
  }
  .header__bottom-side {
    width: 100vw;
    padding: 30px 0 40px;
    margin: 0 calc(50% - 50vw);
    height: auto;
    position: initial;
  }
  .header__bottom-side > .container {
    padding: 0 30px;
  }
  .header__ec {
    margin-top: 30px;
  }
}
@media screen and (max-width: 989px) {
  header .hide-large {
    display: block;
  }
  .header__logo img {
    height: 23px;
  }
  .header__top-nav {
    display: none;
  }
  .header__bottom-inner > .container {
    padding: 0;
  }
  .header__bottom-main {
    padding: 0;
  }
  .header__bottom-nav {
    display: block;
  }
  .header__bottom-nav .menu-item .sub-menu .menu-item a {
    padding: 15px 10.256vw !important;
    border-top: 1px solid #CCC;
  }
  .header__bottom-nav > .menu-item > a {
    font-size: clamp(16px, 4.615vw, 18px);
    padding: 15px 10.256vw;
    margin-bottom: 0;
  }
  .header__bottom-nav > .menu-item > a::after {
    top: 24px;
    right: calc(15px + 10.256vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 989px) and (hover: hover) and (pointer: fine) {
  .header__bottom-nav > .menu-item > a:hover::after {
    right: calc(15px + 10.256vw);
  }
}
@media screen and (max-width: 989px) {
  .header__bottom-nav > .menu-item.is-opened > a {
    background: var(--color-bg-lighter);
  }
  .header__bottom-nav > .menu-item.is-opened > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header__bottom-nav > .menu-item > .sub-menu {
    border-bottom: 1px solid #CCC;
  }
  .header__bottom-nav > .menu-item:not(:has(.sub-menu)) > a::after {
    content: none;
  }
  .header__bottom-nav > .menu-item > .sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.45s ease, opacity 0.35s ease;
    transition: height 0.45s ease, opacity 0.35s ease;
  }
  .header__bottom-nav > .menu-item > .sub-menu > .menu-item:first-child > a {
    border-top: none;
  }
  .header__bottom-nav > .menu-item > .sub-menu > .menu-item > a {
    background: var(--color-bg-light);
  }
  .header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 15px calc(10.256vw + 9px) !important;
  }
  .header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a::before {
    top: 27px;
    left: 10.256vw;
  }
  .header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 15px calc(10.256vw + 9px + 1em) !important;
  }
  .header__bottom-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a::before {
    top: 27px;
    left: calc(10.256vw + 1em);
  }
  .header__bottom-nav > .menu-item > .sub-menu.is-opened {
    opacity: 1;
  }
  .header__fix-menu .en-btn {
    display: none;
  }
  .header__bottom-side .en-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0 !important;
  }
}
/* ------------------------------
　　footer
------------------------------ */
footer .hide-large {
  display: none;
}

.fix-banner {
  display: none;
  max-width: 300px;
  position: fixed;
  margin: 15px 20px;
  z-index: 99;
  bottom: 100px;
  right: 10px;
}
.fix-banner a img {
  -webkit-box-shadow: 0 0 8px 0 rgba(11, 48, 142, 0.2);
          box-shadow: 0 0 8px 0 rgba(11, 48, 142, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .fix-banner a:hover img {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .fix-banner a[tabindex="-1"]:hover img {
    -webkit-box-shadow: 0 0 8px 0 rgba(11, 48, 142, 0.2);
            box-shadow: 0 0 8px 0 rgba(11, 48, 142, 0.2);
    -webkit-transform: none;
            transform: none;
  }
}
.fix-banner.-onbtn {
  bottom: 215px;
}

.banner-close {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: #4F4F4F;
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 100;
  border: 1px solid #E3E2E2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .fix-banner-wrap.col-2 {
    position: fixed;
    z-index: 99;
    bottom: calc(10.26vw - 15px + clamp(30px, 11.538vw, 50px));
    left: calc(50% - 6px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(89.74vw + 24px - 14px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .fix-banner-wrap.col-2 .fix-banner {
    width: auto;
    margin: 15px 12px;
    position: relative;
    bottom: auto !important;
    right: auto !important;
  }
  .fix-banner-wrap.col-2 .fix-banner img {
    width: 100%;
  }
  .fix-banner {
    max-width: 220px;
    right: calc(-20px + 5.13vw);
    bottom: calc(10.26vw - 15px + clamp(30px, 15.385vw, 60px));
  }
}
.contact__cta {
  margin: 100px 0 calc(100px + clamp(30px, 4.167vw, 50px));
  position: relative;
}
.contact__cta::before {
  content: "";
  width: 59.236%;
  height: 100%;
  background: var(--color-bg-light);
  position: absolute;
  top: 0;
  right: 0;
}
.contact__cta > * {
  position: relative;
}

.contact__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(100% - 50px);
  position: relative;
}
.contact__cta-inner .txt-wrap {
  width: 57.75%;
  padding: clamp(40px, 5.83vw, 70px) 6.25% clamp(40px, 5.83vw, 70px) 7.75%;
  margin: 0 0 0 auto;
}
.contact__cta-inner .btn {
  margin-top: 30px;
}

.contact__cta-img {
  width: 42.25%;
  margin: 0 auto;
  position: absolute;
  bottom: calc(clamp(30px, 4.167vw, 50px) * -1);
}

.contact__cta-txt {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.89;
}

@media screen and (max-width: 767px) {
  .contact__cta {
    margin: 70px 0 0;
    padding-bottom: 40px;
  }
  .contact__cta::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, transparent clamp(100px, 58vw, 222px), var(--color-bg-light) clamp(100px, 58vw, 222px), var(--color-bg-light) 100%);
    top: auto;
    bottom: 0;
  }
  .contact__cta-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__cta-img {
    width: 100%;
    max-width: 380px;
    position: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact__cta-inner .txt-wrap {
    display: contents;
    width: 100%;
    padding: 0;
  }
  .contact__cta-inner .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0 auto;
  }
  .contact__cta-ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact__cta-txt {
    font-size: clamp(14px, 4.1vw, 16px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px 0 30px;
  }
}
.footer__top {
  border-top: 1px solid #CCC;
  padding: 80px 0 60px;
}

.footer__logo {
  text-align: center;
  margin: 0 auto 40px;
}

.footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer__nav a {
  display: block;
  padding: 4px 0;
}
.footer__nav > .menu-item {
  grid-column: auto;
}
.footer__nav > .menu-item.col-1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.footer__nav > .menu-item.col-2 {
  -ms-grid-column: 2;
  grid-column: 2;
}
.footer__nav > .menu-item.col-3 {
  -ms-grid-column: 3;
  grid-column: 3;
}
.footer__nav > .menu-item.col-4 {
  -ms-grid-column: 4;
  grid-column: 4;
}
.footer__nav > .menu-item.row-1 {
  -ms-grid-row: 1;
  grid-row: 1;
}
.footer__nav > .menu-item.row-2 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.footer__nav > .menu-item.no-submenu {
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: calc(51px * var(--step));
}
.footer__nav > .menu-item > a {
  color: var(--color-accent-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  padding: 10px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.footer__nav > .menu-item > a::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_red.svg) no-repeat center/cover;
  position: absolute;
  top: 19px;
  right: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav > .menu-item > a:hover {
    opacity: 0.65;
  }
  .footer__nav > .menu-item > a:hover::after {
    right: 0;
  }
}
.footer__nav > .menu-item > .sub-menu {
  font-size: 15px;
}
.footer__nav > .menu-item > .sub-menu a span {
  position: relative;
}
.footer__nav > .menu-item > .sub-menu a span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav > .menu-item > .sub-menu a:hover {
    opacity: 0.65;
  }
  .footer__nav > .menu-item > .sub-menu a:hover span::before {
    opacity: 1;
  }
}

.footer__group {
  background: var(--color-bg-light);
  padding: 40px 0;
}
.footer__group .container {
  max-width: 1200px;
}

.footer__group-ttl {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 20px;
  text-align: center;
}

.footer__group-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 15px;
}
.footer__group-list li {
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
}
.footer__group-list li a {
  width: 100%;
  height: 70px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.footer__group-list li a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__group-list li a:hover img {
    scale: 1.1;
  }
}

.footer__bottom {
  padding: 40px 0 30px;
  background: var(--color-accent-blue);
  color: #FFF;
  text-align: center;
}
.footer__bottom a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
.footer__bottom a + a {
  margin-left: 5.43%;
}
.footer__bottom .external-link {
  position: relative;
}
.footer__bottom .external-link::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: -3px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__bottom .external-link::after {
  background: url(../img/common/icon_external-wht.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .footer__bottom .external-link:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.footer__bottom small {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
}

.page-top-btn {
  width: 60px;
  aspect-ratio: 1/1;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  display: none;
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
}
.page-top-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-accent-blue);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.page-top-btn img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .page-top-btn:hover::before {
    border-radius: 12px;
  }
}

@media screen and (max-width: 1439px) {
  .footer__nav > .menu-item > a {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
@media screen and (max-width: 989px) {
  footer .hide-large {
    display: block;
  }
  .footer__top {
    padding: 25px 0 0;
    border-top: none;
  }
  .footer__top > .container {
    padding: 0;
  }
  .footer__logo {
    margin: 0 auto 25px;
  }
  .footer__logo img {
    height: 23px;
  }
  .footer__nav {
    display: block;
  }
  .footer__nav .menu-item .sub-menu a {
    padding: 15px 10.256vw;
  }
  .footer__nav > .menu-item > a {
    padding: 15px 10.256vw;
    margin-bottom: 0;
  }
  .footer__nav > .menu-item > a::after {
    top: 24px;
    right: calc(15px + 10.256vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 989px) and (hover: hover) and (pointer: fine) {
  .footer__nav > .menu-item > a:hover::after {
    right: calc(15px + 10.256vw);
  }
}
@media screen and (max-width: 989px) {
  .footer__nav > .menu-item:not(:has(.sub-menu)) > a::after {
    content: none;
  }
  .footer__nav > .menu-item.is-opened > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .footer__nav > .menu-item .sub-menu a {
    border-bottom: 1px solid #CCC;
  }
  .footer__nav > .menu-item > .sub-menu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: height 0.45s ease, opacity 0.35s ease;
    transition: height 0.45s ease, opacity 0.35s ease;
  }
  .footer__nav > .menu-item > .sub-menu.is-opened {
    opacity: 1;
  }
  .footer__group {
    padding: 25px 0;
  }
  .footer__group-list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .footer__group-list li a {
    padding: 0 3.85vw;
  }
  .footer__bottom {
    padding: 25px 0;
  }
  .footer__bottom a {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .footer__bottom a + a {
    margin: 10px auto 0;
  }
  .footer__bottom .external-link {
    display: block;
  }
  .page-top-btn {
    width: clamp(30px, 11.538vw, 50px);
    right: 5.13vw;
    bottom: 5.13vw;
  }
}
/* ------------------------------
　　top
------------------------------ */
.mv {
  position: relative;
}
.mv .splide__track {
  margin-left: 7.778vw;
  border-radius: 0 0 0 1.389vw;
}

.mv__title {
  width: 26.8vw;
  margin: 0 auto;
  position: absolute;
  bottom: 6.18vw;
  left: 12.153vw;
}

.mv__scroll {
  font-family: "M PLUS 1", sans-serif;
  color: var(--color-accent-blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 3.194vw;
  bottom: 224px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.mv__scroll:visited {
  color: var(--color-accent-blue);
}
.mv__scroll::before {
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
  background-color: var(--color-accent-blue);
  bottom: -224px;
  content: "";
  height: 216px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 48.205vw;
  }
  .mv .splide__track {
    margin-left: 0;
    border-radius: 0;
  }
  .mv__title {
    width: 58.718vw;
    top: 12.308vw;
    bottom: 0;
    left: 6.667vw;
  }
  .mv__scroll {
    font-size: clamp(12px, 3.59vw, 30px);
    top: clamp(30px, 20.769vw, 300px);
    bottom: auto;
    left: 0;
    right: 5.13vw;
  }
  .mv__scroll::before {
    margin: 0;
    top: 4.85em;
    bottom: auto;
    right: 0.9em;
    height: clamp(60px, 20.256vw, 150px);
  }
}
.top__introduction {
  padding: 80px 0 50px;
}
.top__introduction .text-link {
  margin: 20px auto 0;
  max-width: 1096px;
}

.top__introduction-inner {
  max-width: 1096px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1156px) and (min-width: 768px) {
  .top__introduction-inner {
    width: 90%;
  }
  .top__introduction-inner + .text-link {
    width: 90%;
  }
}

.top__introduction-ttl {
  margin: 0;
}

.top__introduction-txt {
  width: 56.934%;
  margin: 0 0 0 30px;
}

.top__introduction-slider {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .top__introduction {
    padding: 50px 0 0;
  }
  .top__introduction-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top__introduction-ttl {
    text-align: left;
    width: 100%;
    margin: 0 auto 30px;
  }
  .top__introduction-txt {
    width: 100%;
    margin: 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .top__introduction-slider {
    margin-top: 40px;
  }
}
.top__business {
  padding: 50px 0;
}
.top__business .img-link-group {
  margin-top: 80px;
}

.top__business-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__business-inner .txt-wrap {
  width: 48.336%;
}

.top__business-figure {
  width: 42.667%;
  margin: 0 2.33% 0 0;
}

@media screen and (max-width: 767px) {
  .top__business {
    padding: 70px 0 35px;
  }
  .top__business .txt-wrap {
    width: 100%;
    display: contents;
  }
  .top__business .img-link-group {
    margin-top: 30px;
  }
  .top__business-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top__business-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top__business-lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top__business-lead + p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .top__business-figure {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.top__news {
  padding: 50px 0;
}

.top__news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__news-inner + .text-link {
  margin-top: 30px;
}

.top__news-content {
  width: 893px;
  max-width: 100%;
}

.top__news-ttl {
  width: 166px;
  max-width: 100%;
  margin: 0;
}

@media screen and (max-width: 1089px) {
  .top__news-ttl {
    margin: 0 auto 30px 0;
  }
  .top__news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top__news-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__news {
    padding: 35px 0;
  }
  .top__news-inner + .text-link {
    margin-top: 20px;
  }
}
.top__column {
  padding: 50px 0 0;
}

.top__column-inner + .btn {
  margin-top: calc(50px - 1em);
}

@media screen and (max-width: 767px) {
  .top__column {
    padding: 35px 0 0;
  }
  .top__column-inner + .btn {
    margin-top: 30px;
  }
}
/* ------------------------------
　　service
------------------------------ */
.sercice__vision-inner {
  position: relative;
}
.sercice__vision-inner::after {
  content: "";
  width: min(53.125vw, 63.75%);
  aspect-ratio: 765/91;
  background: url(../img/common/bg_logo.png) no-repeat center/cover;
  position: absolute;
  right: -4.417%;
  bottom: -18px;
}
@media screen and (max-width: 1360px) {
  .sercice__vision-inner::after {
    right: 0;
  }
}
.sercice__vision-inner > * {
  max-width: 720px;
  margin-right: auto;
  margin-left: 0;
}

.service__vision-txt {
  font-size: 18px;
  margin-bottom: 30px;
}

.service__vision-slider {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .service__vision .btn {
    margin: 0 auto;
  }
  .sercice__vision-inner::after {
    content: none;
  }
  .sercice__vision-inner > * {
    max-width: 100%;
    margin-left: auto;
  }
  .service__vision-txt {
    font-size: clamp(14px, 4.1vw, 16px);
    margin: clamp(20px, 7.692vw, 30px) auto;
  }
  .service__vision-slider {
    margin-top: 40px;
  }
}
/* ------------------------------
　　design
------------------------------ */
.single__design-header {
  overflow: hidden;
  max-height: 700px;
  padding-top: 40%;
  position: relative;
}
.single__design-header img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.single__design-main {
  padding: clamp(50px, 6.94vw, 100px) 0 0;
  overflow: visible;
}

.single__design-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 5%;
}

.single__design-left {
  width: clamp(300px, 26.389vw, 380px);
}
@media screen and (min-width: 768px) {
  .single__design-left.--sticky {
    position: sticky;
    top: clamp(90px, 8.33vw, 120px);
    z-index: 10;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}

.single__design-detail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__design-detail + .single__design-detail {
  margin-top: 15px;
}
.single__design-detail > span {
  font-family: "M PLUS 1", sans-serif;
  color: var(--color-accent-blue);
  font-weight: 700;
  display: inline-block;
  min-width: 60px;
  margin-right: 5px;
}

.single__design-tips {
  background: var(--color-bg-light);
  padding: clamp(15px, 2.083vw, 30px);
  margin: clamp(30px, 3.472vw, 50px) auto;
}
.single__design-tips p {
  margin: 0;
}
.single__design-tips p + p {
  margin-top: 1rem;
}

.single__design-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single__design-photos li + li {
  margin-top: 50px;
}

.single__photos-caption {
  font-size: clamp(18px, 1.389vw, 20px);
  font-weight: 700;
  margin: 30px auto 15px;
}
.single__photos-caption + .single__photos-desc {
  margin-top: 0;
}

.single__photos-desc {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .single__design-main {
    padding: 30px 0 0;
  }
  .single__design-contents {
    gap: 30px;
  }
  .single__design-left {
    width: 100%;
  }
  .single__design-detail + .single__design-detail {
    margin-top: 8px;
  }
  .single__design-tips {
    padding: clamp(10px, 5.13vw, 20px);
    margin: clamp(15px, 7.692vw, 30px) auto 0;
  }
  .single__design-photos li + li {
    margin-top: 30px;
  }
  .single__photos-caption {
    font-size: clamp(16px, 4.615vw, 18px);
    margin: clamp(10px, 5.13vw, 20px) auto clamp(7px, 3.846vw, 15px);
  }
  .single__photos-desc {
    margin: clamp(10px, 5.13vw, 20px) auto 0;
  }
}
/* ------------------------------
　　　design / 　store
------------------------------ */
.store__bnr .link-bnr {
  background: url(../img/design/store/bnr-office_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .store__bnr .link-bnr {
    background: url(../img/design/store/bnr-office_sp.jpg) no-repeat center/cover;
  }
}
/* ------------------------------
　　design /　　office
------------------------------ */
.office__bnr .link-bnr {
  background: url(../img/design/office/bnr-store_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .office__bnr .link-bnr {
    background: url(../img/design/office/bnr-store_sp.jpg) no-repeat center/cover;
  }
}
/* ------------------------------
　　production / original
------------------------------ */
.ec__cta {
  background: linear-gradient(180deg, transparent 0%, transparent clamp(40px, 6.83vw, 82px), var(--color-bg-light) clamp(40px, 6.83vw, 82px), var(--color-bg-light) 100%);
}

.ec__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ec__cta-inner > * {
  width: 50%;
}
.ec__cta-inner .txt-wrap {
  margin-top: clamp(40px, 6.83vw, 82px);
  padding: clamp(25px, 4.75vw, 57px) 30px;
}

.ec__cta-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 30px;
}
.ec__cta-txt > img {
  display: block;
  max-width: 280px;
  margin-top: 7px;
}

.ec__cta-img img {
  width: 97.2%;
  margin-left: calc(clamp(15px, 2.083vw, 25px) * -1);
}

.original__bnr .link-bnr {
  background: url(../img/production/original/bnr-order_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .ec__cta {
    background: linear-gradient(180deg, transparent 0%, transparent clamp(40px, 24.359vw, 95px), var(--color-bg-light) clamp(40px, 24.359vw, 95px), var(--color-bg-light) 100%);
    padding-bottom: 40px;
  }
  .ec__cta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ec__cta-inner > * {
    width: 100%;
    margin-top: calc(clamp(15px, 7.69vw, 30px) * -1);
  }
  .ec__cta-inner .txt-wrap {
    margin-top: 16px;
    padding: 0;
  }
  .ec__cta-txt {
    font-size: clamp(12px, 3.589vw, 14px);
    margin: 0 auto clamp(10px, 5.13vw, 20px);
    text-align: center;
  }
  .ec__cta-img img {
    width: 100%;
    margin: 0;
  }
  .original__bnr .link-bnr {
    background: url(../img/production/original/bnr-order_sp.jpg) no-repeat center/cover;
  }
}
/* ------------------------------
　　production / order
------------------------------ */
.order__bnr .link-bnr {
  background: url(../img/production/order/bnr-original_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .order__bnr .link-bnr {
    background: url(../img/production/order/bnr-original_sp.jpg) no-repeat center/cover;
  }
}
/* ------------------------------
　　production / single
------------------------------ */
.single__production-main {
  padding: clamp(50px, 5.55vw, 80px) 0 0;
}

.single__production-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4.167%;
}

.single__production-left {
  width: clamp(300px, 45.417vw, 545px);
}

.single__production-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.production__slider-main {
  margin: 0 auto;
}
.production__slider-main .splide__slide {
  position: relative;
}
.production__slider-main .splide__slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 179/134;
  -o-object-fit: cover;
     object-fit: cover;
}
.production__slider-main .splide__slide .single__photos-caption {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: #FFF;
  margin: 0;
  line-height: 1.5;
  padding: 12px min(1.25%, 15px);
  background: rgba(11, 48, 142, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.production__slider-thumbnail {
  margin: 15px auto 0;
}
.production__slider-thumbnail .single__production-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(10px, 1.25vw, 15px);
}
.production__slider-thumbnail .single__production-photos li {
  width: calc((100% - clamp(10px, 1.25vw, 15px) * 3) / 4);
  position: relative;
}
.production__slider-thumbnail .single__production-photos li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.production__slider-thumbnail .single__production-photos li img {
  height: auto;
  width: 100%;
  aspect-ratio: 125/94;
  -o-object-fit: cover;
     object-fit: cover;
}
.production__slider-thumbnail .single__production-photos li.is-active::after {
  opacity: 1;
}

.single__production-detail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__production-detail + .single__production-detail {
  margin-top: 15px;
}
.single__production-detail > span {
  font-family: "M PLUS 1", sans-serif;
  color: var(--color-accent-blue);
  font-weight: 700;
  display: inline-block;
  min-width: 60px;
  margin-right: 5px;
}

.single__production-item {
  margin-top: clamp(30px, 3.472vw, 50px);
}
.single__production-item + .single__production-item {
  margin-top: clamp(15px, 2.083vw, 30px);
}
.single__production-item > p {
  margin: 0;
}

.single__production-related {
  width: 100%;
  background: var(--color-bg-light);
  padding: clamp(15px, 2.083vw, 30px);
  margin: clamp(30px, 3.472vw, 50px) auto 0;
}

.related-item-ttl {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent-blue);
  margin: 0 auto 20px;
}

.related-item-btn {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .single__production-main {
    padding: 30px 0 0;
  }
  .single__production-left {
    width: 100%;
    margin-bottom: clamp(15px, 7.692vw, 30px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .production__slider-thumbnail {
    margin: clamp(5px, 2.564vw, 10px) auto 0;
  }
  .production__slider-thumbnail .single__production-photos {
    gap: clamp(5px, 2.564vw, 10px);
  }
  .single__production-detail + .single__production-detail {
    margin-top: 8px;
  }
  .single__production-item {
    margin-top: clamp(20px, 7.692vw, 30px);
  }
  .single__production-item + .single__production-item {
    margin-top: clamp(20px, 7.692vw, 30px);
  }
  .single__production-right {
    display: contents;
  }
  .single__production-info {
    display: contents;
  }
  .single__production-info > *:not(.single__production-ttl) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .single__production-ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single__production-item {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .single__production-related, .related-item-btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .single__production-related {
    padding: clamp(10px, 5.13vw, 20px);
    margin: clamp(15px, 7.692vw, 30px) auto 0;
  }
  .related-item-ttl {
    font-size: clamp(14px, 4.1vw, 16px);
    margin: 0 auto clamp(10px, 3.846vw, 15px);
  }
  .related-item-btn {
    margin: clamp(10px, 5.13vw, 20px) auto 0;
  }
}
/* ------------------------------
　　sales / store-express
------------------------------ */
.catalog-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.catalog-item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog-item-list li .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalog-item-img {
  width: 31.15%;
  max-width: 162px;
  margin-right: 4.8%;
}

.catalog-item-ttl {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 700;
  margin: 0 auto clamp(15px, 1.389vw, 20px);
}

.catalog-item-txt {
  margin: 0;
}

.store-express__service .colored-ttl + p {
  font-size: clamp(16px, 1.25vw, 18px);
}
.store-express__service .both-dots-ttl {
  margin-top: clamp(20px, 2.778vw, 40px);
}
.store-express__service .l-card-list {
  margin-bottom: 40px;
}

.store-express__bnr .link-bnr {
  background: url(../img/sales/store-express/bnr-solution_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 783px) {
  .catalog-item-list.col-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .store-express__introduction {
    padding-bottom: 30px;
  }
  .catalog-item-list li .txt-wrap {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .catalog-item-img {
    width: 100%;
    margin: 0 auto clamp(10px, 5.13vw, 20px);
  }
  .catalog-item-ttl {
    font-size: clamp(16px, 4.872vw, 19px);
    margin: 0 auto clamp(5px, 2.564vw, 10px);
  }
  .store-express__service .colored-ttl + p {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .store-express__service .both-dots-ttl {
    margin-top: clamp(20px, 7.692vw, 30px);
  }
  .store-express__service .l-card-list {
    margin-bottom: clamp(20px, 7.692vw, 30px);
  }
  .store-express__bnr .colored-ttl {
    margin: 0 auto clamp(10px, 5.13vw, 20px);
  }
  .store-express__bnr .link-bnr {
    background: url(../img/sales/store-express/bnr-solution_sp.jpg) no-repeat center/cover;
  }
}
/* ------------------------------
　　sales / businessnet
------------------------------ */
.businessnet__users .logo-item-list {
  max-width: 1058px;
  margin: clamp(20px, 2.778vw, 40px) auto 0;
}

.logo-item-list.col-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(15px, 2.38vw, 30px) 1fr clamp(15px, 2.38vw, 30px) 1fr clamp(15px, 2.38vw, 30px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3.174vw, 40px) clamp(15px, 2.38vw, 30px);
}

.businessnet__slider {
  padding: 0;
  margin: 0;
}

.businessnet__slide-item {
  background: var(--color-bg-light);
  padding: 30px;
}

.businessnet__slider-body.scroll-wrap {
  height: 100%;
  padding-right: 10px;
  overflow-y: auto;
}
.businessnet__slider-body.scroll-wrap::-webkit-scrollbar {
  width: 14px;
  background: #FFF;
  padding: 0 2px;
  margin: 0 0 0 15px;
  background-repeat: 20px;
  border-radius: 20px;
}
.businessnet__slider-body.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 20px;
}

.businessnet__slider-ttl {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.businessnet__works-detail {
  background: var(--color-bg-light);
  padding: clamp(20px, 2.778vw, 40px);
}
.businessnet__slider .businessnet__works-detail {
  background: #FFF;
  padding: 30px;
}

.businessnet__works-client {
  font-size: clamp(14px, 1.27vw, 16px);
  font-weight: 700;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.businessnet__works-client span {
  font-size: clamp(14px, 1.27vw, 16px);
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.businessnet__works-client + p {
  margin: 18px auto 0;
}
.businessnet__slide-item .businessnet__works-client {
  font-size: clamp(16px, 1.429vw, 18px);
}
.single__businessnet-contents .businessnet__works-client {
  font-size: clamp(16px, 1.429vw, 18px);
}

.businessnet__item-faq {
  margin-top: 50px;
}
.businessnet__slide-item .businessnet__item-faq {
  margin-top: 30px;
}

.businessnet__item-a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .logo-item-list.col-4 {
    -ms-grid-columns: 1fr 5.88% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(15px, 6.92vw, 27px) 5.88%;
  }
  .businessnet__slider {
    padding: 0 5.13vw;
    margin: 0 auto 0 -5.13vw;
  }
  .businessnet__slider .businessnet__works-detail {
    padding: 20px 6.67%;
  }
  .businessnet__slide-item {
    padding: 20px 2.86% 20px 5.714%;
  }
  .businessnet__slider-body.scroll-wrap::-webkit-scrollbar {
    width: 10px;
  }
  .businessnet__slider-body.scroll-wrap::-webkit-scrollbar-thumb {
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
  }
  .businessnet__slider-ttl {
    font-size: clamp(17px, 4.872vw, 19px);
    margin: 0 auto clamp(10px, 5.13vw, 20px);
  }
  .businessnet__works-client {
    font-size: 14px;
    display: -ms-grid;
    display: grid;
  }
  .businessnet__works-client span {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 15px;
    margin: 0 auto 10px 0;
  }
  .businessnet__works-client + p {
    margin: 10px auto 0;
  }
  .businessnet__slide-item .businessnet__works-client {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .single__businessnet-contents .businessnet__works-client {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .businessnet__item-faq {
    margin-top: 30px;
  }
  .businessnet__slide-item .businessnet__item-faq {
    margin-top: 20px;
  }
}
/* 　works__businessnet
------------------------------ */
.archive-businessnet-index {
  padding: 80px 0 0;
}

.businessnet__index-list {
  border-top: 1px solid #CED6E8;
}

.businessnet__index-item {
  border-bottom: 1px solid #CED6E8;
  padding: clamp(25px, 2.43vw, 35px) calc(6% + 42px) clamp(25px, 2.43vw, 35px) 3%;
  position: relative;
}
.businessnet__index-item .businessnet__works-client {
  font-weight: normal;
}

.businessnet__index-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.businessnet__index-link::after {
  content: "";
  width: 42px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_circle-blu.svg) no-repeat center/cover;
  position: absolute;
  right: 3.3%;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(-1, -1);
          transform: translate(0, -50%) scale(-1, -1);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .businessnet__index-link:hover::after {
    right: calc(3.3% - 3px);
    opacity: 0.7;
  }
  .businessnet__index-link:hover + .businessnet__index-body .businessnet__works-ttl > span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .businessnet__index-link:hover + .businessnet__index-body .businessnet__works-client span {
    border-color: var(--color-accent-blue);
    background: var(--color-accent-blue);
    color: #FFF;
  }
}

.businessnet__works-ttl {
  font-size: clamp(18px, 1.587vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  margin: 0 auto clamp(10px, 1.35vw, 17px);
}
.businessnet__works-ttl > span {
  display: inline-block;
  position: relative;
}
.businessnet__works-ttl > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-text-base);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.showroom__reason-item .l-thumb-desc_thumb img {
  width: 100%;
  aspect-ratio: 545/363;
  -o-object-fit: cover;
     object-fit: cover;
}
.showroom__reason-item .l-thumb-desc_desc .logo {
  width: clamp(160px, 14.286vw, 180px);
  margin-right: 10px;
  vertical-align: sub;
}
.showroom__reason-item .tag-item {
  min-width: 92px;
}
.showroom__reason-item .l-thumb-desc_info {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.showroom__bnr {
  margin-top: -30px;
}
.showroom__bnr .link-bnr {
  background: url(../img/sales/showroom/bnr-showroom_pc.jpg) no-repeat center/cover;
}
.showroom__bnr02 .link-bnr {
  background: url(../img/sales/showroom/bnr-solution_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .archive-businessnet-index {
    padding: 40px 0 0;
  }
  .businessnet__index-item {
    padding: clamp(15px, 6.41vw, 25px) 50px clamp(25px, 2.43vw, 35px) 10px;
  }
  .businessnet__index-link::after {
    width: 30px;
    right: 13px;
  }
  .businessnet__works-ttl {
    font-size: clamp(16px, 4.615vw, 18px);
    margin: 0 auto clamp(10px, 3.33vw, 13px);
  }
  .showroom__reason-item .l-thumb-desc_info {
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .showroom__reason-item .l-thumb-desc_info + .l-thumb-desc_info {
    margin-top: 16px;
  }
  .showroom__reason-item .l-thumb-desc_info + .l-thumb-desc_txt {
    margin-top: 20px;
  }
  .showroom__reason-item .l-thumb-desc_desc .logo {
    width: clamp(140px, 4.1vw, 160px);
    margin-right: 7px;
  }
  .showroom__reason-item .tag-item {
    min-width: 100px;
    margin-bottom: 10px;
  }
  .showroom__bnr .link-bnr {
    background: url(../img/sales/showroom/bnr-showroom_sp.jpg) no-repeat center/cover;
  }
  .showroom__bnr02 .link-bnr {
    background: url(../img/sales/showroom/bnr-solution_sp.jpg) no-repeat center/cover;
  }
}
/* sales / businessnet /single
------------------------------ */
.__store .fix-banner.-onbtn.--02 {
  bottom: 436px;
}
.__store .fix-banner img {
  max-width: 221px;
}

.single__businessnet-main {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .single__businessnet-main {
    padding: 40px 0 0;
  }
}
/* sales / showroom /single
------------------------------ */
.single__store-main {
  padding: 80px 0 0;
}
.single__store-main > .btn {
  margin-top: calc(clamp(50px, 2.08vw, 30px) * -1);
}

.single__store-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single__store-lead {
  width: calc(100% - 240px);
  margin: 0;
}
.single__store-lead.-closed {
  color: var(--color-accent-red);
}
.single__store-lead + .single__store-head {
  margin-top: 20px;
}

.store-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store-sns-list li {
  width: 45px;
}
.store-sns-list li + li {
  margin-left: 10px;
}
.store-sns-list li img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .store-sns-list li a:hover {
    opacity: 0.7;
  }
}

.single__store-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3.5%;
  margin: 30px auto 60px;
}

.single__store-left {
  width: clamp(300px, 45.417vw, 545px);
}

.single__store-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.store__slider-main {
  margin: 0 auto;
}
.store__slider-main .splide__slide {
  position: relative;
}
.store__slider-main .splide__slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 179/134;
  -o-object-fit: cover;
     object-fit: cover;
}
.store__slider-main .splide__slide .single__photos-caption {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: #FFF;
  margin: 0;
  line-height: 1.5;
  padding: 12px min(1.25%, 15px);
  background: rgba(11, 48, 142, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.store__slider-main .splide__arrows {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.store__slider-main .splide__arrows .splide__arrow {
  border: none;
  width: 42px;
  height: 42px;
  background: url(../img/common/arrow_circle-blu.svg) no-repeat center/cover;
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.55));
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.55));
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.store__slider-main .splide__arrows .splide__arrow svg {
  display: none;
}
.store__slider-main .splide__arrows .splide__arrow[class*="--prev"] {
  left: 10px;
}
.store__slider-main .splide__arrows .splide__arrow[class*="--next"] {
  right: 10px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .store__slider-main .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}

.store__slider-thumbnail {
  margin: 15px auto 0;
}
.store__slider-thumbnail .single__store-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(10px, 1.25vw, 15px);
}
.store__slider-thumbnail .single__store-photos li {
  width: calc((100% - clamp(10px, 1.25vw, 15px) * 3) / 4);
  position: relative;
}
.store__slider-thumbnail .single__store-photos li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.store__slider-thumbnail .single__store-photos li img {
  height: auto;
  width: 100%;
  aspect-ratio: 125/94;
  -o-object-fit: cover;
     object-fit: cover;
}
.store__slider-thumbnail .single__store-photos li.is-active::after {
  opacity: 1;
}

.single__store-table th {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}

@media screen and (max-width: 1159px) {
  .single__store-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single__store-left {
    margin: 0 auto;
  }
  .single__store-right {
    margin: 30px auto 0;
  }
}
.single__store-links {
  background: #EFF2F7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 30px 0;
}
.single__store-links > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single__store-links .btn + .btn {
  margin-left: 15px;
}

.single__store-guide {
  margin: 60px auto 100px;
}

.store-guide-list > li {
  padding: clamp(20px, 2.78vw, 40px) 8.1% calc(clamp(20px, 2.78vw, 40px) + 90px);
  padding-bottom: calc(clamp(20px, 2.78vw, 40px) + 90px);
}
.store-guide-list > li:has(.l-card-horizontal) {
  padding-bottom: calc(clamp(20px, 2.78vw, 40px) + 90px);
}

.store-calendar-wrap {
  text-align: center;
}
.store-calendar-wrap iframe {
  width: 100%;
  max-width: 630px;
}

.floor-table th {
  width: clamp(100px, 11.9vw, 150px);
  word-break: keep-all;
  text-align: center;
}
.floor-table th[rowspan] {
  font-weight: 700;
}
.floor-table + .btn {
  margin-top: 40px;
}

.campaign-bnr-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.17% 1fr 2.17% 1fr 2.17% 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.06vw, 26px) 2.17%;
}
@media (hover: hover) and (pointer: fine) {
  .campaign-bnr-list li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1099px) {
  .campaign-bnr-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .single__store-main {
    padding: 40px 0 0;
  }
  .single__store-main > .btn {
    margin-top: calc(clamp(40px, 10.256vw, 20px) * -1);
  }
  .single__store-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single__store-lead {
    width: 100%;
    margin: 0 auto 20px;
  }
  .single__store-contents {
    margin: 20px auto 40px;
  }
  .single__store-left {
    width: 100%;
  }
  .single__store-table th {
    width: 100%;
  }
  .single__store-links > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single__store-links .btn {
    margin: 0 auto;
  }
  .single__store-links .btn + .btn {
    margin: 10px auto 0;
  }
  .single__store-guide {
    margin: 40px auto 70px;
  }
  .store-guide-list.col-2 {
    gap: 20px;
  }
  .store-guide-list > li {
    padding: clamp(20px, 7.69vw, 30px) 5.71%;
  }
  .store-guide-list > li:has(.l-card-horizontal) {
    padding-bottom: clamp(20px, 7.69vw, 30px);
  }
  .store-guide-list .icon + .list {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .store-guide-list .icon + .list li + li {
    margin-top: 0.5em;
  }
  .store-calendar-wrap iframe {
    height: clamp(300px, 89.74vw, 500px);
  }
  .floor-table th {
    width: 100%;
  }
  .floor-table + .btn {
    margin-top: clamp(20px, 7.69vw, 30px);
  }
  .campaign-bnr-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(10px, 5.13vw, 20px);
  }
}
/* ------------------------------
　　sales / solution
------------------------------ */
.solution__lineup .l-thumb-desc_thumb iframe {
  height: clamp(150px, 50.513vw, 300px);
}

/* ------------------------------
　　company / sdgs
------------------------------ */
.sdgs__content {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sdgs__content {
    padding-bottom: 40px;
  }
}
.office__document-inner {
  max-width: 1000px;
}

.office__item-content + .office__item-content {
  margin-top: 100px;
}

.office__item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.33% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 8.33%;
}

.office__address {
  margin: 0;
}
.office__address + .office__contact {
  margin-top: 2em;
}

.office__contact {
  margin: 0;
}
.office__contact a:not([class]), .office__contact a.external-link {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .office__item-content + .office__item-content {
    margin-top: 70px;
  }
  .office__item-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(30px, 12.82vw, 50px);
  }
}
.history__document {
  background: #F6F8FB;
  padding-bottom: 100px;
}

.history__document-inner {
  max-width: 790px;
}

.history__timeline {
  margin-top: calc(0.6em + 70px);
}
.history__timeline .timeline-content .bnr-50th-link {
  max-width: 400px;
  margin: 50px 0 0;
}
@media (hover: hover) and (pointer: fine) {
  .history__timeline .timeline-content .bnr-50th-link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .history__document {
    padding-bottom: 70px;
  }
  .history__timeline {
    margin-top: calc(0.75em + 30px);
  }
  .history__timeline .timeline-content .bnr-50th-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 30px 0 0 -7.07%;
    width: 100%;
  }
}
/* ------------------------------
　　contact
------------------------------ */
.contact__guide-txt {
  text-align: center;
}

.contact__guide-list {
  margin-top: 80px;
}

.contact__tel-list {
  margin-top: 30px;
}
.contact__tel-list .tel-link {
  margin-top: clamp(15px, 1.19vw, 15px);
}

@media screen and (max-width: 767px) {
  .contact__guide-txt {
    text-align: left;
  }
  .contact__guide-list {
    margin-top: clamp(30px, 12.82vw, 50px);
  }
}
.contact__form {
  padding-bottom: 100px;
}

.contact__form-container {
  max-width: 960px;
}

.contact__form-txt {
  text-align: center;
  font-size: 18px;
  margin-top: 0;
}
.contact__form-txt + p {
  text-align: center;
  margin: 0 auto;
}

.form-label {
  font-size: 18px;
  font-weight: 700;
}

.contact__form-table {
  width: 100%;
}
.contact__form-table p {
  margin: 0;
}
.contact__form-table th, .contact__form-table td {
  display: block;
  text-align: left;
}
.contact__form-table th {
  padding: 22px 0 15px;
}
.contact__form-table th .label-required {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  margin-left: 10px;
  color: #fff;
  background: var(--color-accent-blue);
}
.contact__form-table td {
  padding: 0 0 22px;
}
.contact__form-table input[type=text], .contact__form-table input[type=email], .contact__form-table input[type=tel] {
  min-height: 64px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  background: #EFF2F7;
  border: none;
  border-radius: 3px;
  font-size: 16px;
}
.contact__form-table input[type=text]::-webkit-input-placeholder, .contact__form-table input[type=email]::-webkit-input-placeholder, .contact__form-table input[type=tel]::-webkit-input-placeholder {
  color: #9AA9C3;
}
.contact__form-table input[type=text]::-moz-placeholder, .contact__form-table input[type=email]::-moz-placeholder, .contact__form-table input[type=tel]::-moz-placeholder {
  color: #9AA9C3;
}
.contact__form-table input[type=text]:-ms-input-placeholder, .contact__form-table input[type=email]:-ms-input-placeholder, .contact__form-table input[type=tel]:-ms-input-placeholder {
  color: #9AA9C3;
}
.contact__form-table input[type=text]::-ms-input-placeholder, .contact__form-table input[type=email]::-ms-input-placeholder, .contact__form-table input[type=tel]::-ms-input-placeholder {
  color: #9AA9C3;
}
.contact__form-table input[type=text]::placeholder, .contact__form-table input[type=email]::placeholder, .contact__form-table input[type=tel]::placeholder {
  color: #9AA9C3;
}
.contact__form-table input[type=file] {
  min-width: 300px;
}
.contact__form-table input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  display: block;
  background: #EFF2F7 url(../img/common/arrow_blu.svg) no-repeat top 9px right 10px/16px auto;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  height: 36px;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 42px 0 20px;
  font-size: 16px;
  line-height: 60px;
  text-align: left;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__form-table input[type=file]::file-selector-button {
  cursor: pointer;
  display: block;
  background: #EFF2F7 url(../img/common/arrow_blu.svg) no-repeat top 9px right 10px/16px auto;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  height: 36px;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 42px 0 20px;
  font-size: 16px;
  line-height: 60px;
  text-align: left;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contact__form-table input[type=file]::-webkit-file-upload-button:hover {
    color: #FFF;
    background: #EFF2F7 url(../img/common/arrow_blu.svg) no-repeat top 9px right 10px/16px auto;
  }
  .contact__form-table input[type=file]::file-selector-button:hover {
    color: #FFF;
    background: #EFF2F7 url(../img/common/arrow_blu.svg) no-repeat top 9px right 10px/16px auto;
  }
}
.contact__form-table select {
  min-height: 64px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 34px 0 20px;
  background: #EFF2F7 url(../img/contact/select_arrow.svg) no-repeat right 20px top 27px;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}
.contact__form-table select::-ms-expand {
  display: none;
}
.contact__form-table textarea {
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 20px;
  background: #EFF2F7;
  border: none;
  line-height: 1.7;
  border-radius: 3px;
}
.contact__form-table textarea::-webkit-input-placeholder {
  color: #9AA9C3;
}
.contact__form-table textarea::-moz-placeholder {
  color: #9AA9C3;
}
.contact__form-table textarea:-ms-input-placeholder {
  color: #9AA9C3;
}
.contact__form-table textarea::-ms-input-placeholder {
  color: #9AA9C3;
}
.contact__form-table textarea::placeholder {
  color: #9AA9C3;
}
.contact__form-table .col-7 {
  max-width: 500px;
}
.contact__form-table .col-10 {
  max-width: 700px;
}
.contact__form-table .wpcf7-list-item {
  margin: 0 2.5em 20px 0;
}

.wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.33em;
  left: -1.8em;
  width: 1.125em;
  height: 1.125em;
  background: #EFEFEF url(../img/contact/your-check.svg) no-repeat center/70%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wpcf7-list-item label {
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-list-item label::before {
  content: "";
  position: absolute;
  top: 0.33em;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.wpcf7-not-valid-tip {
  color: var(--color-accent-red);
  font-size: 14px;
  margin-top: 12px;
}

.contact__form-note {
  margin: 14px 0 0 !important;
}

.contact__form-bottom {
  padding: 38px 0 0;
  text-align: center;
}
.contact__form-bottom p {
  margin: 0;
}
.contact__form-bottom p + p {
  margin: 30px 0 40px;
}
.contact__form-bottom .wpcf7-list-item {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.contact__form-bottom .wpcf7-spinner {
  display: none;
}

.form-btn-wrap > .btn {
  padding: 0;
  border: none;
}
.form-btn-wrap > .circle-arrow-link {
  margin-top: 30px;
}
.form-btn-wrap > .circle-arrow-link p {
  display: inline-block;
  position: relative;
}
.form-btn-wrap > .circle-arrow-link p::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-text-base);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .form-btn-wrap > .circle-arrow-link p:hover::before {
    background: var(--color-accent-blue);
  }
}

.form-btn {
  width: 280px;
  max-width: 100%;
  padding: 20px 40px 20px 10px;
  cursor: pointer;
}
.form-btn[type=submit] {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-back-btn[type=button] {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wpcf7-form .wpcf7-response-output {
  text-align: center;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.grecaptcha-badge {
  bottom: 120px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
@media (hover: hover) and (pointer: fine) {
  .grecaptcha-badge:hover {
    width: 256px !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .contact__form {
    padding-bottom: 70px;
  }
  .contact__form-txt {
    text-align: left;
    font-size: 16px;
  }
  .-thanks .contact__form-txt {
    text-align: center;
  }
  .contact__form-txt + p {
    text-align: left;
  }
  .contact__form-table tr:first-child th {
    margin-top: 0;
  }
  .contact__form-table th {
    padding: 15px 0 12px;
  }
  .contact__form-table th .label-required {
    font-size: 14px;
    padding: 0 13px;
    margin-left: 8px;
  }
  .contact__form-table td {
    padding: 0 0 15px;
  }
  .contact__form-table input[type=text], .contact__form-table input[type=email], .contact__form-table input[type=tel] {
    min-height: 57px;
    font-size: 14px;
    padding: 0 5.714%;
  }
  .contact__form-table input[type=file] {
    min-width: 100%;
    width: 100%;
  }
  .contact__form-table textarea {
    min-height: 354px;
    font-size: 14px;
    padding: 18px 5.714%;
  }
  .contact__form-table select {
    min-height: 57px;
    padding: 0 calc(5.714% + 14px) 0 5.714%;
    background: #EFF2F7 url(../img/contact/select_arrow.svg) no-repeat right 5.714% top 24px;
  }
  .contact__form-table .wpcf7-list-item {
    margin: 0 2.5em 12px 0;
  }
  .form-label {
    font-size: 16px;
  }
  .contact__form-note {
    margin: 10px 0 0 !important;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 10px;
  }
  .contact__form-bottom {
    padding: 23px 0 0;
  }
  .contact__form-bottom p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .contact__form-bottom p + p {
    margin: 25px auto 40px;
  }
  .contact__form-bottom .wpcf7-list-item {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .grecaptcha-badge {
    bottom: calc(10.26vw + clamp(30px, 11.538vw, 50px)) !important;
  }
}
/* ------------------------------
　　news
------------------------------ */
.archive-news-index, .single-news-index {
  padding: 80px 0 0;
}

.news__single-head h1 {
  margin-top: 25px;
}

.news__index-content, .news__single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5%;
}

.news__index-main, .news__single-main {
  width: 75.83%;
}

.news__index-list {
  border-top: 1px solid #CED6E8;
}

.news__index-item {
  border-bottom: 1px solid #CED6E8;
  padding: 22px 14px;
  position: relative;
}
.news__index-item .news-date {
  font-size: 15px;
  margin-right: 13px;
  text-align: center;
}
.news__index-item .news-date .days {
  font-size: 19px;
  line-height: 1.4;
  display: block;
}
.news__index-item .cate-wrap {
  display: inline-block;
}
.news__index-item .new-tag {
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.news__index-item .new-tag::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-accent-red);
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.news-cate {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  padding: 0 23px;
  line-height: 25px;
  margin-right: 8px;
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .news-cate:hover {
    color: #FFF;
    background: var(--color-accent-blue);
    border: 1px solid var(--color-accent-blue);
  }
}

.news-date {
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.news__index-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .news__index-link:hover ~ .news__index-inner .news__index-txt > span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.news__index-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__index-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news__index-txt {
  width: 100%;
  margin: 0.625em 0 0;
}
.news__index-txt > span {
  display: inline-block;
  position: relative;
}
.news__index-txt > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-text-base);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.side-list-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.side-list-item + .side-list-item {
  margin-top: 30px;
}

.side-list {
  border-top: 1px solid #CED6E8;
}
.side-list li a {
  display: block;
  padding: 17px 15px;
  border-bottom: 1px solid #CED6E8;
}
.side-list li a span {
  position: relative;
}
.side-list li a span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-accent-blue);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .side-list li a:hover span::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 982px) {
  .news__index-main, .news__single-main {
    width: 100%;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .archive-news-index, .single-news-index {
    padding: 40px 0 0;
  }
  .news__single-head h1 {
    margin-top: 10px;
  }
  .news__index-item {
    padding: 20px 4.286% 17px;
  }
  .news__index-item .cate-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 9px;
  }
  .news__index-item .news-cate {
    margin-bottom: 0;
  }
  .news-cate {
    font-size: 13px;
    padding: 0 clamp(15px, 5.897vw, 23px);
    margin-bottom: 5px;
  }
  .news-cate + .news-cate {
    margin-top: 5px;
  }
  .news__index-body {
    display: contents;
  }
  .news__index-txt {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .side-list-wrap {
    width: 100%;
  }
  .side-list li a {
    padding: 16px 5.71%;
  }
}
/* ------------------------------
　　column
------------------------------ */
.archive-column-index, .single-column-index {
  padding: 80px 0 0;
}

.column__single-head h1 {
  margin-top: 25px;
}

.column__index-content, .column__single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5%;
}

.column__index-main, .column__single-main {
  width: 75.83%;
}

.column__index-list {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
}
.column__index-list.col-4 {
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.column__index-list.col-3 {
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.column__index-item {
  position: relative;
}
.column__index-item .column-img {
  width: 100%;
  aspect-ratio: 280/210;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}

.column-cate {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  padding: 0 23px;
  line-height: 25px;
  margin-right: 8px;
  position: relative;
  z-index: 3;
}
@media (hover: hover) and (pointer: fine) {
  .column-cate:hover {
    color: #FFF;
    background: var(--color-accent-blue);
    border: 1px solid var(--color-accent-blue);
  }
}

.column-date {
  color: var(--color-accent-blue);
  font-family: "M PLUS 1", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.column__index-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.column__index-link::after {
  content: "";
  width: 100%;
  aspect-ratio: 280/210;
  background: rgba(11, 48, 142, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .column__index-link:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .column__index-main .column__index-list.col-3 {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 999px) {
  .column__index-list.col-3, .column__index-list.col-4 {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 982px) {
  .column__index-main, .column__single-main {
    width: 100%;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .archive-column-index, .single-column-index {
    padding: 40px 0 0;
  }
  .column__single-head h1 {
    margin-top: 10px;
  }
  .column__index-list.col-4, .column__index-list.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 380px;
  }
  .column__index-main .column__index-list.col-4, .column__index-main .column__index-list.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .top__column .column__index-list {
    gap: 20px;
  }
  .column__index-item .column-cate {
    font-size: 13px;
    padding: 0 clamp(15px, 5.897vw, 23px);
  }
  .column__index-item .column-date {
    font-size: 14px;
  }
  .column__index-txt {
    font-size: 14px;
    margin: 8px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */