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

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

body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-display: swap;
}

.fade-up {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up:nth-child(2) {
  transition-delay: 0.2s;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* 表示時 */
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

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

.top_contents_title {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .top_contents_title {
    margin-bottom: 6vw;
  }
}
.top_contents_title h2 {
  font-family: "Futura";
  font-weight: 300;
  letter-spacing: 0.6vw;
  border-bottom: 2px solid #006400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_title h2 {
    font-size: 6vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_title h2 {
    font-size: 7vw;
    padding-left: 4vw;
  }
}
.top_contents_title h2 span {
  color: #006400;
  font-size: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_title h2 span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_title h2 span {
    font-size: 10vw;
  }
}
.top_contents_title p {
  color: #707070;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_title p {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_title p {
    font-size: 2.8vw;
    padding-left: 4vw;
  }
}

.top_btn {
  text-align: center;
}
.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  border: none;
  padding: 1.5vw;
  width: 20vw;
  background-color: #fff;
  letter-spacing: 0.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_btn a button {
    width: 30vw;
    padding: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_btn a button {
    width: 80vw;
    padding: 4vw;
    font-size: 3vw;
  }
}
.top_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
}
.top_btn a button i {
  margin-left: 3vw;
}

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

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

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

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

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

h5 {
  font-size: 1.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.6vw;
  }
}

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

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

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

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

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

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000;
}
.loading .loading_text {
  width: 50vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading .loadingText {
  animation: 0.5s flashing infinite;
  color: #006400;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 3.3vw;
  }
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinner-box .pulse-container .pulse-bubble {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #114a77;
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header #header_pc {
  width: 100%;
  height: 130px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_pc .header_logo {
  width: 150px;
  margin-top: 0vw;
  margin-left: 1vw;
}
header #header_pc .header_pc .header_logo a {
  width: 70%;
  display: block;
}
header #header_pc .header_pc .header_logo a img {
  width: 100%;
  height: 100%;
  display: block;
}
header #header_pc .header_pc .header_right {
  width: 60%;
  margin-right: 1vw;
  color: #006400;
}
header #header_pc .header_pc .header_right .header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 1.2vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left {
  margin-right: 2vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_time {
  height: 50%;
  padding: 0 1vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel {
  border-bottom: 1px solid #f1f1f1;
  height: 50%;
  padding: 0 1vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel i {
  margin-right: 0.8vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right {
  height: 100%;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a {
  width: 15vw;
  height: 100%;
  display: block;
  text-decoration: none;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button {
  padding: 1.5vw 3vw;
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #006400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_pc .header_right .header_contact .header_contact_right a button {
    padding: 1.5vw 2vw;
  }
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #006400;
  border: 1px solid #006400;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button i {
  margin-right: 0.5vw;
  font-size: 1.2vw;
}
header #header_pc .header_pc .header_right .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
header #header_pc .header_pc .header_right .header_menu ul li {
  margin: 0 1vw;
}
header #header_pc .header_pc .header_right .header_menu ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0 1vw;
  font-size: 1vw;
  color: #006400;
  position: relative;
}
header #header_pc .header_pc .header_right .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006400;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}
header #header_pc .header_pc .header_right .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}
header #header_sp {
  background-color: #fff;
}
@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;
  }
}
header #header_sp .header_sp {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp {
    height: 13vw;
  }
}
header #header_sp .header_sp .header_logo {
  height: 70px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_logo {
    height: 35px;
  }
}
header #header_sp .header_sp .header_logo img {
  height: 100%;
}
header #header_sp .header_sp .header_menu .header_contact {
  padding-right: 13vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_menu .header_contact {
    display: none;
  }
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_time {
  border-bottom: 1px solid #f1f1f1;
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_tel {
  color: #006400;
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_tel i {
  margin-right: 1.5vw;
}
header #header_sp .header_sp nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  /* メニューアイコンを押下した際のナビゲーションメニューの横幅を指定する */
  width: 40vw;
  height: 100vh;
  background: #006400;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*  ナビゲーションを表示する速度を指定する  */
  transition: all 0.8s;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav {
    width: 80vw;
  }
}
header #header_sp .header_sp nav .inner {
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner {
    padding-top: 24vw;
  }
}
header #header_sp .header_sp nav .inner ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0;
}
header #header_sp .header_sp nav .inner ul li {
  position: relative;
  padding: 2rem;
  border-bottom: solid 1px #fff;
}
header #header_sp .header_sp nav .inner ul li a {
  display: inline-block;
  color: #fff !important;
  font-size: 2.4vw;
  font-weight: 600;
  transition-duration: 0.2s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li a {
    font-size: 3.8vw;
  }
}
header #header_sp .header_sp nav .inner ul li p {
  color: #fff;
  margin-bottom: 1.5vw;
}
header #header_sp .header_sp nav .inner ul li p a {
  font-size: 3.5vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li p a {
    font-size: 6vw;
  }
}
header #header_sp .header_sp nav .inner ul li p a i {
  margin-right: 1.5vw;
}
header #header_sp .header_sp .open nav {
  /* ナビゲーションの表示位置を指定する */
  right: 0;
  /* ナビゲーションの透過率を指定する */
  opacity: 1;
  visibility: visible;
}
header #header_sp .header_sp nav .nav-sns-erea, header #header_sp .header_sp nav .nav-other-erea {
  margin-top: 30px;
}
header #header_sp .header_sp nav .nav-sns-erea li, header #header_sp .header_sp nav .nav-other-erea li {
  color: #006400;
  font-size: 0.9375rem;
}
header #header_sp .header_sp .other-contents a {
  text-decoration: none;
  font-size: 1.4vw;
}
header #header_sp .header_sp nav .txt-title {
  color: #919090;
  font-weight: 400;
  line-height: 1;
}
header #header_sp .header_sp nav .sns-contents, header #header_sp .header_sp nav .other-contents {
  margin-top: 10px;
}
header #header_sp .header_sp nav .sns-contents p {
  display: inline-block;
}
header #header_sp .header_sp nav .other-contents p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
header #header_sp .header_sp {
  /*       toggle_btn
  ---------------------------*/
}
header #header_sp .header_sp .toggle_btn {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10000;
  background-color: #006400;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .toggle_btn {
    width: 13vw;
    height: 13vw;
  }
}
header #header_sp .header_sp .toggle_btn .open {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35px;
  height: 1px;
  background-color: #fff;
}
header #header_sp .header_sp .toggle_btn .open:nth-child(1) {
  top: 35%;
}
header #header_sp .header_sp .toggle_btn .open:nth-child(2) {
  top: 50%;
}
header #header_sp .header_sp .toggle_btn .open:nth-child(3) {
  top: 65%;
}
header #header_sp .header_sp .close_btn .open {
  visibility: visible;
}
header #header_sp .header_sp {
  /* クリック時にハンバーガーメニューを非表示にする */
}
header #header_sp .header_sp .open .toggle_btn .open {
  display: none;
  visibility: hidden;
}
header #header_sp .header_sp {
  /*       close_btn
  ---------------------------*/
  /* 非表示にしたハンバーガーメニューの変わりに表示するアイコンを指定する */
}
header #header_sp .header_sp .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .close_btn {
    width: 13vw;
    height: 13vw;
  }
}
header #header_sp .header_sp .close_btn p {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header #header_sp .header_sp .close_btn p::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 3vw;
  font-weight: 600;
}
header #header_sp .header_sp .close_btn p::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 3vw;
  font-weight: 600;
}
header #header_sp .header_sp .open .close_btn {
  visibility: visible;
  opacity: 1;
}
header #header_sp .header_sp {
  /*          mask
  ---------------------------*/
}
header #header_sp .header_sp #mask {
  display: none;
  transition: all 0.5s;
  visibility: hidden;
}
header #header_sp .header_sp {
  /* ナビゲーションが展開された部分の外側余白を指定する */
}
header #header_sp .header_sp .open #mask {
  display: block;
  position: fixed;
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.change-color {
  background-color: #fff;
  transition: 0.3s;
}
.change-color .header_contact {
  color: #006400 !important;
}
.change-color .header_contact .header_contact_right button {
  background-color: #006400 !important;
  color: #fff !important;
}
.change-color .header_contact .header_contact_right button:hover {
  background-color: #fff !important;
  border: 1px solid #006400 !important;
  color: #006400 !important;
}
.change-color .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.change-color .header_menu ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0 1vw;
  font-size: 1vw;
  color: #006400 !important;
  position: relative;
}
.change-color .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006400 !important;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}
.change-color .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}

#main {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 13vw;
  }
}
#main .main_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #main .main_bg {
    background-color: #fff;
  }
}
#main .main_text {
  position: absolute;
  bottom: 5%;
  left: 0%;
  z-index: 100;
  color: #fff;
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  background-color: rgba(0, 100, 0, 0.4);
}
#main .main_text h2 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 3vw;
  font-weight: 600;
}
#main .main_text h2 span {
  font-size: 140%;
  display: block;
}
@media screen and (max-width: 768px) {
  #main .main_text {
    padding: 4vw;
  }
  #main .main_text h2 {
    font-size: 4vw;
  }
  #main .main_text p {
    font-size: 2.8vw;
  }
}
#main .slider {
  margin-right: 0;
  margin-left: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .slider {
    width: 100%;
    height: 55vw;
    margin: 2rem 0;
  }
}
#main .slick-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .slick-list {
    height: 100%;
  }
}
#main .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  #main .slick-list .slick-track {
    height: 100%;
  }
}
#main .slick-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .slick-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#main .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

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

#top_about .top_about {
  position: relative;
}
#top_about .top_about .top_about_contents {
  width: 100%;
  height: 25vw;
  padding: 4vw;
  position: relative;
  z-index: 0;
  background-size: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_about .top_about .top_about_contents {
    height: 35vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    background-position: center;
    background-size: cover;
    height: 120vw;
    padding-top: 50vw;
  }
}
#top_about .top_about .top_about_contents::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 100, 0, 0.7);
}
#top_about .top_about .top_about_contents h2 {
  position: relative;
  z-index: 10;
  width: 45%;
  color: #fff;
  padding-left: 1vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents h2 {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents h2 {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents h2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.4vw;
  height: 100%;
  background-color: #fff;
}
#top_about .top_about .top_about_contents p {
  position: relative;
  z-index: 10;
  width: 45%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents p {
    width: 100%;
  }
}
#top_about .top_about .top_about_image {
  position: absolute;
  top: 20%;
  right: 0;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_image {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_image {
    width: 60%;
    margin: 0 20%;
    top: 2rem;
    right: 0;
  }
}
#top_about .top_about .top_about_image img {
  width: 100%;
}

#top_service {
  margin-bottom: 6vw;
}
#top_service .top_service .top_contents_title {
  position: relative;
}
#top_service .top_service .top_contents_title h2 {
  color: #006400;
  opacity: 0.1;
  border: none;
  font-size: 9vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_contents_title h2 {
    font-size: 18vw;
  }
}
#top_service .top_service .top_contents_title h3 {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #006400;
}
#top_service .top_service .top_service_text {
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
  color: #212121;
}

.top_contents_btn {
  width: 90%;
  margin: auto;
}
.top_contents_btn button {
  border: none;
  padding: 1vw 4vw;
  background-color: #006400;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top_contents_btn button {
    padding: 3vw 10vw;
  }
}
.top_contents_btn button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #006400;
  color: #006400;
}
.top_contents_btn button i {
  margin-left: 1vw;
}

@media screen and (max-width: 768px) {
  #top_contents {
    flex-flow: column;
  }
}
#top_contents .top_contents_ul {
  display: flex;
  flex-wrap: wrap;
}
#top_contents .top_contents_ul .top_contents_li {
  width: 100%;
  border-bottom: solid 1px #006400;
  margin-bottom: 3rem;
}
#top_contents .top_contents_ul .top_contents_li:nth-child(even) dl {
  flex-direction: row-reverse;
  margin-bottom: 0rem;
}
#top_contents .top_contents_ul .top_contents_li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30vw;
  border-top: solid 1px #006400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents_ul .top_contents_li dl {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_ul .top_contents_li dl {
    display: block;
    height: auto;
  }
}
#top_contents .top_contents_ul .top_contents_li dl dt {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_ul .top_contents_li dl dt {
    width: 100%;
  }
}
#top_contents .top_contents_ul .top_contents_li dl dt .top_service_img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_ul .top_contents_li dl dt .top_service_img {
    height: 80vw;
  }
}
#top_contents .top_contents_ul .top_contents_li dl dd {
  width: 50%;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_ul .top_contents_li dl dd {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
}
#top_contents .top_contents_ul .top_contents_li dl dd h2 {
  text-align: center;
  color: #006400;
  font-weight: 600;
}
#top_contents .top_contents_ul .top_contents_li dl dd h4 {
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
#top_contents .top_contents_ul .top_contents_li dl dd p {
  margin-top: 2rem;
}
#top_contents .top_contents_ul .top_contents_li dl dd p a {
  color: #fff;
  background-color: #006400;
  display: table;
  margin: 2rem auto 0 auto;
  text-decoration: none;
  padding: 1rem 2rem;
  transition: all 0.4s;
}
#top_contents .top_contents_ul .top_contents_li dl dd p a i {
  padding-left: 1rem;
}
#top_contents .top_contents_ul .top_contents_li dl dd p a:hover {
  opacity: 0.75;
}

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

#estate {
  padding: 8vw 0;
  background-color: #f8f9fb;
}
#estate .estate {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #estate .estate {
    width: 92%;
  }
}
#estate .estate .estate_intro {
  text-align: center;
  margin-bottom: 5vw;
}
#estate .estate .estate_intro h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_intro h3 {
    font-size: 5vw;
  }
}
#estate .estate .estate_intro p {
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_intro p {
    text-align: left;
  }
}
#estate .estate .estate_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #estate .estate .estate_cards {
    gap: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_cards {
    flex-direction: column;
    gap: 4vw;
  }
}
#estate .estate .estate_cards .estate_card {
  width: 30%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #estate .estate .estate_cards .estate_card {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_cards .estate_card {
    width: 100%;
  }
}
#estate .estate .estate_cards .estate_card .card_image {
  width: 100%;
  height: 12vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #estate .estate .estate_cards .estate_card .card_image {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_cards .estate_card .card_image {
    height: 50vw;
  }
}
#estate .estate .estate_cards .estate_card .card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#estate .estate .estate_cards .estate_card .card_body {
  padding: 1.5vw;
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_cards .estate_card .card_body {
    padding: 4vw;
  }
}
#estate .estate .estate_cards .estate_card .card_body h4 {
  color: #006400;
  font-size: 18px;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_cards .estate_card .card_body h4 {
    font-size: 4vw;
  }
}
#estate .estate .estate_cards .estate_card .card_body p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_cards .estate_card .card_body p {
    font-size: 3.5vw;
  }
}
#estate .estate .estate_case {
  background: #fff;
  padding: 1.5vw;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_case {
    padding: 4vw;
  }
}
#estate .estate .estate_case h3 {
  color: #006400;
  font-size: 18px;
  margin-bottom: 1.5vw;
  border-bottom: solid 2px #006400;
}
@media screen and (max-width: 768px) {
  #estate .estate .estate_case h3 {
    font-size: 5vw;
  }
}
#estate .estate .estate_case ul {
  padding-left: 1.5em;
}
#estate .estate .estate_case ul li {
  font-size: 14px;
  margin-bottom: 0.7vw;
  line-height: 1.8;
}

#redevelopment {
  padding: 8vw 0;
  background: #f7f8fa;
}
#redevelopment .redevelopment {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment {
    width: 92%;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul {
  list-style: none;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20vw;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
    flex-direction: column;
    margin-bottom: 16vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
  /* =================
     テキストエリア
  ================= */
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing {
  width: 50%;
  padding: 4vw 3vw;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing {
    width: 100%;
    padding: 6vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing .headline {
  position: absolute;
  top: -1.5vw;
  left: 0;
  background: #006400;
  color: #fff;
  padding: 0.8vw 2vw;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing .headline {
    position: relative;
    top: 0;
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing .text {
  font-size: 16px;
  margin-top: 2vw;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing .text {
    font-size: 14px;
    margin-top: 1vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 {
  width: 100%;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 h4 {
  color: #fff;
  padding: 1vw 2vw;
  background: #006400;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 h4 {
    width: 100%;
    padding: 6vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 h4 .headline {
  position: absolute;
  top: -1.5vw;
  left: 0;
  background: #006400;
  color: #fff;
  padding: 0.8vw 2vw;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 h4 .headline {
    position: relative;
    top: 0;
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 h4 .text {
  margin-top: 2vw;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_writing2 h4 .text {
    margin-top: 1vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
  /* =================
     画像エリア
  ================= */
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_image {
  width: 45%;
  height: 28vw;
  position: absolute;
  right: 0;
  top: 2vw;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_image {
    width: 100%;
    height: 50vw;
    position: relative;
    margin-top: 4vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_image::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  background: #006400;
  top: 5%;
  right: -5%;
  z-index: -1;
  opacity: 0.1;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
  /* =================
     偶数レイアウト反転
  ================= */
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents:nth-child(even) {
  flex-direction: row-reverse;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents:nth-child(even) {
    flex-direction: column;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents:nth-child(even) .redevelopment_image {
  right: auto;
  left: 0;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents:nth-child(even) .redevelopment_image::after {
  right: auto;
  left: -5%;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents:last-child {
  margin-bottom: 0vw;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
  /* =================
     事業内容リスト
  ================= */
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_list {
  margin-top: 2.5vw;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_list li.redevelopment_list_li {
  font-size: 16px;
  margin-bottom: 0.8vw;
  line-height: 1.9;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_list li.redevelopment_list_li {
    font-size: 14px;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents {
  /* =================
     実績
  ================= */
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result {
  margin-top: 3vw;
  background: #f9fafc;
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .year {
  font-weight: bold;
  margin-bottom: 1vw;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .year {
    font-size: 3.5vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .result_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6vw;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .result_grid {
    grid-template-columns: 1fr;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .result_grid span {
  background: #fff;
  padding: 0.6vw 1vw;
  font-size: 16px;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .result_grid span {
    font-size: 3.5vw;
  }
}
#redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .total {
  margin-top: 2vw;
  font-size: 1.6vw;
  font-weight: bold;
  color: #006400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #redevelopment .redevelopment .redevelopment_contents ul li.redevelopment_contents .redevelopment_result .total {
    font-size: 5vw;
    text-align: left;
  }
}

#contact {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 5rem;
  }
}
#contact .contact {
  width: 80%;
  margin: auto;
}
@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 h1 {
  font-size: 45px;
  color: #006400;
  text-align: center;
}
#contact .contact .contact_text h3 {
  text-align: center;
  margin-bottom: 2rem;
}
#contact .contact .contact_text p {
  text-align: center;
}
#contact .contact .form {
  width: 100%;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #fff;
  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 .wpcf7-form-control-wrap .wpcf7-radio {
  padding: 0rem 0;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0 0 0 0em;
  margin-top: 1rem;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  margin: 1rem 1rem 0rem 0;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
  margin-right: 1rem;
  margin-top: 0rem;
  width: 15px;
}
#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: #444;
  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%;
  }
}

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

.footer_contact {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact {
    margin: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact {
    margin: 18vw 0;
  }
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-top: 4vw;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents {
    height: 80vw;
  }
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_contents .footer_contact_contents_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 155, 180, 0.5);
  transition: all 0.4s;
}
.footer_contact .footer_contact_text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
  }
}
.footer_contact .footer_contact_text p {
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  color: #fff;
  font-size: 4vw;
}
.footer_contact .footer_contact_text h2 {
  color: #fff;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    width: 95%;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 4vw;
  text-align: center;
  border-right: 1px solid #fff;
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #fff;
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  text-align: center;
  padding: 4vw;
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  padding: 1.5vw 6vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    padding: 3vw 8vw;
  }
}
.footer_contact .contact_flex .form a button:hover {
  background-color: #006400;
  color: #fff;
  border: none;
}

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