@charset "utf-8";

/* ------------------------------------------------------------------
* TOP
------------------------------------------------------------------ */
.section.solution {
  margin-top: -18vw;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section.news {
  position: relative;
  padding-top: 174px;
  padding-bottom: 197px;
  background: url(/resonacapital/images/index_bg_news.jpg) no-repeat 40.5% 72% / auto 150%;
}
.section.news::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  border-top: 110px solid #FFF;
  border-right: 100vw solid transparent;
}
.section.news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 110px solid #FFF;
  border-left: 100vw solid transparent;
}
.section.group {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section.solution {
    margin-top: -28.8vw;
    padding-bottom: 35px;
  }
  .section.news {
    padding-top: 68px;
    padding-bottom: 92px;
    background: url(/resonacapital/images/index_bg_news.jpg) no-repeat 41.5% 60% / auto 124%;
  }
  .section.news::before {
    border-top: 30px solid #FFF;
  }
  .section.news::after {
    border-bottom: 30px solid #FFF;
  }
  .section.group {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1145px) {
  .section.solution {
    margin-top: -15vw;
  }
}

/* Heading */
.heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.2;
}
.heading h2 {
  order: 12;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.heading h3 {
  position: relative;
  margin-bottom: 26px;
}
.heading h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 20px;
  height: 14px;
  background: url(/resonacapital/common/images/icon_head01.png) no-repeat 0 0 / 100% 100%;
}
.section.news .heading h3::after {
  background-image: url(/resonacapital/common/images/icon_head02.png);
}
.section.news .heading h2 {
  color: #FFF;
}
@media (max-width: 767px) {
  .section.solution .heading {
    justify-content: flex-start;
    padding-left: 45.6vw;
    text-align: left;
  }
  .section.solution .heading h3 img {
    max-width: 129px;
  }
  .section.news .heading h3 img {
    max-width: 80px;
  }
  .section.group .heading h3 img {
    max-width: 280px;
  }
  .heading {
    margin-bottom: 30px;
  }
  .heading h2 {
    font-size: 0.875rem;
  }
  .heading h3 {
    margin-bottom: 10px;
  }
  .heading h3::after {
    right: -20px;
    width: 13px;
    height: 9px;
    background-image: url(/resonacapital/common/images/icon_head01_sp.png);
  }
  .section.news .heading h3::after {
    background-image: url(/resonacapital/common/images/icon_head02_sp.png);
  }
}

/* Visual */
.visual {
  position: relative;
}
.visual .buttonOrange {
  width: 300px;
}
.visual .buttonOrange:hover {
  background-color: #FFF;
  color: #0CA26C;
}
.visual .buttonOrange:hover::after {
  background-color: #0CA26C;
}
.visualInner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 570px;
}
.visualInner .container {
  max-width: 1282px;
}
.visualImage {
  font-size: 0;
}
.visualImage img {
  width: 100%;
}
.visualBody {
  text-align: right;
  color: #FFF;
}
.visualBody h2 {
  margin-bottom: 44px;
  font-size: 0;
}
@media (max-width: 767px) {
  .visual .container {
    padding: 0 5.333vw;
  }
  .visualInner {
    padding-bottom: 60.267vw;
  }
  .visualBody {
    text-align: left;
  }
  .visualBody h2 {
    margin-bottom: 10vw;
  }
  .visualBody h2 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .visualInner {
    padding-bottom: 35vw;
  }
  .visualBody h2 {
    margin-bottom: 7vw;
  }
  .visualBody h2 img {
    width: 42vw;
    max-width: 535px;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .visualInner {
    padding-bottom: 35vw;
  }
  .visualBody h2 {
    margin-bottom: 6vw;
  }
}

/* Card */
.cardList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27.5px 45px;
}
.cardItem {
  width: 33.3333%;
  margin-bottom: 25px;
  padding: 0 27.5px;
}
.cardBox {
  height: 100%;
  padding: 60px 30px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.cardTitle {
  margin-bottom: 27px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.cardIcon {
  margin-bottom: 42px;
  text-align: center;
  font-size: 0;
}
.cardItem p {
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cardList {
    display: block;
    margin: 0 0 35px;
  }
  .cardItem {
    width: 100%;
    padding: 0;
  }
  .cardBox {
    padding: 25px 20px 30px;
  }
  .cardBody {
    display: flex;
    align-items: center;
  }
  .cardTitle {
    margin-bottom: 18px;
    font-size: 1.25rem;
  }
  .cardItem p {
    width: calc(100% - 108px);
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .cardIcon {
    width: 108px;
    margin-bottom: 0;
    text-align: left;
  }
  .cardIcon img {
    max-width: 96px;
  }
}

/* Tip */
.tipNotice {
  position: relative;
  padding: 30px 40px;
  border: 2px solid #FF0000;
}
.tipNotice::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 2px solid #FF0000;
}
.tipTitle {
  margin-left: -8px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF0000;
  line-height: 1.2;
}
.tipNotice p {
  font-size: 0.938rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .tipNotice {
    padding: 24px 20px;
    border-width: 1px;
  }
  .tipNotice::before {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    border-width: 1px;
  }
  .tipTitle {
    margin-left: -9px;
    font-size: 1rem;
  }
  .tipNotice p {
    font-size: 0.813rem;
    line-height: 1.8;
  }
}

/* Partner */
.partnerLink {
  margin-bottom: 36px;
  text-align: center;
}
.partnerLink a {
  text-decoration: underline;
}
.partnerLink a:hover {
  text-decoration: none;
}
.partnerLink .iconWin {
  margin-left: 8px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .partnerLink {
    margin-bottom: 26px;
    text-align: left;
    font-size: 0.813rem;
  }
}


/* ------------------------------------------------------------------
* COMPANY
------------------------------------------------------------------ */
/* Index */
.profile {
  margin-bottom: 88px;
}
.profileReverse {
  margin-bottom: 100px;
}
.profileInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 640px;
}
.profileThumb {
  position: absolute;
  top: 0;
  left: -150px;
}
.profileBody {
  position: relative;
  width: 433px;
  z-index: 1;
}
.profileReverse .profileInner {
  height: 670px;
  justify-content: flex-start;
}
.profileReverse .profileThumb {
  left: inherit;
  right: -150px;
}
.profileBody p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
.profileHead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 68px;
  line-height: 1;
}
.profileHead h2 {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  order: 12;
}
.profileHead h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
}
.profileHead h3 img {
  max-width: 100%;
}
.profileHead h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 20px;
  height: 14px;
  background: url(/resonacapital/common/images/icon_head01.png) no-repeat 0 0 / 100% 100%;
}
.profileHead h3.noIcon::after {
  display: none!important;
}
.profileList dt {
  line-height: 1;
}
.profileList dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 26px;
  background-color: #0CA26C;
  text-align: center;
  font-size: 0.938rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.12em;
}
.profileList dd {
  margin: -1.4em 0 12px 0;
  padding: 0 0 0 92px;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
.profileList dd:last-child {
  margin-bottom: 0;
}
.profileButton {
  margin-top: 75px;
}
@media (min-width: 960px) and (max-width: 1100px) {
  .profileThumb {
    left: -5vw;
  }
  .profileReverse .profileThumb {
    right: -5vw;
  }
  .profileInner {
    height: 46vw;
  }
  .profileReverse .profileInner {
    height: 50vw;
  }
  .profileThumb img {
    width: 70vw;
  }
}
@media (max-width: 959px) {
  .profileInner {
    display: block;
    height: auto;
  }
  .profileThumb {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 -20px;
  }
  .profileReverse .profileInner {
    height: auto;
  }
  .profileReverse .profileThumb {
    right: inherit;
    text-align: right;
  }
  .profileThumb img {
    width: 89.333vw;
  }
  .profileThumb {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .profileReverse .profileThumb {
    margin-left: 0;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .profile {
    margin-bottom: 60px;
  }
  .profileReverse {
    margin-bottom: 75px;
  }
  .profileBody {
    width: 100%;
    padding: 0 20px;
  }
  .profileBody p {
    font-size: 0.875rem;
  }
  .profileThumb {
    margin-right: -20px;
  }
  .profileReverse .profileThumb {
    margin-left: -20px;
  }
  .profileThumb img {
    width: 100%;
  }
  .profileHead {
    justify-content: center;
    margin-bottom: 42px;
    text-align: center;
  }
  .profileHead h2 {
    font-size: 0.875rem;
  }
  .profileHead h3 img {
    width: auto;
    height: 27px;
  }
  .profileHead h3::after {
    right: -20px;
    width: 13px;
    height: 9px;
    background-image: url(/resonacapital/common/images/icon_head01_sp.png);
  }
  .profileList dt span {
    width: 69px;
    height: 25px;
    font-size: 0.813rem;
  }
  .profileList dd {
    margin: -1.55em 0 12px 0;
    padding-left: 85px;
    font-size: 0.875rem;
  }
  .profileButton {
    margin-top: 50px;
  }
  .profileButton .button {
    max-width: inherit;
  }
}

.profileGroup {
  position: relative;
  padding-bottom: 242px;
}
.profileGroup::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 40px;
  bottom: 0;
  right: 0;
  background-color: #F5F5F5;
}
.profileGroup .container {
  position: relative;
  z-index: 1;
}
.profileRelated {
  margin-bottom: 120px;
}
.profileFlex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.profileItem {
  width: 50%;
  padding: 0 30px;
}
.profileCard > a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
}
.profileCard > a::after,
.profileCard > a::before {
  content: "";
  width: 1px;
  height: 68px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #FFF;
  z-index: 2;
}
.profileCard > a::after {
  bottom: -40px;
  height: 40px;
  background-color: #0CA26C;
}
.profileCard figure {
  position: relative;
  overflow: hidden;
}
.profileCard figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 51, 53, 0.6);
  z-index: 1;
}
.profileCard figure img {
  width: 100%;
  transition: transform .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.profileCard > a:hover figure img {
  transform: scale(1.2);
}
.profileLabel {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.profileCard h4 {
  margin-top: 64px;
  text-align: center;
  font-size: 0;
}
.profileCard h4 img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 960px) {
  .profileCard h4 img {
    width: auto;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .profileGroup .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .profileGroup::after {
    top: 20.4vw;
    left: 20px;
  }
  .profileRelated {
    margin-bottom: 60px;
  }
  .profileFlex {
    display: block;
    margin: 0;
  }
  .profileItem {
    width: 100%;
    padding: 0;
  }
  .profileLabel {
    font-size: 1.5rem;
  }
  .profileCard > a::before {
    height: 25px;
  }
  .profileCard > a::after {
    bottom: -15px;
    height: 15px;
  }
  .profileCard h4 {
    margin-top: 33px;
  }
  .profileCard h4 img {
    width: auto;
    height: 22px;
  }
}

.profileLocation .profileItem {
  padding-right: 60px;
}
.profileLocation .profileItem:not(:last-child) {
  margin-bottom: 50px;
}
.locationHead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  line-height: 1;
}
.locationHead h2 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  order: 12;
}
.locationHead h3 {
  margin-bottom: 14px;
  font-size: 0;
}
.profileLocation h4 {
  margin-bottom: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.profileLocation p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.profileLocation .loct {
  margin-top: 18px;
  line-height: 1.3;
}
.profileLocation .loct a {
  display: inline-block;
  color: #21AD77;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.profileLocation .loct a:hover {
  opacity: 0.7;
}
.loctPhone {
  position: relative;
  padding-left: 37px;
  font-size: 1rem;
  font-weight: 500;
}
.loctPhone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  background: url(/resonacapital/common/images/icon_phone.svg) no-repeat left top / 100% 100%;
  transform: translateY(-50%);
}
.loctMap {
  position: relative;
  padding-left: 37px;
  font-size: 0.875rem;
  font-weight: 500;
}
.loctMap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  background: url(/resonacapital/common/images/icon_map.svg) no-repeat left top / 100% 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .profileGroup {
    padding-bottom: 140px;
  }
  .profileItem:not(:last-child) {
    margin-bottom: 35px;
  }
  .profileLocation .profileItem:not(:last-child) {
  margin-bottom: 35px;
}
  .locationHead {
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
  }
  .locationHead h2 {
    font-size: 1.063rem;
  }
  .locationHead h3 img {
    width: 48px;
  }
  .profileLocation h4 {
    font-size: 0.938rem;
  }
  .profileLocation p {
    font-size: 0.875rem;
  }
  .loctMap,
  .loctPhone {
    font-size: 0.938rem;
  }
  .profileLocation .loct {
    margin-top: 15px;
  }
  .profileLocation .loct a {
    padding-left: 32px;
  }
  .loctMap::before,
  .loctPhone::before {
    width: 22px;
    height: 22px;
  }
  .profileLocation .profileItem {
    padding-right: 0;
  }
}

/* organization */
.organization {
  padding: 150px 0 260px;
}
.organChart {
  text-align: center;
}
.organChart img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .organization {
    padding: 0 0 138px;
  }
}

/* history */
.historyList {
  position: relative;
  padding: 46px 0 145px;
}
.historyList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 3px;
  background-color: #21AD77;
}
.historyList li {
  position: relative;
  padding: 0 0 65px 102px;
}
.historyList li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #21AD77;
  border-radius: 100%;
}
.historyList li::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 2px;
  width: 77px;
  height: 2px;
  background-color: #21AD77;
}
.historyYear {
  margin-bottom: 34px;
  padding-top: 5px;
  font-size: 0;
  line-height: 1;
}
.historyList dt {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0CA26C;
  line-height: 1;
  letter-spacing: 0.04em;
}
.historyList dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.historyList dd:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .historyList {
    padding: 18px 0 145px;
  }
  .historyList::before {
    left: 0;
    width: 2px;
  }
  .historyList li {
    padding-left: 48px;
  }
  .historyList li::before {
    top: 15px;
    left: -3px;
    width: 9px;
    height: 9px;
  }
  .historyList li::after {
    top: 19px;
    left: 0;
    width: 39px;
    height: 1px;
  }
  .historyList dt {
    margin-bottom: 10px;
    font-size: 0.813rem;
  }
  .historyList dd {
    font-size: 0.813rem;
  }
  .historyYear {
    margin-bottom: 22px;
    padding-top: 7px;
  }
  .historyYear img {
    width: auto;
    height: 25px;
  }
  .historyList dd:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* profile */
.business {
  position: relative;
  z-index: 1;
}
.businessHead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  line-height: 1;
}
.businessHead h2 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  order: 12;
}
.businessHead h3 {
  margin-bottom: 16px;
}
.businessHead h3 img {
  max-width: 100%;
}
.businessList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
.businessList li {
  width: 33.333%;
  padding: 0 12.5px;
}
.businessList figure img {
  display: block;
  width: 100%;
}
.businessList div {
  display: block;
  position: relative;
  color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.businessList p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  transform: translateY(-50%);
}
.access {
  position: relative;
  padding: 110px 0 180px 0;
}
.access::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  bottom: 0;
  right: 40px;
  background-color: #F5F5F5;
}
.access::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  right: 0;
  height: 286px;
  background-color: #FFF;
}
.access .container {
  position: relative;
  z-index: 1;
}
.accessHead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  line-height: 1;
}
.accessHead h2 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  order: 12;
}
.accessHead h3 {
  margin-bottom: 16px;
}
.accessHead h3 img {
  max-width: 100%;
}
.accessList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.accessItem {
  width: 50%;
  padding: 0 30px;
}
.accessItem:not(:last-child) {
  margin-bottom: 70px;
}
.accessMap iframe {
  display: block;
  width: 100%;
  height: 296px;
}
.accessItem h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.accessItem h4 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
.accessItem h4 span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #21AD77;
}
.accessItem p {
  padding: 0 0 0 20px;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.6;
}
.accessMatch {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .businessList figure {
    background: none!important;
  }
}
@media (max-width: 1140px) {
  .accessMap iframe {
    height: 26vw;
  }
}
@media (max-width: 767px) {
  .access .container,
  .business .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .accessHead {
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
  }
  .accessHead h2,
  .businessHead h2 {
    font-size: 1.063rem;
  }
  .accessHead h3,
  .businessHead h3 {
    margin-bottom: 13px;
  }
  .businessHead h3 img {
    width: 98px;
  }
  .accessHead h3 img {
    width: 41px;
  }
  .businessList {
    display: block;
    margin: 0;
  }
  .businessList li {
    width: 100%;
    padding: 0;
  }
  .businessList li:not(:last-child) {
    margin-bottom: 30px;
  }
  .accessList {
    display: block;
    margin: 0;
  }
  .accessItem {
    width: 100%;
    padding: 0;
  }
  .accessItem:not(:last-child) {
    margin-bottom: 50px;
  }
  .access::before {
    top: calc(-49px - 50.28vw);
    left: 20px;
    right: 0;
  }
  .access::after {
    left: 0;
    right: 0;
    height: calc(135px + 15vw);
  }
  .businessList p {
    font-size: 1.063rem;
  }
  .access {
    padding: 49px 0 135px 0;
  }
  .accessItem h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.938rem;
  }
  .accessItem h4 span {
    padding-left: 16px;
  }
  .accessItem h4 span::before {
    width: 8px;
    height: 8px;
  }
  .accessItem p {
    font-size: 0.875rem;
  }
  .accessMatch {
    margin-bottom: 18px;
  }
  .accessMap iframe {
    height: 44.8vw;
  }
  .businessList figure {
    height: 19.33vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 460px) {
  .access::before {
    top: -310px;
  }
  .businessList figure {
    height: 100px;
  }
}
@media (max-width: 374px) {
  .businessList p {
    font-size: 4.8vw;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .businessList p {
    font-size: 1.5vw;
  }
  .access::before {
    top: -6.3vw;
  }
}

.company {
  margin-bottom: 120px;
  border: 1px solid #B4E5D3;
}
.companyRow {
  display: flex;
  border-bottom: 1px solid #B4E5D3;
  line-height: 1.5;
}
.companyRow:last-child {
  border-bottom: none;
}
.companyTh {
  width: 243px;
  padding: 35px 10px 34px 40px;
  background-color: #0CA26C;
  font-size: 1.063rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.2em;
}
.companyTd {
  width: calc(100% - 243px);
  padding: 35px 10px 34px 40px;
  font-size: 1.063rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.companyTd dt {
  font-weight: 500;
}
.companyTd dd {
  margin: -1.5em 0 26px 0;
  padding: 0 0 0 8em;
}
.companyTd dd:last-child {
  margin-bottom: 0;
}
.companyTd dd .loct {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 50px;
  }
  .businessHead {
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
  }
  .companyTh {
    width: 100px;
    padding: 26px 10px 25px 20px;
    font-size: 0.844rem;
  }
  .companyTd {
    width: calc(100% - 100px);
    padding: 26px 10px 25px 20px;
    font-size: 0.844rem;
  }
  .companyTd dt {
    margin-bottom: 8px;
  }
  .companyTd dd {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

/* message */
.message {
  position: relative;
  padding: 0 0 180px;
}
.message::before {
  content: "";
  position: absolute;
  top: 230px;
  left: 40px;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
}
.message .container {
  position: relative;
  z-index: 1;
}
.messageInfo {
  position: relative;
  max-width: 918px;
  margin: 0 auto 110px;
  padding: 0;
  z-index: 1;
}
.messageInfo figure {
  font-size: 0;
}
.messageInfo figure img {
  width: 100%;
}
.messageCaption {
  position: absolute;
  left: 70px;
  bottom: 97px;
}
.messageCaption h3 {
  margin-bottom: 26px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.messageIntro p {
  margin-top: 45px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.02em;
}
.messageSign {
  margin-top: 32px;
  text-align: right;
  line-height: 1;
}
.messageSign strong,
.messageSign span {
  display: inline-block;
  font-weight: bold;
  vertical-align: bottom;
}
.messageSign span {
  margin-right: 20px;
  font-size: 1rem;
}
.messageSign strong {
  font-size: 0;
  padding-bottom: 3px;
}
.messageCaption .messageSign {
  margin-top: 0;
  text-align: left;
}
.messageCaption .messageSign span {
  font-size: 1.125rem;
  padding-bottom: 2px;
}
.messageCaption .messageSign strong {
  font-size: 2.75rem;
}
.messageSign strong img {
  height: 40px;
}
.signBottom span {
  margin-right: 15px;
}
.signBottom strong img {
  width: 120px;
  height: auto;
}
@media (max-width: 767px) {
  .message {
    padding-bottom: 138px;
  }
  .message .container {
    padding-left: 0;
  }
  .message::before {
    top: 34.667vw;
    left: 20px;
  }
  .messageInfo {
    display: block;
    margin-bottom: 35px;
    padding: 0 20px 0 0;
  }
  .messageInfo figure {
    margin-bottom: 30px;
    text-align: center;
  }
  .messageCaption {
    left: 5.3vw;
    bottom: 12.8vw;
  }
  .messageCaption h3 {
    margin-bottom: 3.467vw;
    font-size: 3.467vw;
  }
  .messageSign span {
    margin-right: 10px;
    font-size: 0.75rem;
  }
  .messageSign strong {
    padding-bottom: 0;
  }
  .messageSign strong img {
    width: 25vw;
    height: auto;
  }
  .messageIntro {
    padding-left: 40px;
  }
  .messageIntro p {
    margin-top: 38px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .messageCaption .messageSign strong, .messageCaption .messageSign span {
    display: block;
  }
  .messageCaption .messageSign span {
    margin-right: 0;
    margin-bottom: 2.667vw;
    font-size: 2.933vw;
  }
  .messageCaption .messageSign strong {
    font-size: 6.667vw;
  }
  .signBottom strong img {
    width: 90px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .messageInfo {
    padding-right: 0;
  }
  .messageCaption {
    left: 40px;
  }
}

/* ------------------------------------------------------------------
* POLICY
------------------------------------------------------------------ */
.policy {
  padding-bottom: 200px;
}
.policyTitle {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #0CA26C;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
}
.policyBody p {
  font-size: 1rem;
  line-height: 1.875;
}
.policyBody .policyLead {
  margin: 0 0 15px;
  font-size: 1.25rem;
  font-weight: bold;
}
.policyBox {
  margin-top: 60px;
  padding: 30px;
  background-color: #F5F5F5;
}
.policyBox ol li {
  position: relative;
  margin-bottom: 2px;
  padding: 0 0 0 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.policyBox .policyNum {
  position: absolute;
  top: 0;
  left: 0;
}
.policyAuthor {
  margin-top: 20px;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.policyInfo {
  margin-top: 68px;
}
.policyInfo span {
  margin-left: 62px;
}
.policyGreen {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0CA26C;
  line-height: 1.5;
}
.policyDotThin li {
  padding-left: 1em;
  text-indent: -1em;
}
.policyDotThin li:not(:last-child) {
  margin-bottom: 20px;
}
.policyNote li {
  padding-left: 2.3em;
  text-indent: -2.3em;
}
.policyNote li:not(:last-child) {
  margin-bottom: 30px;
}
.policyNote span {
  margin-right: 10px;
}
.mb0 {
  margin-bottom: 0!important;
}
.mbPc70 {
  margin-bottom: 70px;
}
.mbPc50 {
  margin-bottom: 50px;
}
.mbPc55 {
  margin-bottom: 55px;
}
.mbPc60 {
  margin-bottom: 60px;
}
.mbPc40 {
  margin-bottom: 40px;
}
.mbPc30 {
  margin-bottom: 30px;
}
.mbPc15 {
  margin-bottom: 15px;
}
.mbPc20 {
  margin-bottom: 20px;
}
.mlPc15 {
  margin-left: 15px;
}
.mtPc0 {
  margin-top: 0px!important;
}
.mtPc30 {
  margin-top: 30px!important;
}
.privacySubTitle {
  margin-bottom: 6px;
  padding-left: 1.6em;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1.6em;
}
.policyText {
  padding-left: 30px;
}
.policyInfo em {
  font-style: normal;
}
.policy h3 {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
.policyDotThin.noMargin li {
  margin-bottom: 0!important;
}
.policyBoxDot {
  padding: 27px 30px;
  border: 1px dashed #000;
}
.policyListNum > li {
  padding-left: 18px;
}
.policyListNum .numIndent {
  text-indent: -18px;
}
.policyListNum dt {
  font-weight: 500;
}
.policyListNum dd {
  padding-left: 20px;
}
.policyListNum dd:not(:last-child) {
  margin-bottom: 15px;
}
.policyListNum dd ol > li {
  text-indent: -1em;
  padding-left: 1em;
}
.policyListNum dd ol ul > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.policyText .policyInfo {
  line-height: 2.25;
}
.policyTable {
  width: 100%;
  border: 1px solid #000;
}
.policyTable tr:not(:last-child) td,
.policyTable tr:not(:last-child) th {
  border-bottom: 1px solid #000;
}
.policyTable th {
  padding: 15px 10px 12px;
  border-right: 1px solid #000;
  background-color: #F5F5F5;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.policyTable td {
  border-right: 1px solid #000;
  padding: 16px 10px 16px 17px;
  vertical-align: middle;
}
.policyTable td:nth-child(1) {
  width: 247px;
}
.policyTable td:nth-child(2) {
  width: calc(100% - 247px);
}
.policyTable td:nth-child(1) span {
  display: block;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.dotIndent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media (max-width: 767px) {
  .policy {
    padding-bottom: 120px;
  }
  .policyTitle {
    margin-bottom: 27px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    font-size: 1.125rem;
  }
  .policyBody p {
    font-size: 0.875rem;
  }
  .policyBody .policyLead {
    font-size: 1rem;
  }
  .policyBox {
    margin-top: 48px;
    padding: 20px;
  }
  .policyBox ol li {
    padding-left: 14px;
    font-size: 0.875rem;
  }
  .policyAuthor {
    margin-top: 25px;
    font-size: 0.875rem;
  }
  .policyGreen {
    font-size: 0.938rem;
  }
  .policyNote,
  .policyDotThin {
    font-size: 0.875rem;
  }
  .policy h3,
  .privacySubTitle {
    font-size: 0.938rem;
  }
  .policyText {
    padding-left: 20px;
  }
  .policyBoxDot {
    padding: 20px;
  }
  .policyInfo,
  .policyTable,
  .policyListNum {
    font-size: 0.875rem;
  }
  .mlPc15 {
    margin-left: 10px!important;
  }
  .policyTable th {
    padding: 10px 10px 7px;
  }
  .policyTable td:nth-child(1) {
    width: 123px;
  }
  .policyTable td:nth-child(2) {
    width: calc(100% - 123px);
  }
  .policyTable td {
    padding: 16px 10px 16px 10px;
  }
}

/* ------------------------------------------------------------------
* TRACKRECORDS
------------------------------------------------------------------ */
@media (max-width: 767px) {
  .profileHead h3.trackHeadPort img {
    height: 61px;
  }
  .profileHead h3.trackHeadIpo img,
  .profileHead h3.trackHeadFund img {
    height: 23px;
  }
}
@media (max-width: 374px) {
  .profileHead h3.trackHeadPort img {
    height: 16.31vw;
  }
  .profileHead h3.trackHeadIpo img,
  .profileHead h3.trackHeadFund img {
    height: 6.15vw;
  }
}

/* Portfolio */
.chart {
  padding: 75px 0 170px;
  background-color: #F5F5F5;
}
.chart h3 {
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.chartRecord {
  font-size: 0;
}
.chartRecord img {
  width: 100%;
}
.portfolio {
  padding: 50px 0 100px;
}
.trackTitle {
  margin-bottom: 76px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
}
.portfolioList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 50px;
}
.portfolioList li {
  margin-bottom: 16px;
  padding: 0 8px;
  width: 33.333%;
}
.portfolioList li a {
  color: #000;
  text-decoration: none;
}
.portfolioList li figure {
  margin-bottom: 24px;
  font-size: 0;
}
.portfolioList li figure img {
  width: 100%;
}
.portfolioList li h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.portfolioList li p {
  font-size: 1rem;
  font-weight: 500;
}
.portfolioButton {
  margin-top: 50px;
}
.portfolioButton .showMoreLi {
  position: relative;
}
.portfolioButton .showMoreLi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(/resonacapital/news/images/index_arrow.svg) no-repeat 0 0 / 100% 100%;
}
.portfolioDate {
  margin-bottom: 6px;
  color: #21AD77;
  font-size: 0.875rem;
  font-weight: 500;
}
.portfolioBox {
  display: block;
  background-color: #FFF;
  height: 100%;
  border: 1px solid #E2E0E0;
  transition: opacity 0.3s ease;
}
a.portfolioBox:hover {
  opacity: 0.7;
}
.portfolioBody {
  padding: 0 24px 35px;
}
@media (min-width: 768px) {
  .chart {
    position: relative;
    background: none;
  }
  .chart::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
  }
  .chart .container {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .mainHead h2.headPortfolio {
    width: 95%;
  }
  .mainHead h2.headPortfolio img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .chart {
    margin-left: 20px;
    padding: 30px 0 130px;
  }
  .chart .container {
    padding-right: 0;
  }
  .chart h3 {
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    font-size: 0.875rem;
  }
  .mainHead h2.headPortfolio::after {
    display: none;
  }
  .mainHead h2.headPortfolio img {
    height: 56px;
  }
  .chartRecord {
    position: relative;
    padding-bottom: 22px;
  }
  .chartRecord img {
    margin-right: 20px;
    width: 600px;
  }
  .trackTitle {
    margin-bottom: 28px;
    font-size: 0.938rem;
  }
  .portfolio {
    padding: 0 0 60px;
  }
  .portfolioList {
    margin: 0 -5px 25px;
  }
  .portfolioList li {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
  }
  .portfolioList li figure {
    margin-bottom: 15px;
  }
  .portfolioList li h4 {
    font-size: 0.813rem;
  }
  .portfolioList li p {
    font-size: 0.688rem;
  }
  .portfolioButton {
    margin-top: 30px;
  }
  .portfolioDate {
    font-size: 0.688rem;
  }
  .portfolioBody {
    padding: 0 10px 18px;
  }

  /* scrollbar */
  .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
  }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
  }
  .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .scroll-element {
    display: none;
  }
  .scroll-element, .scroll-element div {
    box-sizing: content-box;
  }
  .scroll-element.scroll-x.scroll-scrollx_visible,
  .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
  }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default;
  }
  .external-scroll_x {
    display: none;
    position: absolute;
    background-color: #FFF;
    cursor: pointer;
  }
  .external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 13px;
    left: 0;
    bottom: 0;
    width: 78.667vw;
    border-radius: 10px;
  }
  .external-scroll_x div {
    left: 3px;
    top: 3px;
    right: 0;
    bottom: 3px;
    position: absolute;
  }
  .external-scroll_x .scroll-bar {
    top: 0;
    height: 7px;
    width: 130px;
    border-radius: 10px;
    background: #E2E0E0;
    z-index: 12;
  }
}

/* Ipo */
.ipoTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 2px 5px 0;
  height: 66px;
  background: rgb(2,128,82);
  background: linear-gradient(90deg, rgba(2,128,82,1) 0%, rgba(33,173,119,1) 50%, rgba(2,128,82,1) 100%);
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.ipoTitle small {
  font-size: 1.25rem;
}
.ipoTable {
  width: 100%;
}
.ipoTable thead th {
  padding: 16px 0 16px 65px;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  background-color: #F2F0F0;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.ipoTable thead th:nth-child(1) {
  width: 265px;
}
.ipoTable thead th:nth-child(2) {
  width: 280px;
}
.ipoTable tbody td {
  padding: 24px 0 24px 65px;
  border-bottom: 1px solid #B4E5D3;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.ipoTable tbody tr:nth-child(even) td {
  background-color: #F0F9F1;
}
.ipoAccordEvent {
  position: relative;
  cursor: pointer;
}
.ipoAccordEvent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 10px;
  background: url(/resonacapital/trackrecords/images/ipo_icon_arrow.svg) no-repeat 0 0 / 100% 100%;
  transform-origin: 50% 0;
  transform: rotate(180deg) translateY(-50%);
}
.ipoAccordEvent.opened::after {
  transform-origin: 0 0;
  transform: rotate(0) translateY(-50%);
}
.ipoAccordBody {
  display: none;
}
.ipoAccordItem:not(:last-child) {
  margin-bottom: 60px;
}
.ipoYear {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px 44px;
}
.ipoYearItem {
  width: 33.333%;
  margin-bottom: 46px;
  padding: 0 23px;
}
.ipoYearItem img {
  display: block;
  width: 100%;
}
.ipoYearBox {
  display: block;
  height: 100%;
  padding: 28px 30px 18px;
  background-color: #FFF;
  color: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ipoYearBox h5 {
  margin-bottom: 24px;
  padding: 0 0 7px;
  border-bottom: 1px solid #0CA26C;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.3;
}
.ipoYearBox p {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.ipoYearMeta {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.ipoDate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 22px;
  border-radius: 11px;
  background-color: #21AD77;
  text-align: center;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
.ipoYearDummy {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #F5F5F5;
}
@media (min-width: 768px) and (max-width: 860px) {
  .ipoYearBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ipoTable thead th {
    padding-left: 30px;
  }
  .ipoTable tbody td {
    padding-left: 30px;
  }
  .ipoTable thead th:nth-child(1) {
    width: 200px;
  }
  .ipoTable thead th:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .ipoTitle {
    margin-bottom: 25px;
    padding-top: 0;
    height: 45px;
    font-size: 1.25rem;
  }
  .ipoTitle small {
    font-size: 0.813rem;
  }
  .ipoTable thead th {
    padding: 12px 0 11px 16px;
    font-size: 0.813rem;
  }
  .ipoTable tbody td {
    padding: 20px 0 13px 16px;
    font-size: 0.813rem;
  }
  .ipoTable thead th:nth-child(1) {
    width: 26.667vw;
  }
  .ipoTable thead th:nth-child(2) {
    width: 22.667vw;
  }
  .ipoAccordEvent::after {
    right: 12px;
    width: 15px;
    height: 8px;
  }
  .ipoAccordItem:not(:last-child) {
    margin-bottom: 25px;
  }
  .ipoYear {
    margin: 0 -10px 30px;
  }
  .ipoYearItem {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
  }
  .ipoYearBox {
    padding: 15px 15px 12px;
  }
  .ipoYearBox h5 {
    margin-bottom: 12px;
    padding-bottom: 3px;
    font-size: 0.813rem;
  }
  .ipoYearBox p {
    margin-top: 2px;
    font-size: 0.625rem;
  }
  .ipoDate {
    padding: 0 7px 1px;
    height: 15px;
    font-size: 0.563rem;
  }
}

/* Fund */
.fund:not(:last-child) {
  margin-bottom: 85px;
}
.fundTitle {
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.fundTable table {
  width: 100%;
  border: 1px solid #C9C9C9;
}
.fundTable table thead th {
  padding: 18px 8px 15px;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  background-color: #F2F0F0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  vertical-align: middle;
}
.fundTable table thead th:nth-child(1) {
  width: 435px;
}
.fundTable table thead th:nth-child(2) {
  width: 114px;
}
.fundTable table thead th:nth-child(3) {
  width: 169px;
}
.fundTable table thead tr:nth-child(2) th {
  width: 127px;
  letter-spacing: 0;
}
.fundTable table thead th:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.fundTable table tbody td {
  padding: 20px 10px 18px;
  border-bottom: 1px solid #B4E5D3;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  vertical-align: middle;
}
.fundTable table tbody td:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.fundTable table tbody tr:nth-child(even) td {
  background-color: #F0F9F1;
}
.fundTable table tbody tr:last-child td {
  border-bottom: none;
}
.fundTable table tbody .fundDot {
  padding-bottom: 20px;
  font-size: 0;
}
.fundCircle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #21AD77;
  font-size: 0;
  line-height: 1;
}
.fundGroup {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .fundGroup {
    padding-bottom: 68px;
  }
  .fund {
    margin-right: -20px;
  }
  .fund:not(:last-child) {
    margin-bottom: 55px;
  }
  .fundTitle {
    margin-bottom: 13px;
    padding-right: 20px;
    font-size: 0.813rem;
  }
  .fundTable table thead th {
    padding: 5px;
    font-size: 0.813rem;
  }
  .fundTable table tbody td {
    padding: 5px;
    font-size: 0.813rem;
  }
  .fundTable table tbody .fundDot {
    padding: 5px;
  }
  .fundCircle {
    width: 10px;
    height: 10px;
  }
  .fundBody {
    position: relative;
    padding: 0 0 33px;
  }

  /* scrollbar */
  .fundTable table {
    width: 836px;
  }
  .fundBody .external-scroll_x.scroll-scrollx_visible {
    width: calc(100% - 20px);
    background-color: #F7F7F7;
  }
}

/* ------------------------------------------------------------------
* SOLUTION
------------------------------------------------------------------ */
.solutionWrap {
  position: relative;
  background-color: #F8F8F8;
}
.solutionWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 256px;
  height: 905px;
  background: url(/resonacapital/solution/images/index_bg_left.jpg) no-repeat left top / 100% 100%;
  z-index: 1;
}
.solutionWrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1330px;
  height: 2466px;
  background: url(/resonacapital/solution/images/index_bg_right.jpg) no-repeat left top / 100% 100%;
}
.solutionGroup {
  position: relative;
  padding: 0 0 180px;
  z-index: 2;
}
.solution:not(:last-child) {
  margin-bottom: 80px;
}
.solutionBox {
  position: relative;
  padding: 40px 40px 40px 45px;
  border: 1px solid #0CA26C;
  background-color: #FFF;
}
.solutionBody {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.solutionTitle {
  display: flex;
  position: absolute;
  left: -1px;
  top: -21px;
  line-height: 1;
}
.solutionTitle span {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  padding: 0 60px 0 60px;
  background-color: #0CA26C;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}
.solutionTitle span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #0CA26C;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.solutionText {
  padding: 46px 20px 0 0;
  width: calc(100% - 164px);
}
.solutionText p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
}
.solutionIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  font-size: 0;
  text-align: center;
}
.solutionLead {
  margin: 0 auto 122px;
  padding: 0 0 0 164px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.colorGreen {
  color: #25784C;
}
.colorGreenLight {
  color: #21AD77;
}
.solutionBody.noFloat {
  display: block;
}
.solutionBody.noFloat .solutionText {
  width: 100%;
  padding-right: 0;
}
.solutionThumb {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}
.solutionThumb img {
  max-width: 100%;
}
.fontWeightM {font-weight: 500!important;}
@media (min-width: 768px) and (max-width: 996px) {
  .solutionLead {
    padding-left: 20px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .solutionGroup {
    padding-bottom: 123px;
  }
  .solutionWrap::before {
    width: 112px;
    height: 957px;
    top: 212px;
    background-image: url(/resonacapital/solution/images/index_bg_left_sp.jpg);
  }
  .solutionWrap::after {
    width: 100%;
    height: 100%;
    background: url(/resonacapital/solution/images/index_bg_right_sp.jpg) no-repeat right top / cover;
  }
  .solution:not(:last-child) {
    margin-bottom: 53px;
  }
  .solutionLead {
    margin-top: -20px;
    margin-bottom: 60px;
    padding-left: 0;
    font-size: 0;
    letter-spacing: 0;
    line-height: 1;
  }
  .solutionLead img {
    max-width: 100%;
  }
  .solutionBox {
    padding: 48px 20px 25px;
  }
  .solutionBody {
    display: block;
  }
  .solutionText {
    width: 100%;
    padding: 0;
  }
  .solutionText p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .solutionIcon {
    margin-top: 20px;
    width: 100%;
  }
  .solutionIcon.icon1 img {
    width: 78px;
  }
  .solutionIcon.icon2 img {
    width: 111px;
  }
  .solutionIcon.icon3 img {
    width: 105px;
  }
  .solutionTitle {
    top: -23px;
    width: calc(100% - 55px);
  }
  .solutionTitle span {
    width: 100%;
    height: 45px;
    padding: 0 5px 0 20px;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
  }
  .solutionTitle span::after {
    right: -20px;
    border-top: 45px solid #0CA26C;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .solutionThumb {
    margin-top: 45px;
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------
* NEWS
------------------------------------------------------------------ */
.newsWrap {
  position: relative;
  padding: 0 0 150px;
}
.newsWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
}
.newsWrap .container {
  position: relative;
  z-index: 1;
}
.newsHead {
  margin-bottom: 68px;
  line-height: 1;
}
.newsHeadFlex {
  display: flex;
  align-items: flex-end;
}
.newsHead h1 {
  font-size: 1.875rem;
  font-weight: bold;
}
.newsHead h2 {
  margin-left: 32px;
  padding-bottom: 3px;
  font-size: 0;
}
.newsBlock {
  position: relative;
  padding: 70px 0 90px 0;
}
.newsBlock::after {
  content: "";
  position: absolute;
  left: -999em;
  right: 0;
  top: 90px;
  bottom: 0;
  background-color: #FFF;
}
.newsInner {
  position: relative;
  z-index: 1;
}
.newsTitle {
  margin-bottom: 25px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
}
.newsMeta {
  line-height: 1;
}
.newsDate {
  display: inline-block;
  color: #0CA26C;
  letter-spacing: 0.04em;
}
.newsBlock h3 {
  margin-bottom: 65px;
}
.newsDetail {
  margin-top: 64px;
  padding-top: 40px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.02em;
}
.newsDetail .policyDotThin {
  padding-left: 0.6em;
}
.newsMore {
  position: relative;
}
.newsMore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(/resonacapital/news/images/index_arrow.svg) no-repeat 0 0 / 100% 100%;
}
.newsBlock {
  display: none;
}
.newsBlock.show {
  display: block;
}
@media (min-width: 768px) {
  .newsWrap::before {
    left: 40px;
  }
  .newsBlock .newsList {
    padding-right: 110px;
  }
  .newsList dd,
  .newsList dt {
    font-size: 1.125rem;
  }
  .newsBlock .newsList dd {
    margin-bottom: 39px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .newsWrap {
    padding-bottom: 133px;
  }
  .newsHead {
    margin-bottom: 40px;
  }
  .newsHead h1 {
    font-size: 1.25rem;
  }
  .newsHead h2 {
    margin-left: 20px;
    padding-bottom: 2px;
  }
  .newsHead h2 img {
    width: 32px;
  }
  .newsBlock {
    padding: 43px 20px 45px;
  }
  .newsBlock::after {
    top: 58px;
    left: -20px;
  }
  .newsBlock h3 {
    margin-bottom: 35px;
  }
  .newsBlock h3 img {
    width: auto;
    height: 24px;
  }
  .newsTitle {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .newsDate {
    font-size: 0.813rem;
  }
  .newsDetail {
    margin-top: 50px;
    padding: 40px 20px 133px;
    line-height: 1.8;
  }
  .newsDetail {
    font-size: 0.813rem;
  }
  .newsMore::after {
    right: 15px;
    width: 11px;
    height: 6px;
    margin-top: -3px;
  }
}

/* ------------------------------------------------------------------
* MEMBER
------------------------------------------------------------------ */
.memberWrap {
  margin-bottom: 170px;
}
.memberBoxList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -42px -30px;
  padding-top: 60px;
}
.memberBoxList .memberItem {
  width: 33.3333%;
  margin-bottom: 100px;
  padding: 0 42px;
}
.memberBoxList .memberThumb img {
  display: block;
  width: 100%;
}
.memberBoxList .memberBody {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74.2%;
  max-width: 230px;
  padding: 40px 20px 0;
  background-color: #FFF;
}
.memberBoxList .memberInner {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 40px;
  transition: opacity 0.3s ease;
}
.memberBoxList a.memberInner:hover {
  opacity: 0.7;
}
.memberBoxList .department {
  margin-bottom: 10px;
  color: #000;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.2;
}
.memberBoxList h3 {
  margin-bottom: 26px;
  color: #000;
  line-height: 1.2;
}
.memberBoxList h3 strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.memberBoxList h3 small {
  display: block;
  font-size: 0;
}
.memberBoxList .memberYear {
  position: relative;
  color: #21AD77;
  font-size: 0.813rem;
  font-weight: bold;
  line-height: 1.2;
}
.memberBoxList .memberYear::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #21AD77;
}
.memberNote {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1020px) {
  .memberBoxList {
    margin-left: -2.6vw;
    margin-right: -2.6vw;
  }
  .memberBoxList .memberItem {
    padding: 0 2.6vw;
  }
  .memberBoxList .memberBody {
    width: 82%;
  }
  .memberBoxList h3 strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .memberWrap {
    margin-bottom: 120px;
  }
  .memberBoxList {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .memberBoxList .memberItem {
    width: 50%;
    margin-bottom: 35px;
    padding: 0 8px;
  }
  .memberBoxList .memberBody {
    width: 78.125%;
    max-width: 250px;
    padding: 16px 10px 0;
  }
  .memberBoxList .memberInner {
    padding-bottom: 25px;
  }
  .memberBoxList .department {
    margin-bottom: 7px;
    font-size: 0.625rem;
  }
  .memberBoxList h3 {
    margin-bottom: 14px;
  }
  .memberBoxList h3 strong {
    font-size: 1rem;
  }
  .memberBoxList h3 small img {
    width: auto;
    height: 7px;
  }
  .memberBoxList .memberYear {
    font-size: 0.625rem;
  }
  .memberBoxList .memberYear::before {
    left: -10px;
    width: 7px;
  }
  .memberNote {
    font-size: 0.75rem;
  }
}

/* list */
.memberlistWrap {
  position: relative;
  padding: 23px 0 0 0;
}
.memberlistWrap::after {
  content: "";
  position: absolute;
  left: 40px;
  top: -35px;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
}
.memberlistWrap .container {
  position: relative;
  z-index: 1;
}
.memberlistTitle {
  margin-bottom: 92px;
  text-align: center;
  font-size: 2.313rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.memberlistTitle span {
  display: inline-block;
  position: relative;
}
.memberlistTitle span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -32px;
  width: 20px;
  height: 14px;
  background: url(/resonacapital/common/images/icon_head01.png) no-repeat 0 0 / 100% 100%;
}
.memberList {
  margin-bottom: 220px;
}
.memberList .memberThumb {
  position: relative;
  width: 316px;
}
.memberList .memberThumb::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -130px;
  width: 335px;
  height: 195px;
  background: url(/resonacapital/member/images/list_bg_01.svg) no-repeat left top / 100% 100%;
}
.memberList .memberThumb > img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.memberList .memberThumb figcaption {
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 1;
}
.memberList .memberBody {
  position: relative;
  z-index: 2;
  padding-left: 70px;
  width: calc(100% - 316px);
}
.memberList .memberItem .memberInner {
  display: flex;
  align-items: flex-start;
}
.memberList .memberInfo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 30px;
}
.memberList .memberInfo dl {
  padding: 0 20px;
  width: 50%;
}
.memberList .memberInfo dl dt {
  display: flex;
  align-items: center;
  position: relative;
  height: 42px;
  margin-bottom: 22px;
  padding: 1px 10px 0 30px;
  background-color: #21AD77;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.memberList .memberInfo dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #FFF;
}
.memberList .memberInfo dl dd {
  padding: 0 0 0 30px;
  color: #21AD77;
  font-size: 1rem;
  font-weight: bold;
}
.memberList .memberText {
  padding: 30px 0 0 0;
  border-top: 1px solid #E0E0E0;
}
.memberList .memberText p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1;
}
.memberList .memberHead {
  position: relative;
  margin-bottom: 28px;
}
.memberList .memberYear {
  position: absolute;
  right: 0;
  bottom: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #21AD77;
  line-height: 1;
}
.memberList .memberHead h3 {
  position: relative;
  padding-bottom: 7px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.3;
}
.memberList .memberHead h3::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #21AD77;
}
.memberList .department {
  margin-bottom: 7px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.memberList .memberItem {
  margin-bottom: 130px;
}
.memberList .memberItem:nth-child(even) .memberThumb {
  order: 12;
}
.memberList .memberItem:nth-child(even) .memberThumb::after {
  left: -130px;
  right: inherit;
  background-image: url(/resonacapital/member/images/list_bg_02.svg);
}
.memberList .memberItem:nth-child(even) .memberBody {
  padding: 0 70px 0 0;
}
.memberList .memberItem:nth-child(even) .memberHead h3::after {
  left: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .memberlistWrap::after {
    top: -15px;
    left: 20px;
  }
  .memberList {
    margin-bottom: 180px;
  }
  .memberlistTitle span::after {
    top: 3px;
    right: -20px;
    width: 13px;
    height: 9px;
    background-image: url(/resonacapital/common/images/icon_head01_sp.png);
  }
  .memberlistTitle {
    margin-bottom: 62px;
    font-size: 1.25rem;
  }
  .memberList .memberThumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 147px;
  }
  .memberList .memberThumb::after {
    top: -30px;
    right: -95px;
    width: 168px;
    height: 98px;
  }
  .memberList .memberThumb figcaption {
    right: 6px;
    bottom: 6px;
  }
  .memberList .memberThumb figcaption img {
    width: auto;
    height: 10px;
  }
  .memberList .memberInner {
    position: relative;
  }
  .memberList .memberBody {
    padding-left: 0;
    width: 100%;
  }
  .memberList .memberTop {
    padding-left: 167px;
    padding-bottom: 25px;
    min-height: 258px;
  }
  .memberList .memberItem {
    margin-bottom: 100px;
  }
  .memberList .memberHead {
    margin-bottom: 16px;
  }
  .memberList .memberInfo {
    display: block;
    margin: 0;
  }
  .memberList .memberYear {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 7px;
    text-align: right;
    font-size: 0.625rem;
  }
  .memberList .memberInfo dl {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  .memberList .memberInfo dl dt {
    height: 30px;
    margin-bottom: 15px;
    padding: 1px 10px 0 25px;
    font-size: 0.75rem;
  }
  .memberList .memberInfo dl dt::before {
    width: 15px;
  }
  .memberList .memberInfo dl dd {
    padding: 0;
    font-size: 0.75rem;
  }
  .memberList .memberHead h3::after {
    left: -20px;
  }
  .memberList .memberText {
    margin-left: 20px;
    padding-top: 25px;
  }
  .memberList .memberText p {
    font-size: 0.75rem;
  }
  .memberList .department {
    font-size: 0.688rem;
  }
  .memberList .memberHead h3 {
    padding-bottom: 2px;
    font-size: 1.25rem;
  }
  .memberList .memberItem:nth-child(even) .memberBody {
    padding-right: 0;
  }
  .memberList .memberItem:nth-child(even) .memberTop {
    padding-left: 0;
    padding-right: 167px;
  }
  .memberList .memberItem:nth-child(even) .memberThumb {
    left: inherit;
    right: 0;
  }
  .memberList .memberItem:nth-child(even) .memberHead h3::after {
    right: -20px;
  }
}

/* ------------------------------------------------------------------
* VOICE
------------------------------------------------------------------ */
.voiceList {
  display: flex;
  flex-wrap: wrap;
  margin: 46px -23px 135px;
}
.voiceItem {
  margin-bottom: 46px;
  padding: 0 23px;
  width: 33.333%;
}
.voiceInner {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.voiceInner:hover {
  opacity: 0.7;
}
.voiceThumb img {
  display: block;
  width: 100%;
}
.voiceBody {
  padding: 24px 15px 62px;
  border: 1px solid #E2E0E0;
  border-top: none;
}
.voiceLink {
  position: absolute;
  right: 16px;
  bottom: 18px;
  line-height: 1.3;
}
.voiceLink span,
.voiceLink a {
  display: inline-block;
  padding: 0 22px 0 0;
  color: #21AD77;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
}
.voiceLink span::after,
.voiceLink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 3px;
  background: url(/resonacapital/voices/images/index_arrow.svg) no-repeat 0 0 / 100% 100%;
  transform: translateY(-50%);
}
.voiceBody h3 {
  margin-bottom: 20px;
  color: #21AD77;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.55;
}
.voiceText1 {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.voiceText2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.voiceYear {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.voiceInfo {
  color: #000;
}
@media (max-width: 767px) {
  .voiceList {
    display: block;
    margin: 0 0 128px;
  }
  .voiceItem {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .voiceBody {
    padding: 18px 20px 54px;
  }
  .voiceBody h3 {
    margin-bottom: 17px;
    font-size: 0.875rem;
  }
  .voiceText1 {
    margin-bottom: 2px;
    font-size: 0.813rem;
  }
  .voiceText2 {
    font-size: 0.75rem;
  }
  .voiceYear {
    font-size: 0.688rem;
  }
  .voiceLink {
    right: 20px;
  }
  .voiceLink span,
  .voiceLink a {
    padding-right: 20px;
    font-size: 0.813rem;
  }
  .voiceLink span::after,
  .voiceLink a::after {
    right: 0;
    width: 14px;
    height: 3px;
  }
}

/* modal */
.modalFlex {
  display: flex;
}
.modalThumb {
  width: 420px;
  order: 12;
}
.modalThumb img {
  display: block;
  width: 100%;
}
.modalInfo {
  padding: 30px 0 0 0;
  width: calc(100% - 420px);
}
.modalHead {
  margin-bottom: 40px;
  padding: 0 15px 7px 0;
  border-bottom: 1px solid #21AD77;
  line-height: 1.3;
}
.modalHeadText1 {
  margin-bottom: 18px;
  font-size: 1.625rem;
  font-weight: bold;
}
.modalHeadText2 {
  font-size: 0.938rem;
  font-weight: 500;
}
.modalTitle {
  padding-right: 15px;
  color: #21AD77;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
.modalText {
  margin-top: 30px;
}
.modalText p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1;
}
.modalContainer {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 70px;
  background-color: #FFF;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
}
button.mfp-close {
  display: none;
}
.modalDismiss {
  position: absolute;
  right: 0;
  top: -46px;
  width: 31px;
  height: 31px;
  background: url(/resonacapital/voices/images/index_img_close.png) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
}
.mfp-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .modalContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .voiceList {
    margin-left: -15px;
    margin-right: -15px;
  }
  .voiceItem {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .modalFlex {
    display: block;
  }
  .modalThumb {
    width: 100%;
  }
  .modalInfo {
    padding-top: 20px;
    width: 100%;
  }
  .modalHead {
    margin-bottom: 15px;
    padding: 0 0 10px;
  }
  .modalHeadText1 {
    margin-bottom: 5px;
    font-size: 0.938rem;
  }
  .modalHeadText2 {
    font-size: 0.75rem;
  }
  .modalTitle {
    padding: 0;
    font-size: 0.875rem;
  }
  .modalText {
    margin-top: 25px;
  }
  .modalContainer {
    margin-left: 14px;
    margin-right: 14px;
    padding: 35px 20px;
  }
  .modalText p {
    font-size: 0.875rem;
  }
}

/* Update 240910 */
.policyListNum.--num-text li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
