@charset "UTF-8";
/* FV */
.fv {
  overflow: hidden;
  height: calc(100svh - 78px);
  min-height: 630px;
  background: url("../images/top/fv-bg1_sp.png") no-repeat center center/cover;
}
@media screen and (min-width: 576px) {
  .fv {
    height: calc(100svh - 76px);
    min-height: 690px;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: url("../images/top/fv-bg1.png");
    background-position: center bottom;
    height: calc(100svh - 86px);
    min-height: 640px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv {
    height: calc(100svh - 118px);
    min-height: 720px;
  }
}

.fv-text {
  width: 100%;
  height: calc(100svh - 78px);
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .fv-text {
    height: calc(100svh - 76px);
    min-height: 690px;
  }
}
@media screen and (min-width: 768px) {
  .fv-text {
    padding: 5.625rem 4.5rem;
    justify-content: flex-start;
    height: calc(100svh - 86px);
    min-height: 640px;
  }
}
@media screen and (min-width: 992px) {
  .fv-text {
    width: 80%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv-text {
    height: calc(100svh - 118px);
    min-height: 720px;
  }
}

.fv-text__title-wrap {
  padding: 3.0714285714rem 1.4285714286rem 2.2857142857rem;
}
@media screen and (min-width: 768px) {
  .fv-text__title-wrap {
    padding: 0;
  }
}

.fv-text__title-sub {
  font-size: min(3.5vw, 1.1428571429rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #00550B;
  background-color: #fff;
  text-align: center;
  padding: 0.4em 1em 0.3em;
  max-width: 28.5714285714rem;
  border-radius: 100vh;
  margin-bottom: 1.2857142857rem;
}
@media screen and (min-width: 768px) {
  .fv-text__title-sub {
    font-size: 1.4375rem;
    max-width: 33.5rem;
    padding: 0.2em 0.8em 0.1em;
    margin-bottom: 0.9375rem;
  }
}

.fv-text__title {
  font-size: min(6vw, 1.9285714286rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fv-text__title {
    font-size: 3rem;
    margin-bottom: 2.625rem;
  }
}

.fv-text__description-wrap {
  padding: 6.7142857143rem 1.4285714286rem 2.2857142857rem;
  background-image: linear-gradient(0deg, #00d15a, rgba(0, 209, 90, 0.7019607843) 75%, transparent);
}
@media screen and (min-width: 768px) {
  .fv-text__description-wrap {
    background-image: none;
    padding: 0;
  }
}

.fv-text__description {
  font-size: min(3.8vw, 1.2142857143rem);
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .fv-text__description {
    font-size: 1.125rem;
    margin-bottom: 3rem;
  }
}

.fv-text__description-btn .btn-standard {
  background-color: #fff;
  color: #00550B;
  font-size: 1.2857142857rem;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 28.5714285714rem;
  padding: 1.2857142857rem 1em 1.1428571429rem;
}
@media screen and (min-width: 768px) {
  .fv-text__description-btn .btn-standard {
    max-width: 25rem;
  }
}

.fv-text__description-btn .btn-standard:hover {
  opacity: 0.5;
}

/* //FV */
/* 脱炭素に中小企業が取り組む意義 */
.meaning-list__item {
  display: flex;
  flex-direction: column;
  padding: 2.8571428571rem 0 2.1428571429rem;
  row-gap: 2.1428571429rem;
}
@media screen and (min-width: 768px) {
  .meaning-list__item {
    flex-direction: row;
    padding: 3.75rem 0 3.25rem;
  }
}

.meaning-list__item + .meaning-list__item {
  border-top: 1px solid #99918A;
}

.meaning-list__item:first-of-type {
  padding-top: 0;
}

.meaning-list__item:last-of-type {
  padding-bottom: 0;
}

.meaning-list__img {
  flex: 0 0 41%;
  display: flex;
  flex-direction: column;
}

/* //脱炭素に中小企業が取り組む意義 */
/* 本事業の提供内容一覧 */
.provision-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
}

.provision-list__item {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 1.25rem;
  flex: 0 0 100%;
  max-width: 408px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .provision-list__item {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .provision-list__item {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

.provision-list__ttl {
  color: #000000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem 0 0;
}

.provision-list__ttl--small {
  font-size: 0.8em;
}

.provision-list__desc {
  color: #665B52;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding-top: 0.1875rem;
  padding-bottom: 0.3125rem;
}

.provision-num {
  color: #00D15A;
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: 0.625rem;
  margin-left: 0.3125rem;
}

/* //本事業の提供内容一覧 */
/* セミナー・ウェビナー */
.seminar-card__ttl {
  color: #00550B;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 1.375rem;
  padding-bottom: 0.25em;
  flex: 0 0 auto;
}

.seminar-card__excerpt {
  letter-spacing: 0.03em;
  line-height: 1.5;
  flex: 1 0 auto;
  color: #000000;
}

.seminar-card__teacher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.625rem;
}

.seminar-card__teacher-label {
  background-color: #00550B;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0 0.40625rem;
}

.seminar-card__teacher-txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
}

.seminar-card__list {
  border-top: 1px solid rgba(153, 145, 138, 0.5019607843);
  margin-top: 1rem;
  padding-top: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}

.seminar-card__list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.seminar-card__list-label {
  display: block;
  background-color: #CCECEA;
  color: #000000;
  min-width: 5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
  border-radius: 0.1875rem;
}

.seminar-card__list-txt {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #000000;
  font-weight: 500;
}

.seminar-card__txt-day {
  font-weight: 400;
}

/* //セミナー・ウェビナー */
/* 支援事例 */
.supportcase-card__ttl {
  color: #00550B;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 1.375rem;
  padding-bottom: 0.25em;
  flex: 0 0 auto;
}

.supportcase-card__excerpt {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  flex: 1 0 auto;
}

/* //支援事例 */
/* //CTA */
.bg-topcta {
  background: url("../images/top/bg-cta.png") no-repeat center center/cover;
}

.bg-topcta-white {
  background-color: #fff;
  border: 2px solid #D4F4F6;
  border-radius: 1rem;
  padding: 1.25rem 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bg-topcta-white {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1200px), print {
  .bg-topcta-white {
    padding: 3.75rem 9rem;
  }
}

.topcta__ttl-img {
  margin-bottom: 3.125rem;
}

.topcta__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem 3.125rem;
}
@media screen and (min-width: 992px) {
  .topcta__content {
    flex-direction: row;
  }
}

.topcta__content-img {
  flex: 0 0 5.4375rem;
  max-width: 75%;
}
@media screen and (min-width: 992px) {
  .topcta__content-img {
    flex-basis: 13.4375rem;
  }
}

.topcta__content-desc {
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.topcta__content-desc__point {
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1D77DE;
}

.icon-h_blue,
.icon-t_yellow,
.icon-t_blue {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}

.icon-t_yellow,
.icon-t_blue {
  margin-left: -0.5em;
}

.icon-h_blue::before,
.icon-t_yellow::before,
.icon-t_blue::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icon-h_blue::before {
  background: url("../images/top/icon-h_blue.svg") no-repeat center center/contain;
}

.icon-t_yellow::before {
  background: url("../images/top/icon-t_yellow.svg") no-repeat center center/contain;
}

.icon-t_blue::before {
  background: url("../images/top/icon-t_blue.svg") no-repeat center center/contain;
}

.topcta__btn-list {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.8125rem;
  margin-bottom: 1.875rem;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .topcta__btn-list {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .topcta__btn-list {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .topcta__btn-list {
    margin-bottom: 0;
  }
}

.topcta__btn {
  font-size: 1.125rem;
  padding: 1.25rem 3.625rem;
  display: block;
}/*# sourceMappingURL=front-page.css.map */