@charset "UTF-8";

:root {
  --bs-body-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --font-family-main: sans-serif;
  --font-family-accent: Poppins, sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box
}

body {
  font-family: var(--font-family-main);
}

/*CSS追加 250813*/
/* ボタン下スピナー */
.loading-area {
  display:block;
}
.loading-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top-color: #46a61a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


:where(img) {
  width: 100%;
  height: auto;
}


#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.003% 11.015%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: .3s;
}

[data-scrolled="true"] #header {
  position: fixed;
  background-color: #eff3f4;
  box-shadow: 0px 0px 5px 0px #ddd;
}

.logo-image {
  width: 571px;
  height: 91px;
  object-fit: contain;
  object-position: left
}

.mobile-logo {
  display: none
}

.theme-button {
  padding: 16px 64px;
  border-radius: 5px;
  background-color: #46a61a;
  font-family: var(--font-family-main);
  font-size: 18px;
  font-weight: 900;
  border: 2px solid #46a61a;
  color: #fff;
  transition: 0.3s;
  line-height: 4;
  letter-spacing: 1.08px;
  cursor: pointer;
}

.theme-button:hover {
  transition: 0.3s;
  color: #46a61a;
  background-color: #fff;
}

.theme-button.dark {
  background-color: #193f00;
  border-color: #193f00;
}

.theme-button.dark:hover {
  color: #193f00;
  transition: 0.3s;
  background-color: #fff;
}

#header .theme-button:first-child {
  margin-right: 12px
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-col {
  display: flex;
  flex-direction: column;
  margin-top: 50vh
}

.banner-icon {
  width: 53px;
  height: 53px;
  object-fit: contain;
  margin-right: 19px
}

.banner-list-text {
  font-size: 38px;
  font-weight: 900;
  color: #0a111d
}

.banner-icon-list {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 29px;
  line-height: 48px
}

.banner-list-text-color {
  font-family: var(--font-family-accent);
  font-size: 38px;
  font-weight: 700;
  color: #46a61a;
  font-display: swap;
}

.banner-icon-border {
  width: 91.26%;
  height: 3px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 29px
}

.banner-center-round-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 132px;
  height: 132px;
  margin: auto;
  bottom: -38px;
  top: auto;
  z-index: 99
}

@media (max-width:992px) {
  .desktop-logo {
    display: none
  }

  .mobile-logo {
    display: block
  }

  .theme-button {
    padding: 8px 42px;
    font-size: 16px
  }

  #header .theme-button:first-child {
    margin-right: 5px
  }

  .logo-image {
    width: auto;
    height: 65px
  }

  .banner-list-text {
    font-size: 22px
  }

  .banner-list-text-color {
    font-size: 26px
  }

  .banner-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px
  }

  .banner-icon-border {
    margin-bottom: 20px
  }

  .banner-icon-list {
    padding-bottom: 11px
  }

  .banner-center-round-logo {
    width: 100px;
    height: 100px;
    bottom: -35px
  }

  .banner-icon-border {
    width: 48%
  }
}

.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #eff3f4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(25 63 0 / 29%);
}

a {
  text-decoration: none;
}


.mobile-logo {
  display: none;
}

#banner {
  height: 1013px;
  position: relative;
  z-index: 9;
  overflow-x: clip;
}

.banner-bottom-curve {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 100px;
  z-index: 9;
  object-fit: cover;

  img {
    height: 100%;
  }
}

.banner-top-heading {
  font-family: var(--font-family-main);
  font-size: 82px;
  font-weight: 900;
  margin-bottom: 89px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d1d;
}

.banner-icon {
  width: 53px;
  height: 53px;
  object-fit: contain;
  margin-right: 19px;
}

.banner-list-text {
  font-family: var(--font-family-main);
  font-size: 38px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0a111d;
}

.banner-icon-list {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 29px;
  line-height: 48px;
}

.banner-list-text-color {
  font-family: var(--font-family-accent);
  font-size: 38px;
  font-weight: 800;
  color: #46a61a;
}

.banner-icon-border {
  width: 91.26%;
  height: 3px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 29px;
}

#about {
  padding: 65px 0px 157px 0px;
}

.about-heading {
  margin-bottom: 86px;
  font-family: var(--font-family-main);
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.about-box-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: -59px auto auto;
}

.about-box-line {
  width: 88px;
  display: block;
  margin: auto auto 45px;
  height: 5px;
  background-color: #1d1d1d;
}

.about-para-text {
  margin-top: 45px;
  margin-bottom: 0;
  font-family: var(--font-family-main);
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0px;
  text-align: center;
  color: #0a111d;
}

.about-box {
  border-radius: 20px;
  padding: 0px 30px 138px;
  border: solid 2px #b8babd;
  background-color: #fff;
}

#about .col-lg-4 {
  padding: 0 8px;
}

#services {
  padding: 34px 0 71px 0;
  background-color: #eff3f4;
}

.service-heading {
  margin-bottom: 84px;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.service-pop-text {
  padding: 14px 10px 14px 10px;
  border-radius: 10px;
  font-family: var(--font-family-main);
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  width: 64.75%;
  letter-spacing: 2.4px;
  text-align: center;
  display: block;
  margin-top: -32px;
  margin-bottom: 30px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.service-pop-text.dark-green {
  background-color: #193f00;
}

.service-pop-text.light-green {
  background-color: #46a61a;
}

.service-pop-text.blue {
  background-color: #B3DFFA;
  color: #1d1d1d;
}

.service-heading-icon.first {
  width: 133px;
  height: 133px;
  margin-bottom: 33px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-box-price {
  margin-bottom: 8px;
  font-family: var(--font-family-accent);
  font-size: 85px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 85px;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.service-price-sub-heading {
  font-family: var(--font-family-main);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 47px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #339ac5;
}

.service-box {
  background-color: #fff;
  border-radius: 15px;
  border: solid 2px #193f00;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.service-box.first.blue {
  border: solid 2px #B3DFFA;
}

.service-box.first.dark-green {
  border: solid 2px #193f00;
}

.service-box.first.light-green {
  border: solid 2px #46a61a;
}

.service-list {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 0;
  padding: 32px 10px;
  border-bottom: 1px dashed #7e929a;
}

.service-list-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 15px;
}

.service-list-icon.close {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.service-light-bg-wrap {
  padding: 0px 26px 0px 38px;
}

.service-light-bg-wrap.blue {
  background-color: #E6F3FA;
}

.service-light-bg-wrap.dark-green {
  background-color: #eff3f4;
}

.service-light-bg-wrap.light-green {
  background-color: #d4eec9;
}

.service-list-text {
  font-family: var(--font-family-main);
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #181212;
}

.service-english-font {
  font-family: var(--font-family-accent);
  font-weight: 500;
}

.service-dark-text {
  font-family: var(--font-family-main);
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.service-dark-bg-wrap {
  padding: 86px 30px 100px;
  border-radius: 0px 0px 11px 11px;
}

.service-dark-bg-wrap.blue {
  background-color: #B3DFFA;
}

.service-dark-bg-wrap.blue .service-dark-text {
  color: #1d1d1d;
}

.service-dark-bg-wrap.dark-green {
  background-color: #193f00;
}

.service-dark-bg-wrap.light-green {
  background-color: #46a61a;
}

.service-price-font-change {
  font-family: var(--font-family-main);
  font-size: 72px;
  font-weight: 900;
  font-stretch: normal;
}

#highlights {
  padding: 24px 0 49px;
}

.highlight-icon {
  width: 74px;
  height: 74px;
  margin-right: 22px;
}

.highlight-text {
  font-family: var(--font-family-main);
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #191b21;
}

.hightlight-box {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 132px;
}

.highlight-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-card {
  padding: 80px 0 90px;
  background-color: #eff3f4;
  position: relative;
  z-index: 9;
}

#contact-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-image: url("../images/contact-curve-bg.webp");
  background-size: 100% 100%;
  z-index: -1;
}

.contact-button {
  padding: 45px 63px 45px 119px;
  border-radius: 10px;
  background-color: #193f00;
  border: 2px solid #193f00;
  font-family: var(--font-family-main);
  font-size: 34px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  display: inline-block;
  line-height: 34px;
  letter-spacing: 2.04px;
  text-align: left;
  color: #fff;
  margin-bottom: 143px;
}

.contact-button-arrow {
  width: 46px;
  height: 22px;
  object-fit: contain;
  margin-left: 57px;
}

.contact-card-wrap {
  border-radius: 25px;
  background-color: #1d1d1d;
  width: 98.18%;
  margin-bottom: -260px;
}

.contact-card-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-card-logo {
  width: 336px;
  height: 217px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-card-heading {
  margin-bottom: 63px;
  font-family: var(--font-family-main);
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.73;
  letter-spacing: normal;
  text-align: center;
  color: #46a61a;
}

.contact-card-content {
  width: calc(100% - 472px);
  padding-left: 30px;
  position: relative;
  z-index: 9;
}

.contact-card-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: -25.5%;
  width: 2px;
  height: 151%;
  background-color: #4a4a4a;
}

.contact-card-text {
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#graph {
  padding: 170px 0px 133px;
}

.graph-heading {
  margin: 99px 0 104px 0;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #0a111d;
}

.percentage-graph {
  width: 100%;
  height: 703px;
  object-fit: contain;
}

.graph-count-wrap {
  display: flex;
  justify-content: left;
}

.graph-count {
  font-family: var(--font-family-accent);
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  width: 66px;
  margin-right: 14px;
  letter-spacing: normal;
  text-align: right;
  color: #193f00;
}

.graph-arrow-wrap {
  width: 37px;
  height: 37px;
  margin-right: 28px;
  position: relative;
  z-index: 9;
}

.graph-arrow-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -280px;
  width: 2px;
  top: auto;
  margin: auto;
  height: 285px;
  background-color: #46a61a;
  z-index: -1;
}

.graph-list-box:last-child .graph-arrow-wrap:before {
  height: 95px;
  bottom: -82px;
}

.graph-arrow {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.graph-text {
  font-family: var(--font-family-main);
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: left;
  color: #28292c;
  width: calc(100% - 140px);
}

.graph-list-box {
  margin-bottom: 102px;
}

.timeline {
  position: relative;
  overflow-x: clip;
}

.timeline__bg {
  background-color: #eff3f4;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.timeline__bg-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.timeline__container {
  padding-block: 78px 0;
}

.timeline-heading {
  margin-bottom: 20px;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.timeline-sub-heading {
  margin-bottom: 156px;
  font-family: var(--font-family-main);
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.timeline-icon-wrap {
  width: 136px;
  height: 136px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  margin: 37px auto 36px auto;
  border: solid 3px #46a61a;
  background-color: #fff;
  align-items: center;
}

.timeline-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.timeline-icon {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.timeline-box {
  position: relative;
  z-index: 9;
  width: 20%;
}

.timeline-box::before {
  position: absolute;
  content: "";
  right: -38px;
  top: 100px;
  width: 80px;
  height: 20px;
  background-image: url(../images/timeline-arrow.webp);
  background-size: contain;
  background-position: center;
}

.timeline-box.top::before {
  top: 122px;
}

.timeline-box:last-child:before {
  display: none;
}

.timeline-box.top {
  margin-top: -25px;
}

.timeline-box.time-line-heading {
  text-align: center;
}

.time-line-heading {
  margin-bottom: 14px;
  font-family: var(--font-family-main);
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.time-linelist-text {
  margin-bottom: 13px;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.timeline-list-icon {
  width: 13px;
  height: 14px;
  object-fit: contain;
  margin-right: 11px;
}

.time-line-list {
  margin-bottom: 13px;
}

.timeline-content-wrap {
  display: table;
  margin: auto;
}

.timeline-logo {
  width: 237px;
  height: 154px;
  object-fit: contain;
  display: block;
  margin: auto auto 26px;
}

#social-partners {
  padding: 115px 0 95px;
}

.social-partners-heading {
  margin-bottom: 48px;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.partners-icon-heading {
  margin-bottom: 11px;
  font-family: var(--font-family-main);
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #141519;
}

.partners-font {
  font-family: var(--font-family-accent);
}

.green-partners-heading {
  margin-bottom: 29px;
  font-family: var(--font-family-main);
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #46a61a;
}

#social-partners .col-lg-4 .social-partners-intro-icon {
  width: 58px;
  height: 47px;
  margin: 29px 0;
  object-fit: contain;
}

#social-partners p.text-end {
  margin-bottom: 0;
}

.social-partners-box {
  padding: 23px 29px 15px 38px;
  border-radius: 10px;
  border: solid 1px #46a61a;
  height: 100%;
  display: block;
  background-color: #fff;
}

.social-partner-count {
  width: 54px;
  height: 54px;
  background-color: #193f00;
  font-family: var(--font-family-accent);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.social-partners-intro-wrap {
  display: flex;
  justify-content: space-between;
}

.partner-click {
  font-family: var(--font-family-accent);
  font-size: 18px;
  font-weight: 500;
  padding: 0px 3px 7px;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  display: inline-block;
  letter-spacing: normal;
  border-bottom: 1px solid #193f00;
  text-align: left;
  color: #193f00;
}

.partner-arrow {
  width: 8px;
  height: 14px;
  margin-right: 6px;
  object-fit: contain;
}

#social-partners .col-lg-4:nth-child(3) .social-partners-intro-icon {
  width: 213px;
  height: 75px;
  object-fit: contain;
  margin: 17px 0px 13px 0;
}

#social-partners .col-lg-4:nth-child(4) .social-partners-intro-icon {
  width: 245px;
  height: 61px;
  margin: 28px 0px 16px 0;
  object-fit: contain;
}

#social-partners .col-lg-4:nth-child(5) .social-partners-intro-icon {
  width: 148px;
  height: 47px;
  margin: 29px 0px 29px 0px;
  object-fit: contain;
}

#social-partners .col-lg-4:nth-child(6) .social-partners-intro-icon {
  width: 60px;
  height: 60px;
  margin: 14px 0px 31px 0;
  object-fit: contain;
}

#social-partners .col-lg-4:nth-child(7) .social-partners-intro-icon {
  width: 48px;
  height: 63px;
  margin: 14px 0px 28px 0;
  object-fit: contain;
}

.service-col {
  margin-bottom: 13px;
}

.extra-partner-para {
  font-family: var(--font-family-main);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 28px;
  color: #0a111d;
}

.faqs {
  position: relative;
}

.faqs-heading {
  margin-bottom: 39px;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.faqs__container {
  padding-block: 62px 76px;
}

.faqs__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/faqs-bg-unit.webp) repeat top left;
}

.all-faqs-wrap {
  width: 96.09%;
}

.faqs-row {
  position: relative;
  z-index: 9;
}

.faqs-image {
  margin-top: 100px;
}

.faqs-image img {
  width: 100%;
  max-width: 430px;
  object-fit: contain;
  object-position: right;
}

#button-footer {
  padding: 80px 0px 82px;
}

#button-footer .theme-button {
  padding: 36px 140px 36px;
  font-size: 34px;
  margin-right: 22px;
}

#footer {
  position: relative;
  padding: 130px 0 108px;
  overflow-x: clip;
}

.footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  + .container {
    position: relative;
    z-index: 1;
  }
}

.footer__bg-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.footer-logo {
  width: 417px;
  height: 67px;
  margin-right: 57px;
  object-fit: contain;
}

.footer-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link-white {
  display: block;
  font-family: var(--font-family-main);
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.footer-link-bottom {
  font-family: var(--font-family-main);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #46a61a;
}

.footer-social-link {
  display: inline-block;
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-right: 17px;
}

.footer-social-link-wrap {
  margin-right: 89px;
}

.page-banner {
  padding: 87px 0 0;
  background-image: url("../images/timeline-bg.webp");
  background-size: 100% 100%;
  background-position: center;
}

.page-banner-heading {
  font-family: var(--font-family-main);
  padding: 158px 0 223px;
  font-size: 120px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.relative-header #header {
  position: sticky;
  background-color: #eff3f4;
  box-shadow: 0px 0px 5px 0px #ddd;
}

#application-form {
  padding: 173px 0 122px;
  background-color: #eff3f4;
}

.relative-header .page-banner,
.relative-header #footer {
  background-color: #eff3f4;
}

.application-heading {
  margin-bottom: 78px;
  font-family: var(--font-family-main);
  font-size: 72px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.form-field-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.form-field {
  width: 23.25%;
  font-family: var(--font-family-main);
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d1d;
}

.application-form-field {
  width: calc(100% - 23.25%);
  font-family: var(--font-family-main);
  font-size: 30px;
  padding: 34px 15px;
  color: #1d1d1d;
  position: relative;
}

.form-indication-text {
  width: calc(100% - 23.25%);
  font-family: var(--font-family-main);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d1d;
  margin-bottom: 6px;
  text-indent: -14px;
  padding-left: 10px !important;
}

/* Hide the file input using
opacity */
.upload {
  width: 40px;
  height: 37px;
  object-fit: contain;
  margin: 0 0 0 24px;
  opacity: 0.5;
}

[type="file"] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
}

input,
[type="file"]+label.uplabel,
.uplabel {
  border-radius: 10px;
  border: solid 1px #46a61a;
  background-color: #fff;
  text-align: left;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
}

[type="file"]+label.uplabel,
.uplabel {
  font-family: var(--font-family-main);
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: normal;
  text-align: center;
  color: #727171;
  width: 100%;
  background-color: #fff;
}

[type="file"]+label.uplabel:hover,
.uplabel:hover {
  background: #3399ff;
}

#application-form-wrap .theme-button,
#contact-form-wrap .theme-button {
  padding: 46px 203px 46px;
  border-radius: 10px;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-top: 119px;
}

.application-heading.contact-margin {
  margin-top: 55px;
  margin-bottom: 29px;
}

.thank-you-top-heading {
  margin-bottom: 100px;
  font-family: var(--font-family-main);
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.thank-you-sub-heading {
  margin-bottom: 50px;
  font-family: var(--font-family-main);
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}

.back-home {
  font-family: var(--font-family-main);
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  border-bottom: 1px solid #46a61a;
  color: #46a61a;
}

#thank-you {
  padding: 402px 0 295px;
}

.relative-header.thank #footer {
  background-color: #fff;
}

.required-field-all {
  font-size: 16px;
  display: block;
  color: #fe0000;
  margin-bottom: 12px;
}

.application-form-field.policy-wrap {
  margin-left: auto;
  font-size: 20px;
  padding: 34px 15px;
  overflow: scroll;
  height: 240px;
  background-color: #fff;
}

.application-bottom-link {
  font-size: 18px;
  text-align: right;
  color: #46a61a;
}


label.error.fail-alert {
  color: #fe0000;
  text-align: end;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
}

.applicationterm {
  display: flex;
  align-items: center;
}

.applicationterm label.error.fail-alert#applicationf-error,
.applicationterm label.error.fail-alert#applicationam-error,
.applicationterm label.error.fail-alert#applicationan-error {
  order: 3;
}

.applicationterm label.form-check-label {
  width: 100%;
}

@media (max-width: 1799px) and (min-width: 1600px) {
  .service-dark-bg-wrap {
    padding: 86px 15px 100px;
  }

  .service-dark-text {
    font-size: 22px;
  }

  .service-pop-text {
    padding: 14px 8px 14px 8px;
    font-size: 22px;
  }

  .contact-card-wrap {
    /* padding: 70px 45px 70px 45px; */
    width: 99%;
  }

  .contact-card-heading {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .time-line-heading {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 18px;
  }

  .timeline-icon-wrap {
    width: 120px;
    height: 120px;
    margin: 20px auto 20px auto;
  }

  .timeline-box::before {
    top: 80px;
    width: 80px;
    height: 15px;
    background-repeat: no-repeat;
  }

  .timeline-box.top::before {
    top: 105px;
  }

  .timeline-logo {
    width: 190px;
    height: 110px;
    margin: auto auto 25px;
  }

  .partners-icon-heading {
    font-size: 17px;
  }

  .page-banner-heading {
    padding: 120px 0 200px;
    font-size: 95px;
  }

  .application-heading {
    margin-bottom: 65px;
    font-size: 62px;
  }

  .form-field {
    font-size: 28px;
  }

  #application-form-wrap .theme-button,
  #contact-form-wrap .theme-button {
    padding: 35px 180px 35px;
    font-size: 50px;
    margin-top: 60px;
  }
}

@media (max-width: 1600px) {
  .logo-image {
    width: 390px;
    height: 60px;
  }

  .theme-button {
    padding: 12px 60px 12px;
  }

  .banner-top-heading {
    font-size: 65px;
    margin-bottom: 70px;
  }

  .banner-list-text {
    font-size: 32px;
  }

  .banner-list-text-color {
    font-size: 32px;
    margin-left: 2px;
    line-height: 1;
    vertical-align: middle;
  }

  .banner-icon {
    width: 43px;
    height: 43px;
    margin-right: 18px;
  }

  .banner-icon-list {
    padding-bottom: 22px;
    line-height: 40px;
  }

  .about-heading,
  .service-heading,
  .graph-heading,
  .timeline-heading,
  .social-partners-heading,
  .faqs-heading,
  .thank-you-top-heading {
    font-size: 42px;
  }

  .about-para-text {
    font-size: 22px;
    margin-top: 35px;
  }

  .about-box-icon {
    width: 135px;
    height: 135px;
    margin: -55px auto auto;
  }

  .about-box {
    padding: 0px 30px 70px;
  }

  .service-pop-text {
    padding: 12px 8px 12px 8px;
    font-size: 18px;
  }

  .service-heading-icon.first {
    width: 133px;
    height: 110px;
    margin-bottom: 20px;
  }

  .service-box-price {
    font-size: 50px;
    line-height: 50px;
  }

  .service-price-font-change {
    font-size: 50px;
  }

  .service-price-sub-heading {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .service-list-icon.close {
    width: 18px;
    height: 18px;
  }

  .service-list-text {
    font-size: 18px;
    line-height: 18px;
  }

  .service-list {
    margin-bottom: 0;
    padding: 25px 10px;
  }

  .service-dark-bg-wrap {
    padding: 70px 15px 70px;
  }

  .service-dark-text {
    font-size: 20px;
  }

  .contact-card-content {
    width: calc(100% - 400px);
  }

  .graph-count {
    font-size: 35px;
    width: 55px;
    margin-right: 14px;
  }

  .graph-arrow-wrap {
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }

  .graph-text {
    font-size: 22px;
    width: calc(100% - 129px);
  }

  .timeline-icon {
    width: 50%;
    height: 55%;
    object-fit: contain;
  }

  .timeline-box.top {
    margin-top: -20px;
  }

  .time-line-heading {
    font-size: 16px;
    line-height: 17px;
  }

  .timeline-icon-wrap {
    width: 110px;
    height: 110px;
    margin: 20px auto 20px auto;
  }

  .timeline-box::before {
    right: -35px;
    top: 75px;
    height: 14px;
    background-repeat: no-repeat;
  }

  .timeline-box.top::before {
    top: 94px;
  }

  .time-linelist-text {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
  }

  .time-line-list {
    margin-bottom: 8px;
    display: flex;
  }

  .timeline-logo {
    width: 120px;
    height: 90px;
  }

  .social-partners-box {
    padding: 15px 18px 15px 18px;
  }

  .partners-icon-heading {
    font-size: 17px;
  }

  .page-banner-heading {
    padding: 80px 0 160px;
    font-size: 65px;
  }

  .application-heading {
    margin-bottom: 52px;
    font-size: 50px;
  }

  .form-field {
    font-size: 22px;
  }

  .application-form-field,
  .application-form-field.policy-wrap {
    font-size: 22px;
    padding: 25px 15px;
  }

  .form-field-wrap {
    margin-bottom: 35px;
  }

  #application-form-wrap .theme-button,
  #contact-form-wrap .theme-button {
    padding: 25px 160px 25px;
    font-size: 40px;
    margin-top: 70px;
  }

  #application-form-wrap .theme-button,
  #contact-form-wrap .theme-button {
    padding: 20px 135px 20px;
    font-size: 28px;
  }

  .thank-you-top-heading {
    margin-bottom: 40px;
  }

  .thank-you-sub-heading {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .back-home {
    font-family: var(--font-family-main);
    font-size: 25px;
  }
}

@media (max-width: 1500px) {
  .service-dark-text {
    font-size: 16px;
    line-height: 1.53;
  }

  .service-pop-text {
    padding: 10px 8px 10px 8px;
    font-size: 15px;
    margin-top: -22px;
  }

  .service-heading-icon.first {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
  }

  .service-box-price {
    font-size: 40px;
    line-height: 40px;
  }

  .service-price-font-change {
    font-size: 35px;
    line-height: 35px;
  }

  .service-price-sub-heading {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 18px;
  }

  .service-list {
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .service-dark-bg-wrap {
    padding: 50px 15px 50px;
  }

  .highlight-icon {
    width: 70px;
    height: 70px;
    margin-right: 18px;
  }

  .highlight-text {
    font-size: 25px;
    line-height: 1;
  }

  #highlights {
    padding: 25px 0 25px;
  }

  .contact-card-heading {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .contact-card-text {
    font-size: 36px;
  }

  .contact-card-logo {
    width: 280px;
    height: 180px;
    object-fit: contain;
  }

  .time-line-heading {
    font-size: 14px;
    line-height: 15px;
  }

  .extra-partner-para {
    font-size: 17px;
    margin-top: 10px;
  }

  .social-partner-count {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  #button-footer .theme-button {
    padding: 20px 110px 20px;
    font-size: 22px;
    margin-right: 10px;
  }

  .page-banner-heading {
    padding: 60px 0 130px;
    font-size: 45px;
    margin-bottom: 0;
  }

  .application-heading {
    margin-bottom: 48px;
    font-size: 38px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 398px);
  }
}

@media (max-width: 1400px) {
  #header {
    padding: 2% 3%;
  }

  .upload {
    width: 25px;
    height: 25px;
    margin: 0px 0 0 20px;
  }

  [type="file"]+labeluplabel,
  .uplabel {
    font-family: var(--font-family-main);
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  #banner:before {
    background-position: 20% 100%;
  }

  .banner-top-heading {
    font-size: 55px;
    margin-bottom: 50px;
  }

  .banner-list-text {
    font-size: 28px;
  }

  .banner-list-text-color {
    font-size: 28px;
    margin-left: 3px;
  }

  .about-heading,
  .service-heading,
  .graph-heading,
  .timeline-heading,
  .social-partners-heading,
  .faqs-heading,
  .thank-you-top-heading {
    font-size: 35px;
  }

  .about-box-icon {
    width: 110px;
    height: 110px;
    margin: -45px auto auto;
  }

  .about-box-line {
    margin: auto auto 15px;
    height: 3px;
  }

  .about-para-text {
    font-size: 18px;
    margin-top: 30px;
  }

  .service-light-bg-wrap {
    padding: 0px 10px 0px 10px;
  }

  .service-list {
    margin-bottom: 0;
    padding: 15px 10px;
  }

  .service-list-icon.close {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }

  .service-list-text {
    font-size: 16px;
    line-height: 16px;
  }

  .service-dark-text {
    font-size: 15px;
  }

  .highlight-icon {
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }

  .highlight-text {
    font-size: 22px;
    line-height: 1;
  }

  .contact-button {
    padding: 32px 50px 32px 70px;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 70px;
  }

  .contact-button-arrow {
    width: 40px;
    height: 17px;
    margin-left: 30px;
  }

  .contact-card-logo {
    width: 140px;
    height: 130px;
  }

  .contact-card-heading {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .contact-card-text {
    font-size: 30px;
  }

  .contact-card-content {
    width: calc(100% - 200px);
  }

  .contact-card-wrap {
    /* padding: 30px 25px 30px 25px; */
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -110px;
  }

  .graph-text {
    font-size: 19px;
    width: calc(100% - 98px);
  }

  .graph-arrow-wrap {
    width: 30px;
    height: 30px;
    margin-right: 18px;
  }

  .graph-count {
    font-size: 32px;
    width: 35px;
    margin-right: 14px;
  }

  #graph {
    padding: 60px 0px 60px;
  }

  .graph-heading {
    margin: 50px 0 60px 0;
  }

  .timeline-sub-heading {
    font-size: 18px;
    margin-bottom: 45px;
  }

  #faqs {
    overflow: hidden;
    background-position: right -70% top 0;
  }

  .faqs-info-text {
    font-size: 16px;
  }

  .footer-logo {
    width: auto;
    height: 45px;
  }

  .footer-social-link-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer-social-link {
    width: 50px;
    height: 50px;
  }

  .timeline-logo {
    width: auto;
    height: 50px;
  }

  .application-heading {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .form-field {
    width: 28%;
  }

  .application-form-field {
    width: calc(100% - 30%);
  }

  .required-field-all {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .form-field {
    font-size: 20px;
  }

  .application-form-field,
  .application-form-field.policy-wrap {
    font-size: 20px;
    padding: 18px 10px;
  }

  .form-field-wrap {
    margin-bottom: 25px;
  }

  .thank-you-sub-heading {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .back-home {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .theme-button {
    padding: 8px 42px 8px;
    font-size: 16px;
  }

  #header .theme-button:first-child {
    margin-right: 5px;
  }

  .logo-image {
    width: auto;
    height: 65px;
  }

  #banner {
    /* height: 110vh; */
    height: 100vh;
  }

  .banner-top-heading {
    font-size: 38px;
    margin-bottom: 35px;
  }

  .banner-list-text {
    font-size: 22px;
  }

  .banner-list-text-color {
    font-size: 26px;
  }

  .banner-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .banner-icon-border {
    margin-bottom: 20px;
  }

  .banner-icon-list {
    padding-bottom: 11px;
  }

  .banner-center-round-logo {
    width: 100px;
    height: 100px;
    bottom: -35px;
  }

  .banner-icon-border {
    width: 48%;
  }

  .about-heading,
  .service-heading,
  .graph-heading,
  .timeline-heading,
  .social-partners-heading,
  .faqs-heading,
  .thank-you-top-heading {
    font-size: 26px;
  }

  .about-box {
    padding: 0px 10px 35px;
  }

  .about-box-icon {
    width: 90px;
    height: 90px;
    margin: -45px auto auto;
  }

  .about-box-line {
    margin: auto auto 10px;
    height: 2px;
  }

  .about-para-text {
    font-size: 14px;
  }

  #about {
    padding: 65px 0px 65px 0px;
  }

  .service-box {
    margin-bottom: 45px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .hightlight-box {
    margin-left: 0;
  }

  .highlight-text {
    font-size: 20px;
  }

  .highlight-box-wrap {
    justify-content: space-between;
  }

  .percentage-graph {
    height: 460px;
    margin-bottom: 40px;
  }

  .graph-arrow-wrap:before {
    bottom: -145px;
    height: 168px;
  }

  .graph-list-box:last-child .graph-arrow-wrap:before {
    display: none;
  }

  .timeline-box {
    width: 100%;
    margin-bottom: 120px;
  }

  .timeline-box.top {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .timeline-box.top .timeline-content-wrap {
    order: 2;
  }

  .timeline__bg {
    width: 270vw;
    left: -85%;
  }

  .timeline-box::before {
    bottom: -60px;
    top: auto !important;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
  }

  .extra-partner-para {
    margin-top: 20px;
    /* padding-left: 35px; */
  }

  .faqs-image {
    display: none;
  }

  .all-faqs-wrap {
    width: 100%;
  }

  #button-footer .theme-button {
    padding: 15px 85px 15px;
    font-size: 18px;
    margin-right: 8px;
  }

  .footer-link-bottom {
    font-size: 22px;
  }

  .footer-logo {
    margin-right: 0px;
  }

  .footer-social-link-wrap {
    margin-right: 0px;
  }

  .footer-content-wrap {
    justify-content: space-between;
  }

  .page-banner-heading {
    padding: 45px 0 110px;
    font-size: 40px;
  }

  .application-heading {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .form-field {
    font-size: 18px;
  }

  .application-form-field,
  .application-form-field.policy-wrap {
    font-size: 15px;
    padding: 15px 10px;
  }
}

@media (max-width: 786px) {
  .logo-image {
    width: auto;
    height: 48px;
  }

  .theme-button {
    padding: 6px 30px 6px;
    font-size: 14px;
  }

  .banner-top-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .banner-list-text {
    font-size: 20px;
  }

  .banner-list-text-color {
    font-size: 22px;
  }

  .about-box {
    margin-bottom: 70px;
  }

  .service-box {
    width: 100%;
  }

  .highlight-box-wrap {
    flex-wrap: wrap;
  }

  .hightlight-box {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
  }

  .contact-card-logo {
    width: 80px;
    height: 80px;
  }

  .contact-card-content {
    width: calc(100% - 120px);
  }

  .contact-card-heading {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .contact-card-text {
    font-size: 20px;
  }

  .contact-button {
    padding: 20px 25px 20px 32px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .graph-heading {
    margin: 30px 0 40px 0;
  }

  .percentage-graph {
    height: 390px;
    margin-bottom: 30px;
  }

  .graph-count {
    font-size: 25px;
    width: 25px;
    margin-right: 14px;
  }

  .graph-arrow-wrap {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  .graph-arrow-wrap:before {
    bottom: -182px;
    height: 200px;
  }

  .graph-list-box {
    margin-bottom: 50px;
  }

  .faqs-info-text {
    font-size: 15px;
    margin-bottom: 0;
  }

  #button-footer .theme-button {
    padding: 10px 45px 10px;
    font-size: 16px;
  }

  .footer-content-wrap {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #footer {
    padding: 80px 0 80px;
  }

  .footer-social-link-wrap {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }

  .page-banner {
    background-size: 270% 100%;
  }

  .page-banner-heading {
    padding: 0px 0 80px;
    font-size: 30px;
  }

  .form-field-wrap {
    display: block;
  }

  .form-field {
    width: 100%;
  }

  .application-form-field {
    width: 100%;
  }

  .application-heading.contact-margin {
    margin-top: 48px;
    margin-bottom: 25px;
  }

  .form-field.line-gap {
    display: none;
  }

  #application-form {
    padding: 60px 0 60px;
  }

  .required-field-all {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .application-form-field,
  .application-form-field.policy-wrap {
    font-size: 15px;
    padding: 12px 10px;
    margin-top: 12px;
  }

  .application-heading {
    font-size: 22px;
  }

  #application-form-wrap .theme-button,
  #contact-form-wrap .theme-button {
    padding: 15px 103px 15px;
    font-size: 20px;
    margin-top: 25px;
  }

  .application-bottom-link {
    font-size: 14px;
  }

  .form-indication-text.application-form-field.p-0 {
    margin-bottom: 40px;
  }

  [type="file"]+labeluplabel,
  .uplabel {
    font-size: 16px;
    line-height: 2.14;
  }

  #thank-you {
    padding: 200px 0 200px;
  }
}

@media (max-width: 480px) {

  #header {
    padding: 3% 2%;
  }

  .banner-icon-border {
    margin-bottom: 12px;
  }

  .banner-top-heading {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .banner-list-text {
    font-size: 18px;
  }

  .banner-list-text-color {
    font-size: 20px;
  }

  .banner-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .banner-center-round-logo {
    width: 72px;
    height: 72px;
    bottom: -19px;
  }

  .logo-image {
    width: auto;
    height: 40px;
  }

  .theme-button {
    padding: 5px 14px 5px;
    font-size: 12px;
  }

  #header .theme-button:first-child {
    margin-right: 2px;
  }

  .banner-icon-list {
    line-height: 30px;
  }

  .banner-icon-border {
    width: 100%;
  }

  .about-heading,
  .service-heading,
  .graph-heading,
  .timeline-heading,
  .social-partners-heading,
  .faqs-heading,
  .thank-you-top-heading {
    font-size: 22px;
    line-height: 1.2;
  }

  .about-box {
    margin-bottom: 50px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-card-box {
    display: block;
  }

  .contact-card-logo {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-card-content::before {
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
    width: 80px;
    height: 2px;
  }

  .contact-card-content {
    width: 100%;
    padding-top: 12px;
    padding-left: 0px;
  }

  .contact-button {
    padding: 15px 20px 15px 26px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
  }

  .contact-button-arrow {
    width: auto;
    height: 12px;
    margin-left: 15px;
  }

  .graph-arrow-wrap:before {
    bottom: -160px;
    height: 180px;
  }

  .graph-text {
    font-size: 17px;
    width: calc(100% - 78px);
  }

  .percentage-graph {
    height: 340px;
    margin-bottom: 30px;
  }

  .timeline-logo {
    height: 55px;
  }

  #button-footer .theme-button {
    padding: 8px 30px 8px;
  }

  #button-footer {
    padding: 35px 0px 35px;
  }

  .footer__bg {
    width: 180vw;
    left: -40vw;
  }

  .footer-logo {
    height: 40px;
  }

  .footer-social-link {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .footer-link-bottom {
    font-size: 20px;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (min-width: 1400px) {
  .special {
    max-width: calc(100% - 100px) !important;
  }
}

@media (min-width: 1200px) {
  .special {
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .special {
    max-width: 1100px;
  }

  .social-partners-intro-wrap {
    padding-left: 14px !important;
  }
}

@media (min-width: 1200px) {
  #banner>.container {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 640px) {
  .social-partners-intro-wrap {
    padding-left: 14px;
  }
}

.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

@media (min-width: 992px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }
}


/* 2024/10/02 追加 */

.benefits-note {
  font-family: var(--font-family-main);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 0;
  color: #0a111d;
  line-height: 1.5;
  /* margin-top: 28px; */
}

.benefits-note+.benefits-note {
  margin-top: 8px;
}

@media (max-width: 992px) {
  .benefits-note {
    font-size: 16px;
    padding-inline: 30px;
  }
}

.p-services-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  align-items: flex-start;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.p-service-item__description {
  flex-grow: 1;
  height: 100%;
}

@media (max-width: 992px) {
  .p-services-list {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .service-box {
    height: auto;
    margin-bottom: 0;
  }
}

.p-social-partners__business-note {
  font-size: 14px;
  color: #0a111d;
}

#graph {
  padding-block: 0 133px;
}

.graph-heading {
  margin-top: 0;
}

#contact-card {
  background: #fff;
  padding: 0;
}

#contact-card:before {
  content: unset;
}

.contact-card-wrap {
  margin-bottom: 0;
}

.social-partners__note {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

#services {
  padding-top: 115px;
}

@media (max-width: 992px) {
  #about {
    padding-bottom: 80px;
  }

  #graph {
    padding-bottom: 80px;
  }

  #social-partners {
    padding-top: 80px;
  }

  #services {
    padding-top: 80px;
  }

  .p-social-partners__business-note {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

/* ライトプランのカラーを優しい薄青色に統一 */
.service-box.first.blue {
  border: solid 2px #B3DFFA;
  /* 枠線を薄青色に */
}

.service-pop-text.blue {
  background-color: #B3DFFA;
  /* ライトプラン名の背景を薄青色に */
}

.service-light-bg-wrap.blue {
  background-color: #E6F3FA;
  /* 特徴の背景をさらに薄い青に */
}

.service-dark-bg-wrap.blue {
  background-color: #B3DFFA;
  /* 説明文の背景を薄青色に（前の緑を上書き） */
}

/* ライトプランのカラーを優しい薄青色に統一 */
.service-box.first.blue {
  border: solid 2px #B3DFFA;
  /* 枠線を薄青色に */
}

.service-pop-text.blue {
  background-color: #B3DFFA;
  /* ライトプラン名の背景を薄青色に */
  color: #1d1d1d;
  /* テキスト色を濃いグレーに変更 */
}

.service-light-bg-wrap.blue {
  background-color: #E6F3FA;
  /* 特徴の背景をさらに薄い青に */
}

.service-dark-bg-wrap.blue {
  background-color: #B3DFFA;
  /* 説明文の背景を薄青色に（前の緑を上書き） */
}

.service-dark-bg-wrap.blue .service-dark-text {
  color: #1d1d1d;
  /* 説明文のテキスト色を濃いグレーに変更 */
}

@media (max-width:480px) {
  .banner-bottom-curve {
    width: 140vw;
    left: -20vw;
    height: auto;
  }

  #banner {
    height: 100vh;
    height: 100dvh;
    /* 最新ブラウザ向け */
    position: relative;
  }

  .banner-col {
    justify-content: center;
    margin-top: unset
  }

  .banner-icon-border {
    margin-bottom: 12px
  }

  .banner-list-text {
    font-size: 18px
  }

  .banner-list-text-color {
    font-size: 20px
  }

  .banner-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px
  }

  .banner-center-round-logo {
    width: 72px;
    height: 72px;
    bottom: -19px
  }

  .logo-image {
    width: auto;
    height: 40px
  }

  .theme-button {
    padding: 5px 14px;
    font-size: 12px
  }

  #header .theme-button:first-child {
    margin-right: 2px
  }

  .banner-icon-list {
    line-height: 30px
  }

  .banner-icon-border {
    width: 100%
  }
}