@charset "UTF-8";
/* CSS Document */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
p {
  color: #1E2244;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
a {
  text-decoration: none;
  color: #1E2244;
}
a:hover {
  opacity: 0.3;
}
*:hover {
  transition: all .5s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  margin: 0 auto;
}
#blue_box p {
  position: absolute;
  overflow: hidden;
  color: #B5A581;
  font-size: 22px;
  font-family: braisetto, script;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  writing-mode: vertical-lr;
  display: inline-block;
  top: 50%;
  right: 50px;
  bottom: 0;
}
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 10%;
}
.start_br {
  display: none;
}
/*トップ--------------------------------------------------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
.top .swiper-container {
  width: 100%;
  height: 100%;
}
.top .swiper-slide {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.top .swiper-slide img {
  width: 65%;
  max-width: 800px;
  position: absolute;
  top: 18%;
  left: 4%;
}
.top .blog{
	z-index: 9000;
	position: absolute;
	right:50px;
}
.top .blog img{
	width: 300px;
}

/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*インナー　--------------------------------------------------------------- */
.inner {
  width: 1000px;
  margin: 0 auto;
}
/*スクロール--------------------------------------------------------------*/
.scroll a {
  display: inline-block;
  position: absolute;
  z-index: 9997;
  overflow: hidden;
  color: #B5A581;
  font-size: 22px;
  font-family: braisetto, script;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  writing-mode: vertical-lr;
  top: 800px;
  right: 50px;
  bottom: 0;
}
.scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  top: 50px;
  background: #B5A581;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*第二階層タイトル---------------------------------------*/
.second .inner {
  margin: 0px auto 100px;
  min-height: 800px;
}
.second h2 {
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 0 43%;
  margin: 0 auto 250px;
  position: relative;
  top: 210px;
  color: #1E2244;
  text-align: center;
}
.second h2 span {
  letter-spacing: 0px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 28px;
  color: #B5A581;
  transform: rotate(-5deg);
  font-family: braisetto, script;
  font-weight: 400;
  font-style: normal;
}
.second h2:before, .second h2:after {
  content: '';
  position: absolute;
  top: 37%;
  display: inline-block;
  width: 50px;
  height: 2px;
  border-top: solid 1px #1E2244;
  border-bottom: solid 2px #1E2244;
  color: #fff;
}
.second h2:before {
  left: 37.5%;
}
.second h2:after {
  right: 37.5%;
}
/*トップ ニュース--------------------------------------------------------------*/
.news_box {
  padding: 0px 0 200px 0;
  background-repeat: no-repeat;
  background-position: center;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.news_box .inner {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.news_box .inner02 {
  padding-bottom: 50px;
}
.news_box dl {
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 15px;
  padding: 0;
}
.news_box dt {
  display: inline-block;
  color: #1E2244;
  font-size: 14px;
  letter-spacing: 2px;
}
.news_box dd {
  display: inline-block;
  font-size: 16px;
}
.news_box dd a {
  color: #1E2244;
}
.news_box .btn a {
  display: block;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: #1E2244;
  font-size: 18px;
  letter-spacing: 2px;
}
.news_box .btn a:before {
  position: absolute;
  content: '';
  bottom: 1px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 40px transparent;
  border-bottom: solid 10px #1E2244;
}
.news_box .btn a:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: solid 1px #1E2244;
}
/*バナー（サービス・入居者様専用）--------------------------------------------------------------*/
.banner_box .banner {
  margin-bottom: 20px;
}
.banner_box .banner h2 {
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 12px;
  width: 400px;
  height: 85px;
  border: solid #fff 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_box .banner.support_ba {
  background-image: url("../img/baner_service.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 360px;
  width: 100%;
  background-size: cover;
}
.banner_box .banner.residents_ba {
  z-index: 110;
  background-image: url("../img/baner_residents.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 360px;
  width: 100%;
  background-size: cover;
}
.banner_box .banner a {
  z-index: 110;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #555 0%, #967032 50%, #1E2244 50%, #1E2244 100%);
  transition: background ease 0.5s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  height: 60px;
  width: 100%;
  background-color: rgba(30, 30, 30, 0.4);
  padding: 150px 0;
}
.banner_box .banner a {
  opacity: 0.5;
}
.banner_box .banner a:hover {
  background-position: 0 0;
}
/*ご入居者様専用-------------------------------------------------------------- */
.residents .box {
  margin: 0 0 0 0;
}
.residents ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.residents ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
  text-align: left;
  padding: 8px 0;
  margin: 0 auto 10px;
  letter-spacing: 2px;
  background-color: #62667C;
  width: 600px;
  border-radius: 20px;
}
.residents ul li i {
  text-align: left;
  width: 50px;
  color: #fff;
  margin-left: 30px;
}
.residents p {
  text-align: center;
}
.residents p a {
  text-decoration: underline;
  color: #B5A581;
}
.residents h3 {
  background-color: #B5A581;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 300px;
  margin: 10px auto 40px;
  padding: 10px 0;
  letter-spacing: 3px;
}
.residents_news {
  background-color: #fff;
  border: #B5A581 2px solid;
  margin: 40px;
  padding: 10px 0 150px 0;
}
.residents_news dl {
  border-bottom: 1px solid #E8E8E8;
  margin: 10px 80px 0px 80px;
  padding: 0;
}
.residents_news dt {
  display: inline-block;
  color: #1E2244;
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 50px;
}
.residents_news dd {
  display: inline-block;
  font-size: 14px;
}
.residents_news dd a {
  color: #1E2244;
}
/*建物管理図鑑-------------------------------------------------------------- */
.management ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.management ul li {
  width: 23%;
  margin: 0 1% 20px;
  float: left;
}
.management ul li img {
  width: 70%;
  border-radius: 20px;
}
/*ニュース--------------------------------------------------------------*/
.news .inner02 {
  width: 700px;
  margin: 0 auto;
  padding-top: 50px;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.news dl {
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 15px;
  padding: 0;
}
.news dt {
  display: table-cell;
  vertical-align: top;
/*  display: inline-block;*/
  color: #1E2244;
  font-size: 14px;
  letter-spacing: 2px;
}
.news dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
/*  display: inline-block;*/
  font-size: 16px;
}
.news dd a {
  color: #1E2244;
}
/*会社概要-------------------------------------------------------------- */
.about .introduction {
  margin-top: 150px;
  background-image: url("../img/service_03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.about .mask {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 50px 200px;
  ;
  margin-bottom: 50px;
}
.about .introduction strong {
  font-size: 27px;
  color: #B5A581;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 2px;
}
.about .introduction p {
  line-height: 30px;
}
.about table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  font-size: 14px;
  color: #1E2244;
}
.about table th {
  width: 20%;
  padding: 25px 5%;
  border-bottom: solid 1px #DEDEDE;
  text-align: left;
  font-size: 16px;
  font-family: vdl-penletter, sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 4px;
}
.about table td {
  padding: 25px 5%;
  border-bottom: solid 1px #DEDEDE;
}
.about h2 {
  top: 50px;
  margin-bottom: 90px;
}
/*採用情報-------------------------------------------------------------- */
.recruit table th {
  padding: 8px 0 8px 40px;
  width: 20%;
}
.recruit .part {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: vdl-penletter, sans-serif;
  color: rgba(98, 98, 98, 1.00);
}
.recruit .introduction h2:before {
  display: none;
}
.recruit .introduction h2:after {
  display: none;
}
/*プライバシーポリシー-------------------------------------------------------------- */
.pp section {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 50px;
}
.pp section h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.pp section ol.paren {
  padding: 0;
  list-style: none;
}
.pp section ol.paren li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 10px;
}
.pp section ol.paren li:before {
  display: marker;
  content: "（"counter(cnt) "）";
}
.pp .right {
  text-align: right;
}
/*-----------====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================------------- */
@media screen and (max-width:1050px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  p {
    font-size: 14px;
  }
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
  }
  .start p {
    position: fixed;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 50%;
  }
  .start_br {
    display: flex;
  }
  .start_pc {
    display: none;
  }
  .top {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 400px;
    max-width: 100%;
  }
  .top .swiper-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .top .swiper-slide img {
    width: 110%;
    max-width: 700px;
    position: absolute;
    top: 15%;
    left: -10%;
  }
  .top .swiper-slide {
    background-position: center;
    background-size: 250%;
    background-repeat: no-repeat;
  }
  .top .blog{
	z-index: 9000;
	position: absolute;
	bottom:30px;
	right:30px;
}
.top .blog img{
	width: 300px;
}
  
  /*下からフェードイン*/
  .fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  @keyframes fadein-bottom {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /*インナー　--------------------------------------------------------------- */
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  /*スクロール--------------------------------------------------------------*/
  .scroll a {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 10px 10px 8px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    /*  text-transform: uppercase;*/
    text-decoration: none;
    /*  writing-mode: vertical-lr;*/
    top: 500px;
    right: 10px;
    bottom: 0;
  }
  .scroll a::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 200px;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes sdl {
    0% {
      opacity: 1;
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    30.1%, 70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      opacity: 0;
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  /*第二階層タイトル---------------------------------------*/
  .second .inner {
    margin: 0px auto 100px;
    min-height: 500px;
  }
  .second h2 {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 auto 140px;
    position: relative;
    top: 120px;
    text-align: center;
  }
  .second h2 span {
    letter-spacing: 0px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    font-size: 25px;
    transform: rotate(-5deg);
    font-weight: 400;
    font-style: normal;
  }
  .second h2:before, .second h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 0px;
    height: 2px;
    border-top: solid 1px #1E2244;
    border-bottom: solid 2px #1E2244;
  }
  .second h2:before {
    left: 0%;
  }
  .second h2:after {
    right: 0%;
  }
  /*トップ お知らせ--------------------------------------------------------------*/
  .news_box {
    padding: 10px 0 110px 0;
  }
  .second .inner {
    margin: 0px auto 100px;
    min-height: 800px;
  }
  /*NEWSBOX--------------------------------------------------------------*/
  .news_box .inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .news_box .inner02 {
    padding-bottom: 50px;
  }
  .news_box dl {
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 15px;
    padding: 0;
  }
  .news_box dt {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .news_box dd {
    display: inline-block;
    font-size: 14px;
  }
  .news_box .btn a {
    display: block;
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .news_box .btn a:before {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 0;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 20px transparent;
    border-bottom: solid 10px #1E2244;
  }
  .news_box .btn a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: solid 1px #1E2244;
  }
  /*バナー（サービス・入居者様専用）--------------------------------------------------------------*/
  .banner_box .banner {
    margin-bottom: 20px;
  }
  .banner_box .banner h2 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 12px;
    width: 280px;
    height: 55px;
    border: solid #fff 1px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_box .banner.support_ba {
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    background-size: cover;
  }
  .banner_box .banner.residents_ba {
    background-image: url("../img/baner_residents.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    background-size: cover;
  }
  .banner_box .banner a {
    display: block;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #555 0%, #967032 50%, #1E2244 50%, #1E2244 100%);
    transition: background ease 0.5s;
    text-align: center;
    text-decoration: none;
    height: 60px;
    width: 100%;
    background-color: rgba(30, 30, 30, 0.4);
    padding: 70px 0;
  }
  .banner_box .banner a {
    opacity: 0.5;
  }
  .banner_box .banner a:hover {
    background-position: 0 0;
  }
  /*ご入居者様専用-------------------------------------------------------------- */
  .residents .box {
    margin: 0;
  }
  .residents ul {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }
  .residents ul li a {
    display: block;
    font-size: 13px;
    text-align: left;
    padding: 8px 0;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 50px;
  }
  .residents ul li i {
    text-align: left;
    width: 20px;
    margin-left: 15px;
  }
  .residents p {
    text-align: center;
    font-size: 13px;
  }
  .residents p a {
    text-decoration: underline;
  }
  .residents h3 {
    background-color: #B5A581;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 300px;
    margin: 5px auto 20px;
    padding: 8px 0;
    letter-spacing: 3px;
  }
  .residents_news {
    background-color: #fff;
    border: #B5A581 1px solid;
    margin: 40px 10px 0px;
    padding: 10px 0 50px 0;
  }
  .residents_news dl {
    border-bottom: 0;
    margin: 10px 10px 0 10px;
    padding: 0;
  }
  .residents_news dt {
    display: block;
    color: #1E2244;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 10px;
  }
  .residents_news dd {
    display: inline-block;
    font-size: 14px;
  }
  .residents_news dd a {
    color: #1E2244;
  }
  /*建物管理図鑑-------------------------------------------------------------- */
  .management ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }
  .management ul li {
    width: 23%;
    margin: 0 1% 20px;
    float: left;
  }
  .management ul li img {
    width: 90%;
    border-radius: 20px;
  }
  .management figure {
    width: 100%;
  }
  /*ニュース--------------------------------------------------------------*/
  .news .inner02 {
    width: 90%;
    margin: 0 auto;
  }
  .news dl {
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 15px;
    padding: 0;
  }
  .news dt {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .news dd {
    display: inline-block;
    font-size: 14px;
  }
  /*会社概要-------------------------------------------------------------- */
  .about .introduction {
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .mask {
    background-color: rgba(255, 255, 255, 0.55);
    padding: 20px 5%;
    margin-bottom: 50px;
  }
  .about .introduction strong {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .about .introduction p {
    line-height: 25px;
  }
  .about table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    font-size: 14px;
  }
  .about table th {
    width: 30%;
    padding: 20px 5%;
    border-bottom: solid 1px #DEDEDE;
    text-align: left;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .about table td {
    padding: 10px 1%;
    border-bottom: solid 1px #DEDEDE;
  }
  .about h2 {
    top: 50px;
    margin-bottom: 90px;
  }
  /*プライバシーポリシー-------------------------------------------------------------- */
  .pp section {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 50px;
    font-size: 12px;
  }
  .pp section h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .pp section ol.paren {
    padding: 0;
    list-style: none;
  }
  .pp section ol.paren li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    padding-left: 2.5em;
    text-indent: -2.5em;
    margin-bottom: 10px;
  }
  .pp section ol.paren li:before {
    display: marker;
    content: "（"counter(cnt) "）";
  }
  .pp .right {
    text-align: right;
  }
}