@charset "UTF-8";

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* movie
***************************************************************/
.movie {
  width: 100%;
  height: calc(100vh - 100px);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 100px;
  overflow: hidden;
  background: #000;
}
.movie video {
  min-width: 100vw;
  min-height: calc(124vh - 100px);
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
}
.pageScroll .movie {
  display: none;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  @supports (-webkit-touch-callout: none) {
    .movie,
    .movie video {
      height: -webkit-fill-available;
    }
  }
  .movie {
    height: calc(100vh - 59px);
    top: 60px;
  }
  .movie video {
    min-height: calc(100vh - 59px);
  }
}
@media all and (max-width: 370px) {
}

/* bg
***************************************************************/
.bg1 {
  display: none;
  width: 100%;
  height: calc(100vh - 100px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 100px;
}
.pageScroll .bg1 {
  display: block;
}
.pageScroll2 .bg1 {
  display: none;
}
@media all and (min-width: 681px) {
  .bg1 {
    background-image: url(../img/top/bg1.jpg);
  }
}
@media all and (max-width: 680px) {
  @supports (-webkit-touch-callout: none) {
    .bg1 {
      height: -webkit-fill-available;
    }
  }
  .bg1 {
    background-image: url(../img/top/bg1_sp.jpg);
    height: calc(100vh - 60px);
    top: 60px;
  }
}
@media all and (max-width: 370px) {
}

/* mvWrap
***************************************************************/
.mvWrap {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
.mvWrap .inner {
  width: 1200px;
  margin: 0 auto;
}
.mv_textBox {
  padding: 100px 0 0;
  color: #fff;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 35%);
}
.mv_h2 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.mv_p1 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2.33;
  margin-top: 30px;
}
.scrool1 {
  display: block;
  width: 28px;
  height: 220px;
  padding-bottom: 164px;
  position: absolute;
  bottom: 0;
  right: 80px;
}
.scrool1::after {
  content: "";
  width: 2px;
  height: 164px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .scrool1:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  @supports (-webkit-touch-callout: none) {
    .mvWrap {
      height: -webkit-fill-available;
    }
  }
  .mvWrap {
    width: 100%;
    height: calc(100vh - 60px);
  }
  .mvWrap .inner {
    width: 100%;
  }
  .mv_textBox {
    padding: 35px 26px 0;
  }
  .mv_h2 {
    font-size: 28px;
    line-height: 1.68;
  }
  .mv_p1 {
    font-size: 16px;
    text-align: justify;
    line-height: 1.86;
    margin-top: 20px;
  }
  .scrool1 {
    width: 28px;
    height: 118px;
    padding-bottom: 84px;
    right: 20px;
  }
  .scrool1::after {
    height: 64px;
  }
}
@media all and (max-width: 370px) {
  .mv_h2 {
    font-size: 24px;
  }
  .mv_p1 {
    font-size: 13px;
  }
}

/* serviceWrap
***************************************************************/
.serviceWrap {
  width: 100%;
  padding: 220px 0;
  background-color: #f1f2f2;
}
.serviceWrap .inner {
  width: 1200px;
  margin: 0 auto;
  padding-left: 380px;
  position: relative;
}
.service_h2 {
  position: absolute;
  left: 0;
  top: 0;
  color: #003662;
  display: flex;
  flex-flow: column;
  padding-left: 20px;
}
.service_h2::after {
  content: "";
  width: calc(100% + ((100vw - 1200px) / 2));
  height: 2px;
  background-color: #003662;
  position: absolute;
  right: 0;
  top: 84px;
}
.service_h2 .s1 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.service_h2 .s2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46;
  margin-top: 10px;
}
.service_list1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.service_list1 .li1 {
  width: 360px;
}
.service_list1 .ico1 {
  width: 175px;
  margin: 0 auto;
}
.service_list1 .service_h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.46;
  margin-top: 25px;
}
.service_list1 .service_h3.ls0 {
  letter-spacing: 0;
}
.service_list1 .service_p1 {
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 15px;
}
@media all and (min-width: 681px) {
  .service_list1 .li1:nth-of-type(1n + 3) {
    margin-top: 50px;
  }
}
@media all and (min-width: 681px) and (max-width: 1200px) {
  .service_h2::after {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .serviceWrap {
    padding: 60px 0;
  }
  .serviceWrap .inner {
    width: 100%;
    padding: 0 25px;
  }
  .service_h2 {
    position: static;
    padding-left: 0;
    align-items: center;
  }
  .service_h2::after {
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    top: 52px;
    margin: 0 auto;
  }
  .service_h2 .s1 {
    font-size: 35px;
  }
  .service_h2 .s2 {
    font-size: 18px;
    margin-top: 12px;
  }
  .service_list1 {
    display: block;
    padding: 50px 0 0;
  }
  .service_list1 .li1 {
    width: 100%;
  }
  .service_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 50px;
  }
  .service_list1 .ico1 {
    width: 140px;
  }
  .service_list1 .service_h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .service_list1 .service_p1 {
    font-size: 15px;
    margin-top: 12px;
  }
}
@media all and (max-width: 370px) {
  .service_h2::after {
    top: 46px;
  }
  .service_h2 .s1 {
    font-size: 30px;
  }
  .service_h2 .s2 {
    font-size: 16px;
  }
}

/* prorertyWrap
***************************************************************/
.prorertyWrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 200px 0 0;
}
.prorerty_h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  color: #003662;
  position: relative;
}
.prorerty_h2::after {
  content: "";
  width: 56px;
  height: 2px;
  background-color: #003662;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  margin: auto;
}
.prorerty_h2 .s1 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.prorerty_h2 .s2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46;
  margin-top: 20px;
}
.prorerty_box1 {
  width: 1200px;
  margin: 78px auto 0;
  padding: 150px 100px 130px;
  background-color: #f1f2f2;
  border-radius: 30px;
}
.prorerty_list1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0 13px;
}
.prorerty_list1 .li1 {
  width: 450px;
}
.prorerty_list1 .thumb {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.prorerty_list1 .dt1 {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.prorerty_list1 .dt1 .s1 {
  font-size: 15px;
  letter-spacing: 0;
}
.prorerty_list1 .dt1 .s2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 18px;
}
.prorerty_list1 .tbl1 {
  margin-top: 12px;
}
.prorerty_list1 .tbl1 th {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #707070;
  padding: 2px 15px 2px 0;
}
.prorerty_list1 .tbl1 td {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
  padding: 2px 0 2px 15px;
}
.prorerty_other {
  border-top: 2px solid #003662;
  padding-top: 120px;
  margin-top: 120px;
}
.prorerty_h3_1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #003662;
}
.prorerty_list2 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.prorerty_list2 .li1 {
  width: 235px;
}
.prorerty_list2 .dt1 {
  display: flex;
  flex-flow: column;
}
.prorerty_list2 .dt1 .s1 {
  font-size: 15px;
  letter-spacing: 0;
}
.prorerty_list2 .dt1 .s2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.prorerty_list2 .tbl1 {
  margin-top: 20px;
}
.prorerty_list2 .tbl1 th {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #707070;
  padding: 2px 15px 2px 0;
}
.prorerty_list2 .tbl1 td {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
  padding: 2px 0 2px 15px;
}
.prorerty_box2 {
  padding: 110px 0 130px;
  margin: 170px 0 0;
  background-color: #f1f2f2;
}
.prorerty_h3_2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #003662;
  position: relative;
}
.prorerty_h3_2::after {
  content: "";
  width: 56px;
  height: 2px;
  background-color: #003662;
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  margin: auto;
}
.prorerty_list3 {
  width: 1200px;
  margin: 70px auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.prorerty_list3 .li1 {
  width: 370px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a7adb1;
  padding: 12px 0;
}
.prorerty_list3 .li1 .s1 {
  font-size: 15px;
  letter-spacing: 0;
  min-width: 105px;
}
.prorerty_list3 .li1 .s2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 20px;
}
@media all and (min-width: 681px) {
  .prorerty_list1 .li1:nth-of-type(1n + 3) {
    margin-top: 64px;
  }
  .prorerty_list2::before {
    content: "";
    width: 235px;
    display: block;
    order: 1;
  }
  .prorerty_list2::after {
    content: "";
    width: 235px;
    display: block;
  }
  .prorerty_list2 .li1:nth-of-type(1n + 5) {
    margin-top: 54px;
  }
  .prorerty_list3::after {
    content: "";
    width: 370px;
    display: block;
  }
}
@media all and (max-width: 680px) {
  .prorertyWrap {
    padding: 60px 0 0;
  }
  .prorerty_h2::after {
    width: 30px;
    height: 2px;
    top: 52px;
  }
  .prorerty_h2 .s1 {
    font-size: 35px;
  }
  .prorerty_h2 .s2 {
    font-size: 18px;
    margin-top: 12px;
  }
  .prorerty_box1 {
    width: calc(100% - 40px);
    margin: 45px auto 0;
    padding: 45px 20px;
    border-radius: 20px;
  }
  .prorerty_list1 {
    display: block;
    padding: 0;
  }
  .prorerty_list1 .li1 {
    width: 100%;
  }
  .prorerty_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 45px;
  }
  .prorerty_list1 .thumb {
    width: 100%;
    height: 61vw;
  }
  .prorerty_list1 .dt1 {
    margin-top: 15px;
    flex-flow: column;
    align-items: flex-start;
  }
  .prorerty_list1 .dt1 .s1 {
    font-size: 13px;
  }
  .prorerty_list1 .dt1 .s2 {
    font-size: 16px;
    margin-left: 0;
  }
  .prorerty_list1 .tbl1 {
    margin-top: 10px;
  }
  .prorerty_list1 .tbl1 th {
    font-size: 13px;
    padding: 2px 10px 2px 0;
  }
  .prorerty_list1 .tbl1 td {
    font-size: 13px;
    padding: 2px 0 2px 10px;
  }
  .prorerty_other {
    padding-top: 60px;
    margin-top: 60px;
  }
  .prorerty_h3_1 {
    font-size: 22px;
  }
  .prorerty_list2 {
    display: block;
    margin-top: 30px;
  }
  .prorerty_list2 .li1 {
    width: 100%;
  }
  .prorerty_list2 .li1:nth-of-type(1n + 2) {
    margin-top: 45px;
  }
  .prorerty_list2 .dt1 .s1 {
    font-size: 13px;
  }
  .prorerty_list2 .dt1 .s2 {
    font-size: 16px;
  }
  .prorerty_list2 .tbl1 {
    margin-top: 12px;
  }
  .prorerty_list2 .tbl1 th {
    font-size: 13px;
    padding: 2px 10px 2px 0;
  }
  .prorerty_list2 .tbl1 td {
    font-size: 13px;
    padding: 2px 0 2px 10px;
  }
  .prorerty_box2 {
    padding: 50px 0 75px;
    margin: 60px 0 0;
  }
  .prorerty_h3_2 {
    font-size: 22px;
  }
  .prorerty_h3_2::after {
    width: 30px;
    top: 46px;
  }
  .prorerty_list3 {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
    display: block;
  }
  .prorerty_list3 .li1 {
    width: 100%;
    padding: 15px 0;
  }
  .prorerty_list3 .li1 .s1 {
    font-size: 13px;
    min-width: 94px;
  }
  .prorerty_list3 .li1 .s2 {
    font-size: 16px;
    margin-left: 10px;
  }
}
@media all and (max-width: 370px) {
  .prorerty_h2::after {
    top: 46px;
  }
  .prorerty_h2 .s1 {
    font-size: 30px;
  }
  .prorerty_h2 .s2 {
    font-size: 16px;
  }
}

/* companyWrap
***************************************************************/
.companyWrap {
  width: 100%;
  background-color: #fff;
  padding: 160px 0 60px;
}
.company_h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  color: #003662;
  position: relative;
}
.company_h2::after {
  content: "";
  width: 56px;
  height: 2px;
  background-color: #003662;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
}
.company_h2 .s1 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.company_h2 .s2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46;
  margin-top: 30px;
}
.company_list1 {
  width: 660px;
  margin: 70px auto 0;
}
.company_list1 .li1 {
  width: 100%;
  padding: 20px 0;
  display: flex;
  color: #003662;
  border-bottom: 1px solid #003662;
  font-size: 20px;
}
.company_list1 .li1:last-child {
  border-bottom: none;
}
.company_list1 .li1 .s1 {
  width: 170px;
  letter-spacing: 0.2em;
}
.company_list1 .li1 .s2 {
  width: calc(100% - 170px);
  letter-spacing: 0;
}
.company_list1 .li1 .s2 .mapLink1 {
  width: 152px;
  margin-left: 15px;
  display: inline-block;
}
@media all and (min-width: 681px) {
  .company_list1 .li1 .s2 .mapLink1:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .companyWrap {
    padding: 60px 0 50px;
  }
  .company_h2::after {
    width: 30px;
    height: 2px;
    top: 56px;
  }
  .company_h2 .s1 {
    font-size: 35px;
  }
  .company_h2 .s2 {
    font-size: 18px;
    margin-top: 12px;
  }
  .company_list1 {
    width: 100%;
    margin-top: 45px;
    padding: 0 20px;
  }
  .company_list1 .li1 {
    padding: 10px 0;
    font-size: 14px;
  }
  .company_list1 .li1 .s1 {
    width: 100px;
    letter-spacing: 0.05em;
  }
  .company_list1 .li1 .s2 {
    width: calc(100% - 100px);
  }
  .company_list1 .li1 .s2 .mapLink1 {
    width: 102px;
    margin-left: 10px;
  }
}
@media all and (max-width: 370px) {
  .company_h2::after {
    top: 50px;
  }
  .company_h2 .s1 {
    font-size: 30px;
  }
  .company_h2 .s2 {
    font-size: 16px;
  }
}

/* メイン
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* メイン
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* メイン
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
