@charset "UTF-8";
/* ============================================================
// business.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header / ページトップ画像見出し
------------------------------------------------------------ */
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(240px, 28.729281768vw + 132.2651933702px, 500px);
  padding-top: clamp(76px, 5.9668508287vw + 53.6243093923px, 130px);
  overflow: hidden;
  background: url(../images/business/bg-hero.webp) no-repeat center/cover;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  text-align: center;
}
.page-header__title-area {
  color: #fff;
}
.page-header__en {
  display: block;
  font-size: clamp(34px, 2.8729281768vw + 23.226519337px, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page-header__jp {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(14px, 0.2209944751vw + 13.1712707182px, 16px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  background: #002266;
  border-radius: 2px;
}

/* ------------------------------------------------------------
// content
------------------------------------------------------------ */
.business-intro {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(560px, 22.0994475138vw + 477.1270718232px, 760px);
  padding-block: clamp(60px, 6.6298342541vw + 35.138121547px, 120px);
  background: #001a4d;
  overflow: hidden;
}
.business-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(77, 141, 255, 0.16), transparent 38%), radial-gradient(circle at 15% 90%, rgba(255, 255, 255, 0.05), transparent 45%);
  z-index: 1;
}
.business-intro::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  z-index: 1;
}
.business-intro__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.business-intro__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.04);
  filter: brightness(0.78);
}
.business-intro__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 26, 77, 0.82) 0%, rgba(0, 26, 77, 0.6) 35%, rgba(0, 26, 77, 0.35) 70%, rgba(0, 26, 77, 0.18) 100%);
}
.business-intro__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(16px, 2.6519337017vw + 6.0552486188px, 40px);
}
.business-intro__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(20px, 2.2099447514vw + 11.7127071823px, 40px);
  width: 180px;
  height: 180px;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  border-right: 2px solid rgba(255, 255, 255, 0.12);
}
.business-intro__header {
  position: relative;
  margin-bottom: clamp(28px, 3.5359116022vw + 14.7403314917px, 60px);
}
.business-intro__header::before {
  content: "BUSINESS";
  position: absolute;
  top: -55px;
  left: 0;
  font-size: clamp(40px, 8.8397790055vw + 6.8508287293px, 120px);
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  pointer-events: none;
}
.business-intro__header::after {
  content: "";
  display: block;
  width: clamp(70px, 3.3149171271vw + 57.5690607735px, 100px);
  height: clamp(2px, 0.2209944751vw + 1.1712707182px, 4px);
  margin-top: clamp(16px, 0.4419889503vw + 14.3425414365px, 20px);
  background: #fff;
  border-radius: 999px;
}
.business-intro__title {
  position: relative;
  z-index: 2;
  font-size: clamp(30px, 1.9889502762vw + 22.5414364641px, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.business-intro__body {
  width: 100%;
  max-width: 680px;
  padding: clamp(20px, 2.2099447514vw + 11.7127071823px, 40px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.business-intro__lead {
  margin-bottom: clamp(20px, 0.4419889503vw + 18.3425414365px, 24px);
}
.business-intro__lead p {
  font-size: clamp(18px, 0.4419889503vw + 16.3425414365px, 22px);
  font-weight: 700;
  color: #fff;
}
.business-intro__text p {
  font-size: clamp(15px, 0.1104972376vw + 14.5856353591px, 16px);
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
}
.business-intro__text p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .business-intro {
    min-height: auto;
  }
  .business-intro::after {
    display: none;
  }
  .business-intro::before {
    background: radial-gradient(circle at 80% 10%, rgba(77, 141, 255, 0.14), transparent 42%), radial-gradient(circle at 10% 100%, rgba(255, 255, 255, 0.04), transparent 45%);
  }
  .business-intro__bg img {
    transform: scale(1);
    filter: brightness(0.72);
  }
  .business-intro__bg::after {
    background: linear-gradient(180deg, rgba(0, 26, 77, 0.82) 0%, rgba(0, 26, 77, 0.6) 45%, rgba(0, 26, 77, 0.38) 100%);
  }
  .business-intro__container::after {
    display: none;
  }
  .business-intro__header::before {
    top: -18px;
  }
  .business-intro__body {
    max-width: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .business-intro__text p {
    line-height: 1.85;
  }
}

/* ------------------------------------------------------------
// FLOW
------------------------------------------------------------ */
.flow {
  width: 100%;
  overflow: hidden;
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flow__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: #002266;
  color: #fff;
  border-radius: 2px;
}
.flow__item:nth-child(1) {
  background: #4cbbe5;
}
.flow__item:nth-child(2) {
  background: rgb(66.5, 167.875, 213.125);
}
.flow__item:nth-child(3) {
  background: rgb(57, 148.75, 197.25);
}
.flow__item:nth-child(4) {
  background: rgb(47.5, 129.625, 181.375);
}
.flow__item:nth-child(5) {
  background: rgb(38, 110.5, 165.5);
}
.flow__item:nth-child(6) {
  background: rgb(28.5, 91.375, 149.625);
}
.flow__item:nth-child(7) {
  background: rgb(19, 72.25, 133.75);
}
.flow__item:nth-child(8) {
  background: rgb(9.5, 53.125, 117.875);
}
.flow__item:nth-child(9) {
  background: #002266;
}
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 0;
  height: 0;
  border-color: inherit;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-top-color: currentColor;
  z-index: 2;
}
.flow__number {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.8;
}
.flow__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .flow__list {
    flex-direction: row;
    gap: 0;
    background: #fff;
  }
  .flow__item {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(14px, 0.6629834254vw + 11.5138121547px, 20px);
    padding: clamp(20px, 1.1049723757vw + 15.8563535912px, 30px) clamp(10px, 0.6629834254vw + 7.5138121547px, 16px) clamp(20px, 1.1049723757vw + 15.8563535912px, 30px) clamp(16px, 1.3259668508vw + 11.0276243094px, 28px);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 16px 50%);
    margin-left: -14px;
  }
  .flow__item:first-child {
    margin-left: 0;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  }
  .flow__item:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 16px 50%);
  }
  .flow__item:not(:last-child)::after {
    display: none;
  }
  .flow__number {
    font-size: clamp(32px, 1.7679558011vw + 25.3701657459px, 48px);
    margin: auto;
  }
  .flow__title {
    font-size: clamp(15px, 0.5524861878vw + 12.9281767956px, 20px);
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 0.15em;
    height: clamp(140px, 6.6298342541vw + 115.138121547px, 200px);
    margin: auto;
  }
}