@charset "UTF-8";

@-webkit-keyframes headerFix {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes headerFix {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* mainVisual */
.mainVisual .mainVisual__inner {
  position: relative;
  height: 322px;
  max-width: 980px;
  margin: 0 auto;
  background: url(../jpg/img-mainvisual-12.jpg) no-repeat center;
  background-size: cover;
}

.mainVisual .mainVisual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainVisual .mainVisual__text p {
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding: 12px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 1000px) {
  .mainVisual .mainVisual__inner {
    height: auto;
    background: none;
  }
  .mainVisual .mainVisual__inner-sp {
    position: relative;
    height: 100px;
    padding: 20px 0 30px;
    background: url(../png/img-mainvisual-3.png) no-repeat center;
    background-size: cover;
  }
  .mainVisual .mainVisual__text {
    position: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
  }
}

.no-appearance .propertySearch .selectBox i {
  display: none;
}

/* section */
.headline--02 br.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .headline--02 br.sp {
    display: block;
  }
}

/* .section.num01 */
.section.num01 .headline--02 {
  margin-bottom: 34px;
  font-size: 20px;
}

.section.num01 .lead01 {
  margin-bottom: 35px;
}

@media screen and (max-width: 1000px) {
  .section.num01 .wrap {
    padding: 0;
  }
  .section.num01 .headline--02 {
    margin-bottom: 30px;
  }
}

/* .headline */
.headline--04 {
  margin-bottom: 20px;
}

/* box */
.box {
  padding: 30px 0 20px 0;
}

.box--border-01 {
  border: 2px solid #95989a;
}

@media screen and (max-width: 1000px) {
  .box--border-01 {
    border: none;
    border-top: 1px solid #95989a;
  }
  .box--border-01.last {
    border-bottom: 1px solid #95989a;
  }
}

/* column */
.column {
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}

.column--mtS {
  margin-top: 20px;
}

.column--mtL {
  margin-top: 80px;
}

.contents--column-2 {
  padding-bottom: 160px;
}

.column--2 .column__item {
  max-width: 48%!important;
  -webkit-flex: 0 0 48%!important;
  flex: 0 0 48%!important;
  padding-top: 40px;
}

.column__item {
  box-sizing: border-box;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.column__figure {
  text-align: center;
}

.column__figure figure {
  display: inline-block;
}

.column__figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.column__btn {
  box-sizing: border-box;
  display: block;
  width: 100px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 15px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #333333;
  color: #333333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.column__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}

.column__btn:hover img {
  opacity: .7;
}

@media screen and (max-width: 1000px) {
  .column {
    margin-top: 0;
  }
  .column--2 .column__item {
    max-width: none !important;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .contents--column-2 {
    padding-bottom: 31px;
  }
}

/* .section.num02 */
.section.num02 {
  padding: 0;
}

.section.num02 .wrap {
  padding: 0;
}

.section.num02 .headline--02 {
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .section.num02 {
    padding: 20px 0 20px;
  }
  .section.num02 .headline--02 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.featuredBtns {
  margin-top: 80px;
  margin-bottom: 0px;
}

.featuredBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
  background-color: #000;
}

.featuredBtns li:nth-child(2n) {
  margin-right: 0;
}

.featuredBtns li:nth-child(-n+2) {
  margin-top: 0;
}

.featuredBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.featuredBtns img.sp {
  display: none;
}

.featuredBtns a {
  display: block;
  color: #fff;
}

.featuredBtns a:hover {
  text-decoration: none;
}

.featuredBtns a:hover img {
  opacity: .7;
}

.featuredBtns .featuredBtns__text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  box-sizing: border-box;
}

.featuredBtns .featuredBtns__text h3 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 18px;
}

.featuredBtns .featuredBtns__text h3 br.sp {
  display: none;
}

.featuredBtns .featuredBtns__text h3 br.sp {
  display: none;
}

.featuredBtns .featuredBtns__text p br.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .featuredBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .featuredBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  .featuredBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  .featuredBtns li:first-child {
    margin-top: 0;
  }
  .featuredBtns img {
    width: 100%;
  }
  .featuredBtns img.sp {
    display: block;
  }
  .featuredBtns img.pc {
    display: none;
  }
  .featuredBtns .featuredBtns__text p br.sp {
    display: block;
  }
}

.about_index .section.num01 {
  padding: 29px 0 90px;
}

.about_index .section.num02 .btnArea {
  margin-top: 50px;
}

.about_index .section.num02 .btnArea .btn {
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .about_index .section.num01 {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 1000px) {
  .about_message .side {
    display: block;
  }
}

.about_message .media__figure {
  width: 114px;
}

@media screen and (max-width: 1000px) {
  .about_message .media__figure {
    margin-left: auto;
    margin-right: auto;
  }
}

.about_service .headline--03 {
  text-align: left;
}

.about_service .text01 {
  text-align: left;
  margin-top: 20px;
}

.about_service .num01 .column {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .about_service .column__item:last-child {
    margin-bottom: 0;
  }
  .about_service .column__figure img {
    width: 100%;
  }
  .about_service .side {
    display: block;
    float: none;
    width: auto;
    margin: 0;
  }
  .navLocal__headline {
    font-size: 20px;
  }

  .contents--column-2 {
    float: none;
    width: auto;
    padding-right: 0;
  }
}

.btnMore {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 360px;
}

.btnMore.media {
  width: 180px;
  margin-left: 0;
}

.btnMore__btn {
  display: block;
  color: #333;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  border: 2px solid #333;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btnMore__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}

@media screen and (max-width: 1000px) {
  .btnMore__btn {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .btnMore.media {
    margin-left: auto;
  }
}

.text01 br.pc {
  display: block;
}

.text01 br.sp {
  display: none;
}

.mediaVertical {
  margin-top: 85px;
  background-color: #efefec;
}

.mediaVertical .mediaVertical__text .headline--04 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin-top: 5px;
}

.mediaVertical figure {
  text-align: left;
}

.mediaVertical .mediaVertical__figure img {
  width: 97%;
}

@media screen and (max-width: 1000px) {
  .text01 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .text01 br.pc {
    display: none;
  }
  .text01 br.sp {
    display: block;
  }
  .mediaVertical__text {
    margin-top: 30px !important;
    padding-bottom: 35px;
    text-align: center;
  }
  figure {
    text-align: center !important;
  }
  .mediaVertical__figure img {
    width: 100% !important;
  }
}

.contentWrap .wrap {
  max-width: 1036px;
  margin-right: initial;
  margin-left: initial;
  padding: 0;
}

.background1 {
  width: 23%;
}

.about_service .background2 {
  width: 67vw;
}

.pageTitle {
  position: relative;
  top: -24px;
}

.about-title {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  color: rgba(0, 35, 104, 1);
}

@media screen and (min-width: 1280px) {
  .about-title {
    font-size: max(2.92vw, 37px);
    line-height: 56px;
  }
}
@media screen and (max-width: 1280px) {
  .about-title {
    font-size: 38px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1210px) {
  .background1 {
    width: 33%!important;
  }
  .about_service .background2 {
    width: 50vw;
  }

}
.text-bold {
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
}

.link {
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 51, 153, 1);
}

@media screen and (max-width: 1000px) {
  .contentWrap .wrap {
    max-width: 100%;
  }

  .pageTitle {
    top: -13px;
    margin-bottom: 72px;
  }

  .text-bold {
    font-size: 16px;
  }
}

.listVertical .btn--detail {
  padding: 12px;
  font-size: 100%;
}

.header .navLocal {
  top: -1%!important;
  right: 4%!important;
  width: 348px;
  z-index: 10;
}

.nav-relative {
  position: relative;
}

.navLocal__headline{
  pointer-events: auto !important;
}

.navLocal .form-open {
  position: absolute;
  top: 16px;
  right: 16px;
}

.navLocal .form-open::before {
  content: url("../png/vectordown.png");
}

.navLocal .form-open.active::before {
  content: url("../png/vectorup.png");
}

.navLocal .form-open ~ ul{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  padding-bottom:0;
}

.navLocal .form-open.active  ~ ul{
  max-height: 100vh;
}

.navLocal .nav-relative:first-child {
  margin-top: 16px;
}

.navLocal .nav-relative ul li a {
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 51, 153, 1);
}

@media screen and (max-width: 1350px) {
  .two_column .background2 .header .navLocal {
    right: 1%!important;
  }
}
@media screen and (max-width: 1210px) {
  .two_column .background2 .header .navLocal {
    right: 18%!important;
  }
}
@media screen and (max-width: 1000px) {
  .about_service .background-top {
    background-color: rgba(239, 241, 245, 1);
    width: 100%;
    height: 165px;
  }
  .about_service .background1 {
    background: none;
  }
  .about_service .background2 {
    width: 100%;
  }
  .about_service .navLocal.pc-content {
    display: none;
  }
  .about_service .navLocal.sp-content {
    display: block;
    margin: 32px 0!important;
  }
}

