@charset "UTF-8";
.smart-cf-meta-box-repeat-tables {
  display: flex;
}

.smart-cf-meta-box-table {
  width: 33%;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
}
a button {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  border: none;
  color: #005ec3;
  background-color: #fff;
  padding: 1.5rem 0;
  width: 100%;
  margin: auto;
  border-radius: 1rem;
  transition: all 0.4s;
  cursor: pointer;
}
a button:hover {
  color: #fff;
  background-color: #005ec3;
  opacity: 7.5;
}
@media screen and (max-width: 768px) {
  a button {
    font-size: 4vw;
    width: 80%;
    margin: 0 10%;
  }
}
a button i {
  margin-left: 1vw;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  background-color: #ffffff;
  background-attachment: fixed;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

.slick-next, .slick-prev {
  display: none !important;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

h1 {
  font-size: 4.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

#lower_main {
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #lower_main {
    margin-bottom: 5rem;
  }
}
#lower_main .lower_main {
  display: flex;
  justify-content: center;
  align-items: end;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .lower_main {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main {
    height: 30vh;
  }
}
#lower_main .lower_main .lower_main_title {
  padding: 4vw;
  text-align: center;
  color: #fff;
  z-index: 1234;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title {
    padding: 10vw 4vw;
  }
}
#lower_main .lower_main .lower_main_title h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title h3 {
    font-size: 2rem;
  }
}
#lower_main .lower_main .lower_main_title p {
  font-size: 2rem;
}
#lower_main .lower_main .lower_main_title_box {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1234;
}
#lower_main .lower_main .lower_main_title_box h3 {
  text-align: center;
  font-size: 6rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title_box h3 {
    font-size: 3.5rem;
  }
}
#lower_main .lower_main .lower_main_title_box h3 span {
  display: block;
  font-size: 50%;
}
#lower_main .lower_main .lower_main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
}
#lower_main .breadcrumbs p {
  color: #333;
  font-size: 0.8vw;
  letter-spacing: 0.3vw;
  padding: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .breadcrumbs p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .breadcrumbs p {
    font-size: 1rem;
  }
}
#lower_main .breadcrumbs p a {
  color: #666;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.4s;
}
#lower_main .breadcrumbs p a:hover {
  color: #BBBCBF;
}
#lower_main .breadcrumbs p span {
  margin: 0 1vw;
}

.js-header.change-color #header_pc .header_pc {
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .js-header.change-color #header_pc .header_pc {
    background-color: transparent;
  }
}
header {
  width: 100%;
  z-index: 99999;
  align-items: center;
}
header #header_pc {
  position: relative;
  height: 100vh;
  position: absolute;
  z-index: 999;
}
header #header_pc .header_pc {
  background-color: #fff;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_pc {
    display: none !important;
  }
}
header #header_pc .header_pc .header_logo {
  position: absolute;
  left: 0;
  width: 380px;
  padding: 1rem 2rem;
  z-index: 1;
}
header #header_pc .header_pc .header_logo a {
  width: 100%;
  margin: auto;
  display: block;
}
header #header_pc .header_pc .header_logo a img {
  width: 100%;
}
header #header_pc .header_pc .header_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc .header_menu {
    width: 60%;
  }
}
header #header_pc .header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_pc .header_menu ul li {
  width: 25%;
  text-align: center;
}
header #header_pc .header_pc .header_menu ul li:first-child {
  border-left: none;
}
header #header_pc .header_pc .header_menu ul li a {
  border-radius: 3rem;
  display: block;
  margin: 0 1rem;
  padding: 0.5rem 0;
  text-decoration: none;
  text-align: center;
  font-size: 1.1vw;
  font-weight: 600;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_pc .header_menu ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc .header_menu ul li a {
    font-size: 1.4rem;
  }
}
header #header_pc .header_pc .header_menu ul li a:hover {
  transition: all 0.4s;
  opacity: 0.75;
}
header #header_pc .header_pc .header_menu ul li a i {
  display: block;
  margin-bottom: 0.5rem;
}
header #header_pc .header_pc .header_menu ul li a span:nth-of-type(1) {
  font-size: 120%;
  display: block;
  color: #333;
}
header #header_pc .header_pc .header_menu ul li a span:nth-of-type(2) {
  display: block;
  color: #1b5215;
}
header #header_pc .header_pc .header_menu ul li:not(:last-child):hover {
  opacity: 0.7;
}
header #header_pc .header_pc .header_menu ul li:last-child button {
  color: #fff;
}
header #header_sp {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp {
    display: block;
    height: 0px;
  }
}
header #header_sp .header_logo {
  position: absolute;
  width: 60%;
  padding: 0.5rem;
  top: 0;
  z-index: 1;
}
header #header_sp .header_logo img {
  width: 100%;
}
header .top_contact {
  position: absolute;
  top: 12vw;
  right: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .top_contact {
    top: 12vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .top_contact {
    top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  header .top_contact {
    display: none;
  }
}
header .top_contact a {
  font-size: 1.1rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 7px 0px 0px 7px;
  writing-mode: vertical-rl;
  transition: all 0.4s;
}
header .top_contact a:hover {
  opacity: 0.75;
}
header .top_contact a span {
  display: inline;
  padding: 0.5rem;
  color: #fff;
  background-color: #6bb93d;
  border-radius: 7px 0px 0px 0px;
}
header .top_contact a strong {
  padding: 0.5rem;
  display: inline-block;
  margin-top: -5px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

nav.globalMenuSp ul li a:hover {
  color: #8dbaed;
}

nav.globalMenuSp ul li a.current {
  color: #8dbaed;
}

nav.globalMenuSp ul li:first-child:hover {
  background: none;
}

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

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

@keyframes textAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
#top_main {
  position: relative;
}
#top_main .slide-images {
  width: 100%;
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 40vh;
  }
}
#top_main .slide-images::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_writing {
  position: relative;
}
#top_main .top_main_writing .is-active {
  --opacity: 1;
}
#top_main .top_main_writing .top_main_text_ja {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_writing .top_main_text_ja {
    bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_ja {
    bottom: 2rem;
    left: 2rem;
  }
}
#top_main .top_main_writing .top_main_text_ja p {
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 1.8rem;
  }
}
#top_main .top_main_writing .top_main_text_ja p .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.1s * var(--char-index));
}
#top_main #top_news {
  padding: 4rem 0;
}
#top_main #top_news .top_news {
  width: 70%;
  padding: 3rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news {
    position: relative;
    bottom: 0;
    top: 100%;
    width: 100%;
    padding: 18vw 8vw;
  }
}
#top_main #top_news .top_news .top_news_contents .top_news_title {
  color: #222;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title {
    margin-bottom: 6vw;
  }
}
#top_main #top_news .top_news .top_news_contents .top_news_title h2 {
  text-align: center;
  color: #222 !important;
  padding-bottom: 1rem;
}
#top_main #top_news .top_news .top_news_contents .top_news_title h4 {
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title h4 {
    letter-spacing: 0.6vw;
  }
}
#top_main #top_news .top_news .top_news_contents .top_news_title p {
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title p {
    font-size: 2vw;
  }
}
#top_main #top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_main #top_news .top_news .top_news_contents ul a {
  color: #222;
  text-decoration: none;
  transition: all 0.4s;
}
#top_main #top_news .top_news .top_news_contents ul a:hover {
  color: #666;
}
#top_main #top_news .top_news .top_news_contents ul a li {
  border-bottom: 1px solid #999;
  padding: 1vw;
}
#top_main #top_news .top_news .top_news_contents ul a li .outline .date {
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 2vw;
  }
}
#top_main #top_news .top_news .top_news_contents ul a li .outline .title {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#top_main .top_contents_btn {
  width: 20%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_contents_btn {
    width: 100%;
  }
}

@keyframes textAnime {
  0% {
    opacity: 0;
    transform: scale(0.5);
    transform: translateX(-3em);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
  }
}
@keyframes textanimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
    transform: translateX(0em);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
  }
}
.slide-images {
  overflow: hidden;
  margin: 0 auto;
}
.slide-images .slider-item {
  font-size: 0;
  height: 100%;
}
.slide-images .slider-item img {
  width: 100%;
}
.slide-images .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#greeting {
  position: relative;
  overflow: hidden;
  background-size: 5px 5px;
  border-bottom: 1px solid #8FC31F;
}
#greeting .greeting #greeting_contents {
  width: 85%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5rem auto;
  background-color: #fff;
  border-radius: 3rem;
}
#greeting .greeting #greeting_contents .greeting_img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_img {
    width: 100%;
    margin: 0;
  }
}
#greeting .greeting #greeting_contents .greeting_img .greeting_img_bg {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting #greeting_contents .greeting_img .greeting_img_bg {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_img .greeting_img_bg {
    width: 95%;
  }
}
#greeting .greeting #greeting_contents .greeting_img .greeting_img_bg p {
  text-align: center;
  color: #333;
  padding: 0 5rem 3rem 5rem;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_img .greeting_img_bg p {
    text-align: left;
    font-size: 2.6vw;
    padding: 1rem;
  }
}
#greeting .greeting #greeting_contents .greeting_img .greeting_img_bg a {
  font-size: 1.5rem;
  text-align: center;
  display: table;
  color: #1b5215;
  border: solid 1px #1b5215;
  padding: 1rem 5rem;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
  transition: all 0.4s;
}
#greeting .greeting #greeting_contents .greeting_img .greeting_img_bg a i {
  padding-left: 1rem;
}
#greeting .greeting #greeting_contents .greeting_img .greeting_img_bg a:hover {
  color: #fff;
  background-color: #1b5215;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_img .greeting_img_bg a {
    font-size: 1rem;
  }
}
#greeting .greeting #greeting_contents .greeting_text {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_text {
    width: 100%;
  }
}
#greeting .greeting #greeting_contents .greeting_text .greeting_header {
  width: 100%;
  padding: 1rem 5rem;
  text-align: center;
  color: #222;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #greeting .greeting #greeting_contents .greeting_text .greeting_header {
    padding: 1rem 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting #greeting_contents .greeting_text .greeting_header {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_text .greeting_header {
    position: relative;
    padding: 1rem 1rem;
  }
}
#greeting .greeting #greeting_contents .greeting_text .greeting_header h1 {
  color: #1b5215;
  font-size: 6.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_text .greeting_header h1 {
    font-size: 3rem;
  }
}
#greeting .greeting #greeting_contents .greeting_text .greeting_header h1 span {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_text .greeting_header h1 span {
    font-size: 1.5rem;
  }
}
#greeting .greeting #greeting_contents .greeting_text .greeting_header h2 {
  color: #333;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#greeting .greeting #greeting_contents .greeting_text .greeting_header h2:before {
  content: "";
  position: absolute;
  bottom: 15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1b5215;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  #greeting .greeting #greeting_contents .greeting_text .greeting_header h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
#greeting .greeting .loop_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff 67%, #b9dabf 67%, #b9dabf 100%);
}
#greeting .greeting .loop_wrap img {
  width: auto;
  height: 100%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .loop_wrap img {
    width: 100%;
  }
}

.loop_wrap img:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}

.loop_wrap img:nth-child(even) {
  animation: loop2 80s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#movie {
  position: relative;
  padding: 5rem 0;
}
#movie .movie {
  width: 65%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #movie .movie {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie {
    width: 90%;
  }
}
#movie .movie h2 {
  color: #1b5215;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #movie .movie h2 {
    font-size: 2rem;
  }
}
#movie .movie .youtube_style {
  position: relative;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
}
#movie .movie .youtube_style iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_contents {
  position: relative;
  overflow: hidden;
}
#top_contents .top_content {
  position: relative;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_contents .top_content {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_content {
    margin-bottom: 3rem;
  }
}
#top_contents .top_content:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  background-size: 5px 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#top_contents .top_content h2 {
  position: relative;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_contents .top_content h2 {
    font-size: 1.2rem;
  }
}
#top_contents .top_content h2 span {
  font-size: 300%;
  display: block;
}
#top_contents .top_contents {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#top_contents .top_contents li {
  width: 95%;
  overflow: hidden;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #8FC31F;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li {
    width: 100%;
  }
}
#top_contents .top_contents li:nth-child(odd) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li:nth-child(odd) {
    margin-left: 0%;
  }
}
#top_contents .top_contents li:nth-child(even) dl {
  flex-direction: row-reverse;
}
#top_contents .top_contents li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-size: 5px 5px;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl {
    display: block;
  }
}
#top_contents .top_contents li dl dt {
  width: 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_contents .top_contents li dl dt {
    height: 30vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents li dl dt {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl dt {
    width: 100%;
    height: 60vw;
  }
}
#top_contents .top_contents li dl dd {
  width: 65%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl dd {
    width: 100%;
  }
}
#top_contents .top_contents li dl dd .top_contents_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_contents .top_contents li dl dd .top_contents_group h5 {
  position: relative;
  color: #1b5215;
  padding: 1rem 0 2rem 10rem;
  font-size: 3rem;
}
#top_contents .top_contents li dl dd .top_contents_group h5:before {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  color: #1b5215;
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl dd .top_contents_group h5:before {
    font-size: 2em;
  }
}
#top_contents .top_contents li dl dd .top_contents_group h5 span {
  font-size: 70%;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents li dl dd .top_contents_group h5 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl dd .top_contents_group h5 {
    font-size: 1.8rem;
    padding: 1rem 0 1rem 5rem;
  }
}
#top_contents .top_contents li dl dd .top_contents_group p {
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl dd .top_contents_group p {
    font-size: 1.1rem;
  }
}
#top_contents .top_contents li dl dd .top_contents_group p a {
  font-size: 1.5rem;
  text-align: center;
  display: table;
  color: #1b5215;
  border: solid 1px #1b5215;
  padding: 1rem 5rem;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
  transition: all 0.4s;
}
#top_contents .top_contents li dl dd .top_contents_group p a i {
  padding-left: 1rem;
}
#top_contents .top_contents li dl dd .top_contents_group p a:hover {
  color: #fff;
  background-color: #1b5215;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents li dl dd .top_contents_group p a {
    font-size: 1rem;
  }
}
#top_contents .top_contents_btn {
  width: 25%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents_btn {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_btn {
    width: 100%;
  }
}
#top_contents .row {
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
#top_contents .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
#top_contents .slide {
  height: 20vw;
  width: 300px;
  margin: 0 2rem;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_contents .slide {
    height: 30vw;
    width: 150px;
  }
}
#top_contents .top_gallery_btn {
  margin-top: 3vw;
  text-align: center;
}
#top_contents .top_contents_btn {
  width: 50%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents_btn {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_btn {
    width: 100%;
  }
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}

@keyframes marquee {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
#top_vision {
  overflow: hidden;
}
#top_vision .top_vision .top_vision_headline {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  #top_vision .top_vision .top_vision_headline {
    padding-top: 3rem;
  }
}
#top_vision .top_vision .top_vision_headline h2 {
  color: #1b5215;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_vision .top_vision .top_vision_headline h2 {
    font-size: 1.2rem;
  }
}
#top_vision .top_vision .top_vision_headline h2 span {
  font-size: 300%;
  display: block;
}
#top_vision .top_vision .top_vision_contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_vision .top_vision .top_vision_contents {
    width: 100%;
    flex-flow: column;
  }
}
#top_vision .top_vision .top_vision_contents .top_vision_content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_vision .top_vision .top_vision_contents .top_vision_content {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
}
#top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_bg {
  width: 30%;
}
#top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text {
  width: 85%;
  margin: 0 auto;
  background-color: #fcfcfc;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text {
    width: 100%;
  }
}
#top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text p {
  padding: 5rem;
  text-align: left;
  margin-bottom: 5rem;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text p {
    padding: 3rem;
    line-height: 6vw;
  }
}
#top_vision .top_vision .top_vision_contents .top_vision_content .top_vision_text h3 {
  color: #ff7124;
  padding: 1rem 3rem;
  text-align: center;
  border-top: solid 1px #ff7124;
  border-bottom: solid 1px #ff7124;
  display: table;
  margin: 3rem auto 0 auto;
}

.moving_img01 {
  animation: moving-y 3s ease-in-out infinite alternate-reverse;
}

#top_recruit {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit {
    padding: 2rem;
  }
}
#top_recruit:after {
  position: absolute;
  content: "";
  background-color: rgba(74, 117, 88, 0.5);
  background-image: radial-gradient(rgba(74, 117, 88, 0.3) 30%, transparent 30%);
  background-size: 5px 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#top_recruit .top_recruit {
  width: 70%;
  margin: 0 auto;
  padding: 5rem;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit {
    width: 100%;
    padding: 3rem;
  }
}
#top_recruit .top_recruit h2 {
  color: #00896C;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
}
#top_recruit .top_recruit h2:after {
  content: "";
  position: absolute;
  bottom: 15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00896C;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit h2 {
    font-size: 2rem;
  }
}
#top_recruit .top_recruit h2 span {
  font-size: 300%;
  display: block;
}
#top_recruit .top_recruit .top_recruit_main p {
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_main p {
    text-align: left;
  }
}
#top_recruit .top_recruit .top_recruit_main p a {
  font-size: 1.5rem;
  text-align: center;
  display: table;
  color: #1b5215;
  border: solid 1px #1b5215;
  padding: 1rem 5rem;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
  transition: all 0.4s;
}
#top_recruit .top_recruit .top_recruit_main p a i {
  padding-left: 1rem;
}
#top_recruit .top_recruit .top_recruit_main p a:hover {
  color: #fff;
  background-color: #1b5215;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_main p a {
    font-size: 1rem;
  }
}

@keyframes moving-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.moving_img02 {
  animation: moving-y2 3s ease-in-out infinite alternate-reverse;
}

@keyframes moving-y2 {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
#top_contents_menu .top_contents_menu li a {
  height: 20vw;
  display: block;
}

#service_list .service_list_contents {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_list .service_list_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #service_list .service_list_contents {
    width: 95%;
    display: block;
  }
}
#service_list .service_list_contents li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #service_list .service_list_contents li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#service_list .service_list_contents li a {
  font-size: 1.8rem;
  margin: 0 1rem;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #5dac81;
  border-radius: 1rem;
  padding: 1rem 0;
  border: solid 1px #5dac81;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #service_list .service_list_contents li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_list .service_list_contents li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #service_list .service_list_contents li a {
    font-size: 1.5rem;
  }
}
#service_list .service_list_contents li a i {
  padding-left: 0.5rem;
}

#grouphome .grouphome_contents {
  padding-top: 9vh;
  margin-bottom: 10rem;
}
#grouphome .grouphome_contents .grouphome_title {
  text-align: center;
}
#grouphome .grouphome_contents .grouphome_title h1 {
  padding: 3rem 0;
  background-color: rgba(93, 172, 129, 0.1);
  font-size: 3.5rem;
}
#grouphome .grouphome_contents .grouphome_title h1 span {
  font-size: 60%;
  display: block;
  color: #5dac81;
}
#grouphome .grouphome_contents .grouphome_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_contents .grouphome_title h2 {
    font-size: 1.8rem;
  }
}
#grouphome .grouphome_contents .photo_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
#grouphome .grouphome_contents .photo_list .photo_list_li {
  width: 25%;
}
#grouphome .grouphome_contents .photo_list .photo_list_li .photo_list_bg {
  height: 20vw;
  background-size: cover;
}
#grouphome .grouphome_greeting_contents {
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #grouphome .grouphome_greeting_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_greeting_contents {
    width: 95%;
  }
}
#grouphome .grouphome_greeting_contents .grouphome_greeting_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_greeting_contents .grouphome_greeting_content {
    flex-flow: column;
  }
}
#grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_img img {
  width: 100%;
}
#grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_text {
    text-align: left;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
  }
}
#grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_text h2 {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #5dac81;
  background-repeat: no-repeat;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
#grouphome .grouphome_greeting_contents .grouphome_greeting_content .grouphome_greeting_text p {
  color: #333;
  padding-bottom: 2rem;
}
#grouphome .grouphome_meal_contents {
  width: 90%;
  margin: auto;
}
#grouphome .grouphome_meal_contents .grouphome_meal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  position: relative;
  flex-direction: row-reverse;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents .grouphome_meal_content {
    width: 100%;
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_img img {
  width: 100%;
}
#grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_text {
    text-align: left;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
  }
}
#grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_text h2 {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #5dac81;
  background-repeat: no-repeat;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
#grouphome .grouphome_meal_contents .grouphome_meal_content .grouphome_meal_text p {
  color: #333;
  padding-bottom: 2rem;
}
#grouphome .grouphome_meal_contents ul.grouphome_meal_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#grouphome .grouphome_meal_contents ul.grouphome_meal_ul li {
  width: 33.3333333333%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents ul.grouphome_meal_ul li {
    width: 100%;
  }
}
#grouphome .grouphome_meal_contents ul.grouphome_meal_ul li .grouphome_meal_bg {
  display: block;
  background-size: cover;
  background-position: center;
  height: 20vw;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents ul.grouphome_meal_ul li .grouphome_meal_bg {
    height: 60vw;
  }
}
#grouphome .grouphome_meal_contents ul.grouphome_meal_ul li .grouphome_meal_dl dt h5 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #bfd9cb;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #grouphome .grouphome_meal_contents ul.grouphome_meal_ul li .grouphome_meal_dl dt h5 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #grouphome .grouphome_meal_contents ul.grouphome_meal_ul li .grouphome_meal_dl dt h5 {
    font-size: 1.3rem;
  }
}
#grouphome .office_contents {
  width: 90%;
  margin: auto;
  margin-top: 5rem;
}
#grouphome .office_contents .office_headline h3 {
  color: #5e846b;
  background-color: #eff7f3;
  border: solid 1px #5e846b;
  display: table;
  text-align: center;
  margin: 0 auto 3rem auto;
  padding: 1rem 5rem;
}
#grouphome .office_contents .office_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#grouphome .office_contents .office_ul .Office_li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #grouphome .office_contents .office_ul .Office_li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#grouphome .office_contents .office_ul .Office_li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#grouphome .office_contents .office_ul .Office_li dl dt {
  font-size: 1.6rem;
  width: 30%;
  text-align: center;
  padding: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
  color: #fff;
  background-color: #1b5215;
}
#grouphome .office_contents .office_ul .Office_li dl dd {
  font-size: 1.6rem;
  width: 70%;
  padding: 1rem;
  margin: 0.5rem 0;
  background-color: #eef7f2;
}
#grouphome .office_contents .office_ul .Office_li .map {
  margin-top: 1rem;
}
#grouphome .office_contents .office_ul .Office_li .map iframe {
  width: 100%;
}

#support .support_title {
  padding: 3rem 0;
  color: #fff;
  background-color: #5DAC81;
  text-align: center;
  margin-bottom: 3rem;
}
#support .support_title h2 {
  font-size: 3rem;
  padding: 2rem;
}
#support .support_contents {
  margin-bottom: 10rem;
  border-bottom: solid 1px #b6cdc1;
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support .support_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #support .support_contents {
    width: 95%;
    margin-bottom: 5rem;
  }
}
#support .support_contents ul.support_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#support .support_contents ul.support_ul li.support_li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #support .support_contents ul.support_ul li.support_li {
    width: 100%;
  }
}
#support .support_contents ul.support_ul li.support_li span {
  font-weight: 600;
  display: block;
  border: solid 1px #5DAC81;
  color: #5DAC81;
  margin: 1rem;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support .support_contents ul.support_ul li.support_li span {
    font-size: 1.4rem;
  }
}
#support .support_contents ul.support_ul li.support_li span i {
  padding-right: 1rem;
}
#support .support_contents .support_flow {
  margin: 5rem 0;
  padding: 5rem 2rem;
  border: solid 5px rgba(93, 172, 129, 0.15);
  border-radius: 5px;
}
#support .support_contents .support_flow h3 {
  color: #4a7558;
  padding: 1rem 5rem;
  text-align: center;
  border-bottom: solid 5px #b6cdc1;
  display: table;
  margin: 0 auto 2rem auto;
}
#support .support_contents .support_flow p {
  text-align: center;
  margin-bottom: 3rem;
}
#support .support_contents .support_flow .support_flow_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li {
  width: auto;
  font-weight: 600;
  display: block;
  color: #5DAC81;
  margin: 1rem;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #support .support_contents .support_flow .support_flow_ul .support_flow_li {
    width: 100%;
  }
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li .fa-circle-chevron-right {
  display: block;
}
@media screen and (max-width: 768px) {
  #support .support_contents .support_flow .support_flow_ul .support_flow_li .fa-circle-chevron-right {
    display: none;
  }
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li .fa-circle-chevron-down {
  display: none;
}
@media screen and (max-width: 768px) {
  #support .support_contents .support_flow .support_flow_ul .support_flow_li .fa-circle-chevron-down {
    display: block;
  }
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li i {
  padding-right: 1rem;
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(1) {
  padding: 1rem 2rem;
  background-color: #eff7f3;
}
@media screen and (max-width: 768px) {
  #support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(2) {
    padding: 0;
  }
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(3) {
  padding: 1rem 2rem;
  background-color: #eff7f3;
}
@media screen and (max-width: 768px) {
  #support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(4) {
    padding: 0;
  }
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(5) {
  padding: 1rem 2rem;
  background-color: #eff7f3;
}
@media screen and (max-width: 768px) {
  #support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(6) {
    padding: 0;
  }
}
#support .support_contents .support_flow .support_flow_ul .support_flow_li:nth-of-type(7) {
  padding: 1rem 2rem;
  background-color: #eff7f3;
}
#support .support_contents .support_flow_area {
  margin: 5rem 0;
  padding: 5rem 2rem;
  background-color: rgba(99, 175, 134, 0.1);
  border-radius: 5px;
}
#support .support_contents .support_flow_area h3 {
  color: #4a7558;
  text-align: center;
  margin-bottom: 1rem;
}
#support .support_contents .support_flow_area p {
  text-align: center;
}
#support .support_contents .support_flow_area .support_flow_area_img {
  width: 50%;
  margin: 0 auto;
}
#support .support_contents .support_flow_area .support_flow_area_img img {
  width: 100%;
}
#support .office_contents {
  width: 85%;
  margin: auto;
  margin-top: 5rem;
}
#support .office_contents .office_headline h3 {
  color: #5e846b;
  background-color: #eff7f3;
  border: solid 1px #5e846b;
  display: table;
  text-align: center;
  margin: 0 auto 3rem auto;
  padding: 1rem 5rem;
}
#support .office_contents .office_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#support .office_contents .office_ul .Office_li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #support .office_contents .office_ul .Office_li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#support .office_contents .office_ul .Office_li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#support .office_contents .office_ul .Office_li dl dt {
  font-size: 1.6rem;
  width: 30%;
  text-align: center;
  padding: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
  color: #fff;
  background-color: #1b5215;
}
#support .office_contents .office_ul .Office_li dl dd {
  font-size: 1.6rem;
  width: 70%;
  padding: 1rem;
  margin: 0.5rem 0;
  background-color: #eef7f2;
}
#support .office_contents .office_ul .Office_li .map {
  margin-top: 1rem;
}
#support .office_contents .office_ul .Office_li .map iframe {
  width: 100%;
  height: 300px;
}

#support02 .grouphome_title {
  padding-top: 9vh;
  text-align: center;
}
#support02 .grouphome_title h1 {
  padding: 3rem 0;
  background-color: rgba(93, 172, 129, 0.1);
  font-size: 3.5rem;
}
#support02 .grouphome_title h1 span {
  font-size: 60%;
  display: block;
  color: #5dac81;
}
#support02 .grouphome_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
#support02 .support02_contents {
  width: 85%;
  padding: 5rem 3rem;
  margin: 5rem auto;
  background-color: rgb(252, 252, 252);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support02 .support02_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support02_contents {
    width: 95%;
  }
}
#support02 .support02_contents .support02_title {
  text-align: center;
  margin-bottom: 3rem;
}
#support02 .support02_contents .support02_title h2 {
  color: #5e846b;
  font-size: 3rem;
  padding: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#support02 .support02_contents .support02_title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffd400;
  border-radius: 2px;
}
#support02 .support02_contents .support02_title h3 {
  color: #5e846b;
}
#support02 .support02_contents .support02_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #support02 .support02_contents .support02_row {
    display: block;
  }
}
#support02 .support02_contents .support02_row .support02_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #support02 .support02_contents .support02_row .support02_img {
    width: 100%;
  }
}
#support02 .support02_contents .support02_row .support02_img img {
  width: 100%;
}
#support02 .support02_contents .support02_row ul.support02_ul {
  width: 48%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #support02 .support02_contents .support02_row ul.support02_ul {
    width: 100%;
  }
}
#support02 .support02_contents .support02_row ul.support02_ul li.support02_li span {
  font-weight: 600;
  display: block;
  border: solid 1px #5DAC81;
  color: #5DAC81;
  margin: 1rem;
  text-align: left;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #support02 .support02_contents .support02_row ul.support02_ul li.support02_li span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support02 .support02_contents .support02_row ul.support02_ul li.support02_li span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support02_contents .support02_row ul.support02_ul li.support02_li span {
    font-size: 1.4rem;
  }
}
#support02 .support02_contents .support02_row ul.support02_ul li.support02_li span i {
  padding-right: 1rem;
}
#support02 .support02_contents .support_flow {
  margin: 5rem 0;
  padding: 5rem;
  box-shadow: 0 0 1px #5DAC81;
  border-radius: 5px;
}
#support02 .support02_contents .support_flow h3 {
  text-align: center;
}
#support02 .support02_contents .support_flow p {
  text-align: center;
}
#support02 .support02_contents .support_flow .support_flow_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#support02 .support02_contents .support_flow .support_flow_ul .support_flow_li {
  width: 25%;
}
#support02 .support02_contents .support_flow .support_flow_ul .support_flow_li span {
  font-weight: 600;
  display: block;
  border: solid 1px #5DAC81;
  color: #5DAC81;
  margin: 1rem;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
  font-size: 1.8rem;
}
#support02 .support02_contents .support_flow .support_flow_ul .support_flow_li span i {
  padding-right: 1rem;
}
#support02 .support02_contents .support_flow_area {
  margin: 5rem 0;
  padding: 5rem;
  background-color: rgba(99, 175, 134, 0.1);
  border-radius: 5px;
}
#support02 .support02_contents .support_flow_area h3 {
  color: #4a7558;
  text-align: center;
  margin-bottom: 1rem;
}
#support02 .support02_contents .support_flow_area p {
  text-align: center;
}
#support02 .support02_contents .support_flow_area .support_flow_area_img {
  width: 50%;
  margin: 0 auto;
}
#support02 .support02_contents .support_flow_area .support_flow_area_img img {
  width: 100%;
}
#support02 .support_work {
  width: 85%;
  margin: 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support02 .support_work {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support_work {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support_work {
    margin-bottom: 5rem;
  }
}
#support02 .support_work h4 {
  color: #5e846b;
  background-color: #eff7f3;
  border: solid 1px #5e846b;
  display: table;
  text-align: center;
  margin: 0 auto 3rem auto;
  padding: 1rem 5rem;
}
#support02 .support_work .support_work_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#support02 .support_work .support_work_ul .support_work_li {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support02 .support_work .support_work_ul .support_work_li {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support_work .support_work_ul .support_work_li {
    width: 50%;
    margin-bottom: 2rem;
  }
}
#support02 .support_work .support_work_ul .support_work_li span {
  font-weight: 600;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 3rem 0;
  margin: 0 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #support02 .support_work .support_work_ul .support_work_li span {
    font-size: 1.4rem;
  }
}
#support02 .support_work .support_work_ul .support_work_li span i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}
#support02 .support_work .support_work_ul .support_work_li .one {
  color: #e8aa1f;
  background-color: rgba(232, 170, 31, 0.05);
}
#support02 .support_work .support_work_ul .support_work_li .two {
  color: #c9184f;
  background-color: rgba(201, 24, 80, 0.05);
}
#support02 .support_work .support_work_ul .support_work_li .three {
  color: #32885c;
  background-color: rgba(50, 136, 92, 0.05);
}
#support02 .support_work .support_work_ul .support_work_li .four {
  color: #ebcc1e;
  background-color: rgba(235, 204, 30, 0.05);
}
#support02 .support_work_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem;
  width: 85%;
  margin: 0 auto 10rem auto;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support02 .support_work_row {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support_work_row {
    width: 90%;
  }
}
#support02 .support_work_row .support_work_column {
  width: 23%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #support02 .support_work_row .support_work_column {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #support02 .support_work_row .support_work_column {
    width: 95%;
  }
}
#support02 .support_work_row .support_work_column h5 {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #b6cdc1;
  color: #32885c;
}
#support02 .support_work_row .support_work_column h5 i {
  padding-right: 1rem;
}

#nature {
  margin-bottom: 10rem;
}
#nature .nature_title {
  padding-top: 9vh;
  text-align: center;
  margin-bottom: 5rem;
}
#nature .nature_title h1 {
  padding: 3rem 0;
  background-color: rgba(93, 172, 129, 0.1);
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #nature .nature_title h1 {
    font-size: 2.5rem;
  }
}
#nature .nature_title h1 span {
  font-size: 60%;
  display: block;
  color: #5dac81;
}
#nature .nature_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
#nature .nature_contents {
  width: 85%;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  #nature .nature_contents {
    width: 90%;
  }
}
#nature .nature_contents .nature_title02 {
  text-align: center;
  margin-bottom: 5rem;
}
#nature .nature_contents .nature_title02 h3 {
  color: #ffb100;
}
@media screen and (max-width: 768px) {
  #nature .nature_contents .nature_title02 h3 {
    font-size: 1.6rem;
  }
}
#nature .nature_contents .nature_work_row {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
#nature .nature_contents .nature_work_row .nature_work_column {
  width: 31%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #nature .nature_contents .nature_work_row .nature_work_column {
    width: 95%;
  }
}
#nature .nature_contents .nature_work_row .nature_work_column h5 {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #b6cdc1;
  color: #32885c;
}
#nature .nature_contents .nature_work_row .nature_work_column h5 i {
  padding-right: 1rem;
}
#nature .nature_contents .nature_flow_area {
  margin: 5rem 0;
  padding: 5rem;
  background-color: rgba(99, 175, 134, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #nature .nature_contents .nature_flow_area {
    padding: 5rem 2rem;
  }
}
#nature .nature_contents .nature_flow_area h3 {
  color: #4a7558;
  text-align: center;
  margin-bottom: 1rem;
}
#nature .nature_contents .nature_flow_area p {
  text-align: center;
}
#nature .nature_contents .nature_flow_area .support_flow_area_img {
  width: 50%;
  margin: 0 auto;
}
#nature .nature_contents .nature_flow_area .support_flow_area_img img {
  width: 100%;
}

#recruit .recruit_contents {
  padding: 3rem 0;
  margin: auto;
  position: relative;
}
#recruit .recruit_contents .recruit_detail {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  padding: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 2rem;
  }
}
#recruit .recruit_contents .recruit_detail .comingsoon {
  text-align: center;
}
#recruit .recruit_contents .recruit_detail .recruit_title {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #c7c7c7;
}
#recruit .recruit_contents .recruit_detail .recruit_title h1 {
  text-align: center;
  color: #005ec3;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#recruit .recruit_contents .recruit_detail .recruit_title h2 {
  text-align: center;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: black;
  background-repeat: no-repeat;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_title h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_title p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_title p {
    text-align: left;
  }
}
#recruit .recruit_contents .recruit_detail table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr {
  font-size: 1.5rem;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  text-align: end;
  padding-right: 40px;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  color: #333;
  width: 65%;
  padding: 20px 0;
  padding-left: 40px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}

#policy_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #policy_main {
    padding: 0;
  }
}
#policy_main #policy_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg {
    padding-top: 280px;
  }
}
#policy_main #policy_main_bg .policy_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 55%;
    font-size: 24px;
  }
}
#policy_main #policy_main_bg .policy_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_logo {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo {
    width: 45%;
    height: 100px;
  }
}
#policy_main #policy_main_bg .policy_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo .policy_main_text {
    font-size: 10px;
  }
}

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

#news {
  padding: 0 0 10rem 0;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #news {
    width: 95%;
  }
}
#news .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #news .news {
    display: block;
    justify-content: center;
    align-items: center;
  }
}
#news .news .news_contents {
  width: 65%;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
    padding: 2rem;
    margin: 0 auto;
  }
}
#news .news .news_contents ul {
  list-style: none;
}
#news .news .news_contents ul a {
  color: #555;
  text-decoration: none;
}
#news .news .news_contents ul a li {
  border-bottom: 1px solid #555;
  padding: 0 1vw;
}
#news .news .news_contents ul a li .thumb {
  width: 100%;
  height: 40vw;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
}
#news .news .news_contents ul a li .outline .date {
  font-size: 1.3rem;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a li .outline .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li .outline .date {
    font-size: 4vw;
  }
}
#news .news .news_contents ul a li .outline .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li .outline .title {
    font-size: 4.5vw;
  }
}
#news .news .news_contents ul a li .outline .descn {
  font-size: 0.8vw;
}
#news .news .monthly-archive {
  width: 30%;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .monthly-archive {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .monthly-archive {
    width: 95%;
    padding: 2rem;
    margin: 2rem auto 0 auto;
  }
}
#news .news .monthly-archive h4 {
  color: #222;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .monthly-archive h4 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .monthly-archive h4 {
    font-size: 4vw;
  }
}
#news .news .monthly-archive h3 {
  color: #000;
  border-bottom: solid 1px rgba(34, 34, 34, 0.4);
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .monthly-archive h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .monthly-archive h3 {
    font-size: 4.5vw;
  }
}
#news .news .monthly-archive ul {
  list-style: none;
}
#news .news .monthly-archive ul li a {
  color: #000;
  font-size: 1.3rem;
}

#works .works .works_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  padding: 5rem;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 2rem;
  }
}
#works .works .works_contents .comingsoon {
  text-align: center;
}
#works .works .works_contents .works_title {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #c7c7c7;
}
#works .works .works_contents .works_title h1 {
  text-align: center;
  color: #005ec3;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#works .works .works_contents .works_title h2 {
  text-align: center;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: black;
  background-repeat: no-repeat;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_title h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#works .works .works_contents .works_title p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_title p {
    text-align: left;
  }
}
#works .works .works_contents ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    justify-content: left;
  }
}
#works .works .works_contents ul a {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_contents ul a {
    width: 32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 48%;
  }
}
#works .works .works_contents ul a:hover {
  opacity: 0.7;
}
#works .works .works_contents ul a li {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    flex-flow: column;
  }
}
#works .works .works_contents ul a li .thumb {
  height: 15vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_contents ul a li .thumb {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .thumb {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .thumb {
    width: 100%;
    flex-wrap: wrap;
    height: 20vh;
    margin-bottom: 4vw;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul a li .outline .title {
  color: #222;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_contents ul a:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 1441px) {
  #works .works .works_contents ul a:nth-child(4n) a {
    margin-right: 0%;
  }
}
#works .works .works_contents .navigation {
  text-align: center;
  margin: 4vw 0;
}

#news_single {
  padding: 0 0 10rem 0;
}
#news_single .news_single {
  width: 70%;
  padding: 3rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single {
    width: 90%;
  }
}
#news_single .news_single .news_contents ul {
  list-style: none;
  color: #555;
  text-decoration: none;
}
#news_single .news_single .news_contents ul li .thumb {
  width: 100%;
  height: 40vw;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .thumb img {
  width: 100%;
  height: 100%;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2vw;
  }
}
#news_single .news_single .news_contents ul li .outline .title {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .title {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn {
  font-size: 0.8vw;
}

#works_single .works_contents {
  width: 90%;
  margin: auto;
}
#works_single .works_contents .works_content .works_title h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#works_single .works_contents .works_content .works_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
#works_single .works_contents .works_content ul {
  list-style: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents .works_content ul {
    justify-content: space-between;
  }
}
#works_single .works_contents .works_content ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works_single .works_contents .works_content ul li {
    width: 32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents .works_content ul li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents .works_content ul li {
    width: 46%;
    margin-right: 0%;
  }
}
#works_single .works_contents .works_content ul li a {
  height: 20vw;
  display: block;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works_single .works_contents .works_content ul li a {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents .works_content ul li a {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents .works_content ul li a {
    width: 100%;
    flex-wrap: wrap;
    height: 20vh;
  }
}
#works_single .works_contents .works_content ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works_single .works_contents .works_content ul li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents .works_content ul li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 1441px) {
  #works_single .works_contents .works_content ul li:nth-child(4n) a {
    margin-right: 0%;
  }
}

#company .company {
  width: 65%;
  margin: auto;
  padding: 3rem;
  margin-bottom: 6vw;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    width: 90%;
    padding: 2rem;
  }
}
#company .company .company_title h1 {
  text-align: center;
  color: #005ec3;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#company .company .company_title h2 {
  text-align: center;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: black;
  background-repeat: no-repeat;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  #company .company .company_title h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#company .company ul {
  list-style: none;
}
#company .company ul li {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3;
}
#company .company table {
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  border-collapse: collapse;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #company .company table {
    width: 100%;
  }
}
#company .company table tr {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}
#company .company table tr th, #company .company table tr td {
  color: #222;
  padding: 1.4vw;
  font-size: 1vw;
  letter-spacing: 0.3vw;
  line-height: 1.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company table tr th, #company .company table tr td {
    font-size: 1.6vw;
    line-height: 2.4vw;
    padding: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company table tr th, #company .company table tr td {
    font-size: 2.2vw;
    line-height: 4vw;
    letter-spacing: 0.6vw;
    padding: 3vw;
  }
}
#company .company table tr th {
  width: 30%;
  color: #fff;
  align-items: center;
  background-color: #222;
  display: grid;
}
#company .company table tr td {
  background-color: #fff;
}
#company .company .map {
  width: 100%;
  margin: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #company .company .map {
    width: 100%;
  }
}
#company .company .map p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
#company .company .map iframe {
  width: 100%;
  height: 40rem;
}

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text {
    padding-top: 3rem;
  }
}
#contact .contact .contact_text h2 {
  color: #1b5215;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text h2 {
    font-size: 1.2rem;
  }
}
#contact .contact .contact_text h2 span {
  font-size: 300%;
  display: block;
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: rgb(252, 252, 252);
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #666;
  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 .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

footer {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    background-attachment: scroll;
  }
}
footer .footer-top {
  background-color: #eeeeee;
  padding: 3rem 0;
}
footer .footer-top p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer-top p {
    text-align: left;
  }
}
footer .footer-top ul {
  width: 80%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-top ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top ul {
    width: 95%;
    display: block;
  }
}
footer .footer-top ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  footer .footer-top ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .footer-top ul li a {
  font-size: 2vw;
  text-align: center;
  display: block;
  color: #fff;
  border: solid 1px #ddd;
  background-color: #5DAC81;
  border-radius: 1rem;
  padding: 1.5rem 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer .footer-top ul li a {
    font-size: 5vw;
  }
}
footer .footer-top ul li a:hover {
  opacity: 0.7;
}
footer .footer-top ul li a span {
  margin: 0 1rem;
  padding: 0 1rem;
  background-color: #fff;
  color: #d82352;
  border-radius: 1rem;
}
footer .safety {
  padding: 3rem 0;
}
footer .safety h3 {
  text-align: center;
  margin-bottom: 2rem;
}
footer .safety .safety_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  footer .safety .safety_list {
    display: block;
  }
}
footer .safety .safety_list li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  footer .safety .safety_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .safety .safety_list li a {
  text-align: center;
  font-size: 1.4rem;
  color: #d82352;
  border: solid 1px #d82352;
  display: block;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  transition: all 0.4s;
}
footer .safety .safety_list li a i {
  padding-left: 1rem;
}
footer .safety .safety_list li a:hover {
  color: #fff;
  background-color: #d82352;
}
footer .banner_link {
  background-color: #eeeeee;
  padding: 3rem 0;
}
footer .banner_link .banner_link_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list {
    display: block;
  }
}
footer .banner_link .banner_link_list li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .banner_link .banner_link_list li:last-child a .banner_link_text {
  top: 30%;
}
footer .banner_link .banner_link_list li a {
  color: #fff;
  display: block;
  height: 10vw;
  background-size: cover;
  background-position: center;
  border: solid 1px #fff;
  box-shadow: 0 0 1px #000;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li a {
    height: 22vh;
  }
}
footer .banner_link .banner_link_list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
footer .banner_link .banner_link_list li a:hover {
  opacity: 0.8;
}
footer .banner_link .banner_link_list li a .banner_link_text {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 1;
}
footer .banner_link .banner_link_list li a .banner_link_text h5 {
  text-align: center;
  font-size: 1.4vw;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li a .banner_link_text h5 {
    font-size: 1.5rem;
  }
}
footer .banner_link .banner_link_list li a .banner_link_text p {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li a .banner_link_text p {
    font-size: 1.2rem;
  }
}
footer .banner_link .banner_link_list li a img {
  width: 100%;
}
footer #top_contact {
  position: relative;
  z-index: 10;
}
footer #top_contact .top_contact {
  width: 100%;
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact {
    padding: 1rem 0;
  }
}
footer #top_contact .top_contact .top_contact_bg {
  position: relative;
  padding: 0 2vw;
  z-index: 10;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_title {
  color: #222;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title {
    font-size: 3vw;
  }
  footer #top_contact .top_contact .top_contact_bg .top_contact_title span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title {
    font-size: 5vw;
  }
  footer #top_contact .top_contact .top_contact_bg .top_contact_title span {
    font-size: 3vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_title h4 {
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title h4 {
    font-size: 6vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_title h4 span {
  font-family: "Dancing Script", cursive;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  color: #222;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents {
    width: 95%;
    flex-flow: column;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
    border-right: none;
    padding: 3vw 0 0 0;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel h5 {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel h5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel h5 {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
  font-size: 3rem;
  color: #00AA90;
  background-color: transparent;
  padding: 1vw 0;
  width: 80%;
  margin: auto;
  border: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
    width: 90%;
    font-size: 1.8rem;
    padding: 3vw 0;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p i {
  margin-right: 5px;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form {
    width: 90%;
    padding: 6vw 0;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form h5 {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form h5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form h5 {
    font-size: 1.8rem;
    margin-bottom: 4vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a {
  text-decoration: none;
  border: none;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button {
  border: none;
  color: #fff;
  background-color: #5DAC81;
  padding: 1rem 0;
  width: 80%;
  border-radius: 1rem;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button {
    font-size: 1.2rem;
    padding: 3vw 0;
    width: 80%;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #222;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button i {
  margin: 0 1vw;
}

.footer {
  z-index: 10;
}
.footer .footer_title {
  letter-spacing: 0.2vw;
  text-align: center;
  padding: 2rem 0;
}
.footer .footer_title h3 span {
  font-size: 70%;
  display: block;
}
.footer .footer_title p {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer .footer_title p {
    font-size: 1.6rem;
  }
}
.footer .footer_main {
  background-color: #f9ffe5;
  background-size: cover;
}
.footer .footer_main .footer_main_bg {
  margin: 0 auto;
  padding: 5rem 0 0m 0;
  background-color: #fff;
}
.footer .footer_main .footer_main_bg .footer_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group {
    display: block;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left {
  width: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left {
    width: 100%;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .footer_contact_text {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .footer_contact_text {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left {
    width: 100%;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .footer_logo {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .footer_logo {
    width: 90%;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .footer_logo img {
  width: 100%;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .footer_text {
  width: 100%;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .footer_text p {
  text-align: center;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents {
  margin: auto;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents {
    width: 95%;
    flex-flow: column;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel {
    width: 100%;
    border-right: none;
    padding: 3vw 0 0 0;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel h5 {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel h5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel h5 {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel p {
  font-size: 3rem;
  color: #1b5215;
  background-color: transparent;
  padding: 1vw 0;
  width: 80%;
  margin: auto;
  border: none;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel p i {
  margin-right: 5px;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel p span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_tel p span {
    font-size: 1.3rem;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form {
    width: 100%;
    padding: 6vw 0;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form h5 {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form h5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form h5 {
    font-size: 1.8rem;
    margin-bottom: 4vw;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form a {
  text-decoration: none;
  border: none;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form a button {
  border: none;
  color: #fff;
  background-color: #5DAC81;
  padding: 1rem 0;
  width: 80%;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form a button {
    font-size: 1.2rem;
    padding: 3vw 0;
    width: 80%;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form a button:hover {
  opacity: 0.75;
}
.footer .footer_main .footer_main_bg .footer_group .footer_left .top_contact_contents .top_contact_form a button i {
  margin: 0 1vw;
}
.footer .footer_main .footer_main_bg .footer_group .footer_right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_group .footer_right {
    width: 100%;
  }
}
.footer .footer_main .footer_main_bg .footer_group .footer_right iframe {
  width: 100%;
  height: 300px;
}
.footer .footer_menu {
  background-color: #5DAC81;
}
.footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 80%;
  padding: 2rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul {
    width: 90%;
  }
}
.footer .footer_menu ul li {
  position: relative;
  width: 14.2857142857%;
  padding: 1vw auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li {
    width: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li {
    width: auto;
    margin: 0.5rem;
    border: none;
  }
}
.footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li a {
    font-size: 1rem;
  }
}
.footer .footer_menu ul li a span {
  font-size: 1.2vw;
  margin-bottom: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li a span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li a span {
    font-size: 1rem;
  }
}
.footer .footer_menu ul li a span:hover {
  color: #8FB7E1;
}
.footer .copy_right {
  background-color: #5DAC81;
  text-align: center;
  padding: 1vw 0;
  position: relative;
  z-index: 10;
}
.footer .copy_right p {
  font-size: 1.3rem;
  color: #fff;
}
@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: 1rem;
  }
}/*# sourceMappingURL=style.css.map */