:root{
  --container: 1240px;
  --gutter: 20px;

  --brand: #00388D;
  --brand-2: #0a2f56;
  --accent: #f26b1d;

  --text: #1f2937;
  --muted: #64748b;
  --line: rgba(15,23,42,.12);

  --radius: 14px;
  --shadow: 0 10px 24px rgba(2, 8, 23, .14);
  --serif:"Shippori Mincho", serif;
  --engtxt:"Figtree", sans-serif;
  --bluegra:linear-gradient(
    45deg,
    #004D88 0%,
    #01204A 100%
  );
  --orangegra:linear-gradient(
    45deg,
    #FF8935 0%,
    #DA3600 100%
  );
  --space:120px;
}

*{ box-sizing: border-box; }
html,body{ overflow-x: hidden; overflow-y: auto; }
body{
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", system-ui, -apple-system, sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: #F9F9F9;
  font-size: 24px;
}
img{ max-width: 100%; height: auto; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; }

.container__full {
  padding: 0 5%;
}
.container{
  width: min(var(--container), 100% - (var(--gutter) * 2));
  margin: 0 auto;
}
.container__section {
  padding: var(--space) 0;
}
.blue { color: var(--brand);}
.sp_vis {
  display: none;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  padding: 12px 22px;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.btn__icon{
  width: 18px;
  height: 18px;
  opacity: .9;
}
.btn--primary{
  background: var(--Gradient-orange, linear-gradient(135deg, #FF8935 1.58%, #DA3600 103.17%));
  border-color: transparent;
  color: #fff;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.10);
  font-size: 20px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.btn--mini{
  padding: 10px 18px;
  font-size: 14px;
}
.btn--large{
  padding: 16px 34px;
  font-size: 18px;
}


.section-title{
  text-align: center;
  font-size: clamp(20px, 2.4vw, 38px);
  margin: 0 0 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #363636;
}
.section-title--tight{ margin-bottom: 38px; }
.u-strong{ font-weight: 700; color: var(--brand); }


.header{
  z-index: 20;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
}
.header__inner{
  height: 100px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2%;
}
.header__logo img{ height: 30px; width: auto; }
.header__right{
  display:flex;
  align-items:center;
  gap: 14px;
}

.tel{
  display: inline-flex;
  align-items:flex-start;
  gap: 4px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  line-height: 1;
}

.tel__icon{
  width: 25px;
  height: 25px;
  display: block;
  flex: 0 0 auto;
  margin-top: 3px;
}

.tel__texts{
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.tel__number{
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #0b4c89;
  line-height: 1.1;
}

.tel__note{
  font-size: 12px;
  color: #6b7280;
  line-height: 1.2;
}

.tel:hover .tel__number{
  text-decoration: underline;
}

.header__btn{ padding: 12px 18px; }

.hero__img-sp {
  display: none;
}
.hero{
  position: relative;
  min-height: 560px;
  padding: 64px 0;
  overflow: visible;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,1) 30%,
      rgba(255,255,255,0.00) 40%),
    url("../images/Hero.jpg") top right / contain no-repeat;
}
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: 
    linear-gradient(90deg,
      rgba(249,249,249,1) 30%,
      rgba(255,255,255,0.00) 45%)
}
.hero__inner{
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 24px;
  align-items: start;
  position: relative;
  z-index: 2;
  padding: 5% 5% 2.5%;
}

.hero__tagline{
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 8px 8px 10px;
  letter-spacing: 0.1em;
  font-size: 30px;
  padding-left: 8px;
  line-height: 1;
  border: 3px solid #004D88;
}

.hero__title{
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.05;
  font-size: 80px;
  font-family: var(--serif);
  font-weight: 600;
  color: transparent;
}
.hero__title-main,.hero__tagline-main,.hero__sub { 
  background: var(--Gradient-blue, linear-gradient(135deg, #004D88 1.58%, #01204A 103.17%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
.hero__title-accent,.hero__tagline-badge{ 
  background: var(--Gradient-orange, linear-gradient(135deg, #FF8935 1.58%, #DA3600 103.17%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

.hero__sub{
  margin: 20px 0 0;
  font-weight: 900;
  letter-spacing: .025em;
  font-size: 16px;
  font-family: var(--engtxt);
  font-weight: 700;
}

.hero__rule{
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #0b3a66;
  border-radius: 999px;
  margin: 40px 0 32px;
}

.hero__copy{
  margin-top: 0;
  max-width: 520px;
  color: #1f2937;
  font-size: 20px;
  line-height: 2.0;
}
.hero__copy p{ margin: 0 0 10px; }
.hero__copy_sp { display: none;}
.hero__cards{
  position: absolute;
  right: 5%;
  bottom: -150px;
  display: flex;
  gap: 18px;
  z-index: 5;
}

.hero-card{
  width: 200px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(75deg, #004D88 0%, #01204A 100%);
  box-shadow: 0 18px 28px rgba(2, 8, 23, .28);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.hero-card__icon{
  width: 56px;
  height: auto;
  margin-top: 4px;
}

.hero-card__title{
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
  margin-top: 4px;
}
.hero-card__title.hero-card__title-fsAJ {
  font-size: 32px;
}
.hero-card__desc{
  font-size: 14px;
  color: rgba(255,255,255,.9);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

/* responsive */
@media (max-width: 1360px){
  .hero__title{ font-size: 5.6vw; }
  .hero__tagline { font-size: 2.3vw;}
  .hero__copy { font-size: 1.3vw;}
}

@media (max-width: 768px){
  .sp_vis {
    display: block;
  }
  .btn--primary{
    font-size: 0.9rem;
    padding: 8px 18px;
    display: none;
  }
  .header__logo {
    width: 50%;
  }
  .header__right {
    width: 50%;
    justify-content: flex-end;
  }
  .tel__number { 
    font-size: 1.2rem;
  }
  .tel__note {
    font-size: 0.6rem;
    margin-top: 2px;
  }

  .hero{
    min-height: auto;
    background: none;
    width: 100%;
    padding-bottom: 0;
    padding-top: 28px;
  }
  .hero__img-sp { display: block; margin: 24px 0;}
  .hero::before {
    display: none;
  }
  .hero__title{ font-size: 3.2rem; }
  .hero__tagline { font-size: 1.2rem; padding-bottom: 8px;}
  .hero__copy { font-size: 1rem;}
  .hero__left{
    padding-top: 0;
    width: 100%;
  }
  .hero__sub {
    margin-top: 12px;
  }
  .hero__rule {
    display: none;
  }
  .hero__copy{
    max-width: 100%;
    width: 100%;
    display: none;
  }
  .hero__copy_sp {
    display: block;
    margin-top: 12px;
  }

  .hero__inner{
    grid-template-columns: 1fr;
    box-sizing: border-box;
    padding: 0 3%;
  }
  .hero__cards{
    position: static;
    margin-top: -120px;
    justify-content: center;
    gap: 6px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-card {
    pointer-events:auto;
    padding:10px 8px;
  }
  .pc-vis {
    display: none;
  }
  .hero-card{ width: 33%; }
  .hero-card__title { font-size: 0.8rem;}
  .hero-card__title.hero-card__title-fsAJ { font-size:  1.5rem; }
  .hero-card__desc { font-size:  0.8rem; }
  .hero-card__icon { width: 40%;}

  .section-title { font-size: 1.5rem; line-height: 1.4; margin-bottom: 24px;}
}

.worries {
  padding-top: 180px;
}
.worries__grid{
  display:grid;
  grid-template-columns: 40% 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 10px;
}
.worries__illust{
  display:flex;
  justify-content:center;
}
.worries__illust_sp {
  display: none;
}
.worries .section-title {
  text-align: left;
}
.worries__list{
  list-style: none;
}
.worries__list li{
  position: relative;
  margin: 14px 0;
  font-size: 24px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding-bottom: 18px;
  font-weight: 500;
}
.worries__list li::before{
  content:"";
  width: 18px;
  height: 18px;
  background: url("../images/Icon/check.svg") center / contain no-repeat;
}

.services{
  background: #eef3f8;
  position: relative;
  padding-top: 0;
  margin-top: var(--space);
}
.services .container {
  position: relative;
}
.services::before{
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 240px;
  background: #eef3f8;
  border-radius: 50%;
  z-index: 0;
}
.services__title{
  text-align: center;
  margin: 0 0 10px;
}
.services__lead{
  text-align: center;
  margin: 0 0 38px;
  font-weight: 500;
  line-height: 1.6;
}

.services__cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}

/* responsive */
@media (max-width: 980px){
  .services__cards{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.svcCard{
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(75deg, #004D88 0%, #01204A 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(2, 8, 23, .18);
  border: 1px solid rgba(255,255,255,.08);
}

.svcCard__head{
  height: 36px;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.svcCard__headIcon{
  position: absolute;
  left: 14px;
  top: 90%;
  transform: translateY(-50%);
  width: 42px;
  height: auto;
}
.svcCard__headLabel{
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .08em;
  padding: 12px 46px 14px;
  text-align: center;
  white-space: nowrap;
}

.svcCard__title{
  margin: 22px 18px 18px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}

.svcCard__title--en{
  font-size: 46px;
  min-height: calc(1.4em * 2);
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.svcCard__title--jp{
  font-size: 26px;
  min-height: calc(1.4em * 2);
  font-family: var(--serif);
}
.svcCard__titleSub{
  display:block;
  font-size: .78em;
  font-weight: 900;
  opacity: .95;
}
.svcCard__titleBig{
  font-size: 46px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.svcCard__desc{
  margin: 0 22px 18px;
  font-size: 15px;
  line-height: 1.9;
  min-height: 84px;
}
.svcCard__desc a {
  text-decoration: underline;
}
.txt-small {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
}
.mt-aj {
  margin-top: 6px;
}

.svcCard__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 22px 22px;
  width: calc(100% - 44px);
  height: 44px;
  border-radius: 999px;
  background: var(--Gradient-orange, linear-gradient(135deg, #FF8935 1.58%, #DA3600 103.17%));
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.svcCard__ctaArrow{ font-size: 18px; transform: translateY(-1px); }

.svcCard__box{
  background: #fff;
  color: #0f172a;
  margin: 0 18px 18px;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
}

.svcCard__row{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 6px;
  padding: 12px 2px;
}
.svcCard__row + .svcCard__row{
  border-top: 1px solid rgba(15,23,42,.10);
}
.svcCard__icon{
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.svcCard__rowTitle{
  margin: 0 0 0;
  font-weight: 900;
  font-size: 18px;
  color: #0b3a66;
  line-height: 1;
  margin-bottom: 8px;
}
.svcCard__rowText{
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #0f172a;
  line-height: 1.5;
}

.intro {
  padding-bottom: 0;
}
.intro .container {
  position: relative;
}
.intro__ttl {
  position: relative;
}
.intro__lead{
  text-align:center;
  font-weight: 600;
  color: #0b2d4f;
  margin: 0 0 0;
}
.intro__box{
  position: relative;
  display:grid;
  place-items: center;
}
.intro__form{
  width: min(860px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}
.intro__illust{
  position:absolute;
  right: 6vw;
  bottom: -20px;
  width: min(240px, 20%);
  z-index: -9999;
}

.cases__cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 22px;
  align-items: start;
}

.caseCard{
  position: relative;
  border: 2px solid #111;
  border-radius: 10px;
  background: #F9F9F9;
  padding: 28px 18px 160px;
  margin-top: 34px;
}


.caseCard__title{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-weight: 600;
  color: #0b3a66;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  z-index: 2;
  white-space: nowrap;
}

.caseCard__title span{
  display: inline-block;
  padding: 4px 18px;
  background: #F9F9F9;
  color: #00388D;
  position: relative;
}
.caseCard__title span:after {
  position: absolute;
  content: "";
  display: block;
  width: 29.58px;
  height: 24px;
  background: url(../images/point.svg) no-repeat;
  background-size: contain;
  left: -5px;
  top: -12px;
}


.caseCard__title::before{
  left: -28px;
  width: 28px;
}

.caseCard__title::after{
  right: -28px;
  width: 28px;
}

.caseCard__text{
  margin: 12px 0 20px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
}

.caseCard__illustArea{
  display: flex;
  justify-content: center;
  margin-top: 8px;
  position: relative;
}
.caseCard__illustClip{
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  position: absolute;
}
.caseCard__illust{
  width: 160px;
  height: auto;
  transform: translateY(14px);
}
.cases__flow{
  margin-top: 34px;
  position: relative;
}
.cases__pill{
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 22px 20px;
  border-radius: 999px;
  background: #F9F9F9;
  position: relative;
  z-index: 10; /* 線より下 */
  margin-top: 200px;
}

.cases__pill::after{
  content:"";
  position: absolute;
  inset: 0;
  border: 2px dashed #9aa6b2;
  border-radius: 999px;
  z-index: 3;
  pointer-events: none;
}

.cases__pillText{
  display:block;
  text-align:center;
  font-weight: 600;
  font-size: 32px;
  color: #334155;
}

.cases__lines{
  width: min(1240px, 100%);
  margin: 0 auto;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -72px;
  bottom: -72px;
  z-index: 2;
  pointer-events:none;
}

.cases__lines span{
  position: relative;
}

.cases__lines span::before{
  content:"";
  position:absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  background: #111;
}

.cases__lines span::after{
  content:"";
  position:absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
}

.cases__services{
  margin-top: 100px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.svcCard{
  display:flex;
  flex-direction: column;
  height: 100%;
}
.svcCard__bottom{ margin-top:auto; }

.svcCard__title{
  margin: 22px 18px 12px;
  text-align:center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  line-height: 1.2;
}
.svcCard__title--jp{
  font-size: 26px;
  min-height: calc(1.2em * 2);
  font-family: var(--serif);
}
.svcCard__titleBig{
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.svcCard__titleMain{ display:block; }
.svcCard__titleSub{ display:block; font-size:.78em; font-weight:900; opacity:.95; margin-top: 4px; }

/* responsive */
@media (max-width: 980px){
  .cases__cards,
  .cases__services,
  .cases__lines{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cases__lines span{
    height: 34px;
  }
  .caseCard__illust{
    margin: 10px auto -18px;
  }
  .cases__pill{
    font-size: 18px;
    padding: 18px 16px;
  }
  .svcCard__title--jp{
    min-height: auto;
  }
}

.ctaBlock{
  text-align: center;
  margin: 52px 0 0;
}

.ctaBlock__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(520px, 100%);
  padding: 18px 26px;
  border-radius: 6px;
  background: var(--Gradient-orange, linear-gradient(135deg, #FF8935 1.58%, #DA3600 103.17%));
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.10);
  transition: transform .15s ease, box-shadow .15s ease;
}
.svcCard__cta,
.btn--primary,
.ctaBlock__btn
.svcCard__cta .ctaBlock__icon,
.btn--primary .btn__icon,
.ctaBlock__btn .ctaBlock__icon,
.svcCard__ctaArrow{
  transition: all 0.2s;
}

.svcCard__cta:hover,
.btn--primary:hover,
.ctaBlock__btn:hover{
  box-shadow: 0 0 0 rgba(255,255,255,.0);
  filter: brightness(1.4);
  gap: 14px;
}
.svcCard__cta:hover .ctaBlock__icon,
.ctaBlock__btn:hover .ctaBlock__icon{
  width: 28px;
  height: 28px;
}
.btn--primary:hover .btn__icon {
  width: 24px;
  height: 24px;
}

.ctaBlock__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex-shrink: 0;
}

.ctaBlock__icon img{
  width: 100%;
  display: block;
}

/* 注釈 */
.ctaBlock__note{
  margin-top: 22px;
  font-size: 18px;
  color: #475569;
}

/* ---------------- reason ---------------- */
.reason{
  background:
    linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,.35)),
    url("../images/reason.jpg") center / cover no-repeat;
}
.reason__title{
  color:#fff;
  text-align:center;
  font-size: clamp(22px, 2.6vw, 34px);
  margin: 0 0 34px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
}
.reason__title .reason__title-num {
  font-size: 72px;
  font-family: var(--serif);
}
.reason__title .reason__title-inner {
  position: relative;
}
.reason__title .reason__title-inner:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  left: -42px;
  top: -25px;
  background: url(../images/point_white.svg) no-repeat;
}
.reason__cards{
  display:grid;
  gap: 16px;
  width: min(980px, 100%);
  margin: 0 auto;
}
.reason-card{
  background:#fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 36px;
  display:grid;
  grid-template-columns: 110px 1fr 120px;
  gap: 32px;
  align-items:center;
}
.reason-card__num{
  text-align:center;
  color: #0b3a66;
}
.reason-card__num span{
  display:block;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  font-family: var(--serif);
}
.reason-card__num i{
  display:block;
  width: 38px;
  height: 4px;
  border-radius: 4px;
  background: #0b3a66;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.reason-card__body h3{
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 24px;
}
.reason-card__body p{
  margin: 0;
  color: #334155;
  font-weight: 500;
  font-size: 16px;
}
.reason-card__icon{
  display:flex;
  justify-content:flex-end;
  max-width: 110px;
}
.reason-card__icon img{ width: 110px; height:auto; }

.exSlider{
  position: relative;
  margin-top: 22px;
}

.exTrack{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 18px;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px;
}

.exTrack::-webkit-scrollbar{ height: 1px; }
.exTrack::-webkit-scrollbar-thumb{ background: #00388D; border-radius: 999px; }
.exTrack::-webkit-scrollbar-track{ background: rgba(0,0,0,.15); }

.exCard{
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f6f7;
  display:flex;
  flex-direction: column;
}

.exCard__media{
  background: #e7e7e7;
  aspect-ratio: 400 / 267;
  position: relative;
}
.exCard__media img {
  width: 100%;
}

.exLabel{
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .06em;
  color: #fff;
}
.exLabel.is-blue{ background: #0b3a66; }
.exLabel.is-orange{ background: #f26b1d; }

.exCard__body{
  background:#fff;
  padding: 22px 22px 62px;
  position: relative;
  flex: 1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.exCard__text{
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  color: #111827;
}

.exCard__more{
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  text-decoration: none;
}

.exCard__more img{
  width: 22px;
  height: 22px;
  display: block;
}
.exNav{
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  cursor: pointer;
  z-index: 10;
  background: none;
}
.exNav:focus,
.exNav:focus-visible{
  outline: none;
  box-shadow: none;
}
.exNav img{
  width: 44px;
  height: 44px;
  display: block;
}

.exNav--prev{ left: -22px; }
.exNav--next{ right: -22px; }

@media (min-width: 960px){
  .exTrack{
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}

@media (max-width: 959px){
  .exSlider{ padding: 0 10px; }
  .exNav{ display:none; }
  .exTrack{ grid-auto-columns: minmax(78%, 1fr); }
}

.footer-visual{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../images/illust03_line.svg) no-repeat center top;
}

.fv-text{
  text-align: center;
}

.fv-title{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  color: #1f2a37;
  letter-spacing: .02em;
  text-align: center;
}
.fv-title img {
  margin-left: auto;
  margin-right: auto;
}
.fv-lead{
  margin: 18px auto;
  font-size: clamp(12px, 1.8vw, 24px);
  line-height: 1.9;
  font-weight: 500;
  color: #334155;
}
.visual {
  position: relative;
  padding-bottom: 80px;
  margin-top: 80px;
}
.stripe {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.people {
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.stripe img{
  width: 100%;
}


.footer-top{
  background-color: #00388D;
  padding: 12px 0;
}
.footer-top p {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  padding: 16px 5%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 145px;
}
.footer-bottom p {
  font-size: 13px;
  width: 40%;
}
.footer-bottom p.copy {
  text-align: right;
}

.fix-area{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: rgba(48, 70, 104, 0.80);
  padding: 24px 24px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.fix-area p {
  font-size: 18px;
  color: #FFF;
}
.tel-link {
  width: 4%;
  min-width: 50px;
  max-width: 110px;
}
.tel-link .tel-link-inner {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #fff;
  border: #f26b1d 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.tel-link .tel-link-inner img {
  width: 40%;
  height: auto;
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(45%) sepia(45%) saturate(1621%) hue-rotate(350deg) brightness(99%) contrast(92%);
}


/* ---------------- responsive ---------------- */
@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; }
  .hero__cards{ grid-template-columns: 1fr; }
  .worries__grid{ grid-template-columns: 1fr; }
  .services__cards{ grid-template-columns: 1fr; }
  .cases__cards{ grid-template-columns: 1fr; }
  .cases__services{ grid-template-columns: 1fr; }
  .examples__cards{ grid-template-columns: 1fr; }
  .reason-card{ grid-template-columns: 1fr; }
  .reason-card__icon{ justify-content:center; }
  .header__tel{ display:none; }
}
@media (max-width: 768px){
  .container__section { padding: 60px 0 0;}
  .worries__grid { gap: 30px;}
  .worries__list li,.intro__lead { font-size: 1rem;}
  .worries__right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .worries__right .section-title {
    width: 72%;
    padding-left: 8%;
    order: 2;
    margin-bottom: 0;
  }
  .worries__illust{
    width: 28%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    order: 1;
  }
  .worries__illust_sp{
    display: block;
  }
  .worries__list {
    margin-top: 12px;
    flex: 0 0 100%;
    order: 3;
  }
  .services { padding-top: 0;}
  .services::before{ top: -60px; height: 120px;}
  .services__lead {font-size: 1rem;;}
  .svcCard__title--en,
  .svcCard__title--jp{
    min-height: auto;
    justify-content: flex-start;
  }
  .caseCard {
    margin-top: 24px;
    display: flex;
    padding-bottom:24px;
    align-items:center;
  }
  .caseCard__text {
    margin: 0;
    text-align: left;
    order: 1;
    padding-left: 4%;
  }
  .caseCard__illustArea {
    width: 26%;
    order: 0;
  }
  .caseCard__illust{
    transform: translateY(0);
  }
  .caseCard__illustClip {
    position: inherit;
    height: 100px;
  }
  .caseCard:first-child {
    margin-top: 24px;
  }
  .caseCard__title{
    font-size: 1.3rem;
  }
  .caseCard__illust {
    width: 100%;
    margin: 0;
  }
  .cases__pillText {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .cases__pill {
    margin-top: 80px;
  }
  .cases__lines {
    display: none;
  }
  .cases__services {
    margin-top: 40px;
  }
  .cases__flow {
    margin-top: -42px;
  }

  .ctaBlock__btn,
  .reason-card__body h3 {
    font-size: 1.2rem;
  }
  .reason-card__body p {
    font-size: 0.9rem;
  }
  .reason-card{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 14px;
    padding:20px;
  }

   .hero_cta {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .hero_cta .ctaBlock__btn {
    width: 100%;;
  }
  .ctaBlock__btn {
    padding: 14px 14px;
    font-size: 1.1rem;
  }
 
  .intro__ttl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .intro__lead {
    flex: 0 0 100%;
    order: 0;
    margin-bottom: 12px;
  }
  .intro__ttl .section-title {
    order: 1;
    margin: 0;
    width: 68%;
    text-align: left;
    padding-right: 8%;
  }
  .intro__illust{
    position: inherit;
    right:inherit;
    bottom: inherit;
    width: 32%;
    order: 2;
  }

  .reason-card__num{
    order: 1;
    flex: 0 0 auto;
  }

  .reason-card__icon{
    order: 2;
    flex: 0 0 auto;
    margin-left: auto;
    width: 28%;
  }

  .reason-card__body{
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 12px;
  }  
  .ctaBlock {
    margin: 60px 0;
  }
  .ctaBlock__note{
    font-size: 0.8rem;
  }
  .reason{
    padding-bottom: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url(../images/reason.jpg) top right / cover no-repeat;
  }
  .exTrack{
    padding-bottom: 40px;
  }
  .footer-visual{
    max-width: none;
    background-size: contain;
    padding: 60px 0 0;
  }
  .fv-text{
    top: 18%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
  }
  .stripe,.people{
   opacity: 1 !important;
  }
  .visual {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .footer-bottom{
    flex-flow: column;
  }
  .footer-bottom p {
    width: 100%;
    text-align: left !important;
  }
  .fix-area {
    flex-wrap: wrap;
    padding: 2.5%;
    gap: 0;
  }
  .fix-area .tel-link {
    margin-right: 4%;
  }
  .ctaBlock__btn {
    width: 80%;
  }
  .fix-area p {
    font-size: 0.8rem;;
    margin-bottom: 0;
    flex: 0 0 100%;
    text-align: center;
  }
  .fix-area .ctaBlock__btn{
    padding: 8px 12px;
  }

}

@media (max-width: 520px){
  .header__inner{ height: 64px; }
  .header__logo img{ height: 28px; }
  .btn--large{ width: 100%; }
}


/*gsap*/
.hero__left{
  opacity: 0;
  transform: translateX(-32px);
  will-change: transform, opacity;
}

.footer-bottom p a {
  pointer-events: none;
}
