@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;
}

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: "";
  display: block;
  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;
  }
}
@media print {
  .fv::before {
    display: none;
  }
}
.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: 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: 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;
  }
}

.financialMain {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .financialMain {
    padding: 0 20rem;
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.financialMain :where(button) {
  cursor: pointer;
  width: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.financialMain__tabList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19rem 29rem;
}
@media screen and (max-width: 768px) {
  .financialMain__tabList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
  }
}
.financialMain__tabItem {
  border-radius: 6rem;
  background-color: #fff;
  overflow: hidden;
}
.financialMain__tabButton {
  height: 100%;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.6111111111;
  padding: 21rem 0 22rem;
  color: #0691D9;
  border: none;
  background-color: #EEF2F5;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .financialMain__tabButton {
    align-items: center;
    box-sizing: border-box;
    display: flex !important;
    font-size: 16rem;
    height: 100%;
    justify-content: center;
    padding: 15rem 5rem;
    width: 100%;
  }
}
.financialMain__tabButton.-active {
  background-color: #0691D9;
  color: #fff;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .financialMain__tabButton:hover {
    opacity: 0.7;
  }
}
.financialMain__type {
  margin-top: 21rem;
}
.financialMain__type.-hide {
  display: none;
}
.financialMain__typeList {
  display: flex;
  gap: 18rem;
}
.financialMain__typeItem {
  background-color: #fff;
  width: 180rem;
}
.financialMain__typeButton {
  border: solid 1rem #0691D9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.4705882353;
  padding: 14rem 0;
  color: #0691D9;
  background-color: #fff;
  transition: opacity 0.3s;
}
.financialMain__typeButton.-active {
  background-color: #0691D9;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .financialMain__typeButton:hover {
    opacity: 0.7;
  }
}
.financialMain__control {
  margin-top: 16.5rem;
}
@media screen and (max-width: 768px) {
  .financialMain__control {
    margin-top: 20rem;
  }
}
.financialMain__controlList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .financialMain__controlList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
  }
}
.financialMain__controlList .financialMain__controlItem:nth-child(2) {
  margin-left: 10rem;
}
.financialMain__controlList .financialMain__controlItem:nth-child(3) {
  margin-left: 30rem;
}
@media screen and (max-width: 768px) {
  .financialMain__controlList .financialMain__controlItem:nth-child(3) {
    min-width: 0 !important;
  }
}
.financialMain__controlList .financialMain__controlItem:nth-child(4) {
  margin-left: 33rem;
}
@media screen and (max-width: 768px) {
  .financialMain__controlList .financialMain__controlItem {
    margin-left: 0 !important;
  }
}
.financialMain__controlButton {
  gap: 9rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #5F6368;
  text-decoration: underline;
  border: none;
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.4705882353;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .financialMain__controlButton {
    font-size: 16rem;
    justify-content: center;
  }
}
.financialMain__controlButton svg * {
  color: #5F6368;
}
@media (hover: hover) and (pointer: fine) {
  .financialMain__controlButton:hover {
    opacity: 0.7;
  }
}
.financialMain__controlButton.-download {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .financialMain__controlButton.-download {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 2rem 9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .financialMain__controlButton.-download:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .financialMain__controlButton.-download svg {
    grid-row: span 2/span 2;
  }
}
.financialMain__controlButton.-download .adjst {
  color: #5F6368;
}
@media screen and (max-width: 768px) {
  .financialMain__controlButton.-download .adjst {
    grid-column-start: 2;
  }
}
.financialMain__controlButton.-download .adjst a {
  color: #5F6368;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .financialMain__controlButton.-download .adjst a:hover {
    opacity: 0.7;
  }
}
.financialMain__controlButton.-button {
  height: 60rem;
  color: #0691D9;
  background-color: #fff;
  border-radius: 200rem;
  border: solid 2rem #0691D9;
  text-decoration: none;
  padding: 0 13rem;
}
.financialMain__controlButton.-button svg * {
  color: #0691D9;
}
@media screen and (max-width: 768px) {
  .financialMain__controlButton.-button {
    height: 50rem;
    line-height: normal !important;
  }
}
.financialMain__controlButton.-button.-active {
  background-color: #0691D9;
  color: #fff;
  pointer-events: none;
}
.financialMain__controlButton.-button.-active svg * {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .financialMain__controlButton:not(.-button) {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.financialMain__desc {
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-top: 42rem;
}
@media screen and (max-width: 768px) {
  .financialMain__desc {
    font-size: 14rem;
  }
}
.financialMain__result {
  margin-top: 58rem;
}
@media screen and (max-width: 768px) {
  .financialMain__result {
    margin-top: 30rem;
  }
}
.financialMain__resultTitle {
  position: relative;
  font-size: 30rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20rem;
  padding-left: 70rem;
}
@media screen and (max-width: 768px) {
  .financialMain__resultTitle {
    font-size: 18rem;
    margin-bottom: 10rem;
    padding-left: 40rem;
  }
}
.financialMain__resultTitle::before {
  display: block;
  position: absolute;
  width: 36rem;
  height: 3rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #0691D9;
}
@media screen and (max-width: 768px) {
  .financialMain__resultTitle::before {
    width: 20rem;
  }
}
.financialMain__resultChart {
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .financialMain__resultChart {
    margin-top: 30rem;
    overflow: auto;
  }
}
.financialMain__resultChart table, .financialMain__resultChart canvas {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .financialMain__resultChart table, .financialMain__resultChart canvas {
    width: 1200rem;
  }
}
.financialMain__resultChart img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.financialMain__resultChart img:first-child {
  width: 80%;
}
.financialMain__resultChart img:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .financialMain__resultChart img {
    width: 1200rem !important;
  }
}
.financialMain__resultChart table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .financialMain__resultChart table {
    display: block;
    width: 1200rem; /* 画像の実際の幅 */
    max-width: none;
  }
}
.financialMain__resultChart table th, .financialMain__resultChart table td {
  border: 1rem solid #949494;
}
.financialMain__resultChart table thead tr th {
  background-color: #EAF0F5;
  font-size: 15rem;
  font-weight: 600;
  text-align: center;
  height: 66rem;
}
.financialMain__resultChart table thead tr th:not(:nth-child(1)) {
  width: 160rem;
}
.financialMain__resultChart table thead tr th:nth-child(1) {
  width: 400rem;
}
.financialMain__resultChart table tbody tr th {
  height: 76rem;
  background-color: #F4F4F4;
  padding-left: 30rem;
  text-align: left;
  font-size: 15rem;
  font-weight: 600;
  padding-right: 20rem;
}
.financialMain__resultChart table tbody tr td {
  padding-right: 18rem;
  text-align: right;
  background-color: #F8F8F8;
  font-size: 15rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .financialMain .termTitle {
    font-size: 16rem;
  }
}
.financialMain .term-checkbox {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .financialMain .term-checkbox label {
    font-size: 15rem;
  }
}
/*# sourceMappingURL=financial-information.css.map */