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

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
}

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

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

.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: "Zen Old Mincho", serif;
  font-weight: 300;
  letter-spacing: 0.6vw;
  border-bottom: 2px solid #2C5F5A;
}
@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: #2C5F5A;
  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: 90%;
    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: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.3vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.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;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.4s;
}
header #header_pc {
  width: 100%;
  height: 110px;
  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%;
  padding: 0 32px;
}
header #header_pc .header_pc .header_logo {
  display: flex;
  align-items: center;
}
header #header_pc .header_pc .header_logo a {
  display: block;
  line-height: 0;
}
header #header_pc .header_pc .header_logo img {
  height: 60px;
  width: auto;
  display: block;
}
header #header_pc .header_pc .header_right {
  width: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
header #header_pc .header_pc .header_right .header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  height: auto;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left {
  margin-right: 0;
  text-align: right;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel {
  border-bottom: none;
  height: auto;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel i {
  margin-right: 8px;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_time {
  height: auto;
  padding: 0;
  font-size: 1.1rem;
  opacity: 0.85;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right {
  height: auto;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a {
  width: auto;
  height: auto;
  display: block;
  text-decoration: none;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button {
  width: auto;
  height: auto;
  padding: 12px 22px;
  color: #2C5F5A;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  font-size: 1.4rem;
  cursor: pointer;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button i {
  margin-right: 8px;
  font-size: 1.4rem;
}
header #header_pc .header_pc .header_right .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
header #header_pc .header_pc .header_right .header_menu ul li {
  margin: 0;
}
header #header_pc .header_pc .header_right .header_menu ul li a {
  text-decoration: none;
  display: block;
  padding: 0;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
header #header_pc .header_pc .header_right .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -4px;
  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: 40px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_logo {
    height: 40px;
  }
}
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;
    padding-right: 17vw;
    line-height: 1.5;
  }
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_time {
  border-bottom: 1px solid #fff;
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_tel {
  color: #2C5F5A;
}
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;
  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: 2vw;
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner {
    padding-top: 15vw;
  }
}
header #header_sp .header_sp nav .inner ul {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0;
}
header #header_sp .header_sp nav .inner ul li {
  position: relative;
  margin: 8vw 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li {
    margin: 30px 0;
    margin-bottom: 12vw;
    padding-left: 4vw;
  }
}
header #header_sp .header_sp nav .inner ul li a {
  display: inline-block;
  color: #fff !important;
  font-size: 2.4vw;
  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: #fff;
  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: #2C5F5A;
}
@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%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.change-color,
.is-lower {
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.change-color .header_contact,
.is-lower .header_contact {
  color: #2C5F5A !important;
}
.change-color .header_contact .header_contact_left .header_contact_tel,
.change-color .header_contact .header_contact_left .header_contact_time,
.is-lower .header_contact .header_contact_left .header_contact_tel,
.is-lower .header_contact .header_contact_left .header_contact_time {
  color: #2C5F5A !important;
}
.change-color .header_contact .header_contact_right button,
.is-lower .header_contact .header_contact_right button {
  cursor: pointer;
  background-color: #2C5F5A !important;
  color: #fff !important;
  border: 1px solid #2C5F5A !important;
}
.change-color .header_contact .header_contact_right button:hover,
.is-lower .header_contact .header_contact_right button:hover {
  background-color: #fff !important;
  border: 1px solid #2C5F5A !important;
  color: #2C5F5A !important;
}
.change-color .header_menu ul,
.is-lower .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.change-color .header_menu ul li,
.is-lower .header_menu ul li {
  margin: 0;
}
.change-color .header_menu ul li a,
.is-lower .header_menu ul li a {
  text-decoration: none;
  display: block;
  padding: 0;
  font-size: 1.4rem;
  color: #2C5F5A !important;
  position: relative;
}
.change-color .header_menu ul li a::after,
.is-lower .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2C5F5A !important;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}
.change-color .header_menu ul li a:hover::after,
.is-lower .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}

#main {
  position: relative;
  height: 100vh;
  min-height: 560px;
  padding-top: 0;
  overflow: hidden;
}
#main .main_bg {
  display: none;
}
#main .slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
#main .slick-list,
#main .slick-track,
#main .slick-slide,
#main .slick-slide > div {
  height: 100%;
}
#main .slick-img {
  height: 100%;
}
#main .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(44, 95, 90, 0.45), rgba(44, 95, 90, 0.1));
  pointer-events: none;
}
#main .main_text {
  position: absolute;
  left: 0;
  bottom: 18%;
  z-index: 3;
  max-width: 620px;
  padding: 48px 64px 48px 48px;
  background-color: rgba(44, 95, 90, 0.72);
  color: #fff;
  display: block;
}
#main .main_text h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#main .main_text p {
  margin-top: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  #main .main_text {
    padding: 32px;
    max-width: 90%;
    bottom: 14%;
  }
  #main .main_text h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  #main .main_text {
    padding: 15px;
  }
  #main .main_text h2 {
    font-size: 2.1rem;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#main .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#top_news {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top_news {
    padding: 60px 0;
  }
}
#top_news .top_news {
  max-width: 1200px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    padding: 0 20px;
  }
}
#top_news .top_news {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  #top_news .top_news {
    flex-direction: column;
    gap: 24px;
  }
}
#top_news .top_news_left {
  flex: 0 0 260px;
  width: auto;
}
#top_news .top_news_left .top_contents_title {
  text-align: left;
  width: auto;
  margin: 0;
  color: #2C5F5A;
}
#top_news .top_news_left .top_contents_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 4rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #7BA878;
  display: inline-block;
  padding-right: 24px;
}
#top_news .top_news_left .top_contents_title p {
  color: #707070;
  font-size: 1.4rem;
  margin-top: 6px;
  letter-spacing: 0.1em;
}
#top_news .top_news_left .top_btn {
  text-align: left;
  margin-top: 28px;
}
#top_news .top_news_left .top_btn a button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  padding: 12px 24px;
  background: transparent;
  color: #2C5F5A;
  border: 1px solid #2C5F5A;
  font-size: 1.4rem;
  letter-spacing: normal;
  cursor: pointer;
  transition: 0.3s;
}
#top_news .top_news_left .top_btn a button:hover {
  background: #2C5F5A;
  color: #fff;
  border: 1px solid #2C5F5A;
}
#top_news .top_news_left .top_btn a button i {
  margin-left: 0;
}
#top_news .top_news_contents {
  flex: 1;
  width: auto;
}
#top_news .top_news_contents ul {
  margin-bottom: 0;
}
#top_news .top_news_contents ul a {
  display: block;
  padding: 18px 4px;
  margin-bottom: 0;
  border-bottom: 1px solid #dfe6e1;
  color: #333;
  transition: 0.3s;
}
#top_news .top_news_contents ul a:hover {
  background: #F4F7F5;
  padding-left: 12px;
}
#top_news .top_news_contents ul a li .outline {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 0;
  transition: none;
}
#top_news .top_news_contents ul a li .outline:hover {
  opacity: 1;
}
#top_news .top_news_contents ul a li .outline .date {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 3px 12px;
  background-color: #2C5F5A;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
#top_news .top_news_contents ul a li .outline .title {
  font-size: 1.5rem;
  color: #333;
}

#top_about {
  background: #F4F7F5;
}
#top_about .top_about {
  max-width: 1200px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    padding: 0 20px;
  }
}
#top_about .top_about {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top_about .top_about {
    flex-direction: column;
  }
}
#top_about .top_about .top_about_contents {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 520px;
  height: auto;
  margin: 80px 0;
  padding: 64px 56px;
  background: #2C5F5A;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    margin: 0;
    max-width: 100%;
    padding: 48px 28px;
  }
}
#top_about .top_about .top_about_contents h2 {
  position: relative;
  z-index: 10;
  width: auto;
  margin-bottom: 20px;
  padding-left: 0;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 500;
}
#top_about .top_about .top_about_contents h2::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents h2 {
    font-size: 2.2rem;
  }
}
#top_about .top_about .top_about_contents p {
  position: relative;
  z-index: 10;
  width: auto;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  opacity: 0.95;
}
#top_about .top_about .top_about_image {
  position: relative;
  top: auto;
  right: auto;
  flex: 1;
  width: auto;
  margin-left: -60px;
  transform: none;
}
@media screen and (max-width: 1024px) {
  #top_about .top_about .top_about_image {
    margin-left: 0;
    width: 100%;
  }
}
#top_about .top_about .top_about_image img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_image img {
    height: 280px;
  }
}

#top_feature {
  max-width: 1200px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #top_feature {
    padding: 0 20px;
  }
}
#top_feature {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#top_feature .top_contents_title {
  position: static;
  margin-bottom: 0;
}
#top_feature .top_contents_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 4rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
  opacity: 1;
  border: none;
  border-bottom: 2px solid #7BA878;
  display: inline-block;
  padding: 0 0 4px;
}
#top_feature .top_contents_title h4 {
  position: static;
  margin-top: 6px;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#top_feature .top_feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  #top_feature .top_feature_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#top_feature .top_feature_item {
  padding: 48px 32px;
  background: #F4F7F5;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #top_feature .top_feature_item {
    padding: 36px 24px;
  }
}
#top_feature .top_feature_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(44, 95, 90, 0.12);
}
#top_feature .top_feature_item .top_feature_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2C5F5A;
  color: #fff;
}
#top_feature .top_feature_item .top_feature_icon i {
  font-size: 2.8rem;
}
#top_feature .top_feature_item h3 {
  color: #2C5F5A;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 14px;
}
#top_feature .top_feature_item p {
  color: #333;
  font-size: 1.45rem;
  line-height: 1.9;
  text-align: left;
}

#top_service {
  max-width: 1200px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #top_service {
    padding: 0 20px;
  }
}
#top_service {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#top_service .top_service .top_contents_title {
  position: static;
  margin-bottom: 0;
}
#top_service .top_service .top_contents_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 4rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
  opacity: 1;
  border: none;
  border-bottom: 2px solid #7BA878;
  display: inline-block;
  padding: 0 0 4px;
}
#top_service .top_service .top_contents_title h4 {
  position: static;
  margin-top: 6px;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#top_service .top_service .top_service_text {
  width: auto;
  max-width: 840px;
  margin: 32px auto 0;
  color: #333;
  font-size: 1.55rem;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_text {
    text-align: left;
  }
}
#top_service .top_service .top_contents_btn {
  width: auto;
  margin: 32px 0 48px;
}
#top_service .top_service .top_contents_btn button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 36px;
  background: #2C5F5A;
  color: #fff;
  border: 1px solid #2C5F5A;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s;
}
#top_service .top_service .top_contents_btn button:hover {
  background: transparent;
  color: #2C5F5A;
}
#top_service .top_service .top_contents_btn button i {
  margin-left: 0;
}
#top_service .top_service .top_service_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: auto;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #top_service .top_service .top_service_images {
    grid-template-columns: 1fr;
  }
}
#top_service .top_service .top_service_images img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  #top_contents {
    grid-template-columns: 1fr;
  }
}
#top_contents a {
  width: 100%;
  height: 300px;
  text-decoration: none;
}
#top_contents #top_company,
#top_contents #top_recruit {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top_contents #top_company::after,
#top_contents #top_recruit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(44, 95, 90, 0.72);
  transition: 0.4s;
}
#top_contents #top_company:hover::after,
#top_contents #top_recruit:hover::after {
  background-color: rgba(44, 95, 90, 0.35);
}
#top_contents #top_company .top_company,
#top_contents #top_company .top_recruit,
#top_contents #top_recruit .top_company,
#top_contents #top_recruit .top_recruit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#top_contents .top_company_title,
#top_contents .top_recruit_title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
#top_contents .top_company_title h2,
#top_contents .top_recruit_title h2 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
#top_contents .top_company_title h4,
#top_contents .top_recruit_title h4 {
  margin-top: 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}

#top_property {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top_property {
    padding: 60px 0;
  }
}
#top_property .top_property {
  max-width: 1200px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #top_property .top_property {
    padding: 0 20px;
  }
}
#top_property .top_property {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  #top_property .top_property {
    flex-direction: column;
    gap: 24px;
  }
}
#top_property .top_property_left {
  flex: 0 0 0px;
  width: auto;
}
#top_property .top_property_left .top_contents_title {
  text-align: left;
  width: auto;
  margin: 0;
  color: #2C5F5A;
}
#top_property .top_property_left .top_contents_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 4rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #7BA878;
  display: inline-block;
  padding-right: 24px;
}
#top_property .top_property_left .top_contents_title p {
  color: #707070;
  font-size: 1.4rem;
  margin-top: 6px;
  letter-spacing: 0.1em;
}
#top_property .top_property_left .top_btn {
  text-align: left;
  margin-top: 28px;
}
#top_property .top_property_left .top_btn a button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  padding: 12px 24px;
  background: transparent;
  color: #2C5F5A;
  border: 1px solid #2C5F5A;
  font-size: 1.4rem;
  letter-spacing: normal;
  cursor: pointer;
  transition: 0.3s;
}
#top_property .top_property_left .top_btn a button:hover {
  background: #2C5F5A;
  color: #fff;
  border: 1px solid #2C5F5A;
}
#top_property .top_property_left .top_btn a button i {
  margin-left: 0;
}
#top_property .top_property_contents {
  flex: 1;
  width: auto;
}
#top_property .top_property_contents ul {
  list-style: none;
  margin-bottom: 0;
}
#top_property .top_property_contents ul a {
  display: block;
  padding: 18px 4px;
  margin-bottom: 0;
  border-bottom: 1px solid #dfe6e1;
  color: #333;
  transition: 0.3s;
}
#top_property .top_property_contents ul a:hover {
  background: #F4F7F5;
  padding-left: 12px;
}
#top_property .top_property_contents ul a li .outline {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 0;
  transition: none;
}
#top_property .top_property_contents ul a li .outline:hover {
  opacity: 1;
}
#top_property .top_property_contents ul a li .outline .date {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 3px 12px;
  background-color: #2C5F5A;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
#top_property .top_property_contents ul a li .outline .title {
  font-size: 1.5rem;
  color: #333;
}

#property {
  background-color: #EAF1EC;
}
@media screen and (max-width: 768px) {
  #property {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property {
    margin-bottom: 8vw;
  }
}
#property .property {
  width: 80%;
  margin: auto;
  padding: 8vw 0;
}
#property .property .search {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .search {
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search {
    text-align: start;
    margin-bottom: 14vw;
  }
}
#property .property .search form select {
  width: 40%;
  height: 3vw;
  border: 1px solid #f1f1f1;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #property .property .search form select {
    width: 50%;
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search form select option {
    font-size: 3.3vw;
  }
}
#property .property .search form .searchCustom {
  padding: 1vw;
  width: 5vw;
  border: none;
  color: #fff;
  background-color: #2C5F5A;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .search form .searchCustom {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search form .searchCustom {
    width: 20vw;
    padding: 2vw;
  }
}
#property .property .search form .searchCustom:hover {
  background-color: #fff;
  color: #2C5F5A;
  border: 1px solid #2C5F5A;
}
#property .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#property .property .property_group {
  margin-bottom: 10vw;
}
#property .property .property_group:last-child {
  margin-bottom: 0;
}
#property .property .property_group .property_group_headline {
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  #property .property .property_group .property_group_headline {
    margin-bottom: 8vw;
  }
}
#property .property .property_group .property_group_headline h3 {
  display: inline-block;
  color: #2C5F5A;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 1vw 1.2vw 0;
  border-bottom: 3px solid #7BA878;
}
@media screen and (max-width: 768px) {
  #property .property .property_group .property_group_headline h3 {
    padding-bottom: 3vw;
  }
}
#property .property .property_contents {
  margin-bottom: 8vw;
}
#property .property .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #2C5F5A;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#property .property .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h4::after {
    width: 1vw;
    left: 5%;
  }
}
#property .property .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#property .property .property_contents .property_content {
  margin-bottom: 4vw;
}
#property .property .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#property .property .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
  color: #333;
  transition: all 0.4s;
}
#property .property .property_contents .property_content ul a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul a {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#property .property .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .thumb {
    height: 60vw;
  }
}
#property .property .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property .property .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#property .property .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#property .property .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#property .property .property_contents .property_content ul li .outline .category ul li {
  width: 30%;
  color: #fff;
  text-align: center;
  padding: 0.4vw;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .category ul li {
    width: 30%;
    margin-right: 3%;
  }
}
#property .property .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #7BA878;
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #5A8F78;
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #A8C9A0;
}
#property .property .property_contents .property_content ul li .outline .title {
  color: #2C5F5A;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #2C5F5A;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}
#property .property .property_contents .property_more {
  text-align: center;
}
#property .property .property_contents .property_more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  min-width: 22vw;
  padding: 1.1vw 3vw;
  background-color: #2C5F5A;
  color: #fff;
  text-decoration: none;
  font-size: 1.1vw;
  letter-spacing: 0.15em;
  border: 1px solid #2C5F5A;
  border-radius: 999px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_more a {
    min-width: 40vw;
    padding: 2vw 4vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_more a {
    width: 100%;
    min-width: 0;
    padding: 4vw;
    font-size: 3.3vw;
    gap: 2vw;
  }
}
#property .property .property_contents .property_more a::after {
  content: "→";
  display: inline-block;
  transition: transform 0.4s;
}
#property .property .property_contents .property_more a:hover {
  background-color: #fff;
  color: #2C5F5A;
}
#property .property .property_contents .property_more a:hover::after {
  transform: translateX(0.6vw);
}

.hidden-search-field {
  opacity: 0;
}

.property_pager {
  margin-top: 4vw;
  text-align: center;
}
.property_pager .page-numbers {
  display: inline-block;
  min-width: 2.4em;
  padding: 0.5em 0.8em;
  margin: 0 0.2em;
  border: 1px solid #2C5F5A;
  color: #2C5F5A;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
}
.property_pager .page-numbers.current, .property_pager .page-numbers:hover {
  background: #2C5F5A;
  color: #fff;
}

#works {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#works .works {
  width: 80%;
  margin: auto;
}
#works .works .property_contents {
  margin-bottom: 8vw;
}
#works .works .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#works .works .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #2C5F5A;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#works .works .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline h4::after {
    width: 1vw;
    left: 5%;
  }
}
#works .works .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#works .works .property_contents .property_content {
  margin-bottom: 4vw;
}
#works .works .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#works .works .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li .thumb {
    height: 60vw;
  }
}
#works .works .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#works .works .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#works .works .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#works .works .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#works .works .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #7BA878;
}
#works .works .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #5A8F78;
}
#works .works .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #A8C9A0;
}
#works .works .property_contents .property_content ul li .outline .title {
  color: #2C5F5A;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #2C5F5A;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

#news {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#news .news {
  width: 80%;
  margin: auto;
}
#news .news .property_contents {
  margin-bottom: 8vw;
}
#news .news .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#news .news .property_contents .property_headline h4 {
  width: 70%;
  padding: 1vw 2.5vw;
  margin: auto;
  background-color: #2C5F5A;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4 {
    width: 100%;
    padding: 2vw 5vw;
  }
}
#news .news .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4::after {
    width: 1vw;
    left: 0.5em;
  }
}
#news .news .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#news .news .property_contents .property_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content {
    margin-bottom: 12vw;
  }
}
#news .news .property_contents .property_content ul {
  list-style: none;
  display: block !important;
}
#news .news .property_contents .property_content ul a {
  display: block;
  width: 70%;
  margin: auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul a {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul a {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#news .news .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#news .news .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#news .news .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#news .news .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #7BA878;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #5A8F78;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #A8C9A0;
}
#news .news .property_contents .property_content ul li .outline .title {
  color: #2C5F5A;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #2C5F5A;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.none {
  display: none !important;
}

#property_single .property .property_contents {
  background-color: #F4F7F5;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul {
    width: 95%;
  }
}
#property_single .property .property_contents .property_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li {
    flex-flow: column;
  }
}
#property_single .property .property_contents .property_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb a img:hover {
  opacity: 0.75;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb a .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#property_single .property .property_contents .property_content ul li .list_left .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images div {
    height: 30vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#property_single .property .property_contents .property_content ul li .list_left .images div a {
  transition: all 0.4s;
}
#property_single .property .property_contents .property_content ul li .list_left .images div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
#property_single .property .property_contents .property_content ul li .list_left .images div a img:hover {
  opacity: 0.75;
}
#property_single .property .property_contents .property_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #2C5F5A;
  border-bottom: 2px solid #2C5F5A;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
  width: 30%;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 3%;
  display: block;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:first-child {
  background-color: #7BA878;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #5A8F78;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #A8C9A0;
}
#property_single .property .property_contents .property_content ul li .outline .property_table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 3.3vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th {
  background-color: #2C5F5A;
  color: #fff;
  font-weight: 600;
}

#works_single .works .works_contents {
  background-color: #F4F7F5;
  padding: 8vw 0;
}
#works_single .works .works_contents .works_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul {
    width: 95%;
  }
}
#works_single .works .works_contents .works_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li {
    flex-flow: column;
  }
}
#works_single .works .works_contents .works_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works .works_contents .works_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#works_single .works .works_contents .works_content ul li .list_left .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left .images div {
    height: 30vw;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#works_single .works .works_contents .works_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works .works_contents .works_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works .works_contents .works_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title {
  width: 100%;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #2C5F5A;
  border-bottom: 2px solid #2C5F5A;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:first-child {
  background-color: #7BA878;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #5A8F78;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #A8C9A0;
}
#works_single .works .works_contents .works_content ul li .outline .works_table {
  width: 100%;
}
#works_single .works .works_contents .works_content ul li .outline .works_table table {
  width: 100%;
}
#works_single .works .works_contents .works_content ul li .outline .works_table table tr th, #works_single .works .works_contents .works_content ul li .outline .works_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works .works_contents .works_content ul li .outline .works_table table tr th, #works_single .works .works_contents .works_content ul li .outline .works_table table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .works_table table tr th, #works_single .works .works_contents .works_content ul li .outline .works_table table tr td {
    font-size: 3.3vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .works_table table tr th {
  background-color: #2C5F5A;
  color: #fff;
  font-weight: 600;
}

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

#company .philosophy .philosophy_contents table, #company .company .company_contents table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr, #company .company .company_contents table tr {
    display: block;
  }
}
#company .philosophy .philosophy_contents table tr th, #company .company .company_contents table tr th,
#company .philosophy .philosophy_contents table tr td,
#company .company .company_contents table tr td {
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid #dfe6e1;
  font-size: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th, #company .company .company_contents table tr th,
  #company .philosophy .philosophy_contents table tr td,
  #company .company .company_contents table tr td {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 1.4rem;
  }
}
#company .philosophy .philosophy_contents table tr th, #company .company .company_contents table tr th {
  width: 200px;
  background: #2C5F5A;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th, #company .company .company_contents table tr th {
    width: 100%;
    border-bottom: none;
  }
}
#company .philosophy .philosophy_contents table tr td, #company .company .company_contents table tr td {
  width: auto;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr td, #company .company .company_contents table tr td {
    padding-top: 10px;
  }
}
#company .philosophy .philosophy_contents table tr:last-child th, #company .company .company_contents table tr:last-child th,
#company .philosophy .philosophy_contents table tr:last-child td,
#company .company .company_contents table tr:last-child td {
  border-bottom: none;
}

#company .csr .csr_title, #company .philosophy .philosophy_title, #company .greeting .greeting_title, #company .company .company_title {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #company .csr .csr_title, #company .philosophy .philosophy_title, #company .greeting .greeting_title, #company .company .company_title {
    margin-bottom: 32px;
  }
}
#company .csr .csr_title h2, #company .philosophy .philosophy_title h2, #company .greeting .greeting_title h2, #company .company .company_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 3.6rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #company .csr .csr_title h2, #company .philosophy .philosophy_title h2, #company .greeting .greeting_title h2, #company .company .company_title h2 {
    font-size: 2.8rem;
  }
}
#company .csr .csr_title h4, #company .philosophy .philosophy_title h4, #company .greeting .greeting_title h4, #company .company .company_title h4 {
  display: inline-block;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #2C5F5A;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #company .csr .csr_title h4, #company .philosophy .philosophy_title h4, #company .greeting .greeting_title h4, #company .company .company_title h4 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
#company .csr .csr_title h4::after, #company .philosophy .philosophy_title h4::after, #company .greeting .greeting_title h4::after, #company .company .company_title h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: #7BA878;
}
#company .csr .csr_title p, #company .philosophy .philosophy_title p, #company .greeting .greeting_title p, #company .company .company_title p {
  margin-top: 4px;
  color: #707070;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

#company {
  background: #F4F7F5;
  scroll-margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #company {
    scroll-margin-top: 96px;
  }
}
#company .company {
  background: none;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 56px 0;
  }
}
#company .company .company_contents {
  max-width: 1000px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    padding: 0 20px;
  }
}
#company .greeting {
  max-width: 1000px;
  margin: 80px auto 0 auto;
  padding: 0 32px 5rem 32px;
}
@media screen and (max-width: 768px) {
  #company .greeting {
    margin: 56px auto 0 auto;
    padding: 0 20px 5rem 20px;
  }
}
#company .greeting .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents {
    flex-direction: column;
    gap: 24px;
  }
}
#company .greeting .greeting_contents .greeting_text {
  flex: 1;
  width: auto;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text {
    width: 100%;
  }
}
#company .greeting .greeting_contents .greeting_text p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 1.4rem;
  }
}
#company .greeting .greeting_contents .greeting_text p:last-child {
  margin-bottom: 0;
}
#company .greeting .greeting_contents .greeting_text .greeting_name {
  margin-top: 28px;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text .greeting_name {
    margin-top: 20px;
  }
}
#company .greeting .greeting_contents .greeting_text .greeting_name .role {
  margin-right: 12px;
  font-size: 1.3rem;
  color: #707070;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text .greeting_name .role {
    font-size: 1.2rem;
  }
}
#company .greeting .greeting_contents .greeting_text .greeting_name .name {
  font-size: 2rem;
  font-weight: 600;
  color: #2C5F5A;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text .greeting_name .name {
    font-size: 1.7rem;
  }
}
#company .greeting .greeting_contents .greeting_image {
  flex: 0 0 30%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_image {
    flex: none;
    width: 100%;
  }
}
#company .greeting .greeting_contents .greeting_image img {
  width: 100%;
}
#company .philosophy {
  background: #F4F7F5;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #company .philosophy {
    padding: 56px 0;
  }
}
#company .philosophy .philosophy_contents {
  max-width: 1000px;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents {
    padding: 0 20px;
  }
}
#company .csr {
  max-width: 1000px;
  margin: auto;
  padding: 80px 32px;
}
@media screen and (max-width: 768px) {
  #company .csr {
    padding: 56px 20px;
  }
}
#company .csr .csr_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  background: #fff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  padding: 48px 56px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .csr .csr_contents {
    gap: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #company .csr .csr_contents {
    flex-direction: column;
    gap: 28px;
    padding: 32px 24px;
  }
}
#company .csr .csr_contents .csr_text {
  flex: 1;
}
#company .csr .csr_contents .csr_text p {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #company .csr .csr_contents .csr_text p {
    font-size: 1.4rem;
    text-align: center;
  }
}
#company .csr .csr_contents .csr_org {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#company .csr .csr_contents .csr_org .csr_logo {
  display: block;
}
#company .csr .csr_contents .csr_org .csr_logo img {
  width: 220px;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #company .csr .csr_contents .csr_org .csr_logo img {
    width: 200px;
  }
}
#company .csr .csr_contents .csr_org .csr_logo:hover img {
  opacity: 0.8;
}
#company .csr .csr_contents .csr_org .csr_link {
  display: inline-block;
  font-size: 1.4rem;
  color: #2C5F5A;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  border-bottom: 1px solid #2C5F5A;
  transition: opacity 0.3s ease;
}
#company .csr .csr_contents .csr_org .csr_link:hover {
  opacity: 0.7;
}

#recruit .recruit {
  background-color: #F4F7F5;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit {
    padding: 12vw 0;
  }
}
#recruit .recruit .recruit_title {
  text-align: center;
  margin-bottom: 2vw;
}
#recruit .recruit .recruit_contents {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    margin-bottom: 8vw;
  }
}
#recruit .recruit .recruit_contents h4 {
  width: 60%;
  margin: auto;
  padding: 1.2vw 1.5vw;
  margin-bottom: 2vw;
  background-color: #2C5F5A;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents h4 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents h4 {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents table tr:nth-child(even) {
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
    padding: 2vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#recruit .recruit .recruit_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#recruit .recruit .recruit_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#recruit .recruit .form_btn {
  width: 60%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .form_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .form_btn {
    width: 95%;
  }
}
#recruit .recruit .form_btn a {
  text-decoration: none;
}
#recruit .recruit .form_btn a button {
  padding: 1.5vw 0;
  width: 100%;
  border: none;
  background-color: #2C5F5A;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .form_btn a button {
    padding: 2.4vw 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .form_btn a button {
    padding: 4vw 0;
  }
}
#recruit .recruit .form_btn a button:hover {
  background-color: #F4F7F5;
  color: #2C5F5A;
  border: 1px solid #2C5F5A;
}

#contribution .contribution .sec_title, #service .service .sec_title {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .sec_title, #service .service .sec_title {
    margin-bottom: 32px;
  }
}
#contribution .contribution .sec_title h2, #service .service .sec_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 3.6rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
  border: none;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .sec_title h2, #service .service .sec_title h2 {
    font-size: 2.8rem;
  }
}
#contribution .contribution .sec_title p, #service .service .sec_title p {
  margin-top: 4px;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#service {
  max-width: 1200px;
  margin: auto;
  padding: 80px 32px;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 56px 20px;
  }
}
#service .service .service_contents ul {
  counter-reset: svc;
  list-style: none;
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul {
    gap: 40px;
  }
}
#service .service .service_contents ul li {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 0;
  position: static;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li {
    flex-direction: column;
    gap: 24px;
  }
}
#service .service .service_contents ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(even) {
    flex-direction: column;
  }
}
#service .service .service_contents ul li .service_writing {
  flex: 1;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  position: relative;
}
#service .service .service_contents ul li .service_writing::before {
  counter-increment: svc;
  content: "0" counter(svc);
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  color: #7BA878;
  letter-spacing: 0.1em;
}
#service .service .service_contents ul li .service_writing .headline {
  position: static;
  width: auto;
  margin: 6px 0 20px;
  padding: 0 0 12px;
  color: #2C5F5A;
  background: none;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 2px solid #7BA878;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_writing .headline {
    font-size: 2rem;
  }
}
#service .service .service_contents ul li .service_writing .text {
  padding-top: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_writing .text {
    padding-top: 0;
  }
}
#service .service .service_contents ul li .service_writing .text .svc-line {
  display: block;
}
#service .service .service_contents ul li .service_writing .text .svc-group {
  display: block;
  position: relative;
  margin: 22px 0 10px;
  padding-left: 14px;
  color: #2C5F5A;
  font-weight: 600;
  font-size: 1.6rem;
}
#service .service .service_contents ul li .service_writing .text .svc-group.is-first {
  margin-top: 0;
}
#service .service .service_contents ul li .service_writing .text .svc-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 4px;
  height: 1.1em;
  background: #7BA878;
  border-radius: 2px;
}
#service .service .service_contents ul li .service_writing .text .svc-subhead {
  display: inline-block;
  margin: 20px 0 10px;
  padding: 5px 16px;
  background: #EAF1EC;
  color: #2C5F5A;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
#service .service .service_contents ul li .service_writing .text .svc-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 2px;
  border-bottom: 1px dashed #A8C9A0;
  font-size: 1.5rem;
}
#service .service .service_contents ul li .service_writing .text .svc-price .svc-price-name {
  color: #333;
}
#service .service .service_contents ul li .service_writing .text .svc-price .svc-price-value {
  flex: none;
  color: #2C5F5A;
  font-weight: 600;
  white-space: nowrap;
}
#service .service .service_contents ul li .service_writing .text .svc-note {
  display: block;
  margin-top: 8px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #888;
  font-size: 1.3rem;
  line-height: 1.7;
}
#service .service .service_contents ul li .service_image {
  flex: 0 0 42%;
  width: 42%;
  height: auto;
  position: static;
  top: auto;
  right: auto;
  left: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_image {
    flex: none;
    width: 100%;
  }
}
#service .service .service_contents ul li .service_image::after {
  content: none;
}
#service .service .service_contents ul li .service_image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_image img {
    height: 220px;
  }
}

#area {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #area {
    padding: 56px 0;
  }
}
#area .area {
  max-width: 1000px;
  width: auto;
  margin: auto;
  padding: 0 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #area .area {
    padding: 0 20px;
  }
}
#area .area .area_title {
  display: block;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #area .area .area_title {
    margin-bottom: 32px;
  }
}
#area .area .area_title .top_contents_title {
  display: block;
  text-align: center;
  margin: 0;
}
#area .area .area_title .top_contents_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 3.6rem;
  color: #2C5F5A;
  letter-spacing: 0.08em;
  border: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #area .area .area_title .top_contents_title h2 {
    font-size: 2.8rem;
  }
}
#area .area .area_title .top_contents_title p {
  margin-top: 4px;
  color: #707070;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#area .area .area_contents .area_lead {
  margin-bottom: 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents .area_lead {
    margin-bottom: 24px;
  }
}
#area .area .area_contents .area_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}
#area .area .area_contents .area_tags span {
  background-color: #EAF1EC;
  color: #2C5F5A;
  border: 1px solid #A8C9A0;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #area .area .area_contents .area_tags span {
    padding: 10px 12px;
    font-size: 1.4rem;
  }
}
#area .area .area_contents .area_note {
  color: #707070;
  font-size: 1.3rem;
}

#contribution {
  background: #F4F7F5;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #contribution {
    padding: 56px 0;
  }
}
#contribution .contribution {
  max-width: 1000px;
  width: auto;
  margin: auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  #contribution .contribution {
    padding: 0 20px;
  }
}
#contribution .contribution .contribution_lead {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .contribution_lead {
    margin-bottom: 32px;
  }
}
#contribution .contribution .contribution_lead p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .contribution_lead p {
    font-size: 1.4rem;
  }
}
#contribution .contribution .contribution_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#contribution .contribution .contribution_list .contribution_item {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  padding: 28px 32px;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .contribution_list .contribution_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }
}
#contribution .contribution .contribution_list .contribution_item .contribution_logo {
  flex: 0 0 180px;
  width: 180px;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .contribution_list .contribution_item .contribution_logo {
    flex: none;
    width: 60%;
    margin: auto;
  }
}
#contribution .contribution .contribution_list .contribution_item .contribution_logo a {
  display: block;
}
#contribution .contribution .contribution_list .contribution_item .contribution_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#contribution .contribution .contribution_list .contribution_item .contribution_body {
  flex: 1;
}
#contribution .contribution .contribution_list .contribution_item .contribution_body h4 {
  color: #2C5F5A;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .contribution_list .contribution_item .contribution_body h4 {
    font-size: 1.6rem;
  }
}
#contribution .contribution .contribution_list .contribution_item .contribution_body p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 768px) {
  #contribution .contribution .contribution_list .contribution_item .contribution_body p {
    font-size: 1.4rem;
  }
}

.contact_form {
  width: auto;
  max-width: 840px;
  margin: auto;
  padding: 80px 32px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact_form {
    padding: 56px 20px;
  }
}
.contact_form .lower_headline {
  text-align: center;
  margin-bottom: 16px;
}
.contact_form .lower_headline h2 {
  font-size: 2.6rem;
  color: #2C5F5A;
  font-weight: 500;
}
.contact_form .contact_text {
  text-align: center;
  margin-bottom: 48px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_text {
    margin-bottom: 32px;
  }
}
.contact_form .form {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact_form .form {
    margin-bottom: 56px;
  }
}
.contact_form .form .wpcf7 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: auto;
}
.contact_form .form .wpcf7 p {
  margin-bottom: 0;
}
.contact_form .form .wpcf7 label {
  display: block;
  margin-bottom: 28px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}
.contact_form .form .wpcf7 label .red {
  background-color: #7BA878;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.1rem;
}
.contact_form .form .wpcf7 label .blue {
  background-color: #bbb;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.1rem;
}
.contact_form .form .wpcf7 label .wpcf7-form-control-wrap {
  display: block;
}
.contact_form .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
}
.contact_form .form .wpcf7 label textarea {
  width: 100%;
  min-height: 160px;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #dfe6e1;
  border-radius: 4px;
  background-color: #F4F7F5;
  font-family: inherit;
  font-size: 1.5rem;
  resize: vertical;
}
.contact_form .form .wpcf7 label.policy {
  text-align: center;
}
.contact_form .form .wpcf7 label.policy input {
  width: auto;
  margin-top: 0;
}
.contact_form .form .wpcf7 input[type=text],
.contact_form .form .wpcf7 input[type=email],
.contact_form .form .wpcf7 input[type=tel],
.contact_form .form .wpcf7 input[type=url],
.contact_form .form .wpcf7 input[type=number],
.contact_form .form .wpcf7 select,
.contact_form .form .wpcf7 textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #dfe6e1;
  border-radius: 4px;
  background-color: #F4F7F5;
  font-family: inherit;
  font-size: 1.5rem;
  height: auto;
}
.contact_form .form .wpcf7 input:focus,
.contact_form .form .wpcf7 textarea:focus,
.contact_form .form .wpcf7 select:focus {
  outline: none;
  border-color: #7BA878;
  background-color: #fff;
}
.contact_form .form .wpcf7 input[type=submit] {
  display: block;
  width: auto;
  min-width: 280px;
  margin: 40px auto 0;
  padding: 18px 64px;
  color: #fff;
  background-color: #2C5F5A;
  border: 1px solid #2C5F5A;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.contact_form .form .wpcf7 input[type=submit]:hover {
  background-color: transparent;
  color: #2C5F5A;
  opacity: 1;
}
.contact_form .form .wpcf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #333;
  font-weight: 500;
}

#flow .flow .flow_contents {
  width: 90%;
  margin: auto;
}
#flow .flow .flow_contents ul {
  list-style: none;
}
#flow .flow .flow_contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li {
    flex-flow: column;
    margin-bottom: 18vw;
  }
}
#flow .flow .flow_contents ul li .flow_image {
  width: 45%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_image {
    width: 80%;
    height: 40vw;
    margin: auto;
    margin-bottom: 8vw;
  }
}
#flow .flow .flow_contents ul li .flow_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow .flow .flow_contents ul li .flow_writing {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing {
    width: 90%;
    margin: auto;
  }
}
#flow .flow .flow_contents ul li .flow_writing .headline {
  margin-bottom: 2vw;
  border-bottom: 1px solid #2C5F5A;
  letter-spacing: 0.3vw;
  font-size: 1.3vw;
  font-weight: 900;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents ul li .flow_writing .headline {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing .headline {
    font-size: 4vw;
  }
}
#flow .flow .flow_contents ul li .flow_writing .headline span {
  font-family: "Futura";
  color: #2C5F5A;
  font-size: 2.5vw;
  margin-right: 2vw;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing .headline span {
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents ul li .flow_writing .headline span {
    font-size: 3.2vw;
  }
}
#flow .flow .flow_contents ul li .flow_writing .text {
  letter-spacing: 0.3vw;
  line-height: 1.8vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents ul li .flow_writing .text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing .text {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
}
#flow .flow .flow_contents ul li:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li:nth-child(even) {
    flex-flow: column;
  }
}

#search {
  background-color: #EAF1EC;
}
#search .property {
  width: 80%;
  margin: auto;
  padding: 8vw 0;
}
#search .property .search {
  text-align: center;
  margin-bottom: 8vw;
}
#search .property .search form select {
  width: 40%;
  height: 3vw;
  border: 1px solid #f1f1f1;
  margin-right: 1vw;
}
#search .property .search form .searchCustom {
  padding: 1vw;
  width: 5vw;
  border: none;
  background-color: #2C5F5A;
  color: #fff;
  transition: all 0.4s;
}
#search .property .search form .searchCustom:hover {
  background-color: #fff;
  color: #2C5F5A;
  border: 1px solid #2C5F5A;
}
#search .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#search .property .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
#search .property .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #2C5F5A;
  color: #fff;
  position: relative;
}
#search .property .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
#search .property .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
#search .property .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
#search .property .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
  color: #333;
}
#search .property .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
#search .property .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#search .property .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#search .property .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#search .property .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#search .property .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
#search .property .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #7BA878;
}
#search .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #5A8F78;
}
#search .property .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #A8C9A0;
}
#search .property .property_contents .property_content ul li .outline .title {
  color: #2C5F5A;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #2C5F5A;
  margin-bottom: 0.6vw;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 4vw;
}
.wp-pagenavi .pages {
  background-color: #2C5F5A;
  color: #fff;
  border: none;
  padding: 0.8vw 1.4vw;
}
.wp-pagenavi .current {
  border: 1px solid #2C5F5A !important;
  color: #2C5F5A;
  padding: 0.8vw;
}

.policy_contents {
  width: 80%;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
  }
}
.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;
  overflow: hidden;
  padding: 90px 32px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_contact {
    padding: 60px 20px;
  }
}
.footer_contact .footer_contact_contents {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.footer_contact .footer_contact_contents .footer_contact_contents_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 95, 90, 0.5);
}
.footer_contact .footer_contact_text {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  transform: none;
  pointer-events: none;
}
.footer_contact .footer_contact_text h2 {
  font-size: 2.8rem;
  font-weight: 500;
}
.footer_contact .footer_contact_text h4 {
  margin-top: 4px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  opacity: 0.9;
}
.footer_contact .footer_contact_text p {
  margin-top: 18px;
  font-size: 1.5rem;
}
.footer_contact .contact_flex {
  position: relative;
  z-index: 2;
  left: auto;
  bottom: auto;
  transform: none;
  width: auto;
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer_contact .contact_flex .tel {
  width: auto;
  padding: 0;
  text-align: center;
  border-right: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer_contact .contact_flex .tel h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer_contact .contact_flex .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}
.footer_contact .contact_flex .tel i {
  margin-right: 0;
}
.footer_contact .contact_flex .form {
  width: auto;
  padding: 0;
}
.footer_contact .contact_flex .form i {
  margin-right: 10px;
}
.footer_contact .contact_flex .form a button {
  padding: 18px 40px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #2C5F5A;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.footer_contact .contact_flex .form a button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

footer {
  background-color: #2C5F5A;
  overflow: hidden;
  padding: 64px 32px 0;
}
footer .footer_contents {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    flex-direction: column;
    gap: 32px;
  }
}
footer .footer_contents .footer_left {
  width: auto;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer_contents .footer_left .footer_logo {
  width: auto;
  max-width: 350px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_logo {
    max-width: 200px;
  }
}
footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_left .footer_company_text {
  color: #fff;
  margin-bottom: 0;
}
footer .footer_contents .footer_left .footer_company_text .company_name {
  font-size: 1.7rem;
  font-weight: 700;
}
footer .footer_contents .footer_left .footer_company_text .address,
footer .footer_contents .footer_left .footer_company_text .tel {
  font-size: 1.4rem;
  margin-top: 4px;
}
footer .footer_contents .footer_left .footer_menu {
  margin-top: 24px;
}
footer .footer_contents .footer_left .footer_menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  width: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
  }
}
footer .footer_contents .footer_left .footer_menu ul .footer_menu_left,
footer .footer_contents .footer_left .footer_menu ul .footer_menu_right {
  display: contents;
}
footer .footer_contents .footer_left .footer_menu ul li {
  margin: 0;
}
footer .footer_contents .footer_left .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s;
}
footer .footer_contents .footer_left .footer_menu ul li a:hover {
  color: #A8C9A0;
}
footer .footer_contents .footer_right {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right {
    width: 100%;
    height: auto;
  }
}
footer .footer_contents .footer_right .footer_map iframe {
  width: 440px;
  height: 300px;
  border: 0;
  filter: grayscale(0.2);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_right .footer_map iframe {
    width: 360px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_map iframe {
    width: 100%;
    height: 240px;
  }
}
footer .copy_right {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copy_right p {
  font-size: 1.2rem;
  padding: 0;
}

#lower {
  position: relative;
  padding-top: 90px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    padding-top: 13vw;
  }
}
#lower .lower {
  position: relative;
}
#lower .lower .lower_main {
  background-position: center;
  background-size: cover;
  width: 80%;
  height: 30vw;
  min-height: 280px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_main {
    height: 50vw;
    min-height: 0;
  }
}
#lower .lower .lower_title {
  position: absolute;
  bottom: 50px;
  left: 6%;
  width: auto;
  height: auto;
  padding: 40px 64px;
  display: block;
  background-color: rgba(44, 95, 90, 0.72);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    bottom: 30px;
    left: 4%;
    padding: 24px 28px;
  }
}
#lower .lower .lower_title h2 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 2rem;
  }
}
#lower .lower .lower_title .en {
  display: block;
  margin-top: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  opacity: 0.85;
}
#lower .lower .breadcrumbs {
  max-width: 1200px;
  margin: 56px auto 0;
  padding: 0.5rem 32px;
  text-align: start;
  font-size: 1.3rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  #lower .lower .breadcrumbs {
    margin-top: 48px;
    padding: 0.5rem 20px;
  }
}
#lower .lower .breadcrumbs p a {
  color: #888;
}
#lower .lower .breadcrumbs p span {
  margin: 0 10px;
}

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

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

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .topBtnSp {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 1rem;
    font-size: 3vw;
    width: 100% !important;
    text-decoration: none;
    background: rgb(44, 95, 90);
    text-align: center;
  }
  .topBtnSp::before {
    width: 100% !important;
    height: 20vw !important;
    border-radius: 0 !important;
  }
  .topBtnSp i {
    font-size: 4vw;
  }
  .topBtnSp p {
    font-size: 3vw;
  }
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgb(44, 95, 90);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.lightbox {
  z-index: 9999999999 !important;
}
@media screen and (max-width: 768px) {
  .lightbox {
    margin-top: 10vh;
  }
}

.lightboxOverlay {
  z-index: 9999999990 !important;
}/*# sourceMappingURL=style.css.map */