@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
.l-header .header__inner {
  background: none;
  border-radius: 0;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .logo-wrap .logo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header.bg .header__inner {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}

/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/1324;
  background: url("../images/top/bg_fv.jpg") no-repeat center center;
  background-size: cover;
  padding: 17rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-fv {
    aspect-ratio: 361/640;
    padding: 12.8rem 0 0 0;
  }
}
.sec-fv .fv-txt01 {
  position: relative;
  width: 136rem;
  padding: 0 8rem;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-txt01 {
    width: 100%;
    max-width: 32.7rem;
    padding: 0;
  }
}
.sec-fv .fv-txt02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 136rem;
  padding: 0 8rem;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-txt02 {
    width: 100%;
    max-width: 32.7rem;
    padding: 0;
  }
}
.sec-fv .fv-txt02 .lead {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-txt02 .lead {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
.sec-fv .fv-txt02 .txt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-txt02 .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.sec-fv .fv-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37.6rem;
  width: calc(100% - 3.4rem);
  margin: 0 auto;
  border-radius: 1.6rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 1761px) {
  .sec-fv .fv-img {
    bottom: -33.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-fv .fv-img {
    bottom: -34.6rem;
    width: calc(100% - 3.2rem);
    border-radius: 0.4rem;
  }
}
.sec-fv .fv-img img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-fv .btn_wrap .c-button {
    background: #1202BD;
  }
}
.sec-fv .page-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 15rem;
  margin: 0 auto;
  width: 136rem;
  pointer-events: none;
  z-index: 3;
}
.sec-fv .page-scroll .scroll-btn {
  position: absolute;
  right: 8rem;
  top: 0;
  display: block;
  width: 18.5rem;
  height: 19.2rem;
  pointer-events: auto;
}
.sec-fv .page-scroll .scroll-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #224589 transparent transparent transparent;
  border-width: 2.8rem 1.4rem 0 1.4rem;
}
.sec-fv .page-scroll .scroll-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background: url("../images/top/bg_scrollbtn.png") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  animation: rotation 8s linear infinite;
}
@media screen and (max-width: 767px) {
  .sec-fv .page-scroll {
    display: none;
  }
}

/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* sec-news
---------------------------------------------------------------------------- */
.sec-news {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2.4rem 8rem;
  border-radius: 0 0 1.6rem 1.6rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding: 3.2rem 1.6rem;
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
.sec-news .l-inner {
  position: relative;
  margin: 0 auto;
}
.sec-news .c-title {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec-news .c-title {
    margin-bottom: 0.8rem;
  }
}
.sec-news .c-title .en-ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-news .c-title .en-ttl {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
  }
}
.sec-news .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-news .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.sec-news .flex .flex-post {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 767px) {
  .sec-news .flex .flex-post {
    width: 100%;
  }
}
.sec-news .post + .post {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post + .post {
    margin-top: 0.8rem;
  }
}
.sec-news .post .post-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post .post-links {
    flex-wrap: wrap;
    gap: 0 0.8rem;
  }
}
.sec-news .post .post-links .date {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-news .post .post-links .date {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-news .post .post-links .cat {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 1.6rem;
  border-radius: 0.4rem;
  background: #101010;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-news .post .post-links .cat {
    padding: 0.2rem 1.6rem 0.2rem 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.sec-news .post .post-links .ttl {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  word-break: initial;
}
@media screen and (max-width: 767px) {
  .sec-news .post .post-links .ttl {
    flex: auto;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .btn_wrap {
    margin-top: 3.2rem;
    width: 100%;
  }
}

/* sec-business
---------------------------------------------------------------------------- */
.sec-business {
  position: relative;
  padding: 44.8rem 0 11.4rem 0;
}
@media screen and (max-width: 767px) {
  .sec-business {
    margin-top: -6rem;
    padding-top: 48rem;
    padding-bottom: 4rem;
  }
}
.sec-business .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 4.2rem;
}
@media screen and (max-width: 767px) {
  .sec-business .flex {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.sec-business .flex .business-box {
  width: calc((100% - 8.4rem) / 3);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.4rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-business .flex .business-box {
    width: 100%;
  }
}
.sec-business .flex .business-box .ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.00048em;
  font-weight: 700;
  color: #fff;
  padding: 1.6rem 2rem;
  border-bottom: 2px solid #D73030;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-business .flex .business-box .ttl {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.0004em;
    font-weight: 700;
    padding: 1.6rem;
  }
}
.sec-business .flex .business-box .box-txt {
  padding: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-business .flex .business-box .box-txt {
    padding: 1.6rem;
  }
}
.sec-business .flex .business-box .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-business .flex .business-box .box-txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-business .flex .business-box .box-txt .en-txt {
  margin-top: 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .sec-business .flex .business-box .box-txt .en-txt {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
  }
}

/* estate-experience
---------------------------------------------------------------------------- */
.sec-experience {
  background-color: transparent;
  padding-bottom: 12rem;
  box-sizing: border-box;
}
.sec-experience .ttl-wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-experience .ttl-wrap {
    margin-bottom: 6.4rem;
  }
}
.sec-experience .slider-wrap {
  position: relative;
  padding: 0 0 14rem 0;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap {
    padding: 0 0 6rem 0;
  }
}
.sec-experience .slider-wrap .slider-experience .slick-list {
  padding: 0 0 14rem 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slick-list {
    padding: 0 0 6rem 0;
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item {
  width: 63.2rem;
  margin: 0 2rem;
  transform: translateY(7rem);
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item {
    width: 31.3rem;
    margin: 0 0.8rem;
    transform: translateY(3rem);
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item .post-links {
  display: block;
  background: #fff;
  border: 1px solid #224589;
  padding: 3.2rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item .post-links {
    padding: 1.6rem;
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-ttl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: 2px solid #D73030;
  padding-bottom: 0.4rem;
  margin-bottom: 1.6rem;
  word-break: initial;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-img {
  aspect-ratio: 567/378;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-img {
    aspect-ratio: 281/187;
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-txt {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #224589;
  word-break: initial;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-cat {
  margin-top: 1.6rem;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #224589;
  padding: 0.2rem 1.6rem;
  border: 1px solid #224589;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item .post-links .post-cat {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item.is-prev {
  transform: translateY(0);
}
.sec-experience .slider-wrap .slider-experience .slide-item.slick-current {
  transform: translateY(7rem);
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item.slick-current {
    transform: translateY(3rem);
  }
}
.sec-experience .slider-wrap .slider-experience .slide-item.is-next {
  transform: translateY(14rem);
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .slider-experience .slide-item.is-next {
    transform: translateY(6rem);
  }
}
.sec-experience .slider-wrap .arrow-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 68rem;
  margin: -7rem auto 0 auto;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .arrow-wrap {
    width: calc(100% - 2rem);
    max-width: inherit;
    margin: -6rem auto 0 auto;
  }
}
.sec-experience .slider-wrap .arrow-wrap .slide-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  pointer-events: auto;
  width: 4.8rem;
  height: 4.8rem;
  background: #224589;
  border-radius: 0.4rem;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec-experience .slider-wrap .arrow-wrap .slide-arrow {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-experience .slider-wrap .arrow-wrap .slide-arrow:hover {
    opacity: 0.7;
  }
}
.sec-experience .slider-wrap .arrow-wrap .slide-arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
}
.sec-experience .slider-wrap .arrow-wrap .slide-arrow.prev-arrow {
  left: 0;
}
.sec-experience .slider-wrap .arrow-wrap .slide-arrow.prev-arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0.4rem 0.8rem 0.4rem 0;
}
.sec-experience .slider-wrap .arrow-wrap .slide-arrow.next-arrow {
  right: 0;
}
.sec-experience .slider-wrap .arrow-wrap .slide-arrow.next-arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.4rem 0 0.4rem 0.8rem;
}