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

body {
  letter-spacing: 0.2vw;
  position: relative;
  z-index: -200;
}

html {
  font-size: 62.5%;
}

@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: 769px) and (max-width: 1024px) {
  .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;
  }
}

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

a {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  a {
    font-size: 2.5vw;
  }
}

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

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

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

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

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

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

.top_headline {
  margin-bottom: 2vw;
}

.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  padding: 1.2vw 3vw;
  border: none;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #4ae1fc;
  transition: all 0.4s;
  cursor: pointer;
}
.top_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.top_btn a button i {
  margin-left: 1vw;
}

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

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

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

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

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #fff;
  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: #fff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: rgb(74, 225, 252);
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

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

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
header #header_pc {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 120px;
  background-color: #ffffff;
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25%;
  padding: 1.5vw;
  margin-left: 1vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  padding-right: 2vw;
  width: 70%;
}
header #header_pc .header_menu .header_menu_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #header_pc .header_menu .header_menu_top .header_menu_time {
  color: #333333;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_tel {
  margin-right: 1vw;
  color: #00509b;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_tel h4 {
  font-size: 1.5vw;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_time .time {
  margin-bottom: 0.5vw;
}
header #header_pc .header_menu .header_menu_top .header_contact a {
  text-decoration: none;
}
header #header_pc .header_menu .header_menu_top .header_contact a button {
  font-size: 120%;
  font-weight: 600;
  padding: 0.8vw 5vw;
  background-color: #00509b;
  border: none;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.4s;
}
header #header_pc .header_menu .header_menu_top .header_contact a button:hover {
  background-color: #4ae1fc;
}
header #header_pc .header_menu .header_menu_top .header_contact a button i {
  margin-right: 1vw;
}
header #header_pc .header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0.5vw 3.5vw;
  padding-top: 1vw;
  padding-right: 0;
  border-radius: 10px;
}
header #header_pc .header_menu ul li {
  width: 16.6666666667%;
  text-align: center;
}
header #header_pc .header_menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  text-decoration: none;
  color: #333333;
}
header #header_pc .header_menu ul li a:hover {
  color: #00509b;
  border-bottom: 1px solid #00509b;
}
header #header_pc .header_menu ul li .header_service {
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  width: 10.5%;
  padding-left: 0;
  border: 2px solid #ffffff;
  background-color: #00509b;
}
header #header_pc .header_menu ul li .header_service .header_service_list {
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid #ffffff;
}
header #header_pc .header_menu ul li .header_service .header_service_list:last-child {
  border: none;
}
header #header_pc .header_menu ul li .header_service .header_service_list a {
  font-size: 0.9vw;
  color: #ffffff;
}
header #header_pc .header_menu ul li .header_service .header_service_list a:hover {
  border: none !important;
}
@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 (max-width: 768px) {
  header {
    height: 60px;
  }
}
header .header_logo {
  width: 70%;
}
header .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #00509b;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#top_main {
  position: relative;
}
#top_main::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  background-color: #4ae1fc;
  z-index: -100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main::after {
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main::after {
    height: 70vh;
  }
}
#top_main .top_main_images {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_images {
    width: 85%;
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_images {
    width: 100%;
    height: 65vh;
  }
}
#top_main .top_main_images .top_main_images_left {
  width: 50%;
  height: 100%;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_top {
  width: 100%;
  height: 50%;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_bottom {
  width: 100%;
  height: 50%;
}
#top_main .top_main_images .top_main_images_left .top_main_image_left_bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images .top_main_images_right {
  width: 50%;
  height: 100%;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_top {
  width: 100%;
  height: 70%;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_bottom {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_main .top_main_images .top_main_images_right .top_main_image_right_bottom img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_texts {
  position: absolute;
  top: 70%;
  right: 0;
  transform: translate(0, -50%);
}
#top_main .top_main_texts .text {
  padding: 1vw 2vw;
  background-color: #fff;
  color: #00509b;
  margin-bottom: 1vw;
  border-radius: 50px 0 0 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_texts .text {
    padding: 2vw 4vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text {
    padding: 4vw 6vw;
    margin-bottom: 3vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top_main .top_main_texts .text h2 {
    font-size: 5vw !important;
  }
}

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

#top_about {
  margin-top: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    margin-top: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about {
    margin-top: 30vw;
  }
}
#top_about .top_about {
  background: linear-gradient(-135deg, rgb(145, 224, 238), rgba(235, 226, 0, 0) 60%);
  position: relative;
  padding: 6vw 0;
  height: 55vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    height: 65vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    height: 90vw;
  }
}
#top_about .top_about .top_about_enText {
  position: absolute;
  top: -15%;
  right: 3%;
  transform: rotate(15deg);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_enText {
    top: -9%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_enText {
    top: -11%;
    right: 3%;
  }
}
#top_about .top_about .top_about_enText h4 {
  font-family: "emily-austin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  color: #00509b;
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    height: 70vw;
  }
}
#top_about .top_about .top_about_contents .top_about_images {
  position: relative;
  width: 50%;
  height: 50vw;
}
#top_about .top_about .top_about_contents .top_about_images::after {
  position: absolute;
  content: "";
  top: -10%;
  left: 0%;
  width: 80%;
  height: 30vw;
  background-color: rgba(74, 225, 252, 0.8);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images::after {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 12%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_right {
  width: 50%;
  padding-right: 2vw;
}
#top_about .top_about .top_about_contents .top_about_right h4 {
  margin-bottom: 2.5vw;
}
#top_about .top_about .top_about_contents .top_about_right p {
  margin-bottom: 4vw;
}
#top_about .top_about .top_about_contents .top_about_right img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right img {
    border-radius: 20px;
  }
}

#top_service .top_service {
  background-color: #f1f1f1;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    padding: 8vw 0;
  }
}
#top_service .top_service .top_service_title {
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #00509b;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_service_title h2 {
  font-size: 6vw;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title h2 {
    font-size: 10vw;
  }
}
#top_service .top_service .top_service_title h4 {
  position: absolute;
  bottom: 10%;
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    width: 95%;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
#top_service .top_service .top_service_contents .top_service_btn {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_btn {
    width: 45%;
  }
}
#top_service .top_service .top_service_contents .top_service_btn a {
  text-decoration: none;
}
#top_service .top_service .top_service_contents .top_service_btn a button {
  border: none;
  background-color: #fff;
  color: #00509b;
  padding: 1.5vw 4vw;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_btn a button {
    padding: 4vw 8vw;
  }
}
#top_service .top_service .top_service_contents .top_service_btn a button:hover {
  background-color: #00509b;
  color: #fff;
}
#top_service .top_service .top_service_contents .top_service_btn a button i {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_btn a button i {
    margin-left: 2.5vw;
  }
}
#top_service .top_service .top_service_contents .top_service_text {
  width: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text {
    margin-bottom: 8vw;
  }
}
#top_service .top_service_images {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images {
    height: 50vw;
  }
}
#top_service .top_service_images .top_service_leftImage {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
#top_service .top_service_images .top_service_leftImage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(109, 189, 255, 0.6);
}
#top_service .top_service_images .top_service_leftImage .top_service_number {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 5vw;
  height: 5vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span {
  position: absolute;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:first-child {
  top: -5%;
  left: -5%;
  font-size: 3vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:last-child {
  bottom: 0%;
  right: 0%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images .top_service_leftImage .top_service_number p span:last-child {
    bottom: -5%;
    right: -5%;
    font-size: 2.5vw;
  }
}
#top_service .top_service_images .top_service_leftImage .top_service_headline {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  color: #fff;
  width: 90%;
}
#top_service .top_service_images .top_service_leftImage .top_service_headline h4 {
  font-size: 3vw;
  letter-spacing: 1vw;
}
#top_service .top_service_images .top_service_rightImages {
  width: 100%;
  height: 100%;
  position: relative;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(109, 189, 255, 0.6);
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 5vw;
  height: 5vw;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span {
  position: absolute;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:first-child {
  top: -5%;
  left: -5%;
  font-size: 3vw;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:last-child {
  bottom: 0%;
  right: 0%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:last-child {
    bottom: -5%;
    right: -5%;
    font-size: 2.5vw;
  }
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_headline {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  color: #fff;
  width: 90%;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_headline h4 {
  font-size: 3vw;
  letter-spacing: 1vw;
}

#top_flex .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex {
    flex-flow: column;
  }
}
#top_flex .top_flex .top_company {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company {
    width: 100%;
  }
}
#top_flex .top_flex .top_company .top_company_image {
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_company .top_company_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_company .top_company_contents {
  padding: 4vw 2vw;
  text-align: center;
  background-color: #4ae1fc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_company .top_company_contents p {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_company .top_company_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
#top_flex .top_flex .top_company .top_company_contents .btn a button:hover {
  background-color: #00509b;
  color: #fff;
}
#top_flex .top_flex .top_company .top_company_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_company .top_company_contents .btn a button {
    padding: 3vw 8vw;
  }
}
#top_flex .top_flex .top_recruit {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit {
    width: 100%;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_image {
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_recruit .top_recruit_contents {
  padding: 4vw 2vw;
  text-align: center;
  background-color: #00509b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_contents p {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_recruit .top_recruit_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
#top_flex .top_flex .top_recruit .top_recruit_contents .btn a button:hover {
  background-color: #4ae1fc;
  color: #fff;
}
#top_flex .top_flex .top_recruit .top_recruit_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_recruit .top_recruit_contents .btn a button {
    padding: 3vw 8vw;
  }
}

#top_property {
  position: relative;
  z-index: -110;
}
#top_property .top_property {
  position: relative;
  z-index: -110;
  margin-bottom: 20vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_property {
    margin-bottom: 160vw;
  }
}
#top_property .top_property .top_property_top {
  width: 100%;
  height: 40vw;
  position: relative;
  z-index: -110;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_top {
    height: 80vw;
  }
}
#top_property .top_property .top_property_top .top_property_bg {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -10;
}
#top_property .top_property .top_property_top .top_property_bg::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
}
#top_property .top_property .top_property_top .top_property_bg .top_property_title {
  position: absolute;
  z-index: 0;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
#top_property .top_property .top_property_top .top_property_bg .top_property_title h1 {
  opacity: 0.6;
  font-size: 6vw;
}
#top_property .top_property .top_property_contents {
  position: absolute;
  top: 80%;
  width: 100%;
  z-index: -100;
}
#top_property .top_property .top_property_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul {
    flex-flow: column;
  }
}
#top_property .top_property .top_property_contents ul li {
  width: 30%;
  height: 20vw;
  position: relative;
  overflow: hidden;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li {
    width: 90%;
    height: 50vw;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#top_property .top_property .top_property_contents ul li:first-child:hover::after {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  content: "";
  border-radius: 0 50px 50px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#top_property .top_property .top_property_contents ul li:first-child .top_property_list {
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li:first-child .top_property_list {
    border-radius: 25px;
  }
}
#top_property .top_property .top_property_contents ul li:nth-child(2):hover::after {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  content: "";
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#top_property .top_property .top_property_contents ul li:nth-child(2) .top_property_list {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li:nth-child(2) .top_property_list {
    border-radius: 25px;
  }
}
#top_property .top_property .top_property_contents ul li:last-child:hover::after {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  content: "";
  border-radius: 50px 0 0 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
#top_property .top_property .top_property_contents ul li:last-child .top_property_list {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li:last-child .top_property_list {
    border-radius: 25px;
  }
}
#top_property .top_property .top_property_contents ul li a {
  text-decoration: none;
}
#top_property .top_property .top_property_contents ul li a .top_property_list {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline {
    padding: 3vw;
  }
}
#top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline h4 {
  padding-left: 2vw;
  color: #00509b;
  text-align: center;
}
#top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline h4 i {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #top_property .top_property .top_property_contents ul li a .top_property_list .top_property_headline h4 i {
    margin-left: 3vw;
  }
}

#gallery .gallery {
  width: 90%;
  margin: 3rem auto;
}
#gallery .gallery .gallery_text {
  margin-bottom: 2rem;
}
#gallery .gallery .gallery_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_text p {
    text-align: left;
  }
}
#gallery .gallery .gallery_contents h2 {
  color: #00509b;
  border-left: 10px solid #00509b;
  padding-left: 10px;
  margin-bottom: 2rem;
}
#gallery .gallery .gallery_contents ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents ul {
    flex-flow: column;
  }
}
#gallery .gallery .gallery_contents ul li {
  width: 30%;
  margin: 1%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#gallery .gallery .gallery_contents ul li .thumb {
  width: 100%;
  height: 20vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents ul li .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#gallery .gallery .gallery_contents ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#gallery .gallery .gallery_contents ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#gallery .gallery .gallery_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .gallery .gallery_contents ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#gallery .gallery .gallery_contents ul li .thumb .search i {
  transition: all 0.4s;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery .gallery_contents ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents ul li .thumb .search i {
    font-size: 6vw;
  }
}
#gallery .gallery .gallery_contents ul li .title h4 {
  color: #00509b;
  font-weight: 600;
  margin-bottom: 0.5vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery .gallery_contents ul li .title h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents ul li .title h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#gallery .gallery .gallery_contents ul li .text p {
  color: #00509b;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents ul li .text p {
    font-size: 3.3vw;
  }
}
#gallery .gallery .gallery_contents .ba li {
  width: 45%;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents .ba li {
    width: 100%;
    padding: 3vw;
    margin-bottom: 8vw;
  }
}
#gallery .gallery .gallery_contents .ba li .thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents .ba li .thumb {
    height: 35vw;
  }
}
#gallery .gallery .gallery_contents .ba li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#gallery .gallery .gallery_contents .ba li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#gallery .gallery .gallery_contents .ba li .thumb .img-before {
  width: 40%;
  position: relative;
}
#gallery .gallery .gallery_contents .ba li .thumb .img-before::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#gallery .gallery .gallery_contents .ba li .thumb .img-before:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#gallery .gallery .gallery_contents .ba li .thumb .img-before img {
  width: 100%;
}
#gallery .gallery .gallery_contents .ba li .thumb .img-after {
  width: 50%;
  position: relative;
}
#gallery .gallery .gallery_contents .ba li .thumb .img-after::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#gallery .gallery .gallery_contents .ba li .thumb .img-after:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#gallery .gallery .gallery_contents .ba li .thumb .img-after img {
  width: 100%;
}
#gallery .gallery .gallery_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
#gallery .gallery .gallery_contents .ba li .thumb p i {
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}
#gallery .gallery .gallery_contents .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
#gallery .gallery .gallery_contents .flex .img {
  width: 30%;
  margin: 1vw;
}
#gallery .gallery .gallery_contents .flex .img img {
  width: 100%;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: auto;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container > div > img {
    height: 48%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: auto;
    height: 300px;
  }
}
#modal-container .close {
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 20%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 23%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#property {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #property {
    margin-bottom: 8vw;
  }
}
#property .property {
  width: 80%;
  margin: auto;
  padding: 8vw 0;
}
#property .property .search {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .search {
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search {
    text-align: start;
    margin-bottom: 14vw;
  }
}
#property .property .search form select {
  width: 40%;
  height: 3vw;
  border: 1px solid #f1f1f1;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #property .property .search form select {
    width: 50%;
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search form select option {
    font-size: 3.3vw;
  }
}
#property .property .search form .searchCustom {
  padding: 1vw;
  width: 5vw;
  border: none;
  background-color: #4ae1fc;
  color: #fff;
  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: #4ae1fc;
  border: 1px solid #4ae1fc;
}
#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_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #00509b;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h4 {
    width: 100%;
    padding: 1rem 2.5rem;
  }
}
#property .property .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h4::after {
    width: 1vw;
    left: 5%;
  }
}
#property .property .property_contents .property_headline h1 {
  position: absolute;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#property .property .property_contents .property_content {
  margin-bottom: 4vw;
}
#property .property .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#property .property .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul a {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#property .property .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .thumb {
    height: 60vw;
  }
}
#property .property .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property .property .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#property .property .property_contents .property_content ul li .outline {
  color: #333;
}
#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: auto;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .outline .category ul li {
    width: auto;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .category ul li {
    width: auto;
    padding: 1.5vw 1vw;
  }
}
#property .property .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: rgba(74, 225, 252, 0.431372549);
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #e2f6ff;
}
#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 {
  color: #00509b;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #00509b;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

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

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

#news {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#news .news {
  width: 80%;
  margin: auto;
}
#news .news .property_contents {
  margin-bottom: 8vw;
}
#news .news .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#news .news .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  margin: auto;
  background-color: #00509b;
  color: #fff;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4 {
    width: 80%;
    padding: 2vw 5vw;
  }
}
#news .news .property_contents .property_headline h1 {
  position: absolute;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#news .news .property_contents .property_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content {
    margin-bottom: 12vw;
  }
}
#news .news .property_contents .property_content ul {
  list-style: none;
  display: block !important;
}
#news .news .property_contents .property_content ul a {
  display: block;
  width: 50%;
  margin: auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul a {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#news .news .property_contents .property_content ul li .outline .date {
  color: #333;
}
#news .news .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#news .news .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#news .news .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#news .news .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: rgba(74, 225, 252, 0.431372549);
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #e2f6ff;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#news .news .property_contents .property_content ul li .outline .title {
  color: #00509b;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #00509b;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.none {
  display: none !important;
}

#property_single .property .property_contents {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul {
    width: 95%;
  }
}
#property_single .property .property_contents .property_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li {
    flex-flow: column;
  }
}
#property_single .property .property_contents .property_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb .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 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #00509b;
  border-bottom: 2px solid #00509b;
}
@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: auto;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: auto;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: auto;
    padding: 1.5vw 1vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:first-child {
  background-color: rgba(74, 225, 252, 0.431372549);
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #e2f6ff;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property_single .property .property_contents .property_content ul li .outline .property_table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 1.5vw;
  }
}
@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: #00509b;
  color: #fff;
  font-weight: 600;
}

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

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

.service_overview {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 17vw 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_overview {
    margin: 0px 13vw 10vw;
  }
}
@media screen and (max-width: 768px) {
  .service_overview {
    margin: 0px 4vw 10vw;
  }
}
.service_overview .title {
  width: 100%;
  margin: 0 0 2vw;
  color: #4ae1fc;
  text-align: center;
}
.service_overview .text {
  width: 100%;
}

.service_contents {
  color: #fff;
}
.service_contents .service_content {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .service_contents .service_content {
    margin-bottom: 40px;
  }
}
.service_contents .service_content .service_headline {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content .service_headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_headline {
    margin-bottom: 20px;
  }
}
.service_contents .service_content .service_headline .title {
  color: #00509b;
  position: relative;
  display: inline-block;
}
.service_contents .service_content .service_headline .title::after {
  content: "";
  background-color: #00509b;
  width: 200%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_headline .title::after {
    width: 120%;
  }
}
.service_contents .service_content .service_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail {
    display: block;
  }
}
.service_contents .service_content .service_content_detail .service_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content .service_content_detail .service_content_detail_image {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail .service_content_detail_image {
    width: 100%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
.service_contents .service_content .service_content_detail .service_content_detail_image img {
  width: 100%;
}
.service_contents .service_content .service_content_detail .service_content_detail_text {
  width: 60%;
  padding-left: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content .service_content_detail .service_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail .service_content_detail_text {
    width: 100%;
    padding-left: 0;
  }
}
.service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline {
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline {
    margin-bottom: 20px;
  }
}
.service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .title {
  color: #00509b;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .text span {
  background-color: #e2f6ff;
  display: inline-block;
  border-radius: 10px;
  padding: 1.5vw;
  font-size: 80%;
}
.service_contents .service_content .service_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail02 {
    flex-flow: column-reverse;
  }
}
.service_contents .service_content .service_content_detail02 .service_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content .service_content_detail02 .service_content_detail_image {
    width: 30%;
  }
}
.service_contents .service_content .service_content_detail02 .service_content_detail_image img {
  width: 100%;
}
.service_contents .service_content .service_content_detail02 .service_content_detail_text {
  width: 60%;
  padding-left: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service_contents .service_content .service_content_detail02 .service_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail02 .service_content_detail_text {
    width: 100%;
  }
}
.service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline {
    margin-bottom: 20px;
  }
}
.service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline .title {
  color: #00509b;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline .text span {
  background-color: #e2f6ff;
  display: inline-block;
  border-radius: 10px;
  padding: 1.5vw;
  font-size: 80%;
}

#price h4 {
  color: #4ae1fc;
  text-align: center;
  margin: 4vw 0 1vw;
}
#price p {
  color: #4ae1fc;
  margin: 0 0 2vw;
  text-align: center;
  font-size: 150%;
}
#price table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #price table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #price table {
    width: 95vw;
  }
}
#price table tr:nth-child(even) {
  background-color: rgba(74, 225, 252, 0.431372549);
}
#price table tr:nth-child(odd) {
  background-color: #e2f6ff;
}
@media screen and (max-width: 768px) {
  #price table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#price table tr th, #price table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #price table tr th, #price table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #price table tr th, #price table tr td {
    padding: 8vw 4vw;
    font-size: 4.3vw;
    text-align: start;
  }
}
#price table tr th {
  width: 40%;
  color: #00509b;
}
@media screen and (max-width: 768px) {
  #price table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#price table tr td {
  width: 60%;
  text-align: right;
  color: #00509b;
}
@media screen and (max-width: 768px) {
  #price table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}

.service2_overview {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 17vw 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_overview {
    margin: 0px 13vw 10vw;
  }
}
@media screen and (max-width: 768px) {
  .service2_overview {
    margin: 0px 4vw 10vw;
  }
}
.service2_overview .title {
  width: 100%;
  margin: 0 0 2vw;
  color: #4ae1fc;
  text-align: center;
  color: #00509b;
}
.service2_overview .text {
  width: 100%;
}

.service2_contents {
  color: #fff;
}
.service2_contents .service2_content {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content {
    margin-bottom: 40px;
  }
}
.service2_contents .service2_content .service2_headline {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content .service2_headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_headline {
    margin-bottom: 20px;
  }
}
.service2_contents .service2_content .service2_headline .title {
  color: #00509b;
  position: relative;
  display: inline-block;
}
.service2_contents .service2_content .service2_headline .title::after {
  content: "";
  background-color: #00509b;
  width: 200%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_headline .title::after {
    width: 120%;
  }
}
.service2_contents .service2_content .service2_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail {
    display: block;
  }
}
.service2_contents .service2_content .service2_content_detail .service2_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_image {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_image {
    width: 100%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
.service2_contents .service2_content .service2_content_detail .service2_content_detail_image img {
  width: 100%;
}
.service2_contents .service2_content .service2_content_detail .service2_content_detail_text {
  width: 60%;
  padding-left: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_text {
    width: 100%;
    padding-left: 0;
  }
}
.service2_contents .service2_content .service2_content_detail .service2_content_detail_text .service2_detail_headline {
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_text .service2_detail_headline {
    margin-bottom: 20px;
  }
}
.service2_contents .service2_content .service2_content_detail .service2_content_detail_text .service2_detail_headline .title {
  color: #00509b;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_text .service2_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail .service2_content_detail_text .service2_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.service2_contents .service2_content .service2_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail02 {
    flex-flow: column-reverse;
  }
}
.service2_contents .service2_content .service2_content_detail02 .service2_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content .service2_content_detail02 .service2_content_detail_image {
    width: 30%;
  }
}
.service2_contents .service2_content .service2_content_detail02 .service2_content_detail_image img {
  width: 100%;
}
.service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text {
  width: 60%;
  padding-left: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text {
    width: 100%;
  }
}
.service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text .service2_detail_headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text .service2_detail_headline {
    margin-bottom: 20px;
  }
}
.service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text .service2_detail_headline .title {
  color: #00509b;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service2_contents .service2_content .service2_content_detail02 .service2_content_detail_text .service2_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#price2 h4 {
  color: #4ae1fc;
  text-align: center;
}
#price2 p {
  text-align: center;
  margin: 0 0 2vw;
}
#price2 table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #price2 table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #price2 table {
    width: 95vw;
  }
}
#price2 table tr:nth-child(even) {
  background-color: rgba(74, 225, 252, 0.431372549);
}
#price2 table tr:nth-child(odd) {
  background-color: #e2f6ff;
}
@media screen and (max-width: 768px) {
  #price2 table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#price2 table tr th, #price2 table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #price2 table tr th, #price2 table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #price2 table tr th, #price2 table tr td {
    padding: 8vw 4vw;
    font-size: 4.3vw;
    text-align: start;
  }
}
#price2 table tr th {
  width: 40%;
  color: #00509b;
}
@media screen and (max-width: 768px) {
  #price2 table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#price2 table tr td {
  width: 60%;
  text-align: right;
  color: #00509b;
}
@media screen and (max-width: 768px) {
  #price2 table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}

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

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

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

.contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 90%;
    padding: 10px;
  }
}
.contact_form h2 {
  text-align: center;
  color: #00509b;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .contact_form h2 {
    margin-bottom: 4vw;
  }
}
.contact_form .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_text {
    margin-bottom: 20px;
  }
}
.contact_form .form {
  width: 100%;
  margin-bottom: 8vw;
}
.contact_form .form .wpcf7 {
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
.contact_form .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
.contact_form .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact_form .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact_form .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
.contact_form .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
.contact_form .form .wpcf7 label.policy {
  text-align: center;
}
.contact_form .form .wpcf7 label.policy input {
  width: auto;
}
.contact_form .form .wpcf7 .wpcf7 input[type=url], .contact_form .form .wpcf7 .wpcf7 input[type=email], .contact_form .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
.contact_form .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #4ae1fc;
  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_form .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.contact_form .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333333;
  font-weight: 600;
}

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

.footer_contact {
  position: relative;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact {
    margin: 6vw 0;
  }
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-top: 4vw;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents {
    height: 125vw;
  }
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4vw;
  border-radius: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_center {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_center {
    width: 95%;
  }
}
.footer_contact .footer_contact_text {
  text-align: center;
  pointer-events: none;
  padding-bottom: 2vw;
  border-bottom: 1px solid #868686;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
  }
}
.footer_contact .footer_contact_text p {
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  font-size: 4vw;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    flex-flow: column;
    padding-top: 4vw;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel {
    width: 100%;
    border: none;
    margin-bottom: 5vw;
  }
}
.footer_contact .contact_flex .tel h4 {
  color: #00509b;
  margin-top: 1.2vw;
  margin-bottom: 0.5vw;
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #00509b;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel a {
    font-size: 4.8vw;
  }
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  text-align: center;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form {
    width: 100%;
  }
}
.footer_contact .contact_flex .form p {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form p {
    margin-bottom: 3vw;
  }
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  width: 90%;
  font-size: 120%;
  font-weight: 600;
  padding: 0.8vw 5vw;
  border: none;
  border-radius: 50px;
  background-color: #00509b;
  color: #ffffff;
  transition: all 0.4s;
  font-size: 1.2vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .contact_flex .form a button {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    font-size: 2.8vw;
    padding: 3vw 8vw;
  }
}
.footer_contact .contact_flex .form a button:hover {
  background-color: #4ae1fc;
  color: #ffffff;
  border: none;
}
.footer_contact .contact_flex_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  z-index: 100;
  margin: 2vw auto 0;
}
.footer_contact .contact_flex_sns .sns {
  width: 20%;
  text-align: center;
  background-color: #00509b;
  padding: 0.5vw 0;
  border-radius: 20px;
  margin: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .contact_flex_sns .sns {
    width: 30%;
    margin: 3vw;
    padding: 1vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex_sns .sns {
    width: 35%;
    margin: 5vw;
    padding: 2vw 0;
  }
}
.footer_contact .contact_flex_sns .sns:hover {
  background-color: #4ae1fc;
  transition: all 1s;
}
.footer_contact .contact_flex_sns .sns a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}

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