/*トップページ*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  letter-spacing: 0.08rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #4d463d;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.scroll-nav--under {
  position: relative;
}

.scroll-text {
  position: relative;
}

.scroll-nav__border {
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  height: 10vh;
}

.scroll-nav__border--top {
  top: 0;
}

.scroll-nav__border--under {
  bottom: 0;
}

a,
button {
  cursor: pointer;
}

.scroll-nav__text {
  position: relative;
}

.scroll-nav__text::before {
  content: "SCROLL";
  position: absolute;
  color: #fff;
  left: -30px;
  top: -24px;
}

.scroll-nav__border-red {
  border-color: #1e5b9a;
}

.effect-fade1 {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.effect-fade2 {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.effect-fade3 {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.effect-fade4 {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
}

.effect-fade1.effect-scroll,
.effect-fade2.effect-scroll,
.effect-fade3.effect-scroll,
.effect-fade4.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

a:hover:not(.business__content-group-list li a) {
  opacity: 0.8;
}

.top-video__container {
  width: 100vw;
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
}

.top-video__container video {
  position: absolute;
  width: 100vw;
  height: 100%;
  min-height: 760px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.top-video__ttl {
  width: 100%;
  margin: auto;
  color: #fff;
}

.top-video__logo {
  width: auto;
  height: 35vh;
  max-width: 840px;
  min-height: 195px;
  margin: auto;
  -webkit-transform: translate(-6%, 44%);
  -ms-transform: translate(-6%, 44%);
  transform: translate(-6%, 44%);
}

.top-video__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.top-video__ttl-text {
  text-align: center;
}

.top-video__ttl-text--1 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 43px;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #000;
}

.top-video__ttl-text--2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #000;
}

.top-message {
  background-image: url("../images/top/bg_topmessage.png");
  background-color: #000;
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding: 155px 50px;
  position: relative;
}

.top-message__container {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.top-message__ttl {
  text-align: center;
}

.top-message__ttl h2 {
  font-size: 5.2rem;
  letter-spacing: 0.03rem;
  font-weight: 400;
  color: #1e5b9a;
  line-height: 1.25;
}

.top-message__ttl p {
  margin-top: 9px;
}

.top-message__text {
  width: 100%;
  margin: 62px auto 0;
  color: #010101;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #4d463d;
}

.top-message__text p {
  margin-bottom: 28px;
}

.top-message__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-message__sign img {
  margin-left: 16px;
}

.top-message__sign--text {
  margin-top: 10px;
}

.top-message__sign--text p {
  margin-bottom: 15px;
}

.release {
  background-color: #000;
  background-image: url("../images/top/bg_release.png");
  background-size: cover;
  background-position: center;
  padding: 155px 50px;
  height: fit-content;
}

.release__container {
  color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  min-width: 608px;
}

.release__ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}

.release__ttl h2 {
  font-size: 5.2rem;
  letter-spacing: 0.03rem;
  margin-bottom: 16px;
}

.release__main {
  width: 100%;
  max-width: 788px;
  margin: auto;
}

.release__main input[name="tab_item"] {
  display: none;
}

.release-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.release-tab__item {
  width: 100%;
  max-width: 144px;
  height: 30px;
  line-height: 1.87;
  text-align: center;
  background-color: #a0a0a0;
  margin-left: 1px;
}

.release-tab__item:hover {
  opacity: 0.8;
  background-color: #1e5b9a;
}

.release-tab__content {
  display: none;
  background-color: #f5f5f5;
  padding: 30px;
  width: 100%;
  min-width: 320px;
}

#all:checked ~ #all_content,
#news:checked ~ #news_content,
#topics:checked ~ #topics_content {
  display: block;
}

#all:checked ~ .release-tab .release-tab__item--all,
#news:checked ~ .release-tab .release-tab__item--news,
#topics:checked ~ .release-tab .release-tab__item--topics {
  background-color: #1e5b9a;
  color: #fff;
}

.release-tab__content-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #e3f1ff;
}

.release-tab__content--date {
  color: #1e5b9a;
  min-width: 109px;
}

.release-tab__content--category {
  height: 16px;
  margin-top: -5px;
}

.release-tab__content--category p {
  color: #1e5b9a;
  font-size: 1.4rem;
  width: 72px;
  text-align: center;
  border: 1px #1e5b9a solid;
  padding: 4px 0;
}

.release-tab__content-item a,
.release-tab__list-link a {
  text-decoration: none;
  color: #010101;
  padding-left: 10px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.release-tab__content--pdf {
  padding-left: 10px;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.release-tab__content--pdf a {
  padding-left: 0;
}

.release-tab__list-link {
  text-align: right;
  position: relative;
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}

.release-tab__list-link p:hover {
  opacity: 0.8;
}

.release-tab__list-link a {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  gap: 15px;
}

.release-tab__list-link a::after {
  /* position: absolute;
  bottom: 5px;
  right: 68px;
  margin: auto 19px auto auto; */
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1e5b9a;
  border-right: 1px solid #1e5b9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.business__container {
  position: relative;
}

.business__ttl {
  text-align: center;
  padding: 78px 0;
  background-image: url("../images/top/bg_link.jpg");
  background-size: cover;
  background-position: center center;
}

.business__ttl h2 {
  color: #1e5b9a;
  font-size: 5.2rem;
  margin-bottom: 18px;
}

.business__content {
  position: relative;
}

.business__link-wrapper {
  position: absolute;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  pointer-events: none;
}

.business__link-wrapper--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.business__link-wrapper--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.business__link-wrapper .business__content-item {
  position: relative;
  width: 100%;
  margin: auto;
}

.business__link-wrapper .business__content-item.business__content-item--1 {
  top: 14.5vw;
}
.business__link-wrapper .business__content-item.business__content-item--2 {
  top: 14.5vw;
}
.business__link-wrapper .business__content-item.business__content-item--3 {
  top: 14.5vw;
}
.business__link-wrapper .business__content-item.business__content-item--4 {
  top: 14.5vw;
}

.business__content-slant {
  background-color: #fff;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 100%;
  height: 38.6vw;
  z-index: 10;
  overflow: hidden;
}

.business__content-group-list {
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business__content-group {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.9px;
}

.business__content-img {
  width: 50%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business__content-img:hover {
  opacity: 0.8;
}

.business__content-img.hover {
  opacity: 0.8;
}

.business__content-img > a {
  display: block;
  height: 100%;
  width: 100%;
}

.business__content-item {
  width: 100%;
  max-width: 290px;
  white-space: nowrap;
  padding: 0 10px;
}

.business__content-name--en {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.business__content-name--jp {
  text-align: center;
  margin-bottom: 37px;
}

.business__content-btn {
  color: #fff;
  max-width: 290px;
  width: 100%;
  height: 70px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  position: relative;
  pointer-events: auto;
}

.business__content-btn::before {
  position: absolute;
  content: "";
  top: 26px;
  right: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}

.business__content-btn:hover {
  background-color: #1e5b9a;
  border: none;
}

.business__content-list--estate {
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  background-image: url("../images/top/ba_realestate.png");
  background-size: cover;
  background-position: center center;
}

.business__content-list--hotel {
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  background-image: url("../images/top/ba_hotel.png");
  background-size: cover;
  background-position: center center;
}

.business__content-list--golf {
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  background-image: url("../images/top/ba_golf.png");
  background-size: cover;
  background-position: center center;
}

.business__content-list--mandoa {
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  background-image: url("../images/top/ba_mandoa.png");
  background-size: cover;
  background-position: center center;
}

/* Retina対応 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .top-message {
    background-image: url("../images/top/bg_topmessage@2x.png");
  }
  .release {
    background-image: url("../images/top/bg_release@2x.png");
  }
  .business__content-list--estate {
    background-image: url("../images/top/ba_realestate@2x.png");
  }
  .business__content-list--hotel {
    background-image: url("../images/top/ba_hotel@2x.png");
  }
  .business__content-list--golf {
    background-image: url("../images/top/ba_golf@2x.png");
  }
  .business__content-list--mandoa {
    background-image: url("../images/top/ba_mandoa@2x.png");
  }
}

@media screen and (max-width: 1366px) {
  .business__content-name--en {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .business__content-name--en {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .scroll-text {
    position: relative;
  }

  .scroll-nav__border {
    height: 44px;
  }

  .scroll-nav__text::before {
    font-size: 1.2rem;
    left: -24px;
    top: -20px;
  }

  .scroll-nav__border--business {
    top: calc(-100% - 15px);
  }

  .top-video__logo {
    height: auto;
    width: 100%;
    min-height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .top-video__ttl {
    width: 100%;
  }

  .top-video__ttl-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .top-video__ttl-text--1 {
    font-size: 3.8rem;
    margin-bottom: 20px;
  }

  .top-video__ttl-text--2 {
    font-size: 1.8rem;
  }

  .top-message {
    padding: 70px 30px;
  }

  .top-message__ttl h2 {
    font-size: 3rem;
  }

  .top-message__ttl p {
    font-size: 1.2rem;
  }

  .top-message__text {
    margin-top: 25px;
    font-size: 1.2rem;
    line-height: 1.58;
  }

  .top-message__text p {
    margin-bottom: 23px;
  }

  .top-message__sign {
    display: block;
    margin: 0 0 0 auto;
    max-width: 245px;
    min-width: 260px;
    text-align: right;
  }

  .top-message__sign img {
    width: 100%;
    max-width: 170px;
  }

  .top-message__sign--text {
    margin-top: 33px;
    display: flex;
    justify-content: right;
  }

  .top-message__sign--text p {
    text-align: left;
    font-size: 1.2rem;
    margin: 0 0 6px 33px;
  }

  .release {
    padding: 70px 0;
  }

  .release__container {
    padding: 0 15px;
    min-width: 260px;
  }

  .release__ttl {
    margin-bottom: 39px;
  }

  .release__ttl h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .release__ttl p {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }

  .release-tab__item {
    width: 100%;
    font-size: 1.2rem;
    height: 25px;
    line-height: 2;
    margin-left: 1px;
  }

  .release-tab__content {
    padding: 3px 15px 20px;
    min-width: 290px;
  }

  .release-tab__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .release-tab__content--date {
    font-size: 1rem;
    min-width: 60px;
  }

  .release-tab__content--category {
    margin-top: -4px;
    margin-right: calc(100% - 120px);
  }

  .release-tab__content--category p {
    font-size: 0.8rem;
    width: 100%;
    margin: 0 0.5rem;
    padding: 0;
    height: 13px;
  }

  .release-tab__content--pdf {
    width: 100%;
    min-width: 260px;
    line-height: 1.2;
    padding-left: 0;
  }

  .release-tab__content-item a,
  .release-tab__list-link a {
    font-size: 1.2rem;
    padding-left: 0;
  }

  .release-tab__list-link {
    margin: 25px 8px 0;
  }

  .release-tab__list-link::before {
    bottom: 3px;
    right: 49px;
    width: 6px;
    height: 6px;
  }

  .business__ttl h2 {
    font-size: 3rem;
  }

  .business__ttl p {
    font-size: 1.2rem;
  }

  .business__link-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .business__link-wrapper--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .business__link-wrapper--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .business__link-wrapper .business__content-item {
    width: 50%;
    height: 85.6vw;
    min-height: 290px;
  }

  .business__link-wrapper .business__content-item.business__content-item--1 {
    top: 30vw;
  }
  .business__link-wrapper .business__content-item.business__content-item--2 {
    top: 30vw;
  }
  .business__link-wrapper .business__content-item.business__content-item--3 {
    top: 30vw;
  }
  .business__link-wrapper .business__content-item.business__content-item--4 {
    top: 30vw;
  }

  .business__content-group-list {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .business__content-slant {
    height: 171.2vw;
    min-height: 547px;
  }

  .business__content-group--top {
    position: absolute;
    top: 0;
    left: 0;
    height: 85.6vw;
    min-height: 274px;
    width: 100%;
    z-index: 3;
    overflow: hidden;
  }

  .business__content-group--down {
    position: absolute;
    top: 50%;
    left: 0;
    height: 85.6vw;
    min-height: 274px;
    width: 100%;
    z-index: 4;
    margin-top: -1px;
    overflow: hidden;
  }

  .business__content-img {
    height: 110vw;
    min-height: 352px;
  }

  .business__content-list--golf {
    margin-top: -2px;
  }

  .business__content-list--mandoa {
    margin-top: -5px;
  }

  .business__content-item {
    margin-top: 12px;
  }

  .business__content-name--jp {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .business__content-btn {
    font-size: 1.2rem;
    height: 35px;
    margin: 0 19px;
    width: 80%;
  }

  .business__content-btn::before {
    top: 12px;
    right: 10%;
    border-width: 4px 0 4px 4px;
  }

  /* SP背景 */
  .top-message {
    background-image: url("../images/top/bg_topmessage-sp.png");
  }
  .release {
    background-image: url("../images/top/bg_release-sp.png");
  }
  .business__content-list--estate {
    background-image: url("../images/top/ba_realestate-sp.png");
  }
  .business__content-list--hotel {
    background-image: url("../images/top/ba_hotel-sp.png");
  }
  .business__content-list--golf {
    background-image: url("../images/top/ba_golf-sp.png");
  }
  .business__content-list--mandoa {
    background-image: url("../images/top/ba_mandoa-sp.png");
  }

  /* Retina対応 */
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .top-message {
      background-image: url("../images/top/bg_topmessage-sp@2x.png");
    }
    .release {
      background-image: url("../images/top/bg_release-sp@2x.png");
    }
    .business__content-list--estate {
      background-image: url("../images/top/ba_realestate-sp@2x.png");
    }
    .business__content-list--hotel {
      background-image: url("../images/top/ba_hotel-sp@2x.png");
    }
    .business__content-list--golf {
      background-image: url("../images/top/ba_golf-sp@2x.png");
    }
    .business__content-list--mandoa {
      background-image: url("../images/top/ba_mandoa-sp@2x.png");
    }
  }

  @media screen and (max-width: 320px) {
    .top-video__container video {
      width: 100%;
    }
  }
}

@media screen and (max-width: 540px) {
  .br_sp_none {
    display: none;
  }
  .top-video__ttl-text--1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .top-video__ttl-text--2 {
    font-size: 1.2rem;
  }
}

.non_message {
  color: #010101;
}
