main {
  display: block;
}
main .mv_img {
  position: relative;
  z-index: -1;
}
main .mv_img .mainvisual {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 1050px) {
  main .mv_img .mainvisual {
    top: 3%;
  }
}
@media (max-width: 768px) {
  main .mv_img .mainvisual {
    top: -3%;
  }
}
@media (max-width: 520px) {
  main .mv_img .mainvisual {
    top: 5%;
  }
}
main .mv_img .mainvisual img {
  width: 52%;
  max-width: 546px;
  height: auto;
  margin: 30px auto 0;
}
@media screen and (max-width: 1200px) {
  main .mv_img .mainvisual img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  main .mv_img .mainvisual img {
    width: 65%;
  }
}
@media (max-width: 520px) {
  main .mv_img .mainvisual img {
    width: 85%;
  }
}
main .slide-wrap {
  position: relative;
}
main .slide-dots {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  main .slide-dots {
    left: 3%;
  }
}
main .slide-dots li {
  display: block;
  margin: 13px 0 0;
}
@media (max-width: 768px) {
  main .slide-dots li {
    margin: 6px 0 0;
  }
}
main .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
main .slide-dots li button::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
}
@media (max-width: 768px) {
  main .slide-dots li button::before {
    width: 15px;
    height: 15px;
  }
}
main .slide-dots li.slick-active button::before {
  background: #fff;
}
main .slide-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media (max-width: 768px) {
  main .slide-dots button {
    width: 15px;
    height: 15px;
    padding: 10px;
  }
}

.top-navigation {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  margin-top: -20px;
}
@media (max-width: 1050px) {
  .top-navigation {
    margin-bottom: 50px;
    margin-top: -15px;
  }
}
.top-navigation li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
@media (max-width: 1050px) {
  .top-navigation li {
    width: 33.3333333333%;
    margin-right: 0;
  }
}
.top-navigation li:last-child {
  margin-right: 0;
}
.top-navigation li a {
  display: block;
  font-size: 1.8em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  height: 100%;
  border: 1px solid #BA041F;
  border-bottom: 5px solid #BA041F;
  padding: 15px 0;
}
@media (max-width: 1050px) {
  .top-navigation li a {
    padding: 10px 0;
  }
}
.top-navigation li a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: sub;
}
@media (max-width: 1050px) {
  .top-navigation li a::before {
    display: block;
    margin: 0 auto 8px;
  }
}
.top-navigation li a.search-icon::before {
  background: url(../images/icon_search-property.png) center no-repeat;
  background-size: 100%;
}
.top-navigation li a.sell-icon::before {
  background: url(../images/icon_sell.png) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1050px) {
  .top-navigation li a.sell-icon p {
    padding-top: 10px;
  }
}
.top-navigation li a.business-icon::before {
  background: url(../images/icon_business.png) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1050px) {
  .top-navigation li a.business-icon p {
    padding-top: 10px;
  }
}
@media (max-width: 1050px) {
  .top-navigation li a {
    line-height: 1.2;
    border-bottom: 1px solid #BA041F;
  }
}

.top-search-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .top-search-wrap {
    margin-bottom: 40px;
  }
}
.top-search-wrap .top-step02-search_wrap {
  display: flex;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn {
  width: calc((100% - 40px) / 3);
  padding: 30px 50px 40px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: url(../images/search_bg.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn.active {
  border: 1px solid #BA041F;
  box-shadow: 0 0 15px #999;
  box-sizing: border-box;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn.check_top_step02_search_btn {
  border: 4px solid #BA041F;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn h2 {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: sub;
  margin-right: 10px;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn h2.area::before {
  background: url(../../common/images/icon_search_area.png) center no-repeat;
  background-size: 100%;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn h2.rosen::before {
  background: url(../../common/images/icon_search_train.png) center no-repeat;
  background-size: 100%;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn h2.gakku::before {
  background: url(../../common/images/icon_search_school.png) center no-repeat;
  background-size: 100%;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn input[type=checkbox] {
  display: none;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn input[type=checkbox] + label::before {
  display: none;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn input[type=checkbox] + label::after {
  display: none;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn input[type=checkbox]:checked ~ .all-check-btn {
  color: #fff;
  background: #BA041F;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn .all-check-btn {
  font-size: 1.6em;
  color: #BA041F;
  font-weight: 500;
  padding: 5px 28px 5px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BA041F;
  background: #fff;
  border-radius: 6px;
  height: 40px;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn .all-check-btn.rosen {
  position: relative;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn .all-check-btn.rosen::before {
  content: "";
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  border-style: solid !important;
  border-color: transparent transparent transparent #CBB500 !important;
  border-width: 0 0 13px 20px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn .all-check-btn.rosen.sotoboline::before {
  border-color: transparent transparent transparent #D54029 !important;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn .all-check-btn.rosen.toganeline::before {
  border-color: transparent transparent transparent #EB5A22 !important;
}
.top-search-wrap .top-step02-search_wrap .top_step02_search_btn .all-check-btn.rosen.keiseiline::before {
  border-color: transparent transparent transparent #008D45 !important;
}
.top-search-wrap .top-step02-specify_wrap {
  display: flex;
}
.top-search-wrap .top-step02-specify_wrap .step02-check {
  width: calc((100% - 40px) / 3);
}
.top-search-wrap .top-step02-specify_wrap .step02-check input[disabled] + label {
  cursor: default;
  opacity: 0.5;
}
.top-search-wrap .top-checkList_wrap {
  background: #F5F5F5;
  padding: 30px;
}
.top-search-wrap .top-checkList_wrap .top-step02-check_wrap.brdr-btm_gray {
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D7D7;
}
.top-search-wrap .top-checkList_wrap .top-step02-check_wrap h3 {
  font-size: 1.6em;
  padding-left: 8px;
  border-left: 3px solid #D7D7D7;
}
.top-search-wrap .top-checkList_wrap .top-step02-check_wrap .top-step02-check__in {
  display: flex;
  flex-wrap: wrap;
}
.top-search-wrap .top-checkList_wrap .top-step02-check_wrap .top-step02-check__in dt {
  display: none;
}
.top-search-wrap .top-checkList_wrap .top-step02-check_wrap .top-step02-check__in .step02-check {
  width: 25%;
}

.top-search-wrap .top-checkList_wrap.schoolCityList .top-step02-check_wrap .top-step02-check__in .step02-check,
.sp-acd-search_open.schoolCityListSp .step02-check{
  font-size: 1.5em;
}
.sp-acd-search_open.schoolCityListSp dd.step02-check{
  margin-left: 18px;
}
dd.step02-check a{
  text-decoration:underline;
}
.top-search-wrap #top-areaList {
  display: none;
}
.top-search-wrap #top-areaList.active {
  display: block;
}
.top-search-wrap #top-rosenList {
  display: none;
}
.top-search-wrap #top-rosenList.active {
  display: block;
}
.top-search-wrap #top-gakkuList {
  display: none;
}
.top-search-wrap #top-gakkuList.active {
  display: block;
}
.top-search-wrap #top-submit[disabled] {
  background: #999999;
}
.top-search-wrap .search_keyword_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px dashed #D7D7D7;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 1050px) {
  .top-search-wrap .search_keyword_wrap {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.top-search-wrap .search_keyword_wrap p {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  width: 20%;
}
@media (max-width: 1050px) {
  .top-search-wrap .search_keyword_wrap p {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
}
.top-search-wrap .search_keyword_wrap .input-field {
  width: 80%;
  position: relative;
}
@media (max-width: 1050px) {
  .top-search-wrap .search_keyword_wrap .input-field {
    width: 100%;
  }
}
.top-search-wrap .search_keyword_wrap .input-field input[type=text] {
  height: 50px;
  width: 100%;
  font-size: 1.5em;
  padding: 0 20px;
  border-radius: 500px;
  border: none;
  box-shadow: 0 0 0 1px #BBBBBB inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.top-search-wrap .search_keyword_wrap .input-field input[type=text]:focus {
  outline: 0;
  color: #333;
  box-shadow: 0 0 0 1px #BBBBBB inset;
}
.top-search-wrap .search_keyword_wrap .input-field input[type=submit] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #999999;
  border-radius: 500px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-search-wrap .search_keyword_wrap .input-field input[type=submit]:hover {
  opacity: 0.6;
}
.top-search-wrap .search_keyword_wrap .input-field input[type=submit].glass {
  color: #fff;
  font-size: 2.3em;
}
.top-search-wrap .search_keyword_wrap .input-field input[type=submit].glass.active {
  background-color: #BA041F;
}

.news-wrap {
  background-color: #F5F7FA;
  margin-bottom: 80px;
  padding: 80px 0;
}
@media (max-width: 1050px) {
  .news-wrap {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.news-wrap ul {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .news-wrap ul {
    width: 100%;
  }
}
.news-wrap ul li {
  font-size: 1.5em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.news-wrap ul li:last-child {
  margin-bottom: 0;
}
.news-wrap ul li .date span {
  font-size: 0.9em;
  color: #fff;
  background: #8FB1CB;
  border-radius: 200px;
  padding: 4px 25px;
  margin: 0 20px;
}
@media (min-width: 1051px) {
  .news-wrap ul li .desc {
    max-width: 403px;
  }
}
@media (max-width: 1050px) {
  .news-wrap ul li .date {
    width: 100%;
    margin-bottom: 8px;
  }
}

.banner-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .banner-wrap {
    margin-bottom: 40px;
  }
}
.banner-wrap a:hover {
  opacity: 0.8;
}

.new-flyer-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .new-flyer-wrap {
    margin-bottom: 40px;
  }
}
.new-flyer-wrap .pdf-wrap {
  display: flex;
  flex-wrap: wrap;
}
.new-flyer-wrap .pdf-wrap li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.new-flyer-wrap .pdf-wrap li:last-child {
  margin-right: 0;
}
@media (max-width: 1050px) {
  .new-flyer-wrap .pdf-wrap li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .new-flyer-wrap .pdf-wrap li:nth-child(odd) {
    margin-right: 20px;
  }
}
.new-flyer-wrap .pdf-wrap li a {
  display: block;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.new-flyer-wrap .pdf-wrap li a:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.new-flyer-wrap .pdf-wrap li a .pdf-ttl {
  display: flex;
  padding: 20px 12px 15px;
}
@media (max-width: 1050px) {
  .new-flyer-wrap .pdf-wrap li a .pdf-ttl {
    padding: 13px 0 7px;
  }
}
.new-flyer-wrap .pdf-wrap li a .pdf-ttl .icon {
  background: url(../../common/images/icon_pdf.png) center no-repeat;
  background-size: 100%;
  width: 26px;
  height: 34px;
  margin-right: 15px;
}
.new-flyer-wrap .pdf-wrap li a .pdf-ttl .desc {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1050px) {
  .new-flyer-wrap .pdf-wrap li a .pdf-ttl .desc {
    margin: 0 auto;
    text-align: center;
  }
}
.new-flyer-wrap .pdf-wrap li a .pdf-ttl .desc span {
  font-size: 0.75em;
  font-weight: 400;
}
.new-flyer-wrap .pdf-wrap li a .pdf-ttl .desc .ttl {
  margin-bottom: 3px;
}
@media (max-width: 1050px) {
  .new-flyer-wrap .pdf-wrap li a .pdf-ttl .desc .ttl {
    padding-bottom: 2px;
  }
  .new-flyer-wrap .pdf-wrap li a .pdf-ttl .desc .ttl::before {
    content: "";
    display: inline-block;
    background: url(../../common/images/icon_pdf.png) center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 26px;
    margin-right: 15px;
    vertical-align: middle;
  }
}
.new-flyer-wrap .pdf-wrap li a .look {
  font-size: 1.4em;
  line-height: 2;
  color: #fff;
  background-color: #BA041F;
  text-align: center;
}/*# sourceMappingURL=top.css.map */