/*====================
  nnmoa
====================*/

/*===== PC =====*/
@media screen and (min-width: 768px) {
  .nnmoa-main.g-main {
    padding-top: 60px !important;
  }
  .nnmoa-kv {
    display: grid;
    row-gap: 40px;
    margin-bottom: 100px;
  }
  .nnmoa-kv__heading01 {
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    position: relative;
  }
  .nnmoa-kv__thumb {
    width: 100%;
  }
  .nnmoa-kv__thumb img {
    width: 100%;
  }
  .nnmoa-kv__lead {
    padding: 0 30px;
  }
  .nnmoa-kv__lead-title {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .nnmoa-kv__lead-text {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }

  .nnmoa-kv__nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(32% ,320px));
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .nnmoa-kv__nav-item {
    min-height: 72px;
    background-color: #D8D8D8;
  }
  .nnmoa-kv__nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
    line-height: 1.31;
    position: relative;
    transition: 0.3s all ease;
  }
  .nnmoa-kv__nav-item a::after {
    content: "";
    background-image: url("/common/img/icon_under_arrow_black.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .nnmoa-kv__nav-item a:hover {
    opacity: 0.7;
  }

  .nnmoa-sec {
    max-width: 1000px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .nnmoa-sec:last-of-type {
    margin-bottom: 0;
  }
  .nnmoa-sec__heading02 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .nnmoa-sec__heading02 span {
    font-size: 12px;
  }
  .nnmoa-sec__heading02::after {
    content: "";
    background-color: #bababa;
    width: 70px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .nnmoa-sec__lead {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nnmoa-sec__lead-text {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
  .nnmoa-sec__lead-text--right {
    text-align: right;
  }

  .nnmoa-profile__list {
    display: grid;
    row-gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .nnmoa-profile__item {
    display: grid;
    row-gap: 16px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .nnmoa-profile__content:not(:last-of-type) {
    padding-bottom: 16px;
    border-bottom: 1px solid #D8D8D8;
  }
  .nnmoa-profile__name {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    text-align: center;
  }
  .nnmoa-profile__name strong {
    display: block;
  }
  .nnmoa-profile__name em {
    font-size: 12px;
    line-height: 1.5;
    color: #A0A0A0;
  }
  .nnmoa-profile__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
  }
  .nnmoa-profile__thumb {
    max-width: 151px;
    width: 100%;
  }
  .nnmoa-profile__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .nnmoa-profile__note {
    font-size: 12px;
  }

  .nnmoa-production__list {
    display: grid;
    row-gap: 40px;
  }
  .nnmoa-production__item {
    display: grid;
    row-gap: 20px;
  }
  .nnmoa-production__title {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  .nnmoa-production__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .nnmoa-main.g-main {
    padding-top: 10.667vw !important;
  }
  .nnmoa-kv {
    display: grid;
    row-gap: 8.533vw;
    margin-bottom: 16vw;
  }
  .nnmoa-kv__heading01 {
    font-size: 6.4vw;
    text-align: center;
    line-height: 1.8;
    position: relative;
  }
  .nnmoa-kv__thumb {
    width: 100%;
  }
  .nnmoa-kv__thumb img {
    width: 100%;
  }
  .nnmoa-kv__lead {
    padding: 0 5.333vw;
  }
  .nnmoa-kv__lead-title {
    font-size: 4.267vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 4.267vw;
  }
  .nnmoa-kv__lead-text {
    font-size: 3.733vw;
    text-align: center;
    line-height: 1.8;
  }

  .nnmoa-kv__nav {
    display: grid;
    gap: 2.564vw;
    width: 89.333vw;
    padding: 0 5.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .nnmoa-kv__nav-item {
    min-height: 18.974vw;
    background-color: #D8D8D8;
  }
  .nnmoa-kv__nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 3.59vw;
    color: #000;
    line-height: 1.78;
    position: relative;
    transition: 0.3s all ease;
  }
  .nnmoa-kv__nav-item a::after {
    content: "";
    background-image: url("/common/img/icon_under_arrow_black.svg");
    background-repeat: no-repeat;
    width: 2.564vw;
    height: 2.564vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.846vw;
  }
  .nnmoa-kv__nav-item a:hover {
    opacity: 0.7;
  }

  .nnmoa-sec {
    width: 89.333vw;
    padding: 0 5.333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16vw;
  }
  .nnmoa-sec:last-of-type {
    margin-bottom: 0;
  }
  .nnmoa-sec__heading02 {
    font-size: 4.267vw;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 3.2vw;
    margin-bottom: 6.4vw;
    position: relative;
  }
  .nnmoa-sec__heading02 span {
    font-size: 3.2vw;
  }
  .nnmoa-sec__heading02::after {
    content: "";
    background-color: #bababa;
    width: 18.667vw;
    height: 0.267vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .nnmoa-sec__lead {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nnmoa-sec__lead-text {
    font-size: 3.733vw;
    text-align: left;
    line-height: 1.8;
  }
  .nnmoa-sec__lead-text--right {
    text-align: right;
  }

  .nnmoa-profile__list {
    display: grid;
    row-gap: 8.533vw;
    width: 100%;
    margin: 0 auto;
  }
  .nnmoa-profile__item {
    display: grid;
    row-gap: 4.267vw;
    width: 100%;
    padding: 5.333vw;
    background-color: #fff;
    box-sizing: border-box;
  }
  .nnmoa-profile__content:not(:last-of-type) {
    padding-bottom: 4.267vw;
    border-bottom: 1px solid #D8D8D8;
  }
  .nnmoa-profile__name {
    font-size: 3.733vw;
    line-height: 1.5;
    display: block;
    text-align: center;
  }
  .nnmoa-profile__name strong {
    display: block;
  }
  .nnmoa-profile__name em {
    font-size: 3.2vw;
    line-height: 1.5;
    color: #A0A0A0;
  }
  .nnmoa-profile__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4.267vw;
  }
  .nnmoa-profile__thumb {
    width: 40.267vw;
  }
  .nnmoa-profile__text {
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .nnmoa-profile__note {
    font-size: 3.2vw;
  }

  .nnmoa-production__list {
    display: grid;
    row-gap: 8.533vw;
  }
  .nnmoa-production__item {
    display: grid;
    row-gap: 4.267vw;
  }
  .nnmoa-production__title {
    font-size: 3.733vw;
    text-align: center;
    line-height: 1.6;
  }
  .nnmoa-production__text {
    font-size: 3.733vw;
    line-height: 1.8;
  }
}