#top .header {
  /*		&-sub {
  			display: none;
  		}
  		&.in {
  			.header {
  				&-sub {
  					display: flex;
  				}
  			}
  		}
  */ }
  #top .header:before {
    background-image: linear-gradient(0deg, rgba(34, 51, 34, 0) 0%, rgba(34, 51, 34, 0.5) 100%); }
    @media only screen and (max-width: 1024px) {
      #top .header:before {
        background-image: linear-gradient(0deg, rgba(34, 51, 34, 0) 0%, rgba(34, 51, 34, 0.3) 100%); } }
  @media only screen and (max-width: 767px) {
    #top .header-logo {
      height: 6rem; } }
  #top .header-logo-img {
    width: 67%;
    margin-top: 1rem; }
    @media only screen and (max-width: 767px) {
      #top .header-logo-img {
        margin-top: .3rem; } }
  #top .header-home {
    position: fixed;
    right: 1rem;
    top: -1px;
    z-index: 1002; }
    @media only screen and (max-width: 1024px) {
      #top .header-home {
        right: 8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #top .header-home {
      display: none; } }

    #top .header-home a {
      width: 25rem;
      height: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 0 0 .5rem .5rem;
      color: #0b861f;
      font-size: 1.5rem;
      box-shadow: 0 0 1.5rem 0 rgba(34, 51, 34, 0.05); }

.section-topics {
  padding: 10rem 0;
  max-width: 99rem;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .section-topics {
      padding: 10rem 3vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-topics {
      padding: 4rem 5vw;
      position: relative; } }

  .section-topics-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 4rem;
    padding: 0 1.5rem;
    position: relative;
    letter-spacing: .3rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-topics-header {
    margin-bottom: 2.5rem;
    align-items: center;
    justify-content: center; } }

    .section-topics-header-ttl {
      font-size: 1.4rem;
      line-height: 1.4;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-topics-header-ttl {
          font-size: 1rem; } }
    .section-topics-header-en {
      font-size: 4.8rem;
      line-height: 1.1;
      font-family: "Bodoni Moda", serif;
      color: #74b400; }
      @media only screen and (max-width: 767px) {
        .section-topics-header-en {
          font-size: 3.6rem; } }
    .section-topics-header-btn {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -2rem; }
      @media only screen and (max-width: 767px) {
        .section-topics-header-btn {
          display: none; } }
      .section-topics-header-btn a {
        width: 15.4rem;
        height: 4.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3rem;
        border: 1px solid #74b400;
        font-size: 1.2rem;
        color: #026212;
        background: #fff;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
        margin: 0 auto; }
        .section-topics-header-btn a:hover {
          color: #0b861f; }
  @media only screen and (max-width: 767px) {
    .section-topics-btn {
      padding-top: 2rem; }
      .section-topics-btn a {
        width: 12rem;
        height: 3.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3rem;
        border: 1px solid #74b400;
        font-size: 1.2rem;
        color: #026212;
        background: #fff;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
        margin: 0 auto; } }
  .section-topics-inner {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .section-topics-inner > div {
      padding: 2rem 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      position: relative;
      border-bottom: 1px solid rgba(238, 238, 238, 0.5); }
      .section-topics-inner > div:nth-last-of-type(1) {
        border: none; }
      @media only screen and (max-width: 767px) {
        .section-topics-inner > div {
          padding: 1.2rem 0; } }
      .section-topics-inner > div:hover {
        opacity: 0.8;
        background: rgba(116, 180, 0, 0.05); }
    .section-topics-inner dd {
      width: 100%;
      padding: 0 3.5rem 0 0;
      text-align: left;
      font-size: 1.6rem;
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      @media only screen and (max-width: 767px) {
        .section-topics-inner dd {
          font-size: 1.1rem;
          line-height: 1.4;
          padding: 0 1.5rem;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start; } }
      .section-topics-inner dd:after {
        content: "\e5c8";
        font-family: "Material Symbols Outlined";
        color: #74b400;
        font-weight: 100;
        font-size: 2.4rem;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 4rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-topics-inner dd:after {
            display: none; } }
      .section-topics-inner dd p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-topics-inner dd p {
            padding-left: 0; } }
      .section-topics-inner dd .div-tag {
        width: 10rem;
        color: #0b861f;
        border-right: 1px solid rgba(238, 238, 238, 0.5);
        font-size: 1.3rem;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-topics-inner dd .div-tag {
            width: 100%;
            border: none;
            text-align: left;
            padding-bottom: .3rem;
            margin: 0;
            font-size: 1rem;
            justify-content: flex-start; } }
      @media only screen and (max-width: 767px) {
        .section-topics-inner dd {
          font-size: 1rem;
          padding: 0 1.5rem; }
          .section-topics-inner dd p {
            line-height: 1.3; } }
      .section-topics-inner dd > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
    .section-topics-inner dt {
      width: 10.5rem;
      font-family: "Bodoni Moda", serif;
      border-right: 1px solid rgba(238, 238, 238, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-shrink: 0;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.2;
      color: #0b861f;
      position: relative; }
      .section-topics-inner dt span {
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .section-topics-inner dt span {
            font-size: 1.4rem; } }
      @media only screen and (max-width: 767px) {
        .section-topics-inner dt {
          width: 5.2rem;
          font-size: 1.1rem; } }
.section-point {
  background: url("../../img/yumachi/bg_message_yumachi.jpg") no-repeat 50% 0%;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 8rem 2rem; }
  @media only screen and (max-width: 767px) {
    .section-point {
      padding: 5rem 2rem; } }
  .section-point:before, .section-point:after {
    content: "";
    width: 100%;
    height: 10rem;
    position: absolute;
    left: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-point:before, .section-point:after {
        height: 2rem; } }
  .section-point:before {
    top: 0;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }
  .section-point:after {
    bottom: 0;
    background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .section-point-header {
    background: url("../../img/yumachi/bg_point_header.png") no-repeat 50% 0;
    background-size: 117rem auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 1024px) {
      .section-point-header {
        margin-bottom: 4rem; } }
    .section-point-header-name {
      display: flex;
      align-items: center;
      flex-direction: column;
      letter-spacing: .3rem;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-point-header-name {
          letter-spacing: 0; } }
      .section-point-header-name strong {
        background: linear-gradient(90deg, #026212 0%, #0b861f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4rem;
        font-weight: 400; }
        @media only screen and (max-width: 1024px) {
          .section-point-header-name strong {
            font-size: 3.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-header-name strong {
      font-size: 2rem; } }

      .section-point-header-name span {
        font-size: 2.4rem;
        color: #026212; }
        @media only screen and (max-width: 1024px) {
          .section-point-header-name span {
            font-size: 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-header-name span {
      font-size: 1.4rem; } }

    .section-point-header-ttl {
      font-size: 2.4rem;
      letter-spacing: .3rem;
      text-align: center;
      color: #026212;
      font-weight: 400;
      width: 100%;
      max-width: 63rem;
      margin: 0 auto;
      display: flex;
      align-items: baseline;
      justify-content: center;
      border-top: 1px solid rgba(11, 134, 31, 0.15); }
      @media only screen and (max-width: 1024px) {
        .section-point-header-ttl {
          font-size: 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-header-ttl {
      font-size: 1.4rem;
      letter-spacing: 0; } }

      .section-point-header-ttl:before, .section-point-header-ttl:after {
        content: "";
        background: url("../../img/yumachi/bg_point_ttl.png") no-repeat;
        background-size: 100% 100%;
        width: 1.35rem;
        height: 2.4rem;
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .section-point-header-ttl:before, .section-point-header-ttl:after {
            width: .8rem;
            height: 1.7rem; } }
      .section-point-header-ttl:after {
        transform: scaleY(-1); }
      .section-point-header-ttl strong {
        font-weight: 400;
        font-size: 3rem; }
        @media only screen and (max-width: 1024px) {
          .section-point-header-ttl strong {
            font-size: 2.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-header-ttl strong {
      font-size: 1.6rem; } }

      .section-point-header-ttl b {
        color: #ec6941;
        font-weight: 400; }
        .section-point-header-ttl b strong {
          font-family: "Bodoni Moda", serif;
          font-style: italic;
          font-weight: 400;
          font-size: 4rem; }
          @media only screen and (max-width: 1024px) {
            .section-point-header-ttl b strong {
              font-size: 3.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-header-ttl b strong {
      font-size: 2.4rem; } }

    .section-point-header-en {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Bodoni Moda", serif;
      font-size: 2.4rem;
      line-height: 1;
      padding-bottom: 2rem;
      letter-spacing: .3rem; }
      @media only screen and (max-width: 767px) {
        .section-point-header-en {
          font-size: 1.2rem;
          letter-spacing: 0;
          padding-bottom: 1rem; } }
      .section-point-header-en:before, .section-point-header-en:after {
        content: "";
        background: url("../../img/yumachi/fig_point_leaf.png") no-repeat;
        background-size: 100% 100%;
        width: 3.1rem;
        height: 2.6rem;
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .section-point-header-en:before, .section-point-header-en:after {
            width: 2rem;
            height: 1.6rem;
            margin: 0 .2rem; } }
      .section-point-header-en:after {
        transform: scaleX(-1); }
      .section-point-header-en > span {
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .section-point-header-en > span {
            margin: 0 .2rem; } }
      .section-point-header-en span.c-g1 {
        color: #22ac38; }
      .section-point-header-en span.c-g2 {
        color: #0b861f; }
      .section-point-header-en span.c-g3 {
        color: #13b5b1; }
      .section-point-header-en span.c-g4 {
        color: #74b400; }
      .section-point-header-en span.c-r {
        color: #ec6941; }
  .section-point-inner {
    max-width: 100rem;
    margin: 0 auto; }
    .section-point-inner .article-point {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-point-inner .article-point {
          flex-direction: column;
          margin-bottom: 3rem; } }
      .section-point-inner .article-point:nth-of-type(2) {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 767px) {
          .section-point-inner .article-point:nth-of-type(2) {
            flex-direction: column; } }
      .section-point-inner .article-point-fig {
        max-width: 45%;
        width: 48rem;
        border-radius: 3rem;
        flex-shrink: 0;
        overflow: hidden; }
        @media only screen and (max-width: 1024px) {
          .section-point-inner .article-point-fig {
            max-width: 50%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-inner .article-point-fig {
      max-width: 100%;
      margin-bottom: 1rem;
      border-radius: 1.5rem; } }

      .section-point-inner .article-point-wrap {
        width: 100%;
        padding: 0 4rem; }
        @media only screen and (max-width: 1024px) {
          .section-point-inner .article-point-wrap {
            padding: 0 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-inner .article-point-wrap {
      padding: 0 1rem; } }

      .section-point-inner .article-point-header {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .section-point-inner .article-point-header:after {
          content: "";
          width: 8.5rem;
          height: 1px;
          background: #0b861f;
          margin: 0 auto;
          opacity: 0.15; }
        .section-point-inner .article-point-header-en img {
          width: auto;
          height: 9rem; }
          @media only screen and (max-width: 1024px) {
            .section-point-inner .article-point-header-en img {
              height: 7.8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-inner .article-point-header-en img {
      height: 6rem; } }

        .section-point-inner .article-point-header-ttl {
          font-size: 2.8rem;
          text-align: center;
          font-weight: 400;
          letter-spacing: .3rem;
          color: #0b861f;
          padding-bottom: 2rem; }
          @media only screen and (max-width: 1024px) {
            .section-point-inner .article-point-header-ttl {
              font-size: 2.4rem;
              line-height: 1.3;
              letter-spacing: .1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-inner .article-point-header-ttl {
      font-size: 1.8rem;
      padding-bottom: 1.5rem; }
      .section-point-inner .article-point-header-ttl br {
        display: none; } }

      .section-point-inner .article-point-txt {
        text-align: center;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        padding: 2.5rem 0; }
        @media only screen and (max-width: 767px) {
          .section-point-inner .article-point-txt {
            padding: 1.5rem 0; } }
        .section-point-inner .article-point-txt p {
          line-height: 2;
          font-size: 1.5rem; }
          @media only screen and (max-width: 1024px) {
            .section-point-inner .article-point-txt p {
              font-size: 1.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-inner .article-point-txt p {
      font-size: 1.2rem;
      line-height: 1.6; } }

  .section-point-btn {
    padding: 5rem 0 0; }
    @media only screen and (max-width: 1024px) {
      .section-point-btn {
        padding: 3rem 0 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-btn {
      padding: 0; } }

    .section-point-btn a {
      max-width: 42rem;
      height: 5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5rem;
      font-size: 1.6rem;
      letter-spacing: .3rem;
      color: #fff;
      background: linear-gradient(90deg, #74b400 0%, #22ac38 50%, #0b861f 100%);
      margin: 0 auto;
      box-shadow: 0 0 1.5rem 0 rgba(34, 51, 34, 0.15); }
      @media only screen and (max-width: 1024px) {
        .section-point-btn a {
          max-width: 36rem;
          letter-spacing: .1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-point-btn a {
      max-width: 24rem;
      height: 3.6rem;
      font-size: 1.3rem;
      letter-spacing: .1rem; } }

      .section-point-btn a:hover {
        background: linear-gradient(270deg, #74b400 0%, #22ac38 50%, #0b861f 100%); }
.section-outline {
  padding: 10rem 0; }
  @media only screen and (max-width: 1024px) {
    .section-outline {
      padding: 7rem 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-outline {
      padding: 5rem 2rem; } }

  .section-outline-ttl {
    font-size: 3.2rem;
    letter-spacing: .3rem;
    color: #026212;
    padding-bottom: 4rem;
    font-weight: 400;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-outline-ttl {
        font-size: 2.2rem;
        padding-bottom: 2rem;
        letter-spacing: .1rem; } }
  .section-outline-inner {
    max-width: 80rem;
    margin: 0 auto;
    border-top: 1px solid rgba(34, 51, 34, 0.15); }
    .section-outline-inner div {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(34, 51, 34, 0.15);
      display: flex;
      justify-content: space-between;
      font-family: "Poppins", "Noto Sans JP", sans-serif; }
      @media only screen and (max-width: 767px) {
        .section-outline-inner div {
          flex-direction: column; } }
      .section-outline-inner div dt {
        width: 20rem;
        text-align: right;
        color: #0b861f;
        letter-spacing: .3rem;
        flex-shrink: 0;
        font-size: 1.3rem;
        padding-right: 3rem; }
        @media only screen and (max-width: 1024px) {
          .section-outline-inner div dt {
            width: 16rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-outline-inner div dt {
      letter-spacing: 0;
      width: 100%;
      text-align: left;
      font-size: 1.2rem; } }

      .section-outline-inner div dd {
        width: 100%;
        font-size: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-outline-inner div dd {
            font-size: 1.3rem; } }
.section-envi {
  background: url("../../img/common/bg_green.jpg");
  background-size: 47.8rem auto;
  z-index: 2;
  position: relative; }
  .section-envi:before {
    content: "";
    width: 100%;
    height: 7rem;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background: url("../../img/common/bg_nami.svg");
    background-size: 100% 100%; }
    @media only screen and (max-width: 1024px) {
      .section-envi:before {
        height: 5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi:before {
      height: 1.5rem;
      bottom: -0.1rem; } }

  .section-envi-header {
    padding-top: 15rem;
    padding-bottom: 5rem;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-envi-header {
        padding-top: 11rem;
        padding-bottom: 1.5rem; } }
    .section-envi-header:before, .section-envi-header:after {
      content: "";
      position: absolute;
      width: 110rem;
      left: 50%;
      margin-left: -55rem;
      background-size: auto 100%;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1024px) {
        .section-envi-header:before, .section-envi-header:after {
          max-width: 100%;
          left: 0;
          margin-left: 0; } }
    .section-envi-header:before {
      height: 26.1rem;
      background-image: url("../../img/yumachi/bg_envi_header_1.png");
      background-position: 0% 0%;
      top: 0; }
      @media only screen and (max-width: 1024px) {
        .section-envi-header:before {
          height: 20rem;
          left: -3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-header:before {
      height: 10rem;
      left: 0; } }

    .section-envi-header:after {
      height: 21.6rem;
      background-image: url("../../img/yumachi/bg_envi_header_2.png");
      background-position: 100% 0%;
      top: 8rem; }
      @media only screen and (max-width: 1024px) {
        .section-envi-header:after {
          height: 16rem;
          top: 10rem;
          left: auto;
          right: -3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-header:after {
      height: 8rem;
      right: 0;
      top: 2rem; } }

    .section-envi-header-ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-size: 4rem;
      letter-spacing: .3rem;
      font-weight: 400; }
      @media only screen and (max-width: 1024px) {
        .section-envi-header-ttl {
          line-height: 1.3; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-header-ttl {
      font-size: 2.4rem; } }

      .section-envi-header-ttl strong {
        background: linear-gradient(270deg, #026212 0%, #0b861f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 400; }
      .section-envi-header-ttl span {
        color: #0b861f;
        font-size: 2rem; }
        @media only screen and (max-width: 1024px) {
          .section-envi-header-ttl span {
            line-height: 1.2; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-header-ttl span {
      font-size: 1.5rem; } }

    .section-envi-header-en {
      font-family: "Bodoni Moda", serif;
      color: #74b400;
      font-size: 1.2rem;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .section-envi-header-en {
          font-size: 1rem; } }
  .section-envi-inner {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 1024px) {
      .section-envi-inner {
        padding: 0 1rem 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-inner {
      flex-direction: column;
      padding: 0 2rem 14rem; } }

    .section-envi-inner:before, .section-envi-inner:after {
      content: "";
      position: absolute;
      width: 110rem;
      left: 50%;
      margin-left: -55rem;
      background-size: auto 100%;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1024px) {
        .section-envi-inner:before, .section-envi-inner:after {
          max-width: 100%;
          left: 0;
          margin-left: 0; } }
    .section-envi-inner:before {
      height: 41.3rem;
      background-image: url("../../img/yumachi/bg_envi_content_1.png");
      background-position: 0% 0%;
      bottom: 2rem; }
      @media only screen and (max-width: 1024px) {
        .section-envi-inner:before {
          height: 30rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-inner:before {
      height: 18rem;
      left: 2rem;
      bottom: -3rem; } }

    .section-envi-inner:after {
      height: 45rem;
      background-image: url("../../img/yumachi/bg_envi_content_2.png");
      background-position: 100% 0%;
      bottom: 0; }
      @media only screen and (max-width: 1024px) {
        .section-envi-inner:after {
          height: 32rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-inner:after {
      height: 22rem;
      bottom: 0;
      left: -2rem; } }

    .section-envi-inner figure {
      max-width: calc(50% - 3rem);
      width: 48rem;
      margin: 0 1.5rem 5rem;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .section-envi-inner figure {
          margin: 0 1rem 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-inner figure {
      max-width: 100%;
      margin: 0 0 1rem; } }

      .section-envi-inner figure img {
        box-shadow: 0 0 1.5rem 0 rgba(34, 51, 34, 0.05);
        border: .6rem solid #fff; }
        @media only screen and (max-width: 767px) {
          .section-envi-inner figure img {
            border-width: .3rem; } }
      .section-envi-inner figure figcaption {
        padding: 1rem;
        text-align: left;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-size: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-envi-inner figure figcaption {
            font-size: 1.3rem;
            padding: .5rem; } }
      .section-envi-inner figure div {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        background: rgba(11, 134, 31, 0.9);
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        right: 1.5rem;
        bottom: 2rem;
        font-family: "Bodoni Moda", serif; }
        @media only screen and (max-width: 767px) {
          .section-envi-inner figure div {
            width: 6rem;
            height: 6rem;
            font-size: 1.5rem; } }
        .section-envi-inner figure div span {
          font-family: "Noto Serif JP", serif;
          font-size: 1.2rem; }
  .section-envi-area {
    padding-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-envi-area {
        position: relative;
        padding-bottom: 3rem; } }
    .section-envi-area-ttl {
      width: 25rem;
      height: 5rem;
      background: #fff;
      margin: 0 auto 4rem;
      border: 1px solid rgba(11, 134, 31, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      color: #026212;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-envi-area-ttl {
          font-size: 1.6rem;
          height: 4rem;
          width: 20rem;
          margin-bottom: 2rem; } }
    .section-envi-area-btn {
      padding: 5rem 0 0; }
      @media only screen and (max-width: 1024px) {
        .section-envi-area-btn {
          padding: 3rem 0 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-area-btn {
      padding: 2rem 0 0; } }

      .section-envi-area-btn a {
        max-width: 42rem;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5rem;
        font-size: 1.6rem;
        letter-spacing: .3rem;
        color: #fff;
        background: linear-gradient(90deg, #74b400 0%, #22ac38 50%, #0b861f 100%);
        margin: 0 auto;
        box-shadow: 0 0 1.5rem 0 rgba(34, 51, 34, 0.15); }
        @media only screen and (max-width: 1024px) {
          .section-envi-area-btn a {
            max-width: 36rem;
            letter-spacing: .1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-envi-area-btn a {
      max-width: 24rem;
      height: 3.6rem;
      font-size: 1.3rem;
      letter-spacing: .1rem; } }

        .section-envi-area-btn a:hover {
          background: linear-gradient(270deg, #74b400 0%, #22ac38 50%, #0b861f 100%); }
    .section-envi-area dl {
      max-width: 60rem;
      margin: 0 auto;
      border-top: 1px solid rgba(11, 134, 31, 0.15); }
      @media only screen and (max-width: 767px) {
        .section-envi-area dl {
          margin: 0 1.5rem; } }
      .section-envi-area dl > div {
        border-bottom: 1px solid rgba(11, 134, 31, 0.15);
        padding: 1.5rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .section-envi-area dl > div {
            flex-direction: column;
            padding: 1rem .5rem; } }
        .section-envi-area dl > div dt {
          width: 17rem;
          font-weight: 400;
          flex-shrink: 0;
          text-align: center;
          font-size: 1.6rem;
          color: #0b861f; }
          @media only screen and (max-width: 767px) {
            .section-envi-area dl > div dt {
              font-size: 1.3rem;
              width: 100%;
              text-align: left;
              padding-bottom: .5rem; } }
        .section-envi-area dl > div dd {
          width: 100%;
          padding: 0 2rem;
          font-family: "Poppins", "Noto Sans JP", sans-serif;
          font-size: 1.4rem; }
          @media only screen and (max-width: 767px) {
            .section-envi-area dl > div dd {
              padding: 0;
              font-size: 1.2rem; } }
  .section-envi-map #map {
    width: 100% !important;
    height: 40rem !important; }
  .section-envi-map .popup-bubble {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: #fff;
    padding: 1.5rem;
    border-radius: .5rem;
    font-family: sans-serif;
    overflow-y: auto;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-envi-map .popup-bubble {
        padding: 1rem; } }
    .section-envi-map .popup-bubble p {
      font-size: 1.6rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-envi-map .popup-bubble p {
          font-size: 1.2rem; } }
    .section-envi-map .popup-bubble a {
      color: #fff;
      background: #74b400;
      border-radius: .3rem;
      padding: .3rem 1rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section-envi-map .popup-bubble a:hover {
        background: #026212; }
  .section-envi-map .popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 5rem;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .section-envi-map .popup-bubble-anchor {
        bottom: 4rem; } }
  .section-envi-map .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent;
    border-top: .6rem solid #fff; }
  .section-envi-map .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    width: 200px; }

.div-mv {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../img/yumachi/fig_main_yumachi.jpg") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2; }
  .div-mv:before {
    content: "";
    width: 100%;
    height: 7rem;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    background: url("../../img/common/bg_nami.svg");
    background-size: 100% 100%;
    transform: scaleY(-1); }
    @media only screen and (max-width: 1024px) {
      .div-mv:before {
        height: 5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv:before {
      height: 1.5rem;
      bottom: -0.1rem; } }

  .div-mv-message {
    padding: 16rem 0; }
    @media only screen and (max-width: 767px) {
      .div-mv-message {
        padding: 18rem 0 14rem; } }
    .div-mv-message-main {
      max-width: 43rem;
      margin: 0 auto 8rem;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .div-mv-message-main {
          max-width: 36rem;
          margin: 0 auto 5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-message-main {
      max-width: 24rem; } }

      .div-mv-message-main:after {
        content: "";
        background: url("../../img/yumachi/txt_yumachi.png") no-repeat;
        background-size: auto 100%;
        width: 13.5rem;
        height: 3.75rem;
        position: absolute;
        right: -5rem;
        bottom: -3rem; }
        @media only screen and (max-width: 767px) {
          .div-mv-message-main:after {
            width: 10rem;
            height: 2.8rem;
            right: 0; } }
    .div-mv-message-catch {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 3rem; }
      .div-mv-message-catch strong {
        background: linear-gradient(90deg, #1b7e31 0%, #79c040 100%);
        padding: .2rem 1.3rem .2rem 1rem;
        font-size: 2.4rem;
        color: #fff;
        font-weight: 500;
        letter-spacing: .3rem;
        margin: 0 0 .5rem; }
        @media only screen and (max-width: 1024px) {
          .div-mv-message-catch strong {
            font-size: 2.2rem;
            letter-spacing: .1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-message-catch strong {
      font-size: 1.7rem;
      letter-spacing: 0;
      background: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .div-mv-message-catch strong:nth-of-type(1) {
        font-size: 1.3rem; }
      .div-mv-message-catch strong span {
        background: linear-gradient(90deg, #1b7e31 0%, #79c040 100%);
        padding: .2rem .6rem .2rem .6rem;
        margin: 0 0 .3rem; } }

    .div-mv-message-txt {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .div-mv-message-txt {
          padding: 0 2rem;
          text-align: left; } }
      .div-mv-message-txt p {
        font-size: 1.6rem;
        line-height: 1.8;
        padding-bottom: 1.5rem;
        color: #fff;
        text-shadow: 0 0 4rem rgba(34, 51, 34, 0.8), 0 0 3rem rgba(34, 51, 34, 0.5), 0 0 2rem rgba(34, 51, 34, 0.5), 0 0 1rem rgba(34, 51, 34, 0.6), 0 0 0.5rem rgba(34, 51, 34, 0.8); }
        @media only screen and (max-width: 1024px) {
          .div-mv-message-txt p {
            font-size: 1.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-message-txt p {
      font-family: "Poppins", "Noto Sans JP", sans-serif;
      font-size: 1.2rem; }
      .div-mv-message-txt p br {
        display: none; } }

  .div-mv-fig {
    width: 128rem;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -64rem;
    top: 0;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .div-mv-fig {
        max-width: 100%;
        left: 0;
        margin: 0; } }
    .div-mv-fig ul li {
      position: absolute; }
      .div-mv-fig ul li:nth-of-type(1) {
        width: 32rem;
        left: 4rem;
        top: 10rem; }
        @media only screen and (max-width: 1024px) {
          .div-mv-fig ul li:nth-of-type(1) {
            width: 20rem;
            top: 16rem;
            left: -2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-fig ul li:nth-of-type(1) {
      width: 14rem;
      top: 6rem;
      left: 1rem; } }

      .div-mv-fig ul li:nth-of-type(2) {
        width: 28rem;
        right: 8rem;
        top: 12rem; }
        @media only screen and (max-width: 1024px) {
          .div-mv-fig ul li:nth-of-type(2) {
            width: 20rem;
            right: -2rem;
            top: 7rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-fig ul li:nth-of-type(2) {
      width: 13rem;
      top: 4rem;
      right: 1rem; } }

      .div-mv-fig ul li:nth-of-type(3) {
        width: 24rem;
        left: 12rem;
        bottom: 40rem; }
        @media only screen and (max-width: 1024px) {
          .div-mv-fig ul li:nth-of-type(3) {
            width: 17rem;
            left: 1rem;
            bottom: 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-fig ul li:nth-of-type(3) {
      width: 13rem;
      bottom: 2rem; } }

      .div-mv-fig ul li:nth-of-type(4) {
        width: 32rem;
        left: 3rem;
        bottom: 10rem; }
        @media only screen and (max-width: 1024px) {
          .div-mv-fig ul li:nth-of-type(4) {
            width: 20rem;
            left: auto;
            right: .5rem;
            bottom: 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-mv-fig ul li:nth-of-type(4) {
      width: 16rem;
      bottom: 1.5rem; } }

.aside-contact {
  background-image: url("../../img/yumachi/bg_footer_yumachi.jpg"); }
