@charset "UTF-8";
main {
  font-size: 16px;
  overflow: hidden;
}
main *,
main *::before,
main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main a {
  color: #039;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main a:hover img {
  opacity: 0.6;
}
main img {
  max-width: 100%;
}

/* utility */
.u-color_em {
  color: #FF7300;
}

/* layout */
.l-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-section {
  padding: 78px 0;
  position: relative;
}

.section-title {
  font-size: 32px;
  margin-bottom: 68px;
  position: relative;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 14px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.section-title::before {
  background: #E7242E;
  margin-left: -14px;
}
.section-title::after {
  background: #0058A1;
}
.section-title_sub {
  border-bottom: 1px solid #0058A1;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.section-title_sub::before {
  background: #E7242E;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.section-btn {
  font-size: 18px;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .l-section {
    padding: 12.5333333333vw 2.9333333333vw;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 1.9em;
  }
  .section-title::before, .section-title::after {
    height: 3px;
    width: 13px;
    bottom: -16px;
  }
  .section-title::before {
    margin-left: -13px;
  }
  .section-title_sub {
    font-size: 22px;
    margin-top: 1.8em;
    margin-bottom: 0.9em;
    padding-bottom: 10px;
  }
  .section-title_sub::before {
    width: 60px;
  }
  .section-btn {
    font-size: 16px;
    margin-top: 25px;
  }
}
/* parts */
.p-link_btn, .p-link_arrow {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.p-link_btn {
  background: #FFF;
  border: 1px solid #039;
  border-radius: 6px;
  padding: 20px 55px 20px 40px;
  position: relative;
}
.p-link_btn::after {
  border-top: 2px solid #039;
  border-right: 2px solid #039;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-link_btn:hover, .p-link_btn.--blue {
  background: #039;
  color: #FFF;
  text-decoration: none;
}
.p-link_btn:hover::after, .p-link_btn.--blue::after {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
.p-link_btn.--blue:hover {
  opacity: 0.6;
}
.p-link_arrow {
  padding-left: 34px;
  position: relative;
}
.p-link_arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414' viewBox='0 0 6.121 9.414'%3E%3Cpath fill='%23039' d='M6.121 4.707 1.414 9.414 0 8l3.293-3.293L0 1.414 1.414 0Z'/%3E%3C/svg%3E");
  border: 1px solid #039;
  background-repeat: no-repeat;
  background-position: 56% 52%;
  background-size: 6.2px auto;
  border-radius: 24px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-link_arrow:hover {
  text-decoration: underline;
}
.p-link_arrow.--down::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.news-list {
  width: 100%;
}
.news-list .item-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  padding: 1em 0;
}
.news-list .item-news_date {
  margin-right: 1.875em;
  white-space: nowrap;
}
.news-list .item-news_title a {
  color: inherit;
  font-weight: normal;
}

.card-contents.--small {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
  gap: 28px;
}
.card-contents.--small .item-title {
  line-height: 1.5;
}
.card-contents.--small .item-thumb img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-link_btn, .p-link_arrow {
    font-size: 16px;
  }
  .p-link_btn {
    padding: 13px 40px 13px 20px;
  }
  .p-link_btn::after {
    border-top-width: 1px;
    border-right-width: 1px;
    right: 16px;
  }
  .p-link_arrow {
    padding-left: 30px;
  }
  .p-link_arrow::before {
    background-position: 56% 51%;
    border-radius: 20px;
    width: 20px;
    height: 20px;
  }
  .news-list .item-news {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 1em 0;
  }
  .news-list .item-news_date {
    margin-right: 1.875em;
  }
  .news-list .item-news_title {
    margin-top: 0.25em;
  }
  .news-list .item-news_title a {
    color: inherit;
    font-weight: normal;
  }
  .slick-list {
    margin: 0 -10px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .slick-dots {
    bottom: 0;
  }
  .slick-dots li {
    width: 8px;
  }
  .slick-dots li button::before {
    background: #DDD;
    border-radius: 8px;
    content: "";
    width: 8px;
    height: 8px;
  }
  .slick-dots li.slick-active button::before {
    background: #039;
  }
  .slick-slider.slick-dotted.slick-initialized {
    margin-right: -2.9333333333vw;
    margin-left: -2.9333333333vw;
    padding-bottom: 40px;
    position: relative;
  }
}
/* main visual */
.p-section-mv {
  padding: 0;
}
.p-section-mv .mv-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 505px;
}
.p-section-mv .mv-contents .item-mv_main {
  overflow: hidden;
}
.p-section-mv .mv-contents .item-mv_main {
  background: url(/developer/wp-content/themes/sbi/img/top/img_mv_main.jpg?20260129) no-repeat 50% 50%/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: clamp(1.4rem, 1.189rem + 0.563vw, 2rem);
  padding: 6.5em 3%;
  width: 100%;
}
.p-section-mv .mv-contents .item-mv_main .item-mv_text {
  color: #FFF;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.p-section-mv .mv-contents .item-mv_main .item-mv_title {
  font-size: 42px;
  font-size: clamp(2.1rem, 1.145rem + 2.545vw, 4.2rem);
  line-height: 1.5;
  text-shadow: 0 0 10px #039;
}
.p-section-mv .p-mvnav_list {
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto -20px;
  max-width: 1200px;
  position: relative;
  top: -58px;
}
.p-section-mv .p-mvnav_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-section-mv .p-mvnav_list li + li {
  border-left: 1px solid #EEE;
}
.p-section-mv .p-mvnav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.16%;
  padding: 9.6% 9%;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-section-mv .p-mvnav_link:hover {
  opacity: 0.6;
}
.p-section-mv .p-mvnav_icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22.85%;
  height: 0;
  padding-top: 22.85%;
  overflow: hidden;
}
.p-section-mv .p-mvnav_icon img {
  aspect-ratio: 1/1;
}
.p-section-mv .p-mvnav_icon.--loan {
  background-image: url(../img/top/icon_mvnav_loanfree.svg);
}
.p-section-mv .p-mvnav_icon.--company {
  background-image: url(../img/top/icon_mvnav_company.svg);
}
.p-section-mv .p-mvnav_icon.--access {
  background-image: url(../img/top/icon_mvnav_access.svg);
}
.p-section-mv .p-mvnav_icon.--guide {
  background-image: url(../img/top/icon_mvnav_guide.svg);
}
.p-section-mv .p-mvnav_label {
  color: #000;
  font-size: 21px;
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 2.1rem);
  display: block;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .p-section-mv {
    padding: 0;
  }
  .p-section-mv .mv-contents {
    display: block;
    height: 325px;
  }
  .p-section-mv .mv-contents .item-mv_main {
    display: block;
    padding: 4.25em 6.5%;
    height: 325px;
    width: 100%;
  }
  .p-section-mv .mv-contents .item-mv_main .item-mv_title {
    font-size: 21px;
  }
  .p-section-mv .p-mvnav_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    top: -65px;
    margin-bottom: -45px;
    max-width: 89.3333333333%;
  }
  .p-section-mv .p-mvnav_list li + li {
    border-left: none;
  }
  .p-section-mv .p-mvnav_list li:nth-child(2n) {
    border-left: 1px solid #EEE;
  }
  .p-section-mv .p-mvnav_list li:nth-child(n+3) {
    border-top: 1px solid #EEE;
  }
  .p-section-mv .p-mvnav_link {
    gap: 8px;
    padding: 14px 11px;
  }
  .p-section-mv .p-mvnav_icon {
    width: 26px;
    height: 26px;
    padding-top: 0;
  }
  .p-section-mv .p-mvnav_label {
    font-size: 14px;
  }
}
/* information */
.p-section-info {
  padding: 0;
}
.p-section-info .info-contents {
  background: #FFF0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 25px;
}
.p-section-info .info-contents_title {
  color: #FF0033;
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
  padding-left: 35px;
  position: relative;
  white-space: nowrap;
}
.p-section-info .info-contents_title::before {
  background: #FF0033;
  border-radius: 20px;
  content: "！";
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.p-section-info .info-contents .news-list .item-news {
  font-size: 15px;
  padding: 0.8em 0;
}
.p-section-info .info-contents .news-list .item-news:nth-child(n+2) {
  border-top: 1px solid #FFDCDC;
}

@media (max-width: 768px) {
  .p-section-info {
    padding: 0 5.3333333333vw;
  }
  .p-section-info .info-contents {
    border-radius: 6px;
    display: block;
    padding: 4.2666666667vw 4.2666666667vw 0;
    text-align: center;
  }
  .p-section-info .info-contents_title {
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 0;
  }
  .p-section-info .info-contents_title::before {
    left: -28px;
  }
  .p-section-info .info-contents .news-list {
    text-align: left;
  }
  .p-section-info .info-contents .news-list .item-news {
    padding: 1em 0;
  }
}
/* loan */
.p-section-loan .loan-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 39px;
}
.p-section-loan .loan-items .item {
  background: #F6F7F9;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-section-loan .loan-items .item-text {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-section-loan .loan-items .item-name {
  font-size: 22px;
  font-weight: bold;
}
.p-section-loan .loan-items .item-desc {
  line-height: 1.6;
  margin: 1.25em 0 1.5em;
}
.p-section-loan .loan-items .item-btn {
  margin: auto 0 0;
  text-align: center;
}
.p-section-loan .loan-items .item-btn .p-link_btn {
  width: 100%;
}
.p-section-loan .case-items {
  grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
}
.p-section-loan .case-items .item .item-thumb {
  position: relative;
}
.p-section-loan .case-items .item .item-thumb::after {
  background: #000;
  color: #FFF;
  font-size: 13px;
  padding: 7px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-section-loan .case-items .item .item-thumb:hover {
  opacity: 0.6;
}
.p-section-loan .case-items .item .item-thumb:hover img {
  opacity: 1;
}
.p-section-loan .case-items .item .item-text {
  margin-top: 0.95em;
}
.p-section-loan .case-items .item.--personal .item-thumb::after {
  content: "個人";
}
.p-section-loan .case-items .item.--business .item-thumb::after {
  content: "法人";
}
.p-section-loan .case-items .item.--realtor .item-thumb::after {
  content: "不動産事業者";
}

@media (max-width: 768px) {
  .p-section-loan .loan-items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .p-section-loan .loan-items .item-text {
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-section-loan .loan-items .item-name {
    font-size: 20px;
  }
  .p-section-loan .loan-items .item-desc {
    margin: 1em 0;
  }
  .p-section-loan .loan-items .item-btn {
    margin: 0 auto;
  }
  .p-section-loan .case-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
  }
}
/* media contents  */
.p-section-media {
  background: #E8F1F9;
  overflow: hidden;
}
.p-section-media::before {
  background: #DAE9F7;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.p-section-media .media-contents {
  background: #FFF;
  border-radius: 10px;
  padding: 60px 50px;
  position: relative;
  z-index: 1;
}
.p-section-media .media-contents:nth-child(n+2) {
  margin-top: 30px;
}
.p-section-media .media-contents_title {
  text-align: center;
}
.p-section-media .media-contents_lead {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1.9em;
  text-align: center;
}
.p-section-media .media-contents_btn {
  margin-top: 33px;
  text-align: center;
}
.p-section-media .media-contents_desc {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 2.1em;
  text-align: center;
}
.p-section-media .media-contents.--contents .media-contents_btn {
  margin-top: 50px;
}
.p-section-media .media-contents .media-items.--small {
  margin-top: 44px;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
}
.p-section-media .item-senior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
}
.p-section-media .item-senior_thumb, .p-section-media .item-senior_text {
  width: 50%;
}
.p-section-media .item-senior_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}
.p-section-media .item-senior_text {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: #F6F7F9;
  padding: 45px 50px;
}
.p-section-media .item-senior_title {
  font-size: 24px;
  line-height: 1.2;
}
.p-section-media .item-senior_desc {
  line-height: 1.7;
  margin-top: 1.25em;
}
.p-section-media .item-senior_btn {
  margin-top: 24px;
}
.p-section-media .item-media {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-section-media .item-media .item-thumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.p-section-media .item-media .item-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section-media .item-media .item-text {
  margin-top: 1em;
}
.p-section-media .item-media .item-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
}
.p-section-media .item-media .item-tag li {
  border: 1px solid #999;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
}

@media (max-width: 768px) {
  .p-section-media .media-contents {
    border-radius: 6px;
    padding: 9.3333333333vw 5.3333333333vw;
  }
  .p-section-media .media-contents:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-section-media .media-contents_title img {
    height: 40px;
  }
  .p-section-media .media-contents_lead {
    font-size: 16px;
    margin-top: 1.5em;
    text-align: left;
  }
  .p-section-media .media-contents_btn {
    margin-top: 20px;
  }
  .p-section-media .media-contents_desc {
    font-size: 20px;
    line-height: 1.5;
    margin: 1.5em 0.25em 0;
    text-align: left;
  }
  .p-section-media .media-contents.--contents .media-contents_btn {
    margin-top: 25px;
  }
  .p-section-media .media-contents .media-items.--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -2.9333333333vw;
    position: relative;
  }
  .p-section-media .media-contents .media-items.--small .slick-list {
    margin: 0 -10px;
  }
  .p-section-media .media-contents .media-items.--small .slick-slide {
    margin: 0 10px;
  }
  .p-section-media .item-senior {
    display: block;
    margin-top: 20px;
  }
  .p-section-media .item-senior_thumb, .p-section-media .item-senior_text {
    width: 100%;
  }
  .p-section-media .item-senior_text {
    padding: 20px 20px;
  }
  .p-section-media .item-senior_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-section-media .item-senior_desc {
    font-size: 15px;
    margin-top: 0.75em;
  }
  .p-section-media .item-senior_btn {
    margin: 16px auto 0;
    text-align: center;
  }
}
/* news */
.p-section-news {
  padding: 60px 0;
}
.p-section-news .l-inner {
  max-width: 1100px;
}
.p-section-news .section-title {
  margin-bottom: 46px;
}
.p-section-news .news-list .item-news {
  border-bottom: 1px solid #DDD;
}

@media (max-width: 768px) {
  .p-section-news {
    padding: 10.6666666667vw 6.6666666667vw;
  }
  .p-section-news .section-title {
    margin-bottom: 30px;
  }
}
/* company */
.p-section-company {
  background: url(/developer/wp-content/themes/sbi/img/top/bg_company_pc.jpg) no-repeat 50% 50%/cover;
  border-top: 1px solid #6486C6;
  border-bottom: 1px solid #6486C6;
  padding: 60px 0;
}
.p-section-company .l-inner {
  max-width: 740px;
}
.p-section-company .company-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section-company .company-contents_text {
  margin-left: 35px;
}
.p-section-company .company-contents_desc {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.p-section-company .company-contents_btn {
  margin-top: 23px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-section-company {
    background-image: url(/developer/wp-content/themes/sbi/img/top/bg_company_sp.jpg);
    padding: 8vw 6.6666666667vw;
  }
  .p-section-company .company-contents {
    display: block;
    text-align: center;
  }
  .p-section-company .company-contents_logo {
    max-width: 25%;
    margin: 0 auto;
  }
  .p-section-company .company-contents_text {
    margin: 20px 0;
  }
  .p-section-company .company-contents_desc {
    font-size: 16px;
  }
  .p-section-company .company-contents_btn {
    margin-top: 25px;
  }
}
/* recommend */
.p-section-recommend {
  background: #F6F7F9;
  padding: 60px 0;
}
.p-section-recommend .l-inner {
  max-width: 1100px;
}
.p-section-recommend .recommend-contents:nth-child(n+2) {
  border-top: 1px solid #DDDDDD;
  margin-top: 30px;
  padding-top: 30px;
}
.p-section-recommend .recommend-contents_title {
  font-size: 20px;
  font-weight: bold;
}
.p-section-recommend .recommend-items {
  display: grid;
  gap: 30px 70px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: 30px;
}
.p-section-recommend .recommend-item {
  text-align: center;
}
.p-section-recommend .recommend-item_caption {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .p-section-recommend {
    padding: 8vw 6.6666666667vw;
  }
  .p-section-recommend .recommend-contents:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 25px;
  }
  .p-section-recommend .recommend-contents_title {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .p-section-recommend .recommend-items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}