@charset "utf-8";
header .logo_box ,
header{
  background: transparent;
}

header .logo1 img{
  filter: brightness(0) invert(1);
}

header .menu1>li> a span {
  color: #fff;
}

header #menu_button > div > div{
  background: #fff;
}


header.block.active .logo_box ,
header.block.active,
header.on {
  background: #fff;
}

header.on .menu1>li> a span {
  color: inherit;
}

header.active.block .logo1 img,
header.on .logo1 img{
  filter: none;
}

header.on #menu_button > div > div{
  background: #707070;
}

header .contact>li>a {
  background: #fff;
  color: #2B210A;
}

header.block.active .contact>li>a,
header.on .contact>li>a {
  background: #00812c;
  color: #fff
}

.top_container{
  padding-top: 0;
  background: #FAF7F0;
}

.main_visual{
  position: sticky;
  top:0;
  z-index: 1;
  height: 100vh;
}

.main_visual .main_catch{
  font-weight: normal;
  font-size: 40px;
  text-align: left;
  color: #fff;
  position: absolute;
  left:0%;
  top:50%;
  text-align: center;
  width: 100%;
  transform: translate(0%,-50%);
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .main_visual .main_catch {
    font-weight: normal;
    font-size: 7vw;
  }
}

.main_visual .slide{
  height: 100vh;
}

.main_visual .slide img{
  height: 100%;
  object-fit: cover;
}

.sticky_wrap{
  background: #fff;
}

.sticky_wrap .ly1{
  position: absolute;
  left:0;
  top:0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: max(4rem, 2.5vw);
  text-align: left;
  color: #fff;
  width: 100%;
  z-index: 10;
}

.front_contents{
  position: relative;
  z-index: 99;
}

.front_contents .ly2{
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.front_contents .ly2::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  min-height: 110vh;
  background: linear-gradient(rgba(72, 123, 160, 0) 0%, rgba(38, 96, 123, 0.8) 100%);
  width: 100%;
  z-index: -1;
}

.front_contents .ly2 .row{
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 3;
}
.front_contents .ly2 .row .box1{
  width: 50%;
  padding-left: 10%;
}

.front_contents .ly2 .row .box2{
  width: 50%;
}

.front_contents .ly2 .row .box1 .ttl{
  font-size: max(2.6rem, 2vw);
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-align: left;
}

.front_contents .ly2 .row .box2{  
  padding-left:45px;
  padding-top: 2em;
}


.front_contents .ly2 .row .box2 p{
  font-size: max(1.5rem, 1.1vw);
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .front_contents .ly2 .row .box1 {
    padding-left: 5%;
  }
  .front_contents .ly2 .row .box2{  
    padding-left:0;
    padding-top: 2em;
  }

}
@media screen and (max-width: 1024px) {
    
  .front_contents .ly2 .row{
    width: 80%;
    display: block;
    z-index: 3;
    margin: 0 auto;
  }

  .front_contents .ly2 .row .box1{
    width: 100%;
    padding-left: 0;
  }

  .front_contents .ly2 .row .box2{
    width: 100%;
  }

  .sticky_wrap .ly1{
    font-size: max(4rem, 6vw);
  }

  .front_contents .ly2 .row .box1 .ttl{
    font-size: max(2.4rem, 3.8vw);
  }

  .front_contents .ly2 .row .box2 p{
    font-size: 1.6rem;
  }
    
}
@media screen and (max-width: 640px) {
  .sticky_wrap .ly1{
    font-size: max(3rem,5vw);
  }

  .front_contents .ly2 .row .box1 .ttl {
    font-size: 5.4vw;
  }

  .front_contents .ly2 .row .box2 p{
    font-size: max(1.1rem,2.8vw);
    
  }

  .front_contents .ly2 .row{
    width: 94%;
  }
}

.top_section_news{
  padding:  40px 0;
}

.top_section_news .row{
  display: flex;
  flex-wrap:wrap;
}

.top_section_news .row .head{
  width: 130px;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: -5px;
  font-family: var(--subfont);
}

.top_section_news .row .news_list{
  display: flex;
  width: calc(100% - 130px);  
}

.top_section_news .row .news_list article{
  width: 100%;
}

.top_section_news .row .news_list article a{
  display: flex;
  align-items: center;
}

.top_section_news .row .news_list article time{
  width: 116px;
}

.top_section_news .row .news_list article .category{
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 108px;
  height: 32px;
  background: transparent;
  border: 1px solid #9a927f;  
}

.top_section_news .row .news_list article .ttl{
  padding-left: 30px;
  font-size: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top_section_news .button_area {
  width: 118px;
  position: absolute;
  right:0;
  top:4px;
  padding-top: 0px;
  margin-top: 4px;
}

@media screen and (max-width: 1024px) {
  .top_section_news{
    padding-bottom: 80px;
  }
  .top_section_news .row .head{
    width: 90px;
  }

  .top_section_news .row .news_list {
    display: flex;
    width: calc(100% - 90px);
  }

  .top_section_news .button_area {
    width: 100%;
    position:static;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-top: 4px;
    margin: 0px auto;
  }

  .top_section_news .row .news_list article a{
  align-items: center;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px 20px;
  align-items: center;
}

 .top_section_news .row .news_list article a time{}

 .top_section_news .row .news_list article a .category{}

 .top_section_news .row .news_list article a .ttl{
  grid-column: 1 / -1;
  padding-left: 0;
}

}

.top_section_property {
  padding-bottom: 50px;
}

.top_section_property .head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.top_section_property .head .button_more2{
  margin-top: 30px;
}

.top_section_contracted {
  background: #fff;
  padding: 50px 0 10px;
}

.top_section_contracted .head{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 47px;
  gap:60px;
  margin-bottom: 60px;
}

.top_section_contracted .head p{
  font-size: 2.1rem;
}

.top_section_contracted .head .button_more2{
  margin-top: 30px;
  position: absolute;
  right:0;
  top:0;
}
@media screen and (max-width: 1024px) {
  .top_section_contracted .head{
    display: block;
    margin-bottom: 47px;
    gap:60px;
    margin-bottom: 60px;
  }
  .top_section_contracted .head p {
    font-size: 2.1rem;
    margin-top: 10px;
  }
}

.top_section_company{
  background: #faf7f0;
  padding: 80px 0;
}

.top_section_company .row{
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 0px;
}

.top_section_company .row .box{
  width: 512px;
  flex-shrink: 0;
}

.top_section_company .row .box .top_ttl{
  margin-bottom: 37px;
}

.top_section_company .row .box .button2{
/*   display: block;
  width: 400px;
  height: 58px;
  background: #fff;
  border-radius: 50px;
  line-height: 58px;
  font-size: 1.8rem;
  text-align: center;
  color: #2b210a; */
}

.top_section_company .row .img{
  flex: 1;
}

.top_section_company .row .img img{
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
} 
@media screen and (max-width: 1024px) {
  .top_section_company{
    background: #faf7f0;
    padding: 50px 0 10px;
  }

  .top_section_company .row{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
  }

  .top_section_company .row .box{
    width: 100%;
    flex-shrink: 0;
  }

  .top_section_company .row .box .top_ttl{
    margin-bottom: 37px;
  }

  .top_section_company .row .box .button1{
    font-size: 2.8rem;
  }

  .top_section_company .row .img{
    width: 100%;
  }

  .top_section_company .row .img img{
    width: 100%;
    height: auto;
  } 

}

.top_section_value{
  padding:60px 0 90px;
  background:#FAF7F0;
  overflow:hidden;
}

.top_section_value .top_ttl{
  text-align:center;
  margin-bottom:60px;
}

.top_section_value .box{
  display:flex;
  width: 100%;
}

/* 左画像エリア */
.top_section_value .photo_area{
  position:relative;
  width:50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}

.top_section_value img{
  display:block;
  object-fit: ;
}

/* main */
.top_section_value .pos_ma{
  width:400px;
}

/* 左上 */
.top_section_value .pos_lt {
  position: absolute;
  width: 250px;
  left: 0px;
  top: -137px;
}

/* 右テキスト */
.top_section_value .txt_area {
  width: 50%;
  padding-right: 213px;
}

.top_section_value .txt_area p{
  margin-bottom: 70px;
  padding-top: 50px;
  line-height: 2;
  font-size: 1.6rem;
}

.top_section_value .txt_area .button2{
  width: 100%;
}

/* 右上 */
.top_section_value .pos_rt{
  position:absolute;
  width:260px;
  right:0;
  top:0;
}

/* 右下 */
.top_section_value .pos_rb{
  position:absolute;
  width:180px;
  right:0;
  bottom:10px;
}

@media screen and (max-width: 1024px) {
  .top_section_value .txt_area p{
    font-size: 1.8rem;
  }

  .top_section_value .pos_sp1{
    margin-bottom: 40px;
  }

  .top_section_value .pos_sp2 {
    padding: 0;
    margin: auto;
    width: 92%;
  }
  .top_section_value .top_ttl {
    margin-bottom: 0px;
  }
  .top_section_value .photo_area {
    position: relative;
    display: none;
  }

  .top_section_value .txt_area {
    width: 88%;
    margin: 0 auto 40px;
    padding-right: 0px;
  }

}


.mv {
  position: relative;
  width: 100%;
  min-height: 0px;
  height: 100vh;
  overflow: hidden;
}

.mv img{
  height: 100%;
  object-fit: cover;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.slide img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
  will-change: transform;
}