@charset 'UTF-8';

body:not(.wealth-management-top) .main-container {
  position: relative;
  display: block;
  max-width: none;
  padding: 0 0 80px;
}

body:not(.wealth-management-top) .main-container>.column.-main {
  padding: 0;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal) {
  font-family: Noto Serif JP,serif;
  line-height: 1.6;
  display: inline-flex;
  transition: opacity 200ms ease;
  text-decoration: none;

  align-items: center;
  justify-content: center;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal):hover {
  opacity: .8!important;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-apply {
  font-size: .24rem;
  height: 70px;
  color: #fff;
  background: #951a17;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-primary,.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-secondary {
  font-size: .2rem;
  height: 50px;
  padding: 5px 35px;
  border: 1px solid;
  background: none!important;
  box-shadow: none;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-primary {
  color: #000;
  border-color: #000;
  background: none;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-primary:hover,.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-primary:visited {
  color: #000;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-secondary {
  color: #fff;
  border-color: #fff;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-secondary:hover,.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-secondary:visited {
  color: #fff;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-forward:before,.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-back:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: '';
  transition: transform 200ms ease;
  background: url(/assets/wm/img/wealth-management/ico_arrow_right.svg) center center/auto auto no-repeat;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-forward {
  padding-right: 100px;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-forward:before {
  right: 30px;
  background: url(/assets/wm/img/wealth-management/ico_arrow_right.svg) center center/auto auto no-repeat;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-forward:hover:before {
  transform: translateX(5px);
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-back {
  padding-left: 80px;
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-back:before {
  left: 30px;
  transform: rotate(180deg);
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-back:hover:before {
  transform: rotate(180deg) translateX(5px);
}

.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-secondary.-forward:before,.main-container>.column.-main .btn:not(.-view-more):not(.-normal).-secondary.-back:before {
  background-image: url(/assets/wm/img/wealth-management/ico_arrow_right_wh.svg);
}

.main-container>.column.-main .box.-conversion.-primary .btn {
  font-family: Noto Sans JP,CompatilLetterLTCERegular,Arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Osaka,'ＭＳ Ｐゴシック',Helvetica,Verdana,sans-serif;
}

.ttl.-primary {
  font-size: .28rem;
  font-weight: 400;
  line-height: 1.45714;
  max-width: none;
  margin: 60px 0 100px;
  padding: 0 30px;
  border: none;
}

.ttl.-primary:after {
  content: none;
}

.ttl.-secondary {
  font-size: .24rem;
  font-weight: 400;
  line-height: 1.53333;
  margin: 0 0 30px;
  padding: 0;
  border: none;
}

.ttl.-secondary:after {
  content: none;
}

.ttl.-secondary small {
  font-size: .16rem;
  line-height: 1.8;
  display: block;
}

.content-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.content-container>.inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 100px 30px 0;
}

.page-nav {
  display: flex;
  overflow: hidden;
  height: auto;
  margin: 100px auto 0;
  padding: 0 20px;
}

.page-nav .btn.-forward,.page-nav .btn.-back {
  width: 100%;
  max-width: 480px;
}

.page-nav .btn.-forward {
  padding-right: 70px;
  padding-left: 30px;
}

.page-nav .btn.-back {
  padding-right: 30px;
  padding-left: 70px;
}

.block.-full-width {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}

.square-rule {
  position: relative;
  height: 20px;
  margin: 60px 0;
  border: none;
}

.square-rule:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  content: '';
  background-image: linear-gradient(to right,#e3e3e3 0,#e3e3e3 100%),linear-gradient(to right,#e3e3e3 0,#e3e3e3 100%),linear-gradient(to right,#e3e3e3 0,#e3e3e3 100%);
  background-repeat: no-repeat;
  background-position: calc(50% - 34px),center,calc(50% + 34px);
  background-size: 14px 14px;
}

.block.-wm-contents {
  margin-top: 40px;
}

.block.-wm-contents.-l {
  margin-top: 100px;
}

body.wealth-management-top .ttl-container.-primary>.category {
  letter-spacing: .025em;
}

body.wealth-management-top .ttl-container.-primary>.ttl {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.wealth-management-top .ttl-container.-primary>.ttl>.subtitle {
  font-size: .26rem;
  line-height: 1.49231;
  display: block;
  margin-top: 10px;
}

body.wealth-management-top .ttl.-secondary {
  font-weight: 500;
}

.content-container.-top-main {
  max-width: none;
}

.content-container.-top-main>.inner .txt.-lead {
  font-family: Noto Serif JP,serif;
  font-size: .2rem;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}

.box.-general.-top-jdpower>.text {
  font-size: .12rem;
  line-height: 2.06667;
}

.content-container.-top-statement {
  margin: 0;
  color: #fff;
  background: #010102;
}

.content-container.-top-statement .ttl {
  position: relative;
  z-index: 1;
  color: #fff;
}

.content-container.-top-statement>.inner {
  position: relative;
}

.block.-wealth-management-statement {
  font-family: Noto Serif JP,serif;
  position: relative;
}

.block.-wealth-management-statement:before {
  position: absolute;
  z-index: 0;
  top: -100px;
  right: -15px;
  display: block;
  width: 1792px;
  height: 1166px;
  content: '';
  transform: translate(15%,-40%);
  background: url(/assets/wm/img/top/bg_wm.png) center center no-repeat;
}

.block.-wealth-management-statement .ttl {
  font-size: .24rem;
}

.block.-wealth-management-statement .btn.-view-more.-top-statement>b {
  line-height: 1.2;
  padding: 0;
  text-align: left;
}

.block.-wealth-management-statement .btn.-view-more.-top-statement>.ico-font {
  color: inherit;
}

.block.-wealth-management-statement .block.-wealth-management-statement-text {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.block.-wealth-management-statement .block.-wealth-management-statement-text .txt:not(:first-child) {
  margin-top: 1.5em;
}

.block.-wealth-management-statement .block.-wealth-management-statement-conclusion {
  margin-top: 30px;
}

.block.-wealth-management-statement .block.-wealth-management-statement-conclusion .txt {
  font-size: .24rem;
  line-height: 1.8;
}

.ttl.-tertiary.-top-statement {
  font-family: Marcellus,Noto Serif JP,serif;
  font-size: .24rem;
  line-height: 1.53333;
  padding: 0;
  border: none;
}

.ttl.-tertiary.-top-statement>.subtitle {
  font-size: .18rem;
  line-height: 1.71111;
  margin-left: 1em;
}

.mdl.-mdl-wealth-management-statement .close-btn {
  color: #fff;
}

.mdl.-mdl-wealth-management-statement>.content {
  font-family: Noto Serif JP,serif;
  overflow: hidden;
  color: #fff;
  background: #010102;
}

.mdl.-mdl-wealth-management-statement .dlist {
  position: relative;
  padding-bottom: 30px;
}

.mdl.-mdl-wealth-management-statement .dlist>dt {
  font-family: Marcellus,Noto Serif JP,serif;
  font-size: .32rem;
  font-weight: 400;
  line-height: 1.4;
  width: fit-content;
  letter-spacing: 3px;
  color: #fff;
}

.mdl.-mdl-wealth-management-statement .dlist>dt>.ruby {
  font-size: .16rem;
  line-height: 1.8;
  display: block;
  text-align: center;
}

.mdl.-mdl-wealth-management-statement .dlist>dd .txt {
  margin-top: 1.5em;
}

.dlist.-top-movie {
  margin-top: 40px;
}

.dlist.-top-movie>dt {
  font-family: Marcellus;
  font-size: .2rem;
  font-weight: 400;
  line-height: 1.64;
  text-align: center;
}

.dlist.-top-movie>dd {
  margin-top: 20px;
}

.block.-wealth-management-info {
  margin: 40px 0 0;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.block.-wealth-management-info>.ttl.-secondary.-top {
  font-size: .22rem;
  margin-bottom: 20px;
  text-align: center;
}

.block.-wealth-management-info .ico-label {
  font-size: .14rem;
  min-width: 0;
  padding: 3px 10px;
  color: #fff;
  background: #595959;
  box-shadow: none;
}

.block.-wealth-management-info .ico-label.-red {
  background: #ca2420;
}

.block.-wealth-management-info .link {
  text-decoration: underline;
}

.block.-wealth-management-info .link:hover {
  text-decoration: none;
}

.block.-top-point {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(0,0,0,.14);
}

.block.-top-point>.text {
  padding: 20px 25px 30px;
}

.block.-top-point>.text .ttl.-secondary {
  margin-bottom: 0;
}

.block.-top-point>.text .txt {
  line-height: 1.6;
}

.block.-top-point>.text .btn.-view-more {
  width: 230px;
  min-width: 230px;
  height: 47px;
}

.block.-top-point>.image {
  position: relative;
}

.content-container.-top-about {
  z-index: 1;
  background: #fff;
}

.content-container.-top-crossing {
  background: #f4f6f8;
}

.dlist.-general.-top-crossing-solution {
  position: relative;
  padding: 20px;
  border: 1px solid #e3e3e3;
  background: center center / cover no-repeat;
}

.dlist.-general.-top-crossing-solution>dt {
  position: relative;
}

.dlist.-general.-top-crossing-solution>dt>.link {
  color: #42425a;
}

.dlist.-general.-top-crossing-solution>dd {
  position: relative;
  margin-top: .5em;
}

.dlist.-general.-top-crossing-solution.-financial-assets {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_financial-assets.jpg);
}

.dlist.-general.-top-crossing-solution.-real-estate {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_real-estate.jpg);
}

.dlist.-general.-top-crossing-solution.-liabilities {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_liabilities.jpg);
}

.dlist.-general.-top-crossing-solution.-inheritance {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_inheritance.jpg);
}

.dlist.-general.-top-crossing-solution.-life {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_life.jpg);
}

.dlist.-general.-top-crossing-solution.-own-stock {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_own-stock.jpg);
}

.dlist.-general.-top-crossing-solution.-bussiness-fund {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_bussiness-fund.jpg);
}

.dlist.-general.-top-crossing-solution.-capital {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_capital.jpg);
}

.dlist.-general.-top-crossing-solution.-business {
  background-image: url(/assets/wm/img/wealth-management/top/img_crossing_solution_business.jpg);
}

.dlist.-general.-top-service-process {
  position: relative;
  padding: 20px;
  background: center center / cover no-repeat #f4f6f8;
}

.dlist.-general.-top-service-process>dt,.dlist.-general.-top-service-process>dd {
  position: relative;
}

.dlist.-general.-top-service-process>dt {
  display: flex;
  padding-bottom: 10px;

  align-items: center;
}

.dlist.-general.-top-service-process>dt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  content: '';
  background: linear-gradient(90deg,#fff 56.25%,rgba(255,255,255,0) 100%);
}

.dlist.-general.-top-service-process>dt>.number {
  display: block;
  width: 46px;
  padding-right: 15px;
  text-align: center;
}

.dlist.-general.-top-service-process>dd {
  position: relative;
  margin-top: 15px;
}

.dlist.-general.-top-service-process.-process-01 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_01.jpg);
}

.dlist.-general.-top-service-process.-process-02 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_02.jpg);
}

.dlist.-general.-top-service-process.-process-03 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_03.jpg);
}

.dlist.-general.-top-service-process.-process-04 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_04.jpg);
}

.block.-top-service-process {
  position: relative;
  padding: 20px;
  background: center center / cover no-repeat #f4f6f8;
}

.block.-top-service-process .title,.block.-top-service-process .contents {
  position: relative;
}

.block.-top-service-process .title {
  line-height: 1.2;
  display: flex;
  padding-bottom: 10px;

  align-items: center;
}

.block.-top-service-process .title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  content: '';
  background: linear-gradient(90deg,#fff 56.25%,rgba(255,255,255,0) 100%);
}

.block.-top-service-process .title>.number {
  display: block;
  width: 46px;
  padding-right: 15px;
  text-align: center;
}

.block.-top-service-process .contents {
  position: relative;
  margin-top: 15px;
}

.block.-top-service-process.-process-01 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_01.jpg);
}

.block.-top-service-process.-process-02 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_02.jpg);
}

.block.-top-service-process.-process-03 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_03.jpg);
}

.block.-top-service-process.-process-04 {
  background-image: url(/assets/wm/img/wealth-management/top/img_service_process_04.jpg);
}

.content-container.-top-interview {
  color: #fff;
  background: #010102;
}

.content-container.-top-interview>.inner {
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-container.-top-interview .ttl {
  color: #fff;
}

.content-container.-top-interview .link-list {
  color: #fff;
}

.content-container.-top-interview .link-list .link {
  color: #fff;
}

.content-container.-interview-top-index>.inner {
  padding-top: 0;
}

.content-container.-interview-top-index .ttl.-secondary {
  font-size: .36rem;
  margin-top: 70px;
}

.content-container.-interview-top-index .interview .swiper-pagination {
  bottom: 10px;
}

.content-container.-interview-top-index .interview .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  opacity: 1;
  background: #999;
}

.content-container.-interview-top-index .interview .swiper-pagination .swiper-pagination-bullet-active {
  background: #951a17;
}

.content-container.-interview-top-index .list.-interview>li {
  max-width: 360px;
  margin: 0 auto;
}

.content-container.-interview-top-index .list.-interview>li>.image {
  position: relative;
  display: block;
  overflow: hidden;
}

.content-container.-interview-top-index .list.-interview>li>.image img {
  transition: transform 200ms ease;
}

.content-container.-interview-top-index .list.-interview>li>.image:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.content-container.-interview-top-index .list.-interview>li>.image>.ico-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.content-container.-interview-top-index .list.-interview>li>.image>.title {
  font-family: Noto Serif JP,serif;
  font-size: calc(.5vw + 16px);
  line-height: 1.5;
  position: absolute;
  bottom: 24px;
  display: flex;
  width: calc(320/360*100%);
  height: 90px;
  padding: 10px 24px;
  color: #fff;
  background: rgba(0,19,56,.8);

  align-items: center;
}

.content-container.-interview-top-index .list.-interview>li>.name {
  font-family: Noto Serif JP,serif;
  font-size: .28rem;
  line-height: 1;
  margin-top: 20px;
}

.content-container.-interview-top-index .list.-interview>li>.dept {
  margin-top: 5px;
}

.wealth-management-team {
  position: relative;
  margin-top: 50px;
}

.wealth-management-team:before,.wealth-management-team:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: block;
  width: calc((100vw - 320px)/2);
  content: '';
}

.wealth-management-team:before {
  left: 0;
  background-image: linear-gradient(to left,transparent,#010102);
}

.wealth-management-team:after {
  right: 0;
  background-image: linear-gradient(to right,transparent,#010102);
}

.wealth-management-team.swiper-container {
  transition: opacity 300ms ease;
  opacity: 0;
}

.wealth-management-team.swiper-container.-initialized {
  opacity: 1;
}

.wealth-management-team .swiper-slide {
  width: fit-content;
  margin: 0;
}

.content-container.-top-interview .interview .swiper-pagination {
  bottom: 10px;
}

.content-container.-top-interview .interview .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  opacity: 1;
  background: #999;
}

.content-container.-top-interview .interview .swiper-pagination .swiper-pagination-bullet-active {
  background: #951a17;
}

.content-container.-top-interview .list.-interview>li {
  max-width: 360px;
  margin-top: 0;
}

.content-container.-top-interview .interview {
  margin-top: 40px;
}

.block.-top-solution {
  margin-top: 40px;
}

.content-container.-point-lead {
  z-index: 1;
}

.content-container.-point-lead>.inner {
  padding-bottom: 0;
}

.content-container.-point-portfolio {
  max-width: none;
  margin-top: -60px;
  background: #f2f2f2;
}

.content-container.-point-portfolio>.inner {
  padding-top: 160px;
  padding-bottom: 100px;
}

.content-container.-interview .mainvisual {
  position: relative;
  display: flex;
  height: 680px;
  margin: -100px calc(-50vw + 50%) 40px;

  align-items: flex-end;
}

.content-container.-interview .mainvisual>.image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.content-container.-interview .mainvisual>.image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.content-container.-interview .mainvisual>.inner {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
}

.content-container.-interview .mainvisual>.inner .title {
  font-family: Noto Serif JP,serif;
  font-size: .3rem;
  line-height: 1.42667;
}

.content-container.-interview .mainvisual>.inner .title>.subtitle {
  font-size: .2rem;
  line-height: 1.64;
  margin-top: .5em;
}

.content-container.-interview .mainvisual>.inner .name {
  font-family: Noto Serif JP,serif;
  font-size: .24rem;
  line-height: 1.53333;
  position: relative;
  background: #001338;
}

.content-container.-interview .mainvisual>.inner .name>.dept {
  font-size: .14rem;
  line-height: 1.6;
  display: block;
  margin-top: .5em;
}

.content-container.-interview .image {
  margin-bottom: 40px;
}

.interview-card {
  max-width: 360px;
  margin: auto;
}

.interview-card>.image {
  position: relative;
  display: block;
  overflow: hidden;
}

.interview-card>.image img {
  transition: transform 200ms ease;
}

.interview-card>.image:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.interview-card>.image>.ico-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px;
}

.interview-card>.image>.title {
  font-family: Noto Serif JP,serif;
  font-size: calc(.5vw + 16px);
  line-height: 1.5;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 10px 18px;
  color: #fff;
  background: rgba(0,19,56,.8);
}

.interview-card>.name {
  font-family: Noto Serif JP,serif;
  font-size: .28rem;
  line-height: 1;
  margin-top: 20px;
}

.interview-card>.dept {
  line-height: 1.6;
  margin: 10px 0 20px;
}

@media print,screen and (min-width:768px) {
  .main-container>.column.-main .btn:not(.-view-more):not(.-normal).-apply {
    font-size: .26rem;
    width: 100%;
    max-width: 580px;
    height: 90px;
  }

  .ttl.-primary {
    font-size: .38rem;
    line-height: 1.33684;
    margin: 80px 0 140px;
    text-align: center;
  }

  .ttl.-secondary {
    font-size: .28rem;
    line-height: 1.45714;
    margin-bottom: 40px;
  }

  .ttl.-secondary small {
    font-size: .2rem;
    line-height: 1.64;
  }

  .content-container.-image-left>.inner,.content-container.-image-right>.inner {
    display: flex;
    max-width: 1580px;

    justify-content: space-between;
  }

  .content-container.-image-left>.inner>*,.content-container.-image-right>.inner>* {
    margin-top: 0;
  }

  .content-container.-image-left>.inner>.block,.content-container.-image-right>.inner>.block {
    width: calc(800/1580*100%);
  }

  .content-container.-image-left>.inner>.image,.content-container.-image-right>.inner>.image {
    width: calc(700/1580*100%);
  }

  .content-container.-image-left>.inner {
    margin-left: 0;
  }

  .content-container.-image-left>.inner>.image {
    margin: 0 auto 0 -30px;
  }

  .content-container.-image-right>.inner {
    flex-direction: row-reverse;
    margin-right: 0;
  }

  .content-container.-image-right>.inner>.image {
    margin: 0 -30px 0 auto;
  }

  .content-container.-image-left.-reverse>.inner {
    flex-direction: row-reverse;
  }

  .content-container.-image-right.-reverse>.inner {
    flex-direction: row;
  }

  .content-container>.inner {
    padding: 140px 30px 0;
  }

  .block.-wm-contents {
    margin-top: 80px;
  }

  .block.-wm-contents.-l {
    margin-top: 140px;
  }

  .ttl.-secondary.-top {
    font-size: .32rem;
    line-height: 1.4;
    text-align: center;
  }

  body.wealth-management-top .content-container:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    content: '';
    transform: translateX(-50%);
    background-color: inherit;
  }

  body.wealth-management-top .content-container>.inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-container.-top-main>.inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-container.-top-main>.inner .txt.-lead {
    font-size: .26rem;
    line-height: 1.49231;
  }

  .content-container.-top-main>.inner .image {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 50px;
    transform: translateX(-50%);
  }

  .box.-general.-top-jdpower {
    display: flex;
    max-width: 870px;
    margin: 50px auto;
    padding: 15px 20px;

    align-items: center;
  }

  .box.-general.-top-jdpower>.fig {
    flex: 0 0 auto;
  }

  .box.-general.-top-jdpower>.text {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #e3e3e3;

    flex: 1;
  }

  .content-container.-top-statement>.inner {
    padding-top: 70px;
  }

  .block.-wealth-management-statement {
    padding: 40px 0 0;
  }

  .block.-wealth-management-statement:before {
    top: -220px;
    right: auto;
    left: 0;
    transform: translate(-55%,-50%);
  }

  .block.-wealth-management-statement .block.-wealth-management-statement-text {
    margin-top: 0;

    flex: 1;
  }

  .block.-wealth-management-statement .block.-wealth-management-statement-text .txt {
    font-size: .17rem;
    line-height: 2.5;
  }

  .block.-wealth-management-statement .block.-wealth-management-statement-conclusion {
    margin-top: 50px;
  }

  .block.-wealth-management-statement .block.-wealth-management-statement-conclusion .txt {
    font-size: .36rem;
    line-height: 1.8;
  }

  .ttl.-tertiary.-top-statement {
    display: flex;

    align-items: center;
  }

  .ttl.-tertiary.-top-statement:after {
    display: block;
    height: 1px;
    margin-left: 1em;
    content: '';
    border-bottom: 1px solid #fff;

    flex: 1 1 auto;
  }

  .mdl.-mdl-wealth-management-statement .dlist>dt {
    font-size: .5rem;
    line-height: 1.256;
  }

  .mdl.-mdl-wealth-management-statement .dlist>dt>.ruby {
    font-size: .24rem;
    line-height: 1.53333;
  }

  .mdl.-mdl-wealth-management-statement .dlist>dd .txt {
    line-height: 2.5;
  }

  .dlist.-top-movie {
    display: inline-block;
    margin-top: 60px;
  }

  .dlist.-top-movie>dt {
    font-size: .24rem;
    line-height: 1.53333;
  }

  .block.-wealth-management-info {
    margin: 60px 0 0;
    padding: 30px;
  }

  .block.-wealth-management-info>.ttl.-secondary.-top {
    font-size: .28rem;
  }

  .block.-top-point {
    display: flex;
    margin-top: 50px;

    align-items: stretch;
    justify-content: space-between;
  }

  .block.-top-point>.text {
    padding: 40px;

    flex: 0 0 54%;
  }

  .block.-top-point>.image {
    overflow: hidden;
    min-height: 280px;

    flex: 0 0 46%;
  }

  .block.-top-point>.image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%);
  }

  .content-container.-top-about>.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-container.-top-crossing>.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dlist.-general.-top-crossing-solution {
    min-height: 220px;
    padding: 30px;
  }

  .dlist.-general.-top-crossing-solution>dt {
    font-size: .2rem;
  }

  .dlist.-general.-top-service-process {
    min-height: 270px;
    padding: 30px 0;
  }

  .dlist.-general.-top-service-process>dt,.dlist.-general.-top-service-process>dd {
    max-width: 495px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .dlist.-general.-top-service-process>dt {
    font-size: .2rem;
    color: #42425a;
  }

  .block.-top-service-process {
    min-height: 270px;
    padding: 30px 0;
  }

  .block.-top-service-process .title,.block.-top-service-process .contents {
    max-width: 495px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .block.-top-service-process .title {
    font-size: .2rem;
    color: #42425a;
  }

  .content-container.-interview-top-index>.inner {
    margin: auto;
  }

  .content-container.-interview-top-index .interview .swiper-pagination {
    display: none;
  }

  .content-container.-interview-top-index .list.-interview {
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
  }

  .content-container.-interview-top-index .list.-interview>li {
    width: calc((100% - 40px)/3);
    margin-left: 20px;
  }

  .content-container.-interview-top-index .list.-interview>li:nth-child(3n-2) {
    margin-left: 0;
  }

  .content-container.-interview-top-index .list.-interview>li:nth-child(n+4) {
    margin-top: 40px;
  }

  .content-container.-interview-top-index .list.-interview>li>.image>.title {
    font-size: calc(1vw + 7px);
  }

  .wealth-management-team:before,.wealth-management-team:after {
    width: 80px;
  }

  .content-container.-top-interview .interview .swiper-pagination {
    display: none;
  }

  .content-container.-top-interview .list.-interview {
    display: flex;

    justify-content: center;
  }

  .block.-top-solution {
    margin-top: 50px;
  }

  .block.-top-solution .panel-box.-emphasis>.contents {
    padding: 30px 40px;
  }

  .content-container.-point-portfolio {
    margin-top: -70px;
  }

  .content-container.-point-portfolio>.inner {
    padding-top: 210px;
    padding-bottom: 140px;
  }

  .content-container.-interview .mainvisual {
    margin-bottom: 100px;
  }

  .content-container.-interview .image {
    margin-bottom: 100px;
  }

  .interview-card>.image>.title {
    font-size: calc(1vw + 7px);
  }
}

@media print,screen and (min-width:1300px) {
  .page-nav {
    max-width: 1260px;
    margin-top: 140px;
    padding: 0 10px;

    justify-content: space-between;
  }

  .page-nav>li.prev,.page-nav>li.next {
    flex: 0 1 480px;
  }

  body.wealth-management-top .ttl-container.-primary>.category {
    font-size: 160px;
  }

  body.wealth-management-top .ttl-container.-primary>.ttl {
    padding-top: 85px;
  }

  .block.-wealth-management-statement {
    padding-left: 25px;
  }

  .block.-wealth-management-statement .ttl {
    font-size: .34rem;
  }

  .ttl.-tertiary.-top-statement {
    font-size: .32rem;
    line-height: 1.4;
  }

  .ttl.-tertiary.-top-statement>.subtitle {
    font-size: .22rem;
    line-height: 1.58182;
  }

  .content-container.-top-interview>.inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .content-container.-interview-top-index .list.-interview>li>.image>.title {
    font-size: .2rem;
  }

  .wealth-management-team:before,.wealth-management-team:after {
    width: calc((100vw - 1120px)/2);
  }

  .wealth-management-team:before {
    transform: translateX(calc(-100% + 20px));
    background-image: linear-gradient(to left,transparent,rgba(1,1,2,.5) 160px,#010102 320px);
  }

  .wealth-management-team:after {
    transform: translateX(calc(100% - 20px));
    background-image: linear-gradient(to right,transparent,rgba(1,1,2,.5) 160px,#010102 320px);
  }

  .wealth-management-team.swiper-container {
    overflow: visible;
  }

  .content-container.-interview .mainvisual {
    height: 850px;
    margin-top: -140px;

    align-items: center;
  }

  .content-container.-interview .mainvisual:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    background: rgba(0,19,56,.4);
  }

  .content-container.-interview .mainvisual>.inner {
    max-width: 1260px;
    margin: auto;
    padding: 0 10px;
  }

  .content-container.-interview .mainvisual>.inner>.block {
    display: flex;
    flex-direction: column;
    width: 50%;

    justify-content: space-between;
  }

  .content-container.-interview .mainvisual>.inner .title {
    font-size: .47rem;
  }

  .content-container.-interview .mainvisual>.inner .title>.maintitle {
    line-height: 1.5;
  }

  .content-container.-interview .mainvisual>.inner .title>.subtitle {
    font-size: .32rem;
    line-height: 1.4;
    margin-top: 1em;
  }

  .content-container.-interview .mainvisual>.inner .name {
    font-size: .48rem;
    line-height: 1.26667;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    min-height: 200px;
    margin: 130px 0 40px;
    padding: 40px 30px 40px 0;

    justify-content: center;
  }

  .content-container.-interview .mainvisual>.inner .name:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    content: '';
    transform: translateX(-100%);
    background: inherit;
  }

  .content-container.-interview .mainvisual>.inner .name>.dept {
    font-size: .26rem;
  }

  .content-container.-interview .mainvisual>.inner .list.-career {
    padding-right: 3em;
  }

  .interview-card>.image>.title {
    font-size: .2rem;
  }
}

@media screen and (min-width:1921px) {
  .content-container.-interview .mainvisual>.image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:1299px) {
  .page-nav {
    flex-direction: column;
  }

  .page-nav>li {
    text-align: center;

    flex: 0 1 auto;
  }

  .page-nav>li.prev {
    margin-top: 20px;

    order: 2;
  }

  .page-nav>li.next {
    order: 1;
  }

  .page-nav>li.home {
    margin-top: 20px;
    padding: 0 20px;

    order: 3;
  }

  .content-container.-interview .mainvisual>.inner {
    display: flex;
    flex-direction: column;
    min-height: 50%;
    margin: 0;
    padding: 30px;
    background: rgba(0,19,56,.4);

    justify-content: center;
  }

  .content-container.-interview .mainvisual>.inner .name {
    width: fit-content;
    min-width: 270px;
    margin: 20px 0 0 -30px;
    padding: 10px 30px;
  }

  .content-container.-interview .mainvisual>.inner .list.-career {
    font-size: .14rem;
    line-height: 1.91429;
  }
}

@media screen and (max-width:767px) {
  .main-container>.column.-main .btn:not(.-view-more):not(.-normal) {
    width: 100%;
  }

  .content-container.-image-left>.inner>:not(:first-child),.content-container.-image-right>.inner>:not(:first-child) {
    margin-top: 40px;
  }

  .content-container.-image-left.-reverse>.inner>.image {
    margin-top: 40px;
  }

  .content-container.-image-right.-reverse>.inner>.image {
    margin-top: 40px;
  }

  .page-nav>li.home>.btn {
    width: 130px;
    height: 40px;
  }

  .page-nav .btn {
    font-size: .14rem;
  }

  .page-nav .btn.-forward {
    justify-content: flex-start;
  }

  .page-nav .btn.-back {
    justify-content: flex-end;
  }

  body.wealth-management-top .content-container {
    margin-right: -15px;
    margin-left: -15px;
  }

  body.wealth-management-top .content-container>.inner {
    padding: 40px 15px;
  }

  .content-container.-top-main>.inner {
    padding-bottom: 40px;
  }

  .content-container.-top-main>.inner .image {
    margin-top: 30px;
  }

  .box.-general.-top-jdpower>.text {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
  }

  .content-container.-top-statement>.inner {
    padding: 60px 0 0;
  }

  .ttl.-tertiary.-top-statement {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }

  .content-container.-interview-top-index .ttl.-secondary {
    font-size: .32rem;
  }

  .content-container.-interview-top-index .list.-interview>li+li {
    margin-top: 40px;
  }

  .wealth-management-team {
    margin-right: -30px;
    margin-left: -30px;
  }

  .wealth-management-team .swiper-slide {
    max-width: 320px;
  }

  .content-container.-top-interview .interview {
    padding-bottom: 40px;
  }
}

@media screen and (min-width:768px) and (max-width:1299px) {
  .wealth-management-team {
    margin-right: -45px;
    margin-left: -45px;
  }
}
