@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.top-mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-mv:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .top-mv {
    background: url("../img/top/mv_bg.jpg") no-repeat left center/cover;
  }
}
@media screen and (max-width: 960px) {
  .top-mv {
    background: url("../img/top/mv_bg_sp.jpg") no-repeat center/cover;
  }
}
.top-mv .swiper-slide {
  padding-top: 100vh;
  position: relative;
}
.top-mv .swiper-slide-image {
  width: 62.5%;
  height: 72vh;
  position: absolute;
  bottom: 14%;
  right: 6%;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(30, 139, 93, 0.1);
          box-shadow: 10px 10px 0px 0px rgba(30, 139, 93, 0.1);
}
@media screen and (max-width: 960px) {
  .top-mv .swiper-slide-image {
    width: 93%;
    height: 38vh;
    max-height: 410px;
    bottom: 22%;
    right: 0%;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(30, 139, 93, 0.1);
            box-shadow: 10px 10px 0px 0px rgba(30, 139, 93, 0.1);
  }
}
.top-mv .swiper-pagination {
  z-index: 6;
}
@media screen and (min-width: 961px) {
  .top-mv .swiper-pagination {
    bottom: 40px !important;
  }
}
@media screen and (max-width: 960px) {
  .top-mv .swiper-pagination {
    bottom: 14vh !important;
  }
}
.top-mv .swiper-pagination span.swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  background-color: #E6E6E6;
}
@media screen and (min-width: 961px) {
  .top-mv .swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .top-mv .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}
.top-mv .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #1E8B5D;
}

.top-mv__catchWrap {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 13%;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .top-mv__catchWrap {
    width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.top-mv__catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-mv__catch span {
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .top-mv__catch span {
    letter-spacing: 0em;
    margin: 0;
    line-height: 2;
    text-align: left;
  }
  .top-mv__catch span:last-child {
    margin-top: -18px;
  }
}
.top-mv__catch.is-anime {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-mv__catch {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .top-mv__catch {
    font-size: 18px;
    text-align: left;
  }
}

.top-mv__roma {
  margin-top: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-family: notoSans400, sans-serif;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-mv__roma.is-anime {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-mv__roma {
    font-size: 18px;
  }
}

.top-mv__guide {
  position: absolute;
  left: 20px;
  bottom: 20vh;
  font-size: 10px;
  font-weight: 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: 100;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
.top-mv__guide:before {
  content: "";
  width: 1px;
  height: 126px;
  display: block;
  position: absolute;
  left: -8px;
  bottom: 0;
  background-color: #000;
}
.top-mv__guide:after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  left: -13px;
  bottom: 114px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
}

.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .top-news {
    margin: 0 0 29px;
  }
}
@media screen and (max-width: 960px) {
  .top-news {
    margin: -80px 0 16px;
  }
}

.top-news__heading {
  font-size: 18px;
  text-align: right;
  color: #fff;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .top-news__heading {
    width: 21%;
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .top-news__heading {
    width: 100px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-news__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-news__listWrap {
    width: 79%;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 960px) {
  .top-news__listWrap {
    width: calc(100% - 100px);
    padding: 15px 10px;
  }
}

.top-news__listInner {
  max-width: 1220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 961px) {
  .top-news__list {
    width: calc(100% - 160px);
  }
}

.top-news__item {
  display: inline-block;
}
.top-news__item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 961px) {
  .top-news__item {
    line-height: 1.72;
  }
}
@media screen and (max-width: 960px) {
  .top-news__item {
    line-height: 1.33;
  }
}

@media screen and (min-width: 961px) {
  .top-news__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .top-news__anchor:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 960px) {
  .top-news__date {
    font-size: 14px;
  }
}

@media screen and (min-width: 961px) {
  .top-news__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .top-news__title {
    margin-top: 5px;
    display: block;
  }
}

@media screen and (min-width: 961px) {
  .top-news__textLink {
    width: 160px;
    position: relative;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .top-news__textLink:after {
    content: "";
    width: 5px;
    height: 9px;
    margin-left: 10px;
    display: inline-block;
    background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  }
  .top-news__textLink:before {
    content: "";
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    pointer-events: none;
    background-color: #000;
  }
  .top-news__textLink:hover:before {
    width: 90%;
  }
}

.top-about {
  position: relative;
}
.top-about:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .top-about {
    padding: 80px 0 140px;
  }
  .top-about:before {
    height: 40%;
    top: 13%;
  }
}
@media screen and (max-width: 960px) {
  .top-about {
    padding: 80px 0;
  }
  .top-about:before {
    height: 25%;
    top: 96px;
  }
}

.top-about__inner {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__heading {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.top-about__heading.is-anime {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-about__heading {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .top-about__heading {
    max-width: 680px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-about__read {
  line-height: 1.94;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-about__read.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .top-about__read {
    max-width: 1100px;
    margin: 50px auto 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .top-about__read {
    max-width: 680px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.top-about__imageWrap {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-about__imageWrap.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .top-about__imageWrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .top-about__imageWrap {
    max-width: 390px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top-about__list {
  max-width: 1100px;
}
@media screen and (min-width: 961px) {
  .top-about__list {
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .top-about__list {
    max-width: 620px;
    width: 100%;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.top-about__item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.top-about__item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-about__item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-about__item.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .top-about__item {
    width: 33.3333333333%;
    padding: 0 15px;
  }
  .top-about__item:nth-child(n+2) {
    position: relative;
  }
  .top-about__item:nth-child(n+2):before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1E8B5D;
  }
}
@media screen and (max-width: 960px) {
  .top-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-about__item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #1E8B5D;
  }
}

@media screen and (min-width: 961px) {
  .top-about__illustWrap {
    max-width: 340px;
    min-height: 185px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .top-about__illustWrap {
    max-width: 260px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.35;
}
@media screen and (min-width: 961px) {
  .top-about__title {
    min-height: 68px;
    margin-top: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 23px;
  }
}
@media screen and (max-width: 960px) {
  .top-about__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
  }
}

.top-about__text {
  margin-top: 25px;
  line-height: 1.66;
}
@media screen and (min-width: 961px) {
  .top-about__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .top-about__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.top-message {
  padding-bottom: 50px;
  background-color: #F1FCE7;
}

.top-message__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .top-message__inner {
    max-width: 1100px;
    min-height: 650px;
  }
}
@media screen and (max-width: 960px) {
  .top-message__inner {
    max-width: 680px;
  }
}

.top-message__heading {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.top-message__heading.is-anime {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-message__heading {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
}
@media screen and (max-width: 960px) {
  .top-message__heading {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.top-message__description {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-message__description.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .top-message__description {
    margin-top: 70px;
    padding-right: 49%;
  }
}
@media screen and (max-width: 960px) {
  .top-message__description {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-message__catch {
  line-height: 1.52;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .top-message__catch {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .top-message__catch {
    width: 100%;
    font-size: 20px;
  }
}

.top-message__profile {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .top-message__profile {
    margin-top: 45px;
  }
}
@media screen and (max-width: 960px) {
  .top-message__profile {
    max-width: 360px;
    width: 41%;
    margin-top: 20px;
    padding-right: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .top-message__position {
    font-size: 16px;
  }
}

.top-message__name {
  line-height: 1.75;
}
@media screen and (min-width: 961px) {
  .top-message__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .top-message__name {
    font-size: 20px;
  }
}

.top-message__roma {
  display: block;
  font-size: 16px;
  color: #1E8B5D;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 961px) {
  .top-message__thumbWrap {
    max-width: 460px;
    width: 45%;
    padding-top: 45%;
    position: absolute;
    top: -30px;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .top-message__thumbWrap {
    max-width: 350px;
    width: 59%;
    margin-top: 20px;
    position: relative;
  }
}

@media screen and (min-width: 961px) {
  .top-message__thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top-message__text {
  line-height: 1.94;
}
@media screen and (min-width: 961px) {
  .top-message__text {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .top-message__text {
    width: 100%;
    margin-top: 20px;
  }
}

.top-message__buttonWrap {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .top-message__buttonWrap {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .top-message__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-message__button {
  height: 60px;
  font-size: 20px;
  border: 1px solid #F1FCE7;
}

@media screen and (min-width: 961px) {
  .top-service {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 960px) {
  .top-service {
    padding: 50px 0 100px;
  }
}

.top-service__inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-service__heading {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.top-service__heading.is-anime {
  opacity: 1;
}

@media screen and (min-width: 961px) {
  .top-service__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .top-service__list {
    max-width: 460px;
    margin: 40px auto 0;
  }
}

.top-service__item {
  padding: 20px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.top-service__item.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-service__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-service__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-service__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 961px) {
  .top-service__item {
    width: 47.5%;
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  }
  .top-service__item:nth-child(2n) {
    margin-left: 5%;
  }
  .top-service__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .top-service__item {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .top-service__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.top-service__thumbWrap {
  padding-top: 54%;
  position: relative;
  overflow: hidden;
}

.top-service__thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.top-service__description {
  max-width: 460px;
  margin: 20px auto 0;
  padding-top: 20px;
  position: relative;
}
.top-service__description:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1E8B5D;
}

.top-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
@media screen and (min-width: 961px) {
  .top-service__title {
    line-height: 1.9;
  }
}
@media screen and (max-width: 960px) {
  .top-service__title {
    line-height: 1.5;
  }
}

.top-service__text {
  margin-top: 16px;
  line-height: 1.66;
}
@media screen and (min-width: 961px) {
  .top-service__text {
    font-size: 18px;
  }
}

.top-service__buttonWrap {
  max-width: 280px;
  margin: 50px auto 0;
}

.top-service__button {
  height: 60px;
  position: relative;
  font-size: 20px;
}

.top-knowledge {
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .top-knowledge {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge {
    padding: 0 0 25px;
  }
}

.top-knowledge__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .top-knowledge__heading {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__heading {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.top-knowledge__read {
  line-height: 1.94;
}
@media screen and (min-width: 961px) {
  .top-knowledge__read {
    margin-top: 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__read {
    margin-top: 15px;
    font-size: 15px;
  }
}

.top-knowledge__list {
  margin-top: 50px;
}

.top-knowledge__item {
  border-top: 1px solid #1E8B5D;
}
.top-knowledge__item:last-child {
  border-bottom: 1px solid #1E8B5D;
}

.top-knowledge__anchor {
  width: 100%;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (min-width: 961px) {
  .top-knowledge__anchor {
    padding: 25px 30px;
  }
  .top-knowledge__anchor:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__anchor {
    padding: 34px 0;
  }
}

.top-knowledge__itemTitle {
  line-height: 1.75;
}
.top-knowledge__itemTitle:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .top-knowledge__itemTitle {
    font-size: 18px;
  }
  .top-knowledge__itemTitle:before {
    top: 27px;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__itemTitle {
    padding-left: 30px;
  }
  .top-knowledge__itemTitle:before {
    top: 34px;
  }
}

.top-knowledge__date {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .top-knowledge__date {
    padding-left: 30px;
  }
}

.top-knowledge__itemText {
  margin-top: 15px;
  line-height: 1.66;
}

.top-knowledge__more {
  padding: 0 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
.top-knowledge__more:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background-color: #000;
}
.top-knowledge__more:after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
}
@media screen and (min-width: 961px) {
  .top-knowledge__more {
    font-size: 16px;
  }
  .top-knowledge__more:before {
    width: 85px;
    bottom: 1px;
    right: 8px;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__more {
    font-size: 14px;
  }
  .top-knowledge__more:before {
    width: 75px;
    bottom: 1px;
    right: 8px;
  }
}

.top-knowledge__buttonWrap {
  max-width: 280px;
  margin: 50px auto 0;
}

.top-knowledge__button {
  height: 60px;
  font-size: 20px;
  border: 1px solid #1E8B5D;
  background-color: #fff;
}
.top-knowledge__button:after {
  background-color: #1E8B5D;
}

.top-keyword {
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .top-keyword {
    margin-bottom: -110px;
    padding: 30px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword {
    padding: 25px 0 50px;
  }
}

.top-keyword__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-keyword__read {
  line-height: 1.94;
}
@media screen and (min-width: 961px) {
  .top-keyword__read {
    margin-top: 46px;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword__read {
    margin-top: 30px;
  }
}

.top-keyword__row {
  position: relative;
}
@media screen and (min-width: 961px) {
  .top-keyword__row {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword__row {
    margin-top: 30px;
  }
}

@media screen and (min-width: 961px) {
  .top-keyword__categoryGroup {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword__categoryGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-keyword__category {
  cursor: pointer;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
  background-color: #fff;
}
.top-keyword__category.is-active {
  position: relative;
  color: #fff;
  pointer-events: none;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .top-keyword__category {
    padding: 15px 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 20px;
  }
  .top-keyword__category.is-active:after {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    background-color: #fff;
  }
  .top-keyword__category:nth-child(n+2) {
    margin-top: 10px;
  }
  .top-keyword__category:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword__category {
    width: 48%;
    padding: 15px;
    font-size: 15px;
  }
  .top-keyword__category:nth-child(2n) {
    margin-left: 4%;
  }
  .top-keyword__category:nth-child(n+3) {
    margin-top: 10px;
  }
}

.top-keyword__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-keyword__box {
    width: 49%;
    padding: 20px 20px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword__box {
    margin-top: 15px;
    padding: 15px 15px 5px;
  }
}

.top-keyword__tagGroup {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-keyword__tagGroup.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-keyword__tag {
  min-width: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1E8B5D;
}
@media screen and (min-width: 961px) {
  .top-keyword__tag {
    margin: 0 20px 20px 0;
    padding: 10px;
  }
  .top-keyword__tag:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .top-keyword__tag {
    margin: 0 10px 10px 0;
    padding: 10px;
  }
}