@charset "UTF-8";
.mainimagebox {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
  }
}

.main_image {
  position: relative;
  min-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .main_float {
  width: 597px;
  height: 220px;
  background-color: rgba(0, 151, 142, 0.7);
  padding: 22px 25px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(5%, -50%);
}
.main_image .main_float .main_text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}
.main_image .main_float .main_bottom {
  font-size: 20px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 45vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/recruit-site/images/interview02/interview02_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .main_float {
    width: 58vw;
    height: 23vw;
    padding: 2vw 2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
  }
  .main_image .main_float .main_text {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
  }
  .main_image .main_float .main_bottom {
    font-size: 3vw;
    text-align: right;
    color: #fff;
  }
}

.lead_sec {
  position: relative;
  margin-bottom: 370px;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin: 0 auto 150vw;
  }
}

.sec01 {
  margin-bottom: 40px;
}
.sec01 .inner {
  padding: 0 130px;
}
.sec01 .sec_header {
  margin-bottom: 70px;
}
.sec01 .sec_header .sec_title {
  font-weight: bold;
  font-size: 100px;
  color: #00978E;
  opacity: 40%;
  text-align: left;
  line-height: 1;
}
.sec01 .sec_header .sec_subtitle {
  color: #00978E;
  font-size: 32px;
}
.sec01 .flexbox {
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 135px;
}
.sec01 .flexbox .imagebox {
  width: 64.2%;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .top_text {
  font-size: 20px;
  color: #00978E;
}
.sec01 .flexbox .textbox .box_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.sec01 .flexbox .textbox .box_text .blue {
  color: #00978E;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_header {
    margin-bottom: 0vw;
  }
  .sec01 .sec_header .sec_title {
    font-weight: bold;
    font-size: 10vw;
    color: #00978E;
    opacity: 40%;
    text-align: left;
    line-height: 1;
  }
  .sec01 .sec_header .sec_subtitle {
    color: #00978E;
    font-size: 4vw;
  }
  .sec01 .flexbox {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
    margin-bottom: 0;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
  .sec01 .flexbox .textbox .top_text {
    font-size: 4.5vw;
    color: #00978E;
  }
  .sec01 .flexbox .textbox .box_title {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .sec01 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec01 .flexbox .textbox .box_text .blue {
    color: #00978E;
    font-weight: bold;
  }
}

.sec02 {
  margin-bottom: 160px;
  background: url(/recruit-site/images/interview02/sec02_bg.webp) center/cover no-repeat;
  background-attachment: fixed;
}
.sec02 .inner {
  padding: 1px 116px;
}
.sec02 .p_box {
  margin: 100px auto 0;
  background-color: #f5f5f5;
  opacity: 80%;
  width: 1020px;
  height: 739px;
  padding: 100px 90px;
}
.sec02 .p_box .flexbox {
  margin-bottom: 70px;
  align-items: flex-start;
}
.sec02 .p_box .flexbox .left_box {
  width: 100%;
}
.sec02 .p_box .flexbox .left_box .left_text {
  color: #00978E;
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.sec02 .p_box .flexbox .left_box .left_title {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: bold;
}
.sec02 .p_box .flexbox .right_box {
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .p_box .flexbox .right_box .blue {
  font-weight: bold;
  color: #00978E;
  letter-spacing: 0.1em;
}
.sec02 .bottom_box {
  background-image: linear-gradient(334deg, transparent 63%, #007972);
  background-color: #00978E;
  display: flex;
  -moz-column-gap: 55px;
       column-gap: 55px;
  padding: 85px 120px 62px;
  margin-bottom: 100px;
}
.sec02 .bottom_box .textbox {
  width: 100%;
}
.sec02 .bottom_box .textbox .box_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
}
.sec02 .bottom_box .textbox .box_title::before {
  position: absolute;
  content: "";
  width: 268px;
  height: 127px;
  left: -110px;
  top: -70px;
  background: url(/recruit-site/images/interview02/Episode.webp) center/contain no-repeat;
}
.sec02 .bottom_box .textbox .box_text {
  color: #fff;
  font-size: 18px;
}
.sec02 .bottom_box .imagebox {
  width: 65.1%;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
    background: none;
    background-attachment: initial;
    background-image: linear-gradient(0deg, rgba(0, 151, 142, 0.19) 14%, rgba(0, 151, 142, 0.6));
  }
  .sec02 .inner {
    padding: 1px 5vw;
  }
  .sec02 .p_box {
    margin: 10vw auto 0;
    background-color: #f5f5f5;
    opacity: 100%;
    width: 89%;
    height: auto;
    padding: 10vw 5vw 1vw;
  }
  .sec02 .p_box .flexbox {
    margin-bottom: 10vw;
    align-items: center;
    flex-direction: column;
  }
  .sec02 .p_box .flexbox .left_box {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec02 .p_box .flexbox .left_box .left_text {
    color: #00978E;
    font-size: 4.5vw;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  .sec02 .p_box .flexbox .left_box .left_title {
    letter-spacing: 0.1em;
    font-size: 6vw;
    font-weight: bold;
    line-height: 2;
  }
  .sec02 .p_box .flexbox .right_box {
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
  .sec02 .p_box .flexbox .right_box .blue {
    font-weight: bold;
    color: #00978E;
    letter-spacing: 0.1em;
  }
  .sec02 .bottom_box {
    flex-direction: column;
    background-image: linear-gradient(-26deg, transparent 63%, #007972);
    background-color: #00978E;
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 15vw 5vw 10vw;
    margin-bottom: 10vw;
  }
  .sec02 .bottom_box .textbox {
    width: 100%;
    margin-bottom: 5vw;
  }
  .sec02 .bottom_box .textbox .box_title {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3vw;
    position: relative;
  }
  .sec02 .bottom_box .textbox .box_title::before {
    position: absolute;
    content: "";
    width: 40vw;
    height: 19vw;
    left: -3vw;
    top: -10vw;
    background: url(/recruit-site/images/interview01/Episode.webp) center/contain no-repeat;
  }
  .sec02 .bottom_box .textbox .box_text {
    color: #fff;
    font-size: 4vw;
  }
  .sec02 .bottom_box .imagebox {
    width: 100%;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_header {
  margin-bottom: 50px;
}
.sec03 .sec_header .sec_title {
  font-size: 100px;
  color: #00978E;
  opacity: 40%;
  line-height: 1;
}
.sec03 .sec_header .sec_subtitle {
  color: #00978E;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.sec03 .inner {
  padding: 0 120px;
}
.sec03 .flexbox {
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: flex-start;
}
.sec03 .flexbox .textbox {
  width: 100%;
}
.sec03 .flexbox .textbox .qa_box .q_text {
  font-size: 24px;
  color: #00978E;
  position: relative;
  margin-bottom: 50px;
}
.sec03 .flexbox .textbox .qa_box .q_text::before {
  position: absolute;
  content: "Q";
  font-size: 100px;
  font-weight: bold;
  color: #00978E;
  left: -40px;
  bottom: 50%;
  opacity: 10%;
  transform: translateY(50%);
}
.sec03 .flexbox .textbox .qa_box .a_text {
  position: relative;
  margin-bottom: 85px;
}
.sec03 .flexbox .textbox .qa_box .a_text::before {
  position: absolute;
  content: "A";
  font-size: 100px;
  font-weight: bold;
  color: #00978E;
  left: -40px;
  bottom: 50%;
  transform: translateY(50%);
  opacity: 10%;
}
.sec03 .flexbox .imagebox {
  width: 54.2%;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_header {
    margin-bottom: 0;
  }
  .sec03 .sec_header .sec_title {
    font-size: 15vw;
    color: #00978E;
    opacity: 40%;
    line-height: 1;
    margin-bottom: 3vw;
  }
  .sec03 .sec_header .sec_subtitle {
    color: #00978E;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
  }
  .sec03 .inner {
    padding: 0 10vw;
  }
  .sec03 .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: center;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
  }
  .sec03 .flexbox .textbox .qa_box .q_text {
    font-size: 4.7vw;
    color: #00978E;
    position: relative;
    margin-bottom: 7vw;
  }
  .sec03 .flexbox .textbox .qa_box .q_text::before {
    position: absolute;
    content: "Q";
    font-size: 15vw;
    font-weight: bold;
    color: #00978E;
    left: -7vw;
    bottom: 50%;
    opacity: 10%;
    transform: translateY(50%);
  }
  .sec03 .flexbox .textbox .qa_box .a_text {
    position: relative;
    margin-bottom: 10vw;
    font-size: 4vw;
  }
  .sec03 .flexbox .textbox .qa_box .a_text::before {
    position: absolute;
    content: "A";
    font-size: 15vw;
    font-weight: bold;
    color: #00978E;
    left: -7vw;
    bottom: 0;
    top: -10vw;
    transform: initial;
    opacity: 10%;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 100px;
  background-color: #00978E;
  width: 1980px;
  max-width: 100%;
}
.sec04 .inner {
  width: 1980px;
  padding: 30px 60px 50px;
}
.sec04 .sec_header {
  margin-bottom: 55px;
}
.sec04 .sec_header .sec_title {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}
.sec04 .sec_header .sec_subtitle {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.sec04 .gridbox {
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec04 .gridbox .box {
  width: 95%;
  margin: 0 auto;
}
.sec04 .gridbox .box .time {
  color: #fff;
  font-size: 24px;
  padding-left: 35px;
  position: relative;
}
.sec04 .gridbox .box .time::before {
  content: "●";
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.sec04 .gridbox .box .time01::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background: url(/recruit-site/images/interview02/talk_icon.webp) center/contain no-repeat;
}
.sec04 .gridbox .box .time02::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 56px;
  height: 56px;
  background: url(/recruit-site/images/interview02/work_icon.webp) center/contain no-repeat;
}
.sec04 .gridbox .box .time03::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 50px;
  height: 50px;
  background: url(/recruit-site/images/interview02/cup_icon.webp) center/contain no-repeat;
}
.sec04 .gridbox .box .time04::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background: url(/recruit-site/images/interview02/pc_icon.webp) center/contain no-repeat;
}
.sec04 .gridbox .box .time05::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 50px;
  height: 50px;
  background: url(/recruit-site/images/interview02/check_icon.webp) center/contain no-repeat;
}
.sec04 .gridbox .box .box_title {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
.sec04 .gridbox .box .box_text {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
    background-color: #00978E;
    width: 100%;
    max-width: 100%;
  }
  .sec04 .inner {
    width: 100%;
    padding: 10vw 5vw;
  }
  .sec04 .sec_header {
    margin-bottom: 5vw;
  }
  .sec04 .sec_header .sec_title {
    color: #fff;
    font-size: 6vw;
    font-weight: 400;
  }
  .sec04 .sec_header .sec_subtitle {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
  }
  .sec04 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec04 .gridbox .box {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .gridbox .box .time {
    color: #fff;
    font-size: 4.8vw;
    padding-left: 7vw;
    position: relative;
  }
  .sec04 .gridbox .box .time::before {
    content: "●";
    font-size: 4.5vw;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec04 .gridbox .box .time01::after {
    content: "";
    position: absolute;
    right: 2vw;
    bottom: -10vw;
    width: 20vw;
    height: 20vw;
  }
  .sec04 .gridbox .box .time02::after {
    content: "";
    position: absolute;
    right: 2vw;
    bottom: -9vw;
    width: 20vw;
    height: 20vw;
  }
  .sec04 .gridbox .box .time03::after {
    content: "";
    position: absolute;
    right: 2vw;
    bottom: -7vw;
    width: 17vw;
    height: 17vw;
  }
  .sec04 .gridbox .box .time04::after {
    content: "";
    position: absolute;
    right: 2vw;
    bottom: -11vw;
    width: 20vw;
    height: 20vw;
  }
  .sec04 .gridbox .box .time05::after {
    content: "";
    position: absolute;
    right: 2vw;
    bottom: -9vw;
    width: 20vw;
    height: 20vw;
  }
  .sec04 .gridbox .box .box_title {
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .sec04 .gridbox .box .box_text {
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
  }
}

.sec05 {
  margin-bottom: 185px;
  position: relative;
  overflow: hidden;
}
.sec05::before {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  right: 70px;
  width: 100%;
  height: 520px;
  clip-path: polygon(0 0%, 100% 0, 100% 0%, 0 100%);
  background-color: rgba(0, 151, 142, 0.1);
  z-index: -10;
}
.sec05 .inner {
  padding: 0 77px;
}
.sec05 .sec_header {
  margin-bottom: 25px;
}
.sec05 .sec_header .sec_title {
  text-align: left;
}
.sec05 .flexbox {
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.sec05 .flexbox .imagebox {
  width: 72%;
}
.sec05 .flexbox .textbox {
  width: 100%;
}
.sec05 .flexbox .textbox .box_title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 45px;
}
.sec05 .flexbox .textbox .box_text .blue {
  font-weight: bold;
  color: #00978E;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05::before {
    content: "";
    position: absolute;
    display: block;
    top: 10vw;
    right: 5vw;
    width: 100%;
    height: 150vw;
    clip-path: polygon(0 0%, 100% 0, 100% 0%, 0 100%);
    background-color: rgba(0, 151, 142, 0.1);
    z-index: -10;
  }
  .sec05 .inner {
    padding: 0 5vw;
  }
  .sec05 .sec_header {
    margin-bottom: 0;
    padding: 5.5vw 0 2vw;
  }
  .sec05 .sec_header .sec_title {
    text-align: left;
    width: 60vw;
  }
  .sec05 .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
  }
  .sec05 .flexbox .imagebox {
    width: 71.1%;
    margin: 0 auto 5vw;
  }
  .sec05 .flexbox .textbox {
    width: 100%;
  }
  .sec05 .flexbox .textbox .box_title {
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec05 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec05 .flexbox .textbox .box_text .blue {
    font-weight: bold;
    color: #00978E;
  }
}

.sec06 {
  width: 100%;
  position: relative;
  margin-bottom: 210px;
}
.sec06::before {
  content: "";
  position: absolute;
  top: 430px;
  bottom: -130px;
  left: 0;
  right: 0;
  background-color: rgba(0, 151, 142, 0.2);
  z-index: -10;
}
.sec06 .inner {
  padding: 0 75px;
}
.sec06 .sec_header {
  margin-bottom: 120px;
  margin-top: 85px;
}
.sec06 .sec_header .sec_title {
  font-size: 32px;
  font-weight: bold;
  color: #00978E;
  opacity: 40%;
  text-align: left;
}
.sec06 .sec_header .sec_subtitle {
  font-size: 40px;
  font-weight: bold;
  color: #00978E;
}
.sec06 .interview_box {
  width: 1980px;
  max-width: 100%;
}
.sec06 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  justify-items: center;
  align-items: center;
  -moz-column-gap: 98px;
       column-gap: 98px;
  width: 1160px;
}
.sec06 .gridbox .box {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}
.sec06 .gridbox .box .white_box {
  height: 180px;
  background-color: #fff;
  padding: 20px 25px 30px;
}
.sec06 .gridbox .box .white_box .up_box {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sec06 .gridbox .box .white_box .bottom_box {
  font-size: 24px;
  text-align: right;
}
.sec06 .gridbox .box .white_box .bottom_box .small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06::before {
    content: "";
    position: absolute;
    top: 35vw;
    bottom: -15vw;
    left: 0;
    right: 0;
    background-color: rgba(0, 151, 142, 0.2);
    z-index: -10;
  }
  .sec06 .inner {
    padding: 0 5vw;
  }
  .sec06 .sec_header {
    margin-bottom: 10vw;
    margin-top: 10vw;
  }
  .sec06 .sec_header .sec_title {
    font-size: 10vw;
    font-weight: bold;
    color: #00978E;
    opacity: 40%;
    text-align: left;
  }
  .sec06 .sec_header .sec_subtitle {
    font-size: 4.8vw;
  }
  .sec06 .interview_box {
    width: 100%;
    max-width: 100%;
  }
  .sec06 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    justify-items: center;
    align-items: center;
    row-gap: 10vw;
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec06 .gridbox .box {
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
  }
  .sec06 .gridbox .box .imagebox {
    margin-bottom: 0;
  }
  .sec06 .gridbox .box .white_box {
    height: auto;
    background-color: #fff;
    padding: 5vw 5vw 5vw;
  }
  .sec06 .gridbox .box .white_box .up_box {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5vw;
  }
  .sec06 .gridbox .box .white_box .bottom_box {
    font-size: 4.5vw;
  }
  .sec06 .gridbox .box .white_box .bottom_box .small {
    font-size: 4vw;
  }
}/*# sourceMappingURL=interview02.css.map */