@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3vw;
  }
}

#lower {
  width: 100%;
}
#lower .lower {
  position: relative;
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 40vh;
  }
}
#lower .lower .lower_image {
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 40vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower .lower .lower_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#lower .lower .lower_title {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-flow: column;
  position: absolute;
  top: 25vh;
  left: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_title {
    top: 20vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    top: 15vh;
  }
}
#lower .lower .lower_title h2 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 500%;
  letter-spacing: 0.3vw;
  margin-bottom: 0.8vw;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_title h2 {
    font-size: 400%;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 300%;
  }
}
#lower .lower .lower_title p {
  font-size: 200%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title p {
    font-size: 100%;
  }
}
#lower .breadcrumbs {
  padding: 2vw 0 2vw 2vw;
  margin-bottom: 8vw;
  background-color: #607b3e;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs {
    padding: 3vw 0 3vw 3vw;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 12vw;
  }
}
#lower .breadcrumbs p {
  font-size: 0.8vw;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 1rem;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #fff;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top_contents_btn {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 80%;
  }
}
.top_contents_btn a {
  text-decoration: none;
  text-align: center;
  width: 40%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a {
    width: 60%;
  }
}
.top_contents_btn a button {
  width: 100%;
  padding: 1.4vw 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 3vw 0;
    font-size: 2.6vw;
  }
}
.top_contents_btn a button:hover {
  background-color: #607b3e;
  color: #fff;
}
.top_contents_btn a button i {
  margin-left: 1vw;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #222;
  padding: 2rem;
  font-size: 2.5vw;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.topBtnSp {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: #607b3e;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
  line-height: auto;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(95, 123, 62, 0.3), 1px -1px 2px rgba(95, 123, 62, 0.3), -1px 1px 2px rgba(95, 123, 62, 0.3), -1px -1px 2px rgba(95, 123, 62, 0.3);
  z-index: -1;
}

.fadeinZoom {
  opacity: 0;
  animation-name: fadeinZoom;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeinZoom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 80px;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header #header_pc .header_menu ul li:first-child {
  border: none;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #333;
  padding: 0 2vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    font-size: 1.5vw;
  }
}
header #header_pc .header_menu ul li a i {
  font-size: 2vw;
}
header #header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2vw;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp {
    height: 60px;
  }
}
header #header_sp .header_logo {
  height: 60px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 40px;
  }
}
header #header_sp .header_logo img {
  height: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #607b3e;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #607b3e;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #607b3e;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active {
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(95, 123, 62, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp .header_logo {
  display: block;
  margin-bottom: 2rem;
  height: 60px !important;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 10px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 1.2rem;
  }
}
nav.globalMenuSp ul li a i {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a i {
    font-size: 6vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(0%);
}

.header.change-color {
  background-color: rgba(255, 255, 255, 0.75) !important;
  transition: 0.3s;
}
.header.change-color .header_menu ul li:first-child {
  border: none !important;
}
.header.change-color .header_menu ul li a {
  color: #333 !important;
  text-shadow: none !important;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
  display: none;
}

.loader .txt img {
  width: 350px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .loader .txt img {
    width: 200px;
  }
}

#top_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .top_main_bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}
#top_main .top_main_logo {
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 50%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_logo {
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
  }
}
#top_main .top_main_logo img {
  width: 100%;
}
#top_main .effect {
  width: 100%;
  position: absolute;
  z-index: 101;
  top: 45%;
  left: 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .effect {
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .effect {
    top: 50%;
    transform: translate(0%, -50%);
    text-align: left;
  }
}
#top_main .effect .en {
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_main .effect .en {
    font-size: 7.5vw;
  }
}
#top_main .effect .ja {
  font-size: 3vw;
  font-weight: 400;
  color: #fff;
  line-height: 2.6vw;
}
@media screen and (max-width: 768px) {
  #top_main .effect .ja {
    font-size: 5.5vw;
  }
}
#top_main .slide-images {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 90vh;
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.35);
}
#top_main .top_main_bg .top_main_logo {
  position: absolute;
  top: 42%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_logo {
    top: 40vh;
  }
}
#top_main .top_main_bg .top_main_logo .top_main_logo_sub {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_logo .top_main_logo_sub {
    line-height: 45vh;
    margin: 0 auto;
  }
}
#top_main .top_main_bg .top_main_logo .top_main_logo_sub h2 {
  font-size: 400%;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_bg .top_main_logo .top_main_logo_sub h2 {
    font-size: 400%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_logo .top_main_logo_sub h2 {
    font-size: 350%;
  }
}
#top_main .top_main_bg .top_main_logo .top_main_logo_sub img {
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_logo .top_main_logo_sub img {
    width: 300px;
  }
}
#top_main .top_main_bg .top_main_text {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#top_main .top_main_bg .top_main_text p {
  color: #fff;
  font-size: 1.4vw;
  margin: 0 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_bg .top_main_text p {
    top: 75%;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_text p {
    top: 70%;
    font-size: 3.8vw;
  }
}
#top_main .top_main_bg .top_main_scroll {
  position: absolute;
  top: 60%;
  left: 5%;
  transform: rotate(-90deg);
}
#top_main .top_main_bg .top_main_scroll p {
  color: #fff;
  position: relative;
}
#top_main .top_main_bg .top_main_scroll p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 110%;
  transform: translate(0, -50%);
  width: 200%;
  height: 1px;
  background-color: #fff;
  animation: 2s scroll infinite forwards;
}

@keyframes topMainText {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#top_about .top_about {
  margin: 6vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    margin: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    margin: 12vw 0;
  }
}
#top_about .top_about .top_about_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_title {
    width: 70%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_about .top_about .top_about_title h3 {
  color: #607b3e;
  text-align: center;
}
#top_about .top_about .top_about_title h3 i {
  font-size: 4rem;
  display: inline-block;
}
#top_about .top_about .top_about_title h3 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#top_about .top_about .top_about_title h3 strong {
  font-size: 2.5rem;
  display: block;
  color: #333;
  font-weight: 500;
}
#top_about .top_about .top_about_title p {
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0 5em;
  margin-top: 0.5vw;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title p {
    padding: 0 8em;
  }
}
#top_about .top_about .top_about_title p:before {
  content: "";
  left: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #607b3e;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title p:before {
    height: 2px;
  }
}
#top_about .top_about .top_about_title p:after {
  content: "";
  right: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #607b3e;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title p:after {
    height: 2px;
  }
}
#top_about .top_about .top_about_p {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_p {
    width: 70%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_p {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_about .top_about .top_about_p p {
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_p p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_p p {
    line-height: 5vw;
  }
}
#top_about .top_about .top_contents_btn a {
  display: table;
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_contents_btn a {
    width: 30%;
  }
}
#top_about .top_about .top_contents_btn a button {
  color: #fff;
  background-color: #607b3e;
  border: solid 1px #fff;
  border-radius: 5rem;
}
#top_about .top_about .top_contents_btn a button:hover {
  color: #607b3e;
  background-color: #fff;
  border: solid 1px #607b3e;
}

#top_works {
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #top_works {
    margin-bottom: 12vw;
  }
}
#top_works .top_works {
  position: relative;
  padding: 5rem 0;
}
#top_works .top_works .top_works_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
#top_works .top_works .top_works_title h2 {
  color: #607b3e;
}
#top_works .top_works .top_works_title h2 i {
  font-size: 4rem;
  display: inline-block;
}
#top_works .top_works .top_works_title h2 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#top_works .top_works .top_works_title h2 strong {
  font-size: 2.5rem;
  display: block;
  color: #333;
  font-weight: 500;
}
#top_works .top_works .top_works_title p {
  display: inline-block;
  position: relative;
  padding: 0 5em;
  color: #333333;
  margin-top: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title p {
    padding: 0 8em;
  }
}
#top_works .top_works .top_works_title p:before {
  content: "";
  left: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #607b3e;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title p:before {
    height: 2px;
  }
}
#top_works .top_works .top_works_title p:after {
  content: "";
  right: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #607b3e;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title p:after {
    height: 2px;
  }
}
#top_works .top_works .top_works_bg {
  background: linear-gradient(90deg, rgba(95, 123, 62, 0.5) 0%, rgba(95, 123, 62, 0.5) 70%, #fff 70%, #fff 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_bg {
    background: linear-gradient(90deg, rgba(95, 123, 62, 0.5) 0%, rgba(95, 123, 62, 0.5) 80%, #fff 80%, #fff 100%);
  }
}
#top_works .top_works .top_works_bg img {
  width: 100%;
}
#top_works .top_works .top_works_contents p {
  text-align: center;
  margin-bottom: 2rem;
}
#top_works .top_works .top_works_contents ul {
  list-style: none;
  width: 80%;
  margin: auto;
  margin-bottom: 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul {
    width: 100%;
    flex-flow: column;
  }
}
#top_works .top_works .top_works_contents ul a {
  display: block;
  width: 30%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a {
    width: 80%;
    margin-bottom: 4vw;
  }
}
#top_works .top_works .top_works_contents ul a li {
  position: relative;
}
#top_works .top_works .top_works_contents ul a li .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_works .top_works .top_works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#top_works .top_works .top_works_contents ul a li .thumb .thumb_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  transition: all 0.4s;
}
#top_works .top_works .top_works_contents ul a li .thumb .thumb_bg:hover {
  background-color: transparent;
}
#top_works .top_works .top_works_contents ul a li .outline {
  background-color: #607b3e;
}
#top_works .top_works .top_works_contents ul a li .outline .title {
  color: #fff;
  font-size: 12.5px;
  padding-left: 0.2vw;
  padding-right: 0.8vw;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents ul a li .outline .title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#top_works .top_works .top_works_contents ul a li .outline .title i {
  padding-left: 0.5rem;
}
#top_works .top_works .top_contents_btn {
  width: 80%;
}
#top_works .top_works .top_contents_btn a {
  display: table;
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_contents_btn a {
    width: 30%;
  }
}
#top_works .top_works .top_contents_btn a button {
  color: #fff;
  background-color: #607b3e;
  border: solid 1px #fff;
  border-radius: 5rem;
}
#top_works .top_works .top_contents_btn a button:hover {
  color: #607b3e;
  background-color: #fff;
  border: solid 1px #607b3e;
}

#top_recruit {
  margin-bottom: 6vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_recruit {
    margin-bottom: 12vw;
  }
}
#top_recruit .top_recruit {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 75vh;
  z-index: -10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit {
    height: 60vh;
  }
}
#top_recruit .top_recruit .top_recruit_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents {
  width: 70%;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_bg .top_recruit_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_bg .top_recruit_contents {
    width: 95%;
  }
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_title {
  color: #fff;
  margin-bottom: 2vw;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_title h2 {
  text-align: center;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_title h2 i {
  font-size: 4rem;
  display: inline-block;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_title h2 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_title h2 strong {
  font-size: 2.5rem;
  display: block;
  font-weight: 500;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_text {
  color: #fff;
  margin-bottom: 4vw;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_text p {
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_recruit_text p {
    line-height: 5vw;
  }
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn {
  width: 100%;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn a {
  display: table;
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn a {
    width: 30%;
  }
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn a button {
  color: #fff;
  background-color: #607b3e;
  border: solid 1px #fff;
  border-radius: 5rem;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn a button:hover {
  color: #607b3e;
  background-color: #fff;
  border: solid 1px #607b3e;
}

#news {
  position: relative;
  margin-bottom: 80px;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #607b3e;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents ul a li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline {
    height: 150px;
  }
}
#news .news_contents ul a li .outline .title {
  color: #607b3e;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .descn p {
    font-size: 10px;
  }
}
#news .news_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #607b3e;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #607b3e;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#works .works .works_contents {
  position: relative;
  text-align: center;
  padding: 5rem 0;
}
#works .works .works_contents .works_bg_top {
  background: linear-gradient(90deg, rgba(95, 123, 62, 0.5) 0%, rgba(95, 123, 62, 0.5) 70%, #fff 70%, #fff 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_bg_top {
    background: linear-gradient(90deg, rgba(95, 123, 62, 0.5) 0%, rgba(95, 123, 62, 0.5) 80%, #fff 80%, #fff 100%);
  }
}
#works .works .works_contents .works_bg_bottom {
  background: linear-gradient(90deg, #fff 0%, #fff 30%, rgba(95, 123, 62, 0.5) 30%, rgba(95, 123, 62, 0.5) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_bg_bottom {
    background: linear-gradient(90deg, #fff 0%, #fff 20%, rgba(95, 123, 62, 0.5) 20%, rgba(95, 123, 62, 0.5) 100%);
  }
}
#works .works .works_contents h4 {
  margin-bottom: 3rem;
  color: #607b3e;
  letter-spacing: 0.2vw;
}
#works .works .works_contents h4 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#works .works .works_contents h4 i {
  font-size: 4rem;
  display: inline-block;
  margin-right: 5px;
}
#works .works .works_contents h4 strong {
  font-size: 2.5rem;
  display: block;
  color: #333;
  font-weight: 500;
}
#works .works .works_contents ul {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul {
    width: 90%;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    width: 95%;
    justify-content: space-between;
  }
}
#works .works .works_contents ul a {
  display: block;
  text-decoration: none;
  width: 30%;
  margin: 0 1.6%;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 48%;
    margin: 0;
  }
}
#works .works .works_contents ul a:hover {
  opacity: 0.75;
}
#works .works .works_contents ul a li {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    margin-bottom: 4vw;
  }
}
#works .works .works_contents ul a li .thumb {
  width: 100%;
  height: 20vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .thumb {
    height: 30vw;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul a li .outline {
  background-color: #607b3e;
}
#works .works .works_contents ul a li .outline .date {
  color: #607b3e;
  margin-bottom: 0.3vw;
}
#works .works .works_contents ul a li .outline .title {
  color: #fff;
  font-size: 12.5px;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#works .works .navigation {
  text-align: center;
  margin: 2vw 0;
  margin-bottom: 8vw;
}

#works_single .works_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents {
    margin-bottom: 12vw;
  }
}
#works_single .works_contents h4 {
  color: #607b3e;
  letter-spacing: 0.2vw;
}
#works_single .works_contents h4 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#works_single .works_contents h4 i {
  font-size: 4rem;
  display: inline-block;
  margin-right: 5px;
}
#works_single .works_contents h4 strong {
  font-size: 2.5rem;
  display: block;
  color: #333;
  font-weight: 500;
}
#works_single .works_contents ul li .thumb {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents ul li .thumb {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb {
    width: 95%;
  }
}
#works_single .works_contents ul li .thumb .works_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .works_images {
    flex-flow: column;
  }
}
#works_single .works_contents ul li .thumb .works_images img {
  width: 30%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .works_images img {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works_single .works_contents ul li .thumb .b_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a {
    flex-flow: column;
  }
}
#works_single .works_contents ul li .thumb .b_a .before, #works_single .works_contents ul li .thumb .b_a .during, #works_single .works_contents ul li .thumb .b_a .after {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .before, #works_single .works_contents ul li .thumb .b_a .during, #works_single .works_contents ul li .thumb .b_a .after {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .before::before {
  position: absolute;
  content: "Before";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #607b3e;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .before::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .during::before {
  position: absolute;
  content: "During";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #607b3e;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .during::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .after::before {
  position: absolute;
  content: "After";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #607b3e;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .after::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works_contents ul li .outline {
  width: 80%;
  margin: auto;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline {
    margin-top: 8vw;
    width: 95%;
  }
}
#works_single .works_contents ul li .outline .date {
  margin-bottom: 1vw;
  color: #607b3e;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .date {
    margin-bottom: 2vw;
  }
}
#works_single .works_contents ul li .outline .title {
  font-size: 1.4vw;
  margin-bottom: 4vw;
  font-weight: 600;
  border-bottom: 1px solid #607b3e;
  display: inline-block;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents ul li .outline .title {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .title {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
#works_single .works_contents ul li .outline .descn {
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .descn {
    font-size: 1.4vw;
  }
}

#news_single {
  position: relative;
  margin-bottom: 80px;
}
#news_single .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_contents ul li .outline {
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline {
    height: 150px;
  }
}
#news_single .news_contents ul li .outline .title {
  color: #607b3e;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#company {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company .lower_headline {
  text-align: center;
}
#company .lower_headline h4 {
  color: #607b3e;
  letter-spacing: 0.2vw;
}
#company .lower_headline h4 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#company .lower_headline h4 i {
  font-size: 4rem;
  display: inline-block;
  margin-right: 5px;
}
#company .lower_headline h4 strong {
  font-size: 2.5rem;
  display: block;
  color: #333;
  font-weight: 500;
}
#company .company_contents {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h4 {
  padding: 20px 60px;
  background-color: #607b3e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h4 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 70%;
  margin: auto;
  padding: 40px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 95%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
  font-size: 1vw;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  border-bottom: 1px solid #607b3e;
  text-align: end;
  padding-right: 40px;
  color: #607b3e;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 10px;
    font-size: 10px;
    width: 25%;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  border-bottom: 1px solid #a5a5a5;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 10px;
    font-size: 10px;
    width: 75%;
  }
}
#company .company_map {
  width: 100%;
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#contact {
  margin-bottom: 6vw;
}
#contact .contact .contact_contents .contact_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#contact .contact .contact_contents .contact_headline h4 {
  color: #607b3e;
}
#contact .contact .contact_contents .contact_text {
  text-align: center;
  margin-bottom: 4vw;
}
#contact .contact .contact_contents form {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form {
    width: 95%;
  }
}
#contact .contact .contact_contents form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #607b3e;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 3vw;
  }
}
#contact .contact .contact_contents form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #607b3e;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#contact .contact .contact_contents form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th span {
    padding: 5px;
  }
}
#contact .contact .contact_contents form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #607b3e;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact .contact .contact_contents form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td input {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr:nth-child(4) th span {
  background-color: blue;
}
#contact .contact .contact_contents form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#contact .contact .contact_contents form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .agree {
    margin: 10px 0;
  }
}
#contact .contact .contact_contents form .submit {
  text-align: center;
}
#contact .contact .contact_contents form .submit input {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #607b3e;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input {
    padding: 10px 90px;
  }
}
#contact .contact .contact_contents form .submit input:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #607b3e;
  color: #607b3e;
}
#contact .contact .contact_contents form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact .contact_contents form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#service .service {
  background-color: rgba(96, 123, 62, 0.1);
}
#service .service .top_benefits_title {
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .top_benefits_title {
    width: 70%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .top_benefits_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#service .service .top_benefits_title h4 {
  text-align: center;
  margin-bottom: 4vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .top_benefits_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .top_benefits_title h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
#service .service .top_benefits_title p a {
  pointer-events: none;
}
#service .service .top_benefits_title p a img {
  width: 100%;
}
#service .service .service_contents01 {
  width: 80%;
  margin: auto;
  padding: 6vw 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents01 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 {
    margin-bottom: 8vw;
  }
}
#service .service .service_contents01 .service_contents01_headline {
  margin-bottom: 4vw;
  border-bottom: solid 3px #94b171;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
#service .service .service_contents01 .service_contents01_headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #607b3e;
  bottom: -3px;
  width: 20%;
}
#service .service .service_contents01 .service_contents01_headline h4 {
  border-top: solid 3px #94b171;
  position: relative;
  padding-top: 1rem;
}
#service .service .service_contents01 .service_contents01_headline h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 3px #607b3e;
  top: -3px;
  right: 0;
  width: 20%;
}
#service .service .service_contents01 .service_contents01_headline h4:first-letter {
  font-size: 4rem;
  letter-spacing: 0.3vw;
  color: #607b3e;
}
#service .service .service_contents01 .service_contents01_text {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_text {
    flex-flow: column-reverse;
  }
}
#service .service .service_contents01 .service_contents01_text p {
  width: 48%;
  line-height: 3vw;
  line-height: 2.5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents01 .service_contents01_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_text p {
    width: 100%;
    line-height: 4vw;
  }
}
#service .service .service_contents01 .service_contents01_text img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_text img {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#service .service .service_contents02 {
  width: 80%;
  margin: auto;
  background-color: #f0f0f0;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents02 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 {
    width: 95%;
    padding: 7vw;
  }
}
#service .service .service_contents02 .service_contents02_headline {
  color: #607b3e;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_headline {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents02 .service_contents02_headline h4 {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
#service .service .service_contents02 .service_contents02_text {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents02 .service_contents02_text {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_text {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents02 .service_contents02_list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_list ul {
    flex-wrap: wrap;
  }
}
#service .service .service_contents02 .service_contents02_list ul li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_list ul li {
    width: 45%;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents02 .service_contents02_list ul li .icon {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: #607b3e;
  margin: auto;
  margin-bottom: 1vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents02 .service_contents02_list ul li .icon {
    width: 20vw;
    height: 20vw;
    margin-bottom: 3vw;
  }
}
#service .service .service_contents02 .service_contents02_list ul li .icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service .service_contents02 .service_contents02_list ul li .icon_text {
  text-align: center;
}
#service .service .service_contents02 .service_contents02_list ul li .icon_text p {
  letter-spacing: 0.1vw;
}
#service .service .service_contents03 {
  width: 80%;
  margin: auto;
  padding: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents03 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 {
    width: 95%;
  }
}
#service .service .service_contents03 .service_contents03_headline {
  text-align: center;
  margin-bottom: 4vw;
  color: #607b3e;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents03 .service_contents03_headline h4 {
    font-size: 3vw;
  }
}
#service .service .service_contents03 .service_contents03_text {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents03 .service_contents03_text {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 .service_contents03_text {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents03 .service_contents03_structure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 .service_contents03_structure {
    flex-flow: column;
  }
}
#service .service .service_contents03 .service_contents03_structure .structure_text {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 .service_contents03_structure .structure_text {
    width: 100%;
  }
}
#service .service .service_contents03 .service_contents03_structure .structure_text h5 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 .service_contents03_structure .structure_text h5 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
#service .service .service_contents03 .service_contents03_structure .structure_text p {
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents03 .service_contents03_structure .structure_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 .service_contents03_structure .structure_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents03 .service_contents03_structure .structure_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents03 .service_contents03_structure .structure_image {
    width: 60%;
    margin-bottom: 8vw;
  }
}
#service .service .service_contents03 .service_contents03_structure .structure_image img {
  width: 100%;
}
#service .service .service_contents04 {
  background-color: #607b3e;
  padding: 4vw;
  margin-bottom: 8vw;
}
#service .service .service_contents04 .service_contents04_headline {
  text-align: center;
  color: #607b3e;
  background-color: #fff;
  margin-bottom: 4vw;
  padding: 1.4vw;
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
#service .service .service_contents04 .service_contents04_list h4 {
  text-align: center;
  margin-bottom: 4vw;
  color: #fff;
}
#service .service .service_contents04 .service_contents04_list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents04 .service_contents04_list ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents04 .service_contents04_list ul {
    flex-flow: column;
  }
}
#service .service .service_contents04 .service_contents04_list ul li {
  width: 30%;
  border: 5px solid #fff;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents04 .service_contents04_list ul li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents04 .service_contents04_list ul li {
    width: 90%;
    margin-bottom: 4vw;
  }
}
#service .service .service_contents04 .service_contents04_list ul li .service_contents04_icon {
  width: 60%;
  margin: auto;
  margin-bottom: 1.5vw;
}
#service .service .service_contents04 .service_contents04_list ul li .service_contents04_icon img {
  width: 100%;
}
#service .service .service_contents04 .service_contents04_list ul li .service_contents_text {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents04 .service_contents04_list ul li .service_contents_text p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents04 .service_contents04_list ul li .service_contents_text p {
    font-size: 4vw;
  }
}
#service .service .service_contents05 {
  position: relative;
  margin-bottom: 12vw;
}
#service .service .service_contents05 .service_contents05_image {
  width: 45%;
  height: 40vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents05 .service_contents05_image {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents05 .service_contents05_image {
    height: 80vw;
  }
}
#service .service .service_contents05 .service_contents05_image::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10%;
  right: 10%;
  width: 180%;
  height: 100%;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents05 .service_contents05_image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 95%);
  }
}
#service .service .service_contents05 .service_contents05_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service .service_contents05 .service_contents05_writing {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents05 .service_contents05_writing {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents05 .service_contents05_writing {
    top: 30%;
    width: 70%;
    z-index: 100;
  }
}
#service .service .service_contents05 .service_contents05_writing .service_contents05_headline {
  margin-bottom: 2vw;
  color: #607b3e;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents05 .service_contents05_writing .service_contents05_headline {
    margin-bottom: 4vw;
  }
}
#service .service .service_contents05 .service_contents05_writing .service_contents05_text p {
  line-height: 3vw;
  letter-spacing: 0.08vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents05 .service_contents05_writing .service_contents05_text p {
    line-height: 4vw;
    letter-spacing: 0.15vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents05 .service_contents05_writing .service_contents05_text p {
    width: 100%;
    line-height: 6vw;
    letter-spacing: 0.3vw;
    margin-bottom: 6vw;
  }
}

#recruit .recruit_contents {
  width: 100%;
  padding-bottom: 10rem;
  margin: auto;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
    padding: 60px 0;
  }
}
#recruit .recruit_contents .recruit_detail_title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail_title {
    margin-bottom: 40px;
  }
}
#recruit .recruit_contents .recruit_detail_title h3 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  color: #32792d;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail_title h3 {
    font-size: 24px;
  }
}
#recruit .recruit_contents .recruit_detail_title h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #32792d;
}
#recruit .recruit_contents .recruit_detail {
  width: 80%;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail {
    width: 100%;
    padding: 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  width: 100%;
  margin: 0;
  border: solid 1px #f0faff;
  padding: 5vw;
  border: solid 10px rgba(50, 121, 45, 0.25);
}
#recruit .recruit_contents .recruit_detail table tr {
  border-bottom: solid 1px #32792d;
  display: flex;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 25%;
  padding: 20px 0;
  text-align: end;
  padding-right: 40px;
  color: #32792d;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 25%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 75%;
  padding: 20px 0;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 60px;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

footer {
  padding-top: 6vw;
  border-top: solid 1px #607b3e;
}
footer .top_contact_title {
  color: #222;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .top_contact_title {
    margin-bottom: 4vw;
  }
}
footer .top_contact_title h2 {
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  footer .top_contact_title h2 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  footer .top_contact_title p {
    font-size: 5vw;
    text-align: center;
  }
}
footer #footer_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  footer #footer_contact {
    flex-flow: column;
    padding: 8vw 0;
  }
}
footer #footer_contact .top_contact_tel {
  width: 48%;
  color: #607b3e;
  border-top: 1px solid #607b3e;
  border-bottom: 1px solid #607b3e;
  text-align: center;
  padding: 4vw 1vw;
  height: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_tel {
    padding: 2vw 3vw;
    height: 13vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel {
    width: 100%;
    margin: auto;
    padding: 6vw 3vw;
    height: auto;
  }
}
footer #footer_contact .top_contact_tel h4 {
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel h4 {
    margin-bottom: 4vw;
  }
}
footer #footer_contact .top_contact_tel h5 {
  text-align: center;
  letter-spacing: 0.3vw;
  margin-bottom: 0.5vw;
  font-size: 1.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_tel h5 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel h5 {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
}
footer #footer_contact .top_contact_tel h5 i {
  margin-right: 0.5vw;
}
footer #footer_contact .top_contact_tel p {
  text-align: center;
}
footer #footer_contact .top_contact_form {
  width: 48%;
  color: #607b3e;
  border-top: 1px solid #607b3e;
  border-bottom: 1px solid #607b3e;
  text-align: center;
  padding: 4vw 1vw;
  height: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_form {
    padding: 3vw 3vw;
    height: 13vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form {
    width: 100%;
    margin: 2rem auto auto auto;
    padding: 6vw 3vw;
    height: auto;
  }
}
footer #footer_contact .top_contact_form h4 {
  margin-bottom: 0.8vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form h4 {
    margin-bottom: 4vw;
  }
}
footer #footer_contact .top_contact_form a {
  text-decoration: none;
}
footer #footer_contact .top_contact_form a button {
  border: none;
  color: #fff;
  border: 1px solid #607b3e;
  background-color: #607b3e;
  padding: 1vw 0;
  width: 60%;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form a button {
    padding: 4vw 0;
    width: 90%;
  }
}
footer #footer_contact .top_contact_form a button:hover {
  color: #607b3e;
  background-color: rgba(0, 0, 0, 0);
}
footer #footer_contact .top_contact_form a button i {
  margin-left: 1vw;
}
footer .footer {
  padding-bottom: 6vw;
}
footer .footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents {
    width: 95%;
    flex-flow: column-reverse;
  }
}
footer .footer .footer_contents .footer_company {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company {
    width: 50%;
  }
}
footer .footer .footer_contents .footer_company .footer_logo {
  width: 60%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_logo {
    width: 100%;
  }
}
footer .footer .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer .footer .footer_contents .footer_company .footer_logo .sns {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_logo .sns {
    display: block;
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text {
  color: #222;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_company .footer_text {
    display: none;
  }
}
footer .footer .footer_contents .footer_company .footer_text p {
  letter-spacing: 0.2vw;
  line-height: 2.4vw;
}
footer .footer .footer_contents .footer_company .footer_text .sns {
  width: 80%;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_company .footer_text .sns {
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_company .footer_text .sns a {
  text-decoration: none;
}
footer .footer .footer_contents .footer_company .footer_text .sns a img {
  width: 100%;
}
footer .footer .footer_contents .footer_menu {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer .footer_contents .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .footer_contents .footer_menu ul li {
  margin-bottom: 1vw;
}
footer .footer .footer_contents .footer_menu ul li a {
  text-decoration: none;
  color: #222;
  line-height: 2.5vw;
  font-size: 1vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menu ul li a {
    font-size: 2.8vw;
    letter-spacing: 1vw;
    line-height: 8.5vw;
  }
}
footer .copyright {
  padding: 2vw 0;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 4vw 0;
    font-size: 1.5vw;
  }
}
footer .copyright p {
  letter-spacing: 0.3vw;
}/*# sourceMappingURL=style.css.map */