/**
 * button reset
 */
@media screen and (max-width: 767px) {
  .session {
    padding: 0 15px;
  }
}
.session__inner {
  width: 81.25%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .session__inner {
    width: auto;
  }
}
.session__inner::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  width: calc(100% + 40px);
  left: -20px;
  height: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .session__inner::before {
    left: 0;
    width: 100%;
    height: 30px;
  }
}
.session__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 3.8% 0;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .session__head {
    padding: 0 20px;
    display: block;
    height: auto;
  }
}
.session-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 521px;
  flex: 0 0 521px;
  background-repeat: no-repeat;
  background-image: url(/assets/img/session/text_eng_session.svg);
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-right: 107px;
}
.session-heading__wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .session-heading {
    display: block;
    padding-top: 90px;
    margin-right: 0;
    background-size: 92% auto;
  }
}
.session-heading__secondary {
  color: #2E529D;
  font-size: 13px;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .session-heading__secondary {
    letter-spacing: 0.26px;
  }
}
.session-heading__primary {
  font-size: 34px;
  letter-spacing: 1.8px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .session-heading__primary {
    font-size: 27px;
    letter-spacing: 0.68px;
    margin-top: 8px;
  }
}
.session-lead {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
@media screen and (max-width: 767px) {
  .session-lead {
    margin-top: 26px;
  }
}
.session-lead__text {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .session-lead__text {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .session-lead__text {
    letter-spacing: 0.42px;
  }
}
.session-lead__note {
  margin-top: 17px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: right;
  color: #6B6F77;
}
@media screen and (max-width: 767px) {
  .session-lead__note {
    text-align: left;
    margin-top: 13px;
    font-size: 11px;
    letter-spacing: normal;
  }
}
.session-members {
  margin: 200px auto 120px;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .session-members {
    margin: 120px -15px 0;
    padding: 0 0 1px;
  }
}
.session-members__list {
  width: 75%;
  margin: auto;
  position: relative;
  top: -100px;
  max-width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .session-members__list {
    width: auto;
    top: -110px;
    margin-bottom: -50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.session-members__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
@media screen and (max-width: 767px) {
  .session-members__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 5px) / 2);
    flex: 0 0 calc((100% - 5px) / 2);
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .session-members__item:nth-child(2n) {
    margin-left: 5px;
  }
}
.session-members__item + .session-members__item .session-members__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(/assets/img/common/icon_cross.svg);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .session-members__item + .session-members__item .session-members__image::before {
    content: none;
  }
}
.session-members__image {
  position: relative;
}
.session-members__image-inner {
  overflow: hidden;
}
.session-members__image img {
  width: 100%;
  height: auto;
}
.session-members__main {
  padding: 27px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .session-members__main {
    padding: 17px 9px 0;
  }
}
.session-members__name {
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .session-members__name {
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 767px) {
  .session-members__name {
    font-size: 17px;
    letter-spacing: 0.77px;
  }
}
.session-members__name-roma {
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: normal;
  color: #6B6F77;
}
.session-members__text {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .session-members__text {
    font-size: 11px;
    letter-spacing: normal;
    margin-top: 10px;
  }
}

.talk {
  position: relative;
  overflow: hidden;
}
.talk + .talk {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .talk {
    margin: 150px -15px 0;
  }
}
.talk-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .talk-head {
    position: static;
    display: block;
  }
}
.talk-head--image-right .talk-head__heading {
  padding-right: 35%;
}
@media all and (-ms-high-contrast: none) {
  .talk-head--image-right .talk-head__heading {
    padding-right: 38%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .talk-head--image-right .talk-head__heading {
    padding-right: 0;
  }
}
.talk-head--image-right .talk-head__image {
  margin-left: -160px;
}
@media screen and (max-width: 767px) {
  .talk-head--image-right .talk-head__image {
    margin-left: 0;
  }
}
.talk-head--image-right .talk-head__main {
  padding-left: 12.5%;
}
@media screen and (max-width: 767px) {
  .talk-head--image-right .talk-head__main {
    padding-left: 35px;
  }
}
.talk-head--image-right .talk-head__content {
  padding-left: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .talk-head--image-right .talk-head__content {
    padding-left: 20px;
  }
}
.talk-head--image-right .talk-head__content::before {
  left: 0;
}
.talk-head--image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.talk-head--image-left .talk-head__heading {
  padding-left: 35%;
}
@media all and (-ms-high-contrast: none) {
  .talk-head--image-left .talk-head__heading {
    padding-left: 38%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .talk-head--image-left .talk-head__heading {
    padding-left: 0;
  }
}
.talk-head--image-left .talk-head__image {
  margin-right: -160px;
}
@media screen and (max-width: 767px) {
  .talk-head--image-left .talk-head__image {
    margin-right: 0;
  }
}
.talk-head--image-left .talk-head__main {
  padding-right: 12.5%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .talk-head--image-left .talk-head__main {
    padding-left: 35px;
    padding-right: 0;
    text-align: left;
  }
}
.talk-head--image-left .talk-head__content {
  padding-right: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .talk-head--image-left .talk-head__content {
    padding-right: 0;
    padding-left: 20px;
  }
}
.talk-head--image-left .talk-head__content::before {
  right: 0;
}
@media screen and (max-width: 767px) {
  .talk-head--image-left .talk-head__content::before {
    left: 0;
    right: auto;
  }
}
.talk-head__main {
  background-color: #2E529D;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% + 80px);
  flex-basis: calc(50% + 80px);
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .talk-head__main {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
.talk-head__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.talk-head__content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .talk-head__content::before {
    height: 232px;
  }
}
@media screen and (max-width: 767px) {
  .talk-head__content {
    padding-top: 60px;
    height: 282px;
    display: block;
  }
}
.talk-head__image {
  position: relative;
  top: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  background-color: #fff;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .talk-head__image {
    top: 0;
  }
}
.talk-head__image img {
  width: 100%;
  height: auto;
}
.talk-head__category {
  border: 1px solid #fff;
  padding: 2px 16px;
  color: #fff;
  display: inline-block;
  border-radius: 500px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
@media screen and (max-width: 767px) {
  .talk-head__category {
    padding: 1px 16px;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .talk-head__category {
    letter-spacing: 0.26px;
  }
}
.talk-head__en {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .talk-head__en {
    margin-top: 30px;
  }
  .talk-head__en > img {
    height: 46px;
    width: auto;
  }
}
.talk-head__heading {
  margin-top: -14px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .talk-head__heading {
    font-size: 22px;
    letter-spacing: 0.55px;
  }
}
.talk__list {
  margin: calc(4% + 100px) auto 0;
  padding: 0 25% 100px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
@media screen and (max-width: 767px) {
  .talk__list {
    width: auto;
    margin-top: 60px;
    padding: 0 35px 60px;
  }
}
.talk__item {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .talk__item {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .talk__item {
    letter-spacing: 0.26px;
  }
}
.talk__item + .talk__item {
  margin-top: 30px;
  line-height: 2;
}
.talk__speaker {
  font-weight: bold;
  margin-right: 17px;
}
.talk__interviewer {
  color: #2E529D;
}
.talk__interviewer::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #2E529D;
  margin-right: 3px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .talk__interviewer::before {
    top: -1px;
  }
}
.talk__image {
  width: 75%;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .talk__image {
    width: auto;
  }
}
.talk__image img {
  width: 100%;
  height: auto;
}
.talk__image + .talk__list {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .talk__image + .talk__list {
    margin-top: 60px;
  }
}

.other-links {
  margin-top: 50px;
  padding: 100px 0;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .other-links {
    padding: 60px 35px;
    margin: 30px -15px 0;
  }
}
.other-links__list {
  width: 75%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .other-links__list {
    width: auto;
    display: block;
  }
}
.other-links__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .other-links__item > a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .other-links__item + .other-links__item {
    margin-top: 20px;
  }
}
.other-links__item img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.other-links__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.other-links__name {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .other-links__name {
    letter-spacing: 0.3px;
  }
}
.other-links__name::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 8px;
  background-image: url(/assets/img/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
}