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

html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  line-height: 1.6;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    text-decoration: none;
    pointer-events: auto;
  }
}

a {
  color: #210b81;
  text-decoration: underline;
}

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

.text-shadow {
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

@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 {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    max-width: none;
  }
}

p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

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

h2 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 4vw;
  }
}

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

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

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

#lower {
  position: relative;
  margin-bottom: 2rem;
}
#lower .lower {
  width: 90vw;
  height: 70vh;
  margin: 5vw auto 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vh;
  }
}
#lower .lower_contents {
  position: relative;
  padding: 2vw;
  margin-top: -5vw;
  margin-left: 60%;
  margin-bottom: 3rem;
  width: 30%;
  color: #ffffff;
  background: #210b81;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_contents {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_contents {
    margin-left: 0;
    margin-top: 5vw;
    width: 100%;
  }
}
#lower .lower_contents .headline {
  font-size: 180%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 160%;
  }
}
#lower .lower_contents p {
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 120%;
  }
}

.lower_headline {
  color: #333333;
  background: rgba(0, 43, 84, 0.1);
  padding: 0.5vw 0.5vw 0.5vw 0.8vw;
  border-left: solid 4px #210b81;
  font-size: 160%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #210b81;
  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: #210b81;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: #fff;
  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: #fff;
  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;
}

.smart-cf-meta-box-repeat-tables .smart-cf-meta-box-table {
  width: 30%;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}
header #header_pc {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background-color: #ffffff;
  padding: 1vw;
  z-index: 1234;
}
header #header_pc .header_logo a {
  display: block;
}
header #header_pc .header_logo a img {
  width: 100%;
  display: block;
}
header #header_pc .header_menu {
  height: 5vw;
}
header #header_pc .header_menu ul.header_main {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_menu ul.header_main {
    flex-flow: column;
    height: auto;
  }
}
header #header_pc .header_menu ul.header_main li {
  text-align: center;
}
header #header_pc .header_menu ul.header_main li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #003e6d;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  height: 5vw;
  position: relative;
  z-index: 1;
  padding: 0 2vw;
  transition: all 0.4s;
}
header #header_pc .header_menu ul.header_main li a:hover {
  color: #7b90d2;
}
header #header_pc .header_menu ul.header_main li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7b90d2;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header #header_pc .header_menu ul.header_main li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header #header_pc .header_menu ul.header_main li.header_tel {
  display: block;
  height: 5vw;
  background: #210b81;
}
header #header_pc .header_menu ul.header_main li.header_tel a {
  font-size: 140%;
  color: #ffffff !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul.header_main li.header_tel a {
    font-size: 0.8rem;
  }
}
header #header_pc .header_menu ul.header_main li.header_tel a i {
  margin-right: 0.5rem;
}
header #header_pc .header_menu ul.header_main li.header_tel a:hover {
  opacity: 0.7;
}
header #header_pc .header_menu ul.header_main li.header_tel a::after {
  display: none;
}
header #header_pc .header_menu ul.header_main li.header_contact {
  display: block;
  font-size: 120%;
  height: 5vw;
  width: 5vw;
  background: #7b90d2;
}
header #header_pc .header_menu ul.header_main li.header_contact a {
  font-size: 160%;
  color: #ffffff !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul.header_main li.header_contact a {
    font-size: 0.8rem;
  }
}
header #header_pc .header_menu ul.header_main li.header_contact a:hover {
  opacity: 0.7;
}
header #header_pc .header_menu ul.header_main li.header_contact a::after {
  display: none;
}
header #header_pc ul.header_sns {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 5vw;
  height: 100vh;
  list-style: none;
  background-color: #ffffff;
  z-index: 200;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc ul.header_sns {
    height: 40vh;
  }
}
header #header_pc ul.header_sns li {
  width: 5vw;
  height: 5vw;
  line-height: 5vw;
  color: #003e6d;
}
header #header_pc ul.header_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
header #header_pc ul.header_sns li .sns-link {
  font-size: 105%;
  color: #003e6d;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc ul.header_sns li .sns-link {
    font-size: 80%;
  }
}
header #header_pc ul.header_sns li .sns-link:hover {
  color: #7b90d2;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1234;
}
header #header_sp .header_sp .header_logo {
  width: 50vw;
  padding: 3vw;
}
header #header_sp .header_sp .header_logo a {
  display: block;
}
header #header_sp .header_sp .header_logo a img {
  width: 100%;
  display: block;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  list-style: none;
  padding-top: 5px;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #003e6d;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 6vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  z-index: 10005;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #003e6d;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #003e6d;
}

.hamburger span:nth-child(1) {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 15px;
  background: #003e6d;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 15px;
  background: #003e6d;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 50px;
  left: 0;
  color: #003e6d;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5vw 3vw;
  overflow: auto;
}

nav.globalMenuSp .ul {
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
nav.globalMenuSp .ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

.sns {
  justify-content: center !important;
}

nav.globalMenuSp .ul li {
  list-style-type: none;
  padding: 0;
  width: 45%;
  transition: 0.4s all;
  margin-bottom: 20px;
}

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

nav.globalMenuSp .ul li:hover {
  background: #ddd;
}

nav.globalMenuSp .ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #003e6d;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}

.header_sp_policy {
  text-align: center;
  margin-bottom: 8vw;
}
.header_sp_policy a {
  text-decoration: none;
  color: #fff;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #003e6d;
}

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

#top_main {
  position: relative;
}
#top_main .top_main {
  height: 95vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main {
    height: 45vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    height: 45vh;
  }
}
#top_main .top_main .slider {
  width: 90vw;
  height: 88vh;
  margin-inline: auto;
  overflow: hidden;
  position: absolute;
  top: 5vw;
  left: 5vw;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .slider {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .slider {
    height: 40vh;
  }
}
#top_main .top_main .slider .slick-list {
  width: 100%;
  height: 100%;
  margin: auto;
}
#top_main .top_main .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .slick-txt {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 7%;
  z-index: 9999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slick-txt {
    bottom: 0rem;
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slick-txt {
    bottom: 3vw;
    left: 7%;
  }
}
#top_main .slick-txt h2 {
  width: 400px;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main .slick-txt h2 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slick-txt h2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slick-txt h2 {
    width: 50%;
  }
}
#top_main .slick-txt h2 img {
  display: block;
  width: 100%;
}
#top_main .slick-txt p {
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main .slick-txt p {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slick-txt p {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slick-txt p {
    font-size: 2.8vw;
  }
}

#top_news .top_news {
  background: #210b81;
  width: 55%;
  padding: 2vw;
  margin-top: -5vw;
  margin-left: 35%;
  margin-bottom: 3rem;
  position: relative;
  z-index: 123;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 100%;
    padding: 2rem 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
#top_news .top_news .top_news_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_flex {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_flex .top_headline {
  color: #ffffff;
}
#top_news .top_news .top_news_flex .top_headline h1 {
  line-height: 1;
  margin-bottom: 0;
}
#top_news .top_news .top_news_flex .top_headline h1 span {
  font-size: 70%;
  padding-left: 0.25rem;
}
#top_news .top_news .top_news_flex .top_news_btn a {
  text-decoration: none;
  transition: all 0.2s;
}
#top_news .top_news .top_news_flex .top_news_btn a:hover {
  border-bottom: 1px solid #fff;
  opacity: 0.8;
}
#top_news .top_news .top_news_flex .top_news_btn a button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
  min-height: 12vw;
}
#top_news .top_news .top_news_contents ul a {
  color: #2595EA;
  text-decoration: none;
}
#top_news .top_news .top_news_contents ul a li {
  border-bottom: 2px dotted #ffffff;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li {
    padding-bottom: 2vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline {
    flex-flow: column;
    align-items: flex-start;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  width: 20%;
  padding: 0.25rem;
  color: #5c72bc;
  background-color: #ffffff;
  margin-right: 2vw;
  font-size: 1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  width: auto;
  color: #ffffff;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#greeting {
  margin-top: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting {
    margin-top: 3rem;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting {
    margin-top: 2rem;
    height: 80vw;
  }
}
#greeting #bg-greeting {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 5;
}
#greeting #text-greeting {
  position: relative;
  z-index: 10;
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting #text-greeting {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting {
    width: 95%;
  }
}
#greeting #text-greeting h2 {
  color: #003e6d;
  border-bottom: solid 1px #003e6d;
  text-align: center;
  margin-bottom: 1.5rem;
}
#greeting #text-greeting h2 span {
  font-size: 70%;
}
#greeting #text-greeting p {
  color: #003e6d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting p {
    text-align: left;
  }
}

#top_contents {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_contents {
    padding: 1rem;
  }
}
#top_contents .top_contents .contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents {
    flex-flow: column;
  }
}
#top_contents .top_contents .contents:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents:nth-child(even) {
    width: 100%;
    flex-flow: column;
  }
}
#top_contents .top_contents .contents .contents_image {
  width: 50%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_image {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_image {
    width: 100%;
    height: 70vw;
  }
}
#top_contents .top_contents .contents .contents_writing {
  width: 50%;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_writing {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing {
    width: 100%;
    padding: 2rem 0;
  }
}
#top_contents .top_contents .contents .contents_writing .headline {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
#top_contents .top_contents .contents .contents_writing .headline h2 {
  text-align: left;
  padding-left: 8rem;
  font-size: 300%;
  color: #ffe700;
  text-shadow: 3px 3px 0 #36a400, -3px -3px 0 #36a400, -3px 3px 0 #36a400, 3px -3px 0 #36a400, 0px 3px 0 #36a400, 0 -3px 0 #36a400, -3px 0 0 #36a400, 3px 0 0 #26a400;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
#top_contents .top_contents .contents .contents_writing .headline h2 span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h2 {
    margin-bottom: 1rem;
    padding-left: 4rem;
    font-size: 250%;
  }
}
#top_contents .top_contents .contents .contents_writing .headline h3 {
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #210b81;
}
#top_contents .top_contents .contents .contents_writing .headline h3:before {
  width: 3px;
  height: 40px;
  background-color: #210b81;
  content: "";
  transform: rotate(-30deg);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h3:before {
    margin-right: 5px;
    height: 30px;
  }
}
#top_contents .top_contents .contents .contents_writing .headline h3:after {
  width: 3px;
  height: 40px;
  background-color: #210b81;
  content: "";
  transform: rotate(30deg);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h3:after {
    margin-left: 5px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h3 {
    font-size: 75%;
  }
}
#top_contents .top_contents .contents .contents_writing .text {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .text {
    font-size: 0.8rem;
  }
}
#top_contents .top_contents .contents .contents_writing .text table {
  width: 100%;
}
#top_contents .top_contents .contents .contents_writing .text table tr {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #210b81;
  border-left: solid 1px #210b81;
}
#top_contents .top_contents .contents .contents_writing .text table tr th {
  color: #fff;
  background-color: #210b81;
  padding: 0.25rem;
  width: 50%;
  border-right: solid 1px #210b81;
}
#top_contents .top_contents .contents .contents_writing .text table tr td {
  font-size: 80%;
  padding: 0.25rem;
  border-right: solid 1px #210b81;
  width: 50%;
}
#top_contents .top_contents .contents .contents_writing .text table tr .price {
  text-align: right;
}
#top_contents .top_contents .contents .contents_writing .text table tr:last-child {
  border-bottom: solid 1px #210b81;
}
#top_contents .top_contents .contents .contents_writing .text a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 260px;
  margin: 0.5rem auto 0 auto;
  padding: 0.375rem 0.75rem;
  border: solid 1px #ffffff;
  border-radius: 0.25rem;
  background: #210b81;
  color: #ffffff;
  font-size: 130%;
  font-weight: 600;
  transition: all 0.4s;
}
#top_contents .top_contents .contents .contents_writing .text a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .text a {
    width: 100%;
  }
}

#flex_contents {
  overflow: hidden;
}
#flex_contents .flex_contents {
  margin: 3rem 1rem 0rem 1rem;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents {
    margin: 0.5rem 1rem 0rem 1rem;
  }
}
#flex_contents .flex_contents .flex_title {
  width: 98%;
  position: relative;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents .flex_title {
    height: 6rem;
  }
}
#flex_contents .flex_contents .flex_title h3 {
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -1.5rem;
  color: rgba(123, 144, 210, 0.4);
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents .flex_title h3 {
    left: 0;
  }
}
#flex_contents .flex_contents .flex_title h3 span {
  display: block;
}
#flex_contents .flex_contents .flex_title h4 {
  position: absolute;
  left: 16rem;
  color: #747474;
}
@media screen and (min-width: 1441px) {
  #flex_contents .flex_contents .flex_title h4 {
    top: 35%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #flex_contents .flex_contents .flex_title h4 {
    top: 35%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flex_contents .flex_contents .flex_title h4 {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents .flex_title h4 {
    font-size: 6vw;
    bottom: 0%;
    left: 0rem;
  }
}
#flex_contents .flex_contents ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#flex_contents .flex_contents ul li {
  width: calc(50% - 2rem);
  height: 30vw;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flex_contents .flex_contents ul li {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li {
    width: calc(50% - 0.5rem);
    height: 40vw;
    margin-bottom: 2rem;
  }
}
#flex_contents .flex_contents ul li .bnr-link .bnr-bg {
  width: 90%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link .bnr-bg {
    width: 90%;
    height: 30vw;
  }
}
#flex_contents .flex_contents ul li .bnr-link h2 {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 90%;
  height: 26vw;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link h2 {
    height: 30vw;
    justify-content: center;
  }
}
#flex_contents .flex_contents ul li .bnr-link h2 span {
  font-size: 2.3vw;
  padding-right: 0.5vw;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link h2 span {
    font-size: 0.9rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
  }
}
#flex_contents .flex_contents ul li .bnr-link h2 span .en {
  font-size: 70%;
  padding-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link h2 span .en {
    display: none;
  }
}
#flex_contents .flex_contents ul li .bnr-link.delighter.started .bnr-bg {
  top: 0;
  left: 0;
  opacity: 1;
}
#flex_contents .flex_contents ul li .bnr-link.delighter.started h2 {
  bottom: 0;
  right: 0;
  opacity: 1;
}
#flex_contents .flex_contents ul li .bnr-link .bnr-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  z-index: 123;
  opacity: 0.6;
  transition: 0.6s ease-out;
  border-radius: 1rem;
}
#flex_contents .flex_contents ul li .bnr-link h2 {
  position: absolute;
  bottom: 1.5vw;
  right: 1.5vw;
  background-color: #210b81;
  color: #fff;
  opacity: 0;
  transition: 0.5s ease-out;
}
#flex_contents .flex_contents ul li#bnr2 .bnr-link .bnr-bg {
  transition-delay: 0.3s;
}
#flex_contents .flex_contents ul li#bnr2 .bnr-link h2 {
  transition-delay: 0.3s;
}
#flex_contents .flex_contents ul li#bnr3 .bnr-link .bnr-bg {
  transition-delay: 0.6s;
}
#flex_contents .flex_contents ul li#bnr3 .bnr-link h2 {
  transition-delay: 0.6s;
}

#property {
  background-color: #fff;
}
@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;
  background-color: #210b81;
}
@media screen and (max-width: 768px) {
  #property .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property_headline h4 {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  color: #fff;
  position: relative;
}
#property .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_headline h1 {
    font-size: 14vw;
  }
}
#property .property {
  width: 80%;
  margin: auto;
}
@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 .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: #4F6788;
  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: #4F6788;
  border: 1px solid #4F6788;
}
#property .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#property .property .property_contents {
  margin-bottom: 8vw;
}
#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 li {
  display: block;
  width: 30%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li {
    width: 45%;
  }
}
#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: 30vw;
  }
}
#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: #000;
  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%;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  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: #ffffff;
  color: #210b81;
  padding: 0.5vw 1vw;
  font-size: 110%;
  font-weight: 600;
  border-bottom: 1px solid #000;
  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: 3vw;
  }
}
#property .property .property_contents .property_content ul li .outline .property_list li {
  width: 100%;
  color: #333;
  padding: 0.5vw;
  font-size: 100%;
  border-bottom: dashed 1px #ccc;
}
#property .property .property_contents .property_content ul li .outline .property_list li strong {
  font-size: 120%;
}
#property .property .property_contents .property_content ul li .outline .property_list li .price {
  color: #f00;
}
#property .property .property_contents .property_content ul li .outline .property_link p a {
  width: 100%;
  margin: 0 auto;
  display: list-item;
  color: #fff;
  padding: 1vw;
  background-color: #210b81;
  border-radius: 5px;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none;
}
#property .property .property_contents .property_content ul li .outline .property_link p a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .property_link p a {
    padding: 1.3vw;
  }
}

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

#property {
  background-color: #fff;
}
@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;
  background-color: #210b81;
}
@media screen and (max-width: 768px) {
  #property .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property_headline h4 {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  color: #fff;
  position: relative;
}
#property .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_headline h1 {
    font-size: 14vw;
  }
}
#property .property {
  width: 80%;
  margin: auto;
}
@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 .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: #4F6788;
  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: #4F6788;
  border: 1px solid #4F6788;
}
#property .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#property .property .property_contents {
  margin-bottom: 8vw;
}
#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 li {
  display: block;
  width: 30%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li {
    width: 45%;
  }
}
#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: 30vw;
  }
}
#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: #000;
  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%;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  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: #ffffff;
  color: #210b81;
  padding: 0.5vw 1vw;
  font-size: 110%;
  font-weight: 600;
  border-bottom: 1px solid #000;
  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: 3vw;
  }
}
#property .property .property_contents .property_content ul li .outline .property_list li {
  width: 100%;
  color: #333;
  padding: 0.5vw;
  font-size: 100%;
  border-bottom: dashed 1px #ccc;
}
#property .property .property_contents .property_content ul li .outline .property_list li strong {
  font-size: 120%;
}
#property .property .property_contents .property_content ul li .outline .property_list li .price {
  color: #f00;
}
#property .property .property_contents .property_content ul li .outline .property_link p a {
  width: 100%;
  margin: 0 auto;
  display: list-item;
  color: #fff;
  padding: 1vw;
  background-color: #210b81;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
#property .property .property_contents .property_content ul li .outline .property_link p a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .property_link p a {
    padding: 1.3vw;
  }
}

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

#property {
  background-color: #fff;
}
@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;
  background-color: #210b81;
}
@media screen and (max-width: 768px) {
  #property .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property_headline h4 {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  color: #fff;
  position: relative;
}
#property .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_headline h1 {
    font-size: 14vw;
  }
}
#property .property {
  width: 80%;
  margin: auto;
}
@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 .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: #4F6788;
  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: #4F6788;
  border: 1px solid #4F6788;
}
#property .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#property .property .property_contents {
  margin-bottom: 8vw;
}
#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 li {
  display: block;
  width: 30%;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li {
    width: 45%;
  }
}
#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: 30vw;
  }
}
#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: #000;
  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%;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  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: #ffffff;
  color: #210b81;
  padding: 0.5vw 1vw;
  font-size: 110%;
  font-weight: 600;
  border-bottom: 1px solid #000;
  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: 3vw;
  }
}
#property .property .property_contents .property_content ul li .outline .property_list li {
  width: 100%;
  color: #333;
  padding: 0.5vw;
  font-size: 100%;
  border-bottom: dashed 1px #ccc;
}
#property .property .property_contents .property_content ul li .outline .property_list li strong {
  font-size: 120%;
}
#property .property .property_contents .property_content ul li .outline .property_list li .price {
  color: #f00;
}
#property .property .property_contents .property_content ul li .outline .property_link p a {
  width: 100%;
  margin: 0 auto;
  display: list-item;
  color: #fff;
  padding: 1vw;
  background-color: #210b81;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
#property .property .property_contents .property_content ul li .outline .property_link p a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .property_link p a {
    padding: 1.3vw;
  }
}

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

#property_single .property .property_contents {
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content .property_headline {
  position: relative;
  margin-bottom: 4vw;
  background-color: #210b81;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content .property_headline {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content .property_headline h4 {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#property_single .property .property_contents .property_content .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_single .property .property_contents .property_content .property_headline h1 {
    font-size: 14vw;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 100%;
  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: 90%;
  margin: auto;
}
@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: 130%;
  margin-bottom: 2vw;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@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: #000;
  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%;
  border: solid 1px #dddddd;
}
#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: 100%;
  padding: 1.5vw;
}
@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: 90%;
    padding: 1.5vw 1vw;
  }
}
@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: #dce5ff;
  color: #210b81;
  font-weight: 600;
}
@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 {
    width: 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr dt {
    width: 75%;
  }
}

#property_single .property .property_contents {
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content .property_headline {
  position: relative;
  margin-bottom: 4vw;
  background-color: #210b81;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content .property_headline {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content .property_headline h4 {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#property_single .property .property_contents .property_content .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_single .property .property_contents .property_content .property_headline h1 {
    font-size: 14vw;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 100%;
  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: 90%;
  margin: auto;
}
@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: 130%;
  margin-bottom: 2vw;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@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: #000;
  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%;
  border: solid 1px #dddddd;
}
#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: 100%;
  padding: 1.5vw;
}
@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: 90%;
    padding: 1.5vw 1vw;
  }
}
@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: #dce5ff;
  color: #210b81;
  font-weight: 600;
}
@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 {
    width: 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr dt {
    width: 75%;
  }
}

#property_single .property .property_contents {
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content .property_headline {
  position: relative;
  margin-bottom: 4vw;
  background-color: #210b81;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content .property_headline {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content .property_headline h4 {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#property_single .property .property_contents .property_content .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_single .property .property_contents .property_content .property_headline h1 {
    font-size: 14vw;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 100%;
  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: 90%;
  margin: auto;
}
@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: 130%;
  margin-bottom: 2vw;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@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: #000;
  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%;
  border: solid 1px #dddddd;
}
#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: 100%;
  padding: 1.5vw;
}
@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: 90%;
    padding: 1.5vw 1vw;
  }
}
@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: #dce5ff;
  color: #210b81;
  font-weight: 600;
}
@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 {
    width: 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr dt {
    width: 75%;
  }
}

#company #philosophy {
  width: 80%;
  margin: 3rem auto;
  border: 2px solid #002b54;
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company #philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    width: 95%;
    padding: 1rem;
  }
}
#company #philosophy h2 {
  text-align: center;
  border-bottom: 1px solid #002b54;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 95%;
  }
}
#company .company .company_contents h3 {
  width: 100%;
}
#company .company .company_contents .company_images {
  width: 48%;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .company_images {
    width: 100%;
  }
}
#company .company .company_contents .company_images .company_img {
  display: block;
  height: 35vh;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #company .company .company_contents .company_images .company_img {
    height: 35vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents .company_images .company_img {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .company_images .company_img {
    height: 70vw;
  }
}
#company .company .company_contents table {
  width: 48%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#company .company .company_contents table tr {
  border-bottom: 1px solid #333333;
}
@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.5rem 0.5rem 0.5rem;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
#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 {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .map iframe {
    height: 50vw;
  }
}

#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #210b81;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 0.25rem;
}

#history .history {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #history .history {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #history .history .lower_headline {
    margin-bottom: 6vw;
  }
}
#history .history table {
  width: 100%;
}
#history .history table tr {
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  #history .history table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#history .history table tr th, #history .history table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 3.3vw;
  }
}
#history .history table tr th {
  width: 30%;
}
#history .history table tr td {
  width: 70%;
}

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

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 70%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
}
.navigation a {
  border: none;
  color: #333333;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news_single .news_single .news_contents ul {
  width: 70%;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  color: #333;
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 label {
    margin-bottom: 0;
  }
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #7b90d2;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

#footer_contact {
  position: relative;
}
#footer_contact .footer_contact {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#footer_contact .footer_contact_contents {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 2.5rem 5vw;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents {
    width: 100%;
    left: 0;
  }
}
#footer_contact .footer_contact_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 137, 183, 0.5);
  z-index: 10;
}
#footer_contact .footer_contact_contents div {
  position: relative;
  z-index: 15;
  width: 90%;
  margin: auto;
}
#footer_contact .footer_contact_contents div .headline {
  display: inline-block;
  text-align: left;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1;
}
#footer_contact .footer_contact_contents div .headline h2 {
  display: block;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .headline h2 {
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .headline h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
#footer_contact .footer_contact_contents div .headline h2 span {
  font-size: 70%;
  opacity: 0.7;
}
#footer_contact .footer_contact_contents div .footer_contact_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content {
    width: 100%;
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form {
    width: 100%;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: solid 1px #ffffff;
  border-radius: 0.25rem;
  background: #210b81;
  color: #ffffff;
  font-size: 150%;
  font-weight: 600;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button:hover, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button:hover {
  opacity: 0.7;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button i, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button i {
  margin-right: 0.5rem;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: solid 1px #ffffff;
  border-radius: 0.25rem;
  background: #210b81;
  color: #ffffff;
  font-size: 180%;
  font-weight: 600;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button i, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form {
    margin-top: 4vw;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
  color: #333333;
  transition: all 0.4s;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button:hover {
  opacity: 0.7;
}
#footer_contact .footer_contact_contents div .text {
  text-align: center;
  color: #fff;
  font-size: 120%;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .text {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .text {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}

footer .footer_menu {
  padding-top: 2vw;
  background: #210b81;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    padding-top: 8vw;
  }
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 95%;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
footer .footer_menu ul li {
  flex: 0 0 auto;
  width: auto;
  font-size: 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    margin-bottom: 4vw;
  }
}
footer .footer_menu ul li a {
  color: #ffffff;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 3vw;
    padding: 0 4vw;
  }
}
footer .footer_menu ul li a i {
  margin-right: 0.5rem;
}
footer .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .copyright {
  text-align: center;
  padding: 1vw 0;
  background: #210b81;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 16vw;
  }
}
footer .copyright div {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright div {
    padding-left: 0;
  }
}
footer .copyright div p {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  footer .copyright div p {
    padding: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */