@charset "UTF-8";
/**
 * Foundation - Reset
 * ブラウザのデフォルトスタイルをリセットし、
 * vw計算やレイアウトを崩れにくくします。
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

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

a {
  text-decoration: none;
  color: inherit;
}

/**
 * Foundation - Setting
 * プロジェクト全体の共通変数と関数を定義します。
 */
.js-target, .p-about-youtube, .p-home-problem__title, .p-home-problem__item, .p-home-problem__note, .p-home-case__lead, .p-home-case__header, .p-home-case__item, .p-hero__device, .p-hero__text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-target.is-animated, .is-animated.p-about-youtube, .is-animated.p-home-problem__title, .is-animated.p-home-problem__item, .is-animated.p-home-problem__note, .is-animated.p-home-case__lead, .is-animated.p-home-case__header, .is-animated.p-home-case__item, .is-animated.p-hero__device, .is-animated.p-hero__text {
  opacity: 1;
  transform: translateY(0);
}

.u-delay-1 {
  transition-delay: 0.1s;
}

.u-delay-2 {
  transition-delay: 0.2s;
}

.u-delay-3 {
  transition-delay: 0.3s;
}

.u-delay-4 {
  transition-delay: 0.4s;
}

.u-delay-5 {
  transition-delay: 0.5s;
}

.u-delay-6 {
  transition-delay: 0.6s;
}

.u-delay-7 {
  transition-delay: 0.7s;
}

.u-delay-8 {
  transition-delay: 0.8s;
}

.u-delay-9 {
  transition-delay: 0.9s;
}

.u-delay-10 {
  transition-delay: 1s;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

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

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.9444444444vw;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
  z-index: 100;
  /* ハンバーガーボタン */
  /* スマホ用ドロワーメニュー */
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 18.6666666667vw;
    padding: 0 5.3333333333vw;
    align-items: center;
  }
}
.l-header__logo {
  width: 12.5vw;
  height: auto;
}
.l-header__logo a {
  display: block;
  width: 100%;
  line-height: 0;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav ul {
    display: flex;
    gap: 2.0833333333vw;
    align-items: center;
  }
  .l-header__nav li {
    font-weight: 500;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    animation: ani-fade-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .l-header__nav li {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-header__nav li {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav li:nth-child(1) {
    animation-delay: 0.6s;
  }
  .l-header__nav li:nth-child(2) {
    animation-delay: 0.7s;
  }
  .l-header__nav li:nth-child(3) {
    animation-delay: 0.8s;
  }
  .l-header__nav li:nth-child(4) {
    animation-delay: 0.9s;
  }
  .l-header__nav li:nth-child(5) {
    animation-delay: 1s;
  }
  .l-header__nav li .c-btn-link {
    display: inline-block;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
  }
  .l-header__nav li .c-btn-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #005ea4;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .l-header__nav li .c-btn-link:hover {
    color: #005ea4;
  }
  .l-header__nav li .c-btn-link:hover::after {
    transform: scaleX(1);
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: grid;
    grid-template-columns: repeat(2, 12px);
    grid-template-rows: repeat(2, 12px);
    gap: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 110;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .l-header__hamburger span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #2e61a8;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: absolute;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 0;
    left: 16px;
  }
  .l-header__hamburger span:nth-child(3) {
    top: 16px;
    left: 0;
  }
  .l-header__hamburger span:nth-child(4) {
    top: 16px;
    left: 16px;
  }
}
.l-header__hamburger.is-open {
  transform: rotate(180deg);
}
.l-header__hamburger.is-open span {
  border-radius: 6px;
}
.l-header__hamburger.is-open span:nth-child(1) {
  top: 8px;
  left: 0;
  width: 28px;
  height: 4px;
  transform: rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  top: 8px;
  left: 0;
  width: 28px;
  height: 4px;
  transform: rotate(-45deg);
}
.l-header__hamburger.is-open span:nth-child(3) {
  top: 8px;
  left: 0;
  width: 28px;
  height: 4px;
  transform: rotate(45deg);
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(4) {
  top: 8px;
  left: 0;
  width: 28px;
  height: 4px;
  transform: rotate(-45deg);
  opacity: 0;
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 105;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    padding: 100px 5% 0;
  }
  .l-header__drawer.is-open {
    transform: translateX(0);
  }
  .l-header__drawer ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .l-header__drawer li {
    font-size: 16px;
    font-weight: bold;
  }
}

@keyframes ani-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer {
  background-color: #fff;
  width: 100%;
}
.l-footer__nav {
  margin: 3.4722222222vw 1.0416666667vw;
}
.l-footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 2.7777777778vw;
}
.l-footer__nav-link {
  color: #005bac;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .l-footer__nav-link {
    font-size: max(14px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link {
    font-size: 3.7333333333vw;
  }
}
.l-footer__nav-link:hover {
  opacity: 0.7;
}
.l-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__logo img {
  width: 10.4166666667vw;
  height: auto;
}
.l-footer__copyright {
  text-align: center;
  padding: 1.3888888889vw 0;
}
.l-footer__copyright small {
  font-size: max(10px, 0.8333333333vw);
  color: #888;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-footer__cta {
    margin-bottom: 13.3333333333vw;
  }
  .l-footer__inner {
    width: 90%;
    margin: auto;
  }
  .l-footer__nav-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
  .l-footer__nav-link {
    font-size: 4.2666666667vw;
  }
  .l-footer__logo img {
    width: 53.3333333333vw;
  }
}

.l-header__nav .c-btn-download {
  background-color: #00609c;
  color: #fff;
  padding: 20px 35px;
  font-weight: bold;
  display: inline-block;
  transition: opacity 0.3s;
  text-align: center;
}

.c-btn-download:hover {
  opacity: 0.8;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.0833333333vw;
  background-color: #005ea4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 1.25vw 4.1666666667vw;
  border-radius: 6.9444444444vw;
  position: relative;
  box-shadow: 0 0.4166666667vw 0 #003d75;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-button {
    font-size: max(20px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 4.8vw;
  }
}
.c-button::after {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.c-button:hover {
  opacity: 0.9;
}
.c-button:hover::after {
  transform: translateX(0.5555555556vw);
}
.c-button:active {
  transform: translateY(0.2777777778vw);
  box-shadow: 0 0.1388888889vw 0 #003d75;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 3.2vw 10.6666666667vw;
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
    box-shadow: 0 1.0666666667vw 0 #003d75;
  }
  .c-button::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-button:active {
    transform: translateY(0.5333333333vw);
    box-shadow: 0 0.5333333333vw 0 #003d75;
  }
}

.c-button-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #009e9e;
  color: #fff;
  padding: 0.6944444444vw 2.0833333333vw;
  border-radius: 3.4722222222vw;
  font-size: 0.9722222222vw;
  font-weight: bold;
  box-shadow: none;
  transition: opacity 0.3s, transform 0.3s;
  text-decoration: none;
}
.c-button-teal::after {
  content: "→";
  margin-left: 0.5555555556vw;
  font-size: 1.1em;
}
.c-button-teal:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .c-button-teal {
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 3.2vw;
    margin: 15px auto 0 auto;
  }
}

.c-btn-cta {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #244b8a 0%, #308b9c 100%);
  padding: 3.4722222222vw 0;
  text-decoration: none;
  transition: transform 0.1s ease;
  z-index: 1;
}
.c-btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #308b9c 0%, #244b8a 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.c-btn-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
}
.c-btn-cta__icon {
  width: 2.4305555556vw;
  height: auto;
  transition: transform 0.3s ease;
}
.c-btn-cta__text {
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.c-btn-cta__arrow {
  display: inline-block;
  position: relative;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 1.0416666667vw;
  border-top: 0.2083333333vw solid #fff;
  border-right: 0.2083333333vw solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-btn-cta:hover::before {
  opacity: 1;
}
.c-btn-cta:hover .c-btn-cta__arrow {
  transform: translateX(1.0416666667vw) rotate(45deg);
}
.c-btn-cta:hover .c-btn-cta__icon {
  transform: scale(1.15);
}
.c-btn-cta:active {
  transform: scale(0.96);
  transition: transform 0.05s;
}
@media screen and (max-width: 768px) {
  .c-btn-cta {
    padding: 4.8vw 0;
  }
  .c-btn-cta__text {
    font-size: 4.8vw;
  }
  .c-btn-cta__icon {
    width: 6.4vw;
  }
  .c-btn-cta__arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    margin-left: 2.6666666667vw;
  }
}

.c-btn-thanks-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  background-color: #f2a83e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  width: 34.7222222222vw;
  max-width: 90%;
  height: auto;
  border-radius: 3.4722222222vw;
  padding: 1.0416666667vw;
  margin-top: 2.0833333333vw;
  box-shadow: 0 0.4166666667vw 0 0 #d38c2c;
  transition: all 0.3s ease;
  /* スマートフォン表示 */
}
@media screen and (min-width: 769px) {
  .c-btn-thanks-download {
    font-size: max(18px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-thanks-download {
    font-size: 4.2666666667vw;
  }
}
.c-btn-thanks-download:hover {
  background-color: #f4b55c;
  transform: translateY(0.1388888889vw);
  box-shadow: 0 0.2777777778vw 0 0 #d38c2c;
}
.c-btn-thanks-download:active {
  transform: translateY(0.4166666667vw);
  box-shadow: none;
}
.c-btn-thanks-download__text {
  line-height: 1;
}
.c-btn-thanks-download__icon {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  display: flex;
  align-items: center;
}
.c-btn-thanks-download__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn-thanks-download {
    width: 90%;
    height: 17.0666666667vw;
    border-radius: 8.5333333333vw;
    gap: 2.6666666667vw;
    box-shadow: 0 1.0666666667vw 0 0 #d38c2c;
  }
  .c-btn-thanks-download__icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.p-hero {
  margin-top: 6.9444444444vw;
  position: relative;
  width: 100%;
  height: calc(100vh - 6.9444444444vw);
  min-height: 600px;
  max-height: 1400px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .p-hero {
    height: 600px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero {
    margin-top: 18.1333333333vw;
    height: auto;
    min-height: 0;
    max-height: none;
    flex-direction: column;
    padding-bottom: 10.6666666667vw;
  }
}
.p-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 62vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hero__bg {
    width: 50%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__bg {
    width: 150%;
    height: 70%;
    right: -25%;
    top: -5%;
  }
}
.p-hero__device {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55vw;
  z-index: 10;
  transition-delay: 0.4s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hero__device {
    position: relative;
    width: 50%;
    right: auto;
    bottom: auto;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__device {
    position: relative;
    width: 100%;
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
    order: 1;
  }
}
.p-hero__text {
  position: relative;
  padding-left: 5%;
  z-index: 20;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hero__text {
    width: 50%;
    padding-left: 0;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__text {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
    order: 2;
    text-align: left;
  }
}
.p-hero .c-text-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #56a2d1 0%, #90c35b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@supports not (-webkit-background-clip: text) {
  .p-hero .c-text-gradient {
    background: none;
    color: #56a2d1;
  }
}
.p-hero__sub {
  display: block;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-hero__sub {
    font-size: max(16px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .p-hero__sub {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hero__sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__sub {
    margin-top: 1.0416666667vw;
  }
}
.p-hero__title {
  padding: 2.0833333333vw 0.6944444444vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.7361111111vw 0;
}
.p-hero__title img {
  width: 80%;
}
@media screen and (min-width: 769px) {
  .p-hero__title {
    font-size: max(28px, 3.1944444444vw);
  }
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    font-size: 5.6vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hero__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.p-hero__desc {
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-hero__desc {
    font-size: max(16px, 1.5277777778vw);
  }
}
@media screen and (max-width: 768px) {
  .p-hero__desc {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-hero__desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p-hero__desc br {
    display: none;
  }
}

.c-ribbon-z {
  width: 100%;
  height: 100%;
  display: block;
}
.c-ribbon-z__mask-path {
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
}
@media screen and (min-width: 769px) {
  .c-ribbon-z__mask-path {
    animation: ani-draw-z-right 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
}
@media screen and (max-width: 768px) {
  .c-ribbon-z__mask-path {
    stroke-dashoffset: 0;
  }
}

@keyframes ani-draw-z-right {
  to {
    stroke-dashoffset: 0;
  }
}
.c-bg-gradient--light {
  background: linear-gradient(to right, #e9eff6 0%, #ecf5f5 100%);
}
.c-bg-gradient--main {
  background: linear-gradient(to right, #285ca0 0%, #489b9d 100%);
}

.c-page-header {
  width: 100%;
  background: linear-gradient(to right, #285ca0 0%, #489b9d 100%);
  padding: 3.4722222222vw 0;
  color: #fff;
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 769px) {
  .c-page-header {
    background: url(https://www.technosjapan.jp/elive/images/common/page-ttl-bg.png), linear-gradient(to right, #285ca0 0%, #489b9d 100%);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.c-page-header__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
.c-page-header__sub {
  font-size: 1.1111111111vw;
  font-weight: 400;
  margin-bottom: 0.6944444444vw;
  letter-spacing: 0.05em;
}
.c-page-header__title {
  font-size: 2.7777777778vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-page-header {
    margin-top: 18.1333333333vw;
    padding: 30px 0 40px;
  }
  .c-page-header__inner {
    width: 90%;
  }
  .c-page-header__sub {
    font-size: 3.7333333333vw;
  }
  .c-page-header__title {
    font-size: 7.4666666667vw;
  }
}

.c-pagetop {
  position: fixed;
  right: max(20px, 2.0833333333vw);
  bottom: max(20px, 2.0833333333vw);
  z-index: 100;
  width: max(40px, 4.1666666667vw);
  height: max(40px, 4.1666666667vw);
  background-color: #2b5fac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.c-pagetop.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.c-pagetop:hover {
  opacity: 0.8;
}
.c-pagetop__icon {
  display: block;
  width: max(12px, 1.0416666667vw);
  height: max(12px, 1.0416666667vw);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg) translateY(2px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-pagetop {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
  .c-pagetop__icon {
    width: 12px;
    height: 12px;
    transform: rotate(-45deg) translateY(2px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    width: 44px;
    height: 44px;
    right: 15px;
    bottom: 15px;
  }
}

/**
 * Project - HOME
 * トップページ
 */
/* ==========================================================================
   アニメーション基本設定 (共通)
   ========================================================================== */
.js-target, .p-home-case__item, .p-home-case__header, .p-home-case__lead, .p-home-problem__note, .p-home-problem__item, .p-home-problem__title {
  opacity: 0;
  transform: translateY(2.7777777778vw);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-target.is-animated, .is-animated.p-home-case__item, .is-animated.p-home-case__header, .is-animated.p-home-case__lead, .is-animated.p-home-problem__note, .is-animated.p-home-problem__item, .is-animated.p-home-problem__title {
  opacity: 1;
  transform: translateY(0);
}

.u-delay-1 {
  transition-delay: 0.15s;
}

.u-delay-2 {
  transition-delay: 0.3s;
}

.u-delay-3 {
  transition-delay: 0.45s;
}

.u-delay-4 {
  transition-delay: 0.6s;
}

.u-delay-5 {
  transition-delay: 0.75s;
}

/* ==========================================================================
   p-home-intro (見守りとは)
   ========================================================================== */
.p-home-intro {
  padding: 100px 0;
  background: linear-gradient(to right, #244b8a 0%, #308b9c 100%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-intro {
    padding: 16vw 5.3333333333vw;
  }
}
.p-home-intro__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-intro__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__inner {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 20px;
  }
}
.p-home-intro__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-home-intro__heading {
    margin-bottom: 8vw;
  }
}
.p-home-intro__title {
  color: #005a9b;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .p-home-intro__title {
    font-size: max(24px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__title {
    font-size: 5.3333333333vw;
  }
}
.p-home-intro__lead {
  line-height: 2;
  color: #666;
}
@media screen and (min-width: 769px) {
  .p-home-intro__lead {
    font-size: max(15px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__lead {
    font-size: 3.4666666667vw;
  }
}
.p-home-intro__content {
  position: relative;
  margin-bottom: 50px;
}
.p-home-intro__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5555555556vw 8.3333333333vw;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-home-intro__list::before { /* 縦線 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 0;
  background-color: #ccc;
  transition: height 0.8s ease 1.4s;
  z-index: -1;
}
.p-home-intro__list::after { /* 横線 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background-color: #ccc;
  transition: width 0.8s ease 1.4s;
  z-index: -1;
}
.p-home-intro__list.is-animated::before {
  height: 80%;
}
.p-home-intro__list.is-animated::after {
  width: 80%;
}
.p-home-intro__center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 16.6666666667vw;
  background-color: #fff;
  padding: 1.0416666667vw;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s, opacity 0.6s ease 0.8s;
}
.p-home-intro__center-logo.is-animated {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.p-home-intro__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-intro__item-title {
  color: #005ea4;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-home-intro__item-title {
    font-size: max(18px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__item-title {
    font-size: 4.8vw;
  }
}
.p-home-intro__item-title span {
  display: block;
  margin-top: 0.3472222222vw;
  font-weight: 400;
  color: #666;
}
@media screen and (min-width: 769px) {
  .p-home-intro__item-title span {
    font-size: max(16px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__item-title span {
    font-size: 3.7333333333vw;
  }
}
.p-home-intro__item-img {
  width: 100%;
  height: 12.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home-intro__item-img img {
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.p-home-intro__btn {
  margin: 2.7777777778vw auto;
}

/* ==========================================================================
   p-home-problem (お悩み解決)
   ========================================================================== */
.p-home-problem {
  padding: 6.9444444444vw 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem {
    padding: 40px 0;
  }
}
.p-home-problem__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__inner {
    width: 90%;
  }
}
.p-home-problem__title {
  display: flex;
  justify-content: center;
  margin-bottom: 4.1666666667vw;
}
.p-home-problem__title-inner {
  display: inline-flex;
  align-items: center;
  gap: 1.3888888889vw;
  color: #009e9e;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-home-problem__title-inner {
    font-size: max(28px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__title-inner {
    font-size: 5.3333333333vw;
  }
}
.p-home-problem__staff {
  width: 8.3333333333vw;
  height: auto;
}
.p-home-problem__staff img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-home-problem__staff {
    width: 60px;
  }
}
.p-home-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-home-problem__list {
    gap: 20px;
  }
}
.p-home-problem__item {
  width: calc(50% - 0.8333333333vw);
  background-color: #009e9e;
  border-radius: 1.0416666667vw;
  padding: 2.7777777778vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.p-home-problem__item:nth-child(odd) {
  transform: translateX(-2.0833333333vw);
}
.p-home-problem__item:nth-child(even) {
  transform: translateX(2.0833333333vw);
}
.p-home-problem__item.is-animated {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-home-problem__item {
    width: 100%;
    padding: 30px 20px;
    transform: translateY(20px) !important;
  }
}
.p-home-problem__item-head {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 769px) {
  .p-home-problem__item-head {
    font-size: max(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__item-head {
    font-size: 4.8vw;
  }
}
.p-home-problem__item-head span {
  color: #fbed21;
}
.p-home-problem__item-text {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-home-problem__item-text {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__item-text {
    font-size: 3.7333333333vw;
  }
}
.p-home-problem__item-arrow {
  margin: 1.3888888889vw auto;
  width: 2.7777777778vw;
}
.p-home-problem__item-arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-home-problem__item-arrow {
    width: 30px;
    margin: 15px auto;
  }
}
.p-home-problem__item-lower {
  text-align: center;
}
.p-home-problem__result-label {
  font-weight: bold;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 769px) {
  .p-home-problem__result-label {
    font-size: max(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__result-label {
    font-size: 4.2666666667vw;
  }
}
.p-home-problem__result-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
.p-home-problem__result-value .u-font-en {
  color: #fbed21;
  font-size: 8.3333333333vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__result-value .u-font-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__result-value .u-font-en {
    font-size: 70px;
  }
}
.p-home-problem__result-value .u-font-en .u-font-en-small {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__result-value .u-font-en .u-font-en-small {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__result-value .u-font-en .u-font-en-small {
    font-size: 50px;
  }
}
.p-home-problem__unit {
  font-size: 2.2222222222vw;
  margin-left: 0.6944444444vw;
}
.p-home-problem__unit small {
  font-size: 0.5em;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__unit {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__unit {
    font-size: 20px;
  }
}
.p-home-problem__sub-unit {
  align-self: flex-start;
  margin-top: 0.5em;
  font-size: 1.6666666667vw;
  margin-right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-home-problem__sub-unit {
    font-size: 16px;
  }
}
.p-home-problem__note {
  text-align: right;
  margin-top: 1.3888888889vw;
  font-size: max(10px, 0.9722222222vw);
  color: #666;
}
.p-home-problem__staff img {
  width: 10.4166666667vw;
}

/* ==========================================================================
   p-home-case (導入事例)
   ========================================================================== */
.p-home-case {
  padding: 6.9444444444vw 0;
  /* ボタンのラッパー */
}
.p-home-case__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
.p-home-case__lead {
  line-height: 1.8;
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 769px) {
  .p-home-case__lead {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__lead {
    font-size: 3.7333333333vw;
  }
}
.p-home-case__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.1666666667vw;
}
.p-home-case__title {
  color: #009e9e;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-home-case__title {
    font-size: max(30px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__title {
    font-size: 6.4vw;
  }
}
.p-home-case__subtitle {
  display: block;
  color: #009e9e;
  margin-top: 0.3472222222vw;
}
@media screen and (min-width: 769px) {
  .p-home-case__subtitle {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__subtitle {
    font-size: 3.7333333333vw;
  }
}
.p-home-case__list {
  display: flex;
  gap: 2.0833333333vw;
  align-items: flex-start;
}
.p-home-case__list {
  order: 2;
  margin-bottom: 3.4722222222vw;
}
.p-home-case__btn-wrapper {
  order: 3;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home-case__btn-wrapper {
    position: absolute;
    top: 3.4722222222vw;
    right: 0;
    order: 1;
  }
}
.p-home-case__item {
  width: calc(33.333% - 1.3888888889vw);
}
.p-home-case__item:nth-child(2) {
  transform: translateY(-3.4722222222vw);
}
.p-home-case__item:nth-child(2).is-animated {
  transform: translateY(-3.4722222222vw);
}
.p-home-case__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-home-case__link:hover .p-home-case__img img {
  transform: scale(1.05);
}
.p-home-case__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 1.3888888889vw;
  border-radius: 0.6944444444vw;
  background-color: #eee;
}
.p-home-case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-home-case__item-title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.0416666667vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-home-case__item-title {
    font-size: max(18px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__item-title {
    font-size: 4.2666666667vw;
  }
}
.p-home-case__facility {
  color: #666;
}
@media screen and (min-width: 769px) {
  .p-home-case__facility {
    font-size: max(14px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__facility {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case {
    padding: 10.6666666667vw 0;
  }
  .p-home-case__inner {
    width: 90%;
  }
  .p-home-case__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
  .p-home-case__list {
    display: block;
  }
  .p-home-case__item {
    width: 100%;
    transform: none !important;
  }
  .p-home-case__item:nth-child(n+2) {
    display: none;
  }
}

/**
 * Project - About (e ライブとは)
 */
/* ==========================================================================
   アニメーション設定
   ========================================================================== */
.p-about-summary .js-target, .p-about-summary .p-about-youtube,
.p-about-features .js-target,
.p-about-features .p-about-youtube,
.p-about-points .js-target,
.p-about-points .p-about-youtube,
.p-about-youtube .js-target,
.p-about-youtube .p-about-youtube {
  opacity: 0;
  transform: translateY(2.7777777778vw);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-about-summary .js-target.is-animated, .p-about-summary .is-animated.p-about-youtube,
.p-about-features .js-target.is-animated,
.p-about-features .is-animated.p-about-youtube,
.p-about-points .js-target.is-animated,
.p-about-points .is-animated.p-about-youtube,
.p-about-youtube .js-target.is-animated,
.p-about-youtube .is-animated.p-about-youtube {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   p-about-summary (はやい・あんしん・かんたん)
   ========================================================================== */
.p-about-summary {
  background: linear-gradient(to right, #285ca0 0%, #489b9d 100%);
  padding: 3.4722222222vw 0;
  color: #fff;
  overflow: hidden;
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-about-summary {
    margin-top: 18.1333333333vw;
  }
}
.p-about-summary__inner {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  align-items: center;
}
.p-about-summary__visual {
  position: relative;
  width: 55%;
  margin-left: -6.9444444444vw;
  flex-shrink: 0;
}
.p-about-summary__badge {
  position: absolute;
  top: -10.4166666667vw;
  right: 10%;
  z-index: 2;
}
.p-about-summary__device img {
  width: 100%;
  height: auto;
}
.p-about-summary__content {
  margin-left: 7.6388888889vw;
  padding-right: 2.0833333333vw;
}
.p-about-summary__list {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
.p-about-summary__keyword {
  width: 34.7222222222vw;
  margin-top: -0.6944444444vw;
}
.p-about-summary__keyword img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-summary__label {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 0.3472222222vw;
}
.p-about-summary__text {
  font-size: 1.1111111111vw;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-about-summary {
    padding: 16vw 5.3333333333vw;
  }
  .p-about-summary__inner {
    width: 100%;
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .p-about-summary__visual {
    width: 100%;
  }
  .p-about-summary__badge {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 4.8vw;
  }
  .p-about-summary__content {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .p-about-summary__keyword {
    width: 100%;
    max-width: 106.6666666667vw;
  }
  .p-about-summary__label {
    font-size: 4.8vw;
  }
  .p-about-summary__text {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
   p-about-workflow (運用イメージ)
   ========================================================================== */
.p-about-workflow {
  padding: 5.5555555556vw 0;
  background-color: #fff;
  /* 矢印 (>>) */
}
.p-about-workflow__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}
.p-about-workflow__title {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  font-size: 2.5vw;
  color: #005bac;
  font-weight: 700;
  margin-bottom: 4.1666666667vw;
}
.p-about-workflow__title img {
  width: 9.7222222222vw;
  height: auto;
}
.p-about-workflow__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.0833333333vw;
}
.p-about-workflow__item {
  width: 22.2222222222vw;
  text-align: center;
}
.p-about-workflow__img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 2.0833333333vw;
  overflow: hidden;
}
.p-about-workflow__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-about-workflow__text-list {
  display: inline-block;
  text-align: left;
  font-size: 1.3888888889vw;
  color: #005bac;
  font-weight: 700;
  line-height: 1.6;
}
.p-about-workflow__desc {
  font-size: 1.3888888889vw;
  color: #005bac;
  font-weight: 700;
  line-height: 1.4;
}
.p-about-workflow__arrow {
  width: 3.4722222222vw;
  height: 22.2222222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about-workflow__arrow {
    width: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-workflow {
    padding: 16vw 5.3333333333vw;
  }
  .p-about-workflow__inner {
    width: 100%;
  }
  .p-about-workflow__title {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-about-workflow__title img {
    width: 26.6666666667vw;
  }
  .p-about-workflow__list {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
  }
  .p-about-workflow__item {
    width: 80%;
  }
  .p-about-workflow__arrow {
    height: auto;
    margin: 2.6666666667vw 0;
    transform: rotate(90deg);
  }
  .p-about-workflow__text-list, .p-about-workflow__desc {
    font-size: 4.8vw;
  }
}

/* ==========================================================================
   共通レイアウト / 製品の機能と構成
   ========================================================================== */
.p-about-features {
  background-color: #f2f5f7;
  padding: 4.8611111111vw 0;
}
.p-about-features__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}

.p-about-content__main-title {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  font-size: 2.2222222222vw;
  color: #005bac;
  font-weight: 700;
  margin-bottom: 4.1666666667vw;
}
.p-about-content__main-title img {
  width: 10.4166666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about-content__main-title {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-about-content__main-title img {
    width: 26.6666666667vw;
  }
}

/* ==========================================================================
   p-about-card (製品説明カード)
   ========================================================================== */
.p-about-card {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  padding: 3.4722222222vw;
  margin-bottom: 2.0833333333vw;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
  /* セクション別レイアウト */
  /* ==========================================================================
     生活サイクルレポート セクション専用
     ========================================================================== */
}
.p-about-card__title {
  color: #005bac;
  font-weight: 700;
  margin-bottom: 1.7361111111vw;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 769px) {
  .p-about-card__title {
    font-size: max(20px, 1.9444444444vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-card__title {
    font-size: 5.3333333333vw;
  }
}
.p-about-card__desc {
  line-height: 1.8;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-about-card__desc {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-card__desc {
    font-size: 3.7333333333vw;
  }
}
.p-about-card__label, .p-about-card__label--center {
  color: #009697;
  font-weight: 700;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 769px) {
  .p-about-card__label, .p-about-card__label--center {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-card__label, .p-about-card__label--center {
    font-size: 4.2666666667vw;
  }
}
.p-about-card__label--center {
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
.p-about-card__figure img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 1.0416666667vw auto;
}
@media screen and (min-width: 769px) {
  .p-about-card__figure img {
    height: 13.8888888889vw;
  }
}
.p-about-card figcaption {
  color: #666;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-about-card figcaption {
    font-size: max(14px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-card figcaption {
    font-size: 3.7333333333vw;
  }
}
.p-about-card__img-row {
  display: flex;
  justify-content: center;
  gap: 5.5555555556vw;
}
.p-about-card__img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.0833333333vw;
}
.p-about-card__img-full {
  margin: 2.0833333333vw auto 0;
  grid-column: 1/3;
  width: 34.7222222222vw;
}
.p-about-card__icons {
  text-align: center;
}
.p-about-card__icons img {
  max-width: 34.7222222222vw;
  width: 100%;
  margin: auto;
}
.p-about-card .p-about-card__report-top {
  margin-bottom: 3.4722222222vw;
}
.p-about-card .p-about-card__report-top .p-about-card__figure img {
  display: block;
  margin: 0 auto 1.0416666667vw;
}
@media screen and (min-width: 769px) {
  .p-about-card .p-about-card__report-top .p-about-card__figure img {
    height: 24.3055555556vw;
    width: auto;
  }
}
.p-about-card .p-about-card__report-row {
  display: flex;
  justify-content: space-between;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-about-card .p-about-card__report-row {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.p-about-card .p-about-card__report-item {
  width: calc(50% - 1.0416666667vw);
}
.p-about-card .p-about-card__report-item img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .p-about-card .p-about-card__report-item {
    width: 100%;
  }
}
.p-about-card__option-img {
  text-align: center;
}
.p-about-card__option-img img {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-about-card__option-img img {
    max-width: 34.7222222222vw;
  }
}
.p-about-card__btn {
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-about-card__btn {
    margin-top: 40px;
  }
}
.p-about-card__note {
  text-align: right;
  font-size: max(10px, 0.8333333333vw);
  color: #666;
  margin-top: 1.0416666667vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-about-card__note {
    margin-top: 8px;
  }
}

/* ==========================================================================
   p-about-points (e LIVE ポイント)
   ========================================================================== */
.p-about-points {
  padding: 6.9444444444vw 0;
  background-color: #fff;
}
.p-about-points__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}
.p-about-points__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.4722222222vw;
  border-bottom: 2px solid #005bac;
  padding-bottom: 1.3888888889vw;
}
.p-about-points__title {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  font-size: 2.7777777778vw;
  color: #005bac;
  font-weight: 700;
}
.p-about-points__title img {
  width: 10.4166666667vw;
  height: auto;
}
.p-about-points__illust {
  width: 13.8888888889vw;
}
.p-about-points__illust img {
  width: 100%;
  height: auto;
}

/* ポイントボックス (ティールグリーンの箱) */
.p-about-point-box {
  background-color: #008b9c;
  border-radius: 1.3888888889vw;
  padding: 2.0833333333vw 2.7777777778vw;
  margin-bottom: 2.0833333333vw;
  color: #fff;
}
.p-about-point-box__head {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: 1.0416666667vw;
}
.p-about-point-box__label {
  background-color: #fbed21;
  color: #008b9c;
  font-weight: 900;
  padding: 0.3472222222vw 1.0416666667vw;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 769px) {
  .p-about-point-box__label {
    font-size: max(20px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-point-box__label {
    font-size: 4.2666666667vw;
  }
}
.p-about-point-box__title {
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-about-point-box__title {
    font-size: max(24px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-point-box__title {
    font-size: 4.8vw;
  }
}
.p-about-point-box__body {
  margin-top: 1.0416666667vw;
}
.p-about-point-box__body li {
  list-style: none;
  position: relative;
  padding-left: max(1.2em, 1.7361111111vw);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-about-point-box__body li {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-point-box__body li {
    font-size: 3.7333333333vw;
  }
}
.p-about-point-box__body li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-about-point-box__highlight {
  color: #fbed21;
  font-weight: 700;
  margin-top: 1.0416666667vw;
}
@media screen and (min-width: 769px) {
  .p-about-point-box__highlight {
    font-size: max(18px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-about-point-box__highlight {
    font-size: 4.2666666667vw;
  }
}
.p-about-point-box__content {
  display: flex;
  gap: 1.3888888889vw;
}
.p-about-point-box__img {
  width: 9.7222222222vw;
  flex-shrink: 0;
}
.p-about-point-box__img img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   スマートフォン対応 (Responsive)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .p-about-features__inner, .p-about-points__inner {
    width: 92%;
  }
  .p-about-content__main-title {
    font-size: 5.8666666667vw;
  }
  .p-about-content__main-title span {
    font-size: 7.4666666667vw;
  }
  .p-about-card {
    padding: 8vw;
  }
  .p-about-card__title {
    font-size: 5.3333333333vw;
  }
  .p-about-card__desc {
    font-size: 3.7333333333vw;
  }
  .p-about-card__img-row, .p-about-card__report-row, .p-about-card__img-grid, .p-about-card__content {
    flex-direction: column;
    display: block;
  }
  .p-about-card__figure, .p-about-card__img-sub, .p-about-card__img-full, .p-about-card__grid-item, .p-about-card__report-item {
    width: 100% !important;
    margin-bottom: 8vw;
  }
  .p-about-points__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
  .p-about-points__title {
    font-size: 7.4666666667vw;
  }
  .p-about-points__title img {
    width: 26.6666666667vw;
  }
  .p-about-points__illust {
    width: 32vw;
    align-self: flex-end;
  }
  .p-about-point-box {
    padding: 8vw;
  }
  .p-about-point-box__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
  .p-about-point-box__title {
    font-size: 5.3333333333vw;
  }
  .p-about-point-box__body li {
    font-size: 3.7333333333vw;
  }
  .p-about-point-box__img {
    width: 26.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
/* ==========================================================================
   p-about-youtube (YouTubeレスポンシブ)
   ========================================================================== */
.p-about-youtube {
  width: 69.4444444444vw;
  margin: 4.1666666667vw auto;
  aspect-ratio: 16/9;
}
.p-about-youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-about-youtube {
    width: 90%;
    margin: 10.6666666667vw auto;
  }
  .p-about-youtube iframe {
    border-radius: 2.6666666667vw;
  }
}

/**
 * Project - FAQ (よくある質問)
 */
.p-faq {
  padding: 6.9444444444vw 0;
  background-color: #f2f5f7;
}
.p-faq__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    width: 92%;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}

.p-faq-item {
  background-color: #f9f9f9;
  border-radius: 1.0416666667vw;
  border: 2px solid transparent;
  margin-bottom: 1.3888888889vw;
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  /* 質問ヘッダー */
  /* 回答ボディ（アニメーションの肝） */
}
.p-faq-item.is-open {
  border-color: #005bac;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 91, 172, 0.1);
}
.p-faq-item__header {
  padding: 2.0833333333vw 2.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.p-faq-item__header-inner {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
.p-faq-item__icon-q {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-color: #005bac;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.3888888889vw;
  flex-shrink: 0;
}
.p-faq-item__question {
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-faq-item__question {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-faq-item__question {
    font-size: 4.2666666667vw;
  }
}
.p-faq-item__arrow {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-bottom: 2px solid #005bac;
  border-right: 2px solid #005bac;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-open .p-faq-item__arrow {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-faq-item__arrow {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-faq-item__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #fff;
}
.is-open .p-faq-item__body {
  grid-template-rows: 1fr;
}
.p-faq-item__body-inner {
  overflow: hidden;
}
.p-faq-item__content {
  padding: 2.0833333333vw 2.7777777778vw 2.7777777778vw;
  display: flex;
  align-items: flex-start;
  gap: 1.3888888889vw;
  border-top: 1px solid #eee;
}
.p-faq-item__icon-a {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-color: #e2e8ed;
  color: #005bac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.3888888889vw;
  flex-shrink: 0;
}
.p-faq-item__answer {
  line-height: 1.8;
  color: #444;
}
@media screen and (min-width: 769px) {
  .p-faq-item__answer {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-faq-item__answer {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-item {
    border-radius: 2.6666666667vw;
  }
  .p-faq-item__header {
    padding: 5.3333333333vw;
  }
  .p-faq-item__icon-q, .p-faq-item__icon-a {
    width: 8vw;
    height: 8vw;
    font-size: 3.7333333333vw;
  }
  .p-faq-item__content {
    padding: 5.3333333333vw;
  }
}

/**
 * Project - Download (資料ダウンロード)
 */
.p-download {
  padding: 6.9444444444vw 0;
  position: relative;
  overflow: hidden;
  /* --- 左側コンテンツ --- */
  /* --- 右側フォームカード --- */
}
.p-download__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-download__inner {
    width: 92%;
  }
}
.p-download__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-download__container {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.p-download__content {
  width: 34.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-download__content {
    width: 100%;
  }
}
.p-download__visual {
  margin-bottom: 2.7777777778vw;
}
.p-download__visual img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-download__btn-wrap {
    text-align: center;
  }
}
.p-download__info {
  background-color: #f8f8f8;
  margin-top: 4.1666666667vw;
  padding: 1.3888888889vw 2.0833333333vw;
}
@media screen and (min-width: 769px) {
  .p-download__info {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download__info {
    font-size: 3.7333333333vw;
  }
}
.p-download__btn-wrap {
  text-align: center;
  margin-bottom: 1em;
}
.p-download__form-box {
  flex: 1;
  background-color: #fff;
  padding: 4.1666666667vw 3.4722222222vw;
  border-radius: 1.3888888889vw;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .p-download__form-box {
    padding: 8vw 5.3333333333vw;
  }
}
.p-download__form-title {
  font-weight: 700;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-download__form-title {
    font-size: max(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download__form-title {
    font-size: 5.3333333333vw;
  }
}

/* フォーム部品の調整（CF7） */
.p-download-form {
  /* ラジオボタン全体のレイアウト */
}
.p-download-form__item {
  margin-bottom: 1.3888888889vw;
}
.p-download-form__label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5555555556vw;
}
@media screen and (min-width: 769px) {
  .p-download-form__label {
    font-size: max(14px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download-form__label {
    font-size: 3.7333333333vw;
  }
}
.p-download-form__label span {
  color: #e95451;
  margin-left: 5px;
  font-size: 0.8em;
}
.p-download-form input[type=text],
.p-download-form input[type=email],
.p-download-form input[type=tel],
.p-download-form select,
.p-download-form textarea {
  width: 100%;
  padding: 0.8333333333vw;
  border: 1px solid #ccc;
  border-radius: 0.2777777778vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-download-form input[type=text],
  .p-download-form input[type=email],
  .p-download-form input[type=tel],
  .p-download-form select,
  .p-download-form textarea {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download-form input[type=text],
  .p-download-form input[type=email],
  .p-download-form input[type=tel],
  .p-download-form select,
  .p-download-form textarea {
    font-size: 4.2666666667vw;
  }
}
.p-download-form input[type=text]:focus,
.p-download-form input[type=email]:focus,
.p-download-form input[type=tel]:focus,
.p-download-form select:focus,
.p-download-form textarea:focus {
  border-color: #00a09d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 160, 157, 0.1);
}
.p-download-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw 2.0833333333vw;
  padding: 0.6944444444vw 0;
}
@media screen and (min-width: 769px) {
  .p-download-form .wpcf7-radio {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download-form .wpcf7-radio {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-download-form .wpcf7-radio {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.p-download-form__submit {
  margin-top: 2.7777777778vw;
  text-align: center;
}
.p-download-form__submit input[type=submit] {
  background: linear-gradient(90deg, #94b471 0%, #7da255 100%);
  color: #fff;
  font-weight: 700;
  padding: 1.0416666667vw 4.1666666667vw;
  border-radius: 3.4722222222vw;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-download-form__submit input[type=submit] {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download-form__submit input[type=submit] {
    font-size: 4.2666666667vw;
  }
}
.p-download-form__submit input[type=submit]:hover {
  opacity: 0.8;
}
.p-download-form__consent-text {
  color: #333;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 769px) {
  .p-download-form__consent-text {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-download-form__consent-text {
    font-size: 3.7333333333vw;
  }
}
.p-download-form__consent-text a {
  color: #005ea4;
  text-decoration: underline;
  font-weight: 700;
  transition: opacity 0.3s;
}
.p-download-form__consent-text a:hover {
  opacity: 0.7;
}

/* 同意テキスト部分 */
/* ==========================================================================

   ========================================================================== */
.c-dwimage-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.c-dwimage-list__item {
  border: 1px solid #aaa;
}

/**
 * Project - Case Studies (導入事例一覧)
 */
.p-case-archive {
  padding: 6.9444444444vw 0;
  background-color: #fff;
  /* グリッドレイアウト：PC3列 / SP1列 */
}
@media screen and (max-width: 768px) {
  .p-case-archive {
    padding: 16vw 0;
  }
}
.p-case-archive__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-case-archive__inner {
    width: 92%;
  }
}
.p-case-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.0833333333vw;
  row-gap: 4.1666666667vw;
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-case-archive__list {
    grid-template-columns: 1fr;
    row-gap: 10.6666666667vw;
    margin-bottom: 16vw;
  }
}

/* 導入事例カード */
.p-case-card {
  /* 画像エリア：アスペクト比を固定（画像14.27.21参照） */
  /* タイトルと矢印の並び（画像14.43.49再現） */
  /* デザイン画像の青い矢印アイコン */
  /* 施設名 */
  /* タグエリア：青バッジデザイン */
}
.p-case-card__link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.p-case-card__link:hover .p-case-card__img img {
  transform: scale(1.1);
}
.p-case-card__link:hover .p-case-card__title span {
  color: #0068b7;
}
.p-case-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 1.3888888889vw;
  border-radius: 0.2777777778vw;
}
.p-case-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-case-card__body {
  padding: 0 0.3472222222vw;
}
.p-case-card__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6944444444vw;
  margin-bottom: 1.0416666667vw;
}
.p-case-card__title span {
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  .p-case-card__title span {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-card__title span {
    font-size: 4.2666666667vw;
  }
}
.p-case-card__facility {
  color: #666;
  margin-bottom: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-case-card__facility {
    font-size: max(13px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-card__facility {
    font-size: 3.4666666667vw;
  }
}
.p-case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  list-style: none;
  padding: 0;
}
.p-case-card__tag-item {
  border: 2px solid #0068b7;
  color: #0068b7;
  background-color: #fff;
  padding: 0.2777777778vw 0.8333333333vw;
  border-radius: 1.3888888889vw;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-case-card__tag-item {
    font-size: max(12px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-card__tag-item {
    font-size: 3.2vw;
  }
}

/* ページネーション：中央揃え */
.p-case-archive__pagination {
  text-align: center;
  margin-top: 2.7777777778vw;
}
.p-case-archive__pagination .pagination {
  display: inline-flex;
  justify-content: center;
  gap: 0.6944444444vw;
  list-style: none;
}
.p-case-archive__pagination .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .p-case-archive__pagination .pagination .page-numbers {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-archive__pagination .pagination .page-numbers {
    font-size: 3.7333333333vw;
  }
}
.p-case-archive__pagination .pagination .page-numbers.current {
  background-color: #0068b7;
  color: #fff;
  border-color: #0068b7;
}
.p-case-archive__pagination .pagination .page-numbers:hover:not(.current) {
  background-color: #f2f5f7;
}

/* スマホ用の微調整 */
@media screen and (max-width: 768px) {
  .p-case-card__img {
    margin-bottom: 4vw;
  }
  .p-case-card__title {
    margin-bottom: 2.6666666667vw;
  }
  .p-case-card__facility {
    margin-bottom: 2.6666666667vw;
  }
  .p-case-card__tag-item {
    padding: 0.8vw 2.6666666667vw;
  }
  .p-case-archive__pagination .pagination .page-numbers {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
/* 導入事例詳細ページ */
.p-case-detail {
  padding: 6.9444444444vw 1.3888888889vw;
  /* コンテンツ幅の制限（ヘッダー以外） */
  /* =========================================
     1. ヘッダーエリア（アイキャッチ左、施設紹介右）
     ========================================= */
  /* 施設紹介リスト */
  /* =========================================
     2. 記事コンテンツ部 (SCF 繰り返しフィールド)
     ========================================= */
  /* =========================================
     3. 下部ナビゲーション（ボタン）
     ========================================= */
}
@media screen and (max-width: 768px) {
  .p-case-detail {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-case-detail__container {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-case-detail__container {
    width: 96%;
  }
}
.p-case-detail__header {
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-case-detail__header {
    margin-bottom: 16vw;
  }
}
.p-case-detail__header-inner {
  width: 76.3888888889vw;
  margin: 0 auto;
  display: flex;
  gap: 4.1666666667vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-case-detail__header-inner {
    width: 100%;
    flex-direction: column;
    gap: 8vw;
  }
}
.p-case-detail__header-visual {
  flex: 1;
  width: 100%;
}
.p-case-detail__header-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.p-case-detail__header-body {
  flex: 1;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-case-detail__header-body {
    font-size: max(15px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail__header-body {
    font-size: 4vw;
  }
}
.p-case-detail__title {
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
  line-height: 1.4;
  color: #005ea4;
}
@media screen and (min-width: 769px) {
  .p-case-detail__title {
    font-size: max(21px, 1.9444444444vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail__title {
    font-size: 5.6vw;
  }
}
.p-case-detail .p-case-profile {
  border-top: 2px solid #005ea4;
  padding-top: 3.4722222222vw;
}
.p-case-detail .p-case-profile__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-profile__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}
.p-case-detail .p-case-profile__figure {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-profile__figure {
    width: 35%;
  }
}
.p-case-detail .p-case-profile__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-case-detail .p-case-profile__body {
  flex-grow: 1;
}
.p-case-detail .p-case-profile__list {
  margin-bottom: 20px;
}
.p-case-detail .p-case-profile__item {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-top: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-profile__item {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-profile__item {
    font-size: 3.7333333333vw;
  }
}
.p-case-detail .p-case-profile__item dt {
  width: 8.3333333333vw;
  font-weight: 500;
  color: #333333;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-profile__item dt {
    width: 21.3333333333vw;
  }
}
.p-case-detail .p-case-profile__item dd {
  flex: 1;
  color: #666;
}
.p-case-detail .p-case-section {
  margin-bottom: 5.5555555556vw;
  /* --- レイアウト切り替え --- */
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section {
    margin-bottom: 16vw;
  }
}
.p-case-detail .p-case-section__large-title {
  font-weight: 700;
  color: #005ea4;
  margin-bottom: 3.4722222222vw;
  padding-bottom: 0.6944444444vw;
  border-bottom: 3px solid #005ea4;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-section__large-title {
    font-size: max(21px, 1.9444444444vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section__large-title {
    font-size: 5.6vw;
  }
}
.p-case-detail .p-case-section__title {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-section__title {
    font-size: max(18px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section__title {
    font-size: 4.8vw;
  }
}
.p-case-detail .p-case-section__body {
  display: flex;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section__body {
    gap: 8vw;
  }
}
.p-case-detail .p-case-section__img img {
  height: auto;
  border-radius: 0.3472222222vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-section__img img {
    width: 80%;
  }
}
.p-case-detail .p-case-section__caption {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-section__caption {
    font-size: max(13px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section__caption {
    font-size: 3.2vw;
  }
}
.p-case-detail .p-case-section__text {
  line-height: 2;
  color: #333;
}
@media screen and (min-width: 769px) {
  .p-case-detail .p-case-section__text {
    font-size: max(15px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section__text {
    font-size: 4vw;
  }
}
.p-case-detail .p-case-section__text ul {
  list-style-type: circle;
  margin: 0 0 0 1.5em;
}
.p-case-detail .p-case-section.is-left .p-case-section__body {
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section.is-left .p-case-section__body {
    flex-direction: column;
  }
}
.p-case-detail .p-case-section.is-left .p-case-section__img {
  width: 27.7777777778vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-case-detail .p-case-section.is-left .p-case-section__img {
    width: 100%;
  }
}
.p-case-detail .p-case-section.is-bottom .p-case-section__body {
  flex-direction: column;
}
.p-case-detail .p-case-section.is-bottom .p-case-section__img {
  order: 2;
}
.p-case-detail .p-case-section.is-bottom .p-case-section__text {
  order: 1;
}
.p-case-detail__footer {
  margin-top: 6.9444444444vw;
  text-align: center;
}
.p-case-detail__footer .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20.8333333333vw;
  padding: 1.0416666667vw 2.7777777778vw;
  background-color: #0068b7;
  color: #fff;
  text-decoration: none;
  border-radius: 3.4722222222vw;
  font-weight: 700;
  transition: background-color 0.3s, transform 0.3s;
}
.p-case-detail__footer .c-button:hover {
  background-color: #004a82;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .p-case-detail__footer .c-button {
    min-width: 64vw;
    padding: 3.2vw 8vw;
  }
}

/* ==========================================================================
   Component: SNS List 
   ========================================================================== */
.c-sns-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  gap: 20px;
}
.c-sns-list__link {
  display: block;
  transition: opacity 0.3s;
}
.c-sns-list__link:hover {
  opacity: 0.7;
}
.c-sns-list__link img {
  width: 45px;
  height: auto;
  display: block;
}

/**
 * Project - Thanks Page (送信完了ページ)
 */
.p-thanks {
  padding: 6.9444444444vw 0;
  text-align: center;
  /* 完了メッセージエリア */
  /* チェックマークアイコン（CSSで作成） */
  /* ホームへ戻るボタン */
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 16vw 0;
  }
}
.p-thanks__inner {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-thanks__inner {
    width: 90%;
  }
}
.p-thanks__content {
  background-color: #f2f5f7;
  padding: 4.1666666667vw 2.7777777778vw;
  border-radius: 1.3888888889vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-thanks__content {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-thanks__icon {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background-color: #8db369;
  border-radius: 50%;
  margin: 0 auto 2.0833333333vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-thanks__icon::after {
  content: "";
  width: 2.4305555556vw;
  height: 1.25vw;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  margin-top: -0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .p-thanks__icon {
    width: 16vw;
    height: 16vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-thanks__icon::after {
    width: 6.6666666667vw;
    height: 3.4666666667vw;
  }
}
.p-thanks__title {
  font-weight: 700;
  color: #333;
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 769px) {
  .p-thanks__title {
    font-size: max(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-thanks__text {
  line-height: 2;
  color: #444;
}
@media screen and (min-width: 769px) {
  .p-thanks__text {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    font-size: 4vw;
  }
}
.p-thanks__text span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-thanks__text span {
    display: inline;
  }
}
.p-thanks__btn {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-thanks__btn {
    margin-top: 10.6666666667vw;
  }
}
.p-thanks__btn .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0068b7;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  width: 22.2222222222vw;
  height: 4.8611111111vw;
  border-radius: 2.4305555556vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-thanks__btn .c-button {
    font-size: max(18px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__btn .c-button {
    font-size: 4.2666666667vw;
  }
}
.p-thanks__btn .c-button::before {
  content: "←";
  margin-right: 10px;
  font-size: 1.2em;
}
.p-thanks__btn .c-button:hover {
  background-color: #004a82;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-thanks__btn .c-button {
    width: 100%;
    max-width: 74.6666666667vw;
    height: 14.9333333333vw;
  }
}

.p-privacy {
  padding: 6.9444444444vw 0;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 16vw 0;
  }
}
.p-privacy__inner {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-privacy__inner {
    width: 90%;
  }
}
.p-privacy__section {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-privacy__section {
    margin-bottom: 10.6666666667vw;
  }
}
.p-privacy__section:last-child {
  margin-bottom: 0;
}
.p-privacy__heading {
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #0068b7;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 769px) {
  .p-privacy__heading {
    font-size: max(18px, 1.5277777778vw);
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-privacy__body p {
  line-height: 2;
  margin-bottom: 1.3888888889vw;
  color: #444;
}
@media screen and (min-width: 769px) {
  .p-privacy__body p {
    font-size: max(15px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__body p {
    font-size: 4vw;
  }
}
.p-privacy__body p:last-child {
  margin-bottom: 0;
}
.p-privacy__list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 1.3888888889vw 0;
}
.p-privacy__list li {
  line-height: 1.8;
  margin-bottom: 1.0416666667vw;
  color: #444;
}
@media screen and (min-width: 769px) {
  .p-privacy__list li {
    font-size: max(15px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__list li {
    font-size: 4vw;
  }
}
.p-privacy__list li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */