@charset "UTF-8";
/* 仮審査ページ */
.c-label-add1-agree .check-box {
  display: none;
}
.c-label-add1-agree label {
  position: relative;
  padding-left: 2.4em;
  font-size: clamp(1.2rem, 1rem + 1vw, 2.4rem);
  color: #999;
}
.c-label-add1-agree label:before, .c-label-add1-agree label:after {
  content: "";
  position: absolute;
  display: block;
}
.c-label-add1-agree label:before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.8em;
  height: 1.8em;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.c-label-add1-agree label:after {
  top: 0.05em;
  left: 0.65em;
  width: 0.55em;
  height: 1em;
  border-bottom: 0.2em solid #ccc;
  border-right: 0.2em solid #ccc;
  transform: rotate(45deg);
}
.c-label-add1-agree label:has(.check-box:not([disabled=disabled])) {
  color: inherit;
  cursor: pointer;
}
.c-label-add1-agree:has(.check-box:checked) label:after {
  border-color: #ff6633;
}
.c-label-add1-agree:has(.check-box:checked) + a.c-button {
  pointer-events: all;
  opacity: 1;
}
.c-label-add1-agree + a.c-button {
  pointer-events: none;
  opacity: 0.5;
  margin: 20px auto 0;
}

.c-agreement-add1 {
  height: 300px;
  overflow: auto;
  margin: 30px 0px 20px 0px;
  line-height: 1.7;
  border-radius: 10px;
}
.c-agreement-add1 .c-box__inner {
  padding: min(3vw, 30px);
}
.c-agreement-add1 .c-box__title {
  color: #ff6633;
}
.c-agreement-add1 .c-box__title:not(:first-child) {
  margin-top: 30px;
}
.c-agreement-add1 .c-list {
  margin-block: 30px;
}
.c-agreement-add1 .c-list li:nth-child(n+2) {
  margin-top: 10px;
}
.c-agreement-add1 .c-table-03 thead th:first-child::after, .c-agreement-add1 .c-table-03 thead th:first-child::before {
  content: none;
}
.c-agreement-add1 .c-table-03 :where(th, td) {
  padding: 10px;
}

@-moz-document url-prefix() {
  .c-agreement-add1,
  .c-list-add1--scroll {
    scrollbar-width: thin;
    scrollbar-color: #ffb299 rgba(255, 178, 153, 0.2);
  }
}
/*スクロールバーの横幅指定*/
.c-agreement-add1::-webkit-scrollbar {
  width: 10px;
  height: 30px;
}

.c-list-add1--scroll::-webkit-scrollbar {
  width: 30px;
  height: 10px;
}

/*スクロールバーの背景色・角丸指定（しんきんリースも）*/
.c-agreement-add1::-webkit-scrollbar-track,
.c-list-add1--scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 178, 153, 0.2);
}

/*スクロールバーの色・角丸指定（しんきんリースも）*/
.c-agreement-add1::-webkit-scrollbar-thumb,
.c-list-add1--scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ffb299;
}

/* 商品概要の中のsmallテーブル */
.c-table-03 > tbody .c-table-add1--small thead th {
  background-color: rgba(255, 102, 51, 0.1);
  vertical-align: middle;
}
.c-table-03 > tbody .c-table-add1--small tbody tr:first-child :where(th, td) {
  border-top: none;
}
.c-table-03 > tbody .c-table-add1--small :where(th, td) {
  width: auto;
  background: unset;
  padding: 10px 5px;
  font-size: clamp(1.2rem, 1.077rem + 0.54vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .c-table-03 > tbody .c-table-add1--small :where(th, td) {
    display: table-cell;
    width: auto;
  }
}

.c-table-add1--sp tbody tr > :is(td, th) {
  width: unset;
  display: table-cell;
  padding: 4.5vw;
}
.c-table-add1--sp tbody th {
  word-break: keep-all;
  border-bottom: 0.2666666667vw solid #fff;
}

/*-- はじめての方 --*/
.c-open-add1 {
  position: relative;
}
.c-open-add1 .c-open-add1-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .c-open-add1 .c-open-add1-text {
    margin-inline: auto;
    top: 5%;
    transform: translateX(-50%);
    left: 50%;
    width: max-content;
  }
}

.c-feature__links.u-width-add1-fit > * {
  margin-inline: unset;
}

.c-card--circle-img-01 {
  display: grid;
}
.c-card--circle-img-01 .c-card__item {
  display: flex;
  flex-direction: column;
}
.c-card--circle-img-01 .c-card__item .c-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card--circle-img-01 .c-card__item .c-card__body .c-card__text {
  flex-grow: 1;
}

/*-- 年間相談会 --*/
.c-card-add1-consult .c-card__inner > *:nth-last-child(n+2) {
  margin-bottom: min(1.0416666667vw, 15px);
}
.c-card-add1-consult .c-card-add1__time {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-block: 3px;
}
@media screen and (max-width: 767px) {
  .c-box-add1-nenkin {
    flex-wrap: wrap;
  }
  .c-box-add1-nenkin > * {
    width: 100%;
  }
}

/*-- ビジネスサポート系 --*/
.c-card-add1--arrow .c-card__link:has(.c-card__img) {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-card-add1--arrow .c-card__link:has(.c-card__img)::before {
  content: none;
}
.c-card-add1--arrow .c-card__body {
  padding: 0 min(12vw, 56px) min(8vw, 20px) min(8vw, 30px);
  flex-grow: 1;
}
.c-card-add1--arrow .c-card__body .c-card__text {
  font-weight: 400;
}
.c-card-add1--arrow .c-card__text--arrow-01::before {
  right: min(3vw, 1em);
}

/* 事例紹介 */
.c-cards-add1--case .c-card__title {
  font-size: min(1.5277777778vw, 22px);
}
@media screen and (max-width: 767px) {
  .c-cards-add1--case .c-card__title {
    font-size: 5.8666666667vw;
  }
}
.c-cards-add1--case .c-title.c-title--color-01 {
  border-top: 1px solid #ccc;
  padding-top: min(1.0416666667vw, 15px);
  margin-top: min(1.0416666667vw, 15px);
}
.c-cards-add1--case .c-label-add1 {
  font-size: min(0.9722222222vw, 14px);
  font-weight: 700;
  display: inline-block;
  margin: 10px auto min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-cards-add1--case .c-label-add1 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cards-add1--case .c-card:first-child {
    order: 2;
  }
}

.c-boxes-add1--vox .c-box__inner--bg-color-01 {
  background-color: rgba(20, 165, 155, 0.1);
}

.c-cards-add1--support .c-card {
  padding: 0;
  display: block;
  overflow: hidden;
  background-color: #f7f6f5;
  border-radius: min(0.6944444444vw, 10px);
  border-radius: min(0.6944444444vw, 10px);
  gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .c-cards-add1--support .c-card {
    border-radius: 1.3888888889vw;
  }
}
.c-cards-add1--support .c-card__img {
  display: inherit;
}
.c-cards-add1--support .c-card__body {
  padding: min(4.1666666667vw, 20px);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: min(4.1666666667vw, 10px);
}
.c-cards-add1--support .c-card__title {
  font-size: min(1.5277777778vw, 22px);
  color: #0d746d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cards-add1--support .c-card__title {
    font-size: 4.8vw;
  }
}

/*-- 事業者ローン系 --*/
.c-cards-add1-nolink .c-card--border-02 [class*=c-card__link]:not([href])::before {
  content: none;
}
.c-cards-add1-nolink .c-card--border-02 [class*=c-card__link]:not([href]) {
  padding-right: min(1.9444444444vw, 28px);
}
@media screen and (max-width: 767px) {
  .c-cards-add1-nolink .c-card--border-02 [class*=c-card__link]:not([href]) {
    padding: min(4.1666666667vw, 30px);
  }
}
.c-cards-add1-nolink .c-card--border-02 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.c-cards-add1-nolink .c-card--border-02 .c-card__inner,
.c-cards-add1-nolink .c-card--border-02 .c-card__link {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
.c-cards-add1-nolink .c-card--border-02 .c-card__title .u-fw--bold {
  font-weight: 700;
}
.c-cards-add1-nolink .c-card--border-02 .c-card__detail-text {
  width: min(100% - min(6.9444444444vw, 100px));
  justify-content: left;
  grid-template-columns: 1fr;
  display: grid;
}
@media screen and (max-width: 767px) {
  .c-cards-add1-nolink .c-card--border-02 .c-card__detail-text {
    width: calc(100% - (5.5em + 5px));
  }
}
@media screen and (max-width: 767px) {
  .c-cards-add1-nolink .c-card--border-02 .c-card__detail {
    display: flex;
    gap: 5px;
    padding: 10px;
  }
  .c-cards-add1-nolink .c-card--border-02 .c-card__detail-item {
    gap: 5px;
  }
  .c-cards-add1-nolink .c-card--border-02 .c-card__detail-title {
    width: 5.5em;
  }
}

/*-- しんきんリース --*/
.c-list-add1--scroll {
  overflow-x: scroll;
  padding-bottom: 15px;
}
.c-list-add1--scroll .c-list {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.c-list-add1--scroll .c-list > li {
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
}
.c-list-add1--scroll .c-list > li:not(:last-child) {
  border-right: 1px solid #ccc;
  padding-right: min(1.3888888889vw, 20px);
}
.c-list-add1--scroll .c-list > li .c-label-add1 {
  border: 1px solid #ff6633;
  border-radius: 3px;
  padding-inline: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-list-add1--scroll.is-scrollable.is-dimmed li {
    opacity: 0.7;
  }
}

/*-- 「諏訪信について」系 --*/
.c-cards-add1--ordinal .c-card {
  padding: min(3.4722222222vw, 20px);
  display: grid;
}
.c-cards-add1--ordinal .c-card:has(.c-card-add1__body) {
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: min(3.4722222222vw, 20px);
}
.c-cards-add1--ordinal .c-card-add1__head {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-cards-add1--ordinal .c-card-add1__head .c-card-add1__no {
  border-right: 1px solid #ccc;
  text-align: center;
  width: 3em;
  line-height: 0;
  padding: 1em 1em 1em 0.5em;
}
.c-cards-add1--ordinal .c-card-add1__head .c-card__title {
  margin-bottom: 0;
  width: calc(100% - 4em);
}
/*-- サステナビリティ --*/
.c-cards-add1--basic .c-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1em;
}
.c-cards-add1--basic .c-card__title {
  font-size: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-cards-add1--basic .c-card__title {
    font-size: clamp(1.6rem, 1.457rem + 0.72vw, 1.8rem);
  }
}
.c-cards-add1--basic .c-card__text._even {
  display: grid;
  grid-template-rows: 1fr;
}

.c-title-add1-plain {
  font-size: min(1.9444444444vw, 28px);
  font-weight: 700;
  margin-bottom: min(1em, 20px);
}
@media screen and (max-width: 767px) {
  .c-title-add1-plain {
    font-size: min(5.3333333333vw, 20px);
  }
}

.c-cta-add1--social .c-cta__inner {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-cta-add1--social .c-cta__inner {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-add1--social .c-cta__inner {
    gap: 30px;
  }
}
.c-cta-add1--social .c-cta__item {
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .c-cta-add1--social .c-cta__item:first-child {
    border-right: 1px solid #ccc;
  }
}
.c-cta-add1--social .c-cta__item :nth-child(1 of .u-bg--secondary-03) {
  padding: 10px;
  font-size: min(5vw, 16px);
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-grid-add1--bankreport {
    grid-template-columns: 2.6fr 1fr;
  }
}

/*-- 団信 --*/
@media screen and (max-width: 767px) {
  .c-table-add1-sp-scroll {
    max-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .c-table-add1-sp-scroll th:first-child {
    width: 8.75em;
  }
}
@media screen and (max-width: 767px) {
  .c-table-add1-sp-scroll th:first-child {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .c-tablewrap-add1-vscroll {
    max-height: calc(100vh - 80px);
  }
  .c-tablewrap-add1-vscroll .c-table-add1-sp-scroll {
    height: 100%;
  }
  .c-tablewrap-add1-vscroll .c-table-add1-sp-scroll thead {
    position: sticky;
    top: 0px;
    z-index: 10;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }
}
/*-- 店舗・ATM --*/
.c-cards-add1--branch .c-card__link:not(:has(.c-card__title ~ *)) .c-card__title {
  height: 100%;
  display: grid;
  align-content: center;
}
.c-cards-add1--branch dl.c-card__text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px;
}

.c-card-add1__tag-text {
  font-size: clamp(1.1rem, 0.7rem + 0.45vw, 1.2rem);
  font-weight: 400;
  padding: 1px 7px;
  display: inline-block;
}
* + .c-card-add1__tag-text {
  margin-left: 5px;
}

/*-- おすすめ情報 --*/
.c-cards-add1--recs .c-card {
  border: 1px solid #ccc;
}
.c-cards-add1--recs .c-card__link[href$=".pdf"] .c-card__title::after {
  content: "PDF";
  background-color: #0d746d;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  margin-left: 0.5em;
  font-size: min(0.6944444444vw, 10px);
  padding: 0 min(0.3472222222vw, 5px);
}
@media screen and (max-width: 767px) {
  .c-cards-add1--recs .c-card__link[href$=".pdf"] .c-card__title::after {
    font-size: 2.6666666667vw;
    padding: 0 1.3333333333vw;
  }
}

/*-- 教育ローン --*/
.c-card-add1__detail-text {
  width: calc(100% - min(6.9444444444vw, 100px));
  display: block;
}

.c-td-add1-50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-table-wrap .c-table-add1-sp-narrow {
    width: min(200vw, 767px);
  }
  .c-table-wrap .c-table-add1-sp-narrow tr > :where(th, td):nth-child(n+2) {
    width: 80vw;
  }
}

/*-- もろもろ ローン系 --*/
.c-boxes-add1-purpose {
  --icn-size: 42px;
  display: flex;
  justify-content: center;
  gap: calc(var(--icn-size) + 40px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-boxes-add1-purpose {
    flex-wrap: wrap;
  }
  .c-boxes-add1-purpose .c-box {
    width: 100%;
  }
}
.c-boxes-add1-purpose .c-box {
  position: relative;
}
.c-boxes-add1-purpose .c-box .c-box__inner {
  margin-top: 0;
}
.c-boxes-add1-purpose .c-box:first-child::after {
  content: "";
  background-color: #ff6633;
  mask-image: url(../img/icon/icon_plus01.svg);
  mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  width: var(--icn-size);
  height: var(--icn-size);
  display: inline-block;
  position: absolute;
  right: calc(var(--icn-size) * -1 - 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-boxes-add1-purpose .c-box:first-child::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 20px);
  }
}
.c-boxes-add1-purpose .c-box:last-child .c-box__inner {
  position: relative;
  overflow: visible;
}
.c-boxes-add1-purpose .c-box:last-child .c-box__inner::after {
  content: "";
  background: #ff6633;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
@media screen and (min-width: 768px) {
  .c-boxes-add1-purpose .c-box:last-child .c-box__inner::after {
    bottom: max(-3vw, -35px);
    height: min(2vw, 20px);
  }
}
.c-boxes-add1-purpose .c-box:last-child .c-box__inner + * {
  margin-top: min(3.4722222222vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-boxes-add1-purpose .c-box:last-child .c-box__inner + * {
    margin-top: min(10.6666666667vw, 40px);
  }
}

.c-button--color-01.c-button--icon-external-02::before {
  background-image: url(/assets/img/icon/icon_external02-orange.png);
}

.c-title-add1-caution::before {
  content: "";
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/icon/icon_caution01.svg);
  background-color: #ff6633;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.2em;
  vertical-align: text-bottom;
}

.c-list--num-02[class*=u-fs-add1] > li::before {
  font-size: 1em;
  height: 1.125em;
  width: 1.125em;
  font-weight: normal;
  line-height: 0.95em;
}

.c-table-wrap--scroll-sp .c-table-add1-th--small th:first-child {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-table-wrap--scroll-sp .c-table-add1-th--small th:first-child {
    width: 8em !important;
  }
  .c-table-wrap--scroll-sp .c-table-add1-th--small thead th:first-child::after {
    background-color: #14a59b;
  }
}

@media screen and (max-width: 767px) {
  .c-table-03--display-table-cell-sp .u-width-add1--50 {
    width: 50%;
  }
}

.c-card--balloon-01 .c-card__inner:has(.c-card__title + .c-card-add1__cpy) {
  padding-bottom: 20px;
}

.c-label-add1 {
  border-radius: 5px;
  padding: 3px min(1.3888888889vw, 20px);
}

.u-list-add1-indent > li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.u-list-add1-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-list-add1-wideline > li:nth-child(n+2) {
  margin-top: 0.75em;
}

.u-text-add1-nowrap {
  white-space: nowrap;
}
.u-text-add1-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-fs-add1--lg {
  font-size: 125%;
}
.u-fs-add1--md {
  font-size: 110%;
}
.u-fs-add1--sm {
  font-size: 80% !important;
}

.u-width-add1-fit {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .u-width-add1--100--sp {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-wrap--sm.u-wdth-add1--xsm {
    max-width: min(37.5vw, 540px);
  }
}

@media screen and (max-width: 767px) {
  .u-order-add1--0 {
    order: -1;
  }
  .u-order-add1--1 {
    order: 1;
  }
  .u-order-add1--2 {
    order: 2;
  }
}

.u-lh-add1--wide {
  line-height: 1.7;
}

.u-flex-add1--start {
  justify-content: flex-start !important;
}
.u-flex-add1--center {
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .l-grid-add1--col-3--sp {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-grid-add1--sm {
    margin-inline: auto;
    max-width: min(50vw, 490px);
  }
}

.p-pers-loan-feature__body-item .p-pers-loan-feature__body-text {
  text-indent: -1.25em;
  padding-left: 1.25em;
}/*# sourceMappingURL=add1.css.map */