@charset "utf-8";

/* land-investment top */
/*============================
	kv
============================*/
.kv_bg {
  background-color: #e9e9e9;
}

.kv_inner {
  position: relative;
}

.kv_person {
  position: absolute;
}

.kv_person img {
  width: 100%;
  height: auto;
}

.kv_person_name {
  position: absolute;
  width: fit-content;
}

.kv_person_name_small,
.kv_person_name_large {
  text-align: right;
  font-weight: 500;
}

.kv .about_btn {
  position: relative;
  display: block;
  padding-right: 0.3em;
  border-radius: 3em;
  background: #EB5308;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.kv .about_btn .arrow {
  position: absolute;
  bottom: 0;
  display: block;
  height: 2px;
  margin: auto 0;
  border-radius: 9999px;
  background-color: #ffffff;
}

.kv .about_btn .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

/* SP */
@media screen and (max-width: 767px) {
  ul.kv {
    position: relative;
    overflow: hidden;
  }

  ul.kv li {
    position: relative;
    height: 67.44vw;
  }

  ul.kv li.kv1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2A2F58;
    background: url(../image/top/kv-apart.png) 84% 75% / 118% auto no-repeat;
  }

  ul.kv li.kv1 .kv1-bg {
    width: 70.9vw;
    height: 48.84vw;
    padding: 4.5vw 0 0 4.5vw;
    margin-left: 4vw;
    background: #fff;
    border-radius: 4px;
    border: 3px solid #043A7A;
  }

  ul.kv li.kv1 img.title {
    width: 92%;
  }

  ul.kv li.kv1 p {
    position: relative;
    z-index: 1;
    margin: 0.8em 0 0;
    font-size: 2.67vw;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  ul.kv li.kv1 h1 {
    position: relative;
    z-index: 1;
    margin: 0.2em 0 0;
    font-size: 3.72vw;
    font-weight: 700;
  }

  .kv .about_btn {
    width: 12em;
    height: 2em;
    padding-right: 1.5em;
    margin: 2vw 0 0 0;
    border-radius: 3em;
    font-size: 0.7rem;
    line-height: 2;
  }

  .kv .about_btn .arrow {
    top: 1vw;
    right: 3vw;
    width: 3.6vw;
  }

  .kv .about_btn .arrow::before {
    width: 1.8vw;
  }

  ul.kv li.kv1 .kv-character {
    position: absolute;
    left: 48%;
    bottom: 0;
    width: 64vw;
    z-index: 1;
  }

  .kv_inner {
    width: 100%;
    aspect-ratio: 430 / 320;
  }

  .kv_lead {
    padding: 21.74% 0 0 24px;
    width: 64.44%;
  }

  .kv_lead_txt_pc {
    display: none;
  }

  .kv_person {
    width: 57.91%;
    right: -5.81%;
    bottom: 0;
  }

  .kv_person_name {
    right: 49.07%;
    bottom: 10px;
  }

  .kv_person_name_small {
    font-size: 0.7647rem;
    line-height: 1.26;
  }

  .kv_person_name_large {
    padding-top: 2px;
    font-size: 0.9412rem;
    line-height: 1.26;
  }

  .kv_lead_txt_sp {
    padding: 15px 20px 0;
    font-size: 15px;
    line-height: 1.666;
  }
}

/* PC */
@media print,
screen and (min-width: 768px) {
  ul.kv {
    position: relative;
    max-width: 1920px;
    min-width: 1080px;
    margin: 0 auto;
  }

  ul.kv li {
    position: relative;
    height: 33.3vw;
    max-height: 480px;
  }

  ul.kv li.kv1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2A2F58;
    z-index: 0;
  }

  ul.kv li.kv1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 36%;
    display: block;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 1) 75%, rgba(233, 233, 233, 0) 100%);
    z-index: 0;
  }

  ul.kv li.kv1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 53.5%;
    height: 100%;
    background: url(../image/top/kv-apart.png) 50% 50% / cover no-repeat;
    z-index: -1;
  }

  ul.kv li.kv1 img.title {
    position: relative;
    z-index: 1;
    width: 42.786vw;
    max-width: 599px;
    margin: 0 8.3%;
  }

  ul.kv li.kv1 p {
    position: relative;
    z-index: 1;
    margin: 1em 8.3% 0;
    font-size: 1.9vw;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  ul.kv li.kv1 h1 {
    position: relative;
    z-index: 1;
    margin: 0.4em 8.3% 0;
    font-size: 2.9vw;
    font-weight: 700;
  }

  .kv .about_btn {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 40px;
    margin: 20px 8.3% 0;
    font-size: 1.5vw;
    line-height: 38px;
  }

  .kv .about_btn .arrow {
    top: 5px;
    right: 24px;
    width: 24px;
  }

  .kv .about_btn .arrow::before {
    width: 12px;
  }

  ul.kv li.kv1 .kv-character {
    position: absolute;
    left: calc(42.786vw + 8.3%);
    bottom: 0;
    width: 43.75vw;
    max-width: 630px;
    transform: translateX(-9.8vw);
    z-index: 1;
  }

  .kv_inner {
    width: 72%;
    height: 600px;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1200px;
    min-width: 980px;
    box-sizing: content-box;
  }

  .kv_lead {
    max-width: 826px;
    width: 53%;
    padding: 241px 0 22px;
    border-bottom: 1px solid #043a7a;
  }

  .kv_lead img {
    width: 100%;
    height: auto;
  }

  .kv_lead_txt_pc {
    margin: 26px 0 0;
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 2.05;
  }

  .kv_person {
    /*max-width: 386px;*/
    width: 33%;
    right: 6%;
    bottom: 0;
  }

  .kv_person_name {
    right: 36.5%;
    bottom: 24px;
  }

  .kv_person_name_small {
    font-size: 15px;
    line-height: 1.46;
  }

  .kv_person_name_large {
    padding-top: 2px;
    font-size: 20px;
    line-height: 1.46;
  }

  .kv_lead_txt_sp {
    display: none;
  }

  /*.breadcrumb_wrapper {
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 0;
    }*/
}

@media print,
screen and (min-width: 1440px) {
  ul.kv li.kv1 .kv-character {
    left: calc(300px + 30%);
  }

  ul.kv li.kv1 p {
    font-size: 26px;
  }

  ul.kv li.kv1 h1 {
    font-size: 40px;
  }

  .kv .about_btn {
    font-size: 18px;
  }

  ul.kv li.kv1 .kv-character {
    transform: translateX(-162px);
  }
}

/* hover */
@media (hover: hover) {
  .kv .about_btn:hover {
    background: #fff;
    color: #EB5308;
  }
  .kv .about_btn:hover .arrow,
  .kv .about_btn:hover .arrow::before {
    background: #EB5308;
  }
}

/*============================
	item
============================*/
.item_link {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.item_thumb {}

.item_thumb>img {
  width: 100%;
  object-fit: cover;
}

.item_label {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
}

.item_outline {
  width: 100%;
  display: flex;
}

.item_outline_ttl {
  color: #000;
  flex-shrink: 0;
}

.item_outline_ttl::after {
  display: inline;
  content: '：';
}

.item_outline_txt {
  color: #000;
}

/* SP */
@media screen and (max-width: 767px) {
  .item_list {
    margin: 0 0 10vw;
    padding: 0 20px;
  }

  .item {
    margin-top: 20px;
  }

  .item_link {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0 15px;
    position: relative;
    min-height: 170px;
  }

  .item_link::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 11px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #007bd4;
    border-bottom: 2px solid #007bd4;
    transform: rotate(-45deg);
  }

  .item_thumb>img {
    width: 100%;
    height: 100%;
  }

  .item_label {
    top: 10px;
    left: 2.5%;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 15px;
    padding: 6px 10px;
  }

  .item_outline_wrap {
    padding: 12px 0;
  }

  .item_outline {
    margin-top: 3px;
    padding: 0 28px 0 0;
  }

  .item_outline_ttl,
  .item_outline_txt {
    font-size: 15px;
    line-height: 1.4;
  }

  .item_outline.-address {
    margin: 0 0 10px;
    padding: 0 15px 0 0;
  }

  .item_outline.-address .item_outline_ttl,
  .item_outline.-address .item_outline_txt {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }

  .item_outline_price {
    font-size: 18px;
    font-weight: 500;
    color: #007bd4;
  }
}

/* PC */
@media print,
screen and (min-width: 768px) {
  .item_list {
    width: 100%;
    margin: 70px 0 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 3.3%;
  }

  .item_list .item {
    width: 31.11%;
  }

  .item_link {
    height: 100%;
    padding-bottom: 24px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  }

  .item_thumb {
    margin-bottom: 22px;
  }

  .item_thumb>img {
    aspect-ratio: 373 / 270;
  }

  .item_label {
    top: 16px;
    left: 10px;
    border-radius: 8px;
    font-size: 20px;
    padding: 10px 18px;
  }

  .item_outline {
    margin-top: 6px;
    padding: 0 22px;
  }

  .item_outline_ttl,
  .item_outline_txt {
    font-size: 18px;
    line-height: 1.4;
  }

  .item_outline.-address {
    margin: 0 0 8px;
  }

  .item_outline.-address .item_outline_ttl,
  .item_outline.-address .item_outline_txt {
    font-size: 22px;
    font-weight: 500;
  }
}

/* hover */
@media (hover: hover) {
  .item_link:hover .item_thumb>img {
    opacity: 0.7;
  }
}

/*============================
	message
============================*/
.message_ttl {
  color: #fff;
  font-weight: 700;
}

.message_ttl_large {
  font-weight: 700;
}

.message_txt {
  color: #fff;
  font-weight: 500;
}

a.reason {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #2A2F58;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}

a.reason::after {
  content: "";
  position: absolute;
  top: 48%;
  border-right: 2px solid #2A2F58;
  border-bottom: 2px solid #2A2F58;
  transform: rotate(-45deg) translateY(-50%);
}

/* SP */
@media screen and (max-width: 767px) {
  .message {
    padding: 44px 0 9.3vw;
    width: 100%;
    background: url(/image/top/message_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .message_ttl {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 2.2px;
    text-align: center;
  }

  .message_ttl_large {
    font-size: 32px;
    letter-spacing: 3.2px;
  }

  .message_txt {
    padding: 0 20px;
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.7;
  }

  .hide-on-mobile {
    display: none !important;
  }

  a.reason {
    width: 90.7%;
    height: 12vw;
    padding-right: 1em;
    margin: 45vw auto 0;
    border-radius: 10vw;
    font-size: 1.06rem;
  }

  a.reason::after {
    width: 2.7vw;
    height: 2.7vw;
    right: 4vw;
  }
}

/* PC */
@media print,
screen and (min-width: 768px) {
  .message {
    padding: 80px 0;
    min-width: 1080px;
    width: 100%;
    background: url(/image/top/message_bg_pc.jpg) no-repeat center;
    background-size: cover;
  }

  .message_ttl {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 1.6px;
  }

  .message_ttl_large {
    font-size: 44px;
  }

  .message_txt {
    width: 31em;
    margin: 32px 0 0;
    font-size: 18px;
    line-height: 1.77;
  }

  a.reason {
    width: 480px;
    height: 70px;
    margin: 60px 0 0;
    border-radius: 50px;
    font-size: 20px;
    transition: all 0.15s linear;
  }

  a.reason::after {
    width: 14px;
    height: 14px;
    right: 22px;
    transition: all 0.15s linear;
  }
}

/* hover */
@media (hover: hover) {
  a.reason:hover {
    background: #D54700;
    color: #FFF;
  }

  a.reason:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

.membership {}

.membership a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #D54700;
  text-align: center;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0.21em 0.2em 0.4em rgba(0, 0, 0, 0.25);
}

.membership a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4%;
  height: 100%;
  background: #043A7A;
  transition: width 0.2s ease;
  z-index: -1;
}

.membership a::after {
  content: "";
  position: absolute;
  top: 48%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

/* SP */
@media screen and (max-width: 767px) {
  .membership {
    margin: 4vw 0 8vw;
  }

  .item_list+.membership {
    margin-bottom: 14vw;
  }

  .membership a {
    width: 90.7%;
    height: 12vw;
    border-radius: 1.86vw;
    font-size: 1.06rem;
  }

  .membership a::after {
    width: 2.7vw;
    height: 2.7vw;
    right: 3.5vw;
  }
}

/* PC */
@media print,
screen and (min-width: 768px) {
  .membership {
    margin: 50px 0 0;
  }

  .item_list+.membership {
    margin-bottom: 80px;
  }

  .membership a {
    width: 480px;
    height: 70px;
    border-radius: 8px;
    font-size: 20px;
  }

  .membership a::after {
    width: 14px;
    height: 14px;
    right: 22px;
  }
}

/* hover */
@media (hover: hover) {
  .membership a:hover::before {
    width: 100%;
  }
}