@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : chart.css
Description : 相関図
===================================================================== */
/* ========================================================
    chart
======================================================== */
.chart {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .chart {
    padding: 12rem 0;
  }
}
.chart_column {
  position: relative;
  width: 100%;
}
.chart_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chart_ttl {
    padding: 7.5rem 0;
  }
}
.chart_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.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: 26.4rem;
  }
}
.chart_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .chart_ttl > em {
    font-size: 6rem;
  }
}
.chart_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .chart_ttl > span {
    font-size: 3rem;
  }
}
.chart_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .chart_wrap {
    margin-top: 6rem;
  }
}
.chart_item {
  position: relative;
  width: 117.1875%;
  margin: -8.59375% -8.59375% 0 -8.59375%;
}
@media screen and (min-width: 768px) {
  .chart_item {
    width: 92.5925925926%;
    margin: -6.6666666667% auto 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;
  /*background-color: rgba($color-red, 0.3);*/
  cursor: pointer;
}
.chart_list > li[data-popup=chart_id_01] {
  left: 29.3%;
  top: 4.8840651209%;
  width: 41.2%;
  height: 18.105574741%;
}
.chart_list > li[data-popup=chart_id_02] {
  left: 6%;
  top: 22.3976319684%;
  width: 40.6%;
  height: 17.8589047854%;
}
.chart_list > li[data-popup=chart_id_03] {
  left: 53.5%;
  top: 22.3976319684%;
  width: 40.6%;
  height: 17.8589047854%;
}
.chart_list > li[data-popup=chart_id_04] {
  left: 36%;
  top: 44.1539220523%;
  width: 24%;
  height: 13.566847558%;
}
.chart_list > li[data-popup=chart_id_05] {
  left: 36%;
  top: 61.6674888999%;
  width: 24%;
  height: 12.5801677356%;
}
.chart_list > li[data-popup=chart_id_06] {
  left: 4%;
  top: 44.1539220523%;
  width: 24%;
  height: 13.566847558%;
}
.chart_list > li[data-popup=chart_id_07] {
  left: 4%;
  top: 61.6674888999%;
  width: 24%;
  height: 12.5801677356%;
}
.chart_list > li[data-popup=chart_id_08] {
  left: 72%;
  top: 44.1539220523%;
  width: 22%;
  height: 11.2974839665%;
}
.chart_list > li[data-popup=chart_id_09] {
  left: 72%;
  top: 56.9314257523%;
  width: 22%;
  height: 11.2974839665%;
}
.chart_list > li[data-popup=chart_id_10] {
  left: 2%;
  top: 88.8505180069%;
  width: 20%;
  height: 11.1494819931%;
}
.chart_list > li[data-popup=chart_id_11] {
  left: 26.7%;
  top: 88.8505180069%;
  width: 20%;
  height: 11.1494819931%;
}
.chart_list > li[data-popup=chart_id_12] {
  left: 9.7%;
  top: 76.2210162802%;
  width: 20%;
  height: 11.1494819931%;
}
.chart_list > li[data-popup=chart_id_13] {
  left: 34.4%;
  top: 76.2210162802%;
  width: 20%;
  height: 11.1494819931%;
}
.chart_list > li[data-popup=chart_id_14] {
  left: 71.4%;
  top: 70.221016%;
  width: 20%;
  height: 11.1494819931%;
}
.chart_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chart_text {
    margin-top: 3rem;
  }
}
.chart_text > p {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 85%;
}
.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_img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 114.2857142857%;
  aspect-ratio: 640/600;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.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%;
}
.chart_cast_name > small {
  display: block;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > small {
    font-size: 1.8rem;
  }
}
.chart_cast_name > em {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.4rem 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > em {
    margin-top: 0.6rem;
    padding: 0.3rem 1.5rem;
    font-size: 3.6rem;
  }
}
.chart_cast_name > em > small {
  font-size: 50%;
}
.chart_cast_name > span {
  display: block;
  margin-top: 2rem;
  color: #005566;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > span {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
.chart_cast_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .chart_cast_text {
    margin-top: 3rem;
  }
}
.chart_cast_comment {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment {
    margin-top: 3.6rem;
  }
}
.chart_cast_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(3.2rem - 1px);
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff7f00 0%, #60afbf 100%);
}
@media screen and (min-width: 768px) {
  .chart_cast_comment::before {
    top: calc(2.8rem - 1px);
  }
}
.chart_cast_comment > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 65.3846153846%;
  aspect-ratio: 340/64;
  margin: 0 auto;
  background-color: #ffb726;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt {
    width: 300px;
    aspect-ratio: 300/56;
  }
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt:hover {
    transform: rotate(-2deg);
  }
}
.chart_cast_comment > dt.is-active::before {
  transform: translateY(-30%) rotate(135deg);
}
.chart_cast_comment > dt::before {
  content: "";
  position: absolute;
  right: 7.3529411765%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-70%) rotate(-45deg);
}
.chart_cast_comment > dt > span {
  display: block;
  color: #f90605;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-size: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt > span {
    font-size: 3.2rem;
  }
}
.chart_cast_comment > dd {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dd {
    padding: 3rem 4.7619047619%;
  }
}
.chart_cast_comment > dd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff7f00 0%, #60afbf 100%);
}
.chart_cast_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
  color: #000000;
  transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dd > p {
    margin-top: 3rem;
  }
}
.chart_cast_comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=chart.css.map */