@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.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}

#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: 27vh;
  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;
  }
}

@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;
  }
}
@media screen and (max-width: 768px) {
  .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;
  }
  .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;
  }
}
.wrap {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  padding: 30px 0;
  width: 800px;
}

@media not all and (min-width: 840px) {
  .wrap {
    width: 100%;
  }
}
.item {
  scroll-snap-align: center;
  display: inline-block;
  margin: 0 20px;
  width: 40%;
  white-space: normal;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

@media not all and (min-width: 568px) {
  .item {
    width: 90%;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
header #header_pc {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none !important;
  }
}
header #header_pc .header_pc_contents {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
header #header_pc .header_pc_contents .header_top {
  display: flex;
  justify-content: space-between;
  padding: 0 2.5rem;
}
header #header_pc .header_pc_contents .header_top .header_logo {
  width: 20%;
  padding: 0.5rem 0;
  height: auto;
}
header #header_pc .header_pc_contents .header_top .header_logo img {
  height: 100%;
}
header #header_pc .header_pc_contents .header_top .header_right {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_pc .header_pc_contents .header_top .header_right .header_time {
  width: auto;
  margin: 0 2rem;
}
header #header_pc .header_pc_contents .header_top .header_right .header_time span {
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
header #header_pc .header_pc_contents .header_top .header_right .header_tel {
  width: auto;
  margin: 0 2rem;
}
header #header_pc .header_pc_contents .header_top .header_right .header_tel span {
  font-size: 2rem;
  display: block;
  text-align: center;
  letter-spacing: 1.5px;
}
header #header_pc .header_pc_contents .header_top .header_right .header_contact {
  width: auto;
}
header #header_pc .header_pc_contents .header_top .header_right .header_contact a {
  font-size: 1.1vw;
  color: #fff;
  background-color: #007c36;
  text-decoration: none;
  padding: 1rem 5rem;
}
header #header_pc .header_pc_contents .header_top .header_right .header_contact a i {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_pc_contents .header_top .header_right .header_contact a {
    font-size: 2vw;
  }
}
header #header_pc .header_pc_contents .header_menu {
  width: 100%;
  border-top: solid 1px #ccc;
}
header #header_pc .header_pc_contents .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
header #header_pc .header_pc_contents .header_menu ul li {
  width: 25%;
  text-align: center;
  color: #fff;
  border-left: solid 1px #ddd;
  background-color: #696969;
}
header #header_pc .header_pc_contents .header_menu ul li:first-child {
  border: none;
}
header #header_pc .header_pc_contents .header_menu ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 2vw;
  font-size: 1.1vw;
  line-height: 40px;
  height: 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_pc_contents .header_menu ul li a {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu ul li a {
    font-size: 1.5vw;
  }
}
header #header_pc .header_pc_contents .header_menu ul li a i {
  font-size: 2vw;
}
header #header_pc_scroll {
  display: none;
}
header #header_pc_scroll .header_pc_scroll_contents {
  position: fixed;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  height: 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header #header_pc_scroll .header_pc_scroll_contents {
    display: none;
  }
}
header #header_pc_scroll .header_pc_scroll_contents .header_logo {
  height: 40px;
}
header #header_pc_scroll .header_pc_scroll_contents .header_logo img {
  height: 100%;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu {
  width: 80%;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu ul li {
  width: 20%;
  text-align: center;
  border-left: solid 1px #ccc;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu ul li:first-child {
  border: none;
}
header #header_pc_scroll .header_pc_scroll_contents .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_scroll .header_pc_scroll_contents .header_menu ul li a {
    font-size: 1.5vw;
  }
}
header #header_pc_scroll .header_pc_scroll_contents .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;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
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;
  padding-left: 5%;
  overflow: hidden;
}
@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%);
  }
}
#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: 5.5vw;
  }
}
#top_main .effect .ja {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  line-height: 2.6vw;
}
@media screen and (max-width: 768px) {
  #top_main .effect .ja {
    font-size: 5vw;
  }
}
#top_main .slide-images {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 75vh;
    margin-top: 10vw;
  }
}
@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 .slick-slide {
  margin: 0;
}
#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 {
  width: 85%;
  margin: 6vw auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    width: 90%;
    margin: 8vw auto;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    width: 95%;
    margin: 12vw auto;
  }
}
#top_about .top_about .top_about_title {
  width: 100%;
  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: 100%;
    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 {
  position: relative;
  padding: 0.5em 0.7em 0.4em;
  border-bottom: 3px solid #007c36;
  color: #333333;
}
#top_about .top_about .top_about_title h3:before {
  position: absolute;
  left: 48%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #007c36;
}
#top_about .top_about .top_about_title h3:after {
  position: absolute;
  left: 48%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  bottom: -11px;
  background-color: #fff;
}
#top_about .top_about .top_about_title .heading-21::before,
#top_about .top_about .top_about_title .heading-21::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
#top_about .top_about .top_about_title .heading-21::before {
  background-color: #2589d0;
}
#top_about .top_about .top_about_title .heading-21::after {
  bottom: -11px;
  background-color: #fff;
}
#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: #007c36;
}
@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: #007c36;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title p:after {
    height: 2px;
  }
}
#top_about .top_about .top_about_p {
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_p {
    width: 95%;
  }
}
#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_about_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-bottom: 3rem;
}
#top_about .top_about .top_about_img li {
  width: 48%;
}
#top_about .top_about .top_about_img li .top_about_column_img {
  height: 24vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_img li .top_about_column_img {
    height: 24vh;
  }
}
#top_about .top_about .top_contents_btn a {
  display: table;
  width: 50%;
  margin-right: auto;
}
#top_about .top_about .top_contents_btn a button {
  color: #222;
  display: block;
  background-color: #fff;
  border: solid 1px #ccc;
}
#top_about .top_about .top_contents_btn a button:hover {
  color: #fff;
  background-color: #007c36;
  border: solid 1px #fff;
}

#top_works {
  background-color: #f4f4f4;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #top_works {
    margin-bottom: 12vw;
  }
}
#top_works .top_works {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works {
    width: 95%;
  }
}
#top_works .top_works .top_works_title {
  width: 100%;
  margin: auto;
  margin-bottom: 3rem;
  text-align: center;
}
#top_works .top_works .top_works_title h3 {
  display: inline-block;
  position: relative;
  color: #333;
}
#top_works .top_works .top_works_title h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #007c36;
}
#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: #007c36;
}
@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: #007c36;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title p:after {
    height: 2px;
  }
}
#top_works .top_works .top_works_contents p {
  margin-bottom: 4rem;
}
#top_works .top_works .top_works_contents .slick-dotted.slick-slider {
  margin: 0rem auto 6rem auto;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .slick-dotted.slick-slider {
    width: 80%;
    margin: 0rem auto 4rem auto;
  }
}
#top_works .top_works .top_works_contents .regular_3 {
  display: block;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .regular_3 {
    display: none;
  }
}
#top_works .top_works .top_works_contents .regular_1 {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .regular_1 {
    display: block;
  }
}
#top_works .top_works .top_works_contents .slider div .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_works .top_works .top_works_contents .slider div .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#top_works .top_works .top_works_contents .slider div .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 .slider div .thumb .thumb_bg:hover {
  background-color: transparent;
}
#top_works .top_works .top_works_contents .slider div .outline {
  background-color: #fff;
}
#top_works .top_works .top_works_contents .slider div .outline .title {
  color: #222;
  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 .slider div .outline .title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .slider div .outline .title {
    font-size: 3vw;
  }
}
#top_works .top_works .top_works_contents .slider div .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: 100%;
  }
}
#top_works .top_works .top_contents_btn a button {
  color: #222;
  background-color: #fff;
  border: solid 1px #ccc;
}
#top_works .top_works .top_contents_btn a button:hover {
  color: #fff;
  background-color: #007c36;
  border: solid 1px #fff;
}

#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;
  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: #222;
  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: #222;
  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;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn a button {
  color: #222;
  background-color: #fff;
  border: solid 1px #ccc;
}
#top_recruit .top_recruit .top_recruit_bg .top_recruit_contents .top_contents_btn a button:hover {
  color: #fff;
  background-color: #007c36;
  border: solid 1px #fff;
}

#top_contents_menu {
  margin-bottom: 10vw;
}
#top_contents_menu .top_contents_menu {
  width: 65%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents_menu .top_contents_menu {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu {
    width: 95%;
    display: block;
  }
}
#top_contents_menu .top_contents_menu li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li {
    width: 100%;
  }
}
#top_contents_menu .top_contents_menu li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 24vw;
  color: #222;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents_menu .top_contents_menu li a {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li a {
    height: 40vh;
    margin-bottom: 25vw;
  }
}
#top_contents_menu .top_contents_menu li a h2 {
  position: absolute;
  bottom: -6rem;
  left: 0;
  width: 100%;
  line-height: 6rem;
  height: 6rem;
  font-size: 2rem;
  text-align: center;
  background-color: #f4f4f4;
}
#top_contents_menu .top_contents_menu li a h2 i {
  padding-left: 5px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea .w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    width: 100%;
  }
}

.slick-slide img {
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
  color: #007c36 !important;
}

#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 {
  background-color: #f4f4f4;
}
#works .works .works_contents {
  position: relative;
  padding: 5rem 0;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents {
    width: 95%;
  }
}
#works .works .works_contents .works_detail_title {
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}
#works .works .works_contents .works_detail_title h4 {
  position: relative;
  padding-top: 1rem;
  padding: 2rem;
  color: #353535;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_detail_title h4 {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
#works .works .works_contents .works_detail_title h4:before {
  content: "";
  border-left: 4px dashed #607b3e;
  margin-right: 1rem;
}
#works .works .works_contents ul {
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul {
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    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 {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto 3rem auto;
}
#works .works .navigation .wp-pagenavi {
  display: inline-flex;
}

#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 {
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company .lower_headline {
  text-align: center;
}
#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 {
  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 .company_detail_title {
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}
#company .company_contents .company_detail .company_detail_title h4 {
  position: relative;
  padding-top: 1rem;
  padding: 2rem;
  color: #353535;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail .company_detail_title h4 {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
#company .company_contents .company_detail .company_detail_title h4:before {
  content: "";
  border-left: 4px dashed #607b3e;
  margin-right: 1rem;
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
}
#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: 20px;
  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: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 10px;
    font-size: 10px;
    width: 75%;
  }
}
#company .company_contents .company_detail .company_map {
  width: 100%;
  margin-top: 3rem;
}
#company .company_contents .company_detail .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail .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: #f4f4f4;
}
#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 {
  position: relative;
  margin-bottom: 2rem;
  background-color: #fff;
}
#service .service .service_contents01 .service_contents01_headline h4 {
  position: relative;
  padding-top: 1rem;
  padding: 2rem;
  color: #353535;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_headline h4 {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
#service .service .service_contents01 .service_contents01_headline h4:before {
  content: "";
  border-left: 4px dashed #607b3e;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents01 .service_contents01_headline h4:before {
    margin-right: 0.5rem;
  }
}
#service .service .service_contents01 .service_contents01_text {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 2rem;
  background-color: #fff;
}
@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;
  }
}

.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 .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: #007c36;
  text-align: center;
  border: solid 1px #ddd;
  padding: 2rem 0;
}
@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 {
  font-size: 3rem;
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #footer_contact .top_contact_tel h4 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_tel h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel h4 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
footer #footer_contact .top_contact_tel h5 {
  text-align: center;
  letter-spacing: 0.3vw;
  margin-bottom: 0.5vw;
  font-size: 3rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #footer_contact .top_contact_tel h5 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_tel h5 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_tel h5 {
    font-size: 2.5rem;
    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: #007c36;
  text-align: center;
  border: solid 1px #ddd;
  padding: 2rem 0;
}
@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 {
  font-size: 3rem;
  margin-bottom: 0.8vw;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #footer_contact .top_contact_form h4 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_form h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_contact .top_contact_form h4 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
footer #footer_contact .top_contact_form a {
  text-decoration: none;
}
footer #footer_contact .top_contact_form a button {
  font-size: 2rem;
  border: none;
  color: #fff;
  border: 1px solid #007c36;
  background-color: #007c36;
  padding: 1vw 0;
  width: 60%;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #footer_contact .top_contact_form a button {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer_contact .top_contact_form a button {
    font-size: 1.5vw;
  }
}
@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: #007c36;
  background-color: rgba(0, 0, 0, 0);
}
footer #footer_contact .top_contact_form a button i {
  margin-left: 1vw;
}
footer .footer {
  background-color: #f4f4f4;
}
footer .footer .footer_contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents {
    width: 95%;
  }
}
footer .footer .footer_contents .footer_logo {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_logo {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_logo {
    width: 40%;
    margin-top: 2rem;
  }
}
footer .footer .footer_contents .footer_logo img {
  width: 100%;
}
footer .footer .footer_contents .footer_logo .sns {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_logo .sns {
    display: block;
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_text {
  width: auto;
  color: #222;
}
footer .footer .footer_contents .footer_text p {
  padding: 0 2rem;
}
footer .footer .footer_contents .footer_text .sns {
  width: 80%;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_text .sns {
    margin-top: 4vw;
  }
}
footer .footer .footer_contents .footer_text .sns a {
  text-decoration: none;
}
footer .footer .footer_contents .footer_text .sns a img {
  width: 100%;
}
footer .footer .footer_contents .footer_text .sns a:hover {
  opacity: 0.75;
}
footer .footer .footer_menu {
  width: 50%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_menu {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu {
    width: 95%;
    padding: 1rem 0;
  }
}
footer .footer .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul {
    flex-wrap: wrap;
  }
}
footer .footer .footer_menu ul li {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul li {
    width: 50%;
    text-align: center;
  }
}
footer .footer .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_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu ul li a {
    font-size: 2.8vw;
    letter-spacing: 1vw;
    line-height: 8.5vw;
  }
}
footer .copyright {
  background-color: #f4f4f4;
  padding: 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;
  padding: 15px 0;
}/*# sourceMappingURL=style.css.map */