@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;
  margin: 0 auto;
  height: 100vh;
}
@media screen and (min-width: 961px) {
  .top-mv {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 960px) {
  .top-mv {
    margin-top: 60px;
    width: calc(100% - 40px);
    height: calc(100vh - 60px);
  }
}
.top-mv .top-wrap {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .top-mv .top-wrap {
    position: absolute;
    bottom: 0;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 960px) {
  .top-mv .top-wrap {
    height: 100%;
  }
}
.top-mv .swiper {
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 960px) {
  .top-mv .swiper {
    border-radius: 20px;
  }
}
.top-mv .swiper-slide {
  position: relative;
}
.top-mv .swiper-slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-mv .swiper-pagination {
  z-index: 6;
}
@media screen and (min-width: 961px) {
  .top-mv .swiper-pagination {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .top-mv .swiper-pagination {
    bottom: 30px !important;
  }
}
.top-mv .swiper-pagination span.swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  background-color: #fff;
}
@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: #30772D;
}

.top-mv__catchWrap {
  position: absolute;
  z-index: 5;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-mv__catchWrap {
    width: 600px;
    bottom: 170px;
    left: 0;
    z-index: 5;
    border-radius: 0 40px 40px 0;
    padding: 40px 60px;
  }
}
@media screen and (max-width: 960px) {
  .top-mv__catchWrap {
    width: calc(100% - 20px);
    height: 180px;
    display: inline-block;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 35px;
    text-align: center;
  }
}

.top-mv__catch {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-mv__catch.is-anime {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-mv__catch {
    font-size: 28px;
    line-height: 60px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-mv__catch {
    font-size: 21px;
    line-height: 35px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
  }
}

.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-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .top-news {
    margin: -90px 0 29px;
  }
}
@media screen and (max-width: 960px) {
  .top-news {
    margin: -100px 0 0;
  }
}

.top-news__heading {
  font-size: 18px;
  text-align: right;
  color: #fff;
  background-color: #30772D;
}
@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;
  }
}

.top-news__textLink {
  color: #30772D;
}
@media screen and (min-width: 961px) {
  .top-news__textLink {
    width: 300px;
    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-color: #30772D;
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: 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: #30772D;
  }
  .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: #FFF8ED;
}
@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 30px;
  }
  .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: #30772D;
  }
}
@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 #30772D;
  }
}

@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;
  text-align: center;
}
@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;
    font-size: 25px;
  }
}
@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: #FFF8ED;
}

.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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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: #30772D;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

@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: 51%;
    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;
  color: #30772D;
  background-color: #FFF8ED !important;
}
.top-message__button:hover {
  background-color: #30772D !important;
}

@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: #30772D;
}

.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;
  color: #30772D;
}

.top-flow {
  background-color: #FFF8ED;
  padding-bottom: 50px;
}

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

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

.top-flow__list {
  margin-top: 32px;
}

.top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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-flow__item.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-flow__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-flow__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-flow__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 961px) {
  .top-flow__item {
    padding: 15px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #FFF8ED;
    border-radius: 10px;
    background-color: #fff;
  }
  .top-flow__item:nth-child(n+2) {
    margin-top: 40px;
    position: relative;
    z-index: 0;
  }
  .top-flow__item:nth-child(n+2):before {
    content: "";
    top: -25px;
    left: 95px;
    position: absolute;
    border-width: 11px 9.5px 0 9.5px;
    border-style: solid;
    border-color: #30772D transparent transparent transparent;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .top-flow__item:not(:last-child) {
    position: relative;
  }
  .top-flow__item:not(:last-child):before {
    content: "";
    width: 2px;
    height: calc(94% - 90px);
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 38px;
    z-index: 0;
    border-left: 2px dashed #30772D;
  }
  .top-flow__item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 29.5px;
    border-style: solid;
    border-width: 11px 9.5px 0 9.5px;
    border-color: #30772D transparent transparent transparent;
  }
}

@media screen and (min-width: 961px) {
  .top-flow__iconWrap {
    width: 110px;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__iconWrap {
    width: 80px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 961px) {
  .top-flow__desc {
    width: calc(97% - 110px);
  }
}
@media screen and (max-width: 960px) {
  .top-flow__desc {
    width: calc(98% - 80px);
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
  }
}

@media screen and (min-width: 961px) {
  .top-flow__itemTitle {
    font-size: 22px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__itemTitle {
    font-size: 17px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
  }
}

.top-flow__itemText {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .top-flow__itemText {
    line-height: 1.87;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__itemText {
    font-size: 16px;
    line-height: 1.7;
  }
}

.top-price {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-price {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width: 960px) {
  .top-price {
    padding: 50px 0 75px;
  }
}

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

.top-price__description {
  text-align: center;
  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;
  border: 1px solid #30772D;
}
.top-price__description.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .top-price__description {
    padding: 40px 0 25px;
  }
}
@media screen and (max-width: 960px) {
  .top-price__description {
    padding: 40px 20px 25px;
  }
}

.top-price__heading {
  font-size: 25px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 961px) {
  .top-price__text {
    line-height: 30px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 960px) {
  .top-price__text {
    line-height: 26px;
    margin: 10px auto;
  }
}

.top-price__buttonWrap {
  max-width: 280px;
  margin: 0 auto 5px;
}

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

.top-knowledge {
  background-color: #FFF8ED;
}
@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 #30772D;
}
.top-knowledge__item:last-child {
  border-bottom: 1px solid #30772D;
}

.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: #30772D;
}
@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;
  color: #30772D;
}
.top-knowledge__more:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background-color: #30772D;
}
.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: #30772D;
}
@media screen and (min-width: 961px) {
  .top-knowledge__more {
    font-size: 16px;
  }
  .top-knowledge__more:before {
    width: 90px;
    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 #30772D;
  background-color: #FFF8ED;
  color: #30772D;
}
.top-knowledge__button:after {
  background-color: #30772D;
}

.top-keyword {
  background-color: #FFF8ED;
}
@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: #30772D;
}
@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 #30772D;
}
@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;
  }
}