/* CSS Document */
/*--------------------------------------
	COMMON
----------------------------------------*/
#nav-switcher {
  display: none; }

.btn {
  display: block;
  width: 200px;
  text-align: center;
  color: #333;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 50px;
  border-width: 5px;
  border-style: solid;
  box-sizing: border-box;
  margin: 30px auto 60px; }
  @media only screen and (max-width: 1199px) {
    .btn {
      font-size: 1.4em;
      border-width: 4px; } }

.tel {
  pointer-events: none; }
  @media only screen and (max-width: 1199px) {
    .tel {
      pointer-events: auto; } }

.fax {
  pointer-events: none; }

@media only screen and (max-width: 1199px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .sp {
      display: block; } }

/*--------------------
	HEADER
--------------------*/
.check {
  display: none; }
  .check:checked ~ .drawer-menu {
    transition-delay: .3s;
    transform: none;
    opacity: 1;
    z-index: 99; }
  .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0; }
  .check:checked ~ .menu-btn .bar.top {
    width: 46px;
    background: #00a23f;
    transform: rotate(45deg); }
  .check:checked ~ .menu-btn .bar.middle {
    opacity: 0; }
  .check:checked ~ .menu-btn .bar.bottom {
    width: 46px;
    background: #00a23f;
    top: 32px;
    transform: rotate(-45deg); }
  .check:checked ~ .close-menu {
    transition-duration: 1s;
    transition-delay: .3s;
    background: rgba(255, 255, 255, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 99; }

.menu-btn {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .menu-btn {
      position: fixed;
      display: block;
      top: 2vw;
      left: 2vw;
      width: 40px;
      height: 45px;
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      z-index: 999; } }
  .menu-btn .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 3px;
    background: #f7b500;
    transition: all .5s;
    transform-origin: left top; }
  .menu-btn .middle {
    top: 12px;
    opacity: 1; }
  .menu-btn .bottom {
    top: 24px;
    transform-origin: left bottom; }
  .menu-btn .menu-btn__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #00a23f;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1; }

.close-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  transition-property: all;
  transition-duration: .3s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0; }

.drawer-menu {
  width: 250px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  /*--------------------
  	NAVIGATION
  --------------------*/ }
  @media only screen and (max-width: 1199px) {
    .drawer-menu {
      width: 200px;
      transition-property: all;
      transition-duration: .5s;
      transition-delay: 0s;
      transform-origin: left center;
      transform: perspective(500px) rotateY(90deg);
      opacity: 0; } }
  .drawer-menu h1 {
    width: 175px;
    margin: 9vh auto 6vh; }
    @media only screen and (max-width: 1199px) {
      .drawer-menu h1 {
        width: 125px; } }
    .drawer-menu h1 a:hover {
      opacity: .8; }
  .drawer-menu #global-nav ul {
    margin-left: 60px; }
    @media only screen and (max-width: 1199px) {
      .drawer-menu #global-nav ul {
        margin-left: 40px; } }
    .drawer-menu #global-nav ul li {
      font-size: 1.5em;
      font-weight: bold;
      line-height: 3; }
      @media only screen and (max-width: 1199px) {
        .drawer-menu #global-nav ul li {
          line-height: 2; } }
      .drawer-menu #global-nav ul li a {
        display: inline-block;
        color: #333; }
        .drawer-menu #global-nav ul li a:first-letter {
          color: #00a23f; }
        .drawer-menu #global-nav ul li a.on:first-letter {
          color: #f7b500; }
        .drawer-menu #global-nav ul li a:hover {
          color: #f7b500; }
  .drawer-menu .go2top {
    display: block;
    width: 100%;
    background: #00a23f;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 60px;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .drawer-menu .go2top {
        line-height: 40px; } }
    .drawer-menu .go2top:hover {
      color: #f7b500; }
    .drawer-menu .go2top i {
      color: #f7b500; }

/*--------------------
	CONTENT
--------------------*/
.content-box {
  min-height: 70vh;
  margin-left: 250px; }
  @media only screen and (max-width: 1199px) {
    .content-box {
      margin: 0; } }

/*--------------------
	FOOTER
--------------------*/
#global-footer {
  background: #00a23f;
  margin: 90px 0 0 250px; }
  @media only screen and (max-width: 1199px) {
    #global-footer {
      margin: 60px 0 0 0; } }
  #global-footer .go2contact {
    display: block;
    width: 100%;
    background: #f7b500;
    text-align: center;
    color: #fff;
    font-size: calc(clamp(1.6rem, 2vw + 1rem, 2rem));
    font-weight: bold;
    line-height: 90px; }
    @media only screen and (max-width: 1199px) {
      #global-footer .go2contact {
        line-height: 60px; } }
    #global-footer .go2contact:hover {
      color: #00a23f; }
    #global-footer .go2contact i {
      color: #00a23f; }
  #global-footer .inner {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px auto; }
    @media only screen and (max-width: 1199px) {
      #global-footer .inner {
        grid-template-columns: 1fr; } }
    #global-footer .inner .f-info {
      display: grid;
      grid-template-columns: 175px 1fr;
      column-gap: 60px; }
      @media only screen and (max-width: 1199px) {
        #global-footer .inner .f-info {
          grid-template-columns: 1fr; } }
      @media only screen and (max-width: 1199px) {
        #global-footer .inner .f-info h1 {
          width: 150px;
          margin: 0 auto 30px; } }
      #global-footer .inner .f-info h1 a:hover {
        opacity: .8; }
      #global-footer .inner .f-info .info-box .add {
        color: #fff;
        font-size: 1.4em;
        line-height: 1.5;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1199px) {
          #global-footer .inner .f-info .info-box .add {
            text-align: center; } }
      #global-footer .inner .f-info .info-box .phone {
        color: #fff;
        font-size: 1.4em;
        line-height: 1.5; }
        @media only screen and (max-width: 1199px) {
          #global-footer .inner .f-info .info-box .phone {
            text-align: center; } }
        #global-footer .inner .f-info .info-box .phone .tel {
          color: #fff; }
        #global-footer .inner .f-info .info-box .phone .fax {
          color: #fff; }
    #global-footer .inner ul {
      width: 180px;
      margin: 15px auto; }
      @media only screen and (max-width: 1199px) {
        #global-footer .inner ul {
          width: auto;
          margin: 15px auto 0;
          display: flex;
          gap: 3vw; } }
      #global-footer .inner ul li {
        color: #fff;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 2; }
        #global-footer .inner ul li i {
          color: #f7b500; }
        #global-footer .inner ul li a {
          color: #fff; }
          #global-footer .inner ul li a:hover {
            color: #f7b500; }
  #global-footer .copy {
    background: #fff;
    text-align: center;
    color: #00a23f;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 30px; }
    #global-footer .copy a {
      color: #00a23f; }
      #global-footer .copy a:hover {
        text-decoration: underline; }

/*
	LOWER
------------------------------*/
.sub-main {
  padding: 5vw; }
  .sub-main h2 {
    background: url("../../img/top/grn-filter.png");
    text-align: center;
    color: #333;
    font-size: calc(clamp(1.8rem, 2vw + 1rem, 5rem));
    padding: 30px 0;
    position: relative; }
    .sub-main h2:before {
      content: '';
      display: block;
      width: 10px;
      height: 20px;
      background: #f7b500;
      position: absolute;
      left: calc(50% - 10px);
      top: calc(53% - 10px); }
    .sub-main h2:after {
      content: '';
      display: block;
      width: 10px;
      height: 20px;
      background: #00a23f;
      position: absolute;
      left: 50%;
      top: 53%; }
    .sub-main h2 span {
      display: block;
      font-size: calc(clamp(.5rem, .5vw + 1rem, 1.5rem));
      margin-top: 60px; }
