@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
}

@media screen and (min-width: 1180px) {
  .wrap {
    overflow: hidden;
  }
  .inner {
    width: 70%;
    display: block;
    padding: 40px 0 80px 0;
    margin: 0 auto;
  }
  h2 {
    color: #1d6217;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
  }
  h2::before {
    width: 90px;
    height: 20px;
    margin-right: 30px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h2::after {
    width: 90px;
    height: 20px;
    margin-left: 30px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h3 {
    color: #404040;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  p {
    font-size: 15px;
    line-height: 1.6;
    color: #707070;
  }
  th {
    font-size: 15px;
    color: #404040;
  }
  td {
    font-size: 15px;
    color: #707070;
  }
  h3::before {
    width: 80px;
    height: 15px;
    margin-right: 25px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h3::after {
    width: 80px;
    height: 15px;
    margin-left: 25px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-img {
    padding-bottom: calc(100%*400/1920);
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .sp {
    display: none;
  }
  .section-img::before {
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    top: -20px;
    content: "";
    background-image: url(../img/decoration02.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1179px) {
  .wrap {
    overflow: hidden;
  }
  .inner {
    width: 100%;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1179px) and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1179px) {
  h2 {
    color: #1d6217;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  h2::before {
    width: 90px;
    height: 20px;
    margin-right: 30px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h2::after {
    width: 90px;
    height: 20px;
    margin-left: 30px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
  }
  h3 {
    color: #404040;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  h3::before {
    width: 60px;
    height: 15px;
    margin-right: 15px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h3::after {
    width: 60px;
    height: 15px;
    margin-left: 15px;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  p {
    font-size: 15px;
    line-height: 1.6;
    color: #707070;
  }
  th {
    font-size: 14px;
    color: #404040;
  }
  td {
    font-size: 14px;
    color: #707070;
  }
  .section-img {
    padding-bottom: calc(100%*400/1920);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-img::before {
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    top: -15px;
    content: "";
    background-image: url(../img/decoration02.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-img {
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 30px;
  }
  h2 {
    color: #1d6217;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  h2::before {
    width: 15%;
    height: 15px;
    margin-right: 5%;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h2::after {
    width: 15%;
    height: 15px;
    margin-left: 5%;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
  }
  h3 {
    color: #404040;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  h3::before {
    width: 15%;
    height: 12px;
    margin-right: 5%;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  h3::after {
    width: 15%;
    height: 12px;
    margin-left: 5%;
    display: inline-block;
    content: "";
    background-image: url(../img/decoration01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
    color: #707070;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
  }
  .header__logo {
    display: inline-block;
  }
  .header__logo a {
    vertical-align: baseline;
  }
  .header__logo a img {
    height: 45px;
    vertical-align: bottom;
  }
  .header input#navtgl {
    display: none;
  }
  .header__inner {
    width: 100%;
    position: relative;
  }
  .header__nav {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .header__nav ul li {
    width: 100px;
    text-align: center;
    vertical-align: bottom;
    line-height: 16px;
    display: inline-block;
  }
  .header__nav ul li a {
    color: #707070;
    text-decoration: none;
  }
}

@media screen and (max-width: 1179px) {
  .header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    text-align: center;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
  }
  .header__logo {
    width: 200px;
    display: inline-block;
  }
  .header__logo a {
    vertical-align: baseline;
  }
  .header__logo a img {
    height: 40px;
    vertical-align: bottom;
  }
  .header input#navtgl {
    display: none;
  }
  .header #navtgl:checked ~ .header__nav {
    -webkit-transform: none;
            transform: none;
  }
  .header label {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
  .header .open {
    z-index: 2;
    width: 70px;
    height: 70px;
    -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .open::before,
  .header .open::after {
    content: "";
  }
  .header .open span,
  .header .open::before,
  .header .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 20%;
    width: 60%;
    border-bottom: 4px solid #707070;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .open::before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .header .open::after {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .header .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: background .6s;
    transition: background .6s;
  }
  .header #navtgl:checked + .open {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    background: rgba(255, 255, 255, 0.9);
  }
  .header #navtgl:checked + .open span {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .header #navtgl:checked + .open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #navtgl:checked + .open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header #navtgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3);
  }
  .header__inner {
    width: 100%;
    position: relative;
  }
  .header__nav {
    width: 240px;
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 3;
  }
  .header__nav ul li {
    padding: 10px;
    text-align: center;
    display: block;
  }
  .header__nav ul li a {
    color: #707070;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
  }
  .header__logo {
    height: 30px;
    text-align: center;
  }
  .header__logo a img {
    height: 30px;
  }
  .header .open {
    z-index: 2;
    width: 60px;
    height: 60px;
    -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__inner {
    position: initial;
  }
  .header__nav {
    width: 240px;
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 3;
  }
  .header__nav ul li {
    padding: 10px;
    text-align: center;
    display: block;
  }
  .header__nav ul li a {
    color: #707070;
    text-decoration: none;
  }
}

@media screen and (min-width: 1180px) {
  .firstview {
    width: 100%;
    position: relative;
  }
  .firstview .pc {
    display: block;
  }
  .firstview .sp {
    display: none;
  }
  .firstview-slide {
    width: 100%;
    overflow: hidden;
  }
  .firstview-slide img {
    width: 100%;
    height: auto;
  }
  .firstview__title {
    color: #fff;
    font-size: 48px;
    text-align: center;
    text-shadow: 3px 3px 8px #404040;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .firstview__welcome {
    width: 300px;
    position: absolute;
    left: 40px;
    bottom: 80px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation: r1 1s linear infinite alternate;
            animation: r1 1s linear infinite alternate;
  }
  @-webkit-keyframes r1 {
    0% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
  }
  @keyframes r1 {
    0% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
  }
}

@media screen and (max-width: 1179px) {
  .firstview {
    width: 100%;
    position: relative;
  }
  .firstview .pc {
    display: block;
  }
  .firstview .sp {
    display: none;
  }
  .firstview-slide {
    width: 100%;
    overflow: hidden;
  }
  .firstview-slide img {
    width: 100%;
    height: auto;
  }
  .firstview__title {
    width: 80%;
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-shadow: 3px 3px 8px #404040;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .firstview__welcome {
    width: 200px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation: r1 1s linear infinite alternate;
            animation: r1 1s linear infinite alternate;
  }
  @-webkit-keyframes r1 {
    0% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
  }
  @keyframes r1 {
    0% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
  }
}

@media screen and (max-width: 767px) {
  .firstview {
    width: 100%;
    height: 100vh;
    margin-bottom: 30px;
  }
  .firstview .pc {
    display: none;
  }
  .firstview .sp {
    display: block;
  }
  .firstview-slide {
    width: 100%;
    height: 100vh;
  }
  .firstview-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .firstview__title {
    width: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    text-shadow: 2px 2px 6px #404040;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .firstview__welcome {
    width: 200px;
    position: absolute;
    left: 25%;
    bottom: 60px;
    -webkit-animation: r1 1s linear infinite alternate;
            animation: r1 1s linear infinite alternate;
  }
  @-webkit-keyframes r1 {
    0% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
    }
  }
  @keyframes r1 {
    0% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
    }
  }
}

@media screen and (min-width: 1179px) {
  .news {
    width: 100%;
    position: relative;
    font-size: 0;
  }
  .news .inner {
    padding: 80px 0 120px;
  }
  .news__info {
    width: 49%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
  }
  .news__info .wrapper {
    height: 366px;
    overflow: scroll;
    -ms-overflow-style: none;
  }
  .news__info-list {
    padding: 15px;
    font-size: 0;
    border-bottom: solid 1px #d9d9d9;
  }
  .news__info-list-date {
    width: 30%;
    color: #b7b7b7;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }
  .news__info-list-container {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
  .news__info-list-container .title {
    font-size: 15px;
  }
  .news__info-list-container .content p {
    color: #b7b7b7;
    font-size: 15px;
  }
  .news__sns {
    width: 49%;
    height: 440px;
    margin-left: 1%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #f5f6f7;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .news__sns iframe {
    width: 500px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .news__sns .sp {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  .news {
    width: 100%;
    position: relative;
    font-size: 0;
  }
  .news__info {
    width: 49%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
  }
  .news__info .wrapper {
    height: 272px;
    overflow: scroll;
    -ms-overflow-style: none;
  }
  .news__info-list {
    padding: 15px;
    font-size: 15px;
    border-bottom: solid 1px #d9d9d9;
  }
  .news__info-list-date {
    width: 30%;
    font-size: 13px;
    color: #b7b7b7;
    display: inline-block;
  }
  .news__info-list-container {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
  .news__info-list-container .title {
    font-size: 15px;
  }
  .news__info-list-container .content p {
    color: #b7b7b7;
    font-size: 15px;
  }
  .news__sns {
    width: 49%;
    height: 330px;
    margin-left: 1%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #f5f6f7;
  }
  .news__sns iframe {
    width: 330px;
    height: 100%;
    margin: 0 auto;
    display: block;
  }
  .news__sns .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
  .news .inner {
    padding: 0 25px 60px 25px;
  }
  .news__info {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .news__info .wrapper {
    overflow: scroll;
    -ms-overflow-style: none;
  }
  .news__info-list {
    padding: 15px;
    font-size: 15px;
    border-bottom: solid 1px #d9d9d9;
  }
  .news__info-list-date {
    width: 30%;
    font-size: 13px;
    display: inline-block;
  }
  .news__info-list .title {
    font-size: 14px;
  }
  .news__info-list-container .content p {
    font-size: 14px;
  }
  .news__sns {
    width: 100%;
    height: 325px;
    text-align: center;
    display: block;
    background-color: #f5f6f7;
  }
  .news__sns iframe {
    width: 330px;
    margin: 0 auto;
    display: block;
  }
  .news__sns .pc {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .philosophy {
    width: 100%;
    position: relative;
  }
  .philosophy .inner {
    padding: 40px 0 120px;
  }
  .philosophy .philosophy-title {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .philosophy__greet-title {
    width: 50%;
    padding: 60px;
    position: relative;
    background-color: #1d6217;
    z-index: 998;
  }
  .philosophy__greet-title p {
    width: 95%;
    font-size: 24px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: solid 3px #28871f;
  }
  .philosophy__greet-text {
    width: 100%;
    height: 0;
    padding-top: 50.25%;
    position: relative;
    background-image: url(../img/greet-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .philosophy__greet-text p {
    width: 70%;
    padding: 50px;
    color: #404040;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
  }
  .philosophy__greet-text p .ceo {
    display: block;
    text-align: right;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1179px) {
  .philosophy {
    width: 100%;
    position: relative;
  }
  .philosophy .philosophy-title {
    height: 90px;
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .philosophy__greet-title {
    width: 50%;
    padding: 60px;
    position: relative;
    background-color: #1d6217;
    z-index: 2;
  }
  .philosophy__greet-title p {
    width: 95%;
    font-size: 24px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: solid 3px #28871f;
  }
  .philosophy__greet-text {
    width: 90%;
    height: 0;
    padding-top: 50.25%;
    margin: 0 0 0 auto;
    position: relative;
    background-image: url(../img/greet-background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .philosophy__greet-text p {
    width: 80%;
    padding: 30px;
    color: #404040;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
  }
  .philosophy__greet-text p .ceo {
    display: block;
    text-align: right;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy {
    width: 100%;
    position: relative;
  }
  .philosophy .inner {
    padding: 30px 0 45px;
  }
  .philosophy .philosophy-title {
    height: 45px;
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .philosophy__greet-title {
    width: 50%;
    padding: 45px;
    position: relative;
    background-color: #1d6217;
    z-index: 2;
  }
  .philosophy__greet-title p {
    width: 95%;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: solid 3px #28871f;
  }
  .philosophy__greet-text {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background-image: url(../img/greet-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .philosophy__greet-text p {
    width: 100%;
    padding: 45px 25px 15px 25px;
    color: #404040;
    background-color: rgba(255, 255, 255, 0.9);
    position: initial;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .philosophy__greet-text p .ceo {
    display: block;
    text-align: right;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1180px) {
  .business {
    width: 100%;
    font-size: 0;
    padding-top: 95px;
    margin-top: -95px;
  }
  .business .business-title {
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .business__public-works {
    width: 100%;
    margin-bottom: 50px;
  }
  .business__public-works .business-text {
    width: 44%;
    margin: 50px 2% 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .business__public-works .business-text p {
    width: 50%;
    padding: 5px 10px 5px 12%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .business__public-works .business-img {
    width: 54%;
    display: inline-block;
  }
  .business__public-works .business-img img {
    width: 100%;
  }
  .business__gardening {
    width: 100%;
  }
  .business__gardening .business-text {
    width: 44%;
    margin: 50px 0 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  .business__gardening .business-text p {
    width: 50%;
    padding: 5px 10px 5px 12%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .business__gardening .business-img {
    width: 54%;
    display: inline-block;
  }
  .business__gardening .business-img img {
    width: 100%;
  }
  .business__slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 120px;
  }
  .business__slider p {
    text-align: center;
  }
  .business__slider .slick-slide {
    padding: 10px;
  }
  .business__slider .slick-slide img {
    width: 100%;
  }
  .business #expandModal {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .business #expandModal img {
    width: 800px;
    margin: auto;
    padding-top: calc(50vh - 235px);
    display: block;
  }
}

@media screen and (max-width: 1179px) {
  .business {
    width: 100%;
    padding-top: 85px;
    margin-top: -85px;
    font-size: 0;
  }
  .business .business-title {
    height: 90px;
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .business__public-works {
    width: 100%;
    margin-bottom: 50px;
  }
  .business__public-works .business-text {
    width: 44%;
    margin: 25px 2% 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .business__public-works .business-text p {
    width: 50%;
    padding: 5px 0 5px 10%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .business__public-works .business-img {
    width: 54%;
    display: inline-block;
  }
  .business__public-works .business-img img {
    width: 100%;
  }
  .business__gardening {
    width: 100%;
  }
  .business__gardening .business-text {
    width: 44%;
    margin: 25px 0 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  .business__gardening .business-text p {
    width: 50%;
    padding: 5px 0 5px 10%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .business__gardening .business-img {
    width: 54%;
    display: inline-block;
  }
  .business__gardening .business-img img {
    width: 100%;
  }
  .business__slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .business__slider p {
    text-align: center;
  }
  .business__slider .slick-slide {
    padding: 10px;
  }
  .business__slider .slick-slide img {
    width: 100%;
  }
  .business #expandModal {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .business #expandModal img {
    width: 650px;
    margin: auto;
    padding-top: calc(50vh - 200px);
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .business {
    width: 100%;
    padding-top: 75px;
    margin-top: -75px;
    font-size: 0;
    position: relative;
  }
  .business .inner {
    padding: 0 25px 0px;
  }
  .business .business-title {
    height: 45px;
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .business__public-works {
    width: 100%;
    margin-bottom: 30px;
  }
  .business__public-works .business-text {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .business__public-works .business-text p {
    width: 50%;
    padding: 5px 0 5px 25px;
    text-align: left;
  }
  .business__public-works .business-img {
    width: 100%;
    display: block;
  }
  .business__public-works .business-img img {
    width: 100%;
  }
  .business__gardening {
    width: 100%;
    margin-bottom: 30px;
  }
  .business__gardening .business-text {
    width: 100%;
    margin: 15px 0 0 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .business__gardening .business-text p {
    width: 50%;
    padding: 5px 0 5px 25px;
    text-align: left;
  }
  .business__gardening .business-img {
    width: 100%;
    display: block;
  }
  .business__gardening .business-img img {
    width: 100%;
  }
  .business__slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
  }
  .business__slider p {
    text-align: center;
  }
  .business__slider .slick-slide {
    padding: 5px;
  }
  .business__slider .slick-slide img {
    width: 100%;
  }
  .business #expandModal {
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 15%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .business #expandModal img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: calc(50vh - 200px) 25px 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 1180px) {
  .aboutus {
    padding-top: 95px;
    margin-top: -95px;
  }
  .aboutus .aboutus-title {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .aboutus__block-01 {
    font-size: 0;
  }
  .aboutus__block-01__left {
    width: 50%;
    display: inline-block;
  }
  .aboutus__block-01__left img {
    width: 100%;
  }
  .aboutus__block-01__right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 50px 0 0 1%;
  }
  .aboutus__block-01__right table {
    width: 100%;
  }
  .aboutus__block-01__right table tr {
    width: 100%;
  }
  .aboutus__block-01__right table tr th {
    width: 40%;
    padding: 5px 10px;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
  }
  .aboutus__block-01__right table tr td {
    width: 60%;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.6;
  }
  .aboutus__block-02 {
    font-size: 0;
  }
  .aboutus__block-02__left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 50px 1% 0 0;
  }
  .aboutus__block-02__left table {
    width: 100%;
  }
  .aboutus__block-02__left table tr {
    width: 100%;
  }
  .aboutus__block-02__left table tr th {
    width: 40%;
    padding: 5px 10px;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
  }
  .aboutus__block-02__left table tr td {
    width: 60%;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 1.6;
  }
  .aboutus__block-02__right {
    width: 50%;
    display: inline-block;
  }
  .aboutus__block-02__right img {
    width: 100%;
  }
  .aboutus__history .inner {
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 1179px) {
  .aboutus {
    padding-top: 85px;
    margin-top: -85px;
  }
  .aboutus .aboutus-title {
    height: 90px;
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .aboutus__block-01 {
    font-size: 0;
  }
  .aboutus__block-01__left {
    width: 50%;
    display: inline-block;
  }
  .aboutus__block-01__left img {
    width: 100%;
  }
  .aboutus__block-01__right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
  }
  .aboutus__block-01__right table {
    width: 100%;
  }
  .aboutus__block-01__right table tr {
    width: 100%;
  }
  .aboutus__block-01__right table tr th {
    width: 40%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .aboutus__block-01__right table tr td {
    width: 60%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .aboutus__block-02 {
    font-size: 0;
  }
  .aboutus__block-02__left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
  }
  .aboutus__block-02__left table {
    width: 100%;
  }
  .aboutus__block-02__left table tr {
    width: 100%;
  }
  .aboutus__block-02__left table tr th {
    width: 40%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .aboutus__block-02__left table tr td {
    width: 60%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .aboutus__block-02__right {
    width: 50%;
    display: inline-block;
  }
  .aboutus__block-02__right img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .aboutus {
    padding-top: 75px;
    margin-top: -75px;
  }
  .aboutus .inner {
    padding-bottom: 0;
  }
  .aboutus .aboutus-title {
    height: 45px;
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .aboutus__block-01 {
    padding: 0 25px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .aboutus__block-01__left {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
  .aboutus__block-01__left img {
    width: 100%;
  }
  .aboutus__block-01__right {
    width: 100%;
    display: block;
  }
  .aboutus__block-01__right table {
    width: 100%;
  }
  .aboutus__block-01__right table tr {
    width: 100%;
  }
  .aboutus__block-01__right table tr th {
    width: 40%;
    padding: 5px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .aboutus__block-01__right table tr td {
    width: 60%;
    padding: 5px;
    font-size: 14px;
    line-height: 1.4;
  }
  .aboutus__block-02 {
    padding: 0 25px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .aboutus__block-02__left {
    width: 100%;
    display: block;
  }
  .aboutus__block-02__left table {
    width: 100%;
  }
  .aboutus__block-02__left table tr {
    width: 100%;
  }
  .aboutus__block-02__left table tr th {
    width: 40%;
    padding: 5px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .aboutus__block-02__left table tr td {
    width: 60%;
    padding: 5px;
    font-size: 14px;
    line-height: 1.4;
  }
  .aboutus__block-02__right {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
  .aboutus__block-02__right img {
    width: 100%;
  }
  .aboutus__history .inner {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1180px) {
  .recruit {
    padding-top: 95px;
    margin-top: -95px;
  }
  .recruit .recruit-title {
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .recruit__block-01 {
    font-size: 0;
    position: relative;
  }
  .recruit__block-01__left {
    width: 49%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
  }
  .recruit__block-01__left p {
    margin: 0 auto;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit__block-01__left img {
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit__block-01__right {
    width: 50%;
    display: inline-block;
  }
  .recruit__block-01__right img {
    width: 100%;
  }
  .recruit__block-02 {
    font-size: 0;
    position: relative;
  }
  .recruit__block-02__left {
    width: 50%;
    display: inline-block;
  }
  .recruit__block-02__left img {
    width: 100%;
  }
  .recruit__block-02__right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
  }
  .recruit__block-02__right p {
    margin: 0 auto;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 25%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media screen and (max-width: 1179px) {
  .recruit {
    padding-top: 85px;
    margin-top: -85px;
  }
  .recruit .recruit-title {
    height: 90px;
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .recruit__block-01 {
    font-size: 0;
    position: relative;
  }
  .recruit__block-01__left {
    width: 49%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
  }
  .recruit__block-01__left p {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit__block-01__left img {
    width: 280px;
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit__block-01__right {
    width: 50%;
    display: inline-block;
  }
  .recruit__block-01__right img {
    width: 100%;
  }
  .recruit__block-02 {
    font-size: 0;
    position: relative;
  }
  .recruit__block-02__left {
    width: 50%;
    display: inline-block;
  }
  .recruit__block-02__left img {
    width: 100%;
  }
  .recruit__block-02__right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
  }
  .recruit__block-02__right p {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 25%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 75px;
    margin-top: -75px;
  }
  .recruit .inner {
    padding-bottom: 30px;
  }
  .recruit .recruit-title {
    height: 45px;
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .recruit__block-01__left img {
    width: 160px;
  }
  .recruit p {
    width: 50%;
    padding: 0 15px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .access {
    padding-top: 75px;
    margin-top: -75px;
    font-size: 0;
  }
  .access .inner {
    padding: 0 0 80px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
  .access .inner {
    padding: 0 40px 80px;
  }
}

@media screen and (min-width: 768px) {
  .access__logo {
    height: 35px;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
  }
  .access__iso {
    height: 50px;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
  }
  .access p {
    line-height: 1.8;
  }
  .access__left {
    width: 49%;
    margin-right: 1%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
  }
  .access__left p {
    font-size: 15px;
  }
  .access__right {
    width: 49%;
    margin-left: 1%;
    display: inline-block;
  }
  .access-info {
    margin: 15px 0 5px 0;
  }
  .access-info p {
    color: #404040;
    font-weight: bold;
  }
  .access-approach {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .access {
    padding-top: 60px;
    margin-top: -60px;
    font-size: 0;
  }
  .access__logo {
    height: 25px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
  }
  .access__iso {
    height: 25px;
    margin: 0 0 15px 10px;
    display: inline-block;
  }
  .access p {
    line-height: 1.8;
  }
  .access__left {
    width: 100%;
    text-align: center;
    display: block;
  }
  .access__left p {
    font-size: 15px;
  }
  .access__right {
    width: 100%;
    display: block;
  }
  .access-info {
    margin: 15px 0 5px 0;
  }
  .access-info p {
    color: #404040;
    font-weight: bold;
  }
  .access-approach {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1180px) {
  .contact {
    text-align: center;
    font-size: 0;
    background-color: #fafdfa;
  }
  .contact__form {
    width: 680px;
    margin: 0 auto;
  }
  .contact__form dl div {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #d9d9d9;
  }
  .contact__form dl div dt {
    width: 30%;
    display: inline-block;
    font-size: 15px;
    color: #707070;
    text-align: left;
    vertical-align: middle;
  }
  .contact__form dl div dd {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
  }
  .contact__form dl div dd input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form dl div dd select::-ms-expand {
    display: none;
  }
  .contact__form dl div dd select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select_arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 10px center;
  }
  .contact__form dl div dd select option {
    text-align: center;
  }
  .contact__form dl div dd textarea {
    width: 100%;
    height: calc( 1.6em*10);
    line-height: 1.6;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form .wpcf7-submit {
    width: 125px;
    height: 50px;
    background-color: #1d6217;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1179px) {
  .contact {
    text-align: center;
    font-size: 0;
    background-color: #fafdfa;
  }
  .contact__form {
    width: 680px;
    margin: 0 auto;
  }
  .contact__form dl div {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #d9d9d9;
  }
  .contact__form dl div dt {
    width: 30%;
    display: inline-block;
    font-size: 15px;
    color: #707070;
    text-align: left;
    vertical-align: middle;
  }
  .contact__form dl div dd {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
  }
  .contact__form dl div dd input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form dl div dd select::-ms-expand {
    display: none;
  }
  .contact__form dl div dd select {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #707070;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select_arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 10px center;
  }
  .contact__form dl div dd select option {
    text-align: center;
  }
  .contact__form dl div dd textarea {
    width: 100%;
    height: calc( 1.6em*10);
    line-height: 1.6;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form .wpcf7-submit {
    width: 125px;
    height: 50px;
    background-color: #1d6217;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    text-align: center;
    font-size: 0;
    background-color: #fafdfa;
  }
  .contact .inner {
    padding: 30px 25px;
  }
  .contact__form {
    width: 100%;
    margin: 0 auto;
  }
  .contact__form dl div {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #d9d9d9;
  }
  .contact__form dl div dt {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    color: #707070;
    text-align: left;
  }
  .contact__form dl div dd {
    width: 100%;
    display: block;
  }
  .contact__form dl div dd input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form dl div dd select::-ms-expand {
    display: none;
  }
  .contact__form dl div dd select {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #707070;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url(../img/select_arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 10px center;
  }
  .contact__form dl div dd select option {
    text-align: center;
  }
  .contact__form dl div dd textarea {
    width: 100%;
    height: calc( 1.6em*10);
    line-height: 1.6;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form .wpcf7-submit {
    width: 125px;
    height: 50px;
    background-color: #1d6217;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
    margin-top: 30px;
  }
}

footer {
  width: 100%;
  height: 60px;
  background-color: #1d6217;
}

footer p {
  color: #fff;
  text-align: center;
  line-height: 60px;
}
/*# sourceMappingURL=style.css.map */