@charset "UTF-8";
/* =======================================
  INDIVIDUAL ELEMENTS
======================================= */
/*-----------------------------------------
  variable
-----------------------------------------*/
:root {
  --font-42: 2.625rem;
  --font-26: 1.625rem;
  --font-24: 1.5rem;
  --font-22: 1.375rem;
  --font-20: 1.25rem;
  --font-18: 1.125rem;
  --font-16: 1rem;
  --font-14: 0.875rem;
  --font-13: 0.813rem;
  --font-12: 0.75rem;
}

/*-----------------------------------------
  utility
-----------------------------------------*/
[id^=anc] {
  scroll-margin-top: 120px;
}
@media (max-width: 767px) {
  [id^=anc] {
    scroll-margin-top: 64px;
  }
}

[id^=anc]::before {
  content: "";
  display: block;
  height: 0.1px;
  margin-top: -0.1px;
}

.alignR {
  text-align: right !important;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignPcRSpC {
  text-align: right;
}
@media (max-width: 767px) {
  .alignPcRSpC {
    text-align: center;
  }
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cornerBracket {
  position: relative;
  color: var(--line-color);
  text-decoration: none;
  transition: background-size 0.6s ease-out;
  --line-color: #242424;
  --corner-size: 10px;
  --line-size: 1px;
  background-image: linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color)), linear-gradient(var(--line-color), var(--line-color));
  background-repeat: no-repeat;
  background-size: var(--corner-size) var(--line-size), var(--line-size) var(--corner-size), var(--corner-size) var(--line-size), var(--line-size) var(--corner-size), var(--corner-size) var(--line-size), var(--line-size) var(--corner-size), var(--corner-size) var(--line-size), var(--line-size) var(--corner-size);
  background-position: top left, top left, top right, top right, bottom right, bottom right, bottom left, bottom left;
}

/*-----------------------------------------
  individualCommonField
-----------------------------------------*/
.individualCommonField {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  line-height: 2;
  color: #242424;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
.individualCommonField .textBox {
  width: 980px;
  margin-inline: auto;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (max-width: 767px) {
  .individualCommonField .textBox {
    width: 100%;
  }
}
.individualCommonField .imgBox {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.individualCommonField .imgWrap {
  margin-inline: auto;
}
.individualCommonField .imgWrap.w800 {
  width: 800px;
}
.individualCommonField .imgWrap.w928 {
  width: 928px;
}
@media (max-width: 767px) {
  .individualCommonField .imgWrap {
    width: 100% !important;
  }
}
.individualCommonField picture {
  display: block;
}
.individualCommonField img {
  max-width: 100%;
  height: auto;
}
.individualCommonField a {
  color: #242424;
  text-decoration: none;
}
.individualCommonField .horizontalrule {
  border: none;
}
.individualCommonField .horizontalrule.dark {
  border-top: 1px solid #242424;
}
.individualCommonField .horizontalrule.light {
  border-top: 1px solid #d8d8d8;
}
.individualCommonField .horizontalrule.sizeXL {
  margin-block: 64px;
}
.individualCommonField .horizontalrule.sizeL {
  margin-block: 56px;
}
.individualCommonField .horizontalrule.sizeM {
  margin-block: 48px;
}
.individualCommonField .horizontalrule.sizeS {
  margin-block: 44px;
}
.individualCommonField .headingGroup {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .individualCommonField .headingGroup {
    margin-bottom: 24px;
  }
}
.individualCommonField .headingGroup .sectionTtlEn {
  margin-bottom: 16px;
  font-family: "arial", sans-serif;
  font-size: var(--font-16);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .individualCommonField .headingGroup .sectionTtlEn {
    margin-bottom: 14px;
    font-size: var(--font-13);
  }
}
.individualCommonField .headingGroup .sectionTtl {
  font-size: var(--font-42);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .individualCommonField .headingGroup .sectionTtl {
    font-size: var(--font-24);
  }
}
.individualCommonField .plainText {
  margin-top: 24px;
  font-size: var(--font-18);
  line-height: 1.8;
}
.individualCommonField .noteText {
  margin-top: 24px;
  font-size: var(--font-14);
  line-height: 1.5;
}
.individualCommonField .btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
}
.individualCommonField .btnList .btnItem {
  display: flex;
}
.individualCommonField .btnList .btn {
  margin-top: 0;
}
.individualCommonField .btnArea {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .individualCommonField .btnArea {
    margin-top: 24px;
  }
}
.individualCommonField .btnArea .btn {
  margin-top: 0;
}
.individualCommonField .btn {
  min-width: 269px;
  min-height: 60px;
  margin-top: 24px;
  padding: 8px 20px 8px 32px;
  display: inline-flex;
  justify-content: center;
  font-weight: 700;
  font-size: var(--font-16);
  line-height: 1.4;
  background: rgb(36, 36, 36);
  border-radius: 5px;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .individualCommonField .btn:hover {
    opacity: 0.8;
  }
  .individualCommonField .btn:hover .iconBtn {
    right: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .individualCommonField .btn {
    margin-top: 24px;
    padding: 8px 8px 8px 16px;
  }
}
.individualCommonField .btn .btnInner {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding-right: 24px;
  position: relative;
}
.individualCommonField .btn .iconBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
.individualCommonField .btn .iconBtn::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  font-weight: 400;
  background: url(/english/company/financial/individual/library/common/img/arrow_r.svg) center center no-repeat;
  background-size: 13px;
}
.individualCommonField .btnNote {
  font-size: var(--font-12);
}
.individualCommonField .w540 {
  width: 540px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .individualCommonField .w540 {
    width: 100%;
  }
}
.individualCommonField .w440 {
  width: 440px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .individualCommonField .w440 {
    width: 100%;
  }
}

/*-----------------------------------------
  ivLocalNav
-----------------------------------------*/
.ivLocalNav {
  padding: 32px 0 28px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.ivLocalNav .ivLocalNavList {
  margin-inline: auto;
  display: flex;
  background-image: repeating-linear-gradient(180deg, #242424, #242424 1px, transparent 1px, transparent 5px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}
.ivLocalNav .ivLocalNavitem {
  background-image: repeating-linear-gradient(180deg, #242424, #242424 1px, transparent 1px, transparent 5px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}
.ivLocalNav .ivLocalNavitem a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .ivLocalNav .ivLocalNavitem a:hover {
    color: rgba(36, 36, 36, 0.6);
  }
  .ivLocalNav .ivLocalNavitem a:hover .iconAnchor {
    bottom: -48px;
  }
}
@media only screen and (max-width: 767px) {
  .ivLocalNav .ivLocalNavitem a {
    flex: 1;
  }
}
.ivLocalNav .ivLocalNavitem .iconAnchor {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  background: #242424 url(/english/company/financial/individual/library/common/img/arrow_d.svg) center center no-repeat;
  background-size: 13px;
  border-radius: 100vmax;
  transition: all 0.3s ease-out;
}

/*-----------------------------------------
  clmBox
-----------------------------------------*/
.clmBox,
.clmBox > .pbNested {
  display: flex;
  flex-wrap: wrap;
}

/*-----------------------------------------
  table
-----------------------------------------*/
.tableUnit {
  font-size: var(--font-14);
  color: #83838c;
}

.basicTable {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  background: #fff;
}
.basicTable thead th {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.basicTable tbody th,
.basicTable tbody td {
  padding: 7px 16px;
  font-size: var(--font-14);
  line-height: 1.5;
  vertical-align: middle;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.basicTable tbody th {
  font-weight: 700;
  background: #d2e1f1;
}
.basicTable tbody td {
  background: #fff;
}

.imgClmList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}
@media only screen and (max-width: 767px) {
  .imgClmList {
    flex-direction: column;
  }
}
.imgClmList > * {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .imgClmList > * {
    width: 100%;
  }
}

/*-----------------------------------------
  relatedField
-----------------------------------------*/
.relatedField {
  padding: 48px 0 64px;
  background: #fff;
}
.relatedField .imgBanner {
  width: 780px;
  margin-inline: auto;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .relatedField .imgBanner {
    width: 100%;
  }
}
.relatedField .imgBanner a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .relatedField .imgBanner a:hover figure::after {
    background: rgba(36, 36, 36, 0.8);
  }
}
.relatedField .imgBanner a figure {
  height: 120px;
  overflow: hidden;
}
.relatedField .imgBanner a figure::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(36, 36, 36, 0.7);
  transition: background 0.3s ease-out;
}
.relatedField .imgBanner a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedField .imgBanner a figcaption {
  width: calc(100% - 48px);
  text-align: center;
  color: #fff;
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .relatedField .imgBanner a figcaption {
    letter-spacing: 0.04em;
  }
}
.relatedField .imgBanner a .iconBanner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.relatedField .imgBanner a .iconBanner::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  font-weight: 400;
  background: url(/english/company/financial/individual/library/common/img/arrow_r.svg) center center no-repeat;
  background-size: 15px;
}
.relatedField .relatedTtl {
  margin-top: 64px;
  font-size: var(--font-22);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.relatedField .relatedTtl.reportTtl {
  margin: 16px 0 24px;
}
.relatedField .btnList {
  margin-bottom: 112px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .relatedField .btnList {
    margin-bottom: 72px;
    gap: 12px;
  }
}
.relatedField .btnList .btnItem {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 767px) {
  .relatedField .btnList .btnItem {
    width: 100%;
  }
}
.relatedField .btnList .btn {
  width: 100%;
}
.relatedField .relatedLink {
  margin-top: 64px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .relatedField .relatedLink {
    gap: 8px;
  }
}
.relatedField .relatedLink .relatedItem {
  width: calc((100% - 60px) / 3);
  margin-inline: auto;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .relatedField .relatedLink .relatedItem {
    width: 100%;
  }
}
.relatedField .relatedLink .relatedItem a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .relatedField .relatedLink .relatedItem a:hover img {
    opacity: 0.4;
  }
}
.relatedField .relatedLink .relatedItem a figure {
  height: 117px;
  overflow: hidden;
  background: rgb(36, 36, 36);
}
.relatedField .relatedLink .relatedItem a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.relatedField .relatedLink .relatedItem a figcaption {
  width: calc(100% - 48px);
  text-align: center;
  color: #fff;
  font-size: var(--font-16);
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.relatedField .relatedLink .relatedItem a .iconBanner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.relatedField .relatedLink .relatedItem a .iconBanner::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  font-weight: 400;
  background: #242424 url(/english/company/financial/individual/library/common/img/arrow_r.svg) center center no-repeat;
  background-size: 10px;
}

/*-----------------------------------------
  AOS
-----------------------------------------*/
.is-cms-admin [data-aos] {
  opacity: 1;
  transform: none;
}

/*-----------------------------------------
  localSearchNavi
-----------------------------------------*//*# sourceMappingURL=individual_common.css.map */