.soloInterview {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (width < 768px) {
  .soloInterview {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.soloInterview__hl {
  color: var(--color-secondary);
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  font-weight: 400;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .soloInterview__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    text-align: center;
  }
}
.soloInterview__rt {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 2.2222222222;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .soloInterview__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    text-align: center;
    margin-bottom: 30px;
  }
}
.soloInterview__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 35px;
}
@media (width < 768px) {
  .soloInterview__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.soloInterview__list__item__anchor__fig {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (width < 768px) {
  .soloInterview__list__item__anchor__fig {
    margin-bottom: 20px;
  }
}
.soloInterview__list__item__anchor__fig > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.soloInterview__list__item__anchor__texts__category {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  line-height: 2;
  color: var(--color-secondary);
  margin-bottom: 15px;
}
@media (width < 768px) {
  .soloInterview__list__item__anchor__texts__category {
    margin-bottom: 0;
  }
}
.soloInterview__list__item__anchor__texts__title {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  color: var(--color-text);
  line-height: 1.9;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .soloInterview__list__item__anchor__texts__title {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    line-height: 2;
    margin-bottom: 10px;
  }
}
.soloInterview__list__item__anchor__texts__name {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  color: var(--color-text);
}
.soloInterview__list__item__anchor__texts__name > span {
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  display: block;
}
.soloInterview__list__item__anchor:hover .soloInterview__list__item__anchor__fig > img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.soloInterview__list__item__anchor:hover .soloInterview__list__item__anchor__texts__title {
  text-decoration: none;
}

.crossTalk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f4f9ff;
}
@media (width < 768px) {
  .crossTalk {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.crossTalk__hl {
  color: var(--color-secondary);
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  font-weight: 400;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .crossTalk__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    text-align: center;
  }
}
.crossTalk__rt {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 2.2222222222;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .crossTalk__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    text-align: center;
  }
}
.crossTalk__talks__eachTalk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk {
    display: block;
  }
}
.crossTalk__talks__eachTalk:last-child {
  margin-bottom: 0;
}
.crossTalk__talks__eachTalk__arrowObj {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-image: url(/contents/recruit/assets/images/common/icon_btnObj-base.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__arrowObj {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
}
.crossTalk__talks__eachTalk__arrowObj > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.crossTalk__talks__eachTalk__arrowObj > img:last-child {
  -webkit-transform: translate(-300%, -50%);
          transform: translate(-300%, -50%);
}
.crossTalk__talks__eachTalk__fig {
  width: 50%;
  overflow: hidden;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__fig {
    width: 100%;
  }
}
.crossTalk__talks__eachTalk__fig > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.crossTalk__talks__eachTalk__texts {
  width: 50%;
  padding: 0 70px;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__texts {
    width: 100%;
    padding: 20px;
  }
}
.crossTalk__talks__eachTalk__texts__title {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  color: var(--color-text);
  line-height: 1.8;
  margin-bottom: 35px;
  text-decoration: underline;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__texts__title {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
  }
}
.crossTalk__talks__eachTalk__texts__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--color-secondary);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.crossTalk__talks__eachTalk__texts__names__cross {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__texts__names__eachName > table {
    display: block;
  }
}
.crossTalk__talks__eachTalk__texts__names__eachName > table > tbody > tr > th {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  font-weight: 400;
  padding: 5px;
  text-align: left;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__texts__names__eachName > table > tbody > tr > th {
    padding: 0;
    display: block;
  }
}
.crossTalk__talks__eachTalk__texts__names__eachName > table > tbody > tr > td {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  font-weight: 400;
  padding: 10px;
  text-align: left;
}
@media (width < 768px) {
  .crossTalk__talks__eachTalk__texts__names__eachName > table > tbody > tr > td {
    padding: 0;
    display: block;
  }
}
.crossTalk__talks__eachTalk__texts__names__eachName > table > tbody > tr > td > span {
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
  display: block;
  margin-top: 10px;
}
.crossTalk__talks__eachTalk:hover .crossTalk__talks__eachTalk__fig > img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.crossTalk__talks__eachTalk:hover .crossTalk__talks__eachTalk__texts__title {
  text-decoration: none;
}
.crossTalk__talks__eachTalk:hover .crossTalk__talks__eachTalk__arrowObj > img:first-child {
  -webkit-transform: translate(300%, -50%);
          transform: translate(300%, -50%);
}
.crossTalk__talks__eachTalk:hover .crossTalk__talks__eachTalk__arrowObj > img:last-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.discussion {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (width < 768px) {
  .discussion {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.discussion__circleObj {
  position: absolute;
  top: 100px;
  left: -200px;
  width: 673px;
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.discussion__hl {
  color: var(--color-secondary);
  font-size: 36px;
  font-size: calc(36 / 10 * 1rem);
  font-weight: 400;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .discussion__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    text-align: center;
  }
}
.discussion__rt {
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  line-height: 2.2222222222;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .discussion__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    text-align: center;
  }
}
.discussion__discussions__eachDiscussions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .discussion__discussions__eachDiscussions {
    display: block;
  }
}
.discussion__discussions__eachDiscussions:last-child {
  margin-bottom: 0;
}
.discussion__discussions__eachDiscussions__fig {
  width: 50%;
}
@media (width < 768px) {
  .discussion__discussions__eachDiscussions__fig {
    width: 100%;
    margin-bottom: 30px;
  }
}
.discussion__discussions__eachDiscussions__texts {
  width: 50%;
  padding: 0 70px;
}
@media (width < 768px) {
  .discussion__discussions__eachDiscussions__texts {
    width: 100%;
    padding: 0;
  }
}
.discussion__discussions__eachDiscussions__texts__rt {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
@media (width < 768px) {
  .discussion__discussions__eachDiscussions__texts__rt {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
    margin-bottom: 30px;
  }
}
.discussion__discussions__eachDiscussions__texts__btn {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (width < 768px) {
  .discussion__discussions__eachDiscussions__texts__btn {
    width: 100%;
  }
}