/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader hgroup p::first-letter {
  color: #C135BE;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	prof
+++++++++++++++++++++++++++++++++++++++++++ */
.prof {
  padding: 140px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prof {
    min-height: auto;
    padding: 30vw 0 50px;
  }
}
.prof h2 {
  line-height: 1.2;
  font-size: 5.2rem;
  position: absolute;
  top: 40px;
  left: clamp(600px, 70%, 850px);
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .prof h2 {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .prof h2 {
    font-size: 5.2vw;
    color: #FFF;
    top: auto;
    right: 20px;
    bottom: 20px;
  }
}
.prof figure {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .prof figure {
    width: 95%;
  }
}
.prof figure img {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .prof figure img {
    max-width: 100%;
  }
}
.prof_comment {
  width: calc(100vw - 600px);
  margin: 0 0 0 auto;
  padding: 50px 60px;
  background: #A173C9;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .prof_comment {
    width: 95%;
    padding: 20px;
  }
}
.prof_comment p {
  color: #FFF;
  line-height: 1.4;
}
section {
  margin: 0 0 50px;
}
section:nth-of-type(1) {
  padding-bottom: 90px;
  background: url(../img/bg_interviews_1.webp) no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  section:nth-of-type(1) {
    padding-bottom: 0;
    background-position: center 100vw;
  }
}
section:nth-of-type(1)::after {
  content: '';
  display: block;
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  section:nth-of-type(1)::after {
    content: none;
  }
}
section:nth-of-type(1) h3 {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  section:nth-of-type(1) h3 {
    padding: 0;
  }
}
section:nth-of-type(1) .flex {
  gap: 30px;
}
section h3 {
  margin: 0 0 30px;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  section h3 {
    margin-bottom: 0;
    font-size: 4.8vw;
  }
}
section h3::first-letter {
  color: #A53DFF;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  section h3::first-letter {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  section h3 {
    order: -2;
  }
}
section .flex {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  section .flex {
    gap: 30px;
  }
}
section .flex .flexText_box {
  padding: 25px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  section .flex .flexImg {
    width: 80%;
    margin: 0 auto;
    order: -1;
  }
}
section .flex .flexImg.bg {
  position: relative;
}
section .flex .flexImg.bg::before {
  content: '';
  display: block;
  width: 805px;
  height: 854px;
  background: url(../img/bg_interviews_2.webp) no-repeat;
  position: absolute;
  top: -258px;
  left: -256px;
  z-index: -1;
}
section .flex .flexImg.bg.bg2 {
  min-height: 504px;
}
section .flex .flexImg.bg.bg2::before {
  top: -280px;
  left: -88px;
}
aside {
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  aside {
    padding: 50px 0 0;
  }
}
aside::before {
  content: '';
  display: block;
  width: 100vw;
  height: 45vw;
  background: url(../img/bg_interviews_3.webp) no-repeat center center / 100% auto;
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  aside::before {
    top: 110vw;
  }
}
@media screen and (max-width: 767px) {
  aside h2 {
    align-self: center;
  }
}
aside .columnBox {
  gap: 0px 12px;
}
aside .columnBox a {
  display: block;
  max-width: 318px;
  width: calc(50% - 15px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  aside .columnBox a {
    margin: 0 auto 20px;
  }
}
aside .columnBox a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
aside .columnBox a img {
  transition: transform 0.2s;
}
aside .columnBox a p {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
aside .columnBox a p::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #A53DFF;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}
