/* easing */
#section--intro .sec-head h2 em i {
  display: inline-block;
  margin-right: -0.3em;
}
#section--intro .sec-body {
  font-size: 1.4rem;
}
#section--intro .sec-body .wrap-category {
  display: flex;
}
#section--intro .sec-body .wrap-category p {
  white-space: nowrap;
  margin-right: 10px;
  padding: 2px 0;
}
#section--intro .sec-body .wrap-category .category {
  flex: 1;
}
#section--intro .sec-body .wrap-category .category span {
  margin: 0 10px 10px 0;
  padding: 0 10px 1px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
}
#section--intro .sec-body .keyword {
  color: var(--color-gray);
  margin: 2.5px 0 0;
}
#section--intro .sec-body .keyword span {
  margin: 0 15px 5px 0;
  text-decoration: underline;
}

#nav-page nav {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 20px 0;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 980px) {
  #nav-page nav {
    padding: 30px 0;
  }
}
#nav-page nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  #nav-page nav ul {
    padding: 0 2.5px;
  }
}
#nav-page nav ul li {
  width: 50%;
}
@media screen and (min-width: 576px) {
  #nav-page nav ul li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  #nav-page nav ul li {
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  #nav-page nav ul li {
    width: auto;
  }
}
#nav-page nav ul li a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
@media screen and (min-width: 980px) {
  #nav-page nav ul li a {
    padding: 5px 17.5px;
  }
}
#nav-page nav ul li a:after {
  content: "";
  display: block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(/home/research/seeds/assets/img/common/icon-angle-down.svg) no-repeat center;
  background-size: contain;
}
#nav-page nav ul li a:hover {
  color: var(--color-primary-text);
}

@media screen and (min-width: 576px) {
  .sec.sec-detail .sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .md-block {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .sec.sec-detail .lg-block {
    display: block;
  }
}
.sec.sec-detail .w80 {
  width: 80%;
}
.sec.sec-detail .pos-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sec.sec-detail .nb {
  font-size: 1.2rem;
}
.sec.sec-detail .flex-list {
  display: flex;
}
.sec.sec-detail .flex-list i {
  margin-right: 0.25em;
}
.sec.sec-detail .gray-box {
  padding: 40px 30px;
  background-color: #E2E6E9;
}
.sec.sec-detail .sec-head {
  margin: 0 0 20px;
}
.sec.sec-detail .wrap-figure {
  text-align: center;
  position: relative;
  margin: 30px 0;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure {
    margin: 40px 0;
  }
}
@media screen and (min-width: 980px) {
  .sec.sec-detail .wrap-figure {
    margin: 50px 0;
  }
}
.sec.sec-detail .wrap-figure.border {
  border: 1px solid #ccc;
  margin: 30px 0;
}
.sec.sec-detail .wrap-figure.widen {
  padding: 60px 30px;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure.widen {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure.widen {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 980px) {
  .sec.sec-detail .wrap-figure.widen {
    padding: 90px 30px;
  }
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure.sm-widen {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure.sm-widen {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 980px) {
  .sec.sec-detail .wrap-figure.sm-widen {
    padding: 90px 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure.md-widen {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 980px) {
  .sec.sec-detail .wrap-figure.md-widen {
    padding: 90px 30px;
  }
}
.sec.sec-detail .wrap-figure .figure-body span {
  display: block;
  margin: 0 auto;
}
.sec.sec-detail .wrap-figure .figure-body span[data-layout=mobile] {
  display: block !important;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure .figure-body span[data-layout=mobile] {
    display: none !important;
  }
}
.sec.sec-detail .wrap-figure .figure-body span[data-layout=pc] {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure .figure-body span[data-layout=pc] {
    display: block !important;
  }
}
.sec.sec-detail .wrap-figure .figure-title {
  margin: -15px 0 15px -5px;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure .figure-title {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 25px;
  }
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure .sm-flex {
    display: flex;
    margin: 0 -5px;
  }
}
.sec.sec-detail .wrap-figure .sm-flex span {
  display: block;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure .sm-flex span {
    padding: 0 5px;
  }
}
.sec.sec-detail .wrap-figure .sm-flex span:not(:first-child) {
  margin: 10px 0 0;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .wrap-figure .sm-flex span:not(:first-child) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure .md-flex {
    display: flex;
    margin: 0 -5px;
  }
}
.sec.sec-detail .wrap-figure .md-flex span {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure .md-flex span {
    padding: 0 5px;
  }
}
.sec.sec-detail .wrap-figure .md-flex span:not(:first-child) {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure .md-flex span:not(:first-child) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec.sec-detail .wrap-figure .md-flex.justify-between {
    justify-content: space-between;
  }
}
.sec.sec-detail .wrap-figure .isMovie a {
  display: block;
  position: relative;
}
.sec.sec-detail .wrap-figure .isMovie a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 56.47px;
  background: url(/home/research/seeds/assets/img/common/icon_youtube.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.sec.sec-detail .wrap-figure .isMovie a:hover:before {
  opacity: 1;
}
.sec.sec-detail .sm-h-padding30 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .sm-h-padding30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .sm-h-padding0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .sec.sec-detail .sm-v-padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#section--research .sec-body .gray-box p small {
  display: block;
  font-size: 1.4rem;
}
#section--research .sec-body .gray-box p i {
  font-style: italic;
}

#section--representative .sec-body .representative-profile {
  display: flex;
}
#section--representative .sec-body .representative-profile .profile-image {
  width: 120px;
}
@media screen and (min-width: 768px) {
  #section--representative .sec-body .representative-profile .profile-image {
    width: 150px;
  }
}
@media screen and (min-width: 980px) {
  #section--representative .sec-body .representative-profile .profile-image {
    width: 180px;
  }
}
#section--representative .sec-body .representative-profile .profile-detail {
  flex: 1;
  margin: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  #section--representative .sec-body .representative-profile .profile-detail {
    margin: 0 0 0 40px;
  }
}
#section--representative .sec-body .representative-profile .profile-detail small {
  display: block;
  font-size: 1.4rem;
}
#section--representative .sec-body .representative-profile .profile-detail .name em {
  font-size: 2;
}
#section--representative .sec-body .representative-comment {
  position: relative;
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #section--representative .sec-body .representative-comment {
    margin: 0 0 0 190px;
  }
}
@media screen and (min-width: 980px) {
  #section--representative .sec-body .representative-comment {
    margin: 0 0 0 220px;
  }
}
#section--representative .sec-body .representative-comment:before {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 100%;
  width: 39px;
  height: 22px;
  background: url(/home/research/seeds/assets/img/common/arrow-balloon.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #section--representative .sec-body .representative-comment:before {
    left: 30px;
  }
}
#section--representative .sec-body .representative-comment .related-links a {
  display: inline-block;
  margin: 5px 0 0;
}

#section--download .sec-body .btn-download {
  max-width: 720px;
  margin: 40px auto 0;
}
#section--download .sec-body .btn-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 100px;
}
#section--download .sec-body .btn-download a:hover {
  background-color: rgb(195.350877193, 1.149122807, 71.2456140351);
}
#section--download .sec-body .btn-download a img {
  width: 17.5px;
  height: auto;
  margin: 0 0 0 10px;
}
