#stars_hp .page_arch {
  background: #f0fcff;
  font-family: 'M PLUS 1p';
  color: #303030;
  position: relative;
}

#stars_hp .page_arch h1,
#stars_hp .page_arch h2,
#stars_hp .page_arch h3,
#stars_hp .page_arch h4,
#stars_hp .page_arch h5,
#stars_hp .page_arch h6,
#stars_hp .page_arch blockquote,
#stars_hp .page_arch caption,
#stars_hp .page_arch figcaption,
#stars_hp .page_arch p {
  text-wrap: auto;
}

/* ===== Arch Thanks (PC) ===== */
#stars_hp .arch-thanks {
  padding-top: 140px;
  background: #F0FCFF;
  padding-bottom: 0;
}

#stars_hp .page_arch_thanks h1,
#stars_hp .page_arch_thanks h2,
#stars_hp .page_arch_thanks h3,
#stars_hp .page_arch_thanks h4,
#stars_hp .page_arch_thanks h5,
#stars_hp .page_arch_thanks h6,
#stars_hp .page_arch_thanks blockquote,
#stars_hp .page_arch_thanks caption,
#stars_hp .page_arch_thanks figcaption,
#stars_hp .page_arch_thanks p {
  text-wrap: auto;
}

#stars_hp .page_arch_thanks .arch-thanks__container {
  width: 800px;
}

#stars_hp .page_arch_thanks .arch-thanks__status {
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  width: fit-content;
  margin: 0 auto 49px;
  z-index: 1;
  color: #0089D3;

}

#stars_hp .page_arch_thanks .arch-thanks__status::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: #FFF97A;
  border-radius: 2px;
  z-index: -1;
}

#stars_hp .page_arch_thanks .arch-thanks__lead {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

#stars_hp .page_arch_thanks .arch-thanks__body {
  background-image: url(../img/arch_thanks_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 111px 100px;
  width: 800px;
  height: 1536px;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 120px;
}

#stars_hp .page_arch_thanks .arch-thanks__heading-top {
  background: linear-gradient(90deg, #008FDD 0%, #00B0D8 100%);
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.14);
  border-radius: 200px;
  color: #fff;
  font-family: 'Zen Antique';
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.02em;
  width: fit-content;
  margin: 0px auto 25px;
  padding: 7px 32px;
  position: relative;

}

#stars_hp .page_arch_thanks .arch-thanks__heading-top::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 25px;
  background: #01A0DB;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}

#stars_hp .page_arch_thanks .arch-thanks__heading-bottom {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;

  text-align: center;
  letter-spacing: 0.04em;
  color: #0089D3;
  position: relative;
  margin: 0 auto 0;
  z-index: 1;
}

#stars_hp .page_arch_thanks .arch-thanks__heading-bottom::before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 19px;
  background-image: url(../img/arch_overview_title_line.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#stars_hp .page_arch_thanks .arch-thanks__title-wrap {
  position: relative;
  width: 287px;
  height: 72px;
  margin: 19px auto 38px;
}

#stars_hp .page_arch_thanks .arch-thanks__title-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  letter-spacing: 0.02em;
  text-wrap: nowrap;
  color: #FD2B0D;
}

#stars_hp .page_arch_thanks .arch-thanks__title-shadow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 2px), calc(-50% - 2px));
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;

  text-align: left;
  letter-spacing: 0.02em;
  text-wrap: nowrap;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #303030;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 57px;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-card {
  background: #FFFBEF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  border-radius: 6px;


  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 520px;
  margin: 0 auto 0;
  padding: 4px 16px;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-label {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0B7CCE;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-card--subsidy .arch-thanks__amount-label {
  color: #FF9813;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-value-wrap {
  box-sizing: border-box;


  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-prefix {
  margin: 0 auto;
  width: 22px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #303030;

}

#stars_hp .page_arch_thanks .arch-thanks__amount-value {
  width: 174px;
  font-weight: 700;
  font-size: 55px;
  line-height: 50px;

  letter-spacing: 0.02em;
  color: #0B7CCE;


  text-align: end;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-value--k {
  color: #FF9813;
}

#stars_hp .page_arch_thanks .arch-thanks__amount-unit {
  width: 22px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #303030;

}

#stars_hp .page_arch_thanks .arch-thanks__total {
  width: 400px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

#stars_hp .page_arch_thanks .arch-thanks__total-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: -2px;
}

#stars_hp .page_arch_thanks .arch-thanks__total-deco {
  width: 23.79px;
  height: 49.9px;
}

#stars_hp .page_arch_thanks .arch-thanks__total-deco--left {
  transform: matrix(-0.98, -0.21, -0.21, 0.98, 0, 0);
}

#stars_hp .page_arch_thanks .arch-thanks__total-deco--right {
  transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
}

#stars_hp .page_arch_thanks .arch-thanks__total-title {
  font-family: 'Zen Antique';
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: black;

}

#stars_hp .page_arch_thanks .arch-thanks__total-body {
  background: linear-gradient(336.8deg, #019CC1 0.06%, #4ABBD0 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  border-radius: 6px;


  padding: 11px 14px;
}

#stars_hp .page_arch_thanks .arch-thanks__total-value-wrap {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  position: relative;
  padding: 4px 13px;
}

#stars_hp .page_arch_thanks .arch-thanks__total-prefix {


  font-weight: 800;
  font-size: 42px;
  line-height: 60px;

  letter-spacing: 0.02em;
  position: absolute;
  left: 13px;
}

#stars_hp .page_arch_thanks .arch-thanks__total-value {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;

  letter-spacing: 0.02em;


}

#stars_hp .page_arch_thanks .arch-thanks__total-unit {
  width: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;

  text-align: center;


}

#stars_hp .page_arch_thanks .arch-thanks__total-arrow {
  position: absolute;
  width: 63px;
  top: -32px;
  right: -88px;
}

#stars_hp .page_arch_thanks .arch-thanks__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 3px dotted #0089D3;
  padding-bottom: 37px;
  margin-bottom: 40px;
}

#stars_hp .page_arch_thanks .arch-thanks__note {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  color: #303030;

}

#stars_hp .page_arch_thanks .arch-thanks__links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#stars_hp .page_arch_thanks .arch-thanks__link-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#stars_hp .page_arch_thanks .arch-thanks__link-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;

}

#stars_hp .page_arch_thanks .arch-thanks__link-text .span1 {
  color: #32A1EA;
  font-weight: 700;

}

#stars_hp .page_arch_thanks .arch-thanks__link-card--web .arch-thanks__link-text .span1 {
  color: #0251A0;
  font-weight: 700;

}

#stars_hp .page_arch_thanks .arch-thanks__link-btn {
  box-sizing: border-box;
  width: 500px;
  height: 70px;
  background: #FFFFFF;
  border: 3px solid #32A1EA;
  border-radius: 200px;


  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;



  font-weight: 700;
  font-size: 24px;
  line-height: 40px;

  letter-spacing: 0.04em;
  color: #32A1EA;
  position: relative;
  padding-right: 48px;



}

#stars_hp .page_arch_thanks .arch-thanks__link-btn::before,
#stars_hp .page_arch_thanks .arch-thanks__link-btn::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #32A1EA;
  transform-origin: right center;
}

#stars_hp .page_arch_thanks .arch-thanks__link-btn::before {
  transform: translateY(0px) rotate(45deg);
}

#stars_hp .page_arch_thanks .arch-thanks__link-btn::after {
  transform: translateY(0px) rotate(-45deg);
}

#stars_hp .page_arch_thanks .arch-thanks__link-card--web .arch-thanks__link-btn {
  color: #0251A0;
  border-color: #0251A0;
}

#stars_hp .page_arch_thanks .arch-thanks__link-card--web .arch-thanks__link-btn::before,
#stars_hp .page_arch_thanks .arch-thanks__link-card--web .arch-thanks__link-btn::after {
  background: #0251A0;
}

#stars_hp .page_arch_thanks .arch-thanks__link-btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ===== Arch Thanks (SP) ===== */
@media screen and (max-width: 767px) {
  #stars_hp .page_arch_thanks.arch-thanks {
    padding-top: 0;
  }

  #stars_hp .page_arch_thanks .arch-thanks__container {
    width: 343px;
    margin: 0 auto 0;
    padding-top: 62px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__status {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 19px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__status::before {
    bottom: 0px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__lead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 41px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__body {
    width: 343px;
    height: 1009px;
    padding: 55px 25px;
    background-image: url(../img/arch_thanks_bg_sp.png);
    margin-bottom: 79px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__heading-top {
    font-size: 26px;
    line-height: 30px;
    padding: 5px 19px;
    margin-bottom: 19px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__heading-top::before {
    bottom: -15px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__heading-bottom {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.02em;
  }

  #stars_hp .page_arch_thanks .arch-thanks__heading-bottom::before {
    bottom: -2px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__title-wrap {
    margin: 9px auto 8px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__title-main {
    font-size: 50px;
    line-height: 50px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__title-shadow {
    font-size: 50px;
    line-height: 50px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-list {
    gap: 8px;
    margin-bottom: 14px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-card {
    padding: 5px 5px;
    width: 100%;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-label {
    font-size: 14px;
    line-height: 20px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-value-wrap {
    padding: 0px 2px;
    gap: 2px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-prefix {
    font-size: 14px;
    line-height: 14px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-value {
    font-size: 30px;
    line-height: 40px;
    width: 94px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__amount-unit {
    font-size: 14px;
    line-height: 14px;
    height: 28px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total {
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-deco {
    width: 13px;
    margin-bottom: -10px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-title {
    font-size: 20px;
    line-height: 20px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-body {
    width: 262px;
    margin: 0 auto 0;
    padding: 5px 7px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-value-wrap {
    padding: 2px 0px;
    gap: 0px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-prefix {
    font-size: 30px;
    line-height: 30px;
    left: 6px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-value--l {
    font-size: 45px;
    line-height: 50px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-unit {
    font-size: 20px;
    line-height: 20px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__total-arrow {
    width: 28px;
    right: -8px;
    top: -7px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__notes {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__note {
    font-size: 14px;
    line-height: 20px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__links {
    gap: 29px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__link-card {
    gap: 11px;
  }

  #stars_hp .page_arch_thanks .arch-thanks__link-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  #stars_hp .page_arch_thanks .arch-thanks__link-btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 0 0;
  }

  #stars_hp .page_arch_thanks .arch-thanks__link-btn::before,
  #stars_hp .page_arch_thanks .arch-thanks__link-btn::after {
    right: 20px;
  }
}

#stars_hp .page_arch .sp-only,
#stars_hp .page_arch_thanks .sp-only {
  display: none;
}

#stars_hp .page_arch .pc-only,
#stars_hp .page_arch_thanks .pc-only {
  display: block;
}

/* ===== Arch LP (PC) ===== */
#stars_hp .page_arch .arch-header,
#stars_hp .page_arch_thanks .arch-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 50px;
  z-index: 20;
  pointer-events: none;
}

#stars_hp .page_arch .arch-header__logo,
#stars_hp .page_arch_thanks .arch-header__logo {
  display: block;
  width: 80px;
  height: 80px;
  pointer-events: auto;
}

#stars_hp .page_arch .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#stars_hp .page_arch section {
  width: 100%;
  margin: 0 auto;
}

#stars_hp .page_arch .arch_bg1,
#stars_hp .page_arch .arch_bg2,
#stars_hp .page_arch .arch_bg3 {
  position: relative;
  overflow: hidden;
}

#stars_hp .page_arch .arch_bg1 {
  padding-bottom: 147px;
}

#stars_hp .page_arch .arch_bg3 {
  padding-top: 100px;
  padding-bottom: 120px;
}

#stars_hp .page_arch .arch_bg1>*,
#stars_hp .page_arch .arch_bg2>*,
#stars_hp .page_arch .arch_bg3>* {
  position: relative;
  z-index: 1;
}

#stars_hp .page_arch .arch_bg1::before,
#stars_hp .page_arch .arch_bg2::before,
#stars_hp .page_arch .arch_bg2::after,
#stars_hp .page_arch .arch_bg3::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
}

#stars_hp .page_arch .arch_bg1::before {
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  background-image: url(../img/arch_bg1.png);
}

#stars_hp .page_arch .arch_bg2::before {
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  background-image: url(../img/arch_bg2-1.png);
}

#stars_hp .page_arch .arch_bg2::after {
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  background-image: url(../img/arch_bg2-2.png);
  background-position: bottom;
}

#stars_hp .page_arch .arch_bg3::before {
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  background-image: url(../img/arch_bg3.png);
}

#stars_hp .page_arch .arch_bg1__person--left {
  position: absolute;
  width: 450px;
  height: 300px;
  left: calc((100vw - 800px) / 2 + 0px);
  bottom: -26px;
}

#stars_hp .page_arch .arch_bg1__person--right {
  position: absolute;
  width: 300px;
  height: 523px;
  right: calc((100vw - 800px) / 2 + 0px);
  bottom: -103px;
}

#stars_hp .page_arch .arch_bg1__text--left {
  position: absolute;
  width: 151px;

  left: calc((100vw - 800px) / 2 + 84px);
  bottom: 254px;

}

#stars_hp .page_arch .arch_bg1__text--right {
  position: absolute;
  width: 148px;

  left: calc((100vw - 800px) / 2 + 326px);
  bottom: 247px;

}

#stars_hp .page_arch .arch_float_btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  display: block;
  width: 140px;
  height: 140px;
}

/* --- FV --- */
#stars_hp .page_arch #arch_fv {
  background-image: none;
  padding: 40px 0 100px;
}

#stars_hp .page_arch .fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 15px;
  background: #FFFFFF;
  gap: 7px;
  box-shadow: 14px 14px 10px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  position: relative;
  width: 660px;
  margin: 0 auto 10px;
}

#stars_hp .page_arch .fv__board {
  position: relative;
}

#stars_hp .page_arch .fv__copy {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch .fv__copy-emphasis {
  color: #0B7CCE;
}

#stars_hp .page_arch .fv__copy-strong {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 4px 2px 10px;
  gap: 10px;
  background: #303030;
  border-radius: 2px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}

#stars_hp .page_arch .fv__copy-deco {
  position: absolute;
  width: 20.74px;
  height: 22px;
  right: 0px;
  top: -8px;
}

#stars_hp .page_arch .fv__pin {
  width: 37.68px;
  height: 30px;
  top: 12px;
  position: absolute;
}

#stars_hp .page_arch .fv__pin--left {
  left: 16px;
}

#stars_hp .page_arch .fv__pin--right {
  right: 16px;
}

#stars_hp .page_arch .fv__title-wrap {
  position: relative;
  width: fit-content;
}

#stars_hp .page_arch .fv__title-wrap::before {
  content: '';
  position: absolute;
  width: 95%;
  height: 20px;
  left: 0;
  /* transform: translateX(-50%); */
  right: 0;
  bottom: -3px;
  background: #FFF400;
  border-radius: 2px;
  z-index: 0;
}

#stars_hp .page_arch .fv__title {
  font-weight: 700;
  font-size: 85px;
  line-height: 90px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  margin-top: 13px;
}

#stars_hp .page_arch .fv__title-grant {
  background: linear-gradient(180deg, #FDA79A 0%, #FD2B0D 46.15%, #FF780B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

#stars_hp .page_arch .fv__title-grant-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  display: flex;
  pointer-events: none;
  width: 100%;
  justify-content: space-around;
}

#stars_hp .page_arch .fv__title-grant-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FDA79A 0%, #FD2B0D 46.15%, #FF780B 100%), #D9D9D9;
}

#stars_hp .page_arch .fv__title-jp {
  font-weight: 700;
  font-size: 65px;
  line-height: 60px;
  color: #303030;
  background: none;
  -webkit-text-fill-color: #303030;
  background-clip: text;
  text-fill-color: #303030;
}

#stars_hp .page_arch .fv__title-main {
  font-weight: 700;
  font-size: 85px;
  line-height: 90px;
  letter-spacing: 0.02em;
  background: none;
  -webkit-text-fill-color: #0089D3;
  background-clip: text;
  text-fill-color: #0089D3;
  text-wrap: nowrap;

}

#stars_hp .page_arch .fv__title-main-mark {
  margin-left: -22px;
  display: inline-block;
  font-size: 105px;
  transform: translateY(7px);
}

#stars_hp .page_arch .fv__note-wrap {
  margin-top: 6px;
}

#stars_hp .page_arch .fv__service {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#stars_hp .page_arch .fv__service-tag {
  padding: 0px 14px;
  display: inline-block;
  background: linear-gradient(90deg, #008FDD 0%, #00B0D8 100%);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-right: 8px;
}

#stars_hp .page_arch .fv__note {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  width: 488px;
  margin-top: 3px;
}

#stars_hp .page_arch .fv__results {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
  gap: 10px;
  width: 718.18px;
  margin: auto;
}

#stars_hp .page_arch .fv__result {
  width: 718.18px;
  height: 240px;
}

#stars_hp .page_arch .fv__cta {
  width: 800px;
  height: 161px;
}

/* --- About --- */
#stars_hp .page_arch #arch_about {
  background-image: url(../img/arch_overview_outer.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 51px 50px;
  gap: 10px;
  isolation: isolate;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  height: 1562px;
  margin-top: 26px;
}

#stars_hp .page_arch #arch_about .about__head {
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-top: -105px;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  height: 120px;
}

#stars_hp .page_arch #arch_about .about__head-title .about__accent {
  font-size: 44px;
}

#stars_hp .page_arch #arch_about .about__head-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
  z-index: -1;
}

#stars_hp .page_arch #arch_about .about__head-img {
  width: 70px;
  height: 53px;
  margin-top: 21px;
}

#stars_hp .page_arch #arch_about .about__check {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 19px;
}

#stars_hp .page_arch #arch_about .about__check-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
}

#stars_hp .page_arch #arch_about .about__check-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  margin: 40px 0 0px;
}

#stars_hp .page_arch #arch_about .about__check-dot {
  width: 14px;
  height: 14px;
  background: #DFDFDF;
  border-radius: 50%;
}

#stars_hp .page_arch #arch_about .about__check-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  gap: 4px;
  background: linear-gradient(271.04deg, #008EDB 0%, #009AD7 100%);
  border-radius: 2px;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  position: relative;
}

#stars_hp .page_arch #arch_about .about__check-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  top: 2px;
  border: 1px dashed #707070;
  border-radius: 2px;
  z-index: -1;
}

#stars_hp .page_arch #arch_about .about__check-item .about__check-item-img {
  width: 29.41px;
  height: 24px;
  margin-right: 4px;
}

#stars_hp .page_arch #arch_about .about__check-item .about__accent {
  color: #FFF400;
}

#stars_hp .page_arch #arch_about .about__check-note-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;

}

#stars_hp .page_arch #arch_about .about__issues-title {
  font-family: 'Zen Antique';
  font-weight: 500;
  font-size: 50px;
  line-height: 80px;
  color: #0251A0;
  position: relative;
}

#stars_hp .page_arch #arch_about .about__issues-title-deco {
  position: absolute;
  top: 10px;
  right: -24px;
  width: 37.7px;
  height: 40px;
  transform: rotate(-10deg);
}

#stars_hp .page_arch #arch_about .about__issues-title::before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 19px;
  background-image: url(../img/arch_overview_title_line.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#stars_hp .page_arch #arch_about .about__issues-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 40px;
  isolation: isolate;
  border-bottom: 3px dotted #303030;
  padding-bottom: 20px;
  margin-top: 36px;
  margin-bottom: 20px;
  width: 619.51px;
}

#stars_hp .page_arch #arch_about .about__issues-illust {
  width: 200px;
  height: 316px;
}

#stars_hp .page_arch #arch_about .about__issues-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 14px;
  list-style: none;
}

#stars_hp .page_arch #arch_about .about__issues-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
}

#stars_hp .page_arch #arch_about .about__issues-item-img {
  width: 24.51px;
  height: 20px;
}

#stars_hp .page_arch #arch_about .about__issues-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-wrap: nowrap;

}

#stars_hp .page_arch #arch_about .about__issues-text .about__accent {
  color: #FF3E64;
}

#stars_hp .page_arch #arch_about .about__issues-lead-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 619.51px;
}

#stars_hp .page_arch #arch_about .about__issues-lead {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_about .about__issues-lead .about__accent1 {
  color: #0B7CCE;
}

#stars_hp .page_arch #arch_about .about__issues-lead .about__accent2 {
  color: #FF4700;
}

#stars_hp .page_arch #arch_about .about__prompt-top {
  width: 150px;
  height: 60px;
  position: relative;
  text-align: center;
  margin: 0 auto 15px;
}

#stars_hp .page_arch #arch_about .about__prompt-top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
  z-index: -1;
}

#stars_hp .page_arch #arch_about .about__prompt-top-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding-top: 6px;
}

#stars_hp .page_arch #arch_about .about__prompt-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

#stars_hp .page_arch #arch_about .about__prompt-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px 10px;
  gap: 10px;
  background: linear-gradient(271.04deg, #008EDB 0%, #009AD7 100%), #FFFFFF;
  border-radius: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

#stars_hp .page_arch #arch_about .about__prompt-dot {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

#stars_hp .page_arch #arch_about .about__prompt-note {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.02em;
  margin-top: 12px;
}

#stars_hp .page_arch #arch_about .about__cta {
  width: 600px;
  height: 176px;
  margin-top: 17px;
}

#stars_hp .page_arch .arch_bg2 {
  background: #FFF9F1;
  padding-top: 136px;
  padding-bottom: 0px;
}

/* --- Reason --- */
#stars_hp .page_arch #arch_reason {
  background-image: url(../img/checked-notepad-wood-table.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1948px;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}

#stars_hp .page_arch #arch_reason .reason__lead {
  position: absolute;
  top: -12px;
  left: 15px;
  filter: drop-shadow(0px 7px 3px rgba(0, 0, 0, 0.14));
  transform: rotate(-8deg);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 10px;
  background: #0251A0;
  border-radius: 100px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  z-index: 1;

}

#stars_hp .page_arch #arch_reason .reason__lead::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 22px;
  left: 50%;
  top: calc(100% - 2px);
  background: #0251A0;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#stars_hp .page_arch #arch_reason .reason__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
}

#stars_hp .page_arch #arch_reason .reason__point-head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  border-bottom: 3px solid #303030;
  position: relative;
  width: 580px;
}

#stars_hp .page_arch #arch_reason .reason__point-head::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #303030;
}

#stars_hp .page_arch #arch_reason .reason__point-head::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #303030;
}

#stars_hp .page_arch #arch_reason .reason__point-deco {
  width: 23.79px;
  height: 49.9px;
}

#stars_hp .page_arch #arch_reason .reason__point-deco--left {
  transform: matrix(-0.98, -0.21, -0.21, 0.98, 0, 0);
}

#stars_hp .page_arch #arch_reason .reason__point-deco--right {
  transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
}

#stars_hp .page_arch #arch_reason .reason__point-title {
  font-family: 'Zen Antique';
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #0B7CCE;
}

#stars_hp .page_arch #arch_reason .reason__point--fee .reason__point-title {
  color: #FF9813;
}

#stars_hp .page_arch #arch_reason .reason__point--fee .span1 {
  color: #FF9813;
}

#stars_hp .page_arch #arch_reason .reason__point--fee .span2 {
  background: #FF9813;
}

#stars_hp .page_arch #arch_reason .reason__point--fee .arch__accent {
  color: #FF9813;
}

#stars_hp .page_arch #arch_reason .reason__point-body {
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  isolation: isolate;
}

#stars_hp .page_arch #arch_reason .reason__point-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_reason .reason__point-note {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.02em;

}

#stars_hp .page_arch #arch_reason .span1 {
  color: #0B7CCE;
  font-weight: 700;
}

#stars_hp .page_arch #arch_reason .span2 {
  color: #FFFFFF;
  background: #0B7CCE;
  font-weight: 700;
  line-height: 37px;
  border-radius: 2px;
  padding: 0px 3px;
}

#stars_hp .page_arch #arch_reason .reason__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
}

#stars_hp .page_arch #arch_reason .reason__steps-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 6px;
}

#stars_hp .page_arch #arch_reason .reason__steps-lead {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

#stars_hp .page_arch #arch_reason .reason__steps-lead::before {
  content: '';
  position: absolute;
  width: 210px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #FFF97A;
  z-index: -1;
}

#stars_hp .page_arch #arch_reason .reason__steps-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  color: #FD2B0D;
}

#stars_hp .page_arch #arch_reason .reason__steps-title-shadow {
  position: absolute;
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #303030;
  top: 50%;
  left: 50%;
  transform: translateX(calc(-50% - 2px)) translateY(calc(-50% - 2px));
  text-wrap: nowrap;
}

#stars_hp .page_arch #arch_reason .reason__steps-line {
  width: 379px;
}

#stars_hp .page_arch #arch_reason .reason__step-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
}

#stars_hp .page_arch #arch_reason .reason__step {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 50px;
  gap: 9px;
  isolation: isolate;
  background: #FFFFFF;
  border: 2px solid #303030;
  border-radius: 4px;
  width: 100%;
}

#stars_hp .page_arch #arch_reason .reason__step-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 20px;
}

#stars_hp .page_arch #arch_reason .reason__step-no {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #00AAC9;
}

#stars_hp .page_arch #arch_reason .reason__step-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #00AAC9;
}

#stars_hp .page_arch #arch_reason .reason__step:last-child .reason__step-no,
#stars_hp .page_arch #arch_reason .reason__step:last-child .reason__step-title {
  color: #0251A0;
}

#stars_hp .page_arch #arch_reason .reason__step-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_reason .reason__step-text .span1 {
  color: #303030;
  font-weight: 500;
  position: relative;
  z-index: 1;

}

#stars_hp .page_arch #arch_reason .reason__step-text .span1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 249, 122, 0.8);
  z-index: -1;
}

#stars_hp .page_arch #arch_reason .reason__cta {
  width: 600px;
  height: 176px;
}

#stars_hp .page_arch #arch_reason .reason__person {
  position: absolute;
}

#stars_hp .page_arch #arch_reason .reason__person--left {
  width: 400px;
  height: 298px;
  left: 50px;
  bottom: -38px;
}

#stars_hp .page_arch #arch_reason .reason__person--right {
  width: 250px;
  height: 382px;
  right: 11px;
  bottom: -54px;
}

#stars_hp .page_arch #arch_reason .reason__text-img {
  position: absolute;
}

#stars_hp .page_arch #arch_reason .reason__text-img--left {
  width: 191px;


  left: 72px;
  bottom: 227px;
}

#stars_hp .page_arch #arch_reason .reason__text-img--right {
  width: 203px;


  left: 332px;
  bottom: 198px;
}

/* --- Case --- */
#stars_hp .page_arch #arch_case {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 40px;
}

#stars_hp .page_arch #arch_case .case__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 14px;
}

#stars_hp .page_arch #arch_case .case__lead {
  font-family: 'Zen Antique';
  font-weight: 400;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #613B1B;
  border-bottom: 2px solid #613B1B;
  width: 558px;
  position: relative;
  padding-bottom: 6px;
}

#stars_hp .page_arch #arch_case .case__lead::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -10px;
  bottom: -4px;
  background: #613B1B;
  border-radius: 50%;
}

#stars_hp .page_arch #arch_case .case__lead::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  right: -10px;
  bottom: -4px;
  background: #613B1B;
  border-radius: 50%;
}

#stars_hp .page_arch #arch_case .case__title {
  font-family: 'Zen Antique';
  font-weight: 500;
  font-size: 110px;
  line-height: 110px;
  color: #613B1B;
}

#stars_hp .page_arch #arch_case .case__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0px;
  gap: 20px;
  flex-wrap: wrap;
}

#stars_hp .page_arch #arch_case .case__item {
  background: #FFFFFF;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  position: relative;
  width: 390px;
  min-height: 306px;
  padding: 30px;
}

#stars_hp .page_arch #arch_case .case__item-head {
  position: absolute;
  left: 16px;
  top: -5px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9px;
  margin: auto;
  width: 80px;
  height: 110px;
}

#stars_hp .page_arch #arch_case .case__no-deco {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

#stars_hp .page_arch #arch_case .case__label {
  font-family: 'M PLUS 1p';
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

#stars_hp .page_arch #arch_case .case__no {
  font-family: 'Zen Antique';
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;

}

#stars_hp .page_arch #arch_case .case__item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 2px;
  border-bottom: 3px dotted #303030;
  width: 240px;
  margin: 0 0 20px auto;
  padding-bottom: 0px;

}

#stars_hp .page_arch #arch_case .case__industry-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 8px;
}

#stars_hp .page_arch #arch_case .case__industry-deco {
  width: 14.3px;
  height: 30px;
  transform: rotate(-12deg);
}

#stars_hp .page_arch #arch_case .case__industry-deco--left {
  transform: scaleX(-1);
}

#stars_hp .page_arch #arch_case .case__industry-deco--right {
  transform: rotate(-12deg);
}

#stars_hp .page_arch #arch_case .case__industry {
  font-family: 'M PLUS 1p';
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.02em;

}

#stars_hp .page_arch #arch_case .case__amount {
  font-family: 'Zen Antique';
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #0B7CCE;
}

#stars_hp .page_arch #arch_case .case__amount .span1 {
  font-size: 40px;
}

#stars_hp .page_arch #arch_case .case__detail-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  list-style: none;
}

#stars_hp .page_arch #arch_case .case__detail-item {
  font-family: 'M PLUS 1p';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-wrap: nowrap;

}

#stars_hp .page_arch #arch_case .case__detail-item .span1 {
  color: #0B7CCE;
  position: relative;
  z-index: 1;
  font-weight: 700;

}

#stars_hp .page_arch #arch_case .case__detail-item .span1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background: #FFF97A;
  z-index: -1;
}

#stars_hp .page_arch #arch_case .case__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 765px;
}

#stars_hp .page_arch #arch_case .case__foot-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}

#stars_hp .page_arch #arch_case .case__foot-main-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_case .case__foot-main-text--accent {
  color: #FFFFFF;
  background: #FF3E64;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 12px;
  gap: 10px;
  border-radius: 2px;
}

#stars_hp .page_arch #arch_case .case__foot-note {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 14px;
}

#stars_hp .page_arch #arch_case .case__foot-note-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;

}

#stars_hp .page_arch #arch_case .case__dots-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
  margin: 18px auto;
}

#stars_hp .page_arch #arch_case .case__dots {
  width: 14px;
  height: 14px;
  background: #303030;
  border-radius: 50%;
}

#stars_hp .page_arch #arch_faq_list .faq__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
}

#stars_hp .page_arch #arch_faq_list .faq__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.16));
  width: 100%;
}

#stars_hp .page_arch #arch_faq_list .faq__question {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 146px 20px 40px;
  gap: 30px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  color: #FF3E64;
  border: none;
  width: 100%;
  position: relative;
  cursor: pointer;
}

#stars_hp .page_arch #arch_faq_list .faq__question.open,
#stars_hp .page_arch #arch_faq_list .faq__question[aria-expanded="true"] {
  border-radius: 4px 4px 0px 0px;
}

#stars_hp .page_arch #arch_faq_list .faq__q,
#stars_hp .page_arch #arch_faq_list .faq__a {
  font-family: 'Zen Antique';
  font-weight: 700;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: 0.07em;
}

#stars_hp .page_arch #arch_faq_list .faq__question-text {
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_faq_list .faq__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #A8A8A8;
  position: absolute;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

#stars_hp .page_arch #arch_faq_list .faq__icon::before,
#stars_hp .page_arch #arch_faq_list .faq__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

#stars_hp .page_arch #arch_faq_list .faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#stars_hp .page_arch #arch_faq_list .faq__question.open .faq__icon::after,
#stars_hp .page_arch #arch_faq_list .faq__question[aria-expanded="true"] .faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

#stars_hp .page_arch #arch_faq_list .faq__answer {
  display: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 40px;
  gap: 30px;
  background: #F7F7F7;
  border-radius: 0px 0px 4px 4px;
  width: 100%;

}

#stars_hp .page_arch #arch_faq_list .faq__answer-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: left;

}

#stars_hp .page_arch #arch_faq_list .faq__answer-text .span1 {
  color: #00AAC9;
  font-weight: 700;
}

#stars_hp .page_arch #arch_faq_list .faq__dots-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
  margin: 112px auto 56px;
}

#stars_hp .page_arch #arch_faq_list .faq__dots {
  width: 14px;
  height: 14px;
  background: #303030;
  border-radius: 50%;
}

/* --- FAQ --- */
#stars_hp .page_arch #arch_faq_title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-top: 64px;
  padding-bottom: 65px;

}

#stars_hp .page_arch #arch_faq_title .faq-head__person--left {
  width: 168px;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;

}

#stars_hp .page_arch #arch_faq_title .faq-head__person--right {
  width: 124px;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;

}

#stars_hp .page_arch #arch_faq_title .faq-head__ja-wrap {
  position: relative;
}

#stars_hp .page_arch #arch_faq_title .faq-head__ja {
  font-weight: 400;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.04em;
}

#stars_hp .page_arch #arch_faq_title .faq-head__ja-deco {
  position: absolute;
  height: 38.91px;
  width: auto;
  right: 0px;
  top: 0px;
}

#stars_hp .page_arch #arch_faq_title .faq-head__en {
  font-family: 'Zen Antique';
  font-weight: 400;
  font-size: 150px;
  line-height: 140px;
  display: flex;
  align-items: center;
  letter-spacing: 0.07em;
}

/* --- Form --- */
#stars_hp .page_arch #arch_form {
  padding-top: 56px;
}

#stars_hp .page_arch #arch_form .arch_form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 6px;
  width: 600px;
  position: relative;
  margin: 0 auto;
}

#stars_hp .page_arch #arch_form .arch_form__title-label {
  background: linear-gradient(90deg, #008FDD 0%, #00B0D8 100%), #FFFFFF;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.14));
  font-family: 'Zen Antique';
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  border-radius: 200px;
  position: relative;
  width: 250px;
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
}

#stars_hp .page_arch #arch_form .arch_form__title-label::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 25px;
  background: #01A0DB;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}

#stars_hp .page_arch #arch_form .arch_form__title-text {
  font-weight: 500;
  font-size: 110px;
  line-height: 120px;
  text-align: center;
  letter-spacing: 0.04em;
  border-bottom: 4px solid #303030;
  position: relative;
  width: 100%;
  padding-bottom: 9px;
}

#stars_hp .page_arch #arch_form .arch_form__title-text::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #303030;
  left: -10px;
  bottom: -6px;
  border-radius: 50%;
}

#stars_hp .page_arch #arch_form .arch_form__title-text::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #303030;
  right: -10px;
  bottom: -6px;
  border-radius: 50%;
}

#stars_hp .page_arch #arch_form .arch_form__title-text_underline {
  width: 100%;
  height: 2px;
  background: #303030;
  position: absolute;
  bottom: -6px;
  left: 0px;
}

#stars_hp .page_arch #arch_form .wpcf7-not-valid-tip {
  display: none;
}

#stars_hp .page_arch #arch_form .error-message {
  color: red;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}

#stars_hp .page_arch #arch_form .arch-form__item--privacy .error-message {
  margin-top: 8px;
}

#stars_hp .page_arch #arch_form .arch_form__bg {
  background-image: url(../img/arch_form_bg.png);
  background-size: cover;
  background-position: center center;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 80px 49px;
  position: relative;
  margin-top: 114px;
}

#stars_hp .page_arch #arch_form .arch_form__bg-deco {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

#stars_hp .page_arch .arch_footer,
#stars_hp .page_arch_thanks .arch_footer {
  background: #0251A0;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  padding: 64px 0;

}

#stars_hp .page_arch #arch_form .arch-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 40px;
}

#stars_hp .page_arch #arch_form .arch-form__section {
  width: 100%;
}

#stars_hp .page_arch #arch_form .arch-form__section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  letter-spacing: 0.02em;
  color: #0B7CCE;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

#stars_hp .page_arch #arch_form .arch-form__section-title::before {
  content: '';
  position: absolute;
  width: 370px;
  height: 14px;
  background: #FFF97A;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
}

#stars_hp .page_arch #arch_form .arch-form__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 60px;
}

#stars_hp .page_arch #arch_form .arch-form__field-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: 100%;
  position: relative;
}

#stars_hp .page_arch #arch_form .arch-form__section--grant .arch-form__field-item:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #DFDFDF;
  left: 0px;
  bottom: -30px;
}

#stars_hp .page_arch #arch_form .arch-form__section--subsidy .arch-form__field-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #DFDFDF;
  left: 0px;
  bottom: -30px;
}

#stars_hp .page_arch #arch_form .arch-form__field-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  margin: 0 auto 0 0;
}

#stars_hp .page_arch #arch_form .arch-form__question {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}

#stars_hp .page_arch #arch_form .arch-form__qno {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #0B7CCE;
}

#stars_hp .page_arch #arch_form .arch-form__question-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: left;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_form .arch-form__answer {
  width: 100%;
}

#stars_hp .page_arch #arch_form .arch-form__answer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 30px;
}

#stars_hp .page_arch #arch_form .arch-form__answer-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  width: 100%;
}

#stars_hp .page_arch #arch_form .arch-form__answer-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px 40px;
  gap: 8px;
}

#stars_hp .page_arch #arch_form .arch-form__answer-label-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_form .arch-form__answer-meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 8px 1px;
  gap: 10px;
  background: linear-gradient(87.25deg, #FF4A45 0%, #FF7474 100%), #FFFFFF;
  border-radius: 100px;
}

#stars_hp .page_arch #arch_form .arch-form__answer-meta--required {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

#stars_hp .page_arch #arch_form .arch-form__answer-meta--optional {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0.02em;
  background: #DFDFDF;
  color: #666666;
}

#stars_hp .page_arch #arch_form .arch-form__answer-input {
  width: 100%;
  text-align: center;
}

#stars_hp .page_arch #arch_form .arch-form__answer-item--privacy .error-message {
  margin-top: 8px;
}

#stars_hp .page_arch #arch_form .arch-form__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
}

#stars_hp .page_arch #arch_form .wpcf7-form-control.wpcf7-select {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 30px;
  gap: 10px;
  background: #FFFFFF;
  border: 2px solid #DFDFDF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: left;
  letter-spacing: 0.02em;
  margin: 0 auto 0;
}

#stars_hp .page_arch #arch_form .wpcf7-form-control.wpcf7-select option {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: left;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_form .wpcf7-text,
#stars_hp .page_arch #arch_form .wpcf7-email,
#stars_hp .page_arch #arch_form .wpcf7-tel,
#stars_hp .page_arch #arch_form .wpcf7-textarea {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 19px 40px;
  gap: 10px;
  isolation: isolate;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0.02em;

}

#stars_hp .page_arch #arch_form textarea.wpcf7-textarea {
  min-height: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 19px 40px;
  gap: 10px;
  isolation: isolate;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#stars_hp .page_arch #arch_form .arch-form__answer-input ::placeholder {
  color: #303030;
  opacity: 0.2;
}

#stars_hp .page_arch #arch_form .wpcf7-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 20px;
}

#stars_hp .page_arch #arch_form .wpcf7-radio .wpcf7-list-item label {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 10px;
  background: #FFFFFF;
  border: 2px solid #DFDFDF;
  border-radius: 4px;
}

#stars_hp .page_arch #arch_form .wpcf7-list-item-label {
  margin-bottom: 0;
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-align: left;
  letter-spacing: 0.02em;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#stars_hp .page_arch #arch_form .wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked) {
  background: linear-gradient(0deg, rgba(0, 148, 255, 0.1), rgba(0, 148, 255, 0.1)), #FFFFFF;
}

#stars_hp .page_arch #arch_form .wpcf7-radio input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid #A8A8A8;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}

#stars_hp .page_arch #arch_form .wpcf7-radio input[type="radio"]:checked {
  border-color: #0B7CCE;
  background: radial-gradient(circle at center, #0B7CCE 0 4px, #FFFFFF 5px 100%);
}

#stars_hp .page_arch #arch_form .wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
}

#stars_hp .page_arch #arch_form .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration-line: underline;
  color: #0251A0;
}

#stars_hp .page_arch #arch_form .wpcf7-submit {
  background-image: url(../img/arch_submit_btn.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 702px;
  height: 138px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 200px;
  border: none;
  font-size: 0px;
}

#stars_hp .page_arch #arch_form .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.8;
}

#stars_hp .page_arch #arch_form .wpcf7-submit:disabled,
#stars_hp .page_arch #arch_form .wpcf7-submit[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

#stars_hp .page_arch #arch_form .wpcf7-submit:disabled:hover,
#stars_hp .page_arch #arch_form .wpcf7-submit[disabled]:hover {
  cursor: default;
  transform: none;
  filter: none;
  opacity: 0.5;
}

/* ===== Arch LP (SP) ===== */
@media screen and (max-width: 767px) {

  #stars_hp .page_arch .sp-only,
  #stars_hp .page_arch_thanks .sp-only {
    display: block;
  }

  #stars_hp .page_arch .pc-only,
  #stars_hp .page_arch_thanks .pc-only {
    display: none;
  }

  #stars_hp .page_arch .container {
    max-width: 343px;
    margin: 0 auto;
  }

  #stars_hp .page_arch .arch-header,
  #stars_hp .page_arch_thanks .arch-header {
    padding: 12px 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
  }

  #stars_hp .page_arch .arch-header__logo,
  #stars_hp .page_arch_thanks .arch-header__logo {
    width: 25.74px;
    height: 30px;
  }

  #stars_hp .page_arch .arch_float_btn {
    width: 70px;
    height: 70px;
  }

  #stars_hp .page_arch .arch_bg1 {
    padding-bottom: 57px;
  }

  #stars_hp .page_arch .arch_bg2 {
    padding-top: 73px;
    padding-bottom: 0px;
  }

  #stars_hp .page_arch .arch_bg3 {
    padding-top: 39px;
    padding-bottom: 81px;
  }

  #stars_hp .page_arch .arch_footer,
  #stars_hp .page_arch_thanks .arch_footer {
    font-size: 12px;
    line-height: 14px;
    padding: 43px 0;
  }



  /* --- FV --- */
  #stars_hp .page_arch #arch_fv {
    padding: 16px 0 16px;
  }

  #stars_hp .page_arch .fv__inner {
    width: 320px;
    padding: 37px 12px 23px;
  }

  #stars_hp .page_arch .fv__copy {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  #stars_hp .page_arch .fv__copy-strong {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-wrap: nowrap;
    padding: 4px 4px 4px 6px;
  }

  #stars_hp .page_arch .fv__title-wrap {
    margin-bottom: 9px;
  }

  #stars_hp .page_arch .fv__title-wrap::before {
    height: 14px;
    width: 292px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
  }

  #stars_hp .page_arch .fv__title {
    font-size: 62px;
    line-height: 60px;
    text-wrap: nowrap;
    /* text-align: center; */
    margin-left: 22px;
  }

  #stars_hp .page_arch .fv__title-jp {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
  }

  #stars_hp .page_arch .fv__title-main {
    font-size: 62px;
    line-height: 64px;
  }

  #stars_hp .page_arch .fv__title-main-mark {
    margin-left: -16px;
    transform: translateY(5px);
    font-size: 70px;
  }

  #stars_hp .page_arch .fv__title-grant-dots {
    top: -14px;
    gap: 6px;
  }

  #stars_hp .page_arch .fv__title-grant-dot {
    width: 9px;
    height: 9px;
  }

  #stars_hp .page_arch .fv__note-wrap {
    width: 100%;
  }

  #stars_hp .page_arch .fv__service {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
  }

  #stars_hp .page_arch .fv__service-tag {
    padding: 8px 14px 8px;
    font-size: 26px;
    line-height: 20px;
    align-items: center;
    display: flex;

  }

  #stars_hp .page_arch .fv__note {
    line-height: 18px;
    width: 100%;
  }

  #stars_hp .page_arch .fv__pin {
    width: 18.84px;
    height: 15px;
    top: 8px;
  }

  #stars_hp .page_arch .fv__pin--left {
    left: 11px;
  }

  #stars_hp .page_arch .fv__pin--right {
    right: 2px;
  }

  #stars_hp .page_arch .fv__results {
    width: 100%;
    gap: 0;
    margin-bottom: 6px;
  }

  #stars_hp .page_arch .fv__result {
    width: 122.34px;
    height: 128px;
    /* max-width: calc(100% / 2); */
  }

  #stars_hp .page_arch .arch_bg1__person--left {
    width: 210px;
    height: 140px;
    left: calc((100vw - 343px) / 2 + 0px);
    bottom: -12px;
  }

  #stars_hp .page_arch .arch_bg1__person--right {
    width: 140px;
    height: 244px;
    right: calc((100vw - 343px) / 2 + 0px);
    bottom: -48px;
  }

  #stars_hp .page_arch .arch_bg1__text--left {
    width: 83px;

    left: calc((100vw - 343px) / 2 + 26px);
    bottom: 123px;
  }

  #stars_hp .page_arch .arch_bg1__text--right {
    width: 81px;

    left: calc((100vw - 343px) / 2 + 137px);
    bottom: 116px;
  }



  /* --- About --- */
  #stars_hp .page_arch #arch_about {
    height: 1414px;
    background-image: url(../img/arch_overview_outer_sp.png);
    padding: 0px 25px;

  }

  #stars_hp .page_arch #arch_about .about__head {
    font-size: 20px;
    line-height: 30px;
    width: 300px;
    height: 65px;
    padding-top: 10px;
    margin-top: -30px;
  }

  #stars_hp .page_arch #arch_about .about__head-shape {
    width: 300px;
    height: auto;
  }

  #stars_hp .page_arch #arch_about .about__head-title .about__accent {
    font-size: 26px;
  }

  #stars_hp .page_arch #arch_about .about__head-img {
    width: 47px;
    height: 38px;
    margin-top: 0px;
  }

  #stars_hp .page_arch #arch_about .about__check-list {
    flex-direction: column;
  }

  #stars_hp .page_arch #arch_about .about__check-dots {
    gap: 8px;
    margin: 16px 0  0px;
  }

  #stars_hp .page_arch #arch_about .about__check-dot {
    width: 9px;
    height: 9px;
  }

  #stars_hp .page_arch #arch_about .about__check-item {
    font-size: 16px;
    line-height: 20px;
    text-wrap: nowrap;
  }

  #stars_hp .page_arch #arch_about .about__check-item-img {

    width: 19.61px !important;
    height: auto !important;
  }

  #stars_hp .page_arch #arch_about .about__check-note-wrap {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    align-items: center;
  }

  #stars_hp .page_arch #arch_about .about__check-note {
    text-wrap: nowrap;
  }

  #stars_hp .page_arch #arch_about .about__issues {
    width: 100%;
  }

  #stars_hp .page_arch #arch_about .about__issues-title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }

  #stars_hp .page_arch #arch_about .about__issues-title::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
  }

  #stars_hp .page_arch #arch_about .about__issues-title-deco {
    top: -24px;
    right: 0;
  }

  #stars_hp .page_arch #arch_about .about__issues-box {
    flex-direction: column;
    width: 100%;
    margin-top: 14px;
    gap: 8px;
    margin-bottom: 16px;
  }

  #stars_hp .page_arch #arch_about .about__issues-item-img {
    width: 22.06px;
    height: 18px;
  }

  #stars_hp .page_arch #arch_about .about__issues-text {
    font-size: 14px;
    line-height: 18px;
  }

  #stars_hp .page_arch #arch_about .about__issues-lead-wrap {
    width: 100%;
  }

  #stars_hp .page_arch #arch_about .about__issues-lead {
    font-size: 14px;
    line-height: 20px;

  }

  #stars_hp .page_arch #arch_about .about__prompt-top {
    width: 100px;
    height: 40px;
  }

  #stars_hp .page_arch #arch_about .about__prompt-top-img {
    width: 100%;
    height: 100%;
  }

  #stars_hp .page_arch #arch_about .about__prompt-top-text {
    font-size: 14px;
    line-height: normal;
    padding-top: 2px;

  }

  #stars_hp .page_arch #arch_about .about__prompt-list {
    flex-direction: column;
  }

  #stars_hp .page_arch #arch_about .about__prompt-item {
    font-size: 16px;
    line-height: 20px;
  }

  #stars_hp .page_arch #arch_about .about__prompt-dot {
    display: none;
  }

  #stars_hp .page_arch #arch_about .about__prompt-note {
    font-size: 14px;
    line-height: normal;
    text-align: center;
  }

  #stars_hp .page_arch #arch_about .about__cta {
    display: none;
  }



  /* --- Reason --- */
  #stars_hp .page_arch #arch_reason {
    background-image: url(../img/checked-notepad-wood-table_sp.png);
    height: 1150px;
    padding: 62px 26.5px;
    gap: 23px;
    margin-bottom: 60px;
  }

  #stars_hp .page_arch #arch_reason .reason__lead {
    font-size: 20px;
    line-height: 20px;
    padding: 12px 20px;
    top: -15px;
    left: 2px;
  }

  #stars_hp .page_arch #arch_reason .reason__lead::before {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 8px);
    width: 40px;
    height: 22px;
  }

  #stars_hp .page_arch #arch_reason .reason__point--support {
    gap: 13px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-head {
    width: 100%;
    border-bottom: 1px solid #303030;
  }

  #stars_hp .page_arch #arch_reason .reason__point-head::before,
  #stars_hp .page_arch #arch_reason .reason__point-head::after {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-deco {
    width: 11.44px;
    height: 24px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-title {
    font-size: 26px;
    line-height: 30px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-body {
    gap: 5px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-text {
    font-size: 14px;
    line-height: 20px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-text .span2 {
    line-height: 22px;
  }

  #stars_hp .page_arch #arch_reason .reason__point-note {
    font-size: 12px;
    line-height: 18px;
  }

  #stars_hp .page_arch #arch_reason .reason__steps {
    gap: 9px;
    margin-top: -8px;
  }

  #stars_hp .page_arch #arch_reason .reason__steps-lead {
    font-size: 30px;
    line-height: 30px;
  }

  #stars_hp .page_arch #arch_reason .reason__steps-lead::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 100%;
    height: 12px;
  }

  #stars_hp .page_arch #arch_reason .reason__steps-title {
    font-size: 50px;
    line-height: 50px;
  }

  #stars_hp .page_arch #arch_reason .reason__steps-title-shadow {
    font-size: 50px;
    line-height: 50px;
  }

  #stars_hp .page_arch #arch_reason .reason__steps-line {
    width: 100%;
  }

  #stars_hp .page_arch #arch_reason .reason__step-list {
    gap: 5px;
  }

  #stars_hp .page_arch #arch_reason .reason__step {
    padding: 16px 50px;
    margin-bottom: 10px;
  }

  #stars_hp .page_arch #arch_reason .reason__step-head {
    align-items: center;
  }

  #stars_hp .page_arch #arch_reason .reason__step-no {
    font-size: 20px;
    line-height: 20px;
  }

  #stars_hp .page_arch #arch_reason .reason__step-title {
    font-size: 20px;
    line-height: 20px;
    text-wrap: nowrap;
  }

  #stars_hp .page_arch #arch_reason .reason__step-text {
    font-size: 14px;
    line-height: 20px;
    text-wrap: nowrap;
  }

  #stars_hp .page_arch #arch_reason .reason__step-text .span1::before {
    bottom: -3px;
  }

  #stars_hp .page_arch #arch_reason .reason__cta {
    display: none;
  }

  #stars_hp .page_arch #arch_reason .reason__person--left {
    width: 200px;
    height: 149px;
    bottom: -19px;
    left: 5px;
  }

  #stars_hp .page_arch #arch_reason .reason__person--right {
    width: 130px;
    height: 198px;
    bottom: -28px;
    right: 0px;
  }

  #stars_hp .page_arch #arch_reason .reason__text-img--left {
    width: 104px;
    height: auto;
    left: 15px;
    bottom: 122px;
    transform: rotate(-9deg);
  }

  #stars_hp .page_arch #arch_reason .reason__text-img--right {
    width: 111px;
    height: auto;
    transform: rotate(-4deg);
    left: 114px;
    bottom: 102px;
  }

  #stars_hp .page_arch #arch_case .case__head {
    width: 100%;
    gap: 4px;
  }

  #stars_hp .page_arch #arch_case .case__lead {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #613B1B;
    width: fit-content;
  }

  #stars_hp .page_arch #arch_case .case__lead::before,
  #stars_hp .page_arch #arch_case .case__lead::after {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }

  #stars_hp .page_arch #arch_case .case__title {
    font-size: 46px;
    line-height: 46px;
  }

  #stars_hp .page_arch #arch_case .case__list {
    width: 100%;
    gap: 30px;
  }

  #stars_hp .page_arch #arch_case .case__item {
    width: 100%;
    padding: 20px 30px;
    min-height: auto;
  }

  #stars_hp .page_arch #arch_case .case__item-head {
    width: 72.73px;
    height: 100px;
    top: -12px;
    left: 18px;
  }

  #stars_hp .page_arch #arch_case .case__no-deco {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 4px;

  }

  #stars_hp .page_arch #arch_case .case__label {
    font-size: 20px;
    line-height: 24px;
  }

  #stars_hp .page_arch #arch_case .case__no {
    font-size: 26px;
    line-height: 26px;
  }

  #stars_hp .page_arch #arch_case .case__item-body {
    width: fit-content;
    padding-bottom: 0px;
    margin-bottom: 18px;
  }

  #stars_hp .page_arch #arch_case .case__industry-deco {
    width: 14.3px;
    height: 30px;
  }

  #stars_hp .page_arch #arch_case .case__industry {
    font-size: 26px;
    line-height: 30px;
  }

  #stars_hp .page_arch #arch_case .case__amount {
    font-size: 22px;
    line-height: 30px;
  }

  #stars_hp .page_arch #arch_case .case__amount .span1 {
    line-height: 30px;
  }

  #stars_hp .page_arch #arch_case .case__detail-item {
    font-size: 16px;
    line-height: 20px;
  }

  #stars_hp .page_arch #arch_case .case__foot {
    margin-top: -20px;
    gap: 11px;
  }

  #stars_hp .page_arch #arch_case .case__foot-main {
    flex-direction: column;
  }

  #stars_hp .page_arch #arch_case .case__foot-main-text {
    font-size: 14px;
    line-height: 18px;
  }

  #stars_hp .page_arch #arch_case .case__foot-note {
    flex-direction: column;
    align-items: baseline;
    gap: 0px;
  }

  #stars_hp .page_arch #arch_case .case__foot-note-text {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  #stars_hp .page_arch #arch_case .case__dots-wrap {
    margin: -10px auto -30px;
    gap: 10px;
  }

  #stars_hp .page_arch #arch_case .case__dots {
    width: 9px;
    height: 9px;
  }



  /* --- FAQ --- */
  #stars_hp .page_arch #arch_faq_title {
    padding-bottom: 15px;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__person--left {
    width: 67px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 9px;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__person--right {
    width: 50px;
    height: 100px;
    position: absolute;
    right: 16px;
    bottom: 0px;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__inner {
    margin: 0 auto;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__ja-wrap {
    margin-bottom: -7px;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__ja {
    font-size: 20px;
    line-height: 22px;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__ja-deco {
    width: 19.38px;
    height: 19.97px;
    top: -15px;
    right: -15px;
  }

  #stars_hp .page_arch #arch_faq_title .faq-head__en {
    font-size: 70px;
    line-height: 80px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__list {
    gap: 21px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__question {
    padding: 10px 92px 10px 16px;
    gap: 9px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__q {
    font-size: 40px;
    line-height: 40px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__question-text {
    font-size: 18px;
    line-height: 24px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__icon {
    width: 26px;
    height: 26px;
    right: 16px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__icon::before,
  #stars_hp .page_arch #arch_faq_list .faq__icon::after {
    width: 12px;
    height: 2px;
    background: #FFFFFF;
  }

  #stars_hp .page_arch #arch_faq_list .faq__answer {
    padding: 10px 16px;
    gap: 9px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__a {
    font-size: 40px;
    line-height: 40px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__answer-text {
    font-size: 14px;
    line-height: 20px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__dots-wrap {
    margin: 30px auto 15px;
    gap: 10px;
  }

  #stars_hp .page_arch #arch_faq_list .faq__dots {
    width: 9px;
    height: 9px;
  }



  /* --- Form --- */
  #stars_hp .page_arch #arch_form {
    padding-top: 15px;
  }

  #stars_hp .page_arch #arch_form .arch_form__title {
    width: 100%;
    gap: 0px;
  }

  #stars_hp .page_arch #arch_form .arch_form__title-label {
    border-radius: 200px;
    width: 120px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    padding-top: 3px;
  }

  #stars_hp .page_arch #arch_form .arch_form__title-text {
    font-size: 54px;
    line-height: 54px;
    width: fit-content;
    border-bottom: 2px solid #303030;
    padding-bottom: 2px;
  }

  #stars_hp .page_arch #arch_form .arch_form__title-text::before,
  #stars_hp .page_arch #arch_form .arch_form__title-text::after {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }

  #stars_hp .page_arch #arch_form .arch_form__title-text_underline {
    width: 224.64px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    bottom: -2px;
  }

  #stars_hp .page_arch #arch_form .arch_form__bg {
    padding: 37px 16px 13px;
    margin-top: 55px;
  }

  #stars_hp .page_arch #arch_form .arch_form__bg-deco {
    width: 125px;
    height: 50px;
  }

  #stars_hp .page_arch #arch_form .arch-form {
    gap: 44px;
  }

  #stars_hp .page_arch #arch_form .arch-form__section--subsidy .arch-form__fields {
    gap: 59px;
  }

  #stars_hp .page_arch #arch_form .arch-form__section-title {
    font-size: 40px;
    line-height: 50px;
  }

  #stars_hp .page_arch #arch_form .arch-form__section-title::before {
    width: 100%;
    bottom: 0px;
  }

  #stars_hp .page_arch #arch_form .arch-form__fields {
    gap: 25px;
  }

  #stars_hp .page_arch #arch_form .arch-form__field-item {
    gap: 14px;
  }

  #stars_hp .page_arch #arch_form .arch-form__section--grant .arch-form__field-item:not(:last-child)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #DFDFDF;
    left: 0px;
    bottom: -12px;
  }

  #stars_hp .page_arch #arch_form .arch-form__section--subsidy .arch-form__field-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #DFDFDF;
    left: 0px;
    bottom: -29px;
  }

  #stars_hp .page_arch #arch_form .arch-form__question {
    gap: 6px;
  }

  #stars_hp .page_arch #arch_form .arch-form__qno {
    font-size: 22px;
    line-height: 22px;
  }

  #stars_hp .page_arch #arch_form .arch-form__question-text {
    font-size: 15px;
    line-height: 22px;
  }

  #stars_hp .page_arch #arch_form .arch-form__answer-list {
    gap: 18px;
  }

  #stars_hp .page_arch #arch_form .arch-form__answer-label {
    padding: 0px 0 0 20px;
  }

  #stars_hp .page_arch #arch_form .arch-form__answer-label-title {
    font-size: 15px;
    line-height: 22px;
  }

  #stars_hp .page_arch #arch_form .arch-form__answer-meta {
    padding: 0px 6px 1px 6px;
    font-size: 10px;
    line-height: 16px;
  }

  #stars_hp .page_arch #arch_form .arch-form__submit {
    width: 100%;
    margin-top: -15px;
  }

  #stars_hp .page_arch #arch_form .error-message {
    font-size: 14px;
  }

  #stars_hp .page_arch #arch_form .wpcf7-form-control.wpcf7-select {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
  }

  #stars_hp .page_arch #arch_form .wpcf7-text {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    height: max-content;
  }

  #stars_hp .page_arch #arch_form textarea.wpcf7-textarea {
    font-size: 16px;
    padding: 12px 20px;
    min-height: 150px !important;
    height: 232px;
  }

  #stars_hp .page_arch #arch_form .wpcf7-radio .wpcf7-list-item label {
    padding: 10px 10px;
  }

  #stars_hp .page_arch #arch_form .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
  }

  #stars_hp .page_arch #arch_form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 120%;
  }

  #stars_hp .page_arch #arch_form .wpcf7-submit {
    width: 309px;
    height: 50px;
    background-image: url(../img/arch_submit_btn_sp.png);
  }
}