@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
/* medium */
@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/YuGothic-Medium.woff2") format("woff2"), url("../fonts/YuGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "felix-titling";
  src: url("../fonts/felix-titling.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html body .sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  html body .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

html body .tab {
  display: none;
}
@media screen and (max-width: 1025px) {
  html body .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .tab {
    display: none;
  }
}

html body .pc {
  display: block;
}
@media screen and (max-width: 1025px) {
  html body .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

body {
  color: #0A101C;
  font-family: "Figtree", "Yu Gothic", "游ゴシック", "sans-serif";
  font-weight: 500;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

.ja {
  font-family: "Figtree", "Yu Gothic", "游ゴシック", "sans-serif";
}

.en {
  font-family: "felix-titling", "sans-serif";
}

.en2 {
  font-family: "Figtree", "sans-serif";
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/**
ヘッダー header
----------------------------------------------**/
.l-header {
  width: calc(100% - 10rem);
  height: 6.25rem;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1025px) {
  .l-header {
    width: calc(100% - 2.5rem);
    height: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 2.375rem;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 1.1875rem 1.875rem;
  overflow: visible !important;
}
@media screen and (max-width: 1025px) {
  .l-header__inner {
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
  }
}
.l-header__bar {
  width: 4.375rem;
  height: 3.125rem;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
@media screen and (max-width: 1025px) {
  .l-header__bar {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.l-header__bar__inner {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  place-content: center;
}
@media screen and (max-width: 1025px) {
  .l-header__bar__inner {
    gap: 0.375rem;
  }
}
.l-header__bar span {
  width: 2.1875rem;
  height: 0.0625rem;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1025px) {
  .l-header__bar span {
    width: 1.625rem;
  }
}
@media screen and (max-width: 1025px) {
  .l-header__bar.tab.sp {
    display: block;
  }
}
.l-header__logo {
  width: 8.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 4.625rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header.is-open .l-header__logo {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-header.is-open .l-header__bar span {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header.is-open .l-header__bar span:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  position: relative;
  top: 0.25rem;
}
.l-header.is-open .l-header__bar span:nth-child(2) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: relative;
  top: -0.1875rem;
}
.l-header__list {
  font-size: clamp(12px, 0.875rem, 14px);
  white-space: nowrap;
  color: #fff;
  line-height: 1;
  margin: 0;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__list.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .l-header__list.pc {
    display: none;
  }
}
.l-header__list > li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: left;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .l-header__list > li {
    margin: 0 0.9375rem;
  }
}
.l-header__list > li:not(:last-child) {
  margin-right: 2.125rem;
}
@media screen and (max-width: 1025px) {
  .l-header__list > li:not(:last-child) {
    margin-right: 0.9375rem;
  }
}
.l-header__list > li a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__list > li a:hover {
  color: #6297F0;
}
.l-header__list > li a:hover::before {
  opacity: 1;
}
.l-header__list > li a small {
  display: block;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
  line-height: 1.5;
}
.l-header .child__menu {
  display: none;
  position: absolute;
  z-index: 101;
  padding: 1.875rem 1.875rem;
  background: white;
  top: 3.125rem;
  font-family: "Figtree", "sans-serif";
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  color: #0A101C;
  white-space: nowrap;
  font-weight: 500;
}
.l-header .child__menu li {
  letter-spacing: 0.05em;
}
.l-header .child__menu li + li {
  margin-top: 1.125rem;
}
.l-header .midnightHeader,
.l-header .midnightInner {
  overflow: visible !important;
}

.l-header__inner {
  height: 3.75rem !important;
  top: 1.25rem !important;
}
@media screen and (max-width: 1025px) {
  .l-header__inner {
    height: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 2.375rem !important;
  }
}

.midnightInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1025px) {
  .midnightInner {
    padding: 0 1.25rem;
  }
}

.midnightHeader.default .midnightInner {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 10px;
}

.midnightHeader.black .midnightInner {
  background: rgba(10, 16, 28, 0.2);
  border: 1px solid rgba(10, 16, 28, 0.1);
  overflow: hidden;
  border-radius: 10px;
}

/**
オフカンバスメニュー
----------------------------------------------**/
.l-offcanvas {
  background: #0A101C;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  z-index: 10;
  overflow-y: auto;
  padding: 6.25rem 0 8.75rem;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .l-offcanvas {
    padding: 5rem 0 8.75rem;
  }
}
.l-offcanvas__list > li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(14px, 1rem, 16px);
}
.l-offcanvas__list > li::marker {
  display: none;
  content: none;
}
.l-offcanvas__list > li.has__child {
  position: relative;
  padding: 1.25rem 0;
}
.l-offcanvas__list > li.has__child i {
  width: 1.0625rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 1.875rem;
  right: 0;
}
.l-offcanvas__list > li.has__child i::before {
  content: "";
  width: 1.0625rem;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-offcanvas__list > li.has__child.is-open i::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-offcanvas__list > li .menu__child {
  display: none;
  margin-top: 0.625rem;
}
.l-offcanvas__list > li .menu__child li {
  padding: 0.625rem 1.25rem;
}
.l-offcanvas__list > li .menu__child li a {
  padding: 0;
}
.l-offcanvas__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 1rem, 16px);
  padding: 1.25rem 0;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-offcanvas__list a small {
  font-size: clamp(12px, 0.875rem, 14px);
}
.l-offcanvas.is-open {
  right: 0;
}

/**
footer
----------------------------------------------**/
.l-footer {
  background: #0A101C;
  border-top: 1px solid #252D3B;
  position: relative;
}
.l-footer .l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  padding: 2.5rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu {
    padding: 2.5rem 1.25rem 0;
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
  }
}
.l-footer .l-footer__menu .l-footer__logo {
  width: 10.4375rem;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .l-footer .l-footer__menu .l-footer__logo {
    top: -0.3125rem;
  }
}
.l-footer .l-footer__menu .l-footer__logo img {
  width: 10.4375rem;
}
.l-footer .l-footer__menu .l-footer__logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer .l-footer__menu .l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer .l-footer__menu__list {
  width: calc(100% - 10.4375rem);
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list {
    width: 100%;
  }
}
.l-footer .l-footer__menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: end;
  gap: clamp(4.5138888889vw, 4.5138888889vw, 65px);
}
@media screen and (max-width: 1025px) {
  .l-footer .l-footer__menu__list ul {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%;
    place-content: baseline;
    place-content: space-between;
    width: 100%;
  }
}
.l-footer .l-footer__menu__list ul li:nth-child(2) {
  margin-right: -6.25rem;
}
.l-footer .l-footer__menu__list ul a {
  color: #fff;
  font-size: clamp(13px, 1rem, 16px);
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1025px) {
  .l-footer .l-footer__menu__list ul a {
    font-size: clamp(12px, 0.875rem, 14px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul a {
    font-size: 12px;
  }
}
.l-footer .l-footer__menu__list ul a:hover {
  opacity: 0.6;
}
.l-footer .l-footer__menu__list ul.child__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 0.3125rem;
  margin-top: 1.5625rem;
  place-content: baseline;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul.child__menu {
    margin-top: 0.9375rem;
  }
}
.l-footer .l-footer__menu__list ul.child__menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul.child__menu li {
    margin-bottom: 0.3125rem;
  }
}
.l-footer .l-footer__menu__list ul.child__menu li a {
  font-size: clamp(12px, 0.875rem, 14px);
  letter-spacing: 0.07em;
  font-family: "Figtree", "Yu Gothic", "游ゴシック", "sans-serif";
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul.child__menu li a {
    font-size: 11px;
  }
}
.l-footer .l-footer__menu__list ul.child__menu li a small {
  display: block;
  margin-top: 0.1875rem;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul.child__menu li a small {
    display: none;
  }
}
.l-footer .l-footer__menu__list ul.child__menu li::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 2.5rem;
  height: 1px;
  position: relative;
  top: 0.7em;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu__list ul.child__menu li::before {
    width: 0.9375rem;
    top: 0.4em;
  }
}
.l-footer .l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  padding: 4.375rem 5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link {
    padding: 2.5rem 1.25rem 1.875rem;
    display: -ms-grid;
    display: grid;
    gap: 1.5625rem;
  }
}
.l-footer .l-footer__link .l-footer__link-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
.l-footer .l-footer__link .l-footer__link-01 a {
  font-family: "Figtree", "sans-serif";
  color: #fff;
  font-size: clamp(12px, 0.875rem, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4166666667vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link .l-footer__link-01 a {
    font-size: clamp(10px, 0.795625rem, 12.73px);
    gap: 1.5384615385vw;
    white-space: nowrap;
  }
}
.l-footer .l-footer__link .l-footer__link-01 a:hover {
  opacity: 0.6;
}
.l-footer .l-footer__link .l-footer__link-01 a .icon-window {
  width: 11.701px;
  height: 11.827px;
  fill: currentColor;
}
.l-footer .l-footer__link .l-footer__link-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link .l-footer__link-02 {
    gap: 19px;
  }
}
.l-footer .l-footer__link .l-footer__link-02 .icon-sns {
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link .l-footer__link-02 .icon-sns {
    width: 16px;
    height: 16px;
  }
}
.l-footer .l-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  place-content: space-between;
  border-top: 1px solid #252D3B;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__copy {
    display: -ms-grid;
    display: grid;
    gap: 11px;
    padding: 1.25rem 0 1.875rem;
  }
}
.l-footer .l-footer__copy p {
  font-size: 11px;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__copy p {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-footer .l-footer__copy__link {
  font-size: 12px;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__copy__link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/**
ページトップ l-pagetop
----------------------------------------------**/
.l-pagetop {
  display: block;
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  right: 2.5rem;
  top: -2.5rem;
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.6, 0.32, 2);
  transition: 0.3s cubic-bezier(0.68, -0.6, 0.32, 2);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 14.6875rem;
    top: auto;
    right: 1.25rem;
  }
}
.l-pagetop:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.inner {
  width: 81.5625rem;
  max-width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1441px) {
  .inner {
    width: 90rem;
    max-width: 100%;
    padding-left: 9.0625rem;
    padding-right: 9.0625rem;
  }
}
@media screen and (max-width: 1025px) {
  .inner {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 521px) {
  .inner {
    padding: 0 1.25rem;
  }
}

.l-inner {
  width: 90rem;
  max-width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 521px) {
  .l-inner {
    padding: 0 1.25rem;
  }
}

.c-ttl-01 {
  text-align: center;
  font-size: clamp(30px, 3.4375rem, 55px);
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #02112D;
}
@media screen and (max-width: 767px) {
  .c-ttl-01 {
    font-size: clamp(30px, 2rem, 32px);
    white-space: nowrap;
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }
}
.c-ttl-01 span:not(.en2, .c-ttl-01__text) {
  height: 1px;
  background: rgba(2, 17, 45, 0.5);
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-01 span:not(.en2, .c-ttl-01__text) {
    width: 1.875rem;
  }
}
.c-ttl-01 .en2,
.c-ttl-01 .c-ttl-01__text {
  font-size: clamp(10px, 0.875rem, 14px);
  left: 0.5rem;
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-ttl-01 .en2,
  .c-ttl-01 .c-ttl-01__text {
    font-size: clamp(10px, 0.75rem, 12px);
  }
}
.c-ttl-01.c-color-white {
  color: #fff;
}
.c-ttl-01.c-color-white span:not(.en2, .c-ttl-01__text) {
  background: rgba(255, 255, 255, 0.5);
}

.c-ttl-text {
  font-size: clamp(14px, 1rem, 16px);
  color: #fff;
  padding-bottom: 3.75rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-ttl-text {
    font-size: clamp(12px, 0.75rem, 12px);
    padding-bottom: 2.9375rem;
  }
}

.c-color-white {
  color: #fff;
}

.c-color-black {
  color: #0A101C;
}

.c-btn-01 {
  border: 1px solid #0A101C;
  border-radius: 0.9375rem;
  font-size: clamp(14px, 1rem, 16px);
  color: #0A101C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media screen and (max-width: 767px) {
  .c-btn-01 {
    font-size: 12px;
    padding: 0.625rem 1.875rem;
    border-radius: 10px;
    font-weight: 700;
  }
}
.c-btn-01:hover {
  opacity: 0.7;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.c-btn-01:hover img {
  left: 0.25rem;
}
.c-btn-01 img {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.625rem;
  position: relative;
  left: 0rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-01 img {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.c-btn-01__wrap {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.c-btn-01.white {
  border: 1px solid #fff;
  color: #fff;
}

.c-ttl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-ttl__wrap {
    padding-bottom: 1.5625rem;
  }
}
.c-ttl__wrap .c-ttl-01 {
  margin-bottom: 0;
}

.section-txt {
  text-align: center;
  font-size: 0.8125rem;
}

/**
共通アニメーション
----------------------------------------------**/
.js__fadein {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@-webkit-keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/**
お問い合わせはこちら
----------------------------------------------**/
.l-contact__parts {
  z-index: 3;
  position: fixed;
  right: 0;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 700;
  background: #0E337A;
  color: #fff;
  bottom: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.1875rem;
  height: 8.0625rem;
  border-radius: 1.4375rem 0 0 1.4375rem;
  line-height: 2;
  pointer-events: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
  transition: opacity 0.3s, -webkit-filter 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
  transition: opacity 0.3s, filter 0.3s, transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
  transition: opacity 0.3s, filter 0.3s, transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 2), -webkit-filter 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .l-contact__parts {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__parts {
    display: none;
  }
}
.l-contact__parts:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  pointer-events: auto;
}
.l-contact__parts img {
  width: 1.375rem;
  height: 1.375rem;
}
.l-contact__parts.fixed {
  opacity: 1;
  pointer-events: auto;
}
.l-contact__parts.fixed.none {
  opacity: 0;
  pointer-events: none;
}

/**
スライダー slider
----------------------------------------------**/
.section-slider {
  margin-left: 1.5rem;
}
.section-slider .swiper {
  margin-top: 2.5rem;
}
.section-slider .slides-wrapper {
  padding-bottom: 3.125rem;
}
.section-slider .swiper-pagination-bullet {
  width: 2.1875rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: #fff;
  opacity: 1;
}
.section-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #02112D;
}
.section-slider .swiper-button-next {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 100%;
  margin-top: -1.875rem;
  background-image: url(../images/common/arrow-circle.svg);
  right: 4.1666666667vw;
  background-size: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
}
@media screen and (max-width: 767px) {
  .section-slider .swiper-button-next {
    width: 3.1875rem;
    height: 3.1875rem;
    margin-top: -4.375rem;
  }
}
.section-slider .swiper-button-next::after {
  content: none;
}
.section-slider .swiper-button-next:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-container {
  width: 100%;
}
.swiper-container.slider {
  overflow: hidden;
  position: relative;
}
.swiper-container.swiper-wrapper-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container.slider-thumbnail {
  height: 20vh;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  width: 25%;
  height: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 1.25rem;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/**
プライバシーポリシー・利用規約
----------------------------------------------**/
.c-block-list {
  counter-reset: number 0;
  color: #fff;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .c-block-list {
    padding-bottom: 5.5rem;
  }
}
.c-block-list > li {
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: clamp(14px, 1rem, 16px);
}
.c-block-list > li h2 {
  font-size: clamp(20px, 1.375rem, 22px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-block-list > li h2 {
    font-size: clamp(16px, 1.125rem, 18px);
  }
}
.c-block-list > li h2::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}
.c-block-list > li + li {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-block-list > li + li {
    margin-top: 2.5rem;
  }
}
.c-block-list > li p + * {
  margin-top: 1em;
}

.c-list-01 li {
  margin-right: 1em !important;
  margin-left: 1em !important;
}
.c-list-01 li::before {
  content: "・";
  font-size: 1em;
  margin-left: -1em;
}

/**
404ページ
----------------------------------------------**/
.p-section__404 {
  text-align: center;
  color: #fff;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__404 {
    padding-bottom: 5rem;
  }
}
.p-section__404 h1 {
  text-align: center;
  font-size: clamp(30px, 3.4375rem, 55px);
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-section__404 h1 {
    font-size: clamp(30px, 2.125rem, 34px);
    margin-bottom: 1.875rem;
  }
}
.p-section__404 p {
  font-size: clamp(18px, 1.25rem, 20px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-section__404 p {
    font-size: clamp(16px, 1.125rem, 18px);
    margin-bottom: 1.875rem;
  }
}

/**
導入事例カード
----------------------------------------------**/
.l-card__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-card__list {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 521px) {
  .l-card__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    gap: 3.4375rem;
  }
}

.card {
  display: block;
  gap: 0.75rem;
}
@media screen and (min-width: 767px) {
  .card:hover .card-image img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.03) translate(-50%, -50%);
            transform: scale(1.03) translate(-50%, -50%);
  }
}

.card-image {
  aspect-ratio: 310/425;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .card-image {
    aspect-ratio: 310/351;
  }
}
.card-image img {
  aspect-ratio: 310/425;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.card-image__tag {
  background: #0A101C;
  color: #fff;
  font-size: clamp(12px, 1rem, 16px);
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: 0.5rem 0.9375rem;
  border-radius: 0.3125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .card-image__tag {
    font-size: 12px;
    padding: 8px 10px;
    right: 14px;
    bottom: 14px;
  }
}
.card-image__tag-small {
  font-size: 11px;
  color: #0A101C;
  background: #E8F1FF;
  padding: 0.4375rem 0.4375rem 0.3125rem 0.4375rem;
}

.card-title {
  font-size: clamp(16px, 1rem, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .card-title {
    font-size: clamp(14px, 0.875rem, 14px);
  }
}
@media screen and (max-width: 521px) {
  .card-title {
    font-size: clamp(14px, 1rem, 16px);
  }
}

.card-content {
  font-size: clamp(13px, 0.875rem, 14px);
  line-height: 1.75;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1025px) {
  .card-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card-content {
    font-size: 12px;
  }
}

.card-tag {
  font-size: clamp(12px, 0.875rem, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .card-tag {
    font-size: 12px;
    gap: 0.625rem;
  }
}
.card-tag span {
  background: #F4F6F8;
  color: #0A101C;
  padding: 0.1875rem 0.875rem 0.0625rem;
  border-radius: 1.25rem;
  white-space: nowrap;
  font-size: 11px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card-tag span {
    padding: 0.125rem 0.875rem 0rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/**
セミナーカード
----------------------------------------------**/
.l-card__list-lands {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-card__list-lands {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 521px) {
  .l-card__list-lands {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-card__list-lands .card-lands {
  color: #fff;
}
.l-card__list-lands .card-image {
  aspect-ratio: 354/198;
  margin-bottom: 0.1875rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
  border: none;
}
.l-card__list-lands .card-image img {
  aspect-ratio: 354/198;
}
.l-card__list-lands .card-title {
  font-weight: 700;
}
.l-card__list-lands .card-content {
  font-size: clamp(12px, 0.75rem, 12px);
}
.l-card__list-lands .card-tag span {
  color: #0A101C;
  font-size: 11px;
}
.l-card__list-lands .card-button {
  margin-top: 0.5rem;
}
.l-card__list-lands .card-button a {
  color: #fff;
  padding: 0.75rem 1.875rem;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  font-size: 12px;
}
.l-card__list-lands .card-button a img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-card__list-lands .card-button a:hover img {
  left: 0.25rem;
}

/**
フッダー/ダウンロード・CONTACTリンク
----------------------------------------------**/
.l-link__bottom {
  background: #0A101C;
}
.l-link__bottom__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 1.5rem) 3rem calc(50% - 1.5rem);
  grid-template-columns: calc(50% - 1.5rem) calc(50% - 1.5rem);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-link__bottom__inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 1.875rem;
  }
}
.l-link__bottom a {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 560/380;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-position: center;
  border-radius: 0.9375rem;
  overflow: hidden;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media screen and (max-width: 767px) {
  .l-link__bottom a {
    aspect-ratio: 1/1;
  }
}
.l-link__bottom a:nth-child(1) {
  background-image: url(../images/common/link-bg01.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-link__bottom a:nth-child(1) {
    background-image: url(../images/common/link-bg01.webp);
    background-size: cover;
  }
}
.l-link__bottom a:nth-child(2) {
  background-image: url(../images/common/link-bg02.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-link__bottom a:nth-child(2) {
    background-image: url(../images/common/link-bg02.webp);
    background-size: cover;
  }
}
.l-link__bottom a:hover {
  background-size: 105%;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
@media screen and (max-width: 767px) {
  .l-link__bottom a:hover {
    background-size: cover;
  }
}
.l-link__bottom a h4 {
  display: block;
  font-size: clamp(25px, 2.5rem, 40px);
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-link__bottom a h4 {
    font-size: clamp(32px, 2.25rem, 36px);
  }
}
.l-link__bottom a h4 small {
  display: block;
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: 400;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-link__bottom a h4 small {
    font-size: clamp(14px, 1rem, 16px);
  }
}
.l-link__bottom a p {
  font-size: clamp(14px, 1rem, 16px);
  padding: 0 1.25rem;
}
@media screen and (max-width: 1025px) {
  .l-link__bottom a p {
    font-size: clamp(12px, 0.875rem, 14px);
  }
}
@media screen and (max-width: 767px) {
  .l-link__bottom a p {
    font-size: clamp(12px, 0.75rem, 12px);
  }
}

/**
forestバナー
----------------------------------------------**/
.l-banner {
  padding: 7.8125rem 0;
  background: #0A101C;
}
@media screen and (max-width: 767px) {
  .l-banner {
    padding: 5rem 0;
  }
}
.l-banner__block {
  color: #0A101C;
  background: #F4F6F8;
  padding: 4.375rem 3.75rem 5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-banner__block {
    padding: 2.5rem 1.25rem 2.5rem;
    height: 35rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.l-banner__block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-banner__block__ttl {
    gap: 0.9375rem;
  }
}
.l-banner__block__ttl i {
  width: 2.71875rem;
  height: 1px;
  background: #3D5072;
}
.l-banner__block__ttl p {
  font-size: clamp(14px, 0.9375rem, 15px);
  letter-spacing: 0.9px;
}
.l-banner__block__content {
  width: 26.25rem;
  max-width: 45%;
  font-size: clamp(12px, 1rem, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l-banner__block__content {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    font-size: clamp(12px, 0.75rem, 12px);
  }
}
.l-banner__block img:not(.l-banner__bg) {
  width: 6.375rem;
}
@media screen and (max-width: 767px) {
  .l-banner__block img:not(.l-banner__bg) {
    width: 5.625rem;
  }
}
.l-banner__block .l-banner__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 38.25rem;
  height: 100%;
  max-width: 54%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767px) {
  .l-banner__block .l-banner__bg {
    width: 100%;
    max-width: 100%;
  }
}
.l-banner__block:hover .l-banner__bg {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
}

/**
Tsuzucleバナー
----------------------------------------------**/
.l-banner__solution {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-banner__solution {
    padding: 5rem 0;
  }
}
.l-banner__solution::before {
  content: "";
  background: #E7ECF5;
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 61.5625rem;
  height: 17.46125rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .l-banner__solution::before {
    width: calc(100% - 2.5rem);
    height: 18.1875rem;
  }
}
.l-banner__solution .c-btn-01 img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-banner__solution .c-btn-01:hover {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.l-banner__solution .c-btn-01:hover img {
  left: 0;
}
@media screen and (min-width: 767px) {
  .l-banner__solution.hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .l-banner__solution.hover .c-btn-01 img {
    left: 0.25rem;
  }
}
.l-banner__solution .inner {
  position: relative;
}
.l-banner__solution .l-banner__solution__block {
  padding: 3.75rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-banner__solution .l-banner__solution__block {
    padding: 3.75rem 2.5rem;
  }
}
.l-banner__solution .l-banner__solution__block > img {
  width: 12.5rem;
  display: block;
  margin: 0 auto 0rem;
}
@media screen and (max-width: 767px) {
  .l-banner__solution .l-banner__solution__block > img {
    width: 10rem;
  }
}
.l-banner__solution .l-banner__solution__block p {
  font-size: clamp(14px, 1rem, 16px);
  text-align: center;
  color: #0A101C;
}
@media screen and (max-width: 767px) {
  .l-banner__solution .l-banner__solution__block p {
    font-size: clamp(12px, 0.8125rem, 13px);
  }
}

/**
ニュース l-news
----------------------------------------------**/
.l-news__list {
  background: #fff;
  padding: 6.25rem 4.0625rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-news__list {
    padding: 3.75rem 1.875rem;
  }
}
.l-news__list .l-news__list__inner a {
  padding: 1.875rem 0rem;
  display: block;
  border-bottom: 1px solid #D9DBDF;
  max-width: 60.625rem;
  color: #02112D;
  font-size: clamp(14px, 1rem, 16px);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-news__list .l-news__list__inner a:first-of-type {
  border-top: 1px solid #D9DBDF;
}
.l-news__list .l-news__list__inner a:hover {
  opacity: 0.7;
}
.l-news__list .l-news__list__inner a:hover::after {
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-news__list .l-news__list__inner a:hover::after {
    right: 0;
  }
}
.l-news__list .l-news__list__inner a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.75rem 0 1.5rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-news__list .l-news__list__inner a dl {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    padding: 0 2.5rem 0 0rem;
  }
}
.l-news__list .l-news__list__inner a dl dt {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-news__list .l-news__list__inner a dl dt {
    font-size: clamp(14px, 0.875rem, 14px);
  }
}
@media screen and (max-width: 767px) {
  .l-news__list .l-news__list__inner a dl dd {
    font-size: clamp(13px, 0.8125rem, 13px);
  }
}
.l-news__list .l-news__list__inner a::after {
  content: "";
  background: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-news__list .l-news__list__inner a::after {
    right: 0;
  }
}

/**
下層ページ共通
----------------------------------------------**/
.p_section__lower {
  padding-top: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p_section__lower {
    padding-top: 6.25rem;
  }
}

/**
ページャー
----------------------------------------------**/
.nav-links {
  color: #fff;
}
.nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  gap: 0.9375rem;
}
.nav-links .page-numbers li {
  width: 1.75rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
.nav-links .page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  font-size: 13px;
}
.nav-links .page-numbers li .page-numbers.current {
  background: #fff;
  color: #0A101C;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.nav-links .page-numbers li.disabled {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-links .page-numbers li.disabled span {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
selectbox  セレクトボックス
----------------------------------------------**/
.l-selectbox {
  position: relative;
}

.l-selectbox::before,
.l-selectbox::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.l-selectbox::before {
  right: 0;
  display: inline-block;
  width: 2.8125rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-selectbox::before {
    height: 28px;
    width: 0.9375rem;
  }
}

.l-selectbox::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1.5px solid #0A101C;
  border-right: 1.5px solid #0A101C;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-selectbox::after {
    right: 1em;
  }
}

.l-selectbox select {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 0.5rem 2.8125rem 0.5rem 1.25rem;
  border-radius: 0.3125rem;
  color: #0A101C;
  font-size: clamp(16px, 1.125rem, 18px);
  cursor: pointer;
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-selectbox select {
    font-size: 13px;
    padding: 0.3125rem 1.5625rem 0.3125rem 0.9375rem;
    height: 28px;
    width: 5.625rem;
  }
}

.l-selectbox select:focus {
  outline: 1px solid #2589d0;
}

/**
ロゴリスト
----------------------------------------------**/
/**
下部のバナー
----------------------------------------------**/
.l-banner__bottom {
  padding: 7.875rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .l-banner__bottom {
    padding: 4.375rem 0 4.375rem;
  }
}

.l-banner__col {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  color: #fff;
}
.l-banner__col__card {
  border-radius: 0.9375rem;
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
  height: 20.625rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-image: url(../images/tap-service/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 1025px) {
  .l-banner__col__card {
    height: 15.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-banner__col__card {
    background-image: url(../images/tap-service/banner-sp.png);
    height: auto;
    aspect-ratio: 350/470;
    display: -ms-grid;
    display: grid;
    place-content: end;
  }
}
.l-banner__col__card::after {
  content: "";
  background-image: url(../images/common/cover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-banner__col__card::after {
    content: none;
  }
}
.l-banner__col__card:hover {
  background-size: 103% 103%;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.l-banner__col__content {
  position: relative;
  z-index: 2;
  width: calc(440px + 6.25rem);
  margin: 0 0 0 auto;
  padding: 6.25rem 3.125rem 6.25rem;
  height: 20.625rem;
}
@media screen and (max-width: 1025px) {
  .l-banner__col__content {
    width: calc(400px + 6.25rem);
    padding: 3.75rem 3.125rem 3.75rem;
    height: 15.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-banner__col__content {
    width: 100%;
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem;
    height: auto;
  }
}
.l-banner__col__content h3 {
  font-size: clamp(18px, 1.375rem, 22px);
  font-weight: 700;
}
.l-banner__col__content > p {
  font-size: clamp(13px, 0.875rem, 14px);
  padding: 0.875rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .l-banner__col__content > p {
    font-size: clamp(12px, 0.8125rem, 13px);
  }
}
.l-banner__col__content-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.125rem;
  border-radius: 0.625rem;
}
.l-banner__col__content-tag p {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.l-banner__col__content-tag p small {
  margin-right: 0.3125rem;
}

.disp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block;
  }
}

.disp-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .disp-pc {
    display: none;
  }
}

body {
  background-color: #0A101C;
  overflow-x: hidden;
}
body.bg {
  background-image: url("../images/common/bg-bar.svg");
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body.bg {
    background-image: none;
  }
}

/**
キービジュアル　p-section-keyvisual
----------------------------------------------**/
.p-section-keyvisual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2880/1740;
  /**
  キービジュアル内スライドの設定
  ----------------------------------------------**/
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual {
    aspect-ratio: auto;
    max-height: 130.3780964798vw;
    padding-bottom: 5.875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-section-keyvisual {
    max-height: 143.4159061278vw;
  }
}
@media screen and (max-width: 521px) {
  .p-section-keyvisual {
    max-height: 169.4871794872vw;
  }
}
.p-section-keyvisual__img {
  width: 100vw;
  inset: 0 auto 0 0;
  color: #0A101C;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__img {
    aspect-ratio: 780/1322;
    overflow: hidden;
  }
}
.p-section-keyvisual__content {
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  place-content: center start;
  max-width: 49.2vw;
  margin-left: auto;
  z-index: 3;
  top: 0vw;
  /* ―― 色の見せ分け ―― */
  /* 白：画像領域（左側）だけを表示 */
}
@media screen and (max-width: 1441px) {
  .p-section-keyvisual__content {
    top: 0vw;
  }
}
@media screen and (max-width: 1025px) {
  .p-section-keyvisual__content {
    top: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__content {
    max-width: 100%;
    position: absolute;
    top: auto;
    bottom: 3.4375rem;
  }
}
.p-section-keyvisual__content__ttl {
  line-height: 1.25;
  font-size: 4.4444444444vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__content__ttl {
    text-align: left;
    padding: 0 1.25rem;
    font-size: clamp(30px, 8.7179487179vw, 40px);
  }
}
.p-section-keyvisual__content__ttl span {
  color: #0A101C;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__content__ttl span {
    color: #fff;
  }
}
.p-section-keyvisual__content__txt {
  margin-top: 0.8em;
  margin-top: 1.2em;
  font-size: 1.3888888889vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: right;
  position: relative;
  left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__content__txt {
    text-align: left;
    font-size: clamp(14px, 3.5897435897vw, 16px);
    padding: 0 1.25rem;
    margin-top: 0.9375rem;
    max-width: 450px;
  }
}
.p-section-keyvisual__content__txt span {
  color: #0A101C;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__content__txt span {
    color: #fff;
  }
}
.p-section-keyvisual__content__btn {
  background: #fff;
  color: #0A101C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: clamp(14px, 1.25vw, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 15.0625rem;
  height: 4.75rem;
  place-content: center;
  border-radius: 0.625rem;
  margin: 1.875rem 0 0 auto;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual__content__btn {
    font-size: clamp(12px, 3.0769230769vw, 16px);
    width: auto;
    height: auto;
    padding: 0.9375rem 1.375rem;
    gap: 0.625rem;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    margin-right: auto;
  }
}
.p-section-keyvisual__content__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-section-keyvisual__content__btn img {
  width: 1.25rem;
  height: 1.25rem;
}
.p-section-keyvisual__content.color-white {
  color: #fff;
}
.p-section-keyvisual .p-section-keyvisual__images {
  width: 67.1527777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .p-section-keyvisual .p-section-keyvisual__images {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual .p-section-keyvisual__images {
    width: 100%;
    aspect-ratio: 780/1322;
    overflow: hidden;
  }
}
.p-section-keyvisual .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  position: relative;
  left: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual .slide {
    gap: 8px;
    left: 0rem;
  }
}
.p-section-keyvisual .slide-col {
  width: 50%;
  overflow: hidden;
}
.p-section-keyvisual .slide-col:nth-child(2) {
  position: relative;
}
.p-section-keyvisual .slide-col:nth-child(2)::before {
  content: "";
  background-image: url(../images/top/image-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.p-section-keyvisual .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: marqueeY 60s linear infinite;
          animation: marqueeY 60s linear infinite;
}
.p-section-keyvisual .slide-col[data-dir=reverse] .track {
  animation-direction: reverse;
}
.p-section-keyvisual .track {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual .track {
    row-gap: 8px;
  }
}
.p-section-keyvisual .list {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-section-keyvisual .list {
    row-gap: 8px;
  }
}
.p-section-keyvisual .list li {
  margin: 0;
}
.p-section-keyvisual .list img {
  display: block;
  height: auto;
}

@-webkit-keyframes marqueeY {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@keyframes marqueeY {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .track {
    -webkit-animation: none;
            animation: none;
  }
}
/**
実績  p-section-achievement
----------------------------------------------**/
:root {
  --logo-gap: 40px; /* ロゴ間の間隔 */
  --logo-h: 40px; /* ロゴ高さ */
  --duration: 30s; /* 流れる速度 */
}

/* SP調整例 */
@media screen and (max-width: 767px) {
  :root {
    --duration: 24s;
  }
}
.p-section-achievement {
  background: #F4F6F8;
  padding: 3.75rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-achievement {
    padding: 4.375rem 0;
  }
}
.p-section-achievement__text {
  font-size: clamp(18px, 1.625rem, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.1111111111vw;
  place-content: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-section-achievement__text {
    font-size: clamp(12px, 0.8125rem, 13px);
    margin-bottom: 1.25rem;
  }
}
.p-section-achievement__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section-achievement__text .en {
  font-size: clamp(40px, 4.6875rem, 75px);
  color: #0E337A;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-section-achievement__text .en {
    font-size: clamp(40px, 3.125rem, 50px);
    margin: 0 0.3125rem;
  }
}
.p-section-achievement__text small {
  font-size: clamp(16px, 1.375rem, 22px);
}
@media screen and (max-width: 767px) {
  .p-section-achievement__text small {
    font-size: clamp(10px, 0.6875rem, 11px);
  }
}

/* ===== 無限ループ ロゴ帯（右→左、速度一定） ===== */
.logo-marquee {
  /* 調整用カスタムプロパティ */
  --h: 90px; /* 画像の高さに合わせる */
  --tile: calc(90px * 22.7555); /* 横幅2048 ÷ 高さ90 */
  --dur: 35s; /* 1タイルぶんを流す時間＝速度 */
  height: var(--h);
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 背景画像：横方向に敷き詰め */
  background-image: url("../images/top/logo-top.webp");
  background-repeat: repeat-x;
  background-size: var(--tile) var(--h); /* 幅=タイル幅, 高さ=固定 */
  background-position: 0 50%;
  /* 右→左（左方向）に一定距離(px)を一定時間で移動＝速度一定 */
  -webkit-animation: marquee-left var(--dur) linear infinite;
          animation: marquee-left var(--dur) linear infinite;
  will-change: background-position;
}
@media screen and (max-width: 767px) {
  .logo-marquee {
    --h: 64px; /* 高さを少し下げる */
    --tile: calc(64px * 22.7555); /* 同じ比率で再計算 */
    --dur: 40s; /* ← 少しゆっくりでもOK（お好みで） */
  }
}

@-webkit-keyframes marquee-left {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: calc(-1 * var(--tile)) 50%;
  } /* タイル1枚ぶん動かす */
}

@keyframes marquee-left {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: calc(-1 * var(--tile)) 50%;
  } /* タイル1枚ぶん動かす */
}
/* 動きを苦手とするユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .logo-marquee {
    -webkit-animation: none;
            animation: none;
  }
}
/**
サービス  p-section-service
----------------------------------------------**/
.p-section-service {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-section-service {
    padding: 3.75rem 0;
  }
}
.p-section-service__block {
  border-radius: 0.9375rem;
  background: #F4F6F8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(60% - 3.4722222222vw) 3.4722222222vw calc(40% - 3.4722222222vw);
  grid-template-columns: calc(60% - 3.4722222222vw) calc(40% - 3.4722222222vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4722222222vw;
  padding: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-section-service__block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 1.25rem 0rem 1.875rem;
    gap: 0;
  }
}
.p-section-service__block img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-section-service__block img {
    max-width: 400px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-section-service__block__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 0.625rem;
  }
}
.p-section-service__block__content h3 {
  font-size: clamp(25px, 2.5rem, 40px);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-section-service__block__content h3 {
    font-size: clamp(28px, 2.125rem, 34px);
  }
}
.p-section-service__block__content p {
  font-size: clamp(14px, 1.125rem, 18px);
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-section-service__block__content p {
    font-size: 12px;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section-service .c-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: end;
  }
}

/**
導入事例  p-section__casestudy
----------------------------------------------**/
.p-section__casestudy {
  background: #fff;
  padding: 6.25rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-section__casestudy {
    padding: 5rem 0 2.5rem;
  }
}
.p-section__casestudy .section-slider {
  margin-left: calc((100% - 71.5625rem) / 2);
}
@media screen and (max-width: 1441px) {
  .p-section__casestudy .section-slider {
    margin-left: 9.0625rem;
  }
}
@media screen and (max-width: 1025px) {
  .p-section__casestudy .section-slider {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section__casestudy .section-slider {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 521px) {
  .p-section__casestudy .section-slider {
    margin-left: 1.25rem;
  }
}
.p-section__casestudy.bg-black .card-image {
  border: none;
}

/**
フッダー/ダウンロード・CONTACTリンク
----------------------------------------------**/
.p-section__top .l-link__bottom {
  padding: 8.125rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-section__top .l-link__bottom {
    padding: 5rem 0 5.625rem;
  }
}

/**
ニュース p-news
----------------------------------------------**/
.p-news {
  background: #F4F6F8;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.75rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news .c-btn-01 {
    display: none;
  }
}

/**
ソリューション p-section__solution
----------------------------------------------**/
.p-section__solution {
  color: #fff;
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution {
    padding-bottom: 4.375rem;
  }
}
.p-section__solution .p-section__solution__list {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list {
    gap: 1.875rem;
  }
}
.p-section__solution .p-section__solution__list__card {
  border-radius: 0.9375rem;
  position: relative;
  overflow: hidden;
}
.p-section__solution .p-section__solution__list__card::after {
  content: "";
  background-image: url(../images/common/cover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card::after {
    background-image: url(../images/common/cover-sp.webp);
  }
}
.p-section__solution .p-section__solution__list__card:nth-child(1) i {
  background-image: url(../images/top/solution01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card:nth-child(1) i {
    background-image: url(../images/top/solution01-sp.webp);
  }
}
.p-section__solution .p-section__solution__list__card:nth-child(1)::before {
  content: "";
  background-image: url(../images/top/solution01-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7.3125rem;
  height: 2.3125rem;
  position: absolute;
  left: 1.875rem;
  top: 3.125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card:nth-child(1)::before {
    width: 6.25rem;
    height: 2rem;
    left: 1.25rem;
    top: 1.875rem;
    z-index: 2;
  }
}
.p-section__solution .p-section__solution__list__card:nth-child(2) i {
  background-image: url(../images/top/solution02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card:nth-child(2) i {
    background-image: url(../images/top/solution02-sp.webp);
  }
}
.p-section__solution .p-section__solution__list__card:nth-child(2)::before {
  content: "";
  background-image: url(../images/top/solution02-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8.8125rem;
  height: 2.8125rem;
  position: absolute;
  left: 1.875rem;
  top: 3.125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card:nth-child(2)::before {
    width: 6.25rem;
    height: 2rem;
    left: 1.25rem;
    top: 1.9375rem;
    z-index: 2;
  }
}
.p-section__solution .p-section__solution__list__card:nth-child(3) i {
  background-image: url(../images/top/solution03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card:nth-child(3) i {
    background-image: url(../images/top/solution03-sp.webp);
  }
}
.p-section__solution .p-section__solution__list__card:nth-child(3)::before {
  content: "";
  background-image: url(../images/top/solution03-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.8125rem;
  height: 2.0625rem;
  position: absolute;
  left: 1.875rem;
  top: 3.125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__card:nth-child(3)::before {
    width: 9.9375rem;
    height: 1.75rem;
    left: 1.75rem;
    top: 2.0625rem;
    z-index: 2;
  }
}
.p-section__solution .p-section__solution__list__card i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-section__solution .p-section__solution__list__card:hover i {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-section__solution .p-section__solution__list__content {
  position: relative;
  z-index: 2;
  width: calc(440px + 6.25rem);
  margin: 0 0 0 auto;
  padding: 11.25rem 3.125rem 3.75rem;
}
@media screen and (max-width: 1441px) {
  .p-section__solution .p-section__solution__list__content {
    padding: 6.25rem 1.125rem 2.5rem;
  }
}
@media screen and (max-width: 1025px) {
  .p-section__solution .p-section__solution__list__content {
    width: calc(430px + 6.25rem);
    padding: 6.25rem 1.125rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__content {
    width: 100%;
    padding: 13.125rem 1.125rem 1.125rem;
  }
}
.p-section__solution .p-section__solution__list__content h3 {
  font-size: clamp(18px, 1.75rem, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1441px) {
  .p-section__solution .p-section__solution__list__content h3 {
    font-size: clamp(16px, 1.375rem, 22px);
  }
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__content h3 {
    font-size: clamp(16px, 1.125rem, 18px);
  }
}
.p-section__solution .p-section__solution__list__content > p {
  font-size: clamp(14px, 1rem, 16px);
  padding: 0.875rem 0 1.875rem;
}
@media screen and (max-width: 1025px) {
  .p-section__solution .p-section__solution__list__content > p {
    font-size: clamp(12px, 0.875rem, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__content > p {
    font-size: clamp(12px, 0.75rem, 12px);
    padding: 0.625rem 0 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.p-section__solution .p-section__solution__list__content-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.125rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__content-tag {
    padding: 1.125rem 1.5625rem;
  }
}
.p-section__solution .p-section__solution__list__content-tag p {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-section__solution .p-section__solution__list__content-tag p {
    font-size: 11px;
  }
}
.p-section__solution .p-section__solution__list__content-tag p small {
  margin-right: 0.3125rem;
}
.p-section__solution .p-section__solution__list__content-tag div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
}
.p-section__solution .p-section__solution__list__content-tag div span {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  padding: 0.3125rem 0.625rem 0.1875rem;
  min-width: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  border-radius: 0.3125rem;
  height: 25px;
  white-space: nowrap;
}
.p-section__solution .p-section__solution__list__content-tag div span.etc {
  border: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  right: 0;
  top: 50%;
  display: block;
  width: auto;
  min-width: auto;
}
.p-section__solution .p-section__solution__list__content-tag div span.pad {
  padding: 0.5625rem 0.9375rem;
}

.p-section__member .l-banner {
  padding-bottom: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .l-banner {
    padding-bottom: 8.75rem;
  }
}
.p-section__member .p-member__list {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list {
    padding-bottom: 5rem;
  }
}
.p-section__member .p-member__list__card {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-section__member .p-member__list__card:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.p-section__member .p-member__list__card:hover img {
  -webkit-transform: scale(1.03) translate(-50%, -50%);
          transform: scale(1.03) translate(-50%, -50%);
}
.p-section__member .p-member__list__card-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  width: 100%;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card-wrap {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.25rem;
  }
}
.p-section__member .p-member__list__card-image {
  overflow: hidden;
  aspect-ratio: 254/320;
  position: relative;
  border-radius: 0.3125rem;
}
.p-section__member .p-member__list__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-section__member .p-member__list__card-content {
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card-content {
    gap: 0.3125rem;
    margin-top: 0.75rem;
  }
}
.p-section__member .p-member__list__card-name {
  font-size: clamp(16px, 1.125rem, 18px);
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card-name {
    font-size: clamp(13px, 0.875rem, 14px);
  }
}
.p-section__member .p-member__list__card-kana {
  font-size: clamp(12px, 0.875rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card-kana {
    font-size: 11.28px;
  }
}
.p-section__member .p-member__list__card-position {
  font-size: clamp(12px, 0.875rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card-position {
    font-size: 11.28px;
  }
}
.p-section__member .p-member__list__card__modal {
  background-color: #fff;
  border-radius: 0 1.25rem 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 82.9vw;
  height: 0;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal {
    width: calc(100% - 1.25rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-section__member .p-member__list__card__modal.is-open {
  height: calc(100% - 2.1875rem);
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal.is-open {
    height: calc(100% - 10rem);
  }
}
@media (orientation: landscape) {
  .p-section__member .p-member__list__card__modal.is-open {
    height: 95vh;
  }
}
.p-section__member .p-member__list__card__modal__close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  background: rgba(2, 17, 45, 0.1);
  border: 1px solid rgba(2, 17, 45, 0.2);
  border-radius: 100%;
  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;
  width: 3.625rem;
  height: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__close {
    top: 1.25rem;
    right: 1.25rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-section__member .p-member__list__card__modal__close::before, .p-section__member .p-member__list__card__modal__close::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1px;
  left: 50%;
  background-color: #02112D;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__close::before, .p-section__member .p-member__list__card__modal__close::after {
    width: 1.0625rem;
  }
}
.p-section__member .p-member__list__card__modal__close::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.p-section__member .p-member__list__card__modal__close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.p-section__member .p-member__list__card__modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__inner {
    padding: 4.375rem 1.25rem;
  }
}
@media screen and (max-width: 521px) {
  .p-section__member .p-member__list__card__modal__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-section__member .p-member__list__card__modal .p-member__list__card__modal__flex {
  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;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  width: 49.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal .p-member__list__card__modal__flex {
    row-gap: 1.5625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 84.6153846154vw;
  }
}
.p-section__member .p-member__list__card__modal .p-member__list__card__modal__flex > img {
  width: 17rem;
  border-radius: 0.9375rem;
  aspect-ratio: 272/347;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal .p-member__list__card__modal__flex > img {
    width: 32.0512820513vw;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-section__member .p-member__list__card__modal .p-member__list__card__modal__flex > img {
    width: 120px;
  }
}
.p-section__member .p-member__list__card__modal__content .name {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__content .name {
    font-size: 1.375rem;
  }
}
.p-section__member .p-member__list__card__modal__content .name .en2 {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__content .name .en2 {
    margin-top: 0.375rem;
    font-size: clamp(12px, 0.875rem, 14px);
  }
}
.p-section__member .p-member__list__card__modal__content .position {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__content .position {
    margin-top: 0.375rem;
    font-size: 11px;
  }
}
.p-section__member .p-member__list__card__modal__content .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__content .sns {
    margin-top: 1.1875rem;
  }
}
.p-section__member .p-member__list__card__modal__content .sns a {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__content .sns a {
    width: 15px;
    height: 15px;
  }
}
.p-section__member .p-member__list__card__modal__content .txt {
  margin-top: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 0.875rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-section__member .p-member__list__card__modal__content .txt {
    margin-top: 1.1875rem;
    overflow-y: auto;
    max-height: 18.75rem;
    font-size: clamp(11px, 0.6875rem, 11px);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-section__member .p-member__list__card__modal__content .txt {
    max-height: 7.5rem;
  }
}
.p-section__member .p-member__list__card__modal__content .txt p + p {
  margin-top: 1em;
}

.p-section__news .l-news__list {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__news .l-news__list {
    margin-bottom: 5rem;
  }
}
.p-section__news .l-news__list__inner {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-section__news .l-news__list__inner {
    padding-bottom: 3.125rem;
  }
}
.p-section__news .nav-links {
  color: #0A101C;
  max-width: 60.625rem;
}
.p-section__news .nav-links li .page-numbers.current {
  background: #0A101C;
  color: #fff;
}

.p-section__works .l-card__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  margin-bottom: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-section__works .l-card__cat {
    gap: 0.9375rem 6.4102564103vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.125rem;
  }
}
.p-section__works .p-works__list {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__works .p-works__list {
    padding-bottom: 2.5rem;
  }
}
.p-section__works .l-card__list {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-section__works .l-card__list {
    padding-bottom: 3.125rem;
  }
}
.p-section__works .card {
  color: #fff;
}
.p-section__works .card .card-tag span {
  color: #0A101C;
  font-size: 11px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section__works .card .card-image {
  border: none;
}
.p-section__works .card .card-image__tag {
  font-size: 11px;
  color: #0A101C;
  background: #E8F1FF;
  padding: 0.4375rem 0.4375rem 0.3125rem 0.4375rem;
}
.p-section__works .l-button__clear {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: clamp(10px, 0.75rem, 12px);
  height: 1.625rem;
  padding: 0 1.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-section__seminar .l-card__list-lands {
  padding-bottom: 3.75rem;
}
.p-section__seminar .p-seminar__list {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__seminar .p-seminar__list {
    padding-bottom: 2.5rem;
  }
}
.p-section__seminar .p-download__list {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__seminar .p-download__list {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-section__download .c-ttl-01 {
    font-size: clamp(24px, 1.75rem, 28px);
    white-space: nowrap;
  }
}
.p-section__download .p-download__list {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-section__download .p-download__list {
    padding-bottom: 2.5rem;
  }
}
.p-section__download .l-card__list {
  padding-bottom: 3.75rem;
}
.p-section__download .card:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  width: 100%;
  max-width: 100%;
}

/**
serviceページ共通ブロック
----------------------------------------------**/
.l-page-head {
  margin-bottom: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .l-page-head {
    margin-bottom: 3.75rem;
  }
}
.l-page-head__menu {
  margin-top: 4.8125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-head__menu {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.l-page-head__menu__item {
  border-radius: 0.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .l-page-head__menu__item {
    border-radius: 0.5625rem;
  }
}
.l-page-head__menu__item a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #fff;
  padding: 2.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-head__menu__item a {
    gap: 0.5rem;
    padding: 0.9375rem 2.5rem;
  }
}
.l-page-head__menu__item a:hover img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.l-page-head__menu__item .en2 {
  font-size: clamp(12px, 0.875rem, 14px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-page-head__menu__item .en2 {
    font-size: clamp(10px, 0.625rem, 10px);
  }
}
.l-page-head__menu__item .ttl {
  font-weight: bold;
  font-size: clamp(14px, 1rem, 16px);
}
@media screen and (max-width: 767px) {
  .l-page-head__menu__item .ttl {
    font-size: clamp(10px, 2.8205128205vw, 14px);
  }
}
.l-page-head__menu__item img {
  width: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-page-head__menu__item img {
    width: 0.625rem;
  }
}

.c-block-strength {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 4.4375rem 6.625rem 5.25rem;
  color: #02112D;
}
@media screen and (max-width: 1025px) {
  .c-block-strength {
    padding: 4.4375rem 4.4375rem 5.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-block-strength {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
.c-block-strength__ttl-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-block-strength__ttl-01 {
    font-size: clamp(14px, 0.875rem, 14px);
  }
}
.c-block-strength__ttl-01::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: #02112D;
}
.c-block-strength__ttl-02 {
  margin-top: 2.3125rem;
  font-size: clamp(22px, 1.75rem, 28px);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-block-strength__ttl-02 {
    font-size: clamp(16px, 1.125rem, 18px);
    margin-top: 1.6875rem;
  }
}
.c-block-strength__txt {
  margin-top: 1.875rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: clamp(14px, 1rem, 16px);
}
@media screen and (max-width: 767px) {
  .c-block-strength__txt {
    margin-top: 1.25rem;
    font-size: clamp(12px, 0.75rem, 12px);
  }
}
.c-block-strength__list {
  margin-top: 3.125rem;
  counter-reset: number 0;
}
.c-block-strength__list__item {
  background-color: rgba(10, 16, 28, 0.1);
  border-radius: 0.9375rem;
  padding: 3.875rem 5rem;
  min-height: 16.875rem;
  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;
  letter-spacing: 0.06em;
  gap: 1.5625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1.5625rem 60%;
  grid-template-columns: 40% 60%;
}
@media screen and (max-width: 1025px) {
  .c-block-strength__list__item {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-block-strength__list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 3.4375rem 1.5rem;
    gap: 1.0625rem;
  }
}
.c-block-strength__list__item__ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: clamp(14px, 1rem, 16px);
}
.c-block-strength__list__item__ttl::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  font-family: "felix-titling", "sans-serif";
  font-size: clamp(18px, 1.25rem, 20px);
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-block-strength__list__item__ttl::before {
    font-size: clamp(18px, 1.375rem, 22px);
    margin-bottom: 0.625rem;
  }
}
.c-block-strength__list__item p {
  max-width: 26.25rem;
  line-height: 1.8;
  font-size: clamp(12px, 1rem, 16px);
}
@media screen and (max-width: 767px) {
  .c-block-strength__list__item p {
    font-size: clamp(12px, 0.75rem, 12px);
  }
}
.c-block-strength__list__item + .c-block-strength__list__item {
  margin-top: 2.125rem;
}

.c-block-content {
  margin-top: 8.625rem;
}
@media screen and (max-width: 767px) {
  .c-block-content {
    margin-top: 3.75rem;
  }
}
.c-block-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem;
  gap: 1.25rem;
}
@media screen and (max-width: 1025px) {
  .c-block-content__head {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 0 0rem;
  }
}
.c-block-content__ttl-01 {
  width: 7.3125rem;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .c-block-content__ttl-01 {
    width: 6.1875rem;
    min-width: auto;
  }
}
.c-block-content__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 0.625rem 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.625rem;
}
.c-block-content__menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-block-content__menu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-block-content__menu > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.c-block-content__menu > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.c-block-content__menu > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.c-block-content__menu > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .c-block-content__menu {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-block-content__menu__item {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .c-block-content__menu__item {
    border-radius: 0.375rem;
  }
}
.c-block-content__menu__item a {
  padding: 0.8125rem 2.6875rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  gap: 0.625rem;
  color: #fff;
  font-size: clamp(12px, 0.875rem, 14px);
  letter-spacing: 0.06em;
  white-space: nowrap;
  height: 5.125rem;
}
@media screen and (max-width: 1025px) {
  .c-block-content__menu__item a {
    white-space: normal;
    padding: 0.8125rem 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-block-content__menu__item a {
    font-size: clamp(10px, 0.6875rem, 11px);
    padding: 0.8125rem 0rem;
    height: 3.625rem;
    gap: 0.3125rem;
  }
}
.c-block-content__menu__item a:hover img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.c-block-content__menu__item a img {
  width: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-block-content__menu__item a img {
    width: 0.625rem;
  }
}
.c-block-content__list {
  margin-top: 3.25rem;
  padding-bottom: 6.875rem;
  border-top: 1px solid #252D3B;
}
@media screen and (max-width: 767px) {
  .c-block-content__list {
    border-top: 0;
    margin-top: 1.875rem;
    padding-bottom: 3.125rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.c-block-content__list__item {
  padding: 2.5rem;
  border-bottom: 1px solid #252D3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-block-content__list__item {
    display: -ms-grid;
    display: grid;
    padding: 1.875rem 0rem;
    border-bottom: 0;
  }
}
.c-block-content__list__item figure {
  width: 16.25rem;
  min-width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .c-block-content__list__item figure {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.c-block-content__list__item figure img {
  border-radius: 0.9375rem;
}
.c-block-content__list__item__right {
  max-width: 47.75rem;
  letter-spacing: 0.1em;
}
.c-block-content__list__item__ttl {
  font-size: clamp(17px, 1.25rem, 20px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-block-content__list__item__ttl {
    font-size: clamp(16px, 1.125rem, 18px);
  }
}
.c-block-content__list__item__txt {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.6;
}
.c-block-content__list__item__tag {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  font-size: clamp(10px, 0.6875rem, 11px);
  line-height: 1.4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-block-content__list__item__tag {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.625rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    font-size: 12px;
  }
}
.c-block-content__list__item__tag li {
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  padding: 1rem 1.25rem;
  min-width: 7.875rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-block-content__list__item__tag li {
    padding: 0.625rem 0.625rem;
  }
}

.c-block-faq {
  padding-top: 6.25rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-block-faq {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}
.c-block-faq__wrapper {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 6.25rem 6.75rem;
  color: #02112D;
  font-size: clamp(13px, 0.875rem, 14px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-block-faq__wrapper {
    padding: 3.125rem 1.25rem;
  }
}

.c-accordion {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.c-accordion__ttl {
  background-color: #F4F6F8;
  padding: 1.25rem 5.5rem 1.25rem 1.4375rem;
  position: relative;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__ttl {
    font-size: 12px;
    padding: 0.625rem 3.125rem 1.125rem 1.25rem;
  }
}
.c-accordion__ttl::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1px;
  background-color: #02112D;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-accordion__ttl::before {
    width: 0.8125rem;
  }
}
.c-accordion__ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1px;
  background-color: #02112D;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__ttl::after {
    width: 0.8125rem;
  }
}
.c-accordion__ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.c-accordion__ttl.active + .c-accordion__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-accordion__ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-accordion__ttl.question span::before {
  content: "Q.";
  color: #0E337A;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-right: 1.25rem;
  position: relative;
  top: 0.3125rem;
  font-family: "Figtree", "sans-serif";
}
@media screen and (max-width: 767px) {
  .c-accordion__ttl.question span::before {
    font-size: 20px;
    margin-right: 0.625rem;
  }
}
.c-accordion__content {
  background-color: #fff;
  display: none;
  padding: 1.25rem 5.5rem 1.25rem 1.4375rem;
  border: 1px solid #F4F6F8;
  border: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .c-accordion__content {
    font-size: 12px;
  }
}
.c-accordion__content.answer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-accordion__content.answer span::before {
  content: "A.";
  color: #0E337A;
  font-family: "Figtree", "sans-serif";
  font-size: 1.5rem;
  margin-right: 1.1875rem;
  position: relative;
  top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__content.answer span::before {
    font-size: 20px;
    margin-right: 0.625rem;
  }
}

.p-section__casestudy .l-logo__list {
  margin-bottom: 6.25rem;
}
.p-section__casestudy .l-card__list__btn {
  margin-top: 3.75rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.c-block-relatedcompanies {
  background: #fff;
  padding: 0rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-block-relatedcompanies {
    padding: 1.875rem 0 5rem;
  }
}
.c-block-relatedcompanies .l-logo__list {
  margin-bottom: 0;
}

.l-banner__solution + .l-link__bottom {
  padding-top: 6.875rem;
}

#tap-content .c-block-content__ttl-01 {
  width: 7.3125rem;
}
@media screen and (max-width: 767px) {
  #tap-content .c-block-content__ttl-01 {
    width: 6.1875rem;
  }
}

#plus-content .c-block-content__ttl-01 {
  width: 8.8125rem;
}
@media screen and (max-width: 767px) {
  #plus-content .c-block-content__ttl-01 {
    width: 8.375rem;
  }
}

#spring-content .c-block-content__ttl-01 {
  width: 11.850625rem;
}
@media screen and (max-width: 767px) {
  #spring-content .c-block-content__ttl-01 {
    width: 9.0625rem;
  }
}

.p-section__single {
  color: #fff;
}
.p-section__single__inner {
  width: 67.9375rem;
  padding-bottom: 5.625rem;
}
.p-section__single__inner > h2 {
  font-size: clamp(20px, 1.75rem, 28px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 3.75rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner > h2 {
    font-size: clamp(18px, 1.25rem, 20px);
    margin-top: 2.5rem;
    margin-bottom: 1.5625rem;
  }
}
.p-section__single__inner > h3, .p-section__single__inner h4, .p-section__single__inner h5, .p-section__single__inner h6 {
  font-size: clamp(14px, 1rem, 16px);
  line-height: 1.7;
}
.p-section__single__inner > h3 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner > h3 {
    margin-top: 2.1875rem;
    margin-bottom: 1.5625rem;
  }
}
.p-section__single__inner > h4, .p-section__single__inner h5, .p-section__single__inner h6 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner > h4, .p-section__single__inner h5, .p-section__single__inner h6 {
    margin-bottom: 1.5625rem;
  }
}
.p-section__single__inner > p {
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-size: clamp(14px, 1rem, 16px);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner > p {
    font-size: clamp(13px, 0.875rem, 14px);
  }
}
.p-section__single__inner > p + p {
  margin-top: 1em;
}
.p-section__single__inner ul {
  margin-bottom: 1.25rem;
}
.p-section__single__inner ul li {
  position: relative;
  font-size: clamp(14px, 1rem, 16px);
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
  margin-top: 0.5em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner ul li {
    font-size: clamp(13px, 0.875rem, 14px);
  }
}
.p-section__single__inner ul li::before {
  content: "・";
  padding-left: 0em;
}
.p-section__single__inner ol {
  counter-reset: item;
  margin-bottom: 1.25rem;
}
.p-section__single__inner ol li {
  position: relative;
  font-size: clamp(14px, 1rem, 16px);
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
  margin-top: 0.5em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner ol li {
    font-size: clamp(13px, 0.875rem, 14px);
  }
}
.p-section__single__inner ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5em;
}
.p-section__single__inner .wp-block-image {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}
.p-section__single__inner img {
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner img {
    border-radius: 0.5rem;
  }
}
.p-section__single__inner a {
  text-decoration: underline;
}
.p-section__single__inner .wp-block-gallery.wp-block-gallery-1,
.p-section__single__inner .wp-block-gallery {
  /* どちらか効く方が拾われます */
  --wp--style--gallery-gap: 12px !important; /* まずここ */
  --gallery-block--gutter-size: 12px !important; /* フォールバック */
  margin-bottom: 0.75rem;
}
.p-section__single__inner .wp-block-button .wp-block-button__link {
  background: #fff;
  border: 1px solid #0A101C;
  border-radius: 0.9375rem;
  color: #0A101C;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Figtree", "Yu Gothic", "游ゴシック", "sans-serif";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: clamp(14px, 1rem, 16px);
  padding: 0.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__inner .wp-block-button .wp-block-button__link {
    font-size: clamp(13px, 0.875rem, 14px);
  }
}
.p-section__single__inner .wp-block-button .wp-block-button__link::after {
  content: "";
  background-image: url("/wp-content/themes/tsuzucle/images/common/arrow.svg");
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-section__single__inner .wp-block-button .wp-block-button__link:hover {
  opacity: 0.9;
}
.p-section__single__inner .wp-block-button .wp-block-button__link:hover::after {
  left: 4px;
}
.p-section__single__ttl {
  font-size: clamp(20px, 1.75rem, 28px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-section__single__ttl {
    font-size: clamp(18px, 1.25rem, 20px);
  }
}
.p-section__single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__meta {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
  }
}
.p-section__single__meta .p-section__single__company {
  font-size: clamp(14px, 1rem, 16px);
  margin-right: 1.25rem;
}
.p-section__single__tag {
  background-color: #F4F6F8;
  display: inline-block;
  font-size: clamp(12px, 0.875rem, 14px);
  letter-spacing: 0.04em;
  color: #02112D;
  padding: 0.25rem 0.875rem 0.1875rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__tag {
    font-size: clamp(12px, 0.75rem, 12px);
  }
}
.p-section__single__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-section__single__date {
  font-size: clamp(12px, 0.875rem, 14px);
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__date {
    font-size: clamp(10px, 0.75rem, 12px);
    margin-bottom: 2.5rem;
  }
}
.p-section__single__keyvisual {
  margin-top: 3.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__keyvisual {
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
  }
}
.p-section__single__keyvisual img {
  aspect-ratio: 950.455/534.793;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section__single__leadtxt {
  font-size: clamp(16px, 1.125rem, 18px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-section__single__point {
  margin-top: 3.5625rem;
  margin-bottom: 3.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.9375rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section__single__point {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}
.p-section__single__point h2 {
  font-size: clamp(16px, 1.125rem, 18px);
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-section__single__point h2 {
    font-size: clamp(14px, 0.875rem, 14px);
  }
}
.p-section__single__point li {
  font-size: clamp(16px, 1.125rem, 18px);
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-right: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-section__single__point li {
    font-size: clamp(14px, 0.875rem, 14px);
  }
}
.p-section__single__point li::before {
  content: "・";
  margin-left: -1em;
}
.p-section__single__img-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 3.9375rem;
  margin-bottom: 5.4375rem;
}
.p-section__single__col2-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 2.5rem;
  margin-bottom: 6.1875rem;
}
.p-section__single__col2-img figcaption {
  font-size: clamp(18px, 1.25rem, 20px);
  margin-top: 1.25rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-section__single__timeline {
  color: #fff;
  margin-top: 2.5rem;
  max-width: 18.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(13px, 0.9125rem, 14.6px);
  letter-spacing: 0.06em;
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  /* 左側：年月/Q */
  /* 中央：ドット（外枠リング） */
  /* 右側：内容 */
  /* 最後のアイテムの下余白を少し追加（好みで） */
}
.p-section__single__timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  opacity: 0.6;
}
.p-section__single__timeline__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4rem 1.6875rem 1.0625rem 1.6875rem 1fr;
  grid-template-columns: 4rem 1.0625rem 1fr; /* 左・中央(ドット分)・右 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6875rem;
     -moz-column-gap: 1.6875rem;
          column-gap: 1.6875rem;
  position: relative;
}
.p-section__single__timeline__item:last-of-type .p-section__single__timeline__dot::before {
  content: none;
}
.p-section__single__timeline__time {
  text-align: right;
  white-space: nowrap;
  position: relative;
  left: -1em;
}
.p-section__single__timeline__dot {
  content: "";
  background: #0A101C;
  width: 16.2px;
  height: 16.2px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}
.p-section__single__timeline__dot::before {
  content: "";
  width: 1px;
  height: 2.8125rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 16.2px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-section__single__timeline__label {
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.p-section__single__timeline__item:last-child {
  margin-bottom: 16px;
}
.p-section__single .p-section__casestudy {
  background: #0A101C;
}
.p-section__single .p-section-voice {
  background: #fff;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice {
    padding: 5rem 0;
  }
}
.p-section__single .p-section-voice .p-section-voice__list {
  background: rgba(10, 16, 28, 0.1);
  color: #0A101C;
  padding: 3.75rem;
  border-radius: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice .p-section-voice__list {
    padding: 2.5rem 1.25rem;
    gap: 2.5rem;
  }
}
.p-section__single .p-section-voice .p-section-voice__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice .p-section-voice__list dl {
    gap: 1.25rem;
  }
}
.p-section__single .p-section-voice .p-section-voice__list dl dt {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice .p-section-voice__list dl dt {
    width: 3.9375rem;
  }
}
.p-section__single .p-section-voice .p-section-voice__list dl dt img {
  width: 6.25rem;
  height: 6.25rem;
  display: block;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice .p-section-voice__list dl dt img {
    width: 3.9375rem;
    height: 3.9375rem;
  }
}
.p-section__single .p-section-voice .p-section-voice__list dl dt p {
  font-size: clamp(12px, 0.875rem, 14px);
  text-align: center;
  margin-top: 0.3125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice .p-section-voice__list dl dt p {
    font-size: 10px;
  }
}
.p-section__single .p-section-voice .p-section-voice__list dl dd {
  width: calc(100% - 6.25rem - 2.5rem);
  font-size: clamp(13px, 0.875rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-section__single .p-section-voice .p-section-voice__list dl dd {
    font-size: 13px;
    width: calc(100% - 3.9375rem - 1.25rem);
  }
}

.p-section__single-news h2 {
  font-size: clamp(22px, 1.5rem, 24px);
}
@media screen and (max-width: 767px) {
  .p-section__single-news h2 {
    font-size: clamp(18px, 1.25rem, 20px);
  }
}

.p-contact {
  margin-bottom: 7rem;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-bottom: 5.5625rem;
  }
}
.p-contact dt {
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact dt {
    font-size: 12px;
  }
}
.p-contact dd {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact dd {
    margin-top: 0.625rem;
  }
}
.p-contact dd input[type=text], .p-contact dd input[type=email], .p-contact dd textarea {
  background-color: #fff;
  border-radius: 0.3125rem;
  width: 100%;
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 1.0625rem 1.5625rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact dd input[type=text], .p-contact dd input[type=email], .p-contact dd textarea {
    font-size: 12px;
    padding: 0.8125rem 1.25rem 0.8125rem;
  }
}
.p-contact dd input[type=text]::-webkit-input-placeholder, .p-contact dd input[type=email]::-webkit-input-placeholder, .p-contact dd textarea::-webkit-input-placeholder {
  color: #9FB1CF;
}
.p-contact dd input[type=text]::-moz-placeholder, .p-contact dd input[type=email]::-moz-placeholder, .p-contact dd textarea::-moz-placeholder {
  color: #9FB1CF;
}
.p-contact dd input[type=text]:-ms-input-placeholder, .p-contact dd input[type=email]:-ms-input-placeholder, .p-contact dd textarea:-ms-input-placeholder {
  color: #9FB1CF;
}
.p-contact dd input[type=text]::-ms-input-placeholder, .p-contact dd input[type=email]::-ms-input-placeholder, .p-contact dd textarea::-ms-input-placeholder {
  color: #9FB1CF;
}
.p-contact dd input[type=text]::placeholder, .p-contact dd input[type=email]::placeholder, .p-contact dd textarea::placeholder {
  color: #9FB1CF;
}
.p-contact dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact dl + dl {
    margin-top: 1.5625rem;
  }
}
.p-contact .l-button__wrap {
  border: 1px solid #fff;
  margin-top: 4.875rem;
  margin-left: auto;
  max-width: 16.5rem;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .l-button__wrap {
    margin-top: 1.875rem;
    margin-right: auto;
  }
}
.p-contact .l-button__wrap input[type=submit] {
  color: #fff;
  padding: 0.84375rem 4rem 0.84375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact .l-button__wrap input[type=submit] {
    padding: 0.625rem 3.1875rem 0.625rem 2rem;
  }
}
.p-contact .l-button__wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url("../images/common/arrow-contact.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact .l-button__wrap::after {
    width: 12px;
    height: 7px;
    right: 2rem;
  }
}
.p-contact .l-button__wrap:hover::after {
  -webkit-transform: translateX(0.25rem) translateY(-50%);
          transform: translateX(0.25rem) translateY(-50%);
}
.p-contact .l-button__wrap .wpcf7-spinner {
  display: none !important;
}
.p-contact .wpcf7-response-output {
  padding: 1.25rem 0 !important;
  color: #dc3232;
  border: none !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact .wpcf7-response-output {
    font-size: 12px;
  }
}
.p-contact .wpcf7-not-valid-tip {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.p-contact .cf-turnstile {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact .cf-turnstile {
    margin-top: 1.5625rem;
  }
}