/* support.css: 導入サポートページ */

.support-page{
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  overflow-x: hidden;
}

.support-page :where(*, *::before, *::after){
  box-sizing: border-box;
}

.support-page :where(a){
  color: inherit;
  text-decoration: none;
}

.support-page :where(img){
  max-width: 100%;
  display: block;
}

.support-main{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  overflow-x: clip;
}

.support-container{
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 50px 16px;
}

.support-hero{
  background: #fff;
}

.support-hero img{
  width: 100%;
  height: auto;
}

.support-problem{
  background: #fff;
  padding: 78px 0 110px;
}

.support-marker{
  width: 92px;
  height: 16px;
  margin: 0 auto 33px;
  background: #bee1e2;
}

.support-head{
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 36px;
  line-height: 1.32;
  letter-spacing: 0.01em;
  font-weight: 300;
}

.support-head span{
  color: #2428a6;
  font-weight: 500;
}

.support-head br.sp{
  display: none;
}

.support-worry-list{
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.support-worry-item p{
  margin: 0 0 24px;
  text-align: center;
  color: #2428a6;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.support-worry-image{
  width: min(280px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.support-problem-lead{
  margin: 45px 0 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.support-marker--second{
  margin-top: 125px;
}

.support-subhead{
  margin: 20px 0 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.support-points{
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.support-point{
  text-align: center;
}

.support-point-label{
  margin: 0 auto;
  width: 144px;
  height: 48px;
  border-radius: 999px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff901e;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.support-point-label .support-point-number{
  margin-left: 0.2em;
  font-weight: 700;
}

.support-point-icon{
  margin: 18px auto 32px;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252cc0;
}

.support-point-icon svg{
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.support-point-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-point-text{
  margin: 0;
  color: #2428a6;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.support-point-text .support-inline-note{
  display: inline-block;
  font-size: 0.65em;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  vertical-align: baseline;
  position: relative;
  top: -5px;
}

.support-note{
  margin: 52px 0 0;
  margin-left: calc(50% + 150px);
  width: fit-content;
  display: grid;
  row-gap: 0;
  text-align: left;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.support-note-line{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.support-note-mark{
  text-align: left;
}

.support-flow{
  width: 100%;
  height: 512px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #bee1e2;
  padding: 96px 0 104px;
}

.support-flow__title{
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 300;
}

.support-flow__list{
  margin: 51px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: center;
  gap: 16px;
}

.support-flow__item{
  position: relative;
  width: 200px;
  height: 120px;
  min-height: 120px;
  border-radius: 11px;
  padding: 12px 14px;
  background: #fff;
  color: #5e898b;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.support-flow__item--double{
  flex-direction: column;
}

.support-flow__item-line{
  display: block;
  white-space: nowrap;
}

.support-flow__item-line--product{
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
}

.support-flow__item:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #fff;
}

.support-flow__note{
  margin: 43px 0 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 300;
}

.support-visual{
  background: #dbe5e8 url("../img/support/support_02.webp") center center / cover no-repeat;
}

.support-visual__inner{
  min-height: 660px;
  display: flex;
  align-items: flex-end;
}

.support-visual__btn{
  margin: 0 0 50px;
  margin-left: -21px;
  width: 320px;
  max-width: 100%;
  height: 80px;
  border: 1px solid #2a31c2;
  background: #fff;
  color: #2a31c2;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.16em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.support-visual__btn::after{
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../img/top/arrow_b.svg") center / contain no-repeat;
}

.support-actions{
  width: 100%;
  height: 250px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #AED1F5;
}

.support-actions__title{
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-weight: 500;
}

.support-actions__grid{
  margin: 34px auto 0;
  width: min(700px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.support-actions__btn{
  position: relative;
  width: 320px;
  height: 80px;
  background: #fff;
  color: #2428a6;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-actions__btn::after{
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../img/top/arrow_b.svg") center / contain no-repeat;
}

@media (max-width: 980px){
  .support-problem{
    padding: 62px 0 84px;
  }

  .support-head{
    font-size: clamp(30px, 4.2vw, 36px);
  }

  .support-worry-list{
    gap: 14px;
  }

  .support-worry-item p{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
  }

  .support-worry-image{
    width: min(220px, 100%);
  }

  .support-problem-lead,
  .support-subhead{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .support-points{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .support-point-label{
    width: 132px;
    height: 42px;
    font-size: 18px;
  }

  .support-point-icon{
    margin: 14px auto 20px;
    width: 64px;
    height: 64px;
  }

  .support-point-text{
    font-size: 16px;
    line-height: 1.7;
  }

  .support-note{
    width: min(560px, 100%);
    margin: 44px auto 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .support-flow{
    height: auto;
    padding: 72px 0 82px;
  }

  .support-flow__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
    gap: 14px;
  }

  .support-flow__item{
    width: 100%;
    height: auto;
    min-height: 90px;
    font-size: 16px;
    padding: 12px 10px;
  }

  .support-flow__item-line--product{
    font-size: 20px;
    line-height: 1.3;
  }

  .support-flow__item:not(:last-child)::after{
    display: none;
  }

  .support-flow__note{
    margin-top: 34px;
    font-size: 15px;
    line-height: 1.8;
  }

  .support-visual__inner{
    min-height: 560px;
  }

  .support-visual__btn{
    margin-left: 0;
    margin-bottom: 56px;
    width: 280px;
    height: 68px;
  }

  .support-actions{
    height: auto;
    padding: 44px 0 50px;
  }

  .support-actions__grid{
    width: 100%;
    gap: 16px;
  }

  .support-actions__btn{
    width: 100%;
    max-width: none;
    height: 68px;
  }
}

@media (max-width: 767px){
  .support-problem{
    padding: 52px 0 62px;
  }

  .support-marker{
    width: 42px;
    height: 8px;
    margin-bottom: 26px;
  }

  .support-head{
    font-size: clamp(21px, 6.4vw, 26px);
    line-height: 1.35;
  }

  .support-head br.sp{
    display: block;
  }

  .support-worry-list{
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .support-worry-item p{
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.6;
  }

  .support-worry-image{
    width: min(240px, 100%);
  }

  .support-problem-lead,
  .support-subhead{
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }

  .support-problem-lead br,
  .support-flow__note br{
    display: none;
  }

  .support-flow__note{
    font-size: 13px;
    text-align: left;
  }

  .support-marker--second{
    margin-top: 52px;
  }

  .support-points{
    margin-top: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .support-point-label{
    width: 128px;
    height: 38px;
    font-size: 16px;
  }

  .support-point-icon{
    width: 60px;
    height: 60px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .support-point-text{
    font-size: 14px;
    line-height: 1.55;
  }

  .support-note{
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.6;
  }

  .support-flow{
    padding: 58px 0 62px;
  }

  .support-flow__title{
    font-size: 26px;
  }

  .support-flow__list{
    margin-top: 24px;
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 22px;
  }

  .support-flow__item{
    min-height: 58px;
    font-size: 15px;
    border-radius: 9px;
    padding: 14px 10px;
  }

  .support-flow__item-line--product{
    font-size: 17px;
    line-height: 1.3;
  }

  .support-flow__item:nth-child(-n+3)::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #fff;
  }

  .support-flow__note{
    margin-top: 22px;
    line-height: 1.8;
  }

  .support-visual{
    background-image: url("../img/support/support_sp02a.webp");
    background-position: 50% center;
  }

  .support-visual__inner{
    min-height: 460px;
  }

  .support-visual__btn{
    margin: 0 auto 12px;
    width: min(320px, 100%);
    height: 58px;
    font-size: 14px;
  }

  .support-visual__btn::after{
    right: 20px;
  }

  .support-actions{
    padding: 34px 0 40px;
  }

  .support-actions__title{
    font-size: clamp(22px, 7vw, 28px);
    letter-spacing: 0.1em;
  }

  .support-actions__grid{
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .support-actions__btn{
    width: 100%;
    height: 58px;
    font-size: 14px;
  }

  .support-actions__btn::after{
    right: 20px;
  }

}
