@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap";
:root {
  --green-darker: #006c4a;
  --green-main: #00af79;
  --green-light: #51d6ae;
  --green-pale: #c2ede0;
  --green-most-pale: #effbf7;
  --gray-line: #e0e3e9;
  --gray-text: #19213d;
  --black: #000;
  --white: #fff;
  --green: #006c4a;
  --light-green: #00af79;
  --yellow: #facd2d;
  --baige: #fff5d1;
  --red: #dc5275;
  --lightgray: #f5f5f5;
  --letter-spacing: 0.05em;
  --pc-scale-base-width: 1160;
  --pc-scale-ratio: 1;
  --scrollbar-width: 0px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
strong {
  font-weight: normal;
}
table,
td,
th,
tr,
thead,
tbody {
  border: none;
}
table th {
  text-align: left;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
img {
  vertical-align: bottom;
}
textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}
select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
header,
footer,
section,
nav,
main,
figure,
figcaption,
time,
small {
  display: block;
}
input[type="submit"],
input[type="image"] {
  border: none;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
button {
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
input[type="submit"],
input[type="image"],
input[type="reset"] {
  cursor: pointer;
}
address {
  font-style: normal;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
* {
  box-sizing: border-box;
  letter-spacing: var(--letter-spacing);
}
html {
  font-size: 62.5%;
  scroll-padding-top: 90px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 46px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--black);
  word-break: break-all;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
body.scrollLock {
  overflow: hidden;
}
a,
button {
  color: inherit;
}
@media screen and (min-width: 1161px) {
  a,
  button {
    transition: 0.3s ease-out;
  }
}
strong {
  font-weight: 700;
}
.main {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 46px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  html {
    overflow-x: hidden;
  }
  body.is-tablet {
    overflow: hidden;
  }
  body.is-tablet .pageWrapper,
  body.is-tablet .header {
    overflow-x: clip;
    width: 1160px;
    transform: scale(var(--scale-ratio, 1));
    transform-origin: top left;
  }
}
hr {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid var(--gray-line);
}
.header {
  background: var(--white);
  box-shadow: 0 18px 10px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header.is-open .header__inner {
    height: 100dvh;
    overflow-y: auto;
  }
  .header:has(+ .main--shinrenTop) {
    box-shadow: none;
  }
  .header.is-scrolling {
    box-shadow: 0 18px 10px rgba(0, 0, 0, 0.03);
  }
}
.header__inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .header__inner {
    align-items: center;
    gap: 10px;
    height: 90px;
    padding-inline: 40px 0;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    flex-direction: column;
    height: 46px;
    transition: height 0.3s ease-out;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 769px) {
  .header__spHead {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .header__spHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-inline: 30px;
    background: var(--white);
    position: absolute;
    top: 0;
    inset-inline: 0;
    z-index: 99;
  }
}
.header__spHead__logo {
  flex-shrink: 0;
  display: flex;
}
@media screen and (min-width: 1161px) {
  .header__spHead__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1240px) {
  .header__spHead__logo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header__spHead__logo {
    width: 104px;
    height: 46px;
  }
}
.header__spHead__logo img {
  width: 100%;
  height: auto;
}
.header__spHead__hamburger {
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .header__spHead__hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__spHead__hamburger {
    display: block;
  }
}
.header__spHead__hamburger span {
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background-color: var(--green-darker);
  border-radius: 1px;
  transition: background-color 0.3s ease;
}
.header__spHead__hamburger span::before,
.header__spHead__hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: var(--green-darker);
  border-radius: 1px;
  transition: all 0.3s ease;
}
.header__spHead__hamburger span::before {
  top: -7px;
}
.header__spHead__hamburger span::after {
  top: 7px;
}
.header__spHead__hamburger[aria-expanded="true"] span {
  background-color: rgba(0, 0, 0, 0);
}
.header__spHead__hamburger[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}
.header__spHead__hamburger[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header__mainNav {
  display: flex;
}
@media screen and (min-width: 769px) {
  .header__mainNav {
    align-items: center;
    height: 100%;
    margin-inline: auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav {
    order: 1;
    flex-direction: column;
    border-top: 1px solid var(--gray-line);
  }
}
@media screen and (min-width: 769px) {
  .header__mainNav__item {
    display: flex;
    align-items: center;
    height: 100%;
    padding-inline: 5px;
    transition: 0.3s ease-out;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .header__mainNav__item {
    padding-inline: 3px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item {
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: 1px solid var(--gray-line);
  }
}
@media screen and (min-width: 769px) {
  .header__mainNav__item.is-open {
    background: var(--green-most-pale);
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item.is-open {
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  .header__mainNav__item.is-open .btn > button::after {
    transform: scaleY(-1) translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item.is-open .btn > button::after {
    transform: scaleY(-1);
  }
}
.header__mainNav__item.is-open .subMenu {
  pointer-events: initial;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item.is-open .subMenu {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item.is-open .subMenu {
    max-height: 1200px;
    opacity: 1;
    padding-block: 20px;
    gap: 20px;
  }
}
.header__mainNav__item .btn {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .btn {
    height: 40%;
    padding-inline: 5px;
  }
  .header__mainNav__item .btn::after {
    cursor: pointer;
    content: "";
    display: block;
    width: 100%;
    height: 27px;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .header__mainNav__item .btn {
    padding-inline: 3px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .btn {
    height: 60px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .btn > a {
    display: flex;
    align-items: center;
    margin-right: 19px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    color: var(--green-darker);
    position: relative;
    z-index: 2;
  }
}
.header__mainNav__item .btn > button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 1;
}
.header__mainNav__item .btn > button::after {
  pointer-events: none;
  content: "";
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  background: var(--green-darker);
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .btn > button::after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .btn > button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-inline: 30px;
  }
}
.header__mainNav__item .btn > button > span {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.header__mainNav__item .subMenu {
  pointer-events: none;
  display: flex;
  background: var(--green-most-pale);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu {
    opacity: 0;
    gap: 40px;
    padding: 41px 50px 40px;
    position: absolute;
    top: 89px;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__mainNav__item .subMenu {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu {
    flex-direction: column;
    gap: 0;
    padding-inline: 30px;
    padding-block: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.6s ease-in-out,
      opacity 0.3s ease-in-out,
      padding-block 0.4s ease-in-out,
      gap 0.4s ease-in-out;
  }
}
.header__mainNav__item .subMenu__parent {
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  position: relative;
}
.header__mainNav__item .subMenu__parent::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu__parent {
    width: 380px;
    min-height: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__mainNav__item .subMenu__parent {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu__parent {
    justify-content: center;
    aspect-ratio: 315/230;
    width: 100%;
    padding: 20px;
  }
}
.header__mainNav__item .subMenu__childList {
  flex: 1;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(4)) {
    flex-wrap: wrap;
  }
  .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(4))
    .subMenu__childList__item {
    width: calc(25% - 15px);
    height: 130px;
  }
  .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(9))
    .subMenu__childList__item {
    width: calc(16.6666666667% - 16.6666666667px);
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__mainNav__item .subMenu__childList {
    gap: 10px;
  }
  .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(4))
    .subMenu__childList__item {
    width: calc(25% - 7.5px);
  }
  .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(9))
    .subMenu__childList__item {
    width: calc(16.6666666667% - 8.3333333333px);
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu__childList {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu__childList__item {
    width: calc(33.3333333333% - 13.3333333333px);
    max-width: 250px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu__childList__item {
    width: calc(50% - 5px);
    height: 70px;
  }
}
.header__mainNav__item .subMenu__childList__item > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--white);
  box-shadow: 0 10px 10px rgba(0, 108, 74, 0.1);
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu__childList__item > a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 0.3s ease-out;
  }
}
@media screen and (min-width: 1161px) {
  .header__mainNav__item .subMenu__childList__item > a:hover {
    box-shadow: 0 10px 20px rgba(0, 108, 74, 0.3);
  }
  .header__mainNav__item .subMenu__childList__item > a:hover .text > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu__childList__item > a {
    gap: 5px;
    padding-inline: 5px;
    --letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu__childList__item > a > img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header__mainNav__item .subMenu__childList__item > a > img.ideco {
    width: 35px;
    height: 16px;
    -o-object-position: 2px 0;
    object-position: 2px 0;
  }
}
.header__mainNav__item .subMenu__childList__item > a .text {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: var(--green-darker);
}
.header__mainNav__item .subMenu__childList__item > a .text > span {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__mainNav__item .subMenu__childList__item > a[target="_blank"]:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  background: var(--green-main);
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu__childList__item > a[target="_blank"] {
    padding-right: 25px;
  }
  .header__mainNav__item .subMenu__childList__item > a[target="_blank"]::after {
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
  }
}
.header__mainNav__item .subMenu--tameru .subMenu__parent {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/tameru/img_bg.webp")
    no-repeat center center/cover;
}
.header__mainNav__item .subMenu--tameru .subMenu__parent::after {
  aspect-ratio: 111/105;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/tameru/img_character.webp")
    no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu--tameru .subMenu__parent::after {
    width: 111px;
    top: 16px;
    right: 44px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu--tameru .subMenu__parent {
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/tameru/sp/img_bg.webp")
      no-repeat center center/cover;
  }
  .header__mainNav__item .subMenu--tameru .subMenu__parent::after {
    width: 78px;
    top: 52px;
    right: 41px;
  }
}
.header__mainNav__item .subMenu--loan .subMenu__parent {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/loan/img_bg.webp")
    no-repeat center center/cover;
}
.header__mainNav__item .subMenu--loan .subMenu__parent::after {
  aspect-ratio: 100/113;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/loan/img_character.webp")
    no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu--loan .subMenu__parent::after {
    width: 100px;
    top: -22px;
    right: 26px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__mainNav__item .subMenu--loan .subMenu__parent::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu--loan .subMenu__parent {
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/loan/sp/img_bg.webp")
      no-repeat center center/cover;
  }
  .header__mainNav__item .subMenu--loan .subMenu__parent::after {
    width: 78px;
    top: -14px;
    left: 20px;
  }
}
.header__mainNav__item .subMenu--nokosu .subMenu__parent {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/nokosu/img_bg.webp")
    no-repeat center center/cover;
}
.header__mainNav__item .subMenu--nokosu .subMenu__parent::after {
  aspect-ratio: 90/89;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/nokosu/img_character.webp")
    no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu--nokosu .subMenu__parent::after {
    width: 90px;
    top: -13px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu--nokosu .subMenu__parent {
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/nokosu/sp/img_bg.webp")
      no-repeat center center/cover;
  }
  .header__mainNav__item .subMenu--nokosu .subMenu__parent::after {
    width: 78px;
    top: -8px;
    left: -10px;
  }
}
.header__mainNav__item .subMenu--tsukau .subMenu__parent {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/tsukau/img_bg.webp")
    no-repeat center center/cover;
}
.header__mainNav__item .subMenu--tsukau .subMenu__parent::after {
  aspect-ratio: 109/97;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/tsukau/img_character.webp")
    no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu--tsukau .subMenu__parent::after {
    width: 109px;
    top: 42px;
    left: 33px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__mainNav__item .subMenu--tsukau .subMenu__parent::after {
    left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu--tsukau .subMenu__parent {
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/tsukau/sp/img_bg.webp")
      no-repeat center center/cover;
  }
  .header__mainNav__item .subMenu--tsukau .subMenu__parent::after {
    width: 92px;
    top: 32px;
    left: 39px;
  }
}
.header__mainNav__item .subMenu--about .subMenu__parent {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/about/img_bg.webp")
    no-repeat center center/cover;
}
.header__mainNav__item .subMenu--about .subMenu__parent::after {
  aspect-ratio: 138/120;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/about/img_character.webp")
    no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .header__mainNav__item .subMenu--about .subMenu__parent::after {
    width: 138px;
    top: 48px;
    right: -27px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header__mainNav__item .subMenu--about .subMenu__parent::after {
    width: 130px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .header__mainNav__item .subMenu--about .subMenu__parent {
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/header/about/sp/img_bg.webp")
      no-repeat center center/cover;
  }
  .header__mainNav__item .subMenu--about .subMenu__parent::after {
    width: 110px;
    top: 36px;
    right: -18px;
  }
}
.header__otherNav {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .header__otherNav {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__otherNav {
    flex-wrap: wrap;
    -moz-column-gap: 8px;
    column-gap: 8px;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 46px;
    padding-inline: 30px;
    background: var(--green-most-pale);
  }
}
@media screen and (min-width: 769px) {
  .header__otherNav__link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__otherNav__link {
    display: flex;
    align-items: center;
    gap: 2px;
    width: calc(100% + 60px);
    margin-inline: -30px;
    margin-bottom: 20px;
    padding: 15px 30px;
    border-block: 1px solid var(--gray-line);
    font-weight: 700;
    color: var(--green-darker);
  }
  .header__otherNav__link::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    width: 15px;
    height: 15px;
    -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
      no-repeat center center;
    mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
      no-repeat center center;
    background: var(--green-darker);
    transform: rotate(-90deg);
  }
}
.header__otherNav__search {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 4px 8px;
  background: var(--white);
  border: 1px solid var(--gray-line);
}
@media screen and (min-width: 769px) {
  .header__otherNav__search {
    height: 30px;
    width: 140px;
    margin-right: 20px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1161px) {
  .header__otherNav__search:hover {
    background: var(--green-most-pale);
    color: var(--green-main);
  }
}
@media screen and (max-width: 768px) {
  .header__otherNav__search {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 35px;
  }
}
.header__otherNav__search button > span {
  display: block;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_search.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_search.svg")
    no-repeat center center;
  background: var(--green-darker);
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
}
.header__otherNav__search input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.header__otherNav__search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.header__otherNav__search input[type="search"]::-moz-placeholder {
  color: #d6d9e0;
}
.header__otherNav__search input[type="search"]::placeholder {
  color: #d6d9e0;
}
.header__otherNav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 300;
  color: var(--white);
}
@media screen and (min-width: 769px) {
  .header__otherNav__btn {
    width: 120px;
    height: 100%;
    flex-direction: column;
  }
}
@media screen and (min-width: 1161px) {
  .header__otherNav__btn:hover {
    opacity: 0.7;
  }
  .header__otherNav__btn:hover .text > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 1300px) {
  .header__otherNav__btn {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header__otherNav__btn {
    width: calc(50% - 4px);
    height: 50px;
    margin-bottom: 20px;
    border-radius: 40px;
  }
}
.header__otherNav__btn .icon {
  aspect-ratio: 1;
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .header__otherNav__btn .icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__otherNav__btn .icon {
    width: 20px;
    height: 20px;
  }
}
.header__otherNav__btn .text {
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--white);
  position: relative;
}
.header__otherNav__btn .text > span {
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__otherNav__btn--store {
  background: var(--green-main);
}
.header__otherNav__btn--store .icon {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_location.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_location.svg")
    no-repeat center center/contain;
}
.header__otherNav__btn--contact {
  background: var(--green-darker);
}
.header__otherNav__btn--contact .icon {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_telephone.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_telephone.svg")
    no-repeat center center/contain;
}
.header--shinren .header__spHead__logo {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .header--shinren .header__spHead__logo {
    width: 130px;
  }
}
.header--shinren .header__mainNav__item .subMenu {
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .header--shinren .header__mainNav__item .subMenu {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header--shinren .header__mainNav__item .subMenu {
    gap: 20px;
    padding-inline: 30px;
  }
}
.header--shinren .header__mainNav__item .subMenu .modHeadingLv02 {
  padding-top: 40px;
  padding-right: 45px;
  white-space: nowrap;
  color: var(--green-darker);
}
@media screen and (min-width: 1161px) {
  .header--shinren
    .header__mainNav__item
    .subMenu
    .modHeadingLv02:hover
    > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .header--shinren .header__mainNav__item .subMenu .modHeadingLv02 {
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 20px 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.header--shinren
  .header__mainNav__item
  .subMenu
  .modHeadingLv02:not(:has(> span)) {
  padding-right: 0;
}
.header--shinren .header__mainNav__item .subMenu .modHeadingLv02 > span {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px
    no-repeat;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.header--shinren .header__mainNav__item .subMenu .modHeadingLv02 > span::before,
.header--shinren .header__mainNav__item .subMenu .modHeadingLv02 > span::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% + 2px);
}
.header--shinren
  .header__mainNav__item
  .subMenu
  .modHeadingLv02
  > span::before {
  width: 30px;
  height: 30px;
  background: var(--green-darker);
  border-radius: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
}
.header--shinren .header__mainNav__item .subMenu .modHeadingLv02 > span::after {
  width: 15px;
  height: 15px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  background: var(--white);
  left: calc(100% + 21px);
  transform: translateY(-50%) rotate(-90deg);
}
.header--shinren .header__mainNav__item .subMenu__childList {
  padding-bottom: 44px;
}
@media screen and (min-width: 769px) {
  .header--shinren .header__mainNav__item .subMenu__childList {
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header--shinren .header__mainNav__item .subMenu__childList {
    gap: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header--shinren
    .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(6)) {
    justify-content: center;
  }
  .header--shinren
    .header__mainNav__item
    .subMenu__childList:has(.subMenu__childList__item:nth-child(6))
    .subMenu__childList__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.3333333333% - 13.3333333333px);
    max-width: initial;
    height: 80px;
  }
}
.header--shinren .header__mainNav__item .subMenu__childList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 13.3333333333px);
  max-width: initial;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .header--shinren .header__mainNav__item .subMenu__childList__item {
    width: 100%;
  }
}
.header--shinren .header__mainNav__item .subMenu__childList__item > a {
  justify-content: center;
}
.header--shinren .header__mainNav__item.is-open .subMenu {
  max-height: 710px;
}
@media screen and (max-width: 768px) {
  .header--shinren .header__otherNav__btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header--shinren .header__otherNav__btn .text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.footer {
  background: var(--green-main);
}
.footer__inner {
  padding: 40px;
  padding-inline: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 32px 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
}
.footer__left__logo {
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .footer__left__logo {
    width: 156px;
  }
}
.footer__left__logo img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .footer__left__logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 1161px) {
  .footer__left__logo:hover {
    opacity: 0.7;
  }
}
.footer__left__character {
  margin-left: -13px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer__left__character {
    margin-top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left__character {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left__character img {
    width: 79.5px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.footer__left__character figcaption {
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white);
  position: absolute;
}
@media screen and (min-width: 769px) {
  .footer__left__character figcaption {
    right: 87px;
    bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left__character figcaption {
    right: 0;
    bottom: 0;
  }
}
.footer__right__topBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 73px;
  padding-top: 55px;
  font-weight: 300;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--white);
  position: relative;
}
.footer__right__topBtn::before,
.footer__right__topBtn::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transition: 0.3s ease-out;
}
.footer__right__topBtn::before {
  width: 50px;
  height: 50px;
  background: var(--white);
  border: 1px solid var(--green-main);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 108, 74, 0.1);
  transform: translateX(-50%);
}
.footer__right__topBtn::after {
  width: 20px;
  height: 20px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  background: var(--green-main);
  transform: translate(-50%, -50%) scaleY(-1);
  top: 27px;
}
@media screen and (min-width: 769px) {
  .footer__right__topBtn {
    margin-left: auto;
  }
}
@media screen and (min-width: 1161px) {
  .footer__right__topBtn:hover::before,
  .footer__right__topBtn:hover::after {
    opacity: 0.7;
  }
  .footer__right__topBtn:hover > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.footer__right__topBtn > span {
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__right__list {
  display: flex;
  gap: 7px 30px;
  max-width: 394px;
}
@media screen and (min-width: 769px) {
  .footer__right__list {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__right__list {
    flex-direction: column;
    row-gap: 17px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .footer__right__list .item:nth-child(odd) {
    width: 209px;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .footer__right__list .item:nth-child(even) {
    margin-left: auto;
  }
}
.footer__right__list .item > a {
  display: inline-block;
  padding-right: 19px;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--white);
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__right__list .item > a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  background: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.footer__right__list .item > a[target="_blank"]::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  transform: translateY(-50%);
}
@media screen and (min-width: 1161px) {
  .footer__right__list .item > a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.footer__copy {
  width: 100%;
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  --letter-spacing: 0.1em;
  color: var(--white);
  text-align: right;
}
@media screen and (min-width: 769px) {
  .footer__copy {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copy {
    order: 2;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1161px) {
  .footer__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .modBpPc {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modBpSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: inherit;
  }
}
.modVisuallyHidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  white-space: nowrap;
}
.modHeadingLv01,
.modHeadingLv02,
.modHeadingLv03,
.modHeadingLv04 {
  font-weight: 700;
  line-height: 1.3;
  --letter-spacing: 0;
}
.modHeadingLv01 {
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modHeadingLv01 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingLv01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingLv01 > .small {
    display: inline;
    margin-left: 12px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingLv01 > .small {
    display: block;
    margin-top: -2px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.modHeadingLv01 > .small--br {
  display: block;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .modHeadingLv01:has(> .small) {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingLv01:has(> .small) {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.modHeadingLv01--white {
  font-weight: 600;
  color: var(--white);
}
.modHeadingLv02 {
  color: var(--green-main);
}
@media screen and (min-width: 769px) {
  .modHeadingLv02 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingLv02 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.modHeadingLv02--black {
  color: var(--black);
}
.modHeadingLv02--shinren {
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modHeadingLv03 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingLv03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.modHeadingLv03--deco {
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modHeadingLv03--deco {
    padding-left: 22px;
  }
}
.modHeadingLv03--deco::before {
  content: "";
  width: 10px;
  height: 100%;
  background: var(--green-main);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modHeadingLv03--deco::before {
    width: 7px;
  }
}
.modHeadingLv03--shinren::before {
  background: var(--green-darker);
}
.modHeadingLv04 {
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modHeadingLv04 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingLv04 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.65;
  }
}
.modHeadingLv04--black {
  color: var(--black);
}
.modHeadingLv04 time {
  display: inline;
}
.modBtn {
  display: block;
  width: 100%;
  padding: 19px 59px 19px 19px;
  background: var(--green-main);
  border-radius: 30px;
  line-height: 1;
  position: relative;
}
.modBtn::before,
.modBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.modBtn::before {
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  background: var(--green-light);
  border-radius: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.modBtn::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  background: var(--white);
  right: 14px;
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  transform: translate(-1px, -50%) rotate(-90deg);
}
@media screen and (min-width: 769px) {
  .modBtn {
    max-width: 360px;
  }
}
@media screen and (min-width: 1161px) {
  .modBtn:hover > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .modBtn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBtn[target="_blank"]::before {
  background: var(--white);
}
.modBtn[target="_blank"]::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  background: var(--green-darker);
  transform: translateY(-50%);
}
.modBtn[href$=".pdf"] {
  background: var(--white);
  border: 1px solid var(--green-main);
}
.modBtn[href$=".pdf"]::before {
  background: var(--green-main);
}
.modBtn[href$=".pdf"]::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_pdf.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_pdf.svg")
    no-repeat center center;
  background: var(--white);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .modBtn[href$=".pdf"] {
    max-width: 500px;
  }
}
.modBtn[href$=".pdf"] > span {
  color: var(--green-darker);
}
.modBtn[href^="tel:"] {
  padding-block: 8px 11px;
  font-weight: 700;
}
.modBtn[href^="tel:"]:has(> .small) {
  padding-block: 0 8px;
}
@media screen and (min-width: 1161px) {
  .modBtn[href^="tel:"]:has(> .small):hover > span {
    background-position: 0 calc(100% - 4px);
  }
}
.modBtn[href^="tel:"]:has(> .small) > span {
  background-position: 100% calc(100% - 4px);
}
.modBtn[href^="tel:"]:has(> .small) > .small {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -5px;
  line-height: 1;
  background: initial;
}
.modBtn[href^="tel:"]::before {
  background: rgba(0, 0, 0, 0);
}
.modBtn[href^="tel:"]::after {
  -webkit-mask: initial;
  mask: initial;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_telephoneSmall.svg")
    no-repeat center center;
  transform: translateY(-50%);
}
.modBtn[href^="tel:"] > span {
  font-size: 22px;
  font-size: 2.2rem;
  --letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modBtn[href^="tel:"] > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* 2026.3.18追記 PDFボタン→外部リンクボタン*/
.modBtn.Btn-g{
    background: var(--green-main);
}
.modBtn.Btn-g::before{
    background: #ffffff;
}
.modBtn.Btn-g > span{
    color: var(--white);
}
.modBtn.Btn-g::after{
    background: var(--green-darker);
}
@media screen and (min-width: 769px) {
    .modBtn.Btn-g{
        max-width: 360px;
    }
}

.modBtn[href^="tel:"] > span.small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.modBtn > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--white);
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px
    no-repeat;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modBtn--yellow {
  background: var(--yellow);
}
.modBtn--yellow > span {
  color: var(--black);
}
.modBtn--yellow::before,
.modBtn--yellow[target="_blank"]::before {
  background: var(--white);
}
.modBtn--yellow::after,
.modBtn--yellow[target="_blank"]::after {
  background: var(--black);
}
.modBtn--center {
  margin-inline: auto;
}
.modBtn--shinren {
  background: var(--green-darker);
}
.modBtn--shinren::before {
  background: var(--green-main);
}
.modBtn--shinren[href$=".pdf"] {
  border: 1px solid var(--green-darker);
}
.modBtn--shinren[href$=".pdf"]::before {
  background: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modTable {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .modTable {
    padding-bottom: 20px;
  }
}
.modTable__wrapper {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modTable__wrapper {
    overflow-x: hidden;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .modTable__wrapper .modTextRight {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .modTable__inner {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .modTable .simplebar-content-wrapper {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .modTable .simplebar-track.simplebar-horizontal {
    width: calc(100% - 274px);
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .modTable .simplebar-track.simplebar-horizontal {
    width: calc(100% - 30px);
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .modTable .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.modTable__table {
  overflow: hidden;
  border: 1px solid var(--gray-line);
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
}
@media screen and (max-width: 768px) {
  .modTable__table {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.modTable__table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modTable__table table {
    border-collapse: separate;
    border-spacing: unset;
    width: -moz-max-content;
    width: max-content;
  }
}
.modTable__table table thead tr th,
.modTable__table table thead tr td,
.modTable__table table tbody tr th,
.modTable__table table tbody tr td {
  --letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  min-height: 100px;
  padding: 22px 14px;
}
.modTable__table table thead tr th:not(:last-child),
.modTable__table table thead tr td:not(:last-child),
.modTable__table table tbody tr th:not(:last-child),
.modTable__table table tbody tr td:not(:last-child) {
  position: relative;
}
.modTable__table table thead tr th:not(:last-child)::after,
.modTable__table table thead tr td:not(:last-child)::after,
.modTable__table table tbody tr th:not(:last-child)::after,
.modTable__table table tbody tr td:not(:last-child)::after {
  content: "";
  display: block;
  background: var(--gray-line);
  width: 1px;
  height: 100%;
  position: absolute;
  inset-block: 0;
  right: 0;
}
.modTable__table table thead tr th {
  background: var(--green-most-pale);
  font-weight: 700;
  position: relative;
}
.modTable__table table thead tr th::before {
  content: "";
  display: block;
  background: var(--gray-line);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  inset-inline: 0;
}
.modTable__table table tbody th {
  background: var(--green-most-pale);
}
.modTable__table table tbody tr:not(:last-child) th,
.modTable__table table tbody tr:not(:last-child) td {
  position: relative;
}
.modTable__table table tbody tr:not(:last-child) th::before,
.modTable__table table tbody tr:not(:last-child) td::before {
  content: "";
  display: block;
  background: var(--gray-line);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  inset-inline: 0;
}
.modTable__table table tbody tr:not(:last-child) th.ellipsis,
.modTable__table table tbody tr:not(:last-child) td.ellipsis {
  padding-block: 14px;
}
.modTable__table table tbody tr:not(:last-child) th.ellipsis > span,
.modTable__table table tbody tr:not(:last-child) td.ellipsis > span {
  display: inline-block;
  writing-mode: vertical-rl;
}
.modTableChart {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modTableChart {
    width: calc(100% + 30px);
  }
}
.modTableChart .red {
  color: var(--red);
}
.modTableChart .lightGreen {
  color: var(--light-green);
}
.modTableChart sup {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  vertical-align: top;
  position: absolute;
  text-indent: -3px;
}
.modTableChart__head {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .modTableChart__head {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 769px) {
  .modTableChart__head__text {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .modTableChart__head__text--gap20 {
    gap: 20px;
  }
}
.modTableChart__table {
  position: relative;
  padding: 0 0 20px;
}
@media screen and (min-width: 769px) {
  .modTableChart__table {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTableChart__table {
    margin: 20px 0 0;
  }
}
.modTableChart__table__main {
  overflow-x: auto;
  position: unset;
}
@media screen and (min-width: 769px) {
  .modTableChart__table__main {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .modTableChart__table .simplebar-content-wrapper {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .modTableChart__table .simplebar-track.simplebar-horizontal {
    width: calc(100% - 274px);
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .modTableChart__table .simplebar-track.simplebar-horizontal {
    width: calc(100% - 30px);
  }
}
.modTableChart__table table {
  border-collapse: separate;
  border-spacing: unset;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modTableChart__table table {
    padding-right: 30px;
  }
}
.modTableChart__table table tr th,
.modTableChart__table table tr td {
  --letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 22px 14px;
  border-top: 1px solid var(--gray-line);
  border-right: 1px solid var(--gray-line);
  min-height: 55px;
  line-height: 1.37;
}
.modTableChart__table table tr th {
  font-weight: 700;
  background: var(--green-most-pale);
}
.modTableChart__table table tr th[rowspan="2"][colspan="2"] {
  min-width: 274px;
  border-radius: 20px 0 0 0;
}
.modTableChart__table table tr th:first-child {
  border-left: 1px solid var(--gray-line);
}
@media screen and (min-width: 769px) {
  .modTableChart__table table tr th:first-child {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
  }
}
.modTableChart__table table thead tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
.modTableChart__table table thead tr:last-child th:first-child {
  z-index: 1;
  border-left: none;
  white-space: nowrap;
}
.modTableChart__table table tbody tr th,
.modTableChart__table table tbody tr td {
  padding: 10px 14px;
}
.modTableChart__table table tbody tr td:nth-of-type(n + 4) {
  min-width: 157px;
}
.modTableChart__table table tbody tr th {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .modTableChart__table table tbody tr th {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0);
    background: var(--white);
  }
}
.modTableChart__table table tbody tr th:first-child {
  min-width: 44px;
}
.modTableChart__table table tbody tr th:nth-child(2) {
  min-width: 230px;
}
@media screen and (min-width: 769px) {
  .modTableChart__table table tbody tr th:nth-child(2) {
    left: 46px;
  }
}
.modTableChart__table table tbody tr:last-child th,
.modTableChart__table table tbody tr:last-child td {
  border-bottom: 1px solid var(--gray-line);
}
.modTableChart__table table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
.modTableChart__table table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.modTableChart__footer {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modTableChart__footer {
    margin: 10px 0 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .modTableChart__footer {
    width: calc(100% - 30px);
    flex-direction: column;
    margin: 20px 0 0;
  }
}
.modText {
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .modText {
    padding-inline: 120px;
  }
}
@media screen and (max-width: 768px) {
  .modText {
    padding-inline: 30px;
  }
}
.modTextLink {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--green-darker);
  position: relative;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100%
    100%/100% 1px;
  transition:
    background-position 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 1161px) {
  .modTextLink:hover {
    animation: textLinkHover 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}
.modTextLink[target="_blank"] {
  background: linear-gradient(currentcolor, currentcolor) no-repeat
    calc(100% - 28px) 100%/100% 1px;
}
.modTextLink[target="_blank"]::before {
  width: calc(100% - 26px);
}
.modTextLink[target="_blank"]::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  background: var(--green-main);
  width: 15px;
  height: 15px;
  margin-inline: 10px 5px;
}
@media screen and (min-width: 1161px) {
  .modTextLink[target="_blank"]:hover {
    animation: textLinkHoverIcon 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
}
.modTextLink[href$=".pdf"]::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_pdf.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_pdf.svg")
    no-repeat center center;
}
.modTextLink--black {
  color: var(--black);
}
.modTextLink--black::before {
  background: var(--black);
}
.modTextLink--black[target="_blank"]::after {
  background: var(--green-darker);
}
.modTextNote {
  font-size: 14px;
  font-size: 1.4rem;
}
.modTextNote:before {
  content: "*";
}
.modTextNote--green {
  color: var(--green-darker);
}
.modTextStrong {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  --letter-spacing: 0;
  color: var(--green-darker);
}
@media screen and (max-width: 768px) {
  .modTextStrong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.65;
  }
}
.modTextStrong--black {
  color: var(--black);
}
.modTextCenter {
  text-align: center;
}
.modTextRight {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .modTextRightPC {
    display: block;
    text-align: right;
  }
}
.modTextGreen {
  color: var(--green-darker);
}
.modTextGreen--bold {
  font-weight: 700;
}
.modTextGreen--center {
  text-align: center;
}
.modTextTel {
  color: inherit;
}
@media (pointer: fine), (hover: hover) {
  .modTextTel .tel-link {
    cursor: default;
    pointer-events: none;
  }
}
.modTextBold {
  font-weight: 700;
  line-height: 1.3;
  --letter-spacing: 0;
}
.modTextAnotation {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--gray-text);
}
@keyframes textLinkHover {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  50% {
    background-position: 100% 100%;
    background-size: 0 1px;
  }
  51% {
    background-position: 0 100%;
    background-size: 0 1px;
  }
  100% {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@keyframes textLinkHoverIcon {
  0% {
    background-position: calc(100% - 28px) 100%;
    background-size: 100% 1px;
  }
  50% {
    background-position: calc(100% - 28px) 100%;
    background-size: 0 1px;
  }
  51% {
    background-position: 0 100%;
    background-size: 0 1px;
  }
  100% {
    background-position: 0 100%;
    background-size: calc(100% - 28px) 1px;
  }
}
.modBreadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs {
    gap: 4px;
  }
}
.modBreadcrumbs__item {
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
}
.modBreadcrumbs__item > a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--green-main);
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs__item > a {
    gap: 6px;
  }
}
.modBreadcrumbs__item > a::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 3px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-out;
}
.modBreadcrumbs__item > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_triangle.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_triangle.svg")
    no-repeat center center;
  background: #ccc;
}
@media screen and (min-width: 1161px) {
  .modBreadcrumbs__item > a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.modBreadcrumbs--shinren .modBreadcrumbs__item {
  font-weight: 300;
  color: var(--white);
}
.modBreadcrumbs--shinren .modBreadcrumbs__item > a {
  font-weight: 300;
  color: var(--white);
}
.modBreadcrumbs--shinren .modBreadcrumbs__item > a::before {
  background: var(--white);
  transform: scaleX(1);
  transform-origin: right;
}
@media screen and (min-width: 1161px) {
  .modBreadcrumbs--shinren .modBreadcrumbs__item > a:hover::before {
    animation: textHover 0.3s ease-out;
  }
}
@keyframes textHover {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.modKv {
  margin-bottom: 60px;
  background: var(--green-pale);
  border-radius: 0 0 200px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modKv {
    border-radius: 0 0 70px 0;
  }
}
.modKv__inner {
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .modKv__inner {
    padding: 30px 300px 114px 120px;
  }
}
@media screen and (max-width: 768px) {
  .modKv__inner {
    padding: 17px 30px 133px;
  }
}
.modKv .modHeadingLv01 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .modKv .modHeadingLv01 {
    margin-top: 34px;
  }
}
.modKv + .modSection {
  margin-top: 0;
}
.modKv::after {
  content: "";
  width: 170px;
  height: 170px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/kv/img_character01.webp")
    no-repeat center center/contain;
  position: absolute;
  bottom: 50px;
  right: 120px;
}
@media screen and (max-width: 768px) {
  .modKv::after {
    width: 113px;
    height: 112px;
    right: 30px;
    bottom: 12px;
  }
}
.modKv--blueFlower::after {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/kv/img_character02.webp")
    no-repeat center center/contain;
}
.modKv--skyBlueFlower::after {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/kv/img_character03.webp")
    no-repeat center center/contain;
}
.modKv--yellowFlower::after {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/kv/img_character04.webp")
    no-repeat center center/contain;
}
.modKv--redFlower::after {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/kv/img_character05.webp")
    no-repeat center center/contain;
}
.modKv--noCharacter::after {
  display: none;
}
.modKv--lv02 {
  background: initial;
  border-radius: initial;
  padding-bottom: 0;
}
.modKv--lv02::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .modKv--lv02 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .modKv--lv02 {
    margin-bottom: 40px;
  }
}
.modKv--lv02 .modHeadingLv01 {
  margin-top: 0;
}
.modKv--lv02 .modKv__inner {
  padding-bottom: 0;
}
.modKv--lv02 .modKv__contents {
  overflow: hidden;
  display: flex;
  min-height: 300px;
  margin-top: 20px;
  padding: 90px 50% 90px 70px;
  border-radius: 80px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modKv--lv02 .modKv__contents {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modKv--lv02 .modKv__contents {
    justify-content: center;
    min-height: 260px;
    margin-top: 15px;
    margin-inline: -30px;
    padding: 11.2vw 30px 45vw;
    border-radius: 30px 30px 0 0;
  }
}
.modKv--lv02 .modKv__contents__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.modKv--lv02 .modKv__contents__bg > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% center;
  object-position: 60% center;
  width: 100%;
  height: 100%;
  background: var(--green-main);
}
.modKv--lv02 + .modSection {
  margin-top: 0;
}
.modKv--shinren {
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/kv/shinren/img_bg.webp")
    no-repeat center center/cover;
}
.modKv--shinren::after {
  display: none;
}
.modKv--shinren .modHeadingLv01 {
  font-weight: 600;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .modKv--noCharacter,
  .modKv--shinren {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modKv--noCharacter .modKv__inner,
  .modKv--shinren .modKv__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .modKv--noCharacter .modKv__inner,
  .modKv--lv02 .modKv__inner,
  .modKv--shinren .modKv__inner {
    padding-right: 120px;
  }
}
.modSection {
  width: 100%;
  max-width: 1400px;
  display: grid;
  margin: 80px auto; /* 2026.3.18 140px→80pxに変更 */
}
@media screen and (min-width: 769px) {
  .modSection {
    gap: 60px;
    padding-inline: 120px;
  }
}
@media screen and (max-width: 768px) {
  .modSection {
    gap: 40px;
    margin-block: 80px;
    padding-inline: 30px;
    overflow-x: clip;
  }
}
.modSection:has(+ .modArticle) {
  margin-bottom: 20px;
}
.modSection:has(+ .modArticle):has(+ .modArticle .modSection:first-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .modSection:has(+ .modArticle):has(+ .modArticle .modSection:first-child) {
    margin-bottom: 40px;
  }
}
.modSection:has(+ .modAnchor) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .modSection--spGap60 {
    gap: 60px;
  }
}
.modSubSection {
  display: grid;
}
@media screen and (min-width: 769px) {
  .modSubSection {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modSubSection {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modSubSection--gap40 {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modSubSection--gap40 {
    gap: 30px;
  }
}
.modSubSection__inner {
  display: grid;
}
@media screen and (min-width: 769px) {
  .modSubSection__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modSubSection__inner {
    gap: 10px;
  }
}
.modAnchor {
  max-width: 1400px;
  margin: 60px auto;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .modAnchor {
    padding-inline: 120px;
  }
}
@media screen and (max-width: 768px) {
  .modAnchor {
    padding-inline: 30px;
  }
}
.modAnchor__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modAnchor__list {
    justify-content: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modAnchor__list__item {
    width: calc(50% - 8px);
  }
}
.modAnchor__list__item > a {
  display: inline-block;
  padding: 17px 45px 22px 20px;
  background: var(--green-most-pale);
  border-radius: 40px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modAnchor__list__item > a {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 11px 28px 11px 10px;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
  }
}
.modAnchor__list__item > a::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  background: var(--green-darker);
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modAnchor__list__item > a::after {
    right: 10px;
  }
}
@media screen and (min-width: 1161px) {
  .modAnchor__list__item > a:hover > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.modAnchor__list__item > a > span {
  color: var(--green-darker);
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px
    no-repeat;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modList--col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.modList--col2 > li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .modList--col2 > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modList--col3 {
    flex-direction: column;
    gap: 20px;
  }
}
.modList--col3 > li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .modList--col3 > li {
    width: 100%;
  }
}
.modList--col3 > li > *:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .modList--phoneNumber {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .modList--phoneNumber {
    gap: 15px;
  }
}
.modList--phoneNumber > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .modList--phoneNumber > li {
    width: 100%;
  }
}
.modList--phoneNumber > li .modBtn {
  margin-top: 5px;
}
.modListUl > li > .modSubSection:has(.modBtn),
.modListOl > li > .modSubSection:has(.modBtn) {
  margin-block: 30px;
}
@media screen and (max-width: 768px) {
  .modListUl > li > .modSubSection:has(.modBtn),
  .modListOl > li > .modSubSection:has(.modBtn) {
    margin-block: 20px;
  }
}
.modListUl > li {
  position: relative;
  padding-left: calc(1em + 8px);
}
.modListUl > li::before {
  content: "●";
  color: var(--green-darker);
  position: absolute;
  left: 0;
}
.modListUl > li:not(:first-child) {
  margin-top: 15px;
}
.modListUl > li > .modListUl {
  margin-top: 20px;
}
.modListUl--smallDot > li::before {
  content: "";
  background: var(--black);
  aspect-ratio: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 8px;
  top: 15px;
}
.modListUl--textLink .modTextLink {
  color: var(--black);
}
.modListOl {
  counter-reset: modListOl;
}
.modListOl > li {
  position: relative;
  padding-left: 1.75em;
  counter-increment: modListOl;
}
.modListOl > li:not(:first-child) {
  margin-top: 15px;
}
.modListOl > li::before {
  content: counter(modListOl) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--green-darker);
}
.modListOl > li > .modListOl {
  margin-top: 20px;
}
.modListOl--en {
  counter-reset: modListOl;
}
.modListOl--en > li::before {
  content: counter(modListOl, lower-alpha) ".";
  color: var(--black);
  font-weight: 400;
}
.modListOl--enUpper {
  counter-reset: modListOl;
}
.modListOl--enUpper > li {
  padding-left: 1.3em;
}
.modListOl--enUpper > li::before {
  content: counter(modListOl, upper-alpha) ".";
  font-weight: 400;
  color: var(--black);
}
.modListOl--small > li::before {
  font-weight: 400;
  color: var(--black);
}
.modListOl--note > li::before {
  content: "*" counter(modListOl);
}

/* 2026.3.19追記　カッコ数字追加 */
.modListO2 li{
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: .5em;
}
.modListO2 li:before{
  text-align: center;
  position: absolute;
  left: 0px;
  content: "(" counter(list-item) ")";
}
/* 2026.3.19追記　li入れ子 */
.modListUl--smallDot02 > li::before {
  content: "";
  background: var(--black);
  aspect-ratio: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 8px;
  top: 15px;
}
.modListUl.modListUl--smallDot02 li{
  padding-left: 1.5em;
  margin-bottom: 1em;
  line-height: 1.75;
}
.modBlockLone .borderBox .modListUl--smallDot02 > li {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--gray-text);
}
@media screen and (max-width: 768px) {
  .modBlockLone .borderBox .modListUl--smallDot02 > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBlockLone .borderBox .modListUl--smallDot02 > li::before {
  background: var(--gray-text);
  width: 3px;
  height: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 2026.3.19 方針調整*/
.modListOl.poli p{
  margin-bottom: 1em;
}

.modListCard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 0;
  grid-auto-rows: auto minmax(0, auto) 1fr;
}
@media screen and (max-width: 768px) {
  .modListCard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 540px) {
  .modListCard {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.modListCard > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.modListCard > li:nth-child(n + 5) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .modListCard > li:nth-child(n + 3) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 540px) {
  .modListCard > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.modListCard--col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media screen and (min-width: 769px) {
  .modListCard--col3:nth-child(n + 5) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modListCard--col3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .modListCard--col3:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modListCard--top {
    margin-inline: -40px;
  }
}
.modListPost {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .modListPost {
    margin-top: -20px;
  }
}
.modListPost__item {
  border-bottom: 1px solid var(--gray-line);
}
.modListPost__item a {
  display: flex;
  gap: 25px;
  padding-block: 30px;
}
@media screen and (min-width: 769px) {
  .modListPost__item a {
    align-items: center;
  }
}
@media screen and (min-width: 1161px) {
  .modListPost__item a:hover .title > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item a {
    flex-direction: column;
    gap: 10px;
    padding-block: 20px;
  }
}
.modListPost__item a[target="_blank"]:not([href$=".pdf"]) .title > span {
  position: relative;
}
.modListPost__item a[target="_blank"]:not([href$=".pdf"]) .title > span::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center/contain;
  background: var(--green-main);
}
@media screen and (min-width: 1161px) {
  .modListPost__item
    a[target="_blank"]:not([href$=".pdf"])
    .title
    > span::after {
    position: absolute;
    left: calc(100% + 6px);
    padding-top: 11px;
  }
}
.modListPost__item a[href$=".pdf"] .title > span {
  position: relative;
}
.modListPost__item a[href$=".pdf"] .title > span::after {
  content: "pdf";
  display: inline-block;
  padding-bottom: 2px;
  padding-inline: 9.5px;
  border: 2px solid #e40e0e;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #e40e0e;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .modListPost__item a[href$=".pdf"] .title > span::after {
    position: absolute;
    left: calc(100% + 12px);
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item a[href$=".pdf"] .title > span::after {
    margin-left: 15px;
    padding-inline: 6px;
    padding-bottom: 1px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.modListPost__item a .info {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 208px;
}
.modListPost__item a .info time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.modListPost__item a .title {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.modListPost__item a .title > span {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px
    no-repeat;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modListPost--top .modListPost__item a {
  padding-block: 18px;
}
@media screen and (max-width: 768px) {
  .modListPost--top .modListPost__item a {
    padding-block: 15px;
  }
}
.modListFlow__item:not(:last-child) .leftArea {
  position: relative;
}
.modListFlow__item:not(:last-child) .leftArea::after {
  content: "";
  display: block;
  height: calc(100% - 118px);
  width: 2px;
  background-image: radial-gradient(
    ellipse 2px 3px at center,
    var(--green-darker) 0,
    var(--green-darker) 1px,
    transparent 1px,
    transparent 100%
  );
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: center 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.modListFlow__item:not(:last-child) .rightArea {
  padding-bottom: 20px;
}
.modListFlow__item__inner {
  display: flex;
  gap: 20px;
}
.modListFlow__item .leftArea {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .modListFlow__item .leftArea {
    width: 55px;
  }
}
.modListFlow__item .leftArea__step {
  line-height: 1.25;
  font-weight: 700;
  color: var(--green-darker);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modListFlow__item .leftArea__step {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListFlow__item .leftArea__img {
  aspect-ratio: 1;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--green-main);
}
@media screen and (max-width: 768px) {
  .modListFlow__item .leftArea__img {
    width: 55px;
    height: 55px;
  }
}
.modListFlow__item .leftArea__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modListFlow__item .rightArea {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modListFlow__item .rightArea__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px;
  background: var(--baige);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .modListFlow__item .rightArea__contents {
    padding: 20px;
  }
}
.modListFlow__item .rightArea__contents .whiteBox {
  padding: 20px;
  background: var(--white);
  border-radius: 20px;
  position: relative;
}
.modListFlow__item .rightArea__contents .whiteBox::after {
  content: "";
  display: block;
  aspect-ratio: 122/130;
  width: 122px;
  height: 130px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_flowCharacter.webp")
    no-repeat center center/contain;
  position: absolute;
  right: 65.5px;
  bottom: 19px;
}
@media screen and (max-width: 768px) {
  .modListFlow__item .rightArea__contents .whiteBox {
    padding: 15px 15px 80px;
  }
  .modListFlow__item .rightArea__contents .whiteBox::after {
    width: 61px;
    height: auto;
    right: 15px;
    bottom: 15px;
  }
}
.modListFlow__item .rightArea__contents .whiteBox__title {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.modListFlow__item .rightArea__contents .whiteBox .modListOl {
  font-size: 14px;
  font-size: 1.4rem;
}
.modListFlow--shinren .leftArea__img {
  background: var(--green-darker);
}
.modListFlow--shinren .rightArea__contents {
  background: var(--green-most-pale);
}
@media screen and (max-width: 768px) {
  .modListFlow--shinren .rightArea__contents .whiteBox {
    padding-bottom: 15px;
  }
}
.modListFlow--shinren .rightArea__contents .whiteBox::after {
  display: none;
}
.modListFlow + .modBtn {
  margin-top: 10px;
}
.modListRecruit__item {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray-line);
}
.modListRecruit__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .modListRecruit__item {
    flex-direction: column;
  }
}
.modListRecruit__item > dt {
  flex: 1;
  font-weight: 700;
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modListRecruit__item > dt {
    max-width: 174px;
  }
}
.modListRecruit__item > dd {
  flex: 1;
}
.modListTopLink {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  max-width: 1400px;
  margin: 25px auto;
  padding-inline: 80px;
}
@media screen and (max-width: 768px) {
  .modListTopLink {
    display: none;
  }
}
.modListTopLink__item {
  background: var(--green-main);
  border-radius: 30px;
}
.modListTopLink__item > a {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px 11px;
}
.modListTopLink__item > a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  background: var(--white);
  transform: rotate(-90deg);
}
@media screen and (min-width: 1161px) {
  .modListTopLink__item > a:hover > span {
    background-position: 0 calc(100% - 2px);
    background-size: 100% 1px;
  }
}
.modListTopLink__item > a[target="_blank"]::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center/contain;
  transform: initial;
}
.modListTopLink__item > a > span {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100%
    calc(100% - 2px) / 0 1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--white);
}
.modListTopLink--shinren .modListTopLink__item {
  background: var(--green-darker);
}
.modListTextLink > li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modListTextLink > li:not(:first-child) {
    margin-top: 20px;
  }
}
.modListService {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1310px) {
  .modListService {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListService {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .modListService > li {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1310px) {
  .modListService > li {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .modListService > li {
    width: 100%;
  }
}
.modListService > li .linkCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 25px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 108, 74, 0.1);
  font-weight: 700;
  color: var(--green-darker);
}
@media screen and (min-width: 1161px) {
  .modListService > li .linkCard:hover {
    box-shadow: 0 10px 20px rgba(0, 108, 74, 0.3);
  }
  .modListService > li .linkCard:hover .linkCard__text {
    background-position: 0 calc(100% - 2px);
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .modListService > li .linkCard {
    padding-block: 20px 22px;
    border-radius: 12px;
  }
}
.modListService > li .linkCard__img {
  display: block;
  aspect-ratio: 1;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .modListService > li .linkCard__img {
    width: 45px;
    height: 45px;
  }
}
.modListService > li .linkCard__text {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100%
    calc(100% - 2px) / 0 1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modListService > li .card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5.76px 5.76px rgba(0, 108, 74, 0.1);
  border: 1px solid var(--gray-line);
}
.modListService > li .card__head {
  padding-block: 12px 6px;
  background: var(--white);
  text-align: center;
}
.modListService > li .card__head .cardTitle {
  font-weight: 700;
  color: var(--green-darker);
}
.modListService > li .card__linkList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: var(--green-main);
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  .modListService > li .card__linkList {
    padding-inline: 10px;
  }
}
.modListService > li .card__linkList .btn {
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 40px 9px 20px;
  background: var(--white);
  border-radius: 30px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 1161px) {
  .modListService > li .card__linkList .btn:hover > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.modListService > li .card__linkList .btn[target="_blank"]::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  background: var(--green-darker);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.modListService > li .card__linkList .btn > span {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 700;
  line-height: 2;
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modListService > li .card__linkList .btn--long {
    padding-block: 4px 0;
  }
  .modListService > li .card__linkList .btn--long > span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .modListService--spCol2 {
    gap: 15px;
  }
  .modListService--spCol2 > li {
    width: calc(50% - 7.5px);
  }
}
.modListService--noBorder > li .card {
  border: none;
}
.modTag {
  --tag-color: #00875d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 28px;
  border: 2px solid var(--tag-color);
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--tag-color);
}
.modTag--topics {
  --tag-color: #8940be;
}
.modTag--event {
  --tag-color: #0066cc;
}
.modTag--notice {
  --tag-color: #d10000;
  background: var(--tag-color);
  font-weight: 600;
  color: var(--white);
}
.modTag--shinren {
  --tag-color: var(--green-darker);
  background: var(--green-darker);
  font-weight: 600;
  color: var(--white);
}
.modTag--heads-up {
  --tag-color: #eb6600;
  background: var(--tag-color);
  font-weight: 600;
  color: var(--white);
}
.modPagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .modPagination {
    gap: 12px;
  }
}
.modPagination > li {
  width: 45px;
  height: 45px;
  border: 1px solid var(--green-main);
  border-radius: 50%;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1161px) {
  .modPagination > li:hover {
    background: var(--green-main);
  }
  .modPagination > li:hover > a {
    font-weight: 600;
    color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  .modPagination > li {
    width: 35px;
    height: 35px;
  }
}
.modPagination > li:first-child,
.modPagination > li:last-child {
  background: var(--green-main);
}
@media screen and (min-width: 1161px) {
  .modPagination > li:first-child:hover,
  .modPagination > li:last-child:hover {
    background: var(--white);
  }
  .modPagination > li:first-child:hover > a::before,
  .modPagination > li:last-child:hover > a::before {
    background: var(--green-main);
  }
}
.modPagination > li:first-child > a::before,
.modPagination > li:first-child > span::before,
.modPagination > li:last-child > a::before,
.modPagination > li:last-child > span::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  background: var(--white);
  transition: 0.3s ease-out;
}
.modPagination > li:first-child {
  transform: rotate(90deg);
}
.modPagination > li:last-child {
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .modPagination > li:nth-child(2),
  .modPagination > li:nth-last-child(2) {
    display: none;
  }
}
.modPagination > li > a,
.modPagination > li > span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0.7;
  --letter-spacing: 0.08em;
}
.modPagination > li.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.modPagination > li.current {
  pointer-events: none;
  background: var(--green-main);
}
.modPagination > li.current > span {
  font-weight: 600;
  color: var(--white);
}
.modPagination > li.ellipsis {
  pointer-events: none;
  width: 14px;
  border: none;
}
@media screen and (max-width: 768px) {
  .modPagination > li.ellipsis {
    display: none;
  }
}
.modPagination > li.ellipsis > span::before {
  content: "…";
}
.modPagination--shinren > li {
  border-color: var(--green-darker);
}
.modPagination--shinren > li:first-child,
.modPagination--shinren > li:last-child,
.modPagination--shinren > li.current {
  background: var(--green-darker);
}
@media screen and (min-width: 1161px) {
  .modPagination--shinren > li:hover {
    background: var(--green-darker);
  }
  .modPagination--shinren > li:first-child:hover > a::before,
  .modPagination--shinren > li:last-child:hover > a::before {
    background: var(--green-darker);
  }
}
.modBlockYellow {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--baige);
  border: 3px solid var(--yellow);
  border-radius: 30px;
  padding: 37px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow {
    gap: 20px;
    padding: 17px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .modBlockYellow:has(.modTextStrong) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBlockYellow__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modBlockYellow .modHeadingLv03 {
  padding-left: 85px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modHeadingLv03 {
    display: inline-flex;
    align-items: center;
    min-height: 60px;
    padding-left: 75px;
  }
}
.modBlockYellow .modHeadingLv03::before,
.modBlockYellow .modHeadingLv03::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modBlockYellow .modHeadingLv03::before {
  aspect-ratio: 1;
  width: 70px;
  height: 70px;
  background: var(--green-main);
  border-radius: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modHeadingLv03::before {
    width: 60px;
    height: 60px;
  }
}
.modBlockYellow .modHeadingLv03::after {
  aspect-ratio: 26/46;
  width: 26px;
  height: 46px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_point.svg")
    no-repeat center center/contain;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modHeadingLv03::after {
    left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modHeadingLv04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBlockYellow .modHeadingLv04 .num {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modTextNote {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBlockYellow__whiteBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--white);
  border-radius: 30px;
  padding: 20px;
}
.modBlockYellow__precautionsBox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .modBlockYellow__precautionsBox {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modBlockYellow__precautionsBox {
    flex-direction: column;
  }
}
.modBlockYellow__precautionsBox::after {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 170px;
  height: 170px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_precautionsCharacter.webp")
    no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .modBlockYellow__precautionsBox::after {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 17px;
    bottom: 17px;
  }
}
.modBlockYellow__precautionsBox__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .modBlockYellow__precautionsBox--smallContents {
    display: block;
    padding-right: 210px;
    position: relative;
  }
  .modBlockYellow__precautionsBox--smallContents::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.modBlockYellow .modSubSection:has(.modBtn) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modSubSection:has(.modBtn) {
    margin-top: 15px;
  }
}
.modBlockYellow .modSubSection:has(.modBtn) + * {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow .modSubSection:has(.modBtn) + * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockYellow--precautions {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 105px;
  }
}
.modBlockYellow--precautions .modHeadingLv03::after {
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_precautions.svg")
    no-repeat center center/contain;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow--precautions .modHeadingLv03::after {
    width: 34px;
    height: 34px;
    left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockYellow--contact {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBlockYellow--contact .modHeadingLv03::after {
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_telephone.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_telephone.svg")
    no-repeat center center/contain;
  background: var(--white);
  left: 15px;
}
@media screen and (max-width: 768px) {
  .modBlockYellow--contact .modHeadingLv03::after {
    left: 8px;
  }
}
.modBlockYellow--shinren {
  border-color: var(--green-darker);
  background: var(--green-most-pale);
}

/* 2026.3.19追加 信連方針 囲み枠*/
.modBlockGreen--shinren{
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--green-main);
  border-radius: 30px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .modBlockGreen--shinren{
    padding: 17px;
    position: relative;
  }
}


.modBlockGreen {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--green-pale);
  border-radius: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .modBlockGreen {
    gap: 20px;
    padding: 20px;
  }
}
.modBlockGreen .modHeadingLv03 {
  padding-left: 47px;
  position: relative;
}
.modBlockGreen .modHeadingLv03::before {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 32px;
  height: 32px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_topics.svg")
    no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modBlockGreen .modHeadingLv03 {
    padding-left: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.modBlockGreen__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modBlockGreen__inner > .modHeadingLv04 .num {
  padding-right: 10px;
}
.modHeadingLv04--black .num {
  padding-right: 10px;/* 2026.3.19追加 */
}
.modBlockGreen__whiteBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--green-most-pale);
  border-radius: 30px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modBlockGreen__whiteBox {
    gap: 20px;
  }
}
.modBlockGreen__whiteBox__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modBlockGreen__whiteBox__inner {
    padding-left: 22px;
  }
}
.modBlockGreen__whiteBox__inner--noLeftPadding {
  padding-left: 0;
}
.modBlockGreen__whiteBox .modHeadingLv04 .num {
  position: absolute;
  left: 0;
}
.modBlockGreen__whiteBox--character::after {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 166/170;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_topicsCharacter.webp")
    no-repeat center center/contain;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modBlockGreen__whiteBox--character::after {
    width: 166px;
    height: 170px;
    right: 60px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockGreen__whiteBox--character {
    padding-bottom: 100px;
  }
  .modBlockGreen__whiteBox--character::after {
    width: 76px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modBlockGreen__whiteBox--character .modBlockGreen__whiteBox__inner {
    width: calc(100% - 230px);
  }
}
.modBlockBlue {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  background: #bdf1f6;
  border: 2px solid #189eab;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .modBlockBlue {
    gap: 20px;
    padding: 17px;
  }
}
.modBlockBlue__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: -40px;
  margin-inline: -40px;
  padding: 40px;
  border-radius: 0 0 140px 140px;
  background: #189eab;
}
.modBlockBlue__title::before {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 35/27;
  width: 35px;
  height: 27px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_column.svg")
    no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .modBlockBlue__title {
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockBlue__title {
    gap: 15px;
    margin-top: -20px;
    padding: 20px 50px 30px;
    border-radius: 0 0 100px 100px;
  }
}
.modBlockBlue__title .modHeadingLv03 {
  font-weight: 600;
  color: var(--white);
}
.modBlockBlue__whiteBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--white);
  border-radius: 30px;
  padding: 20px;
}
.modBlockBlue__whiteBox .modHeadingLv04 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.modBlockBlue__whiteBox .modHeadingLv04 > span {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .modBlockBlue__whiteBox .modHeadingLv04 {
    padding-block: 7px;
  }
}
.modBlockBlue__whiteBox--character {
  position: relative;
}
.modBlockBlue__whiteBox--character::after {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 228/183;
  width: 228px;
  height: 183px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_columnCharacter.webp")
    no-repeat center center/contain;
  position: absolute;
  right: 65px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modBlockBlue__whiteBox--character {
    padding-bottom: 122px;
  }
  .modBlockBlue__whiteBox--character::after {
    width: 114px;
    height: 91px;
    right: 20px;
    bottom: 20px;
  }
}
.modBlockBlue__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modBlockBlue__list {
    flex-direction: column;
    gap: 20px;
  }
}
.modBlockBlue__list .item {
  padding: 20px;
  background: var(--white);
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .modBlockBlue__list .item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
.modBlockBlue__list .item .modHeadingLv04 {
  text-align: center;
}
.modBlockBlue__list .item__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .modBlockBlue .modTextNote {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBlockCol {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modBlockCol {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modBlockCol .modImg {
    width: 38.7931034483%;
  }
}
.modBlockCol__textArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .modBlockCol__textArea {
    width: 57.7586206897%;
  }
}
@media screen and (max-width: 768px) {
  .modBlockCol__textArea {
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .modBlockCol--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .modBlockCol--float {
    display: block;
  }
  .modBlockCol--float::after {
    content: "";
    display: table;
    clear: both;
  }
  .modBlockCol--float .modImg {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 38.7931034483%;
    max-width: 450px;
  }
  .modBlockCol--float .modBlockCol__textArea {
    display: block;
    width: auto;
  }
  .modBlockCol--float .modListOl > li.is-beside-image {
    padding-left: calc(38.7931034483% + 40px + 1.5em);
  }
  .modBlockCol--float .modListOl > li.is-beside-image::before {
    left: calc(38.7931034483% + 40px);
  }
  .modBlockCol--float .modListUl > li.is-beside-image {
    padding-left: calc(38.7931034483% + 40px + 1em + 8px);
  }
  .modBlockCol--float .modListUl > li.is-beside-image::before {
    left: calc(38.7931034483% + 40px);
  }
}
@media screen and (min-width: 769px) {
  .modBlockCol--sameRatio .modImg {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .modBlockCol--col3 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1161px) {
  .modBlockCol--col3 > .modSubSection {
    width: calc(33.3333333333% - 26.6666666667px);
    height: -moz-fit-content;
    height: fit-content;
  }
}
.modBlockCol--col3 > .modSubSection .modImg {
  width: 100%;
}
@media screen and (min-width: 1161px) {
  .modBlockCol--overLink:hover .modBtn > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .modBlockCol--overLink:hover .modBtn[href^="tel:"]:has(> .small) > span {
    background-position: 0 calc(100% - 4px);
  }
}
.modBlockColLink {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modBlockColLink .modBlockCol .modImg > img {
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1161px) {
  .modBlockColLink:hover {
    opacity: 0.7;
  }
  .modBlockColLink:hover .modBlockCol .modImg > img {
    transform: scale(1.05);
  }
}
.modBlockLone {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modBlockLone .loanColBlock {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock {
    gap: 20px;
  }
}
.modBlockLone .loanColBlock__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 160px;
  border: 2px solid var(--green-main);
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock__item {
    border-radius: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 125px;
  }
}
.modBlockLone .loanColBlock__item .title {
  font-weight: 700;
  line-height: 1.1;
  --letter-spacing: 0;
  color: var(--green-darker);
  text-align: center;
}
.modBlockLone .loanColBlock__item .title .num {
  font-size: 22px;
  font-size: 2.2rem;
}
.modBlockLone .loanColBlock__item .text {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  --letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock__item .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modBlockLone .loanColBlock__item .text .num {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1250px) {
  .modBlockLone .loanColBlock__item .text .num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock__item .text .num {
    font-size: 30px;
    font-size: 3rem;
  }
}
.modBlockLone .loanColBlock__item--pickup .text {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock__item--pickup .text {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.modBlockLone .loanColBlock__item--pickup .text .num {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock__item--pickup .text .num {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--col3 {
    flex-direction: column;
  }
}
.modBlockLone .loanColBlock--col3 .loanColBlock__item {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 1250px) {
  .modBlockLone .loanColBlock--col3 .loanColBlock__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--col3 .loanColBlock__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--col4 {
    flex-direction: column;
  }
}
.modBlockLone .loanColBlock--col4 .loanColBlock__item {
  width: calc(25% - 30px);
}
@media screen and (max-width: 1250px) {
  .modBlockLone .loanColBlock--col4 .loanColBlock__item {
    width: calc(25% - 22.5px);
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--col4 .loanColBlock__item {
    width: 100%;
  }
}
.modBlockLone .loanColBlock--col4 + .loanBubble .loanBubble__content::before {
  left: calc((25% - 30px) / 2);
}
.modBlockLone .loanColBlock--order {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modBlockLone .loanColBlock--order {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 1250px) {
  .modBlockLone .loanColBlock--order {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--order .loanColBlock__item {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--order .loanColBlock__item:first-child {
    order: 1;
  }
}
.modBlockLone .loanColBlock--order .loanBubble {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--order .loanBubble {
    order: 2;
  }
}
.modBlockLone .loanColBlock--order .modTextNote {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanColBlock--order .modTextNote {
    order: 4;
  }
}
.modBlockLone .loanBubble__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12.5px;
  background: var(--green-pale);
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanBubble__content {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
  }
}
.modBlockLone .loanBubble__content::before {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 45px;
  height: 45px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_bubble.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_bubble.svg")
    no-repeat center center/contain;
  background: var(--green-pale);
  position: absolute;
  top: -20px;
  left: calc((33.3333333333% - 26.6666666667px) / 2);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanBubble__content::before {
    left: 50%;
    top: -17px;
  }
}
.modBlockLone .loanBubble__content .text {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanBubble__content .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBlockLone .loanBubble .modTextNote {
  margin-top: 20px;
  line-height: 1.1;
  --letter-spacing: 0;
  text-align: right;
}
.modBlockLone .loanBubble--noBubble .loanBubble__content {
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .modBlockLone .loanBubble--noBubble .loanBubble__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modBlockLone .loanBubble--noBubble .loanBubble__content::before {
  display: none;
}
.modBlockLone .borderBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border: 2px solid var(--gray-line);
}
@media screen and (max-width: 768px) {
  .modBlockLone .borderBox {
    padding: 18px 13px 15px 13px;
  }
}
.modBlockLone .borderBox .modHeadingLv04 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-line);
}
.modBlockLone .borderBox__yellowBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--baige);
  border-radius: 30px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .modBlockLone .borderBox__yellowBox {
    border-radius: 0;
  }
}
.modBlockLone .borderBox__precautionsArea {
  padding-top: 20px;
  border-top: 1px solid var(--gray-line);
}
.modBlockLone .borderBox .modListUl--smallDot > li {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--gray-text);
}
@media screen and (max-width: 768px) {
  .modBlockLone .borderBox .modListUl--smallDot > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBlockLone .borderBox .modListUl--smallDot > li::before {
  background: var(--gray-text);
  width: 3px;
  height: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.modBlockFaq {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 43px;
  position: relative;
}
.modBlockFaq::after {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 264/166;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_faqCharacter01.webp")
    no-repeat center center/contain;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modBlockFaq::after {
    width: 264px;
    height: 166px;
    top: -115px;
    right: 176px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockFaq::after {
    width: 132px;
    height: auto;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.modBlockFaq__item {
  overflow: hidden;
  border: 4px solid var(--green-main);
  border-radius: 32px;
  background: var(--white);
  transition: 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item {
    border-width: 3px;
    border-radius: 20px;
  }
}
.modBlockFaq__item__inner {
  display: flex;
  flex-direction: column;
}
.modBlockFaq__item .heading {
  margin: 0;
}
.modBlockFaq__item .heading__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 72px;
  padding: 12px 105px 17px 25px;
  background: var(--white);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item .heading__btn {
    padding: 10px 11px 12px;
  }
}
.modBlockFaq__item .heading__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 100%;
  background: var(--green-main);
  position: absolute;
  inset-block: 0;
  right: 0;
}
@media screen and (min-width: 1161px) {
  .modBlockFaq__item .heading__btn:hover .heading__btn__text > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item .heading__btn::after {
    width: 40px;
  }
}
.modBlockFaq__item .heading__btn__text {
  display: inline;
  padding-left: 49px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}
.modBlockFaq__item .heading__btn__text::before {
  content: "Q.";
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--green-main);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item .heading__btn__text {
    padding-inline: 38px 42px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .modBlockFaq__item .heading__btn__text::before {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modBlockFaq__item .heading__btn__text > span {
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modBlockFaq__item .heading__btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--green-main);
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 1;
  transition: 0.3s ease-out;
}
.modBlockFaq__item .heading__btn__icon::before,
.modBlockFaq__item .heading__btn__icon::after {
  content: "";
  position: absolute;
  background: var(--white);
  transition: 0.3s ease-out;
}
.modBlockFaq__item .heading__btn__icon::before {
  width: 2px;
  height: 18px;
}
.modBlockFaq__item .heading__btn__icon::after {
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item .heading__btn__icon {
    width: 40px;
    height: 70px;
    top: 0;
  }
}
.modBlockFaq__item .answer {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  min-height: 0;
  transition: 0.3s ease-out;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modBlockFaq__item .answer::before {
    pointer-events: none;
    content: "";
    display: block;
    aspect-ratio: 195/143;
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_faqCharacter02.webp")
      no-repeat center center/contain;
    width: 189px;
    left: 26px;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item .answer::before {
    width: 97.5px;
    top: 17px;
    left: calc(50% - 43px);
    transform: translateX(-50%);
  }
}
.modBlockFaq__item .answer__inner {
  display: flex;
  align-items: center;
  margin: 8px 144px 21px 241px;
  padding: 23px 20px;
  background: var(--baige);
  border-radius: 22px;
}
@media screen and (min-width: 769px) {
  .modBlockFaq__item .answer__inner {
    min-height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockFaq__item .answer__inner {
    flex-direction: column;
    margin: 72px 53px 10px 10px;
    padding-block: 20px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }
  .modBlockFaq__item .answer__inner::before {
    pointer-events: none;
    content: "";
    display: block;
    aspect-ratio: 195/143;
    background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/img_faqCharacter02.webp")
      no-repeat center center/contain;
    width: 97.5px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}
.modBlockFaq__item.is-open .heading__btn__icon::before {
  transform: rotate(90deg);
}
.modBlockFaq__item.is-open .answer {
  opacity: 1;
  visibility: visible;
}
.modBlockFaq--shinren {
  padding-top: 0;
}
.modBlockFaq--shinren::after {
  display: none;
}
.modBlockFaq--shinren .modBlockFaq__item {
  border-color: var(--green-darker);
}
.modBlockFaq--shinren .modBlockFaq__item .heading__btn::after {
  background: var(--green-darker);
}
.modBlockFaq--shinren .modBlockFaq__item .heading__btn__text::before {
  color: var(--green-darker);
}
.modBlockFaq--shinren .modBlockFaq__item .heading__btn__icon {
  background: var(--green-darker);
}
.modBlockFaq--shinren .modBlockFaq__item .answer::before {
  display: none;
}
.modBlockFaq--shinren .modBlockFaq__item .answer__inner {
  margin: 8px 101px 21px 21px;
  background: var(--green-most-pale);
}
.modBlockFaq--shinren .modBlockFaq__item .answer__inner::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBlockFaq--shinren .modBlockFaq__item .answer__inner {
    margin: 0 53px 10px 10px;
    padding-block: 20px 15px;
  }
}
.modBlockBanners {
  width: 100%;
  background: var(--green-most-pale);
}
.modBlockBanners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
  margin-inline: auto;
  padding: 60px 80px;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .modBlockBanners__list {
    gap: 13px 15px;
    padding: 40px 30px;
  }
}
.modBlockBanners__list > li {
  width: calc(25% - 21px);
}
@media screen and (max-width: 768px) {
  .modBlockBanners__list > li {
    width: calc(50% - 7.5px);
  }
}
.modBlockBanners__list > li > a {
  overflow: hidden;
  display: block;
  aspect-ratio: 289/140;
  border-radius: 20px;
  box-shadow: 0 18px 18px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 1161px) {
  .modBlockBanners__list > li > a:hover {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.12);
  }
  .modBlockBanners__list > li > a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .modBlockBanners__list > li > a {
    border-radius: 10px;
  }
}
.modBlockBanners__list > li > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.modBlockBtn .modBtn {
  margin-block: 15px 10px;
}
.modBlockCharacter {
  display: flex;
}
@media screen and (min-width: 769px) {
  .modBlockCharacter {
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockCharacter {
    flex-direction: column;
    gap: 20px;
  }
}
.modBlockCharacter__content {
  display: grid;
}
@media screen and (min-width: 769px) {
  .modBlockCharacter__content {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modBlockCharacter__content {
    gap: 40px;
  }
}
.modBlockCharacter__content__inner {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .modBlockCharacter__img {
    margin: auto;
    max-width: 215px;
  }
}
.modBlockCharacter__img img {
  max-width: 100%;
  height: auto;
  -o-object-position: center 2px;
  object-position: center 2px;
}
.modCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px 15px;
  border: 2px solid var(--green-main);
  border-radius: 30px;
  text-align: center;
}
.modCard .modHeadingLv04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modCard__img {
  padding-inline: 25px;
}
.modCard__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modCard--titleBorder {
  gap: 10px;
  text-align: left;
}
.modCard--titleBorder .modHeadingLv04 {
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-line);
  text-align: center;
}
.modCardLink {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 10px rgba(0, 108, 74, 0.1);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1161px) {
  .modCardLink:has(> a:hover) {
    box-shadow: 0 10px 20px rgba(0, 108, 74, 0.4);
  }
}
.modCardLink:not(.modCardLink--logo) .modCardLink__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modCardLink > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1161px) {
  .modCardLink > a:hover .modCardLink__textArea .title > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.modCardLink > a[target="_blank"] .modCardLink__textArea .title::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .modCardLink > a[target="_blank"] .modCardLink__textArea .title::after {
    transform: translateY(4px);
  }
}
.modCardLink__img {
  display: block;
}
@media screen and (min-width: 769px) {
  .modCardLink__img {
    aspect-ratio: 289/218;
  }
}
@media screen and (max-width: 768px) {
  .modCardLink__img {
    aspect-ratio: 315/130;
    height: 130px;
  }
}
.modCardLink__textArea {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 15px 25px;
  background: var(--green-main);
}
@media screen and (max-width: 540px) {
  .modCardLink__textArea {
    min-height: initial;
  }
}
.modCardLink__textArea .title {
  font-weight: 600;
  line-height: 1.35;
  --letter-spacing: 0;
  color: var(--white);
}
@media screen and (min-width: 769px) {
  .modCardLink__textArea .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardLink__textArea .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modCardLink__textArea .title > span {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1;
}
.modCardLink__textArea .title > span > .inlineBlock {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .modCardLink__textArea .title > span > .inlineBlock--brSp {
    display: initial;
  }
}
.modCardLink__textArea .text {
  font-weight: 300;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (min-width: 769px) {
  .modCardLink__textArea .text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modCardLink__textArea .text {
    margin-top: 9px;
  }
}
.modCardLink--logo {
  border: 1px solid var(--gray-line);
}
.modCardLink--logo .modCardLink__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 260/130;
  width: 100%;
  height: 130px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .modCardLink--logo .modCardLink__img {
    aspect-ratio: 260/130;
  }
}
.modCardLink--logo .modCardLink__img > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.modCardLink--logo .modCardLink__textArea {
  min-height: initial;
  padding-block: 8px 12px;
}
@media screen and (min-width: 769px) {
  .modCardLink--logo .modCardLink__textArea .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardLink--logo .modCardLink__textArea .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modCardLink--logo .modCardLink__textArea .title > span {
  line-height: inherit;
}
.modCardLink--shinren .modCardLink__textArea {
  background: var(--green-darker);
}
.modCardVideo {
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1161px) {
  .modCardVideo:not(.is-playing):hover .modCardVideo__video::before {
    background: rgba(0, 0, 0, 0.3);
  }
  .modCardVideo:not(.is-playing):hover .modCardVideo__video .btn {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .modCardVideo:not(.is-playing):hover .modCardVideo__textArea .title > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.modCardVideo__video {
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.modCardVideo__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s ease-out;
}
.modCardVideo__video.is-playing {
  cursor: default;
}
.modCardVideo__video.is-playing::before {
  display: none;
}
.modCardVideo .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.modCardVideo .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: calc(50% + 17px);
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.modCardVideo .btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.modCardVideo .btn__icon {
  position: relative;
  width: 0;
  height: 0;
  border-left: 21px solid var(--green-main);
  border-block: 12px solid rgba(0, 0, 0, 0);
  margin-left: 6px;
}
.modCardVideo__textArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 94px;
  padding: 15px 25px;
  background: var(--green-main);
}
.modCardVideo__textArea .title {
  font-weight: 600;
  line-height: 1.35;
  color: var(--white);
}
.modCardVideo__textArea .title > span {
  display: inline;
  vertical-align: middle;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100% 100%/0
    1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modCardVideo__textArea time {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--white);
}
.modCardVideo--shinren .modCardVideo__textArea {
  background: var(--green-darker);
}
.modCardBlock {
  display: flex;
}
@media screen and (min-width: 769px) {
  .modCardBlock {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock {
    flex-direction: column;
    gap: 11px;
  }
}
.modCardBlock__item {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .modCardBlock__item {
    border: 3px solid var(--green-darker);
    max-width: 570px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item {
    border: 2px solid var(--green-darker);
    border-radius: 17px;
  }
}
.modCardBlock__item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modCardBlock__item__head {
  background: var(--green-most-pale);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__head {
    border-radius: 30px 30px 0 0;
    border-bottom: 3px solid var(--green-darker);
    padding: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head {
    border-radius: 17px 17px 0 0;
    border-bottom: 2px solid var(--green-darker);
    padding: 11px;
    gap: 5px;
  }
}
.modCardBlock__item__head .icon img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head .icon img {
    max-width: 33px;
  }
}
.modCardBlock__item__head .caption {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--black);
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__head .caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head .caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modCardBlock__item__head .caption small {
  display: inline;
}
.modCardBlock__item__head .caption__smNewline {
  display: block !important;
  margin: 10px 0 0;
}
.modCardBlock__item__head--large {
  background: var(--white);
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__head--large {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head--large {
    justify-content: flex-start;
    border-radius: 17px;
    gap: 10px;
  }
}
.modCardBlock__item__head--large .caption {
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__head--large .caption {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head--large .caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__head--large .caption__sm01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head--large .caption__sm01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__head--large .caption__smNewline {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head--large .caption__smNewline {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__head--large .icon img {
    max-width: 70px;
  }
}
.modCardBlock__item__body {
  inset: 0;
  margin: auto;
  width: 86.9%;
}
@media screen and (min-width: 769px) {
  .modCardBlock__item__body {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__body {
    padding: 40px 11px;
  }
}
@media screen and (max-width: 768px) {
  .modCardBlock__item__body:has(.image) {
    width: 100%;
    padding-block: 20px;
  }
}
.modCardBlock__item__body .image {
  text-align: center;
  display: block;
}
.modCardBlock__item__body .image img {
  max-width: 100%;
  height: auto;
}
.modCardCol {
  display: grid;
}
@media screen and (min-width: 769px) {
  .modCardCol {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCardCol {
    gap: 11px;
  }
}
.modCardCol__item {
  border: 1px solid var(--green-darker);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modCardCol__item {
    border-radius: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCardCol__item {
    border-radius: 17px;
    padding: 11px;
  }
}
.modCardCol__item__caption {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: var(--green-darker);
}
@media screen and (min-width: 769px) {
  .modCardCol__item__caption {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardCol__item__caption {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.modCardCol__item__caption .small {
  display: block;
}
@media screen and (min-width: 769px) {
  .modCardCol__item__caption .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modCardCol__item__caption .small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modCta {
  display: flex;
  justify-content: center;
  width: 100%;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/cta/img_bg.webp")
    no-repeat center center/cover;
  position: relative;
}
.modCta::before {
  content: "";
  display: block;
  aspect-ratio: 526/251;
  width: 526px;
  height: 251px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/common/cta/img_character.webp")
    no-repeat center center/contain;
  border-radius: 180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .modCta {
    padding-block: 70px;
    text-align: center;
    margin-top: 200px;
  }
  .modCta::before {
    top: -97px;
  }
}
@media screen and (max-width: 768px) {
  .modCta {
    margin-top: 176px;
    padding-block: 38px 32px;
  }
  .modCta::before {
    width: 270px;
    height: initial;
    top: -56px;
  }
}
.modCta__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding-inline: 30px;
  max-width: 1240px;
  background: var(--white);
  position: relative;
}
@media screen and (min-width: 769px) {
  .modCta__inner {
    margin-inline: 120px;
    padding-block: 72px;
    border-radius: 9999px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__inner {
    margin-inline: 30px;
    padding-block: 40px;
    border-radius: 60px;
  }
  .modCta__inner .modHeadingLv02{
    text-align: center;
  }
}
.modCta .modBtn {
  margin-inline: auto;
  text-align: left;
}
.modImg {
  overflow: hidden;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.modImg img,
.modImg video {
  width: 100%;
  height: 100%;
  max-height: 567px;
  -o-object-fit: contain;
  object-fit: contain;
}
.modImg--rounded {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 30px;
}
.modImg--rounded:has(video) {
  display: flex;
}
.modImg--rounded video {
  border-radius: 30px;
}
.modImg--contentWidth {
  width: 100%;
}
.modImg--contentWidth img,
.modImg--contentWidth video {
  max-height: initial;
}
.modArticle {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .modArticle {
    gap: 30px;
    padding-inline: 120px;
  }
}
@media screen and (max-width: 768px) {
  .modArticle {
    gap: 20px;
    padding-inline: 30px;
    overflow-x: clip;
  }
}
@media screen and (min-width: 769px) {
  .modArticle > *:not(.modSection, .modSubSection, .modSubSection__inner) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modArticle > *:not(.modSection, .modSubSection, .modSubSection__inner) {
    margin-top: 20px;
  }
}
.modArticle a:not(.modBtn, .modTextTel) {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--green-darker);
  position: relative;
  background: linear-gradient(currentcolor, currentcolor) no-repeat 100%
    100%/100% 1px;
  transition:
    background-position 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 1161px) {
  .modArticle a:not(.modBtn, .modTextTel):hover {
    animation: textLinkHover 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}
.modArticle a:not(.modBtn, .modTextTel)[target="_blank"] {
  background: linear-gradient(currentcolor, currentcolor) no-repeat
    calc(100% - 28px) 100%/100% 1px;
}
.modArticle a:not(.modBtn, .modTextTel)[target="_blank"]::before {
  width: calc(100% - 26px);
}
.modArticle a:not(.modBtn, .modTextTel)[target="_blank"]::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_blank.svg")
    no-repeat center center;
  background: var(--green-main);
  width: 15px;
  height: 15px;
  margin-inline: 10px 5px;
}
@media screen and (min-width: 1161px) {
  .modArticle a:not(.modBtn, .modTextTel)[target="_blank"]:hover {
    animation: textLinkHoverIcon 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }
}
.modArticle a:not(.modBtn, .modTextTel)[href$=".pdf"]::after {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_pdf.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_pdf.svg")
    no-repeat center center;
}
.modArticle .modImg a::after {
  display: none !important;
}
.modArticle .modSection {
  max-width: initial;
  padding-inline: 0;
}
.modArticle .modSection:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .modArticle .modSubSection:not(.wp-block-lazyblock-mod-buttons) {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modArticle .modSubSection:not(.wp-block-lazyblock-mod-buttons) {
    gap: 30px;
  }
}
.modArticle > .modSubSection.wp-block-lazyblock-mod-buttons {
  margin-block: 30px;
}
@media screen and (max-width: 768px) {
  .modArticle > .modSubSection.wp-block-lazyblock-mod-buttons {
    margin-block: 20px;
  }
}
.modArticle > .modSubSection.wp-block-lazyblock-mod-buttons:first-child {
  margin-top: 0;
}
.modArticle > .modSubSection.wp-block-lazyblock-mod-buttons:last-child {
  margin-bottom: 0;
}
.modArticle--shinren .modHeadingLv02 {
  color: var(--green-darker);
}
.modArticle--shinren .modHeadingLv03::before {
  background: var(--green-darker);
}
.modArticle--shinren .modBtn:not(.modBtn--yellow) {
  background: var(--green-darker);
}
.modArticle--shinren .modBtn:not(.modBtn--yellow)::before {
  background: var(--green-main);
}
.modArticle--shinren .modBtn:not(.modBtn--yellow)[href$=".pdf"] {
  background: var(--white);
  border: 1px solid var(--green-darker);
}
.modArticle--shinren .modBtn:not(.modBtn--yellow)[href$=".pdf"]::before {
  background: var(--green-darker);
}
.modArticle--shinren .modBlockYellow {
  border-color: var(--green-darker);
  background: var(--green-most-pale);
}
.modArticle--shinren .modBlockYellow .modHeadingLv03::before {
  background: var(--green-main);
}
.modArticle--shinren .modBlockYellow__precautionsBox::after {
  display: none;
}
.modArticleInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modArticleInfo > time {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.modFormPullDown {
  overflow: hidden;
  max-width: 366px;
  height: 72px;
  border: 1px solid #f1f3f7;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  transition: 0.3s ease-out;
  position: relative;
}
.modFormPullDown__btn {
  width: 100%;
  height: 72px;
  padding: 18px;
  border: 1px solid #f1f3f7;
  transition: 0.3s ease-out;
  position: relative;
}
.modFormPullDown__btn::before,
.modFormPullDown__btn::after {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modFormPullDown__btn::before {
  width: 36px;
  height: 36px;
  background: var(--green-main);
  border-radius: 50%;
  right: 18px;
}
.modFormPullDown__btn::after {
  width: 15px;
  height: 15px;
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center;
  background: var(--white);
  right: 28.5px;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1161px) {
  .modFormPullDown__btn:hover {
    background: var(--green-most-pale);
  }
}
.modFormPullDown__btn .selectedText {
  font-size: 14px;
  font-size: 1.4rem;
  --letter-spacing: 0;
  line-height: 1.57;
}
.modFormPullDown__list {
  display: none;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  border: 1px solid #f1f3f7;
  transition:
    max-height 0.3s ease-out,
    opacity 0.3s ease-out;
  opacity: 0;
}
.modFormPullDown__list[hidden] {
  display: none !important;
}
.modFormPullDown__list:not([hidden]) {
  display: block !important;
}
.modFormPullDown__list.is-closing {
  max-height: 0 !important;
  opacity: 0 !important;
}
.modFormPullDown__list::-webkit-scrollbar {
  width: 8px;
}
.modFormPullDown__list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.modFormPullDown__list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
@media screen and (min-width: 1161px) {
  .modFormPullDown__list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.modFormPullDown__list .item {
  cursor: pointer;
  padding: 18px;
  background: var(--white);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1161px) {
  .modFormPullDown__list .item:hover {
    background: var(--green-most-pale);
  }
  .modFormPullDown__list .item:hover > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.modFormPullDown__list .item > span {
  display: inline;
  vertical-align: middle;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modFormPullDown__list .item:not(:last-child) {
  border-bottom: 1px solid var(--gray-line);
}
.modFormPullDown__list .item--child > span {
  margin-left: 1em;
}
.modFormPullDown.is-open {
  overflow: visible;
}
.modFormPullDown.is-open .modFormPullDown__btn {
  background: var(--green-most-pale);
  border-color: var(--gray-line);
}
.modFormPullDown.is-open .modFormPullDown__btn::after {
  transform: scaleY(-1) translateY(50%);
}
.modFormPullDown.is-open .modFormPullDown__list {
  display: block !important;
  max-height: 300px !important;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1 !important;
}
.modFormPullDown.is-open .modFormPullDown__list[hidden] {
  display: none !important;
}
.modFormPullDown.is-open .modFormPullDown__list.is-closing {
  max-height: 0 !important;
  opacity: 0 !important;
}
@media screen and (max-width: 768px) {
  .main--top .modHeadingLv02 {
    text-align: center;
  }
}
.main--top .topKv {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: min(100vh - 168px, 52.3387096774vw + 140px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}
.main--top .topKv::before {
  pointer-events: none;
  content: "";
  display: block;
  aspect-ratio: 198/226;
  width: 198px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/top/img_kvCharacter.webp")
    no-repeat center center/contain;
  position: absolute;
  bottom: 118px;
  left: 30px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .main--top .topKv {
    height: auto;
    max-height: calc(100vh - 46px);
    padding-top: 20px;
  }
  .main--top .topKv::before {
    width: 99px;
    bottom: 0;
    left: 15px;
  }
}
.main--top .topKv__slider {
  width: 100%;
  overflow: hidden;
  min-height: 0;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main--top .topKv__slider {
    flex: 0 1 auto;
    max-height: calc(100vh - 126px);
  }
}
.main--top .topKv__img {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main--top .topKv__img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.main--top .topKv__slider .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main--top .topKv__slider .swiper-slide {
    width: auto;
    height: auto;
    min-width: min(100vw, 69vh);
  }
}
.main--top .topKv__slider .swiper-slide > a {
  overflow: hidden;
  display: block;
  aspect-ratio: 1240/649;
  width: auto;
  max-width: 100vw;
  height: 100%;
  max-height: 52.3387096774vw;
  border-radius: 30px;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
}
@media screen and (min-width: 769px) {
  .main--top .topKv__slider .swiper-slide > a::before {
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    inset: 0;
    transition: 0.3s ease-out;
    z-index: 1;
  }
}
@media screen and (min-width: 1161px) {
  .main--top .topKv__slider .swiper-slide > a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .main--top .topKv__slider .swiper-slide > a {
    aspect-ratio: 1;
    width: calc(100% - 30px);
    max-height: none;
    height: auto;
    max-width: 100%;
  }
}
.main--top .topKv__slider .swiper-slide > a picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main--top .topKv__slider .swiper-slide > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.main--top .topKv__nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 40px 20px 0 43px;
  min-height: 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) and (min-width: 769px) {
  .main--top .topKv__nav {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .main--top .topKv__nav {
    gap: 0;
    margin-top: 20px;
    padding: 0 15px;
    min-height: 36px;
    position: relative;
  }
}
.main--top .topKv__nav .btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--green-main);
  border: 1px solid var(--green-main);
  border-radius: 50%;
  position: relative;
  transition: 0.3s ease-out;
}
.main--top .topKv__nav .btn.btn--prev {
  margin-right: 15px;
}
.main--top .topKv__nav .btn.btn--next {
  margin-left: 15px;
  margin-right: 10px;
}
.main--top .topKv__nav .btn.btn--play,
.main--top .topKv__nav .btn.btn--stop {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1161px) {
  .main--top .topKv__nav .btn:hover {
    background: var(--white);
  }
  .main--top .topKv__nav .btn:hover > span::before {
    background: var(--green-main);
  }
}
@media screen and (max-width: 768px) {
  .main--top .topKv__nav .btn {
    position: absolute;
    inset-block: 0;
    right: 15px;
  }
}
.main--top .topKv__nav .btn > span::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .main--top .topKv__nav .btn--prev,
  .main--top .topKv__nav .btn--next {
    display: none;
  }
}
.main--top .topKv__nav .btn--prev > span::before,
.main--top .topKv__nav .btn--next > span::before {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_arrow.svg")
    no-repeat center center/contain;
}
.main--top .topKv__nav .btn--prev > span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main--top .topKv__nav .btn--next > span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.main--top .topKv__nav .btn--play > span::before {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_play.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_play.svg")
    no-repeat center center/contain;
  background: var(--white);
}
@media screen and (min-width: 1161px) {
  .main--top .topKv__nav .btn--play:hover > span::before {
    background: var(--green-main);
  }
}
.main--top .topKv__nav .btn--stop > span::before {
  -webkit-mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_stop.svg")
    no-repeat center center/contain;
  mask: url("/jabank/wp-content/themes/ja-bank/assets/img/common/icon/icon_stop.svg")
    no-repeat center center/contain;
  background: var(--white);
}
@media screen and (min-width: 1161px) {
  .main--top .topKv__nav .btn--stop:hover > span::before {
    background: var(--green-main);
  }
}
.main--top .topKv__nav .thumbsBtn {
  flex: 0 0 auto;
  overflow: hidden;
  width: min(var(--thumbs-btn-width, 1040px), (var(--thumbs-btn-vw, 74.28vw)));
  max-width: min(
    var(--thumbs-btn-width, 1040px),
    (var(--thumbs-btn-vw, 74.28vw))
  );
  height: auto;
  min-height: 59px;
}
@media screen and (max-width: 768px) {
  .main--top .topKv__nav .thumbsBtn {
    margin: 0;
    width: auto;
    height: auto;
    min-height: 8px;
  }
}
.main--top .topKv__nav .thumbsBtn__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.main--top .topKv__nav .thumbsBtn__list__item {
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.main--top .topKv__nav .thumbsBtn__list__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1161px) {
  .main--top .topKv__nav .thumbsBtn__list__item:not(.swiper-slide-active) {
    position: relative;
  }
  .main--top
    .topKv__nav
    .thumbsBtn__list__item:not(.swiper-slide-active)::before {
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    inset: 0;
    transition: 0.3s ease-out;
  }
  .main--top
    .topKv__nav
    .thumbsBtn__list__item:not(.swiper-slide-active):hover::before {
    opacity: 1;
  }
}
.main--top .topKv__nav .thumbsBtn__list__item.swiper-slide {
  aspect-ratio: 200/100;
}
@media screen and (max-width: 768px) {
  .main--top .topKv__nav .thumbsBtn__list__item.swiper-slide {
    aspect-ratio: 1;
    width: 8px !important;
    height: 8px;
  }
}
.main--top .topKv__nav .thumbsBtn__list__item.swiper-slide-active {
  pointer-events: none;
  border-color: var(--green-main);
}
@media screen and (max-width: 768px) {
  .main--top .topKv__nav .thumbsBtn__list__item {
    border-radius: 50%;
    background: var(--green-light);
    border: none;
  }
  .main--top .topKv__nav .thumbsBtn__list__item img {
    display: none;
  }
  .main--top .topKv__nav .thumbsBtn__list__item.swiper-slide-active {
    background: var(--green-main);
    border-color: rgba(0, 0, 0, 0);
  }
}
.main--top .topKv + .modSection {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .main--top .topKv + .modSection {
    margin-top: 40px;
  }
}
.main--top .topIntro {
  margin-block: 140px;
  position: relative;
}
.main--top .topIntro::before {
  content: "";
  display: block;
  height: 280px;
  background: var(--baige);
  position: absolute;
  top: 294px;
  inset-inline: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main--top .topIntro::before {
    height: 470px;
    top: 182px;
  }
}
.main--top .topIntro__inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 768px) {
  .main--top .topIntro__inner {
    padding-inline: 30px;
  }
}
.main--top .topIntro__head {
  position: relative;
}
.main--top .topIntro__head::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  aspect-ratio: 371/405;
  width: 371px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/top/img_introCharacter.webp")
    no-repeat center center/contain;
  top: -76px;
  right: -16px;
}
@media screen and (min-width: 769px) {
  .main--top .topIntro__head {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .main--top .topIntro__head::after {
    width: 152px;
    top: 69px;
    left: calc(50% - 10px);
    transform: translateX(-50%);
  }
}
.main--top .topIntro__head .modHeadingLv02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main--top .topIntro__head .modHeadingLv02 {
    margin-bottom: 160px;
  }
}
.main--top .topIntro .modListCard {
  margin-top: 148px;
}
@media screen and (max-width: 768px) {
  .main--top .topIntro .modListCard {
    margin-top: 20px;
  }
}
.main--top .topService {
  margin-block: 140px;
  padding-block: 20px 120px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/top/img_serviceBg.webp")
    no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .main--top .topService {
    margin-block: 153px 80px;
    padding-block: 0 60px;
  }
}
.main--top .topService__inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 768px) {
  .main--top .topService__inner {
    padding-inline: 30px;
  }
}
.main--top .topService__head {
  width: 100%;
  margin-bottom: 45px;
  padding-block: 120px 26px;
  padding-left: 33.2203389831%;
  position: relative;
}
.main--top .topService__head::before {
  content: "";
  aspect-ratio: 330/294;
  width: 330px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/top/img_serviceCharacter.webp")
    no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main--top .topService__head {
    margin-bottom: 40px;
    padding-block: 94px 0;
    padding-left: 0;
  }
  .main--top .topService__head::before {
    width: 165px;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main--top .topService__head .title {
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  --letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .main--top .topService__head .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
    text-align: center;
  }
}
.main--top .topService__head .text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main--top .topService__head .text {
    margin-top: 20px;
  }
}
.main--top .topService__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .main--top .topService__contents {
    gap: 20px;
  }
}
.main--top .topService__contents .title {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.main--top .topService__contents + .topService__contents {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main--top .topService__contents + .topService__contents {
    margin-top: 40px;
  }
}
.main--shinrenTop .modSection {
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .modHeadingLv02 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .modHeadingLv02 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33;
    text-align: center;
  }
}
.main--shinrenTop .modListPost {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .modListPost {
    margin-top: -12px;
  }
}
.main--shinrenTop .shinrenTopSection {
  margin-block: 140px;
  padding-inline: 80px;
  position: relative;
}
.main--shinrenTop .shinrenTopSection::before {
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  background: url("/jabank/wp-content/themes/ja-bank/assets/img/shinren/top/img_bg.webp")
    no-repeat center top/cover;
  position: absolute;
  top: 105px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .shinrenTopSection {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopSection {
    margin-block: 80px;
    padding-inline: 30px;
  }
  .main--shinrenTop .shinrenTopSection::before {
    height: 220px;
    top: 80px;
  }
}
.main--shinrenTop .shinrenTopSection__inner {
  display: grid;
  gap: 40px;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .shinrenTopSection .modHeadingLv02 {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .shinrenTopSection .shinrenTopBlock__intro {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopSection--longTitle::before {
    top: 120px;
  }
}
.main--shinrenTop .shinrenTopKv {
  display: block;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 80px;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopKv {
    padding-inline: 15px;
  }
}
.main--shinrenTop .shinrenTopKv > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.main--shinrenTop .shinrenTopKv + .modSection {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopKv + .modSection {
    margin-top: 50px;
  }
}
.main--shinrenTop .shinrenTopBlock {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock {
    padding-top: 30px;
  }
}
.main--shinrenTop .shinrenTopBlock__intro {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  --letter-spacing: 0;
  line-height: 1.6;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock__intro {
    justify-content: center;
    margin-inline: -10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.72;
    text-align: center;
  }
}
.main--shinrenTop .shinrenTopBlock__content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock__content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.main--shinrenTop .shinrenTopBlock__content .btns {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock__content .btns {
    gap: 20px;
  }
}
.main--shinrenTop .shinrenTopBlock__content .btns .modBtn {
  display: flex;
  align-items: center;
  max-width: initial;
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .shinrenTopBlock__content .btns .modBtn::before,
  .main--shinrenTop .shinrenTopBlock__content .btns .modBtn::after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1161px) {
  .main--shinrenTop .shinrenTopBlock__content .btns .modBtn {
    height: min(100px, 8vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .main--shinrenTop .shinrenTopBlock__content .btns .modBtn {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock__content .btns .modBtn {
    padding-block: 15px;
    padding: 19px 59px 19px 19px;
    line-height: 1;
  }
}
.main--shinrenTop .shinrenTopBlock__content .btns .modBtn > span {
  font-size: 22px;
  font-size: 2.2rem;
  --letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock__content .btns .modBtn > span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    --letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .shinrenTopBlock__content--col2 .shinrenTopCard {
    width: 65.8064516129%;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopBlock__content--col2 .shinrenTopCard {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .main--shinrenTop
    .shinrenTopBlock__content--col3
    .shinrenTopCard:first-child {
    width: 48.3870967742%;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop
    .shinrenTopBlock__content--col3
    .shinrenTopCard:first-child {
    width: 100%;
  }
}
.main--shinrenTop
  .shinrenTopBlock__content--col3
  .shinrenTopCard:not(:first-child) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop
    .shinrenTopBlock__content--col3
    .shinrenTopCard:not(:first-child) {
    width: calc(50% - 10px);
  }
}
.main--shinrenTop .shinrenTopCard {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 10px 10px rgba(0, 108, 74, 0.1);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1161px) {
  .main--shinrenTop .shinrenTopCard:has(> a:hover) {
    box-shadow: 0 10px 20px rgba(0, 108, 74, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard {
    border-radius: 20px;
  }
}
.main--shinrenTop .shinrenTopCard > a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 1161px) {
  .main--shinrenTop .shinrenTopCard > a:hover .shinrenTopCard__title > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.main--shinrenTop .shinrenTopCard__img {
  display: block;
  height: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__img {
    height: calc(100% - 62px);
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop
    .shinrenTopCard__img:has(+ .shinrenTopCard__title--longTitle) {
    height: calc(100% - 84px);
  }
}
.main--shinrenTop .shinrenTopCard__img > img {
  aspect-ratio: 600/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__img > img {
    aspect-ratio: 315/130;
  }
}
.main--shinrenTop .shinrenTopCard__img--small > img {
  aspect-ratio: 290/300;
}
@media screen and (min-width: 769px) {
  .main--shinrenTop .shinrenTopCard__img--small > img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__img--small > img {
    aspect-ratio: 147.5/100;
  }
}
.main--shinrenTop .shinrenTopCard__img--large > img {
  aspect-ratio: 816/300;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__img--large > img {
    aspect-ratio: 315/179;
  }
}
.main--shinrenTop .shinrenTopCard__title {
  background: var(--green-darker);
  padding: 10px 25px 14px;
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__title {
    padding: 15px;
  }
}
.main--shinrenTop .shinrenTopCard__title > span {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  --letter-spacing: 0;
  color: var(--white);
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px
    no-repeat;
  transition: background-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__title > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main--shinrenTop .shinrenTopCard__title--longTitle {
    padding-block: 9px;
  }
}
.main--notFound .modBlockYellow {
  text-align: center;
}
.main--notFound .modImg img {
  height: auto;
  max-height: unset;
  width: revert-layer;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main--notFound .modImg img {
    max-width: 52%;
  }
}
.main--notFound .modHeadingLv02 {
  color: var(--black);
}
.main--notFound .modList--col3 {
  justify-content: center;
}
.main--supportTop .modSection--redBorder .modSection__inner {
  display: grid;
  border: 3px solid var(--red);
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .main--supportTop .modSection--redBorder .modSection__inner {
    gap: 60px;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main--supportTop .modSection--redBorder .modSection__inner {
    gap: 40px;
    padding: 40px 20px;
  }
}
.main--supportTop .modSection--redBorder .red {
  color: var(--red);
}
.main--supportTop .modSection--redBorder .modHeadingLv02 {
  color: var(--red);
}
/*# sourceMappingURL=main.min.css.map */

/* サイトマップ */
.subListItemLink{
    padding-left: 1.25em;
    margin-top: .5em;
}
.subListItemLink li{
    margin-bottom: .5em;
}
.subListItemLink li::before{
    content: "-";
    width: auto;
    height: auto;
    background: none;
    left: 1.75em;
    top: initial;
    display: inline-block;
    transform: none;
    position: absolute;
}
@media screen and (max-width: 768px) {
    .map-group{
        margin-top: 4em;
    }
}

/* 信連 方針一覧 */
.modSection.poli-gap{
    gap: 0;
}
.modSection.poli-gap .poli-gap--ma{
    margin-top: 2em;
}
.wp-block-columns.poli-flex{
    flex-direction: column;
}
.modTable__table.poli-wh{
    margin-top: 1em;
}
.modTable__table.poli-wh table thead tr th{
    font-weight: 400;
}
.modTable__table.poli-wh td{
    background: #fff;
    text-align: left;
}
.wp-block-columns.poli-flex .modTable__inner.wp-block-column{
    padding: 0;
    margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
    .modSection.poli-gap .modBlockFaq::after{
        width: 150px;
        height: 232px;
        right: 90px;
    }
}
@media screen and (max-width: 768px) {
    .modTable__table.poli-wh{
      width: 100%;
      font-size: 14px;
    }
    .modSection.poli-gap .modBlockFaq::after{
        display: none;
    }
    .modSection.poli-gap .modBlockFaq{
        padding-top: 30px;
    }
    .modTable__table.poli-wh table {
        width: 100% !important;
    }
}
/* よくある質問　調整 */
.modSection.faq-gap{
    gap: 0;
}
@media screen and (min-width: 769px) {
    .modSection.faq-gap .modBlockFaq::after{
        width: 150px;
        height: 232px;
        right: 90px;
    }
}
@media screen and (max-width: 768px) {
    .modSection.faq-gap .modBlockFaq::after{
        display: none;
    }
    .modSection.faq-gap .modBlockFaq{
        padding-top: 30px;
    }
}

/* 手数料 */
.emp{
    font-weight: 600;
}
.emp-Weight{
    font-weight: 700;
}
.modSubSection.ma-table{
    margin-top: 1em;
}
.modTable .txt-right, .modTableChart__table .txt-right{
    text-align: right;
}
.modTable__table.fee--ma table th, .modTable__table.fee--ma table td{
    padding: 15px; 
}
.modTable__table.fee--ma02 table th, .modTable__table.fee--ma02 table td{
    padding: 15px; 
}
.modTable__table.fee--ma02 table thead tr th:not(:last-child)::after, .modTable__table.fee--ma02 table thead tr td:not(:last-child)::after, .modTable__table.fee--ma02 table tbody tr th:not(:last-child)::after, .modTable__table.fee--ma02 table tbody tr td:not(:last-child)::after, .modTable__table.fee--ma02 table thead tr th::before{
    background: none;
}
.modTable__table.fee--ma02 table tbody tr:not(:last-child) th::before, .modTable__table.fee--ma02 table tbody tr:not(:last-child) td::before{
    background: none;
}
.modTable__table.fee--ma table thead tr th:not(:last-child)::after, .modTable__table.fee--ma table thead tr td:not(:last-child)::after, .modTable__table.fee--ma table tbody tr th:not(:last-child)::after, .modTable__table.fee--ma table tbody tr td:not(:last-child)::after{
    background: none;
}
.modTable__table.fee--ma table tbody tr:not(:last-child) th::before, .modTable__table.fee--ma table tbody tr:not(:last-child) td::before, .modTable__table.fee--ma table thead tr th::before{
    background: none;
}
.modTable__table.fee--ma02 table tr, .modTable__table.fee--ma02 table th, .modTable__table.fee--ma02 table td{
    border: solid 1px #e0e3e9;
}
.modTable__table.fee--ma table tr, .modTable__table.fee--ma table th, .modTable__table.fee--ma table td{
    border: solid 1px #e0e3e9;
    font-size: 14px;
}
.modTable__table.fee--ma table tbody tr:not(:last-child) th, .modTable__table.fee--ma table tbody tr:not(:last-child) td{
    font-size: 14px;
}
.modTableChart__table.unset-posi table{
    width: 150%;
    table-layout: fixed
}
.modTableChart__table.unset-posi table tr th, .modTableChart__table.unset-posi table tr td{
    padding: 14px;
}
.modTableChart__table.unset-posi table .wri-rl{
    /* writing-mode: vertical-rl; */
    letter-spacing: .2em;
    padding: .75em 2.2em .75em 2.1em;
}
.modTableChart__table.unset-posi table .bo-radi-rib{
    border-bottom: 1px solid var(--gray-line);
    border-radius: 0 0 20px 0;
}
.modTableChart__table.unset-posi table .bo-radi-left{
    border-radius: 20px 0 0 0;
}
.modTableChart__table.unset-posi table .bo-none-lef{
    border-left: none;
}
.modTableChart__table.unset-posi table .bo-none-radi{
    border-radius: 0 !important;
}
.modTableChart__table.unset-posi table .bo-botm{
    border-bottom: 1px solid var(--gray-line);
}
.modTableChart__table.unset-posi table .bo-lef{
    border-left: 1px solid var(--gray-line) !important;
}
@media screen and (min-width: 769px) {
  .modTableChart__table.unset-posi table tr th:first-child, .modTableChart__table.unset-posi table tbody tr th:nth-child(2){
      position: unset;
  }
}
@media screen and (max-width: 768px) {
  .modTable .txt-right, .modTableChart__table .txt-right{
      padding-right: 30px;
      font-size: smaller;
  }
  .modTable__table.fee--ma table, .modTable__table.fee--ma02 table, .modTableChart__table.unset-posi.fee--ma02{
    font-size: 14px;
  }
  .modTable__table.fee--ma02 table tr, .modTable__table.fee--ma02 table th, .modTable__table.fee--ma02 table td{
        border: solid 0.5px #e0e3e9;
  }
  .modTable__table.fee--ma table tr, .modTable__table.fee--ma table th, .modTable__table.fee--ma table td{
        border: solid 0.5px #e0e3e9;
  }
  .modTableChart__table.unset-posi table{
    width: 1280px
  }
  .modTable__inner.fee-ma02, 
  .modTable__inner.fee-ma02 .modTable__table.fee--ma02, 
  .modTable__inner.fee-ma02 .modTable__table.fee--ma02 table{
        width: 100%;
  }
}
.modAnchor.nav-noinline{
    padding: 0;
}

/* テーブル テキスト左寄せ ※2026.3.25追記 */
.modTable__table.fee--ma.txt-lef table tr th, .modTable__table.fee--ma.txt-lef table tr td{
    text-align: left;
    font-size: 14px !important;
}
.modTable__table.fee--ma.txt-lef table .txt-cn{
    text-align: center;
}