header.archives-header {
  background-color: var(--policy-back);
}
header.archives-header .archives-description {
  background-color: var(--policy-color);
}

.archive-button .btn.status-available {
  border: 1px solid var(--policy-color);
  color: var(--policy-color);
}
.archive-button .btn.status-available:hover {
  background-color: var(--policy-back);
}

main.l-default {
  padding-top: 0;
}

.loan-hero {
  margin-bottom: 0;
  position: relative;
}

.loan-hero__image {
  width: 100%;
  height: 483px;
  overflow: hidden;
}

.loan-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loan-hero__overlay {
  position: absolute;
  top: 0;
  right: 20px;
  width: 62.8%;
  height: 483px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 43px;
}

.loan-hero__worry-banner {
  background: #575757;
  padding: 0;
  text-align: center;
}

.loan-hero__worry-banner p {
  font-family: "M PLUS 2", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.loan-hero__worries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}

.worry-item {
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 6px 14px;
  min-height: 77px;
}

.worry-item__icon {
  font-size: 64px;
  font-weight: 400;
  color: #df6868;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.worry-item__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.omakase {
  margin-bottom: 10px;
}
.omakase .omakase__arrow-down {
  width: 250px;
  border-left: 126px solid transparent;
  border-right: 126px solid transparent;
  border-top: 94px solid #ea8d0a;
  margin: 0 auto;
}

.omakase__banner {
  background: #ea8d0a;
  padding: 20px 0;
  text-align: center;
}

.omakase__banner p {
  font-family: "M PLUS 2", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.omakase__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.omakase__item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.omakase__item-text {
  width: 100%;
  background: #ededed;
  padding: 20px 10px 12px;
  text-align: center;
}

.omakase__item-title {
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #404040;
}

.omakase__item-sub {
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #404040;
}

.omakase__item-icon {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.omakase__item-icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.omakase__item-arrow {
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 56px solid #f77453;
}

.achievement-banner {
  width: 100%;
  background: #f15a34;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 50px;
}

.achievement-banner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

.reason-box {
  margin-bottom: 20px;
  position: relative;
}

.reason-box__label {
  background: #00acbf;
  display: inline-block;
  padding: 6px 20px;
  position: relative;
  left: calc(100% - 398px);
  top: 18px;
  z-index: 2;
}

.reason-box__label p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.reason-box__content {
  border: 5px solid #00acbf;
  background: #fff;
  padding: 50px 50px 40px;
  position: relative;
}

.reason-box__title-bar {
  background: #00acbf;
  display: inline-block;
  padding: 14px 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.reason-box__title-bar span {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.reason-box__title-bar--wide {
  padding: 14px 24px;
}

.reason-box__title-bar--medium {
  padding: 14px 24px;
}

.reason-box__title-bar--medium2 {
  padding: 14px 24px;
}

.reason-box__title-bar--medium3 {
  padding: 14px 24px;
}

.reason-box__title-bar--narrow {
  padding: 14px 30px;
}

.reason-box__text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.reason-box__text p {
  margin-bottom: 4px;
}

.reason-box__diagram {
  background: #e7fdff;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}

.reason-box__diagram-title {
  font-size: 24px;
  font-weight: 700;
  color: #3379d4;
  text-align: center;
  margin-bottom: 30px;
}

.reason-box__diagram-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-box__diagram-case {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason-box__diagram-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-box__diagram-age-start,
.reason-box__diagram-age-end {
  font-size: 24px;
  font-weight: 700;
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason-box__diagram-age-img {
  width: 80px;
  height: auto;
  margin-bottom: 4px;
}

.reason-box__diagram-highlight {
  background: #fffcaf;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #040ca3;
  text-align: center;
}

.reason-box__loan-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.reason-box__loan-left,
.reason-box__loan-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.reason-box__loan-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.reason-box__loan-img {
  width: 166px;
  height: auto;
}

.reason-box__loan-item {
  padding: 5px 20px;
  text-align: center;
}

.reason-box__loan-item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
}

.reason-box__loan-item--yellow {
  background: #fcff5b;
}

.reason-box__loan-item--purple {
  background: #c0c5f1;
}

.reason-box__loan-small {
  font-size: 14px;
}

p.reason-box__loan-result {
  font-size: 24px;
  font-weight: 700;
  color: #03009d;
  margin-top: 4px;
}

.reason-box__loan-person {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reason-box__loan-person img {
  width: 100%;
  height: auto;
}

.reason-box__tanpo-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.reason-box__tanpo-left,
.reason-box__tanpo-right {
  text-align: center;
}

.reason-box__tanpo-label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reason-box__tanpo-label--red {
  color: red;
}

.reason-box__tanpo-label--blue {
  color: #222dcf;
}

.reason-box__tanpo-left .reason-box__tanpo-img {
  max-width: 170px;
  height: auto;
}

.reason-box__tanpo-right .reason-box__tanpo-img {
  max-width: 220px;
  height: auto;
}

.reason-box__tanpo-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.reason-box__tanpo-arrows {
  max-width: 150px;
}

.reason-box__kinzoku-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.reason-box__kinzoku-left {
  width: calc(45% - 10px);
}

.reason-box__kinzoku-img1 {
  width: 100%;
  height: auto;
}

.reason-box__kinzoku-right {
  width: calc(50% - 10px);
  position: relative;
}

.reason-box__kinzoku-img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reason-box__kenkou-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-box__kenkou-img {
  max-width: 100%;
  height: auto;
}

.reason-box__kenkou-highlight {
  background: #ffe75c;
  padding: 30px 60px;
}

.reason-box__kenkou-highlight p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #f53c3c;
}

.reason-box__nenshu-img {
  max-width: 100%;
  height: auto;
}

.reason-box__nenshu-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-box__nenshu-bubble {
  background: #00acbf;
  border-radius: 50%;
  width: 361px;
  height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-box__nenshu-bubble p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #f53c3c;
  line-height: 1.4;
}

.loan-advice {
  text-align: center;
  padding: 60px 0 40px;
}

.loan-advice__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ea7d00;
  margin-bottom: 20px;
}

.loan-advice__text {
  font-size: 20px;
  font-weight: 700;
  color: #434343;
  line-height: 1.5;
}

.loan-advice table.mailform tr td.ct_body {
  text-align: left;
}
.loan-advice table.mailform tr td.ct_body .wpcf7-radio .wpcf7-list-item {
  padding-right: 10px;
}
.loan-advice table.mailform tr .ct_raiten .wpcf7-form-control-wrap {
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .loan-hero {
    padding: 0 20px;
  }
  .loan-hero__image {
    height: 300px;
  }
  .loan-hero__overlay {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: -60px;
  }
  .loan-hero__worry-banner p {
    font-size: 24px;
  }
  .worry-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .worry-item__icon {
    font-size: 48px;
  }
  .omakase {
    padding: 0 20px;
  }
  .omakase__banner p {
    font-size: 24px;
  }
  .omakase__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .omakase__item {
    width: calc(33.333% - 12px);
    min-width: 150px;
  }
  .omakase__item-icon {
    height: 80px;
    font-size: 44px;
  }
  .omakase__item-arrow {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 50px solid #f77453;
  }
  .omakase__item-title {
    font-size: 18px;
  }
  .achievement-banner {
    margin: 0 20px 40px;
  }
  .achievement-banner p {
    font-size: 34px;
  }
  .reason-box {
    margin: 0 20px 40px;
  }
  .reason-box__label {
    left: auto;
    float: right;
  }
  .reason-box__label p {
    font-size: 20px;
  }
  .reason-box__content {
    padding: 40px 30px 30px;
    clear: both;
  }
  .reason-box__title-bar span {
    font-size: 24px;
  }
  .reason-box__diagram-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .reason-box__loan-diagram {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason-box__tanpo-diagram {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .reason-box__kinzoku-diagram {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .loan-hero {
    padding: 0 16px;
  }
  .loan-hero__image {
    height: 200px;
  }
  .loan-hero__overlay {
    margin-top: -40px;
  }
  .loan-hero__worry-banner p {
    font-size: 18px;
    padding: 0 10px;
  }
  .loan-hero__worries {
    grid-template-columns: 1fr;
  }
  .worry-item {
    padding: 10px 14px;
    min-height: auto;
  }
  .worry-item__icon {
    font-size: 36px;
  }
  .worry-item__text {
    font-size: 14px;
    line-height: 22px;
  }
  .loan-hero__arrow-down {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid #ea8d0a;
  }
  .omakase {
    padding: 0 16px;
    margin-bottom: 30px;
  }
  .omakase__banner p {
    font-size: 18px;
  }
  .omakase__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .omakase__item {
    width: calc(50% - 5px);
    min-width: 0;
  }
  .omakase__item-icon {
    height: 70px;
    font-size: 36px;
  }
  .omakase__item-arrow {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #f77453;
  }
  .omakase__item-title {
    font-size: 16px;
  }
  .omakase__item-sub {
    font-size: 14px;
  }
  .achievement-banner {
    margin: 0 16px 30px;
    padding: 16px 10px;
  }
  .achievement-banner p {
    font-size: 22px;
    line-height: 1.3;
  }
  .reason-box {
    margin: 0 16px 30px;
  }
  .reason-box__label {
    float: none;
    left: 0;
    display: block;
    text-align: center;
  }
  .reason-box__label p {
    font-size: 16px;
  }
  .reason-box__content {
    padding: 30px 16px 20px;
  }
  .reason-box__title-bar {
    position: relative;
    margin-bottom: 20px;
  }
  .reason-box__title-bar span {
    font-size: 20px;
  }
  .reason-box__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .reason-box__diagram {
    padding: 16px;
    margin-top: 20px;
  }
  .reason-box__diagram-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .reason-box__diagram-age-start,
  .reason-box__diagram-age-end {
    font-size: 18px;
  }
  .reason-box__diagram-highlight {
    font-size: 22px;
    padding: 6px 12px;
  }
  .reason-box__loan-diagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-box__loan-left,
  .reason-box__loan-right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-box__loan-item p {
    font-size: 16px;
  }
  .reason-box__loan-result {
    font-size: 20px;
  }
  .reason-box__loan-person {
    width: 100px;
  }
  .reason-box__tanpo-diagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-box__tanpo-label {
    font-size: 18px;
  }
  .reason-box__tanpo-img {
    max-width: 150px;
  }
  .reason-box__kinzoku-diagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-box__kinzoku-left {
    width: 100px;
  }
  .reason-box__kinzoku-tag {
    font-size: 16px;
  }
  .reason-box__kinzoku-img2 {
    width: 90px;
  }
  .reason-box__kinzoku-right {
    width: 200px;
  }
  .reason-box__kenkou-highlight {
    padding: 20px 30px;
  }
  .reason-box__kenkou-highlight p {
    font-size: 22px;
  }
  .reason-box__nenshu-bubble {
    width: 260px;
    height: 150px;
  }
  .reason-box__nenshu-bubble p {
    font-size: 24px;
  }
  .loan-advice {
    padding: 30px 16px 20px;
  }
  .loan-advice__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .loan-advice__text {
    font-size: 14px;
  }
}