/* CSS Document */
/*--------------------------------------
	TOP
----------------------------------------*/
/*--------------------
	COMMON
--------------------*/
h2 {
  text-align: center;
  color: #333;
  font-size: calc(clamp(1.8rem, 2vw + 1rem, 5rem));
  margin-bottom: 70px;
  position: relative; }
  h2:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    background: #f7b500;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -40px; }
  h2:after {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    background: #00a23f;
    position: absolute;
    left: 50%;
    bottom: -50px; }

/*--------------------
	MAIN
--------------------*/
main {
  height: 80vh;
  padding: 10vh 0;
  position: relative; }
  @media only screen and (max-width: 999px) {
    main {
      height: 50vh;
      min-height: 300px; } }
  main .bgsw {
    width: 80%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    position: relative; }
    main .bgsw:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 10px solid #f7b500;
      box-sizing: border-box;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: -2; }
      @media only screen and (max-width: 999px) {
        main .bgsw:before {
          border-width: 5px;
          top: -10px;
          left: -10px; } }
    main .bgsw:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 10px solid #00a23f;
      box-sizing: border-box;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: -2; }
      @media only screen and (max-width: 999px) {
        main .bgsw:after {
          border-width: 5px;
          top: 10px;
          left: 10px; } }
    main .bgsw .filter {
      height: 100%;
      background: url("../../img/top/grn-filter.png") repeat;
      position: relative;
      z-index: -1; }
      main .bgsw .filter .catch {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: calc(clamp(1.6rem, 2vw + 1rem, 5rem));
        font-weight: bold;
        line-height: 1.8;
        position: absolute;
        top: 25%;
        left: -5vw; }
        @media only screen and (max-width: 499px) {
          main .bgsw .filter .catch {
            width: 120%;
            top: 25%;
            left: -20vw; } }
  main .scroll {
    width: 75px;
    height: 75px;
    background: #f7b500;
    border-radius: 10px;
    transform: rotate(45deg);
    overflow: hidden;
    position: absolute;
    bottom: 5vw;
    right: 5vh; }
    @media only screen and (max-width: 999px) {
      main .scroll {
        width: 50px;
        height: 50px; } }
    main .scroll a {
      display: inline-block;
      width: 60%;
      height: 60%;
      transform: rotate(-45deg);
      text-align: center;
      color: #fff;
      font-size: 1.6em;
      font-weight: bold;
      padding: 20%;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 999px) {
        main .scroll a {
          width: 70%;
          height: 70%;
          font-size: 1.2em; } }
      main .scroll a:hover {
        color: #00a23f; }
      main .scroll a i {
        color: #00a23f; }

/*--------------------
	BUSINESS
--------------------*/
.cont01 {
  padding: 60px 5% 0; }
  .cont01 p {
    text-align: center;
    line-height: 3; }
  .cont01 .btn {
    border-color: #00a23f; }
    .cont01 .btn:hover {
      background: #00a23f;
      color: #fff; }
    .cont01 .btn i {
      color: #f7b500; }

/*--------------------
	NEWS
--------------------*/
.cont02 {
  width: 80%;
  max-width: 950px;
  height: 200px;
  background: #fff;
  padding: 60px 5%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 999px) {
    .cont02 {
      width: 90%;
      height: auto;
      padding: 60px 2%; } }
  .cont02 h2 {
    width: 200px;
    position: absolute;
    top: 60px;
    left: 5%; }
    @media only screen and (max-width: 999px) {
      .cont02 h2 {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 90px; } }
  .cont02 article {
    width: 70%;
    max-width: 750px;
    position: absolute;
    top: 90px;
    right: 4%; }
    @media only screen and (max-width: 999px) {
      .cont02 article {
        width: 100%;
        position: relative;
        top: auto;
        right: auto; } }
    .cont02 article dl {
      display: grid;
      grid-template-columns: 100px 1fr;
      font-size: 1.4em;
      padding: 0 20px 15px;
      border-bottom: 1px solid #f7b500;
      margin-bottom: 30px; }
      @media only screen and (max-width: 999px) {
        .cont02 article dl {
          grid-template-columns: 1fr;
          padding: 0 4% 15px;
          margin-bottom: 30px; } }
      .cont02 article dl dt {
        color: #00a23f;
        font-weight: bold; }
        @media only screen and (max-width: 999px) {
          .cont02 article dl dt {
            margin-bottom: 5px; } }
      .cont02 article dl dd a {
        display: block;
        max-height: 14px;
        color: #333;
        text-decoration: underline;
        overflow: hidden; }
        .cont02 article dl dd a:hover {
          text-decoration: none; }
  .cont02 .btn {
    position: absolute;
    bottom: 0;
    left: 5%;
    border-color: #f7b500; }
    @media only screen and (max-width: 999px) {
      .cont02 .btn {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 0; } }
    .cont02 .btn:hover {
      background: #f7b500;
      color: #fff; }
    .cont02 .btn i {
      color: #00a23f; }

/*--------------------
	PURCHASE
--------------------*/
.cont03 {
  width: 100%;
  background: url("../../img/top/parallax.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  margin: 90px 0 120px; }
  @media only screen and (max-width: 999px) {
    .cont03 {
      background-attachment: inherit; } }
  .cont03 .filter {
    background: url("../../img/top/blk-filter.png");
    padding: 60px 0 30px; }
    @media only screen and (max-width: 999px) {
      .cont03 .filter {
        padding: 60px 5% 30px; } }
    .cont03 .filter h2 {
      color: #fff; }
    .cont03 .filter p {
      text-align: center;
      color: #fff;
      line-height: 3; }
    .cont03 .filter .btn {
      color: #fff;
      border-color: #00a23f;
      margin: 30px auto; }
      .cont03 .filter .btn:hover {
        background: #00a23f; }
      .cont03 .filter .btn i {
        color: #f7b500; }

/*--------------------
	COMPANY
--------------------*/
.cont04 {
  width: 90%;
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto; }
  .cont04 .y-box {
    width: 50%;
    height: 230px;
    background: #fff;
    position: relative; }
    @media only screen and (max-width: 999px) {
      .cont04 .y-box {
        width: 70%;
        height: 200px; } }
    .cont04 .y-box:after {
      content: '';
      display: block;
      width: 100%;
      height: 230px;
      background: #f7b500;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: -1; }
      @media only screen and (max-width: 999px) {
        .cont04 .y-box:after {
          height: 200px; } }
    .cont04 .y-box h2 {
      width: 380px;
      position: absolute;
      top: -30px;
      left: calc(50% - 190px); }
      @media only screen and (max-width: 999px) {
        .cont04 .y-box h2 {
          top: -15px; } }
    .cont04 .y-box .btn {
      border-color: #f7b500;
      position: absolute;
      bottom: 0;
      left: calc(50% - 100px); }
      .cont04 .y-box .btn:hover {
        background: #f7b500;
        color: #fff; }
      .cont04 .y-box .btn i {
        color: #00a23f; }
  .cont04 .g-box {
    width: 80%;
    height: 270px;
    margin: -170px 0 0 20%;
    position: relative;
    z-index: -2; }
    @media only screen and (max-width: 999px) {
      .cont04 .g-box {
        width: 90%;
        margin: -60px 0 0 10%; } }
    .cont04 .g-box:after {
      content: '';
      display: block;
      width: 100%;
      height: 270px;
      background: #00a23f;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: -1; }
    .cont04 .g-box .map {
      height: 270px;
      background: #00a23f;
      overflow: hidden; }
      .cont04 .g-box .map iframe {
        opacity: .9; }
