@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&amp;display=swap');
/******************************

 * style
 *
 * 1. Layout（共通要素）

******************************/
/* gNav */
#gNav {
  line-height: calc(17/14);
}

#gNav > ul {
  display: flex;
  align-items: center;
  height: 51px;
}

#featuredListing {
  padding: 140px 20px 210px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1432px;
}

.featured-bg{
  position: absolute;
  width: 100%;
  height: 735px;
  background-size: cover;
  z-index: -10;
  background-repeat: no-repeat;
}

#featuredListing .title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

#featuredListing .text-title {
  font-size: 42px;
  font-family: "adobe-garamond-pro",serif;
  line-height: 44px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  padding-top: 25px;
}

#featuredListing .title-wrapper p{
  font-family: Helvetica, Arial, sans-serif;;
  font-size: 16px;
  color: #FFFFFF;
  align-items: flex-end;
  display: flex;
}

#featuredListing .text-title::before {
  position: absolute;
  content: "";
  width: 34%;
  height: 2px;
  left: 0px;
  top: 0px;
  background-color: rgba(125, 133, 149, 1);
}

#featuredListing .card-wrapper {
  width: 100%;
  min-height: 120px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2%;
}

#featuredListing .card-wrapper .featured-card {
  grid-column: span 4 / span 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  height: 535px;
}

#featuredListing .card-wrapper .featured-card .content {
  position: absolute;
  bottom: -17%;
  left: 7%;
  width: 86%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  height: 220px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.12);
}

#featuredListing .card-wrapper .featured-card .content .card-title-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 78%;

}

#featuredListing .card-wrapper .featured-card .content .title {
  font-size: 26px;
  font-weight: 600;
  font-family: "adobe-garamond-pro",serif;
  color: rgba(0, 35, 104, 1);
  line-height: 28px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

#featuredListing .card-wrapper .featured-card .content .sub-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica, Arial, sans-serif;;
}

#featuredListing .card-wrapper .featured-card .content .icon {
  font-size: 20px;
  font-weight: 900;
  color: rgba(0, 35, 104, 1);
  display: flex;
  justify-content: end;
}
#featuredListing .card-wrapper .featured-card .content .icon span{
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.more-btn {
  padding: 12px;
  width: 170px;
  display: flex;
  color: rgba(0, 51, 153, 1);
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  margin: 30px 0;
  font-size: 18px;
  font-family: "jost*";
  font-weight: 500;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}

#featuredListing .more-btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 200px;
}

.more-btn .icon {
  position: relative;
  left: 18%;
  color: rgba(0, 51, 153, 1);
}

@media screen and (max-width: 860px) {
  .investment {
    margin: 0 !important;
  }
  #featuredListing {
    padding-top: 40px;
    max-width: 90%;
    width: inherit;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-bg {
    height: 1148px;
  }

  #featuredListing .title-wrapper {
    display: initial!important;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  #featuredListing .text-title {
    font-size: 26px;
    line-height: 31px;
  }

  #featuredListing .text-title::before {
    width: 36px;
  }

  #featuredListing .title-wrapper p {
    font-size: 14px;
    line-height: 18px;
    padding: 16px 0 26px 0;
  }

  #featuredListing .card-wrapper {
    gap: 5%;
  }

  #featuredListing .card-wrapper .featured-card {
    grid-column: span 12 / span 12;
    height: 350px;
    width: 100%;
    object-fit: cover;
  }

  #featuredListing .card-wrapper article {
    margin-top: 26px;
  }

  #featuredListing .card-wrapper .featured-card img {
    margin-top: 0;
  }

  #featuredListing .card-wrapper .featured-card .content {
    height: 170px;
  }

  #featuredListing .card-wrapper .featured-card .content .card-title-wrapper {
    width: 86%;
  }

  #featuredListing .card-wrapper .featured-card .content .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .more-btn{
    font-size: 16px;
  }
}

/*about-section*/
.about-section {
  padding-top: 143px;
  overflow: hidden;
  position: relative;
  background-color: rgba(239, 241, 245, 1);
}

.about-section .about-section-wrapper {
  min-height: 380px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.about-section .about-section-wrapper .about-section-wrapper-left {
  grid-column: span 5 / span 5;
  padding: 0 10% 0 10%;
  display: flex;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-header {
  display: flex;
  gap: 10%;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-title {
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 600;
  flex-direction: column;
  color: rgba(0, 35, 104, 1);
  font-family: 'adobe-garamond-pro', serif;
  width: 150%;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-subtitle {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.about-section .about-section-wrapper .about-section-button {
  padding-bottom: 5px;
  width: 120px;
  text-decoration: none;
  position: relative;
  color: #002368;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "jost*";
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  margin: 0 10% 0 auto;
  font-size: 16px;
}

.about-section .about-section-wrapper .about-section-button a {
  text-decoration: none;
}

.about-section .about-section-wrapper .about-section-wrapper-left .about-section-button .about-section-button-arrow {
  position: absolute;
  right: 10px;
}

.about-section .about-section-wrapper .about-section-wrapper-right {
  grid-column: span 7 / span 7;
  gap: 10px;
  padding-top: 50px;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content {
  display: flex;
  text-align: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 0;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  gap: 15px;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content {
  width: 60%;
  position: relative;
}

.about-hidden01 {
  width: 100%;
  position: relative;
}

.about-hidden02 {
  width: 100%;
  position: relative;
}

.about-hidden03 {
  width: 100%;
  position: relative;
}

.about-hidden01::before {
  position: absolute;
  content: "01";
  z-index: 1;
  top: -50px;
  left: -50px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid;
  color: rgba(5, 33, 87, 1);
  font-size: 120px;
  line-height: 1em;
}

.about-hidden02::before {
  position: absolute;
  content: "02";
  z-index: 1;
  top: -50px;
  left: -50px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid;
  color: rgba(5, 33, 87, 1);
  font-size: 120px;
  line-height: 1em;
}

.about-hidden03::before {
  position: absolute;
  content: "03";
  z-index: 1;
  top: -50px;
  left: -50px;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid;
  color: rgba(5, 33, 87, 1);
  font-size: 120px;
  line-height: 1em;
}

.about-section .hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content .number {
  font-size: 120px;
  position: absolute;
  top: -50px;
  left: -50px;
  line-height: 1em;
  font-family: "adobe-garamond-pro", serif;
  border-bottom: 4px solid;
  color: #FFFFFF;
  z-index: 2;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content .label {
  position: absolute;
  left: -1.5rem;
  top: 45%;
  transform: translate(-50%) rotate(90deg);
  font-size: 1rem;
  color: rgb(7, 34, 86);
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card {
  position: relative;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 70px 0 6rem 0;
  width: 44%;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .line {
  position: absolute;
  top: 0;
  left: 2rem;
  height: 3px;
  width: 100%;
  margin-bottom: 0;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.line:first-child {
  margin-top: 0;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::before {
  content: "";
  height: 100%;
  width: 3000%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(197, 197, 197);
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::after {
  content: "";
  height: 100%;
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 63, 160);
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header {
  font-size: 5.5rem;
  font-weight: 400;
  font-family: "adobe-garamond-pro", serif;
  display: inline-block;
  color: #072256;
  line-height: 4rem;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-title {
  color: #002368;
  font-family: "adobe-garamond-pro", serif;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgb(7, 34, 86);
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header .about-card-title-small {
  font-size: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #002368;
  font-family: "adobe-garamond-pro", serif;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-sub-title {
  color: #002368;
  font-family: "adobe-garamond-pro", serif;
  font-size: 3rem;
  font-weight: 600;
  display: block;
}

.about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-text {
  text-align: center;
  font-size: 20px;
  min-height: 1em;
  font-family: "Inter", sans-serif;
}

.about-card-img {
  background-size: cover;
  width: 100%;
  height: 275px;
  background-position: center;
}


@media screen and (max-width: 860px) {
  .about-section {
    padding-top: 70px;
  }

  .about-section .about-section-wrapper {
    gap: 20px;
  }

  .about-section .about-section-wrapper .about-section-wrapper-left {
    grid-column: span 12 / span 12;
    padding: 0 5% 0 5%;
  }

  .about-section .about-section-wrapper .about-section-wrapper-left .about-section-header {
    display: initial;
  }

  .about-section .about-section-wrapper .about-section-wrapper-left .about-section-title {
    width: 100%;
    color: rgba(0, 35, 104, 1);
    padding-left: 0;
    font-size: 32px;
  }

  .about-section .about-section-wrapper .about-section-wrapper-left .about-section-subtitle {
    width: 100%;
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    padding: 24px 0 32px 0;

  }

  .about-section .about-section-wrapper .about-section-button {
    margin: 0 auto;
    font-size: 16px;
    width: 120px;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right {
    padding: 35px 0 30px 0 !important;
    max-width: 100% !important;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-content {
    display: block;
    gap: 0px;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-content .about-image-content {
    width: 100%;
    padding: 20px 0 10px 0;
  }

  .about-image-content .number {
    color: #FFFFFF !important;
    top: -30px !important;
    left: 14px !important;
    z-index: 1;
  }

  .about-image-content .about-hidden01::before {
    color: rgba(5, 33, 87, 1);
    top: -30px;
    left: 14px;
    font-size: 63px;
  }

  .about-image-content .number {
    top: -30px !important;
    left: 14px !important;
    z-index: 1;
    font-size: 63px!important;
  }

  .about-image-content .about-hidden02::before {
    top: -30px;
    left: 14px;
    font-size: 63px;
  }

  .about-image-content .about-hidden03::before {
    color: rgba(5, 33, 87, 1);
    top: -30px;
    left: 14px;
    font-size: 63px;
  }

  .about-image-content .label01 {
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(0, 35, 104, 1) !important;
    transform: none !important;
  }

  .about-image-content .label02 {
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(0, 35, 104, 1) !important;
    transform: none !important;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card {
    width: 100%;
    height: 190px;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 0 1rem 0 !important;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .line {
    top: auto;
  !important;
    bottom: 0;
    left: auto !important;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::before {
    width: 100%;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .line::after {
    width: 20%;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header {
    width: 100%;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-text {
    width: 100%;
    font-size: 16px;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header .about-card-title {
    font-size: 52px;
  }

  .about-section .about-section-wrapper .about-section-wrapper-right .about-card .about-card-header .about-card-sub-title {
    font-size: 32px;
    line-height: 40px;
  }

  .about-card-img {
    width: 100%;
    height: 120px;
  }

  .about-image-content .label {
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    color: rgba(0, 35, 104, 1) !important;
    transform: none !important;
  }
}

/* end about section */

/*buy guide section*/
#buyGuide {
  padding: 25px 0px!important;
  margin-left: auto;
  margin-right: auto;
  background: none!important;
}

#buyGuide .wrap>div {
  margin-bottom: 2rem;
}

#buyGuide .buy-guide-card {
  width: 100%;
  position: relative;
}

#buyGuide .section-title {
  margin-bottom: 0!important;
}

.buy-guide-card img {
  width: 100%;
  height: 100%;
}

.buy-guide-card .content {
  padding-left: 6%;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.buy-guide-card .content .section-title {
  color: white;
  font-size: 36px;
  font-family: "adobe-garamond-pro",serif;
  font-weight: 600;
  line-height: 38px;
  padding: 0 !important;
}

.buy-guide-card .content .section-title span {
  display: block;
}

.buy-guide-card .content .section-subtitle {
  color: white;
  font-family: Helvetica, Arial, sans-serif;;
  padding-bottom: 20px;
  font-size: 16px;
  width: 80%;
}

.buy-guide-card .content>* {
  width: 100%;
}

.buy-guide-card .link {
  right: 1%;
  position: absolute;
  bottom: 2%;
}

.buy-guide-card .link .button-v2 {
  color: white;
  min-width: 0em;
  font-size: 2rem;
  position: static;
  border-bottom: none;
}

.buy-guide-card .icon{
  border-bottom: 1px solid #FFFFFF;
}

#buyGuide .guide-sp .buy-img {
  display: block;
}

#buyGuide .guide-sp .buy-img-sp {
  display: none;
}

.button-v2 .icon {
  position: absolute;
  right: 0;
  bottom: 0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 6%;
}

@media screen and (max-width: 860px) {
  #buyGuide {
    max-width: 90%;
    display: block;
  }

  #buyGuide .wrap {
    display: flex;
    max-width: 1200px;
    width: 100%;
    gap: 20px;
  }

  #buyGuide .wrap::after {
    display: none;
  }

  #buyGuide .wrap > div {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }

  #buyGuide .guide-sp {
    width: 100%;
    height: 300px;
    padding-bottom: 10px;
  }

  #buyGuide .newsletter-sp {
    width: 100%;
    height:160px;
  }

  .buy-guide-card .content {
    top: 20%!important;
  }

  .buy-guide-card-wrapper {
    height: 100%;
  }

  #buyGuide .buy-guide-card {
    height: 100%;
  }

  .buy-guide-card img {
    width: 100%;
    height: 330px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 0 28px 0);
  }

  .buy-guide-card .content .section-title {
    font-size: 22px;
    line-height: 24px;
  }

  .buy-guide-card .content .section-subtitle {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 15px;
  }

  #buyGuide .guide-sp .link {
    top: initial;
    bottom: 12%;
    right: 5%;
  }

  #buyGuide .guide-sp .buy-img {
    display: none;
  }

  #buyGuide .guide-sp .buy-img-sp {
    display: block;
  }
}

.arrow-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0!important;
}
