@charset 'utf-8';

/* ***********************

  MV

 *************************/

#mv {
  position: relative;
  overflow: hidden;
  background: url(/rd/carbon/attempt/images/mv.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 30.230769230769234%;
}

#mv p {
  position: absolute;
  top: 31.297709923664126%;
  left: 0;
  width: 489px;
  height: 50px;
  line-height: 50px;
  padding-right: 16px;
  margin: 0;
  background: #181818;
  text-align: right;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
}

#mv p span  {
  position: absolute;
  display: inline-block;
  top: 50px;
  right: -158px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #861d3c;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  #mv {
    background-image: url(/rd/carbon/attempt/images/mv_sp.jpg);
    padding-top: 48.53333333333333%;
  }

  #mv p {
    top: 0;
    left: 0;
    width: 285px;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
  }

  #mv p span {
    top: 38px;
    right: -41px;
    width: 198px;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
  }

}



/* ***********************

  f-block

 *************************/

 .has-frame {
   width: 11vw;
   height: 2.308vw;
   line-height: 2.308vw;
   text-align: center;
   color: #fff;
   background: #000;
   font-weight: bold;
 }

 @media screen and (min-width: 1300px) {
  .has-frame {
    width: 134px;
    height: 30px;
    line-height: 30px;
  }
 }

.f-block {
  position: relative;
  top: -2px;
  background: url(/rd/carbon/attempt/images/f-block_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.f-block dl {
  padding-top: 55px;
  max-width: 76.9vw;
  margin: 0 auto;
}

.f-block dl > div {
  display: flex;
}

.f-block dl > div + div {
  margin-top: 26px;
}

.f-block dl dt {
  width: 14.7%;
  padding-right: 8px;
  text-align: right;
  /* font-size: 1.23vw; */
  font-size: 0.9375rem;
}

@media screen and (min-width: 1300px) {
  .f-block dl dt {
    font-size: 1rem;
  }
}

.f-block dl dt .theme {
  display: inline-block;
  margin-top: 1vw;
}

.f-block dl dd {
  margin: 0;
  padding-left: 27px;
  border-left: 1px solid #fff;
}

.f-block dl dd p {
  margin: 0;
}

.f-block__title {
  margin: 0;
  padding: 5px 11px 5px;
  color: #181818;
  background: #fff;
  font-weight: bold;
  font-size: 2vw;
}

.f-block figure img {
  width: 10.307692307692308vw;
  height: 14.307692307692307vw;
}

@media screen and (min-width: 1320px) {
  .f-block__title {
    font-size: 1.875rem;
  }

  .f-block figure img {
    width: 134px;
    height: 186px;
  }
}

.f-block dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-block dl .guest-panelist {
  display: flex;
}

.f-block dl .guest-panelist > div {
  display: flex;
}

.f-block dl .guest-panelist ul {
  margin-left: 17px;
}

.f-block dl .guest-panelist ul li {
  margin-top: 7px;
}

.f-block .panelist ul {
  display: flex;
}

.f-block .panelist ul li + li {
  margin-left: 16px;
}

.f-block .panelist ul li p {
  margin: 11px 0 0;
}

.f-block .panelist ul li p:nth-of-type(2) {
  margin: 5px 0 0;
}

.f-block .panelist img {
  width: 10.307692307692308vw;
  height: 14.307692307692307vw;
}

@media screen and (min-width: 1300px) {
  .f-block .panelist img {
    width: 134px;
    height: 186px;
  }
}

.annotation {
  max-width: 76.9vw;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: right;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {

  .f-block {
    background-image: url(/rd/carbon/attempt/images/f-block-sp_bg.jpg);
    background-color: #111;
  }

  .has-frame {
    width: 120px;
    height: 23px;
    line-height: 23px;
  }

  .has-frame.small {
    width: 108px;
  }

  .f-block__title {
    width: 100%;
    height: auto;
    line-height: initial;
    padding: 8px 11px;
    font-size: 1.125rem;
    text-align: center;
  }

  .f-block dl {
    max-width: initial;
    padding: 32px 16px 0;
  }

  .f-block dl dd {
    padding-left: 0;
    margin-top: 12px;
  }

  .f-block dl > div {
    flex-direction: column;
  }

  .f-block dl > div + div {
    margin-top: 23px;
  }

  .f-block dl dt {
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #fff;
    font-size: 0.75rem;
  }

  .f-block dl dt .theme {
    margin-top: initial;
  }

  .f-block dl dd {
    border-left: initial;
    font-size: 0.9375rem;
  }

  .f-block dl .guest-panelist {
    flex-direction: column;
  }

  .f-block dl .guest-panelist > div {
    margin-left: 53px;
  }

  .f-block dl .guest-panelist > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
  }

  .f-block dl .guest-panelist > ul li {
    margin-left: 6px;
  }

  .f-block figure img {
    width: 30.933333333333334vw;
    height: 43.2vw;
  }

  .f-block .panelist ul {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -16px;
  }

  .f-block .panelist ul li {
    margin: 7px 0 0 16px;
  }

  .f-block .panelist ul li p:nth-of-type(2) {
    line-height: 1.3;
  }

  .f-block .panelist img {
    width: 30.933333333333334vw;
    height: 43.2vw;
  }

  .annotation {
    max-width: initial;
    padding: 0 16px 20px;
    font-size: 0.75rem;
    margin-top: 9px;
  }
}

/* ***********************

  s-block

 *************************/

 .s-block {
   overflow: hidden;
   margin: 0 auto;
   padding-bottom: 13vw;
   background: url(/rd/carbon/attempt/images/sblock_bg.jpg) center center no-repeat;
   background-size: cover;
 }

 .s-block > p:first-child {
   margin-top: 54px;
 }

 .s-block .lead {
  max-width: 88.46153846153845vw;
  line-height: 1.7;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
}

.s-block .lead span {
  background: rgba(17, 17, 17, 10%);
}

.s-block .slead {
  max-width: 88.46153846153845vw;
  margin: 18px auto 0;
}

 .s-block .wrap {
   box-shadow: 1.44px 1.39px 9px rgba(75, 75, 75, 29%);
   padding: 52px 70px 64px;
   margin: 48px auto 0;
   background: #fff;
 }

 .s-block__content {
  display: flex;
  justify-content: space-between;
 }

 .s-block__content.reverse {
   flex-direction: row-reverse;
 }

 .s-block__content .text {
   width: 58%;
 }

 .s-block__content .has-space {
  padding-top: 4vw;
 }

 .s-block__content .text h3 {
   position: relative;
   line-height: 1.7;
   padding-bottom: 12px;
   font-size: 1.875rem;
   border-bottom: 4px solid #b2b2b2;
 }

 .s-block__content .text h3::before {
   position: absolute;
   display: block;
   content: "";
   width: 85px;
   height: 4px;
   background: #861d3c;
   bottom: -4px;
 }

 .s-block__content .text > div {
   margin-top: 34px;
 }

 .s-block__content.no-title .text {
   width: 51%;
 }

 .s-block__content.no-title .text > div {
   margin-top: 0;
 }

 .s-block__content .text p {
   margin: 0;
 }

 .s-block__content .text p + p {
   margin-top: 5px;
 }

 .s-block__content .text .bold {
   font-weight: bold;
   font-size: 1.125rem;
 }

 .s-block__content .image {
   /* width: 42%; */
   position: relative;
   right: -5.769230769230769vw;
   width: 38.46153846153847vw;
   margin-right: -70px;
 }

 .s-block__content .flex-image {
   display: flex;
 }

 .s-block__content .research-image {
   right: 0;
 }

 .s-block__content .image img {
   width: 38.46153846153847vw;
   height: 26.923076923076923vw;
 }

 .s-block__content .image .s-img {
   position: relative;
   width: 14.615384615384617vw;
   height: 20.76923076923077vw;
   right: 3vw;
 }

 .s-block__content .image .s-img:nth-child(2) {
  top: 5vw;
  margin: 0 2vw;
 }

 .s-block__content.reverse .text {

}

.s-block__content.reverse .image {
  margin-left: -70px;
  left: -5.769230769230769vw;
}

@media screen and (max-width: 768px) {

  .s-block {
    background-image: url(/rd/carbon/attempt/images/sblock-sp_bg.jpg);
  }

  .s-block > p:first-child {
    margin-top: 48px;
  }

  .s-block .lead {
    font-size: 1.125rem;
  }

  .s-block .wrap {
    padding: 38px 13px 44px;
    margin: 50px 16px 0;
  }

  .s-block__content,
  .s-block__content.reverse {
    flex-direction: column;
  }

  .s-block__content .text {
    width: 100%;
  }
  .s-block__content.no-title .text {
    width: 100%;
  }

  .s-block__content .text > div {
    margin-top: 20px;
  }

  .s-block__content .text p {
    font-size: 0.75rem;
  }

  .s-block__content .text .bold {
    line-height: 1.7;
    margin-top: 15px;
    font-size: 0.875rem;
  }

  .s-block__content .text h3 {
    font-size: 1.125rem;
    border-bottom: 2px solid #b2b2b2;
  }

  .s-block__content .text h3::before {
    width: 55px;
    height: 2px;
    bottom: -2px;
  }

  .s-block__content .image {
    width: 100%;
    right: initial;
    margin: 20px 0 0;
  }

  .s-block__content.reverse .image {
    margin-left: 0;
    left: initial;
  }

  .s-block__content .image img {
    width: 100%;
    height: auto;
  }
}

.research {
  margin-top: 40px;
}

.research h3 {
  position: relative;
  left: -5.769230769230769vw;
  font-size: 1.875rem;
  margin-left: -70px;
}

.research h3 span {
  display: inline-block;
  padding: 5px 50px 5px 70px;
  background: #000;
  color: #fff;
}

.research .s-block__content {
  margin-top: 36px;
}

.research .s-block__content p {
  line-height: 1.7;
}

.research .s-block__content p + p {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .research {
    margin-top: 60px;
  }

  .research h3 {
    width: 292px;
    margin-left: 0;
    left: -29px;
    font-size: 1.125rem;
  }

  .research h3 span {
    height: auto;
    line-height: initial;
    padding: 10px 20px;
  }

  .research .s-block__content {
    margin-top: 20px;
  }

  .research .s-block__content p + p {
    margin-top: 10px;
  }

  .s-block__content .research-image {
    margin: 20px auto 0;
  }

  .s-block__content .image .s-img {
    width: 33.333333333%;
    height: auto;
    right: 0;
  }

  .s-block__content .image .s-img:nth-child(2) {
    margin: 0;
  }
}

.quote {
  padding-top: 60px;
}

.quote.in-sblock {
  padding-top: 4.615384615384616vw;
}

.quote > p {
  margin: 0 0 10px;
}

.quote-content {
  position: relative;
  line-height: 1.7;
  padding: 70px 79px 70px 109px;
  background: #f1f1f1;
  font-size: 1.125rem;
  font-weight: bold;
  border-left: 4px solid #B0B0B0;
}

.quote-content::before {
  position: absolute;
  display: block;
  content: "";
  top: 36px;
  left: 28px;
  width: 60px;
  height: 46px;
  background: url(/rd/carbon/attempt/images/quote.png) center center no-repeat;
  background-size: cover;
}

.quote-content p {
  margin: 0;
}

.quote-content p + p {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .quote > p {
    font-size: 0.5625rem;
  }

  .quote.in-sblock {
    padding-top: 9vw;
  }

  .quote-content {
    padding: 40px 22px 40px 70px;
    font-size: 0.875rem;
    border-left: 3px solid #B0B0B0;
  }

  .quote-content p + p {
    margin-top: 25px;
  }

  .quote-content::before {
    top: 27px;
    left: 8px;
    width: 39px;
    height: 35px;
  }
}

.research-desc {
  line-height: 1.7;
  margin: 30px 0 0;
  padding-left: 18vw;
}

.bottom-img {
  position: absolute;
  left: 0;
}

.bottom-img img {
  width: 20.76923076923077vw;
  height: 14.615384615384617vw;
}

.bottom-img .btm-img01 {
  position: relative;
  z-index: 5;
  top: -30px;
}

.bottom-img .btm-img02 {
  position: relative;
  top: 60px;
  left: -2.8vw;
}

.link-btn {
  text-align: right;
  margin-top: 35px;
}

@media screen and  (max-width: 768px) {
  .research-desc {
    font-size: 12px;
    padding-left: 0;
  }

  .bottom-img {
    position: relative;
    margin-top: 17px;
  }

  .bottom-img img {
    /* width: 42.13333333333333vw; */
    width: 52%;
    height: auto;
  }

  .bottom-img .btm-img01 {
    top: initial;
  }

  .bottom-img .btm-img02 {
    position: absolute;
    top: 15vw;
    left: 46%;
  }

  .link-btn {
    text-align: center;
    margin-top: 20vw;
  }

  .link-btn .btn.common {
    width: 300px;
  }
}
.gray{
    background-color: #e6e6e6;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 9.5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    color: black;
}
@media screen and (min-width: 769px){
#discussion > div.f-block > dl > div.gray > dd{
    border-left: 1px solid black;
    }
}

@media screen and (max-width: 768px){
        .gray{
    padding: 6vw 4vw;
}
    #discussion > div.f-block > dl > div.gray > dt{
        border-bottom: 1px solid black;
    }