html,
body {
  overflow: visible;
}

main {
  overflow: visible;
}

#crosstalk {
  position: relative;
}
#crosstalk sup {
  font-size: clamp(0.95rem, 0.856rem + 0.1vw, 1rem);
  vertical-align: super;
}
#crosstalk #breadcrumb {
  position: absolute;
  top: 113px;
}
#crosstalk #visual {
  position: relative;
}
#crosstalk #visual .image {
  line-height: 0;
  border-radius: 0 0 32px 32px;
}
#crosstalk #visual .inner {
  position: absolute;
  padding: 180px 3% 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .inner {
    padding: 80px 5% 20px;
  }
}
#crosstalk #visual .cat-title {
  color: #1532AA;
  top: 0;
}
#crosstalk #visual .title {
  color: #fff;
}
#crosstalk #visual .title h1 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
#crosstalk #visual .title p {
  font-size: clamp(3.95rem, 2.696rem + 1.6vw, 5rem);
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .title p {
    font-size: 5vw;
  }
}
#crosstalk #first {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #crosstalk #first {
    padding: 30px 0;
  }
}
#crosstalk #first .lead {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 100px;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #crosstalk #first .lead {
    margin-bottom: 50px;
  }
}
#crosstalk #first .lead b {
  background-color: #EBF424;
}
#crosstalk #first .profile {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #crosstalk #first .profile {
    display: block;
  }
}
#crosstalk #first .profile .box {
  position: relative;
  width: 45%;
  border-radius: 32px;
  border: 1px solid #F06476;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  #crosstalk #first .profile .box {
    width: 100%;
    height: auto !important;
    padding-bottom: 20px;
  }
}
#crosstalk #first .profile .box .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#crosstalk #first .profile .box .box-title .image {
  max-width: 182px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  #crosstalk #first .profile .box .box-title .image {
    position: static;
    max-width: none;
  }
}
#crosstalk #first .profile .box .box-title .copy {
  color: #F06476;
  width: 66%;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #crosstalk #first .profile .box .box-title .copy {
    margin-bottom: 20px;
  }
}
#crosstalk #first .profile .box .box-title .copy span {
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #F06476;
}
#crosstalk #first .profile .box .name {
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #F06476;
}
#crosstalk #first .profile .box .name small {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  margin-left: 15px;
}
#crosstalk #first .profile .box .pos {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
#crosstalk #first .profile .box p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#crosstalk #first .profile .box.box2 {
  border-color: #00B653;
}
#crosstalk #first .profile .box.box2 .copy {
  color: #00B653;
}
#crosstalk #first .profile .box.box2 .copy span {
  border-color: #00B653;
}
#crosstalk #first .profile .box.box2 .name {
  color: #00B653;
}
#crosstalk #first .profile .batu {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #crosstalk #first .profile .batu {
    width: 100%;
    margin: 15px 0;
  }
}
#crosstalk #inpage-nav {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #crosstalk #inpage-nav {
    margin-bottom: 35px;
  }
}
#crosstalk #inpage-nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  #crosstalk #inpage-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 25px;
  }
}
#crosstalk #inpage-nav ul li:last-child a {
  border-right: none;
}
#crosstalk #inpage-nav ul li a {
  position: relative;
  display: block;
  text-align: center;
  border-right: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #crosstalk #inpage-nav ul li a {
    text-align: left;
    border: none;
    line-height: 1.5;
  }
}
#crosstalk #inpage-nav ul li a:hover .icon img {
  transform: scale(1.2);
}
#crosstalk #inpage-nav ul li a span {
  display: block;
}
#crosstalk #inpage-nav ul li a .en {
  color: #1532AA;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #crosstalk #inpage-nav ul li a .en {
    display: block;
    font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  }
}
#crosstalk #inpage-nav ul li a .jp {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin: 0rem 0 1rem;
}
@media screen and (max-width: 767px) {
  #crosstalk #inpage-nav ul li a .jp {
    display: block;
    font-size: min(18px, 3.5vw);
  }
}
#crosstalk #inpage-nav ul li a .icon {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #crosstalk #inpage-nav ul li a .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#crosstalk #inpage-nav ul li a .icon img {
  transition: all 0.3s ease;
}
#crosstalk .content-block {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block {
    margin-bottom: 50px;
  }
}
#crosstalk .content-block.bg .inner {
  position: relative;
  background-color: #EDF1FF;
  border-radius: 24px;
}
#crosstalk .content-block .corner {
  display: block;
  background-color: #fff;
  border-radius: 0 24px 0 24px;
  position: absolute;
  z-index: 1;
}
#crosstalk .content-block .corner::before, #crosstalk .content-block .corner::after {
  content: url(/recruit/newgraduates/technical/assets/image/corner-white.svg);
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
}
#crosstalk .content-block .corner::before {
  top: 0;
  left: -26px;
  transform: scaleX(-1);
}
#crosstalk .content-block .corner::after {
  bottom: -26px;
  right: 0;
  transform: scaleX(-1);
}
#crosstalk .content-block h2 {
  color: #1532AA;
  position: relative;
  padding-left: 88px;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block h2 {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
    margin-bottom: 40px;
    padding-left: 45px;
  }
}
#crosstalk .content-block h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 2px;
  background-color: #1532AA;
  left: 0;
  top: 1.7rem;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block h2::before {
    width: 30px;
  }
}
#crosstalk .content-block .talk {
  display: flex;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .talk {
    margin-bottom: 40px;
  }
}
#crosstalk .content-block .talk .face {
  width: 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .talk .face {
    width: 60px;
  }
}
#crosstalk .content-block .talk .face p {
  background-color: #F06476;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  padding: 2px 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .talk .face p {
    font-size: 1.3rem;
  }
}
#crosstalk .content-block .talk .face.face2 p {
  background-color: #00B653;
}
#crosstalk .content-block .talk p {
  flex: 1;
}
#crosstalk .content-block .talk p b {
  background-color: #EBF424;
}
#crosstalk .content-block .content-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .content-layout {
    display: block;
  }
}
#crosstalk .content-block .content-layout .image {
  width: 45%;
  line-height: 0;
}
#crosstalk .content-block .content-layout .image img {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .content-layout .image {
    width: 100%;
    margin-bottom: 30px;
  }
}
#crosstalk .content-block .content-layout .sticky .sticky-image {
  position: sticky;
  top: 120px;
  width: 100%;
  aspect-ratio: 15/16;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .content-layout .sticky .sticky-image {
    position: static;
  }
}
#crosstalk .content-block .content-layout .sticky .sticky-image #sticky02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#crosstalk .content-block .content-layout .sticky .sticky-image .fade-out {
  animation: fadeOut 0.5s ease forwards;
}
#crosstalk .content-block .content-layout .sticky .sticky-image .fade-in {
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#crosstalk .content-block .content-layout .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #crosstalk .content-block .content-layout .text {
    width: 100%;
  }
}
#crosstalk .content-block .wideimage {
  margin-top: 3rem;
}
#crosstalk #q1 .inner {
  padding: 180px 10% 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk #q1 .inner {
    padding: 60px 5% 50px;
  }
}
#crosstalk #q1 .top .corner {
  width: 450px;
  height: 80px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #crosstalk #q1 .top .corner {
    width: 30vw;
    height: 40px;
  }
}
#crosstalk #q1 .bottom .corner {
  width: 228px;
  height: 40px;
  left: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  #crosstalk #q1 .bottom .corner {
    width: 30vw;
    height: 40px;
  }
}
#crosstalk #q1 .layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  #crosstalk #q1 .layout {
    display: block;
  }
}
#crosstalk #q1 .layout .talk {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #crosstalk #q1 .layout .talk {
    width: 100%;
  }
}
#crosstalk #q1 .layout .side-image {
  position: relative;
  width: 40%;
  left: 5rem;
}
@media screen and (max-width: 767px) {
  #crosstalk #q1 .layout .side-image {
    position: static;
    width: 80%;
    margin-top: 30px;
    margin: auto;
  }
}
#crosstalk #q1 .layout .side-image img {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #crosstalk #q2 .sp-image {
    width: 80%;
    margin: 0 auto 3rem;
  }
  #crosstalk #q2 .sp-image img {
    border-radius: 16px;
  }
}
#crosstalk #q2 .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  display: block;
}
#crosstalk #q4 .inner {
  padding: 180px 10% 100px;
}
@media screen and (max-width: 767px) {
  #crosstalk #q4 .inner {
    padding: 60px 5% 50px;
  }
}
#crosstalk #q4 .top .corner {
  width: 350px;
  height: 110px;
  left: 0;
  top: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  #crosstalk #q4 .top .corner {
    width: 30vw;
    height: 40px;
  }
}
#crosstalk #q4 .bottom .corner {
  width: 340px;
  height: 80px;
  right: 0;
  bottom: 0;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  #crosstalk #q4 .bottom .corner {
    width: 30vw;
    height: 40px;
  }
}
#crosstalk #q4 .layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  #crosstalk #q4 .layout {
    display: block;
  }
}
#crosstalk #q4 .layout .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #crosstalk #q4 .layout .text {
    width: 100%;
  }
}
#crosstalk #q4 .layout .side-image {
  position: relative;
  width: 40%;
  left: 5rem;
}
@media screen and (max-width: 767px) {
  #crosstalk #q4 .layout .side-image {
    position: static;
    width: 80%;
    margin-top: 30px;
    margin: auto;
  }
}
#crosstalk #q4 .layout .side-image img {
  border-radius: 16px;
}
#crosstalk #q5 .content-layout {
  flex-direction: row-reverse;
}
#crosstalk #q5 .note {
  text-align: right;
  font-size: clamp(0.95rem, 0.856rem + 0.1vw, 1rem);
}