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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", 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;
  }
}

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

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

.top_contents_title {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .top_contents_title {
    margin-bottom: 6vw;
  }
}
.top_contents_title h2 {
  font-family: "Futura";
  font-weight: 300;
  letter-spacing: 0.6vw;
  border-bottom: 2px solid #eda396;
}
@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: #eda396;
  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 {
  font-family: "Noto Serif JP", serif;
  border: none;
  padding: 1.5vw;
  width: 20vw;
  color: #fff;
  background-color: #eda396;
  letter-spacing: 0.2vw;
  transition: all 0.4s;
  border: 1px solid #eda396;
  cursor: pointer;
}
@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 {
  color: #eda396;
  background-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.5vw;
  }
}
@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: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5.3vw;
  }
}

h4 {
  font-size: 2.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 5vw;
  }
}

h5 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4vw;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999999;
}
header #header_pc {
  width: 100%;
  height: 130px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_pc .header_logo {
  height: 45px;
  margin-left: 1vw;
}
header #header_pc .header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_pc .header_right {
  width: 75%;
  margin-right: 1vw;
  color: #fff;
}
header #header_pc .header_pc .header_right .header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 1.2vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left {
  margin-right: 2vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_time {
  height: 50%;
  padding: 0 1vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel {
  font-size: 200%;
  border-bottom: 1px solid #fff;
  height: 50%;
  padding: 0 1vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel i {
  margin-right: 0.8vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right {
  height: 100%;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a {
  width: 15vw;
  height: 100%;
  display: block;
  text-decoration: none;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button {
  padding: 1rem 2rem;
  border: none;
  width: 100%;
  height: 100%;
  color: #eda396;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  font-size: 1.2vw;
  cursor: pointer;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button:hover {
  background-color: #eda396;
  color: #fff;
  border: 1px solid #fff;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button i {
  margin-right: 0.5vw;
  font-size: 1.2vw;
}
header #header_pc .header_pc .header_right .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
header #header_pc .header_pc .header_right .header_menu ul li {
  margin: 0 1vw;
}
header #header_pc .header_pc .header_right .header_menu ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0 1vw;
  font-size: 200%;
  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: 2px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}
header #header_pc .header_pc .header_right .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_pc .header_right .header_menu ul li a {
    font-size: 160%;
    padding: 0 0.5vw;
  }
}
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;
  /*       toggle_btn
  ---------------------------*/
  /* クリック時にハンバーガーメニューを非表示にする */
  /*       close_btn
  ---------------------------*/
  /* 非表示にしたハンバーガーメニューの変わりに表示するアイコンを指定する */
  /*          mask
  ---------------------------*/
  /* ナビゲーションが展開された部分の外側余白を指定する */
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp {
    height: 13vw;
  }
}
header #header_sp .header_sp .header_logo {
  height: 50px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_logo {
    height: 25px;
  }
}
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 {
    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: #eda396;
}
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;
}
header #header_sp .header_sp nav .inner ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0;
}
header #header_sp .header_sp nav .inner ul li {
  text-align: center;
  position: relative;
  margin: 3rem 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li {
    margin: 30px 0;
    margin-bottom: 0;
  }
}
header #header_sp .header_sp nav .inner ul li a {
  display: inline-block;
  color: #eda396 !important;
  font-size: 2rem;
  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 a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li a img {
    width: 60%;
  }
}
header #header_sp .header_sp nav .inner ul li p {
  color: #eda396;
  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 {
  width: 100%;
  /* ナビゲーションの表示位置を指定する */
  right: 0;
  /* ナビゲーションの透過率を指定する */
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
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 {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10000;
  background-color: #eda396;
}
@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 .open .toggle_btn .open {
  display: none;
  visibility: hidden;
}
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 {
  display: none;
  transition: all 0.5s;
  visibility: hidden;
}
header #header_sp .header_sp .open #mask {
  display: block;
  position: fixed;
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.85;
  z-index: 2;
  cursor: pointer;
}

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

#main {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 13vw;
  }
}
#main .main_bg {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eda396;
  width: 75%;
  height: 100%;
}
#main .main_text {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 100;
  color: #fff;
  background-color: #eda396;
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
#main .main_text h2 {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #main .main_text {
    padding: 4vw;
  }
  #main .main_text h2 {
    font-size: 4vw;
  }
  #main .main_text p {
    font-size: 2.8vw;
  }
}
#main .slider {
  height: 45vw;
  margin-right: 0;
  margin-left: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 80vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #main .slider {
    height: 65vw;
  }
}
@media screen and (max-width: 768px) {
  #main .slider {
    height: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #main .slick-list {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main .slick-list .slick-track {
    height: 100%;
  }
}
#main .slick-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .slick-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#main .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

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

#top_about .top_about {
  position: relative;
}
#top_about .top_about .top_about_contents {
  width: 100%;
  height: 40vw;
  padding: 4vw;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    background-position: center;
    background-size: cover;
    height: 70vw;
    padding-top: 15vw;
  }
}
#top_about .top_about .top_about_contents::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.7);
}
#top_about .top_about .top_about_contents h2 {
  position: relative;
  z-index: 10;
  width: 50%;
  color: #fff;
  padding-left: 1vw;
  margin-bottom: 4vw;
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents h2 {
    width: 100%;
    font-size: 4vw;
  }
}
#top_about .top_about .top_about_contents h2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.4vw;
  height: 100%;
  background-color: #fff;
}
#top_about .top_about .top_about_contents p {
  position: relative;
  z-index: 10;
  width: 45%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents p {
    width: 100%;
  }
}
#top_about .top_about .top_about_image {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_image {
    top: -30%;
    right: 50%;
    transform: translate(0%, 0%);
  }
}
#top_about .top_about .top_about_image img {
  width: 100%;
}

#top_service {
  margin-bottom: 6vw;
}
#top_service .top_service .top_contents_title {
  position: relative;
}
#top_service .top_service .top_contents_title h2 {
  color: #eda396;
  opacity: 0.1;
  border: none;
  font-size: 9vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_contents_title h2 {
    font-size: 16vw;
  }
}
#top_service .top_service .top_contents_title h4 {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #eda396;
}
#top_service .top_service .top_service_text {
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
  font-size: 1vw;
  color: #eda396;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_text {
    font-size: 3.3vw;
    margin-bottom: 6vw;
  }
}
#top_service .top_service .top_service_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 25vw;
  margin: auto;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_images {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_images {
    margin-top: 8vw;
  }
}
#top_service .top_service .top_service_images img {
  width: 30%;
  height: 100%;
  height: 100%;
}

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

#top_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30vw;
  margin: 5vw 0rem;
}
@media screen and (max-width: 768px) {
  #top_contents {
    flex-flow: column;
    height: 80vw;
    margin-bottom: 10rem;
  }
}
#top_contents a {
  text-decoration: none;
  width: 48%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_contents a {
    width: 100%;
  }
}
#top_contents #top_company {
  width: 100%;
  height: 100%;
  position: relative;
}
#top_contents #top_company::after {
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#top_contents #top_company:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
#top_contents #top_company .top_company {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#top_contents #top_company .top_company .top_company_title {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 0%;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
#top_contents #top_company .top_company .top_company_title h2 {
  letter-spacing: 0.4vw;
}
#top_contents #top_company .top_company .top_company_title h4 {
  text-align: center;
}
#top_contents #top_recruit {
  width: 100%;
  height: 100%;
  position: relative;
}
#top_contents #top_recruit::after {
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#top_contents #top_recruit:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
#top_contents #top_recruit .top_recruit {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#top_contents #top_recruit .top_recruit .top_recruit_title {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 0%;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
#top_contents #top_recruit .top_recruit .top_recruit_title h2 {
  letter-spacing: 0.4vw;
}
#top_contents #top_recruit .top_recruit .top_recruit_title h4 {
  text-align: center;
}

#top_property .top_contents_title {
  position: relative;
  background-color: #eda396;
}
#top_property .top_contents_title .top_property_title {
  width: 80%;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_property .top_contents_title .top_property_title {
    width: 90%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_property .top_contents_title .top_property_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_property .top_contents_title .top_property_title h2 {
  color: #fff;
  opacity: 0.1;
  border: none;
  font-size: 9vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_contents_title .top_property_title h2 {
    font-size: 16vw;
  }
}
#top_property .top_contents_title .top_property_title h4 {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #fff;
}
#top_property .top_property {
  width: 80%;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_property .top_property {
    width: 90%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_property .top_property {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_property .top_property .top_property_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents {
    margin-bottom: 24vw;
  }
}
#top_property .top_property .top_property_contents .top_property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents .top_property_headline {
    margin-bottom: 8vw;
  }
}
#top_property .top_property .top_property_contents .top_property_headline h4 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  color: #eda396;
}
#top_property .top_property .top_property_contents .top_property_headline h4:before {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 100%;
  border: 3px solid #eda396;
  box-sizing: border-box;
  content: "";
  top: 0;
  left: 0;
  border-right: none;
}
#top_property .top_property .top_property_contents .top_property_headline h4:after {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 100%;
  border: 3px solid #eda396;
  box-sizing: border-box;
  content: "";
  bottom: 0;
  right: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents .top_property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#top_property .top_property .top_property_contents .top_property_headline h4 span {
  display: block;
  font-size: 70%;
  padding: 0;
  color: #999;
  position: relative;
}
#top_property .top_property .top_property_contents .top_property_content {
  margin-bottom: 4vw;
}
#top_property .top_property .top_property_contents .top_property_content p {
  color: #333 !important;
}
#top_property .top_property .top_property_contents .top_property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#top_property .top_property .top_property_contents .top_property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_property .top_property .top_property_contents .top_property_content ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents .top_property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents .top_property_content ul li {
    margin-bottom: 4vw;
  }
}
#top_property .top_property .top_property_contents .top_property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_property .top_property .top_property_contents .top_property_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents .top_property_content ul li .thumb {
    height: 60vw;
  }
}
#top_property .top_property .top_property_contents .top_property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: unset;
     object-fit: unset;
}
#top_property .top_property .top_property_contents .top_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;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .category ul li {
  width: 30%;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 3%;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .title {
  color: #eda396;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #eda396;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_property .top_property .top_property_contents .top_property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents .top_property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .address {
  color: #fff;
}
#top_property .top_property .top_property_contents .top_property_content ul li .outline .plan {
  color: #fff;
}

#news {
  padding: 8vw 0;
}
#news .news {
  width: 80%;
  margin: auto;
}
#news .news .news_contents {
  margin-bottom: 8vw;
}
#news .news .news_contents .news_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_headline {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents .news_headline h4 {
  width: 100%;
  padding: 1vw 2.5vw;
  margin: auto;
  background-color: #eda396;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_headline h4 {
    width: 100%;
    padding: 2vw 5vw;
  }
}
#news .news .news_contents .news_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 .news_contents .news_headline h4::after {
    width: 1vw;
    left: 0.5em;
  }
}
#news .news .news_contents .news_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 .news_contents .news_headline h1 {
    font-size: 14vw;
  }
}
#news .news .news_contents .news_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_content {
    margin-bottom: 12vw;
  }
}
#news .news .news_contents .news_content ul {
  list-style: none;
  display: block !important;
}
#news .news .news_contents .news_content ul a {
  display: block;
  width: 100%;
  margin: auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents .news_content ul a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_content ul a {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_content ul li {
    margin-bottom: 4vw;
  }
}
#news .news .news_contents .news_content ul li .outline .category {
  margin-bottom: 1vw;
}
#news .news .news_contents .news_content ul li .outline .category ul {
  justify-content: flex-start;
}
#news .news .news_contents .news_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 .news_contents .news_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#news .news .news_contents .news_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#news .news .news_contents .news_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#news .news .news_contents .news_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#news .news .news_contents .news_content ul li .outline .date {
  font-size: 1.5rem;
  color: #333;
}
#news .news .news_contents .news_content ul li .outline .title {
  color: #eda396;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #eda396;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents .news_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents .news_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.none {
  display: none !important;
}

#property_single .property .property_contents {
  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: contain;
     object-fit: contain;
  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: #eda396;
  border-bottom: 2px solid #eda396;
}
@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: #649BB4;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#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 {
  width: 20%;
  background-color: #eda396;
  color: #fff;
  font-weight: 600;
}

#works_single .works .works_contents {
  background-color: #E9EDEF;
  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: contain;
     object-fit: contain;
}
#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: #eda396;
  border-bottom: 2px solid #eda396;
}
@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: #649BB4;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #10C695;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#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: #eda396;
  color: #fff;
  font-weight: 600;
}

#news_single .news .news_contents {
  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: #eda396;
  border-bottom: 2px solid #eda396;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}

#company .company {
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding-bottom: 12vw;
  }
}
#company .company .company_title {
  text-align: center;
  margin-bottom: 5vw;
}
#company .company .company_title h4 {
  color: #fff;
  padding: 2rem 0;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  background-color: #eda396;
}
#company .company .company_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
  border: solid 1px #ffece9;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #company .company .company_contents table {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 95%;
  }
}
#company .company .company_contents table tr:nth-child(even) {
  background-color: #ffece9;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 5vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
  color: #eda396;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .company .company_contents .map {
  padding-top: 4rem;
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #company .company .company_contents .map {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents .map {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .map {
    width: 95%;
  }
}
#company .company .company_contents .map iframe {
  width: 100%;
}
#company .greeting {
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #company .greeting {
    margin: 16vw 0;
  }
}
#company .greeting .greeting_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .greeting .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .greeting .greeting_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents {
    width: 95%;
    flex-flow: column;
  }
}
#company .greeting .greeting_contents .greeting_text {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#company .greeting .greeting_contents .greeting_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#company .greeting .greeting_contents .greeting_image img {
  width: 100%;
}
#company .philosophy {
  background-color: #E9EDEF;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy {
    padding: 12vw 0;
  }
}
#company .philosophy .philosophy_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .philosophy .philosophy_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table {
    width: 95vw;
  }
}
#company .philosophy .philosophy_contents table tr:nth-child(even) {
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 2vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .philosophy .philosophy_contents table tr th {
  width: 30%;
  color: #eda396;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .philosophy .philosophy_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  #service .service {
    overflow: hidden;
  }
}
#service .service .service_contents ul {
  list-style: none;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul {
    width: 95%;
  }
}
#service .service .service_contents ul li {
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li {
    margin-bottom: 14vw;
    flex-flow: column;
  }
}
#service .service .service_contents ul li .service_writing {
  width: 100%;
  padding-bottom: 8vw;
  padding-bottom: 4vw;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li .service_writing {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_writing {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#service .service .service_contents ul li .service_writing .headline {
  color: #fff;
  background-color: #eda396;
  font-weight: 800;
  width: 100%;
  font-size: 2.5vw;
  padding: 1vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_writing .headline {
    font-size: 5vw;
    left: 0;
  }
}
#service .service .service_contents ul li .service_writing .text {
  padding-top: 3vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .service_writing .text {
    padding-top: 20vw;
  }
}
#service .service .service_contents ul li .service_writing img {
  width: 100%;
}

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

@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_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #property .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property_headline h4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
  color: #fff;
  background-color: #eda396;
}
@media screen and (max-width: 768px) {
  #property .property_headline h4 {
    padding: 2vw 5vw;
  }
}
#property .property_headline h4 span {
  display: block;
  font-size: 70%;
  padding: 0;
  color: #fff;
  position: relative;
}
#property .property {
  width: 80%;
  margin: auto;
  padding: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property {
    width: 90%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#property .property .property_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents {
    margin-bottom: 24vw;
  }
}
#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;
  }
}
#property .property .property_contents .property_content ul li {
  border: solid 1px #ddd;
}
@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;
  padding: 1rem;
  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: contain;
     object-fit: contain;
}
#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: #649BB4;
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property .property .property_contents .property_content ul li .outline .title {
  background-color: #eda396;
  padding: 1rem;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #eda396;
}
@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_content ul li .outline .address {
  padding: 1rem;
}

#search {
  background-color: #e0e3f0;
}
#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: #eda396;
  color: #fff;
  transition: all 0.4s;
}
#search .property .search form .searchCustom:hover {
  background-color: #fff;
  color: #eda396;
  border: 1px solid #eda396;
}
#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: #eda396;
  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: #649BB4;
}
#search .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#search .property .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#search .property .property_contents .property_content ul li .outline .title {
  color: #eda396;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #eda396;
  margin-bottom: 0.6vw;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 4vw;
}
.wp-pagenavi .pages {
  background-color: #eda396;
  color: #fff;
  border: none;
  padding: 0.8vw 1.4vw;
}
.wp-pagenavi .current {
  border: 1px solid #eda396 !important;
  color: #eda396;
  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;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact {
    margin: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact {
    margin: 18vw 0;
  }
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-top: 4vw;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents {
    height: 80vw;
  }
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_contents .footer_contact_contents_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.4s;
}
.footer_contact .footer_contact_text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
  }
}
.footer_contact .footer_contact_text p {
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  font-size: 4vw;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    width: 95%;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 4vw;
  text-align: center;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel {
    padding: 4vw 2vw;
  }
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #fff;
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  text-align: center;
  padding: 4vw;
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  padding: 1.5vw 6vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.4s;
  font-size: 1.2vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .contact_flex .form a button {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    font-size: 2.8vw;
    padding: 3vw 8vw;
  }
}
.footer_contact .contact_flex .form a button:hover {
  background-color: #eda396;
  color: #fff;
  border: none;
}

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

#lower {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lower {
    padding-top: 13vw;
  }
}
#lower .main_bg {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eda396;
  width: 75%;
  height: 130px;
}
#lower .lower {
  position: relative;
}
#lower .lower .lower_main {
  background-position: center;
  background-size: cover;
  width: 80%;
  height: 15vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_main {
    height: 50vw;
  }
}
#lower .lower .lower_main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#lower .lower .lower_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    top: 40%;
  }
}
#lower .lower .lower_title h2 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_title h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 5vw;
  }
}
#lower .lower .breadcrumbs {
  text-align: start;
  margin-top: 130px;
  margin-bottom: 4vw;
  padding: 1vw 2vw;
  background-color: #ffe7e3;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .breadcrumbs {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .breadcrumbs {
    margin-top: 13vw;
    margin-bottom: 12vw;
  }
}
#lower .lower .breadcrumbs p a {
  color: #888;
}
#lower .lower .breadcrumbs p span {
  margin: 0 2vw;
}

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

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

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

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

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

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

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

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

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

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

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

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgb(79, 103, 136);
  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 */