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

body {
  letter-spacing: 0.2vw;
  position: relative;
  z-index: -200;
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .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;
  }
}

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

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

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: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

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

.top_headline {
  margin-bottom: 2vw;
}

.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  padding: 1.2vw 3vw;
  border: none;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #e01300;
  transition: all 0.4s;
  cursor: pointer;
}
.top_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.top_btn a button i {
  margin-left: 1vw;
}

#lower .lower {
  position: relative;
}
#lower .lower .lower_main {
  background-position: center;
  background-size: cover;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_main {
    height: 50vw;
  }
}
#lower .lower .lower_title {
  position: absolute;
  bottom: 10%;
  width: auto;
  padding: 4vw 10vw 4vw 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e01300;
  color: #fff;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    width: auto;
    padding: 4vw 6vw 4vw 6vw;
  }
}
#lower .lower .breadcrumbs {
  text-align: start;
  margin-top: 6vw;
  margin-bottom: 4vw;
  padding-left: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .breadcrumbs {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .breadcrumbs {
    margin-bottom: 12vw;
  }
}
#lower .lower .breadcrumbs p a {
  color: #888;
}
#lower .lower .breadcrumbs p span {
  margin: 0 2vw;
}

.acf-field {
  width: 50%;
  float: left;
  clear: none !important;
}

.acf-field-type-settings {
  container-type: normal !important;
}

.smart-cf-meta-box-repeat-tables {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.smart-cf-meta-box-repeat-tables .smart-cf-meta-box-table {
  width: 30%;
}

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

.topBtnSp {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: #4cad00;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.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: #4cad00;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
  z-index: -1;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
header #header_pc {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  background-color: #ffffff;
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 30%;
  padding: 1.5vw;
  margin-left: 1vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  padding-right: 2vw;
  width: 70%;
}
header #header_pc .header_menu .header_menu_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #header_pc .header_menu .header_menu_top .header_menu_time {
  color: #333333;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_tel {
  margin-right: 1vw;
  color: #4cad00;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_tel h4 {
  font-size: 1.5vw;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_time .time {
  margin-bottom: 0.5vw;
}
header #header_pc .header_menu .header_menu_top .header_contact a {
  text-decoration: none;
}
header #header_pc .header_menu .header_menu_top .header_contact a button {
  font-size: 120%;
  font-weight: 600;
  padding: 0.8vw 5vw;
  background-color: #4cad00;
  border: none;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.4s;
}
header #header_pc .header_menu .header_menu_top .header_contact a button:hover {
  background-color: #e01300;
}
header #header_pc .header_menu .header_menu_top .header_contact a button i {
  margin-right: 1vw;
}
header #header_pc .header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0.5vw 3.5vw;
  padding-top: 1vw;
  padding-right: 0;
  border-radius: 10px;
}
header #header_pc .header_menu ul li {
  width: 16.6666666667%;
  text-align: center;
}
header #header_pc .header_menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  text-decoration: none;
  color: #333333;
}
header #header_pc .header_menu ul li a:hover {
  color: #4cad00;
  border-bottom: 1px solid #4cad00;
}
header #header_pc .header_menu ul li .header_service {
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  width: 10.5%;
  padding-left: 0;
  border: 2px solid #ffffff;
  background-color: #4cad00;
}
header #header_pc .header_menu ul li .header_service .header_service_list {
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid #ffffff;
}
header #header_pc .header_menu ul li .header_service .header_service_list:last-child {
  border: none;
}
header #header_pc .header_menu ul li .header_service .header_service_list a {
  font-size: 0.9vw;
  color: #ffffff;
}
header #header_pc .header_menu ul li .header_service .header_service_list a:hover {
  border: none !important;
}
@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 (max-width: 768px) {
  header {
    height: 60px;
  }
}
header .header_logo {
  width: 60%;
}
header .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #4cad00;
}
@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 (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 60%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  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: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 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 {
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    margin-bottom: 3rem;
  }
}
nav.globalMenuSp ul li .list_child {
  margin-left: auto;
  margin-right: 0;
}

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

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

nav.globalMenuSp ul li a {
  display: block;
  color: #ffffff;
  padding: 0.5rem 0;
  text-decoration: none;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    padding: 0.5em 0;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}

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

#top_main {
  position: relative;
}
#top_main::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  background-color: #e01300;
  z-index: -100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main::after {
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main::after {
    height: 70vh;
  }
}
#top_main .top_main_images {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_images {
    width: 85%;
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_images {
    width: 100%;
    height: 65vh;
  }
}
#top_main .top_main_images .top_main_images_left {
  width: 50%;
  height: 100%;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_top {
  width: 100%;
  height: 50%;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_bottom {
  width: 100%;
  height: 50%;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images .top_main_images_right {
  width: 50%;
  height: 100%;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_top {
  width: 100%;
  height: 70%;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_bottom {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_texts {
  position: absolute;
  top: 70%;
  right: 0;
  transform: translate(0, -50%);
}
#top_main .top_main_texts .text {
  padding: 1vw 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #4cad00;
  margin-bottom: 1vw;
  border-radius: 50px 0 0 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_texts .text {
    padding: 2vw 4vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text {
    padding: 4vw 6vw;
    margin-bottom: 3vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top_main .top_main_texts .text h2 {
    font-size: 5vw !important;
  }
}

#top_news {
  padding: 8vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    padding: 14vw 0;
    padding-bottom: 10vw;
  }
}
#top_news .top_news {
  width: 70%;
  margin: 6vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 95%;
    flex-flow: column;
  }
}
#top_news .top_news .top_news_left {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left {
    width: 100%;
  }
}
#top_news .top_news .top_news_left .top_contents_title {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 3vw;
  color: #4cad00;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_left .top_contents_title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left .top_contents_title {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left .top_btn {
    margin-bottom: 6vw;
  }
}
#top_news .top_news .top_news_left .top_btn a button {
  border: none;
  color: #4cad00;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
#top_news .top_news .top_news_left .top_btn a button:hover {
  opacity: 0.5;
  border: none !important;
}
#top_news .top_news .top_news_contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 100%;
  }
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul {
    margin-bottom: 6vw;
  }
}
#top_news .top_news .top_news_contents ul a {
  text-decoration: none;
  color: #4cad00;
  display: block;
  padding-bottom: 0.4vw;
  margin-bottom: 2vw;
  border-bottom: 1px dotted #4cad00;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  transition: all 0.4s;
}
#top_news .top_news .top_news_contents ul a li .outline:hover {
  opacity: 0.6;
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  padding: 0.5vw;
  background-color: #4cad00;
  color: #fff;
  margin-right: 1vw;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 1.6vw;
    padding: 1vw;
    margin-right: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 2.6vw;
    padding: 2vw;
    margin-right: 3.4vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#top_about .top_about {
  background: linear-gradient(-135deg, rgb(255, 255, 255), rgba(235, 226, 0, 0) 60%);
  background: #fff;
  position: relative;
  padding: 10vw 0;
  background-size: 100% 100%;
}
#top_about .top_about .top_about_enText {
  position: absolute;
  top: -10%;
  right: 5%;
  transform: rotate(15deg);
}
#top_about .top_about .top_about_enText h4 {
  font-family: "emily-austin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  color: #4cad00;
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    height: 55vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    height: 80vw;
  }
}
#top_about .top_about .top_about_contents .top_about_images {
  position: relative;
  width: 50%;
  height: 50vw;
}
#top_about .top_about .top_about_contents .top_about_images::after {
  position: absolute;
  content: "";
  top: -10%;
  left: 0%;
  width: 80%;
  height: 30vw;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images::after {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 12%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_right {
  width: 50%;
  padding-right: 2vw;
}
#top_about .top_about .top_about_contents .top_about_right .top_about_title {
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #e01300;
}
#top_about .top_about .top_about_contents .top_about_right .top_about_title h2 {
  font-size: 6vw;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right .top_about_title h2 {
    font-size: 10vw;
  }
}
#top_about .top_about .top_about_contents .top_about_right .top_about_title h4 {
  position: absolute;
  bottom: 10%;
}
#top_about .top_about .top_about_contents .top_about_right p {
  margin-bottom: 4vw;
}
#top_about .top_about .top_about_contents .top_about_right img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right img {
    border-radius: 20px;
  }
}

#top_service .top_service {
  background-color: #fff;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    padding: 8vw 0;
  }
}
#top_service .top_service .top_service_title {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #4cad00;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_service_title h2 {
  font-size: 6vw;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title h2 {
    font-size: 10vw;
  }
}
#top_service .top_service .top_service_title h4 {
  position: absolute;
  bottom: 10%;
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    width: 95%;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
#top_service .top_service .top_service_contents .top_service_btn {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_btn {
    width: 50%;
  }
}
#top_service .top_service .top_service_contents .top_service_btn a {
  text-decoration: none;
}
#top_service .top_service .top_service_contents .top_service_btn a button {
  border: none;
  background-color: #fff;
  border: solid 1px #4cad00;
  color: #4cad00;
  padding: 1.5vw 4vw;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_btn a button {
    padding: 4vw 8vw;
  }
}
#top_service .top_service .top_service_contents .top_service_btn a button:hover {
  background-color: #4cad00;
  color: #fff;
}
#top_service .top_service .top_service_contents .top_service_btn a button i {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_btn a button i {
    margin-left: 2.5vw;
  }
}
#top_service .top_service .top_service_contents .top_service_text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#top_service .top_service_images {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images {
    height: 50vw;
  }
}
#top_service .top_service_images .top_service_leftImage {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: relative;
  transition: all 0.4s;
}
#top_service .top_service_images .top_service_leftImage:hover::after {
  background-color: transparent;
}
#top_service .top_service_images .top_service_leftImage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.35);
}
#top_service .top_service_images .top_service_leftImage .top_service_number {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 5vw;
  height: 5vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span {
  position: absolute;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:first-child {
  top: -5%;
  left: -5%;
  font-size: 3vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:last-child {
  bottom: 0%;
  right: 0%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images .top_service_leftImage .top_service_number p span:last-child {
    bottom: -5%;
    right: -5%;
    font-size: 2.5vw;
  }
}
#top_service .top_service_images .top_service_leftImage .top_service_headline {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 5%;
  text-align: center;
  color: #fff;
  width: 90%;
  text-shadow: 0 0 5px #000;
}
#top_service .top_service_images .top_service_leftImage .top_service_headline h4 {
  font-size: 3vw;
  letter-spacing: 1vw;
}
#top_service .top_service_images .top_service_rightImage {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: relative;
}
#top_service .top_service_images .top_service_rightImage:hover::after {
  background-color: transparent;
}
#top_service .top_service_images .top_service_rightImage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.35);
}
#top_service .top_service_images .top_service_rightImage .top_service_number {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 5vw;
  height: 5vw;
}
#top_service .top_service_images .top_service_rightImage .top_service_number p {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#top_service .top_service_images .top_service_rightImage .top_service_number p span {
  position: absolute;
}
#top_service .top_service_images .top_service_rightImage .top_service_number p span:first-child {
  top: -5%;
  left: -5%;
  font-size: 3vw;
}
#top_service .top_service_images .top_service_rightImage .top_service_number p span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
}
#top_service .top_service_images .top_service_rightImage .top_service_number p span:last-child {
  bottom: 0%;
  right: 0%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images .top_service_rightImage .top_service_number p span:last-child {
    bottom: -5%;
    right: -5%;
    font-size: 2.5vw;
  }
}
#top_service .top_service_images .top_service_rightImage .top_service_headline {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 5%;
  color: #fff;
  text-align: center;
  width: 90%;
  text-shadow: 0 0 5px #000;
}
#top_service .top_service_images .top_service_rightImage .top_service_headline h4 {
  font-size: 3vw;
  letter-spacing: 1vw;
}

#top_flex .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex {
    flex-flow: column;
  }
}
#top_flex .top_flex .top_company {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company {
    width: 100%;
  }
}
#top_flex .top_flex .top_company .top_company_image {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_company .top_company_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_company .top_company_contents {
  padding: 4vw 2vw;
  text-align: center;
  background-color: #e01300;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_company .top_company_contents p {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_company .top_company_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
#top_flex .top_flex .top_company .top_company_contents .btn a button:hover {
  background-color: #4cad00;
  color: #fff;
}
#top_flex .top_flex .top_company .top_company_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_contents .btn a button {
    padding: 3vw 8vw;
  }
}
#top_flex .top_flex .top_recruit {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit {
    width: 100%;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_image {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_recruit .top_recruit_contents {
  padding: 4vw 2vw;
  text-align: center;
  background-color: #4cad00;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_contents p {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
#top_flex .top_flex .top_recruit .top_recruit_contents .btn a button:hover {
  background-color: #e01300;
  color: #fff;
}
#top_flex .top_flex .top_recruit .top_recruit_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_contents .btn a button {
    padding: 3vw 8vw;
  }
}

#top_property {
  position: relative;
  z-index: -110;
}
#top_property .top_property {
  position: relative;
  z-index: -110;
  margin-bottom: 20vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_property {
    margin-bottom: 160vw;
  }
}
#top_property .top_property .top_property_top {
  width: 100%;
  height: 40vw;
  position: relative;
  z-index: -110;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_top {
    height: 80vw;
  }
}
#top_property .top_property .top_property_top .top_property_bg {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -10;
}
#top_property .top_property .top_property_top .top_property_bg::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
}
#top_property .top_property .top_property_top .top_property_bg .top_property_title {
  position: absolute;
  z-index: 0;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
#top_property .top_property .top_property_top .top_property_bg .top_property_title h1 {
  opacity: 0.6;
  font-size: 6vw;
}
#top_property .top_property .top_property_contents {
  position: absolute;
  top: 80%;
  width: 100%;
  z-index: -100;
}
#top_property .top_property .top_property_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul {
    flex-flow: column;
  }
}
#top_property .top_property .top_property_contents ul li {
  width: 30%;
  height: 20vw;
  position: relative;
  overflow: hidden;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li {
    width: 90%;
    height: 50vw;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#top_property .top_property .top_property_contents ul li:first-child:hover::after {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  content: "";
  border-radius: 0 50px 50px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#top_property .top_property .top_property_contents ul li:first-child .top_property_list {
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li:first-child .top_property_list {
    border-radius: 25px;
  }
}
#top_property .top_property .top_property_contents ul li:nth-child(2):hover::after {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  content: "";
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#top_property .top_property .top_property_contents ul li:nth-child(2) .top_property_list {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li:nth-child(2) .top_property_list {
    border-radius: 25px;
  }
}
#top_property .top_property .top_property_contents ul li:last-child:hover::after {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  content: "";
  border-radius: 50px 0 0 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#top_property .top_property .top_property_contents ul li:last-child .top_property_list {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li:last-child .top_property_list {
    border-radius: 25px;
  }
}
#top_property .top_property .top_property_contents ul li a {
  text-decoration: none;
}
#top_property .top_property .top_property_contents ul li a .top_property_list {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline {
    padding: 3vw;
  }
}
#top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline h4 {
  padding-left: 2vw;
  color: #4cad00;
  text-align: center;
}
#top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline h4 i {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline h4 i {
    margin-left: 3vw;
  }
}

#news {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#news .news {
  width: 80%;
  margin: auto;
}
#news .news .property_contents {
  margin-bottom: 8vw;
}
#news .news .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#news .news .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  margin: auto;
  background-color: #4cad00;
  color: #fff;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4 {
    width: 80%;
    padding: 2vw 5vw;
  }
}
#news .news .property_contents .property_headline h1 {
  position: absolute;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#news .news .property_contents .property_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content {
    margin-bottom: 12vw;
  }
}
#news .news .property_contents .property_content ul {
  list-style: none;
  display: block !important;
}
#news .news .property_contents .property_content ul a {
  display: block;
  width: 50%;
  margin: auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul a {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#news .news .property_contents .property_content ul li .outline .date {
  color: #333;
}
#news .news .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#news .news .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#news .news .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#news .news .property_contents .property_content ul li .outline .title {
  color: #4cad00;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #4cad00;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.none {
  display: none !important;
}

#news_single .news .news_contents {
  background-color: #4cad00;
  padding: 8vw 0;
}
#news_single .news .news_contents .news_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul {
    width: 95%;
  }
}
#news_single .news .news_contents .news_content ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li {
    flex-flow: column;
  }
}
#news_single .news .news_contents .news_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#news_single .news .news_contents .news_content ul li .list_left .images {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images div {
    height: 30vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#news_single .news .news_contents .news_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .outline .outline_title {
  width: 100%;
}
#news_single .news .news_contents .news_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #e01300;
  border-bottom: 2px solid #e01300;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}

#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_title {
  text-align: center;
  margin-bottom: 2vw;
  color: #4cad00;
  width: 80%;
  margin: 0 auto 2rem auto;
  border: solid 1px #4cad00;
  border-radius: 1rem;
  padding: 2rem 0;
}
#company .company .company_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 95vw;
  }
}
#company .company .company_contents table tr:nth-child(even) {
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
  color: #222;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .greeting {
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #company .greeting {
    margin: 16vw 0;
  }
}
#company .greeting .greeting_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .greeting .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents {
    width: 90%;
    flex-flow: column;
  }
}
#company .greeting .greeting_contents .greeting_text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text {
    width: 100%;
    padding-top: 2rem;
  }
}
#company .greeting .greeting_contents .greeting_text p {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 3.3vw;
  }
}
#company .greeting .greeting_contents .greeting_image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#company .greeting .greeting_contents .greeting_image img {
  width: 100%;
  border-radius: 50px;
}
#company .philosophy {
  background-color: #f1f1f1;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy {
    padding: 12vw 0;
  }
}
#company .philosophy .philosophy_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .philosophy .philosophy_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table {
    width: 95vw;
  }
}
#company .philosophy .philosophy_contents table tr:nth-child(even) {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .philosophy .philosophy_contents table tr th {
  width: 30%;
  color: #e01300;
  background-color: #e01300;
  color: #4cad00;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .philosophy .philosophy_contents table tr td {
  width: 70%;
  border-bottom: 1px solid #4cad00;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}

.car_contents {
  color: #fff;
}
.car_contents .car_content {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .car_contents .car_content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .car_contents .car_content {
    margin-bottom: 40px;
  }
}
.car_contents .car_content .car_headline {
  background-color: #e01300;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .car_contents .car_content .car_headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_headline {
    margin-bottom: 20px;
  }
}
.car_contents .car_content .car_headline .title {
  color: #fff;
  position: relative;
  padding: 2rem 0;
  display: inline-block;
}
.car_contents .car_content .car_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail {
    display: block;
  }
}
.car_contents .car_content .car_content_detail .car_content_detail_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail .car_content_detail_image {
    width: 100%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
.car_contents .car_content .car_content_detail .car_content_detail_image img {
  width: 100%;
}
.car_contents .car_content .car_content_detail .car_content_detail_text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail .car_content_detail_text {
    width: 100%;
    padding-right: 0;
  }
}
.car_contents .car_content .car_content_detail .car_content_detail_text .car_detail_headline {
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail .car_content_detail_text .car_detail_headline {
    margin-bottom: 20px;
  }
}
.car_contents .car_content .car_content_detail .car_content_detail_text .car_detail_headline .title {
  color: #e01300;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .car_contents .car_content .car_content_detail .car_content_detail_text .car_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail .car_content_detail_text .car_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.car_contents .car_content .car_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail02 {
    flex-flow: column-reverse;
  }
}
.car_contents .car_content .car_content_detail02 .car_content_detail_image {
  width: 40%;
}
.car_contents .car_content .car_content_detail02 .car_content_detail_image img {
  width: 100%;
}
.car_contents .car_content .car_content_detail02 .car_content_detail_text {
  width: 60%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail02 .car_content_detail_text {
    width: 100%;
  }
}
.car_contents .car_content .car_content_detail02 .car_content_detail_text .car_detail_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail02 .car_content_detail_text .car_detail_headline {
    margin-bottom: 20px;
  }
}
.car_contents .car_content .car_content_detail02 .car_content_detail_text .car_detail_headline .title {
  color: #e01300;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .car_contents .car_content .car_content_detail02 .car_content_detail_text .car_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.car_contents .car_gallery {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.car_contents .car_gallery li {
  width: 31%;
}
.car_contents .car_gallery li .gallery_img {
  height: 23vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 3px #e01300;
  border-radius: 5px;
}

.farm_contents {
  color: #fff;
}
.farm_contents .farm_content {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .farm_contents .farm_content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content {
    margin-bottom: 40px;
  }
}
.farm_contents .farm_content .farm_headline {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .farm_contents .farm_content .farm_headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_headline {
    margin-bottom: 20px;
  }
}
.farm_contents .farm_content .farm_headline .title {
  color: #e01300;
  position: relative;
  padding: 2rem 0;
  display: inline-block;
}
.farm_contents .farm_content .farm_headline .title::before {
  content: "";
  background-color: #4cad00;
  width: 200%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_headline .title::before {
    width: 120%;
  }
}
.farm_contents .farm_content .farm_headline .title::after {
  content: "";
  background-color: #4cad00;
  width: 200%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_headline .title::after {
    width: 120%;
  }
}
.farm_contents .farm_content .farm_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail {
    display: block;
  }
}
.farm_contents .farm_content .farm_content_detail .farm_content_detail_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail .farm_content_detail_image {
    width: 100%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
.farm_contents .farm_content .farm_content_detail .farm_content_detail_image img {
  width: 100%;
}
.farm_contents .farm_content .farm_content_detail .farm_content_detail_text {
  width: 60%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail .farm_content_detail_text {
    width: 100%;
    padding-left: 0;
  }
}
.farm_contents .farm_content .farm_content_detail .farm_content_detail_text .farm_detail_headline {
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail .farm_content_detail_text .farm_detail_headline {
    margin-bottom: 20px;
  }
}
.farm_contents .farm_content .farm_content_detail .farm_content_detail_text .farm_detail_headline .title {
  color: #e01300;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .farm_contents .farm_content .farm_content_detail .farm_content_detail_text .farm_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail .farm_content_detail_text .farm_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.farm_contents .farm_content .farm_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail02 {
    flex-flow: column-reverse;
  }
}
.farm_contents .farm_content .farm_content_detail02 .farm_content_detail_image {
  width: 40%;
}
.farm_contents .farm_content .farm_content_detail02 .farm_content_detail_image img {
  width: 100%;
}
.farm_contents .farm_content .farm_content_detail02 .farm_content_detail_text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail02 .farm_content_detail_text {
    width: 100%;
  }
}
.farm_contents .farm_content .farm_content_detail02 .farm_content_detail_text .farm_detail_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail02 .farm_content_detail_text .farm_detail_headline {
    margin-bottom: 20px;
  }
}
.farm_contents .farm_content .farm_content_detail02 .farm_content_detail_text .farm_detail_headline .title {
  color: #e01300;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .farm_contents .farm_content .farm_content_detail02 .farm_content_detail_text .farm_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.farm_contents .farm_gallery {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.farm_contents .farm_gallery li {
  width: 31%;
}
.farm_contents .farm_gallery li .gallery_img {
  height: 23vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 3px #4cad00;
  border-radius: 5px;
}

.contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 90%;
    padding: 10px;
  }
}
.contact_form h2 {
  text-align: center;
  color: #4cad00;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .contact_form h2 {
    margin-bottom: 4vw;
  }
}
.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%;
  margin-bottom: 8vw;
}
.contact_form .form .wpcf7 {
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
.contact_form .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
.contact_form .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact_form .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact_form .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
.contact_form .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
.contact_form .form .wpcf7 label.policy {
  text-align: center;
}
.contact_form .form .wpcf7 label.policy input {
  width: auto;
}
.contact_form .form .wpcf7 .wpcf7 input[type=url], .contact_form .form .wpcf7 .wpcf7 input[type=email], .contact_form .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
.contact_form .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #4cad00;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
.contact_form .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.contact_form .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333333;
  font-weight: 600;
}

.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;
  color: #4cad00;
}
@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_contact {
  position: relative;
  color: #333333;
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-top: 4vw;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents {
    height: 100vw;
  }
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4vw;
  border-radius: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_center {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_center {
    width: 95%;
  }
}
.footer_contact .footer_contact_text {
  text-align: center;
  pointer-events: none;
  padding-bottom: 2vw;
  border-bottom: 1px solid #868686;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
  }
}
.footer_contact .footer_contact_text p {
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  font-size: 4vw;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    flex-flow: column;
    padding-top: 4vw;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 2vw;
  text-align: center;
  border-right: 1px solid #868686;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel {
    width: 100%;
    border: none;
    margin-bottom: 5vw;
  }
}
.footer_contact .contact_flex .tel h4 {
  color: #4cad00;
  margin-top: 1.2vw;
  margin-bottom: 0.5vw;
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #4cad00;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel a {
    font-size: 4.8vw;
  }
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  text-align: center;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form {
    width: 100%;
  }
}
.footer_contact .contact_flex .form p {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form p {
    margin-bottom: 3vw;
  }
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  width: 90%;
  font-size: 120%;
  font-weight: 600;
  padding: 0.8vw 5vw;
  border: none;
  border-radius: 50px;
  background-color: #4cad00;
  color: #ffffff;
  transition: all 0.4s;
  font-size: 1.2vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .contact_flex .form a button {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    font-size: 2.8vw;
    padding: 3vw 8vw;
  }
}
.footer_contact .contact_flex .form a button:hover {
  background-color: #e01300;
  color: #ffffff;
  border: none;
}

footer {
  padding-top: 8vw;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 12vw;
  }
}
footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    width: 90%;
    flex-flow: column;
  }
}
footer .footer_contents .footer_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left {
    width: 100%;
  }
}
footer .footer_contents .footer_left .footer_logo {
  width: 80%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_logo {
    width: 80%;
    margin-bottom: 4vw;
  }
}
footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_left .footer_company_text {
  color: #333333;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_company_text {
    margin-bottom: 8vw;
  }
}
footer .footer_contents .footer_left .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_left .footer_menu ul {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul {
    width: 100%;
    margin-bottom: 8vw;
  }
}
footer .footer_contents .footer_left .footer_menu ul li {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul li {
    width: 80%;
    margin-bottom: 4vw;
  }
}
footer .footer_contents .footer_left .footer_menu ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 0.9vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_left .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul li a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul .footer_menu_left, footer .footer_contents .footer_left .footer_menu ul .footer_menu_right {
    width: 100%;
  }
}
footer .footer_contents .footer_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right {
    width: 100%;
  }
}
footer .footer_contents .footer_right .footer_map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_map iframe {
    height: 300px;
  }
}
footer .copy_right {
  text-align: center;
  color: #333333;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
footer .copy_right p {
  font-size: 0.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copy_right p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copy_right p {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */