#investment .inner {
  width: 90%;
  max-width: 1100px;
}
#investment a {
  transition: 0.3s;
}
#investment a:hover {
  opacity: 0.7;
}
#investment #mv {
  background: url(../img/investment/mv_bg.jpg) no-repeat center/cover;
}
#investment #mv .inner {
  height: 100%;
  padding-top: 54px;
  padding-bottom: 56px;
  background: url(../img/investment/mv_img.png) no-repeat right calc(100% - 24px)/580px;
}
#investment #mv .inner .txt .sub {
  margin-bottom: -40px;
}
#investment #mv .inner .txt .sub img {
  width: 370px;
}
#investment #mv .inner .txt h2 {
  margin-bottom: 43px;
}
#investment #mv .inner .txt h2 img {
  width: 1024px;
}
#investment #mv .inner .txt .fukidashi {
  margin-bottom: 9px;
}
#investment #mv .inner .txt .fukidashi img {
  width: 323px;
}
#investment #mv .inner .txt .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 362px;
  height: 87px;
  background: linear-gradient(30deg, #FEF000, #FD4C6F);
  border-radius: 44px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding-right: 16px;
  position: relative;
  box-shadow: 0 4px 18px rgba(34, 108, 108, 0.38);
}
#investment #mv .inner .txt .btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/investment/arrow_right.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 53px;
  transform: translateY(-50%);
}
#investment #mv .about {
  background: url(../img/investment/about_img01.png) no-repeat center top/cover;
  padding-bottom: 100px;
}
#investment #mv .about .inner {
  background: #fff;
  border: 4px solid #165E83;
  border-radius: 58px;
  padding: 64px 100px;
  width: 810px;
}
#investment #mv .about .inner h2 {
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  background: url(../img/investment/about_img02.png) no-repeat center top/73px;
  color: #165E83;
  padding-top: 80px;
}
#investment #mv .about .inner p {
  font-size: 19px;
  margin-bottom: 24px;
}
#investment #mv .about .inner .btn a {
  width: 312px;
  background: #4BBFBF;
  color: #fff;
  display: block;
  border-radius: 100px;
  padding: 10px;
  margin: 40px auto 0;
  text-align: center;
}
#investment #charm {
  background: #165E83;
  padding: 68px 0 114px;
}
#investment #charm .inner .sub {
  text-align: center;
}
#investment #charm .inner .sub img {
  width: 871px;
}
#investment #charm .inner h2 {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 39px;
}
#investment #charm .inner h2 img {
  width: 659px;
}
#investment #charm .inner .background {
  position: relative;
  margin-bottom: 75px;
}
#investment #charm .inner .background h3 {
  background: #DDEDF6;
  border-radius: 4px 4px 0 0;
  color: #165E83;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  padding: 17px 29px 16px;
  text-align: center;
}
#investment #charm .inner .background .base {
  display: flex;
  background: #fff;
  gap: 0;
}
#investment #charm .inner .background ul {
  border-radius: 0 0 4px 4px;
  padding: 20px 35px 40px;
  width: 48%;
}
#investment #charm .inner .background ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  background: url(../img/investment/icon_check.svg) no-repeat 0 10px/21px 15px;
  padding-left: 30px;
}
#investment #charm .inner .background ul li span {
  background: linear-gradient(to top, #FDF229 15px, transparent 15px);
}
#investment #charm .inner .background .arrow {
  width: 5%;
  margin-top: 40px;
}
#investment #charm .inner .background .com {
  width: 42%;
  margin-top: 16px;
  padding-left: 40px;
}
#investment #charm .inner .background::after {
  content: "";
  display: block;
  width: 78px;
  height: 65px;
  background: url(../img/investment/background_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
}
#investment #charm .inner .merit {
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom right, #FEF000, #FD4C6F);
  border-radius: 4px;
  padding: 19px 17px;
}
#investment #charm .inner .merit .merit_inner {
  background: #fff;
  border-radius: 4px;
  padding: 40px 50px 90px;
}
#investment #charm .inner .merit .merit_inner h2 {
  text-align: center;
  color: #FF5E18;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 36px;
}
#investment #charm .inner .merit .merit_inner h2 span {
  display: block;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 13px;
  letter-spacing: 0.09em;
  font-weight: bold;
}
#investment #charm .inner .merit .merit_inner .list {
  display: flex;
  justify-content: space-between;
}
#investment #charm .inner .merit .merit_inner .list .block {
  text-align: center;
}
#investment #charm .inner .merit .merit_inner .list .block .img {
  margin-bottom: 7px;
}
#investment #charm .inner .merit .merit_inner .list .block .img img {
  height: 232px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#investment #charm .inner .merit .merit_inner .list .block .num {
  font-size: 22px;
  font-weight: 900;
  color: #FF5E18;
  margin-bottom: 14px;
}
#investment #charm .inner .merit .merit_inner .list .block .desc {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
#investment #charm .inner .merit .merit_inner .list .block:nth-child(1) .img img {
  width: 258px;
}
#investment #charm .inner .merit .merit_inner .list .block:nth-child(2) .img img {
  width: 299px;
}
#investment #charm .inner .merit .merit_inner .list .block:nth-child(3) .img img {
  width: 294px;
}
#investment #scheme {
  background: #27ABAB;
  padding: 60px 0 80px;
}
#investment #scheme .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
}
#investment #scheme .inner h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 13px;
}
#investment #scheme .inner .intro {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
}
#investment #scheme .inner .intro_img {
  text-align: center;
  margin-bottom: 18px;
}
#investment #scheme .inner .intro_img img {
  width: 770px;
}
#investment #scheme .inner .detail_img {
  text-align: center;
}
#investment #scheme .inner .detail_img img {
  width: 100%;
}
#investment #scheme .inner .list {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 40px 0;
}
#investment #scheme .inner .list .block {
  width: 24.1%;
  border: 6px solid #C2EEEE;
  border-radius: 8px;
  background: #fff;
  padding: 30px 21px 40px;
  position: relative;
}
#investment #scheme .inner .list .block .num {
  width: 72px;
  height: 72px;
  background: #FD516D;
  border-radius: 50%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  position: absolute;
  top: -23px;
  left: -12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#investment #scheme .inner .list .block .num span {
  font-size: 28px;
}
#investment #scheme .inner .list .block .img {
  text-align: center;
  margin-bottom: 10px;
}
#investment #scheme .inner .list .block h3 {
  text-align: center;
  color: #FD516D;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 9px;
}
#investment #scheme .inner .list .block .desc {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
#investment #scheme .inner .list .block:nth-child(1) .img img {
  width: 166px;
}
#investment #scheme .inner .list .block:nth-child(2) .img img {
  width: 92px;
}
#investment #scheme .inner .list .block:nth-child(3) .img img {
  width: 100px;
}
#investment #scheme .inner .list .block:nth-child(4) .img img {
  width: 186px;
}
#investment #results {
  background: #4BBFBF;
  padding: 60px 0 80px;
}
#investment #results .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 64px;
}
#investment #results .inner h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 13px;
}
#investment #results .inner .base {
  background: #fff;
  border: 6px solid #C2EEEE;
  display: flex;
  gap: 48px;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 35px;
}
#investment #results .inner .base .photo {
  width: 50%;
}
#investment #results .inner .base .info {
  width: 50%;
}
#investment #results .inner .base .info .tag span {
  background: #EDF9F9;
  color: #4BBFBF;
  border-radius: 100px;
  padding: 8px 24px;
}
#investment #results .inner .base .info .subttl {
  font-size: 18px;
  margin: 16px 0 8px 0;
}
#investment #results .inner .base .info h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}
#investment #results .inner .base .info ul li {
  background: url(../img/investment/dot.png) no-repeat 0 14px/6px;
  padding: 0 0 8px 16px;
}
#investment #flow {
  background: #4BBFBF;
  padding: 60px 0 80px;
}
#investment #flow .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 64px;
}
#investment #flow .inner h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 13px;
}
#investment #flow .inner .base {
  background: #fff;
  display: flex;
  gap: 48px;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 35px 35px 50px 35px;
}
#investment #flow .inner .base .imgs {
  width: 30%;
  text-align: center;
}
#investment #flow .inner .base .imgs img {
  width: auto;
  height: 160px;
}
#investment #flow .inner .base .info {
  width: 70%;
}
#investment #flow .inner .base .info .step {
  margin-bottom: 16px;
}
#investment #flow .inner .base .info .step span {
  background: #4BBFBF;
  color: #fff;
  border-radius: 100px;
  padding: 4px 24px;
}
#investment #flow .inner .base .info h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
#investment #simulation {
  background: #27ABAB;
  padding: 60px 0 80px;
}
#investment #simulation .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 64px;
}
#investment #simulation .inner h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 13px;
}
#investment #simulation .inner .base {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}
#investment #simulation .inner .base .inbase {
  display: flex;
  align-items: center;
}
#investment #simulation .inner .base .inbase .ttl {
  font-size: 23px;
  font-weight: bold;
  width: 30%;
}
#investment #simulation .inner .base .inbase .info {
  border-left: 1px solid #D9D9D9;
  width: 70%;
  padding-left: 40px;
}
#investment #simulation .inner .base .inbase .info dl {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  gap: 16px;
}
#investment #simulation .inner .base .inbase .info dl dt {
  width: 30%;
}
#investment #simulation .inner .base .inbase .info dl dt span {
  color: #fff;
  background: #27ABAB;
  border-radius: 100px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: normal;
}
#investment #simulation .inner .base .inbase .info dl dd {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
}
#investment #simulation .inner .base .inbase .info dl dd p {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  margin-top: 8px;
}
#investment #simulation .inner .base .inbase .info dl dd p.def_txt {
  font-size: 17px;
  line-height: 160%;
}
#investment #simulation .inner .base .inbase .info dl dd ul li {
  font-size: 16px;
  line-height: 160%;
  font-weight: normal;
  background: url(../img/investment/dot.png) no-repeat 0 14px/6px;
  padding: 0 0 8px 16px;
}
#investment #simulation .inner .base .inbase .info dl dd ul li span {
  font-size: 13px;
}
#investment #simulation .inner .base .inbase .info dl dd span {
  font-size: 14px;
}
#investment #simulation .inner .base .inbase .info dl dd .rs {
  background-color: #EDF9F9;
  margin-top: 16px;
  border-radius: 8px;
  padding: 8px 32px 4px 24px;
}
#investment #simulation .inner .base .inbase .info dl dd .rs li {
  background: url(../img/investment/simulation_img01.png) no-repeat 0 11px/14px;
  padding: 0 0 4px 24px;
  font-weight: bold;
}
#investment #simulation .inner .base .grap {
  border-top: 1px solid #D9D9D9;
  margin-top: 24px;
}
#investment #simulation .inner .base .grap img {
  display: block;
  width: 80%;
  margin: auto;
}
#investment #simulation .inner .base .grap p {
  font-size: 13px;
  text-align: right;
  color: #777;
}
#investment #cta {
  background: linear-gradient(60deg, #FEF000, #FD4C6F);
  padding: 0;
}
#investment #cta .base {
  background: url(../img/investment/cta_img01.png) no-repeat 50% 100%/876px;
  padding-top: 80px;
}
#investment #cta .base .txt {
  width: 323px;
  margin: auto;
}
#investment #cta .base .btn {
  width: 362px;
  margin: auto;
  padding-bottom: 40px;
}
#investment #voice {
  background: #4BBFBF;
  padding: 60px 0 80px;
}
#investment #voice .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 60px;
}
#investment #voice .inner h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 13px;
}
#investment #voice .inner .base {
  background: #fff;
  border: 6px solid #C2EEEE;
  display: flex;
  gap: 48px;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 35px 35px 45px;
}
#investment #voice .inner .base .photo {
  width: 24%;
}
#investment #voice .inner .base .info {
  width: 76%;
}
#investment #voice .inner .base .info h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
}
#investment #voice .inner .base .info .subttl {
  font-size: 18px;
  margin: 16px 0 16px 0;
  color: #4BBFBF;
  font-weight: bold;
}
#investment .pc {
  display: block;
}
#investment .sp {
  display: none;
}
@media screen and (max-width: 1194px) {
  #investment .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
  }
  #investment #mv {
    background: url(../img/investment/mv_bg.jpg) no-repeat center/cover;
  }
  #investment #mv .inner {
    height: 100%;
    padding-top: 54px;
    padding-bottom: 56px;
    background: url(../img/investment/mv_img.png) no-repeat center 108vw/96%;
  }
  #investment #mv .inner .txt .sub {
    margin-bottom: 24px;
  }
  #investment #mv .inner .txt .sub img {
    width: 70%;
  }
  #investment #mv .inner .txt h2 {
    margin-bottom: 56vw;
  }
  #investment #mv .inner .txt h2 img {
    width: 100%;
  }
  #investment #mv .inner .txt .fukidashi {
    margin-bottom: 9px;
    width: 80%;
    margin: 0 auto 9px;
  }
  #investment #mv .inner .txt .fukidashi img {
    width: 100%;
  }
  #investment #mv .inner .txt .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 64px;
    background: linear-gradient(30deg, #FEF000, #FD4C6F);
    border-radius: 44px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding-right: 16px;
    position: relative;
    box-shadow: 0 4px 18px rgba(34, 108, 108, 0.38);
    margin: auto;
  }
  #investment #mv .inner .txt .btn a::after {
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url(../img/investment/arrow_right.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 53px;
    transform: translateY(-50%);
  }
  #investment #mv .about {
    background: url(../img/investment/about_img01.png) no-repeat center top/cover;
    padding-bottom: 100px;
    padding: 0 24px 40px;
  }
  #investment #mv .about .inner {
    background: #fff;
    border: 4px solid #165E83;
    border-radius: 16px;
    padding: 40px 24px;
    width: 100%;
  }
  #investment #mv .about .inner h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 32px;
    background: url(../img/investment/about_img02.png) no-repeat center top/64px;
    padding-top: 80px;
    list-style: 180%;
  }
  #investment #mv .about .inner p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #investment #mv .about .inner .btn a {
    width: 90%;
    background: #4BBFBF;
    color: #fff;
    display: block;
    border-radius: 100px;
    padding: 10px;
    margin: 40px auto 0;
    text-align: center;
  }
  #investment #charm {
    background: #165E83;
    padding: 64px 0;
  }
  #investment #charm .inner .sub {
    text-align: center;
  }
  #investment #charm .inner .sub img {
    width: 100%;
  }
  #investment #charm .inner h2 {
    text-align: center;
    margin-top: -8px;
    margin-bottom: 39px;
  }
  #investment #charm .inner h2 img {
    width: 100%;
  }
  #investment #charm .inner .background {
    position: relative;
    margin-bottom: 75px;
  }
  #investment #charm .inner .background h3 {
    background: #DDEDF6;
    border-radius: 4px 4px 0 0;
    color: #165E83;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    padding: 17px 29px 16px;
    text-align: center;
  }
  #investment #charm .inner .background .base {
    display: block;
    background: #fff;
    gap: 0;
  }
  #investment #charm .inner .background ul {
    border-radius: 0 0 4px 4px;
    padding: 20px 24px 0;
    width: 100%;
  }
  #investment #charm .inner .background ul li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    background: url(../img/investment/icon_check.svg) no-repeat 0 10px/21px 15px;
    padding-left: 30px;
    margin-bottom: 16px;
  }
  #investment #charm .inner .background .arrow {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  #investment #charm .inner .background .arrow img {
    transform: rotate(90deg);
    width: 20%;
  }
  #investment #charm .inner .background .com {
    width: 100%;
    margin-top: 24px;
    padding: 0 16px;
  }
  #investment #charm .inner .background::after {
    content: "";
    display: block;
    width: 78px;
    height: 65px;
    background: url(../img/investment/background_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #investment #charm .inner .merit {
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom right, #FEF000, #FD4C6F);
    border-radius: 4px;
    padding: 19px 17px;
  }
  #investment #charm .inner .merit .merit_inner {
    background: #fff;
    border-radius: 4px;
    padding: 40px 24px 1px;
  }
  #investment #charm .inner .merit .merit_inner h2 {
    text-align: center;
    color: #FF5E18;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 0;
  }
  #investment #charm .inner .merit .merit_inner h2 span {
    display: block;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 13px;
    letter-spacing: 0.09em;
    font-weight: bold;
  }
  #investment #charm .inner .merit .merit_inner .list {
    display: block;
    justify-content: space-between;
  }
  #investment #charm .inner .merit .merit_inner .list .block {
    text-align: center;
    margin-bottom: 40px;
  }
  #investment #charm .inner .merit .merit_inner .list .block .img {
    margin-bottom: 7px;
  }
  #investment #charm .inner .merit .merit_inner .list .block .img img {
    width: 90%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  #investment #charm .inner .merit .merit_inner .list .block .num {
    font-size: 18px;
    font-weight: 900;
    color: #FF5E18;
    margin-bottom: 14px;
  }
  #investment #charm .inner .merit .merit_inner .list .block .desc {
    font-size: 15px;
    line-height: 1.7;
    font-weight: bold;
  }
  #investment #charm .inner .merit .merit_inner .list .block:nth-child(1) .img img {
    width: 90%;
    height: auto;
  }
  #investment #charm .inner .merit .merit_inner .list .block:nth-child(2) .img img {
    width: 90%;
    height: auto;
  }
  #investment #charm .inner .merit .merit_inner .list .block:nth-child(3) .img img {
    width: 90%;
    height: auto;
  }
  #investment #scheme {
    background: #27ABAB;
    padding: 60px 0 40px;
  }
  #investment #scheme .inner h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  #investment #scheme .inner h2 span {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #investment #scheme .inner .intro {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
  }
  #investment #scheme .inner .intro_img {
    text-align: center;
    margin-bottom: 18px;
  }
  #investment #scheme .inner .intro_img img {
    width: 100%;
  }
  #investment #scheme .inner .detail_img {
    text-align: center;
  }
  #investment #scheme .inner .detail_img img {
    width: 100%;
  }
  #investment #scheme .inner .list {
    display: block;
    justify-content: space-between;
    padding: 32px 0 1px 0;
  }
  #investment #scheme .inner .list .block {
    width: 100%;
    border: 6px solid #C2EEEE;
    border-radius: 8px;
    background: #fff;
    padding: 30px 21px 40px;
    position: relative;
    margin-bottom: 24px;
  }
  #investment #scheme .inner .list .block .num {
    width: 72px;
    height: 72px;
    background: #FD516D;
    border-radius: 50%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    position: absolute;
    top: -23px;
    left: -12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #investment #scheme .inner .list .block .num span {
    font-size: 28px;
  }
  #investment #scheme .inner .list .block .img {
    text-align: center;
    margin-bottom: 10px;
  }
  #investment #scheme .inner .list .block h3 {
    text-align: center;
    color: #FD516D;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
    margin-bottom: 9px;
  }
  #investment #scheme .inner .list .block .desc {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
  }
  #investment #scheme .inner .list .block:nth-child(1) .img img {
    width: 166px;
  }
  #investment #scheme .inner .list .block:nth-child(2) .img img {
    width: 92px;
  }
  #investment #scheme .inner .list .block:nth-child(3) .img img {
    width: 100px;
  }
  #investment #scheme .inner .list .block:nth-child(4) .img img {
    width: 186px;
  }
  #investment #results {
    background: #4BBFBF;
    padding: 60px 0;
  }
  #investment #results .inner h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  #investment #results .inner h2 span {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #investment #results .inner .base {
    background: #fff;
    border: 6px solid #C2EEEE;
    display: block;
    gap: 48px;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 24px;
  }
  #investment #results .inner .base .photo {
    width: 100%;
    margin-bottom: 24px;
  }
  #investment #results .inner .base .info {
    width: 100%;
  }
  #investment #results .inner .base .info .tag span {
    background: #EDF9F9;
    color: #4BBFBF;
    border-radius: 100px;
    padding: 4px 24px;
  }
  #investment #results .inner .base .info .subttl {
    font-size: 15px;
    margin: 16px 0 8px 0;
  }
  #investment #results .inner .base .info h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 24px;
  }
  #investment #results .inner .base .info ul li {
    background: url(../img/investment/dot.png) no-repeat 0 14px/6px;
    padding: 0 0 8px 16px;
    font-size: 15px;
  }
  #investment #flow {
    background: #4BBFBF;
    padding: 60px 0 80px;
  }
  #investment #flow .inner h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  #investment #flow .inner h2 span {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #investment #flow .inner .base {
    display: block;
    margin-bottom: 24px;
    padding: 35px 35px 50px 35px;
  }
  #investment #flow .inner .base .imgs {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  #investment #flow .inner .base .imgs img {
    width: auto;
    height: 160px;
  }
  #investment #flow .inner .base .info {
    width: 100%;
  }
  #investment #flow .inner .base .info .step {
    margin-bottom: 16px;
  }
  #investment #flow .inner .base .info .step span {
    background: #4BBFBF;
    color: #fff;
    border-radius: 100px;
    padding: 4px 24px;
    font-size: 12px;
  }
  #investment #flow .inner .base .info h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
  }
  #investment #simulation {
    background: #27ABAB;
    padding: 60px 0 40px;
  }
  #investment #simulation .inner h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  #investment #simulation .inner h2 span {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #investment #simulation .inner .base {
    background: #fff;
    border-radius: 16px;
    padding: 40px 16px;
  }
  #investment #simulation .inner .base .inbase {
    display: block;
  }
  #investment #simulation .inner .base .inbase .ttl {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  #investment #simulation .inner .base .inbase .info {
    border-left: none;
    width: 100%;
    padding-left: 0;
  }
  #investment #simulation .inner .base .inbase .info dl {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    gap: 16px;
  }
  #investment #simulation .inner .base .inbase .info dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #investment #simulation .inner .base .inbase .info dl dt span {
    color: #fff;
    background: #27ABAB;
    border-radius: 100px;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: normal;
  }
  #investment #simulation .inner .base .inbase .info dl dd {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
  #investment #simulation .inner .base .inbase .info dl dd p {
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    margin-top: 8px;
  }
  #investment #simulation .inner .base .inbase .info dl dd span {
    font-size: 14px;
  }
  #investment #simulation .inner .base .inbase .info dl dd .rs {
    background-color: #EDF9F9;
    margin-top: 16px;
    border-radius: 8px;
    padding: 8px 32px 4px 24px;
  }
  #investment #simulation .inner .base .inbase .info dl dd .rs li {
    background: url(../img/investment/simulation_img01.png) no-repeat 0 11px/14px;
    padding: 0 0 4px 24px;
    font-weight: bold;
  }
  #investment #simulation .inner .base .grap {
    border-top: 1px solid #D9D9D9;
    margin-top: 24px;
  }
  #investment #simulation .inner .base .grap img {
    display: block;
    width: 100%;
    margin: auto;
  }
  #investment #simulation .inner .base .grap p {
    font-size: 10px;
    text-align: right;
    color: #777;
    line-height: 1.4;
    margin-top: 8px;
  }
  #investment #cta {
    background: linear-gradient(60deg, #FEF000, #FD4C6F);
    padding: 0;
  }
  #investment #cta .base {
    background: url(../img/investment/cta_img01.png) no-repeat 50% 100%/876px;
    padding-top: 60px;
  }
  #investment #cta .base .txt {
    width: 70%;
    margin: auto;
  }
  #investment #cta .base .btn {
    width: 70%;
    margin: auto;
    padding-bottom: 40px;
  }
  #investment #voice {
    background: #4BBFBF;
    padding: 60px 0 80px;
  }
  #investment #voice .inner h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  #investment #voice .inner h2 span {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #investment #voice .inner .base {
    background: #fff;
    border: 6px solid #C2EEEE;
    display: block;
    gap: 48px;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 35px 35px 45px;
  }
  #investment #voice .inner .base .photo {
    width: 64%;
    margin: 0 auto 24px;
  }
  #investment #voice .inner .base .info {
    width: 100%;
  }
  #investment #voice .inner .base .info h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 24px;
  }
  #investment #voice .inner .base .info .subttl {
    font-size: 16px;
    margin: 16px 0 16px 0;
    color: #4BBFBF;
    font-weight: bold;
  }
  #investment .pc {
    display: none;
  }
  #investment .sp {
    display: block;
  }
}/*# sourceMappingURL=investment.css.map */