@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------
 fund
------------------------------------------------------*/
.fund_area {
  padding: 70px 0 160px;
}
.fund_area h3 {
  font-size: 2rem;
  margin-bottom: 2px;
}

.fund_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.fund_item01 {
  border: 1px solid #D9D9D9;
  background: white;
  -webkit-box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
}
.fund_item01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .fund_item01:hover {
    opacity: 0.6;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.fund_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 18px;
}

.fund_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 12px;
}

.fund_image01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.1304347826%;
          flex: 0 0 39.1304347826%;
  position: relative;
}

.fund_state01 {
  display: inline-block;
  padding: 3px 12px;
  font-weight: 700;
  border-radius: 1000px;
  border: 1px solid #333;
  background: white;
  text-align: center;
  position: absolute;
  left: 14px;
  top: 14px;
}

.fund_item--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60.8695652174% - 10px);
          flex: 0 0 calc(60.8695652174% - 10px);
}

.fund_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fund_list01 > .tag {
  padding: 3px 11px;
  display: inline-block;
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid #333;
  background: white;
}
.fund_list01 > .tag:first-child {
  background-color: #333;
  color: #fff;
  border-radius: 0;
}

.fund_list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
.fund_list02 > dl {
  padding: 10px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  background-color: #EEE;
}
.fund_list02 > dl:first-child {
  /*background-color: #F6E0E0;*/
}
.fund_list02 > dl dt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fund_list02 > dl dd {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
}
.fund_list02 > dl dd > span {
  position: relative;
  display: inline-block;
}
.fund_list02 > dl dd > span .note01 {
  position: absolute;
  font-size: 1rem;
  top: 5px;
  left: calc(100% + 5px);
}
.fund_list02 > dl dd strong {
  font-size: 22px;
  font-weight: 700;
}

.fund_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  background-color: #EEE;
  margin-top: 8px;
}
.fund_box01 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #D9D9D9;
}
.fund_box01 dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
  text-align: right;
  padding-right: 14px;
}
.fund_box01 dd strong {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .fund_area {
    padding: 16px 0 67px;
  }
  .fund_area h3 {
    margin-bottom: 10px;
  }
  .fund_block01 {
    margin-bottom: 0px;
  }
  .fund_item01 {
    padding: 15px 12px;
  }
  .fund_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fund_image01 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
  }
  .fund_state01 {
    display: inline-block;
    padding: 8px 10px;
    left: 12px;
    top: 12px;
  }
  .fund_item--right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .fund_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fund_list01 > .tag {
    padding: 3px 0px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
    border: 1px solid transparent;
    background: white;
  }
  .fund_list01 > .tag:first-child {
    padding: 3px 8px;
    border-radius: 0;
  }
  .fund_list02 {
    gap: 6px;
  }
  .fund_list02 > dl {
    padding: 6px;
  }
  .fund_list02 > dl dt {
    padding-bottom: 3px;
  }
  .fund_list02 > dl dd {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1666666667;
  }
  .fund_list02 > dl dd strong {
    font-size: 2rem;
    font-weight: 700;
  }
  .fund_box01 {
    padding: 5px 0;
    margin-top: 6px;
  }
  .fund_box01 dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.7388724036%;
            flex: 0 0 23.7388724036%;
  }
  .fund_box01 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.2611275964%;
            flex: 0 0 76.2611275964%;
    padding-right: 14px;
  }
  .fund_box01 dd strong {
    font-size: 2rem;
  }
}
.motion_left {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.6s all ease-out;
  -o-transition: 0.6s all ease-out;
  transition: 0.6s all ease-out;
}
.motion_left.on {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .motion_left {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
}

.motion_right {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: 0.6s all ease-out;
  -o-transition: 0.6s all ease-out;
  transition: 0.6s all ease-out;
}
.motion_right.on {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .motion_right {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
}

/*------------------------------------------------------
 fund_detail
------------------------------------------------------*/
.fund_title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  padding: 50px 15px 20px;
}
.fund_title01 .tag {
  color: white;
  border-radius: 1000px;
  background: #333;
  font-size: 16px;
  padding: 3px 11px;
}
@media (max-width: 767px) {
  .fund_title01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2px;
    padding: 12px 15px 8px;
  }
}

.fund_mv {
  position: relative;
  margin-bottom: 78px;
}
.fund_mv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .fund_mv {
    margin-bottom: 31px;
  }
}

.fund_image02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.2777777778%;
          flex: 0 0 65.2777777778%;
}
.fund_image02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .fund_image02 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.fund_text01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.7222222222%;
          flex: 0 0 34.7222222222%;
  background: -o-linear-gradient(35deg, #0C3057 11.36%, #6388B0 201.26%);
  background: linear-gradient(55deg, #0C3057 11.36%, #6388B0 201.26%);
  color: white;
  font-size: clamp(18px, 1.7361111111vw, 25px);
  font-weight: 700;
  line-height: 1.92;
  padding: min(3.4722222222vw, 50px) min(3.4722222222vw, 50px) 60px;
}
@media (max-width: 767px) {
  .fund_text01 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    padding: 0px 0px 39px;
    background: white;
  }
}

.fund_tab {
  position: absolute;
  top: calc(100% - 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  max-width: 1170px;
  width: calc(100vw - 30px);
}
.fund_tab .tab_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.fund_tab .tab_list > li > .tab {
  color: #11365D;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  background: #BBB -webkit-gradient(linear, left top, left bottom, from(#FFFEFE), to(#D6D6D6));
  background: #BBB -o-linear-gradient(top, #FFFEFE 0%, #D6D6D6 100%);
  background: #BBB linear-gradient(180deg, #FFFEFE 0%, #D6D6D6 100%);
  height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 18px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.fund_tab .tab_list > li > .tab[aria-selected=true] {
  height: 70px;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}
.fund_tab .tab_list > li > .tab.nonlink {
  background: #5b5b5b;
  cursor: default;
  color: #4c4c4c;
}
@media (hover: hover) {
  .fund_tab .tab_list > li > .tab:hover {
    background: #BBB;
  }
  .fund_tab .tab_list > li > .tab.nonlink:hover {
    background: #919191;
  }
}
@media (max-width: 767px) {
  .fund_tab {
    position: absolute;
    background: #D9D9D9;
    padding: 12px 6px;
    top: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    width: 100%;
  }
  .fund_tab .tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  .fund_tab .tab_list > li:nth-child(-n+3) {
    width: calc((100% - 10px) / 3);
  }
  .fund_tab .tab_list > li:nth-child(n+4) {
    width: calc((100% - 15px) / 4);
  }
  .fund_tab .tab_list > li > .tab {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
    height: auto;
    padding: 8px 0;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .fund_tab .tab_list > li > .tab[aria-selected=true] {
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#41C3CD), to(#118D96));
    background: -o-linear-gradient(top, #41C3CD 0%, #118D96 100%);
    background: linear-gradient(180deg, #41C3CD 0%, #118D96 100%);
    color: #fff;
  }
}

.fund_block02 .tab-panel[aria-hidden=true] {
  display: none;
}

#fund_detail {
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  #fund_detail {
    padding-bottom: 49px;
  }
}

/* ファンド概要
================================================ */
.fund_panel1_area01 {
  margin-bottom: 116px;
}

.fund_panel1_area02 {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  .fund_panel1_area02 {
    margin-bottom: 28px;
  }
}

.fund_panel1_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
}
.fund_panel1_block01 .fund_panel1_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(51.5463917526% - 20px);
          flex: 0 0 calc(51.5463917526% - 20px);
}
.fund_panel1_block01 h4 {
  margin-bottom: 21px;
}
@media (hover: hover) {
  .fund_panel1_block01 .fund_item01:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .fund_panel1_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
    margin-bottom: 36px;
  }
  .fund_panel1_block01 .fund_panel1_left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .fund_panel1_block01 h4 {
    margin-bottom: 21px;
  }
}

.fund_news01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.fund_news01 > dl dt {
  padding-left: 22px;
  position: relative;
}
.fund_news01 > dl dt::before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 13px;
}
@media (max-width: 767px) {
  .fund_news01 > dl dt {
    padding-left: 22px;
    position: relative;
    font-size: 1.4rem;
  }
  .fund_news01 > dl dt::before {
    top: 11px;
  }
  .fund_news01 > dl dd {
    padding-left: 22px;
  }
}

.fund_panel1_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.fund_panel1_block02 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.fund_panel1_block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}

.fund_item02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 30%;
  grid-template-columns: 1fr 30%;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "title image" "text image";
  padding: 20px 40px;
  background: #EEE;
  gap: 0 17px;
}
.fund_item02 .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  align-self: flex-end;
}
.fund_item02 .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
}
.fund_item02 .text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
}
.fund_item02 h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 2.3;
  margin-bottom: 14px;
}
.fund_item02 h3 span {
  color: #F46D0B;
}
@media (max-width: 767px) {
  .fund_item02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px auto 16px auto;
        grid-template-areas: "title" "image" "text";
    row-gap: 16px;
    padding: 33px 22px;
  }
  .fund_item02 h3 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .fund_item02 .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fund_item02 .image {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .fund_item02 .text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.fund_title02 {
  padding-left: 20px;
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 58px;
}
.fund_title02::before {
  content: "";
  width: 13px;
  height: 21px;
  background: #F46D0B;
  position: absolute;
  left: 0;
  top: 2px;
}
.fund_title02 span {
  background-color: white;
  position: relative;
  z-index: 2;
  padding-right: 8px;
}
.fund_title02::after {
  content: "";
  width: calc(100% - 22px);
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: -o-linear-gradient(left, #BBB 2px, transparent 2px);
  background-image: linear-gradient(to right, #BBB 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .fund_title02 {
    padding: 0 0 20px 20px;
    position: relative;
    font-size: 2.3rem;
    margin-bottom: 28px;
  }
  .fund_title02::before {
    content: "";
    width: 13px;
    height: 21px;
    background: #F46D0B;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .fund_title02 span {
    background-color: white;
    position: relative;
    z-index: 2;
    padding-right: 8px;
  }
  .fund_title02::after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: -o-linear-gradient(left, #BBB 2px, transparent 2px);
    background-image: linear-gradient(to right, #BBB 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.fund_block04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  gap: 30px;
}
.fund_block04 + * {
  margin-bottom: 0;
}
.fund_block04 .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.4536082474%;
          flex: 0 0 48.4536082474%;
}
.fund_block04 h4 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .fund_block04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
  .fund_block04 .image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

/* #2：投資対象
================================================ */
.fund_panel2 .area:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .fund_panel2 .area:not(:last-child) {
    margin-bottom: 70px;
  }
}
.fund_panel2 .area1 .copy {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
.fund_panel2 .area1 .text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 30px 0 50px;
}
.fund_panel2 .area1 .concept_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .fund_panel2 .area1 .concept_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fund_panel2 .area1 .floor-wrapper {
  width: 57.7319587629%;
}
@media (max-width: 767px) {
  .fund_panel2 .area1 .floor-wrapper {
    width: 100%;
  }
}
.fund_panel2 .area1 .floor-wrapper .floor {
  width: 100%;
  background-color: #EEE;
  padding: 24px;
}
@media (max-width: 767px) {
  .fund_panel2 .area1 .floor-wrapper .floor {
    padding-bottom: 30px;
  }
}
.fund_panel2 .area1 .floor-wrapper .floor_headline {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #bbb;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.fund_panel2 .area1 .floor-wrapper .floor_stack {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "_1 _3" "_2 ..";
  gap: 20px 50px;
}
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-1,
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-2,
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-3 {
  white-space: nowrap;
}
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-1 > * + *,
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-2 > * + *,
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-3 > * + * {
  margin-top: 20px;
}
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: _1;
}
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: _2;
}
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _3;
}
@media (max-width: 767px) {
  .fund_panel2 .area1 .floor-wrapper .floor_stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fund_panel2 .area1 .floor-wrapper .floor_stack .block-1,
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-2,
.fund_panel2 .area1 .floor-wrapper .floor_stack .block-3 {
    width: 100%;
  }
}
.fund_panel2 .area1 .floor-wrapper .floor_title {
  margin-bottom: 3px;
  font-weight: bold;
}
.fund_panel2 .area1 .img-wrapper {
  width: 42.2680412371%;
}
.fund_panel2 .area1 .img-wrapper picture {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fund_panel2 .area1 .img-wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .fund_panel2 .area1 .img-wrapper picture {
    width: min(100%, 250px);
  }
}
.fund_panel2 .area02 .renovation_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px 3.0927835052%;
}
@media (max-width: 767px) {
  .fund_panel2 .area02 .renovation_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fund_panel2 .area02 .renovation_block .video-wrapper {
  width: 45.3608247423%;
}
.fund_panel2 .area02 .renovation_block .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 900px;
}
.fund_panel2 .area02 .renovation_block .video-wrapper .caption {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 767px) {
  .fund_panel2 .area02 .renovation_block .video-wrapper {
    width: 100%;
  }
}
.fund_panel2 .area02 .renovation_block .text-wrapper {
  width: 51.5463917526%;
}
@media (max-width: 767px) {
  .fund_panel2 .area02 .renovation_block .text-wrapper {
    width: 100%;
  }
}
.fund_panel2 .area02 .renovation_block .headline {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fund_panel2 .area02 .renovation_block .cta {
  width: 100%;
  padding: 14px 20px;
  margin-top: 20px;
  background-color: #EEE;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
.fund_panel2 .area03 .area_subheading {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.fund_panel2 .area03 .location_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 54px;
}
@media (max-width: 767px) {
  .fund_panel2 .area03 .location_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px 0;
  }
}
.fund_panel2 .area03 .route-wrapper {
  width: 36.0824742268%;
}
@media (max-width: 767px) {
  .fund_panel2 .area03 .route-wrapper {
    width: 100%;
  }
  .fund_panel2 .area03 .route-wrapper .img {
    width: 80%;
    margin: 0 auto;
  }
}
.fund_panel2 .area03 .contents-wrapper {
  width: 56.7010309278%;
}
@media (max-width: 767px) {
  .fund_panel2 .area03 .contents-wrapper {
    width: 100%;
  }
}
.fund_panel2 .area03 .location_slider {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .fund_panel2 .area03 .location_slider {
    width: calc(100% + 15px + 15px);
    margin-left: -15px;
  }
}
.fund_panel2 .area03 .location_slider .swiper {
  overflow: visible;
}
.fund_panel2 .area03 .location_slider .swiper-slide:not(.swiper-slide-active) .img {
  position: relative;
}
.fund_panel2 .area03 .location_slider .swiper-slide:not(.swiper-slide-active) .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}
.fund_panel2 .area03 .location_slider .swiper-slide figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 6px;
}
.fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-prev,
.fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-next {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/img/arrow_btn02.c19f8001.svg) no-repeat center/cover;
}
.fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-prev::after,
.fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-next::after {
  content: none;
}
.fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-prev {
  left: 108px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-prev {
    left: 14%;
  }
}
.fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-next {
  right: 108px;
}
@media (max-width: 767px) {
  .fund_panel2 .area03 .location_slider .swiper-buttons .swiper-button-next {
    right: 14%;
  }
}
.fund_panel2 .area03 .map-wrapper {
  width: 100%;
  padding-top: 32px;
}
.fund_panel2 .area03 .map-wrapper iframe {
  width: 100%;
  aspect-ratio: 550/315;
}
.fund_panel2 .area04 .env_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.0927835052%;
}
@media (max-width: 767px) {
  .fund_panel2 .area04 .env_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fund_panel2 .area04 .env_block .img-wrapper {
  width: 45.3608247423%;
}
@media (max-width: 767px) {
  .fund_panel2 .area04 .env_block .img-wrapper {
    width: 100%;
  }
}
.fund_panel2 .area04 .env_block .text-wrapper {
  width: 51.5463917526%;
}
@media (max-width: 767px) {
  .fund_panel2 .area04 .env_block .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fund_panel2 .area04 .env_block .text-content + .text-content {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .fund_panel2 .area04 .env_block .text-content {
    margin-top: 36px;
  }
}
.fund_panel2 .area04 .env_block .env_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .fund_panel2 .area04 .env_block .env_title {
    font-size: 1.8rem;
  }
}
.fund_panel2 .area05 .floor_slider {
  position: relative;
  width: 100%;
  margin-top: 44px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .fund_panel2 .area05 .floor_slider {
    width: calc(100% + 15px + 15px);
    margin-left: -15px;
  }
}
.fund_panel2 .area05 .floor_slider .swiper {
  overflow: visible;
}
.fund_panel2 .area05 .floor_slider .swiper-slide:not(.swiper-slide-active) .slide_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}
.fund_panel2 .area05 .floor_slider .swiper-slide .slide_item {
  position: relative;
}
.fund_panel2 .area05 .floor_slider .swiper-slide .slide_item .title {
  position: absolute;
  width: 100%;
  padding: 8px 20px;
  background-color: rgba(51, 51, 51, 0.7);
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fund_panel2 .area05 .floor_slider .swiper-slide .slide_item .title {
    font-size: 1.2rem;
    padding: 6px 12px;
  }
}
.fund_panel2 .area05 .floor_slider .swiper-slide .slide_item .text {
  position: absolute;
  width: 100%;
  padding: 14px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fund_panel2 .area05 .floor_slider .swiper-slide .slide_item .text {
    font-size: 1rem;
    padding: 8px 12px;
  }
}
.fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-prev,
.fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-next {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/assets/img/arrow_btn02.c19f8001.svg) no-repeat center/cover;
}
.fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-prev::after,
.fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-next::after {
  content: none;
}
.fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-prev {
  left: calc(50% - 270px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(-1) translateX(100%);
      -ms-transform: scaleX(-1) translateX(100%);
          transform: scaleX(-1) translateX(100%);
}
@media (max-width: 767px) {
  .fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-prev {
    left: 1%;
    top: 44%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-next {
  right: calc(50% - 270px);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 767px) {
  .fund_panel2 .area05 .floor_slider .swiper-buttons .swiper-button-next {
    right: 1%;
    top: 44%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.fund_panel2 .area05 .floor_slider .slide-pagination {
  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;
  gap: 8px;
  margin-top: 28px;
}
.fund_panel2 .area05 .floor_slider .slide-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background-color: #EEE;
  border-radius: 50%;
  opacity: 1;
}
.fund_panel2 .area05 .floor_slider .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333;
}
.fund_panel2 .area06 .acc {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.fund_panel2 .area06 .acc_title {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fund_panel2 .area06 .acc_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px 42px 16px 20px;
  margin: 0;
  background-color: white;
  border: none;
  cursor: pointer;
}
.fund_panel2 .area06 .acc_button .acc_title_text {
  position: relative;
  padding-left: 20px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1739130435;
  text-align: left;
}
.fund_panel2 .area06 .acc_button .acc_title_text::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background-color: #F46D0B;
  left: 0;
  top: 3px;
}
.fund_panel2 .area06 .acc_button .acc_title_icon {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fund_panel2 .area06 .acc_button .acc_title_icon::before, .fund_panel2 .area06 .acc_button .acc_title_icon::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #bbb;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.fund_panel2 .area06 .acc_button .acc_title_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 767px) {
  .fund_panel2 .area06 .acc_button .acc_title_icon {
    right: 18px;
  }
}
.fund_panel2 .area06 .acc_button[aria-expanded=false] .acc_title_icon::before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fund_panel2 .area06 .acc_button[aria-expanded=true] .acc_title_icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 767px) {
  .fund_panel2 .area06 .acc_button {
    padding-right: 36px;
  }
}
.fund_panel2 .area06 .acc_content_tray[aria-hidden=true] {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.fund_panel2 .area06 .acc_content_tray[aria-hidden=false] {
  height: auto;
  overflow: visible;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.fund_panel2 .area06 .acc_content {
  width: 100%;
  padding: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .fund_panel2 .area06 .acc_content {
    padding: 0 12px 24px;
  }
}
.fund_panel2 .area06 .acc_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fund_panel2 .area06 .acc_content dt, .fund_panel2 .area06 .acc_content dd {
  padding: 8px 30px;
  border-top: 1px dashed #bbb;
  line-height: 1.6875;
}
.fund_panel2 .area06 .acc_content dt {
  font-weight: bold;
  width: 300px;
}
@media (max-width: 767px) {
  .fund_panel2 .area06 .acc_content dt {
    width: 100%;
    padding: 8px 10px 0;
  }
}
.fund_panel2 .area06 .acc_content dd {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .fund_panel2 .area06 .acc_content dd {
    width: 100%;
    border-top: none;
    padding: 0 10px 8px;
  }
}
.fund_panel2 .area06 .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0;
  margin-top: 44px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.fund_panel2 .area06 .notes > * {
  width: 100%;
}

.modal-trigger {
  position: relative;
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}
.modal.-open {
  display: block;
  z-index: 100;
}
.modal .modal_overlay {
  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;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal_container {
  position: relative;
  width: min(100%, 1000px);
  padding: 30px 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .modal_contents {
  width: 100%;
  height: auto;
  max-height: 95vh;
  padding: 48px 20px 64px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal .modal_contents {
    max-height: 80vh;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal .modal_header {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .modal .modal_header {
    margin-bottom: 44px;
  }
}
.modal .modal_eyeblow {
  font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modal .modal_eyeblow {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.modal .modal_headline {
  font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .modal .modal_headline {
    font-size: 36px;
  }
}
.modal .modal_subhead {
  position: relative;
  padding-left: 36px;
  margin-bottom: 36px;
  font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.modal .modal_subhead::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background-color: black;
  left: 0;
  top: 50%;
}
@media (max-width: 767px) {
  .modal .modal_subhead {
    padding-left: 26px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .modal .modal_subhead::before {
    width: 20px;
  }
}
.modal .modal_body > *:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .modal .modal_body > *:not(:last-child) {
    margin-bottom: 72px;
  }
}
.modal .modal_block-1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .modal .modal_block-1 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 44px;
  }
}
.modal .modal_block-1 .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px 0;
  width: calc(100% - 36px - 300px);
}
@media (max-width: 767px) {
  .modal .modal_block-1 .text-wrapper {
    width: 100%;
    row-gap: 20px;
  }
}
.modal .modal_block-1 .img-wrapper {
  position: relative;
  width: 300px;
}
.modal .modal_block-1 .img-wrapper .caption {
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  bottom: 0;
  left: -36px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767px) {
  .modal .modal_block-1 .img-wrapper {
    width: 100%;
  }
  .modal .modal_block-1 .img-wrapper picture {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .modal .modal_block-1 .img-wrapper .caption {
    position: static;
    width: 70%;
    padding: 8px 10px 0 0;
    margin: 0 auto;
    text-align: right;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.modal .modal_block-2 .img {
  width: 100%;
  margin-bottom: 64px;
}
.modal .modal_block-2 .img .caption {
  margin-top: 18px;
  font-size: 14px;
  text-align: right;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .modal .modal_block-2 .img {
    width: calc(100% + 15px + 15px);
    margin-left: -15px;
    margin-bottom: 36px;
  }
  .modal .modal_block-2 .img .caption {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.8333333333;
    margin-top: 14px;
  }
}
.modal .modal_block-2 .text-content {
  width: min(100%, 770px);
  margin-bottom: 44px;
}
.modal .modal_block-2 .text-content + .text-content {
  margin-left: auto;
}
@media (max-width: 767px) {
  .modal .modal_block-2 .text-content {
    margin-bottom: 36px;
  }
}
.modal .modal_block-2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 44px 30px;
}
.modal .modal_block-2 .row .img {
  width: calc(50% - 15px);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal .modal_block-2 .row {
    row-gap: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal .modal_block-2 .row .img {
    width: 80%;
    margin-left: 0;
  }
  .modal .modal_block-2 .row .caption {
    margin-top: 22px;
  }
}
.modal .modal_block-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .modal .modal_block-3 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 15px + 15px);
    margin-top: 36px;
    margin-left: -15px;
  }
}
.modal .modal_block-3 .text-wrapper {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .modal .modal_block-3 .text-wrapper {
    width: 100%;
    padding: 30px 15px 0;
  }
}
.modal .modal_block-3 .img-wrapper {
  position: relative;
  width: calc(50% - 15px);
}
.modal .modal_block-3 .img-wrapper .caption {
  position: absolute;
  font-size: 14px;
  line-height: 1.5714285714;
  bottom: 0;
  left: -36px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767px) {
  .modal .modal_block-3 .img-wrapper {
    width: 100%;
  }
  .modal .modal_block-3 .img-wrapper .caption {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.8333333333;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.modal .modal_block-4 .row {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.modal .modal_block-4 .row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .modal .modal_block-4 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 32px;
    width: calc(100% + 15px + 15px);
    margin-left: -15px;
    margin-bottom: 32px;
  }
}
.modal .modal_block-4 .text-wrapper {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .modal .modal_block-4 .text-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal .modal_block-4 .img-wrapper {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .modal .modal_block-4 .img-wrapper {
    width: 100%;
  }
}
.modal .mdoal_backto-button {
  position: relative;
  display: block;
  width: min(100%, 225px);
  padding: 7px 0;
  margin: 40px auto 0;
  background-color: white;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.modal .mdoal_backto-button::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(/assets/img/icon_modal_back_arrow.80a3e571.svg) no-repeat center/cover;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .modal .mdoal_backto-button:hover {
    background-color: #EEE;
  }
}
.modal .mdoal_close-button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #D9D9D9;
  border-radius: 50%;
  top: 15px;
  right: 0;
  cursor: pointer;
}
.modal .mdoal_close-button::before, .modal .mdoal_close-button::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.modal .mdoal_close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .mdoal_close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .modal .mdoal_close-button {
    top: 4px;
    right: 8px;
  }
}
.modal .ml-auto {
  margin-left: auto;
}
.modal .mb-44 {
  margin-bottom: 44px;
}
.modal .mb-64 {
  margin-bottom: 64px;
}

/* 注目ポイント
================================================ */
.fund_panel3_area01 {
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .fund_panel3_area01 {
    margin-bottom: 68px;
  }
}

.fund_panel3_area02 {
  margin-bottom: 117px;
}
@media (max-width: 767px) {
  .fund_panel3_area02 {
    margin-bottom: 38px;
  }
}

.fund_panel3_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.fund_panel3_block01 .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.6082474227%;
          flex: 0 0 43.6082474227%;
}
.fund_panel3_block01 .text h4 {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .fund_panel3_block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 21px;
    margin-bottom: 21px;
  }
  .fund_panel3_block01 .image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .fund_panel3_block01 .text h4 {
    margin-bottom: 21px;
  }
}

.fund_panel3_list01 > li {
  padding-left: 14px;
  position: relative;
  font-size: 14px;
}
.fund_panel3_list01 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.fund_panel3_text01 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fund_panel3_text01 {
    margin-bottom: 11px;
  }
}

.fund_panel3_block02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38.2474226804% 32px 1fr;
  grid-template-columns: 38.2474226804% 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.fund_panel3_block02 .image02 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .fund_panel3_block02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fund_panel3_block02 .image02 {
    margin-bottom: 40px;
  }
}

.fund_panel3_block04 {
  padding: 36px 36px 24px;
  background-color: #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .fund_panel3_block04 {
    gap: 22px;
  }
}

/* #4：しくみ
================================================ */
.fund_panel4 small {
  font-size: 1.4rem;
}
.fund_panel4 .area:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .fund_panel4 .area:not(:last-child) {
    margin-bottom: 80px;
  }
}
.fund_panel4 .area01 .img {
  width: min(100%, 660px);
  margin: 24px auto 0;
}
.fund_panel4 .area01 .caption {
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
.fund_panel4 .area02 .copy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: min(100%, 660px);
  margin: 72px auto 0;
}
.fund_panel4 .area02 .copy-list .copy {
  position: relative;
  width: calc(50% - 8px);
  padding: 11px 10px 11px 46px;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.fund_panel4 .area02 .copy-list .copy::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 100%;
  background-color: #EEE;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .fund_panel4 .area02 .copy-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  .fund_panel4 .area02 .copy-list .copy {
    width: 100%;
  }
}
.fund_panel4 .area03 .note {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
.fund_panel4 .area04 .corp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 0;
}
.fund_panel4 .area04 .corp_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.1237113402%;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .corp_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
  }
}
.fund_panel4 .area04 .role {
  width: 20.618556701%;
}
.fund_panel4 .area04 .role .heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.fund_panel4 .area04 .role .subhead {
  font-size: 14px;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .role {
    width: 100%;
  }
  .fund_panel4 .area04 .role .heading {
    font-size: 2rem;
  }
}
.fund_panel4 .area04 .corp {
  width: 75.2577319588%;
}
.fund_panel4 .area04 .corp .corp_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
}
.fund_panel4 .area04 .corp .corp_subhead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 6px;
}
.fund_panel4 .area04 .corp .licence {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .corp {
    width: 100%;
  }
  .fund_panel4 .area04 .corp .corp_name {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 8px;
  }
  .fund_panel4 .area04 .corp .licence {
    margin-top: 20px;
  }
  .fund_panel4 .area04 .corp .text {
    font-size: 1.4rem;
  }
}
.fund_panel4 .area04 .case {
  margin: 48px 0;
}
.fund_panel4 .area04 .case .case_heading {
  font-weight: bold;
  line-height: 1.6875;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .case {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .fund_panel4 .area04 .case .case_heading {
    margin-bottom: 12px;
    text-align: center;
  }
}
.fund_panel4 .area04 .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(100%, 726px);
}
.fund_panel4 .area04 .gallery .img {
  width: calc(33.333% - 12px);
}
.fund_panel4 .area04 .gallery .caption {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .gallery {
    gap: 12px;
  }
  .fund_panel4 .area04 .gallery .img {
    width: calc(50% - 6px);
  }
  .fund_panel4 .area04 .gallery .caption {
    margin-top: 6px;
  }
}
.fund_panel4 .area04 .corp_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 14px 0 30px;
}
.fund_panel4 .area04 .corp_summary dt {
  width: 100px;
  margin-bottom: 6px;
}
.fund_panel4 .area04 .corp_summary dd {
  width: calc(100% - 100px);
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .corp_summary {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .fund_panel4 .area04 .corp_summary dt {
    width: 72px;
    font-size: 14px;
  }
  .fund_panel4 .area04 .corp_summary dd {
    width: calc(100% - 72px);
    font-size: 14px;
  }
}
.fund_panel4 .area04 .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5.4794520548%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 40px;
}
.fund_panel4 .area04 .stats .img-1 {
  width: 38.3561643836%;
}
.fund_panel4 .area04 .stats .img-1 .note {
  font-size: 14px;
  line-height: 1.5714285714;
}
.fund_panel4 .area04 .stats .img-2 {
  width: 56.1643835616%;
}
.fund_panel4 .area04 .stats .img-2 .note {
  height: 3.1428571429em;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}
.fund_panel4 .area04 .stats .caption {
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 8px;
}
.fund_panel4 .area04 .stats .source {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .stats {
    position: relative;
    gap: 30px 0;
    padding-top: 0;
    margin-top: -154px;
    z-index: -1;
  }
  .fund_panel4 .area04 .stats .img-1 {
    width: 100%;
  }
  .fund_panel4 .area04 .stats .img-1 .note {
    width: min(100%, 260px);
    margin: 0 auto;
  }
  .fund_panel4 .area04 .stats .img-2 {
    width: 100%;
  }
  .fund_panel4 .area04 .stats .img-2 .note {
    height: auto;
  }
  .fund_panel4 .area04 .stats .caption {
    padding-top: 12px;
  }
  .fund_panel4 .area04 .stats .source {
    margin-top: 0;
  }
}
.fund_panel4 .area04 .button-wrapper {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.fund_panel4 .area04 .button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 9px 36px 7px 16px;
  background-color: white;
  border: 1px solid;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.fund_panel4 .area04 .button::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 9px;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .fund_panel4 .area04 .button:hover {
    background-color: #EEE;
  }
}
@media (max-width: 767px) {
  .fund_panel4 .area04 .button {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 30px;
  }
}

/* #5：リスク等
================================================ */
.fund_panel5 p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
.fund_panel5 strong {
  font-weight: bold;
}
.fund_panel5 .area:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .fund_panel5 .area:not(:last-child) {
    margin-bottom: 80px;
  }
}
.fund_panel5 .area_block {
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .fund_panel5 .area_block {
    margin-top: 54px;
  }
}
.fund_panel5 .heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6875;
}
.fund_panel5 .subheading {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9285714286;
  margin-top: 28px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .fund_panel5 .subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0;
    line-height: 1.5714285714;
  }
  .fund_panel5 .subheading:not(:first-of-type) {
    margin-top: 40px;
  }
}
.fund_panel5 .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5714285714em 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.fund_panel5 .label {
  color: #999;
  margin-top: 20px;
}
.fund_panel5 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fund_panel5 dl dt, .fund_panel5 dl dd {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
.fund_panel5 dl dt {
  width: 180px;
}
.fund_panel5 dl dd {
  width: calc(100% - 180px);
}
@media (max-width: 767px) {
  .fund_panel5 dl dt, .fund_panel5 dl dd {
    width: 50%;
  }
}
.fund_panel5 .note {
  margin-top: 30px;
}

/* #6：途中売却
================================================ */
.fund_panel6 .area:not(:last-child) {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .fund_panel6 .area:not(:last-child) {
    margin-bottom: 80px;
  }
}
.fund_panel6 .area .area_header-guideline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 58px;
}
.fund_panel6 .area .area_header-guideline .fund_title02 {
  margin-bottom: 0;
}
.fund_panel6 .area .area_header-guideline .fund_title02::after {
  content: none;
}
@media (max-width: 767px) {
  .fund_panel6 .area .area_header-guideline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .fund_panel6 .area .area_header-guideline .fund_title02 {
    padding-bottom: 0;
    margin-bottom: 6px;
  }
}
.fund_panel6 .timeline {
  width: min(100%, 740px);
  margin: 0 auto;
}
.fund_panel6 .timeline .timeline_block {
  position: relative;
  padding-left: 36px;
}
.fund_panel6 .timeline .timeline_block::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #D9D9D9;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.fund_panel6 .timeline .timeline_block:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  top: 15px;
  left: 10px;
}
@media (min-width: 768px) {
  .fund_panel6 .timeline .timeline_block:nth-child(1) {
    padding-bottom: 60px;
  }
  .fund_panel6 .timeline .timeline_block:nth-child(2) {
    padding-bottom: 60px;
  }
  .fund_panel6 .timeline .timeline_block:nth-child(3) {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .fund_panel6 .timeline .timeline_block {
    padding-left: 28px;
  }
  .fund_panel6 .timeline .timeline_block::before {
    width: 18px;
    height: 18px;
  }
  .fund_panel6 .timeline .timeline_block:not(:last-child) {
    padding-bottom: 36px;
  }
  .fund_panel6 .timeline .timeline_block:not(:last-child)::after {
    left: 8px;
  }
}
.fund_panel6 .timeline .timeline_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.fund_panel6 .timeline .timeline_header .title {
  position: relative;
  width: 270px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.fund_panel6 .timeline .timeline_header .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #bbb;
  left: 0;
  top: 50%;
}
.fund_panel6 .timeline .timeline_header .title span {
  position: relative;
  background-color: white;
  padding-right: 10px;
}
.fund_panel6 .timeline .timeline_header .copy {
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fund_panel6 .timeline .timeline_header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 16px;
  }
  .fund_panel6 .timeline .timeline_header .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    font-size: 16px;
    white-space: nowrap;
  }
  .fund_panel6 .timeline .timeline_header .title span {
    padding-right: 5px;
  }
  .fund_panel6 .timeline .timeline_header .copy {
    font-size: 16px;
    padding-left: 5px;
  }
}
.fund_panel6 .timeline .timeline_content dl {
  margin-top: 40px;
}
.fund_panel6 .timeline .timeline_content dl dt {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
  font-weight: bold;
}
.fund_panel6 .timeline .timeline_content dl dt:not(:first-child) {
  margin-top: 26px;
}
.fund_panel6 .timeline .timeline_content dl dt::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 13px;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 0;
  top: 6px;
}
.fund_panel6 .timeline .timeline_content dl dd {
  padding-left: 18px;
}
.fund_panel6 .timeline .timeline_content .label {
  font-size: 18px;
  font-weight: bold;
  border: 2px solid currentColor;
  margin-top: 40px;
  display: inline-block;
  line-height: 2;
  padding: 4px 15px 2px;
}
@media (max-width: 767px) {
  .fund_panel6 .timeline .timeline_content .text {
    font-size: 14px;
  }
  .fund_panel6 .timeline .timeline_content dl {
    margin-top: 18px;
  }
  .fund_panel6 .timeline .timeline_content dl dt {
    padding-left: 16px;
    font-size: 14px;
  }
  .fund_panel6 .timeline .timeline_content dl dt::before {
    width: 10px;
    height: 12px;
    top: 4px;
  }
  .fund_panel6 .timeline .timeline_content dl dd {
    padding-left: 16px;
    font-size: 14px;
  }
  .fund_panel6 .timeline .timeline_content .label {
    padding: 3px 13px 1px;
    margin-top: 32px;
    font-size: 15px;
  }
}
.fund_panel6 .guideline {
  width: min(100%, 800px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fund_panel6 .guideline dt {
  width: 180px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px dashed #bbb;
}
.fund_panel6 .guideline dd {
  width: calc(100% - 180px);
  padding: 20px 0;
  font-weight: 400;
  border-bottom: 1px dashed #bbb;
}
@media (max-width: 767px) {
  .fund_panel6 .guideline dt {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 4px;
    border-bottom: none;
  }
  .fund_panel6 .guideline dd {
    width: 100%;
    padding-top: 0;
  }
}

/* #7：運用状況
================================================ */
.fund_panel7 .lead {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .fund_panel7 .lead {
    margin-bottom: 50px;
  }
}
.fund_panel7 .area:not(:last-child) {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .fund_panel7 .area:not(:last-child) {
    margin-bottom: 80px;
  }
}
.fund_panel7 .area .img {
  width: min(100%, 760px);
  margin: 0 auto;
}
.fund_panel7 .area .text a {
  font-weight: bold;
  text-decoration: underline;
}
.fund_panel7 .area .note {
  font-size: 14px;
  margin-top: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
.fund_panel7 .fund_panel7_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 0;
}
@media (max-width: 767px) {
  .fund_panel7 .fund_panel7_list {
    gap: 14px 0;
  }
}
.fund_panel7 .fund_panel7_list li {
  width: 100%;
}
.fund_panel7 .fund_panel7_list .pdf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 52px;
}
.fund_panel7 .fund_panel7_list .pdf::before {
  position: absolute;
  content: "PDF";
  padding: 0 9px;
  background-color: #7E8084;
  border-radius: 3px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  top: 3px;
  left: 0;
}
@media (hover: hover) {
  .fund_panel7 .fund_panel7_list .pdf:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .fund_panel7 .fund_panel7_list .pdf {
    padding-left: 46px;
  }
  .fund_panel7 .fund_panel7_list .pdf::before {
    padding-left: 6px;
    padding-right: 6px;
    top: 2px;
  }
}

.proviso {
  width: 100%;
  background-color: #EEE;
  margin-top: 90px;
  padding: 24px 28px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .proviso {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}


/*============================
分配金の支払者　20231227
============================*/
@media (min-width: 766px) {
  div.payer_area {
    width: 800px;
    margin: 0 auto;
  }
  div.payer_area div.payer_box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    border: #919191 solid 1px;
  }
  div.payer_area div.payer_box div.img_area {
    width: 70px;
  }
  div.payer_area div.payer_box div.img_area img {
    width: 100%;
  }
  div.payer_area div.payer_box div.table_area {
    width: 660px;
  }
  div.payer_area div.payer_box div.table_area p.payer_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #111111;
    margin-bottom: 20px;
  }
  div.payer_area div.payer_box div.table_area dl {
    display: flex;
    justify-content: space-between;
    border-bottom: #CECECE dashed 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 1.2px;
    color: #111111;
  }
  div.payer_area div.payer_box div.table_area dl dt {
    width: 70px;
  }
  div.payer_area div.payer_box div.table_area dl dd {
    width: 600px;
  }
}
@media (max-width: 767px) {
  div.payer_area {
      padding: 30px 0;
  }
  div.payer_area div.payer_box {
      background: #fff;
      padding: 20px;
      margin-bottom: 20px;
      border: #919191 solid 1px;
  }
  div.payer_area div.payer_box div.img_area {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    div.payer_area div.payer_box div.img_area p {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.7px;
      color: #111111;
      padding-right: 10px;
    }
  div.payer_area div.payer_box div.img_area p img {
      width: 90px;
  }
  div.payer_area div.payer_box div.table_area {
  }
  div.payer_area div.payer_box div.table_area p.payer_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #111111;
    margin-bottom: 20px;
  }
  div.payer_area div.payer_box div.table_area dl {
      align-items: center;
      border-bottom: #CECECE dashed 2px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      width: 100%;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1.2px;
      color: #111111;
  }
  div.payer_area div.payer_box div.table_area dl dt {
    font-weight: 600;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 1.2px;
    color: #555555;
  }
  div.payer_area div.payer_box div.table_area dl dt {
    text-align: left;
  }
}


