@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: 25rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.library {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  padding-bottom: 200rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .library {
    padding: 0;
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.library .library__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .library .library__list {
    grid-template-columns: 1fr;
    gap: 50rem 0;
  }
}
.library .library__list .library__itemTop {
  display: contents;
}
.library .library__list .library__item {
  gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  max-width: 100%;
  padding: 24rem 35rem 29rem 35rem;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item {
    display: block;
    padding-left: 20rem;
    padding-right: 20rem;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.library .library__list .library__item h3 {
  font-size: 20rem;
  padding-bottom: 9rem;
  border-bottom: 1rem solid #707070;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item h3 {
    font-size: 15rem;
  }
}
.library .library__list .library__item .thumbnail {
  width: 100%;
  margin-top: 15rem;
  vertical-align: bottom;
  height: 219rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item .thumbnail {
    margin-bottom: 15rem;
  }
}
.library .library__list .library__item span {
  font-size: 15rem;
  display: block;
  margin-top: 45rem;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item span {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 500rem) {
  .library .library__list .library__item span {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 500rem) {
  .library .library__list .library__item:nth-child(3) span {
    margin-top: 25rem;
  }
}
.library .library__list .library__item .pdf__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
  background-color: #F3F3F3;
  box-sizing: border-box;
  padding: 25rem 30rem;
  font-size: 15rem;
  line-height: 21rem;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item .pdf__content {
    padding-left: 12rem;
    padding-right: 12rem;
    font-size: 13rem;
  }
}
.library .library__list .library__item .pdf__content:nth-of-type(1) {
  margin-top: 29rem;
}
.library .library__list .library__item .pdf__content:nth-of-type(2) {
  margin-top: 9rem;
}
.library .library__list .library__item .pdf__content p {
  display: inline;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item .pdf__content p {
    width: -moz-max-content;
    width: max-content;
  }
}
.library .library__list .library__item .pdf__content img {
  width: 1em;
  height: 1em;
}
.library .library__list .library__item .pdf__contentInner {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .library .library__list .library__item .pdf__contentInner:hover {
    opacity: 0.7;
  }
}
.library .library__list .library__item .btn {
  width: 100%;
  height: 75rem;
  margin-top: 33rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item .btn {
    width: 100%;
    margin-top: 0;
    position: static;
    padding: 0;
    transform: none;
    margin-top: 30rem;
  }
}
.library .library__list .library__item .btn a {
  width: 100%;
  height: inherit;
  box-sizing: border-box;
  border: 2rem solid #0691D9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18rem;
  color: #0691D9;
  font-weight: 600;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .library .library__list .library__item .btn a {
    font-size: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .library .library__list .library__item .btn a:hover {
    opacity: 0.7;
  }
}
.library .library__list .library__item .btn a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.library .reports {
  width: 100%;
  margin-top: 111rem;
  display: block;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .library .reports {
    box-sizing: border-box;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-top: 50rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .library .reports:hover {
    opacity: 0.7;
  }
}
.library .reports img {
  width: 100%;
}

.financial-summary {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  padding: 0 20rem;
  box-sizing: border-box;
  padding-bottom: 207rem;
  margin-top: 106rem;
}
@media screen and (max-width: 768px) {
  .financial-summary {
    padding: 0 20rem 100rem 20rem;
    box-sizing: border-box;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .financial-summary .sp-info {
    display: flex;
    flex-wrap: wrap;
  }
  .financial-summary .sp-info img {
    width: 17rem;
    padding-top: 3rem;
    height: 17rem;
  }
}
.financial-summary h2 {
  text-align: center;
  font-size: 30rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .financial-summary h2 {
    font-size: 18rem;
  }
}
.financial-summary h3 {
  font-size: 30rem;
  font-weight: 600;
  margin-top: 80rem;
  padding-bottom: 30rem;
  border-bottom: 1rem solid #D5D5D5;
  margin-bottom: 65rem;
}
@media screen and (max-width: 768px) {
  .financial-summary h3 {
    font-size: 18rem;
    margin-top: 50rem;
    margin-bottom: 20rem;
  }
}
.financial-summary h4 {
  font-size: 29rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .financial-summary h4 {
    font-size: 18rem;
  }
}
.financial-summary h4.head__mid {
  margin-top: 75rem;
}
@media screen and (max-width: 768px) {
  .financial-summary h4.head__mid {
    margin-top: 50rem;
  }
}
.financial-summary a {
  display: block;
  padding-left: 29rem;
  padding-right: 29rem;
  box-sizing: border-box;
  transition: opacity 0.3s;
  gap: 5rem;
  font-size: 18rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .financial-summary a {
    padding-left: 0;
    padding-right: 0;
    font-size: 15rem;
  }
}
.financial-summary a.link__first {
  margin-top: 34rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .financial-summary a.link__first {
    margin-top: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .financial-summary a:hover {
    opacity: 0.7;
  }
}
.financial-summary a p {
  display: inline;
}
.financial-summary a img {
  width: 1em;
  height: 1em;
}
.financial-summary .accordion {
  margin-top: 10rem;
  margin-bottom: 100rem;
}
.financial-summary .accordion__container {
  width: 100%;
  margin: 0 auto;
}
.financial-summary .accordion__title {
  background-color: #EEF2F5;
  color: #fff;
  height: 72rem;
  font-size: 1.25em;
  padding: 0.625em 0.625em 0.625em 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35rem;
  box-sizing: border-box;
  margin-top: 20rem;
  border-radius: 6rem;
}
.financial-summary .accordion__title h5 {
  color: #0691D9;
  font-size: 20rem;
  padding-left: 25rem;
}
@media screen and (max-width: 768px) {
  .financial-summary .accordion__title h5 {
    padding-left: 0;
    font-size: 18rem;
  }
}
.financial-summary .accordion__title .arrow {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-right: 3rem solid #0691D9;
  border-bottom: 3rem solid #0691D9;
  transition: transform 0.3s;
}
.financial-summary .accordion__title.is-active {
  border-radius: 10rem 10rem 0 0;
}
.financial-summary .accordion__title.is-active .arrow__content .arrow {
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
}
.financial-summary .accordion__title.is-active::before {
  border-radius: 10rem 0 0 0;
}
.financial-summary .accordion__title h4 {
  font-size: 24rem;
  letter-spacing: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .financial-summary .accordion__title .arrow {
    top: 50%;
  }
}
.financial-summary .accordion__content {
  background-color: #fff;
  padding: 0 30rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .financial-summary .accordion__content {
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .financial-summary .accordion__content .sp-info {
    display: flex;
    flex-wrap: wrap;
  }
  .financial-summary .accordion__content .sp-info img {
    width: 17rem;
    padding-top: 3rem;
    height: 17rem;
  }
}
.financial-summary .accordion__content h4:not(:first-child) {
  margin-top: 30rem;
}
.financial-summary .accordion__content a {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  transition: opacity 0.3s;
  margin-top: 15rem;
}
@media (hover: hover) and (pointer: fine) {
  .financial-summary .accordion__content a:hover {
    opacity: 0.7;
  }
}
.financial-summary .accordion__content.is-open {
  height: auto;
  opacity: 1;
  padding: 50rem 30rem 27rem 30rem;
  padding-top: 0;
  line-height: normal;
  height: auto;
  opacity: 1;
  padding-top: 27rem;
}
@media screen and (max-width: 768px) {
  .financial-summary .accordion__content.is-open {
    padding: 30rem 20rem 27rem 20rem;
  }
}

.securities-report {
  padding: 0 20rem;
  box-sizing: border-box;
  padding-bottom: 207rem;
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
}
@media screen and (max-width: 768px) {
  .securities-report {
    padding: 0 20rem 100rem 20rem;
    box-sizing: border-box;
    margin-top: 50rem;
  }
}
.securities-report h2 {
  text-align: center;
  font-size: 30rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .securities-report h2 {
    font-size: 18rem;
  }
}
.securities-report h3 {
  font-size: 30rem;
  font-weight: 600;
  margin-top: 80rem;
  padding-bottom: 30rem;
  border-bottom: 1rem solid #D5D5D5;
  margin-bottom: 65rem;
}
@media screen and (max-width: 768px) {
  .securities-report h3 {
    font-size: 18rem;
    margin-bottom: 20rem;
    margin-top: 50rem;
  }
}
.securities-report h4 {
  font-size: 29rem;
  font-weight: 600;
}
.securities-report h4.head__mid {
  margin-top: 75rem;
}
@media screen and (max-width: 768px) {
  .securities-report h4.head__mid {
    margin-top: 50rem;
  }
}
.securities-report a {
  display: block;
  padding-left: 29rem;
  padding-right: 29rem;
  box-sizing: border-box;
  transition: opacity 0.3s;
  margin-bottom: 15rem;
  font-size: 18rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .securities-report a {
    padding-left: 0;
    padding-right: 0;
    font-size: 15rem;
  }
}
.securities-report a.link__first {
  margin-top: 34rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .securities-report a.link__first {
    margin-top: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .securities-report a:hover {
    opacity: 0.7;
  }
}
.securities-report a p {
  display: inline;
}
.securities-report a img {
  width: 1em;
  height: 1em;
}
.securities-report .accordion {
  margin-top: 10rem;
  margin-bottom: 100rem;
}
.securities-report .accordion__container {
  width: 100%;
  margin: 0 auto;
}
.securities-report .accordion__title {
  background-color: #EEF2F5;
  color: #fff;
  height: 72rem;
  font-size: 1.25em;
  padding: 0.625em 0.625em 0.625em 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35rem;
  box-sizing: border-box;
  margin-top: 20rem;
  border-radius: 6rem;
}
.securities-report .accordion__title h5 {
  color: #0691D9;
  font-size: 20rem;
  padding-left: 25rem;
}
@media screen and (max-width: 768px) {
  .securities-report .accordion__title h5 {
    font-size: 18rem;
    padding-left: 0;
  }
}
.securities-report .accordion__title .arrow {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-right: 3rem solid #0691D9;
  border-bottom: 3rem solid #0691D9;
  transition: transform 0.3s;
}
.securities-report .accordion__title.is-active {
  border-radius: 10rem 10rem 0 0;
}
.securities-report .accordion__title.is-active .arrow__content .arrow {
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
}
.securities-report .accordion__title.is-active::before {
  border-radius: 10rem 0 0 0;
}
.securities-report .accordion__title h4 {
  font-size: 24rem;
  letter-spacing: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .securities-report .accordion__title h4 {
    font-size: 18rem;
  }
}
@media screen and (max-width: 600px) {
  .securities-report .accordion__title .arrow {
    top: 50%;
  }
}
.securities-report .accordion__content {
  background-color: #fff;
  padding: 0 30rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .securities-report .accordion__content {
    padding: 0 20rem;
  }
}
.securities-report .accordion__content a {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .securities-report .accordion__content a:hover {
    opacity: 0.7;
  }
}
.securities-report .accordion__content .content__last {
  margin-top: 15rem;
}
.securities-report .accordion__content.is-open {
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
  padding: 50rem 30rem 27rem 30rem;
  padding-top: 0;
  line-height: normal;
  height: auto;
  opacity: 1;
  padding-top: 27rem;
}
@media screen and (max-width: 768px) {
  .securities-report .accordion__content.is-open {
    padding: 27rem 20rem 27rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .securities-report .accordion__content.is-open a p {
    font-size: 15rem;
  }
}

.report {
  padding: 0 20rem;
  box-sizing: border-box;
  padding-bottom: 207rem;
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
}
@media screen and (max-width: 768px) {
  .report {
    padding: 0 20rem 100rem 20rem;
    box-sizing: border-box;
    margin-top: 50rem;
  }
}
.report h2 {
  text-align: center;
  font-size: 30rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .report h2 {
    font-size: 18rem;
  }
}
.report h3 {
  font-size: 30rem;
  font-weight: 600;
  margin-top: 80rem;
  padding-bottom: 30rem;
  border-bottom: 1rem solid #D5D5D5;
  margin-bottom: 65rem;
}
@media screen and (max-width: 768px) {
  .report h3 {
    font-size: 18rem;
    margin-top: 50rem;
    margin-bottom: 20rem;
  }
}
.report h4 {
  font-size: 29rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .report h4 {
    font-size: 18rem;
  }
}
.report h4.head__mid {
  margin-top: 75rem;
}
@media screen and (max-width: 768px) {
  .report h4.head__mid {
    margin-top: 50rem;
  }
}
.report a {
  display: block;
  padding-left: 29rem;
  padding-right: 29rem;
  box-sizing: border-box;
  transition: opacity 0.3s;
  margin-bottom: 15rem;
  font-size: 18rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .report a {
    padding-left: 0;
    padding-right: 0;
    font-size: 15rem;
  }
}
.report a.link__first {
  margin-top: 34rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .report a.link__first {
    margin-top: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .report a:hover {
    opacity: 0.7;
  }
}
.report a p {
  display: inline;
}
.report a img {
  width: 1em;
  height: 1em;
}
.report .accordion {
  margin-top: 10rem;
  margin-bottom: 100rem;
}
.report .accordion__container {
  width: 100%;
  margin: 0 auto;
}
.report .accordion__title {
  background-color: #EEF2F5;
  color: #fff;
  height: 72rem;
  font-size: 1.25em;
  padding: 0.625em 0.625em 0.625em 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35rem;
  box-sizing: border-box;
  margin-top: 20rem;
  border-radius: 6rem;
}
.report .accordion__title h5 {
  color: #0691D9;
  font-size: 20rem;
  padding-left: 25rem;
}
@media screen and (max-width: 768px) {
  .report .accordion__title h5 {
    font-size: 18rem;
    padding-left: 0;
  }
}
.report .accordion__title .arrow {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-right: 3rem solid #0691D9;
  border-bottom: 3rem solid #0691D9;
  transition: transform 0.3s;
}
.report .accordion__title.is-active {
  border-radius: 10rem 10rem 0 0;
}
.report .accordion__title.is-active .arrow__content .arrow {
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
}
.report .accordion__title.is-active::before {
  border-radius: 10rem 0 0 0;
}
.report .accordion__title h4 {
  font-size: 24rem;
  letter-spacing: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .report .accordion__title .arrow {
    top: 50%;
  }
}
.report .accordion__content {
  background-color: #fff;
  padding: 0 30rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .report .accordion__content {
    padding: 0 20rem;
  }
}
.report .accordion__content a {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .report .accordion__content a:hover {
    opacity: 0.7;
  }
}
.report .accordion__content .content__last {
  margin-top: 15rem;
}
.report .accordion__content.is-open {
  height: auto;
  opacity: 1;
  padding: 50rem 30rem 27rem 30rem;
  padding-top: 0;
  line-height: normal;
  height: auto;
  opacity: 1;
  padding-top: 27rem;
}
@media screen and (max-width: 768px) {
  .report .accordion__content.is-open {
    padding: 27rem 20rem 27rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .report .accordion__content.is-open a p {
    font-size: 15rem;
  }
}
/*# sourceMappingURL=library.css.map */