.wt-home {
  color: #24302f;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 1080px;
  overflow-wrap: anywhere;
  width: 100%;
  word-break: normal;
}

.wt-home * {
  box-sizing: border-box;
}

.wt-home br {
  display: none;
}

.wt-home a {
  color: inherit;
}

.wt-home .wt-home__hero {
  align-items: stretch;
  background: #f6f8f5;
  border: 1px solid #dbe4dd;
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  margin: 0 0 44px;
  padding: 36px;
}

.wt-home .wt-home__hero-body {
  min-width: 0;
}

.wt-home .wt-home__label {
  color: #2f6f68;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 0 10px;
}

.wt-home .wt-home__title {
  color: #172321 !important;
  font-size: 36px;
  line-height: 1.22;
  margin: 0 0 14px;
  -webkit-text-fill-color: #172321 !important;
}

.wt-home .wt-home__catch {
  color: #6c5833;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 14px;
}

.wt-home .wt-home__lead {
  color: #41504d;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  max-width: 720px;
}

.wt-home .wt-home__actions,
.wt-home .wt-home__feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wt-home .wt-home__button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.45;
  min-height: 56px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: normal;
}

.wt-home .wt-home__button--primary {
  background: #2f6f68;
  border: 1px solid #2f6f68;
  color: #fff;
}

.wt-home .wt-home__button--primary:hover,
.wt-home .wt-home__button--primary:focus {
  background: #245851;
  border-color: #245851;
}

.wt-home .wt-home__button--secondary {
  background: #fff;
  border: 1px solid #b7c8c1;
  color: #24302f;
}

.wt-home .wt-home__button--secondary:hover,
.wt-home .wt-home__button--secondary:focus {
  background: #edf5f1;
  border-color: #8db9ae;
}

.wt-home .wt-home__hero-note {
  background: #fff;
  border: 1px solid #c8d8d0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.wt-home .wt-home__hero-illustration {
  align-items: center;
  background: #f6f8f5;
  border: 1px solid #e1e8e4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
  max-height: 150px;
  overflow: hidden;
  padding: 10px;
}

.wt-home .wt-home__hero-illustration img {
  display: block;
  height: auto;
  max-height: 128px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.wt-home .wt-home__note-title {
  color: #172321;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
}

.wt-home .wt-home__note-list {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding-left: 1.25em;
}

.wt-home .wt-home__note-list li {
  margin: 0 0 0.5em;
}

.wt-home .wt-home__note-list li:last-child {
  margin-bottom: 0;
}

.wt-home .wt-home__section {
  margin: 0 0 44px;
}

.wt-home .wt-home__section-head {
  margin: 0 0 18px;
}

.wt-home .wt-home__heading,
.wt-home .wt-home__feature-title,
.wt-home .wt-home__cta-title {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #172321 !important;
  font-size: 24px;
  line-height: 1.35;
  margin: 0;
  padding: 0 !important;
  -webkit-text-fill-color: #172321 !important;
}

.wt-home .wt-home__title {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #172321 !important;
  padding: 0 !important;
  -webkit-text-fill-color: #172321 !important;
}

.wt-home .wt-home__title::before,
.wt-home .wt-home__title::after,
.wt-home .wt-home__heading::before,
.wt-home .wt-home__heading::after,
.wt-home .wt-home__feature-title::before,
.wt-home .wt-home__feature-title::after,
.wt-home .wt-home__cta-title::before,
.wt-home .wt-home__cta-title::after {
  content: none !important;
  display: none !important;
}

.wt-home .wt-home__section-lead {
  color: #52615e;
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0 0;
  max-width: 760px;
}

.wt-home .wt-home__problem-grid,
.wt-home .wt-home__shelf-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wt-home .wt-home__problem-card,
.wt-home .wt-home__shelf-card,
.wt-home .wt-home__feature-link {
  background: #fbfdfb;
  border: 1px solid #c8d8d0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 22px;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.wt-home .wt-home__problem-card:hover,
.wt-home .wt-home__problem-card:focus,
.wt-home .wt-home__shelf-card:hover,
.wt-home .wt-home__shelf-card:focus,
.wt-home .wt-home__feature-link:hover,
.wt-home .wt-home__feature-link:focus {
  background: #f1f8f4;
  border-color: #6fa79d;
  transform: translateY(-1px);
}

.wt-home .wt-home__problem-title,
.wt-home .wt-home__shelf-title,
.wt-home .wt-home__feature-link-title {
  color: #172321;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}

.wt-home .wt-home__problem-text,
.wt-home .wt-home__shelf-text,
.wt-home .wt-home__feature-link-text {
  color: #52615e;
  font-size: 16.5px;
  line-height: 1.75;
  margin-top: 6px;
}

.wt-home .wt-home__feature {
  background: #eef5f1;
  border: 1px solid #cbded6;
  border-radius: 8px;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  margin: 0 0 44px;
  padding: 30px;
}

.wt-home .wt-home__feature-lead {
  color: #41504d;
  font-size: 20px;
  line-height: 1.8;
  margin: 14px 0 0;
}

.wt-home .wt-home__feature-links {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.wt-home .wt-home__reading {
  border-bottom: 1px solid #d7e1dd;
  border-top: 1px solid #d7e1dd;
  padding: 28px 0;
}

.wt-home .wt-home__reading-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wt-home .wt-home__reading-card {
  background: #fbfdfb;
  border: 1px solid #c8d8d0;
  border-radius: 8px;
  color: #24302f;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 22px;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.wt-home .wt-home__reading-card:hover,
.wt-home .wt-home__reading-card:focus {
  background: #f1f8f4;
  border-color: #6fa79d;
  transform: translateY(-1px);
}

.wt-home .wt-home__reading-title {
  color: #172321;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}

.wt-home .wt-home__reading-text {
  color: #52615e;
  font-size: 16.5px;
  line-height: 1.75;
  margin-top: 6px;
}

.wt-home .wt-home__about {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  margin: 0 0 44px;
}

.wt-home .wt-home__about-body p {
  color: #41504d;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 0.8em;
}

.wt-home .wt-home__about-body p:last-child {
  margin-bottom: 0;
}

.wt-home .wt-home__cta {
  background: #eef5f1;
  border: 1px solid #cbded6;
  border-radius: 8px;
  color: #24302f;
  margin: 0;
  padding: 30px;
}

.wt-home .wt-home__cta .wt-home__label {
  color: #2f6f68;
}

.wt-home .wt-home__cta-title {
  color: #172321 !important;
  -webkit-text-fill-color: #172321 !important;
}

.wt-home .wt-home__cta p {
  color: #41504d;
  font-size: 16px;
  line-height: 1.8;
  margin: 14px 0 22px;
  max-width: 760px;
}

@media (max-width: 900px) {
  .wt-home .wt-home__hero,
  .wt-home .wt-home__feature,
  .wt-home .wt-home__about {
    grid-template-columns: 1fr;
  }

  .wt-home .wt-home__reading-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.home {
    overflow-x: hidden;
  }

  body.home .contents,
  body.home .articleBody,
  body.home .entry-content {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .wt-home {
    font-size: 16px;
    max-width: none;
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
  }

  .wt-home .wt-home__hero,
  .wt-home .wt-home__feature,
  .wt-home .wt-home__cta {
    border-radius: 8px;
    padding: 22px 18px;
    width: 100%;
  }

  .wt-home .wt-home__hero,
  .wt-home .wt-home__section,
  .wt-home .wt-home__feature,
  .wt-home .wt-home__about {
    margin-bottom: 34px;
  }

  .wt-home .wt-home__title {
    font-size: 28px;
  }

  .wt-home .wt-home__catch {
    font-size: 16px;
  }

  .wt-home .wt-home__lead {
    font-size: 15.5px;
  }

  .wt-home .wt-home__label {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .wt-home .wt-home__note-title {
    font-size: 15px;
  }

  .wt-home .wt-home__note-list {
    font-size: 15px;
    line-height: 1.7;
  }

  .wt-home .wt-home__heading,
  .wt-home .wt-home__feature-title,
  .wt-home .wt-home__cta-title {
    font-size: 20px;
  }

  .wt-home .wt-home__problem-title,
  .wt-home .wt-home__shelf-title,
  .wt-home .wt-home__feature-link-title,
  .wt-home .wt-home__reading-title {
    font-size: 17px;
  }

  .wt-home .wt-home__problem-text,
  .wt-home .wt-home__shelf-text,
  .wt-home .wt-home__feature-link-text,
  .wt-home .wt-home__reading-text {
    font-size: 15px;
  }

  .wt-home .wt-home__feature-lead,
  .wt-home .wt-home__section-lead,
  .wt-home .wt-home__about-body p,
  .wt-home .wt-home__cta p {
    font-size: 15.5px;
  }

  .wt-home .wt-home__actions,
  .wt-home .wt-home__feature-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wt-home .wt-home__button {
    font-size: 15px;
    min-height: 46px;
    padding: 11px 18px;
    width: 100%;
  }

  .wt-home .wt-home__hero-illustration {
    max-height: 110px;
    padding: 8px;
  }

  .wt-home .wt-home__hero-illustration img {
    max-height: 92px;
  }

  .wt-home .wt-home__problem-grid,
  .wt-home .wt-home__shelf-grid,
  .wt-home .wt-home__reading-grid {
    grid-template-columns: 1fr;
  }

  .wt-home .wt-home__problem-card,
  .wt-home .wt-home__shelf-card,
  .wt-home .wt-home__feature-link,
  .wt-home .wt-home__reading-card {
    padding: 16px;
  }
}

@media (min-width: 992px) {
  body.home .contents {
    padding-top: 32px;
  }

  body.home .header .headerInfo {
    padding-top: 31px;
  }

  body.home .header.is-pc-center .headerInfo {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  body.home .header.is-pc-center .siteInfo {
    padding: 20px 0;
  }

  body.home .header.is-pc-center .gnav {
    margin-left: auto;
    padding-left: 20px;
  }

  body.home .header.is-pc-center .gNavList {
    flex-wrap: nowrap;
  }

  body.home .header .siteInfo__desc {
    background-color: #3b7d8c;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

body.home .container-copyright .copyright {
  background-color: #3b7d8c;
}

body.home .articleHeader,
body.home .breadcrumb,
body.home .breadcrumbList,
body.home .breadcrumbs,
body.home .topicPath {
  display: none;
}
