sup { vertical-align: super; font-size: 13px;}

.sub-top {
  font-size: 18px;
}
.sub-top:not(.K02) {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 65px;
}
.sub-top:not(.K02) .inner {
  width: 100%;
}
.sub-top nav {
  margin-bottom: 20px;
}
.sub-top nav a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
.sub-top hgroup h2 {
  font-size: 72px;
  font-weight: 700;
}
.sub-top.K02 {
  padding-top: 240px;
}
.sub-top.K02 nav a {
  color: var(--gray);
}
.sub-top.K01 {
  background-image: url("/image/sub/sv01.jpg");
}
.sub-top.K03 {
  background-image: url("/image/sub/sv03.jpg");
}
.sub-top.K04 {
  background-image: url("/image/sub/sv04.jpg");
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  gap: 80px;
  margin-top: 60px;
  border-bottom: 1px solid #ddd;
}
.sub-nav a {
  font-weight: 500;
  color: var(--medium);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-nav a.on {
  color: var(--orange);
  font-weight: 700;
  border-bottom: 3px solid var(--orange);
}
.sub-nav.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  padding: 0 8%;
}

.sub-page {
  padding: 100px 0 160px;
}

.sub-tit_1 {
  color: var(--orange);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.168px;
  margin-bottom: 40px;
}

.sub-tit_2 {
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub-desc {
  color: var(--medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}
.sub-desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-desc p:not(:last-child) {
  margin-bottom: 6px;
}
.sub-desc em {
  margin-right: 10px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}

.grayBox {
  background: var(--bg04);
  margin-top: 60px;
}

.commonTable {
  width: 100%;
}
.commonTable thead {
  background: var(--orange);
}
.commonTable thead th {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
}
.commonTable thead th:not(:last-child) {
  border-right: 1px solid #FFF;
}
.commonTable tbody tr {
  border-bottom: 1px solid #DDD;
}
.commonTable tbody th {
  background: var(--bg04);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
}
.commonTable tbody td {
  color: var(--medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  padding: 15px 30px;
}
.commonTable tbody td.align-c {
  text-align: center;
}
.commonTable tbody td:not(:last-child) {
  border-right: 1px solid #DDD;
}
.commonTable tbody td ul li {
  line-height: 1.8em;
}

.aboutOverview section {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.aboutOverview section:not(:first-child) {
  margin-top: 120px;
}
.aboutOverview .overview-tit {
  font-size: 32px;
  font-weight: bold;
}
.aboutOverview section > div {
  width: 75%;
}
.aboutOverview .sub-desc {
  margin-bottom: 50px;
}
.aboutOverview .overview-invest ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 85px;
}
.aboutOverview .overview-invest ul li {
  width: calc(33% - 30px);
}
.aboutOverview .overview-invest ul li h6 {
  color: var(--medium);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}
.aboutOverview .overview-invest .invest_value {
  color: var(--dark);
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.aboutOverview .overview-invest .invest_value strong {
  color: var(--orange);
  font-size: 36px;
  font-weight: bold;
}
.aboutOverview .overview-invest .invest_desc {
  color: var(--medium);
  font-size: 16px;
  font-weight: 400;
}
.aboutOverview .overview-invest .invest_desc p {
  line-height: 1.6em;
}
.aboutOverview .overview-history .commonTable tr:nth-of-type(1) th,
.aboutOverview .overview-history .commonTable tr:nth-of-type(1) td {
  border-top: 3px solid var(--orange);
}
.aboutOverview .overview-history .commonTable tr:nth-of-type(1) th:nth-of-type(2) {
  border-top: 3px solid var(--navy);
}
.aboutOverview .overview-history .commonTable tr th:nth-of-type(2) {
  background-color: #f6f6f6;
  color: var(--medium);
  font-weight: 400;
}

.aboutGuide-list {
  border-top: 1px solid var(--dark);
}
.aboutGuide-list li {
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
.aboutGuide-list h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.168px;
}
.aboutGuide-list h3 span {
  color: var(--orange);
}
.aboutGuide-list .sub-desc {
  margin-top: 35px;
}

.asset-intro {
  height: 100vh;
}
.asset-intro .intro_img {
  position: relative;
  margin: auto;
  height: 100%;
}
.asset-intro .intro_img img {
  max-width: none;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.asset-intro .intro_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.asset-intro .intro_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 250px;
}
.asset-intro .intro_logo.K0201 {
  width: 334px;
}
.asset-intro .intro_logo.K0202, .asset-intro .intro_logo.K0203 {
  width: 363px;
}
.asset-intro .intro_logo.K0204 {
  width: 214px;
}

.asset-content section {
  display: grid;
  grid-template-columns: auto 75%;
}
.asset-content section {
  padding-top: 140px;
}
.asset-content .content_tit {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.76px;
}
.asset-content .content_box:not(:last-child) {
  margin-bottom: 60px;
}
.asset-content .imgFlex {
  gap: 2%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.asset-content .imgFlex.col-4 {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}
.asset-content .small_txt {
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.asset-content .fedex_info {
  border-top: 1px solid var(--dark);
}
.asset-content .fedex_info li {
  padding: 39px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  border-bottom: 1px solid #E0E0E0;
}
.asset-content .commonTable {
  margin-top: 40px;
}
.asset-content .commonTable.year-5 th:not(:last-child) {
  border-right: 1px solid #DDD;
}
.asset-content .commonTable.year-5 td {
  text-align: center;
}
.asset-content .commonTable.year-5 td:first-child {
  font-weight: 500;
  color: var(--dark);
}
.asset-content .commonTable.right-style td {
  text-align: right;
}
.asset-content .commonTable.right-style tbody tr:nth-child(3) th, .asset-content .commonTable.right-style tbody tr:nth-child(3) td, .asset-content .commonTable.right-style tbody tr:nth-child(4) th, .asset-content .commonTable.right-style tbody tr:nth-child(4) td {
  color: var(--orange);
}
.asset-content .commonTable.right-style tbody tr:nth-child(11) td, .asset-content .commonTable.right-style tbody tr:nth-child(12) td {
  background: var(--bg02);
}
.asset-content .table-unit {
  color: var(--medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: -20px;
  text-align: right;
}
.asset-content .table-grid {
  display: grid;
  grid-template-columns: 34% 64%;
  gap: 2%;
}

.waiting-wrap {
  text-align: center;
  padding: 10% 0;
}
.waiting-wrap h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.96px;
  margin: 30px 0 15px;
}
.waiting-wrap p {
  color: var(--medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

.inquiry-wrap div {
  border: 1px solid #DDD;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 320px;
  text-align: center;
}
.inquiry-wrap div .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.168px;
  color: var(--dark);
}
.inquiry-wrap div .num i {
  font-size: 26px;
}
.inquiry-wrap div .num strong {
  color: var(--orange);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.76px;
  margin-left: 10px;
}
.inquiry-wrap div p {
  color: var(--medium);
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
.inquiry-wrap p {
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}