.site-home .site-main {
  background: #fff;
}

.site-home .home-section {
  position: relative;
  z-index: 1;
  background: #fff;
}

.site-home .home-about,
.site-home .home-audience-links,
.site-home .home-membership,
.site-home .home-strengths,
.site-home .home-sustainability,
.site-home .home-external-banner,
.site-home .home-news,
.site-home .home-calendar {
  background: #fff;
}

.site-home .home-about::before,
.site-home .home-about::after,
.site-home .home-audience-links::before,
.site-home .home-audience-links::after,
.site-home .home-membership::before,
.site-home .home-membership::after,
.site-home .home-strengths::before,
.site-home .home-strengths::after,
.site-home .home-sustainability::before,
.site-home .home-sustainability::after,
.site-home .home-external-banner::before,
.site-home .home-external-banner::after,
.site-home .home-news::before,
.site-home .home-news::after,
.site-home .home-calendar::before,
.site-home .home-calendar::after {
  content: none !important;
}

.site-home .home-about {
  padding: 86px 0 72px;
}

.site-home .home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 72px;
  align-items: center;
}

.site-home .home-about__text h2 {
  margin: 0 0 26px;
}

.site-home .home-about__text p {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 2.05;
}

.site-home .home-about__image img {
  display: block;
  width: 309px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.site-home .home-audience-links {
  padding: 0 0 104px;
}

.site-home .home-audience-links .container {
  width: min(1368px, calc(100% - 80px));
}

.site-home .audience-grid,
.site-home .audience-reasons,
.site-home .membership-merits,
.site-home .membership-related {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-home .audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.site-home .audience-card {
  position: relative;
  min-height: 224px;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
}

.site-home .audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
}

.site-home .audience-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 224px;
  padding: 40px 18px;
  color: #fff;
  text-align: center;
}

.site-home .audience-card__title {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .14em;
}

.site-home .audience-card__text {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  white-space: pre-line;
}

.site-home .home-audience-links__heading {
  margin: 0;
  padding: 80px 0 56px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .18em;
  color: #231815;
}

.site-home .home-audience-links__heading span {
  display: inline-block;
}

.site-home .audience-reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.site-home .audience-reason {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  background: #f6d60b;
  color: #2859b0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .14em;
  text-align: center;
  text-decoration: none;
  white-space: pre-line;
  border-right: 2px solid #fff;
}

.site-home .audience-reasons li:last-child .audience-reason {
  border-right: 0;
}

.site-home .audience-oversea-wrap {
  margin-top: 56px;
}

.site-home .audience-oversea {
  position: relative;
  display: block;
  min-height: 192px;
  background-position: center 83%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.site-home .audience-oversea::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 89, 176, .45);
}

.site-home .audience-oversea span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 192px;
  padding: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .14em;
}

.site-home .home-membership {
  padding: 40px 0 96px;
}

.site-home .membership-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-home .membership-merits {
  display: flex;
  flex-wrap: nowrap;
  gap: 38px;
  margin: 0 0 60px;
  padding: 0;
}

.site-home .membership-merits li {
  flex: 1 1 0;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.site-home .membership-merits__inner {
  height: 100%;
  padding: 22px 18px 24px;
  background: #3397cc;
  color: #fff;
  text-align: center;
}

.site-home .membership-merits__inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 14px;
}

.site-home .membership-merits__inner i img {
  display: block;
  width: 100%;
  max-width: 82px;
  height: auto;
}

.site-home .membership-merits__inner p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.site-home .membership-link {
  display: flex;
  justify-content: center;
  margin: 0;
  background-image: url("../reference/hamanavi/head.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-home .membership-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 190px;
  padding: 48px 24px;
  background: rgba(44, 54, 67, .28);
  color: #fff;
  text-align: center;
}

.site-home .membership-link__frame {
  display: inline-block;
}

.site-home .membership-link__title {
  display: inline-block;
  min-width: 320px;
  padding: 8px 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .18em;
}

.site-home .home-strengths {
  padding: 120px 0 0;
}

.site-home .points .container {
  width: min(1280px, calc(100% - 40px));
}

.site-home .points-title {
  margin: 0;
  padding: 0 0 56px;
  text-align: center;
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: .3em;
}

.site-home .points-title b {
  display: inline-block;
  padding: 0 4px;
  color: #2859b0;
  font-family: Oswald, "Noto Sans JP", sans-serif;
  font-size: 1.34em;
  line-height: .9;
  font-weight: 700;
  vertical-align: top;
}

.site-home .points-inner {
  position: relative;
  padding-left: 82px;
  border-left: 1px solid #e6e6e6;
}

.site-home .points-border {
  position: absolute;
  top: -49px;
  left: -1px;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: .1em;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

.site-home .points-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 2px solid #f6d60b;
}

.site-home .points-item {
  display: flex;
}

.site-home .points-item:nth-child(2n) .pointsItem-text {
  order: 1;
  padding: 110px 16px 56px 48px;
}

.site-home .points-item:nth-child(2n) .pointsItemTextTitle-index {
  left: -1.8em;
  right: auto;
  top: 12px;
  text-align: right;
}

.site-home .points-item:nth-child(2n) .pointsItem-img {
  order: 0;
}

.site-home .points-item:nth-child(2n) .pointsItem-img div {
  background-position: 26% 50%;
}

.site-home .points-item:first-child .pointsItem-img div {
  background-position: 18% 50%;
}

.site-home .points-item:nth-child(3) .pointsItem-img div {
  background-position: 61% 50%;
}

.site-home .pointsItem-text,
.site-home .pointsItem-img {
  flex: 0 0 50%;
}

.site-home .pointsItem-text {
  position: relative;
  align-self: center;
  padding: 72px 48px 40px 16px;
}

.site-home .pointsItemText-title {
  margin: 0;
  padding-bottom: 16px;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: .1em;
}

.site-home .pointsItemText-title > span:last-child {
  display: block;
}

.site-home .pointsItemText-title small {
  display: block;
  padding-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
}

.site-home .pointsItemTextTitle-index {
  position: absolute;
  top: 0;
  right: -1.9em;
  z-index: 2;
  display: block;
  width: 3.8em;
  color: #f6d60b;
  font-family: Oswald, "Noto Sans JP", sans-serif;
  font-size: 52px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: .1em;
}

.site-home .pointsItemTextTitle-index::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 2px solid #f6d60b;
}

.site-home .pointsItem-textBody p {
  margin: 0;
  font-size: 17px;
  line-height: 2.15;
  letter-spacing: .08em;
}

.site-home .pointsItem-textBody ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  text-align: right;
}

.site-home .pointsItem-textBody li {
  flex: 1 0 auto;
  min-width: 50%;
  margin: 0;
}

.site-home .points-item:first-child .pointsItem-textBody ul {
  justify-content: flex-start;
  text-align: left;
}

.site-home .points-item:first-child .pointsItem-textBody li:first-child {
  width: 100%;
}

.site-home .pointsItem-textBody a {
  display: block;
  color: #2859b0;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .1em;
}

.site-home .pointsItem-img {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 56px 48px;
  background: rgba(43, 56, 84, .6);
}

.site-home .pointsItem-img div {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-home .pointsItemImg-blur {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  filter: blur(4px);
  opacity: .6;
}

.site-home .pointsItemImg-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .site-home .home-strengths {
    padding: 80px 0 56px;
  }

  .site-home .points .container {
    width: min(100%, calc(100% - 32px));
  }

  .site-home .points-title {
    padding-bottom: 24px;
    font-size: 20px;
    letter-spacing: .2em;
  }

  .site-home .points-inner {
    padding-left: 0;
    border-left: 0;
  }

  .site-home .points-border {
    display: none;
  }

  .site-home .points-item {
    display: block;
  }

  .site-home .points-item + .points-item {
    margin-top: 24px;
  }

  .site-home .pointsItem-text,
  .site-home .points-item:nth-child(2n) .pointsItem-text {
    padding: 0;
  }

  .site-home .pointsItemText-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f6d60b;
    font-size: 15px;
  }

  .site-home .pointsItemText-title small {
    padding-bottom: 4px;
    font-size: 12px;
  }

  .site-home .pointsItemTextTitle-index,
  .site-home .points-item:nth-child(2n) .pointsItemTextTitle-index {
    position: static;
    flex: 0 0 1.4em;
    width: auto;
    padding-right: 16px;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
  }

  .site-home .pointsItemTextTitle-index::after {
    content: none;
  }

  .site-home .pointsItem-textBody p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: .04em;
  }

  .site-home .pointsItem-textBody ul {
    justify-content: flex-start;
    padding: 16px 0 24px;
    text-align: left;
  }

  .site-home .pointsItem-textBody li {
    min-width: 100%;
  }

  .site-home .pointsItem-textBody a {
    font-size: 13px;
    line-height: 2.2;
  }

  .site-home .pointsItem-img,
  .site-home .points-item:nth-child(2n) .pointsItem-img {
    min-height: 0;
    margin-top: 20px;
    padding: 20px;
  }

  .site-home .pointsItem-img::before {
    content: "";
    display: block;
    padding-top: 66%;
  }

  .site-home .pointsItemImg-main {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

.site-home .home-sustainability {
  padding: 14px 0 18px;
}

.site-home .sustainability-banner {
  display: block;
  width: min(820px, 100%);
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
}

.site-home .sustainability-banner__inner {
  position: relative;
  min-height: 118px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-home .sustainability-banner__inner::before {
  content: none;
}

.site-home .sustainability-banner__label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 118px;
  padding: 0 42px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.site-home .home-external-banner,
.site-home .home-news,
.site-home .home-calendar {
  padding-top: 32px;
}

.site-home .external-banner {
  display: block;
}

.site-home .external-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.site-home .external-banner__image--mobile {
  display: none;
}

@media (max-width: 960px) {
  .site-home .home-about {
    padding: 56px 0 50px;
  }

  .site-home .home-about__grid,
  .site-home .audience-grid,
  .site-home .audience-reasons {
    grid-template-columns: 1fr;
  }

  .site-home .home-about__grid {
    gap: 28px;
  }

  .site-home .home-about__text p {
    font-size: 17px;
    line-height: 1.95;
  }

  .site-home .home-audience-links {
    padding: 0 0 72px;
  }

  .site-home .home-audience-links .container {
    width: min(100%, calc(100% - 24px));
  }

  .site-home .home-audience-links__heading {
    padding: 48px 0 36px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: .12em;
  }

  .site-home .audience-reason {
    min-height: 72px;
    border-right: 0;
    border-bottom: 2px solid #fff;
  }

  .site-home .audience-reasons li:last-child .audience-reason {
    border-bottom: 0;
  }

  .site-home .audience-oversea {
    min-height: 140px;
  }

  .site-home .audience-oversea span {
    min-height: 140px;
    font-size: 18px;
    text-align: center;
  }

  .site-home .external-banner__image--desktop {
    display: none;
  }

  .site-home .external-banner__image--mobile {
    display: block;
  }

  .site-home .home-membership {
    padding: 30px 0 60px;
  }

  .site-home .membership-merits {
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 34px;
  }

  .site-home .membership-merits__inner {
    padding: 14px 10px 18px;
  }

  .site-home .membership-merits__inner i {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }

  .site-home .membership-merits__inner i img {
    max-width: 58px;
  }

  .site-home .membership-merits__inner p {
    font-size: 12px;
    line-height: 1.6;
  }

  .site-home .membership-link {
    background-image: url("../reference/hamanavi/head_sp.jpg");
  }

  .site-home .membership-link a {
    min-height: 140px;
    padding: 32px 16px;
  }

  .site-home .membership-link__title {
    min-width: 0;
    width: auto;
    padding: 6px 18px;
    font-size: 14px;
    letter-spacing: .14em;
  }

  .site-home .sustainability-banner__inner,
  .site-home .sustainability-banner__label {
    min-height: 84px;
  }

  .site-home .sustainability-banner__label {
    padding: 0 22px;
    font-size: 24px;
  }
}
