
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  position: relative;
  height: 100vh;
  max-height: 56.3vw;
  margin-top: -12rem;
  padding: 0;
}
.fv-swiper{
  width: 52.4%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.fv-swiper .swiper-wrapper,
.fv-swiper .swiper-slide,
.fv-swiper .swiper-slide picture,
.fv-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-swiper .swiper-slide.p-left img{
  object-position: left;
}
.fv-swiper .swiper-slide.p-right img{
  object-position: right;
}
.fv-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
  background: #fff;
  height: 3.4rem;
  border-radius: 1.7rem;
  padding: 0 1.6rem;
  left: unset;
  right: 8rem;
  bottom: 2rem !important;
}
.swiper-pagination-bullet{
  width: 1rem;
  height: 1rem;
  margin: 0 1.6rem !important;
  background: #9F9FA0;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #71C7D4;
}
.fv .content{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.fv .h1.ja{
  font-size: clamp(2.1rem,1.64vw,2.7rem);
  color: #747474;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
.fv .h1.en{
  font-size: clamp(7rem,5.47vw,10.4rem);
  color: #747474;
  letter-spacing: 0.2em;
  line-height: 1.12;
}
.fv .note{
  font-size: 1.8rem;
  line-height: 2;
  position: absolute;
  left: 4rem;
  bottom: 5rem;
}

@media (min-width: 769px) and (max-width: 1600px){
.fv{
  margin-top: -9rem;
}
.fv .note{
  font-size: 1.5rem;
  bottom: 4rem;
}
.fv-swiper .swiper-pagination{
  right: 4rem;
}
}


.home-pickup{
  padding: clamp(12rem,9.4vw,16rem) 0;
}


.home-concept{
  background: url(../images/home/concept-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.home-concept::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0A1F22;
  opacity: 0.77;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-concept p{
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.home-concept a.n-btn{
  position: absolute;
  right: 14rem;
  bottom: 0;
}

@media (min-width: 769px) and (max-width: 1600px){
.home-concept p{
  font-size: 1.6rem;
}
}


.home-fund .content{
  display: flex;
}
.home-fund .left{
  width: 34%;
}
.home-fund .right{
  width: 66%;
}
.home-fund dl{
  display: grid;
  grid-template-columns: 50% 50%;
  border-top: 1px solid #CCCCCC;
}
.home-fund dl dt,
.home-fund dl dd{
  height: 100%;
  padding: 3rem 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #CCCCCC;
}
.home-fund dl dt{
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #747474;
}
.home-fund dl dt small{
  font-size: 1.8rem;
  font-weight: 500;
  color: #9F9FA0;
}
.home-fund dl dd{
  font-size: 2.7rem;
}
.home-fund dl dd big{
  font-size: clamp(6rem,4.94vw,9.5rem);
  line-height: 1.5;
  font-weight: 500;
  margin-right: 0.1em;
}

@media (min-width: 769px) and (max-width: 1600px){
.home-fund dl{
  grid-template-columns: 1fr 35%;
}
.home-fund dl dt,
.home-fund dl dd{
  padding: 2rem 0;
}
.home-fund dl dt{
  font-size: 1.6rem;
}
.home-fund dl dt small{
  font-size: 1.6rem;
}
.home-fund dl dd{
  font-size: 1.6rem;
}
}


.photo-bg{
  height: calc(100vh - 12rem);
}
.photo-bg::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 12rem);
  background: url(../images/home/photo-bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 12rem;
  z-index: -1;
}
@media (min-width: 769px) and (max-width: 1600px){
.photo-bg{
  height: calc(100vh - 8rem);
}
.photo-bg::before{
  height: calc(100vh - 8rem);
  top: 8rem;
}
}


.home-location{
  padding-bottom: 0;
  position: relative;
}
.home-location::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - min(14vw,27.5rem));
  background: url(../images/common/bg-dot.png) #71C7D4;
  background-size: 1rem auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.map-wrap{
  position: relative;
}
.map-wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #71C7D4;
  mix-blend-mode: overlay;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.map-wrap iframe{
  display: block;
  width: 100%;
  height: min(28vw,55rem);
  filter: grayscale(100%);
}

@media (max-width: 1600px){
.home-location::before{
  background: url(../images/common/bg-dot.png) #71C7D4;
  background-size: 0.6rem auto;
}
}


.home-news{
  padding-bottom: 0;
}
.home-news .h-1-ja{
  margin-bottom: 7rem;
}
.home-news .btn-wrap{
  position: relative;
}
.home-news a.n-btn{
  position: absolute;
  right: 0;
  top: -13.8rem;
  margin-top: 0;
}

@media (min-width: 769px) and (max-width: 1600px){
.home-news .h-1-ja{
  margin-bottom: 4rem;
}
.home-news a.n-btn{
  top: -10.8rem;
}
}




/*　status 共通
------------------------------------------------------------------------------------------------*/

.tab-content .now{
  font-weight: 500;
  letter-spacing: 0.1em;
}


.highlight-table{
  margin-top: 16rem;
}
.highlight-table table{
  width: 100%;
  background: #F7F7F7;
  border-collapse: separate;
  line-height: 1.5;
  table-layout: fixed;
}
.highlight-table table td,
.highlight-table table th{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  vertical-align: middle;
}
.highlight-table table td:last-child,
.highlight-table table th:last-child{
  border-right: 0;
}
.highlight-table table thead th,
.highlight-table table tbody tr:last-child th,
.highlight-table table tbody tr:last-child td{
  border-bottom: 0;
}
.highlight-table table th:first-child{
  width: 23rem;
}
.highlight-table table thead th{
  background: #4CB6C6;
  color: #fff;
  font-size: min(1.3vw,1.8rem);
  font-weight: 700;
  height: 11rem;
}
.highlight-table table tbody th{
  height: 9rem;
}
.highlight-table table tbody td{
  text-align: right;
  padding: 0 1.6rem;
}


ul.file-li li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.file-li > li:not(:last-child){
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #CCCCCC;
}
ul.file-li li ul li{
  margin-top: 3rem;
  padding-left: 5rem;
  position: relative;
}
ul.file-li li ul li::before{
  content: "";
  display: block;
  width: 3.4rem;
  height: 1.2rem;
  border-left: 0.2rem solid #71C7D4;
  border-bottom: 0.2rem solid #71C7D4;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
ul.file-li li .date{
  width: 12rem;
  letter-spacing: 0.1em;
}
ul.file-li li .ttl{
  width: calc(100% - 12rem);
  font-weight: 400;
  line-height: 1.8;
}
ul.file-li li .ttl .file{
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border-radius: 0.7em;
  padding: 0 0.8em;
  background: #71C7D4;
  color: #fff;
  margin-left: 1.6rem;
}


table.distribution-table{
  width: 100%;
  background: #F7F7F7;
  font-size: 1.8rem;
}
table.distribution-table th,
table.distribution-table td{
  padding: 2rem 3rem;
  vertical-align: middle;
}
table.distribution-table th{
  width: 55%;
  background: #71C7D4;
  color: #fff;
  text-align: left;
}
table.distribution-table td{
  width: 45%;
  text-align: right;
}
table.distribution-table td big{
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0.2em;
}
table.distribution-table + p{
  margin-top: 2rem;
}
p + table.distribution-table{
  margin-top: 5rem;
}


.status-standard .sec table.price-1{
  width: 100%;
  background: #fff;
  text-align: center;
  border: 1px solid #35B1C4;
}
.status-standard .sec table.price-1 th,
.status-standard .sec table.price-1 td{
  width: 50%;
  padding: 2rem 3rem;
  vertical-align: middle;
}
.status-standard .sec table.price-1 th{
  background: #35B1C4;
  color: #fff;
  font-size: 2rem;
}
.status-standard .sec table.price-1 td{
  font-size: 1.8rem;
}
.status-standard .sec table.price-1 td big{
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0.2em;
}

.status-standard .sec .price-2{
  background: #fff;
  text-align: center;
  border: 1px solid #35B1C4;
  padding: 2rem 3rem;
  font-size: 1.8rem;
}
.status-standard .sec .price-2 big{
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0.2em;
}

.status-standard .sec .wrap-1{
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 3%;
}


table.borrowed-table{
  width: 100%;
  background: #F7F7F7;
  font-size: 1.8rem;
  border-collapse: separate;
  margin-top: 3rem;
}
table.borrowed-table td,
table.borrowed-table th{
  width: calc(100% / 3);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2rem 3rem;
  font-weight: 500;
  vertical-align: middle;
}
table.borrowed-table th{
  text-align: left;
}
table.borrowed-table td:last-child,
table.borrowed-table th:last-child{
  border-right: 0;
}
table.borrowed-table thead th,
table.borrowed-table tr:last-child th,
table.borrowed-table tr:last-child td{
  border-bottom: 0;
}
table.borrowed-table td{
  text-align: right;
}
table.borrowed-table thead th{
  background: #35B1C4;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
table.borrowed-table tfoot th,
table.borrowed-table tfoot td{
  background: #747474;
  color: #fff;
}




/*　fund 共通
------------------------------------------------------------------------------------------------*/

ul.list-tab{
  display: flex;
  gap: 2em;
  border-bottom: 1px solid #CCCCCC;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
  margin-bottom: min(5.2vw,10rem);
}
ul.list-tab li{
  display: block;
}
ul.list-tab li a{
  color: #9F9FA0;
}
ul.list-tab li a.active,
ul.list-tab li a:hover{
  color: #35B1C4;
}

@media (min-width: 769px) and (max-width: 1600px){
ul.list-tab{
  font-size: 1.8rem;
}
}


.fund-concept .sec .wrap-1{
  display: flex;
  justify-content: space-between;
  gap: 4.5%;
}
.fund-concept .sec .wrap-2{
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.fund-concept .sec .wrap-2 .photo-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.fund-concept .sec .wrap-2 .photo-wrap img{
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
}
.fund-concept .sec h3{
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
.fund-concept .sec .market-conditions-note{
  width: 120.6rem;
  margin-top: 6.5rem;
}


.fund-structure .sec h3{
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}


.fund-overview .sec h3{
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}




/*　outline 共通
------------------------------------------------------------------------------------------------*/

.outline .sec .wrap-1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: clamp(12rem,9.4vw,18rem);
}
.outline .sec .wrap-1 .left{
  width: 59.5rem;
  max-width: 45%;
}
.outline .sec .wrap-1 .right{
  width: 72rem;
  max-width: 50%;
  position: relative;
}
.outline-swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -3.4rem !important;
}




/*　procedure 共通
------------------------------------------------------------------------------------------------*/

.procedure .sec .a-1{
  display: inline-block;
  margin-top: 1em;
}
.procedure .sec table{
  background: #fff;
  margin-top: 3rem;
  letter-spacing: 0.08em;
}
.procedure .sec table th,
.procedure .sec table td{
  padding: 2.4rem 4rem;
}
.procedure .sec table th{
  font-size: 1.8rem;
  background: #71C7D4;
  color: #fff;
}




/*　news 共通
------------------------------------------------------------------------------------------------*/

.tab-swiper{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
  margin-bottom: min(5.2vw,10rem);
}
.tab-swiper:has( .swiper-scrollbar-lock){
  border-bottom: 1px solid #CCCCCC;
}
.tab-swiper .swiper-slide{
  width: auto;
}
.tab-swiper .swiper-slide + .swiper-slide{
  margin-left: 2em;
}
.tab-swiper .swiper-slide a{
  color: #9F9FA0;
}
.tab-swiper .swiper-slide a[aria-current="page"],
.tab-swiper .swiper-slide a:hover{
  color: #35B1C4;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.swiper-scrollbar {
  background: #CCC;
}
.swiper-scrollbar-drag {
  background: #747474;
}

@media (min-width: 769px) and (max-width: 1600px){
.tab-swiper .swiper-wrapper{
  font-size: 1.8rem;
}
}


.nav-links{
  margin-top: 6rem;
}
.nav-links ul.page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links ul.page-numbers li{
  display: block;
}
.nav-links ul.page-numbers li + li{
  margin-left: 1.8em;
}
.nav-links ul.page-numbers li .page-numbers{
  font-size: 2rem;
  font-weight: 700;
  color: #9F9FA0;
}
.nav-links ul.page-numbers li .page-numbers:hover,
.nav-links ul.page-numbers li .page-numbers.current{
  color: #35B1C4;
}




/*　404 共通
------------------------------------------------------------------------------------------------*/

.error404 .sec{
  text-align: center;
}
.error404 .sec h1{
  font-size: 22.1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 7rem;
}
.error404 .sec small{
  display: block;
  font-size: 6.8rem;
  letter-spacing: 0;
  font-weight: 600;
}
.error404 .sec p{
  font-size: 1.8rem;
  font-weight: 700;
}
.error404 .sec a.n-btn{
  margin: 6rem auto 0;
}




/*　contact 共通
------------------------------------------------------------------------------------------------*/

.form{
  max-width: 80rem;
  margin: 0 auto;
  letter-spacing: 0.08em;
}
.form ul.flow{
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 8rem;
}
.form ul.flow li{
  display: block;
  color: #9F9FA0;
  font-weight: 700;
  text-align: center;
}
.form ul.flow li span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: #9F9FA0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.1em;
  position: relative;
}
.form ul.flow li:not(:first-child) span::before{
  content: "";
  display: block;
  width: 8rem;
  height: 0.2rem;
  background: #9F9FA0;
  position: absolute;
  left: -8rem;
  top: 50%;
  transform: translateY(-50%);
}
.mw_wp_form_input ul.flow li.flow-1,
.mw_wp_form_confirm ul.flow li.flow-1,
.mw_wp_form_confirm ul.flow li.flow-2,
.mw_wp_form_complete ul.flow li.flow-1,
.mw_wp_form_complete ul.flow li.flow-2,
.mw_wp_form_complete ul.flow li.flow-3{
  color: #35B1C4;
}
.mw_wp_form_input ul.flow li.flow-1 span,
.mw_wp_form_confirm ul.flow li.flow-1 span,
.mw_wp_form_confirm ul.flow li.flow-2 span,
.mw_wp_form_complete ul.flow li.flow-1 span,
.mw_wp_form_complete ul.flow li.flow-2 span,
.mw_wp_form_complete ul.flow li.flow-3 span{
  background: #35B1C4;
  color: #fff;
}
.mw_wp_form_input ul.flow li.flow-1 span::before,
.mw_wp_form_confirm ul.flow li.flow-1 span::before,
.mw_wp_form_confirm ul.flow li.flow-2 span::before,
.mw_wp_form_complete ul.flow li.flow-1 span::before,
.mw_wp_form_complete ul.flow li.flow-2 span::before,
.mw_wp_form_complete ul.flow li.flow-3 span::before{
  background: #35B1C4;
}

.form p.p-1{
  margin-bottom: 6.5rem;
}


.form label.label{
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 6rem 0 0.6em;
}
.form label.label span{
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  border-radius: 0.85em;
  background: #35B1C4;
  color: #fff;
  padding: 0 0.7em;
  margin-left: 0.6em;
}
.form input[type=text],
.form textarea{
  display: block;
  width: 100%;
  padding: 1em 1.2em;
  background: #F8F8F8;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.form textarea{
  height: 16rem;
  resize: none;
}

.form small{
  display: block;
  font-size: 1.2rem;
  color: #909090;
  margin-top: 1em;
}
.form .attention{
  margin-top: 7rem;
  font-size: 1.4rem;
}
.form .attention ul li{
  display: block;
  padding-left: 1.4em;
  position: relative;
}
.form .attention ul li::before{
  content: "●";
  color: #9F9FA0;
  position: absolute;
  left: 0;
  top: 0;
}
.form .agree{
  margin-top: 5.5rem;
  padding-top: 5.5rem;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  font-size: 1.4rem;
}
.form .btn-wrap{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 4rem;
  margin-top: 7rem;
}
.form .submit-btn,
.form .back-btn{
  color: #fff;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.4s;
}
.form .submit-btn:hover,
.form .back-btn:hover{
  opacity: 0.6;
}
.form .submit-btn{
  background: #35B1C4;
}
.form .back-btn{
  background: #9F9FA0;
}


.checkbox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 3rem;
  color: #747474;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2rem + 0.6em);
  line-height: 2rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border: 1px solid #707070;
}
.checkbox:has( .error) input[type=checkbox] + span::before{
  border: 1px solid #D84747;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #70C7D4;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  left: 0.7rem;
  width: 0.4rem;
  height: 0.9rem;
  transform: rotate(43deg);
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}


.mw_wp_form .error-message{
  display: none;
  padding: 1.2rem;
  font-size: 1.4rem;
  background: #FFEAEA;
  color: #D84747;
  border: 1px solid #D84747;
  margin-bottom: 4rem;
}
.mw_wp_form:has( .error) .error-message{
  display: block;
}
.mw_wp_form .error-message::before{
  content: "";
  display: inline-block;
  width: 1.14em;
  height: 1.14em;
  background: url(../images/common/ico-attention.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.4em;
  vertical-align: sub;
}
.form input:has(+ span.error),
.form textarea:has(+ span.error){
  border: 1px solid #D84747;
}
.form span.error{
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8em;
  color: #D84747;
}


.mw_wp_form_input .no-input,
.mw_wp_form_confirm .no-confirm{ display: none !important; }

.mw_wp_form_confirm label.label{
  font-size: 1.6rem;
  font-weight: 500;
  color: #909090;
  margin: 5rem 0 0.6em;
}


.mw_wp_form_complete{
  text-align: center;
}
.mw_wp_form_complete h2{
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.mw_wp_form_complete p{
  font-size: 1.8rem;
  font-weight: 500;
}
.mw_wp_form_complete .n-btn{
  margin: 8rem auto 0;
}





/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){

/*　home SP
------------------------------------------------------------------------------------------------*/

.fv{
  height: unset;
  max-height: unset;
  margin-top: 0;
}
.fv-swiper{
  width: calc(100% - 4rem);
  height: 36rem;
  position: relative;
  right: unset;
  top: unset;
  margin: 0 0 4rem auto;
}
.fv-swiper .swiper-pagination{
  height: 2.4rem;
  border-radius: 1.2rem;
  padding: 0 0.8rem;
  right: 2.4rem;
  bottom: 2rem !important;
}
.swiper-pagination-bullet{
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem !important;
}
.fv .content{
  height: auto;
}
.fv .h1.ja{
  font-size: 1.6rem;
}
.fv .h1.en{
  font-size: 4.1rem;
}
.fv .note{
  font-size: 1.4rem;
  position: unset;
  margin-top: 5rem;
}


.home-pickup{
  padding: 7rem 0;
}
.home-pickup ul.news-li li .ttl{
  font-size: 1.6rem;
}


.home-concept{
  background: url(../images/home/concept-bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.home-concept p{
  font-size: 1.4rem;
}
.home-concept a.n-btn{
  position: unset;
}


.home-fund .content{
  display: block;
}
.home-fund .left,
.home-fund .right{
  width: 100%;
}
.home-fund dl{
  display: block;
  text-align: center;
}
.home-fund dl dt{
  display: block;
  padding: 3rem 0 1rem;
  font-size: 1.8rem;
  border-bottom: 0;
}
.home-fund dl dt small{
  display: block;
  font-size: 1.6rem;
}
.home-fund dl dd{
  font-size: 2.7rem;
  padding: 0 0 2.4rem;
}
.home-fund dl dd big{
  font-size: 6.5rem;
}


.photo-bg{
  height: calc(100vh - 6.4rem);
}
.photo-bg::before{
  height: calc(100vh - 6.4rem);
  background: url(../images/home/photo-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  top: 6.4rem;
}


.home-location::before{
  height: calc(100% - 25rem);
}
.map-wrap iframe{
  height: 50rem;
}


.home-news .h-1-ja{
  margin-bottom: 4rem;
}
.home-news a.n-btn{
  position: unset;
  margin: 5.5rem auto 0;
}




/*　status SP
------------------------------------------------------------------------------------------------*/

.status-highlight .sec img.distribution,
.status-highlight .sec img.occupancy-rate{
  max-width: 56.3rem;
}

.highlight-table{
  margin-top: 6.5rem;
}
.highlight-table table{
  width: 83.6rem;
}
.highlight-table table th:first-child{
  width: 19rem;
}
.highlight-table table thead th{
  font-size: 1.4rem;
  height: 9rem;
}
.highlight-table table tbody th{
  height: 7rem;
}
.highlight-table table tbody td{
  padding: 0 1rem;
}


ul.file-li li{
  display: block;
}
ul.file-li > li:not(:last-child){
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
ul.file-li li ul li{
  margin-top: 2.4rem;
  padding-left: 3.8rem;
}
ul.file-li li ul li::before{
  width: 2.5rem;
  height: 1rem;
}
ul.file-li li .date{
  width: 100%;
  font-weight: 500;
}
ul.file-li li .ttl{
  width: 100%;
}
ul.file-li li .ttl .file{
  font-size: 1.2rem;
  margin-left: 0.8rem;
}


table.distribution-table{
  font-size: 1.6rem;
}
table.distribution-table th,
table.distribution-table td{
  width: 50%;
  padding: 1.4rem;
  text-align: center;
}
table.distribution-table td{
  font-size: 1.4rem;
}
table.distribution-table td big{
  font-size: 2.5rem;
}
table.distribution-table + p{
  margin-top: 1em;
}
p + table.distribution-table{
  margin-top: 4rem;
}


.status-standard .sec table.price-1 th,
.status-standard .sec table.price-1 td{
  padding: 2rem 0;
}
.status-standard .sec table.price-1 th{
  width: 10rem;
  font-size: 1.4rem;
}
.status-standard .sec table.price-1 td{
  width: calc(100% - 10rem);
  font-size: 1.4rem;
}
.status-standard .sec table.price-1 td big{
  font-size: 2.4rem;
}

.status-standard .sec .price-2{
  padding: 2rem 0;
  font-size: 1.4rem;
}
.status-standard .sec .price-2 big{
  font-size: 2.4rem;
}

.status-standard .sec .wrap-1{
  grid-template-columns: 1fr;
  gap: 4rem;
}


table.borrowed-table{
  font-size: 1.3rem;
}
table.borrowed-table td,
table.borrowed-table th{
  width: auto;
  padding: 2rem 1.2rem;
}
table.borrowed-table thead th{
  font-size: 1.4rem;
}




/*　fund SP
------------------------------------------------------------------------------------------------*/

ul.list-tab{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  border-bottom: 0;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 7rem;
}
ul.list-tab li a{
  display: block;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #CCCCCC;
}


.fund-concept .sec .wrap-1{
  display: grid;
  gap: 4rem;
}
.fund-concept .sec .wrap-2{
  display: grid;
  gap: 4rem;
}
.fund-concept .sec .wrap-2 .photo-wrap{
  column-gap: 1.5rem;
  row-gap: 2.4rem;
}
.fund-concept .sec h3{
  font-size: 1.5rem;
}
.fund-concept .sec .market-conditions-note{
  width: 120.6rem;
  margin-top: 3rem;
}

.fund-concept .sec img.security-img1{
  max-width: 91.2rem;
}
.fund-concept .sec img.location-img1{
  max-width: 46.1rem;
}
.fund-concept .sec img.location-img2{
  max-width: 53.4rem;
}
.fund-concept .sec img.location-img3{
  max-width: 58.7rem;
}
.fund-concept .sec img.market-conditions{
  max-width: 55.1rem;
}


.fund-structure .sec h3{
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}


.fund-overview .sec h3{
  font-size: 1.6rem;
}




/*　outline SP
------------------------------------------------------------------------------------------------*/

.outline .sec .wrap-1{
  display: block;
  margin-bottom: 7rem;
}
.outline .sec .wrap-1 .left,
.outline .sec .wrap-1 .right{
  width: 100%;
  max-width: unset;
}
.outline .sec .wrap-1 .right{
  margin-bottom: 9rem;
}
.outline-swiper-pagination {
  bottom: -3.2rem !important;
}
.outline-swiper-pagination .swiper-pagination-bullet{
  margin: 0 1.6rem !important;
}




/*　procedure SP
------------------------------------------------------------------------------------------------*/

.procedure .sec table{
  width: 100%;
  margin-top: 2.4rem;
}
.procedure .sec table th,
.procedure .sec table td{
  padding: 1.6rem;
}
.procedure .sec table th{
  font-size: 1.4rem;
}




/*　news SP
------------------------------------------------------------------------------------------------*/

.tab-swiper{
  overflow: unset;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  padding-bottom: 0.8em;
  margin-bottom: 6rem;
}
.tab-swiper .swiper-slide + .swiper-slide{
  margin-left: 2.4rem;
}


.nav-links ul.page-numbers li .page-numbers{
  font-size: 1.8rem;
}




/*　404 SP
------------------------------------------------------------------------------------------------*/

.error404 .sec h1{
  font-size: 8.4rem;
  margin-bottom: 4.8rem;
}
.error404 .sec small{
  font-size: 3.1rem;
}
.error404 .sec p{
  font-size: 1.4rem;
}
.error404 .sec a.n-btn{
  margin: 5rem auto 0;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

.form ul.flow{
  gap: 4rem;
  margin-bottom: 5.5rem;
}
.form ul.flow li{
  font-size: 1.6rem;
}
.form ul.flow li span{
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
}
.form ul.flow li:not(:first-child) span::before{
  width: 4rem;
  left: -4rem;
}

.form p.p-1{
  margin-bottom: 4rem;
}


.form label.label{
  font-size: 1.6rem;
  margin: 4rem 0 0.6em;
}
.form label.label span{
  font-size: 1.2rem;
}
.form input[type=text],
.form textarea{
  font-size: 1.4rem;
}

.form small{
  margin-top: 0.7em;
}
.form .attention{
  margin-top: 4rem;
}
.form .agree{
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: left;
}
.form .btn-wrap{
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}


.checkbox{
  margin-top: 2.4rem;
}


.mw_wp_form_confirm label.label{
  font-size: 1.4rem;
  font-weight: 700;
  margin: 4rem 0 0.6em;
}


.mw_wp_form_complete h2{
  font-size: 2.1rem;
  margin-bottom: 2.4rem;
}
.mw_wp_form_complete p{
  font-size: 1.4rem;
  text-align: left;
}
.mw_wp_form_complete .n-btn{
  margin: 7rem auto 0;
}




}/*　スマホここまで */



