@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* メインフォント */
/* サブフォント */
/* 文字色 */
#wrapper.nw {
  color: #282828;
}

.nw-bottom-title {
  background-color: #0984e3;
}

.nw-bottom-title__text {
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px;
}

.nw-bottom-title__text span {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 1.448;
  display: block;
}

@media screen and (min-width: 769px) {
  .nw-bottom-title {
    background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/bg_bottom-title.png") 50% 0/cover no-repeat;
  }
  .nw-bottom-title__text {
    padding: 32px 16px;
  }
  .nw-bottom-title__text span {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.172;
  }
}
.nw-breadcrumbs {
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px 16px 40px 16px;
}

.nw-breadcrumbs__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  line-height: 1.6;
  list-style: none;
}

.nw-breadcrumbs__item {
  margin-right: 24px;
  font-size: 12px;
  color: #888;
  position: relative;
}

.nw-breadcrumbs__item::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 2px;
  right: -16px;
  bottom: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.7266%203.87613C10.7266%203.97213%2010.6901%204.06813%2010.6169%204.14138L6.87437%207.88363C6.38613%208.37212%205.59113%208.37212%205.10287%207.88363L1.35988%204.14063C1.21337%203.99413%201.21337%203.75688%201.35988%203.61038C1.50638%203.46388%201.74387%203.46388%201.89012%203.61038L5.63312%207.35338C5.82912%207.54938%206.14812%207.54938%206.34412%207.35338L10.0864%203.61088C10.2329%203.46463%2010.4704%203.46463%2010.6169%203.61088C10.6901%203.68413%2010.7266%203.78013%2010.7266%203.87613Z%22%20fill%3D%22%23888%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 8px 8px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nw-breadcrumbs__item:last-child::after {
  display: none;
}

.nw-breadcrumbs__link {
  color: #888;
}

@media screen and (min-width: 769px) {
  .nw-breadcrumbs {
    padding: 16px 16px 56px 16px;
  }
}
.nw-headline-lg {
  margin: 0 0 32px;
  padding: 0 0 18px 0;
  color: #004d94;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

.nw-headline-lg::after {
  content: "";
  width: 62px;
  height: 4px;
  margin: auto;
  background-color: #004d94;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.nw-headline-lg--wn {
  color: #0984e3;
  font-size: 28px;
}

.nw-headline-lg--wn::after {
  content: none;
}

@media screen and (min-width: 769px) {
  .nw-headline-lg {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .nw-headline-lg::after {
    width: 80px;
  }
  .nw-headline-lg--wn {
    font-size: 32px;
  }
}
.nw-headline-md {
  margin: 0 auto 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.nw-headline-md sup {
  font-size: 10px;
  vertical-align: revert;
}

@media screen and (min-width: 769px) {
  .nw-headline-md {
    font-size: 26px;
  }
}
.nw-lead {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
  white-space: normal;
}

@media screen and (min-width: 600px) {
  .nw-lead {
    margin-bottom: 48px;
    text-align: center;
  }
}
.nw-caption {
  margin: 0 auto 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .nw-caption {
    font-size: 16px;
  }
}
.nw-notes {
  margin-top: 16px;
  padding-left: 14px;
  font-size: 10px;
  line-height: 1.6;
  color: #888;
  position: relative;
  white-space: normal;
}

.nw-notes::before {
  content: "窶ｻ";
  position: absolute;
  top: 0;
  left: 0;
}

.nw-notes--num1 {
  padding-left: 20px;
}

.nw-notes--num1::before {
  content: "窶ｻ1";
}

.nw-notes--num2 {
  padding-left: 20px;
}

.nw-notes--num2::before {
  content: "窶ｻ2";
}

.nw-notes--num3 {
  padding-left: 20px;
}

.nw-notes--num3::before {
  content: "窶ｻ3";
}

.nw-notes--num4 {
  padding-left: 20px;
}

.nw-notes--num4::before {
  content: "窶ｻ4";
}

.nw-notes--num5 {
  padding-left: 20px;
}

.nw-notes--num5::before {
  content: "窶ｻ5";
}

@media screen and (min-width: 769px) {
  .nw-notes {
    max-width: 586px;
    margin: 24px auto 0;
    font-size: 12px;
  }
  .nw-notes--num1 {
    padding-left: 23px;
  }
  .nw-notes--num2 {
    padding-left: 23px;
  }
  .nw-notes--num3 {
    padding-left: 23px;
  }
  .nw-notes--num4 {
    padding-left: 23px;
  }
  .nw-notes--num5 {
    padding-left: 23px;
  }
}
.nw-arrow-circle {
  margin-top: 16px;
  text-align: center;
}

.nw-arrow-circle--top {
  margin-top: 12px;
}

.nw-arrow-circle--lg {
  text-indent: 32px;
}

.nw-arrow-circle__link {
  font-size: 12px;
  font-weight: 700;
  color: #0984e3;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid #0984e3;
}

.nw-arrow-circle__link::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/ico_arrow_circle_blue.svg") 0 0/16px auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
}

.nw-arrow-circle__link--lg {
  font-size: 16px;
}

.nw-arrow-circle__link--lg::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  left: -32px;
}

.nw-arrow-circle__link--anchor::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 769px) {
  .nw-arrow-circle--lg {
    text-indent: 0;
  }
  .nw-arrow-circle__link {
    font-size: 14px;
  }
  .nw-arrow-circle__link--lg {
    font-size: 18px;
  }
}
.nw-anchor-link-group__item {
  margin: 0 0 5px 32px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.nw-anchor-link-group__link {
  color: #0984e3;
  position: relative;
}

.nw-anchor-link-group__link::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/ico_arrow_circle_blue.svg") 0 0/16px auto no-repeat;
  position: absolute;
  top: 0;
  bottom: -3px;
  left: -24px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 769px) {
  .nw-anchor-link-group {
    max-width: 1056px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nw-anchor-link-group__item {
    margin-right: 10px;
    font-size: 20px;
  }
  .nw-anchor-link-group__item:last-child {
    margin-right: 0;
  }
  .nw-anchor-link-group__link::before {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
    bottom: 0;
    left: -32px;
  }
}
.nw-modal {
  max-width: 87vw;
  width: 720px;
  max-height: 96vh;
  padding: 24px 16px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
}

.nw-modal__inner {
  max-height: 70vh;
  overflow-y: scroll;
}

.nw-modal__close {
  width: 40px;
  height: 40px;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/ico_close_black.svg") 0 0/40px auto no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: -16px;
  right: -20px;
}

@media screen and (min-width: 769px) {
  .nw-modal {
    padding-right: 32px;
    padding-left: 32px;
  }
  .nw-modal__inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nw-modal__inner::-webkit-scrollbar {
    display: none;
  }
}
[data-modal-button] {
  cursor: pointer;
}

.nw-modal-active {
  display: block !important;
}

body.nw-fixed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.nw-modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: rgba(40, 40, 40, 0.8);
}

.insurance * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #282828;
}

.insurance .insurance-pc {
  display: none;
}

.insurance .insurance-sp {
  display: block;
}

.insurance__headline {
  font-size: 30px;
  padding-bottom: 0;
}

.insurance__headline::after {
  content: none;
}

.insurance__inline {
  display: inline-block;
  color: inherit;
}

@media screen and (1024px <= width) {
  .insurance .insurance-pc {
    display: block;
  }
  .insurance .insurance-sp {
    display: none;
  }
  .insurance__headline {
    font-size: 36px;
  }
}
.nw-headline-lg::after {
  width: 62px;
}

.marker {
  position: relative;
  z-index: 0;
}

.marker::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ff0;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.modal-trigger + .modal-trigger {
  margin-top: 8px;
}

.modal-trigger--center {
  text-align: center;
}

.modal-trigger--right {
  text-align: right;
}

.modal-trigger__link {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #0984e3;
  text-decoration: underline;
}

.modal-trigger__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_question_mark.webp") no-repeat center left/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-trigger__link--white {
  color: #fff;
}

.modal-trigger__link--white::before {
  background-image: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_question_mark_white.webp");
}

.modal-trigger__link--white::after {
  background-color: #fff;
}

.insurance-cv__link {
  max-width: 346px;
  height: 61px;
  border-radius: 50px;
  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;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #0984e3 url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_blank.webp") no-repeat center right 28px/24px;
}

.insurance-cv__link--white {
  border: 1px solid #0984e3;
  background: #fff;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  color: #0984e3;
}

.insurance-cv__sup {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.insurance-cv__notes {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #888;
  display: block;
  margin-top: 8px;
  padding-left: 14px;
}

.insurance-cv__notes::before {
  content: "窶ｻ";
  position: absolute;
  top: 0;
  left: 0;
}

.cv {
  padding: 32px 24px;
}

.cv__inner + .cv__inner {
  margin-top: 16px;
}

.cv__catch {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.244;
  text-align: center;
}

.cv__catch::before, .cv__catch::after {
  content: "";
  width: 1px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #282828;
}

.cv__catch::before {
  left: -12px;
  right: auto;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.cv__catch::after {
  right: -12px;
  left: auto;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

.cv__catch--large::before, .cv__catch--large::after {
  height: 44px;
  top: 0;
}

.cv__catch--large::before {
  left: -18px;
}

.cv__catch--large::after {
  right: -18px;
}

.cv__link {
  max-width: 346px;
  height: 61px;
  border-radius: 50px;
  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;
  margin: 8px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #0984e3 url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_blank.webp") no-repeat center right 28px/24px;
}

.cv__link--white {
  border: 1px solid #0984e3;
  background: #fff;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  color: #0984e3;
}

.cv__notes-wrap {
  text-align: center;
}

.cv__notes-inner {
  text-align: left;
  display: inline-block;
}

.cv__notes {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #888;
  display: block;
  margin-top: 8px;
  padding-left: 14px;
}

.cv__notes::before {
  content: "窶ｻ";
  position: absolute;
  top: 0;
  left: 0;
}

.cv__supplement {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

@media screen and (width <= 375px) {
  .cv__catch {
    font-size: 16px;
  }
}
@media screen and (1024px <= width) {
  .cv__link {
    max-width: 404px;
    height: 58px;
    font-size: 22px;
  }
  .cv__notes {
    margin-top: 0;
  }
  .cv__notes-wrap {
    max-width: 530px;
    margin-top: 16px;
    margin-inline: auto;
    text-align: center;
  }
  .cv__supplement-wrap {
    text-align: center;
  }
}
@media screen and (1024px <= width) {
  .cv-info__list {
    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;
    margin-top: 24px;
  }
  .cv-info__list-catch {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.244;
  }
  .cv-info__list-desc {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 30px;
    margin-left: 16px;
  }
  .cv-info__supplement {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px;
  }
}
.header {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.header__inner {
  max-width: 1024px;
  height: 46px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.header__heading {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.header__logo__link {
  height: 22px;
}

.header__logo {
  display: block;
  width: 118.15px;
  height: 22px;
}

.header__logo__mufg {
  width: 46.38px;
  height: 19.96px;
}

.header__logo__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #0984e3;
  line-height: 22px;
  border-left: 1px solid #888;
  padding-left: 5.87px;
  margin-left: 5.87px;
}

@media screen and (1024px <= width) {
  .header__inner {
    height: 64px;
  }
  .header__logo__link {
    height: 30px;
  }
  .header__logo {
    width: 161.11px;
    height: 30px;
  }
  .header__logo__mufg {
    width: 63.1px;
    height: 27.16px;
  }
  .header__logo__text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 8px;
    margin-left: 8px;
  }
}
.footer {
  border-top: 1px solid #d5d5d5;
  background-color: #fff;
  padding-bottom: 24px;
}

.footer__affiliation {
  margin-top: 30px;
}

.footer__affiliation, .footer__copyright {
  text-align: center;
}

.footer__affiliation small, .footer__copyright small {
  font-size: 10px;
  line-height: 1.4;
  color: #888;
}

@media screen and (1024px <= width) {
  .footer {
    padding-bottom: 56px;
  }
  .footer__affiliation {
    margin-top: 32px;
  }
  .footer__affiliation small, .footer__copyright small {
    font-size: 12px;
  }
}
.footer-sns {
  border-bottom: 1px solid #d5d5d5;
  height: 72px;
  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;
  gap: 24px;
  list-style-type: none;
  padding-left: 0;
}

.footer-sns__item {
  width: 40px;
}

.footer-sns__link {
  display: block;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.footer-sns__link :hover {
  opacity: 0.5;
}

.footer-sns__image {
  width: 40px;
}

.footer-guide {
  padding: 32px 24px;
  font-size: 14px;
}

.footer-guide__inline {
  display: block;
}

.footer-guide__heading {
  font-weight: bold;
  margin-bottom: 4px;
}

.footer-guide__item + .footer-guide__item {
  margin-top: 24px;
}

.footer-guide__definition-list--disc {
  padding-left: 18px;
  position: relative;
}

.footer-guide__definition-list--disc::before {
  content: "繝ｻ";
  position: absolute;
  top: 0;
  left: 0;
  color: #888;
}

.footer-guide__definition-list + .footer-guide__definition-list {
  margin-top: 8px;
}

.footer-guide__heading, .footer-guide__term, .footer-guide__desc {
  color: #888;
  line-height: 1.4;
}

.footer-guide__term {
  font-weight: bold;
}

.footer-guide__desc {
  font-size: 14px;
}

.footer-guide__phone {
  color: #0984e3;
  text-decoration: underline;
}

.footer-guide__notes {
  display: block;
  font-size: 14px;
  color: #888;
  margin-top: 4px;
  max-width: 100%;
}

@media screen and (1024px <= width) {
  .footer-guide {
    padding: 40px 24px;
  }
  .footer-guide__inner {
    max-width: 860px;
    margin-inline: auto;
  }
  .footer-guide__inline {
    display: none;
  }
  .footer-guide__definition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-guide__definition-list--disc {
    display: block;
  }
  .footer-guide__definition-list--disc .footer-guide__desc {
    margin-left: 0;
    margin-left: -18px;
  }
  .footer-guide__item + .footer-guide__item {
    margin-top: 16px;
  }
  .footer-guide__term {
    white-space: nowrap;
  }
  .footer-guide__desc {
    margin-left: 16px;
  }
  .footer-guide__phone {
    color: #888;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.footer-sitemap {
  border-top: 1px solid #d5d5d5;
  padding: 32px 24px 48px;
}

.footer-sitemap__list {
  list-style: none;
}

.footer-sitemap__item {
  line-height: 1;
}

.footer-sitemap__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.15;
  color: #888;
  text-decoration: none;
  padding: 8px 0;
}

.footer-sitemap__link--blank {
  padding: 8px 24px 8px 0;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_blank_gray.svg") no-repeat center right/16px;
}

.footer-sitemap__link:hover {
  text-decoration: underline;
}

@media screen and (1024px <= width) {
  .footer-sitemap {
    padding: 30px 24px 50px;
  }
  .footer-sitemap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-sitemap__link {
    padding: 8px 12px;
  }
  .footer-sitemap__link--blank {
    padding: 8px 32px 8px 12px;
    background-position: center right 12px;
  }
}
.footer-logo {
  width: 123.52px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo__image {
  width: 100%;
  height: auto;
}

@media screen and (1024px <= width) {
  .footer-logo {
    width: 198.71px;
  }
}
.footer-precautions {
  padding: 32px 24px;
  border-bottom: 1px solid #d5d5d5;
}

.footer-precautions__list {
  max-width: 860px;
  margin-inline: auto;
}

.footer-precautions__term {
  font-weight: 700;
}

.footer-precautions__term, .footer-precautions__notes {
  font-size: 14px;
  color: #888;
}

.footer-precautions__notes {
  max-width: 100%;
  margin-top: 4px;
}

.main {
  position: relative;
}

.main__sp {
  display: block;
}

.main__pc {
  display: none;
}

.main__headline-image {
  width: 100%;
}

.main__inner {
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/bg_main_sp.webp") no-repeat center bottom/1024px;
  padding-top: 16px;
  height: 428px;
}

.main__headline {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.main__right {
  max-width: 327px;
  margin: 48px auto 0;
}

.main .cv__notes__wrap {
  display: none;
}

.main__point {
  width: 100%;
  max-width: 390px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__point-image {
  width: 168px;
}

@media screen and (1024px <= width) {
  .main {
    max-width: 1220px;
    height: 420px;
    background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/bg_main_pc.webp") no-repeat center bottom/cover;
    padding-top: 32px;
    margin-inline: auto;
  }
  .main__sp {
    display: none;
  }
  .main__pc {
    display: block;
  }
  .main__inner {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .main__contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main__right {
    margin-top: 0;
  }
  .main__headline {
    max-width: 462px;
  }
  .main__point {
    max-width: 410px;
    bottom: -20px;
    left: 705px;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-cv {
  display: none;
}

.main-cv__notes-sp {
  margin-top: 23px;
  margin-bottom: 4px;
  margin-left: -6px;
  letter-spacing: -0.03em;
  font-size: 10px;
  color: #888;
}

@media screen and (1024px <= width) {
  .main-cv {
    display: block;
    text-align: center;
    margin-top: 38px;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-cv__notes-sp {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 18px;
    letter-spacing: 0;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
    font-size: 12px;
  }
  .main-cv__inner {
    margin-inline: auto;
  }
  .main-cv__catch {
    position: relative;
    display: inline-block;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
  }
  .main-cv__catch::before, .main-cv__catch::after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    top: 1px;
    bottom: 0;
    background-color: #282828;
  }
  .main-cv__catch::before {
    left: -12px;
    right: auto;
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  .main-cv__catch::after {
    right: -12px;
    left: auto;
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
  }
  .main-cv__link {
    margin-top: 12px;
    margin-inline: auto;
    width: 412px;
    height: 57px;
    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;
    background-color: #0984e3;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #0984e3 url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_blank.webp") no-repeat center right 32px/24px;
  }
  .main-cv__notes {
    font-weight: 400;
    line-height: 1.6;
  }
  .main-cv__notes {
    font-size: 12px;
    color: #888;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .main-cv__notes-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 8px;
  }
}
.main-info {
  display: none;
}

@media screen and (1024px <= width) {
  .main-info {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    margin-inline: auto;
  }
  .main-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #282828;
    padding-bottom: 2px;
  }
  .main-info__list-term {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 2px;
  }
  .main-info__list-desc {
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-left: 16px;
  }
  .main-info__supplement {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-top: 2px;
  }
}
.bnr {
  border-top: 1px solid #d5d5d5;
  padding: 32px 24px;
}

.bnr__list {
  width: 100%;
  max-width: 342px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.bnr__link {
  display: block;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}

.bnr__link:hover {
  opacity: 0.5;
}

.bnr__image {
  width: 100%;
}

@media screen and (1024px <= width) {
  .bnr {
    border-top: none;
  }
}
.bnr-bottom {
  padding: 56px 24px;
}

.bnr-bottom__link {
  max-width: 342px;
  display: block;
  margin-inline: auto;
}

.bnr-bottom__image {
  width: 100%;
}

.point {
  padding-bottom: 38px;
  background-color: #f4f4f3;
}

.point__inner {
  position: relative;
  padding: 48px 24px 32px;
  background-color: #e2f2fd;
  border-bottom: 4px solid #fff;
  z-index: 0;
}

.point__inner::before, .point__inner::after {
  content: "";
  height: 34px;
  width: 100%;
  max-width: 704px;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.point__inner::before {
  bottom: -34px;
  background-color: #e2f2fd;
  z-index: 2;
}

.point__inner::after {
  bottom: -38px;
  background-color: #fff;
  z-index: 1;
}

.point__headline {
  color: #004d94;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.point__headline--small {
  color: #004d94;
  font-size: 24px;
}

.point__headline--marker {
  color: #004d94;
}

.point__info {
  margin-top: 48px;
  margin-bottom: 24px;
  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;
  gap: 16px;
}

.point__info-image {
  width: 80px;
  height: 75px;
}

.point__info-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #004d94;
}

@media screen and (width <= 360px) {
  .point__info-image {
    width: 60px;
    height: 60px;
  }
  .point__info-text {
    font-size: 18px;
  }
}
@media screen and (1024px <= width) {
  .point__inner::before, .point__inner::after {
    height: 46px;
  }
  .point__inner::before {
    bottom: -46px;
  }
  .point__inner::after {
    bottom: -50px;
  }
  .point__headline {
    font-size: 36px;
  }
  .point__headline--small {
    font-size: 29px;
  }
  .point__info {
    margin-bottom: 16px;
  }
  .point__info-text {
    font-size: 22px;
  }
}
.point-item {
  margin-top: 32px;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.point-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
}

.point-item__heading-num-wrap {
  min-height: 68px;
  padding-left: 6px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point-item__heading-num {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.point-item__heading-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 16px;
  border-left: 1px solid #000;
}

.point-item__lead {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-left: 30px;
  padding-right: 30px;
}

.point-item__lead-color {
  font-weight: 700;
  color: #f67b1c;
}

@media screen and (1024px <= width) {
  .point-item {
    max-width: 640px;
    margin-inline: auto;
    padding-left: 90px;
    padding-right: 90px;
  }
  .point-item__heading {
    padding-left: 0;
    padding-right: 0;
  }
  .point-item__heading-num-wrap {
    height: auto;
    min-height: 34px;
    padding-left: 7.5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .point-item__lead {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
.suggest {
  padding: 38px 24px 48px;
  background-color: #f4f4f3;
}

.suggest__inner + .suggest__inner {
  margin-top: 56px;
}

.suggest__headline, .suggest__headline-marker, .suggest__headline-catch {
  color: #004d94;
}

.suggest__headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.suggest__headline-catch {
  font-family: "Roboto";
  font-weight: 600;
}

.suggest__headline-catch {
  display: block;
  font-size: 36px;
  line-height: 1;
  width: 50px;
  text-align: center;
  border-bottom: 4px solid #004d94;
  margin-inline: auto;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.suggest__lead-wrap {
  margin-top: 32px;
}

.suggest__lead {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
}

.suggest__modal-wrap {
  margin-top: 16px;
}

@media screen and (1024px <= width) {
  .suggest {
    padding: 40px 24px 56px;
  }
  .suggest__headline {
    font-size: 36px;
    line-height: 1.4;
  }
  .suggest__headline-catch {
    display: block;
    font-size: 36px;
    line-height: 1;
    width: 50px;
    text-align: center;
    border-bottom: 4px solid #004d94;
    margin-inline: auto;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .suggest__lead {
    text-align: center;
  }
  .suggest__modal-wrap {
    margin-top: 16px;
  }
}
.suggest-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.suggest-tab__nav-item {
  width: 50%;
  border-bottom: 2px solid #d5d5d5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 4px;
  color: #bebebe;
}

.suggest-tab__nav-item.active {
  border-bottom: 4px solid #0984e3;
  color: #0984e3;
}

.suggest-tab__sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.suggest-tab__sub-nav-item {
  width: calc((100% - 16px) / 3);
  height: 31px;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 38px;
  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;
  font-size: 14px;
  font-weight: 700;
  color: #bebebe;
}

.suggest-tab__sub-nav-item.active {
  background-color: #0984e3;
  border-color: #0984e3;
  color: #fff;
}

.suggest-tab__content {
  margin-top: 20px;
  display: none;
}

.suggest-tab__content.show {
  display: block;
}

.suggest-tab__sub-content {
  margin-top: 16px;
  display: none;
}

.suggest-tab__sub-content.show {
  display: block;
}

.suggest-tab__notes-wrap {
  margin-top: 24px;
}

.suggest-tab__notes {
  font-size: 12px;
  line-height: 1.6;
  color: #888;
  max-width: 100%;
}

.suggest-tab__notes + .suggest-tab__notes {
  margin-top: 0;
}

.suggest-tab__notes--num1 {
  padding-left: 23px;
}

.suggest-tab__notes--num1::before {
  content: "��1";
}

.suggest-tab__header {
  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;
}

.suggest-tab__header-image {
  width: 97px;
  height: auto;
}

.suggest-tab__header-text-wrap {
  margin-left: 16px;
}

.suggest-tab__header-catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.suggest-tab__header-text {
  color: #f67b1c;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 30px;
}

.suggest-tab__header-text * {
  color: #f67b1c;
}

.suggest-tab__header-text-unit {
  font-size: 18px;
  font-weight: 700;
}

.suggest-tab__header-text-unit-symbol {
  letter-spacing: -0.5em;
  margin-left: -2px;
}

@media screen and (1024px <= width) {
  .suggest-tab__nav-item, .suggest-tab__sub-nav-item {
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .suggest-tab__nav-item:hover, .suggest-tab__sub-nav-item:hover {
    opacity: 0.5;
  }
}
.suggest-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.suggest-detail__num {
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.suggest-detail__item {
  background-color: #f4f4f3;
  width: calc((100% - 8px) / 2);
  border-radius: 8px;
  overflow: hidden;
}

.suggest-detail__header {
  background-color: #0984e3;
  padding: 8px;
}

.suggest-detail__header--regular {
  background-color: #68c8f6;
}

.suggest-detail__header-catch, .suggest-detail__header-text {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  display: block;
  line-height: 1.45;
}

.suggest-detail__header-catch {
  font-size: 12px;
  letter-spacing: 0;
}

.suggest-detail__header-text {
  font-size: 18px;
}

.suggest-detail__middle1 {
  padding: 16px 8px 8px;
}

.suggest-detail__middle1-catch {
  font-size: 12px;
  line-height: 1.6;
}

.suggest-detail__middle1-desc {
  margin-top: 8px;
}

.suggest-detail__middle1-desc__num .suggest-detail__middle1-desc {
  font-size: 100px;
}

.suggest-detail__middle1-desc-num {
  font-size: 30px;
}

.suggest-detail__middle1-desc-unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.suggest-detail__middle2 {
  border-top: 1px solid #d5d5d5;
  padding: 8px 8px 0;
}

.suggest-detail__middle2-catch {
  font-size: 12px;
  line-height: 1.6;
}

.suggest-detail__middle2-desc {
  margin-top: 6px;
}

.suggest-detail__middle2-desc-cacth, .suggest-detail__middle2-desc-unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.suggest-detail__middle2-desc-num {
  font-size: 30px;
  margin-left: -2px;
}

.suggest-detail__bottom {
  padding: 4px 8px 16px;
}

.suggest-detail__bottom-catch {
  font-size: 12px;
  line-height: 1.6;
}

.suggest-detail__bottom-desc-cacth, .suggest-detail__bottom-desc-unit {
  font-size: 12px;
  line-height: 1;
}

.suggest-detail__bottom-desc-num {
  font-size: 16px;
}

.suggest-detail__bottom-desc-num--regular {
  font-size: 30px;
}

.suggest-detail__bottom-desc-unit--regular {
  font-size: 16px;
}

.suggest-detail__bottom-desc-supplement {
  font-size: 10px;
}

@media screen and (1024px <= width) {
  .suggest-detail__header, .suggest-detail__middle1, .suggest-detail__middle2, .suggest-detail__bottom {
    text-align: center;
  }
}
.suggest-conditions {
  margin-top: 16px;
}

.suggest-conditions__list + .suggest-conditions__list {
  margin-top: 4px;
}

.suggest-conditions__term, .suggest-conditions__desc {
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}

@media screen and (1024px <= width) {
  .suggest-conditions__trigger {
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .suggest-conditions__trigger:hover {
    opacity: 0.5;
  }
}
.suggest-item {
  margin-top: 24px;
  padding: 24px 16px;
  border-radius: 8px;
  background-color: #fff;
}

.suggest-item__heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #004d94;
}

.suggest-item__inner {
  margin-top: 24px;
}

.suggest-item__notes {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}

.suggest-item__notes-link {
  color: #0984e3;
  text-decoration: underline;
}

@media screen and (1024px <= width) {
  .suggest-item {
    max-width: 640px;
    margin-inline: auto;
  }
  .suggest-item__inner {
    margin-top: 16px;
  }
  .suggest-item__heading {
    line-height: 1.4;
  }
}
.suggest-item02 {
  margin-top: 32px;
}

.suggest-item02__num {
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.suggest-item02__catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #0984e3;
  text-align: center;
  margin-top: 24px;
}

.suggest-item02__catch-num {
  font-size: 27px;
  color: #0984e3;
  margin-right: 2px;
}

.suggest-item02__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.suggest-item02__item {
  background-color: #f4f4f3;
  border-radius: 8px;
  width: calc((100% - 24px) / 2);
}

.suggest-item02__item + .suggest-item02__item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_triangle.webp") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.suggest-item02__item-header {
  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;
  padding-top: 12px;
  padding-bottom: 10px;
}

.suggest-item02__item-header-catch {
  font-size: 14px;
}

.suggest-item02__item-header-num {
  font-size: 26px;
  margin-left: 2px;
  margin-right: 2px;
}

.suggest-item02__item-header-unit {
  font-size: 16px;
  font-weight: 700;
}

.suggest-item02__item-contents {
  border-top: 2px solid #fff;
  padding-top: 8px;
  padding-bottom: 16px;
}

.suggest-item02__item-contents-catch {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.suggest-item02__item-contents-amount {
  margin-top: 14px;
  text-align: center;
}

.suggest-item02__item-contents-amount-num {
  font-size: 28px;
}

.suggest-item02__item-contents-amount-unit {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-top: 9px;
}

.suggest-item02__item-contents-amount-sup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  color: #888;
  line-height: 1;
}

.suggest-item02__result {
  color: #0984e3;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.suggest-item02__result * {
  color: #0984e3;
}

.suggest-item02__result-year {
  font-size: 21px;
  font-weight: 700;
}

.suggest-item02__result-num {
  font-size: 27px;
}

.good {
  padding: 48px 24px;
  background-color: #e2f2fd;
}

.good__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #004d94;
}

.good__list {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 32px;
  padding: 24px 16px;
}

.good__item {
  position: relative;
}

.good__item + .good__item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dedede;
}

.good__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  color: #ccf3fd;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
}

.good__item:first-child::before {
  content: "1";
}

.good__item:nth-child(2)::before {
  content: "2";
  top: 8px;
}

.good__item:nth-child(3)::before {
  content: "3";
  top: 8px;
}

.good__item-icon {
  width: 90px;
  margin-inline: auto;
  display: block;
}

.good__item-catch, .good__item-lead {
  margin-top: 16px;
}

.good__item-catch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.good__item-lead {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (1024px <= width) {
  .good__heading {
    font-size: 36px;
  }
  .good__list {
    max-width: 640px;
    margin-inline: auto;
    padding: 24px;
  }
  .good__item-icon {
    width: 90px;
    margin-inline: auto;
    display: block;
  }
  .good__item-lead {
    text-align: center;
  }
}
.method {
  padding: 56px 24px;
  background-color: #0984e3;
}

.method__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.method__lead {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.method__list {
  margin-top: 32px;
}

.method__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 16px;
}

.method__item + .method__item {
  margin-top: 24px;
}

.method__item-inner + .method__item-inner {
  margin-top: 24px;
}

.method__item-icon {
  display: block;
  width: 135px;
  margin-inline: auto;
}

.method__item-catch {
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.method__item-lead {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
}

.method__cv {
  margin-top: 24px;
}

.method__cv-link {
  max-width: 311px;
}

.method__modal-trigger {
  margin-top: 32px;
}

@media screen and (1024px <= width) {
  .method__heading {
    font-size: 36px;
  }
  .method__lead, .method__list {
    max-width: 640px;
    margin-inline: auto;
  }
  .method__item {
    padding: 24px;
  }
  .method__item + .method__item {
    margin-top: 16px;
  }
  .method__item-inner + .method__item-inner {
    margin-top: 0;
  }
  .method__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .method__item-catch {
    margin-top: 16px;
  }
  .method__item-lead {
    text-align: center;
  }
  .method__cv {
    margin-top: 16px;
  }
  .method__cv-link {
    cursor: pointer;
  }
  .method__cv-notes-wrap {
    text-align: center;
  }
  .method__cv-notes {
    display: inline-block;
  }
}
.nw-modal {
  padding: 40px 16px;
}

.nw-modal--introduction {
  padding: 24px 0;
}

.nw-modal__inner {
  overflow-x: hidden;
}

.nw-modal__headline {
  text-align: center;
}

.nw-modal__headline-catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}

.nw-modal__headline-text {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #12adff;
}

.nw-modal__headline-text--wn {
  color: #0984e3;
}

.nw-modal__lead {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}

.nw-modal__lead--bold {
  font-weight: 700;
  color: #0984e3;
}

@media screen and (1024px <= width) {
  .nw-modal {
    padding: 40px 24px;
  }
  .nw-modal__lead {
    text-align: center;
  }
}
.nw-modal-guideline__headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #0984e3;
  text-align: center;
}

.nw-modal-guideline__lead {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}

.nw-modal-guideline__box {
  margin-top: 32px;
}

.nw-modal-guideline__item {
  background-color: #f4f4f3;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

.nw-modal-guideline__item + .nw-modal-guideline__item {
  margin-top: 80px;
  position: relative;
}

.nw-modal-guideline__item + .nw-modal-guideline__item::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_plus_blue.webp") no-repeat center/contain;
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nw-modal-guideline__item-headline {
  text-align: center;
}

.nw-modal-guideline__item-headline-text {
  color: #fff;
  background-color: #0984e3;
  padding: 8px 32px;
  border-radius: 0 0 8px 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.nw-modal-guideline__item-lead {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center;
}

.nw-modal-guideline__item-lead--left {
  text-align: left;
}

.nw-modal-guideline__item-amount {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nw-modal-guideline__item-amount--bottom {
  font-size: 24px;
  font-weight: 700;
}

.nw-modal-guideline__item-amount-num {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 30px;
}

.nw-modal-guideline__item-amount-bold {
  font-size: 24px;
  font-weight: 700;
}

.nw-modal-guideline__total {
  margin-top: 24px;
  background-color: #fff;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6;
}

.nw-modal-guideline__total + .nw-modal-guideline__total {
  margin-top: 8px;
}

.nw-modal-guideline__total-term {
  padding-left: 16px;
  text-align: left;
  line-height: 1;
}

.nw-modal-guideline__total-desc {
  padding-right: 16px;
  text-align: right;
}

.nw-modal-guideline__total-desc-num {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.nw-modal-guideline__sup {
  font-size: 12px;
  line-height: 1.6;
  color: #888;
  margin-top: 24px;
}

@media screen and (1024px <= width) {
  .nw-modal-guideline__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
  }
  .nw-modal-guideline__item {
    width: calc((100% - 68px) / 2);
  }
  .nw-modal-guideline__item + .nw-modal-guideline__item {
    margin-top: 0;
  }
  .nw-modal-guideline__item + .nw-modal-guideline__item::before {
    top: 50%;
    left: -58px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.nw-modal-simulation__headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #0984e3;
}

.nw-modal-simulation__lead {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}

.nw-modal-simulation__catch {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.nw-modal-simulation__image {
  margin-top: 8px;
  margin-inline: auto;
  width: 100%;
  max-width: 592px;
}

.nw-modal-simulation__notes {
  margin-top: 16px;
  color: #888;
  font-size: 12px;
  line-height: 1.6;
}

.nw-modal-simulation__list-catch {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.nw-modal-simulation__list {
  margin-top: 8px;
}

.nw-modal-simulation__item {
  position: relative;
  color: #888;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 16px;
}

.nw-modal-simulation__item::before {
  content: "繝ｻ";
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.nw-modal-simulation__item + .nw-modal-simulation__item {
  margin-top: 4px;
}

.nw-modal-simulation__item-link {
  color: #0984e3;
  text-decoration: underline;
}

@media screen and (1024px <= width) {
  .nw-modal-simulation__headline {
    font-size: 30px;
  }
  .nw-modal-simulation__notes {
    margin-top: 16px;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
  }
  .nw-modal-simulation__list-catch {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
  }
  .nw-modal-simulation__list {
    margin-top: 8px;
  }
  .nw-modal-simulation__item {
    position: relative;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 16px;
  }
  .nw-modal-simulation__item::before {
    content: "繝ｻ";
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .nw-modal-simulation__item + .nw-modal-simulation__item {
    margin-top: 4px;
  }
  .nw-modal-simulation__item-link {
    color: #0984e3;
    text-decoration: underline;
  }
}
.nw-modal-about__image {
  display: block;
  margin-top: 32px;
  margin-inline: auto;
  max-width: 310px;
}

.nw-modal-about__list-wrap {
  text-align: center;
  display: block;
}

.nw-modal-about__list {
  margin-top: 32px;
  text-align: left;
  display: inline-block;
}

.nw-modal-about__item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 28px;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_check.webp") no-repeat top left/24px;
}

.nw-modal-about__item + .nw-modal-about__item {
  margin-top: 8px;
}

@media screen and (1024px <= width) {
  .nw-modal-about__image {
    margin-top: 32px;
    margin-inline: auto;
    max-width: 310px;
  }
  .nw-modal-about__list-wrap {
    text-align: center;
    display: block;
  }
  .nw-modal-about__list {
    margin-top: 32px;
    text-align: left;
    display: inline-block;
  }
  .nw-modal-about__item {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    padding-left: 28px;
    background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_check.webp") no-repeat top left/24px;
  }
  .nw-modal-about__item + .nw-modal-about__item {
    margin-top: 8px;
  }
}
.nw-modal-income-protection__catch {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.nw-modal-income-protection__catch-sup {
  font-size: 10px;
  font-weight: 400;
  line-height: 2.24;
}

.nw-modal-income-protection__image {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 16px;
  margin-inline: auto;
}

@media screen and (1024px <= width) {
  .nw-modal-income-protection__catch {
    text-align: center;
  }
}
.nw-modal-term__catch {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.nw-modal-term__table {
  width: 100%;
  margin-top: 8px;
  table-layout: fixed;
  border-collapse: collapse;
}

.nw-modal-term__table-th, .nw-modal-term__table-td {
  height: 53px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #12adff;
}

.nw-modal-term__table-th {
  background-color: rgba(18, 173, 255, 0.15);
}

.nw-modal-term__table-th-sup {
  font-size: 10px;
  display: block;
}

.nw-modal-term__notes {
  margin-top: 32px;
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}

@media screen and (1024px <= width) {
  .nw-modal-term__catch {
    text-align: center;
  }
}
.nw-modal-introduction__headline {
  padding: 0 8px;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.nw-modal-introduction__list {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 12px;
}

.nw-modal-introduction__item {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}

.nw-modal-introduction__item::before {
  content: "繝ｻ";
  width: 16px;
  height: 26px;
  position: absolute;
  top: 0;
  left: -20px;
}

.nw-modal-introduction__link {
  text-decoration: underline;
  color: #0984e3;
}

@media screen and (1024px <= width) {
  .nw-modal-introduction__headline {
    text-align: center;
  }
}
.modal-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  margin-top: 24px;
  border-spacing: 0 4px;
}

.modal-table--col3 {
  table-layout: auto;
  margin-top: 16px;
  border-spacing: 4px;
}

.modal-table__catch {
  height: 20px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}

.modal-table__th, .modal-table__td {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  height: 30px;
  vertical-align: middle;
}

.modal-table__th--col3, .modal-table__td--col3 {
  font-size: 12px;
}

.modal-table__th {
  background-color: #dedede;
}

.modal-table__th--col3 {
  width: 40.74%;
  text-align: left;
  padding-left: 7px;
}

.modal-table__td {
  background-color: #fff;
}

.modal-table__td--col3 {
  width: 29.63%;
}

.modal-table__td-num {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 20px;
}

.modal-table__td-num--col3 {
  font-size: 18px;
}

.modal-table__line {
  display: inline-block;
  color: inherit;
}

.modal-table__line--m0 {
  margin-left: -6px;
  margin-right: -6px;
}

.nw-modal-flow {
  padding: 32px 16px;
}

.nw-modal-flow__headline {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #004d94;
  text-align: center;
  padding-bottom: 20px;
}

.nw-modal-flow__headline::after {
  content: "";
  width: 62px;
  height: 4px;
  background-color: #004d94;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nw-modal-flow__image {
  display: block;
  max-width: 310px;
  margin-top: -4px;
  margin-inline: auto;
}

.nw-modal-flow__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.nw-modal-flow__item {
  position: relative;
  padding-left: 62px;
}

.nw-modal-flow__item::before, .nw-modal-flow__item::after {
  content: "";
  position: absolute;
  top: 0;
}

.nw-modal-flow__item::before {
  left: 0;
  width: 46px;
  height: 46px;
  border: 2px solid #0984e3;
  background-color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto";
  color: #0984e3;
  border-radius: 100%;
  line-height: 1;
  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;
  z-index: 1;
}

.nw-modal-flow__item:first-child::before {
  content: "1";
}

.nw-modal-flow__item:nth-child(2)::before {
  content: "2";
}

.nw-modal-flow__item:nth-child(3)::before {
  content: "3";
}

.nw-modal-flow__item:nth-child(4)::before {
  content: "4";
}

.nw-modal-flow__item::after {
  width: 2px;
  height: 100%;
  background-color: #0984e3;
  left: 24px;
  z-index: 0;
}

.nw-modal-flow__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.nw-modal-flow__item-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (1024px <= width) {
  .nw-modal-flow {
    padding: 40px 24px;
  }
}
.faq {
  padding: 56px 16px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.faq__headline {
  font-size: 30px;
  color: #004d94;
}

.faq__list {
  max-width: 640px;
  margin-top: 40px;
  margin-inline: auto;
}

.faq__item {
  margin-bottom: 8px;
  padding: 16px 24px;
  background-color: #f4f4f3;
  border-radius: 4px;
  position: relative;
}

.faq__title {
  padding-right: 32px;
  padding-left: 36px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
}

.faq__title::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_question.svg") no-repeat center/contain;
}

.faq__title::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_plus.svg") center center/24px auto no-repeat;
}

.faq__answer {
  display: none;
}

.faq__text {
  margin-top: 16px;
  padding-left: 36px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (1024px <= width) {
  .faq__headline {
    font-size: 36px;
  }
  .faq__list {
    margin-top: 32px;
  }
  .faq__item {
    margin-bottom: 16px;
    padding: 24px 32px;
  }
  .faq__title, .faq__text {
    padding-left: 40px;
  }
}
[data-js=slide-toggle] {
  cursor: pointer;
}

[data-js=slide-toggle].on::after {
  background: url("https://go.wealthnavi.com/rs/754-KXA-811/images/icon_minus.svg") center center/24px auto no-repeat;
}

.handling {
  background-color: #fff;
  padding: 56px 24px;
  border-bottom: 1px solid #d5d5d5;
}

.handling__headline {
  font-size: 30px;
  margin-bottom: 32px;
  color: #004d94;
}

.handling__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 166px 181.55px;
  grid-template-columns: 166px 181.55px;
  gap: 8px;
}

.handling__image {
  width: 100%;
}

@media screen and (width <= 320px) {
  .handling__list {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media screen and (1024px <= width) {
  .handling__list {
    -ms-grid-columns: 182.59px 199.71px;
    grid-template-columns: 182.59px 199.71px;
  }
}
/* 20250502 CSS独立時インラインスタイル */
.headerInner {
  margin-inline: auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: auto auto;
}

.headerLogoLeft,
.headerLogoRight {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto auto;
}

.headerLogoLeft_linkArea {
  margin: 0;
}