.index_apply {
  padding-top: 90px;
}
@media screen and (max-width: 1100px) {
  .index_apply {
    padding-top: 6.6666666667vw;
  }
}
.index_apply .g_inner_wrap,
.index_investigation .g_inner_wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  .index_apply .g_inner_wrap,
  .index_investigation .g_inner_wrap {
    padding: 0 16px !important;
  }
}

.index_tab {
  padding-top: 150px;
}
@media screen and (max-width: 1100px) {
  .index_tab {
    padding-top: 50px;
  }
}
.index_tab.index_tab-bottom {
  margin: 30px 0 0 0;
  border-top: none;
}
.index_tab.index_tab-bottom .index_tab__list {
  border-bottom: none;
  border-top: 12px solid #1BADB9;
}
@media screen and (max-width: 1100px) {
  .index_tab.index_tab-bottom .index_tab__list {
    border-top-width: 4px;
  }
}
.index_tab.index_tab-bottom .index_tab_item {
  border-radius: 0 0 10px 10px;
}
.index_tab__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border-bottom: 12px solid #1BADB9;
}
@media screen and (max-width: 1100px) {
  .index_tab__list {
    border-bottom-width: 4px;
  }
}
.index_tab_item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 49%;
  height: 100px;
  border-radius: 10px 10px 0 0;
  background-color: #DCDDDD;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1101px) {
  .index_tab_item:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1101px) {
  .index_tab_item {
    transition: 0.3s;
  }
  .index_tab_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .index_tab_item {
    width: 49.5%;
    height: 43px;
    font-size: 1.2rem;
    border-radius: 5px 5px 0 0;
  }
}
.index_tab_item.-active {
  background-color: #1BADB9;
}

.index_apply,
.index_investigation {
  display: none;
}
.index_apply.-active,
.index_investigation.-active {
  display: block;
}
.index_apply .g_inner_wrap,
.index_investigation .g_inner_wrap {
  padding: 0 50px;
  box-sizing: border-box;
}

@media screen and (min-width: 1101px) {
  .index_investigation .visible-sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .index_investigation .visible-pc {
    display: none;
  }
}
.index_investigation p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.index_investigation p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 1100px) {
  .index_investigation p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .index_investigation p::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
  }
}
.index_investigation img {
  max-width: 100%;
  height: auto;
}
.index_investigation_box .index_investigation__headding {
  text-align: center;
  margin-bottom: 30px;
}
.index_investigation_box .index_investigation__headding--headding01 {
  margin-top: 90px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box .index_investigation__headding--headding01 {
    margin-top: 6.6666666667vw;
  }
}
.index_investigation_box .index_investigation__headding--headding02 {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box .index_investigation__headding--headding02 {
    margin-top: 35px;
  }
}
.index_investigation_box .index_investigation__headding--headding03 {
  margin-top: 90px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box .index_investigation__headding--headding03 {
    margin-top: 35px;
  }
}
.index_investigation_box .index_investigation__headding span {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box .index_investigation__headding span {
    font-size: 1.7rem;
  }
}
.index_investigation_box .index_investigation__headding span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: -1;
  width: calc(100% + 10px);
  height: 12px;
  background-color: #8cd6dc;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box .index_investigation__headding span::before {
    bottom: 0px;
    height: 6px;
  }
}
.index_investigation_box__img-img01 {
  margin-top: 15px;
}
.index_investigation_box__img-img01 img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 650px) {
  .index_investigation_box__img-img01 {
    margin-top: 35px;
  }
  .index_investigation_box__img-img01 img:nth-of-type(1) {
    display: none;
  }
  .index_investigation_box__img-img01 img:nth-of-type(2) {
    display: block;
  }
}
.index_investigation_box__img-img02 {
  margin-top: 40px;
}
.index_investigation_box__img-img02 img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 650px) {
  .index_investigation_box__img-img02 {
    margin-top: 45px;
  }
  .index_investigation_box__img-img02 img:nth-of-type(1) {
    display: none;
  }
  .index_investigation_box__img-img02 img:nth-of-type(2) {
    display: block;
  }
}
.index_investigation_box__img__caution {
  margin-top: 40px;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box__img__caution {
    margin-top: 15px;
    text-align: center;
    font-size: 1rem !important;
  }
}
.index_investigation_box .p01 {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .index_investigation_box .p01 {
    margin-top: 10px;
    text-align: center;
    font-size: 1rem;
  }
}
.index_investigation_graphbox {
  margin-top: 30px;
  padding: 35px 50px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .index_investigation_graphbox {
    padding: 10px 15px;
  }
}
.index_investigation_graphbox.--bg-blue {
  margin-top: 90px;
  background-color: #d1eff1;
}
@media screen and (max-width: 1100px) {
  .index_investigation_graphbox.--bg-blue {
    margin-top: 35px;
  }
}
.index_investigation_graphbox.--bg-blue .index_investigation-subtitle {
  color: #1BADB9;
}
.index_investigation_graphbox.--bg-blue .circlegraph_val_value {
  color: #1BADB9;
}
.index_investigation_graphbox.--bg-blue .index_investigation_circlegraph_data ul li:nth-of-type(1)::after {
  background-color: #1BADB9;
}
.index_investigation_graphbox.--bg-blue .index_investigation_circlegraph_data ul li:nth-of-type(2)::after {
  background-color: #BBE7EA;
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.807 / 0.807 * 100%);
  background-color: #1badb9;
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.693 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.9);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.661 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.85);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.658 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.8);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(5) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.483 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.75);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(6) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.48 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.7);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(7) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.436 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.65);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(8) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.392 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.6);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(9) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.416 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.55);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph01 .index_investigation_bargraph_item:nth-of-type(10) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.011 / 0.807 * 100%);
  background-color: rgba(27, 173, 185, 0.5);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.632 / 0.632 * 100%);
  background-color: #1badb9;
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.594 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.97);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.543 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.94);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.499 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.91);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(5) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.498 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.88);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(6) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.423 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.85);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(7) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.379 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.82);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(8) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.376 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.79);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(9) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.357 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.76);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(10) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.338 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.73);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(11) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.297 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.7);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(12) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.242 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.67);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(13) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.225 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.64);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(14) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.207 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.61);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(15) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.206 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.58);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(16) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.202 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.55);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(17) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.192 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.52);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(18) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.173 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.49);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(19) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.172 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.46);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph02 .index_investigation_bargraph_item:nth-of-type(20) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.192 / 0.632 * 100%);
  background-color: rgba(27, 173, 185, 0.43);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph03 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.602 / 0.602 * 100%);
  background-color: #1badb9;
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph03 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.385 / 0.602 * 100%);
  background-color: rgba(27, 173, 185, 0.9);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph03 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.382 / 0.602 * 100%);
  background-color: rgba(27, 173, 185, 0.8);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph03 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.311 / 0.602 * 100%);
  background-color: rgba(27, 173, 185, 0.7);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph03 .index_investigation_bargraph_item:nth-of-type(6) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.23 / 0.602 * 100%);
  background-color: rgba(27, 173, 185, 0.5);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph04 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.464 / 0.464 * 100%);
  background-color: #1badb9;
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph04 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.256 / 0.464 * 100%);
  background-color: rgba(27, 173, 185, 0.85);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph04 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.192 / 0.464 * 100%);
  background-color: rgba(27, 173, 185, 0.7);
}
.index_investigation_graphbox.--bg-blue .index_investigation_bargraph_box.-bargraph04 .index_investigation_bargraph_item:nth-of-type(5) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.346 / 0.464 * 100%);
  background-color: rgba(27, 173, 185, 0.55);
}
.index_investigation_graphbox.--bg-green {
  background-color: #d4f0dd;
}
.index_investigation_graphbox.--bg-green .circlegraph_val_value {
  color: #28B555;
}
.index_investigation_graphbox.--bg-green .index_investigation-subtitle {
  color: #28B555;
}
.index_investigation_graphbox.--bg-green .index_investigation_circlegraph_data ul li:nth-of-type(1)::after {
  background-color: #28B555;
}
.index_investigation_graphbox.--bg-green .index_investigation_circlegraph_data ul li:nth-of-type(2)::after {
  background-color: #53C477;
}
.index_investigation_graphbox.--bg-green .index_investigation_circlegraph_data ul li:nth-of-type(3)::after {
  background-color: #BEE9CC;
}
.index_investigation_graphbox.--bg-green .index_investigation_circlegraph_data ul li:nth-of-type(4)::after {
  background-color: #D4F0DD;
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.878 / 0.878 * 100%);
  background-color: #28b555;
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.645 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.95);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.612 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.9);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.611 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.85);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(5) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.557 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.8);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(6) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.446 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.75);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(7) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.441 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.7);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(8) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.25 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.6);
}
.index_investigation_graphbox.--bg-green .index_investigation_bargraph_item:nth-of-type(9) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.031 / 0.878 * 100%);
  background-color: rgba(40, 181, 85, 0.5);
}
.index_investigation_graphbox.--bg-orange {
  background-color: #FBDB96;
}
.index_investigation_graphbox.--bg-orange .index_investigation-subtitle {
  color: #F8B62D;
}
.index_investigation_graphbox.--bg-orange .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.275 / 0.275 * 100%);
  background-color: #f8b62d;
}
.index_investigation_graphbox.--bg-orange .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.196 / 0.275 * 100%);
  background-color: rgba(248, 182, 45, 0.8);
}
.index_investigation_graphbox.--bg-orange .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.139 / 0.275 * 100%);
  background-color: rgba(248, 182, 45, 0.6);
}
.index_investigation_graphbox.--bg-red {
  background-color: #FFBCBD;
}
.index_investigation_graphbox.--bg-red .index_investigation-subtitle {
  color: #FC3334;
}
.index_investigation_graphbox.--bg-red .circlegraph_val_value.-value01 {
  color: #FD5C5D;
}
.index_investigation_graphbox.--bg-red .circlegraph_val_value.-value02 {
  color: #FC3334;
}
.index_investigation_graphbox.--bg-red .circlegraph_val_value.-value03 {
  color: #FD5C5D;
}
.index_investigation_graphbox.--bg-red .circlegraph_val_value.-value04 {
  color: #FD7A7B;
}
.index_investigation_graphbox.--bg-red .circlegraph_val_value.-value05 {
  color: #FD8F8F;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner01 .index_investigation_circlegraph_data ul li:nth-of-type(1)::after {
  background-color: #FC3334;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner01 .index_investigation_circlegraph_data ul li:nth-of-type(2)::after {
  background-color: #FC5C5D;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner01 .index_investigation_circlegraph_data ul li:nth-of-type(3)::after {
  background-color: #FEC2C2;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner01 .index_investigation_circlegraph_data ul li:nth-of-type(4)::after {
  background-color: #FED6D6;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner02 .index_investigation_circlegraph_data ul li:nth-of-type(1)::after {
  background-color: #FC3334;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner02 .index_investigation_circlegraph_data ul li:nth-of-type(2)::after {
  background-color: #FC5C5D;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner02 .index_investigation_circlegraph_data ul li:nth-of-type(3)::after {
  background-color: #FD7A7B;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner02 .index_investigation_circlegraph_data ul li:nth-of-type(4)::after {
  background-color: #FD8F8F;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner02 .index_investigation_circlegraph_data ul li:nth-of-type(5)::after {
  background-color: #FEC2C2;
}
.index_investigation_graphbox.--bg-red .index_investigation_circlegraph_inner.-inner02 .index_investigation_circlegraph_data ul li:nth-of-type(6)::after {
  background-color: #FED6D6;
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.575 / 0.575 * 100%);
  background-color: #fc3334;
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.556 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.9);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.536 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.8);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.531 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.75);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(5) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.38 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.7);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(6) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.327 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.65);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(7) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.149 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.6);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box.-box01 .index_investigation_bargraph_item:nth-of-type(8) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.159 / 0.575 * 100%);
  background-color: rgba(252, 51, 52, 0.5);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap01 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.7 * 0.219 / 0.722 * 100%);
  background-color: #fc3334;
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap01 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.7 * 0.612 / 0.722 * 100%);
  background-color: rgba(252, 51, 52, 0.8);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap01 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.7 * 0.722 / 0.722 * 100%);
  background-color: rgba(252, 51, 52, 0.65);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap01 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.7 * 0.235 / 0.722 * 100%);
  background-color: rgba(252, 51, 52, 0.5);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: 17.4%;
  background-color: #fc3334;
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: 35.5%;
  background-color: rgba(252, 51, 52, 0.9);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: 6.6%;
  background-color: rgba(252, 51, 52, 0.8);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: 6.1%;
  background-color: rgba(252, 51, 52, 0.7);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(5) .bargraph_item_bar span:nth-of-type(1) {
  width: 1.7%;
  background-color: rgba(252, 51, 52, 0.6);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(6) .bargraph_item_bar span:nth-of-type(1) {
  width: 0.1%;
  background-color: rgba(252, 51, 52, 0.55);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap02 .index_investigation_bargraph_item:nth-of-type(7) .bargraph_item_bar span:nth-of-type(1) {
  width: 30.8%;
  background-color: rgba(252, 51, 52, 0.5);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap03 .index_investigation_bargraph_item:nth-of-type(1) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.128 / 0.844 * 100%);
  background-color: #fc3334;
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap03 .index_investigation_bargraph_item:nth-of-type(2) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.0 / 0.844 * 100%);
  background-color: rgba(252, 51, 52, 0.7);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap03 .index_investigation_bargraph_item:nth-of-type(3) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.0 / 0.844 * 100%);
  background-color: rgba(252, 51, 52, 0.6);
}
.index_investigation_graphbox.--bg-red .index_investigation_bargraph_box_wrap.-wrap03 .index_investigation_bargraph_item:nth-of-type(4) .bargraph_item_bar span:nth-of-type(1) {
  width: calc(0.8 * 0.844 / 0.844 * 100%);
  background-color: rgba(252, 51, 52, 0.5);
}
.index_investigation_graphbox_headding {
  margin-bottom: 35px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .index_investigation_graphbox_headding {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.index_investigation_graphbox_inner {
  padding: 50px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .index_investigation_graphbox_inner {
    padding: 15px 25px 20px;
  }
}
.index_investigation_graphbox_inner + .index_investigation_graphbox_inner {
  margin-top: 20px;
}
.index_investigation-subtitle {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .index_investigation-subtitle {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .index_investigation-subtitle::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
  }
}
.index_investigation_circlegraph + .index_investigation_bargraph {
  margin-top: 95px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph + .index_investigation_bargraph {
    margin-top: 25px;
  }
}
.index_investigation_circlegraph {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.index_investigation_circlegraph + .index_investigation_circlegraph {
  margin-top: 120px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph + .index_investigation_circlegraph {
    margin-top: 60px;
  }
}
.index_investigation_circlegraph_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 50px;
  gap: 0 55px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_inner {
    margin-top: 10px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .index_investigation_circlegraph_inner {
    align-items: flex-start;
  }
  .index_investigation_circlegraph_inner .index_investigation_circlegraph_data {
    padding-top: 12vw;
  }
}
.index_investigation_circlegraph_inner.-flextop {
  align-items: flex-start;
}
.index_investigation_circlegraph_inner.-flextop .index_investigation_circlegraph_data {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_inner.-flextop .index_investigation_circlegraph_data {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_graph {
    width: 50%;
    height: 36vw;
  }
}
.index_investigation_circlegraph_graph_wrap {
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_graph_wrap {
    width: 100%;
    height: 100%;
  }
}
.index_investigation_circlegraph_graph svg {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_graph svg {
    height: 100%;
  }
}
.index_investigation_circlegraph_data {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data {
    width: 50%;
  }
}
.index_investigation_circlegraph_data ul li {
  position: relative;
  width: 100%;
  padding-left: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data ul li {
    padding-left: 12px;
    font-size: 1rem;
  }
}
.index_investigation_circlegraph_data ul li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #ccc;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data ul li::after {
    top: 2px;
    width: 7px;
    height: 7px;
  }
}
.index_investigation_circlegraph_data ul li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.index_investigation_circlegraph_data ul li:not(.circlegraph__percent) {
  line-height: 1.4;
}
.index_investigation_circlegraph_data ul li:not(.circlegraph__percent)::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.index_investigation_circlegraph_data ul li:not(.circlegraph__percent) span {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .index_investigation_circlegraph_data ul li:not(.circlegraph__percent) span {
    padding-left: 10px;
  }
}
.index_investigation_circlegraph_data ul .circlegraph__percent + li {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent + li {
    margin-top: 20px;
  }
}
.index_investigation_circlegraph_data ul .circlegraph__percent_title {
  line-height: 1.4;
}
.index_investigation_circlegraph_data ul .circlegraph__percent_title::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
.index_investigation_circlegraph_data ul .circlegraph__percent_val {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_value {
  flex-shrink: 0;
  width: 230px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14.4rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_value {
    width: auto;
    font-size: 9rem;
  }
}
@media screen and (max-width: 600px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_value {
    font-size: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_value {
    font-size: 4.5rem;
  }
}
.index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_unit {
  font-size: 8.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_unit {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 600px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_unit {
    padding-left: 10px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 450px) {
  .index_investigation_circlegraph_data ul .circlegraph__percent_val .circlegraph_val_unit {
    font-size: 2.7rem;
  }
}
.index_investigation_circlegraph_data .caution {
  margin-top: 20px;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  white-space: nowrap;
}
.index_investigation_circlegraph_data .caution::before {
  content: none;
}
@media screen and (max-width: 1100px) {
  .index_investigation_circlegraph_data .caution {
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  .index_investigation_circlegraph_data .caution {
    white-space: normal;
  }
  .index_investigation_circlegraph_data .caution br {
    display: none;
  }
}
.index_investigation_bargraph + .index_investigation_bargraph {
  margin-top: 90px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph + .index_investigation_bargraph {
    margin-top: 35px;
  }
}
.index_investigation_bargraph_box {
  margin-top: 45px;
  padding: 0 45px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph_box {
    margin-top: 15px;
    padding: 0;
  }
}
.index_investigation_bargraph_headline {
  width: calc(50% - 20px);
  margin: 25px 0 8px;
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph_headline {
    width: calc(50% - 8px);
    margin-top: 15px;
    font-size: 1rem;
  }
}
.index_investigation_bargraph_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.index_investigation_bargraph_item + .index_investigation_bargraph_item {
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph_item + .index_investigation_bargraph_item {
    margin-top: 8px;
  }
}
.index_investigation_bargraph_line {
  margin: 30px 0 25px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph_line {
    margin: 10px 0;
  }
}
.index_investigation_bargraph_line img {
  max-width: 770px;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph_line img {
    width: 100%;
    max-width: 500px;
  }
}
.index_investigation_bargraph .bargraph_item_title {
  width: calc(50% - 20px);
  padding-right: 15px;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  color: #231815;
  line-height: 1.4;
}
.index_investigation_bargraph .bargraph_item_title::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph .bargraph_item_title {
    width: calc(50% - 8px);
    font-size: 1rem;
  }
  .index_investigation_bargraph .bargraph_item_title br {
    display: none;
  }
}
.index_investigation_bargraph .bargraph_item_bar {
  width: calc(50% + 20px);
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph .bargraph_item_bar {
    width: calc(50% + 8px);
  }
}
.index_investigation_bargraph .bargraph_item_bar__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 37px;
  transition: transform 1.7s ease;
  transform: translateX(-100%);
}
.index_investigation_bargraph .bargraph_item_bar__inner.active {
  transform: translateX(0);
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph .bargraph_item_bar__inner {
    height: 13px;
  }
}
.index_investigation_bargraph .bargraph_item_bar span:not([class]) {
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.index_investigation_bargraph .bargraph_item_bar_val {
  padding-left: 15px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .index_investigation_bargraph .bargraph_item_bar_val {
    padding-left: 8px;
    font-size: 1rem;
  }
}
.index_investigation_nval {
  margin-top: 20px;
  padding-right: 50px;
  text-align: right;
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .index_investigation_nval {
    margin-top: 10px;
    font-size: 1rem;
    padding-right: 0;
  }
}
.index_investigation_nval-nopadding {
  padding-right: 0;
}

@media screen and (max-width: 1100px) {
  .index_about_system {
    margin-top: 45px;
  }
}
