@charset "UTF-8";
#visual {
  position: relative;
  padding: 90px 3% 144px 3%;
}
@media screen and (max-width: 767px) {
  #visual {
    padding: 20px 3% 30px 3%;
  }
}
#visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  background-color: #F5F5F5;
  top: 0;
  left: 0;
  z-index: -1;
}
#visual .visual-inner {
  position: relative;
  margin: auto;
}
#visual .image {
  position: relative;
  margin: auto;
  padding: 0 5%;
}
#visual .title {
  position: absolute;
  bottom: -51px;
  left: 0%;
}
#visual .title h1 {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(3rem, 2.1741935484rem + 1.0752688172vw, 3.4rem);
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #visual .title h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #visual .title h1 {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}
#visual .title p {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #visual .title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #visual .title p {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
#visual .subtitle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#model {
  position: relative;
  padding: 102px 0 0 0;
}
#model #first {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #model #first {
    padding: 50px 0;
  }
}
#model #first .lead {
  max-width: 725px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #model #first .lead {
    margin-bottom: 50px;
  }
}
#model #first .lead h2 {
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  color: #CC0033;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #model #first .lead h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #model #first .lead h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
#model #first .lead .copy {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #model #first .lead .copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #model #first .lead .copy {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
#model #first .lead p {
  font-weight: 400;
}
#model #first .layout {
  display: flex;
  flex-wrap: wrap;
}
#model #first .layout a {
  position: relative;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #model #first .layout a {
    width: 49%;
    margin-bottom: 30px;
  }
}
#model #first .layout a:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #model #first .layout a:nth-child(3n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  #model #first .layout a:nth-child(2n) {
    margin-right: 0;
  }
}
#model #first .layout a:hover .text {
  transform: translateY(-10px);
}
#model #first .layout a .text {
  background-color: #F5F5F5;
  border-radius: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 174px;
  font-size: clamp(1.2rem, 0.3741935484rem + 1.0752688172vw, 1.6rem);
  padding: 0 3%;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #model #first .layout a .text br {
    display: none;
  }
}
#model #first .layout a .image {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  line-height: 0;
}
#model #first .layout a .image img {
  height: 128px;
}
@media screen and (max-width: 767px) {
  #model #first .layout a .image img {
    height: 100px;
  }
}
#model #first .layout a .label {
  line-height: 1;
  color: #fff;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  padding: 6px;
  border-radius: 87px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #model #first .layout a .label {
    font-size: 1.4rem;
  }
}
#model #first .layout a.case1 p span {
  color: #D83960;
}
#model #first .layout a.case1 .label {
  background-color: #D83960;
}
#model #first .layout a.case2 p span {
  color: #E4660F;
}
#model #first .layout a.case2 .label {
  background-color: #E4660F;
}
#model #first .layout a.case3 p span {
  color: #7D4CA0;
}
#model #first .layout a.case3 .label {
  background-color: #7D4CA0;
}
#model #first .layout a.case4 p span {
  color: #8FC106;
}
#model #first .layout a.case4 .label {
  background-color: #8FC106;
}
#model #first .layout a.case5 p span {
  color: #4A9ADE;
}
#model #first .layout a.case5 .label {
  background-color: #4A9ADE;
}
#model #first .layout a.case6 p span {
  color: #B29F74;
}
#model #first .layout a.case6 .label {
  background-color: #B29F74;
}
#model section.case {
  padding: 0 5%;
  margin-bottom: 50px;
}
#model section.case .inframe {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  #model section.case .inframe {
    padding: 25px 3%;
  }
}
#model section.case .inframe h2 {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  padding: 10px 20px;
  border-radius: 7vw;
  position: absolute;
  top: 50px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  #model section.case .inframe h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #model section.case .inframe h2 {
    top: -1.5rem;
    left: 20px;
  }
}
#model section.case .inframe .name {
  text-align: center;
  font-size: clamp(2rem, 1.1741935484rem + 1.0752688172vw, 2.4rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #model section.case .inframe .name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #model section.case .inframe .name {
    margin-bottom: 20px;
  }
}
#model section.case .inframe .qa {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #model section.case .inframe .qa {
    flex-wrap: wrap;
  }
}
#model section.case .inframe .qa .box {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 174px;
  font-size: clamp(1.2rem, 0.3741935484rem + 1.0752688172vw, 1.6rem);
  border-radius: 7vw;
  padding: 20px 3%;
}
@media screen and (max-width: 767px) {
  #model section.case .inframe .qa .box {
    width: 100%;
    height: auto;
    padding: 30px 3%;
  }
}
#model section.case .inframe .qa .box.q {
  background-color: #fff;
}
#model section.case .inframe .qa .box.a {
  color: #fff;
}
#model section.case .inframe .qa .box p {
  text-align: center;
  font-weight: bold;
}
#model section.case .inframe .qa .image {
  width: 30%;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #model section.case .inframe .qa .image {
    width: 50%;
    padding: 15px 0;
    margin: auto;
  }
}
#model section.case .layout {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  #model section.case .layout {
    display: block;
  }
}
#model section.case .layout .career {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #model section.case .layout .career {
    width: 100%;
  }
}
#model section.case .layout .career li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#model section.case .layout .career li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 6px solid transparent;
  top: 42px;
  left: 40px;
}
#model section.case .layout .career .year {
  border: 1px solid #000;
  background-color: #fff;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  width: 82px;
  line-height: 1;
  padding: 7px 11px 8px 11px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #model section.case .layout .career .year {
    font-size: 1.4rem;
  }
}
#model section.case .layout .career .text {
  flex: 1;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #model section.case .layout .career .text {
    font-size: 1.4rem;
  }
}
#model section.case .layout p {
  width: 50%;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #model section.case .layout p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #model section.case .layout p {
    width: 100%;
  }
}
#model section.case#case1 h2,
#model section.case#case1 .qa .a {
  background-color: #D83960;
}
#model section.case#case1 .name,
#model section.case#case1 .q span {
  color: #D83960;
}
#model section.case#case1 .year {
  border-color: #D83960;
}
#model section.case#case1 li::after {
  border-top: 6px solid #D83960;
}
#model section.case#case2 h2,
#model section.case#case2 .qa .a {
  background-color: #E4660F;
}
#model section.case#case2 .name,
#model section.case#case2 .q span {
  color: #E4660F;
}
#model section.case#case2 .year {
  border-color: #E4660F;
}
#model section.case#case2 li::after {
  border-top: 6px solid #E4660F;
}
#model section.case#case3 h2,
#model section.case#case3 .qa .a {
  background-color: #7D4CA0;
}
#model section.case#case3 .name,
#model section.case#case3 .q span {
  color: #7D4CA0;
}
#model section.case#case3 .year {
  border-color: #7D4CA0;
}
#model section.case#case3 li::after {
  border-top: 6px solid #7D4CA0;
}
#model section.case#case4 h2,
#model section.case#case4 .qa .a {
  background-color: #8FC106;
}
#model section.case#case4 .name,
#model section.case#case4 .q span {
  color: #8FC106;
}
#model section.case#case4 .year {
  border-color: #8FC106;
}
#model section.case#case4 li::after {
  border-top: 6px solid #8FC106;
}
#model section.case#case5 h2,
#model section.case#case5 .qa .a {
  background-color: #4A9ADE;
}
#model section.case#case5 .name,
#model section.case#case5 .q span {
  color: #4A9ADE;
}
#model section.case#case5 .year {
  border-color: #4A9ADE;
}
#model section.case#case5 li::after {
  border-top: 6px solid #4A9ADE;
}
#model section.case#case6 h2,
#model section.case#case6 .qa .a {
  background-color: #B29F74;
}
#model section.case#case6 .name,
#model section.case#case6 .q span {
  color: #B29F74;
}
#model section.case#case6 .year {
  border-color: #B29F74;
}
#model section.case#case6 li::after {
  border-top: 6px solid #B29F74;
}

#training .content {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #training .content {
    padding-top: 50px;
  }
}
#training .content h2.section-title {
  color: #CC0033;
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  line-height: 1.2;
  border-bottom: 8px solid #CC0033;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #training .content h2.section-title {
    font-size: 3.2rem;
  }
}
#training .content .bar-title {
  background-color: #CC0033;
  color: #fff;
  font-size: clamp(2rem, 1.1741935484rem + 1.0752688172vw, 2.4rem);
  line-height: 1;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  #training .content .bar-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #training .content .bar-title {
    font-size: 2rem;
    padding: 20px;
  }
}
#training .content .layout {
  padding: 40px 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#training .content .layout .box {
  width: 46%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #training .content .layout .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#training .content .layout .box h4 {
  color: #CC0033;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CC0033;
}
@media screen and (max-width: 767px) {
  #training .content .layout .box h4 {
    font-size: 2rem;
  }
}
#training .content .layout .box p {
  font-weight: 400;
}
#training .content #kensyu {
  display: block;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu {
    margin-bottom: 50px;
  }
}
#training .content #kensyu #message {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu #message {
    margin-bottom: 30px;
  }
}
#training .content #kensyu #message .title {
  position: relative;
  max-width: calc(1140px + 6%);
  margin: 0 auto 10px;
  padding: 0 3%;
}
#training .content #kensyu #message .title h3 {
  text-align: center;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu #message .title h3 {
    font-size: 2rem;
  }
}
#training .content #kensyu #message .title img {
  position: absolute;
  top: 0;
  right: 8%;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu #message .title img {
    position: static;
    margin: auto;
    display: block;
    width: 30%;
  }
}
#training .content #kensyu #message .frame-bg {
  position: relative;
  background-color: #F5F5F5;
}
#training .content #kensyu #message .frame-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu #message .frame-bg::before {
    width: 5%;
  }
}
#training .content #kensyu #message .layout {
  position: relative;
  z-index: 1;
  display: flex;
}
#training .content #kensyu #message .layout .image {
  width: 338px;
}
#training .content #kensyu #message .layout .text {
  flex: 1;
  padding-left: 5%;
}
#training .content #kensyu .mid-image {
  margin-bottom: 100px;
  text-align: right;
  padding-left: 13%;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu .mid-image {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
#training .content #kensyu .mid-image img {
  width: 100%;
}
#training .content #kensyu .other {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu .other {
    flex-wrap: wrap;
  }
}
#training .content #kensyu .other .col {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu .other .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
#training .content #kensyu .other .col h3 {
  margin-bottom: 20px;
}
#training .content #kensyu .other .col p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #training .content #kensyu .other .col p {
    margin: 0 3% 20px;
  }
}
@media screen and (max-width: 767px) {
  #training .content #kensyu .other .col ul {
    margin: 0 3%;
  }
}
#training .content #kensyu .other .col ul li {
  position: relative;
}
#training .content #kensyu .other .col ul li::before {
  content: "● ";
  color: #000;
}
#training .content #kensyu .other .col ul.red li {
  color: #CC0033;
}
#training .content #hyouka {
  display: block;
}
@media screen and (max-width: 767px) {
  #training .content #hyouka h2 {
    margin-bottom: 0;
  }
}

#crosstalk #visual {
  padding-top: 0;
  padding: 0 0 144px 5%;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
#crosstalk #visual .image {
  padding-right: 0;
}
#crosstalk #visual .title {
  left: 5%;
}
#crosstalk .content {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #crosstalk .content {
    padding: 30px 0;
  }
}
#crosstalk .content #first {
  max-width: 860px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #first {
    margin-bottom: 50px;
  }
}
#crosstalk .content #first h2 {
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  margin-bottom: 60px;
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #first h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #crosstalk .content #first h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#crosstalk .content #first p {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content #first p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #crosstalk .content #first p {
    font-size: 1.6rem;
  }
}
#crosstalk .content #member {
  background-color: #F5F5F5;
  position: relative;
  padding: 65px 10% 15px;
  max-width: 1048px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
#crosstalk .content #member h2 {
  position: absolute;
  right: -3%;
  top: 50px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member h2 {
    right: 50%;
    top: -20px;
    transform: translateX(50%);
  }
}
#crosstalk .content #member .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout {
    flex-wrap: wrap;
    gap: 0;
  }
}
#crosstalk .content #member .layout .col {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
#crosstalk .content #member .layout .col .row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col .row {
    align-items: center;
  }
}
#crosstalk .content #member .layout .col .image {
  max-width: 150px;
  width: 25%;
}
#crosstalk .content #member .layout .col .text {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col .text {
    line-height: 1.5;
  }
}
#crosstalk .content #member .layout .col .text .title {
  display: inline-block;
  line-height: 1;
  padding: 6px 15px;
  margin-bottom: 10px;
  color: #fff;
}
#crosstalk .content #member .layout .col .text .name {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col .text .name {
    font-size: 1.8rem;
  }
}
#crosstalk .content #member .layout .col .text .prof {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col .text .prof {
    font-size: 1.5rem;
  }
}
#crosstalk .content #member .layout .col p {
  color: #CC0033;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col p {
    font-size: 1.5rem;
  }
}
#crosstalk .content #member .layout .col p.note {
  color: #000;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content #member .layout .col p.note {
    font-size: 1.4rem;
  }
}
#crosstalk .content #member .note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
#crosstalk .content .talk-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section {
    margin-bottom: 50px;
  }
}
#crosstalk .content .talk-section h2 {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section h2 {
    display: block;
    margin-bottom: 20px;
  }
}
#crosstalk .content .talk-section h2 .en {
  width: 25%;
  line-height: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section h2 .en {
    display: block;
    width: 25%;
    margin-bottom: 5px;
  }
}
#crosstalk .content .talk-section h2 .jp {
  width: 75%;
  color: #CC0033;
  font-size: clamp(2.2rem, 1.3741935484rem + 1.0752688172vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section h2 .jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section h2 .jp {
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#crosstalk .content .talk-section .host {
  padding-left: 25%;
  margin-bottom: 30px;
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section .host {
    padding-left: 0;
  }
}
#crosstalk .content .talk-section .talk .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section .talk .row {
    margin-bottom: 3rem;
  }
}
#crosstalk .content .talk-section .talk .row .image {
  width: 25%;
  padding-left: calc(25% - 100px);
  padding-right: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section .talk .row .image {
    padding-right: 20px;
    width: 78px;
  }
}
#crosstalk .content .talk-section .talk .row .image img {
  width: 58px;
}
#crosstalk .content .talk-section .talk .row .image span {
  display: block;
  text-align: center;
  font-size: clamp(1rem, 0.5870967742rem + 0.5376344086vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section .talk .row .image span {
    font-size: 1.2rem;
  }
}
#crosstalk .content .talk-section .talk .row p {
  flex: 1;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 15%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #crosstalk .content .talk-section .talk .row p {
    padding-right: 0;
  }
}
#crosstalk .content .mid-image {
  position: relative;
}
#crosstalk .content .mid-image.image-left {
  margin-bottom: 15%;
}
#crosstalk .content .mid-image.image-left img {
  width: 90%;
}
#crosstalk .content .mid-image.image-left::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 90%;
  height: 100%;
  right: 0;
  top: 20%;
  z-index: -1;
}
#crosstalk .content .mid-image.image-right {
  margin-bottom: 15%;
  text-align: right;
}
#crosstalk .content .mid-image.image-right img {
  width: 90%;
}
#crosstalk .content .mid-image.image-right::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 90%;
  height: 100%;
  left: 0;
  top: 20%;
  z-index: -1;
}
#crosstalk .content .mid-image.image-wide {
  max-width: 1024px;
  margin: 0 auto 8%;
}