.roleContent {
  background-color: #FBFBFA;
  border-radius: 40px;
  margin: 80px auto 0;
  padding: 60px 80px;
}

.roleContentTab {
  display: none;
}
.roleContentTab.active {
  display: block;
}

.roleContent_mission {
  color: #48A63F;
  font-family: "BIZ UDGothic", serif;
  font-size: 1.25rem;
  margin: 0 auto;
  padding: 7px 84px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.roleContent_mission::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264.289%22%20height%3D%2234.816%22%20viewBox%3D%220%200%2064.289%2034.816%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_75644%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2075644%22%20transform%3D%22translate(-547%20-1784.592)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34338%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034338%22%20d%3D%22M17817.4%2C1074.042l-24%2C17%2C24%2C17%22%20transform%3D%22translate(-17206.398%20710.958)%22%20fill%3D%22none%22%20stroke%3D%22%2348a63f%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34339%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034339%22%20d%3D%22M17767.809%2C1091h40%22%20transform%3D%22translate(-17220.809%20711)%22%20fill%3D%22none%22%20stroke%3D%22%2348a63f%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 64px;
}
.roleContent_mission::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264.289%22%20height%3D%2234.816%22%20viewBox%3D%220%200%2064.289%2034.816%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_75645%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2075645%22%20transform%3D%22translate(0.289%200.408)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34338%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034338%22%20d%3D%22M17793.4%2C1074.042l24%2C17-24%2C17%22%20transform%3D%22translate(-17793.398%20-1074.042)%22%20fill%3D%22none%22%20stroke%3D%22%2348a63f%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34339%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034339%22%20d%3D%22M17807.809%2C1091h-40%22%20transform%3D%22translate(-17743.809%20-1074)%22%20fill%3D%22none%22%20stroke%3D%22%2348a63f%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
}

.roleContent_title {
  font-family: "BIZ UDGothic", serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 31px auto 0;
  text-align: center;
}

.roleContent_img {
  width: 100%;
}
.roleContent_img img {
  width: 100%;
}

.roleContent_arrow {
  height: 45px;
  margin: 30px auto 0;
  width: 190px;
}
.roleContent_arrow img {
  width: 100%;
}

.roleContent_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px auto 0;
  width: 100%;
}

.roleFlexNode {
  background-color: #F5FAE6;
  border-radius: 20px;
  padding: 30px;
  width: calc(50% - 15px);
}

.roleFlexNode_top {
  align-items: center;
  display: flex;
  gap: 15px;
}

.roleFlexNode_top_img {
  height: 65px;
  width: 65px;
}
.roleFlexNode_top_img img {
  width: 100%;
}

.roleFlexNode_top_title {
  font-family: "BIZ UDGothic", serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.roleFlexNode_text {
  margin: 15px auto 0;
}

.roleFlexNode_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px auto 0;
}

.roleFlexNode_list_node {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-left: 23px;
  position: relative;
}
.roleFlexNode_list_node::before {
  background-color: #48A63F;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 1em;
  transform: translateY(-50%);
  width: 8px;
}

.technicalFlex {
  background-color: #F5FAE6;
  border-radius: 20px;
  display: flex;
  gap: 32px;
  padding: 42px 40px 42px 30px;
}
.technicalFlex img {
  width: 100%;
}

.technicalFlex_left {
  width: 200px;
}

.technicalFlex_right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.technicalFlex_right_node {
  background-color: #FBFBFA;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 2;
  padding: 11px 20px;
}

.technicalTopics {
  background-color: #FAFADC;
  border-radius: 40px;
  margin: 80px auto 0;
}

.topicLabel {
  align-items: center;
  background-image: url("../../assets/images/techinical/bg-topics.svg");
  background-size: cover;
  display: flex;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  height: 130px;
  justify-content: center;
  margin: 0 auto;
  width: 130px;
}

.technicalTopicsInterview {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.technicalTopicsInterviewNode {
  width: 100%;
}

.technicalTopicsInterviewNodeLink {
  background-color: #FBFBFA;
  border-radius: 20px;
  display: flex;
  position: relative;
}
.technicalTopicsInterviewNodeLink:hover::after {
  opacity: 1;
  visibility: visible;
}
.technicalTopicsInterviewNodeLink:hover .technicalTopicsInterviewNode_right_title {
  color: #48A63F;
}
.technicalTopicsInterviewNodeLink:hover .technicalTopicsInterviewNode_left img {
  transform: scale(1.1);
}

.technicalTopicsInterviewNode_left {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  width: 156px;
}
.technicalTopicsInterviewNode_left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}

.technicalTopicsInterviewNode_right {
  flex: 1;
  padding: 20px 30px;
}

.technicalTopicsInterviewNode_right_label {
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1rem;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 160px;
}
.technicalTopicsInterviewNode_right_label.-facilities {
  background-image: url("../../assets/images/common/bg-interviewJob02-dot.png");
}
.technicalTopicsInterviewNode_right_label.-construction {
  background-image: url("../../assets/images/common/bg-interviewJob03-dot.png");
}

.technicalTopicsInterviewNode_right_title {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 15px 0 0 0;
  transition: all 0.3s;
}

.technicalTopicsInterviewNode_right_name {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 15px 100px 0 0;
}

.technicalTopicsInterviewTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 100px 0 0;
}

.technicalContents-crosstalk {
  position: relative;
}

.technicalCrosstalkFlex {
  flex-flow: row-reverse wrap;
  margin-top: 40px;
}
.technicalCrosstalkFlex .c-paragraph {
  max-width: 526px;
}

.technicalManageFlex .c-flex-2colboxItemLeft .c-flex-2colboxItemText {
  margin-left: -30px;
  width: calc(100% + 60px);
}
.technicalManageFlex.c-flex {
  align-items: stretch;
}

.carrierContent {
  display: none;
}
.carrierContent.active {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .roleContent {
    border-radius: 20px;
    margin: 40px auto 0;
    padding: 30px 20px;
  }
  .roleTab {
    padding: 0;
  }
  .roleTab .c-tab_node {
    box-shadow: 0px 0px 15px rgba(63, 72, 38, 0.1);
  }
  .roleContent_mission {
    font-size: 1rem;
    padding: 10px 74px;
  }
  .roleContent_title {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    margin: 16px auto 0;
  }
  .roleContent_title span {
    white-space: nowrap;
  }
  .roleContent_arrow {
    height: 40px;
    margin: 20px auto 0;
    width: 140px;
  }
  .roleContent_flex {
    flex-direction: column;
    gap: 10px;
    margin: 20px auto 0;
  }
  .roleFlexNode {
    border-radius: 10px;
    padding: 15px;
    width: 100%;
  }
  .roleFlexNode_top {
    gap: 10px;
  }
  .roleFlexNode_top_img {
    height: 40px;
    width: 40px;
  }
  .roleFlexNode_top_title {
    font-size: 1rem;
  }
  .roleFlexNode_text {
    margin: 10px auto 0;
  }
  .roleFlexNode_list {
    gap: 7px;
    margin: 8px auto 0;
  }
  .roleFlexNode_list_node {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    padding-left: 14px;
  }
  .roleFlexNode_list_node::before {
    background-color: #48A63F;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
    width: 6px;
  }
  .technicalFlex {
    flex-direction: column;
    padding: 0 15px 20px;
  }
  .technicalFlex_left {
    margin: 0 auto;
    width: 144px;
  }
  .technicalFlex_right_node {
    font-size: 0.875rem;
    padding: 10px;
  }
  .topicLabel {
    font-size: 1rem;
    height: 100px;
    width: 100px;
  }
  .technicalTopicsInterview {
    margin-top: 20px;
  }
  .technicalTopicsInterviewNodeLink {
    border-radius: 10px;
    padding-bottom: 60px;
  }
  .technicalTopicsInterviewNodeLink::after {
    background: #48A63F url("../../assets/svg/common/icon-arrow-right-white.svg") no-repeat scroll 50% 50%/16px 16px;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    height: 50px;
    position: absolute;
    right: 10px;
    width: 50px;
  }
  .technicalTopicsInterviewNode_left {
    border-radius: 10px;
    height: 123px;
    left: 0;
    position: absolute;
    top: 0;
    width: 97px;
  }
  .technicalTopicsInterviewNode_right {
    padding: 15px 15px 0 15px;
  }
  .technicalTopicsInterviewNode_right_label {
    font-size: 0.875rem;
    height: 31px;
    line-height: 31px;
    margin-left: 97px;
    width: 132px;
  }
  .technicalTopicsInterviewNode_right_title {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 5px 0 0 97px;
    min-height: 76px;
  }
  .technicalTopicsInterviewNode_right_name {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 5px 0 0 0;
  }
  .technicalTopicsInterviewTagList {
    margin: 10px 0 0 0;
  }
  .technicalContents-crosstalk {
    padding-bottom: 80px;
  }
  .technicalContents-crosstalk::before {
    background-image: url("../../assets/images/techinical/bg-techinical-interview-sp.png");
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -10;
  }
  .technicalContents-crosstalk .c-subcontent-crosstalk-titleImage {
    margin: 0 5px;
  }
  .technicalContents-crosstalk .c-title.-h2 {
    font-size: 1.125rem;
  }
  .technicalContents-crosstalk .c-subcontent-crosstalk-title {
    padding: 15px 0;
  }
  .technicalCrosstalkFlex {
    margin-top: 40px;
  }
  .technicalCrosstalkFlex .c-paragraph {
    max-width: 100%;
  }
  .technicalCrosstalkFlex .c-subcontent-crosstalk-title {
    letter-spacing: 0.06em;
  }
  .technicalCrosstalkFlex .c-subcontent-crosstalk-titleImage img {
    height: 26px;
    width: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .roleTab {
    box-shadow: 0px 0px 15px rgba(63, 72, 38, 0.1);
  }
  .technicalTopicsInterviewNodeLink::after {
    background: #48A63F url("../../assets/svg/common/icon-arrow-right-white.svg") no-repeat scroll 50% 50%/16px 16px;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    height: 85px;
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s;
    visibility: hidden;
    width: 85px;
    z-index: 10;
  }
  .technicalContents-crosstalk::before {
    aspect-ratio: 96/53;
    background-image: url("../../assets/images/techinical/bg-techinical-interview.png");
    background-size: cover;
    content: "";
    display: block;
    left: 50%;
    min-width: 1920px;
    position: absolute;
    top: -216px;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -10;
  }
}