html {
  font-size: 100%;
}

.topics-detail {
  background: url(../../img/sustainability/topics_detail/topics_detail_bg_pc.png) no-repeat top center;
  background-size: 100% 442px;
}
@media screen and (max-width: 750px) {
  .topics-detail {
    background: none;
    padding-top: 20px;
  }
}
.topics-detail .sustainability-breadcrumbs {
  margin-bottom: 68px;
}

.under-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .under-wrapper {
    padding-top: 40px;
    background: url(../../img/sustainability/topics_detail/topics_detail_bg_pc.png) no-repeat top center;
  background-size: 100% 240px;
  }
}

.under-topics-detail-wrapper {
  max-width: 1400px;
  width: 100%;
}
.under-topics-detail-wrapper .under-topics-detail-time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.under-topics-detail-wrapper .under-topics-detail-time-wrapper time {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-time-wrapper time {
    font-size: 0.75rem;
    line-height: 2.0833333333;
  }
}
.under-topics-detail-wrapper .under-topics-detail-time-wrapper .under-topics-detail-time-txt {
  font-size: 1rem;
  line-height: 1.3125;
  color: #000099;
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-time-wrapper .under-topics-detail-time-txt {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
.under-topics-detail-wrapper .under-topics-detail-ttl {
  font-size: 2.25rem;
  line-height: 1.7777777778;
  margin-bottom: 53px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-ttl {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-main-pic {
  margin-bottom: 80px;
      border-radius: 20px;
        overflow: hidden;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-main-pic {
    margin-bottom: 43px;
            border-radius: 10px;
              overflow: hidden;
  }
}
.under-topics-detail-wrapper .under-topics-detail-main-pic img {
  width: 100%;
  height: auto;
}
.under-topics-detail-wrapper .under-topics-detail-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.under-topics-detail-wrapper .under-topics-detail-inner h2 {
  font-size: 1.5rem;
  line-height: 1.7916666667;
  margin: 80px auto 40px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-inner h2 {
    font-size: 1rem;
    line-height: 1.8125;
    margin: 43px auto 30px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-inner h3 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-inner h3 {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.under-topics-detail-wrapper .under-topics-detail-inner p {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-inner p {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
.under-topics-detail-wrapper .under-topics-detail-explanation {
  max-width: 940px;
  background: #F8F8F8;
  padding: 55px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
  border-radius: 30px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-explanation {
    padding: 25px 15px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-explanation > h3 {
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-explanation > h3 {
    padding-left: 29px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-explanation > h3::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #000099;
  position: absolute;
  left: 0;
  top: 16px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-explanation > h3::before {
    width: 25px;
    top: 12px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 80px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-column-wrapper {
    display: block;
    margin: 45px auto 60px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-column-txt {
  max-width: 580px;
  width: 48.3333333333%;
  margin-right: 3.3333333333%;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-column-txt {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.under-topics-detail-wrapper .under-topics-detail-column-pic {
  max-width: 580px;
  width: 48.3333333333%;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-wrapper .under-topics-detail-column-pic {
    max-width: none;
    width: 100%;
  }
}
.under-topics-detail-wrapper .under-topics-detail-column-pic img {
  width: 100%;
}

.under-topics-detail-content-ttl {
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-content-ttl {
    padding-bottom: 13px;
    margin-bottom: 40px;
  }
}
.under-topics-detail-content-ttl::after {
  content: "";
  width: 98px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000099;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-content-ttl::after {
    width: 84px;
    height: 4px;
  }
}
.under-topics-detail-content-ttl > .main {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-content-ttl > .main {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 16px;
  }
}
.under-topics-detail-content-ttl > .sub {
  font-size: 0.875rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-content-ttl > .sub {
    font-size: 0.75rem;
    line-height: 1;
  }
}

.under-topics-detail-programs-wrapper .under-topics-detail-content-ttl {
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-content-ttl {
    padding-bottom: 13px;
    margin-bottom: 40px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-content-ttl::after {
  content: "";
  width: 98px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000099;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-content-ttl::after {
    width: 84px;
    height: 4px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-content-ttl > .main {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-content-ttl > .main {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 16px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-content-ttl > .sub {
  font-size: 0.875rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-content-ttl > .sub {
    font-size: 0.75rem;
    line-height: 1;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs {
  padding: 80px 40px 80px 80px;
  background: #EAEDF3;
  border-top-right-radius: 80px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs {
    padding: 50px 2.7777777778% 50px 6.9444444444%;
    border-top-right-radius: 40px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper {
    display: block;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow01, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow02, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 {
  position: absolute;
  bottom: -109px;
  left: 0;
  right: 0;
  width: 604px;
  height: 71px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow01, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow02, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 {
    width: 322px;
    bottom: -54px;
    height: 34px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow01 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow02 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 .next {
  position: absolute;
  right: -16px;
  margin-left: auto;
  width: 48px;
  height: 71px;
  background: url(../../img/sustainability/topics_detail/topics_detail_voice_next.png) no-repeat center center;
  background-size: 8px 18px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow01 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow02 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 .next {
    right: 0;
    height: 35px;
    width: 25px;
    background: url(../../img/sustainability/topics_detail/topics_detail_voice_next.png) no-repeat center right;
    background-size: 8px auto;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow01 .slick-prev:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow01 .slick-next:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow02 .slick-prev:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow02 .slick-next:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03 .slick-prev:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03 .slick-next:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 .slick-prev:before, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 .slick-next:before {
  background-color: #000099;
  width: 100px;
  height: 100px;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 {
  width: 320px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 {
    width: 170px;
    bottom: -54px;
    height: 34px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 .next {
  position: absolute;
  right: -20px;
  margin-left: auto;
  width: 48px;
  height: 71px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow03 .next, .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic-wrapper .arrow04 .next {
    right: 0;
    height: 35px;
    width: 25px;
    background: url(../../img/sustainability/topics_detail/topics_detail_voice_next.png) no-repeat center right;
    background-size: 8px auto;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-txt-wrapper {
  width: 480px;
  margin-right: 6.6666666667%;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-txt-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper {
    margin-bottom: 20px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-num {
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1;
  display: block;
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-num {
    font-size: 2.75rem;
    line-height: 1;
    margin-right: 6px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-num.colore01 {
  color: #EB6FA5;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-num.colore02 {
  color: #6EC8EA;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-num.colore03 {
  color: #F39939;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-num.colore04 {
  color: #97CA6D;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-ttl {
  font-weight: bold;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-ttl > .programs-ttl01 {
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-ttl > .programs-ttl01 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-ttl > .programs-ttl02 {
  font-size: 1.25rem;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-ttl-wrapper .under-topics-detail-programs-ttl > .programs-ttl02 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic {
  max-width: 640px;
  width: 53.3333333333%;
  max-height: 360px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic {
    max-width: none;
    width: 100%;
    border-radius: 10px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic li img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic li img {
    border-radius: 10px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-pic .slick-slide {
  -webkit-transform: none;
          transform: none;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-pic .slick-slide {
    display: block;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-txt {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-txt {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-bottom: 35px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail {
  max-width: 556px;
  width: 100%;
  margin: 36px auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail {
    margin: 19px auto 0;
    max-width: 292px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail.thumbnail03, .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail.thumbnail04 {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail.thumbnail03, .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail.thumbnail04 {
    max-width: 138px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail .slick-arrow {
  width: 48px;
  height: 71px;
  background: url(../../img/sustainability/topics_detail/topics_detail_programs_next.png) no-repeat center center;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail .thumbnail-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li {
  width: 128px;
  height: 72px;
  margin: 0 6px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li {
    width: 64px;
    height: 36px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li img {
  width: 100%;
  border-radius: 4px;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li.thumbnail-current {
  height: auto;
  background: #000099;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li.thumbnail-current {
    padding: 2px;
  }
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li.thumbnail-current .thumbnail-item-inner {
  background-color: #fff;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail li.thumbnail-current img {
  display: block;
  opacity: 0.5;
}
.under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail .slick-slide {
  -webkit-transform: none;
          transform: none;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper .under-topics-detail-programs-thumbnail .slick-slide {
    display: block;
  }
}
.under-topics-detail-programs-wrapper section {
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper section {
    padding-right: 4%;
  }
}
.under-topics-detail-programs-wrapper section.programs-right {
  background: #EAEDF3;
  padding-right: 0;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper section.programs-right {
    padding-right: 0;
    padding-left: 4%;
  }
}
.under-topics-detail-programs-wrapper section.programs-right .under-topics-detail-programs-pic-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.under-topics-detail-programs-wrapper section.programs-right .under-topics-detail-programs {
  padding: 80px 80px 80px 40px;
  background: #fff;
  border-top-left-radius: 80px;
  border-top-right-radius: 0;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper section.programs-right .under-topics-detail-programs {
    padding: 50px 6.9444444444% 50px 2.7777777778%;
    border-top-left-radius: 40px;
  }
}
.under-topics-detail-programs-wrapper section.programs-right .under-topics-detail-programs-txt-wrapper {
  margin-right: 0;
  margin-left: 6.6666666667%;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-programs-wrapper section.programs-right .under-topics-detail-programs-txt-wrapper {
    margin-left: 0;
  }
}

.under-topics-detail-participants-wrapper {
  background: #F8F8F8;
  padding: 80px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper {
    padding: 60px 0 30px;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-list {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-list img {
  width: 100%;
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-list li {
    display: block;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-list li:first-child {
  margin-top: 0;
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-name-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-pic {
  max-width: 180px;
  width: 15vw;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-pic {
    width: 26.6666666667%;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-name {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-name {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-name .small {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-name .small {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 100%;
  margin-left: 40px;
  padding: 0 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-wrapper {
    max-width: 92vw;
    margin: 0 auto;
    padding: 0 8px 8px 0;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-wrapper:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 25px;
  width: 35px;
  height: 31px;
  background: url(../../img/sustainability/topics_detail/topics_detail_comment_ico.png) no-repeat;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-wrapper::after {
    top: -5px;
    left: 15px;
    width: 20px;
    height: 30px;
    background: url(../../img/sustainability/topics_detail/topics_detail_comment_ico.png) no-repeat;
    background-size: 100% auto;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi {
  font-size: 16px;
  background: #fff;
  border-radius: 12px;
  display: inline-block;
  padding: 40px 75px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi {
    padding: 20px 30px;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi p {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi p {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-fukidashi-bg {
  position: absolute;
  z-index: 0;
  width: 98%;
  height: 95%;
  background: #D8DFEF;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-pic img {
  width: 100%;
}
.under-topics-detail-participants-wrapper .under-topics-detail-participants-txt {
  width: 100%;
  max-width: 940px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-participants-wrapper .under-topics-detail-participants-txt {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin: 30px auto 0;
    width: 92%;
  }
}

.under-topics-detail-comments-wrapper {
  background: #F8F8F8;
  padding: 80px 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper {
    padding: 30px 4.1666666667% 50px;
  }
}
.under-topics-detail-comments-wrapper .participants-slider li {
  width: 400px;
  height: auto;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .participants-slider li {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-name-wrapper .participants-slider-pic {
  max-width: 160px;
  width: 10vw;
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .participants-slider-name-wrapper .participants-slider-pic {
    max-width: none;
    width: 29.0697674419%;
    margin: 0 auto 10px;
  }
}
.participants-slider-pic img{
  max-width: 100%;
}
.under-topics-detail-comments-wrapper .participants-slider-name {
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 1140px) {
  .under-topics-detail-comments-wrapper .participants-slider-name {
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .participants-slider-name {
    margin-bottom: 20px;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-fukidashi-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 100%;
  padding: 0 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .participants-slider-fukidashi-wrapper {
    max-width: 92vw;
    margin: 0 auto;
    padding: 0 8px 8px 0;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-fukidashi-wrapper:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .participants-slider-fukidashi-wrapper:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-fukidashi-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 25px;
  width: 35px;
  height: 31px;
  background: url(../../img/sustainability/topics_detail/topics_detail_comment_ico.png) no-repeat;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .participants-slider-fukidashi-wrapper::after {
    top: -5px;
    left: 15px;
    width: 20px;
    height: 30px;
    background: url(../../img/sustainability/topics_detail/topics_detail_comment_ico.png) no-repeat;
    background-size: 100% auto;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-fukidashi {
  font-size: 16px;
  background: #fff;
  border-radius: 12px;
  display: inline-block;
  padding: 40px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1366px) {
  .under-topics-detail-comments-wrapper .participants-slider-fukidashi {
    padding: 20px 30px;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-fukidashi p {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 1366px) {
  .under-topics-detail-comments-wrapper .participants-slider-fukidashi p {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
.under-topics-detail-comments-wrapper .participants-slider-fukidashi-bg {
  position: absolute;
  z-index: 0;
  width: 95%;
  height: 95%;
  background: #D8DFEF;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.under-topics-detail-comments-wrapper .slick-slide {
  -webkit-transform: none;
          transform: none;
}
.under-topics-detail-comments-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.under-topics-detail-comments-wrapper .slick-dots {
  display: inline;
  width: 160px;
  margin: 0 auto;
  margin-top: 30px;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
}
.under-topics-detail-comments-wrapper .slick-dots > li {
  width: 10px;
  margin: 0 8px;
}
.under-topics-detail-comments-wrapper .slick-dots > li button:before {
  background: #000099;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  content: "";
}
.under-topics-detail-comments-wrapper .par-arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 200px;
  height: 71px;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .par-arrow {
    width: 200px;
    bottom: 28px;
    height: 34px;
  }
}
.under-topics-detail-comments-wrapper .par-arrow .next, .under-topics-detail-comments-wrapper .par-arrow .prev {
  position: absolute;
  width: 48px;
  height: 71px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .par-arrow .next, .under-topics-detail-comments-wrapper .par-arrow .prev {
    height: 35px;
    width: 25px;
    background: url(../../img/sustainability/topics_detail/topics_detail_programs_next.png) no-repeat center right;
  }
}
.under-topics-detail-comments-wrapper .par-arrow .next {
  position: absolute;
  right: -20px;
  margin-left: auto;
  background: url(../../img/sustainability/topics_detail/topics_detail_voice_next.png) no-repeat center center;
  background-size: 8px 18px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .par-arrow .next {
    right: 0;
  }
}
.under-topics-detail-comments-wrapper .par-arrow .prev {
  position: absolute;
  left: -20px;
  margin-left: auto;
  background: url(../../img/sustainability/topics_detail/topics_detail_voice_prev.png) no-repeat center center;
  background-size: 8px 18px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-comments-wrapper .par-arrow .prev {
    left: 0;
  }
}
.under-topics-detail-comments-wrapper .par-arrow .slick-prev:before, .under-topics-detail-comments-wrapper .par-arrow .slick-next:before {
  background-color: #000099;
  width: 100px;
  height: 100px;
}

.under-topics-detail-read-wrapper {
  padding: 80px 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper {
    padding: 40px 4.1666666667% 100px;
  }
}
.under-topics-detail-read-wrapper .under-topics-detail-read-inner {
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding: 0 15px 15px 0;
  margin: 0 auto 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-topics-detail-read-inner {
    padding: 0 8px 8px 0;
  }
}
.under-topics-detail-read-wrapper .under-topics-detail-read {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 60px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-topics-detail-read {
    display: block;
    padding: 20px 10px 100px;
    border-radius: 10px;
  }
}
.under-topics-detail-read-wrapper .under-topics-detail-read-bg {
  position: absolute;
  z-index: 0;
  width: 98%;
  height: 95%;
  background: #D8DFEF;
  left: auto !important;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-topics-detail-read-bg {
    border-radius: 10px;
  }
}
.under-topics-detail-read-wrapper .under-topics-detail-read-pic {
  width: 46.6666666667%;
  height: auto;
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-topics-detail-read-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.under-topics-detail-read-wrapper .under-topics-detail-read-pic > img {
  width: 100%;
  height: auto !important;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-topics-detail-read-pic > img {
    border-radius: 10px;
  }
}
.under-topics-detail-read-wrapper .under-read-list-txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-ttl {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  margin-bottom: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 1140px) {
  .under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-ttl {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 5px;
  }
}
.under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-txt {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 1140px) {
  .under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-txt {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-txt {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.under-topics-detail-read-wrapper .under-read-list-txt-wrapper .under-read-list-txt-num {
  color: #000099;
}
.under-topics-detail-read-wrapper .under-read-list-txt-more {
  background: url(../../img/sustainability/topics_detail/topics_detail_read_more_pc.png) no-repeat center right;
  background-size: auto 100%;
  height: 56px;
  position: absolute;
  bottom: 3.4375vw;
  right: 3.75vw;
  padding-right: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: bold;
}
@media print, screen and (max-width: 1140px) {
  .under-topics-detail-read-wrapper .under-read-list-txt-more {
    font-size: 1.4035087719vw;
    height: 40px;
    background: url(../../img/sustainability/topics_detail/topics_detail_read_more_sp.png) no-repeat center right;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 750px) {
  .under-topics-detail-read-wrapper .under-read-list-txt-more {
    font-size: 0.75rem;
    line-height: 1.5833333333;
    padding-right: 60px;
  }
}
/*# sourceMappingURL=../../../_development/maps/css/sustainability/topics-detail.css.map */
