@charset "UTF-8";
/* =====================
  _container
===================== */

.ct-H1Title {
  line-height: 1;
}

.ct-H1Title-en {
  display: block;
  font-size: 4.1rem;
}

@media print, screen and (min-width: 768px) {
  .ct-H1Title-en {
    font-size: 8.2rem;
  }
}

.ct-H1Title-jp {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .ct-H1Title-jp {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

.ct-H2Title {
  text-align: center;
  margin: 0 0 35px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .ct-H2Title {
    margin: 0 0 70px;
  }
}

.ct-H2Title-en {
  display: block;
  font-size: 0.9rem;
  color: #6c8fc4;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .ct-H2Title-en {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.ct-H2Title-jp {
  line-height: 2;
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .ct-H2Title-jp {
    font-size: 2.8rem;
  }
  .ct-H2Title {
    font-size: 8.2rem;
  }
}

.ct-Sentence_Wrap {
  counter-increment: section;
  margin-bottom: 130px;
}

.ct-Sentence_Wrap:last-of-type {
  margin-bottom: 0;
}

.ct-Sentence-H3Title {
  font-weight: 500;
  font-size: 2.8rem;
  position: relative;
  padding-left: 31%;
  line-height: 1.8;
  margin: 0 0 30px;
}

.ct-Sentence-H3Title:before {
  content: counter(section, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #7e7e7e;
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  padding-right: 15px;
}

.ct-Sentence-H3Title:after {
  content: "";
  width: 27%;
  height: 1px;
  background: #7e7e7e;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.ct-Sentence_Txt {
  padding-left: 31%;
  margin-bottom: 90px;
}

.ct-Sentence_Image-small {
  padding-left: 27%;
}

.ct-Sentence_Image-large img {
  width: 100%;
}

/* =====================
  hero
===================== */

@media print, screen and (max-width: 767px) {
  .ct-Hero {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .ct-Hero {
    padding-top: 180px;
  }
}

.ct-Hero_Title_Wrap {
  position: absolute;
  top: 30px;
  left: 5%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .ct-Hero_Title_Wrap {
    width: 100%;
    top: 77px;
    left: 0;
  }
  .ct-Hero_Title {
    max-width: 1020px;
    margin: 0 auto;
  }
}

/* =====================
  Member
===================== */

.ct-Member {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .ct-Member {
    margin-bottom: 150px;
  }
}

.ct-Member_Read {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .ct-Member_Read {
    font-size: 1.5rem;
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .ct-Member_Wrap {
    justify-content: space-between;
    display: flex;
  }
}

.ct-Member_Col {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .ct-Member_Col {
    margin-bottom: 0;
  }
}

.ct-Member_Image {
  margin-bottom: 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ct-Member_Image {
    margin-bottom: 30px;
  }
}

.ct-Member_Part {
  font-weight: bold;
  letter-spacing: .12em;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .ct-Member_Part {
    font-size: 1.5rem;
  }
}

/* =====================
  Talk
===================== */

.ct-Talk {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk {
    margin-bottom: 150px;
  }
}

.ct-Talk_QA_Wrap {
  position: relative;
}

.ct-Talk_QA_Wrap .ct-Talk_Image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgRight .ct-Talk_QA {
    width: 55%;
  }
}

.ct-Talk_QA_Wrap-ImgRight .ct-Talk_Image {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgRight .ct-Talk_Image {
    width: 42%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgLeft {
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
  }
  .ct-Talk_QA_Wrap-ImgLeft .ct-Talk_QA {
    width: 50%;
  }
}

.ct-Talk_QA_Wrap-ImgLeft .ct-Talk_Image {
  margin: 60px calc(50% - 50vw) 0;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgLeft .ct-Talk_Image {
    width: 44%;
    margin: 0 0 0 -50px;
  }
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_QA {
    margin-left: 45%;
  }
}

.ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_Image {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_Image {
    width: 42%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}

.ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_A_ImgCol2 {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_A_ImgCol2 {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 767px) {
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_A_ImgCol2 div {
    width: 58%;
    position: absolute;
  }
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_A_ImgCol2 div:last-of-type {
    right: 0;
    bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_A_Wrap dt {
    width: 135px;
    text-align: right;
  }
  .ct-Talk_QA_Wrap-ImgLeft-large .ct-Talk_A_Wrap dd {
    width: calc(100% - 150px);
  }
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgCenter .ct-Talk_QA {
    width: 67%;
    margin: 0 auto;
  }
}

.ct-Talk_QA_Wrap-ImgCenter .ct-Talk_Image {
  margin: 60px calc(50% - 50vw) 0;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_QA_Wrap-ImgCenter .ct-Talk_Image {
    margin: 100px 0 0;
  }
}

.ct-Talk_Q_Title {
  font-weight: 500;
  color: #7e7e7e;
  position: relative;
  padding-left: 20%;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_Q_Title {
    padding-left: 150px;
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}

.ct-Talk_Q_Title:before {
  content: "";
  height: 1px;
  width: 24%;
  background: #7e7e7e;
  position: absolute;
  left: -7%;
  top: 1em;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_Q_Title:before {
    width: 135px;
    left: 0;
  }
}

.ct-Talk_A_Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ct-Talk_A_Wrap dt {
  width: 17%;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_A_Wrap dt {
    width: 60px;
  }
  .ct-Talk_A_Wrap dt img {
    max-width: 60px;
  }
}

.ct-Talk_A_Wrap dd {
  width: calc(100% - 20%);
  margin: 0 0 35px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .ct-Talk_A_Wrap dd {
    width: calc(100% - 75px);
    margin: 0 0 45px;
    font-size: 1.5rem;
  }
}

.ct-Talk_A_Wrap dd:last-of-type {
  margin-bottom: 0;
}
