/* line 5, index.scss */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  background-image: url("../img/bg_load.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #007F3B;
  z-index: 100;
  transition: opacity 0.5s ease-out; }
  /* line 21, index.scss */
  #loader.end {
    opacity: 0;
    pointer-events: none; }
  /* line 25, index.scss */
  #loader .read-load {
    width: 39.9%;
    min-width: 574px;
    opacity: 0; }
    /* line 29, index.scss */
    #loader .read-load.start {
      opacity: 1;
      transition: opacity 0.5s ease-out; }
    @media screen and (max-width: 800px) {
      /* line 25, index.scss */
      #loader .read-load {
        width: 90.7%;
        min-width: inherit; } }
    /* line 37, index.scss */
    #loader .read-load img {
      width: 100%; }

/* line 47, index.scss */
main h2 {
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 800px) {
    /* line 47, index.scss */
    main h2 {
      margin-bottom: 35px; } }
  /* line 53, index.scss */
  main h2 .en {
    display: block;
    color: #007F3B;
    font-size: 54px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media screen and (max-width: 800px) {
      /* line 53, index.scss */
      main h2 .en {
        font-size: 36px; } }
  /* line 64, index.scss */
  main h2 .jp {
    font-size: 17px;
    letter-spacing: -0.01em; }
    @media screen and (max-width: 800px) {
      /* line 64, index.scss */
      main h2 .jp {
        font-size: 16px; } }

/* line 76, index.scss */
.topimage {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden; }
  /* line 82, index.scss */
  .topimage .read-top {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 83.3%;
    translate: -51% -65%;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      /* line 82, index.scss */
      .topimage .read-top {
        width: 90.7%;
        /*top: 100px;
        translate: -50% 0;*/
        translate: -51% -120%; } }
    /* line 95, index.scss */
    .topimage .read-top img {
      width: 63.75%; }
      @media screen and (max-width: 800px) {
        /* line 95, index.scss */
        .topimage .read-top img {
          width: 100%; } }
  /* line 102, index.scss */
  .topimage .fv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    z-index: 0;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 102, index.scss */
      .topimage .fv {
        height: 100vh; } }
    /* line 113, index.scss */
    .topimage .fv .bg-green {
      position: absolute;
      left: 0;
      top: 0;
      width: 71.8vw;
      height: calc(100vh - 138px);
      z-index: 1;
      overflow: hidden; }
      @media screen and (max-width: 800px) {
        /* line 113, index.scss */
        .topimage .fv .bg-green {
          left: 0;
          translate: 0 0;
          width: 100vw;
          height: calc(100vh - 180px); } }
      /* line 127, index.scss */
      .topimage .fv .bg-green img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right bottom; }
    /* line 134, index.scss */
    .topimage .fv .topimage-slide {
      position: relative;
      width: 66.3vw;
      height: 100%;
      margin: 0 0 0 auto; }
      @media (max-aspect-ratio: 14 / 8) {
        /* line 134, index.scss */
        .topimage .fv .topimage-slide {
          width: 115vh; } }
      @media screen and (max-width: 800px) {
        /* line 134, index.scss */
        .topimage .fv .topimage-slide {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 96.5%;
          height: auto; } }
      /* line 149, index.scss */
      .topimage .fv .topimage-slide .splide__track {
        height: 100%; }
      /* line 152, index.scss */
      .topimage .fv .topimage-slide .splide__list {
        margin: 0;
        padding: 0; }
        /* line 155, index.scss */
        .topimage .fv .topimage-slide .splide__list .splide__slide {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          /* line 160, index.scss */
          .topimage .fv .topimage-slide .splide__list .splide__slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left bottom; }
            @media screen and (max-width: 800px) {
              /* line 160, index.scss */
              .topimage .fv .topimage-slide .splide__list .splide__slide img {
                height: 67.2vw; } }

/* line 177, index.scss */
.toptext {
  position: relative;
  width: 83.3%;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  margin: -29vh 0 0 6.9vw; }
  @media screen and (max-width: 800px) {
    /* line 177, index.scss */
    .toptext {
      width: 100%;
      left: 0;
      translate: 0 0;
      margin-left: 0;
      padding: 0 0 0 40px; } }
  /* line 191, index.scss */
  .toptext .toptext-content {
    margin-bottom: 35px; }
    /* line 193, index.scss */
    .toptext .toptext-content.t01 {
      opacity: 0;
      transition: opacity 1s ease-in-out; }
      /* line 196, index.scss */
      .toptext .toptext-content.t01.start {
        opacity: 1; }
    /* line 200, index.scss */
    .toptext .toptext-content:last-child {
      margin-bottom: 0; }
    /* line 203, index.scss */
    .toptext .toptext-content p {
      color: #FFFFFF;
      font-size: clamp(16px, 1.1vw, 32px);
      font-weight: 700;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 203, index.scss */
        .toptext .toptext-content p {
          font-size: clamp(14px, 3.7vw, 28px); } }
    /* line 212, index.scss */
    .toptext .toptext-content ol {
      list-style-type: none;
      margin: 20px 0 0;
      padding: 0;
      counter-reset: count; }
      /* line 217, index.scss */
      .toptext .toptext-content ol li {
        position: relative;
        color: #FCA500;
        font-size: clamp(22px, 1.5vw, 44px);
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1;
        margin: 0 0 15px;
        padding: 0 0 0 50px; }
        @media screen and (max-width: 800px) {
          /* line 217, index.scss */
          .toptext .toptext-content ol li {
            font-size: clamp(18px, 4.8vw, 36px);
            line-height: 1.2;
            padding-left: 45px; } }
        /* line 231, index.scss */
        .toptext .toptext-content ol li:last-child {
          margin-bottom: 0; }
        /* line 234, index.scss */
        .toptext .toptext-content ol li::before, .toptext .toptext-content ol li::after {
          position: absolute; }
        /* line 238, index.scss */
        .toptext .toptext-content ol li::before {
          left: 0;
          top: 50%;
          translate: 0 -50%;
          width: 18px;
          height: 6px;
          content: "";
          background-color: #FCA500; }
          @media screen and (max-width: 800px) {
            /* line 238, index.scss */
            .toptext .toptext-content ol li::before {
              top: 9px;
              translate: 0 0;
              height: 4px; } }
        /* line 252, index.scss */
        .toptext .toptext-content ol li::after {
          left: 28px;
          top: 0;
          color: #FCA500;
          font-size: clamp(22px, 1.5vw, 44px);
          font-weight: 700;
          counter-increment: count;
          content: counter(count); }
          @media screen and (max-width: 800px) {
            /* line 252, index.scss */
            .toptext .toptext-content ol li::after {
              font-size: clamp(18px, 4.8vw, 36px); } }

/* line 271, index.scss */
.gradation {
  position: relative;
  z-index: 5;
  padding-top: 310px; }
  /* line 275, index.scss */
  .gradation::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 505px;
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
    pointer-events: none;
    z-index: -1; }
  /* line 286, index.scss */
  .gradation::after {
    position: absolute;
    left: 0;
    top: 505px;
    width: 100%;
    height: calc(100% - 505px);
    content: "";
    background-color: #FFFFFF;
    pointer-events: none;
    z-index: -1; }

/* line 301, index.scss */
.products {
  margin-bottom: 190px; }
  @media screen and (max-width: 800px) {
    /* line 301, index.scss */
    .products {
      margin-bottom: 80px; } }
  /* line 306, index.scss */
  .products .productslist {
    display: flex;
    gap: 0 10px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 306, index.scss */
      .products .productslist {
        flex-wrap: wrap;
        gap: 20px 0; } }
    /* line 316, index.scss */
    .products .productslist li {
      width: 100%;
      margin: 0;
      padding: 0; }
      /* line 320, index.scss */
      .products .productslist li img {
        width: 100%; }

/* line 329, index.scss */
.energy {
  margin-bottom: 190px; }
  @media screen and (max-width: 800px) {
    /* line 329, index.scss */
    .energy {
      margin-bottom: 70px; } }
  /* line 334, index.scss */
  .energy h2 {
    margin-bottom: 90px; }
    @media screen and (max-width: 800px) {
      /* line 334, index.scss */
      .energy h2 {
        margin-bottom: 45px; } }
  /* line 340, index.scss */
  .energy .cbox {
    padding: 105px 0 135px; }
    @media screen and (max-width: 800px) {
      /* line 340, index.scss */
      .energy .cbox {
        padding: 60px 0; } }
    /* line 345, index.scss */
    .energy .cbox::before, .energy .cbox::after {
      position: absolute;
      top: 0;
      content: "";
      height: 100%;
      pointer-events: none;
      z-index: -1; }
    /* line 354, index.scss */
    .energy .cbox::before {
      left: 50%;
      translate: -48% 0;
      width: 1777px;
      transform: skewX(-33deg);
      background-color: #FFF0CD;
      content: ""; }
      @media screen and (max-width: 800px) {
        /* line 354, index.scss */
        .energy .cbox::before {
          top: -1px;
          left: -22px;
          translate: 0 0;
          width: 114px;
          height: 207px;
          background-color: #FFFFFF;
          transform: none;
          clip-path: polygon(0 0, 0% 100%, 100% 0);
          z-index: 0; } }
    /* line 373, index.scss */
    .energy .cbox::after {
      left: 100%;
      width: 100vw;
      background-color: #FFF0CD; }
      @media screen and (max-width: 800px) {
        /* line 373, index.scss */
        .energy .cbox::after {
          left: -22px;
          z-index: -1; } }

/* line 385, index.scss */
.scroll-content {
  width: calc(100% + 20px);
  margin-left: -10px; }
  @media screen and (max-width: 800px) {
    /* line 385, index.scss */
    .scroll-content {
      width: 100%;
      overflow-x: auto;
      padding-bottom: 15px;
      margin-left: 0; } }
  @media screen and (max-width: 800px) {
    /* line 394, index.scss */
    .scroll-content .energy-img {
      min-width: 1019px; } }
  /* line 398, index.scss */
  .scroll-content .energy-img img {
    width: 100%; }

/* line 406, index.scss */
.feature {
  margin-bottom: 190px; }
  @media screen and (max-width: 800px) {
    /* line 406, index.scss */
    .feature {
      margin-bottom: 80px; } }
  @media screen and (max-width: 800px) {
    /* line 411, index.scss */
    .feature h2 {
      margin-bottom: 25px; } }
  /* line 416, index.scss */
  .feature .read-feature {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 800px) {
      /* line 416, index.scss */
      .feature .read-feature {
        margin-bottom: 30px; } }
    /* line 425, index.scss */
    .feature .read-feature .s-text {
      display: block;
      color: #007F3B;
      font-size: 24px; }
      @media screen and (max-width: 800px) {
        /* line 425, index.scss */
        .feature .read-feature .s-text {
          font-size: 15px; } }
    /* line 433, index.scss */
    .feature .read-feature .l-text {
      display: block;
      font-size: 38px; }
      @media screen and (max-width: 800px) {
        /* line 433, index.scss */
        .feature .read-feature .l-text {
          font-size: 20px; } }
  /* line 441, index.scss */
  .feature .featurelist {
    display: flex;
    gap: 0 10px;
    width: 100%;
    max-width: 746px;
    margin: 0 auto 120px; }
    @media screen and (max-width: 800px) {
      /* line 441, index.scss */
      .feature .featurelist {
        flex-wrap: wrap;
        gap: 10px 0;
        max-width: inherit;
        margin-bottom: 90px; } }
    /* line 453, index.scss */
    .feature .featurelist li {
      width: 100%;
      margin: 0;
      padding: 0; }
      /* line 457, index.scss */
      .feature .featurelist li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        text-decoration: none;
        background-image: url("../img/bg_feature.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 15px 0 45px; }
        @media screen and (min-width: 800px) {
          /* line 471, index.scss */
          .feature .featurelist li a:hover::before {
            background-color: #007f3b; }
          /* line 474, index.scss */
          .feature .featurelist li a:hover::after {
            bottom: 16px; } }
        @media screen and (max-width: 800px) {
          /* line 457, index.scss */
          .feature .featurelist li a {
            text-align: left;
            padding: 10px 25px; } }
        /* line 483, index.scss */
        .feature .featurelist li a::before, .feature .featurelist li a::after {
          position: absolute;
          content: "";
          pointer-events: none; }
        /* line 489, index.scss */
        .feature .featurelist li a::before {
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 127, 59, 0.75);
          mix-blend-mode: multiply;
          z-index: 0;
          transition: background-color 0.3s ease-out; }
        /* line 499, index.scss */
        .feature .featurelist li a::after {
          left: 50%;
          bottom: 22px;
          translate: -50% 0;
          width: 14px;
          height: 8px;
          background-image: url("../img/arrow_d.svg");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: cover;
          transition: bottom 0.3s ease-out; }
          @media screen and (max-width: 800px) {
            /* line 499, index.scss */
            .feature .featurelist li a::after {
              left: auto;
              right: 30px;
              top: 50%;
              bottom: auto;
              translate: 0 -50%; } }
        /* line 518, index.scss */
        .feature .featurelist li a span {
          position: relative;
          display: block;
          z-index: 1; }
          /* line 522, index.scss */
          .feature .featurelist li a span.en {
            color: #FCA500;
            font-size: 20px;
            margin-bottom: 5px; }
            @media screen and (max-width: 800px) {
              /* line 522, index.scss */
              .feature .featurelist li a span.en {
                font-size: 18px;
                margin-bottom: 0; } }
          /* line 531, index.scss */
          .feature .featurelist li a span.jp {
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.46;
            letter-spacing: -0.01em; }

/* line 544, index.scss */
.feature-content {
  position: relative;
  padding: 45px 0 120px;
  margin-bottom: 115px; }
  @media screen and (max-width: 800px) {
    /* line 544, index.scss */
    .feature-content {
      padding: 20px 0 45px;
      margin-bottom: 70px; } }
  /* line 552, index.scss */
  .feature-content::before, .feature-content::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    z-index: -1; }
  /* line 561, index.scss */
  .feature-content::before {
    left: 50%;
    translate: -37% 0;
    width: 1777px;
    background-color: #FFF0CD;
    transform: skewX(-33deg);
    content: ""; }
    @media screen and (max-width: 800px) {
      /* line 561, index.scss */
      .feature-content::before {
        top: -1px;
        left: -22px;
        translate: 0 0;
        width: 114px;
        height: 207px;
        background-color: #FFFFFF;
        transform: none;
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        z-index: 0; } }
  /* line 580, index.scss */
  .feature-content::after {
    left: 81.5%;
    width: 100vw;
    background-color: #FFF0CD; }
    @media screen and (max-width: 800px) {
      /* line 580, index.scss */
      .feature-content::after {
        left: -22px;
        z-index: -1; } }
  /* line 589, index.scss */
  .feature-content h3 {
    display: flex;
    line-height: 1.2;
    margin-bottom: 45px;
    padding-left: 100px; }
    @media screen and (max-width: 800px) {
      /* line 589, index.scss */
      .feature-content h3 {
        display: block;
        margin-bottom: 15px;
        padding-left: 0; } }
    /* line 599, index.scss */
    .feature-content h3 .en {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 242px;
      height: 60px;
      color: #FCA500;
      font-size: 32px;
      font-weight: 400;
      background-color: #007F3B;
      clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); }
      @media screen and (max-width: 800px) {
        /* line 599, index.scss */
        .feature-content h3 .en {
          width: 154px;
          height: 37px;
          font-size: 20px;
          margin-bottom: 20px; } }
    /* line 617, index.scss */
    .feature-content h3 .jp {
      display: inline-block;
      width: calc(100% - 242px);
      color: #007F3B;
      font-size: 40px;
      font-weight: 700;
      padding-top: 10px; }
      @media screen and (max-width: 800px) {
        /* line 617, index.scss */
        .feature-content h3 .jp {
          display: block;
          width: 100%;
          font-size: 22px;
          line-height: 1.45;
          padding-top: 0; } }
  /* line 633, index.scss */
  .feature-content .person {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    padding: 0px 100px 10px; }
    @media screen and (max-width: 800px) {
      /* line 633, index.scss */
      .feature-content .person {
        display: block;
        margin-bottom: 12px;
        padding: 0; } }
    /* line 646, index.scss */
    .feature-content .person::before {
      position: absolute;
      left: -8.5%;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #FFFFFF;
      transform: skewX(-33deg);
      z-index: 0;
      pointer-events: none; }
      @media screen and (max-width: 800px) {
        /* line 646, index.scss */
        .feature-content .person::before {
          display: none; } }
    /* line 661, index.scss */
    .feature-content .person .person-img {
      position: relative;
      width: 17.2%;
      z-index: 1; }
      /* line 665, index.scss */
      .feature-content .person .person-img.pi02 {
        translate: 35px 0; }
        @media screen and (max-width: 800px) {
          /* line 665, index.scss */
          .feature-content .person .person-img.pi02 {
            translate: 0 0; } }
      /* line 671, index.scss */
      .feature-content .person .person-img.pi03 {
        translate: 15px 0; }
        @media screen and (max-width: 800px) {
          /* line 671, index.scss */
          .feature-content .person .person-img.pi03 {
            translate: 0 0; } }
      @media screen and (max-width: 800px) {
        /* line 661, index.scss */
        .feature-content .person .person-img {
          width: 36.9%;
          margin: 0 auto 13px; } }
      /* line 681, index.scss */
      .feature-content .person .person-img img {
        width: 100%; }
    /* line 685, index.scss */
    .feature-content .person .r-person {
      position: relative;
      width: 65.6%;
      padding: 20px 0 0 15px;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 685, index.scss */
        .feature-content .person .r-person {
          width: 100%;
          padding: 0; } }
      /* line 694, index.scss */
      .feature-content .person .r-person .person-title {
        text-align: center;
        margin-bottom: 30px; }
        /* line 697, index.scss */
        .feature-content .person .r-person .person-title p {
          position: relative;
          display: inline-block;
          color: #007F3B;
          font-size: 20px;
          font-weight: 700;
          letter-spacing: -0.01em;
          margin: 0;
          padding: 0 40px; }
          @media screen and (max-width: 800px) {
            /* line 697, index.scss */
            .feature-content .person .r-person .person-title p {
              font-size: 16px;
              line-height: 1.43; } }
          /* line 710, index.scss */
          .feature-content .person .r-person .person-title p::before, .feature-content .person .r-person .person-title p::after {
            position: absolute;
            top: 50%;
            translate: 0 -50%;
            width: 40px;
            height: 2px;
            content: "";
            background-color: #007F3B;
            pointer-events: none;
            rotate: -57deg; }
            @media screen and (max-width: 800px) {
              /* line 710, index.scss */
              .feature-content .person .r-person .person-title p::before, .feature-content .person .r-person .person-title p::after {
                width: 35px; } }
          /* line 725, index.scss */
          .feature-content .person .r-person .person-title p::before {
            left: 0; }
          /* line 728, index.scss */
          .feature-content .person .r-person .person-title p::after {
            right: 0; }
      /* line 733, index.scss */
      .feature-content .person .r-person .read-person {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.43;
        text-align: center;
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 733, index.scss */
          .feature-content .person .r-person .read-person {
            width: calc(100% + 44px);
            font-size: 20px;
            line-height: 1.6;
            margin-left: -22px; } }
  /* line 748, index.scss */
  .feature-content .arrow {
    width: 67px;
    height: 38px;
    background-color: #007F3B;
    margin: 0 auto 32px;
    clip-path: polygon(50% 100%, 0 0, 100% 0); }
    @media screen and (max-width: 800px) {
      /* line 748, index.scss */
      .feature-content .arrow {
        width: 45px;
        height: 26px;
        margin-bottom: 12px; } }
  /* line 760, index.scss */
  .feature-content .feature-detail {
    display: flex;
    justify-content: space-between;
    max-width: 1098px;
    margin: 0 30px 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 760, index.scss */
      .feature-content .feature-detail {
        flex-wrap: wrap;
        gap: 30px 0;
        margin: 0 0 30px; } }
    /* line 770, index.scss */
    .feature-content .feature-detail .l-detail {
      width: 53.6%; }
      @media screen and (max-width: 800px) {
        /* line 770, index.scss */
        .feature-content .feature-detail .l-detail {
          width: 100%; } }
      /* line 775, index.scss */
      .feature-content .feature-detail .l-detail h4 {
        color: #007F3B;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        letter-spacing: -0.01em;
        border-top: 3px solid #007F3B;
        border-bottom: 3px solid #007F3B;
        background-image: url("../img/bg_title.png");
        background-repeat: repeat-x;
        background-position: left center;
        padding: 11px 0 15px;
        margin-bottom: 30px; }
        @media screen and (max-width: 800px) {
          /* line 775, index.scss */
          .feature-content .feature-detail .l-detail h4 {
            font-size: 22px;
            line-height: 1.2;
            margin-bottom: 15px;
            padding: 6px 0 10px; } }
        /* line 794, index.scss */
        .feature-content .feature-detail .l-detail h4 .s-text {
          font-size: 24px; }
          @media screen and (max-width: 800px) {
            /* line 794, index.scss */
            .feature-content .feature-detail .l-detail h4 .s-text {
              display: block;
              font-size: 16px; } }
      /* line 802, index.scss */
      .feature-content .feature-detail .l-detail p {
        font-size: 20px;
        line-height: 1.7;
        letter-spacing: -0.01em;
        margin-bottom: 25px; }
        @media screen and (max-width: 800px) {
          /* line 802, index.scss */
          .feature-content .feature-detail .l-detail p {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 0; } }
      /* line 813, index.scss */
      .feature-content .feature-detail .l-detail .btn {
        padding-left: 11px;
        margin: 0 0 0 auto; }
        @media screen and (max-width: 800px) {
          /* line 813, index.scss */
          .feature-content .feature-detail .l-detail .btn {
            display: none; } }
    /* line 821, index.scss */
    .feature-content .feature-detail .r-detail {
      width: 41.9%; }
      @media screen and (max-width: 800px) {
        /* line 821, index.scss */
        .feature-content .feature-detail .r-detail {
          width: 100%; } }
      /* line 826, index.scss */
      .feature-content .feature-detail .r-detail .feature-slide {
        position: relative;
        width: 100%; }
        /* line 829, index.scss */
        .feature-content .feature-detail .r-detail .feature-slide .splide__list {
          margin: 0;
          padding: 0; }
          /* line 832, index.scss */
          .feature-content .feature-detail .r-detail .feature-slide .splide__list .splide__slide {
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0; }
            /* line 837, index.scss */
            .feature-content .feature-detail .r-detail .feature-slide .splide__list .splide__slide img {
              width: 100%;
              height: 300px;
              object-fit: cover; }
              @media screen and (max-width: 800px) {
                /* line 837, index.scss */
                .feature-content .feature-detail .r-detail .feature-slide .splide__list .splide__slide img {
                  height: 206px; } }
            /* line 845, index.scss */
            .feature-content .feature-detail .r-detail .feature-slide .splide__list .splide__slide figcaption {
              font-size: 14px;
              font-weight: 400;
              line-height: 1.43;
              letter-spacing: -0.01em;
              margin-top: 10px; }
              @media screen and (max-width: 800px) {
                /* line 845, index.scss */
                .feature-content .feature-detail .r-detail .feature-slide .splide__list .splide__slide figcaption {
                  font-size: 13px;
                  line-height: 1.5; } }
        /* line 858, index.scss */
        .feature-content .feature-detail .r-detail .feature-slide .splide__arrow {
          top: 132px; }
          @media screen and (max-width: 800px) {
            /* line 858, index.scss */
            .feature-content .feature-detail .r-detail .feature-slide .splide__arrow {
              top: 84px; } }

/* line 871, index.scss */
.splide__arrow {
  transform: none;
  width: 37px;
  height: 37px;
  background-color: rgba(57, 57, 57, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  opacity: 1; }
  /* line 880, index.scss */
  .splide__arrow.splide__arrow--prev {
    left: 0;
    background-image: url("../img/prev.svg"); }
  /* line 884, index.scss */
  .splide__arrow.splide__arrow--next {
    right: 0;
    background-image: url("../img/next.svg"); }
  /* line 888, index.scss */
  .splide__arrow svg {
    display: none; }

/* line 892, index.scss */
.splide__pagination {
  position: relative;
  bottom: auto;
  margin: 20px 0 0;
  padding: 0; }
  @media screen and (max-width: 800px) {
    /* line 892, index.scss */
    .splide__pagination {
      margin-top: 10px; } }
  /* line 901, index.scss */
  .splide__pagination li button {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #BABABA;
    margin: 0 6px; }
    @media screen and (max-width: 800px) {
      /* line 901, index.scss */
      .splide__pagination li button {
        width: 8px;
        height: 8px;
        margin: 0 5px; } }
    /* line 912, index.scss */
    .splide__pagination li button.is-active {
      transform: scale(1);
      background-color: #007F3B; }

/* line 922, index.scss */
.achievements {
  margin-bottom: 165px; }
  @media screen and (max-width: 800px) {
    /* line 922, index.scss */
    .achievements {
      margin-bottom: 80px; } }
  /* line 927, index.scss */
  .achievements h2 {
    margin-bottom: 110px; }
    @media screen and (max-width: 800px) {
      /* line 927, index.scss */
      .achievements h2 {
        margin-bottom: 50px; } }
  /* line 933, index.scss */
  .achievements .achievements-slide {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      /* line 933, index.scss */
      .achievements .achievements-slide {
        padding: 0 22px;
        margin-bottom: 30px; } }
    /* line 941, index.scss */
    .achievements .achievements-slide .splide__list {
      margin: 0;
      padding: 0; }
      /* line 944, index.scss */
      .achievements .achievements-slide .splide__list .splide__slide {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0; }
        /* line 949, index.scss */
        .achievements .achievements-slide .splide__list .splide__slide img {
          width: 100%;
          height: 405px;
          object-fit: cover; }
          @media screen and (max-width: 800px) {
            /* line 949, index.scss */
            .achievements .achievements-slide .splide__list .splide__slide img {
              height: 247px; } }
        /* line 957, index.scss */
        .achievements .achievements-slide .splide__list .splide__slide .cat {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #FFFFFF;
          font-size: 18px;
          line-height: 1.56;
          background-color: #007F3B;
          padding: 5px 25px;
          z-index: 1; }
          @media screen and (max-width: 800px) {
            /* line 957, index.scss */
            .achievements .achievements-slide .splide__list .splide__slide .cat {
              font-size: 13px;
              padding: 5px; } }
          /* line 974, index.scss */
          .achievements .achievements-slide .splide__list .splide__slide .cat sup {
            top: -0.3em; }
        /* line 978, index.scss */
        .achievements .achievements-slide .splide__list .splide__slide figcaption {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.75;
          margin-top: 10px; }
          @media screen and (max-width: 800px) {
            /* line 978, index.scss */
            .achievements .achievements-slide .splide__list .splide__slide figcaption {
              font-size: 14px;
              line-height: 1.5; } }
  /* line 991, index.scss */
  .achievements .splide__arrows {
    position: absolute;
    width: 540px;
    top: 190px;
    left: 50%;
    translate: -50% 0;
    z-index: 5; }
    @media screen and (max-width: 800px) {
      /* line 991, index.scss */
      .achievements .splide__arrows {
        width: 100%;
        top: 100px;
        left: 0;
        translate: 0 0; } }
    /* line 1004, index.scss */
    .achievements .splide__arrows .splide__arrow {
      width: 49px;
      height: 49px; }
      /* line 1007, index.scss */
      .achievements .splide__arrows .splide__arrow.splide__arrow--prev {
        left: -24px; }
        @media screen and (max-width: 800px) {
          /* line 1007, index.scss */
          .achievements .splide__arrows .splide__arrow.splide__arrow--prev {
            left: 0; } }
      /* line 1013, index.scss */
      .achievements .splide__arrows .splide__arrow.splide__arrow--next {
        right: -24px; }
        @media screen and (max-width: 800px) {
          /* line 1013, index.scss */
          .achievements .splide__arrows .splide__arrow.splide__arrow--next {
            right: 0; } }
  /* line 1021, index.scss */
  .achievements .splide__pagination {
    margin-top: 50px; }
    @media screen and (max-width: 800px) {
      /* line 1021, index.scss */
      .achievements .splide__pagination {
        margin-top: 10px; } }
  /* line 1028, index.scss */
  .achievements .btn .btn-text {
    display: inline-block;
    background-image: url("../img/icon_achievements.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 55px; }
    @media screen and (max-width: 800px) {
      /* line 1028, index.scss */
      .achievements .btn .btn-text {
        background-size: 27px 23px;
        padding-left: 40px; } }

/* line 1044, index.scss */
.contact {
  background-color: #F4F4F4;
  padding: 190px 0 70px; }
  @media screen and (max-width: 800px) {
    /* line 1044, index.scss */
    .contact {
      padding: 56px 0 24px; }
      /* line 1049, index.scss */
      .contact .cbox {
        width: 100%; } }
  /* line 1053, index.scss */
  .contact iframe {
    height: 1450px;
    width: 100%; }
    @media screen and (max-width: 800px) {
      /* line 1053, index.scss */
      .contact iframe {
        height: 1750px; } }

/*# sourceMappingURL=index.css.map */
