@charset "UTF-8";
/* base */
.site_wrap {
  overflow-x: hidden;
}

.image_fit, .about_fv .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
}

.wrap_980 {
  width: 980px;
}

.wrap_1200 {
  width: 1200px;
}

.wrap_1300 {
  width: 1300px;
}

.wrap_1400 {
  width: 1400px;
}

.bg_main, .back_btn a, .news_layout .side_wrap .side_title, footer, .home_fv, header {
  background: #c01428;
}

.mobo {
  font-family: "Noto Sans JP", sans-serif;
}
.mobo * {
  font-family: "Noto Sans JP", sans-serif;
}

/* header */
header .wrap {
  width: 1420px;
  padding: 40px 0;
  max-width: 94%;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .wrap {
    padding: 20px 0;
  }
}
header .flex {
  align-items: center;
}
header .flex .site_logo {
  max-width: 55%;
}
header .flex .header_menu {
  margin-left: auto;
}
header .flex .header_menu .menu_sub {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
header .flex .header_menu .menu_sub li {
  position: relative;
}
header .flex .header_menu .menu_sub li:not(:nth-child(1)) {
  margin-left: auto;
}
header .flex .header_menu .menu_sub li:not(:nth-child(1))::before {
  content: "";
  position: absolute;
  left: 0;
  height: 15px;
  width: 1px;
  background: #e3adb1;
  top: 53%;
  transform: translateY(-50%);
}
header .flex .header_menu .menu_sub li:last-child::before {
  display: none;
}
@media screen and (max-width: 1400px) {
  header .flex .header_menu .menu_sub li:last-child a {
    padding-right: 0;
  }
}
header .flex .header_menu .menu_sub li a {
  color: #fff;
  font-size: 14px;
  padding: 0 11px;
}
header .flex .header_menu .menu_sub li a:hover {
  opacity: 0.9;
}
header .flex .header_menu .menu_main {
  display: flex;
}
header .flex .header_menu .menu_main li {
  margin-left: 11px;
}
header .flex .header_menu .menu_main li:nth-child(1) {
  margin-left: auto;
}
header .flex .header_menu .menu_main li a {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 10em;
  padding: 4px 5px;
  border: 1px solid #fff;
  border-radius: 6px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  header .flex .header_menu .menu_main li a {
    font-size: 16px;
  }
}
header .flex .header_menu .menu_main li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header .flex .header_menu .menu_main li a.menu_gray {
  width: 13em;
  background: #323232;
  border-color: #323232;
}
header .flex .header_menu .menu_main li a.menu_gray:hover {
  background: #222;
}
header .flex .header_menu .menu_main li a.menu_white {
  color: #c01428;
  background: #fff;
}
header .flex .header_menu .menu_main li a.menu_white:hover {
  background: rgba(255, 255, 255, 0.95);
}

/* header / SP menu */
@media screen and (max-width: 1360px) {
  header .flex .header_menu {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header .flex .header_menu .menu_inner {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1360px) and (max-width: 767px) {
  header .flex .header_menu .menu_inner {
    padding: 10vh 0;
  }
}
@media screen and (max-width: 1360px) {
  header .flex .header_menu .menu_inner .menu_sub {
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 20px;
  }
  header .flex .header_menu .menu_inner .menu_sub li {
    width: 48%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .flex .header_menu .menu_inner .menu_sub li::before {
    display: none;
  }
  header .flex .header_menu .menu_inner .menu_sub li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  header .flex .header_menu .menu_inner .menu_main {
    flex-wrap: wrap;
    gap: 2%;
  }
  header .flex .header_menu .menu_inner .menu_main li {
    width: 48%;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 1360px) and (max-width: 767px) {
  header .flex .header_menu .menu_inner .menu_main li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1360px) {
  header .flex .header_menu .menu_inner .menu_main li a {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1360px) and (max-width: 767px) {
  header .flex .header_menu .menu_inner .menu_main li a {
    padding: 12px 0;
  }
}

.menu-open header .flex .header_menu {
  opacity: 1;
  pointer-events: all;
  z-index: 80;
  background: rgba(192, 20, 40, 0.96);
  transition: 0.2s;
}

.global-menu_icon {
  display: none;
}
@media screen and (max-width: 1360px) {
  .global-menu_icon {
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: block;
  }
  .global-menu_icon span {
    position: absolute;
    display: block;
    width: 60%;
    height: 2px;
    background: #c01428;
    transition: 0.5s;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .global-menu_icon span:nth-child(1) {
    top: 15px;
  }
  .global-menu_icon span:nth-child(2) {
    top: 24px;
  }
  .global-menu_icon span:nth-child(3) {
    top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .global-menu_icon {
    right: 18px;
    top: 18px;
  }
}

/* menu open */
.menu-open .global-menu_icon span:nth-child(1) {
  top: 24px;
  transform: rotate(-45deg);
}
.menu-open .global-menu_icon span:nth-child(2) {
  opacity: 0;
}
.menu-open .global-menu_icon span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
}

/* home / FV */
.home_fv {
  padding: 70px 0 160px;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .home_fv {
    padding: 30px 0 120px;
  }
}
@media screen and (max-width: 820px) {
  .home_fv {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .home_fv {
    padding: 0 0 60px;
  }
}
.home_fv .inner {
  position: relative;
}
.home_fv .fv_photo {
  position: absolute;
  right: 0;
  width: 55%;
  text-align: right;
  top: 0;
  height: 100%;
  border-radius: 90px 0 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .home_fv .fv_photo {
    position: relative;
    width: 95%;
    left: 5%;
    padding-bottom: 20px;
  }
}
.home_fv .fv_photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
.home_fv .fv_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 17%;
}
.home_fv .wrap {
  width: 1300px;
}
.home_fv .wrap .text_wrap {
  padding-right: 61%;
}
@media screen and (max-width: 820px) {
  .home_fv .wrap .text_wrap {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home_fv .wrap .text_wrap {
    max-width: 90%;
    margin: 0 auto;
  }
}
.home_fv .wrap .text_wrap .fv_catch {
  padding: 25px 0 50px;
}
@media screen and (max-width: 767px) {
  .home_fv .wrap .text_wrap .fv_catch {
    padding: 15px 0 30px;
  }
}
.home_fv .wrap .text_wrap figure {
  margin-bottom: 15px;
  padding-left: 25px;
}
@media screen and (max-width: 820px) {
  .home_fv .wrap .text_wrap figure {
    padding-left: 0;
  }
}
.home_fv .wrap .text_wrap figcaption ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .home_fv .wrap .text_wrap figcaption ul {
    padding-left: 0;
  }
}
.home_fv .wrap .text_wrap figcaption ul li {
  font-size: 20px;
  color: #fff;
  margin-left: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .home_fv .wrap .text_wrap figcaption ul li {
    font-size: 5vw;
  }
}

/* home / concept */
.home_concept {
  padding: 100px 0;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .home_concept {
    padding: 50px 0;
  }
  .home_concept > .flex {
    flex-wrap: wrap;
  }
}
.home_concept .image_wrap {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .home_concept .image_wrap {
    width: 100%;
    text-align: center;
  }
  .home_concept .image_wrap img {
    max-width: 45%;
  }
}
.home_concept .text_wrap {
  width: 69%;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .home_concept .text_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.home_concept .text_wrap h3 {
  padding-bottom: 15px;
  font-size: 50px;
  color: #c01428;
}
@media screen and (max-width: 767px) {
  .home_concept .text_wrap h3 {
    padding: 10px 0;
    font-size: 8vw;
    text-align: center;
  }
}
.home_concept .text_wrap h3 span {
  font-size: 0.8em;
}
.home_concept .text_wrap p {
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 500;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .home_concept .text_wrap p {
    padding-bottom: 25px;
  }
}
.home_concept .text_wrap .btn_wrap a {
  display: inline-block;
  color: #c01428;
  font-size: 18px;
  padding: 13px 4em;
  border: 1px solid #c01428;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .home_concept .text_wrap .btn_wrap a {
    display: block;
    max-width: 80%;
    padding: 13px 0.5em;
    margin: 0 auto;
    text-align: center;
  }
}
.home_concept .text_wrap .btn_wrap a:hover {
  background: #fff5f7;
}

/* contents / BG */
.bg_green {
  background: #e0f0de;
}

.bg_blue {
  background: #deecf0;
}

.bg_blue {
  background: #deecf0;
}

.bg_pink {
  background: #f8ebed;
}

.bg_blue_strong {
  background: #a3d7e6;
}

/* home / news-company */
.home_new_wrap .wrap {
  width: 1300px;
  padding: 65px 0 45px;
}
@media screen and (max-width: 1100px) {
  .home_new_wrap .wrap .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .home_new_wrap .wrap {
    padding: 45px 0 45px;
  }
}
.home_new_wrap .wrap .title_wrap {
  width: 19%;
}
@media screen and (max-width: 1100px) {
  .home_new_wrap .wrap .title_wrap {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .home_new_wrap .wrap .title_wrap {
    width: 100%;
    padding-bottom: 25px;
  }
}
.home_new_wrap .wrap .title_wrap .title_image {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .home_new_wrap .wrap .title_wrap .title_image {
    padding-top: 0;
  }
  .home_new_wrap .wrap .title_wrap .title_image img {
    max-width: 40%;
  }
}
.home_new_wrap .wrap .title_wrap h3 {
  font-size: 28px;
  line-height: 1.55em;
  padding-bottom: 10px;
  text-align: center;
}
.home_new_wrap .wrap .title_wrap p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .home_new_wrap .wrap .title_wrap p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .home_new_wrap .wrap .title_wrap .btn_wrap {
    display: flex;
    gap: 2%;
  }
}
.home_new_wrap .wrap .title_wrap .btn_wrap a {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  border: 1px solid #363636;
  border-radius: 6px;
  color: #363636;
  background: #fff;
  text-align: center;
  padding: 20px 10px;
}
@media screen and (max-width: 1260px) {
  .home_new_wrap .wrap .title_wrap .btn_wrap a {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .home_new_wrap .wrap .title_wrap .btn_wrap a {
    width: 49%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home_new_wrap .wrap .title_wrap .btn_wrap a {
    padding: 10px 5px;
    font-size: 4.3vw;
    margin-top: 10px;
  }
}
.home_new_wrap .wrap .title_wrap .btn_wrap a.btn_gray {
  background: #363636;
  color: #fff;
}
.home_new_wrap .wrap .title_wrap .btn_wrap a:hover {
  opacity: 0.9;
}
.home_new_wrap .wrap .card_list_wrap {
  margin-left: auto;
  width: 77%;
}
@media screen and (max-width: 1100px) {
  .home_new_wrap .wrap .card_list_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .home_new_wrap .wrap .card_list_wrap {
    width: 100%;
  }
}
.home_new_wrap .wrap .card_list_wrap .card_list .card_box {
  width: 32%;
}
@media screen and (max-width: 1100px) {
  .home_new_wrap .wrap .card_list_wrap .card_list .card_box {
    width: 49%;
  }
}
.home_new_wrap .wrap .card_list_wrap .card_list .text_wrap::before, .home_new_wrap .wrap .card_list_wrap .card_list .text_wrap::after {
  display: none;
}
.home_new_wrap .wrap .card_list_wrap .card_list .category_list li {
  padding: 3px 0.96em;
}
.home_new_wrap.bg_green .title_wrap h3 {
  color: #579b51;
}
.home_new_wrap.bg_blue .title_wrap h3 {
  color: #4292d2;
}

/* card list */
.card_list_wrap {
  width: 100%;
}
.card_list_wrap .card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .card_list_wrap .card_list {
    gap: 0;
  }
}
.card_list_wrap .card_list .card_box {
  width: 23.5%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .card_list_wrap .card_list .card_box {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .card_list_wrap .card_list .card_box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.card_list_wrap .card_list .card_box .card_image {
  width: 100%;
}
.card_list_wrap .card_list .card_box .card_image a {
  position: relative;
  padding-top: 68%;
  display: block;
}
.card_list_wrap .card_list .card_box .card_image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
.card_list_wrap .card_list .card_box .text_wrap {
  padding: 18px 23px;
  position: relative;
}
.card_list_wrap .card_list .card_box .text_wrap > h4 {
  font-size: 20px;
  line-height: 1.55em;
  padding-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .card_list_wrap .card_list .card_box .text_wrap > h4 {
    font-size: 4.6vw;
  }
}
.card_list_wrap .card_list .card_box .text_wrap .info_table th, .card_list_wrap .card_list .card_box .text_wrap .info_table td {
  padding: 2px 0;
  line-height: 1.6em;
  font-size: 14px;
}
.card_list_wrap .card_list .card_box .text_wrap .info_table th {
  white-space: nowrap;
  width: 6em;
}
.card_list_wrap .card_list .card_box .text_wrap .info_table td .price {
  font-size: 22px;
  color: #c01428;
}
.card_list_wrap .card_list .card_box .text_wrap p {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
  padding-top: 5px;
}
.card_list_wrap .card_list .card_box .btn_wrap a {
  text-align: center;
  font-size: 16px;
  padding: 15px 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .card_list_wrap .card_list .card_box .btn_wrap a {
    padding: 10px 8px;
  }
}
.card_list_wrap .card_list .category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 7px;
}
.card_list_wrap .card_list .category_list li {
  min-width: 32%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  padding: 3px 0.57em;
}
@media screen and (max-width: 767px) {
  .card_list_wrap .card_list .category_list li {
    min-width: auto;
  }
}
.card_list_wrap .card_list .category_list.news_category li {
  background: #579b51;
  color: #fff;
}
.card_list_wrap .card_list .category_list.company_category li {
  border: 1px solid #4292d2;
  color: #4292d2;
}
.card_list_wrap.company_list .btn_wrap a {
  background: #2e78b3;
  color: #fff;
}
.card_list_wrap.company_list .btn_wrap a + a {
  background: #4292d2;
}
.card_list_wrap.company_list .btn_wrap a:hover {
  opacity: 0.9;
}
.card_list_wrap.company_list .card_box .text_wrap::before, .card_list_wrap.company_list .card_box .text_wrap::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #75a6cd;
}
.card_list_wrap.company_list .card_box .text_wrap::before {
  left: 0;
}
.card_list_wrap.company_list .card_box .text_wrap::after {
  right: 0;
}
.card_list_wrap.company_list .card_box .card_image a {
  padding-top: 61%;
}
.card_list_wrap.property_list .card_list .card_box {
  border: 1px solid #91be8e;
}

/* home / news */
.title_menu_wrap {
  display: flex;
  border-bottom: 1px solid #c01428;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .title_menu_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .title_menu_wrap {
    margin-bottom: 15px;
  }
}
.title_menu_wrap .title_wrap {
  padding: 4px 10px 5px 10px;
}
@media screen and (max-width: 1200px) {
  .title_menu_wrap .title_wrap {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.title_menu_wrap .title_wrap .flex {
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .title_menu_wrap .title_wrap .flex {
    justify-content: center;
  }
}
.title_menu_wrap .title_wrap h3 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .title_menu_wrap .title_wrap h3 {
    font-size: 6vw;
  }
}
.title_menu_wrap .title_wrap span {
  font-size: 14px;
  color: #c01428;
  display: inline-block;
  padding-left: 15px;
}
.title_menu_wrap .menu_wrap {
  margin-left: auto;
  border-right: 1px solid #c01428;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .title_menu_wrap .menu_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .title_menu_wrap .menu_wrap > .flex {
    flex-wrap: wrap;
  }
}
.title_menu_wrap .menu_wrap li {
  border: 1px solid #c01428;
  border-right: 0;
  border-bottom: 0;
  padding: 17px 10px 13px;
  text-align: center;
  width: 20%;
  color: #c01428;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .title_menu_wrap .menu_wrap li {
    width: auto;
    min-width: 33.33%;
    flex-grow: 1;
    padding: 12px 5px 10px;
  }
}
.title_menu_wrap .menu_wrap li:hover {
  background: #f6f6f6;
}
.title_menu_wrap .menu_wrap li.active {
  background: #c01428;
  color: #fff;
}

.home_news_wrap {
  width: 1200px;
  padding: 120px 0 90px;
}
@media screen and (max-width: 767px) {
  .home_news_wrap {
    padding: 50px 0 60px;
  }
}
.home_news_wrap #news02,
.home_news_wrap #news03,
.home_news_wrap #news04,
.home_news_wrap #news04 {
  display: none;
}

/* news / list */
.news_list > li {
  position: relative;
}
.news_list > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #8d8d8d;
}
.news_list > li a {
  display: flex;
  align-items: center;
  padding: 23px 15px;
}
@media screen and (max-width: 767px) {
  .news_list > li a {
    padding: 15px 0;
    flex-wrap: wrap;
  }
}
.news_list > li a:hover {
  background: #f6f6f6;
}
.news_list > li a:hover p {
  text-decoration: underline;
}
.news_list > li a > time {
  color: #222;
  font-size: 16px;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .news_list > li a > time {
    width: 6.3em;
  }
}
.news_list > li a > .category_icon {
  width: 7em;
}
.news_list > li a .category_icon {
  border: 1px solid #c01428;
  padding: 3px 5px;
  color: #c01428;
  font-size: 14px;
  width: 7em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}
.news_list > li a .time_icon {
  width: 6.5em;
}
@media screen and (max-width: 767px) {
  .news_list > li a .time_icon {
    order: 2;
  }
}
.news_list > li a .time_icon .category_icon {
  display: block;
  width: 100%;
  padding: 2px 5px;
}
.news_list > li a .time_icon time {
  color: #222;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding-bottom: 3px;
  display: block;
}
.news_list > li a .news_image {
  width: 20%;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .news_list > li a .news_image {
    width: 30%;
    order: 1;
    padding: 0 1.5em 0 0;
  }
}
.news_list > li a p {
  color: #222;
  font-size: 16px;
  width: 80%;
  padding-left: 2em;
}
.news_list > li a p.news_list_text {
  padding-left: 1.5em;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .news_list > li a p.news_list_text {
    padding-left: 0;
    padding-top: 13px;
    width: 100%;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .news_list > li a p {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.news_btn_wrap {
  text-align: center;
  padding: 43px 0 0 0;
}
@media screen and (max-width: 767px) {
  .news_btn_wrap {
    padding: 25px 0 0 0;
  }
}
.news_btn_wrap a {
  display: inline-block;
  text-align: center;
  background: #c01428;
  color: #fff;
  font-size: 18px;
  border-radius: 100px;
  min-width: 50%;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .news_btn_wrap a {
    min-width: 60%;
    padding: 10px;
  }
}
.news_btn_wrap a:hover {
  opacity: 0.9;
}

/* home / useful */
.home_useful_wrap {
  overflow: hidden;
}
.home_useful_wrap .wrap {
  width: 1200px;
  padding: 90px 0 50px;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .wrap {
    padding: 50px 0 30px;
  }
}
.home_useful_wrap .title_wrap {
  text-align: center;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .title_wrap {
    padding-bottom: 35px;
  }
}
.home_useful_wrap .title_wrap > p {
  font-size: 20px;
  line-height: 1.6em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .title_wrap > p {
    font-size: 18px;
  }
}
.home_useful_wrap .title_wrap .title_inner {
  position: relative;
  padding: 10px 8% 12px;
  background: #edcbcf;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .title_wrap .title_inner {
    padding: 6px 4% 8px;
  }
}
.home_useful_wrap .title_wrap .title_inner h3 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .title_wrap .title_inner h3 {
    font-size: 5.5vw;
  }
}
.home_useful_wrap .title_wrap .title_inner span {
  position: absolute;
  bottom: 0;
}
.home_useful_wrap .title_wrap .title_inner span.kazari_left {
  right: 100%;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .title_wrap .title_inner span.kazari_left {
    width: 40vw;
  }
}
.home_useful_wrap .title_wrap .title_inner span.kazari_right {
  left: 100%;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .title_wrap .title_inner span.kazari_right {
    left: 98%;
    width: 40vw;
  }
}
.home_useful_wrap .useful_list {
  flex-wrap: wrap;
  gap: 3%;
}
.home_useful_wrap .useful_list .useful_box {
  width: 31.333%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .useful_list .useful_box {
    width: 48.5%;
  }
}
.home_useful_wrap .useful_list .useful_box a {
  display: block;
}
.home_useful_wrap .useful_list .useful_box a:hover img {
  opacity: 0.9;
}
.home_useful_wrap .useful_list .useful_box a figure {
  padding-bottom: 5px;
}
.home_useful_wrap .useful_list .useful_box a figure img {
  border-radius: 6px;
  border: 4px solid #fff;
}
.home_useful_wrap .useful_list .useful_box a h4 {
  color: #c01428;
  font-size: 26px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .useful_list .useful_box a h4 {
    font-size: 5vw;
    padding: 5px 0 7px;
  }
}
.home_useful_wrap .useful_list .useful_box a p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home_useful_wrap .useful_list .useful_box a p {
    font-size: 15px;
    line-height: 1.65em;
  }
}

/* footer */
footer .wrap {
  width: 1300px;
  padding: 75px 0 60px;
  max-width: 86%;
}
@media screen and (max-width: 767px) {
  footer .wrap {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  footer .wrap > .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer_left {
    order: 2;
    width: 100%;
  }
}
footer .footer_left .inner {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_left .inner > * {
  width: 100%;
}
footer .footer_left .info_wrap {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer_left .info_wrap {
    order: 2;
    padding-bottom: 0;
  }
}
footer .footer_left .info_wrap * {
  color: #fff;
  letter-spacing: 0.08em;
}
footer .footer_left .info_wrap .logo {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_left .info_wrap .logo {
    text-align: center;
    padding-bottom: 10px;
  }
  footer .footer_left .info_wrap .logo img {
    max-width: 60%;
  }
}
footer .footer_left .info_wrap strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  footer .footer_left .info_wrap strong {
    text-align: center;
    padding-bottom: 3px;
  }
}
footer .footer_left .info_wrap p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .footer_left .info_wrap p {
    text-align: center;
    font-size: 15px;
  }
}
footer .footer_left .contact_wrap * {
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  footer .footer_left .contact_wrap {
    order: 1;
    background: #9a0718;
    padding: 10px 5%;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .footer_left .contact_wrap strong {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  footer .footer_left .contact_wrap strong {
    font-size: 16px;
  }
  footer .footer_left .contact_wrap strong::before {
    content: "［ ";
  }
  footer .footer_left .contact_wrap strong::after {
    content: " ］";
  }
}
footer .footer_left .contact_wrap .call_btn {
  font-size: 36px;
  line-height: 1.1em;
}
@media screen and (max-width: 767px) {
  footer .footer_left .contact_wrap .call_btn {
    font-size: 7.5vw;
  }
}
footer .footer_right {
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 1100px) {
  footer .footer_right {
    order: 1;
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_right {
    padding-bottom: 10px;
  }
}
footer .footer_right .footer_menu {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer_right .footer_menu {
    flex-wrap: wrap;
    gap: 0;
  }
}
footer .footer_right .footer_menu a {
  color: #fff;
  font-size: 16px;
  line-height: 1.55em;
}
@media screen and (max-width: 767px) {
  footer .footer_right .footer_menu > ul {
    width: 100%;
    margin-bottom: 15px;
  }
}
footer .footer_right .footer_menu > ul > li > a {
  display: block;
  padding: 7px 5px 5px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  min-width: 12em;
  margin-bottom: 15px;
}
footer .footer_right .footer_menu > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  footer .footer_right .footer_menu > ul > li ul li {
    padding-left: 15px;
  }
}
footer .footer_right .footer_menu > ul > li ul li a {
  display: inline-block;
  position: relative;
  padding: 7px 0 7px 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_right .footer_menu > ul > li ul li a {
    display: block;
    padding: 5px 0 5px 21px;
  }
}
footer .footer_right .footer_menu > ul > li ul li a:hover {
  opacity: 0.9;
}
footer .footer_right .footer_menu > ul > li ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 10px;
  border: 2px solid #e47280;
  border-top: 0;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_right .footer_menu > ul > li ul li a::before {
    top: 8px;
  }
}
footer .copy {
  text-align: center;
  font-size: 14px;
  background: #9a0718;
  padding: 12px 10px 10px;
  line-height: 1.6em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* 一覧ページ */
.search_title {
  font-size: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}

.list_wrap .wrap {
  width: 1200px;
  padding: 60px 0;
}
.list_wrap.search_list .wrap {
  width: 1300px;
}

.pager_wrap {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .pager_wrap {
    padding: 25px 0;
  }
}
.pager_wrap .inner {
  display: flex;
  justify-content: center;
}
.pager_wrap .inner > * {
  border: 1px solid #989898;
  padding: 8px 5px 7px 5px;
  color: #363636;
  min-width: 2.8em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pager_wrap .inner > * {
    min-width: 2.2em;
    font-size: 15px;
    padding: 7px 5px 6px 5px;
  }
}
.pager_wrap .inner > *:hover {
  background: #f6f6f6;
}
.pager_wrap .inner > * + * {
  border-left: 0;
}
.pager_wrap .inner > *.avtive {
  background: #717171;
  color: #fff;
}

/* 一覧ページ / title */
.listpage_title_wrap {
  background: url("../image/index/bg_blue_stripe.gif");
  padding: 27px 5% 22px;
  text-align: center;
}
.listpage_title_wrap h2 {
  display: inline-block;
  padding-left: 55px;
  position: relative;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .listpage_title_wrap h2 {
    font-size: 6vw;
  }
}
.listpage_title_wrap h2.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.listpage_title_wrap h2.icon_house::before {
  background: url(../image/company/icon_title.png) no-repeat;
  width: 44px;
  height: 49px;
}

/* 一覧ページ / エリア・カテゴリ検索 */
.search_selects_wrap .wrap {
  width: 1020px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .search_selects_wrap .wrap {
    padding: 30px 0;
  }
}
.search_selects_wrap .search_select_title {
  font-size: 20px;
  padding-bottom: 10px;
}
.search_selects_wrap .submit_wrap {
  text-align: center;
  padding: 10px 0;
}
.search_selects_wrap .submit_wrap .submit_btn {
  min-width: 33%;
}

.serch_selct_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-bottom: 15px;
}
.serch_selct_btns .btn_box {
  width: 24.25%;
  margin-bottom: 7px;
}
@media screen and (max-width: 820px) {
  .serch_selct_btns .btn_box {
    width: 32.666%;
  }
}
@media screen and (max-width: 767px) {
  .serch_selct_btns .btn_box {
    width: 49.5%;
  }
}
.serch_selct_btns .btn_box input {
  display: none;
}
.serch_selct_btns .btn_box a,
.serch_selct_btns .btn_box label {
  display: block;
  background: #fff;
  text-align: center;
  padding: 5px 5px 4px 5px;
  font-size: 15px;
  color: #444444;
  cursor: pointer;
  height: 100%;
}
.serch_selct_btns .btn_box a:hover,
.serch_selct_btns .btn_box label:hover {
  background: #86c9ff;
}
.serch_selct_btns .btn_box a.active,
.serch_selct_btns .btn_box label.active {
  background: #4292d2;
  color: #fff;
}
.serch_selct_btns .btn_box input:checked + label {
  background: #4292d2;
  color: #fff;
}

.submit_btn {
  position: relative;
  padding: 10px 20px;
  background: #363636;
  border-radius: 6px;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.submit_btn:hover {
  background: #444;
}
.submit_btn span {
  color: #fff;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.submit_btn span::before {
  content: "";
  width: 17px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/company/icon_search.png) no-repeat;
}

.search_text_wrap.wrap {
  padding: 40px 0;
  width: 1020px;
}
@media screen and (max-width: 767px) {
  .search_text_wrap.wrap {
    padding: 20px 0;
  }
}
.search_text_wrap .flex {
  width: 100%;
  gap: 1.3%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search_text_wrap .flex {
    flex-wrap: wrap;
  }
}
.search_text_wrap .flex > * {
  flex-grow: 1;
}
.search_text_wrap .flex > * > * {
  display: block;
  width: 100%;
}
.search_text_wrap .flex .title_wrap {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0 0.3em 0 0;
  justify-content: end;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .search_text_wrap .flex .title_wrap {
    width: 100%;
    justify-content: left;
    display: block;
    padding-bottom: 10px;
  }
}
.search_text_wrap .flex .search_text {
  border: 0;
  padding: 5px 20px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .search_text_wrap .flex .search_text {
    width: 100%;
    padding: 10px 1em;
  }
}
.search_text_wrap .flex .submit_wrap {
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .search_text_wrap .flex .submit_wrap {
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .search_text_wrap .flex .submit_wrap .submit_btn {
    display: inline-block;
    width: auto;
  }
}

/* 検索結果表示枠 */
.search_result_title_wrap {
  border-top: 1px solid #4292d2;
  display: flex;
  justify-content: center;
  text-align: center;
}
.search_result_title_wrap .inner {
  position: relative;
  border: 1px solid #4292d2;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
  padding: 0 22px 15px;
  min-width: 520px;
  max-width: 90%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .search_result_title_wrap .inner {
    min-width: auto;
    padding: 0 15px 10px;
  }
}
.search_result_title_wrap .inner .sub_title {
  position: absolute;
  margin: auto;
  bottom: 100%;
  background: #4292d2;
  color: #fff669;
  display: inline-block;
  padding: 5px 25px 3px;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.search_result_title_wrap .inner .search_result_title {
  padding: 10px;
  background: #fff;
  font-size: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search_result_title_wrap .inner .search_result_title {
    font-size: 4.5vw;
    padding: 7px 10px;
  }
}

/* 一覧表示 / 横レイアウト */
.list_box_wrap {
  margin-bottom: 20px;
}
.list_box_wrap .list_box {
  border-bottom: 1px solid #2e78b3;
  padding: 30px 0;
}
.list_box_wrap .list_box:nth-child(1) {
  padding-top: 0;
}
.list_box_wrap .list_box .flex {
  align-items: center;
}
@media screen and (max-width: 820px) {
  .list_box_wrap .list_box .flex {
    flex-wrap: wrap;
  }
}
.list_box_wrap .list_box .flex .image_wrap {
  width: 18%;
  padding-right: 22px;
  min-width: 200px;
}
@media screen and (max-width: 820px) {
  .list_box_wrap .list_box .flex .image_wrap {
    width: 24%;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .list_box_wrap .list_box .flex .image_wrap {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .list_box_wrap .list_box .flex .image_wrap img {
    max-width: 70%;
  }
}
.list_box_wrap .list_box .flex .image_wrap + .text_wrap {
  width: 62%;
}
@media screen and (max-width: 820px) {
  .list_box_wrap .list_box .flex .image_wrap + .text_wrap {
    width: 76%;
  }
}
@media screen and (max-width: 767px) {
  .list_box_wrap .list_box .flex .image_wrap + .text_wrap {
    width: 100%;
    padding-top: 15px;
  }
}
.list_box_wrap .list_box .flex .text_wrap {
  padding-left: 7px;
}
.list_box_wrap .list_box .flex .text_wrap strong.name {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 7px;
}
.list_box_wrap .list_box .flex .text_wrap > dl {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.list_box_wrap .list_box .flex .text_wrap > dl dt {
  color: #fff;
  font-size: 12px;
  background: #4292d2;
  padding: 2px 8px;
}
.list_box_wrap .list_box .flex .text_wrap > dl dd {
  font-size: 14px;
  padding-left: 10px;
}
.list_box_wrap .list_box .flex .text_wrap > p {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
.list_box_wrap .list_box .flex .btn_wrap {
  width: 20%;
  padding: 0 30px;
  min-width: 200px;
}
@media screen and (max-width: 820px) {
  .list_box_wrap .list_box .flex .btn_wrap {
    padding: 15px 0 0 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .list_box_wrap .list_box .flex .btn_wrap {
    margin: 0 auto;
  }
}
.list_box_wrap .list_box .flex .btn_wrap a {
  display: block;
  text-align: center;
  background: #4292d2;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .list_box_wrap .list_box .flex .btn_wrap a {
    padding: 7px;
  }
}
.list_box_wrap .list_box .flex .btn_wrap a:hover {
  opacity: 0.9;
}

/* 詳細 / FV */
.info_fv_wrap .wrap {
  width: 1200px;
  padding: 60px 0;
}
.info_fv_wrap .wrap.wrap_980 {
  width: 980px;
}
.info_fv_wrap .wrap.property_info_wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .info_fv_wrap .wrap {
    padding: 40px 0;
  }
}
.info_fv_wrap .wrap .main_image {
  text-align: center;
}
.info_fv_wrap .wrap .list_box_wrap {
  margin-bottom: 0;
}
.info_fv_wrap .wrap .list_box_wrap .list_box {
  padding: 30px 0 0 0;
  border-bottom: 0;
}

/* 詳細 / テーブル・その他 */
.info_main_wrap {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap {
    padding: 30px 0 70px;
  }
}
.info_main_wrap .info_table {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_table {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_table table {
    display: block;
  }
  .info_main_wrap .info_table table tbody,
  .info_main_wrap .info_table table tr,
  .info_main_wrap .info_table table th,
  .info_main_wrap .info_table table td {
    display: block;
  }
}
.info_main_wrap .info_table table th, .info_main_wrap .info_table table td {
  padding: 15px 30px;
  border: 1px solid #539cd6;
  font-size: 16px;
  line-height: 1.6em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_table table th, .info_main_wrap .info_table table td {
    padding: 10px 20px;
  }
}
.info_main_wrap .info_table table th {
  font-weight: bold;
  width: 23%;
  background: #deecf0;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_table table th {
    width: 100%;
    border-bottom: 0;
  }
}
.info_main_wrap .info_table table td {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_table table td {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_table table tr:last-child td {
    border-bottom: 1px solid #539cd6;
  }
}
.info_main_wrap .info_images {
  margin-bottom: 50px;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_images {
    margin-bottom: 30px;
  }
}
.info_main_wrap .info_images .image_box {
  width: 48.5%;
}
.info_main_wrap .point_wrap {
  margin-bottom: 30px;
}
.info_main_wrap .point_wrap .point_box {
  background: url(../image/index/bg_green_stripe.gif);
  border-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border: 2px solid #90c534;
  padding: 20px;
}
.info_main_wrap .point_wrap .point_box + .point_box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .point_wrap .point_box + .point_box {
    margin-top: 18px;
  }
}
.info_main_wrap .point_wrap .point_box .flex {
  align-items: center;
}
.info_main_wrap .point_wrap .point_box .flex .title_wrap {
  min-width: 90px;
}
.info_main_wrap .point_wrap .point_box .flex .text_wrap p {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .point_wrap .point_box .flex .text_wrap p {
    font-size: 16px;
  }
}
.info_main_wrap .info_text_wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_text_wrap {
    padding-bottom: 30px;
  }
}
.info_main_wrap .info_text_wrap .info_text_box {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_text_wrap .info_text_box {
    padding-top: 20px;
  }
}
.info_main_wrap .info_text_wrap .info_text_box .title_wrap {
  margin-top: 10px;
  text-align: center;
  background: url(../image/company/pen_bg.png) no-repeat center top;
}
.info_main_wrap .info_text_wrap .info_text_box .title_wrap h3 {
  font-size: 28px;
  padding: 0 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_text_wrap .info_text_box .title_wrap h3 {
    font-size: 22px;
  }
}
.info_main_wrap .info_text_wrap .info_text_box .text_wrap p {
  font-size: 16px;
  line-height: 2.3em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_text_wrap .info_text_box .text_wrap p {
    font-size: 15px;
    line-height: 1.9em;
  }
}
.info_main_wrap .info_free_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_free_wrap {
    margin-bottom: 30px;
  }
}
.info_main_wrap .info_map_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_map_wrap {
    margin-bottom: 30px;
  }
}
.info_main_wrap .info_map_wrap iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_map_wrap iframe {
    height: 300px;
  }
}
.info_main_wrap .info_btns_wrap {
  display: flex;
  justify-content: center;
  gap: 2%;
}
.info_main_wrap .info_btns_wrap a {
  display: block;
  background: #363636;
  border: 1px solid #363636;
  color: #fff;
  padding: 25px 1em;
  border-radius: 6px;
  min-width: 28%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .info_main_wrap .info_btns_wrap a {
    font-size: 18px;
    padding: 20px 1em;
  }
}
.info_main_wrap .info_btns_wrap a:hover {
  opacity: 0.9;
}
.info_main_wrap .info_btns_wrap a.white_btn {
  background: #fff;
  color: #222;
}
.info_main_wrap .info_btns_wrap a.white_btn:hover {
  background: #f5f5f5;
}

.info_more_wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .info_more_wrap {
    padding-bottom: 60px;
  }
}
.info_more_wrap .company_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .info_more_wrap .company_list {
    margin-bottom: 30px;
  }
}

/* news */
.news_outer {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .news_outer {
    padding: 40px 0;
  }
}
.news_outer .title_menu_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news_outer .title_menu_wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .news_layout {
    flex-wrap: wrap;
  }
}
.news_layout .news_left {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .news_layout .news_left {
    width: 100%;
  }
}
.news_layout .news_left .news_list li a {
  padding: 15px;
}
.news_layout .news_left .pager_wrap {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .news_layout .news_left .pager_wrap {
    padding: 25px 0;
  }
}
.news_layout .side_wrap {
  width: 23%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news_layout .side_wrap {
    width: 100%;
    padding-top: 20px;
  }
}
.news_layout .side_wrap .side_title {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: bold;
}
.news_layout .side_wrap .side_menu li {
  border: 1px solid #c6293b;
  border-top: 0;
}
.news_layout .side_wrap .side_menu li a {
  color: #c01428;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 8px 15px;
}
.news_layout .side_wrap .side_menu li a:hover {
  background: #f6f6f6;
}
.news_layout .side_wrap .side_menu + .side_title {
  margin-top: 30px;
}

.news_title {
  display: flex;
  align-items: center;
  padding: 5px 0 15px 12px;
  border-bottom: 1px dashed #8d8d8d;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .news_title {
    flex-wrap: wrap;
    padding: 5px 0 10px 0;
  }
}
.news_title > time {
  color: #222;
  font-size: 16px;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .news_title > time {
    width: 6.3em;
  }
}
.news_title .category_icon {
  width: 7em;
  border: 1px solid #c01428;
  padding: 3px 5px;
  color: #c01428;
  font-size: 14px;
  width: 7em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news_title .category_icon {
    padding: 1px 5px;
  }
}
.news_title .news_title_text {
  width: 80%;
  font-weight: bold;
  font-size: 24px;
  padding-left: 0.8em;
}
@media screen and (max-width: 900px) {
  .news_title .news_title_text {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .news_title .news_title_text {
    padding: 5px 0 0 0;
    font-size: 18px;
  }
}

.news_image_wrap {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_image_wrap {
    margin-bottom: 20px;
  }
}

.news_text_wrap {
  font-weight: normal;
  font-size: 16px;
  line-height: 2.4em;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_text_wrap {
    line-height: 2em;
    padding-bottom: 25px;
  }
}

.back_btn {
  text-align: center;
  padding-bottom: 40px;
}
.back_btn a {
  display: inline-block;
  padding: 15px 1em;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  min-width: 40%;
}
.back_btn a:hover {
  opacity: 0.9;
}

/* Yes my lifeとは? */
.about_fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_fv {
    overflow: hidden;
  }
}
.about_fv .image_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about_fv .image_wrap {
    position: relative;
    padding-top: 50%;
  }
  .about_fv .image_wrap img {
    position: absolute;
    bottom: 0;
    right: 0;
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
    height: 110%;
  }
}
.about_fv .wrap {
  position: relative;
  z-index: 10;
  width: 1260px;
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .about_fv .wrap {
    padding: 25px 0 30px;
  }
}
.about_fv .wrap h2 {
  padding-bottom: 20px;
}
.about_fv .wrap p {
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.06em;
  text-shadow: 0 0 5px #dde5ec, 0 0 5px #dde5ec, 0 0 5px #dde5ec, 0 0 3px #dde5ec, 0 0 3px #dde5ec;
}
@media screen and (max-width: 767px) {
  .about_fv .wrap p {
    text-align: center;
    text-shadow: none;
  }
}

.about_outer {
  padding: 0 0 50px 0;
}

.about_contents {
  padding: 85px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .about_contents {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .about_contents {
    padding: 60px 0 40px;
  }
}
.about_contents + .about_contents::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../image/about/line.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .about_contents::after {
    content: "";
    width: 100%;
    height: 10px;
    background: url(../image/about/line.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.about_contents .flex {
  align-items: center;
}
@media screen and (max-width: 900px) {
  .about_contents .flex {
    flex-wrap: wrap;
  }
}
.about_contents .text_wrap {
  width: 48%;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .about_contents .text_wrap {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.about_contents .text_wrap .about_num {
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .about_contents .text_wrap .about_num {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about_contents .text_wrap .about_num {
    padding-bottom: 20px;
  }
  .about_contents .text_wrap .about_num img {
    max-width: 26%;
  }
}
.about_contents .text_wrap h3 {
  font-size: 38px;
  line-height: 1.3em;
  padding-bottom: 13px;
}
@media screen and (max-width: 1070px) {
  .about_contents .text_wrap h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  .about_contents .text_wrap h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about_contents .text_wrap h3 {
    font-size: 6vw;
  }
}
.about_contents .text_wrap p {
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 980px) {
  .about_contents .text_wrap p .sp_none {
    display: none;
  }
}
.about_contents .image_wrap {
  text-align: right;
  margin-left: auto;
  width: 52%;
}
@media screen and (max-width: 900px) {
  .about_contents .image_wrap {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about_contents .image_wrap img {
    max-width: 80%;
  }
}

/* 物件お問い合わせ / title */
.listpage_title_wrap.title_property {
  background: url("../image/index/bg_green_strip_deep.gif");
}
.listpage_title_wrap h2 {
  display: inline-block;
  padding-left: 55px;
  position: relative;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .listpage_title_wrap h2 {
    font-size: 6vw;
  }
}
.listpage_title_wrap h2.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.listpage_title_wrap h2.icon_house::before {
  background: url(../image/company/icon_title.png) no-repeat;
  width: 44px;
  height: 49px;
}
.listpage_title_wrap h2.icon_property {
  padding-left: 66px;
}
.listpage_title_wrap h2.icon_property::before {
  background: url(../image/property/icon_title.png) no-repeat;
  width: 56px;
  height: 50px;
}

/* 物件お問い合わせ / info */
.property_info {
  background: #ffffd8;
  border-radius: 6px;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .property_info {
    padding: 15px 20px;
  }
}
.property_info p {
  font-weight: 400;
  text-align: left;
}

.property_contact_name {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}

.property_contact_table {
  width: 100%;
}
.property_contact_table tr {
  border-bottom: 1px solid #e0f0de;
}
.property_contact_table th, .property_contact_table td {
  padding: 10px 20px 8px;
  line-height: 1.55em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .property_contact_table th, .property_contact_table td {
    padding: 10px 10px 8px;
  }
}
.property_contact_table th {
  background: #579b51;
  color: #fff;
  text-align: center;
  width: 22%;
}
@media (max-width: 767px) {
  .property_contact_table th {
    width: 25%;
  }
}
.property_contact_table td {
  background: #fff;
}

.property_form_title {
  text-align: center;
  border-top: 1px solid #579b51;
}
.property_form_title span {
  display: inline-block;
  background: #579b51;
  color: #fff;
  padding: 6px 1.5em;
  text-align: center;
  min-width: 20%;
  border-radius: 100px;
  transform: translateY(-50%);
}

.property_form_wrap {
  padding: 20px 0 80px;
}

/*** フォーム：テーブル ***/
.form_table * {
  font-weight: 500;
}
.form_table > tbody > tr {
  border-bottom: 1px dashed #ccc;
}
.form_table > tbody > tr:last-child {
  border-bottom: 0;
}
.form_table > tbody > tr th, .form_table > tbody > tr td {
  padding: 1.8em 0;
  vertical-align: middle;
}
.form_table > tbody > tr > th {
  width: 38%;
  padding-right: 30px;
  padding-left: 60px;
  position: relative;
}
.form_table > tbody > tr > th::before {
  content: "任意";
  position: absolute;
  display: inline-block;
  background: #B3B3B3;
  color: #FFFFFF;
  padding: 0.4em 0.8em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1.1em;
}
.form_table > tbody > tr > th.hissu::before {
  content: "必須";
  background: #b70000;
}
.form_table > tbody > tr > th span {
  font-size: 12px;
}
.form_table > tbody > tr > td {
  width: 62%;
}
.form_table > tbody > tr .form_add_title {
  display: block;
  padding-bottom: 5px;
}
.form_table > tbody > tr * + .form_add_title {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .form_table {
    display: block;
  }
  .form_table > tbody,
  .form_table > tbody > tr,
  .form_table > tbody > tr > th,
  .form_table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .form_table > tbody > tr {
    margin-bottom: 15px;
  }
  .form_table > tbody > tr > th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-weight: bold;
  }
  .form_table > tbody > tr > td {
    padding-top: 0;
  }
}

/*** form / 必須・任意、テキスト ***/
.form_table .doui {
  text-align: center;
  padding: 25px 0;
}
.form_table .doui .hissu {
  padding: 0.5em 0.8em 0.4em;
  display: inline-block;
  font-size: 12px;
  line-height: 1.1em;
  background: #b70000;
  color: #FFFFFF;
}
.form_table .doui p {
  padding: 0.6em 0;
}
.form_table .doui a {
  display: inline-block;
  color: #0085b6;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.form_table .form_sub {
  padding-top: 0.8em;
}
.form_table .form_sub span {
  color: #0085b6;
}

.kakunin .form_table .form_sub,
.thanks .form_table .form_sub {
  display: none;
}

/*** form：テーブル：インプット ***/
.form_table select,
.form_table textarea,
.form_table input[type=text],
.form_table input[type=email] {
  max-width: 100% !important;
  width: 100%;
  padding: 8px 13px;
  border: 1px solid #666666;
  border-radius: 0.4em;
  font-size: 16px;
}
.form_table select.half,
.form_table textarea.half,
.form_table input[type=text].half,
.form_table input[type=email].half {
  width: 50%;
}
.form_table input[type=checkbox] {
  max-width: 100% !important;
}
.form_table label {
  cursor: pointer;
}
.form_table li {
  width: 50%;
}
.form_table li + li {
  width: 47%;
  margin-left: 3%;
}
.form_table .checkbox {
  width: 45%;
  display: inline-block;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .form_table .checkbox {
    width: 100%;
    padding: 3px 0;
  }
}
.form_table .form_name li {
  position: relative;
  padding-left: 2.3em;
}

.mw_wp_form .error {
  padding-top: 0.3em;
}
.mw_wp_form .form_table .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 0 !important;
}

/*** form / table input layout ***/
.form_name .form_name_sei::before {
  content: "姓：";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form_name .form_name_mei::before {
  content: "名：";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.input_hissu {
  background-color: #FFFFFF;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .form_table .form_day li {
    width: 100%;
  }
  .form_table .form_day li + li {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }
  .form_table .checkbox-field {
    width: 95%;
  }
}
/*** フォーム：送信ボタン ***/
.form_btn {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .form_btn {
    padding-top: 10px;
  }
}
.form_btn input[type=submit] {
  background: #579b51;
  padding: 15px 30px;
  font-size: 20px;
  border: none;
  border-bottom: 5px solid #e4e4e4;
  color: #fff;
  cursor: pointer;
  text-align: center;
  min-width: 60%;
}
.form_btn input[type=submit]:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .form_btn input[type=submit] {
    font-size: 17px;
  }
}

.thanks_text {
  padding-bottom: 100px;
  line-height: 2.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks_text {
    padding-bottom: 50px;
    line-height: 2em;
    text-align: left;
  }
}

/*** フォーム：テーブル：同意 ***/
.doui_wrap {
  text-align: center;
  padding: 35px 0 50px;
}
@media (max-width: 767px) {
  .doui_wrap {
    padding: 20px 0 35px;
  }
}
.doui_wrap .hissu {
  padding: 0.5em 0.8em 0.4em;
  display: inline-block;
  font-size: 12px;
  line-height: 1.1em;
  background: #b70000;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.doui_check {
  padding-top: 25px;
}
.doui_check label {
  padding: 0.7em 2.5em;
  display: inline-block;
  background: #e2f4e1;
  border: 3px solid #d6d6d6;
  cursor: pointer;
}
.doui_check label:hover {
  opacity: 0.9;
}

/* form / privacy */
.privacy_wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  border: 1px solid #494948;
  height: 200px;
  overflow: auto;
}
@media (max-width: 767px) {
  .privacy_wrap {
    width: 100%;
  }
}
.privacy_wrap .inner {
  padding: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .privacy_wrap .inner {
    padding: 15px;
  }
}
.privacy_wrap .inner p {
  font-size: 15px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .privacy_wrap .inner p {
    font-size: 14px;
    line-height: 1.6em;
  }
}/*# sourceMappingURL=style.css.map */