@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : chart.css
Description : 相関図
===================================================================== */
/* ========================================================
    chart
======================================================== */
.chart {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .chart {
    padding: 12rem 0 0 0;
  }
}
.chart_column {
  position: relative;
  width: 100%;
}
.chart_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.chart_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chart_ttl::before {
    width: 47.3rem;
  }
}
.chart_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .chart_ttl > em {
    font-size: 5.4rem;
  }
}
.chart_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .chart_ttl > span {
    font-size: 2.4rem;
  }
}
.chart_wrap {
  position: relative;
  width: 100%;
  margin-top: 9.6rem;
}
@media screen and (min-width: 768px) {
  .chart_wrap {
    margin-top: 7.2rem;
  }
}
.chart_item {
  position: relative;
  width: 117.1875%;
  margin: 0 -8.59375%;
}
@media screen and (min-width: 768px) {
  .chart_item {
    width: 92.5925925926%;
    margin: 0 auto;
  }
}
.chart_img {
  position: relative;
  width: 100%;
}
.chart_list {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chart_list > li {
  position: absolute;
  display: block;
  border-radius: 50%;
  /*background-color: rgba($color-blue, 0.3);*/
  cursor: pointer;
}
.chart_list > li[data-popup=chart_id_01] {
  left: 38%;
  top: 4.4830079537%;
  width: 24%;
  height: 17.3535791757%;
}
.chart_list > li[data-popup=chart_id_02] {
  left: 14.8%;
  top: 10.8459869848%;
  width: 19.2%;
  height: 13.8828633406%;
}
.chart_list > li[data-popup=chart_id_03] {
  left: 66%;
  top: 10.8459869848%;
  width: 19.2%;
  height: 13.8828633406%;
}
.chart_list > li[data-popup=chart_id_04] {
  left: 77.2%;
  top: 56.3268257411%;
  width: 17.6%;
  height: 12.7259580622%;
}
.chart_list > li[data-popup=chart_id_05] {
  left: 77.2%;
  top: 77.5849602314%;
  width: 17.6%;
  height: 12.7259580622%;
}
.chart_list > li[data-popup=chart_id_06] {
  left: 5.2%;
  top: 56.3268257411%;
  width: 17.6%;
  height: 12.7259580622%;
}
.chart_list > li[data-popup=chart_id_07] {
  left: 5.2%;
  top: 77.5849602314%;
  width: 17.6%;
  height: 12.7259580622%;
}
.chart_list > li[data-popup=chart_id_08] {
  left: 38.1%;
  top: 54.0130151844%;
  width: 24%;
  height: 17.3535791757%;
}
.chart_text {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chart_text {
    margin-top: 3.6rem;
  }
}
.chart_text > p {
  width: 100%;
}
.chart_cast {
  position: relative;
  width: 100%;
  padding: 8rem 6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .chart_cast {
    padding: 6rem 8rem;
  }
}
.chart_cast_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.chart_cast_img {
  position: relative;
  width: 80.7692307692%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .chart_cast_img {
    width: 35.7142857143%;
    margin: 0;
  }
}
.chart_cast_profile {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .chart_cast_profile {
    width: 57.1428571429%;
    margin: 0;
  }
}
.chart_cast_name {
  position: relative;
  width: 100%;
  text-align: left;
}
.chart_cast_name > small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > small {
    font-size: 1.6rem;
  }
}
.chart_cast_name > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > em {
    font-size: 3.6rem;
  }
}
.chart_cast_name > em > small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 50%;
}
.chart_cast_name > span {
  display: block;
  color: #0091a1;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > span {
    font-size: 2.2rem;
  }
}
.chart_cast_name > span > small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 75%;
}
.chart_cast_text {
  position: relative;
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_text {
    margin-top: 2.4rem;
  }
}
.chart_cast_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment {
    margin-top: 4.5rem;
  }
}
.chart_cast_comment > dt {
  position: relative;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.chart_cast_comment > dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #141414;
  transform: translateY(-50%);
  z-index: -1;
}
.chart_cast_comment > dt > span {
  display: inline-block;
  padding: 0.2em 2em;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 1.5px solid #141414;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt > span {
    font-size: 2.4rem;
  }
}
.chart_cast_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dd {
    margin-top: 2.25rem;
  }
}
.chart_cast_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.chart_cast_comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=chart.css.map */