/*$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
/*@import "mixins/deprecate";
*/
/*@import "mixins/grid-framework";
@import "mixins/grid";
*/
/*page-originaldesign*/
body {
  overflow-x: hidden; }

section {
  margin: 5% auto;
  overflow-x: hidden; }

.card-img {
  border-radius: 0; }

.gnavi-sub a {
  position: relative; }
  .gnavi-sub a:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    text-align: center;
    margin: 6px auto; }

.mv {
  max-width: 1200px;
  margin: 100px auto 60px auto; }
  @media (max-width: 991.98px) {
    .mv {
      margin: 0 auto;
      width: 90%; } }
  .mv .txt:nth-of-type(1) {
    font-size: 30px; }
    @media (max-width: 991.98px) {
      .mv .txt:nth-of-type(1) {
        font-size: 24px;
        text-align: center;
        letter-spacing: .25rem;
        line-height: 1.6; } }
    @media (max-width: 767.98px) {
      .mv .txt:nth-of-type(1) {
        font-size: 22px; } }
  .mv .txt:nth-of-type(2) {
    font-size: 30px; }
    @media (max-width: 991.98px) {
      .mv .txt:nth-of-type(2) {
        font-size: 22px;
        text-align: center;
        letter-spacing: .25rem; } }

.arrow-right {
  width: 30px;
  position: relative;
  display: inline-block; }
  @media (max-width: 767.98px) {
    .arrow-right {
      display: none; } }

.arrow-right::before {
  content: "";
  display: block;
  position: relative;
  top: -5px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #1E771C; }

.arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  width: 6px;
  height: 12px;
  border: 1px solid;
  border-color: transparent transparent transparent #1E771C;
  transform: rotate(-45deg); }

.title-left {
  letter-spacing: .2rem; }
  .title-left span:nth-of-type(1) {
    font-size: 12px;
    display: block;
    color: #9E0000; }
  .title-left span:nth-of-type(2) {
    font-size: 30px;
    display: block;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 991.98px) {
      .title-left span:nth-of-type(2) {
        font-size: 22px; } }
    .title-left span:nth-of-type(2)::after {
      background: #9e0000;
      height: 2px;
      width: 40px;
      display: inline-block;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .title-left span:nth-of-type(2)::after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; } }

.title-right {
  letter-spacing: .2rem; }
  .title-right span:nth-of-type(1) {
    font-size: 12px;
    display: block;
    color: #9E0000; }
  .title-right span:nth-of-type(2) {
    font-size: 30px;
    display: block;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 991.98px) {
      .title-right span:nth-of-type(2) {
        font-size: 22px; } }
    .title-right span:nth-of-type(2)::after {
      background: #9e0000;
      height: 2px;
      width: 40px;
      display: inline-block;
      content: "";
      position: absolute;
      right: 0;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .title-right span:nth-of-type(2)::after {
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto; } }

p {
  line-height: 1.8; }

.more {
  color: #1E771C;
  letter-spacing: .2rem; }
  @media (max-width: 767.98px) {
    .more {
      border-radius: 0;
      text-align: center;
      font-size: 14px;
      background: #3f6c45 !important;
      padding: 15px;
      color: #fff;
      display: block; } }

.btn-success.btn-green {
  width: 90%;
  margin: auto;
  background: #1e771c !important;
  font-weight: normal;
  position: relative; }

.stickarrow {
  vertical-align: super;
  display: inline-block;
  width: 40px;
  height: 6px;
  margin-left: 10px;
  border-bottom: 1px solid #343a40;
  border-right: 1px solid #343a40;
  transform: skew(45deg); }

.btn-outline-dark:hover .stickarrow {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF; }

.arrow-wrap {
  position: absolute;
  right: 5%;
  top: 18%;
  bottom: 0; }

.more .arrow-wrap {
  display: inline-block;
  position: static;
  vertical-align: middle; }
  .more .arrow-wrap .stickarrow {
    display: inline-block;
    width: 30px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 1px solid #1E771C;
    border-right: 1px solid #1E771C;
    transform: skew(45deg);
    vertical-align: middle; }

.more-sp .arrow-wrap {
  position: absolute;
  right: 5%;
  top: 18%;
  bottom: 0; }
  .more-sp .arrow-wrap .stickarrow {
    display: inline-block;
    width: 20px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: skew(45deg); }
  .more-sp .arrow-wrap .btn-outline-dark:hover .stickarrow {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF; }
