/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
.home .kv {
  position: relative;
  background: url(../images/home/kv/kv_bg.jpg) top center/cover no-repeat;
}
@media (max-width: 750px) {
  .home .kv {
    background-image: url(../images/home/kv/kv_bg_sp.jpg);
    background-size: contain;
    padding-top: 50.66vw;
  }
}
@media (min-width: 751px) {
  .home .kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 0 30%, white 87% 100%);
  }
}
@media (min-width: 751px) {
  .home .kv .kv-box {
    padding-top: 2.1875em;
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 751px) {
  .home .kv .lead {
    width: 38.57em;
    margin-right: 2em;
  }
}
@media (max-width: 750px) {
  .home .kv .lead {
    width: 80.66vw;
  }
}
.home .kv .report {
  padding: 1.57em;
  background: white;
}
@media (min-width: 751px) {
  .home .kv .report {
    width: 26.5em;
  }
}
@media (max-width: 750px) {
  .home .kv .report {
    margin-top: 3.5em;
    box-shadow: 0 0 1em lightgray;
  }
}
.home .kv .report .title {
  font-size: 1.29em;
}
@media (min-width: 751px) {
  .home .kv .report .title {
    margin-left: 0.7em;
  }
}
@media (max-width: 750px) {
  .home .kv .report .title {
    font-size: 1.14em;
  }
}
@media (min-width: 751px) {
  .home .kv .report .viewmore_btn {
    margin-top: 0 !important;
  }
}
@media (max-width: 750px) {
  .home .kv .report .viewmore_btn {
    margin-top: 1.71em !important;
    max-width: none !important;
  }
}
.home .kv .report-item {
  padding: 1em;
  border-bottom: 1px solid #e0d3e9;
}
@media (min-width: 751px) {
  .home .kv .report-item:last-of-type {
    border: none;
  }
}
@media (max-width: 750px) {
  .home .kv .report-item {
    padding: 1.79em 0;
    line-height: 1.7;
  }
}
.home .kv .report-item_link {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  transition: all ease 0.5s;
}
.home .kv .report-item_link:hover {
  opacity: 0.7;
}
.home .kv .report-item_link .info {
  margin-left: 1.43em;
}
@media (min-width: 751px) {
  .home .kv .report-item_link .info {
    width: 52%;
  }
}
@media (max-width: 750px) {
  .home .kv .report-item_link .info {
    margin-left: 1.07em;
  }
}
.home .kv .report-item_link .imgbox {
  flex: 1;
}
@media (max-width: 750px) {
  .home .kv .report-item_link .imgbox {
    flex: 0 0 40.66vw;
  }
}
.home .kv .report-item_link .imgbox .youtubeWrap {
  padding-top: 66.67%;
}
.home .kv .report-item_link .imgbox .youtubeWrap iframe {
  pointer-events: none;
}
.home .kv .report-item_link .imgbox img {
  width: 100%;
}
.home .kv .report-item_link .date {
  font-size: 1.07em;
  color: gray;
}
@media (max-width: 750px) {
  .home .kv .report-item_link .date {
    font-size: 0.93em;
  }
}
.home .kv .report-item_link .text {
  margin-top: 1em;
}
@media (max-width: 750px) {
  .home .kv .report-item_link .text {
    line-height: 1.5;
  }
}
.home .kv .topics {
  padding: 2.85em 4.28em 14.6em;
  margin-top: 1.5625em;
  background: white;
}
@media (max-width: 750px) {
  .home .kv .topics {
    padding: 2.85em 1.43em 8.93em;
  }
}
.home .kv .topics .viewmore_btn {
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  .home .kv .topics .viewmore_btn {
    margin-top: 27vw !important;
  }
}
.home .kv .topics .topic-after {
  pointer-events: none;
  width: 160em;
  position: absolute;
  left: 50%;
  transform: translateX(-48%);
  bottom: 2.5em;
  z-index: 2;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .home .kv .topics .topic-after {
    width: 155vw;
  }
}
@media (max-width: 750px) {
  .home .kv .topics .topic-after {
    width: 100vw;
    bottom: 11em;
    transform: translateX(-50%);
  }
}
.home .kv .title {
  font-size: 1.29em;
}
@media (max-width: 750px) {
  .home .kv .title {
    font-size: 1.14em;
  }
}
@media (min-width: 751px) {
  .home .kv .topic-list {
    margin-top: 1.875em;
  }
}
@media (min-width: 751px) {
  .home .kv .topic-item:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media (max-width: 750px) {
  .home .kv .topic-item {
    line-height: 1.7;
    padding: 2.14em 0;
    border-bottom: 1px solid #e0d3e9;
  }
}
.home .kv .topic-item_link {
  transition: all ease 0.5s;
}
@media (min-width: 751px) {
  .home .kv .topic-item_link {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
.home .kv .topic-item_link:hover {
  opacity: 0.7;
}
.home .kv .topic-item_link .date {
  flex-shrink: 0;
}
@media (min-width: 751px) {
  .home .kv .topic-item_link .text {
    margin-left: 2.5em;
  }
}
@media (max-width: 750px) {
  .home .kv .topic-item_link .text {
    margin-top: 1em;
  }
}

#mainArea .description {
  margin-top: 0;
}

.mb2em {
  margin-bottom: 2em;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
