@charset "utf-8";
/* CSS Document */

body {
  min-width: 360px;
}

.pn {
  display: none;
}

.sn {
  display: block;
}

.b959 {
  display: none;
}

@media screen and (max-width: 959px) {

  .b959 {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .pn {
    display: block;
  }

  .sn {
    display: none;
  }
}

/* MAIN ------------------------------------------------------ */

.video-wrap {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.in-video-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.video-txt {
  position: absolute;
  top: 43%;
  right: 10%;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: right;
  text-shadow: #5c5c5c 0.5px 0;
}

.video-txt p:nth-child(1) {
  top: 50%;
  right: 10%;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 100%;
}

.video-txt p:nth-child(2) {
  position: relative;
  top: 80%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 100%;
}

.video-txt p:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 108px;
  line-height: 100%;
  border-top: 1.5px solid #fff;
  top: 50%;
  right: 210px;
  transform: translateY(-50%) translateX(-50%);
}

.video-txt p:nth-child(3) {
  top: 80%;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 100%;
}

.fade {
  animation: fade-in 5s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 959px) {

  .video-wrap {
    height: auto;
  }

  .in-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }

  .video-wrap video {
    display: none;
  }

  .video-wrap img {
    width: 100%;
    height: auto;
    min-width: 360px;
  }

  .video-txt {
    top: 35%;
    min-width: 360px;
    text-align: center;
    right: 0;
    left: 0;
  }

  .video-txt p:nth-child(1) {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .video-txt p:nth-child(2) {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .video-txt p:nth-child(2)::before {
    display: none;
  }

  .video-txt p:nth-child(3) {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {

  .video-txt {
    top: 30%;
  }

  .video-txt p:nth-child(1) {
    font-size: 34px;
  }
}

@media screen and (max-width: 519px) {

  .video-txt {
    top: 28%;
  }

  .video-txt p:nth-child(1) {
    font-size: 24px;
  }

  .video-txt p:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .video-txt p:nth-child(3) {
    font-size: 14px;
  }

}

/* top-block01 -------------------------------------------------- */

.top-block01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: 1080px;
}

.flex {
  display: flex;
}

.top-area {
  display: block;
  padding-top: 150px;
  width: 1200px;
  margin: 0 auto;
}

.top-area {
  font-weight: 600;
}

.top-area .flex {
  margin: 50px 0 80px;
  align-items: flex-end;
  justify-content: space-between;
}

.topics-gaiyo {
  width: 60%;
  height: 100%;
  padding: 15px 0 10px;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  line-height: normal;
}

.tpi-ttil {
  position: relative;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.topics-gaiyo .tpi-ttil:hover {
  opacity: 0.8;
}

.topics-gaiyo .tpi-ttil::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 20px;
  /* 横幅 */
  height: 20px;
  /* 高さ */
  border-radius: 50%;
  /* 角の丸み */
  background: #002855;
}

.topics-gaiyo .tpi-ttil::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 84px;
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg);
}

.topics-gaiyo h2 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}

.topics-gaiyo ul {
  font-size: 12px;
  margin: 8px 0 5px;
}

.topics-gaiyo li {
  line-height: 1.8;
}

.topics-gaiyo p {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #b9b9b9;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.de-off {
  /* color: #5c5c5c;　カッコのとき */
  color: #323333;
}

.de-off:hover {
  opacity: 0.5;
}

.tpi-img-wrap {
  position: relative;
  width: 100%;
}

.tpi-img-wrap a {
  width: 95%;
  display: flex;
}

.tpi-img-wrap a:hover {
  opacity: 0.9;
}

/* 写真2枚並びのとき
　.tpi-img-wrap img:nth-child(1) {
  width: 65%;
} */

.tpi-img-wrap img:nth-child(1) {
  width: 100%
}

/* .tpi-img-wrap img:nth-child(2) {
  width: 30%;
}  */

@media screen and (max-width: 1300px) {

  .top-area {
    width: 100%;
    margin: 0 auto;
  }

  .top-area .flex {
    width: 80%;
    margin: 0 auto 80px;
  }

  .tpi-img-wrap {
    width: 100%;
    overflow: hidden;
  }

  .tpi-img-wrap img:nth-child(1) {
    height: auto;
  }

  .tpi-img-wrap img:nth-child(2) {
    display: none;
  }

  .topics-gaiyo {
    padding: 10px 0 5px;
    margin-top: 160px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    line-height: normal;
  }

  .topics-gaiyo {
    width: 80%;
  }

  .topics-gaiyo li {
    line-height: 1.6;
  }

}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {

  .topics-gaiyo {
    width: 100%;
    margin-top: 55px;
  }

  .topics-gaiyo p {
    font-size: 11px;
  }

}

@media screen and (max-width: 959px) {

  .top-block01 {
    margin-top: 50%;
  }

  .top-area .flex {
    display: block;
    margin: 0 auto;
  }

  .tpi-img-wrap a {
    width: 85%;
    margin: 0 auto;
  }

  .topics-gaiyo {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {

  .tpi-img-wrap a {
    width: 100%;
  }

}


@media screen and (max-width: 519px) {
  .topics-gaiyo .tpi-ttil::before {
    left: 85px;
  }

  .topics-gaiyo .tpi-ttil::after {
    left: 90px;
  }
}

/* information -------------------------------*/

.top-info {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
  line-height: normal;
}

.top-info .tpi-ttil {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.top-info dl {
  display: flex;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 2;
}

.top-info .day {
  font-family: "Noto Sans Japanese";
}

.top-info .cat {
  width: 100px;
  margin: 0 15px;
  display: block;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.top-info dl .cat1 {
  background: #002855;
}

.top-info dl .cat2 {
  background: #7b7b7b;
}

.top-info dl .cat3 {
  background: #1a4f99;
}

.top-info dl:last-child {
  margin-bottom: 0;
}

.top-info dd {
  width: 100%;
}

.top-info dd a {
  display: inline;
  width: 100%;
  color: #333;
}

.top-info dd a:hover {
  opacity: 0.8;
}

.scroll {
  position: relative;
  display: inline-block;
  height: 20px;
  transform: rotate(-90deg) translateX(-100%);
  vertical-align: middle;
}

.scroll:after {
  content: '';
  position: absolute;
  width: 0.5px;
  height: 150px;
  top: 50px;
  background: rgb(142, 142, 142);
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.newico {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #678cf8;
  display: inline-block;
  line-height: 150%;
  padding: 0 5px;
  margin-left: 10px;
}

@media screen and (max-width: 959px) {


  .top-info dl {
    display: block;
    border-bottom: 1px solid #bababa;
  }

  .top-info .day {
    display: inline-block;
  }

  .top-info dl .cat {
    width: 80px;
    display: inline-block;
    margin-right: 0;
  }

  .top-info dd {
   margin: 10px;
}

  .top-info dd a {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {

  .top-info dl {
    font-size: 11.5px;
  }

  .scroll:after {
    display: none;
  }

  .top-info dl .cat {
    font-size: 11.5px;
  }


  .tpi-img-wrap img:nth-child(1) {
    width: 100%;
  }

  .topics-gaiyo {
    width: 100%;
  }

  .topics-gaiyo p {
    font-size: 11px;
  }
}

/* bnr -------------------------------*/

.bnr-wrap {
  display: flex;
  height: 176px;
  justify-content: space-between;
  margin-bottom: 100px;
}

.bnr-area {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.bnr-area::after {
  content: "";
  position: absolute;
  justify-content: flex-end;
  right: 0;
  bottom: 30px;
  width: 100px;
  height: 1px;
  background-color: #fff;
}

.bnr-area:hover {
  opacity: 0.9;
}

.bnr-area:hover::after {
  width: 150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bnr-area:last-child {
  margin-right: 0;
}

.bnr-area img {
  width: 100%;
}

.bnr-area span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.bnr-area h2,
.bnr-area h3 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.bnr-area p {
  font-size: 12px;
  letter-spacing: 2px;
}

.bnr-area .jigyo {
  font-size: 11px;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.up2 {
  transition: 1s ease-in-out;
}

.up3 {
  transition: 2s ease-in-out;
}

@media screen and (max-width: 1300px) {

  .bnr-wrap {
    width: 80%;
    height: auto;
    margin: 0 auto 100px;
  }

  .bnr-area span {
    width: 100%;
    font-size: 12px;
  }

  .bnr-area h2,
  .bnr-area h3 {
    font-size: 13px;
  }

  .bnr-area::after {
    bottom: 20px;
  }
}

@media screen and (max-width: 959px) {

  .bnr-wrap {
    display: block;
    height: auto;
    margin: 0 auto 100px;
    text-align: center;
  }

  .bnr-area {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

/* out link -------------------------------*/

.top-outlink {
  width: 100%;
  background-color: #000;
  margin-bottom: 100px;
  font-family: Arial, Helvetica, sans-serif;
}

.top-outlink ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  color: #fff;
}

.top-outlink a {
  position: relative;
  height: 150px;
  text-align: center;
  width: calc(100%/3);
  color: #fff;
}

.top-outlink a:hover {
  opacity: 0.5;
}

.top-outlink p::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/img/common/link.png);
  background-size: contain;
}

.top-outlink li p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.top-outlink .sub-txt {
  line-height: 2.5 !important;
  font-size: 12px;
  letter-spacing: 4px;
  color: #bababa;
}

.outlink-1 p {
  font-size: 13px;
  letter-spacing: 3px;
}

.outlink-2 {
  background-color: #0e0e0e;
}

.outlink-2 p {
  font-size: 12px;
  letter-spacing: 6.5px;
}

.outlink-3 img {
  opacity: 0.5;
}

.outlink-3 p {
  font-size: 12px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 1300px) {

  .top-outlink ul {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {

  .top-outlink {
    margin: 0 auto;
    background-color: inherit;
  }

  .top-outlink ul {
    width: 100%;
    flex-direction: column;
    margin-bottom: 100px;
  }

  .top-outlink a {
    width: 100%;
    display: block;
    background-color: #000;
  }

  .outlink-2 {
    background-color: #0e0e0e !important;
  }

}

/*----CITY IMG----*/
.city-img img {
  width: 100%;
}

/* 事業 共通　--------------------------------*/

.top-block02,
.top-block03 {
  position: relative;
}

.title-area .more {
  display: inline-block;
  margin-top: 50px;
  padding: 16px 40px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  backdrop-filter: blur(3px);
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.title-area .more:hover {
  backdrop-filter: blur(1px);
}

.top-block02 .title-area,
.top-block03 .title-area {
  width: 100%;
}

.title-area h2 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.txt-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.wrap-txt-section,
.txt-section2 {
  padding: 100px 0;
  background-size: 100% auto;
}

.wrap-txt-section {
  background-color: #fff;
}

.txt-wrap h3 {
  line-height: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}

.txt-wrap p {
  width: auto;
  font-size: 14px;
  line-height: 180%;
  color: #fff;
}


.link_area li,
.link-area2 li {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.link_area li a,
.link-area2 li a {
  display: block;
  height: 80px;
  margin-right: 8px;
  font-size: 14px;
  text-decoration: none;
}

.link_area li a:hover,
.link-area2 li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

li.nv01 a span {
  display: block;
  padding-left: 21px;
  padding-top: 21px;

}

li.nv02 a span {
  display: block;
  padding-left: 21px;
  padding-top: 11px;
  line-height: 120%;
}

.link_area.nv02 small {
  padding-top: 3px !important;
}

.link_area li small,
.link-area2 li small {
  display: block;
  font-size: 11px;
  color: #8e8e8e !important;
  padding-top: 9px;
  padding-left: 21px;
}

.slide-wrap01 {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.txt-section2 .fix,
.wrap-txt-section .fix {
  width: 1200px;
  margin: 0 auto;
}

.bxslider li img {
  width: 100%;
}

@media screen and (max-width: 1440px) {

  .txt-section2 .fix,
  .wrap-txt-section .fix {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {

  .title-area h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .title-area p {
    line-height: 150%;
  }

  .txt-wrap h3 {
    font-size: 14px;
  }

  .title-area .more {
    margin-top: 25px;
    padding: 15px 100px;
  }

}

/* top-block03　不動産開発事業　--------------------------------*/

.top-block03 .title-area {
  background: url(../img/top/co-img.jpg) center center / cover no-repeat;
}

.txt-section2 {
  background: url(../img/top/sybg001.jpg) left top repeat-x;
}

.link-area2 li {
  background: url(../img/top/btn_topbiz.jpg) left center repeat-x;
  background-size: 100% 100%;
  border-right: 1px solid #444;
}

.link-area2 li a {
  background: url(../img/top/arw01.png) right center no-repeat;
  background-size: 15px 15px;
  color: #FFF;
}

/* top-block02　注文住宅事業　--------------------------------*/

.top-block02 .title-area {
  width: 100%;
  height: auto;
  background: url(../img/top/lh-img.jpg) center center / cover no-repeat;
}

.link_area li {
  background: url(../img/top/btn_topworks.jpg) left center repeat-x;
  background-size: 100% 100%;
  border-right: 1px solid #ddd;
}

.link_area li a {
  background: url(../img/top/arw01.png) right center no-repeat;
  background-size: 15px 15px;
  color: #333;
}

@media screen and (max-width: 959px) {

  .txt-section2 .fix,
  .wrap-txt-section .fix {
    width: 100%;
  }

  .link_area li,
  .link-area2 li {
    width: 100%;
  }

  .wrap-txt-section,
  .txt-section2 {
    padding: 0;
  }

  .link_area li a,
  .link-area2 li a {
    padding: 21px;
    height: auto;
  }

  .link_area li a span,
  .link-area2 li a span {
    display: block;
    padding: 0px !important;
  }

  .link_area li small,
  .link-area2 li small {
    font-size: 11px;
    padding: 5px 0 0 0;
  }


  /* top-block02  注文住宅事業　------------------------------------------*/

  .top-block02 .title-area {
    display: block;
    background-size: 100%;
    background-position: bottom center;
    height: auto;
  }

  .top-block03 .title-area {
    display: block;
    background-size: 100%;
    background-position: bottom center;
    height: auto;
  }

  .top-block02 .title-area h2 {
    font-size: 24px;
  }

  .txt-section {
    background-size: 200%;
  }

  .txt-section .txt {
    padding: 10px 15px 25px 15px;
  }

  .link_area li {
    width: 100%;
  }

  .link_area li a {
    font-size: 14px;
    line-height: 120%;
    background-size: 15px 15px;
    height: auto;
    display: block;
  }

  .link_area li a span {
    display: block;
    padding: 0px !important;
  }

  .link_area li small {
    display: block;
    font-size: 11px;
    padding: 0px 0px 0px 3px;
  }

  /* top-block03 商業建築・不動産開発事業　---------------------------------*/

  .top-block03 .title-area h2,
  .top-block02 .title-area h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .txt-section2 {
    background: url(../img/top/bg_night.jpg), url(../img/top/sybg001.jpg);
    background-size: 100%, 200%;
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, left top;
    padding-bottom: 0;
  }

  .txt-section2 .txt {
    padding: 10px 15px 25px 15px;
  }

  .link-area2 li {
    width: 100%;
  }

  .link-area2 li a {
    font-size: 14px;
    line-height: 120%;
    background-size: 15px 15px;
    height: auto;
  }

  .link-area2 li a span {
    display: block;
    padding: 0px !important;
  }

  .link-area2 li small {
    display: block;
    font-size: 11px;
    padding: 0px 0px 0px 3px;
  }

  .top-block02 .title-area {
    height: 100vh;
    background: url(../img/top/lh-img.jpg) center center / cover no-repeat;
  }

  .top-block03 .title-area {
    height: 100vh;
    background: url(../img/top/co-img.jpg) center center / cover no-repeat;

  }

  .title-area h2 {
    font-size: 30px;
  }

  .title-area .more {
    padding: 20px 100px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 519px) {

  .tpi-ttil {
    font-size: 20px;
  }

  .top-info .tpi-ttil {
    margin-bottom: 40px;
  }

  .topics-gaiyo h2 {
    font-size: 14px;
  }

  .txt-wrap p {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .de-off {
    font-size: 11px;
  }

  .newico {
    font-size: 9px;
    line-height: 180%;
  }
}