@charset "UTF-8";
/*--------------------------------------
言語切替なし
---------------------------------------*/
.header__select,.menu_lang_btn {
  display: none;
}
.header_hamburger {
  transform: translateY(50%);
}
/*--------------------------------------
パンくずエリア
---------------------------------------*/
.breadcrumbs_outer {
  background-color: #000000;
}
.breadcrumbs {
  opacity: 1;
}
.breadcrumbs_item a, .breadcrumbs_item span {
  color: #FFFFFF;
}
/*--------------------------------------
KV
---------------------------------------*/
.kv {
  position: relative;
  overflow: hidden;
  background-color: #4c4543;
  border-bottom: 1px #808080 solid;
}
.kv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120em;
  margin: 0 auto;
  padding: 0 10px;
  height: 40em;
}
.kv_images {
  position: relative;
  width: 150em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kv_images:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(76,69,67,1) 0%, rgba(76,69,67,1) 36%, rgba(76,69,67,0) 75%, rgba(76,69,67,0) 100%);
  background: linear-gradient(90deg, rgba(76,69,67,1) 0%, rgba(76,69,67,1) 36%, rgba(76,69,67,0) 75%, rgba(76,69,67,0) 100%);
  content: "";
}
.kv_images img {
  vertical-align: middle;
}
.kv_ttl {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 1;
  color: #FFFFFF;
}

@media screen and (max-width: 1499px) {
  .kv_images {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1199px) {
  .kv_inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .kv_inner {
    display: block;
    height: initial;
    padding: 0;
  }
  .kv_images {
    overflow: hidden;
    width: 100%;
    height: 43.5em;
    position: relative;
    left: initial;
    transform: translateX(0);
  }
  .kv_images:after {
    background: -o-linear-gradient(top, rgba(76,69,67,1) 0%, rgba(76,69,67,1) 36%, rgba(76,69,67,0) 85%, rgba(76,69,67,0) 100%);
    background: linear-gradient(180deg, rgba(76,69,67,1) 0%, rgba(76,69,67,1) 36%, rgba(76,69,67,0) 85%, rgba(76,69,67,0) 100%);
  }
  .kv_images img {
    position: absolute;
    bottom: 0;
    right: -10%;
    width: auto;
    height: 75%;
  }
  .kv_ttl {
    position: absolute;
    top: 4em;
    left: 0;
    width: 100%;
    font-size: 2.6em;
    text-align: center;
  }
}

/*--------------------------------------
BLOCK
---------------------------------------*/
.container {
  background-image: url(/wealth/assets/images/bg_flower-premium01.png), url(/wealth/assets/images/bg_flower-premium02.png), url(/wealth/assets/images/bg_flower-premium03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: calc(50% - 27em) -9em, center 95em, calc(50% + 42em) 253em;
  background-color: #4c4543;
}
.intro {
  width: 120em;
  margin: 0 auto;
  padding: 13em 10px 7em;
}
.content {
  width: 120em;
  margin: 0 auto;
  padding: 0 10px 7em;
}
.section {
  margin-bottom: 7em;
}
.section:last-child {
  margin-bottom: 0;
}
.sec__unit {
  margin-bottom: 30px;
}
.sec__unit:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .intro {
    width: 100%;
  }
  .content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    background-image: url(/wealth/assets/images/bg_flower-premium02.png), url(/wealth/assets/images/bg_flower-premium01.png), url(/wealth/assets/images/bg_flower-premium02.png);
    background-size: 82em auto;
    background-position: calc(50% + 10em) -7em, calc(50% - 13em) 104em, calc(50% + 7em) 308em;
  }
  .intro {
    padding: 3.5em 2em 5em;
  }
  .content {
    padding: 3.5em 2em 5em;
  }
  .section {
    margin-bottom: 5.5em;
  }
  .sec__unit {
    margin-bottom: 3.3em;
  }
}

/*--------------------------------------
PARTS
---------------------------------------*/
.intro__ttl {
  margin-bottom: 1.2em;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.intro__text {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.intro__note {
  margin-top: 8px;
}
.intro__note li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-weight: 300;
}
.intro__note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.sec__ttl-A {
  margin-bottom: 30px;
  padding-left: 0.62em;
  border-left: 0.33em solid #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #FFFFFF;
}
.sec__ttl-B {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.61;
  color: #FFFFFF;
}
.sec__ttl-B:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.55em;
  height: 0.55em;
  border: 0.15em solid #a68216;
  border-radius: 1em;
  content: "";
}
.sec__ttl-C {
  margin-bottom: 0.8em;
  font-size: 15px;
  line-height: 1.73;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.sec__text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.sec__text.small {
  font-size: 15px;
  line-height: 1.73;
}
.sec__img {
  margin: 3em auto 2em;
  width: fit-content;
}
.sec__img img {
  width: auto;
}
.sec__list {
  /* margin-bottom: 3em; */
}
.sec__list li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: #FFFFFF;
}
.sec__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.sec__list li:before {
  content: "・";
}
.sec__note {
  margin-bottom: 20px;
}
.sec__note li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-weight: 300;
}
.sec__note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.sec__note.note--right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.sec__link li {
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.87;
}
.sec__link li:last-child {
  margin-bottom: 0;
}
.sec__link li a {
  padding: 0.6em 2em 0.6em 0;
  background-image: url(/wealth/assets/images/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: 1.2em auto;
  background-position: calc(100% - 0.2em) center;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: underline;
}
.sec__link li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sec__textlink {
  color: #FFFFFF;
}
.sec__textlink:hover {
  opacity: 0.8;
  text-decoration: none;
}
.icon-external {
  background: url(/wealth/assets/images/icon_square.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 6px;
  margin-right: 4px;
}

@media screen and (max-width: 1199px) {
  .sec__img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .intro__ttl {
    margin-bottom: 1em;
    font-size: 2em;
  }
  .intro__text {
    font-size: 1.5em;
  }
  .intro__note li {
    font-size: 1.5em;
  }
  .sec__ttl-A {
    margin-bottom: 0.9em;
    padding-left: 0.45em;
    font-size: 2.4em;
  }
  .sec__ttl-B {
    font-size: 1.75em;
    margin-bottom: 1.1em;
    padding-left: 1.2em;
  }
  .sec__ttl-C {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
  .sec__text {
    font-size: 1.5em;
  }
  .sec__list {
    margin-bottom: 2em;
  }
  .sec__list li {
    font-size: 1.5em;
    margin-bottom: 0.9em;
  }
  .sec__note {
    margin-bottom: 2.2em;
  }
  .sec__note li {
    font-size: 1.3em;
  }
  .sec__text.small {
    font-size: 1.65em;
  }
  .sec__img {
    margin: 2.2em auto 0;
    width: 100%;
  }
  .sec__link li {
    font-size: 1.65em;
  }
}

/*--------------------------------------
BLOCK-PARTS
---------------------------------------*/
.sec__unit.box {
  margin-bottom: 20px;
}
.sec__unit.box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.sec__unit.box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.7em;
  height: 168px;
  margin-right: 2.5em;
  background-color: #a68216;
  color: #fff;
  text-align: center;
}
.sec__unit.box li:last-child {
  margin-right: 0;
}
.sec__unit.box li .small {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.sec__unit.box li .big {
  font-size: 32px;
  line-height: 1.81;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.sec__unit.box li .big.line2 {
  line-height: 1.21;
}
.sec__unit.box li .big sup {
  font-size: 15px;
  vertical-align: super;
}
.sec__unit.box li .sub {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.sec__unit.box_text {
  display: block;
  margin-top: 0.83em;
  padding-left: 1em;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: left;
  text-indent: -1em;
}
.sec__unit.border {
  border: 1px #808080 solid;
  padding: 1.65em;
}

@media screen and (max-width: 1199px) {
  .sec__unit.box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 575px;
    margin: 0 auto;
    gap: 20px;
  }
  .sec__unit.box li {
    width: 277px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec__unit.box {
    width: 100%;
    margin-bottom: 3.3em;
  }
  .sec__unit.box ul {
    width: 100%;
    gap: 1.3em;
  }
  .sec__unit.box li {
    width: 48%;
    height: initial;
    min-height: 12em;
    padding: 2em 0.3em;
    margin-right: 0;
    gap: 12px;

  }
  .sec__unit.box li .small {
    font-size: 1.6em;
  }
  .sec__unit.box li .big {
    font-size: 2.2em;
  }
  .sec__unit.box li .big sup {
    font-size: 0.5em;
  }
  .sec__unit.box li .sub {
    font-size: 1.4em;
  }
  .sec__unit.box_text {
    margin-top: 0;
    font-size: 1.2em;
  }
}

/*--------------------------------------
CONTACT
---------------------------------------*/
.contact {
  padding: 6em 0;
  background-image: url(/wealth/assets/images/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact_ttl {
  margin-bottom: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact_num {
  margin-bottom: 0.83em;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact_num a {
  color: #fff;
  text-decoration: none;
}
.contact_time {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact {
    background-image: url(/wealth/assets/images/bg_contact_sp.jpg);
  }
  .contact_ttl {
    font-size: 1.6em;
  }
  .contact_time {
    font-size: 1.5em;
  }
  .contact_num {
    font-size: 2.4em;
  }
  .contact_num a {
    text-decoration: none;
  }
}