@charset "utf-8";


/* -----------------------------------------------------------------
.page_cont
----------------------------------------------------------------- */
.page_cont {
  overflow: hidden;
}

/* -----------------------------------------------------------------
.sec_for_owners
----------------------------------------------------------------- */
.sec_for_owners {
  display: flex;
  justify-content: center;
  gap:min(8vw,150px);
  width: min(90vw,1600px);
  margin: 6rem auto 0;
}
.sec_for_owners .img,
.sec_for_owners .body {
  position: relative;
  width: 100%;
}
.sec_for_owners .img {
  padding-left: max(2.5vw,75px);
}
.sec_for_owners .img .cmn_image_wrap {
  position: relative;
  border-radius: 9999px;
  z-index: -1;
}
.sec_for_owners .body .cmn_txt01 {
  margin-top: 3rem;
}
.sec_for_owners .body .cmn_txt01 {
  margin-top: 3rem;
}

.sec_for_owners .body .cmn_link_arrow01 {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sec_for_owners {
    flex-direction: column;
    gap:3rem;
    width: min(90vw,1600px);
    margin: 2rem auto 0;
  }
  .sec_for_owners .img {
    width: 70vw;
    padding-left: 0;
  }
    .sec_for_owners .img .cmn_image_wrap {
      z-index: 0;
    }
}
@media print, screen and (min-width: 768px) {
  .sec_for_owners .body {
    padding-top: 15rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec_for_owners {
    flex-direction: column;
    gap:5rem;
    width: min(90vw,1600px);
    margin: 5rem auto 0;
  }
  .sec_for_owners .img {
    width: 70vw;
    padding-left: 0;
  }
  .sec_for_owners .body {
    padding-top: 0;
  }

}



/* -----------------------------------------------------------------
.sec_for_owners(parallax)
----------------------------------------------------------------- */
.sec_for_owners .parallax_item01 {
  top:80%;
  left: 0;
  z-index: 2;
  width: 14rem;
  height: 2.5rem;
  background: url("../img/common/obg_main01_change.svg") repeat;
  background-size: 3.5rem 100%;
}
.sec_for_owners .parallax_item02 {
  top:22%;
  right: -9rem;
  z-index: 2;
  width: 21rem;
  height: 2.5rem;
  background: url("../img/common/obg_main01_change.svg") repeat;
  background-size: 3.5rem 100%;
}
@media screen and (max-width: 767px) {
  .sec_for_owners .parallax_item01 {
    top:100%;
    left: -12vw;
  }
  .sec_for_owners .parallax_item02 {
    top:100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec_for_owners .parallax_item01 {
    top:135%;
  }
  .sec_for_owners .parallax_item02 {
    top:115%;
  }
}


/* -----------------------------------------------------------------
.sec_news
----------------------------------------------------------------- */
.sec_news {
  --margin_left:6vw;
  --margin_right: 5vw;
  position: relative;
  width: min(92vw,1500px);
  margin: 12rem auto 0 0;
  padding: 6rem 0 3rem;
  background: rgba(255,255,255,0.9);
  border-radius: 0 var(--round_size_50) var(--round_size_50) 0;
}
.sec_news .sec_inner {
  display: flex;
  align-items: flex-start;
  margin-left: var(--margin_left);
  margin-right: var(--margin_right);
}
.sec_news .sec_ttl {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
  font-weight: 700;
  font-size: min(5vw,2.75rem);
  writing-mode: vertical-rl;
}
.sec_news .box_post {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap:2.5rem;
  padding-left: 5vw;
}
.sec_news .box_post .box_year {
  display: flex;
  align-items: flex-start;
  gap:4vw;
  border-bottom: #ebefe2 2px solid;
}
.sec_news .box_post .box_year .year {
  line-height: 1;
  font-weight: 400;
  font-size: 2.75rem;
}
.sec_news .box_post .box_year .list_post {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec_news .box_post .box_year .list_post .item {
  display: block;
  padding-bottom: 2.5rem;
  line-height: 1.4;
}
.sec_news .box_post .box_year .list_post .item .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
}
.sec_news .sec_ft {
  margin-top: 2rem;
  margin-left: var(--margin_left);
  margin-right: var(--margin_right);
  text-align: right;
}
@media (hover: hover) and (pointer: fine) {
  .sec_news .box_post a {
    transition: all .3s ease;
  }
  .sec_news .box_post a:hover {
    color: var(--color_txt_hover);
  }
}

@media screen and (max-width: 767px) {
  .sec_news {
    margin-top: 8rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .sec_news .box_post .box_year .year {
    font-size: min(6vw, 2rem);
  }

}
@media print, screen and (min-width: 768px) {
  .sec_news .box_post .box_year .list_post .item {
    display: flex;
    gap: 1.5rem;
  }

}

/* -----------------------------------------------------------------
.sec_news(parallax)
----------------------------------------------------------------- */
.sec_news .parallax_item01 {
  top:20%;
  right: -19vw;
  width: 6.35em;
}
.sec_news .parallax_item02 {
  top:60%;
  right: -9vw;
  width: 12.55em;
}
.sec_news .parallax_item03 {
  top:30%;
  right: 15vw;
  width: 5em;
}
/* -----------------------------------------------------------------
.sec_company
----------------------------------------------------------------- */
.sec_company {
  width: min(1220px,88vw);
  margin: 12rem auto 0;
}
@media (hover: hover) and (pointer: fine) {
  .sec_company a {
    transition: all .3s ease;
  }
}
@media screen and (max-width: 767px) {
  .sec_company {
    margin-top: 8rem;
  }

}

/* -----------------------------------------------------------------
.sec_company .box_1st
----------------------------------------------------------------- */
.sec_company .box_1st {
  display: flex;
}
.sec_company .box_1st >* {
  width: 100%;
}
.sec_company .box_1st .sec_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_company .box_1st .sec_ttl .ttl_main {
  font-weight: 700;
  font-size: min(5.3vw,3rem);
}
.sec_company .box_1st .sec_ttl .ttl_sub {
  font-weight: 700;
  font-size: 1.2rem;
}
.sec_company .box_1st .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:1.5rem;
  border-radius: 30px;
  background: url("../img/index/sec_company_img01.png") no-repeat center center;
  background-size: cover;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.sec_company .box_1st .body .txt_main {
  font-weight: 700;
  font-size: min(3.5vw,2rem);
}
.sec_company .box_1st .body .txt_sub {
  line-height: 1.6;
  font-weight: 700;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .sec_company .box_1st {
    flex-direction: column;
    gap: 2rem;
  }
  .sec_company .box_1st .body {
    aspect-ratio: 10 / 5;
  }
  .sec_company .box_1st .body .txt_main {
    font-size: 1.3rem;
  }

}
@media print, screen and (min-width: 768px) {
  .sec_company .box_1st .sec_ttl {
    gap:1rem;
  }
  .sec_company .box_1st .body {
    aspect-ratio: 10 / 7;
  }

}

/* -----------------------------------------------------------------
.sec_company .box_2nd
----------------------------------------------------------------- */
.sec_company .box_2nd {
  display: flex;
  gap:max(3%,1rem);
  margin-top: 2.6rem;
}
.sec_company .box_2nd >* {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:0.5rem;
  width: 100%;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.sec_company .box_2nd .txt_main {
  font-weight: 700;
  font-size: 1.3rem;
  font-size: min(3vw,1.3rem);
}
.sec_company .box_2nd .txt_sub {
  font-weight: 700;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .sec_company .box_2nd {
    flex-direction: column;
    gap: 1rem;
  }
  .sec_company .box_2nd >* {
    aspect-ratio: 10 / 2;
  }
  .sec_company .box_2nd .txt_main {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_company .box_2nd >* {
    aspect-ratio: 10 / 6;
  }

}

/* -----------------------------------------------------------------
.XXXX
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {

}




