:root {
  --arrow_color: #C4B692;
}

#prime-page {
  background-color: #000018;
}

.img_holder {
  width: 100%;
  height: auto;
}

.underline {
  color: var(--arrow_color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 992px) {
  .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.img_holder_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.spaced_row.prime_main {
  overflow: visible;
  padding: 138px 20px 0;
}

.prime_subpage .page_banner {
  display: none;
}

.row section.common {
  padding-top: 100px;
}

.row section.common h3.section_title {
  color: #000;
  margin-bottom: 42px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-only-prime {
	display: block;
}

.sp_only {
  display: none !important;
}

.wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

/* bg */
.bg_grad_gold {
  position: relative;
}

.bg_grad_gold2 {
  position: relative;
}

section.bg_grad_bottom,
section.bg_grad_center,
section.bg_blue {
  position: relative;
}

.bg_kv {
  width: 100%;
  height: fit-content;
  background-image: url(../../images/prime/KV_PC.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 5px;
}

.bg_white {
  background-color: #fff;
}

section.bg_grad_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -75%;
  width: 250%;
  height: 100%;
  z-index: -10;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D2E4F8 100%) 0% 0% no-repeat padding-box;
}

section.bg_grad_center::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -75%;
  width: 250%;
  height: 95%;
  z-index: -10;
  transform: translateY(-50%);
  background: transparent linear-gradient(180deg, #FFFFFF 10%, #D2E4F8 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg_grad_gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: transparent linear-gradient(180deg, #C6BE95 0%, #B3A871 18%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: inherit;
}

.prime_customer.bg_grad_gold::after {
  height: 20%;
  background: transparent linear-gradient(180deg, #C6BE95 0%, #B3A871 2%, #000018 30%) 0% 0% no-repeat padding-box;
}

.prime_faq.bg_grad_gold::after {
  background: transparent linear-gradient(180deg, #C6BE95 0%, #B3A871 6%, #000000 40%) 0% 0% no-repeat padding-box;
}

.bg_grad_gold2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background-image: linear-gradient(90deg, rgba(61, 54, 39, 1), rgba(52, 45, 34, 1) 17%, rgba(6, 12, 33, 1) 50%);
  border-radius: inherit;
}

section.bg_blue::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -75%;
  width: 250%;
  height: 100%;
  z-index: -10;
  transform: translateY(-50%);
  background: #2D66BF;
}

section {
  width: 100%;
}

/*mainvisual*/
.prime_mv {
  width: 100%;
  height: auto;
}

.prime_mv .mv_inner {
  padding-top: 70px;
}

.prime_mv .mv_image img {
  width: 100%;
}

/* prime */
.prime_inner_wrapper {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.prime_title_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.prime_title_wrapper .title {
  width: 100%;
  height: auto;
  margin-top: 250px;
}

.prime_title_wrapper .title .img_holder {
  width: 45%;
  margin: 0 auto;
}

.prime_title_wrapper .title img {
  width: 100%;
  height: auto;
}

.prime_title_lead {
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 30px;
  margin-top: 32px;
}

/* company */
.company_wrapper {
  border-radius: 10px;
  width: 100%;
  height: 210px;
  margin: 75px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 61px;
}

.company_wrapper.company_wrapper_custom {
	height: 430px;
}

.company_wrapper .text_wrapper {
  width: 100%;
  line-height: 15.6px;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}

.company_wrapper .text_wrapper .text {
  width: fit-content;
  margin: 0 auto 35px;
  font-size: 24px;
}

.company_wrapper .text_wrapper .sub_text {
  width: fit-content;
  margin: 0 auto 38px;
  font-size: 14px;
}

.company_wrapper .logo_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.company_wrapper .logo_wrapper.logo_wrapper_custom {
	justify-content: center;
	gap: 35px 10.5%;
}

.company_wrapper .logo {
  width: 12%;
  height: auto;
  min-width: 50px;
}

.company_wrapper .logo img {
  width: 100%;
  height: auto;
}

.company_wrapper #dnp-logo {
  width: 11%;
}

.company_wrapper #tohokuShinsya-logo {
  width: 14%;
}

.company_wrapper #jazzFilm-logo {
  width: 14%;
}

.company_wrapper #gensokishiOnline-logo {
  width: 17%;
}

.company_wrapper #rp-remixPoint-logo {
  width: 24%;
}

.company_wrapper #libWork-logo {
  width: 16.5%;
}

.company_wrapper #convano-logo {
  width: 17%;
  position: relative;
  top: -15px;
}

.company_wrapper #Def_consulting-logo {
  width: 21.5%;
}

.company_wrapper #KITABO-logo {
  width: 17%;
}

.company_wrapper #TORICO-logo {
  width: 17%;
}

/* banner_lp */
.banner_lp_wrapper {
	width: 100%;
  	height: auto;
	margin-top: 51px;
}

.banner_lp_wrapper .text {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #FDFDFD;
	text-align: center;
}

.banner_lp_wrapper img {
	width: 100%;
}

/* services */
.services_wrapper {
  width: 100%;
  height: auto;
}

.services_wrapper .text_wrapper {
  width: 100%;
  margin-top: 80px;
}

.services_wrapper .text_wrapper .text {
  margin: 0 auto;
  width: fit-content;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #FDFDFD;
  text-align: center;
}

.services_wrapper .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 45px;
  padding-bottom: 80px;
  gap: 20px;
  margin: 0 auto;
}

.services_wrapper .services .service {
  position: relative;
  width: 320px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
}

.services_wrapper .services .service::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  border-radius: inherit;
}

.service .upper,
.service .lower {
  width: 100%;
  height: fit-content;
  opacity: 1;
}

.upper .label_wrapper {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.upper .label {
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: flex-start;
}

.label .left,
.label .right {
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label .left .icon {
  width: 72px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label .left .icon img {
  width: 100%;
  height: auto;
}

.label .right .text_wrappe {
  width: fit-content;
  height: auto;
  margin-left: 15px;
}

.label .right .text {
  width: fit-content;
  height: auto;
  text-align: start;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FDFDFD;
}

.lower .detail {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.lower .detail ul {
  list-style: none;
}

.lower .detail ul li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FDFDFD;
  text-align: start;
  margin-bottom: 0px;
}

/* customer */
.customer {
  padding-top: 75px;
}

.prime_customer {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.prime_customer .section_title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FDFDFD;
  margin-bottom: 10px;
}

.customer_list {
  display: flex;
  gap: 20px;
  text-align: center;
  font-size: 16px;
  color: #FDFDFD;
}

.customer_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 320px;
  height: auto;
  min-height: 175px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.customer_list li .text {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 14px;
}

.customer_list li .text span {
  font-family: sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 3px;
}

.customer_list li .sub_text {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 0;
}

.company_wrapper #sbimp-logo {
  width: 17%;
}

.company_wrapper #wealthadvisor-logo {
  width: 20%;
}

#sbi-group {
  margin-top: 40px;
}

.prime_banners {
  width: 100%;
  margin-top: 80px;
}

.prime_banners .banner {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
}

.prime_banners #banner01 {
	height: 380px;
}

.prime_banners #banner03 {
  height: 250px;
}

.prime_banners .banner:not(:last-of-type) {
  margin: 0 auto 40px !important;
}

.prime_banners .banner:last-of-type {
  margin: 0 auto 100px !important;
}

.prime_banners #banner01::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/prime/bannerA.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: inherit;
  z-index: -9;
}

.prime_banners #banner02::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/prime/bannerB.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: inherit;
  z-index: -9;
}

.prime_banners #banner03::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/prime/bannerC.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: inherit;
  z-index: -9;
}

.banner_inner_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.banner_inner_wrapper .left {
  width: 100%;
  height: 100%;
}

.banner_inner_wrapper .right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.prime_banners .banner .content_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  color: #FDFDFD;
  text-align: left;
  letter-spacing: 0px;
}

.prime_banners .banner .content_wrapper .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: fit-content;
}

.prime_banners .banner h4 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
}

.prime_banners #banner01 .content_top {
  margin-bottom: 10px;
}

.prime_banners #banner01 .content_middle {
  margin-bottom: 20px;
}

.prime_banners #banner01 .content_middle p {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.prime_banners #banner01 .content_middle span{
  font-size: 28px;
  padding: 0 10px;
}

.prime_banners #banner01 .content_bottom {
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.prime_banners #banner01 .content_bottom .content_bottom_wrapper {
  display: flex;
}

.prime_banners #banner01 .content_bottom .text {
  min-width: 200px;
  line-height: 24px;
  letter-spacing: 0px;
}

.prime_banners #banner01 .content_bottom .text span{
  font-size: 24px;
  font-weight: bold;
  padding: 0 5px;
}

.prime_banners #banner01 .content_bottom .content:first-of-type {
  margin-right: 20px;
  flex-direction: column;
}

.prime_banners #banner01 .content_bottom .content .text:first-of-type {
  position: relative;
  left: -5px;
}

.prime_banners #banner02 .content_top {
  margin-bottom: 22px;
}

.prime_banners #banner02 .content_middle {
  margin-bottom: 29px;
}

.prime_banners #banner02 .content_top .label {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 0 5px;
  margin-right: 25px;
}

.prime_banners #banner02 .content_top .label .text p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  width: fit-content;
  height: auto;
}

.prime_banners #banner02 .content_top h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}

.prime_banners #banner02 .content_middle p {
  font-size: 16px;
  line-height: 26px;
}

.prime_banners #banner02 .content_bottom {
  position: relative;
}

.prime_banners #banner02 .content_bottom .content {
  flex-direction: column;
  align-items: flex-start;
}

.prime_banners #banner02 .content_bottom::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border: 1px solid #FDFDFD;
  display: block;
}

.prime_banners #banner02 .content_wrapper .content.banner_button_holder {
  align-items: flex-end;
}

.prime_banners #banner02 .content_bottom .content {
  margin-left: 15px;
}

.prime_banners #banner02 .content_bottom .content .text p {
  font-size: 18px;
  line-height: 26px;
}

.prime_banners #banner02 .content_bottom .content .detail {
  width: 550px;
}

.prime_banners #banner02 .content_bottom .content .detail p {
  font-size: 13px;
  line-height: 26px;
  color: #C4B692;
  letter-spacing: -1.3px;
}

.prime_banners #banner03 .content_top {
  margin-bottom: 22px;
}

.prime_banners #banner03 .content_middle {
  margin-bottom: 29px;
}

.prime_banners #banner03 .content_top .label {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 0 5px;
  margin-right: 25px;
}

.prime_banners #banner03 .content_top .label .text p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  width: fit-content;
  height: auto;
}

.prime_banners #banner03 .content_top h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}

.prime_banners #banner03 .content_middle p {
  font-size: 16px;
  line-height: 26px;
}

.prime_banners #banner03 .content_wrapper .content.banner_button_holder {
  align-items: flex-end;
}

.prime_banners .banner p {
  margin: 0;
}

.prime_banners .content .img_holder {
  width: auto;
  height: 80px;
}

.prime_banners .content .img_holder img {
  width: auto;
  height: 100%;
}

.prime_banners .banner .content_wrapper .content.banner_button_holder {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.prime_banners .prime_banner_button {
  width: 185px;
  height: 35px;
  background: #1550AC;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prime_banners .prime_banner_button a {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FDFDFD;
}

/* services */
.services_img img {
  width: 100%;
}

.services_list {
  margin-top: 80px;
}

.services_list > li {
  display: flex;
  border-radius: 10px;
  padding: 40px;
  color: #FDFDFD;
  border: 1px solid #52526A;
}

.services_list > li:not(:last-of-type) {
  margin-bottom: 30px;
}

.services_content {
  width: fit-content;
  height: 100%;
  padding-left: 20px;
}

.services_content_wrapper02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.services_content_item_half {
  width: 50%;
}

.services_content_item_third {
  width: calc(100% / 3);
}

.services_content .services_content_item.services_content_item_half:not(:last-of-type) {
  margin-bottom: 0px !important;
}

.services_content .services_content_item:not(:last-of-type) {
  margin-bottom: 25px;
}

.services_content_item .title {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  padding: 0 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.services_content_item .title_custom01 {
  background: transparent linear-gradient(90deg, #AA9561 0%, #987F40 100%) 0% 0% no-repeat padding-box;
}

.services_content_item .title_custom02 {
  border: 1px solid #52526A;
  font-size: 16px;
}

.services_content_item .title_custom02::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #987F40;
  margin-right: 10px;
}

.services_content_item .title_custom01 h5 {
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 20px;
}

.services_content_item .title_custom02 h5 {
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 16px;
}

.services_content_item p {
  color: #CCC;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  margin: 13px;
}

/* link_icon */
.services_link {
  display: flex;
  align-items: center;
}

.services_link .link_icon {
  display: grid;
  place-items: center flex-start;
  width: 20px;
  height: 30px;
}

.services_link .link_icon .arrow {
  position: relative;
  background-color: var(--arrow_color);
  width: 12px;
  height: 1px;
}
.services_link .link_icon .arrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -1px;
  width: 7px;
  height: 1px;
  background-color: var(--arrow_color);
  transform: rotate(-45deg);
}
.services_link .link_icon .arrow::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  width: 7px;
  height: 1px;
  background-color: var(--arrow_color);
  transform: rotate(45deg);
}

.services_link .link_text {
  color: var(--arrow_color);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

/* faq_botton */
.prime_faq_button_wrapper {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.prime_faq_button {
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
}

.prime_faq_button a {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 100px;
  margin: 0 auto;
  background: #1550AC 0% 0% no-repeat padding-box;
  color: #FDFDFD;
}

/* services_icon */
.services_icon {
  display: flex;
  width: fit-content;
  height: 100%;
  align-items: center;
}

.services_icon_img {
  width: 60px;
  height: 60px;
}

.services_icon_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pic .services_icon_img img {
  width: 30px;
}

.services_icon .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.services_icon .text p {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  width: 160px;
  height: auto;
  text-align: left;
  margin: 0;
}

.information_list {
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.33px;
  padding-left: 7px;
}

.information_list li {
  padding-left: 8px;
}

.information_list li:not(:last-of-type) {
  margin-bottom: 15px;
}


.information_list li a {
  position: relative;
  color: #002DFD;
}

.information_list li a::before {
  content: "＞";
  position: absolute;
  left: -15px;
}

/* faq */
.prime_faq {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.prime_faq .section_title {
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 45px;
}

.prime_faq .section_title h3 {
  width: fit-content;
  color: #FDFDFD;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0 auto;
}

.prime_faq section.common h3.section_title::after {
  background-color: #fff;
}

.faq_outer {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 105px;
  flex-wrap: wrap;
}

.faq_private,
.faq_corporation {
  position: relative;
  border:  1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 1100px) {
  .faq_private,
  .faq_corporation {
    width: 100% !important;
  }
}

.faq_private::after,
.faq_corporation::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -9;
  background: transparent linear-gradient(90deg, #D4CEAF 0%, #B3A871 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
}

.faq_private {
  width: 400px;
  height: auto;
}

.faq_corporation {
  width: 560px;
  height: auto;
}

.faq_title {
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.faq_title h5 {
  color: #FDFDFD;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
}

.faq_content {
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.faq_icon {
  margin-right: 20px;
}

.faq_icon_img {
  width: 60px;
  height: 60px;
}

.faq_icon .faq_icon_img img {
  width: 100%;
  height: auto;
}

.faq_content ul {
  list-style: none !important;
}

.faq_list {
  width: 100%;
  height: auto;
}

.faq_list li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FDFDFD;
  width: 100%;
  margin-bottom: 22px;
  padding-left: 20px;
}

.faq_list li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #987F40;
}

.faq_list li:first-of-type a {
  border-radius: 20px 0 0 20px;
}

.faq_list li:last-of-type a {
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 992px) {

  .bg_kv {
    background-image: url(../../images/prime/KV_SP.png);
  }

  .row.spaced_row.prime_main {
    padding: 64px 10px 0;
  }

  .row section.common {
    padding-top: 50px;
  }

  .pc-only-prime {
	display: none !important;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .prime_inner_wrapper {
    width: 95%;
    height: fit-content;
    margin: 0 auto;
  }

  /* bg */
  section.bg_grad_bottom::after {
    background: transparent linear-gradient(180deg, #FFFFFF 30%, #D2E4F8 100%) 0% 0% no-repeat padding-box;
  }

  section.bg_grad_center::after {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #D2E4F8 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }

  .prime_customer.bg_grad_gold::after {
    background: transparent linear-gradient(180deg, #C6BE95 0%, #B3A871 2%, #000000 25%) 0% 0% no-repeat padding-box;
  }

  /* prime */
  .prime_title_wrapper .title {
    margin-top: 90px;
  }

  .prime_title_wrapper .title .img_holder {
    width: 85%;
  }

  .prime_title_lead {
    font-size: 16px;
  }

  /* company */
  #sbi-group {
    margin-top: 30px;
    min-height: 225px;
  }

  .company_wrapper .text_wrapper .text {
    font-size: 18px;
    line-height: 15px;
  }

  .company_wrapper .text_wrapper .sub_text {
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto 22px;
  }

  .company_wrapper {
    padding: 27px 9% 34px 9%;
    height: auto;
    min-height: 170px;
    margin: 30px auto 0;
  }

  .company_wrapper.company_wrapper_custom {
	  height: auto;
  }

  .company_wrapper .logo_wrapper {
    justify-content: center;
    gap: 15px 35px;
  }

  .company_wrapper .logo_wrapper.logo_wrapper_custom {
    gap: 35px 9%;
  }

  .company_wrapper #tohokuShinsya-logo {
    width: 25%;
  }

  .company_wrapper #jazzFilm-logo {
    width: 25%;
  }

  .company_wrapper #gensokishiOnline-logo {
    width: 27%;
  }

  .company_wrapper #rp-remixPoint-logo {
	  width: 33%;
  }

  .company_wrapper #libWork-logo {
	  width: 24%;
  }

  .company_wrapper #convano-logo {
    width: 34%;
    position: relative;
    top: -7px;
  }

  .company_wrapper #Def_consulting-logo {
    width: 41%;
  }

  .company_wrapper #KITABO-logo {
    width: 27%;
  }

  .company_wrapper #TORICO-logo {
    width: 27%;
    transform: translateY(3px);
  }

  .banner_lp_wrapper {
    margin-top: 34px;
  }

  .banner_lp_wrapper .text {
    font-size: 14px;
  }

  #sbi-group .logo {
    width: 33%;
  }

  .prime_sbi_group {
    padding: 0 10px;
  }

  .company_wrapper #sbimp-logo {
    width: 45%;
  }

  .company_wrapper #wealthadvisor-logo {
    width: 52%;
  }

  /* customer */
  .customer {
    padding: 38px 10px 0px;
  }

  .customer_list {
    flex-direction: column;
    gap: 0;
  }

  .customer_list li {
    width: 100%;
    flex-direction: row;
    min-height: 75px;
    justify-content: flex-start;
    padding: 19px 14px;
  }
  .customer_list li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .customer_list li:last-of-type {
    justify-content: center;
  }

  .prime_banners .banner {
    max-width: 315px;
    height: 325px;
    padding: 15px;
  }

  .prime_banners #banner03 {
    height: 230px;
  }

  .prime_banners .banner:not(:last-of-type) {
    margin: 0 auto 10px !important;
  }

  .prime_banners .banner:last-of-type {
    margin: 0 auto 50px !important;
  }

  .prime_banners #banner01::after {
    background-image: url(../../images/prime/bannerA_sp.png);
    background-position: bottom left;
  }

  .prime_banners #banner02::after {
    background-image: url(../../images/prime/bannerB_sp.png);
    background-position: bottom left;
  }

  .prime_banners #banner03::after {
    background-image: url(../../images/prime/bannerC_sp.png);
    background-position: bottom left;
  }

  .prime_banners #banner01 .content_top {
    margin-bottom: 0px;
  }

  .prime_banners #banner01 .content_middle {
    margin-bottom: 7px;
  }

  .prime_banners .banner .content_wrapper {
    flex-wrap: wrap;
  }

  .prime_banners .banner h4 {
    font-size: 25px;
    line-height: 50px;
  }

  .prime_banners #banner01 {
	height: 425px;
  }

  .prime_banners #banner01 .content_middle p {
    font-size: 16px;
    line-height: 23px;
  }

  .prime_banners #banner01 .content_middle span {
    font-size: 22px;
    line-height: 30px;
  }

  .prime_banners #banner01 .content_bottom .content_bottom_wrapper {
	flex-direction: column;
  }

  .prime_banners #banner01 .content_bottom {
	flex-wrap: nowrap;
  }

  .prime_banners #banner01 .content_bottom .content:first-of-type {
	align-items: flex-start;
	margin-right: 0px;
  }

  .prime_banners #banner01 .content_bottom .text {
    font-size: 11px;
    line-height: 17px;
    width: 190px;
    min-width: initial;
	white-space: nowrap;
  }

  .prime_banners #banner01 .content_bottom .text span {
    font-size: 16px;
    line-height: 20px;
  }

  .prime_banners #banner01 .content_bottom .content .text:first-of-type {
	left: -5px;
	font-size: 16px;
  }

  .prime_banners .content .img_holder {
    height: 53px;
	margin-top: -5px;
  }

  .prime_customer .section_title {
    font-size: 16px;
  }

  .prime_banners .banner .content_wrapper .content.banner_button_holder {
    margin-top: 70px;
  }

  .prime_banners #banner02 .content_top .label {
    width: 52px;
    height: 52px;
    margin-right: 10px;
  }

  .prime_banners #banner02 .content_top .label .text p {
    font-size: 10px;
    line-height: 30px;
  }

  .prime_banners #banner02 .content_top h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .prime_banners #banner02 .content_middle p {
    font-size: 10px;
    line-height: 16px;
  }

  .prime_banners #banner02 .content_bottom .content .text p {
    font-size: 13px;
    line-height: 26px;
  }

  .prime_banners #banner02 .content_bottom .content .detail p {
    font-size: 10px;
    line-height: 16px;
  }

  .prime_banners #banner02 .content_bottom .content .detail {
    width: 100%;
  }

  .prime_banners #banner02 .content_bottom::before {
    top: 8px;
  }

  .banner_inner_wrapper {
    flex-direction: column;
  }

  .prime_banners #banner03 .content_top .label {
    width: 52px;
    height: 52px;
    margin-right: 10px;
  }

  .prime_banners #banner03 .content_top .label .text p {
    font-size: 10px;
    line-height: 30px;
  }

  .prime_banners #banner03 .content_top h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .prime_banners #banner03 .content_middle p {
    font-size: 10px;
    line-height: 16px;
  }

  .prime_banners .prime_banner_button {
    width: 93px;
    height: 24px;
  }

  .prime_banners .prime_banner_button a {
    font-size: 12px;
    line-height: 25px;
  }

  .customer_list li .text span {
    font-size: 31px;
  }

  .customer_list li .text {
    width: 50%;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 9px;
  }

  .customer_list li .sub_text {
    width: 50%;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  /* services */
  .services_wrapper .text_wrapper {
    margin-top: 30px;
  }

  .services_wrapper .text_wrapper .text {
    font-size: 20px;
  }

  .services_img {
    margin: 0 -10px;
  }

  .services_list > li {
    margin-left: 0;
    padding: 15px;
    flex-wrap: wrap;
  }

  .services_list > li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .services_content {
    padding-left: 0px;
  }

  .services_content_item .title_custom01 h5 {
    font-size: 14px;
  }

  .services_content_item .title_custom02 h5 {
    font-size: 12px;
  }

  .services_content_item .title_custom02::before {
    width: 6px;
    height: 6px;
  }

  .services_content_item p {
    font-size: 12px;
    line-height: 19px;
    margin: 0px;
  }

  .services_wrapper .services {
    grid-template-columns: 1fr;
    padding-top: 15px;
    width: fit-content;
  }

  .services_icon .text p {
    font-size: 16px;
  }

  .services_content_item .title {
    height: 30px;
    margin-bottom: 5px;
  }

  .services_content .services_content_item:last-of-type {
    margin-bottom: 30px;
  }

  .services_content_wrapper02 {
    flex-direction: column;
  }

  .services_content_wrapper02.services_content_wrapper02_custom {
    gap: 0px;
  }

  .services_content_item_half {
    width: 100%;
  }

  .services_link .link_text {
    font-size: 12px;
    line-height: 20px;
  }

  .services_link .link_icon .arrow {
    width: 10px;
  }

  .services_link .link_icon .arrow::before {
    top: 1px;
    width: 5px;
  }

  .services_link .link_icon .arrow::after {
    top: -1px;
    width: 5px;
  }

  .services_link .link_icon {
    width: 15px;
  }

  .services_content_item_third {
    width: 100%;
    margin-bottom: 0px;
  }

  .services_content_item_third:last-of-type {
    margin-bottom: 15px;
  }

  .services_wrapper .services .service {
    height: auto;
    padding: 15px;
  }

  .upper .label_wrapper {
    height: 42px;
    align-items: flex-start;
  }

  .lower .detail ul li {
    font-size: 12px;
  }

  .label .left .icon {
    width: 43px;
    height: 43px;
  }

  .label .right .text {
    font-size: 16px;
  }

  /* faq */
  .prime_faq {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .faq_outer {
    padding: 20px;
  }

  .faq_content {
    flex-direction: column;
    margin-top: 18px;
  }

  .faq_private,
  .faq_corporation {
    padding: 15px 15px 8px 15px;
  }

  .faq_title h5 {
    font-size: 14px;
  }

  .faq_icon {
    margin-right: 15px;
  }

  .faq_icon_img {
    width: 43px;
    height: 43px;
  }

  .faq_list {
    flex-direction: column;
    height: auto;
    margin-top: 0px;
  }

  .faq_list li {
    font-size: 12px;
    line-height: 21px;
    width: 100%;
    margin-bottom: 12px;
  }

  .faq_list li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }

  .faq_list li:first-of-type a {
    border-radius: 20px 20px 0 0 ;
  }

  .faq_list li:last-of-type a {
    border-radius: 0 0 20px 20px;
  }

  .prime_faq .section_title {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .prime_faq .section_title h3 {
    font-size: 20px;
    line-height: 40px;
  }

}

@media screen and (max-width: 992px) {
  /* faq_botton */
  .prime_faq_button {
    padding: 30px 0 50px;
  }

  .prime_faq_button_wrapper {
    padding: 20px 0;
  }

  /* services_icon */
  .services_icon {
    margin-bottom: 20px;
  }

  .services_icon_img {
    width: 43px;
    height: 43px;
  }
}
