@charset "UTF-8";
*, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #fff;
  color: #333;
}

@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;
  }
}

p {
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 12.5px;
  }
}

h1 {
  font-size: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

.top_contents_title {
  display: inline-block;
}
.top_contents_title h2 {
  font-family: serif;
  letter-spacing: 3px;
  font-weight: 800;
}
.top_contents_title p {
  font-weight: 600;
}
.top_contents_title span {
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #333;
}

.top_contents_btn {
  width: 30%;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 100%;
    padding-left: 20px;
  }
}
.top_contents_btn a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.top_contents_btn a span {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9fd66e;
  transition: all 0.4s;
}
.top_contents_btn a span i {
  color: #fff;
  font-size: 12.5px;
}

.top_contents_btn02 {
  width: 30%;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn02 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn02 {
    width: 100%;
    padding-left: 20px;
  }
}
.top_contents_btn02 a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.top_contents_btn02 a span {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9fd66e;
  transition: all 0.4s;
}
.top_contents_btn02 a span i {
  color: #fff;
  font-size: 12.5px;
}

.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);
}

.lower_headline {
  text-align: center;
  margin-bottom: 50px;
}
.lower_headline h2 {
  border-bottom: 1px solid #333;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lower_headline {
    margin-bottom: 40px;
  }
}

header {
  position: relative;
  z-index: 99999;
}
header #header_pc {
  display: block;
  position: absolute;
}
header #header_pc .header_pc_contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_pc_contents {
    display: none;
  }
}
header #header_pc .header_pc_contents .header_copyright {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_copyright {
    width: 20%;
  }
}
header #header_pc .header_pc_contents .header_copyright p {
  writing-mode: vertical-rl;
  color: #ddd;
  letter-spacing: 2.5px;
}
header #header_pc .header_pc_contents .header_menu {
  width: 70%;
}
header #header_pc .header_pc_contents .header_menu .header_logo {
  height: 65px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu .header_logo {
    height: 40px;
    margin-bottom: 40px;
  }
}
header #header_pc .header_pc_contents .header_menu .header_logo img {
  height: 100%;
}
header #header_pc .header_pc_contents .header_menu .header_menu_list {
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu .header_menu_list {
    margin-bottom: 30px;
  }
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu .header_menu_list li {
    margin-bottom: 10px;
  }
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li a {
  text-decoration: none;
  color: #333;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  padding: 5px 0;
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #9fd66e;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li a:hover::after {
  transform: scale(1, 1);
}
header #header_pc .header_pc_contents .header_sns_icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
header #header_pc .header_pc_contents .header_sns_icon ul li {
  margin: 0 20px;
  padding-left: 0;
}
header #header_pc .header_pc_contents .header_sns_icon ul li a {
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #9fd66e;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
header #header_pc .header_pc_contents .header_sns_icon ul li a:hover {
  background-color: #699b3e;
}
header #header_pc .header_pc_contents .header_sns_icon ul li a i::before {
  color: #fff;
}
header #header_pc .header_sp_contents {
  width: 100vw;
  position: fixed;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp a {
  text-decoration: none;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp a img {
  height: 20px;
}
header #header_pc_scroll {
  display: none;
}
header #header_pc_scroll .header_pc_scroll_contents {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc_scroll .header_pc_scroll_contents {
    display: none;
  }
}
@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: 30px;
}
header #header_pc_scroll .header_pc_scroll_contents .header_logo img {
  height: 100%;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li {
  margin-left: 40px;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #9fd66e;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li a:hover::after {
  transform: scale(1, 1);
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #9fd66e;
  transition: all 0.4s;
  color: #fff;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a:hover {
  background-color: #699b3e;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a::after {
  width: 0;
}
@media screen and (min-width: 1441px) {
  header #header_pc_scroll .header_sp_scroll_contents {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc_scroll .header_sp_scroll_contents {
    display: none;
  }
}
header #header_pc_scroll .header_sp_scroll_contents .header_sp_contents_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
}
header #header_pc_scroll .header_sp_scroll_contents .header_sp_contents_flex .header_logo_sp a {
  text-decoration: none;
}
header #header_pc_scroll .header_sp_scroll_contents .header_sp_contents_flex .header_logo_sp a img {
  height: 20px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: #9fd66e;
  border-radius: 50%;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}

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

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 28px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 19px;
  left: 9px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  left: 9px;
  background: #fff;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #E98935;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

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: 20px;
}

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

nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}

nav.globalMenuSp ul li a {
  display: block;
  color: #9fd66e;
  padding: 10px 0;
  font-weight: 800;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  height: 700px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    height: 300px;
    margin-bottom: 40px;
  }
}
#top_main .slide-images {
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    width: 100%;
    height: 300px;
  }
}
#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 {
  border-radius: 0 0 0 80px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .slide-images .slick-next {
  display: none !important;
}
#top_main .slide-images .slick-next::before {
  display: none;
}

#top_news {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    flex-flow: column;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    flex-flow: column;
    border: none;
    margin-bottom: 40px;
  }
}
#top_news .top_contents_title {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_contents_title {
    width: 100%;
    padding: 20px 40px;
    text-align: start;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_contents_title {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
  }
}
#top_news .top_contents_title h2 {
  line-height: 48px;
  margin-right: 10px;
}
#top_news .top_contents_title p {
  color: #9fd66e;
}
#top_news .top_news_contents {
  width: 70%;
  margin: auto;
  padding-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents {
    width: 100%;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents {
    width: 100%;
    flex-flow: column;
    padding: 15px 20px;
  }
}
#top_news .top_news_contents .top_news_list {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_list {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top_news .top_news_contents .top_news_list ul {
  list-style: none;
}
#top_news .top_news_contents .top_news_list ul a {
  text-decoration: none;
}
#top_news .top_news_contents .top_news_list ul a li {
  padding: 15px 0;
}
#top_news .top_news_contents .top_news_list ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_contents .top_news_list ul a li .outline .date {
  margin-right: 40px;
  color: #fff;
  background-color: #9fd66e;
  font-size: 12.5px;
  padding: 3px 10px;
  border-radius: 25px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_list ul a li .outline .date {
    font-size: 10px;
  }
}
#top_news .top_news_contents .top_news_list ul a li .outline .title {
  border-bottom: 1px solid #d2d2d2;
  color: #333;
  position: relative;
  width: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents .top_news_list ul a li .outline .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_list ul a li .outline .title {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_contents_btn {
    text-align: end;
    margin-right: 100px;
  }
}

#top_two_contents {
  position: relative;
  margin-bottom: 400px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents {
    margin-bottom: 350px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents {
    margin-bottom: 740px;
  }
}
#top_two_contents .top_two_contents_title {
  padding: 40px 0 180px 0;
  background-color: #c3e5a5;
}
#top_two_contents .top_two_contents_title h2 {
  text-align: center;
  color: #fff;
}
#top_two_contents .top_two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: auto;
  margin-bottom: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two {
    width: 95%;
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two {
    width: 90%;
    margin-bottom: 80px;
    flex-flow: column;
  }
}
#top_two_contents .top_two #top_service {
  width: 33%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_service {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_service {
    width: 100%;
    height: 200px;
    margin-bottom: 80px;
  }
}
#top_two_contents .top_two #top_service .top_service_image {
  width: 100%;
  height: 100%;
}
#top_two_contents .top_two #top_service .top_service_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
#top_two_contents .top_two #top_service .top_contents_btn02 {
  width: 90%;
  margin: auto;
  padding-left: 0;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  background-color: #3e7940;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_service .top_contents_btn02 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_service .top_contents_btn02 {
    margin-right: 0;
  }
}
#top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title {
  text-align: center;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title {
    width: 90%;
  }
}
#top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title h4 {
  color: #fff;
  padding: 0px 5%;
  font-family: serif;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title h4 {
    padding: 0;
    margin-right: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title h4 {
    padding: 0;
  }
}
#top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title p {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_service .top_contents_btn02 .top_service_title p {
    font-size: 12.5px;
  }
}
#top_two_contents .top_two #top_service .top_contents_btn02 span {
  right: 0;
  background: #fff;
}
#top_two_contents .top_two #top_service .top_contents_btn02 span i {
  color: #333;
}
#top_two_contents .top_two #top_company {
  width: 33%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_company {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_company {
    width: 100%;
    height: 200px;
    margin-bottom: 80px;
  }
}
#top_two_contents .top_two #top_company .top_company_image {
  width: 100%;
  height: 100%;
}
#top_two_contents .top_two #top_company .top_company_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
#top_two_contents .top_two #top_company .top_contents_btn02 {
  width: 90%;
  margin: auto;
  padding-left: 0;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  background-color: #3e7940;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_company .top_contents_btn02 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_company .top_contents_btn02 {
    margin-right: 0;
  }
}
#top_two_contents .top_two #top_company .top_contents_btn02 .top_company_title {
  text-align: center;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#top_two_contents .top_two #top_company .top_contents_btn02 .top_company_title h4 {
  color: #fff;
  padding: 0px 5%;
  font-family: serif;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_company .top_contents_btn02 .top_company_title h4 {
    padding: 0;
    margin-right: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_company .top_contents_btn02 .top_company_title h4 {
    padding: 0;
  }
}
#top_two_contents .top_two #top_company .top_contents_btn02 .top_company_title p {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_company .top_contents_btn02 .top_company_title p {
    font-size: 12.5px;
  }
}
#top_two_contents .top_two #top_company .top_contents_btn02 span {
  right: 0;
  background: #fff;
}
#top_two_contents .top_two #top_company .top_contents_btn02 span i {
  color: #333;
}
#top_two_contents .top_two #top_works {
  width: 33%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_works {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_works {
    width: 100%;
    height: 200px;
    margin-bottom: 80px;
  }
}
#top_two_contents .top_two #top_works .top_works_image {
  width: 100%;
  height: 100%;
}
#top_two_contents .top_two #top_works .top_works_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
#top_two_contents .top_two #top_works .top_contents_btn02 {
  width: 90%;
  margin: auto;
  padding-left: 0;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  background-color: #3e7940;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_works .top_contents_btn02 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_works .top_contents_btn02 {
    margin-right: 0;
  }
}
#top_two_contents .top_two #top_works .top_contents_btn02 .top_works_title {
  text-align: center;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#top_two_contents .top_two #top_works .top_contents_btn02 .top_works_title h4 {
  color: #fff;
  padding: 0px 5%;
  font-family: serif;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_works .top_contents_btn02 .top_works_title h4 {
    padding: 0;
    margin-right: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_two #top_works .top_contents_btn02 .top_works_title h4 {
    padding: 0;
  }
}
#top_two_contents .top_two #top_works .top_contents_btn02 .top_works_title p {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_two #top_works .top_contents_btn02 .top_works_title p {
    font-size: 12.5px;
  }
}
#top_two_contents .top_two #top_works .top_contents_btn02 span {
  right: 0;
  background: #fff;
}
#top_two_contents .top_two #top_works .top_contents_btn02 span i {
  color: #333;
}

#top_greeting {
  position: relative;
  margin-top: 120px;
  height: 300px;
  background-position: center;
  background-size: cover;
  margin-bottom: 800px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting {
    height: 780px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting {
    height: 700px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
#top_greeting .top_greeting_contents {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 100%;
  padding: 60px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents {
    width: 100%;
    padding: 20px;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 80px 0;
  width: 80%;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents .top_greeting_content {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    padding: 40px 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    padding: 40px 10px;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .line {
  width: 100%;
  height: 2px;
  background-color: #699b3e;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .line {
    display: none;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10%;
  height: 2px;
  background-color: #699b3e;
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing {
    width: 100%;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_headline {
  font-weight: 600;
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 50px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_headline {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_headline {
    font-size: 18px;
    line-height: 30px;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_text {
  color: #333;
  line-height: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_text {
    line-height: 25px;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_img img {
  width: 45%;
  border-radius: 25px;
}

#top_area {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #top_area {
    height: 400px;
    margin-bottom: 40px;
    flex-flow: column;
  }
}
#top_area .top_area_contents {
  width: 50%;
  height: 500px;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents {
    height: 350px;
    padding: 40px;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents {
    width: 100%;
    height: 300px;
    padding: 20px;
    position: static;
  }
}
#top_area .top_area_contents .top_contents_title {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_contents_title {
    margin-bottom: 20px;
  }
}
#top_area .top_area_contents .top_contents_title h2 {
  margin-right: 10px;
  line-height: 50px;
}
#top_area .top_area_contents .top_contents_title p {
  color: #9fd66e;
}
#top_area .top_area_contents .top_area_text {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents .top_area_text {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_text {
    position: static;
    width: 90%;
  }
}
#top_area .top_area_image {
  width: 50%;
  height: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_image {
    width: 80%;
    height: 200px;
  }
}
#top_area .top_area_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_recruit {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  margin-bottom: 320px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit {
    height: 400px;
    margin-bottom: 140px;
    flex-flow: column;
  }
}
#top_recruit .top_recruit_contents {
  width: 50%;
  height: 500px;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents {
    height: 350px;
    padding: 40px;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents {
    width: 100%;
    height: 300px;
    padding: 20px;
    position: static;
  }
}
#top_recruit .top_recruit_contents .top_contents_title {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_contents_title {
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_contents_title h2 {
  margin-right: 10px;
  line-height: 50px;
}
#top_recruit .top_recruit_contents .top_contents_title p {
  color: #9fd66e;
}
#top_recruit .top_recruit_contents .top_recruit_text {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_text {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_text {
    position: static;
    width: 90%;
  }
}
#top_recruit .top_recruit_contents .top_recruit_text p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_text p {
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_text .top_contents_btn {
  margin-left: auto;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_text .top_contents_btn {
    text-align: end;
    padding-right: 40px;
  }
}
#top_recruit .top_recruit_image {
  width: 50%;
  height: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_image {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_image {
    width: 80%;
    height: 200px;
  }
}
#top_recruit .top_recruit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn_active {
  background-color: #699b3e !important;
  width: 40px !important;
  height: 40px !important;
}

.btn_active02 {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
}

#top_gallery {
  padding: 80px;
  padding-bottom: 320px;
  background-color: #F2E2D4;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery {
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery {
    flex-flow: column;
    padding: 40px 20px;
    padding-bottom: 160px;
  }
}
#top_gallery .top_contents_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_gallery .top_contents_title {
    margin-bottom: 20px;
  }
}
#top_gallery .top_contents_title p {
  color: #9fd66e;
}
#top_gallery .top_gallery_contents {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_gallery .top_gallery_contents {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery_contents {
    width: 100%;
  }
}
#top_gallery .top_gallery_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
#top_gallery .top_gallery_contents ul li {
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_gallery .top_gallery_contents ul li {
    width: 45%;
  }
}
#top_gallery .top_gallery_contents ul li img {
  width: 100%;
  border-radius: 25px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

#service_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #service_main {
    height: 300px;
  }
}
#service_main .service_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main .service_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #service_main .service_main_contents {
    width: 95%;
    height: 300px;
  }
}
#service_main .service_main_contents .service_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#service_main .service_main_contents .service_main_bg .service_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #service_main .service_main_contents .service_main_bg .service_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#service_main .service_main_contents .service_main_bg .service_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #service_main .service_main_contents .service_main_bg .service_title h2 {
    font-size: 36px;
  }
}

#service {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #service {
    margin-top: 180px;
  }
}
#service .service_top_contents {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents {
    padding: 40px 0;
  }
}
#service .service_top_contents .service_writing {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 25px 0 0 25px;
  padding: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents .service_writing {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_writing {
    width: 90%;
    padding: 20px;
  }
}
#service .service_top_contents .service_writing .service_writing_headline h3 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_writing .service_writing_headline h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
#service .service_top_contents .service_writing .service_writing_headline h3::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #333;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_writing .service_writing_headline h3::after {
    height: 1px;
    bottom: -20px;
  }
}
#service .service_bottom_contents {
  background-color: #EAE9E9;
  padding-bottom: 280px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents {
    padding-bottom: 120px;
  }
}
#service .service_bottom_contents .service_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_content {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_image {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_image {
    width: 100%;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_bottom_contents .service_bottom_content .service_bottom_writing {
  width: 50%;
  padding: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_writing {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_writing {
    width: 100%;
    padding: 20px;
  }
}
#service .service_bottom_contents .service_bottom_content .service_bottom_writing h2 {
  font-size: 34px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content .service_bottom_writing h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_content:last-child {
    flex-flow: column-reverse;
  }
}

#works_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #works_main {
    height: 300px;
  }
}
#works_main .works_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main .works_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #works_main .works_main_contents {
    width: 95%;
    height: 300px;
  }
}
#works_main .works_main_contents .works_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#works_main .works_main_contents .works_main_bg .works_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #works_main .works_main_contents .works_main_bg .works_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#works_main .works_main_contents .works_main_bg .works_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #works_main .works_main_contents .works_main_bg .works_title h2 {
    font-size: 36px;
  }
}

#works {
  position: relative;
  background-color: #EAE9E9;
  margin-top: 120px;
  padding-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #works {
    padding-bottom: 120px;
    margin-top: 180px;
  }
}
#works .lower_headline {
  padding-top: 80px;
}
#works .works_contents {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #works .works_contents {
    width: 95%;
    padding: 40px 0;
  }
}
#works .works_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 30%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .thumb {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .thumb {
    height: 120px;
  }
}
#works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
#works .works_contents ul li .outline {
  background-color: #fff;
  padding: 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline {
    height: 150px;
  }
}
#works .works_contents ul li .outline .title {
  color: #9fd66e;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#works .works_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn p {
    font-size: 10px;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #9fd66e;
}
@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: #9fd66e;
}
@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;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: 560px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#news_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 300px;
  }
}
#news_main .news_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main .news_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents {
    width: 95%;
    height: 300px;
  }
}
#news_main .news_main_contents .news_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#news_main .news_main_contents .news_main_bg .news_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#news_main .news_main_contents .news_main_bg .news_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title h2 {
    font-size: 36px;
  }
}

#news {
  position: relative;
  margin-top: 120px;
  background-color: #EAE9E9;
  padding-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 180px;
    padding-bottom: 120px;
  }
}
#news .lower_headline {
  padding-top: 80px;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 80px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
    padding: 40px 0;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #9fd66e;
}
#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: 100%;
    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: 200px;
  }
}
#news .news_contents ul a li .outline .title {
  color: #9fd66e;
  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 {
  font-size: 15px;
  color: #333;
}
@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: #9fd66e;
}
@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: #9fd66e;
}
@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;
}

#news_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 300px;
  }
}
#news_main .news_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main .news_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents {
    width: 95%;
    height: 300px;
  }
}
#news_main .news_main_contents .news_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#news_main .news_main_contents .news_main_bg .news_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#news_main .news_main_contents .news_main_bg .news_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title h2 {
    font-size: 36px;
  }
}

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

#company_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #company_main {
    height: 300px;
  }
}
#company_main .company_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main .company_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #company_main .company_main_contents {
    width: 95%;
    height: 300px;
  }
}
#company_main .company_main_contents .company_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#company_main .company_main_contents .company_main_bg .company_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #company_main .company_main_contents .company_main_bg .company_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#company_main .company_main_contents .company_main_bg .company_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #company_main .company_main_contents .company_main_bg .company_title h2 {
    font-size: 36px;
  }
}

#company {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 280px;
  background-color: #EAE9E9;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #company {
    margin-top: 180px;
    padding-top: 40px;
    padding-bottom: 180px;
  }
}
#company .company_contents {
  width: 100%;
  padding-bottom: 120px;
  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 h3 {
  padding: 20px 60px;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h3 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 80%;
  margin: auto;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 80px;
  position: relative;
  z-index: 100;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th {
  width: 38%;
  padding: 20px 0;
  border-bottom: 2px solid #9fd66e;
  text-align: start;
  padding-left: 20px;
  color: #9fd66e;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 46%;
    border-bottom: 1px solid #9fd66e;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
    border-bottom: 1px solid #333;
  }
}
#company .company_map {
  width: 100%;
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#recruit_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main {
    height: 300px;
  }
}
#recruit_main .recruit_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main .recruit_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents {
    width: 95%;
    height: 300px;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h2 {
    font-size: 36px;
  }
}

#recruit {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #recruit {
    margin-top: 180px;
  }
}
#recruit .recruit_writing {
  text-align: center;
  width: 65%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing {
    width: 90%;
  }
}
#recruit .recruit_writing .recruit_writing_headline {
  margin-bottom: 20px;
}
#recruit .recruit_writing .recruit_writing_headline h2 {
  font-size: 24px;
  font-weight: 600;
}
#recruit .recruit_writing .recruit_writing_bottom .center_img {
  width: 80%;
  margin: auto;
}
#recruit .recruit_writing .recruit_writing_bottom .center_img img {
  width: 100%;
}
#recruit .recruit_writing .recruit_writing_text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit .recruit_writing .recruit_writing_text p {
  font-size: 24px;
  padding-top: 50px;
  color: #7dbf43;
  font-weight: bold;
}
#recruit .recruit_contents {
  width: 100%;
  padding: 120px 0;
  background-color: #EAE9E9;
  margin: auto;
  position: relative;
  padding-bottom: 280px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
    padding: 60px 0;
    padding-bottom: 160px;
  }
}
#recruit .recruit_contents .recruit_detail_title {
  text-align: center;
  margin-bottom: 40px;
  color: #9fd66e;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail_title {
    margin-bottom: 20px;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 80px;
  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: 90%;
    padding: 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  margin: 0;
  width: 100%;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  border-bottom: 2px solid #9fd66e;
  text-align: end;
  padding-right: 40px;
  color: #9fd66e;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn {
  text-align: center;
  margin-top: 40px;
}
#recruit .recruit_contents .recruit_detail .recruit_btn button {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #9fd66e;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_btn button {
    padding: 10px 60px;
    font-size: 12.5px;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn button:hover {
  background-color: #699b3e;
}

#contact_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main {
    height: 300px;
  }
}
#contact_main .contact_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main .contact_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main .contact_main_contents {
    width: 95%;
    height: 300px;
  }
}
#contact_main .contact_main_contents .contact_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#contact_main .contact_main_contents .contact_main_bg .contact_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #contact_main .contact_main_contents .contact_main_bg .contact_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#contact_main .contact_main_contents .contact_main_bg .contact_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #contact_main .contact_main_contents .contact_main_bg .contact_title h2 {
    font-size: 36px;
  }
}

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

#policy_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 300px;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 95%;
    height: 300px;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 130%;
    left: 5%;
    color: #9fd66e;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
    font-size: 36px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 300px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
.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 {
  position: relative;
}
footer #top_contact {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #9fd66e;
  width: 980px;
  margin: auto;
  border-radius: 25px;
  padding: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact {
    width: 90%;
    padding: 20px 40px;
    top: -30%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact {
    width: 90%;
    padding: 10px 20px;
    top: -20%;
  }
}
footer #top_contact .top_contact_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_title {
    margin-bottom: 10px;
  }
}
footer #top_contact .top_contact_title h2 {
  color: #fff;
}
footer #top_contact .top_contact_text {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_text {
    margin-bottom: 20px;
  }
}
footer #top_contact .top_contact_text p {
  color: #fff;
}
footer #top_contact .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents {
    width: 100%;
    flex-flow: column;
  }
}
footer #top_contact .top_contact_contents .top_contact_form {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer #top_contact .top_contact_contents .top_contact_form button {
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #fff;
  color: #9fd66e;
  border: none;
  font-size: 18px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_form button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form button {
    padding: 5px 20px;
  }
}
footer #top_contact .top_contact_contents .top_contact_form button:hover {
  background-color: #699b3e;
  color: #fff;
}
footer #top_contact .top_contact_contents .top_contact_form button span {
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_form button span {
    padding-left: 10px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form button span {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 12.5px;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc {
    display: none;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_pc h2 {
  text-align: center;
  color: #fff;
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_pc p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp {
    display: none;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
    font-size: 18px;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p {
    font-size: 10px;
  }
}
footer #footer {
  background-position: center;
  background-size: cover;
  width: 100%;
}
footer #footer .footer_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 240px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg {
    padding-top: 180px;
  }
}
footer #footer .footer_bg .footer_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents {
    width: 90%;
    flex-flow: column-reverse;
  }
}
footer #footer .footer_bg .footer_contents .footer_company {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company {
    width: 100%;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
    width: 65%;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer #footer .footer_bg .footer_contents .footer_company .footer_company_contents {
  color: #fff;
  text-align: center;
}
footer #footer .footer_bg .footer_contents .footer_menu {
  width: 58%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents {
    margin-bottom: 10px;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li {
  width: 20%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li {
    margin-bottom: 10px;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #9fd66e;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a {
    font-size: 12.5px;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(5) {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(5) {
    width: 27%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(5) {
    width: 25%;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(6) {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(6) {
    width: 27%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(6) {
    width: 25%;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(7) {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(7) {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li:nth-child(7) {
    width: 40%;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon {
  padding-left: 20px;
  margin-bottom: 20px;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li {
  margin: 0 20px;
  padding-left: 0;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li a {
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #9fd66e;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li a:hover {
  background-color: #699b3e;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li a i::before {
  color: #fff;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */