@charset "UTF-8";

.footer-cta {
  display: grid;
  grid-template-columns: 1fr;
}

.footer-cta__box {
  align-items: center;
  color: #05A44F;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 350px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.footer-cta__box--mail .footer-cta__img::after {
  background: rgba(239, 241, 174, 0.95);
}
.footer-cta__box--mail .c-btn-simple {
  background-color: #fff;
  color: #05A44F;
  gap: 8px;
  height: 70px;
  margin-top: 21px;
  min-width: 320px;
  padding-inline: 36px;
}
.footer-cta__box--mail .c-btn-simple img {
  flex-shrink: 0;
  height: 12.782px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 17px;
}
.footer-cta__box--mail .c-btn-simple p {
  font-size: 16px;
  text-align: left;
}
.footer-cta__box--mail .c-btn-simple::after {
  background: url(../images/arrow_green.svg) no-repeat center center/contain;
  right: 30px;
}

.footer-cta__img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.footer-cta__img::after {
  background: rgba(213, 233, 176, 0.95);
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.footer-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.footer-cta__inner .c-title-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.footer-cta__inner .c-title-en {
  font-size: 44px;
}
.footer-cta__desc {
  font-weight: 700;
  line-height: 1.85;
  margin-top: 26px;
  max-width: 300px;
}

.footer-cta__box--tel .footer-cta__link {
  align-items: center;
  display: grid;
  gap: 0px 14px;
  grid-template-columns: 60px 1fr;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.footer-cta__box--tel .footer-cta__link img {
  aspect-ratio: 1/1;
  grid-row: span 2;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  width: 100%;
}
.footer-cta__box--tel .footer-cta__link a {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.footer-cta__box--tel .footer-cta__link > p {
  font-size: 12px;
  font-weight: 600;
}

.footer-bottom {
  background-color: #05A44F;
  color: #fff;
  padding-inline: 20px;
}

.footer-bottom__inner {
  margin-inline: auto;
  max-width: 1145px;
  position: relative;
  z-index: 3;
}

.footer-bottom__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.footer-bottom__left {
  flex-shrink: 0;
}

.footer-bottom__logo {
  background: #fff;
  border-radius: 5px;
  padding: 21px 43px 17px 34px;
}
.footer-bottom__logo img {
  aspect-ratio: 214/43;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  width: 214px;
}

.footer-bottom__adds {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  gap: 13px;
  line-height: 1.85;
  margin-top: 30px;
}

.footer-bottom__right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-end;
}

.footer-bottom__right-item {
  font-size: 13px;
  font-weight: 700;
  line-height: calc(19 / 13);
}

.footer-bottom__pagetop {
  aspect-ratio: 1/1;
  display: block;
  height: 102px;
  margin-left: auto;
  overflow: hidden;
  width: 102px;
}
.footer-bottom__pagetop img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom__copy {
  border-top: 1px solid #cccccc;
  font-size: 11px;
  font-weight: 400;
  margin-top: 38px;
  padding-block: 37px 29px;
  text-align: center;
}

@media (min-width: 414px) {
  .footer-bottom__adds {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .footer-cta {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .footer-cta__box {
    min-height: 400px;
  }
  .footer-bottom__contents {
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 113px;
    padding-top: 100px;
  }
  .footer-bottom__right {
    gap: 41px;
    margin-top: 35px;
  }
}