/* ----------------------------
	glossary Style Setting
	Create Date: 25.07.30
----------------------------*/
/**================================= Component Setting =================================**/
/******** Title Block ******* */
/* Page Title */
.pageBandTitleArea {
  padding: 20px;
  background-color: var(--blue);
}
.pageBandTitleArea .pageBandTitle {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3;
}

/* Heading Lv2 */
.hlLv2--glossary {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: #707070 solid 1px;
  gap: 10px;
}
.hlLv2--glossary .hlLv2--glossary__txt {
  border-left: #0E274D solid 5px;
  padding-left: 5px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0E274D;
  line-height: 1.2;
}

/* Heading Lv3 */
.hlLv3--glossary {
  font-size: 0.875rem;
  color: #0E274D;
  font-weight: 500;
}

/* text */
.introTxt {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #414141;
  margin-bottom: 40px;
}

.glossaryBodyTxt {
  font-size: 0.875rem;
  color: #0E274D;
  font-weight: 500;
}
.glossaryBodyTxt + .glossaryBodyTxt {
  margin-top: 1.5em;
}

/* Figure */
/* Table */
/* Button */
a.modBtn03--blue {
  background-color: var(--blue);
}

.sectBtmBtnBox {
  text-align: center;
  margin-top: 40px;
}

/* accordion */
.accordionTitle__mark {
  display: flex;
  align-items: center;
}
.accordionTitle__mark::before {
  content: "open";
  color: #0E274D;
  font-size: 0.875rem;
  font-weight: 700;
}
.accordionTitle__mark::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #0E274D transparent transparent transparent;
  margin-left: 5px;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
  transition: 0.3s;
}
.accordionTitle.is-open .accordionTitle__mark::before {
  content: "close";
}
.accordionTitle.is-open .accordionTitle__mark::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordionTitle.is-open + .accordionContents {
  max-height: 2000px;
}

.accordionContents {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

/* Card */
/* Column 1 */
.contCardList-oneClm {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contCardList-oneClm__item {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 6, 12, 0.2);
}
.contCardList-oneClm__item a {
  display: flex;
  flex-direction: column;
}
.contCardList-oneClm__itemTxtBox, .contCardList-oneClm__itemImgBox {
  display: contents;
}
.contCardList-oneClm__title {
  order: 1;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.contCardList-oneClm__body {
  order: 3;
}
.contCardList-oneClm .btmBtnBox {
  order: 4;
}
.contCardList-oneClm__itemImg {
  order: 2;
  text-align: center;
  padding: 20px;
}
.contCardList-oneClm__itemImg img {
  height: 50vw;
  max-height: 300px;
}

/* Column 2 */
.contCardList-twoClm {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contCardList-twoClm__item {
  background-color: white;
  border-radius: 20px;
}
.contCardList-twoClm__item a {
  display: block;
}
.contCardList-twoClm__ttl {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.contCardList-twoClm__Img {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: var(--black30) solid 1px;
}
.contCardList-twoClm__Img img {
  height: 30vw;
  max-height: 150px;
}
.contCardList-twoClm__txtBox {
  padding: 20px;
}
.contCardList-twoClm__body {
  font-size: 0.9375rem;
}

/* Section */
.innerSect + .innerSect {
  margin-top: 40px;
}

/**================================= Glossary Setting =================================**/
.sectGlossaly .sectInner {
  max-width: 910px;
  font-family: "Noto Sans JP", serif;
}

.glossaryCont {
  display: flex;
  flex-direction: column;
  border-bottom: var(--black30) solid 1px;
}
.glossaryCont:last-of-type {
  border-bottom: #707070 solid 1px;
}

.glossaryBodyTxtArea {
  background-color: var(--black5);
  padding: 20px;
  border-left: var(--black30) solid 1px;
  border-right: var(--black30) solid 1px;
}

.glossaryImgArea {
  display: grid;
}
.glossaryImgArea__item {
  padding: 20px;
  border-top: var(--black30) solid 1px;
  border-left: var(--black30) solid 1px;
  border-right: var(--black30) solid 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glossaryImgArea__imgBox {
  margin: 0 auto;
  text-align: center;
}
.glossaryImgArea__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 0.625rem;
  color: #0E274D;
}
.glossaryImgArea.row1col2 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "areaA areaB";
}
.glossaryImgArea.row1col2 .col01 {
  grid-area: areaA;
}
.glossaryImgArea.row1col2 .col02 {
  grid-area: areaB;
  border-left: none;
}
.glossaryImgArea.row2col2 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "areaA areaB" "areaC areaD";
}
.glossaryImgArea.row2col2 .row01.col01 {
  grid-area: areaA;
}
.glossaryImgArea.row2col2 .row01.col02 {
  grid-area: areaB;
  border-left: none;
}
.glossaryImgArea.row2col2 .row02.col01 {
  grid-area: areaC;
}
.glossaryImgArea.row2col2 .row02.col02 {
  grid-area: areaD;
  border-left: none;
}

/**================================= Helper Setting =================================**/
@media screen and (min-width: 897px) {
  /**================================= Component Setting =================================**/
  /******** Title Block ******* */
  /* Page Title */
  .pageBandTitleArea {
    padding: 40px;
  }
  .pageBandTitleArea .pageBandTitle {
    font-size: 2.875rem;
    line-height: 1;
  }
  /* Heading Lv2 */
  .hlLv2--glossary {
    padding-bottom: 8px;
  }
  .hlLv2--glossary .hlLv2--glossary__txt {
    border-left-width: 8px;
    padding-left: 8px;
    font-size: 1.625rem;
  }
  /* Heading Lv3 */
  /* text */
  .introTxt {
    font-size: 1.625rem;
    margin-bottom: 80px;
  }
  /* Figure */
  /* Table */
  /* Button */
  .sectBtmBtnBox {
    margin-top: 80px;
  }
  /* accordion */
  .accordionTitle__mark::before {
    font-size: 1rem;
  }
  .accordionTitle__mark::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 11.5px 0 11.5px;
    border-color: #0E274D transparent transparent transparent;
  }
  /* Card */
  /* Column 1 */
  .contCardList-oneClm__item {
    padding: 40px;
  }
  .contCardList-oneClm__item a {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
  }
  .contCardList-oneClm__itemTxtBox, .contCardList-oneClm__itemImgBox {
    display: block;
  }
  .contCardList-oneClm__title {
    text-align: left;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .contCardList-oneClm .btmBtnBox {
    text-align: left;
  }
  .contCardList-oneClm__itemImg {
    width: 230px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .contCardList-oneClm__itemImg img {
    height: auto;
  }
  /* Column 2 */
  .contCardList-twoClm {
    display: grid;
    grid-template-columns: calc(50% - 45px) calc(50% - 45px);
    gap: 90px;
  }
  .contCardList-twoClm__item {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 6, 0.16);
  }
  .contCardList-twoClm__item a {
    display: block;
  }
  .contCardList-twoClm__ttl {
    padding: 30px 0;
    font-size: 1.4375rem;
  }
  .contCardList-twoClm__Img {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: var(--black30) solid 1px;
  }
  .contCardList-twoClm__Img img {
    height: 30vw;
    max-height: 150px;
  }
  .contCardList-twoClm__txtBox {
    padding: 25px;
  }
  .contCardList-twoClm__body {
    font-size: 0.9375rem;
  }
  /* Section */
  .innerSect + .innerSect {
    margin-top: 60px;
  }
  /**================================= Helper Setting =================================**/
  /**================================= Glossary Setting =================================**/
  .glossaryCont {
    flex-direction: row;
  }
  .glossaryBodyTxtArea {
    flex: 1 0 450px;
  }
  .glossaryImgArea {
    width: 100%;
  }
  .glossaryImgArea__item {
    border-left: none;
    padding: 30px;
  }
  .glossaryImgArea.row1col1 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "areaA";
  }
  .glossaryImgArea.row1col1 .row01 {
    grid-area: areaA;
  }
  .glossaryImgArea.row2col1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "areaA" "areaB";
  }
  .glossaryImgArea.row2col1 .row01 {
    grid-area: areaA;
    border-top: none;
  }
  .glossaryImgArea.row2col1 .row02 {
    grid-area: areaB;
  }
  .glossaryImgArea.row3col1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "areaA" "areaB" "areaC";
  }
  .glossaryImgArea.row3col1 .row01 {
    grid-area: areaA;
    border-top: none;
  }
  .glossaryImgArea.row3col1 .row02 {
    grid-area: areaB;
  }
  .glossaryImgArea.row3col1 .row03 {
    grid-area: areaC;
  }
  .glossaryImgArea.row1col2 .col01 {
    border-top: none;
  }
  .glossaryImgArea.row1col2 .col02 {
    border-top: none;
  }
  .glossaryImgArea.row2col2 .row01 {
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */