@charset "UTF-8";
:root {
  --outer-padding-x: 2rem;
  --cardPadding-x: 1.5rem;
  --cardMargin-y: 1.5rem;
  --fz120: 7.5rem;
  --fz110: 6.875rem;
  --fz100: 6.25rem;
  --fz80: 5rem;
  --fz72: 4.5rem;
  --fz70: 4.375rem;
  --fz68: 4.25rem;
  --fz64: 4rem;
  --fz60: 3.75rem;
  --fz54: 3.375rem;
  --fz50: 3.125rem;
  --fz48: 3rem;
  --fz40: 2.5rem;
  --fz38: 2.375rem;
  --fz32: 2rem;
  --fz30: 1.875rem;
  --fz28: 1.75rem;
  --fz24: 1.5rem;
  --fz20: 1.25rem;
  --fz18: 1.125rem;
  --fz16: 1rem;
  --fz14: .875rem;
  --fz13: .8125rem;
  --fz12: .75rem;
  --fz11: .6875rem;
}
@media (max-width: 768px) {
  :root {
    --cardPadding-x: 1rem;
    --cardMargin-y: 1rem;
    --outer-padding-x: 1rem;
  }
}

* {
  box-sizing: border-box;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
html {
  background-color: #fcfcfc;
  overflow-x: hidden;
  color: #020202;
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background-color: #fcfcfc;
  overflow-x: hidden;
}

.--m {
  --category-color: #C83433;
}

.--l {
  --category-color: #199D6D;
}

.--b {
  --category-color: #48ADD2;
}

.container {
  padding-right: var(--outer-padding-x);
  padding-left: var(--outer-padding-x);
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.hero {
  background: url(../img/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-content {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .hero {
    background-image: url(../img/hero_sp.png);
    background-size: cover center;
    background-position: center;
    min-height: 70vh;
  }
}
.hero-title {
  color: #214370;
  font-weight: 900;
  position: relative;
  display: inline;
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #F9FB85 70% 90%, transparent 90%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.1em 0.2em;
  font-size: var(--fz48);
  letter-spacing: 0.05em;
  stroke: 6px solid #fff;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}
.hero-title small {
  font-size: 0.7em;
}
.hero-description {
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 500;
  font-size: var(--fz18);
  text-align: center;
  line-height: 1.75;
  stroke: 4px solid #fff;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
}
@media screen and (max-width: 767.98px) {
  .hero-description {
    font-size: var(--fz20);
  }
}

.about {
  background-size: cover;
  background-position: center;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
.about .container {
  position: relative;
}
.about .container:before {
  content: "";
  background-image: url(../img/aboutbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 107%;
  height: 137%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .about .container:before {
    background-position: top center;
  }
}
.about-inner {
  display: flex;
  align-items: flex-end;
  gap: 4em;
  padding-bottom: 4em;
  padding-top: 4em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about-inner {
    gap: 1em;
    flex-wrap: wrap;
  }
}
.about-inner::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 120%;
  height: 100%;
}
.about-title {
  z-index: 1;
  font-weight: bold;
  padding-bottom: 1em;
}
.about-title-text {
  font-size: var(--fz20);
  font-weight: 600;
}
@media screen and (max-width: 639.98px) {
  .about-title-text {
    font-size: var(--fz18);
  }
}
.about-title-heading {
  font-size: var(--fz50);
  line-height: 0.9;
  font-weight: 900;
  white-space: nowrap;
}
.about-title-heading .big {
  font-size: var(--fz110);
  margin-right: -0.1em;
}
@media screen and (max-width: 639.98px) {
  .about-title-heading .big {
    font-size: var(--fz100);
  }
}
.about-title-heading.--m .big {
  color: #C83433;
}
.about-title-heading.--l .big {
  color: #199D6D;
}
.about-title-heading.--b .big {
  color: #48ADD2;
}
.about-title-heading span {
  display: inline-block;
}
.about-description {
  z-index: 1;
  line-height: 1.7;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .about-description {
    font-size: var(--fz16);
  }
}
.about-description p + p {
  margin-top: 0.75em;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  position: relative;
  padding: 0.75em 1em;
  min-width: 336px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: var(--fz16);
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  background: #214370;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.25s ease;
}
.cta-btn:hover {
  transform-origin: center;
  scale: 0.98;
}
@media screen and (max-width: 767.98px) {
  .cta-btn {
    font-size: var(--fz18);
    padding: 0.75em 1em;
    min-width: 280px;
  }
}

.u-icon {
  display: inline-block;
  width: 1em;
  /* 文字サイズに追従 */
  aspect-ratio: 1/1;
  vertical-align: middle;
  background-color: var(--icon-color, currentColor);
  /* Propsで渡す色、なければ文字色 */
  /* マスクの設定 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.u-icon-circlebg {
  border-radius: 1000px;
  background-color: #fff;
  display: inline-block;
  width: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.u-icon-circlebg .u-icon {
  color: #214370;
}

.u-icon-circlebg .--send {
  top: 2%;
  left: -2%;
  position: relative;
}

/* 各アイコンごとのSVG定義 */
.u-icon.--send {
  -webkit-mask-image: url("../img/send.svg");
  mask-image: url("../img/send.svg");
}

/* 各アイコンごとのSVG定義 */
.u-icon.--chat {
  -webkit-mask-image: url("../img/chat.svg");
  mask-image: url("../img/chat.svg");
}

.u-icon.--error {
  -webkit-mask-image: url("../img/error.svg");
  mask-image: url("../img/error.svg");
}

.u-icon.--check {
  -webkit-mask-image: url("../img/check.svg");
  mask-image: url("../img/check.svg");
}

.u-icon.--graph {
  -webkit-mask-image: url("../img/graph.svg");
  mask-image: url("../img/graph.svg");
}

.association {
  padding: 2.5rem 0em;
  background-color: #F2F3F6;
}
.association-list li {
  display: block;
}
.association-list li a {
  padding: 0.75em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.association-list li a img {
  display: block;
  height: 48px;
  max-width: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.association-list li {
  transition: 0.25s;
}
.association-list li:hover {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.association-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper {
  overflow: visible;
}

.service {
  position: relative;
  overflow: hidden;
}
.service::before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/service-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  position: absolute;
  top: 6em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.service {
  padding: 0em 0 2em;
}
.service .container {
  z-index: 1;
  position: relative;
}
.service-content-wrapper {
  position: relative;
  padding: 4.5em 0;
}
@media screen and (max-width: 767.98px) {
  .service-content-wrapper {
    padding: 2em 0;
  }
}
.service-content-wrapper.--l .service-content-card {
  margin-left: auto;
}
.service-content-wrapper.--l .service-img {
  transform: translate(-85%, -65%);
}
@media screen and (max-width: 767.98px) {
  .service-content-wrapper.--l .service-img {
    transform: translate(-75%, -60%);
  }
}
.service-img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -65%);
  width: 120%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .service-img {
    transform: translate(-25%, -60%);
    opacity: 0.8;
  }
}
.service-content-card {
  background-color: #fff;
  padding: 4em 2.5em;
  border-radius: 4px;
  width: 58%;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
@media screen and (max-width: 1023.98px) {
  .service-content-card {
    width: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .service-content-card {
    width: 100%;
    padding: 2em 1.5em;
  }
}
.service-content-card-label {
  border-radius: 6px;
  background: var(--category-color);
  display: inline-block;
  padding: 0.2em 1em;
  min-width: 142px;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  font-weight: bold;
}
.service-content-card-heading {
  font-size: var(--fz30);
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 0.75em;
}
.service-content-card-list {
  display: grid;
  grid-template-columns: auto auto;
  border-bottom: 1px solid #E1E1E1;
}
.service-content-card-list li {
  padding: 0.5em 0em;
  border-top: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
}
.service-content-card-list li:nth-child(odd) {
  padding-right: 0.5em;
}
.service-content-card-list li:nth-child(even) {
  border-left: 1px solid #E1E1E1;
  padding-left: 0.5em;
}
.service-cta-wrapper {
  max-width: 740px;
  margin: 3em auto;
  border: #214370 4px solid;
  text-align: center;
  padding: 3em;
  border-radius: 10px;
  margin-top: 3em;
  background: #fff;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
}
.service-cta-text {
  font-size: var(--fz24);
  font-weight: bold;
  margin-bottom: 0.75em;
}

/* ベースのスタイル */
.hero-title span {
  display: inline-block;
  /* 回転と移動を有効にするために必須 */
  transition: transform 0.3s ease-out;
}

/* 1. 分（1番目のspan） */
.hero-title span:nth-child(1) {
  animation: crack-left 0.6s cubic-bezier(0.25, 1.5, 0.5, 1) forwards;
  animation-delay: 0.5s;
  /* 1秒後に開始 */
  transform-origin: bottom right;
  /* 右下を軸に割れるとよりリアル */
}

/* 2. 断（2番目のspan） */
.hero-title span:nth-child(2) {
  animation: crack-right 0.6s cubic-bezier(0.25, 1.5, 0.5, 1) forwards;
  animation-delay: 0.5s;
  /* 1秒後に開始 */
  transform-origin: bottom left;
  /* 左下を軸に割れる */
  margin-left: -0.1em;
  margin-right: -0.2em;
}

/* アニメーション定義 */
@keyframes crack-left {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  15% {
    transform: rotate(2deg) translateX(1px);
    /* 割れる直前の「しなり」 */
  }
  100% {
    transform: rotate(-4deg) translateX(0px);
    /* 指定のスタイル + 少し左へ離す */
  }
}
@keyframes crack-right {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  15% {
    transform: rotate(-2deg) translateX(-1px);
    /* 割れる直前の「しなり」 */
  }
  100% {
    transform: rotate(6deg) translateX(0px);
    /* 指定のスタイル + 少し右へ離す */
  }
}
.hero-title-icon-crack {
  position: relative;
}
.hero-title-icon-crack::before {
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  background: url(../img/crack.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.2em;
  left: 55%;
  opacity: 0;
  transform: translateX(-50%);
  animation: lightning-appear 0.4s cubic-bezier(0.1, 1.3, 0.3, 1) forwards;
  animation-delay: 0.6s;
  /* 文字が割れ始める「瞬間」に合わせる */
  filter: drop-shadow(2px 2px 0px white) drop-shadow(-2px -2px 0px white) drop-shadow(-2px 2px 0px white) drop-shadow(2px -2px 0px white);
}
@media screen and (max-width: 767.98px) {
  .hero-title-icon-crack::before {
    filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
    top: 0.1em;
  }
}

@keyframes lightning-appear {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(-10deg);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5) rotate(10deg);
    /* 一瞬大きく */
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    /* 定位置 */
    opacity: 1;
  }
}
.swiper {
  opacity: 0;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.4s;
}

.swiper-initialized {
  opacity: 1;
}

/* スクロール監視用のアニメーションクラス */
.js-fadein,
.js-fadein-left,
.js-fadein-right {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fadein.is-visible,
.js-fadein-left.is-visible,
.js-fadein-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* 下からフェードイン（デフォルト） */
.js-fadein {
  transform: translateY(30px);
}

/* 左からフェードイン */
.js-fadein-left {
  transform: translateX(-30px);
}

/* 右からフェードイン */
.js-fadein-right {
  transform: translateX(30px);
}

.h2-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5em;
}
.h2-title-heading {
  font-size: var(--fz120);
  color: #E1E1E1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .h2-title-heading {
    font-size: var(--fz80);
  }
}
@media screen and (max-width: 639.98px) {
  .h2-title-heading {
    font-size: var(--fz70);
  }
}
.h2-title-sub {
  margin-top: -1em;
  font-size: var(--fz30);
  letter-spacing: 0.04em;
  stroke: 4px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .h2-title-sub {
    margin-top: -0.75em;
  }
}

#service .h2-title {
  margin-bottom: 2em;
}

@media screen and (max-width: 767.98px) {
  #contact .h2-title {
    margin-bottom: 1.5em;
  }
}

.solutions {
  --outcome-color: #16A34A;
  --challenge-color: #EF4444;
  --solution-color: #3E84F6;
  margin-top: 3em;
  padding: 3em 0;
}
@media screen and (max-width: 767.98px) {
  .solutions {
    padding: 0;
  }
}
.solutions .container {
  z-index: 1;
  position: relative;
}
.solutions-card {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.2));
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  will-change: filter;
}
.solutions-card:not(:last-child) {
  margin-bottom: 5em;
}
.solutions-card-header {
  background: #FBFCFD;
  padding: 1.5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
.solutions-card-header-case {
  color: #666;
  font-weight: 600;
}
.solutions-card-header-title {
  color: #333;
  font-weight: bold;
  font-size: var(--fz22);
}
.solutions-card .solutions-card-body {
  padding: 2.5em 2em;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body {
    padding: 1.5em 1.25em;
  }
}
.solutions-card .solutions-card-body-challenge {
  --section-color: #EF4444;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-areas: "icon title" "icon list";
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5em 0.75em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-challenge {
    grid-template-areas: "icon title" "list list";
    gap: 1.25em 0.75em;
    margin-bottom: 1.25em;
  }
}
.solutions-card .solutions-card-body-challenge-icon {
  grid-area: icon;
  color: var(--challenge-color);
}
.solutions-card .solutions-card-body-challenge-icon-squere {
  width: 3.25em;
  aspect-ratio: 1/1;
  background: #FEF2F2;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.solutions-card .solutions-card-body-challenge-icon-squere i {
  width: 60%;
}
.solutions-card .solutions-card-body-challenge-title {
  grid-area: title;
}
.solutions-card .solutions-card-body-challenge-list {
  grid-area: list;
  margin-left: -0.4em;
}
.solutions-card .solutions-card-body-challenge-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.solutions-card .solutions-card-body-challenge-list li:before {
  content: "・";
  color: #FCA5A5;
}
.solutions-card .solutions-card-body-challenge-list li:not(:last-child) {
  margin-bottom: 0.25em;
}
.solutions-card .solutions-card-body-solution {
  --section-color: #3E84F6;
  background: #F8FAFC;
  border-radius: 18px;
  padding: 3em 2.25em;
  margin-bottom: 2.5em;
  background-image: url(../img/check_bg.png);
  background-size: 21%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-solution {
    padding: 1.25em 1.25em;
    margin-bottom: 2em;
  }
}
.solutions-card .solutions-card-body-solution-title {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-solution-title {
    margin-bottom: 1.25em;
  }
}
.solutions-card .solutions-card-body-solution-text {
  margin-bottom: 1.75em;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-solution-text {
    margin-bottom: 1.25em;
  }
}
.solutions-card .solutions-card-body-solution-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-solution-list {
    flex-direction: column;
    gap: 1.25em;
  }
}
.solutions-card .solutions-card-body-solution-list:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #C83433 0%, #199D6D 50%, #48ADD2 100%);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-solution-list:before {
    background: linear-gradient(180deg, #C83433 0%, #199D6D 50%, #48ADD2 100%);
    width: 4px;
    height: 100%;
    left: 50%;
  }
}
.solutions-card .solutions-card-body-solution-list li {
  border-radius: 4px;
  background: #FFF;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.04));
  border-left: 4px solid;
  width: 31%;
  padding: 1em 1.5em;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-solution-list li {
    width: 100%;
  }
}
.solutions-card .solutions-card-body-solution-list li.--m {
  border-color: #C83433;
}
.solutions-card .solutions-card-body-solution-list li.--l {
  border-color: #199D6D;
}
.solutions-card .solutions-card-body-solution-list li.--b {
  border-color: #48ADD2;
}
.solutions-card .solutions-card-body-solution-list-category {
  color: var(--category-color);
  font-weight: 900;
  font-size: var(--fz14);
}
.solutions-card .solutions-card-body-solution-list-text {
  font-weight: 600;
  color: #333;
}
.solutions-card .solutions-card-body-outcome {
  --section-color: #16A34A;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-areas: "icon title" "list list";
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5em 0.75em;
}
.solutions-card .solutions-card-body-outcome-icon {
  grid-area: icon;
  color: var(--outcome-color);
}
.solutions-card .solutions-card-body-outcome-icon-squere {
  width: 3.25em;
  aspect-ratio: 1/1;
  background: #F0FDF4;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.solutions-card .solutions-card-body-outcome-icon-squere i {
  width: 60%;
}
.solutions-card .solutions-card-body-outcome-title {
  grid-area: title;
}
.solutions-card .solutions-card-body-outcome-list {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: 1fr;
  gap: 1em;
}
.solutions-card .solutions-card-body-outcome-list li {
  border: 2px solid var(--outcome-color);
  border-radius: 1em;
  padding: 1em;
  display: flex;
  align-items: center;
  min-height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .solutions-card .solutions-card-body-outcome-list li {
    min-height: 140px;
  }
}
@media screen and (max-width: 639.98px) {
  .solutions-card .solutions-card-body-outcome-list li {
    min-height: 100px;
  }
}
.solutions-card .solutions-card-body-outcome-list li > div {
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  min-width: 55%;
}
.solutions-card .solutions-card-body-outcome-list-title {
  font-size: var(--fz28);
  margin-bottom: 0.4em;
  font-weight: 900;
  -webkit-text-stroke: 0.3em #fff;
  paint-order: stroke fill;
}
.solutions-card .solutions-card-body-outcome-list-value {
  font-size: var(--fz54);
  font-weight: 900;
  color: var(--outcome-color);
  -webkit-text-stroke: 0.3em #fff;
  paint-order: stroke fill;
}
.solutions-card .solutions-card-body-outcome-list-value.number {
  font-size: var(--fz68);
}
.solutions-card .solutions-card-body-challenge-title-small,
.solutions-card .solutions-card-body-solution-title-small,
.solutions-card .solutions-card-body-outcome-title-small {
  font-weight: 900;
  font-size: var(--fz14);
  color: var(--section-color);
  margin-bottom: 0.25em;
}
.solutions-card .solutions-card-body-challenge-title-text,
.solutions-card .solutions-card-body-solution-title-text,
.solutions-card .solutions-card-body-outcome-title-text {
  font-weight: 600;
  font-size: var(--fz24);
  color: #222;
}

.bridge-text {
  text-align: center;
  font-size: var(--fz24);
  font-weight: 500;
}
.bridge-text .highlight {
  font-size: var(--fz40);
  font-weight: 900;
  color: #214370;
  background: linear-gradient(transparent 65%, #F9FB85 65% 92%, transparent 92%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.8s ease-out 0.3s;
  padding: 0 0.25em;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}
.bridge-text .highlight.is-visible {
  background-size: 100% 100%;
}

.bridge {
  position: relative;
  z-index: 1;
  padding: 2.5em 0 3.6em;
  margin-top: 4em;
  margin-bottom: 3em;
}
.bridge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E7ED;
  z-index: -1;
  /* 5角形の計算 (clip-path):
     左上(0,0) → 右上(100,0) → 右下(100, 80) → 先端(50, 100) → 左下(0, 80) 
  */
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}

.contact {
  margin-bottom: 8em;
}
@media screen and (max-width: 767.98px) {
  .contact {
    margin-bottom: 4em;
  }
}

.contact-form {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 3em 2em;
  border-radius: 1em;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
@media screen and (max-width: 767.98px) {
  .contact-form {
    padding: 2em 1.5em;
  }
}
.contact-form-item {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  font-size: var(--fz14);
}
.contact-form-label {
  display: block;
  margin-bottom: 0.5em;
  color: #333;
}
.contact-form-label-sub {
  font-weight: normal;
  font-size: 0.9em;
}
.contact-form-input, .contact-form-textarea {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  background-color: #fff;
  box-sizing: border-box;
}
.contact-form-input::-moz-placeholder, .contact-form-textarea::-moz-placeholder {
  color: #ccc;
}
.contact-form-input::placeholder, .contact-form-textarea::placeholder {
  color: #ccc;
}
.contact-form-textarea {
  height: 8em;
  resize: vertical;
}
.contact-form-privacy {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.contact-form-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--fz14);
  color: #666;
}
.contact-form-checkbox {
  margin-right: 0.5em;
}
.contact-form-submit {
  text-align: center;
}
.contact-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #244376;
  color: #fff;
  padding: 0.75em 3em;
  border-radius: 0.5em;
  border: none;
  font-size: var(--fz14);
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  box-shadow: 0 0.25em 0.5em rgba(36, 67, 118, 0.3);
}
.contact-form-btn:hover {
  opacity: 0.9;
}
.contact-form-btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  transform: rotate(-10deg);
}

footer {
  background: #2E3E52;
  text-align: center;
  padding: 0.75em 0;
}
footer .copyright {
  color: #fff;
  font-size: var(--fz14);
}/*# sourceMappingURL=style.css.map */