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

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

.header.change-color {
  background-color: #388242;
  transition: 0.3s;
}

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

body:not(.home) header ul li a {
  color: #000 !important;
}
body:not(.home) header #header_sp .btn-gnavi span {
  background-color: #000 !important;
}
@media screen and (max-width: 768px) {
  body:not(.home) header #header_sp .btn-gnavi span {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) header #header_sp .btn-gnavi.hb-open span:nth-child(1) {
    background-color: #000 !important;
  }
  body:not(.home) header #header_sp .btn-gnavi.hb-open span:nth-child(3) {
    background-color: #000 !important;
  }
}

body:not(.home) .header.change-color a {
  color: #fff !important;
}

#lower {
  width: 100%;
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    padding-top: 4vw;
  }
}
#lower .lower {
  width: 100%;
}
#lower .lower img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower .lower_contents {
  position: absolute;
  top: 70%;
  left: 5%;
  transform: translate(0, -50%);
}
#lower .lower_contents h2 {
  color: #fff;
}

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: 2.5vw;
  }
}

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: 4vw;
  }
}

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

header {
  z-index: 9999999999;
  width: 100%;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@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 {
  width: 20%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
header #header_pc .header_menu .main_menu > li:first-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li:last-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
  font-weight: 600;
}

#header_sp {
  height: 12vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp .header_logo {
  width: 40%;
  padding: 1vw;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 60%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}
#header_sp .header_menu_sp nav {
  position: fixed;
  width: 50vw;
  top: 0;
  right: -50vw;
  background-color: #fff;
  height: 95%;
  padding-top: 25vw;
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp nav {
    width: 300px;
    right: -300px;
    height: 80%;
  }
}
#header_sp .header_menu_sp nav .header_logo {
  position: absolute;
  top: 4%;
  left: 1%;
  width: 45%;
}
#header_sp .header_menu_sp nav .header_logo img {
  width: 100%;
}
#header_sp .header_menu_sp nav .main_menu {
  width: 90%;
  margin: auto;
}
#header_sp .header_menu_sp nav .main_menu li {
  width: 100%;
  list-style: none;
  padding: 3vw 0;
  border-bottom: 1px dotted #000;
}
#header_sp .header_menu_sp nav .main_menu li a {
  color: #000;
  font-size: 3.2vw;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_sp .header_menu_sp nav .main_menu li a i {
  margin-right: 1.5vw;
}
#header_sp .header_menu_sp nav .main_menu li a img {
  width: 60%;
}
#header_sp .header_menu_sp nav .main_menu li .dropdown_menu li {
  border-bottom: none;
}
#header_sp .header_menu_sp nav .main_menu li:nth-child(8), #header_sp .header_menu_sp nav .main_menu li:nth-child(9) {
  text-align: center;
  border: none;
}
#header_sp .header_menu_sp nav .main_menu li:nth-child(8) a, #header_sp .header_menu_sp nav .main_menu li:nth-child(9) a {
  justify-content: center;
  padding: 0;
}
#header_sp .header_menu_sp nav .main_menu .gnavi {
  padding-left: 20px;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d .icon_toggle {
  margin-right: 6px;
  transition: transform 0.3s ease;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .gnavi_d .icon_toggle.active .icon_toggle {
  transform: rotate(180deg);
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu {
  display: none;
  list-style: none;
  padding-left: 15px;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu li {
  padding: 1.5vw 0;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu li a {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
}
#header_sp .header_menu_sp nav .main_menu .gnavi .dropdown_menu li a:hover {
  color: #000;
}
#header_sp .header_menu_sp .btn-gnavi {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 60px;
  height: 50px;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  #header_sp .header_menu_sp .btn-gnavi {
    top: 10px;
  }
}
#header_sp .header_menu_sp .btn-gnavi span {
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease-in-out;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(1) {
  top: 12px;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(2) {
  top: 24px;
}
#header_sp .header_menu_sp .btn-gnavi span:nth-child(3) {
  top: 36px;
}

.btn-gnavi.hb-open span {
  background: #fff;
}

.btn-gnavi.hb-open span:nth-child(1) {
  width: 24px;
  left: 43% !important;
  transform: rotate(-45deg) translate(-50%, 0) !important;
  background-color: #000 !important;
}

.btn-gnavi.hb-open span:nth-child(2) {
  display: none;
}

.btn-gnavi.hb-open span:nth-child(3) {
  width: 24px;
  left: 43% !important;
  background-color: #000 !important;
  transform: rotate(45deg) translate(-50%, 0) !important;
}

/* 開いた時 */
.gnavi_d.open .dropdown_menu {
  display: block;
}

/* アイコンをスムーズに回転させる */
.icon-toggle {
  transition: transform 0.2s ease;
}

/* open クラスが付いた時に逆向きへ */
.gnavi_d.open .icon-toggle {
  transform: rotate(180deg);
}

#mv {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: 60vh;
  }
}
#mv .mv {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#mv .mv .mv_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  color: #fff;
}
#mv .mv .mv_text h1 {
  font-size: 5vw;
  font-style: italic;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_text h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_text h1 {
    font-size: 8vw;
  }
}
#mv .mv .mv_text p {
  font-size: 1.2vw;
  line-height: 2.4vw;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_text p {
    font-size: 2vw;
    line-height: 3.6vw;
    letter-spacing: 0.3vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_text p {
    font-size: 4vw;
    line-height: 7vw;
    letter-spacing: 0.6vw;
  }
}

#top_news {
  background-color: #388242;
}
#top_news .top_news {
  transform: translateY(-20%);
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: top;
  padding: 18vw 0 4vw 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news {
    padding: 18vw 0 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    transform: translateY(-12%);
    padding: 30vw 0 16vw 0;
    background-position: right top;
  }
}
#top_news .top_news .top_news_headline {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_headline {
    position: static;
    width: 40%;
    margin: auto;
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_headline img {
  width: 100%;
}
#top_news .top_news .top_news_contents {
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 90%;
    margin: auto;
  }
}
#top_news .top_news .top_news_contents ul {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul {
    width: 100%;
    margin: auto;
  }
}
#top_news .top_news .top_news_contents ul li {
  padding: 0.5vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul li {
    padding: 1.5vw;
    margin-bottom: 4vw;
  }
}
#top_news .top_news .top_news_contents ul li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul li .outline {
    flex-flow: column;
    align-items: flex-start;
  }
}
#top_news .top_news .top_news_contents ul li .outline .date {
  font-family: "Open Sans", sans-serif;
  color: #B8B8B8;
  font-style: italic;
  font-weight: 600;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul li .outline .date {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul li .outline .date {
    font-size: 4vw;
  }
}
#top_news .top_news .top_news_contents ul li .outline .title h3 {
  font-size: 1vw;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul li .outline .title h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul li .outline .title h3 {
    font-size: 4vw;
  }
}

#top_about .top_about {
  background-size: cover;
  background-position: center;
  padding: 8vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    background-position: left;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline {
    width: 65%;
    margin-left: auto;
    margin-right: 5%;
  }
  #top_about .top_about .top_about_headline img {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents {
  width: 40%;
  margin-left: auto;
  margin-right: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    width: 75%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    padding: 4vw;
  }
}
#top_about .top_about .top_about_contents .top_about_headline {
  width: 100%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_headline {
    margin-bottom: 2vw;
  }
}
#top_about .top_about .top_about_contents .top_about_headline img {
  width: 100%;
}
#top_about .top_about .top_about_contents .top_about_text {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text p {
    font-size: 2vw;
    line-height: 4vw;
  }
}
#top_about .top_about .top_about_contents .top_about_btn {
  width: 50%;
  margin: auto;
}
#top_about .top_about .top_about_contents .top_about_btn img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    padding: 8vw 4vw;
  }
  #top_about .top_about_contents .top_about_text {
    width: 90%;
    margin: auto;
    margin-bottom: 8vw;
  }
  #top_about .top_about_contents .top_about_text p {
    font-size: 4vw;
    line-height: 8vw;
  }
  #top_about .top_about_contents .top_about_btn {
    width: 80%;
    margin: auto;
  }
  #top_about .top_about_contents .top_about_btn img {
    width: 100%;
  }
}

#top_feature {
  background-color: #388242;
  padding: 8vw 0;
}
#top_feature .top_feature .top_feature_headline {
  width: 60%;
  margin: auto;
  margin-bottom: 4vw;
}
#top_feature .top_feature .top_feature_headline img {
  width: 100%;
}
#top_feature .top_feature .feature_contents {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30vw;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_feature .top_feature .feature_contents {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents {
    width: 95%;
    margin: auto;
    height: auto;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#top_feature .top_feature .feature_contents:nth-child(3) {
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents:nth-child(3) {
    margin: auto;
    margin-bottom: 8vw;
  }
}
#top_feature .top_feature .feature_contents:nth-child(3) .feature_contents_left {
  left: auto;
  right: 0;
  text-align: end;
}
#top_feature .top_feature .feature_contents:nth-child(3) .feature_contents_left .feature_contents_headline {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents:nth-child(3) .feature_contents_left .feature_contents_headline {
    width: 100%;
  }
}
#top_feature .top_feature .feature_contents:nth-child(3) .feature_contents_left .feature_contents_headline h3 {
  width: 140%;
  margin-left: -40%;
  font-size: 3vw;
  background-color: #388242;
  color: #fff;
  padding: 0.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents:nth-child(3) .feature_contents_left .feature_contents_headline h3 {
    width: 100%;
    padding: 2vw 0;
    font-size: 5vw;
    margin-left: 0;
  }
}
#top_feature .top_feature .feature_contents:last-child .feature_contents_headline h3 {
  width: 180% !important;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents:last-child .feature_contents_headline h3 {
    width: 100% !important;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_left {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 40%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_left {
    position: static;
    width: 100%;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_number {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_number {
    width: 100%;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_number h2 {
  font-style: italic;
  color: #388242;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_number h2 {
    text-align: center;
    font-size: 10vw;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_headline {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_headline {
    width: 100%;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_headline h3 {
  width: 140%;
  font-size: 3vw;
  background-color: #388242;
  color: #fff;
  padding: 0.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_headline h3 {
    width: 100%;
    padding: 2vw 0;
    font-size: 5vw;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_text {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_text {
    width: 90%;
    padding-bottom: 8vw;
  }
  #top_feature .top_feature .feature_contents .feature_contents_left .feature_contents_text p {
    font-size: 4vw;
    line-height: 8vw;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_right {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature .feature_contents .feature_contents_right {
    width: 100%;
    height: 60vw;
  }
}
#top_feature .top_feature .feature_contents .feature_contents_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 90%;
  margin: auto;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #top_flex {
    flex-flow: column;
  }
}
#top_flex img {
  width: 100%;
  transition: all 0.4s;
}
#top_flex img:hover {
  opacity: 0.8;
}

#feature {
  padding: 8vw 0;
}
#feature .feature .feature_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30vw;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #feature .feature .feature_contents {
    height: 35vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents {
    width: 95%;
    margin: auto;
    height: auto;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#feature .feature .feature_contents:nth-child(2) {
  margin: auto;
  align-items: flex-end;
  flex-flow: column;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #feature .feature .feature_contents:nth-child(2) {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents:nth-child(2) {
    margin: auto;
    margin-bottom: 8vw;
  }
}
#feature .feature .feature_contents:nth-child(2) .feature_contents_left {
  left: 0;
  right: auto;
  text-align: end;
}
#feature .feature .feature_contents:nth-child(2) .feature_contents_left .feature_contents_headline {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents:nth-child(2) .feature_contents_left .feature_contents_headline {
    width: 100%;
  }
}
#feature .feature .feature_contents:nth-child(2) .feature_contents_left .feature_contents_headline h3 {
  width: 140%;
  font-size: 3vw;
  background-color: #388242;
  color: #fff;
  padding: 0.5vw;
  text-align: center;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents:nth-child(2) .feature_contents_left .feature_contents_headline h3 {
    width: 100%;
    padding: 2vw 0;
    font-size: 5vw;
    margin-left: 0;
  }
}
#feature .feature .feature_contents:nth-child(2) .feature_contents_left .feature_contents_text p {
  text-align: start;
}
#feature .feature .feature_contents .feature_contents_left {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 40%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_left {
    position: static;
    width: 100%;
  }
}
#feature .feature .feature_contents .feature_contents_left .feature_contents_number {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_left .feature_contents_number {
    width: 100%;
  }
}
#feature .feature .feature_contents .feature_contents_left .feature_contents_number h2 {
  font-style: italic;
  color: #388242;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_left .feature_contents_number h2 {
    text-align: center;
    font-size: 10vw;
  }
}
#feature .feature .feature_contents .feature_contents_left .feature_contents_headline {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_left .feature_contents_headline {
    width: 100%;
  }
}
#feature .feature .feature_contents .feature_contents_left .feature_contents_headline h3 {
  width: 140%;
  margin-left: -40%;
  font-size: 2.4vw;
  background-color: #388242;
  color: #fff;
  padding: 0.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_left .feature_contents_headline h3 {
    width: 100%;
    padding: 2vw 0;
    font-size: 5vw;
    margin-left: 0;
  }
}
#feature .feature .feature_contents .feature_contents_left .feature_contents_text {
  width: 80%;
  margin: 0 auto;
}
#feature .feature .feature_contents .feature_contents_left .feature_contents_text p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #feature .feature .feature_contents .feature_contents_left .feature_contents_text p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_left .feature_contents_text {
    width: 90%;
    padding-bottom: 8vw;
  }
  #feature .feature .feature_contents .feature_contents_left .feature_contents_text p {
    font-size: 4vw;
    line-height: 8vw;
  }
}
#feature .feature .feature_contents .feature_contents_right {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #feature .feature .feature_contents .feature_contents_right {
    width: 100%;
    height: 60vw;
  }
}
#feature .feature .feature_contents .feature_contents_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery {
  background-color: #388242;
}
#gallery .gallery {
  padding: 4vw 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery {
    width: 95%;
    padding: 16vw 0;
  }
}
#gallery .gallery h2 {
  background-color: #fff;
  color: #388242;
  padding: 1vw;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery h2 {
    margin-bottom: 4vw;
  }
}
#gallery .gallery .gallery_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery .gallery_top {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_top {
    flex-flow: column;
  }
}
#gallery .gallery .gallery_top img {
  width: 100%;
}
#gallery .gallery .gallery_top p {
  padding: 2vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_top p {
    font-size: 4vw;
  }
}
#gallery .gallery .gallery_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_bottom {
    width: 95%;
    margin: auto;
    flex-flow: column;
  }
}
#gallery .gallery .gallery_bottom img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_bottom img {
    width: 100%;
    margin-bottom: 1.5vw;
  }
}

#greeting {
  width: 60%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #greeting {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#greeting .greeting_headline {
  text-align: center;
  color: #388242;
  margin-bottom: 4vw;
}
#greeting .greeting_headline h2 {
  font-style: italic;
}
#greeting .greeting_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_contents {
    flex-flow: column;
  }
}
#greeting .greeting_contents .greeting_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_contents .greeting_image {
    width: 45%;
    margin: auto;
    text-align: center;
    margin-bottom: 4vw;
  }
}
#greeting .greeting_contents .greeting_image img {
  width: 100%;
}
#greeting .greeting_contents .greeting_text {
  width: 50%;
  text-align: end;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_contents .greeting_text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting_contents .greeting_text p {
    font-size: 4vw;
  }
}
#greeting .greeting_contents .greeting_text p:first-child {
  margin-bottom: 4vw;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_contents .greeting_text p:first-child {
    margin-bottom: 6vw;
  }
}
#greeting .greeting_contents .greeting_text p:last-child {
  margin-bottom: 4vw;
}
#greeting .greeting_contents .greeting_text p:last-child span {
  padding: 0.5vw;
  background-color: #388242;
  color: #fff;
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_contents .greeting_text p:last-child span {
    padding: 1vw;
  }
}

#company {
  width: 60%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company {
    width: 95%;
  }
}
#company .company_headline {
  text-align: center;
  color: #388242;
  margin-bottom: 4vw;
}
#company .company_headline h2 {
  font-style: italic;
}
#company .company_table {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #company .company_table {
    margin-bottom: 8vw;
  }
}
#company .company_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #company .company_table table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company_table table tr th, #company .company_table table tr td {
  font-size: 1vw;
  padding: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_table table tr th, #company .company_table table tr td {
    font-size: 2.4vw;
    padding: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_table table tr th, #company .company_table table tr td {
    font-size: 4vw;
    padding: 5vw;
  }
}
#company .company_table table tr th {
  width: 30%;
  border-bottom: 1px solid #388242;
}
@media screen and (max-width: 768px) {
  #company .company_table table tr th {
    background-color: #388242;
    color: #fff;
    width: 100%;
    text-align: start;
    border: none;
  }
}
#company .company_table table tr td {
  width: 70%;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  #company .company_table table tr td {
    background-color: #fff;
    border: none;
  }
}
#company .company_map {
  width: 100%;
}
#company .company_map .company_map_contents {
  margin-bottom: 4vw;
}
#company .company_map h2 {
  background: #2F5281;
  color: #fff;
  padding: 1vw;
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
}
#company .company_map iframe {
  width: 100%;
}

#processing {
  padding: 8vw 0;
}
#processing .processing .processing_contents {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30vw;
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #processing .processing .processing_contents {
    height: 35vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents {
    width: 95%;
    margin: auto;
    height: auto;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#processing .processing .processing_contents:nth-child(2) {
  margin: auto;
  align-items: flex-end;
  flex-flow: column;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #processing .processing .processing_contents:nth-child(2) {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents:nth-child(2) {
    margin: auto;
    margin-bottom: 8vw;
  }
}
#processing .processing .processing_contents:nth-child(2) .processing_contents_left {
  left: 0;
  right: auto;
  text-align: end;
}
#processing .processing .processing_contents:nth-child(2) .processing_contents_left .processing_contents_headline {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents:nth-child(2) .processing_contents_left .processing_contents_headline {
    width: 100%;
  }
}
#processing .processing .processing_contents:nth-child(2) .processing_contents_left .processing_contents_headline h3 {
  width: 140%;
  font-size: 3vw;
  background-color: #388242;
  color: #fff;
  padding: 0.5vw;
  text-align: center;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents:nth-child(2) .processing_contents_left .processing_contents_headline h3 {
    width: 100%;
    padding: 2vw 0;
    font-size: 5vw;
    margin-left: 0;
  }
}
#processing .processing .processing_contents:nth-child(2) .processing_contents_left .processing_contents_text p {
  text-align: start;
}
#processing .processing .processing_contents .processing_contents_left {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 40%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_left {
    position: static;
    width: 100%;
  }
}
#processing .processing .processing_contents .processing_contents_left .processing_contents_number {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_left .processing_contents_number {
    width: 100%;
  }
}
#processing .processing .processing_contents .processing_contents_left .processing_contents_number h2 {
  font-style: italic;
  color: #388242;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_left .processing_contents_number h2 {
    text-align: center;
    font-size: 10vw;
  }
}
#processing .processing .processing_contents .processing_contents_left .processing_contents_headline {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_left .processing_contents_headline {
    width: 100%;
  }
}
#processing .processing .processing_contents .processing_contents_left .processing_contents_headline h3 {
  width: 140%;
  margin-left: -40%;
  font-size: 2.4vw;
  background-color: #388242;
  color: #fff;
  padding: 0.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_left .processing_contents_headline h3 {
    width: 100%;
    padding: 2vw 0;
    font-size: 5vw;
    margin-left: 0;
  }
}
#processing .processing .processing_contents .processing_contents_left .processing_contents_text {
  width: 80%;
  margin: 0 auto;
}
#processing .processing .processing_contents .processing_contents_left .processing_contents_text p {
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #processing .processing .processing_contents .processing_contents_left .processing_contents_text p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_left .processing_contents_text {
    width: 90%;
    padding-bottom: 8vw;
  }
  #processing .processing .processing_contents .processing_contents_left .processing_contents_text p {
    font-size: 4vw;
    line-height: 8vw;
  }
}
#processing .processing .processing_contents .processing_contents_right {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #processing .processing .processing_contents .processing_contents_right {
    width: 100%;
    height: 60vw;
  }
}
#processing .processing .processing_contents .processing_contents_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#processing_gallery {
  background-color: #388242;
}
#processing_gallery .processing_gallery {
  padding: 4vw 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #processing_gallery .processing_gallery {
    width: 95%;
    padding: 16vw 0;
  }
}
#processing_gallery .processing_gallery h2 {
  background-color: #fff;
  color: #388242;
  padding: 1vw;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #processing_gallery .processing_gallery h2 {
    margin-bottom: 4vw;
  }
}
#processing_gallery .processing_gallery .processing_gallery_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  #processing_gallery .processing_gallery .processing_gallery_contents {
    width: 95%;
    margin: auto;
    flex-flow: column;
  }
}
#processing_gallery .processing_gallery .processing_gallery_contents img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #processing_gallery .processing_gallery .processing_gallery_contents img {
    width: 100%;
    margin-bottom: 1.5vw;
  }
}

#news .news {
  width: 60%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news .news {
    width: 95%;
  }
}
#news .news ul {
  list-style: none;
}
#news .news ul a {
  text-decoration: none;
  display: block;
  padding: 1.5vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #B8B8B8;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news ul a {
    padding: 2vw;
    margin-bottom: 3v;
  }
}
@media screen and (max-width: 768px) {
  #news .news ul a {
    padding: 4vw;
    margin-bottom: 6v;
  }
}
#news .news ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news ul a li .outline {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
}
#news .news ul a li .outline .date {
  color: #B8B8B8;
  font-style: italic;
  font-weight: 800;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news ul a li .outline .date {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news ul a li .outline .date {
    font-size: 4vw;
  }
}
#news .news ul a li .outline .title {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news ul a li .outline .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news ul a li .outline .title {
    font-size: 4vw;
  }
}

#news_single .news_contents {
  width: 50%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li a {
  text-decoration: none;
  display: block;
  padding: 1.5vw;
  margin-bottom: 2vw;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li a {
    padding: 2vw;
    margin-bottom: 3v;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li a {
    padding: 4vw;
    margin-bottom: 6v;
  }
}
#news_single .news_contents ul li a .outline {
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li a .outline {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
}
#news_single .news_contents ul li a .outline .date {
  color: #B8B8B8;
  font-style: italic;
  font-weight: 800;
  font-size: 1vw;
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li a .outline .date {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li a .outline .date {
    font-size: 4vw;
  }
}
#news_single .news_contents ul li a .outline .title {
  font-size: 1.6vw;
  text-align: center;
  margin-bottom: 2vw;
  font-style: italic;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li a .outline .title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li a .outline .title {
    font-size: 6vw;
  }
}
#news_single .news_contents ul li a .outline .thumb {
  height: auto;
  margin-bottom: 4vw;
}
#news_single .news_contents ul li a .outline .thumb img {
  width: 100%;
  height: auto;
}
#news_single .news_contents ul li a .outline .descn {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li a .outline .descn {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li a .outline .descn {
    font-size: 4vw;
  }
}

#recruit {
  width: 60%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit {
    width: 95%;
  }
}
#recruit .recruit_headline {
  text-align: center;
  color: #388242;
  margin-bottom: 4vw;
}
#recruit .recruit_headline h2 {
  font-style: italic;
}
#recruit .recruit_table {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_table {
    margin-bottom: 8vw;
  }
}
#recruit .recruit_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_table table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#recruit .recruit_table table tr th, #recruit .recruit_table table tr td {
  font-size: 1vw;
  padding: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_table table tr th, #recruit .recruit_table table tr td {
    font-size: 2.4vw;
    padding: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_table table tr th, #recruit .recruit_table table tr td {
    font-size: 4vw;
    padding: 5vw;
  }
}
#recruit .recruit_table table tr th {
  width: 30%;
  border-bottom: 1px solid #388242;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_table table tr th {
    background-color: #388242;
    color: #fff;
    width: 100%;
    text-align: start;
    border: none;
  }
}
#recruit .recruit_table table tr td {
  width: 70%;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_table table tr td {
    background-color: #fff;
    border: none;
  }
}

#contact {
  margin-bottom: 8vw;
}
#contact .contact .contact_headline {
  text-align: center;
  color: #388242;
  margin-bottom: 4vw;
}
#contact .contact .contact_headline h2 {
  font-style: italic;
}
#contact .contact .contact_form {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form {
    width: 95%;
  }
}
#contact .contact .contact_form .contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  padding: 2vw 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_form .contact_contents p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form .contact_contents p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents p {
    font-size: 4vw;
  }
}
#contact .contact .contact_form .contact_contents p:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents p:first-child {
    width: 100%;
  }
}
#contact .contact .contact_form .contact_contents p:first-child span {
  padding: 1vw;
  margin-right: 1vw;
}
#contact .contact .contact_form .contact_contents p:first-child .required {
  background-color: #388242;
  color: #fff;
}
#contact .contact .contact_form .contact_contents p:first-child .any {
  border: 1px solid #919191;
  color: #919191;
}
#contact .contact .contact_form .contact_contents p:last-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents p:last-child {
    width: 100%;
  }
}
#contact .contact .contact_form .contact_contents p:last-child input {
  background-color: #DEDEDE;
  border: none;
  height: 3vw;
  width: 100%;
  padding: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form .contact_contents p:last-child input {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents p:last-child input {
    height: 9vw;
  }
}
#contact .contact .contact_form .contact_contents p:last-child textarea {
  background-color: #DEDEDE;
  border: none;
  height: 80%;
  width: 100%;
}
#contact .contact .contact_form .contact_contents p .wpcf7-radio input {
  width: auto;
  height: auto;
}
#contact .contact .contact_form .contact_contents .address_contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents .address_contents {
    width: 100%;
  }
}
#contact .contact .contact_form .contact_contents .address_contents .zip {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents .address_contents .zip {
    margin-bottom: 4vw;
  }
}
#contact .contact .contact_form .contact_contents .address_contents .zip p {
  width: auto;
}
#contact .contact .contact_form .contact_contents .address_contents .zip p input {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents .address_contents .zip p input {
    width: 80%;
  }
}
#contact .contact .contact_form .contact_contents .address_contents .pref {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_contents .address_contents .pref {
    margin-bottom: 4vw;
  }
}
#contact .contact .contact_form .contact_contents .address_contents .pref p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .contact .contact_form .contact_contents .address_contents .pref p span {
  width: 45%;
  margin: 0;
  padding: 0;
}
#contact .contact .contact_form .contact_contents .address_contents .addr p {
  width: 100%;
}
#contact .contact .contact_form .contact_contents .address_contents .addr p span {
  width: 100%;
  margin: 0;
  padding: 0;
}
#contact .contact .submit {
  width: 20%;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .submit {
    width: 50%;
  }
}
#contact .contact .submit:hover {
  opacity: 0.7;
}
#contact .contact .submit input {
  padding: 1.5vw 8vw;
  border: none;
  background-color: #388242;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #contact .contact .submit input {
    padding: 3vw 16vw;
  }
}
#contact .contact .submit .wpcf7-spinner {
  display: none;
}

footer .footer_contact {
  padding: 4vw 0;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact {
    padding: 16vw 0;
    background-position: left;
  }
}
footer .footer_contact .footer_contact_text {
  text-align: center;
}
footer .footer_contact .footer_contact_text p {
  color: #fff;
  font-size: 1.4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_text p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_text p {
    font-size: 4vw;
    margin-bottom: 8vw;
    font-weight: 600;
  }
}
footer .footer_contact .footer_contact_btns {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contact .footer_contact_btns {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_btns {
    width: 85%;
    flex-flow: column;
  }
}
footer .footer_contact .footer_contact_btns img {
  width: 100%;
}
footer .footer_contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4vw 0;
  background-color: #388242;
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    flex-flow: column;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left {
    width: 90%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer_contents .footer_left .footer_logo {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_logo {
    width: 50%;
  }
}
footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_left .footer_company {
  color: #fff;
}
footer .footer_contents .footer_left .footer_company p {
  font-size: 1vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_left .footer_company p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_company p {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right {
    width: 90%;
    margin: auto;
  }
}
footer .footer_contents .footer_right ul {
  list-style: none;
}
footer .footer_contents .footer_right ul li {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_right ul li {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right ul li {
    margin-bottom: 4vw;
    padding: 1.5vw 0;
    border-bottom: 1px solid #fff;
  }
}
footer .footer_contents .footer_right ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_right ul li a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right ul li a {
    font-size: 3.5vw;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .copyright {
  padding-bottom: 2vw;
  background-color: #388242;
}
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style.css.map */